html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media print {
    a[href]:after {
      content: none !important;
    }
}
.animated.fastest {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}
body{
  
  font-size: 1.125rem;/*18px: http://pxtoem.com/ */
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-display: swap;
  
}
a{
  color:#166EA6;
}
a:hover{
  color:#003E74;

}
.shadow-brand-sm{
  box-shadow: 0 .125rem .45rem #d5eaff !important;  
}
.section-header-block{
  clear:both;
  margin:1em 0;
}
.top-banner{
  padding:.2em;
  background-color: #f6f6f6;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.anchorjs-link {
  font-weight: 400;
  color: rgba(0,123,255,.5);
  transition: color .15s ease-in-out,opacity .15s ease-in-out;
  visibility: hidden;
}
/*
.anchorjs-link::after{
  content: " click to copy URL"
} 
*/
@media (prefers-reduced-motion:reduce) {
  .anchorjs-link {
      transition: none
  }
}

.anchor-heading:hover .anchorjs-link {
  color: #007bff;
  text-decoration: none;
  visibility: visible;
}

.scrtabs-tab-container a{
  font-size:1.1rem;
}
.scrtabs-tab-container ul.nav{
  flex-wrap: nowrap;
}
.btn-subsite-menu{
  color:#0051A8;
}
a:hover, .btn-subsite-menu:not([href]):hover, .btn-bottom-nav:not([href]):hover{
  color:#0094ff;
}
.text-black {
  color:#000 !important;
}
h1,h2,h3,h4,h5,h6{
  color:#00092a;
}
.home-page-heading{
  font-size:1.6em;
  text-transform: uppercase;
}
.pb-5{
  padding-bottom:5em;
}
.btn-primary {
  color:#fff;
  background-color: #003E74;
  border-color: #03324d;
}
.btn-outline-primary {
  border-color: #03324d;
  color: #03324d;
}
.alert-subsite p{
  margin-bottom:0;
}
.alert-primary hr{
  border-top-color:#a2d2eb;
}
.mw-10{
  max-width: 10em;
}
.h-lg{
  font-size: 1.8em;
}
.hero-heading{
  font-size:1.4em;
  color: white;
  text-align: center;
}  
.hero-subhead{
  font-size:1.2em;
  font-weight: 300;
  text-align: center;
}

.owl-theme .owl-nav [class*=owl-]{
  font-size:2.4em !important;
}

.carousel-caption {
  position: static;
  color: #333;
  font-size: .9rem;
  padding:.6em 0 0 0;
}
.carousel-wrap {
  width: 100%;
  margin: auto;
  position: relative;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #73C2FB;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: block;
  visibility: hidden;
  margin-top: 1em;
}

.owl-carousel .item {
    text-align: center;
}
.owl-carousel .owl-item img{
  width:auto;
}
.owl-item.active.center {
  justify-content: center!important;
}
.owl-item .slide-image{
  display:flex;
  justify-content: center!important;
}
.owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev:focus{
  font-size:1rem !important;
  border:1px solid #999 !important;
  background-color: #f6f6f6 !important;
  border-radius: 10px  !important;
  padding:2px 6px !important;
  outline: none !important;

}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
  color:blue !important;
}
.owl-carousel .prev-slide{
    background: url(/img/carousel-nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}
.owl-carousel .next-slide{
    background: url(/img/carousel-nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}
.owl-carousel .prev-slide:hover{
   background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
  background-position: -24px -53px;
}

span.img-text {
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  display: block;
  text-transform: capitalize;
}
span.img-text:hover {
  color: #2caae1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 24px;
  height: 8px;
  margin: 5px 7px;
  border-radius: 0;
}

/* END OWL OVERRIDES */
/*start legacy CSS */
.calendar-agenda-wrap time.icon {
  display: block;
  width: 50px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.calendar-agenda-wrap time.icon * {
  display: block;
  width: 100%;
  text-align: center;
}
.calendar-agenda-wrap time.icon .month {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  background-color: #fd9f1b;
  border-bottom: 1px solid #ddd;
}
.calendar-agenda-wrap time.icon .day-of-week {
  font-size: 14px;
  color: #333;
}
.calendar-agenda-wrap time.icon .day-number {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #2f2f2f;
}
.event-divider {
  height: 10px;
  background: #ccc;
  margin: 10px 0;
}
.event-listing {
  padding: 4px;
  margin-bottom: 7px;
  border-bottom: 1px solid #eee;
}
.event-meta {
  padding: 0;
  margin: 0;
  line-height: 18px;
}
.event-title {
  font-weight: 500;
  margin: 0;
  padding: 0 0 2px 0;
}
.release-date {
  margin: 0 0 10px 0;
  color: #999;
}

i.climacon.big {
  font-size: 80px;
  line-height: 80px;
}
#icon_current {
  position: relative;
  top: 10px;
}
.temp {
  font-size: 60px;
  line-height: 100px;
}
.feels-like {
  margin: -10px 0 30px 0;
  font-size: 16px;
}
/*end legacy CSS */

/*START CLUDO SEARCH CSS*/

.cludo-search-form .search_autocomplete {
  position: absolute;
  top: 100%;
  left: 3em;
  z-index: 3;
  width: 100%;
  padding: 0;
  margin: .2em 3em 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  display:block !important;
}

.cludo-search-form .search_autocomplete h3 {
  background: #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #555;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 10px 20px;
}

.cludo-search-form .search_autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cludo-search-form .search_autocomplete li {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  padding: 8px 20px;
}

.cludo-search-form .search_autocomplete li:first-child {
  border-top: none;
}

.cludo-search-form .search_autocomplete li b {
  font-weight: bold;
}

.cludo-search-form .search_autocomplete a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f08e';
  color: #555;
  display: inline-block;
  font-size: 0.825em;
  line-height: 1;
  margin: 0 5px 0 0;
}

.cludo-search-form .search_autocomplete li.active,
.cludo-search-form .search_autocomplete li:hover,
.cludo-search-form .search_autocomplete li:focus {
  background-color: #dceefd;
  color: #333;
}

#cludo-search-results .search-filters {
  border-top: 1px solid #ddd;
  margin: 2em 0 0;
  padding: 2em 0 0;
}

#cludo-search-results .search-filters a {
  display: block;
  padding: 4px 8px;
}

#cludo-search-results .search-filters li.active {
  font-weight: bold;
}

.cludo-banner {
  color: #3c763d;
  background-color: #dff0d8;
  padding: 15px;
  margin: 20px 0;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  word-break: break-word;
}
#cludo-search-results ul .search-results-item p, .cludo-search-results ul .search-results-item p{
 margin:0 !important;
}
.search-results-item h2{
  font-size:1.1em !important;
  margin:0 !important;
}
.search-results-item p, .search-results-item .path{
  font-size:.9em !important;
  display:block;
}
.search-results-item .path{
  line-height: 1 !important;
}
.search-results-item .path a{
  color:#999 !important;
}

table.td{
  word-break: break-all;
}
.cludo-banner h2 {
  font-size: 22px;
  margin: 0 0 8px;
}

.cludo-banner h4:before {
  content: '\f058';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}

.cludo-banner p {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #cludo-search-results .cludo-r {
    display: block;
    float: left;
    width: 70%;
  }

  #cludo-search-results .search-filters {
    border-top: none;
    float: right;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 25%;
  }

  #cludo-search-results .search-filters a {
    display: block;
    padding: 4px 8px;
  }
}

#cludo-404.override h3 {
  text-transform: none;
}

#search label {
  position: absolute;
  left: 10px;
  top: 4px;
  color: #999;
}

.popular,
.popular a:hover,
.popular a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}



/*END CLUDO SEARCH CSS*/


.btn-white{
  background-color: #fff;
}
.btn-fcgov, .btn-fcgov:hover{
  color: #fff;
  background-color: #004d9a;
  border-color: #a1a9b0; 
  width:100%;
}
.btn-fcgov .material-icons{
  color:inherit;
  font-size:1.8rem;
}
.btn-fcgov .btn-label{
  display:none;
}
.btn-fcgov:hover .btn-label{
  display:inline-block;
}

.offcanvas-background{
  background-color: rgba(0,0,0,.7);
  position:fixed;
  top: 0;
  left:0;
  height:100%;
  width:100%;
  z-index:10;
}

.search-wrap{
  background-color: #fff;
  position:fixed;
  top: 0;
  left:0;
  height:100%;
  width:100%;
  z-index:101;
  overflow-y: scroll;
}
.offcanvas-collapse-menu{
  padding:.4em 1em;
  margin:0;
  background-color: #f5f5f5;
}
.offcanvas {
  top: 0;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 350px;
  left: 0;
  background-color: #fff;
  overflow-y: auto;
  visibility: hidden;
  transition: all 150ms cubic-bezier(0.4, 0, 0.6, 1);
  font-size: 1rem;
}
ul.offcanvas-menu{
  margin:0 1em;
}
ul.offcanvas-menu ul {
  list-style: none;
}
ul.offcanvas-menu > li{
  font-size: 1.1rem;
  margin-bottom: 1.2rem;

}
ul.offcanvas-menu a, ul.offcanvas-menu a:hover {
  text-decoration: none;
}
ul.offcanvas-menu li ul li {
  font-size:1rem;
  padding-bottom:.3rem;
  border-bottom:.1em solid #f6f6f6; 

}
.offcanvas-inner{
  padding-left:1em;
  width: 330px;
}

.offcanvas.open {
  visibility: visible;
}

#offcanvas-right {
  left: 100%;
  padding-bottom:6em;
}

#offcanvas-right.open {
  transform: translateX(-100%);
}
#offcanvas-left {
 transform: translateX(-100%);
}

#offcanvas-left.open {
  transform: translateX(0);
}

.offcanvas .card-header {
  padding: .55rem 1.05rem;
  background-color: rgb(241 251 255);
}



.bottom-panel{
  max-height:0;
  
}
.icon-font-md{
  font-size:2rem;
}
.icon-font-lg{
  font-size:3rem;
}
.top-nav-wrap{
  background-color: #eee;
}
.btn-top-nav, .offcanvas-close{
  padding:.6rem;
}
.btn-top-nav .material-icons, .offcanvas-close .material-icons{
  border:none;
  font-size:1.8rem;
  color:inherit;
}
.btn-bottom-nav{
  border-top:.25rem solid transparent;
  border-right:none;
  border-left:none;
  border-bottom:none;
  padding:.2rem;
  margin:-.2rem 0 0 0;
  font-size:.9rem;
}
.bottom-nav-wrap{
  position:fixed;
  left:0;
  width:100%;
  bottom:0;
  z-index:101;
  border-top:.2rem solid #ddd;
  background-color: #f6f6f6;
  color:#333;

}
.subsite-btn-wrap{
  background-color: inherit;
} 
.btn-subsite{
  color:#003E74;
  padding:.3em;
  font-size:.9rem;
  border:.1em solid transparent
}
.btn-subsite:hover{
  color:#4c8cff;
}
.btn-sidenav{
  color:blue;
  background-color: #fff;

}
.btn-subsite:focus, .btn-bottom-nav:focus{
  box-shadow: none;
}
.btn-bottom-nav.active, .btn-subsite.active{
  border-color:#0039ff;
  color:#00092a;
}
.btn-bottom-nav.active span{
  color:#0039ff;
}
.btn-subsite.inactive, .btn-bottom-nav.inactive span{
  color:#999;
}
.slideOutLeft {
  animation-duration: .1s;
}

.sitewide-menu-desktop, .navbar-sitewide, .navbar-sitewide .dropdown-item{
  font-size: .93rem;
}

.subsite-heading.dropdown-toggle::after, .offcanvas .dropdown-toggle::after,
.subsite-dropdown.dropdown-toggle::after, .subsite-dropdown .dropdown-toggle::after,
.subsite-menu-desktop .dropdown-toggle::after, .sitewide-menu-desktop .dropdown-toggle::after
{
  display:none;/*using fa4 for this*/
}
.subsite-menu-desktop .navbar-nav{
  margin-left:-.5em;
  font-weight:500;
}
.subsite-dropdown {
  position:relative;
  font-size:1em;
}

.subsite-dropdown-menu{
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 1000;
  display: none;
  padding: .5rem 0 0 0;
  font-size: 1.1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .25rem;
  width:95%;
  max-width:20em;
}
.subsite-dropdown-menu.show{
  display:block;
}
.subsite-dropdown-sub-menu{
  display:none;
  background:#ddd;
  padding:.25rem;
  border-top:none;
}
.subsite-dropdown-sub-menu.show{
  display:block;
}
.subsite-dropdown-item{
  padding-left:.35rem;
}

.subsite-dropdown-sub-menu .subsite-dropdown-item{
  padding-left:1rem;
}
.subsite-dropdown-item[aria-expanded=true]{
  background: #00467F;
  color:#fff;
}
.subsite-name{
  font-size:1.8em;
  line-height: 2.1em;
}
.subsite-name-desktop{
  font-size:2.6em;
  color:#000;
  text-decoration:none;
  font-weight:500;
}
.nav-link-single{
  padding:.25rem 1.5rem .25rem 1.68rem;
}

.climacon.snow{
  color:#cbe7ff;
}
.cobalt-blue{
  color:#003E74;
}
.bg-cobalt{
  background-color:#003E74;
}
.maya-blue{
  color:#003E74;
}
.bg-maya-blue{
  background-color:#549CCC;
}
.maastricht-blue{
  color:#00092a !important;
}
.bg-maastricht-blue{
  background-color:#00092a !important;
}
.offcanvas .material-icons {
  font-size: 1.6em;
}
.material-icons.material-icons-xl{
  font-size:6em;
}
.bi{
  font-size:1.5rem;
  max-width:1.5rem;
  overflow: hidden;
}
.bi.bi-smaller{
  font-size:1rem;
  max-width:1rem;
  overflow: hidden;
}
.bi.bi-sm{
  font-size:1.25rem;
  max-width:1.25rem;
  overflow: hidden;
}

.bi.bi-xxl{
  font-size:4.5rem;
  max-width:4.5rem;
}
.material-icons-outlined{
  font-size:1.5rem;
}
.material-icons, .material-icons-outlined{
  text-rendering: optimizeLegibility;
}
.modal-body-newsletter label{
  font-weight: 500;
}
.offcanvas .fa-ul a .fa, .main-account .fa.fa-external-link{
  display:none;
}
.home-page a .fa, .owl-carousel .fa{
  display:none;
}
.iframe-panel-wrap form{
  display: flex;
  flex-direction: column;
}
.subsite-hero{
  height: 24vh;
  background-image: url(/assets/img/subsite-backgrounds/default.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:20%;
}
.subsite-heading{
  font-size:1.4em;
  margin: 0;
  color:#00467F;
}
.subsite-heading a, .subsite-heading a:hover, .subsite-name-desktop a, .subsite-name-desktop a:hover, .subsite-name a, .subsite-name a:hover {
  color:inherit;
  text-decoration: none;
}
.subsite-header {
  border-bottom:.15rem solid #ddd;
}
.brand{
  height: 70px;
  width: 180px;
  margin:.5em 0;
  display:block;
  background:url(/img/cofc-logo-cobalt-blue.svg) center center no-repeat;
}
.brand span{
  display: none;
}
.brand.large{
  height: 90px;
  width: 220px;
}
.hr-btn-group{
  border-color:#6d6d6d;
  margin:.3em 0;
}
.sidenav-wrap .bg-wrap hr:last-child{
  display:none;
}
#offcanvas-brand{
  height: 50px;
  width: 170px;
  margin: .5em auto;
  background: url(/img/cofc-logo-cobalt-blue.svg) bottom center no-repeat;
}
#offcanvas-brand.utilities-brand{
  background-image: url(/img/cofc-utilities-logo.svg);
}
.site-message-indicator {
  position: absolute;
  top: 8px;
  right: 15px;
  opacity: .4;
}

#search{
  color:#fff;
  font-size:1.4em;
}
.hero-nav{
  color:#fff;
}

.list-group{
  margin-left: 0;
}

.btn {
  border-radius:0;
}

.h2, h2 {
  font-size: 1.5rem;
}
.h3, h3 {
  font-size: 1.375rem;
}

.list-group {
  margin-bottom: 1.6em;
}
.breadcrumb{
  text-transform: lowercase;
  background-color: inherit;
}
.breadcrumb li a, .breadcrumb li a:hover{
  color:#333;
}
.breadcrumb li a:hover{
  color:#003E74;
}

.breadcrumb-item.active{
  color:#333;

}

.section-cards .card {
  width: 16em;
}

.card .fa-ul{
  margin-bottom: 0;
}
dd .table {
  background-color: #fff;
}

.card-council{
  max-width:14rem;
}
.text-block, .faqs{
  /* max-width: 50em;https://ux.stackexchange.com/questions/108801/what-is-the-best-number-of-paragraph-width-for-readability */
  margin-right: auto;
}
.tab-content .text-block{
  margin-left:0;
}

.card-body h5{
  font-size: 1em;
  margin-bottom:.3em;
  margin-top:1.1rem;
}

ul, ol {
  margin-left: 2rem;
}

.caption{
  font-size:.9rem;
  line-height: 1rem;
  text-align: center;
}

.sidebar-col .card{
    width: 18em;
    margin-bottom:2em;
}
.sidebar-col .card li a i{
  display:none;
}

.sidebar-col .card-body a.btn{
  margin-top: 1.5em !important;/*prevent inline html from breaking the layout*/
  display:inline-block;
  max-width: initial !important;
  width: auto !important;
}

.panel-twitter {
  max-width: 30em;
}

.list-twitter {
  border-bottom: none;
}
.list-twitter li {
  padding: 4px 6px;
  margin: 0 -6px;
}
.list-twitter p {
  margin: 0 0 3px 0;
}
.list-twitter a.hashtag-link {
  color: #999;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
.twitter-ts {
  padding: 0 0 2px 0;
  margin: 0;
  font-size: 11px;
}

.section-striped {
  background-color: #f7f7f7;
}


.tweet-block {
  background-color: #e9f8ff;
}

/*Colored font awesome icons*/
a > .fa {
  margin-right: .3em;
  margin-left: .3em;
}
.connect-heading{
  background: #f3f3f3;
  color: #003E74;
  padding: .5em 1em;
  margin-top:4em;
  margin-bottom: 0;
}
.connect-card{
  padding:1em;
  margin:1em .5em;
  max-width:20em;
}
.connect-card .iframe-panel-wrap {
  margin-bottom: 3em;
}
.connect-card .iframe-panel-wrap legend {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom:.25rem;
  line-height: 1.2;
}
.connect-card .fa.social{
  font-size:2.4em;
  margin-left:0;
}
.image-plus-caption .fa, #connect .fa-ul a .fa {
  display: none;
}
#connect .fa-ul{
  margin-bottom: 0;
}

.image-plus-caption{
  max-width:450px;
}
.no-icon .fa{
  display:none;
}

.fa-file-pdf-o, .bi-file-pdf {
  color: #e40000;
}
.fa-file-powerpoint-o, .bi-file-ppt, .bi-file-pptx{
  color:#df330c;
}
li.larimer a{
  background:url(/global/larimer-link.png) no-repeat center right;
  padding-right:24px;  
}

a[href^=http], .base64-address, .mask-email {
  word-wrap: break-word;
  word-break: break-word;
}
td .base64-address, td .mask-email{
  white-space: nowrap;
}
.btn .fa, .btn .bi {
  color: inherit;
}
.fa-file-excel-o, .bi-filetype-xlsx, .bi-filetype-xls {
  color: blue;
}
.fa-file-word-o, .bi-filetype-docx, .bi-filetype-doc {
  color: #000fe4;
}
.fa-external-link, .bi-box-arrow-up-right {
  color: #ff8812;
}

.btn .fa-external-link, .btn .bi-box-arrow-up-right {
  color: #fff;
}
.btn.btn-outline-primary .fa-external-link, .btn.btn-outline-primary .bi-box-arrow-up-right {
  color: inherit;
}
.fa-facebook-square, .bi-facebook {
  color: #3b5998;
}
.fa-twitter-square, .twitter-color, .bi-twitter {
  color: #33ccff;
}
.fa-instagram, .bi-instagram{
  color: #bc2a8d;
}
.fa-pinterest-square, .bi-pinterest {
  color: #cb2027;
}
.fa-youtube-square, .youtube-color, .bi-youtube {
  color: #ff3333;
}
.fa-flickr, .flickr-color {
  color: #fe0883;
}
.fa-linkedin-square, .bi-linkedin {
  color: #4875b4;
}
.fa-google-plus-square, .bi-google {
  color: #c63d2d;
}
#content section > .container{
  background-color: #fff;
  border: .1em solid rgb(214 231 239);
  box-shadow: 0.1em 0.1em 0.1em rgba(0,0,0,0.1);
}
#content section > .container > .row {
  padding: .75em 1em;
}
#content .heading-highlight{
  font-size: 1.5rem;
  padding-bottom: .4rem;
}
#content .heading-highlight-2{
  font-size: 2rem;
  margin-bottom: .4rem;
}
.heading-highlight{
  margin-top:1rem;
}
.hero-cta-inner{
 padding:.4em;
  font-size:1rem;
  background-color:rgba(0,0,0,.45);
}

.h4, h4 {
  font-size: 1.1em;
}
.font-smaller{
  font-size:.9rem;
}
.cms-image-grid img{
  max-width: 240px;
}
/* promo slider */
.cms-promo-slider .featured-content {
    /* background: #f6f6f6; */
    max-width: 24em;
    padding:.1em;
    border: 1px solid #e6e6e6;
    word-break: break-word!important;
    overflow-wrap: break-word!important;    
  }
  
  .cms-promo-slider .spotlight-heading {
    border: none;
    font-size: 1.2rem;
    padding: .2em .2em .4em .2em;
    margin: 0;
    font-weight: 500;
    text-align: center;
  }
  .cms-promo-slider .spotlight-heading .fa{
    display:none;
  }
  
  .spotlight h2 .fa{
    display:none;
  }
  
  .cms-promo-slider .spotlight-heading:after {
    display: none;
  }

@media (max-width: 574px) {
  .image-plus-caption img{
    max-width:280px;
    margin-bottom:1em;
  }
  
}

/* timeline */

.timeline {
  border-left: 3px solid #ddd;
  margin: 15px 0 30px 10px;
  padding: 0 0 0 20px;
}

.timeline-entry-meta {
  margin: 0 0 1em;
}

 .timeline-entry-meta div + div {
    margin-top: 8px;
  }

.timeline-entry-meta .fa-fw-conditional {
  width: 1.28571429em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .shadow-none-md{
    box-shadow: none !important;

  }
  .border-none-md{
    border:none !important;

  }
  .timeline-entry-meta {
    display: flex;
    flex-direction: row;
  }

  .timeline-entry-meta div + div {
    margin: 0 0 0 20px;
  }

  .timeline-entry-meta .fa-fw-conditional {
    width: auto;
  }
}

.timeline-entry-details {
  margin: 0;
}

.timeline-entry-details > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.timeline-entry-title {
  position: relative;
  font-size: 1.125em;
  line-height: 1;
  margin: 2.5em 0 0;
  padding: 5px 0 0.5em;
}

.timeline-entry-title:first-child {
  margin-top: 0;
}

.timeline-entry-title:before {
  position: absolute;
  top: 0;
  left: -33px;
  content: '\f00c';
  display: block;
  font-family: 'FontAwesome';
  font-size: 13px;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background: #ccc;
  line-height: 24px;
  text-align: center;
}

.timeline-entry-title.upcoming:before,
.timeline-entry-title.current:before {
  background: #fff;
  border: 3px solid #ccc;
  content: '';
}

.timeline-entry-title.current:after {
  position: absolute;
  top: 7px;
  left: -26px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: #428bca;
}

.timeline dd {
    position: relative;
    padding: 0.25em 0 0;
}

.timeline dd:last-child:before {
  position: absolute;
  top: -4px;
  left: -23px;
  bottom: 0;
  border-left: 3px solid #fff;
  content: '';
  display: block;
}

  
 /*
 https://github.com/OwlCarousel2/OwlCarousel2/issues/378
 consistent box height
 */ 
 .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.owl-item{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}
.cms-promo-slider.owl-theme .owl-dots .owl-dot span {
  width: 1em;
  height: 1em;
}
.card-alt-2 {
  max-width:340px;
}
.card-home-page{
  width:20em;
  background-color: white;
}
.card-fcgov{
  width:304px;
  border-radius:0;
}
  
  /* video embed */
  .video-embed-wrap {
    margin: 0 auto 40px auto;
    max-width: 560px;
  }
  
  .intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
  }
  
  /* 16x9 Aspect Ratio */
  .intrinsic-container-16x9 {
    padding-bottom: 56.25%;
  }
  
  /* 4x3 Aspect Ratio */
  .intrinsic-container-4x3 {
    padding-bottom: 75%;
  }
  
  .intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .spotlight-summary {
    padding: 1em 1.4em;
    margin: 0;
  }

  .faqs dt {
    font-size: 18px;
    padding: 24px 0 6px 0;
  }
  .list-cases li {
    padding: 3px 0;
  }
  .faq-link{
    text-decoration: none !important;
  }
  .faqs dd,
  .list-cases {
    display: none;
    position: relative;
    margin-bottom:.6em;
    padding:.8em;
    background-color: #fbfbfb;
  }
  .faqs dd .col-12 p:last-child{
    margin-bottom:0
  }
dd h2{
  font-size:1.1em !important;
}
  .footer {
    color: #999;
    background: #00092a;
  }

.img-left-text-right{
  margin-bottom:4em;
}
a .bi {
  font-size:inherit;
}  
.fa-ul > li {
  position: relative;
  padding-bottom: 4px;
  margin-top: 4px;
}

.fa-li{
  top: 0.28em;
}
.footer {
  font-size:1rem;
}
  .footer a {
    color: #ddd;
  }
  .footer .fa-dimmed {
    color: #ccc;
  }
  .footer a {
  color: #ddd;
}
.footer .fa-dimmed {
  color: #ccc;
}
.footer .fa-ul li {
  border: none;
  color: #fff;
}
.footer .legal a {
  color: #fff;
}
  .footer .fa-ul li {
    border: none;
    color: #fff;
  }
  .footer .legal a {
    color: #fff;
  }
  .footer-list{
    margin-left:0;
  }
  .footer-list > li {
    padding: .1em 0 .2em;
  }
  .social-account-list {
    position: relative;
    background: #585858; /* #SB50MVP */
    border: 4px solid #585858;
    margin: 1em 0;
  }
  .social-account-list:after,
  .social-account-list:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  
  .social-account-list:after {
    border-color: rgba(88, 88, 88, 0);
    border-bottom-color: #585858;
    border-width: 18px;
    margin-left: -18px;
  }
  .social-account-list:before {
    border-color: rgba(88, 88, 88, 0);
    border-bottom-color: #585858;
    border-width: 18px;
    margin-left: -18px;
  }
  .social-account-list li {
    padding: 3px 8px 1px 8px;
  }
  .footer-heading {
    padding:1em 0 .2em 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
  }
    
/*Custom nav tabs*/
.nav-tabs-alt-1 {
  border-bottom: 1px solid #eee;
  font-size: 1.1em;
}
.nav-tabs-alt-1:after {
  clear: left;
}
.nav-tabs-alt-1 > li.active > a,
.nav-tabs-alt-1 > li.active > a:focus,
.nav-tabs-alt-1 > li.active > a:hover {
  border-width: 0;
}
.nav-tabs-alt-1 > li > a, .nav-tabs-alt-1 > li > a:hover {
  border: none;
  color: #666;
  position: relative;
  display: block;
  padding:.4em 1em;
  text-decoration: none;
}
.nav-tabs-alt-1 > li > a.active,
.nav-tabs-alt-1 > li > a:hover {
  border: none;
  color: #166EA6 !important;
  background: transparent;
}
.nav-tabs-alt-1 > li > a::after {
  content: '';
  background: #166EA6;
  height: .14em;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs-alt-1 > li > a.active::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}


@media (max-width: 574px) {
  .image-plus-caption img{
    max-width:280px;
    margin-bottom:1em;
  }
  .nav-tabs-alt-elections {
    font-size: .9em;
  }
  
}
.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 1.6em 0;
}

aside {
  padding: 1em;
  background: #f4f4f4;
  border-left: .3em solid #2196F3;
  margin: .6rem 0;
}
aside p:last-child{
  margin-bottom: 0;
}


* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

.nav-icon {
  width: 36px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.nav-icon.nav-icon-inverse span {
  background: #fff;

}
.nav-icon-items{
  margin:0;
}

/* Icon 3 */

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
  top: 12px;
}

.nav-icon span:nth-child(4) {
  top: 24px;
}
.z-index-1000{
  z-index: 1000;
}
.nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*rotating icons*/
.rotate{
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.faq-link .material-icons{
  font-size: 1.4em;
}
.faq-link .material-icons:not(.rotate-45), .faq-link .bi:not(.rotate-45){
  color:red;
}
.rotate-45{
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate.down{
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.flip-horizontal{
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .subsite-hero{
    height: 28vh;
  }
    
  
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .site-message-indicator {
    top: 8px;
    right: 18px;
}    
}

@media (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .subsite-menu-small{
    display:none;
  }
  .subsite-dropdown .dropdown-menu{
    font-size:1.2em;
  }
  .subsite-dropdown .dropdown-menu .dropdown-menu{
    font-size:1em;
  }
  .btn-offcanvas-items{
    top:38vh;
  }
  .btn .badge-count {
    right: 2.6em;
}  
  .subsite-hero{
    height: 30vh;
  }
  

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .subsite-hero{
    height: 50vh;
  }
  .btn-offcanvas-items{
    top:60vh;
}
      .subsite-heading{
    font-size:2.4em;
  }
      #brand{
        height: 70px;
        width: 200px;
  }
    .subsite-hero {
    background-image: url(/assets/img/subsite-backgrounds/default.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  /* .hero-filter{
    background-color: rgba(0,0,0,.2);
  } */
  .hero-heading{
    font-size:1.8em;
  }  
  #content .heading-highlight{
    font-size: 2rem;
    padding-bottom: .6rem;
  }
  #content .heading-highlight-2{
    font-size: 2.2rem;
    margin-bottom: .6rem;
  }
  

}

/* election CSS */
.election-bar {
 height: 1em; 
 margin: 0 0 2em 0;
 padding:1em;
 background:#c5c5c5;
 border:1px solid #afafaf;
}
.election-bar.winner{
  background: rgb(30,189,46);
  background: linear-gradient(90deg, rgba(30,189,46,1) 0%, rgba(0,201,98,1) 100%);
}
.election-graph {
  width:100%;
  margin:2em 3%;
}
.vote-label{
  font-size:1em;
}


.circle-chart__circle {
  animation: circle-chart-fill 1s reverse;
  transform: rotate(-90deg);
  transform-origin: center;
}

@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}


.masonry.card-columns {
  column-count: 1;
}

@media (min-width: 576px) {
  .masonry.card-columns {
      column-count: 2;
  }
}

@media (min-width: 768px) {
  .masonry.card-columns {
      column-count: 2;
  }
}

@media (min-width: 992px) {
  .masonry.card-columns {
      column-count: 3;
  }
}

@media (min-width: 1200px) {
  .masonry.card-columns {
      column-count: 4;
  }
}