/* cmsms stylesheet: CAC Main modified: Wednesday, October 15, 2025 7:41:43 PM */
body {
    font-family: 'Lato', sans-serif;
    color: #434343;
}

.blueheader {
    background-color: rgb(66,117,165);
    padding: 13px 0 7px 0;
    color: #fff;
    font-size: 13px;
    text-align: right;
}

.blueheader A:link, .thecopy A:link {text-decoration: none; color: #bedfff;}
.blueheader A:visited, .thecopy A:visited {text-decoration: none; color: #bedfff;}
.blueheader A:active, .thecopy A:active {text-decoration: none; color: #bedfff;}
.blueheader A:hover, .thecopy A:hover {text-decoration: underline; color: #fff}

.thenav {
    background-color: #343434;
}

.imagemarg {
    margin: 20px 0;   
}

.slider {
    background-color: #404040;
}

.sliderright {
    color: #fff;
    padding: 30px 0 0 10px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

.redbar {
    background-color: rgb(189,30,44);
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    text-align: center;
}

.blueboxes {
    background-color: rgb(66,117,165);
    padding: 20px;
    color: #fff!important;
    text-decoration: none!important;
    font-size: 13px;
    margin: 20px 0;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}


@media (min-width: 768px) and (max-width: 991px){
    .blueboxes {
    min-height: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .blueboxes {
    min-height: 230px;
    }
}

@media (min-width: 1200px) and (max-width: 5000px){
    .blueboxes {
    min-height: 200px;
    }
}

.blueboxes h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    margin: 5px 0;
}

.blueboxheaders {
    
}

.blueboxicons {
    margin: 0 10px 10px 0;
}

.blueboxtext {
    margin-top: 10px;
}


.friendlogos {
    margin: 20px 0;
}

.thefoot {
    background-color: #343434;
    color: #fff;
    font-size: 12px;
    padding: 30px 0;
}

.thecopy {
    background-color: #2b2b2b;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

.thefoot A:link, .thecopy A:link {text-decoration: none; color: rgb(96,172,243)}
.thefoot A:visited, .thecopy A:visited {text-decoration: none; color: rgb(96,172,243)}
.thefoot A:active, .thecopy A:active {text-decoration: none; color: rgb(96,172,243)}
.thefoot A:hover, .thecopy A:hover {text-decoration: underline; color: #c1c1c1}

.submain {
    padding: 30px 0;
}

.subsrigntone {
    padding: 20px;
    background-color: rgb(108,108,108);
    color: #fff;
    margin-top: 20px;
      	-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}

.subsrigntnews {
    padding: 20px;
    background-color: rgb(66,117,165);
    color: #fff;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

.subsrigntglobal {
    padding: 20px;
    background-color: rgb(108,108,108);
    color: #fff;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

.subsrigntone h1, .subsrigntglobal h1, .subsrigntnews h1 {
    font-family: 'Anton', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.subsrigntone h2, .subsrigntglobal h2, .subsrigntnews h2 {
    font-family: 'Anton', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding: 10px 0;
    margin: 0;
    text-align: left;
}

.morenewslink {
    font-size: 13px !important;
    padding-top: 10px;
    text-align: right;
}

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

.Homegmap {
    width: 100%;
}

@media (min-width: 400px) and (max-width: 767px){
    .Homegmap {
    height: 150px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .Homegmap {
    height: 176px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .Homegmap {
    height: 230px;
    }
}

@media (min-width: 1200px) and (max-width: 5000px){
    .Homegmap {
    height: 280px;
    }
}


.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-size: 30px;
    color: rgb(66,117,165);
    font-weight: 700;
    padding: 10px 0;
    margin: 0 0 10px 0;
}

h2 {
    font-size: 22px;
    color: rgb(66,117,165);
    font-weight: 700;
    padding: 10px 0;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 18px;
    color: rgb(66,117,165);
    font-weight: 700;
    padding: 10px 0;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 30px;
    color: rgb(189,30,44);
    font-weight: 700;
    padding: 10px 0;
    margin: 0 0 10px 0;
}

h5 {
    font-size: 22px;
    color: rgb(189,30,44);
    font-weight: 700;
    padding: 10px 0;
    margin: 0 0 10px 0;
}

h6 {
    font-size: 18px;
    color: rgb(189,30,44);
    font-weight: 700;
    padding: 10px 0;
    margin: 0 0 10px 0;
}

A:link {text-decoration: none; color: rgb(66,117,165);}
A:visited {text-decoration: none; color: rgb(66,117,165);}
A:active {text-decoration: none; color: rgb(66,117,165);}
A:hover {text-decoration: underline; color: rgb(66,117,165);}

.nobg {
    background: none;
}

.well {
    border: 0px
}

.white {
    color: #fff;
}

.figcaption {
    font-size: 11px;
    border-top: 1px dotted #333;
    padding-top: 5px;
    margin-top: 5px;
}

.contactlist {
    padding: 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
}

.resourcelogos {
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #ccc;
}

@media (min-width: 400px) and (max-width: 767px){
    .centeronxs {
    text-align: center;
}
}
/* cmsms stylesheet: CAC News modified: Thursday, June 16, 2022 5:54:23 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 1em 0; /* margin to the bottom of the news article summary */
    border: 1px solid rgb(97,163,205); 
    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%;
   }

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

.NewsSummaryLinkside {
    font-weight: bold;
    padding-top: 10px;
    font-size: 15px;
}

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

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

.NewsSummaryside {
    padding: 10px; /* padding for the news article summary */
    margin: 0 0 1em 0; /* margin to the bottom of the news article summary */
    border: 1px solid rgb(97,163,205); 
    behavior: url(PIE.htc);
}

.NewsSummarySummaryside p {
    font-size: 14px;
}

.NewsSummaryMorelinkside {
  padding-top: 0.5em;
}
/* cmsms stylesheet: CAC Nav modified: Wednesday, October 15, 2025 8:20:40 PM */
.thenav {
    text-align: center;
}

.nav {
    text-align: center;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: center;
}

.navbar-nav {
    background: transparent;
    /*background: rgb(140, 13, 4);*/
    padding: 0px;
    margin: 0px;
    /*display: inline-block;*/
    font-size: 14px;
}

.navbar-nav ul {
    background: #343434;
    margin: 0px;
}

.navbar-nav li a {
    color: #fff;
    background: #343434;
}


.navbar-nav li a:hover {
    background: rgb(66,117,165);
    color: #fff;
}
