/* cmsms stylesheet: EMH Main modified: Wednesday, September 11, 2024 2:39:50 PM */
body {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

p {
    line-height: 28px;
}

strong, b {
    font-weight: 700;
}

/* 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 {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    text-align: center;
}

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

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

.TheLogo {
    margin: 35px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .TheLogo {
    margin: 15px;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .TheLogo {
    margin: 35px;
    }
}

.TheNav {
    color: #fff;
    background-color: rgb(140, 75, 45);
    text-align: center;
    line-height: 0;
    position: relative;
    z-index: 9999;
}

.UnderNav {
    color: #fff;
    background-color: rgb(217, 134, 95);
    text-align: center;
    line-height: 0;
    height: 20px;
}

.Slider {
    text-align: left;
}

.TaglineShell {
    background-color: rgb(162,161,132);
    padding: 35px 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 8px;
}

.EmpoweringColor {
    color: rgb(140, 75, 45);
}

.HomeMainBack {
    background-color: #fff;
}

.MainContent {

}

.HomeCont {
    padding: 35px 20px 35px 35px;
}

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

.HomeContRight {
    padding: 35px 35px 35px 20px;
}

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

.HelpShell {
    background-color: rgb(174,143,130);
    padding: 35px 0;
    text-align: left;
}

.HelpHeader {
    color: #fff;
    padding: 15px 0;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 8px;
}

.HelpCont {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.HomeTherBlockOne, .HomeTherBlockFour {
    padding: 35px 15px;
    background-color: rgb(205,194,189);
}

.HomeTherBlockTwo {
    padding: 35px 15px;
    background-color: rgb(215,206,202);
}

.HomeTherBlockThree {
    padding: 35px 15px;
    background-color: rgb(225,218,215);
}


.HomeIcons {
    text-align: center;
    margin: 10px auto;
    display: block;
}

.PadMe {
    padding: 35px 15px;
}

.AboveFooter {
    background-color: rgb(96,101,75);
    height: 30px;
    margin-top: 30px;
}

.Footer {
    background-color: rgb(162,161,132);
    font-size: 14px;
    color: #fff;
    padding: 45px 0px;
}

.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: underline; color: #fff;}

.FootIcons {
    padding: 5px 5px;
}

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

    }
}

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

    }
}

.Copyr {
    text-align: center;
    padding: 15px 0 40px 0;
    font-size: 14px;
}

/* THE SUBS */

.SliderSub {
}

.SubLeft {
    padding-bottom: 35px;
}

.SubOpen {
    padding-bottom: 35px;
}

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

.SubRight {
    padding: 35px 20px;
    background-color: rgb(250,244,237);
}

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

.TopContent {
    padding: 35px 35px 0px 35px;
}

.LefBox {
    padding: 25px;
}

.RighBox {
    padding: 25px;
}

.BottomContent {
    padding: 0px 35px 0px 35px;
}


/* RANDOMNESS */

A:link {text-decoration: none; color: rgb(140, 75, 45);}
A:visited {text-decoration: none; color: rgb(140, 75, 45);}
A:active {text-decoration: none; color: rgb(140, 75, 45);}
A:hover {text-decoration: underline; color: rgb(140, 75, 45);}

A.button:link {text-decoration: none; color: #fff; background-color: rgb(140, 13, 4)}
A.button:visited {text-decoration: none; color: #fff; background-color: rgb(140, 13, 4)}
A.button:active {text-decoration: none; color: #fff; background-color: rgb(140, 13, 4)}
A.button:hover {text-decoration: none; color: #fff; background-color: rgb(140, 13, 4)}

.button {
    background-color: rgb(140, 13, 4);
}

.button:hover {
    background-color: rgb(140, 13, 4);
}

.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: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-size: 22px;
    color: rgb(104,99,48);
    padding: 6px 0;
    margin: 6px 0;
    font-weight: 500;
}

h2 {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-size: 22px;
    color: rgb(140, 75, 45);
    padding: 6px 0;
    margin: 6px 0;
    font-weight: 500;
}

h3 {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-size: 22px;
    color: #4a4a4a;
    padding: 6px 0;
    margin: 6px 0;
    font-weight: 500;
}

h4 {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    color: rgb(104,99,48);
    padding: 6px 0;
    margin: 6px 0;
    font-weight: 500;
}

h5 {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    color: rgb(140, 75, 45);
    padding: 6px 0;
    margin: 6px 0;
    font-weight: 500;
}

h6 {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    color: #4a4a4a;
    padding: 6px 0;
    margin: 6px 0;
    font-weight: 500;
}
/* cmsms stylesheet: EMH Nav modified: Wednesday, August 28, 2024 2:52:48 PM */
.title-bar {
    background: transparent;
    /*background: rgb(140, 75, 45);*/
    padding: 5px 10px;
}

.top-bar {
    background: transparent;
    /*background: rgb(140, 75, 45);*/
    padding: 0px;
    margin: 0px;
    /*display: inline-block;*/
    font-size: 14px;
}

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


.TheNav {
    color: #fff;
    background-color: rgb(140, 75, 45);
    text-align: center;
    line-height: 0;
    position: relative;
    z-index: 9999;
}

.UnderNav {
    color: #fff;
    background-color: rgb(217, 134, 95);
    text-align: center;
    line-height: 0;
    height: 20px;
}


.top-bar ul {
    background: rgb(140, 75, 45);

    margin: 0px;
}

.top-bar ul li {
    background: rgb(140, 75, 45);
    padding: 5px 0px 5px 0px;
    text-align: center;
}

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

.top-bar ul li:hover {
    background: rgb(217, 134, 95);
    color: #fff;
}

.top-bar ul li.navactive {
    background: rgb(217, 134, 95);
    color: #fff;
}

.dropdown.menu li.is-active a {
    color: #fff; !important
}

.top-bar ul li ul li {
    min-width: 220px;
    padding: 2px 0px 2px 0px;
}

.top-bar ul li ul li:hover {
    background: rgb(217, 134, 95);
    color: #fff;
}

.top-bar ul li ul li.navactive {
    background: rgb(217, 134, 95);
    color: #fff;
}

.top-bar ul li ul li ul li:hover {
    background: rgb(217, 134, 95);
    color: #fff;
}

.top-bar ul li ul li ul li.navactive {
    background: rgb(217, 134, 95);
    color: #fff;
}

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

.menu-text {
    color: #fff;
}

.TitleText:hover {
    background-color: transparent !important;
}

@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 #666; */
    }
    .menu:first-child {
        border-left: none;
    }
    .menu li:not(:last-child) {
/*        border-right: 1px solid #666; */
    }
}

.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 {i
    border-color: transparent transparent transparent #fff;
}

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

.menu {
/*text-align: left;*/
}

nav.top-bar {

}

.Nav-search-input {
    height: 30px;
    border: 1px solid rgb(230,218,195);
    color: rgb(152,151,155);
    background-color: rgb(163,60,53);
    font-size: 13px;
    margin: 0px;
}

.Nav-search-button {
    height: 30px;
    border: 1px solid #fff;
    background: rgb(230,218,195);
    color: #000 !important;
    margin: 0 0 0 6px;
    font-size: 13px;
}

.Nav-search-button:hover {
    background: rgb(246,232,216);
}

.NaVSearchBlock {
    padding-top: 12px;
    padding-right: 10px;
}

.drilldown a {
    padding: 0.7rem 1rem;
    background: none;
}

.NavLogo {
    
}

.menu .menu-text {
    font-weight: bold;
    font-size: 14px;
}

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

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: #fff transparent transparent;
}
/* cmsms stylesheet: EMH News modified: Wednesday, August 28, 2024 2:35:42 PM */
.IMPNewsSummary {
  /*padding: 10px;*/
  /*margin: 0 0 1em 0;*/
  /*border-bottom: 1px solid #666; */
  /*behavior: url(PIE.htc);*/
  margin-top: 10px;
}

.IMPNewsSummaryLink {
  font-weight: bold;
  padding-top: 0px;
  font-size: 16px;
}

.IMPNewsSummaryLink A:link {text-decoration: none; color: #000;}
.IMPNewsSummaryLink A:visited {text-decoration: none; color: #000;}
.IMPNewsSummaryLink A:active {text-decoration: none; color: #000;}
.IMPNewsSummaryLink A:hover {text-decoration: underline; color: #000;}
  
div#news {
margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */

}

div#news h2 {
 line-height: 2em;
 background: #fff;
}

.NewsSummary {
  padding: 10px; /* padding for the news article summary */
  margin: 0 0 1em 0; /* margin to the bottom of the news article summary */
  border-bottom: 1px solid #666; 
  behavior: url(PIE.htc);
}

.NewsSummaryPostdate {
font-size: 13px;
font-weight: bold;
text-align: right;
}

.NewsSummaryLink {
  font-weight: bold;
  padding-top: 0px;
  font-size: 14px;
}

.NewsSummaryCategory {
font-style: italic;
margin: 5px 0;
}

.NewsSummaryAuthor {
font-style: italic;
padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
line-height: 140%;
}

.NewsSummaryMorelink {
padding-top: 0.5em;
}

#NewsPostDetailDate {
margin-bottom: 5px;
font-weight: bold;
text-align: right;
}

#NewsPostDetailSummary {
 line-height: 150%;
 }


#NewsPostDetailContent {
margin-bottom: 15px;
line-height: 150%;
}

.NewsSummaryH {
  padding: 10px; /* padding for the news article summary */
  margin: 0 0 1em 0; /* margin to the bottom of the news article summary */
  border-bottom: 1px solid rgb(213,211,199); 
  behavior: url(PIE.htc);
}

.NewsSummaryPostdateH {
font-size: 12px;
font-weight: bold;
text-align: right;
color: #fff;
}

.NewsSummaryLinkH, .NewsSummaryLinkH A {
  font-weight: bold;
  padding-top: 0px;
  font-size: 14px;
color: #303030;
}

.NewsSummarySummaryH, .NewsSummaryContentH {
line-height: 140%;
color: #fff;
}

.NewsSummaryMorelinkH {
padding-top: 0.5em;
color: #303030;
}


.NewsSummaryMorelinkH a {
color: #303030;
}
