/* cmsms stylesheet: Main modified: Tuesday, January 20, 2026 7:01:47 PM */
/*
font-family: "Comfortaa", sans-serif; 300-700
font-family: "Open Sans", sans-serif; 300-800
*/

body {
    background-image: url("/img/chamaback.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: rgb(106,106,106);
}

/* 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: center;
}

.LogoShell {
    text-align: center;
}

.TheLogo {
    margin: 25px auto;
}

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

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

.UnderNav {
    color: #fff;
    background-color: rgb(91,155,211);
    text-align: center;
    line-height: 0;
    height: 20px;
    border-bottom: 1px solid #fff;
}

.Slider {
    background-color: white;
    text-align: center;
}

.OurServices {
    background-color: rgb(91,155,211);
    padding: 15px 0;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
}

.ServiceImage {
    filter: saturate(70%);
}

.ServiceImage:hover {
    filter: saturate(110%);
}

.HomeMainBack {
}

.MainContent {
}

.HomeLefBox {
    padding-bottom: 30px;
}

.HomeRightBox {
    padding-bottom: 30px;
}

.Footer {
    background-color: rgb(66,76,93);
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding: 30px;
}

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

.Copyr {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #ccc;
}

.FootAdd {
    text-align: right;
    padding: 10px;
    font-size: 14px;
    color: #fff;
}

.SubLeft {
    padding-bottom: 35px;
}

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

.SubRight {
    padding: 35px 20px;
    background-color: #bdbdbd;
    color: #000;
}

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

.HomeTopContent {
    padding: 35px 35px 35px 35px;
}

.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(24,97,162);}
A:visited {text-decoration: none; color: rgb(24,97,162);}
A:active {text-decoration: none; color: rgb(24,97,162);}
A:hover {text-decoration: underline; color: rgb(24,97,162);}

A.button:link {text-decoration: none; color: #fff; background-color: rgb(24,97,162);}
A.button:visited {text-decoration: none; color: #fff; background-color: rgb(24,97,162);}
A.button:active {text-decoration: none; color: #fff; background-color: rgb(24,97,162);}
A.button:hover {text-decoration: none; color: #fff; background-color: rgb(106,132,177);}

.button {
    background-color: rgb(24,97,162);
}

.button:hover {
    background-color: rgb(106,132,177);
}

.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-size: 24px;
    color: rgb(24,97,162);
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: "Comfortaa", sans-serif;
    font-size: 22px;
    color: rgb(24,97,162);
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: "Comfortaa", sans-serif;
    font-size: 20px;
    color: rgb(24,97,162);
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family: "Comfortaa", sans-serif;
    font-size: 24px;
    color: rgb(90,90,90);
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family: "Comfortaa", sans-serif;
    font-size: 22px;
    color: rgb(90,90,90);
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family: "Comfortaa", sans-serif;
    font-size: 20px;
    color: rgb(90,90,90);
    padding: 10px 0;
    margin: 10px 0;
}
/* cmsms stylesheet: News modified: Tuesday, January 20, 2026 5:56:42 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: 13px;
  font-weight: bold;
  text-align: right;
  color: #686868;
 }

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

.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: Nav modified: Tuesday, January 20, 2026 5:57:02 PM */
.title-bar {
    background-color: rgb(45,56,75);
    padding: 5px 10px;
}

.top-bar {
    background-color: rgb(45,56,75);
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.drilldown a {
    background: rgb(91,155,211);
}

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

.top-bar ul {
    background-color: rgb(45,56,75);
    padding: 0px;
    margin: 0px;
}

.top-bar ul li {
    background-color: rgb(45,56,75);
    padding: 7px 0px 8px 0px;
        text-transform: uppercase;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
    .top-bar ul li {
    padding: 0px;
}
}

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

.top-bar ul li:hover {
    background-color: rgb(91,155,211);
    color: #fff;
}

.top-bar ul li.navactive {
    background-color: rgb(91,155,211);
    color: #fff;
}

.top-bar ul li ul li {
    padding: 2px 0px;
text-transform: none;
}

.top-bar ul li ul li:hover {
    background-color: rgb(91,155,211);
    color: #fff;
}

.top-bar ul li ul li.navactive {
    background-color: rgb(91,155,211);
    color: #fff;
}

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

.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 #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 > li.is-active > a {
    background: transparent;
    color: #fff;
}

.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 {

}

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