/* GENERAL */
/* LINE CLAMP TEXT TRUNCATE */

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-one {
    -webkit-line-clamp: 1;
}

.clamp-two {
    -webkit-line-clamp: 2;
}

.clamp-three {
    -webkit-line-clamp: 3;
}

.clamp-four {
    -webkit-line-clamp: 4;
}

.clamp-five {
    -webkit-line-clamp: 5;
}

.skip-nav-btn {
    font-size: 14px;
    display: block;
    border-radius: 0;
    border: 0;
    padding: .5rem !important;
    margin: 0 !important;
}

.text-shadow {
    text-shadow: 0px 0px 10px rgba(0,0,0,.15);
}

.text-shadow-dark {
    text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

.text-shadow-none {
    text-shadow: none !important;
}

.box-shadow {
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}

.box-shadow-dark {
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}

.box-shadow-0 {
    box-shadow: none !important;
}

.image-overlay-25 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.155);
}

.image-overlay-50 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

.image-overlay-75 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
}

.image-overlay-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    padding: 1rem 1.5rem;
    color: #FFF;
}

.opacity-25 {
    opacity: .25 !important;
}

.opacity-50 {
    opacity: .5 !important;
}

.opacity-75 {
    opacity: .75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.no-hover {
	color: inherit;
}

.no-hover:hover {
	text-decoration: none;
	color: inherit;
}

.overlap {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
}

.centered {
    position: absolute;
	top: 50%;
	left: 0;
	right: 0;
    transform: translateY(-50%);
	text-align: center;
	margin: auto;
}

.bg-words-light-grey {
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    -o-background-size: 100% !important;
    background-size: 100% !important;
    -webkit-background-attachment: fixed !important;
    -moz-background-attachment: fixed !important;
    -o-background-attachment: fixed !important;
    background-attachment: fixed !important;
    background: linear-gradient(rgba(255,255,255,.65),rgba(255,255,255,.65)), url('/assets/img/content/bg-words-light-grey.svg');
}

.bg-favicon-light-grey {
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    background: url('/assets/img/content/grey-favicon.svg') no-repeat center center;
}

.bg-cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.bg-ob-cover {
    width: 100% !important;
    height: 100% !important;
    -webkit-object-fit: cover !important;
    -moz-object-fit: cover !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.bg-fixed {
    -webkit-background-attachment: fixed !important;
    -moz-background-attachment: fixed !important;
    -o-background-attachment: fixed !important;
    background-attachment: fixed !important;
}

.bg-favicon-faded {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background: linear-gradient(rgba(255,255,255,.95), rgba(255,255,255,.95)), url('/assets/img/logos/favicons/favicon-black.svg') center center;
}

.bg-banner {
    padding: 8rem 0;
}

.bg-banner-lg {
    padding: 12rem 0;
}

@media (max-width: 1199.98px) {
    .bg-banner {
        padding: 6rem 0;
    }

    .bg-banner-lg {
        padding: 10rem 0;
    }
}

@media (max-width: 991.98px) {
    .bg-banner {
        padding: 5rem 0;
    }

    .bg-banner-lg {
        padding: 8rem 0;
    }
}

@media (max-width: 767.98px) {
    .bg-banner {
        padding: 4rem 0;
    }

    .bg-banner-lg {
        padding: 6rem 0;
    }
}

@media (max-width: 575.98px) {
    .bg-banner {
        padding: 3rem 0;
    }

    .bg-banner-lg {
        padding: 5rem 0;
    }
}

.badge {
    border-radius: 0;
    font-weight: 600;
}

.rounded-xl {
    border-radius: 30px !important;
}

.rounded-lg {
    border-radius: 20px !important;
}

.rounded-md {
    border-radius: 10px !important;
}

.rounded-sm {
    border-radius: 5px !important;
}

.divided-text {
    padding: 1px 0;
    overflow: hidden;
    text-align: center;
}

.divided-text:before,
.divided-text:after {
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.divided-text:before {
    right: 7.5px;
    margin-left: -50%;
}

.divided-text:after {
    left: 7.5px;
    margin-right: -50%;
}

.divided-text:before,
.divided-text:after {
    background-color: #000;
}

.divided-text.white:before,
.divided-text.white:after {
    background-color: #FFF;
}

.divided-text.green:before,
.divided-text.green:after {
    background-color: #177E45;
}

.divided-text.blue:before,
.divided-text.blue:after {
    background-color: #122B4E;
}

.divided-text.lgrey:before,
.divided-text.lgrey:after {
    background-color: #DEE2E6;
}

.divided-text-left {
    padding: 1px 0;
    overflow: hidden;
    text-align: left;
}

.divided-text-left:after {
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.divided-text-left:after {
    left: 7.5px;
    margin-right: -100%;
}

.divided-text-left:after {
    background-color: #000;
}

.divided-text-left.white:after {
    background-color: #FFF;
}

.divided-text-left.green:after {
    background-color: #177E45;
}

.divided-text-left.blue:after {
    background-color: #122B4E;
}

.divided-text-left.lgrey:after {
    background-color: #DEE2E6;
}

.divided-text-left.faded:after {
    background-color: rgba(255,255,255,.125);
}


/* LINE CLAMP TEXT TRUNCATE */

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-one {
    -webkit-line-clamp: 1;
}

.clamp-two {
    -webkit-line-clamp: 2;
}

.clamp-three {
    -webkit-line-clamp: 3;
}

.clamp-four {
    -webkit-line-clamp: 4;
}

.clamp-five {
    -webkit-line-clamp: 5;
}


/* LAZY LOAD */

.lazyload {
	opacity: 0;
}

.lazyloading {
	opacity: 1;
	transition: opacity 300ms;
}

img.lazyload:not([src]) {
	visibility: hidden;
}


/* MARGIN/PADDING */

.ml-125 {
    margin-left: .125rem;
}

.my-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-15px {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.my-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mx-15px {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mx-30px {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.m-15px {
    margin: 15px !important;
}

.mt-n375 {
    margin-top: -.375rem;
}

.mt-15px {
    margin-top: 15px !important;
}

.mt-18px {
    margin-top: 18px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.mt-30px {
    margin-top: 30px !important;
}

.mt-33px {
    margin-top: 33px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}

.mb-18px {
    margin-bottom: 18px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-33px {
    margin-bottom: 33px !important;
}

.mb-38px {
    margin-bottom: 38px !important;
}

.px-15px {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.px-30px {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.py-7-5px {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
}

.py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-15px {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pb-10px {
    padding-bottom: 10px !important;
}

.pb-15px {
    padding-bottom: 15px !important;
}

.pb-18px {
    padding-bottom: 18px !important;
}

.pb-30px {
    padding-bottom: 30px !important;
}

.pb-33px {
    padding-bottom: 33px !important;
}

.pb-38px {
    padding-bottom: 38px !important;
}

.pb-2rem {
    padding-bottom: 2rem;
}

.pt-10px {
    padding-top: 10px !important;
}

.pt-15px {
    padding-top: 15px !important;
}

.pt-18px {
    padding-top: 18px !important;
}

.pt-30px {
    padding-top: 30px !important;
}

.pt-33px {
    padding-top: 33px !important;
}

.pt-38px {
    padding-top: 38px !important;
}

.p-15px {
    padding: 15px !important;
}

.row-15px {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row-15px [class*=col-],
.row-15px [class*=col] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row-small {
    justify-content: center;
}

.row-small > .col-12,
.row-small > .col-xl-12 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

@media (min-width: 576px) {
    .row-small > .col-12,
    .row-small>.col-xl-12 {
        -ms-flex: 0 0 91.666667% !important;
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }
}

@media (min-width: 768px) {
    .row-small > .col-12,
    .row-small>.col-xl-12 {
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }
}

@media (min-width: 992px) {
    .row-small > .col-12,
    .row-small>.col-xl-12 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
}

@media (min-width: 1200px) {
    .row-small > .col-12,
    .row-small>.col-xl-12 {
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }
}

@media (min-width: 1200px) {
    .col-xl-5ths {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 0 0 20% !important;
    }
}

@media (min-width: 992px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 0 0 20% !important;
    }
}

@media (min-width: 992px) {
    .col-lg-7ths {
        -ms-flex: 0 0 14.2857143% !important;
        flex: 0 0 14.2857143% !important;
        max-width: 0 0 14.2857143% !important;
    }
}

@media (min-width: 768px) {
    .col-md-5ths {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 0 0 20% !important;
    }
}

@media (min-width: 768px) {
    .col-md-7ths {
        -ms-flex: 0 0 14.2857143% !important;
        flex: 0 0 14.2857143% !important;
        max-width: 0 0 14.2857143% !important;
    }
}

@media (min-width: 576px) {
    .col-sm-5ths {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 0 0 20% !important;
    }
}

@media (min-width: 576px) {
    .col-sm-7ths {
        -ms-flex: 0 0 14.2857143% !important;
        flex: 0 0 14.2857143% !important;
        max-width: 0 0 14.2857143% !important;
    }
}

.service-row {
    position: relative;
}

.service-row img {
    width: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: all .3s ease;
}

.service-row p.service-desc {
    font-size: 14px;
    margin-bottom: 0;
}

.service-row p.service-desc a {
    position: relative;
    z-index: 2;
}

.service-row:hover img {
    border: 2px solid #177E45;
}

.img-grid-section {
    padding-top: 15px;
}

.img-grid-section .img-col {
    margin-bottom: 15px;
}

.img-grid-section img {
    width: 100% !important;
}


/* COLORS

PRIMARY:
Black: #000000;
White: #FFFFFF;
Light Green: #158748;
Green: #177E45;
Light Grey: #E6E7E8;
Light Blue: #A5D9EA;
Blue: #122B4E;
Red: #ED1C24;
Light Red: #FC2633;
Yellow: #FEC135;
Purple: #92278F;
Chart Blue: #1A77BD;

*/

.text-black {
    color: #000 !important;
}

.bg-black {
    background-color: #000 !important;
}

.text-green {
    color: #177E45 !important;
}

.bg-green {
    background-color: #177E45 !important;
}

.text-dark-green {
    color: #008905 !important;
}

.bg-dark-green {
    background-color: #008905 !important;
}

.text-dark-grey {
    color: #6D6E71 !important;
}

.bg-dark-grey {
    background-color: #6D6E71;
}

.text-light-grey {
    color: #E6E7E8 !important;
}

.bg-light-grey {
    background-color: #E6E7E8;
}

.bg-light-grey hr {
    border-top: 1px solid #FFF;
}

.text-red {
    color: #ED1C24 !important;
}

.bg-red {
    background-color: #ED1C24 !important;
}

.text-blue {
    color: #122B4E !important;
}

.bg-blue {
    background-color: #122B4E !important;
}

.bg-blue hr {
    border-top: 1px solid #FFF;
}

.text-light-blue {
    color: #A5D9EA !important;
}

.bg-light-blue {
    background-color: #A5D9EA !important;
}

.text-yellow {
    color: #FEC135 !important;
}

.bg-yellow {
    background-color: #FEC135 !important;
}

.bg-trans {
    background: transparent !important;
}

hr {
    margin: 1.5rem 0;
    border-top: 1px solid #DEE2E6;
}

hr.white {
    border-top: 1px solid #FFF;
}

hr.white-2 {
    border-top: 2px solid #FFF;
}

hr.black {
    border-top: 1px solid #000;
}

hr.black-2 {
    border-top: 2px solid #000;
}

hr.blue {
    border-top: 1px solid #122B4E;
}

hr.blue-2 {
    border-top: 2px solid #122B4E;
}

hr.green {
    border-top: 1px solid #177E45;
}

hr.light {
    border-top: 1px solid rgba(255,255,255,.125);
}

hr.dotted {
    border-top: 4px dotted #DEE2E6;
}

.border-dotted {
    border: 2px dotted #DEE2E6;
}

@-moz-keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-o-keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}


/* TYPOGRAPHY

font-family: 'Hind', sans-serif;

font-family: 'MetaPro-Normal', sans-serif;

*/

@font-face {
    font-family: Avenir-Black;
    src: url(/assets/fonts/AvenirLTStd-Black.otf);
}

@font-face {
    font-family: Avenir-Book;
    src: url(/assets/fonts/AvenirLTStd-Book.otf);
}

@font-face {
    font-family: Avenir-Med;
    src: url(/assets/fonts/AvenirLTStd-Medium.otf);
}

@font-face {
    font-family: Din;
    src: url(/assets/fonts/din1451alt.ttf);
}

@font-face {
    font-family: MetaPro-Normal;
    src: url(/assets/fonts/MetaPro-Normal.otf);
}

@font-face {
    font-family: Walkway-Bold;
    src: url(/assets/fonts/Walkway_Bold.ttf);
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

h1, .h1 {
    font-size: 3.25rem;
}

h2, .h2 {
    font-size: 2.25rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.35rem;
}

h6, .h6 {
    font-size: 1.15rem;
}

@media (max-width: 1199.98px) {
    h1, .h1 {
        font-size: calc(1.5rem + 1vw);
    }

    h2, .h2 {
        font-size: calc(1.4rem + 0.5vw);
    }

    h3, .h3 {
        font-size: calc(1.3rem + 0.25vw);
    }

    h4, .h4 {
        font-size: calc(1.2rem + 0.15vw);
    }

    .display-1 {
        font-size: calc(2.25rem + 3vw);
    }

    .display-2 {
        font-size: calc(2rem + 2.75vw);
    }

    .display-3 {
        font-size: calc(1.75rem + 2.5vw);
    }

    .display-4 {
        font-size: calc(1.5rem + 2.25vw);
    }
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .display-1, .display-2, .display-3, .display-4 {
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    color: #122B4E;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-115 {
    line-height: 1.15 !important;
}

.lh-125 {
    line-height: 1.25 !important;
}

small {
    font-weight: inherit;
}

.font-12px {
    font-size: 12px !important;
}

.font-13px {
    font-size: 13px !important;
}

.font-14px {
    font-size: 14px !important;
}

.font-15px {
    font-size: 15px !important;
}

.font-16px {
    font-size: 16px !important;
}

.font-17px {
    font-size: 17px !important;
}

.font-18px {
    font-size: 18px !important;
}

.lead {
    font-size: 1.2rem;
    font-weight: inherit;
}

@media (max-width: 1199.98px) {
    .lead {
        font-size: 1.175rem;
    }
}

@media (max-width: 991.98px) {
    .lead {
        font-size: 1.15rem;
    }
}

@media (max-width: 767.98px) {
    .lead {
        font-size: 1.125rem;
    }
}

@media (max-width: 575.98px) {
    .lead {
        font-size: 1.1rem;
    }
}

blockquote {
    font-size: 18px;
    font-weight: 300;
}

.eyebrow {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: .25rem;
}

#main-content a:not(.btn) {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    color: #177E45;
    transition: all .3s ease;
}

#main-content a:not(.btn):hover,
#main-content a:not(.btn):focus,
#main-content a:not(.btn):target,
#main-content a:not(.btn):active {
    color: #158748;
    text-decoration: underline;
}

#main-content ul {
    list-style-type: disc;
}

#main-content ul li,
#main-content ol li {
    margin-bottom: 10px;
}

#main-content ul li > ol,
#main-content ol li > ol {
    margin-top: 10px;
}

/* #main-content a:not(.btn) .fa-link {
    font-size: 12px;
    vertical-align: top;
    margin-top: 5px;
} */

p .fa-external-link,
p .fa-external-link-alt,
li .fa-external-link,
li .fa-external-link-alt {
    font-size: 12px;
    vertical-align: top;
    margin-top: 6px;
}

.fa-xxs {
    font-size: 75% !important;
    margin-top: 5px !important;
}

.disabled-link {
    pointer-events: none;
    opacity: .25;
    user-select: none;
}

.no-underline {
    text-decoration: none !important;
    background-image: none !important;
}

ul {
    list-style-type: square;
}

p + ul.spaced-list {
    margin-top: -.5rem;
}

ul.favicon-list {
   list-style: none;
   padding-left: 10px;
}

ul.favicon-list {
   list-style: none;
   padding-left: 0;
}

ul.favicon-list li {
    line-height: 1.25;
    margin-left: 10px;
    margin-bottom: 15px !important;
    position: relative;
}

ul.favicon-list li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -15px;
    background: url('/assets/img/logos/favicons/favicon-green.svg') center center no-repeat;
    width: 15px;
    height: 15px;
    background-color: #FFF;
    padding: 1px;
}

ul.favicon-list.white li:before {
    background: url('/assets/img/logos/favicons/favicon-white.svg') center center no-repeat;
}

ul.favicon-list li.reading-champion {
    margin-left: 0;
    padding: 15px 15px 15px 20px;
    text-transform: uppercase;
    color: #177E45;
    border: 1px solid #177E45;
}

ul.favicon-list li.reading-champion:before {
    top: 10px;
    left: -15.5px;
    width: 30px;
    height: 30px;
}

ul.favicon-list li a {
    display: inline-block;
}

.favicon-icon {
    width: 45px;
}


/* BUTTONS */

.btn-row {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.btn-row [class*=col-],
.btn-row [class*=col] {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.btn-row .btn {
    margin-top: 15px;
}

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600 !important;
    border-radius: 0;
    transition: all .3s ease;
}

.btn-reg {
    font-size: 14px;
    padding: .75rem 1.5rem;
    border-radius: 30px;
}

.btn-reg .fa-external-link-alt,
.btn-reg .fa-external-link {
    font-size: 12px;
    vertical-align: top;
    margin-top: 5px;
}

.btn-green {
    border: 2px solid #177E45;
    background-color: #177E45;
    color: #FFF;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:target,
.btn-green:active {
    border: 2px solid #158748;
    background-color: #158748;
    color: #FFF;
    outline: 0;
}

.btn-green:focus {
    box-shadow: 0 0 0 0.2rem rgba(21,135,72,.25);
}

.btn-green.active {
    background-color: transparent;
    color: #158748;
    border: 2px solid #158748;
    text-decoration: underline;
}

.btn-outline-green {
    color: #177E45;
    border: 2px solid #177E45;
    background-color: transparent;
}

.btn-outline-green:hover {
    background-color: #177E45;
    color: #FFF !important;
    border: 2px solid #177E45;
}

.btn-outline-green.focus,
.btn-outline-green:focus,
.btn-outline-green:target,
.btn-outline-green:active {
    background-color: #177E45;
    color: #FFF !important;
    border: 2px solid #177E45;
    box-shadow: 0 0 0 .2rem rgba(23,126,69,.5);
}

.btn-blue {
    border: 2px solid #122B4E;
    background-color: #122B4E;
    color: #FFF;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:target,
.btn-blue:active {
    border: 2px solid #1A3D6F;
    background-color: #1A3D6F;
    color: #FFF;
    outline: 0;
}

.btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(26,61,111,.25);
}

.btn-blue.active {
    border: 2px solid #1A3D6F;
    background-color: #1A3D6F;
    color: #FFF;
    text-decoration: underline;
}

.btn-outline-blue {
    color: #122B4E;
    border: 2px solid #122B4E;
    background-color: transparent;
}

.btn-outline-blue:hover {
    background-color: #122B4E;
    color: #FFF !important;
    border: 2px solid #122B4E;
}

.btn-outline-blue.focus,
.btn-outline-blue:focus,
.btn-outline-blue:target,
.btn-outline-blue:active {
    background-color: #122B4E;
    color: #FFF !important;
    border: 2px solid #122B4E;
    box-shadow: 0 0 0 .2rem rgba(18,43,78,.5);
}

.btn-black {
    border: 2px solid #000;
    background-color: #000;
    color: #FFF;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:target,
.btn-black:active {
    border: 2px solid #231F20;
    background-color: #231F20;
    color: #FFF;
    outline: 0;
}

.btn-black:focus {
    box-shadow: 0 0 0 0.2rem rgba(34,30,31,.25);
}

.btn-black.active {
    background-color: transparent;
    color: #231F20;
    border: 2px solid #231F20;
    text-decoration: underline;
}

.btn-outline-black {
    color: #000;
    border: 2px solid #000;
    background-color: transparent;
}

.btn-outline-black:hover {
    background-color: #231F20;
    color: #FFF !important;
    border: 2px solid #231F20;
}

.btn-outline-black.focus,
.btn-outline-black:focus,
.btn-outline-black:target,
.btn-outline-black:active {
    background-color: #231F20;
    color: #FFF !important;
    border: 2px solid #231F20;
    box-shadow: 0 0 0 .2rem rgba(34,30,31,.5);
}

.btn-light-grey {
    border: 2px solid #E6E7E8;
    background-color: #E6E7E8;
    color: #000;
}

.btn-light-grey:hover,
.btn-light-grey:focus,
.btn-light-grey:target,
.btn-light-grey:active {
    border: 2px solid #6D6E71;
    background-color: #6D6E71;
    color: #FFF;
    outline: 0;
}

.btn-light-grey:focus {
    box-shadow: 0 0 0 0.2rem rgba(146,149,152,.25);
}

.btn-light-grey.active {
    background-color: transparent;
    color: #E6E7E8;
    border: 2px solid #E6E7E8;
    text-decoration: underline;
    box-shadow: none;
}

.btn-outline-light-grey {
    color: #6D6E71;
    border: 2px solid #6D6E71;
    background-color: transparent;
}

.btn-outline-light-grey:hover {
    background-color: #6D6E71;
    color: #FFF !important;
    border: 2px solid #6D6E71;
}

.btn-outline-light-grey.focus,
.btn-outline-light-grey:focus,
.btn-outline-light-grey:target,
.btn-outline-light-grey:active {
    background-color: #6D6E71;
    color: #FFF !important;
    border: 2px solid #6D6E71;
    box-shadow: 0 0 0 .2rem rgba(146,149,152,.5);
}

.btn-outline-white {
    color: #FFF;
    border: 2px solid #FFF;
    background-color: transparent;
}

.btn-outline-white:hover {
    background-color: #FFF;
    color: #000 !important;
    border: 2px solid #FFF;
}

.btn-outline-white.focus,
.btn-outline-white:focus,
.btn-outline-white:target,
.btn-outline-white:active {
    background-color: #FFF;
    color: #000 !important;
    border: 2px solid #FFF;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.5);
}

@media (max-width: 767.98px) {
    .btn-group-newsletter {
        display: block;
    }

    .btn-group-newsletter .btn-radio {
        display: block;
        width: 100%;
        text-align: left !important;
        margin: 5px 0 0 0;
    }

    .btn-group-newsletter .btn-radio:first-of-type {
        margin: 0;
    }

    .btn-group-newsletter>.btn-group:not(:first-child),
    .btn-group-newsletter>.btn:not(:first-child) {
        margin-left: 0;
    }
}


/* TOP NAV */

#topbar {
    background-color: #122B4E;
    color: #FFF;
    padding: 7.5px 0;
}

#topbar .row {
    align-items: center;
}

#topbar p {
    font-size: 12px;
    margin-bottom: 0;
}

#topbar a {
    font-weight: 600;
    display: inline-block;
    /* padding: 7.5px; */
    color: #FFF !important;
}

@media (max-width: 1199.98px) {
    #topbar {
        display: none;
    }
}

.sm-nav {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sm-nav li {
    display: inline-block;
}

.sm-nav li a {
    font-size: 1.25rem;
    color: #FFF !important;
    display: block;
    padding: 0 7.5px !important;
}

@media (max-width: 1199.98px) {
    #top-bar {
        display: none;
    }
}

@media (min-width: 1200px) {
    #mobile-bar {
        display: none;
    }
}

#mobile-bar {
    display: block;
    font-size: 14px;
    background-color: #122B4E;
    color: #FFF !important;
    text-align: center !important;
    padding: 15px 0;
    margin: 15px 0;
}

#mobile-bar .row {
    justify-content: center;
}

#mobile-bar p {
    margin-bottom: 15px;
}

#mobile-bar p span {
    padding: 0 .5rem;
}

#mobile-bar a {
    font-weight: 600;
    color: #FFF !important;
}

#mobile-bar .social-link {
    color: #FFF !important;
    display: block;
    height: 100%;
    text-decoration: none !important;
}

#mobile-bar .social-link i {
    display: block;
    margin: 5px auto 0 auto;
    margin-bottom: .25rem;
}

@media (min-width: 1200px) {
    #mobile-bar {
        display: none;
    }
}


/* NAVIGATION */

.nav-offset {
    margin-top: -96px;
}

.nav-pad-offset {
    padding-top: 96px;
}

#main-navbar {
    background: #FFF;
    border-bottom: 1px solid #DEE2E6;
    padding: 7.5px 0;
    transition: all .3s ease;
}

/* #main-navbar.navbar-scrolled {
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
} */

a.navbar-brand {
    padding: 0;
    margin: 0;
    transition: all .3s ease;
}

a.navbar-brand:hover,
a.navbar-brand:focus,
a.navbar-brand:target,
a.navbar-brand:active {
    opacity: .85;
}

.navbar-brand img {
    width: 99px;
    height: 88px;
    max-width: 100%;
}

.navbar-brand.logo-fire img {
    width: 88px;
    height: 88px;
    margin-right: 11px;
    max-width: 100%;
}

.navbar-nav .nav-item .nav-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #122B4E;
    position: relative;
    transition: all .3s ease;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
    color: #122B4E;
    text-decoration: underline;
}

.nav-link .fa-external-link {
    font-size: 10px;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 4px;
}

.dropdown.show .nav-link {
    color: #122B4E;
    text-decoration: underline;
}

.dropdown-menu {
    margin: 0;
    padding: 15px 20px;
    background-color: #122B4E;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,.15);
    background-clip: border-box;
}

.dropdown-header {
    font-weight: 600;
    color: #FEC135;
    font-size: 12px;
    text-transform: uppercase;
    white-space: normal;
    letter-spacing: 1px;
    line-height: 1.25;
    margin: .25rem 0;
    padding: .25rem 0;
}

.dropdown-header a {
    display: block;
    color: #FEC135 !important;
}

.dropdown-header span {
    display: inline-block;
    vertical-align: middle;
    width: 7.5px;
    height: 15px;
    margin-right: 7.5px;
}

.dropdown-item {
    font-weight: 500;
    font-size: 13px;
    color: #FFF;
    padding: .5rem 0;
    border-radius: 0;
    white-space: normal;
    transition: all .3s ease;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:target,
.dropdown-item:active,
.dropdown-item.active {
    color: #FFF;
    background-color: transparent;
    text-decoration: underline;
}

.dropdown-item span svg {
    font-size: 8px;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 3px;
}

.dropdown-divider {
    margin: .5rem 0;
    padding: 0;
    border-top: 1px solid #DEE2E6;
}

.cta-btn {
    padding: .75rem 1.25rem !important;
    text-decoration: none !important;
}

[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    opacity: .5;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s ease;
}

[type="search"]::-webkit-search-cancel-button:hover {
    opacity: 1;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .mobile-search-icon {
        display: none;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
    	padding: 15px 13px;
    }

    .navbar-expand-xl .navbar-nav .nav-link span {
    	font-size: 8px;
        vertical-align: middle;
        margin-left: 4px;
    }

    .dropdown.show .dropdown-menu {
    	margin: 0;
    }

    .dropdown-toggle:after {
        background: none;
        border: 0;
        font-size: 9px;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        right: 0;
        top: 1px;
        position: relative;
        margin-left: 4px;
        color: inherit;
        display: inline-block !important;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        transform: rotate(0deg);
    }

    .dropdown.show .dropdown-toggle:after {
    	transform: rotate(-180deg);
    }

    /* .dropdown:last-of-type > .dropdown-menu {
	    left: auto;
	    right: 0;
	}

    .dropdown:nth-last-of-type(2) > .dropdown-menu {
	    left: auto;
	    right: 0;
	} */

    .dropdown.show .dropdown-menu {
    	display: block;
    	margin-top: 0;
    }

    .dropdown-menu {
        min-width: 230px;
    }
}

@media (max-width: 1199.98px) {
    #main-navbar {
        padding: 0 15px;
        transition: all .3s ease;
    }

    #main-navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #right-navbar {
        margin-bottom: 15px;
    }

    .mobile-search-icon {
        color: #122B4E !important;
        margin-left: -15px;
        padding: 15px;
        border: 1px solid transparent;
    }

    .navbar-collapse {
        max-height: calc(80vh - 70px);
        overflow-y: auto;
    }

    .navbar-collapse::-webkit-scrollbar {
        display: none;
    }

    .navbar-collapse {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    a.navbar-brand {
        margin: 7.5px 0;
    }

    .navbar-brand img {
        width: 60px;
        height: 54px;
        transition: all .3s ease;
    }

    .navbar-brand.logo-fire img {
        width: 54px;
        height: 54px;
        margin: 0;
        max-width: 100%;
    }

    /* .navbar-nav .nav-item:first-of-type .nav-link {
        border-top: 0;
    } */

    #middle-navbar .nav-item .nav-link {
    	padding: 12px 30px 12px 0;
        border-top: 1px solid #DEE2E6;
    }

    .navbar-nav .nav-item a.nav-link {
        outline: none !important;
    }

    .dropdown .dropdown-toggle:after {
        position: absolute;
        right: 6px;
        top: 11px;
    	font-size: 1rem;
        background-color: none;
        border: 0;
        font-size: 1rem;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: inherit;
        display: inline-block !important;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        transform: rotate(0deg);
    }

    .dropdown.show .dropdown-toggle:after {
    	transform: rotate(-180deg);
    }

    .social-item {
        display: none;
    }

    #right-navbar {
        border-top: 1px solid #DEE2E6;
        padding-top: 15px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    #main-navbar .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.nav-link-active a.nav-link,
.nav-link.active a.nav-link {
    color: #122B4E !important;
    text-decoration: underline !important;
}


/* MEGA MENU */

.mega-dropdown-container {
    padding: 15px 0 0 0;
    /* background-color: #F8F9FA; */
    justify-content: center !important;
}

.mega-dropdown-container .row {
    justify-content: center;
    width: 100%;
}

.mega-dropdown-container .col-12 {
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .mega-dropdown-closer {
        background: #FFF !important;
        color: #ED1C24 !important;
        font-size: 1rem;
        padding: 15px !important;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 1;
        transition: all .3s ease;
    }

    .mega-dropdown-closer:hover,
    .mega-dropdown-closer:focus,
    .mega-dropdown-closer:target,
    .mega-dropdown-closer:active {
        background: #E6E7E8 !important;
        color: #FC2633 !important;
        opacity: 1 !important;
    }

    .navbar .dropdown.mega {
        position: static;
    }

    .navbar .dropdown-menu.mega-drop {
        z-index: 1021;
        max-height: calc(100vh - 91px);
        overflow-y: auto;
        width: 100% !important;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        border: 0;
        border-bottom: 1px solid rgba(255,255,255,.15);
        transition: all .3s ease;
    }

    .nav-item.dropdown.mega:hover:before {
		content: "";
	    position: absolute;
	    bottom: 0px;
	    height: 35px;
	    width: 100%;
	    left: 0;
        right: 0;
	    display: block;
        z-index: 2;
	}

    .dropdown.mega.show a.nav-link:before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -26px;
        width: 0;
        height: 0;
        content: '';
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 25px solid #122B4E;
        z-index: 1;
        opacity: 1;
    }
}

@media (max-width: 1199.98px) {
    .mega-dropdown-closer {
        display: none;
    }

    .mega-drop {
        padding: 0 5px !important;
    }

    .mega-dropdown-container {
        margin: 0;
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px 0 0 0 !important;
    }
}


/* MOBILE MENU */

@media (min-width: 1200px) {
    .navbar-toggler {
        display: none;
    }
}

.navbar-toggler {
    margin: 0 -15px 0 0;
    padding: 15px;
    border: none;
    background: transparent;
}

.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}

.navbar-toggler .icon-bar {
    background-color: #122B4E;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 5px;
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background: #ED1C24;
    transform: rotate(45deg) translate(4px, 6px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background: #ED1C24;
    transform: rotate(-45deg) translate(4px, -6px);
    transition: ease all .2s;
}


/* HOME */

#hero {
    position: relative;
    background-color: #122B4E;
}

#hero .card {
    border: 0;
}

@media (min-width: 992px) {
    .hero-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 1.5rem;
        right: 1.5rem;
        z-index: 4;
    }

    #hero .card {
        max-width: 450px;
    }
}

#hero .card h2 {
    line-height: 1.15;
    margin-bottom: 0;
}

.bg-hero {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

@media (min-width: 992px) {
    .bg-hero {
        height: 65vh;
        max-height: 700px;
        min-height: 450px;
    }
}

@media (max-width: 991.98px) {
    .bg-hero {
        height: 450px;
    }

    .hero-container {
        margin-top: -3rem;
        position: relative;
        z-index: 4;
    }

    .hero-container .container,
    .hero-container .container-fluid {
        padding-bottom: 45px;
    }
}

@media (max-width: 767.98px) {
    .bg-hero {
        height: 350px;
    }
}

@media (max-width: 575.98px) {
    .bg-hero {
        height: 275px;
    }
}

.hero-pp-btn {
    font-size: 15px;
    color: #FFF;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 2px;
    padding: 0;
    border: 0;
    background-color: transparent;
    line-height: 1;
    overflow: visible;
    filter: drop-shadow(1px 1px 0px #177E45) drop-shadow(-0.5px -0.5px 0px #177E45);
}

#hero ol.carousel-indicators {
    bottom: 5px;
    margin-bottom: 0;
}

#hero .carousel-indicators li {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 1;
}

.carousel-indicators li {
    background-color: #FFF;
    border: 1px solid #177E45;
    height: 4px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 1px;
    opacity: 1;
    box-shadow: 0px 10px 20px rgba(0,0,0,.15);
}

.carousel-indicators li.active {
    background-color: #177E45;
    border: 1px solid #177E45;
    opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
    display: flex !important;
    font-size: 18px;
    color: #FFF !important;
    filter: drop-shadow(0px 2px 0px #177E45);
    z-index: 5;
    width: 35px;
    opacity: 1;
}

.carousel-control-prev .fa-chevron-left.bottom,
.carousel-control-next .fa-chevron-right.bottom {
    position: absolute;
    bottom: 15px;
}

.blue-curve-bottom {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.blue-curve-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 8rem;
}

.blue-curve-bottom .shape-fill {
    fill: #122B4E;
}

.blue-curve-top {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.blue-curve-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 8rem;
}

.blue-curve-top .shape-fill {
    fill: #122B4E;
}

.blue-image-cut {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: -2rem;
    left: 15px;
    background-color: #122B4E;
    display: block;
    width: 100%;
    height: 5rem;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .twitter-col {
        max-width: 335px;
    }
}


/* SERVICES */

.service-link {
    display: inline-block;
    line-height: 1.25;
    font-size: 12px;
    transition: all .3s ease;
}

.service-link:hover,
.service-link:focus,
.service-link:target,
.service-link:active {
    color: #177E45;
}

.service-link img {
    display: block;
    margin: 0 auto .5rem auto;
    border: 2px solid #E6E7E8;
    transition: all .3s ease;
}

.service-link:hover img,
.service-link:focus img,
.service-link:target img,
.service-link:active img {
    border: 2px solid #177E45;
}

.service-link .fa-external-link-alt {
    font-size: 10px;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 3px;
}


/* CARDS */

.card {
    border: 1px solid #DEE2E6;
    border-radius: 0;
    transition: all .3s ease;
}

.card-header:first-child {
    background: #000;
    color: #FFF;
    border-radius: 0;
}

.card-header,
.card-body,
.card-footer {
    padding: 1.5rem;
}

.card-link p:last-child,
.card-link ul:last-child,
.card-link ol:last-child {
    margin-bottom: 0;
}

span.small ul:last-child,
span.small ol:last-child {
    padding-left: 1.5rem;
}

.card-body p:last-child {
    margin-bottom: 0;
}

.card-footer:last-child {
    border-radius: 0;
}

.block-card {
    border: 0;
    background: #A5D9EA;
}

.block-card .card-body {
    padding: 3rem;
}

.card-link {
    color: inherit;
}

.card-link p {
    transition: all .3s ease;
}

.card-link .text-green {
    transition: all .3s ease;
}

.card-link:hover .card,
.card-link:focus .card {
    box-shadow: 0px 5px 15px rgba(0,0,0,.15);
    transition: all .3s ease;
}

.card-link:hover .text-green,
.card-link:focus .text-green {
    opacity: .8;
    transition: all .3s ease;
}

.card-link:hover p,
.card-link:focus p {
    color: #555;
    transition: all .3s ease;
}

.card-link:hover ol,
.card-link:focus ol {
    color: #555;
    transition: all .3s ease;
}

.card-link:hover ul,
.card-link:focus ul {
    color: #555;
    transition: all .3s ease;
}

.card-hover:hover {
    box-shadow: 0px 5px 15px rgba(0,0,0,.15);
}

.card-img-overlay {
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.85));
}

.card-img-overlay p {
    color: #FFF;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 0px 2px 5px rgba(0,0,0,1);
}

.quote-card {
    color: #FFF;
    background-color: transparent;
    border: 1px solid #FFF;
    text-align: left;
}

.quote-card .card-footer {
    border: 0;
    background: transparent;
    padding-top: 0;
}

.quote-circle {
    position: relative;
    background: #333;
    color: #FFF;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: inline-block;
}

.quote-circle span {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.zoom-wrapper {
	position: relative;
	overflow: hidden !important;
}

.zoom-wrapper img {
	max-width: 100% !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.card-zoom:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.video-image {
    display: block;
    position: relative;
}

.video-image img {
    border-radius: 30px;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.video-image div {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    right: 0;
}

.video-image div span {
    font-weight: 600;
    font-size: 12px;
}


/* IMAGE BOXES */

.card-img-box {
    border: 0;
}

.card-img-box .card-body {
    padding: 0;
}

.card-img-box .row {
    padding: 0 !important;
    margin: 0 !important;
}

.card-img-box [class*=col-],
.card-img-box [class*=col] {
    padding: 0 !important;
    margin: 0 !important;
}

.img-txt-box .row {
    padding: 0 !important;
    margin: -7.5px -7.5px 0 -7.5px !important;
}

.img-txt-box [class*=col-],
.img-txt-box [class*=col] {
    padding: 0 7.5px !important;
    margin: 15px 0 0 0 !important;
}

.img-text-box {
    padding: 3rem;
}

@media (max-width: 575.98px) {
    .img-text-box {
        padding: 3rem 15px;
    }
}


/* BREADCRUMBS */

.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    padding: 10px 0 !important;
    margin: 0 !important;
}

.breadcrumb li {
    margin: 0 !important;
}

.breadcrumb-item.active {
    color: #505050;
}

.breadcrumb.white .breadcrumb-item a {
    color: #FFF !important;
}

.breadcrumb.white .breadcrumb-item.active {
    color: #FFF !important;
    opacity: .75;
}


/* SUB PAGE */

#subnav-section {
    background-color: #E6E7E8;
    /* top: 104px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1); */
}

/* @media (max-width: 1199.98px) {
    #subnav-section {
        top: 70px;
    }
} */

#subnav-section .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#subnav-container {
    padding: 0;
    margin: 0;
}

#subnav-container .expand-btn {
    color: #122B4E !important;
    background-color: #E6E7E8 !important;
    box-shadow: none !important;
    border: 0;
    border-radius: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#subnav-container .expand-btn::after {
    right: 20px !important;
}

@media (min-width: 1200px) {
    #subnav-container .expand-btn {
        display: none;
    }
}

#subnav {
    justify-content: center;
}

#submenu {
    font-size: 12px;
    text-align: center;
    padding: 0;
    justify-content: center;
    flex-direction: row;
    list-style-type: none !important;
}

#submenu li {
    margin-bottom: 0 !important;
}

#submenu li a {
    position: relative;
    padding: 15px;
    color: #122B4E !important;
    font-weight: 500 !important;
}

#submenu li a i,
#submenu li a svg {
    font-size: 8px !important;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 2px;
}

#submenu li a:hover,
#submenu li a:focus {
    color: #122B4E !important;
    text-decoration: underline;
}

#submenu li a.active {
    color: #122B4E !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

#submenu li a.fire-active {
    color: #ED1C24 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

@media (min-width: 1199.98px) {
    #submenu li a.active:after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 0;
        height: 0;
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #122B4E;
        z-index: 1;
        opacity: 1;
    }
}

@media (max-width: 1199.98px) {
    #subnav-section {
        top: 71px;
    }

    #submenu {
        flex-direction: column;
        text-align: left;
        padding: .5rem 0;
    }

    #subnav {
        border-top: 1px solid #FFF;
    }

    #submenu li a {
        font-size: 13px;
        padding: .75rem 15px;
    }
}

#submenu li a:before {
    display: none;
}

.subpage-banner {
    position: relative;
    background-color: #122B4E;
    color: #FFF;
    padding: 3rem 0;
    overflow: hidden;
}

.subpage-banner .row {
    align-items: center;
    justify-content: center;
}

.subpage-banner .row-small .col-12 {
    text-align: center;
}

.subpage-banner img {
    height: auto;
    width: 100%;
    max-width: 100%;
}

.sub-blue-image-cut {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -3.25rem;
    left: 0;
    background-color: #122B4E;
    display: block;
    width: 100%;
    height: 5rem;
    border-radius: 50%;
}

.last-updated-text {
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    top: 15px;
    padding: 2px 4px;
    bottom: auto;
    left: auto;
    right: 15px;
    background-color: #122B4E;
}

.subpage-banner h1 {
    line-height: 1;
    color: #FFF !important;
    margin: 0;
}

.subpage-banner p {
    margin-top: .75rem;
    margin-bottom: 0;
}

.subpage-banner p.eyebrow {
    font-size: 12px;
    margin: 0 0 .75rem 0;
}

.subpage-banner a:not(.btn) {
    color: #A5D9EA !important;
}

@media (max-width: 1199.98px) {
    .subpage-banner {
        text-align: center;
    }

    .sub-blue-image-cut {
        margin-bottom: .5rem;
    }
}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
    .subpage-banner img {
        margin-top: -3rem;
    }

    .subpage-banner .col-xl-6:first-of-type {
        padding-left: 0;
        padding-right: 0;
    }

}

.inset-border {
    position: relative;
    z-index: 2;
}

.inset-border::before {
    z-index: 2;
    content: '';
    position: absolute;
    top: 7.5px;
    bottom: 7.5px;
    left: 7.5px;
    right: 7.5px;
}

.inset-border.white::before {
    border: 2px dotted #FFF;
}


/* SIDEBAR */

#sidebar {
    top: 152px;
    z-index: 998;
}

ul.sub-page-nav {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.sub-page-nav li {
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #EEE;
}

.sub-page-nav li:last-child {
	border-bottom: none;
}

.sub-page-nav li:hover {
    text-decoration: none;
    background-color: #EEE;
}

.sub-page-nav li a {
    color: #177E45;
    text-decoration: none;
    font-size: .85rem;
    display: block;
    width: 100%;
    padding: .6rem 1rem;
}

.sub-page-nav .sub-nav li a {
	padding: .5rem 1rem .5rem 2rem;
	font-size: .75rem;
	background-color: #FFF;
}

.sub-page-nav .sub-nav li a:hover {
	background-color: #EEE;
}

.sub-page-nav .double-sub-nav li a {
	padding: .35rem 1rem .35rem 3.5rem;
	font-size: .75rem;
	background-color: #FFF;
}

.sub-page-nav .double-sub-nav li a:hover {
	background-color: #EEE;
}

.sub-page-nav button {
    color: #177E45;
    font-size: .85rem;
    display: block;
    width: 100%;
    padding: .6rem 1rem;
    text-decoration: none;
    text-align: left;
    white-space: normal;
    border-radius: 0;
}

.sub-page-nav button:hover {
	background-color: #EEE !important;
}

.sub-page-nav button.collapsed:hover {
    color: #177E45 !important;
    text-decoration: none !important;
    background-color: #EEE !important;
}

.sub-page-nav.sub-nav button {
	padding: .5rem 1rem .5rem 2rem;
	font-size: .75rem;
	background-color: #F8F9FA;
	color: #177E45;
	text-decoration: none;
	white-space: normal;
}

.sub-page-nav.sub-nav button.collapsed {
	padding: .5rem 1rem .5rem 2rem;
	font-size: .75rem;
	background-color: #FFF;
	color: #177E45;
}

.sub-page-nav button.sub-nav.collapsed {
    color: #177E45 !important;
    text-decoration: none !important;
    background-color: #FFF;
}

.sub-page-nav button.sub-nav {
    color: #177E45;
    text-decoration: none;
    background-color: #EEE;
    transition: all .2s ease;
}

.sub-page-nav button.sub-nav::after {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: .75rem;
	position: absolute;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: all .2s ease;
}

.sub-page-nav button.sub-nav.collapsed::after {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: .75rem;
	position: absolute;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: rotate(180deg);
	transition: all .2s ease;
}

.sub-page-nav button.double-sub-nav::after {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: .75rem;
	position: absolute;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: all .2s ease;
}

.sub-page-nav button.double-sub-nav.collapsed::after {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: .75rem;
	position: absolute;
	display: inline-block !important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: rotate(180deg);
	transition: all .2s ease;
}

.sub-nav-active {
    background-color: #177E45 !important;
    color: #FFF !important;
    padding: .6rem 1rem;
    text-decoration: none;
    transition: all .2s ease;
}

.sub-nav-active:hover {
    background-color: #177E45 !important;
    color: #FFF !important;
}


/* CALENDAR */

#calendar a {
    display: flex !important;
}

.fc-view-harness {
    background-color: #FFF;
}

@media (max-width: 767.98px) {
    .fc .fc-toolbar {
        flex-direction: column;
    }

    .fc-toolbar-title {
        margin: 10px 0 !important;
    }
}

.fc .fc-button .fc-icon {
    font-size: 14px !important;
}

.fc-button-primary {
    font-size: 14px !important;
    background-color: #122B4E !important;
    color: #FFF !important;
    border: 1px solid #122B4E !important;
    border-radius: 0 !important;
}

.fc-button-primary:hover,
.fc-button-primary:focus,
.fc-button-primary:target,
.fc-button-primary:active {
    background-color: #122B4E !important;
    color: #FFF !important;
    border: 1px solid #122B4E !important;
    opacity: .85 !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(254,193,53,.15);
}


/* COLLAPSE */

.expand-btn {
    color: #FFF;
    background-color: #122B4E;
    border: 1px solid #122B4E;
    display: block;
    font-size: 1rem;
    text-align: left;
    padding: .5rem 2.5rem .5rem 1rem !important;
    white-space: normal;
    position: relative;
    width: 100%;
}

.expand-btn.collapsed {
    color: #177E45;
    background-color: #FFF;
    border: 1px solid #E6E7E8;
    display: block;
    font-size: 1rem;
    text-align: left;
    padding: .5rem 2.5rem .5rem 1rem !important;
    white-space: normal;
    position: relative;
    width: 100%;
}

.expand-btn.collapsed:hover {
    box-shadow: none;
}

.expand-btn:hover {
    color: #FFF;
    background-color: #122B4E;
    border-color: #122B4E;
    box-shadow: none;
}

.expand-btn:focus {
    color: #FFF;
    background-color: #122B4E;
    border-color: #122B4E;
    box-shadow: none;
}

.expand-btn::after {
    font-size: 1rem;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: .85rem;
    top: .5rem;
    position: absolute;
    color: inherit;
    display: inline-block !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    transform: rotate(-180deg);
    -webkit-font-smoothing: antialiased;
    transition: all .2s ease;
}

.expand-btn.collapsed::after {
    font-size: 1rem;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: .85rem;
    top: .5rem;
    position: absolute;
    color: inherit;
    display: inline-block !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(0deg);
    transition: all .2s ease;
}

.expand-btn.disabled {
    cursor: inherit;
    opacity: .25;
}

ul.link-list {
    padding: 0;
    margin: 0;
}

.link-list li {
    list-style-type: none;
}

.link-list li a {
    color: #177E45;
    display: block;
    width: 100%;
    text-align: left;
    font-size: .9rem;
}

ul.spaced-list {
    margin: 0;
    padding-left: 1.1rem;
}

ul.spaced-list li {
    line-height: 1.25;
    margin-bottom: 10px;
}

ul.checklist {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

ul.checklist ul {
    list-style: none;
    padding-left: 1rem;
    margin: 0;
}

.checklist li {
    line-height: 1.25;
    position: relative;
    padding: 0 0 0 1.5rem;
    margin-top: 15px;
}

.checklist li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path fill='%23177E45' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}

.checklist li ul li {
    line-height: 1.25;
    position: relative;
    padding: 0 0 0 1.5rem;
    margin-top: 15px;
}

.checklist li ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path fill='%23177E45' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}

ul.list-columns {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
}

ul.list-columns li {
    margin-bottom: 10px;
}

ul.list-columns li a {
    display: inline !important;
}

@media (min-width: 576px) {
    ul.list-columns {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media (min-width: 992px) {
    ul.list-columns {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
}

@media (min-width: 1200px) {
    ul.list-columns {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }
}

ul.reading-champion-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
}

ul.reading-champion-list li {
    margin-bottom: 15px !important;
}

ul.donor-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
}

ul.donor-list li {
    margin-bottom: 15px !important;
}

@media (min-width: 576px) {
    ul.reading-champion-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    ul.donor-list {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
}

@media (min-width: 768px) {
    ul.reading-champion-list {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }

    ul.donor-list {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }
}

@media (min-width: 992px) {
    ul.reading-champion-list {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }

    ul.donor-list {
        columns: 5;
        -webkit-columns: 5;
        -moz-columns: 5;
    }
}

@media (min-width: 1200px) {
    ul.reading-champion-list {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }

    ul.donor-list {
        columns: 6;
        -webkit-columns: 6;
        -moz-columns: 6;
    }
}

ol.numberlist {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin-top: .75rem;
    padding: 0;
}

ol.numberlist li {
    counter-increment: my-awesome-counter;
    display: flex;
    width: 100%;
    padding: .75rem 0;
    border-top: 1px solid #DEE2E6;
}

ol.numberlist li::before {
    color: #177E45;
    content: counter(my-awesome-counter);
    font-size: 45px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: monospace;
    font-weight: 700;
    line-height: 1;
}

.number-counter {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #177E45;
}

.fire-station-number-bg::before {
    position: absolute;
    z-index: -1;
    top: -3rem;
    right: 15px;
    left: auto;
    color: #E6E7E8;
    content: attr(title);
    display: block;
    font-size: 6rem;
    /* filter: drop-shadow(1px 1px 0px #E6E7E8); */
    /* text-shadow: 0px 0px 30px rgba(0,0,0,.1); */
}


/* LOCATIONS */

.location-card {
    background-color: #177E45;
    color: #FFF !important;
    border: 0;
    height: 100%;
}

.location-card .card-body {
    padding-bottom: 1rem;
}

.location-card .location-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: .25rem;
    line-height: 1.25;
}

.location-card .location-type {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.25;
}

.location-card hr {
    margin: .75rem 0 1rem 0;
    border-top: 1px solid rgba(255,255,255,.1);
}

.location-card ul {
    margin: 0;
    padding: 0;
    color: #FFF !important;
}

.location-card ul li a:not(.btn) {
    color: #FFF !important;
    background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1)) !important;
}


/* TABLES */

.table {
    font-size: 14px;
}

.table-responsive {
    border: 1px solid #E6E7E8;
}

#calls_for_service_graph {
    width: 100%;
    height: 400px;
}

#calls_for_service_graph .highcharts-color-0,
#calls_for_service_graph .highcharts-color-0 .highcharts-point {
    fill: #70AD47;
    stroke: #70AD47;
}

#calls_for_service_graph .highcharts-color-1,
#calls_for_service_graph .highcharts-color-1 .highcharts-point {
    fill: #FF0000;
    stroke: #FF0000;
}

#calls_for_service_graph .highcharts-color-2,
#calls_for_service_graph .highcharts-color-2 .highcharts-point {
    fill: #2E75B5;
    stroke: #2E75B5;
}

/* .highcharts-color-0,
.highcharts-color-0 .highcharts-point {
    fill: #122B4E;
    stroke: #122B4E;
}

.highcharts-color-1,
.highcharts-color-1 .highcharts-point {
    fill: #177E45;
    stroke: #177E45;
}

.highcharts-color-2,
.highcharts-color-2 .highcharts-point {
    fill: #FEC135;
    stroke: #FEC135;
} */

.highcharts-data-label-connector {
    fill: none !important;
}

.highcharts-data-label {
    fill: #000000 !important;
    stroke: none !important;
}

/* REMOVE & LICENSE HIGHCHARTS FOR DEV */
text.highcharts-credits {
    display: none !important;
    fill: #FFF !important;
}


/* SWIPERS */

.swiper {
    padding: 0 15px;
    margin: 0 -15px;
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
}

.swiper-slide .card {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    position: relative;
    height: 45px;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -15px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    margin-top: 10px !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-prev,
.swiper-button-next {
    width: 30px;
    height: 30px;
    color: #FFF;
    background-color: #177E45;
    border: 1px solid #177E45;
    border-radius: 100%;
    padding: 15px;
    transition: all .3s ease;
}

.swiper-button-prev:focus,
.swiper-button-prev:hover,
.swiper-button-prev:active {
    background-color: #158748;
    border: 1px solid #158748;
}

.swiper-button-next:focus,
.swiper-button-next:hover,
.swiper-button-next:active {
    background-color: #158748;
    border: 1px solid #158748;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #158748;
    border: 1px solid #158748;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
}

.swiper-button-prev {
    left: 15px;
}

.swiper-button-next {
    right: 15px;
}

/* .swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: 0;
} */

.swiper-button-prev.flush {
    left: 0;
}

.swiper-button-next.flush {
    right: 0;
}

.swiper-button-prev.bottom {
    top: auto;
    bottom: 0 !important;
}

.swiper-button-next.bottom {
    top: auto;
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    position: relative;
    background: transparent;
    border: 1px solid #177E45;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #177E45;
    border: 1px solid #177E45;
    opacity: 1;
}

.swiper-pagination.white .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #FFF;
    opacity: 1;
}

.swiper-pagination.white .swiper-pagination-bullet-active {
    background: #FFF;
    border: 1px solid #FFF;
    opacity: 1;
}

.swiper-pagination-fraction {
    color: #177E45;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.swiper-horizontal > .swiper-scrollbar {
    position: relative;
    margin-top: 25px;
    height: 5px;
    bottom: 12px;
    left: 47px;
    width: calc(100% - 95px);
    border-radius: 5px;
}

.swiper-scrollbar-drag {
    background: rgba(230,34,46,1);
    border-radius: 5px;
}

.swiper-scrollbar.white .swiper-scrollbar-drag {
    background: rgba(255,255,255,1);
}


/* Ticker */

.swiper-ticker {
    padding-left: 0;
    padding-right: 0;
}

.swiper-ticker .swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-ticker .swiper-slide {
    width: 220px;
    border-right: 1px solid #DEE2E6;
    /* -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start; */
}

.swiper-ticker .swiper-slide:last-of-type {
    border-right: 0;
}

@media (max-width: 991.98px) {
    .swiper-ticker .swiper-slide {
        width: 130px;
    }
}

.ticker-card {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    /* text-align: left; */
    font-size: 12px;
}

.ticker-card p {
    margin-bottom: 0;
}

.swiper-ticker::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    z-index: 9;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.swiper-ticker .swiper-button-next {
    background: transparent;
    border: 0;
    right: -7.5px;
}

.swiper-ticker .swiper-button-prev {
    background: transparent;
    border: 0;
    left: -7.5px;
}


/* MEDIA */

.link-card {
    text-align: left;
    height: 100% !important;
    border: 1px solid #DEE2E6;
    background-image: none !important;
    overflow: hidden;
}

.link-card:hover {
    border: 1px solid #177E45;
}

.link-card .row {
    position: relative;
}

.media-content-col {
    align-self: center;
    position: static;
}

.link-card img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.link-card .details {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: .25rem;
}

.link-card .details span {
    letter-spacing: 1px;
}

.link-card .details small {
    font-size: 60%;
}

.link-card .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0;
}

.link-card .heading a {
    display: block !important;
}

.link-card .heading a span {
    float: right;
    margin-top: .25rem;
    margin-left: .25rem;
    font-size: 75%;
    vertical-align: top;
}

.link-card .desc {
    margin-top: .25rem;
    font-size: 14px;
}

.link-card .desc-large {
    font-size: 16px;
}

/* .link-card .card-body {
    position: relative;
    z-index: 3;
} */


/* CAREERS */

.career-img {
    border-radius: 100%;
    margin-bottom: 1rem;
    width: 150px;
    border: 3px solid #808285;
}


/* NEWS */

.article-title {
    margin-bottom: 0;
    line-height: 1.25;
}

.article-title a {
    display: inline !important;
}

.article-title a span {
    float: right !important;
    margin-left: 1rem;
}

.article-title a span i {
    font-size: 12px;
    vertical-align: top;
    margin-top: 4px;
}

.article-summary {
    font-size: 14px;
    margin-top: .25rem;
}

.media-img-border {
    position: relative;
    border-right: 1px solid #DEE2E6;
}

@media (max-width: 991.98px) {
    .media-img-border {
        border-right: 0;
        border-bottom: 1px solid #DEE2E6;
    }
}

/* .media-img-cut {
    z-index: 2;
    position: absolute;
    top: -5%;
    right: -3.25rem;
    bottom: 0;
    left: auto;
    background-color: #FFF;
    display: block;
    width: 5rem;
    height: 110%;
    border-radius: 50%;
} */


/* TIMELINE */

.timeline-card {
    border: 0;
    z-index: 1;
}

.timeline-card p.eyebrow {
    color: #177E45 !important;
}

.timeline-icon {
    font-size: 1rem;
    color: #177E45;
    margin: 0 .75rem;
}

.timeline-favicon {
    width: 30px;
    margin: 0 .75rem;
}

.timeline-card p.timeline-desc {
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .timeline-favicon {
        margin-top: 15px;
        margin-bottom: -22px;
        z-index: -1;
    }
}

.border-right-lgrey {
    border-right: 1px solid #DEE2E6;
}

.border-right-white {
    border-right: 1px solid #FFF;
}

.border-right-green {
    border-right: 1px solid #177E45;
}

.border-right-green-2 {
    border-right: 2px solid #177E45;
}

.border-right-blue {
    border-right: 1px solid #122B4E;
}

.border-right-blue-2 {
    border-right: 2px solid #122B4E;
}


/* FOOTER */

footer address {
    font-size: 12px;
    margin-bottom: 0;
}

.footer-logo {
    width: 191px;
}

ul.footer-links {
	padding: 0;
	margin: 0;
    font-size: 12px;
}

.footer-links li {
	list-style-type: none;
    line-height: 1.25;
    margin-top: 0;
}

.footer-links li a {
    font-weight: 500;
    padding: .5rem 0;
    display: block;
	color: #122B4E !important;
}

.footer-links li a:hover,
.footer-links li a:focus,
.footer-links li a:target,
.footer-links li a:active {
	color: #1A3D6F !important;
}

.footer-links li a span svg {
    font-size: 75% !important;
    margin-top: 3px !important;
    margin-left: 3px !important;
}

.external-small-icon {
    font-size: 8px !important;
    vertical-align: top;
    margin-top: 4px !important;
    margin-left: 2px;
}

.footer-legal-links {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

@media (min-width: 1200px) {
    .footer-legal-links {
        margin: 0 0 0 -5px;
    }
}

.footer-legal-links li {
    display: inline-block;
}

.footer-legal-links li a {
    display: inline-block;
    padding: .25rem;
    color: #122B4E !important;
}

.footer-legal-links li a:hover,
.footer-legal-links li a:focus,
.footer-legal-links li a:target,
.footer-legal-links li a:active {
    color: #1A3D6F !important;
}


/* TOOLTIPS */

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    color: #000;
    background-color: #FFFFFF;
    border-radius: 0;
    font-size: 12px;
    text-align: left;
    padding: 8px 12px !important;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #FFFFFF !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #FFFFFF !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #FFFFFF !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #FFFFFF !important;
}


/* MODALS */

.modal-header {
    background: #FFF;
    border-bottom: 1px solid #DEE2E6 !important;
}

.modal-title {
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #122B4E;
    margin-bottom: 0;
    align-self: center;
}

.modal-icon {
    width: 30px;
    max-width: 100%;
    height: auto;
}

.modal-logo {
    width: 35px;
    max-width: 100%;
    height: auto;
}

.modal-body p:last-child {
	margin-bottom: 0;
}

.modal .close {
    font-size: 18px;
    padding: 10px;
    margin-top: -5px;
    margin-right: -10px;
    color: #ED1C24;
    opacity: 1;
    transition: all .3s ease;
}

.modal .close:hover,
.modal .close:focus {
    opacity: .75;
}

.class-modal .close {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    background-color: #FFF;
    padding: 15px;
    margin-top: 0;
    margin-right: 0;
}

.class-modal .close:hover,
.class-modal .close:focus {
    opacity: 1 !important;
    background-color: #E6E7E8;
}

.modal .floating-close {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}

.modal .floating-close .close {
    background-color: #FFF;
    border-radius: 100%;
    border: 2px solid #FFF;
}

.modal .floating-close .close:hover,
.modal .floating-close .close:focus {
    opacity: 1;
    border: 2px solid #ED1C24;
}

.modal-dialog {
    border-radius: 0;
}

.modal-header {
    padding: 1.5rem;
    border-radius: 0;
    border: 0;
}

.modal-content {
    border-radius: 0;
    border: 0;
    background-clip: border-box;
}

.modal-body {
    padding: 1.5rem;
}

.modal-footer {
    padding: 1.5rem;
    border-radius: 0;
    justify-content: flex-start;
}

.modal-footer p {
    margin: 0 !important;
}

.modal-footer>* {
    margin: 0;
}


/* ALERTS */

#alert-bar {
    font-weight: 400;
    color: #000;
    background: #F8F9FA;
    border: 0;
    border-bottom: 1px solid #DEE2E6;
    border-radius: 0;
    padding: 7.5px 0;
    margin-bottom: 0;
    font-size: 12px;
}

#alert-bar strong {
    font-weight: 600;
    margin-right: 3px;
}

#alert-bar a {
    font-weight: 500;
    color: #177E45;
    display: inline-block;
}

#alert-bar.alert .close {
    color: #ED1C24;
    font-size: 16px;
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: all .3s ease;
}

#alert-bar.alert .close:hover,
#alert-bar.alert .close:focus {
    opacity: .5;
}


/* CONTACT */

#contact-map {
    width: 100%;
    height: 400px;
    border: 0 !important;
    outline: 0 !important;
    margin-bottom: -7px;
}

.success-card {
    text-align: center;
    border-left: 4px solid #177E45;
    border-right: 1px solid #DEE2E6;
    border-top: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
}

.success-card .card-body {
    padding: 3rem;
}

.success-card i,
.success-card svg {
    font-size: 2em;
    color: #177E45;
    margin: 0 auto;
}

.success-card h2,
.success-card .h2 {
    color: #177E45;
    margin-bottom: .5rem;
}

.success-card p.lead {
    font-weight: 600;
    margin-bottom: .5rem;
}


/* FORMS */

label {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    text-align: left !important;
}

.btn-radio {
    font-weight: 400 !important;
    font-size: 14px !important;
    text-align: center !important;
    background-color: #FFF;
    border: 1px solid #DEE2E6;
    border-radius: 0 !important;
}

.btn-radio:focus,
.btn-radio.focus {
    box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 1px;
}

.btn-radio:hover,
.btn-radio:focus,
.btn-radio:target,
.btn-radio:active,
.btn-radio.active {
    color: #FFF !important;
    background-color: #122B4E !important;
    border: 1px solid #122B4E !important;
}

.input-group-text {
    border-radius: 0;
    background-color: #FFF;
    border: 1px solid #DEE2E6;
}

.input-group-text label {
    margin-bottom: 0;
}

form .row {
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;
}

.custom-select {
    background-color: #FFF;
    border-radius: 0;
    border: 1px solid #DEE2E6;
    transition: all .3s ease;
}

.form-control {
    background-color: #FFF;
    border-radius: 0;
    border: 1px solid #DEE2E6;
    transition: all .3s ease;
}

.form-control.flush,
.custom-select.flush {
    border: 1px solid #FFF;
}

.form-control.flush,
.custom-select.flush {
    border: 1px solid #FFF;
}

.form-control:focus,
.custom-select:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 1px;
}

.form-control.highlight:focus,
.custom-select.highlight:focus {
    border-color: #FFF;
    outline: 0;
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 1px;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #ED1C24;
    box-shadow: 0 0 0 0.2rem rgb(237 28 36 / 25%);
}

.invalid-feedback {
    color: #ED1C24;
}

.btn-group.custom-has-error .btn-radio {
    border-color: #ED1C24;
    color: #ED1C24;
}


/* LIGHTGALLERY */

.cursor:hover {
    cursor: pointer;
}

.lg-outer .lg-thumb-item {
    border: 2px solid transparent;
    border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border: 2px solid #FEC135;
    border-radius: 0;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #FEC135;
}

.lg-progress-bar .lg-progress {
    background-color: #FEC135;
}

.lSSlideOuter .lSPager.lSGallery li {
    border: 2px solid transparent;
    border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border: 2px solid #FEC135;
}


/* TO TOP */

.scroll-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 9;
    background-color: #122B4E;
    color: #FFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    border: 0;
    transition: all 0.5s ease-in-out;
}

.scroll-top.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
}

.scroll-top.show:hover,
.scroll-top.show:focus {
    color: #FFF;
    box-shadow: 0px 0px 30px rgba(0,0,0,.25);
}


/* USED FOR HIDING BODY UNTIL JS LOADS - LEAVE AT THE END */

body {
    opacity: 0;
}
