/* COLORS */

:root {
    --black: #000;
    --white: #FFF;
    --grey: #666766;
    --lgrey: #EEEEEE;
    --red: #CD1446;
}


/* GENERAL */

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

.no-text-shadow {
    text-shadow: none;
}

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

.text-shadow-dark {
    text-shadow: 0px 2px 5px 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,.25));
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,.25));
}

.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: var(--white);
}

.no-hover {
    text-decoration: none !important;
	color: inherit;
    display: block;
}

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

.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-favicon {
    background: linear-gradient(rgba(255,255,255,.95),rgba(255,255,255,.95)), url('/assets/img/logos/bc-favicon-logo.svg') center center no-repeat;
}

.bg-favicon-repeat {
    background: linear-gradient(rgba(255,255,255,.95),rgba(255,255,255,.95)), url('/assets/img/logos/bc-favicon-logo.svg') center center;
}

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

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

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

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

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

blockquote {
    margin-left: 15px;
    padding-left: 15px;
    border-left: .5rem solid var(--grey);
}

.blockquote {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.py-125 {
    padding-top: .125rem;
    padding-bottom: .125rem;
}

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

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

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

.mt-10 {
    margin-top: 10px;
}

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

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

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

.my-75 {
    margin-top: .75rem;
    margin-bottom: .75rem;
}

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

hr.black {
    border-top: 1px solid var(--black);
}

hr.white {
    border-top: 1px solid var(--white);
}

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

.my-15px {
    margin-top: 15px !important;
    margin-bottom: 15px !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-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;
}

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


/* 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;
}


/* TOOLTIPS */

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    color: var(--black);
    background-color: var(--white);
    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: var(--white) !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: var(--white) !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: var(--white) !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: var(--white) !important;
}


/* TYPOGRAPHY

font-family: 'Six Caps', serif;
font-family: 'Roboto', sans-serif;

*/

.font-roboto {
    font-family: 'Roboto', sans-serif !important;
}

.font-roboto-slab {
    font-family: 'Roboto Slab', sans-serif !important;
}

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

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

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

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

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

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.75vw);
    }

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

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

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

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

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

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

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: var(--black);
}

body.nav-opened {
    overflow: hidden;
}

body.nav-opened::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 1019;
}

h1, .h1, h2, .h2, .display-1, .display-2, .display-3, .display-4 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    color: var(--black);
}

#main-content a:not(.btn) {
    color: var(--red);
    display: inline-block;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    font-weight: 500;
    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 {
    text-decoration-thickness: 2px;
    color: #E61950;
}

#main-content ul,
#main-content ol {
    padding-left: 1.5rem;
}

#main-content ul li,
#main-content ol li {
    line-height: 1.25;
    margin-bottom: 5px;
}

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

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

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

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

b, strong, .font-weight-bold {
    font-weight: 500 !important;
}

.medium {
    font-size: 14px;
}

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

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

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

p .fa-external-link,
p .fa-external-link-alt,
li .fa-external-link,
li .fa-external-link-alt {
    font-size: 65%;
    vertical-align: top;
    margin-top: .375rem;
}

.eyebrow {
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: .25rem;
}

.bg-red {
    background: var(--red) !important;
    color: var(--white);
}

.bg-red h1,
.bg-red .h1,
.bg-red h2,
.bg-red .h2,
.bg-red h3,
.bg-red .h3,
.bg-red h4,
.bg-red .h4,
.bg-red h5,
.bg-red .h5,
.bg-red h6,
.bg-red .h6 {
    color: var(--white);
}

.bg-red .card h2,
.bg-red .card .h2,
.bg-red .card h3,
.bg-red .card .h3,
.bg-red .card h4,
.bg-red .card .h4,
.bg-red .card h5,
.bg-red .card .h5,
.bg-red .card h6,
.bg-red .card .h6,
.bg-red .card {
    color: var(--black);
}

.bg-red a:not(.btn) {
    color: var(--white) !important;
}

.bg-red .card a:not(.btn) {
    color: var(--red) !important;
}

.text-red {
    color: var(--red) !important;
}

.bg-light-blue {
    background: #21BAC8 !important;
}

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

.bg-pale-blue {
    background: #EEF5F6 !important;
}

.text-pale-blue {
    color: #EEF5F6 !important;
}

.bg-light-red {
    background: #E61950;
}

.text-light-red {
    color: #E61950;
}

.border-top-red {
    border-top: 5px solid var(--red);
}

.border-bottom-red {
    border-bottom: 5px solid var(--red) !important;
}

.bg-grey {
    background: var(--grey) !important;
}

.text-grey {
    color: var(--grey) !important;
}

.bg-light-grey {
    background: var(--lgrey) !important;
}

.text-light-grey {
    color: var(--lgrey) !important;
}

.bg-black {
    background: var(--black) !important;
}

.text-black {
    color: var(--black) !important;
}

.bg-white {
    background: var(--white) !important;
}

.text-white {
    color: var(--white) !important;
}

.border-black {
    border: 1px solid var(--black);
}

.border-black-dashed {
    border: 1px dashed var(--black);
}

.border-grey-dashed {
    border: 1px dashed var(--grey) !important;
}

.border-lgrey-dashed {
    border: 1px dashed #DEE2E6 !important;
}

.border-red-dashed {
    border: 1px dashed var(--red) !important;
}

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

.bg-trans {
    background: transparent;
}

.bg-gradient-lr {
    background: linear-gradient(90deg, rgba(210,210,210,1) 0%, rgba(255,255,255,1) 100%);
}

.bg-gradient-rl {
    background: linear-gradient(-90deg, rgba(210,210,210,1) 0%, rgba(255,255,255,1) 100%);
}

.bg-gradient-bt {
    background: linear-gradient(0deg, rgba(210,210,210,1) 0%, rgba(255,255,255,1) 100%);
}

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

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

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

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

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

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

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

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

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

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

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

.divided-text-white:before,
.divided-text-white:after {
    background-color: var(--white);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
}

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

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

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

.divided-text-left:after {
    background-color: var(--black);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 0.5rem;
    margin-right: -100%;
}

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

.divided-text-left-white:after {
    background-color: var(--white);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 0.5rem;
    margin-right: -100%;
}


/* BUTTONS */

.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.disabled:after {
    opacity: .5;
    pointer-events: none;
}

.btn {
    font-weight: 500;
    transition: all .3s ease;
}

.btn:hover {
    transition: all .3s ease;
}

.btn-rounded {
    border-radius: 30px;
}

.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: 3px;
}

.btn-light {
    color: var(--red);
    border: 2px solid #F8F9FA;
}

.btn-outline-light {
    border: 2px solid #F8F9FA;
}

.btn-red {
    background-color: var(--red);
    color: var(--white);
}

.btn-red:hover,
.btn-red:focus,
.btn-red:target,
.btn-red:active {
    background-color: #E61950;
    color: var(--white);
}

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

.btn-outline-red {
    color: var(--red);
    border: 2px solid var(--red);
    background-color: transparent;
}

.btn-outline-red:hover {
    background-color: var(--red);
    color: var(--white) !important;
    border: 2px solid var(--red);
}

.btn-outline-red.focus,
.btn-outline-red:focus,
.btn-outline-red:target,
.btn-outline-red:active {
    background-color: var(--red);
    color: var(--white) !important;
    border: 2px solid var(--red);
    box-shadow: 0 0 0 .2rem rgba(205,20,70,.5);
}

.btn-black {
    background-color: var(--black);
    color: var(--white);
}

.btn-black:hover,
.btn-black:focus,
.btn-black:target,
.btn-black:active {
    background-color: var(--grey);
    color: var(--white);
}

.btn-black:focus,
.btn-black:target,
.btn-black:active {
    box-shadow: 0 0 0 0.2rem rgba(102, 103, 102,.25);
}

.btn-blue {
    background-color: #017C87;
    color: var(--white);
    border: 2px solid #017C87;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:target,
.btn-blue:active {
    background-color: #017C87;
    border: 2px solid #017C87;
    opacity: .75;
    color: var(--white);
    outline: 0;
}

.btn-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(33,75,91,.25);
}

.btn-group.rounded-xl .btn:first-of-type {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.btn-group.rounded-xl .btn:last-of-type {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

@media (max-width: 767.98px) {
    .btn-group.rounded-xl {
        flex-direction: column;
    }

    .btn-group.rounded-xl .btn:first-of-type {
        margin-left: -1px;
    }

    .btn-group.rounded-xl .btn {
        margin-bottom: 5px;
        border-radius: 30px !important;
    }

    .btn-group.rounded-xl .btn:last-of-type {
        margin-bottom: 0;
    }
}

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

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

    .contact-buttons .btn {
        margin-bottom: 15px;
        border-radius: 30px !important;
    }

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


/* NAVIGATION */

.navbar {
    padding: 15px 0;
    background: var(--lgrey);
    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;
}

.navbar-brand img {
    width: 220px;
    height: 29px;
    /* width: 164px;
    height: 22px; */
    /* width: 144px;
    height: 19px; */
    /* width: 84px;
    height: 48px; */
    /* width: 175px;
    height: 23px; */
    border-radius: 0;
}

.navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
    transition: all .3s ease;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
    color: var(--red);
    text-decoration: underline;
}

.nav-link .fa-external-link-alt {
    font-size: 9px;
    margin-left: 3px;
    margin-top: 7px;
    vertical-align: top;
}

.dropdown-menu {
    padding: .75rem;
    border-radius: 15px;
    border: 0;
    background: var(--white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.dropdown-header {
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-weight: 500;
    padding: .5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.dropdown-item {
    font-weight: 400;
    position: relative;
    padding: .5rem .75rem;
    white-space: normal;
    border-radius: 0px;
    font-size: 14px;
    color: var(--black);
    transition: all .3s ease;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:target,
.dropdown-item:active {
    background-color: transparent;
    color: var(--red);
    text-decoration: underline;
}

.dropdown-item span {
    float: right;
    font-size: 8px;
    margin-left: 5px;
    margin-top: 4px;
}

.dropdown-item span .fa-external-link-alt {
    font-size: 8px !important;
    margin-top: 2px !important;
}

#navbar-social li a {
    color: var(--white) !important;
    background-color: var(--red) !important;
    font-size: 16px;
    padding: .5rem;
    border-radius: 100%;
    transition: all .3s ease;
}

#navbar-social li a:hover,
#navbar-social li a:focus,
#navbar-social li a:target,
#navbar-social li a:active {
    background-color: #E61950 !important;
}

@media (min-width: 1200px) {
    #right-navbar {
        justify-content: flex-end;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding: .5rem 1rem;
    }

    .dropdown:hover .nav-link,
    .dropdown.show .nav-link {
        color: var(--red);
        text-decoration: underline;
    }

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

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

    .dropdown-toggle::after {
        font-size: 12px;
    }

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

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

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

    .cta-btn {
        margin-left: 1.5rem;
    }

    #navbar-social li a {
        margin-left: .5rem;
    }
}

@media (max-width: 1199.98px) {
    .navbar {
        padding: 10px 15px;
    }

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

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

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

    .navbar-brand img {
        width: 164px;
        height: 22px;
        /* width: 144px;
        height: 19px; */
        /* width: 79px;
        height: 45px; */
        transition: all .3s ease;
    }

    .navbar-nav .nav-item .nav-link {
        border-top: 1px solid var(--grey);
        padding: .75rem 2rem .75rem 0;
    }

    .dropdown-toggle::after {
        position: absolute;
        right: .8rem;
        top: 1.25rem;
        font-size: 1.25rem;
    }

    #center-navbar {
        margin: 10px 0 0 0;
    }

    .dropdown.show .nav-link {
        color: var(--white);
        outline: none;
    }

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

    .dropdown-menu {
        margin-bottom: 15px;
        box-shadow: none;
    }

    .dropdown-item {
        padding: .5rem;
    }

    .dropdown-item:before {
        display: none;
    }

    #navbar-social {
        border-top: 1px solid var(--grey);
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 30px 0 15px 0;
    }

    #navbar-social li {
        display: block;
    }

    #navbar-social li a {
        margin: 0 5px;
    }
}

.nav-link-active a.nav-link {
    color: var(--red) !important;
    opacity: 1 !important;
    text-decoration: underline !important;
}


/* MOBILE MENU */

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

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

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

.navbar-toggler .icon-bar {
    background-color: var(--black);
    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: var(--red);
    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: var(--red);
    transform: rotate(-45deg) translate(4px, -6px);
    transition: ease all .2s;
}

#countdownContainer {
    position: relative;
    z-index: 3;
    padding: .5rem 0;
    background-color: var(--red);
    color: var(--white);
}

.date {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.date span {
    font-size: 10px;
    vertical-align: middle;
}

.countdown {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    #countdownContainer .col-sm-6:first-of-type {
        border-right: 1px solid var(--white);
    }
}

@media (max-width: 575.98px) {
    .countdown {
        font-size: 12px;
    }
}

ul.subnav {
    background: var(--white);
    margin: 0;
}

ul.subnav > .nav-item > .nav-link {
    font-size: .8rem;
    padding: .375rem 1.25rem !important;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255,255,255,.75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.navbar-toggler span {
    margin-left: .25rem;
}

.donateBtn {
    background: var(--white);
    border-radius: 30px;
    border: 1px solid var(--white);
    opacity: 1 !important;
}

.donateBtn span {
    margin-left: .25rem;
}

ul.sm-nav {
	padding: 0 0 .5rem 0;
	margin: 0;
    font-size: 1.5rem;
    text-align: center;
}

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

.sm-nav li a {
    color: var(--white) !important;
    background-color: var(--red) !important;
    font-size: 16px;
    padding: .5rem;
    margin: 0 5px;
    border-radius: 100%;
    transition: all .3s ease;
}

.sm-nav li a:hover,
.sm-nav li a:focus,
.sm-nav li a:target,
.sm-nav li a:active {
	background-color: #E61950 !important;
}


/* HERO */

#hero-container {
    justify-content: center;
    background-color: #EEE;
    border-bottom: 5px solid var(--red);
    border-radius: 0 0 30px 30px;
}

#hero-col {
    align-self: center;
}

@media (min-width: 1200px) {
    #hero-col {
        max-width: 500px;
    }
}

.hero-text {
    position: relative;
    z-index: 6;
    padding: 3rem;
    text-align: left;
}

.hero-text h2 {
    font-size: 46px;
}

#hero img {
    border-radius: 0 0 25px 0;
}

@media (min-width: 1200px) {
    /* #hero .carousel-item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        background-repeat: repeat;
        width: 20px;
        height: 100%;
        background-size: 20px 40px;
        background-image: radial-gradient(circle at 20px 20px, transparent 20px, #017C87 20px);
    } */
}

.hero-pp-btn {
    font-size: 15px;
    color: var(--white);
    margin: 1px 5px 0 3px;
    padding: 0;
    border: 0;
    background-color: transparent;
    line-height: 1;
    overflow: visible;
}

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

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

.carousel-indicators li {
    background-color: rgba(255,255,255,.5);
    border: 1px solid rgba(255,255,255,.5);
    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: var(--white);
    border: 1px solid var(--white);
    opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
    display: flex !important;
    color: var(--white) !important;
    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;
}

.inset-border {
    position: relative;
}

.inset-border::before {
    z-index: 5;
    content: '';
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    border-radius: 30px;
    box-shadow: inset 0 0 0 2px var(--red);
}

@media (max-width: 1199.98px) {
    .hero-text {
        padding: 3rem 1.5rem;
        text-align: center;
    }

    #hero img {
        border-radius: 0 0 25px 25px;
    }

    /* #hero .carousel-item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        background-repeat: repeat;
        height: 20px;
        background-size: 40px 40px;
        background-image: radial-gradient(circle at 20px -5px, transparent 20px, #017C87 20px);
    } */
}

@media (max-width: 575.98px) {
    .hero-text h2 {
        font-size: 38px;
    }
}


/* HOME */

.home-logo {
    width: 325px;
    margin-bottom: 1rem;
}

@media (max-width: 1599.98px) {
    .home-logo {
        width: 300px;
    }
}

@media (max-width: 1199.98px) {
    .home-logo {
        width: 325px;
    }
}

@media (max-width: 991.98px) {
    .home-logo {
        width: 300px;
    }
}

@media (max-width: 767.98px) {
    .home-logo {
        width: 275px;
    }
}

@media (max-width: 575.98px) {
    .home-logo {
        width: 250px;
    }
}

#embed_white .fe_container {
    color: var(--white) !important;
}

#embed_white .fe_container .fe_title {
    border-bottom: 2px solid var(--white) !important;
}

.event-text {
    font-size: 1.2rem;
}

.event-text hr {
    margin: .25rem 0 .5rem 0;
}

@media (max-width: 1199.98px) {
    .event-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 991.98px) {
    .event-text {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .event-text {
        font-size: .9rem;
    }

    .event-text hr {
        margin: .25rem 0 .375rem 0;
    }
}

@media (max-width: 575.98px) {
    .event-text {
        font-size: .8rem;
    }
}

.large {
    font-size: 1.5rem;
}

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

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

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

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


/* 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: 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 {
    width: 100%;
    height: 100%;
    background: transparent;
}

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

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

.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: var(--white);
    background-color: var(--black);
    border: 1px solid var(--black);
    border-radius: 100%;
    padding: 15px;
    transition: all .3s ease;
}

.swiper-button-prev:focus,
.swiper-button-prev:hover,
.swiper-button-prev:active {
    opacity: .9;
}

.swiper-button-next:focus,
.swiper-button-next:hover,
.swiper-button-next:active {
    opacity: .9;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: .9;
}

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

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

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

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

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

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

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

.swiper-pagination-bullet {
    background: var(--white);
    border: 1px solid var(--black);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--black);
    border: 1px solid var(--black);
    opacity: 1;
}

.swiper-pagination.white .swiper-pagination-bullet {
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
}

.swiper-pagination.white .swiper-pagination-bullet-active {
    color: var(--white);
    background-color: var(--white);
    border: 1px solid var(--white);
}

.swiper-button-prev.white,
.swiper-button-next.white {
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--white);
}


/* CARDS */

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

.card-header {
    background-color: var(--red);
    color: var(--white) !important;
    text-align: center;
}

.card-header h2 {
    color: var(--white) !important;
}

.card-header p {
    color: var(--white) !important;
}

.card-header * {
    margin: 0;
}

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

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

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

.card-footer {
    background-color: transparent;
    border: 0;
}

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

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

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

.card-img-overlay p {
    color: var(--white);
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    margin-bottom: 0;
    text-shadow: 0px 0px 10px rgba(0,0,0,.75);
    transition: all .3s ease;
}

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

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

.card-logo-right {
    position: absolute;
    top: 15px;
    right: 15px;
}

.card-logo-right img {
    width: 75px;
}

.card-hover {
    display: block;
    transition: all .3s ease;
}

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

.card-hover:hover .card-body {
    background: var(--white) !important;
    transition: all .3s ease;
}

.card-hover:hover .card-body p {
    color: var(--black) !important;
    transition: all .3s ease;
}

.brand-card {
    height: 100%;
}

.brand-card:hover .card {
    box-shadow: 0px 10px 20px rgba(0,0,0,.15);
    transition: all .3s ease;
}

.brand-card .card::after {
    background-color: var(--white);
    padding: 5px;
    color: var(--black) !important;
    font-size: .6rem;
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 3px;
    top: 0;
    position: absolute;
    color: inherit;
    display: inline-block !important;
    font-style: normal;
    font-variant: normal;
    opacity: 0;
    transition: all .3s ease;
}

.brand-card:hover .card::after {
    opacity: 1;
    transition: all .3s ease;
}


/* SUB PAGE */

.sub-hero {
    z-index: 1;
    position: relative;
    height: 450px;
    overflow: hidden;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-color: var(--red);
    border-bottom: 5px solid var(--red);
    border-radius: 0 0 30px 30px;
}

/* .sub-hero-overlay {
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,1));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}  */

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

/* .sub-hero-text hr {
    border-top: 5px solid var(--red);
    margin: 1.5rem auto 0 auto;
    width: 175px;
} */

.sub-hero-text h1 {
    display: inline-block;
    margin: 0 auto;
    border-radius: 0;
    padding: 15px;
    color: var(--white);
    background-color: var(--red);
    line-height: 1;
    margin-bottom: 0;
    /* text-shadow: 0px 0px 20px rgba(255,255,255,.5); */
}

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

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

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

    .sub-hero-text hr {
        margin: 1rem auto 0 auto;
    }
}

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

/* @media (min-width: 1200px) {
    #sidebar {
        margin-top: -9rem;
        z-index: 2;
    }
} */

.boat-icon {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    margin: -55px auto 0 auto;
    text-align: center;
    z-index: 3;
}

.boat-icon img {
    width: 114px;
    height: 65px;
    padding: .5rem .5rem 0 .5rem;
    background: var(--white);
    border-top: 5px solid var(--red);
}

.media-date {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    box-shadow: 0px 10px 20px rgba(0,0,0,.08);
}

.external-icon {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
}

@media (min-width: 992px) {
    #sidebar {
        padding-left: 33px;
    }

    #cart {
        padding-left: 18px;
    }
}

.sidebar-sticky {
    top: 98px;
    z-index: 1018;
}


/* WEATHER */

.weather-panel {
    color: var(--black);
    background-color: var(--white);
    border: 1px solid #DEE2E6;
    border-radius: 0;
    transition: all .3s ease;
    margin-bottom: 13px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.weather-icon {
    float: left;
    font-size: 18px;
    color: var(--black);
}

.weather-details {
    margin-left: 10px;
    border-left: 1px solid #DEE2E6;
    padding-left: 10px;
}

.weather-panel .degrees {
    font-size: 1.5rem;
}

.weather-panel span {
    font-size: 12px;
}


/* TABLE */

table {
    font-size: 14px;
}

thead {
    background-color: var(--black);
    color: var(--white);
}

thead th {
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

@media (min-width: 992px) {
    #cart {
        width: 375px;
    }

    .cart-img {
        width: 375px;
    }
}

#total_table thead {
    line-height: 1.25;
}

#total_table tr th {
    border-bottom: 0;
}

#total_table td,
#total_table th {
    vertical-align: middle;
}


/* CRUISE ACTIVITIES (LIGHTBOX) */

.lightbox-area {
    background: var(--red);
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0px 10px 20px rgba(0,0,0,.08);
}

@media (min-width: 768px) {
    .lightbox-area {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.lg-outer .lg-thumb-item {
    border-radius: 0;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: var(--red);
}

.lg-progress-bar .lg-progress {
    background-color: var(--red);
}

.progress {
    background-color: var(--lgrey);
    border-radius: 16px;
}

.progress-bar {
    background-color: var(--red);
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}


/* COLLAPSE */

.expand-btn {
    background-color: var(--red);
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--white);
    text-align: left;
    padding: .75rem 2.5rem .75rem 1rem;
    white-space: normal;
    border: 1px solid var(--red);
    position: relative;
    border-radius: 0;
}

.expand-btn.collapsed {
    background-color: transparent;
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--red);
    text-align: left;
    padding: .75rem 2.5rem .75rem 1rem;
    white-space: normal;
    border: 1px solid var(--red);
    position: relative;
}

.expand-btn.collapsed:hover {
    color: var(--white);
    background-color: var(--red);
    opacity: 1;
}

.expand-btn:hover,
.expand-btn:focus {
    color: var(--white);
    background-color: var(--red);
    opacity: 1;
    box-shadow: none;
}

.expand-btn:focus {
    text-decoration: underline;
}

.expand-btn::after {
    color: var(--white);
    font-size: 1.15rem;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: .75rem;
    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: var(--red);
    font-size: 1.15rem;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: .75rem;
    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%;
}

.spaced-list li {
    line-height: 1.25;
    padding: .25rem 0;
}

#booking_notes_quote p,
#booking_notes_quote ol,
#booking_notes_quote ul {
    font-size: 12px;
}

#booking_notes_quote ol,
#booking_notes_quote ul {
    padding-left: 1rem;
}


/* MODALS */

.modal-title {
    font-weight: 500;
}

.modal-body {
	padding: 1.5rem;
}

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

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

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


/* FORMS */

legend {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    /* color: var(--red); */
    margin-bottom: 1rem;
}

legend small {
    text-transform: capitalize;
}

label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

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

.custom-select {
    border: 1px solid #DEE2E6;
}

.form-control:focus {
    border: 1px solid var(--black);
    outline: none;
    box-shadow: none;
    background-color: var(--white);
}

.custom-select:focus {
    border: 1px solid var(--black);
    outline: none;
    box-shadow: none;
    background-color: var(--white);
}

.form-control.flush {
    border: 1px solid var(--white);
}

/* .input-group-text {
    background: var(--black);
    color: var(--white);
    border: 1px solid var(--black);
} */

.input-group-text {
    color: var(--grey);
    background: #F8F9FA;
    border: 1px solid #DEE2E6;
}

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

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

#get_quote_sidebar select {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1000;
    border: 0;
}

.modal-header .close {
    font-weight: 400;
    opacity: 1 !important;
    transition: all .3s ease;
}

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


/* ALERTS */

#alertBar {
    z-index: 2;
}

#alertBar p {
    font-size: 14px;
}

#alertBar a {
    display: inline-block;
    color: var(--red) !important;
}

.alert {
    border: 0;
    padding: 5px 0;
    border-radius: 0;
    margin-bottom: 0;
}


/* TO TOP */

.scroll-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 9;
    background-color: var(--red);
    color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    right: 15px;
    bottom: 15px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0,0,0,.08);
}

.scroll-top.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
    box-shadow: 0px 10px 20px rgba(0,0,0,.08);
}

.scroll-top.show:hover,
.scroll-top.show:focus {
    color: var(--white);
    background-color: #E61950;
    box-shadow: 0px 10px 20px rgba(0,0,0,.15);
}


/* FOOTER */

.footer-logo {
    width: 237px;
    height: 135px;
}

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

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

.sm-nav-footer li a {
    color: var(--white) !important;
    background-color: var(--red) !important;
    font-size: 16px;
    padding: .5rem;
    border-radius: 100%;
    margin: 0 5px;
    transition: all .3s ease;
}

.sm-nav-footer li a:hover,
.sm-nav-footer li a:focus,
.sm-nav-footer li a:target,
.sm-nav-footer li a:active {
    background-color: #E61950 !important;
}

.success-card {
    text-align: center!important;
    border-left: 4px solid #28A745!important;
    border-right: 4px dotted #DEE2E6!important;
    border-top: 4px dotted #DEE2E6!important;
    border-bottom: 4px dotted #DEE2E6!important;
}

.info-card {
    text-align: center !important;
    border-left: 4px solid #57757a !important;
    border-right: 4px dotted #DEE2E6 !important;
    border-top: 4px dotted #DEE2E6 !important;
    border-bottom: 4px dotted #DEE2E6 !important;
}

.uniform-image {
    width: 100%; /* Ensures responsiveness */
    height: 200px; /* Sets a uniform height */
    object-fit: cover; /* Ensures the image scales properly to fit the dimensions without distortion */
    object-position: center; /* Centers the image within the given dimensions */
}


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

body {
    opacity: 0;
}
