html {
  scroll-behavior: smooth;
}

body {
  background-color: #00308F;
  font-weight: 200;
}

/* Hack for ui widget */
/* .ui-widget.ui-widget-content {
  top: 100px !important;
} */

/*###########################################################################
GENERAL
#############################################################################*/

.lineDivisionThick {
  border-bottom: 3px #FDBB3F solid;
  width: 100%;
  display: none;
}

.lineDivisionThin {
  border-bottom: 2px #FDBB3F solid;
  width: 100%;
}

.mobileshow {
  display: none;
}


/*###########################################################################
TYPOGRAPHY
#############################################################################*/
html {
  font-family: 'PT Sans', sans-serif;
  font: normal 112.5%/1.65 serif;
  /* base font size 18px with 1.65 line-height */
}

body {
  color: #58595B;
}

.container {
  width: 100%;
  max-width: 1200px;
}

p, li {
  font-size: 16px;
  line-height: 20px;
}

.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6 {
  line-height: 1;
  margin-top: 0;
  text-rendering: optimizeLegibility;
  /*  voodoo to enable ligatures and kerning | https://developer.mozilla.org/en-US/docs/CSS/text-rendering */
  color: #011B3C;
}

.ccm-page h1 {
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #00308F;
  border-left:#00308F solid 12px;
  padding-left: 20px;
}

.ccm-page h2 {
  font-size: 22px;
  line-height: 24px;
  color: #00308F;
  border-bottom: #42C2D1 2px solid;
  margin-top: 25px;
  margin-bottom: 11.1375px;
  margin-bottom: 0.61875rem;
}

.ccm-page h3 {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}

.ccm-page h4 {
  font-size: 16px;
  margin-bottom: 22.275px;
  margin-bottom: 1.2375rem;
  font-weight: bold;
}

.ccm-page h5 {
  font-size: 14px;
  margin-bottom: 25.45714px;
  margin-bottom: 1.41429rem;
  font-weight: bold;
}

.ccm-page h6 {
  font-size: 14px;
  margin-bottom: 29.7px;
  margin-bottom: 1.65rem;
  font-weight: bold;
}

.btn-red {
  background-color: #42C2D1;
  padding: 16px 8px;
  border-radius: 5px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}

.btn-red a {
  color: #00308F;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-red a:hover {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s all;
}

.btn-red:hover {
  background-color: #42C2D1;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: 0.5s all;
}

blockquote {border-left: 5px solid #FDBB3F }

/*###########################################################################
HEADER
#############################################################################*/

.ccm-page #headerTop {
  background-color: #00308F;
  height: 42px;
  display: none;
}

.ccm-page #headerBanner {
  /* display: flex; */
  height: 34.6vw;
  /* height: 500px; */
  align-items: center;
  justify-content: center;
  background-image: url('./images/banner.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ccm-page #headerBanner .header-flex-row {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  margin-right: -70px;
}

.ccm-page #headerBanner .header-flex-row p {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 30px;
}


/* .ccm-page #headerLeftLogo {
  background-image: url('images/scoopLeft.png');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 100%;
  padding: 8px;
} */

.ccm-page #headerRightLogo img {
  float: right;
}

.ccm-page #headerLeftLogo img {
  float: left;
}
                                                  
/* .ccm-page #headerTitle {
  height: 100%;
  display: none;
} */

.ccm-page #headerTitle h1 {
  font-size: 24px;
  margin-top: 16px;
  text-align: center;
  color: rgb(238, 226, 205);
  font-weight: bold;
  display: none;
}

.ccm-page #headerTitle p {
  color: rgb(238, 226, 205);
  text-align: center;
  font-weight: bold;
}
/* 
.ccm-page #headerRightLogo {
  background-color: rgb(111, 141, 166);
  height: 100%;
  padding-top: 8px;
  background-image: url('images/scoopRight.png');
  background-repeat: no-repeat;
  background-position: 0% 100%;
  padding: 8px;
} */


/*###########################################################################
NAVIGATION
#############################################################################*/
.ccm-page #siteNavigation {
  height: 45px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 0px #343539;
  z-index: 2000;
}

.nav>li>a:focus, .nav>li>a:hover {background-color: transparent; border-bottom: 3px solid #e79e15; transition: 0.5s all;}

/* mobile nav */
/* Style the navigation menu */
.ccm-page #siteMobileNavigation {
  background-color: #333;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
}

.ccm-page #siteMobileNavigation .nav>li{
  display: block !important;
  padding: 20px 0;
}

/* Hide the links inside the navigation menu (except for logo/home) */
#siteMobileNavigation #siteLinks {
  display: none;
}

/* Style navigation menu links */
#siteMobileNavigation a {
  color: white;
  padding: 20.5px 20.5px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
#siteMobileNavigation a.icon {
  background: #00308F;
  display: block;
  position: fixed;
  top: 0;
  right: 0%;
  /* transform: translate(50%, 0%); */
}

/* Add a grey background color on mouse-over */
#siteMobileNavigation a:hover {
  background-color: #00308F;
  color:#fff;
}

#siteMobileNavigation .nav {
  padding-top: 55px;
}

/* Style the active link (or home/logo) */
/* #siteMobileNavigation .nav a:active {
  color:#fff;
  border-bottom: solid 3px #e79e15;
} */



/* End Mobile nav */

.ccm-page .nav>li>a {
  display: inline !important;
  color: #000;
  margin: 13px 15px !important;
  padding: 0 15px;
  border-right: 1px solid #000;
}

.ccm-page .nav>li>a:last-child {
  border-right: 0px;
}

.ccm-page .nav>li>a:hover {
  color: #021c50;
}

.ccm-page .nav>li {
  display: inline !important;
}

.ccm-page .nav-path-selected a {
  color: #fff;
  border-bottom: solid 3px #e79e15;
}

#siteNavigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  height: 100%;
}


#siteNavigation ul li {
  font-weight: bold;
  margin-top: auto;
  margin-bottom: auto;
  display: inline;
  list-style-type: none;
  padding: 0% 2%;
  vertical-align: middle;
  height: 100%;

  line-height: 45px;
  font-size: 17px;
}

/*###########################################################################
HERO/NEWS AREA
#############################################################################*/
#hero {
  /* height: 262px; */
  background-color: #00308F;
}

#heroCarousel {
  height: 100%;
  display: block;
  margin: 0 auto;
  float: none;
  padding-left: 0;
  width: 80%;
}

#heroCarousel img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

#heroText {
  height: auto;
  background-color: #00308F;
  padding: 20px 0;
}

#heroText h3 {
  color: #fff;
}

#heroText h5 {
  color: #42C2D1;
  font-weight: bold;
  margin-bottom: 5px;
}

#heroText p {
  color: white;
  padding-bottom: 20px;
}

/*###########################################################################
BODY
#############################################################################*/

#welcomeSection {
  background-color: #f2f2f2;
  /* height: 450; */
  padding-bottom: 35px;
  /* height: 467px; */
}

#bannerSection {
  background-color: #f2f2f2;
  padding-top: 35px;
}

#welcomePanel {
  background-color: white;
  /* height:400px; */
  width: 100%;
  padding: 30px 60px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(145, 145, 145, 1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(145, 145, 145, 1);
  box-shadow: 0px 0px 5px 2px rgba(145, 145, 145, 1);

}

#services img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
}

/*###########################################################################
CUSTOM BLOCK STYLING
#############################################################################*/

/*Accordian*/
.simple-accordion-title-shell h2 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
}

/*Page List*/


/*CTA Row  */
.cta-row {
  margin-top: 30px;
}

.cta-row .cta-container {
  background-color: #42C2D1;
  color: #00308F;
  padding: 20px 10%;
  border-radius: 3px;
  min-height: 160px;
}

.cta-row .cta-container img {
  height: 100%;
  width: auto;
  max-height: 50px;
  margin-bottom: 10px;
}

.cta-row .cta-container a {
  color: #00308F;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;;
}

.cta-row .cta-container:hover {
  box-shadow: 0px 0px 5px 2px rgba(145, 145, 145, 1);
  cursor: pointer;
  transition: 0.5s all;
}

/*DOC Row  */
.doc-row {
  margin-top: 50px;
}

.doc-itm {
  margin-bottom: 20px;
}

/* Home legal copy */

.home-legal-copy {
  margin-top: 140px;
}

.home-legal-copy p {
  font-size: 12px;
  line-height: 13px;
  font-style: italic;
  color: #55585B;
}

/* Announcement banner */
.announcement-banner {
  color: #fff;
  background-color: #00308F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.announcement-banner .heading-block {
  background-color: #00308F;
  font-weight: bold;
  font-size: 22px;
  padding: 0 65px;
}

.announcement-banner .announcement-block {
  background-color: #00308F;
  padding: 35px;
  font-size: 16px;
  line-height: 20px;
}

/* About page container (CSS OVERRIDES) */
.about-page-container {
  font-size: 12px;
  line-height: 14px;
}

.about-page-container h2 {
  font-size: 18px;
  line-height: 21px;
}

.about-page-container h3 {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}

.about-page-container img {
  width: 100%;
  height: auto;
}

.about-page-container .row>.col-sm-6:first-child {
  width: 70%;
}

.about-page-container .row>.col-sm-6:last-child {
  width: 30%;
}

.about-page-container .row>.col-sm-6:first-child .col-sm-6 {
  width: 50%;
}



.page-heading {
  background-color: #fff;
  position: relative;
  padding: 30px 60px;
}

.page-heading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding-left: 30px;
  background-color: #00308F;
}

#faq-accordion .faq-question {
  display: block;
  border-bottom: 2px solid #00308F;
  color: #00308F;
    font-size: 16px;
  padding: 5px 0;
  padding-left: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  position: relative;
  margin-bottom: 20px;
}

#faq-accordion .faq-question:hover {
  background-color: #00308F;
  color: #fff;
  text-decoration: none;
}

#faq-accordion .faq-question::after {
  content: "▼";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
}

#faq-accordion .faq-question.collapsed::after {
  content: "►";
}

a.button {background-color: #e79e15; color: #000; padding: 8px 16px; margin: 20px 0 20px 0; }


/* Calendar Table (Get Involved Page) */

.calendar-table .col-sm-12, .calendar-table {
  display: flex;
  justify-content: center;
  align-content: flex-start;
}

.calendar-table .table-cell {
  background-color: #55585B;
  color: #fff;
  font-weight: bold;
  width: calc(100% / 3);
  margin: 0 5px;
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  min-height: 270px;
}

.calendar-table .table-cell p {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
}

.calendar-table .table-cell img {
  height: 44px;
  width: auto;
}

/* Scoping timelines */
.scoping-timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}

.scoping-timeline .timeline-item {
  background-color: #347389;
  border: 1px solid #214a59;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-right: 18px;
  position: relative;
  margin-bottom: 20px;
}

.scoping-timeline .timeline-item:last-child {
  margin-right: 0;
}


.scoping-timeline .timeline-item::after {
  content: "›";
  position: absolute;
  color: #214a59;
  font-size: 30px;
  font-weight: bold;
  right: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.scoping-timeline .timeline-item:last-child:after,
.scoping-timeline .timeline-item.no-arrow::after {
  content: "";
}

.scoping-timeline .timeline-item p {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

/* Documnents Container */
.documents-container {
  padding-bottom: 170px;
}

.documents-container h3 {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}

.documents-container p {
  margin-top: 0;
  margin-bottom: 0;
}

.documents-container a{
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #347389;
  position: relative;
  display: inline-block;
}

.documents-container a::after {
  content: "";
  position: absolute;
  background-image: url('./images/doc-arrow.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 38px;
  height: 5px;
  right: -52px;
  bottom: 4px;
  transition: 0.5s ease-in-out;
}

.documents-container a:hover::after, .info-bar a::after  {
  right: -55px;
}

.ccm-page .image-fit-container img{
  width: 100%;
  height: auto;
}


/* Comment Form CTA */
.comment-form-cta a {
  display: inline-block;
  width: 100%;
  padding: 20px 40px;
  color: #347389;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #347389;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
}

.comment-form-cta a:hover {
  background-color: #347389;
  color: #fff;
}

/* info bar */
.ccm-page .info-bar {
  border: 4px solid #347389;
  padding: 20px;
  margin-top: 20px;
}

.ccm-page .topic-block {
  margin-top: 40px;
  padding-top: 20px;
}

.ccm-page .topic-block h4
{
  background-color: #347389;
  color: #fff;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 20px;
}

.ccm-page .topic-nav a {
  display: inline-block;
  background: #347389;
  color: #fff;
  padding: 10px;
  margin: 0 5px;
  transition: background 0.5s ease-in-out;
  margin-bottom: 2px;
}

.ccm-page .topic-nav a:hover {
  background: #214a59;
  text-decoration: none;
}

.ccm-page #topic-nav.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 10px;
  background-color: #55585B;
}

.ccm-page #topic-nav.sticky h3 {
  color: #fff;
}


/* COMMENT FORM */
legend {display: none;}
label {margin-top: 10px;}
.ccm-page .cke_wysiwyg_div {height: 300px;}
/* legend {display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; font-size: 14px; color: rgb(51, 51,51,); border-bottom: none; padding-top: 5px;} */

/*###########################################################################
FOOTER
#############################################################################*/

.ccm-page #footer {
  background-color: #58595B;
  height: 100px;
  text-align: center;
}

.ccm-page #copyright {
  display: inline-block;
  padding-top: 34px;
  color: #fff;
  font-weight: lighter;
}

.ccm-page #memberLogin {
  display: inline-block;
  padding-right: 20px;
  padding-top: 34px;
  color: rgb(216, 216, 216);
  float: right;

  padding-right: 50px;
  font-weight: lighter;
}

/*###########################################################################
MEDIA QUERIES
#############################################################################*/

@media (max-width: 1410px) {
  #headerTitle h1 {
    font-size: 24px;
  }
}


@media (max-width: 1310px) {
  #headerTitle h1 {
    line-height: 30px;
  }

}

/************************* media query < 991px ************************************/
@media (max-width: 991px) {

  #headerTitle h1 {
    font-size: 21px;
    line-height: 28px;
  }

  #heroText {
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }


  #services img {
    width: 100%;
  }

  .cta-row .cta-container {
    min-height: 215px;
  }

  .cta-row .cta-container a {
    font-size: 14px;
  }

  /* Announcement banner */
  .announcement-banner {
    flex-wrap: wrap;
  }

  .announcement-banner .heading-block {
    padding: 20px;
  }

  .announcement-banner .announcement-block {
    padding: 20px;
  }

  /* Mobile toggle */
  .mobilehide {
    display: none;
  }

  .mobileshow {
    display: block;
  }
  

  .ccm-page #headerBanner .header-flex-row p {
    width: 100%;
  }

}

@media (max-width: 768px) {
  .cta-row .cta-container {
    min-height: 160px;
    margin-bottom: 30px;

  }

  .ccm-page #headerBanner .header-flex-row {
    margin-right: 0;
  }

  .ccm-page #headerBanner .header-flex-row p {
    font-size: 16px;
    margin: 20px 15px;
  }

  #welcomePanel {
    padding: 30px;
  }

  .about-page-container .col-sm-6:first-child,
  .about-page-container .col-sm-6:last-child {
    width: 100% !important;
  }

  .about-page-container .row>.col-sm-6:first-child .col-sm-6 {
    width: 100% !important;
    ;
  }

}

/************************* media query < 706px ************************************/
@media (max-width: 750px) {
  #headerTitle h1 {
    font-size: 18px;
  }
}


@media (max-width: 706px) {

  #headertitle {
    width: 62%;
  }

  #headerTitle h1 {
    font-size: 18px;
  }

  #headerTitle p {
    color: rgb(238, 226, 205);
    text-align: center;
    /*z-index: 0;*/
    z-index: 1000;
  }

  #headerLeftLogo {
    float: left;
    padding-left: 0px;
    z-index: 10;
  }

  #headerLeftLogo img {
    z-index: 10;
  }

  #headerRightLogo {
    float: right;
    padding-right: 0px;
    z-index: 10;
  }

  #headerRightLogo img {
    z-index: 10;
  }



  .ccm-page ul li {
    padding: 0% 2%;
    font-size: 15px;
  }



  #hero {
    padding-top: 20px;
  }

  #heroCarousel {
    height: auto;
  }

  #heroCarousel img {
    height: auto;
    width: 100%;
  }

  #heroText {
    height: auto;
    padding-bottom: 20px;
  }




  #services img {
    width: 100%;
  }

  /*.mobilehide{display:none;}
.mobileshow{display:block;}*/




}

/************************* media query < 634px ************************************/
@media (max-width: 634px) {
  .ccm-page #headerBanner h1 {
    font-size: 24px;
  }

  #headerTitle h1 {
    font-size: 18px;
    line-height: 22px;
  }

  .ccm-page #headerBanner p {
    font-size: 16px;
  }


}

/************************* media query < 560px ************************************/
@media (max-width: 560px) {
  .ccm-page #headerBanner h1 {
    margin-top: 10px;
  }

  .ccm-page ul li {
    padding: 0px 5px;
  }

  #headerTitle h1 {
    font-size: 20px;
    line-height: 24px;
  }

  #headerTitle p {
    font-size: 13px;
    font-weight: bold;
  }

  .documents-container a::after {
    background-image: none;
  }


}

/************************* media query < 544px ************************************/
@media (max-width: 544px) {

  #headerLeftLogoImg {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #headerRightLogoImg {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }



}

/************************* media query < 492px ************************************/
@media (max-width: 492px) {
  .ccm-page #headerBanner h1 {
    font-size: 25px;
  }

  #headerTitle h1 {
    font-size: 16px;
    line-height: 20px;
  }

  .ccm-page #headerBanner p {
    font-size: 12px;
  }
}
















/*###########################################################################
  TEXT-RESIZER
#############################################################################*/

/********* default/med/lg sizes ***************/
.medium {
  font-size: 16px;
  line-height: 22px;
}

.large {
  font-size: 20px;
  line-height: 26px;
}


/* .ccm-page h1 {
  font-size: 26px;
  line-height: 32px;
}

.medium .ccm-page h1 {
  font-size: 34px;
  line-height: 40px;
}

.large .ccm-page h1 {
  font-size: 38px;
  line-height: 44px;
}


.ccm-page h2 {
  font-size: 24px;
  line-height: 30px;
}

.medium .ccm-page h2 {
  font-size: 28px;
  line-height: 34px;
  color: #347389;
}

.large .ccm-page h2 {
  font-size: 32px;
  line-height: 38px;
}

.ccm-page .simple-accordion-title-shell h2 {
  font-size: 15px;
  line-height: 23px;
}

.medium .ccm-page .simple-accordion-title-shell h2 {
  font-size: 22px;
  line-height: 34px;
}

.large .ccm-page .simple-accordion-title-shell h2 {
  font-size: 28px;
  line-height: 38px;
}

.ccm-page h3 {
  font-size: 18px;
  line-height: 24px;
}

.medium .ccm-page h3 {
  font-size: 22px;
  line-height: 28px;
}

.large .ccm-page h3 {
  font-size: 26px;
  line-height: 32px;
}

.ccm-page h1,
.ccm-page h2,
.ccm-page h3 {
  font-weight: normal;
  text-decoration: none;
} */


/********* where all the styles will be applied to  ***************/
#text-resizer-container {
  margin: 20px auto;
  width: 960px;
}


/********* tooltip for resizing ***************/
.text-resizer {
  border: 1px solid rgb(111, 141, 166);
  margin: 6px;
  padding: 0px 6px;
  float: right;
  list-style: none;
}

.text-resizer li {
  float: left;
  line-height: 26px;
  margin-right: 5px;
}

.text-resizer .small {
  font-size: 12px;
  line-height: 26px;
}

.text-resizer .large {
  margin-right: 0;
}

.small .text-resizer .small a,
.medium .text-resizer .medium a,
.large .text-resizer .large a {
  color: rgb(203, 218, 225);
  text-decoration: none;
}

.small .text-resizer a,
.medium .text-resizer a,
.large .text-resizer a {
  color: rgb(111, 141, 166);
  text-decoration: none;
}