/* GENERAL */

.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,.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: #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-ob-cover {
    -webkit-object-fit: cover !important;
    -moz-object-fit: cover !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.bg-favicon-faded {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background: url('../img/logos/favicon_faded.svg') center center no-repeat;
}

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

.img-text-box ul {
    margin: 0;
    padding-left: 1.5rem;
}

.img-text-box ul li {
    line-height: 1.35;
    margin-top: 10px;
}

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

.bg-grey .img-text-box a:not(.btn) {
    color: #FFF !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: 8rem 0;
}

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

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

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

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

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

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

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

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

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

.image-banner {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding: 12rem 0;
    color: #FFF !important;
    text-align: center;
    position: relative;
}

.image-banner-overlay {
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.image-banner .container {
    position: relative;
    z-index: 2;
}

.image-banner .row {
    justify-content: center;
}

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

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

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

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

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

.image-banner h2 {
    color: #FFF !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

.image-banner p {
    font-size: 1.25rem;
    color: #FFF !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

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

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

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

    .image-banner p {
        font-size: 1.15rem;
    }
}

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

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

blockquote {
    font-weight: 300;
    font-size: 1.2rem;
}

figcaption {
    font-weight: 700;
}

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

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

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

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

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

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

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

.divided-text.hr:before,
.divided-text.hr:after {
    background-color: rgba(0,0,0,.125);
}

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

.divided-text.light:before,
.divided-text.light:after {
    background-color: rgba(255,255,255,.1);
}

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


/* LIGHTGALLERY */

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

.lSSlideOuter .lSPager.lSGallery li {
    border: 1px solid transparent;
}

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

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

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}

.cursor:hover {
    cursor: pointer;
}

.lSAction>a {
    opacity: 1;
    background-color: #FFF;
    background-image: none;
    margin: 0;
    padding: 5px;
    width: 34px;
    height: 34px;
    /* border-radius: 100%; */
}

.lSAction>.lSPrev {
    left: 0;
}

.lSAction>.lSPrev:before {
    padding-left: 8px;
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #2062AF !important;
    display: inline-block !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.lSAction>.lSNext {
    right: 0;
}

.lSAction>.lSNext:after {
    padding-left: 8px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #2062AF !important;
    display: inline-block !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.lSAction>.lSPrev:hover,
.lSAction>.lSPrev:focus,
.lSAction>.lSNext:hover,
.lSAction>.lSNext:focus {
    background-color: #F8F9FA;
}

/* .lSAction>a {
    width: 32px;
    opacity: 1;
    background-image: none;
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #F38131;
    display: inline-block !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
} */


/* MARGIN/PADDING */

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

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

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

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

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

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

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

.mt-18px {
    margin-top: 18px !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;
}

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

.pl-15px {
    padding-left: 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;
}

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

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

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

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

.pl-30px {
    padding-left: 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 !important;
    padding-right: 7.5px !important;
}

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

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

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

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

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

.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: 1400px) {
    .col-xxl-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

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

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }
}

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

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

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

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

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

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-12 p:last-child,
.col-12 ol:last-child,
.col-12 ul:last-child {
    margin-bottom: 0;
}


/* COLORS

Blue: #2062AF;
Dark Blue: #233C77;
Orange: #F38131;
Dark Orange: #9F5414;

*/

.bg-blue-gradient {
    background: hsla(212, 69%, 41%, 1);
    background: linear-gradient(45deg, hsla(212, 69%, 41%, 1) 0%, hsla(222, 55%, 30%, 1) 100%);
    background: -moz-linear-gradient(45deg, hsla(212, 69%, 41%, 1) 0%, hsla(222, 55%, 30%, 1) 100%);
    background: -webkit-linear-gradient(45deg, hsla(212, 69%, 41%, 1) 0%, hsla(222, 55%, 30%, 1) 100%);
}

.bg-blue {
    background-color: #2062AF;
}

.text-blue {
    color: #2062AF;
}

.bg-blue h1,
.bg-blue .h1,
.bg-blue h2,
.bg-blue .h2,
.bg-blue h3,
.bg-blue .h3,
.bg-blue h4,
.bg-blue .h4,
.bg-blue h5,
.bg-blue .h5,
.bg-blue h6,
.bg-blue .h6,
.bg-blue .display-1,
.bg-blue .display-2,
.bg-blue.display-3,
.bg-blue .display-4 {
    color: #FFF;
}

.bg-blue a:not(.btn) {
    color: #FFF !important;
}

a.text-blue {
    color: #2062AF;
    transition: all .3s ease;
}

a.text-blue:hover,
a.text-blue:focus,
a.text-blue:target,
a.text-blue:active {
    color: #233C77;
}

.bg-dark-blue {
    background-color: #233C77;
}

.text-dark-blue {
    color: #233C77;
}

.bg-orange {
    background-color: #F38131;
}

.text-orange {
    color: #F38131 !important;
}

a.text-orange:hover,
a.text-orange:focus,
a.text-orange:target,
a.text-orange:active {
    color: #9F5414 !important;
}

.border-orange {
    border: 1px solid #F38131;
}

.border-left-orange {
    border-left: 5px solid #F38131 !important;
}

.bg-dark-orange {
    background-color: #9F5414;
}

.text-dark-orange {
    color: #9F5414 !important;
}

.bg-trans {
    background: transparent;
}

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

.text-black {
    color: #000;
}

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

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

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

.disabled {
    pointer-events: none;
    opacity: .75 !important;
}

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

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

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

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

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

.border-top-orange {
    border-top: 3px solid #F38131;
}

.border-bottom-orange {
    border-bottom: 3px solid #F38131;
}

.border-tb-orange {
    border-top: 3px solid #F38131;
    border-bottom: 3px solid #F38131;
}


/* TYPOGRAPHY */

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

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

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

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

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

.display-1 {
    font-size: 4rem;
}

.display-2 {
    font-size: 3.75rem;
}

.display-3 {
    font-size: 3.5rem;
}

.display-4 {
    font-size: 3.25rem;
}

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

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

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

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

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

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

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

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

body {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: #231F20;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .display-1, .display-2, .display-3, .display-4 {
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    color: #231F20;
}

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

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

.huge {
    font-size: 30px;
}

.large {
    font-size: 18px;
}

.regular {
    font-size: 16px;
}

.medium {
    font-size: 14px;
}

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

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

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

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

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

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

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

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

.eyebrow {
    font-size: 12px !important;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

hr {
    margin: 1.5rem 0;
}

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

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

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

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

hr.orange-thick {
    border-top: 6px solid #F38131;
    margin: .5rem auto 0 auto;
    width: 25%;
}

hr.orange-thin {
    border-top: 3px solid #F38131;
    margin: .25rem auto 0 auto;
    width: 25%;
}

hr.orange {
    border-top: 1px solid #F38131;
}

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

ul.list-columns,
ol.list-columns {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
}

ol.list-columns {
    margin-left: 15px;
}

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

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

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

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


/* BUTTONS */

.btn {
    font-weight: 700;
    border-radius: 0;
}

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

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

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

.btn-orange {
    background-color: #F38131;
    color: #FFF;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:target,
.btn-orange:active {
    background-color: #9F5414;
    color: #FFF;
}

.btn-orange:focus,
.btn-orange:target,
.btn-orange:active {
    box-shadow: 0 0 0 0.2rem rgba(159,84,20,.25);
}

.btn-outline-orange {
    background-color: transparent;
    border: 1px solid #F38131;
    color: #F38131;
}

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

.btn-outline-orange:focus,
.btn-outline-orange:target,
.btn-outline-orange:active {
    box-shadow: 0 0 0 0.2rem rgba(244,129,49,.25);
}

.btn-blue {
    background-color: #2062AF;
    color: #FFF;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:target,
.btn-blue:active {
    background-color: #233C77;
    color: #FFF;
}

.btn-blue:focus,
.btn-blue:target,
.btn-blue:active {
    box-shadow: 0 0 0 0.2rem rgba(35,60,119,.25);
}

.btn-outline-blue {
    background-color: transparent;
    border: 1px solid #2062AF;
    color: #2062AF;
}

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

.btn-outline-blue:focus,
.btn-outline-blue:target,
.btn-outline-blue:active {
    box-shadow: 0 0 0 0.2rem rgba(36,58,119,.25);
}

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

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

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

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

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

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

.btn-light {
    color: #2062AF;
}

.btn-light.white {
    background-color: #FFF;
}

.btn-light.white:hover {
    background-color: #E2E6EA;
}

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

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

@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 */

header {
    background: #FFF;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: #FFF;
    border-top: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
}

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

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

.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 700;
    color: #2062AF;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease;
}

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

.dropdown-toggle::after {
    color: inherit;
    font-size: 10px !important;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 4px;
    display: inline-block !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    border: 0;
}

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

.dropdown-menu {
    border-radius: 0;
    background-clip: border-box;
    background-color: #FFF;
    border: 1px solid #DEE2E6;
    border-top: 3px solid #F38131;
    padding: .75rem;
}

.dropdown-header {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 .25rem 0;
}

.dropdown-item {
    padding: .5rem 0;
    font-size: 14px;
    font-weight: 600;
    color: #53565A;
    border-radius: 30px;
    line-height: 1.25;
    white-space: normal;
}

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

.dropdown-item.btn {
    width: auto;
    text-align: center;
    color: #FFF !important;
    padding: .75rem 1.5rem;
    margin: .5rem 0 !important;
}

.dropdown-item.btn:hover,
.dropdown-item.btn:focus,
.dropdown-item.btn:target,
.dropdown-item.btn:active {
    background-color: #9F5414;
    text-decoration: none;
}

.dropdown-item.btn:focus,
.dropdown-item.btn:target,
.dropdown-item.btn:active {
    background-color: #9F5414;
    box-shadow: 0 0 0 0.2rem rgba(159,84,20,.25);
}

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

.navbar-social {
    align-self: center;
}

ul.sm-nav {
    padding: 0;
    margin: 0;
}

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

/* .li-search {
    margin-right: -.5rem;
} */

.li-search a {
    color: #FFF;
}

.li-search a:hover,
.li-search a:focus {
    color: #FFF;
    opacity: .85;
}

#search-close {
    color: #DC3545 !important;
}

.cta-btn {
    color: #FFF !important;
    opacity: 1 !important;
}

.nav-hidden {
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 1200px) {
    #top-bar {
        padding: 10px 15px;
    }

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

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

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

    .navbar-nav {
        justify-content: space-between;
        width: 100%;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
    	padding: 12px 1rem;
        position: relative;
        text-align: center;
        transition: all .3s ease;
    }

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

    .navbar-expand-xl .navbar-nav .nav-link .icon {
        -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 .icon {
        -webkit-filter: none;
        filter: none;
    }

    /* .navbar-expand-xl .navbar-nav .nav-link span {
    	display: none;
    } */

    .dropdown:hover .dropdown-toggle {
        color: #233C77;
    }

    .dropdown:hover a.nav-link {
        color: #233C77;
    }

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

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

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

    .dropdown-menu {
        margin: 10px 0 0 0;
        width: 275px;
        box-shadow: 0px 10px 20px rgba(0,0,0,.08);
    }

    /* .dropdown-menu:before {
		content: "";
	    position: absolute;
	    top: -20px;
	    height: 20px;
	    width: 100%;
	    left: 0;
        right: 0;
	    display: block;
        z-index: 2;
	} */

    .dropdown.show a.nav-link::before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 35px;
        width: 0;
        height: 0;
        content: '';
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 10px solid #F38131;
        z-index: 1;
    }

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

    .navbar .navbar-nav .nav-item.nav-link-active .nav-link-ltr::before {
        width: calc(100% - 1rem);
        opacity: 1 !important;
    }

    .navbar-social {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .sm-nav li a {
        color: #FFF;
        font-size: 1.25rem;
        padding: .25rem;
        opacity: .85;
        -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.25));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.25));
        transition: all .3s ease;
    }

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

    .navbar-scrolled .sm-nav li a {
        color: #2062AF;
        -webkit-filter: none;
        filter: none;
    }

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

@media (max-width: 1199.98px) {
    #top-bar {
        padding: 10px 0;
    }

    #top-bar .row {
        margin: 0;
    }

    #top-bar .col-auto {
        padding: 0;
    }

    header {
        border-bottom: 1px solid #DEE2E6;
    }

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

    .navbar {
        border: 0;
        padding: 0;
        background-color: #FFF;
    }

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

    .navbar-brand img {
        width: 193px;
        height: 50px;
        /* width: 212px;
        height: 55px; */
        /* width: 233px;
        height: 60px; */
        transition: all .3s ease;
    }

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

    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        color: #2062AF;
    	padding: .5rem;
        text-align: center;
    }

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

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

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

    .navbar-nav {
        padding: 15px;
    }

    .dropdown.show .nav-link {
    	color: #233C77;
        outline: none;
    }

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

    .dropdown-header {
        text-align: center;
    }

    .dropdown-item {
        text-align: center;
    }

    .dropdown-menu {
        margin: 5px auto 15px auto;
        max-width: 600px;
    }

    .dropdown.show a.nav-link::before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 35px;
        width: 0;
        height: 0;
        content: '';
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 10px solid #F38131;
        z-index: 1;
    }

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

    ul.sm-nav {
        margin: .25rem 0 .75rem 0;
    }

    .sm-nav li a {
        font-size: 1.5rem;
        padding: .5rem;
    }
}

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

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

.mega-dropdown-container {
    background-color: transparent;
    padding: 15px 15px 0 15px;
    justify-content: center;
}

/* .mega-dropdown-container .row {
    margin: 0 15px;
} */

.navbar .dropdown-menu div[class*="col-"] {
    margin-bottom: 15px;
}

/* .mega-dropdown-container .featured-col {
    align-self: center;
} */

.mega-dropdown-container .featured-col .row {
    margin: 0 -7.5px !important;
    padding: 0 !important;
}

.mega-dropdown-container .featured-col .row .col-lg-6 {
    margin-bottom: 0;
}

.mega-dropdown-container .featured-col img {
    padding: 0 !important;
}

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

@media (min-width: 1200px) {
    .mega-dropdown-closer {
        color: #DC3545 !important;
        font-size: 1rem;
        position: absolute;
        padding: 15px !important;
        top: 0;
        right: 0;
        opacity: 1;
    }

    .mega-dropdown-closer:hover,
    .mega-dropdown-closer:focus {
        color: #DC3545 !important;
        opacity: .75;
    }

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

    .navbar .dropdown.mega img {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .navbar .dropdown-menu.mega-drop {
        z-index: 1021;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: none;
        padding: 0;
        border-left: 0;
        border-right: 0;
        transition: all .3s ease;
    }
}

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

    .mega-drop {
        padding: 0;
    }

    .navbar .dropdown-menu .container {
        padding-left: 0;
        padding-right: 0;
    }

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

    .navbar .dropdown-menu .row {
        margin-left: 0;
        margin-right: 0;
    }
}


/* MOBILE MENU */

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

.navbar-toggler {
    position: relative;
    margin: 0 15px 0 auto;
    padding: 10px 0 !important;
    border: none;
    background: transparent;
    border-radius: 100%;
}

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

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

@media (min-width: 1200px) {
    .nav-offset {
        margin-top: -70px;
    }

    .nav-padding-top {
        padding-top: 70px;
    }

    .nav-padding-bot {
        padding-bottom: 70px;
    }
}

/* @media (max-width: 1199.98px) {
    .nav-offset {
        margin-top: -60px;
    }
} */


/* HERO */

#hero {
    position: relative;
    background-color: #000;
}

#hero .carousel-item {
    overflow: hidden;
}

.hero-text,
.video-text {
    color: #FFF;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(-40%);
    z-index: 5;
    text-align: center;
}

.hero-text .row,
.video-text .row {
    justify-content: center;
}

.hero-text p.top-text,
.video-text p.top-text {
    font-size: 13px !important;
    color: #FFF;
    margin-bottom: .5rem;
    text-shadow: 0px 0px 10px rgba(0,0,0,.5);
    animation-delay: .25s;
}

.hero-text p.top-text span,
.video-text p.top-text span {
    font-size: 12px !important;
    text-transform: uppercase;
}

.hero-text h2,
.video-text h2 {
    font-size: 4rem;
    color: #FFF;
    line-height: 1.1;
    margin-bottom: 1rem;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    animation-delay: .5s;
}

.hero-text p.desc,
.video-text p.desc {
    color: #FFF;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    text-shadow: 0px 0px 10px rgba(0,0,0,.5);
    animation-delay: 1s;
}

.hero-text a,
.video-text a {
    display: inline-block;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,.5); */
    animation-delay: 1.5s;
}

.hero-text .row,
.video-text .row {
    margin-bottom: 25px;
}

.bg-hero {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: calc(100vh - 127px);
    max-height: 1080px;
    min-height: 540px;
}

@media (max-width: 1199.98px) {
    .bg-hero {
        height: calc(85vh - 60px);
        max-height: 700px;
    }

    .hero-text h2,
    .video-text h2 {
        font-size: 3.5rem;
    }

    .hero-text p.desc,
    .video-text p.desc {
        font-size: 1.25rem;
    }
}

@media (max-width: 991.98px) {
    .bg-hero {
        height: calc(85vh - 60px);
    }

    .hero-text h2,
    .video-text h2 {
        font-size: 2.75rem;
    }

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

@media (max-width: 767.98px) {
    .bg-hero {
        height: calc(85vh - 60px);
    }

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

    .hero-text p.desc,
    .video-text p.desc {
        font-size: 1.15rem;
    }
}

@media (max-width: 575.98px) {
    .bg-hero {
        height: calc(85vh - 60px);
    }

    .hero-text h2,
    .video-text h2 {
        font-size: 1.5rem;
    }

    .hero-text p.desc,
    .video-text p.desc {
        font-size: 1.1rem;
    }
}

#fullwidth-video {
    overflow: hidden !important;
    position: relative;
    border-bottom: 3px solid #F38131;
}

.hero-mobile {
    overflow: hidden;
}

.video-overlay {
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

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

    .video-hero {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    #fullwidth-video {
        height: auto;
    }

    .fullwidth-video-bg {
        display: none;
    }

    .video-hero {
        position: relative;
        z-index: -2;
    }
}

#fullwidth-video .fullwidth-video-bg {
    position: absolute;
    z-index: -2;
    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%;
}

.fullwidth-video-bg iframe,
.fullwidth-video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .fullwidth-video-bg iframe,
  .fullwidth-video-bg video {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fullwidth-video-bg iframe,
  .fullwidth-video-bg video {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

.video-pp-btn {
    color: #FFF;
    bottom: 15px;
	position: absolute;
    text-align: center;
	left: auto;
    right: 15px;
    margin: 0;
	outline: 0;
	border: 0;
	background-color: transparent;
	z-index: 2;
    -webkit-filter: drop-shadow(0px 0px 1px rgba(0,0,0,.25));
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,.25));
}

@media (max-width: 1199.98px) {
    .video-pp-btn-center,
    .video-pp-btn {
        display: none;
    }
}

.carousel-indicators {
    position: absolute;
    display: block;
    justify-content: center;
    align-items: center;
    top: auto;
    right: auto;
    bottom: 15px;
    left: 15px;
    margin-right: auto;
    margin-left: 0;
    text-align: left;
}

.carousel-indicators button.indicator {
    background-color: rgba(255,255,255,.5);
    border: 1px solid rgba(255,255,255,.5);
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 1;
    box-shadow: 0px 10px 20px rgba(0,0,0,.15);
}

.carousel-indicators button.indicator.active {
    background-color: #FFF;
    border: 1px solid #FFF;
    opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 35px;
    opacity: 1;
}

@media (max-width: 767.98px) {
    #hero .carousel-control-prev, #hero .carousel-control-next {
        display: none;
    }
}

.hero-scroller {
    color: #FFF;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: auto;
    margin: 0;
    text-align: center;
    opacity: 1 !important;
    z-index: 2;
    transition: all .3s ease;
}

.hero-scroller a {
    font-size: 14px;
    color: #FFF !important;
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    line-height: 1;
    overflow: visible;
}

.hero-pp-container {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 5;
}

.hero-pp-btn {
    font-size: 14px;
    color: #FFF;
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 5px;
    padding: 0;
    border: 0;
    background-color: transparent;
    line-height: 1;
    overflow: visible;
}

.favicon-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url('/assets/img/logos/favicon-white.svg') center center no-repeat;
    z-index: 2;
    opacity: .03;
}


/* HOME */

.fold-favicon {
    display: block;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    margin-top: -5rem;
    margin-bottom: 1rem;
}

.fold-favicon span {
    display: inline-block;
    background: #FFF;
    padding: 15px;
    border-radius: 100%;
}

.fold-favicon span img {
    width: 50px;
}

.image-link img {
    width: 100%;
}

.image-link p.heading {
    font-size: 1.5rem;
    margin: .75rem 0 .5rem 0;
}

.image-link p.heading span {
    float: right;
    margin-left: .5rem;
}

.image-link p.desc {
    font-size: 14px;
}

.image-link a {
    text-decoration: none;
}

.image-link .shine-img {
	position: relative;
    overflow: hidden;
}

.image-link .shine-img::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 1;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.image-link:hover .shine-img::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.bg-text-light {
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}

.bg-text-light::before {
    z-index: -1;
    color: #F8F9FA;
    /* color: rgba(255,255,255,.25); */
    content: 'MGD';
    display: block;
    font-size: 30vw;
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
    /* text-shadow: 0px 0px 20px rgba(36,62,116,.05); */
}

.bg-text {
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}

.bg-text::before {
    z-index: -1;
    color: #FFF;
    content: 'MGD';
    display: block;
    font-size: 30vw;
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}


/* SWIPERS */

.swiper-single-product {
    padding: 0;
}

@media (max-width: 575.98px) {
    .swiper-single-product {
        padding-top: 15px;
    }

    /* .swiper-thumbs {
        padding: 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-pagination {
    position: relative;
    height: 45px;
}

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

.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: #2062AF;
    background-color: #FFF;
    border-radius: 0;
    padding: 15px;
    border: 1px solid #FFF;
    transition: all .3s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-scrollbar-drag {
    background: rgba(32,98,175,1);
    border-radius: 5px;
}

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


/* CARDS */

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

.card-left-border {
    height: 100%;
    border: 0;
    border-left: 3px solid #F38131;
}

.card-left-border h2 {
    color: #000 !important;
}

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

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

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

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

.card-zoom {
    position: relative;
    overflow: hidden;
}

.card-hover:hover,
.card-hover:focus {
    box-shadow: 0px 10px 20px rgba(0,0,0,.1);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,.5));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

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

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

.card-zoom:hover .card-img-overlay {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

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

.product-card {
    background-color: #FFF;
    height: 100%;
    display: block;
    line-height: 1.25 !important;
    transition: all .3s ease;
}

.product-card .card-body {
    text-align: left;
    background-color: #FFF;
}

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

.product-card p.product-name {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.product-card p.product-name-small {
    font-size: 14px;
    margin-bottom: 0;
}

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

.product-card p.product-tags {
    font-size: 12px;
    margin-bottom: 0;
}

.product-card p.product-tags span {
    font-weight: 500;
}

.product-card:hover,
.product-card:focus,
.product-card:target,
.product-card:active {
    color: #000;
    text-decoration: none;
    box-shadow: 0px 10px 20px rgba(0,0,0,.1);
}

.product-card .shine-img {
	position: relative;
    overflow: hidden;
}

.product-card .shine-img::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 1;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.product-card:hover .shine-img::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}


/* IMAGE BOXES */

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

@media (max-width: 1199.98px) {
    .image-box-text {
        padding: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .image-box-text {
        padding: 1.5rem 15px;
    }
}

.image-box-text ul {
    padding-left: 1.5rem;
}

.image-box-text p:last-child {
    margin-bottom: 0;
}

.image-credit {
    font-size: .8rem;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10rem 10rem .5rem .5rem;
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
    background: linear-gradient(30deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}


/* SUB PAGE */

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

#subnav-container .expand-btn {
    color: #FFF !important;
    background-color: #53565A !important;
    box-shadow: none !important;
    border: 0;
}

#subnav-container .expand-btn::after {
    right: 1.25rem !important;
}

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

#subnav {
    justify-content: center;
}

#submenu {
    font-size: 14px;
    text-align: center;
    padding: .5rem 0;
    justify-content: center;
    flex-direction: row;
}

#submenu li a {
    padding: .25rem .75rem;
    color: #F8F9FA !important;
    font-weight: 500 !important;
}

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

#submenu li a.active {
    color: #FFF !important;
    text-decoration: underline;
}

/* @media (max-width: 1199.98px) {
    #submenu {
        flex-direction: column;
        text-align: left;
    }

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

    #submenu li a {
        padding: .5rem 15px;
    }
} */


/* SUB PAGE */

.subpage-banner {
    background-color: #2062AF;
    color: #FFF;
    border-top: 3px solid #F38131;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subpage-banner.background-img {
    min-height: 50vh;
}

.subpage-banner.no-img {
    padding: 3rem 0;
}

.subpage-banner.background-img {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    text-align: center;
}

.subpage-banner-text {
    position: relative;
    display: block;
    z-index: 2;
    width: 100%;
}

.subpage-banner-text .container {
    padding: 3rem 15px;
}

.subpage-banner p.eyebrow {
    margin-top: 0 !important;
}

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

.subpage-banner-text {
    color: #FFF !important;
}

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

.subpage-banner-text .row .col-12 {
    margin-bottom: 25px;
}

.subpage-banner-text .row a {
    margin-top: 8px;
}

.subpage-banner h1 {
    color: #FFF !important;
    margin-bottom: 0;
    text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

.subpage-banner p {
    font-size: 1.25rem;
    margin-top: .75rem;
    text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

.subpage-banner a:not(.btn) {
    color: #FFF !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

.subpage-banner.no-img h1 {
    text-shadow: none;
}

.subpage-banner.no-img p {
    text-shadow: none;
}

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

.triangle-container {
    position: relative;
}

.triangle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 0;
    height: 0;
    content: '';
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #F38131;
    z-index: 2;
}

.orangeline {
    position: relative;
    border-top: 3px solid #F38131; margin-top: -3px;
    z-index: 1;
}

.orange-dash {
    border-top: 3px solid #F38131;
    width: 75px;
    margin: 0 auto 15px auto;
}

@media (max-width: 1399.98px) {
    /* .subpage-banner.background-img .subpage-banner-text {
        padding: 7rem 0;
    } */
}

@media (max-width: 1199.98px) {
    .subpage-banner.background-img {
        min-height: 45vh;
    }

    /* .subpage-banner.background-img .subpage-banner-text {
        padding: 6rem 0;
    } */
}

@media (max-width: 991.98px) {
    .subpage-banner.background-img {
        min-height: 40vh;
    }

    /* .subpage-banner-text {
        padding: 0 3rem 3rem 3rem;
    }

    .subpage-banner.background-img .subpage-banner-text {
        padding: 6rem 0;
    } */
}

@media (max-width: 767.98px) {
    .subpage-banner.background-img {
        min-height: 35vh;
    }

    /* .subpage-banner.background-img .subpage-banner-text {
        padding: 5rem 0;
    } */
}

@media (max-width: 575.98px) {
    .subpage-banner.background-img {
        min-height: 35vh;
    }

    /* .subpage-banner-text {
        padding: 0 15px 3rem 15px;
    }

    .subpage-banner.background-img .subpage-banner-text {
        padding: 5rem 0;
    } */
}

/* @media (max-width: 575.98px) {
    .subpage-banner-text {
        padding: 3rem 15px;
    }
} */

.banner-overlay-full {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.5) 100%);
}


/* BREADCRUMBS */

#breadcrumbs-bar {
    background: #F8F9FA;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DEE2E6;
}

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

.breadcrumb-item.active {
    color: #231F20;
}

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

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


/* CART LIST */

ul.cart-list {
    text-decoration: none;
    padding: 0;
    margin: .4rem 0;
}

.cart-list li {
    padding: 0;
    list-style-type: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DEE2E6;
}

.cart-list li a {
    color: #53565A;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.cart-list li a:hover,
.cart-list li a:focus {
    color: #F38131;
}

.cart-list li label {
    font-size: 12px;
    margin-bottom: 0;
}

.cart-list li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}


/* COLLAPSE */

.expand-btn {
    color: #233C77;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    display: block;
    border-radius: 0px;
    text-align: left;
    padding: .75rem 2.5rem .75rem .75rem !important;
    white-space: normal;
    position: relative;
    z-index: 1;
    box-shadow: none !important;
    border-top: 1px solid #DEE2E6;
}

.expand-btn.collapsed {
    color: #2062AF;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    display: block;
    border-radius: 0px;
    text-align: left;
    padding: .75rem 2.5rem .75rem .75rem !important;
    white-space: normal;
    position: relative;
    z-index: 1;
    border-top: 1px solid #DEE2E6;
}

.expand-btn {
    text-decoration: none !important;
}

.expand-btn.show {
    text-decoration: underline !important;
}

.expand-btn:hover,
.expand-btn:focus {
    text-decoration: underline !important;
}

.expand-btn::after {
    font-size: 16px;
    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 {
    font-size: 16px;
    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;
}

.expand-link::after {
    font-size: 1rem;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: .25rem;
    position: relative;
    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-link.collapsed::after {
    font-size: 1rem;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: .25rem;
    position: relative;
    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-body p:last-child {
	margin-bottom: 0;
}

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

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

.modal-title {
    margin-bottom: 0;
}

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

.modal .close {
    color: #DC3545;
    font-size: 1rem;
    padding: .5rem;
    margin-top: 0;
    margin-right: 0;
}


/* FORMS */

label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
}

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

.form-control,
.custom-select {
    border-radius: 0;
    border: 1px solid #DEE2E6;
}

.form-control:focus,
.custom-select:hover,
.custom-select:focus {
    border: 1px solid #F38131;
    box-shadow: none;
}

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

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

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

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

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


/* ALERTS */

#alertBar {
    z-index: 2;
}

#alertBar {
    border: 0;
    border-radius: 0;
    padding: .5rem 0;
    margin-bottom: 0;
    font-size: .85rem;
}

#alertBar p {
    margin-bottom: 0;
}

#alertBar p strong {
    font-weight: 700;
    margin-right: .375rem;
}

#alertBar a {
    margin-left: .375rem;
    font-weight: 700;
    display: inline-block;
}

#alertBar .close {
    color: #F38131;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    top: 1px;
    right: 5px;
    padding: 0;
    opacity: 1;
    text-shadow: none;
}

@media (max-width: 1199.98px) {
    #alertBar .col-auto {
        padding-right: .7rem;
    }
}

.newsletter-btn {
    border-radius: 0 30px 30px 0 !important;
    line-height: 1;
}


/* TO TOP */

.scroll-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 9;
    background-color: #2062AF;
    color: #FFF;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    left: 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;
}

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


/* FOOTER */

/* footer {
    border-top: 3px solid #F38131;
} */

.footer-logo {
    width: 255px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

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: .5rem;
    color: #2062AF;
    transition: all .3s ease;
}

.sm-nav-footer li a:hover,
.sm-nav-footer li a:focus {
    color: #233C77;
}

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

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

.footer-links li a {
    font-size: .9rem;
    font-weight: 700;
    padding: .25rem .75rem;
    color: #F8F9FA;
    display: block;
}

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

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

@media (max-width: 575.98px) {
    .button-border {
        border-right: 0;
        border-bottom: 1px solid #FFF;
    }
}

#footer-nav {
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
}

#gdpr-popup {
    z-index: 99;
    position: fixed;
    left: 0;
    right: auto;
    bottom: 0;
    margin: 15px;
}

/* .toast.show {
    opacity: 1;
} */

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

.toast-body {
    background-color: #FFF;
}

.toast-body p {
    margin-bottom: 0;
}

.toast-body a {
    display: inline-block;
}


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

body {
    opacity: 0;
}
