/* cmsms stylesheet: NMRural Main modified: Monday, December 21, 2020 5:00:52 PM */
/* MAIN */

body {
    font-family: 'Cormorant Garamond', serif;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    background-color: #fff;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.MainHeader {
    text-align: left;
}

.HomeHeader {

}

/* Large and up */
@media screen and (min-width: 64em) {
    .HomeHeader {
min-height: 600px;
}
}

/* BACKGROUND SLIDER */

.container {
    position: relative;
}

.container .slide {
        z-index: -99;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        transition: opacity 1s ease-in-out;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0;

}

.container .show {
            opacity: 1;
        }

legend {
	color: #FFF;
	background: #666;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}

.TheLogo {
    padding: 30px 30px;
}

.SmallLogo {
    padding: 30px 30px;
}

.AboveNav {
    background-color: rgb(228,195,88);
}

.TheNav {
    color: #fff;
    background-color: #2b2b2b;
    text-align: center;
    line-height: 0;
}

.UnderNav {
    background-color: rgba(107,44,27,.6);
    color: #fff;
    padding: 15px;
    font-size: 20px;
    text-align: center;
}

.Slider {
    margin-top: 1px;
}

.MainBack {
    background-color: #fff;
}

.HomeLeft {
    padding: 30px;
}

.HomeRight {
    padding: 30px 20px;
}

.AboveFooterOne{
    background-color: rgb(131,78,64);
    height: 10px;
}

.AboveFooterTwo{
    background-color: rgb(228,195,88);
    height: 20px;
}

.Footer {
    background-color: #353535;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.Footer A:link {text-decoration: none; color: #fff;}
.Footer A:visited {text-decoration: none; color: #fff;}
.Footer A:active {text-decoration: none; color: #fff;}
.Footer A:hover {text-decoration: none; color: #999}

.PartnerLogos {
    float: right;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .PartnerLogos {
        float: center;
    }
}

.Copyr {
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}

.Subheader{
    background-image: url("/images/ruralsubback.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.SubMainBack{
    background-color: #fff);
}

.SubMainTop {
    margin-bottom: 25px;
}

.SubMainLeft {
    margin-bottom: 25px;
}

.SubMainRight {
    margin-bottom: 25px;
}

.SubMainBottom {
}

.SubLeft {
    padding: 30px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .SubLeft {
        padding: 20px;
    }
}

.SubRight {
    background-color: #e3e3e3;
    padding: 30px 20px;
    color: #000;
}

.SubRightOne {
    margin-bottom: 20px;
    background-color: #c1c1c1;
}

.SubRightTwo {

}

.FullSubs {
    padding: 30px;
}



/* RANDOMNESS */

.columns.nopadding {
  padding-left: 0;
  padding-right: 0;
}

A:link {text-decoration: none; color: rgb(166,53,24);}
A:visited {text-decoration: none; color: rgb(166,53,24);}
A:active {text-decoration: none; color: rgb(166,53,24);}
A:hover {text-decoration: underline; color: rgb(166,53,24);}

A.button:link {text-decoration: none; color: #fff}
A.button:visited {text-decoration: none; color: #fff}
A.button:active {text-decoration: none; color: #fff}
A.button:hover {text-decoration: none; color: #fff}

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    color: rgb(166,53,24);
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 35px;
    color: rgb(166,53,24);
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    color: rgb(166,53,24);
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    color: #000;
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 35px;
    color: #000;
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}
/* cmsms stylesheet: NMRural Nav modified: Tuesday, December 22, 2020 4:02:07 PM */
.title-bar {
    background: #2b2b2b;
    padding: 5px 10px;
}

.top-bar {
    background: #2b2b2b;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar {
    width: 100%;
}
}

.top-bar ul {
    background: #2b2b2b;
    padding: 0px;
    margin: 0px;
}

.top-bar ul li {
    background: #2b2b2b;
    padding: 7px 0px 8px 0px;
}

.top-bar ul li a {
    color: #fff;
    font-weight: 600;
}

.top-bar ul li:hover {
    background: rgb(228,195,88);
    color: #000;
}

.top-bar ul li.navactive {
    background: rgb(228,195,88);
    color: #000;
}

.top-bar ul li ul li:hover {
    background: rgb(228,195,88);
    color: #000;
}

.top-bar ul li ul li.navactive {
    background: rgb(228,195,88);
    color: #000;
}

.top-bar ul li a:hover {
    text-decoration: none;
    color: #000;
}

.menu-text {
    color: #fff;
}

@media only screen and (max-width: 40em) {
    .menu-text {
        display: none !important;
    }
}

@media only screen and (min-width: 40em) {
    .menu:last-child {
        border-left: 1px solid #4e4e4e;
    }
    .menu:first-child {
        border-left: none;
    }
    .menu li:not(:last-child) {
        border-right: 1px solid #4e4e4e;
    }
}

.dropdown.menu .submenu {
    border: none;
position: absolute;
    z-index: 999;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: #fff transparent transparent;
}

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #fff;
}

.js-drilldown-back::before {
    border-color: transparent #fff transparent transparent;
}

.menu {
text-align: left;
}

nav.top-bar {

}
