@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&family=Raleway:wght@200;300;400;600&family=Roboto+Slab:wght@300;400&display=swap");
* {
  font-family: "Nunito Sans", sans-serif;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1em;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 1.9rem !important;
  color: #aa1010;
  font-family: "Raleway", sans-serif;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  color: #3a3a3a;
}

h3 {
  font-size: 1.25rem;
  color: #aa1010;
}

h4 {
  color: #aa1010;
}

h2, h3, h4 {
  font-family: "Raleway", sans-serif;
}

h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #aa1010;
  display: block;
  margin: 20px 0;
}

.red-bg {
  background-color: #aa1010;
}

.tabletOnly {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (min-width: 600px) {
  .tabletOnly {
    display: none !important;
  }
}

#feature-columns .row {
  padding: 20px;
}

.bi {
  font-size: 1.25rem;
  color: #aa1010;
}

.screenreader {
  position: absolute;
  left: -1000px;
}

.breadcrumbs {
  margin-bottom: 30px;
  max-width: 1200px;
}
.breadcrumbs ul {
  list-style: none;
  margin-bottom: 15px;
  border-bottom: 4px solid #f9f6f6;
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  margin: 0;
  padding-left: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 0.8125rem;
  text-decoration: none;
  color: #555;
  margin-bottom: 9px;
}
.breadcrumbs ul li a {
  text-decoration: none;
  color: #005a98;
}
.breadcrumbs ul li:not(:last-child):after {
  content: "/";
  margin: 0 4px 0 8px;
  color: #aa1010;
}

@media (max-width: 599px) {
  aside.sidebar {
    order: 2;
  }
}
aside.sidebar nav {
  position: relative;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 0.95rem;
  z-index: 1;
  padding-left: 1rem;
}
aside.sidebar nav input {
  display: none;
}
aside.sidebar nav .title a {
  font-size: 1.17rem;
  font-weight: 600;
  color: #aa1010;
  line-height: 1.5;
  margin-bottom: 10px;
  text-decoration: none;
}
aside.sidebar nav .content {
  margin-top: 1rem;
}
aside.sidebar nav .content ul {
  border-left: 2px solid #aa1010;
  padding: 5px 0;
}
aside.sidebar nav .content ul li {
  padding: 0 10px 15px;
}
aside.sidebar nav .content ul li a {
  margin: 0 2px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #005a98;
}
aside.sidebar .widgetWrapper {
  position: relative;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 0.95rem;
  z-index: 1;
  padding-left: 1rem;
}
aside.sidebar .widgetWrapper h2 {
  font-size: 1.175rem;
  font-weight: 600;
  color: #aa1010;
}
aside.sidebar .widgetWrapper .social-links a {
  text-decoration: none;
}
aside.sidebar .widgetWrapper .social-links .bi {
  font-size: 1.75rem;
  margin-right: 10px;
}

.hero-section {
  position: relative;
}
.hero-section .wrap {
  height: 300px;
}
.hero-section .wrap .hero-img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-section .wrap .textOverlay {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: auto;
  z-index: 10;
  background-color: #aa1010;
  padding: 10px 30px 0 30px;
}
@media (max-width: 599px) {
  .hero-section .wrap .textOverlay {
    width: 100%;
    left: 0;
    text-align: center;
    padding: 15px 30px;
  }
}
.hero-section .wrap .textOverlay h1 {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem;
}
@media (max-width: 599px) {
  .hero-section .wrap .textOverlay h1 {
    font-size: 1.75rem;
    margin: auto;
  }
}

header {
  text-align: right;
}
header .additionalLinks {
  display: inline-block;
  margin-bottom: 0;
}
header .additionalLinks a {
  color: #58574a;
  text-decoration: none;
  font-size: 0.925rem;
  font-weight: 600;
}
header .additionalLinks .right-border {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}
header .quicklinks {
  display: inline-block;
  margin-bottom: 0;
}
header .quicklinks .dropdown-menu {
  background-color: #aa1010;
}
header .quicklinks .dropdown-menu a {
  display: block;
}
header .quicklinks a {
  color: #58574a;
  text-decoration: none;
  font-size: 0.925rem;
  padding: 0 20px;
  font-weight: bold;
}
header nav.navbar {
  border-bottom: 6px solid #aa1010;
  padding: 0;
}
header nav.navbar .row {
  width: 100%;
}
@media (max-width: 599px) {
  header nav.navbar .row {
    width: auto;
  }
  header nav.navbar .row.main-menu {
    width: 100%;
  }
}
header nav .navbar-brand {
  margin: 0 auto;
}
@media (max-width: 599px) {
  header nav .navbar-brand {
    margin: 0;
  }
}
header nav .searchButton {
  padding-right: 0.75rem;
}
header nav .navbar-nav {
  padding-bottom: 0 !important;
}
@media (max-width: 599px) {
  header nav .navbar-nav .nav-item {
    margin: 0 15px;
  }
}
header nav .navbar-nav .nav-item .nav-link {
  color: #58574a;
  font-weight: 600;
}
@media (max-width: 599px) {
  header nav .navbar-nav .nav-item .nav-link {
    display: inline-block;
  }
}
header nav .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
header nav .navbar-nav .nav-item .bi {
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media (min-width: 600px) {
  header nav .dropdown {
    position: static !important;
  }
  header nav .dropdown.single, header nav .dropdown.quicklinks {
    position: relative !important;
  }
}
@media (min-width: 600px) {
  header nav .dropdown .dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background-color: #f4f4f4;
  }
}
@media (max-width: 599px) {
  header nav .dropdown .dropdown-menu {
    border: 0;
  }
}
header nav .dropdown .dropdown-menu.multiColumn {
  margin-top: 0px !important;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 6.125rem;
  padding: 2rem 1rem;
}
header nav .dropdown .dropdown-menu .subItem {
  margin-bottom: 10px;
}
header nav .dropdown .dropdown-menu .subItem .category {
  font-weight: bold;
  font-size: 1rem;
  font-weight: bold;
  color: inherit;
}
header nav .dropdown .dropdown-menu .subItem .catMenu {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 599px) {
  header nav .dropdown .dropdown-menu .subItem .catMenu li {
    padding-bottom: 10px;
  }
}
header nav .dropdown .dropdown-menu .subItem a {
  text-decoration: none;
  color: #58574a;
}
@media (min-width: 600px) {
  header .toolsmenu {
    display: none;
  }
}
header .toolsmenu .additionalLinks .btn {
  padding: 0.75rem 1.5rem;
  text-align: left;
  text-transform: uppercase;
}
header .toolsmenu .accordion .accordion-item .accordion-header .accordion-button {
  padding: 0.75rem 1.5rem;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.925rem;
}
header .toolsmenu .accordion .accordion-item .accordion-header .accordion-button:after {
  content: "\f282";
}
header .toolsmenu .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "\f286";
}
header .searchMobilecontent .col-1 {
  padding-left: 0;
}
header .searchMobilecontent .col-11 {
  padding-right: 0;
}
header .searchMobilecontent input {
  border-radius: 0;
}
header .searchMobilecontent .rightSubmitButton {
  border-radius: 0 0 10px 0;
  background-color: #aa1010;
  border: 0;
  width: 100%;
  height: 100%;
}
header .searchMobilecontent .rightSubmitButton .bi {
  color: #fff;
}

.icon-section {
  background-color: #f4f4f4;
  padding: 50px 0 30px;
}
.icon-section .icon {
  text-align: center;
  padding: 0 50px 30px;
  transition: all 0.5s;
}
.icon-section .icon .title {
  font-size: 1rem;
  font-weight: bold;
  color: #222;
}
.icon-section .icon .description {
  font-size: 0.875rem;
  color: #aa1010;
  font-weight: 500;
  font-style: italic;
}
.icon-section .icon .icon-image {
  max-width: 80px;
  display: block;
  margin: auto;
}
.icon-section .icon:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #aa1010;
  display: block;
  margin: auto;
  transition: all 0.5s;
}
.icon-section .icon:before, .icon-section .icon:after {
  width: 40%;
}

.black-bg {
  background-color: #222;
}

.white-text {
  color: #fff;
}

.gray-bg {
  background-color: #f4f4f4;
}

/*h3 {*/
/*  font-size: 1.625rem;*/
/*}*/

a {
  text-decoration: underline;
  color: #005a98;
}
a:hover {
  text-decoration: underline;
  color: #005a98;
  font-weight: bold;
}

ol, ul, menu {
  padding-left: 2rem;
  list-style: initial;
}

.red {
  color: #aa1010;
}

.small-headline {
  font-size: 1.125rem;
  font-weight: bold;
}

.btn {
  font-size: 1rem;
  line-height: 1.75rem;
  text-transform: none;
  border-radius: 0;
  background-color: #aa1010;
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 0;
  padding: 0.875rem 2.5rem;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #aa1010;
  z-index: -2;
}
.btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #222;
  transition: all 0.3s;
  z-index: -1;
  width: 5px;
}
.btn:hover {
  color: #fff;
}
.btn:hover:before {
  width: 100%;
}

.black-bg .btn:before {
  background-color: #fff;
}
.black-bg .btn:hover {
  color: #aa1010;
}

@media (min-width: 900px) {
  #feature-columns .row {
    padding: 20px;
  }
}

.intro {
  margin: 1rem 0 2rem;
}
.intro h2 {
  font-size: 1.75rem;
  text-align: center;
  font-weight: bold;
  color: #aa1010;
  margin-top: 1rem;
}
.intro p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

section {
  margin-bottom: 60px;
}

@media (min-width: 900px) {
  .highlight-wrap {
    padding: 30px;
  }
}
.highlight-wrap .highlight-content {
  padding: 20px 10px;
}
.highlight-wrap .highlight-content h3,
.highlight-wrap .columns .content h3 {
  color: #3a3a3a;
  font-size: 1.625rem;
  font-weight: bold;
}

.card {
  background-color: transparent;
  border: 0;
}
.card h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

main h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
main p {
  line-height: 1.75rem;
}

.alert-red {
  color: #fff;
  background-color: #aa1010;
  border: 2px solid #aa1010;
  border-radius: 0;
  font-size: 1.5rem;
}
.alert-red .bi {
  color: #fff;
  font-size: 1.5rem;
}

.icon-item {
  margin-bottom: 30px;
}
.icon-item .float-start {
  margin: 0 15px 15px 0;
}
.icon-item .float-end {
  margin: 0 0 15px 15px;
}

.float-left {
  float: left;
  margin: 0 20px 20px 0;
}

/**Formstack Override**/
.fsBody {
  height: auto;
  overflow: auto;
}

article.post {
  border-bottom: 1px solid #f0f2f3;
  padding: 25px 0;
}
article.post:first-child {
  border-top: 1px solid #f0f2f3;
}
article .post-teaser {
  font-family: "Roboto Slab", serif !important;
}
article .date {
  font-size: 0.75rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
}

.card .card-image {
  display: block;
  height: auto;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.highlight-box .highlight-row {
  margin-bottom: 60px;
}

.accordion .accordion-item {
  border: 0;
  margin-bottom: 15px;
}
.accordion .accordion-item .accordion-header .accordion-button {
  color: #fff;
  background-color: #aa1010;
  font-size: 1.125rem;
  padding: 1.084rem 1.75rem;
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  font-family: bootstrap-icons !important;
  content: "\f4fe";
  color: #fff;
  background-image: none;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #6c0000;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "\f2ea";
}
.accordion .accordion-item .accordion-header.incident .accordion-button {
  background: #f8de66;
  color: #333;
  font-size: 1rem;
}
.accordion .accordion-item .accordion-header.incident .accordion-button:after {
  color: #333;
}
.accordion .accordion-item .accordion-header.maintenance .accordion-button {
  background: rgb(32, 99, 227);
  font-size: 1rem;
}
.accordion .accordion-item .accordion-body {
  padding: 1.25rem 1.875rem;
}
.accordion .accordion-item .accordion-body p {
  margin: 0.75rem 0;
}

footer {
  float: left;
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  color: #fff;
  background-color: #222;
  margin-top: 20px;
}
footer .footer-links {
  background-color: #f4f4f4;
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  footer .footer-links .container {
    padding: 0 50px;
  }
}
footer .footer-links .container .menuColumn .footer-column-title {
  color: #222;
  font-size: 1.125rem;
  font-weight: 600;
}
footer .footer-links .container .menuColumn .footer-column-title:after {
  content: "";
  display: block;
  width: 10%;
  height: 4px;
  background: #aa1010;
  display: block;
  margin: 20px 0;
}
footer .footer-links .container .menuColumn ul {
  list-style: none;
  padding: 0;
}
footer .footer-links .container .menuColumn ul li {
  padding: 5px 0;
}
footer .footer-links .container .menuColumn ul li a {
  color: #222;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.875rem;
}
footer .footer-links .container .menuColumn.related-links .btn {
  display: block;
  margin-bottom: 10px;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 0.9375rem;
}
footer .footer-links .footer-social {
  text-align: center;
}
footer .footer-links .footer-social:before, footer .footer-links .footer-social:after {
  content: "";
  border-left: 2px solid #d3d3d3;
  width: 20%;
  height: 2px;
  background-color: #d3d3d3;
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 599px) {
  footer .footer-links .footer-social:before {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  footer .footer-links .footer-social:after {
    display: none;
  }
}
footer .footer-links .footer-social a {
  font-size: 1.875rem;
  color: #222;
  margin-right: 10px;
}
footer .footer-links .footer-social a.ccvi-logo {
  display: inline-block;
  max-width: 185px;
}
footer .footer-info {
  border-top: 4px solid #aa1010;
  padding: 40px 0;
}
@media (max-width: 599px) {
  footer .footer-info {
    padding: 40px 0 0;
  }
}
footer .footer-info .footer-logo {
  text-align: center;
}
footer .footer-info .footer-location {
  text-align: center;
  margin: 20px 0;
}
footer .footer-info .footer-location a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 599px) {
  footer .footer-info .footer-location p {
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=styles.css.map */