/* GENERAL */

.p-percent-x20 {
	padding: 0 20%;
}

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

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

.box-shadow {
	box-shadow: 0px 10px 20px rgba(0,0,0,.08);
}

.box-shadow-dark {
	box-shadow: 0px 10px 20px rgba(0,0,0,.15);
}

.svg-shadow {
    -webkit-filter: drop-shadow(0px 0px 1px rgba(0,0,0,.5));
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,.5));
}

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

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

@media (min-width: 576px) {
    .row-small > .col-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 {
        -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 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
}

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

@media (min-width: 576px) {
	.scale-up {
		transition: all .3s ease;
	}

	.scale-up:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.border-hover {
    border-bottom: 2px solid transparent;
    transition: all .3s ease;
}

.border-hover img {
    transition: all .3s ease;
}

.border-hover:hover {
    border-bottom-left-radius: 15%;
    border-bottom: 2px solid #E31837;
    transition: all .3s ease;
}

.border-hover:hover img {
    border-bottom-left-radius: 15%;
    transition: all .3s ease;
}

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

.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;
}

.lazyload {
	opacity: 0;
}

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

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

.no-hover {
	color: inherit;
}

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

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

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

.bg-column {
    min-height: 540px;
}

@media (max-width: 991.98px) {
    .bg-column {
        min-height: 540px;
    }
}

@media (max-width: 767.98px) {
    .bg-column {
        min-height: 405px;
    }
}

@media (max-width: 575.98px) {
    .bg-column {
        min-height: 270px;
    }
}

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

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

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

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

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

.hero-arrow {
    width: 200px;
    position: absolute;
    z-index: 2;
    margin: auto;
    top: -4.2rem;
    left: 0;
    right: 0;
}

.badge {
    border-radius: 0;
    text-transform: uppercase;
}

.badge-trans {
    color: #000;
    background: rgba(255,255,255,.75);
}

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

.border-rounded-red {
    border-bottom: 5px solid #E31837;
    border-bottom-left-radius: 15%;
}

.border-bottom-red {
    border-bottom: 5px solid #E31837;
}

@media (min-width: 992px) {
    .border-lg-right {
        border-right: 1px solid #DEE2E6;
    }
}

blockquote {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: .5rem solid #E31837;
}

@media (max-width: 1199.98px) {
    .tooltip {
        display: none !important;
    }
}

.grecaptcha-badge {
	display: none;
}


/* PADDING/MARGIN */

.px-10 {
	padding-left: 10px;
    padding-right: 10px;
}

.px-75 {
    padding-left: .75rem;
    padding-right: .75rem;
}

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

.mt-n4 {
    margin-top: -1.5rem;
}

.mt-n5 {
    margin-top: -3rem;
}

.mt-n10 {
    margin-top: -6rem;
}


/* COLORS

Red: #E31837;
Dark Red: #B91831;
Yellow: #FFC23C;
Grey: #D9D9D9;

*/
.bg-img-banner {
	padding: 8rem 0;
	color: #FFF !important;
	background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url(/assets/img/content/AdobeStock_267303092.jpg);
	text-shadow: 0px 0px 10px rgba(0,0,0,.5);
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

@media (max-width: 767.98px) {
	.bg-img-banner {
		padding: 6rem 0;
		background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5))
	}
}

.bg-black {
    background: #000;
}

.text-black {
    color: #000;
}

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

.bg-red {
    background: #E31837;
}

.text-red {
    color: #E31837;
}

a.text-red:hover,
a.text-red:focus,
a.text-red:target,
a.text-red:active {
    color: #B91831;
}

.border-red {
    border: 1px solid #E31837;
}

.border-bottom-red {
    border-bottom: 5px solid #E31837;
}

.bg-yellow {
    background: #FFC23C;
}

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

.bg-grey {
    background: #D9D9D9;
}

.text-grey {
    color: #D9D9D9;
}

.bg-trans {
    background: transparent;
}

.skew {
    transform: skewY(-2deg);
}

.unskew {
    transform: skewY(2deg);
}


/* TYPOGRAPHY

font-family: 'Montserrat', sans-serif;
font-family: 'Play', sans-serif;

*/

.font-mont {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.font-mont-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
}

.font-play {
    font-family: 'Play', sans-serif;
    font-weight: 400;
}

.font-play-bold {
    font-family: 'Play', sans-serif;
    font-weight: 700;
}

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

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

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

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

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

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

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

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

body {
    font-family: 'Montserrat', 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: 'Play', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

hr {
    border-top: 1px solid #DEE2E6;
}

a {
    font-weight: 600;
    color: #E31837;
    transition: all .3s ease;
}

a:hover,
a:focus,
a:target,
a:active {
    color: #B91831;
    transition: all .3s ease;
}

a.small {
    font-weight: 600;
}

p {
    line-height: 1.35;
}

.lead {
    font-weight: 400;
}

.top-title {
    font-size: .85rem;
    letter-spacing: 1px;
    margin-bottom: .5rem;
}

.medium {
	font-size: 14px;
}

ul.spaced-list {
    padding-left: 1.5rem;
}

ul.spaced-list li {
    font-size: .95rem;
    line-height: 1.25;
    padding: .2rem 0;
}

ul.spaced-list > ul {
    padding-left: 1rem;
}

ul.spaced-list > ul li {
    font-size: .85rem;
    line-height: 1.25;
    padding: .1rem 0;
}


/* LINES WITH TEXT */

.divided-text {
    overflow: hidden;
    text-align: center;
}

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

.divided-text:before {
    right: 0.5em;
    margin-left: -50%;
}

.divided-text:after {
    left: 0.5em;
    margin-right: -50%;
}

.divided-text-white {
    overflow: hidden;
    text-align: center;
}

.divided-text-white:before,
.divided-text-white:after {
    background-color: #FFF;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.divided-text-white:before {
    right: 0.5em;
    margin-left: -50%;
}

.divided-text-white:after {
    left: 0.5em;
    margin-right: -50%;
}

@media (max-width: 767.98px) {
    .divided-text:after,
    .divided-text:before {
        display: none;
    }

    .divided-text-white:after,
    .divided-text-white:before {
        display: none;
    }
}


/* BUTTONS */

.btn {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    border-radius: 0;
}

.btn-curved {
    border-bottom-left-radius: 1.5rem;
}

.btn-dark {
    background-color: #000;
    border: 1px solid #000;
}

.btn-reg {
    padding: .5rem 1.5rem;
}

.btn .fa-external-link-alt {
    font-size: 12px;
    vertical-align: top;
    margin-top: .25rem;
}

.btn-red {
    background-color: #E31837;
    color: #FFF;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:target,
.btn-red:active {
    background-color: #B91831;
    color: #FFF;
}

.btn-red:focus,
.btn-red:target,
.btn-red:active {
    box-shadow: 0 0 0 0.2rem rgba(201,25,52,.25);
}

.btn-light {
    color: #E31837;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:target,
.btn-light:active {
    color: #B91831 !important;
}

.btn-light.active {
    color: #000 !important;
    background-color: #DAE0E5 !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:target,
.btn-outline-light:active {
    color: #000 !important;
    background-color: #F8F9FA;
    border-color: #F8F9FA;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:target,
.btn-outline-dark:active {
    background-color: #000;
    border: 1px solid #000;
    color: #FFF;
}

.btn-yellow {
    background-color: #FFC23C;
    color: #343A40;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:target,
.btn-yellow:active {
    background-color: #E2AB33;
    color: #000;
}

.btn-yellow:focus,
.btn-yellow:target,
.btn-yellow:active {
    box-shadow: 0 0 0 0.2rem rgba(255,194,60,.25);
}

@media (max-width: 991.98px) {
  .contact-buttons {
    flex-direction: column;
  }

  .contact-buttons .btn:first-of-type {
    margin-left: -1px;
  }

  .contact-buttons .btn {
    margin-bottom: 5px;
  }

  .contact-buttons .btn:last-of-type {
    margin-bottom: 0;
  }
}


/* NAVIGATION */

#mainNavBar {
	z-index: 1020;
}

@media (min-width: 1200px) {
    .navOffset {
        height: 93px;
        margin-top: -93px;
        background: #000;
    }
}

#mainNavBar.navbar {
    padding-top: .25rem;
    padding-bottom: .25rem;
    transition: all .3s ease;
}

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

a.navbar-brand:hover,
a.navbar-brand:focus {
    opacity: .75;
}

.navbar-nav .nav-item .nav-link {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    color: #FFF;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease;
}

.navbar-scrolled {
    transition: all .3s ease;
}

.dropdown-menu {
    border-radius: 0;
    background-clip: border-box;
}

.dropdown-item-text {
    text-transform: uppercase;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    color: #FFF;
    padding: .5rem .75rem;
    font-size: .9rem;
    line-height: 1.3;
}

.dropdown-item {
    font-weight: 600;
    padding: .75rem;
    font-size: .9rem;
    line-height: 1.3;
    white-space: normal;
}

.dropdown-item.small {
    font-size: .8rem;
    padding: .35rem .75rem;
}

@media (min-width: 1200px) {
    #searchbar {
        position: absolute;
        left: 133px;
        right: 0;
        margin: auto;
        width: 977px;
        transition: all .3s ease;
        top: 50%;
        transform: translateY(-50%);
    }

    .search-icon {
        display: none;
    }

    #mainNavBar.navbar {
        background: linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,0));
    }

    #mainNavBar.navbar-scrolled {
        background: #FFF;
        box-shadow: 0px 10px 20px rgba(0,0,0,.08);
    }

    .navbar-brand img {
		margin-right: .75rem;
        width: 103px;
        height: 85px;
        -webkit-filter: drop-shadow(0px 0px 1px rgba(0,0,0,.25));
        filter: drop-shadow(0px 0px 1px rgba(0,0,0,.25));
        transition: all .3s ease;
    }

    .navbar-scrolled .navbar-brand img {
        -webkit-filter: none;
        filter: none;
        transition: all .3s ease;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: .95rem;
    	padding: .75rem;
        position: relative;
        text-shadow: 0px 0px 10px rgba(0,0,0,.25);
        transition: all .3s ease;
    }

    .navbar-nav .nav-item .nav-link:hover,
    .navbar-nav .nav-item .nav-link:focus {
        transition: all .3s ease;
    }

    .nav-link span {
        display: none;
    }

    .navbar .fa-external-link-alt {
        font-size: .5rem;
        vertical-align: top;
        margin-top: .25rem;
    }

    .navbar-scrolled.navbar-expand-xl .navbar-nav .nav-link {
    	color: #E31837;
        text-shadow: none;
    }


    .navbar-scrolled.navbar-expand-xl .navbar-nav .nav-link:hover,
    .navbar-scrolled.navbar-expand-xl .navbar-nav .nav-link:focus {
    	color: #B91831;
    }

    .navbar-scrolled .dropdown-item-text {
        color: #E31837;
    }

    .navbar-expand-xl .navbar-nav .nav-link .fa-search {
        -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.25));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.25));
    }

    .navbar-scrolled.navbar-expand-xl .navbar-nav .nav-link .fa-search {
        -webkit-filter: none;
        filter: none;
    }

    .navbar-expand-xl #rightNavBar.navbar-nav .nav-link {
        padding: .75rem;
    }

    .dropdown .fa-caret-down {
        font-size: .7rem;
    }

    .dropdown:hover .dropdown-toggle {
        opacity: .75;
        transition: all .3s ease;
    }

    .dropdown:hover a.nav-link {
        opacity: .75;
        transition: all .3s ease;
    }

    .navbar-scrolled .dropdown:hover a.nav-link {
        color: #B91831;
        opacity: 1;
        transition: all .3s ease;
    }

    .dropdown:hover .dropdown-menu {
    	display: block;
    	margin-top: -.5rem;
    }

    .dropdown:hover .fa-caret-down {
    	transform: rotate(-180deg);
    	transition: all .1s ease-in-out;
    }

    .dropdown>.dropdown-toggle:active {
        pointer-events: none;
    }

    .dropdown-menu {
        background: #000;
        margin: 0;
        width: 275px;
        box-shadow: 0px 10px 20px rgba(0,0,0,.08);
        border-left: 1px solid rgba(255,255,255,.125);
        border-right: 1px solid rgba(255,255,255,.125);
        border-bottom: 1px solid rgba(255,255,255,.125);
        border-top: 2px solid #B91831;
    }

    .navbar-scrolled .dropdown-menu {
        background: #F8F9FA;
    }

    .dropdown-item {
        color: #FFF;
    }

    .navbar-scrolled .dropdown-item {
        color: #E31837;
    }

    .dropdown-item:hover,
    .dropdown-item:focus,
    .dropdown-item:target,
    .dropdown-item:active {
        color: #FFF;
        background: #23272B;
    }

    .navbar-scrolled .dropdown-item:hover,
    .navbar-scrolled .dropdown-item:focus,
    .navbar-scrolled .dropdown-item:target,
    .navbar-scrolled .dropdown-item:active {
        color: #B91831;
        background: #FFF;
    }

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

    a.nav-link-fade-up:before,   a.nav-link-fade-up:after {
        content: '';
        position: absolute;
        bottom: calc(.5rem - 2px);
        left: 0;
        right: 0;
        height: 2px;
        background-color: #E31837;
    }

    .navbar-scrolled  a.nav-link-fade-up:before,   .navbar-scrolled  a.nav-link-fade-up:after {
        background-color: #B91831 !important;
    }

    a.nav-link-fade-up:before {
        opacity: 0;
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
        transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
        transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    a.nav-link-fade-up:after {
        opacity: 0;
        -webkit-transform: translateY(4px);
              transform: translateY(4px);
        transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    a.nav-link-fade-up:hover:before,   a.nav-link-fade-up:hover:after,   a.nav-link-fade-up:focus:before,   a.nav-link-fade-up:focus:after {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    a.nav-link-fade-up:hover:before,   a.nav-link-fade-up:focus:before {
        transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
        transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    a.nav-link-fade-up:hover:after,   a.nav-link-fade-up:focus:after {
        transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
        transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .nav-link-active a.nav-link-fade-up:after,
    .nav-link-active a.nav-link-fade-up:before {
        opacity: 1 !important;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .navbar-scrolled .navbar-nav .nav-item.nav-link-active .nav-link {
        color: #B91831 !important;
        opacity: 1 !important;
    }
}

@media (max-width: 1199.98px) {
    #mainNavBar.navbar {
        padding: 0;
        background-color: #FFF;
    }

    #mainNavBar.navbar-scrolled.navbar {
        box-shadow: 0px 10px 20px rgba(0,0,0,.08);
    }

    #centerNavBar {
        border-top: 1px solid #DEE2E6;
    }

    .brand-red {
        display: none !important;
    }

    .brand-yellow {
        display: none !important;
    }

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

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

    .navbar-nav .nav-item .nav-link {
        font-size: 1rem;
        color: #E31837;
    	padding: .5rem .75rem;
    }

    .nav-link span {
        margin-left: .5rem;
    }

    .dropdown-item-text {
        color: #E31837;
    }

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

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

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

    .navbar-nav {
        padding: 15px 15px 15px 15px;
    }

    #rightNavBar.navbar-nav {
        padding: 0 15px 15px 15px;
    }

    .navbar .fa-external-link-alt {
        font-size: .5rem;
        vertical-align: top;
        margin-top: .25rem;
    }

    .dropdown .fa-caret-down {
        position: absolute;
        right: .6rem;
        top: .75rem;
    	font-size: 1rem;
    }

    .dropdown.show .nav-link {
    	color: #B91831;
        background-color: #F8F9FA;
        outline: none;
    }

    .dropdown.show .fa-caret-down {
    	transform: rotate(-180deg);
    	transition: all .1s ease-in-out;
    }

    .dropdown-menu {
        padding: .5rem 0;
        margin: 0;
        background-color: #F8F9FA;
        border: none;
        border-top: 1px solid #DEE2E6;
    }

    .dropdown-item {
        font-size: .95rem;
        color: #E31837;
    }

    .dropdown-item:hover,
    .dropdown-item:focus,
    .dropdown-item:target,
    .dropdown-item:active {
        color: #B91831;
        background: #FFF;
    }

    .navbar-nav .nav-item.nav-link-active .nav-link {
        color: #B91831 !important;
        opacity: 1 !important;
    }
}

.dropdown-toggle::after {
    display: none !important;
}

@media (min-width: 1200px) {
    .mega-dropdown-menu {
        min-width: 850px;
        padding: 1rem 1rem 0 1rem;
    }
}


/* MOBILE MENU */

.search-icon {
    padding: .25rem;
    margin-right: 11px;
    color: #000;
}

.navbar-toggler {
    margin-left: 7.5px;
    padding: .5rem;
    border: none;
    background: transparent !important;
}

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

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

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

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

.icon-bar:nth-child(2) {
    width: 16px;
    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) {
    transform: rotate(45deg) translate(5px, 4px);
    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) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}


/* HERO */

#fullwidth-video {
	overflow: hidden;
    background: #E31837;
    height: 50vw;
    min-height: calc(75vh - 33px);
    position: relative;
    border-bottom: 5px solid #E31837;
    border-bottom-left-radius: 15%;
}

@media (min-width: 1200px) {
    #fullwidth-video {
        height: 100vh;
        max-height: 1080px;
    }

	.videoOverlay {
	    background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35));
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    z-index: 2;
	    border-bottom-left-radius: 15%;
	}

	.bg-hero {
		display: none;
	}
}

@media (max-width: 1199.98px) {
    .fullwidth-video-bg {
        display: none;
    }

    .videoOverlay {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    #fullwidth-video {
        height: calc(75vh - 70px);
		min-height: 300px;
    }
}

#fullwidth-video .fullwidth-video-bg {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border-bottom-left-radius: 15%;
}

#fullwidth-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

.hero-pp-btn {
	padding: 0;
	color: #000;
	position: absolute;
	bottom: 15px;
	left: 15px;
	outline: 0;
	border: 0;
	background-color: transparent;
	z-index: 2;
}

@media (max-width: 1199.98px) {
    .bg-hero {
		height: 100%;
		-webkit-background-size: cover !important;
	    -moz-background-size: cover !important;
	    -o-background-size: cover !important;
	    background-size: cover !important;
	}

	.hero-pp-btn {
		display: none;
	}
}

.hero-scroller {
    display: block;
    text-align: center;
    animation-iteration-count: 3;
    animation-delay: 3s;
}

.hero-scroller a:hover,
.hero-scroller a:focus,
.hero-scroller a:target,
.hero-scroller a:active {
    opacity: .75;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .hero-scroller {
        display: none;
    }
}

.hero-text {
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
}

.hero-text h2 {
    color: #FFF;
    margin-bottom: 0;
    text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

.hero-text p {
    color: #FFF;
    font-weight: 600;
    font-size: 1.25rem;
    margin: .5rem 0 1.5rem 0;
    text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

.hero-text a {
    color: #FFF;
    text-transform: uppercase;
}

.hero-text a:hover,
.hero-text a:focus,
.hero-text a:target,
.hero-text a:active {
    color: #FFF;
    opacity: .75;
}

.hero-text ul {
    list-style-type: none;
    padding: 0;
    margin: 1rem 0;
}

.hero-text ul li {
    display: inline-block;
}

.hero-text ul li a {
    font-size: .9rem;
    display: block;
    font-weight: 600;
    color: #FFF;
    padding: .75rem 1.5rem;
    margin: .5rem .25rem;
    background: rgba(0,0,0,.75);
    transition: all .3s ease;
    border-bottom: 2px solid transparent;
    border-bottom-left-radius: 1.5rem;
}

.hero-text ul li a:hover,
.hero-text ul li a:focus,
.hero-text ul li a:target,
.hero-text ul li a:active {
    color: #FFF;
    background: rgba(0,0,0,1);
    text-decoration: none;
    opacity: 1;
    border-bottom: 2px solid #E31837;
    transition: all .3s ease;
}

.hero-text .icon {
    width: 75px;
}

.hero-text span {
    margin: 0 -15px;
}

.best-text {
    font-weight: bold;
    color: #FFC23C;
    background: url('/assets/img/logos/circled-star-logo.svg') center center no-repeat;
    background-size: 100% 100%;
    padding: 30px 30px 10px 30px;
}

@media (min-width: 1200px) {
    #fullwidth-video {
        margin-top: -126px;
    }
}

@media (max-width: 1199.98px) {
    .hero-text h2 {
        margin-bottom: 1rem;
    }

    .hero-text p {
        font-size: 1.2rem;
    }

    .hero-text .icon {
        width: 60px;
    }

    .hero-text ul li {
        display: block;
    }

    .hero-text ul li a {
        font-size: .9rem;
    }
}

@media (max-width: 991.98px) {
    .hero-text p {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }

    .hero-text .icon {
        width: 50px;
    }
}

@media (max-width: 767.98px) {
    .hero-text p {
        font-size: 1.1rem;
    }

    .hero-text .icon {
        width: 45px;
    }
}

@media (max-width: 575.98px) {
    .hero-text p {
        font-size: 1.05rem;
    }

    .hero-text .icon {
        width: 40px;
    }
}


/* TESTIMONIALS */

ul.review-icons {
    margin: 0;
    padding: 0;
}

ul.review-icons li {

}

ul.review-icons li {
	list-style-type: none;
	display: inline-block;
}

ul.review-icons li a {
    font-size: .8rem;
    padding: .5rem;
    color: #E31837;
    text-align: center;
    transition: all .3s ease;
}

ul.review-icons li a .fa-fw {
    font-size: 1.75rem;
}

ul.review-icons li a:hover,
ul.review-icons li a:focus {
    color: #B91831;
    transition: all .3s ease;
}


/* SWIPERS */

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

.swiper-wrapper {
	margin: 0 0 40px 0;
}

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

.swiper-slide .card {
    background: transparent;
}

.swiper-slide .card-zoom:hover,
.swiper-slide .card-zoom:focus {
    color: #000;
    background-color: #FFF;
    box-shadow: 0px 10px 20px rgba(0,0,0,.08);
}

.swiper-slide .card .card-body {
    padding: .75rem;
    text-align: left;
}

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

.swiper-button-prev,
.swiper-button-next {
    background-color: #E31837;
    border-radius: 100%;
    padding: 1rem;
    border: 1px solid #E31837;
    transition: all .3s ease;
}

.swiper-button-prev:hover,
.swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-next:focus {
    background-color: #B91831;
    border: 1px solid #B91831;
    transition: all .3s ease;
}

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

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-button-prev {
    width: 13.5px;
    height: 22px;
    background-size: 13.5px 22px;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}

.swiper-pagination-bullet {
    background: #999;
    border: 1px solid #999;
}

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

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

.swiper-subnav.swiper-container {
    padding: 0;
	margin: 0;
}

.swiper-subnav .swiper-button-next,
.swiper-subnav .swiper-button-prev {
    margin-top: -14px;
}

.swiper-subnav .swiper-button-prev,
.swiper-subnav .swiper-button-next {
    background-size: 12px 12px;
    border: 0;
    padding: .9rem;
    transition: all .3s ease;
}

.swiper-slide .nav-link {
    display: block;
    border: 1px solid transparent;
    padding: .25rem .5rem;
    border-radius: 0;
}

.swiper-slide .nav-link:hover {
    border: 1px solid #DEE2E6;
}

.swiper-slide .nav-link.active, .swiper-slide .show>.nav-link {
    color: #000;
    background-color: #DAE0E5 !important;
    border: 1px solid #DAE0E5 !important;
    box-shadow: 0px 10px 20px rgba(0,0,0,.08);
}

.pagination {
    border-radius: 0;
}

.page-item .page-link {
    border-radius: 0 !important;
}

.page-link {
    color: #E31837;
}

.page-link:hover,
.page-link:focus {
    color: #B91831;
}

.page-link:focus {
    color: #B91831;
    box-shadow: 0 0 0 0.2rem rgba(216,217,219,.5);
}

.page-item.active .page-link {
    color: #000;
    background-color: #DAE0E5 !important;
    border: 1px solid #DAE0E5 !important;
}


/* CARDS */

.card {
    border-radius: 0;
    transition: all .3s ease;
}

.card-header:first-child {
    border-radius: 0;
}

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

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

.card-body {
    padding: 1rem;
}

.card-zoom {
    position: relative;
    overflow: hidden;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 5px solid #E31837;
    border-bottom-left-radius: 15%;
}

.card-img-overlay {
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,.75));
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.card-img-overlay-text {
    color: #FFF;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    margin-bottom: 0;
    padding: 0;
    text-shadow: 0px 0px 10px rgba(0,0,0,.25);
}

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

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

.card-zoom:hover .card-img-overlay {
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.zoom-link {
    display: block;
}

a.zoom-link:hover .card-zoom img,
a.zoom-link:focus .card-zoom img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.icon-card {
    border-bottom: 2px solid transparent !important;
    transition: all .3s ease;
}

.icon-card:hover,
.icon-card:focus {
    background-color: #F8F9FA;
    border-bottom: 2px solid #E31837 !important;
    transition: all .3s ease;
}

.icon-bg {
    background: url('/assets/img/logos/circled-star-logo.svg') center center no-repeat;
    background-size: 100% 100%;
    padding: 30px 30px 10px 30px;
}

.videoLink {
	color: #000;
	display: block;
	text-decoration: none !important;
	border-bottom: 3px solid transparent;
}

.videoLink p {
	font-size: .75rem;
	font-weight: bold;
	margin-top: .25rem;
	margin-bottom: .25rem;
}

.videoLink:hover,
.videoLink:focus,
.videoLink:target,
.videoLink:active {
	background: #000;
	color: #FFF;
	border-bottom-left-radius: 30px;
	border-bottom: 3px solid #E31837 !important;
}


/* IMAGE BOXES */

.image-box-text {
  padding: 3rem 15px;
}

@media (min-width: 1200px) {
  .image-box-text {
    padding: 15px 3rem;
  }
}


/* SUB PAGE */

.text-page-header {
    background-color: #000;
    text-align: center;
	border-bottom: 5px solid #E31837;
    border-bottom-left-radius: 15%;
}

.text-page-header .header-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.text-page-header h1 {
    color: #FFC23C;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .text-page-header .header-text {
        border-top: 1px solid rgba(255,255,255,.125);
    }
}

@media (max-width: 991.98px) {
    .text-page-header .header-text {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 575.98px) {
    .text-page-header .header-text {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .sub-hero {
        margin-top: -93px;
        background-color: #E31837;
    }
}

.sub-hero {
    position: relative;
    height: 50vh;
    min-height: 217px;
    max-height: 540px;
    background-color: #000;
    border-bottom: 5px solid #E31837;
    border-bottom-left-radius: 15%;
}

.sub-hero-text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5rem;
    z-index: 3;
}

.sub-hero h1 {
    color: #FFF;
    margin-bottom: 0;
    text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

@media (max-width: 1199.98px) {
    .sub-hero {
        height: 40vh;
    }
}

@media (max-width: 991.98px) {
    .sub-hero {
        height: 35vh;
    }
}

@media (max-width: 767.98px) {
    .sub-hero {
        height: 30vh;
    }
}

@media (max-width: 575.98px) {
    .sub-hero {
        height: 25vh;
    }
}

.sub-video {
    background: #E31837;
    height: 50vh;
    min-height: 217px;
    max-height: 540px;
    position: relative;
    border-bottom: 5px solid #E31837;
    border-bottom-left-radius: 15%;
}

@media (max-width: 1199.98px) {
    .sub-video {
        height: 40vh;
    }
}

@media (max-width: 991.98px) {
    .sub-video {
        height: 35vh;
    }
}

@media (max-width: 767.98px) {
    .sub-video {
        height: 30vh;
    }
}

@media (max-width: 575.98px) {
    .sub-video {
        height: 25vh;
    }
}

.sub-video .fullwidth-video-bg {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border-bottom-left-radius: 15%;
}

.sub-video video {
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@supports (-ms-ime-align:auto) {
    .sub-video video
    {
        object-fit: none;
        margin: none;
        position: inherit;
        z-index: 1;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
        height: auto;
        width: 100%;
    }
}


/* TEAM */

.team-image {
    width: 150px;
    height: 150px;
	opacity: 1;
}

@media (max-width: 991.98px) {
    .team-image {
        width: 125px;
        height: 125px;
    }
}

@media (max-width: 575.98px) {
    .team-image {
        width: 100px;
        height: 100px;
    }
}

.team-column a.stretched-link {
    text-decoration: none !important;
}

.team-column a.stretched-link::after {
    border-radius: 30px;
	transition: all .3s ease;
}

.team-column a.stretched-link:hover::after {
    border: 1px solid #000;
}


/* BLOG */

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 45px 15px 15px 15px;
    text-align: left;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5),rgba(0,0,0,.75));
    text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

.blog-sidebar {
    margin: 0;
    padding: 0;
    font-size: .85rem;
}

.blog-sidebar li {
    list-style-type: none;
    border-bottom: 1px solid #DEE2E6;
}

.blog-sidebar li a {
    display: block;
    padding: .75rem;
}

.blog-sidebar li a span {
    color: #23272B;
}

.blog-sidebar li a:hover,
.blog-sidebar li a:focus {
    text-decoration: none;
    background-color: #F8F9FA;
}

.sticky-offset {
    top: 93px;
    z-index: 1019;
}


/* COLLAPSE */

.expand-btn {
    background-color: #E31837;
    font-size: 1rem;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    padding: .75rem 2.75rem .75rem 1rem;
    white-space: normal;
    border: 1px solid #E31837;
    position: relative;
}

.expand-btn.collapsed {
    background-color: #F8F9FA;
    font-size: 1rem;
    font-weight: 700;
    color: #E31837;
    text-align: left;
    padding: .75rem 2.75rem .75rem 1rem;
    white-space: normal;
    border: 1px solid #DEE2E6;
    position: relative;
}

.bg-cover .expand-btn.collapsed {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0.5) 100%);
}

.expand-btn.collapsed:hover {
    color: #B91831;
    background-color: #E2E6EA;
    box-shadow: none;
}

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

.expand-btn:focus {
    border: 1px solid #E31837;
    box-shadow: none;
}

.expand-btn::after {
    color: #E31837;
    font-size: 1rem;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: .85rem;
    top: .75rem;
    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 {
    color: #E31837;
    font-size: 1rem;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: .85rem;
    top: .75rem;
    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;
}

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

.link-list li {
    list-style-type: none;
    padding: .25rem 0;
}

.link-list li:last-child {
    border-bottom: none;
}

.link-list li a {
    display: block;
    width: 100%;
}


/* MODALS */

.modal-header .close {
    padding: .75rem .75rem;
    align-self: center;
    font-size: 2rem;
    font-weight: 400;
    text-shadow: none !important;
    opacity: 1 !important;
    transition: all .3s ease;
}

.modal-header .close:hover,
.modal-header .close:focus {
    opacity: .75 !important;
    transition: all .3s ease;
}

.modal p.desc {
	font-size: .95rem;
}

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

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

.modal-header, .modal-footer {
    border-radius: 0;
}

.modal-backdrop.show {
    opacity: .75;
}

.modal-x {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1040;
}

.modal-x .btn {
    background-color: #FFF;
    font-size: 1.5rem;
    border-radius: 100%;
    padding: 0 .5rem;
}

.modal-x button.btn:focus {
    box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color !important;
}


/* FORMS */

label {
	margin-bottom: 3px;
    font-weight: 600;
}

.form-control {
    border: 1px solid #DEE2E6;
    border-radius: 0;
    background-color: #F8F9FA;
	background-clip: border-box;
}

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

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

.custom-select {
    background-color: #F8F9FA;
    border-radius: 0;
    border: 1px solid #DEE2E6;
}

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

.input-group-prepend {
    border-radius: 0;
}

.input-group-append {
    border-radius: 0;
}

.input-group-text {
    border-radius: 0;
    border: 1px solid #000;
    background-color: #000;
    color: #FFC23C;
    font-weight: 600;
}


/* SEARCH */

.search-result span {
    font-size: 1.25rem;
}

.link-sidebar {
    margin: 0;
    padding: 0;
    background-color: #F8F9FA;
}

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

.link-sidebar li a {
    display: block;
    padding: .75rem;
}

.link-sidebar li a span {
    color: #23272B;
}

.link-sidebar li a:hover,
.link-sidebar li a:focus {
    text-decoration: none;
    background-color: #FFF;
}


/* ALERTS */

#alertBar {
    z-index: 1030;
}

#alertBar {
    border: 0;
    border-radius: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 14px;
}

#alertBar a {
    display: inline-block;
}

#alertBar .fa-external-link-alt {
    margin-top: 3px;
    vertical-align: top;
    font-size: 9px;
}

#alertBar .close {
    color: #E31837;
    font-size: 1rem;
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    opacity: 1;
    transition: all .3s ease;
}

#alertBar .close:hover,
#alertBar .close:focus {
    opacity: .75;
    transition: all .3s ease;
}


/* TO TOP */

.scroll-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    z-index: 9;
    color: #E31837;
    background: #FFF;
    border-radius: 100%;
    right: 15px;
    bottom: 15px;
    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: #B91831;
    text-decoration: none;
}


/* FOOTER */

footer address {
    font-size: .85rem;
}

footer a {
    font-size: .85rem;
    display: inline-block;
}

#footer_values_bullets span {
	padding-left: .5rem;
	padding-right: .5rem;
}

#footer_values_list {
	display: none;
}

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

	#footer_values_list {
		display: block;
	}
}

ul.sm-nav-footer {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.sm-nav-footer li {
	list-style-type: none;
	display: inline-block;
}

.sm-nav-footer li a {
    font-size: 1.75rem;
    padding: 0 .5rem;
    color: #E31837;
    transition: all .3s ease;
}

.sm-nav-footer li a:hover,
.sm-nav-footer li a:focus {
    color: #B91831;
    transition: all .3s ease;
}

@media (max-width: 1199.98px) {
    .sm-nav-footer li a {
        font-size: 1.5rem;
        padding: 0 .25rem;
    }
}

ul.footer-links {
    padding: 0;
    margin: 0;
}

.footer-links li {
	list-style-type: none;
}

.footer-links li a {
    font-size: .85rem;
    padding: .5rem 0;
    color: #FFF;
    display: block;
    line-height: 1.25;
}

.footer-links li a:hover,
.footer-links li a:focus,
.footer-links li a:target,
.footer-links li a:active {
	color: #F8F9FA;
}

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

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

.white-list li a {
    font-size: .9rem;
    padding: .25rem 0;
    color: #FFF;
    display: block;
}

.white-list li a:hover,
.white-list li a:focus,
.white-list li a:target,
.white-list li a:active {
	color: #FFF;
}

/* locations page  */

#locationsMap {
    height: 450px;
}

@media (max-width: 1199.98px) {
    #locationsMap {
        height: 425px;
    }
}

@media (max-width: 991.98px) {
    #locationsMap {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    #locationsMap {
        height: 375px;
    }
}

@media (max-width: 575.98px) {
    #locationsMap {
        height: 350px;
    }
}

.leaflet-popup-content-wrapper {
    border-radius: 0;
}

.leaflet-popup-content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 1rem .75rem .75rem .75rem;
}

.leaflet-popup-content a {
    color: #E31837;
    transition: all .3s ease;
}

.leaflet-popup-content a:hover,
.leaflet-popup-content a:focus,
.leaflet-popup-content a:target,
.leaflet-popup-content a:active {
    color: #B91831;
    transition: all .3s ease;
}

@font-face {
    font-family: 'StateFaceRegular';
    src: url('/assets/fonts/stateface-regular-webfont.eot');
    src: url('/assets/fonts/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/stateface-regular-webfont.woff') format('woff'),
        url('/assets/fonts/stateface-regular-webfont.ttf') format('truetype'),
        url('/assets/fonts/stateface-regular-webfont.svg#StateFaceRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.stateface:before {
    font-family: StateFaceRegular;
}

.stateface-ak:before {
    content: "A";
}

.stateface-al:before {
    content: "B";
}

.stateface-ar:before {
    content: "C";
}

.stateface-az:before {
    content: "D";
}

.stateface-ca:before {
    content: "E";
}

.stateface-co:before {
    content: "F";
}

.stateface-ct:before {
    content: "G";
}

.stateface-dc:before {
    content: "y";
}

.stateface-de:before {
    content: "H";
}

.stateface-fl:before {
    content: "I";
}

.stateface-ga:before {
    content: "J";
}

.stateface-hi:before {
    content: "K";
}

.stateface-ia:before {
    content: "L";
}

.stateface-id:before {
    content: "M";
}

.stateface-il:before {
    content: "N";
}

.stateface-in:before {
    content: "O";
}

.stateface-ks:before {
    content: "P";
}

.stateface-ky:before {
    content: "Q";
}

.stateface-la:before {
    content: "R";
}

.stateface-ma:before {
    content: "S";
}

.stateface-md:before {
    content: "T";
}

.stateface-me:before {
    content: "U";
}

.stateface-mi:before {
    content: "V";
}

.stateface-mn:before {
    content: "W";
}

.stateface-mo:before {
    content: "X";
}

.stateface-ms:before {
    content: "Y";
}

.stateface-mt:before {
    content: "Z";
}

.stateface-nc:before {
    content: "a";
}

.stateface-nd:before {
    content: "b";
}

.stateface-ne:before {
    content: "c";
}

.stateface-nh:before {
    content: "d";
}

.stateface-nj:before {
    content: "e";
}

.stateface-nm:before {
    content: "f";
}

.stateface-nv:before {
    content: "g";
}

.stateface-ny:before {
    content: "h";
}

.stateface-oh:before {
    content: "i";
}

.stateface-ok:before {
    content: "j";
}

.stateface-or:before {
    content: "k";
}

.stateface-pa:before {
    content: "l";
}

.stateface-ri:before {
    content: "m";
}

.stateface-sc:before {
    content: "n";
}

.stateface-sd:before {
    content: "o";
}

.stateface-tn:before {
    content: "p";
}

.stateface-tx:before {
    content: "q";
}

.stateface-us:before {
    content: "z";
}

.stateface-ut:before {
    content: "r";
}

.stateface-va:before {
    content: "s";
}

.stateface-vt:before {
    content: "t";
}

.stateface-wa:before {
    content: "u";
}

.stateface-wi:before {
    content: "v";
}

.stateface-wv:before {
    content: "w";
}

.stateface-wy:before {
    content: "x";
}

div.fixed-width {
    width: 1.25em;
    display: inline-block;
    margin-right: .5rem;
    text-align: center;
}

.stateface {
    text-transform: none;
}

.stateface:before {
    margin: auto;
    transform: translateX(-50%);
    left: 50%;
}


#content_box_152 p {
	margin-bottom: 0;
}

.img-fluid {
	min-height: 1px;
}

.alert-description a {
	color: #000000 !important;
}

#top-links {
	position: relative;
	z-index: 5;
}

#top-links a {
	font-size: 12px;
	color: #FFF;
	padding: .5rem;
	display: inline-block;
	text-shadow: 0px 0px 10px rgba(0,0,0,.25);
}

.sub-hero-landing {
	margin-top: -35px;
	overflow: hidden;
}

.hero-landing-overlay {
	background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35));
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    border-bottom-left-radius: 15%;
}

.sub-hero-text-center {
	text-align: center;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 3;
}

.sub-hero-text-center h1 {
    color: #FFF;
    margin-bottom: 0;
    text-shadow: 0px 10px 20px rgba(0,0,0,.25);
}

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

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

@media (min-width: 576px) {
    .row-small > .col-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 {
        -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 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
}

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

.cfn-letters {
	width: 400px;
}

@media (max-width: 991.98px) {
	.cfn-letters {
		width: 300px;
	}
}

@media (max-width: 575.98px) {
	.cfn-letters {
		width: 250px;
	}
}


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

body {
    opacity: 0;
}
