/* cmsms stylesheet: NewsBlog modified: Wednesday, June 24, 2026 7:16:19 PM */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

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

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

.NewsSummaryPostdate {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #686868;
 }

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

.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%;
   }

#NewsPostDetailCategory {
  font-weight: normal;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 30px;
    background-image: url("images/printer.gif");
    background-repeat: no-repeat;
    background-position: center right;
    text-align: right;
}

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

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* cmsms stylesheet: Main modified: Monday, June 29, 2026 4:22:11 PM */
body {
    background-color: rgb(237,237,237);
    font-size: 18px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

/* 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) {}

.TheNav {
    color: #fff;
    background-color: rgb(80,113,130);
    text-align: center;
    line-height: 0;
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid white;
}

.Slider {
    background-color: rgb(38,38,38);
    text-align: center;
    border-bottom: 1px solid white;
}

.TopContent {
    background-color: rgb(75,61,36);
    color: #fff;
    text-align: left;
    padding: 35px 50px;
}

.TopContent strong {
    font-weight: 400;
    font-size: 28px;
}


.TopContent h1 {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.TopContent h2 {
    color: rgb(198,181,112);
        font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.MidContent {
    color: #000;
    text-align: left;
    padding: 45px 0px;
}

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

.MidContent, .MidContent h1, .MidContent h2, .MidContent h3, .MidContent h4, .MidContent h5, .MidContent h6 {
    color: #000;
}

.MidLefBox {
    
}

.MidRighBox {
    
}

.BottomContent {
    background-color: rgb(84,67,60);
    color: #fff;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left 100px bottom 0px;
    padding: 35px 50px;
}

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

.Copyr {
    background-color: rgb(198,181,112);
    text-align: center;
    padding: 50px;
    font-size: 16px;
    color: #000;
}

/* RANDOMNESS */

A:link {text-decoration: none; color: rgb(80,113,130);}
A:visited {text-decoration: none; color: rgb(80,113,130);}
A:active {text-decoration: none; color: rgb(80,113,130);}
A:hover {text-decoration: underline; color: rgb(80,113,130);}

.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: "Roboto Condensed", sans-serif;
    font-size: 45px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 35px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 45px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h5 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 35px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
/* cmsms stylesheet: Nav modified: Monday, June 29, 2026 4:18:45 PM */
.title-bar {
    background: rgb(80,113,130);
    padding: 5px 10px;
}

.top-bar {
    background: rgb(80,113,130);
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

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

.top-bar ul {
    background: rgb(80,113,130);
    padding: 0px;
    margin: 0px;
}

.top-bar ul li {
    background: rgb(80,113,130);
    padding: 15px 0px 15px 0px;
}

.top-bar ul li a {
    color: #fff;
    background: rgb(80,113,130);
}

.top-bar ul li:hover {
    color: rgb(228,211,154);
    background: rgb(80,113,130);
}

.top-bar ul li.navactive {
    color: rgb(228,211,154);
    background: rgb(80,113,130);
}

.top-bar ul li ul li:hover {
    color: rgb(228,211,154);
    background: rgb(80,113,130);
}

.top-bar ul li ul li.navactive {
    color: rgb(228,211,154);
    background: rgb(80,113,130);
}

.top-bar ul li a:hover {
    text-decoration: none;
    color: rgb(228,211,154);
    background: rgb(80,113,130);
}

.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 rgb(234,217,170); */
    }
    .menu:first-child {
        border-left: none;
    }
    .menu li:not(:last-child) {
/*        border-right: 1px solid rgb(234,217,170); */
    }
}

.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 {
background: rgb(80,113,130);
}
