:root {
    --gold: #9B784A;
    --light-gold: #EEE5B7;
    --dark-gold: #472C26;
    --red: #ff0000;
    --light-red: #FF0000;
    --dark-red: #E10000;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6c757d;
    --gray-700: #495057;
    --gray-800: #343a40;
    --gray-900: #212529;
    --black: #000000;
    --white: #FFFFFF;
    --clear: rgba(0,0,0,0);
}


/* GENERAL */

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

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

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

.text-shadow-black {
    text-shadow: 1px 1px 0px var(--black);
}

.text-shadow-black {
    text-shadow: 1px 1px 0px var(--black);
}

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

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

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

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

.image-overlay-25 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.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);
}

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

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

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

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

.no-hover {
	color: inherit;
}

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

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

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

.bg-logo-black-faded-right {
    position: relative;
    overflow: hidden;
}

.bg-logo-black-faded-right .container {
    position: relative;
    z-index: 2;
}

.bg-logo-black-faded-right::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -25%;
    right: 0;
    bottom: 0;
    left: -25%;
    transform: rotate(-45deg) translateZ(0);
    transform-origin: top right;
    background-repeat: repeat;
    -webkit-background-size: 138px 60px !important;
    -moz-background-size: 138px 60px !important;
    -o-background-size: 138px 60px !important;
    background-size: 138px 60px !important;
    background: linear-gradient(rgba(255,255,255,.97), rgba(255,255,255,.97)), url('/assets/img/logos/IPR-logo-black.svg');
}

@media (max-width: 1199.98px) {
    .bg-logo-black-faded-right::before {
        top: -20%;
    }
}

@media (max-width: 991.98px) {
    .bg-logo-black-faded-right::before {
        top: -10%;
    }
}

@media (max-width: 767.98px) {
    .bg-logo-black-faded-right::before {
        top: 0%;
    }
}

@media (max-width: 575.98px) {
    .bg-logo-black-faded-right::before {
        top: 10%;
    }
}

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

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

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

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

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

.bg-banner-lg {
    position: relative;
    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;
    }
}

.bg-banner-overlay {
    background: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

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

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

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

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

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

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

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

.divided-text:before,
.divided-text:after {
    content: "";
    display: inline-block;
    height: 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: var(--black);
}

.divided-text.white:before,
.divided-text.white:after {
    background-color: var(--white);
}

.divided-text.red:before,
.divided-text.red:after {
    background-color: var(--blue);
}

.divided-text.blue:before,
.divided-text.blue:after {
    background-color: var(--blue);
}

.divided-text.gray-300:before,
.divided-text.gray-300:after {
    background-color: var(--gray-300);
}

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

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

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

.divided-text-left:after {
    background-color: var(--black);
}

.divided-text-left.white:after {
    background-color: var(--white);
}

.divided-text-left.red:after {
    background-color: var(--red);
}

.divided-text-left.lgray:after {
    background-color: var(--gray-300);
}

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

.divided-text-new {
    display: flex;
    flex: 1;
    width: 100%;
    margin: 0 auto;
}

.divided-text-new:before {
    margin-right: 7.5px !important;
}

.divided-text-new:after {
    margin-left: 7.5px !important;
}

.divided-text-new:before,
.divided-text-new:after {
    content: '';
    flex-grow: 1;
    margin: 0;
    background: linear-gradient(to right, var(--gray-300), var(--gray-300));
    background-size: 100% 1px;
    background-position: 0% 50%;
    background-repeat: repeat-x;
}

.favicon {
    width: 47px;
}


/* LINE CLAMP TEXT TRUNCATE */

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

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

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

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

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

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

.clamp-six {
    line-clamp: 6;
    -webkit-line-clamp: 6;
}


/* LAZY LOAD */

.lazyload {
	opacity: 0;
}

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

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

.grayscale {
    filter: grayscale();
}


/* MARGIN/PADDING */

.ml-1px {
    margin-left: 1px;
}

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

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

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

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

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

@media (min-width: 568px) {
    .mx-sm-15px {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

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

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

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

.mt-10px {
    margin-top: 10px !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-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-small > .col-12 {
    -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: 1200px) {
    .col-xl-5ths {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

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

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

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

.service-row {
    position: relative;
}

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

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

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

.service-row:hover img {
    border: 2px solid var(--blue);
}

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

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

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

.case-study-heading .stretched-link::after {
    z-index: 5;
}


/* COLORS */

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

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

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

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

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

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

.bg-light-gold {
    background-color: var(--light-gold) !important;
}

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

.bg-dark-gold {
    background-color: var(--dark-gold) !important;
}

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

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

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

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

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

.bg-gray-200 {
    background-color: var(--gray-200) !important;
}

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

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

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

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

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

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

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

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

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

.border-gray {
    border: 1px solid var(--gray) !important;
}

.border-left-0 {
    border-left: 0 !important;
}

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

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

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

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

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

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

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

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

.border-bottom-faded {
    border-bottom: 1px solid rgba(255,255,255,.25);
}

.bg-white-blur {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(255,255,255,.7);
}

.text-gradient-radial {
    background-image: radial-gradient(circle, rgba(238, 229, 183, 1) 0%, rgba(155, 120, 74, 1) 50%, rgba(71, 44, 38, 1) 100%);
    color: transparent;
    background-clip: text;
}

.bg-gradient-radial {
    background: rgb(238, 229, 183);
    background: radial-gradient(circle, rgba(238, 229, 183, 1) 0%, rgba(155, 120, 74, 1) 50%, rgba(71, 44, 38, 1) 100%);
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

hr {
    margin: 1.5rem 0;
    border-top: 1px solid var(--gray-300);
}

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

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

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

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

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

hr.red-dots {
    border-top: 2px dotted var(--red);
}

hr.black-dots {
    border-top: 2px dotted var(--black);
}

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

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

hr.dotted {
    border-top: 2px dotted var(--gray-300);
}

.border-dotted {
    border: 2px dotted var(--gray-300);
}

.border-white {
    border: 1px solid var(--white) !important;
}

.border-white-2 {
    border: 2px solid var(--white) !important;
}

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

@media (min-width: 1200px) {
    .border-xl-right {
        border-right: 1px solid var(--gray-300);
    }

    .border-xl-right-red-dots {
        border-right: 2px dotted var(--red);
    }
}

@media (min-width: 992px) {
    .border-lg-right {
        border-right: 1px solid var(--gray-300);
    }

    .border-lg-right-red-dots {
        border-right: 2px dotted var(--red);
    }
}

@media (min-width: 768px) {
    .border-md-right {
        border-right: 1px solid var(--gray-300);
    }

    .border-md-right-red-dots {
        border-right: 2px dotted var(--red);
    }
}


/* TYPOGRAPHY

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

*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .display-1, .display-2, .display-3, .display-4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.text-transform-none {
    text-transform: none;
}

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

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

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

small {
    font-weight: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

.subheading {
    font-size: 1.5rem;
    font-weight: 600;
}

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

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

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

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

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

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

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

#main_content a:not(.btn) {
    font-weight: 500;
    word-wrap: break-word;
    color: var(--black);
    transition: all .3s ease;
}

#main_content a:not(.btn):hover,
#main_content a:not(.btn):focus,
#main_content a:not(.btn):target,
#main_content a:not(.btn):active {
    color: var(--black);
    text-decoration: underline;
}

#main_content ul {
    padding-left: 1.5rem;
}

p svg {
    color: var(--red);
}

p .fa-external-link,
p .fa-external-link-alt,
li .fa-external-link,
li .fa-external-link-alt {
    font-size: 75%;
    vertical-align: middle;
    margin-top: -2px;
}

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

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

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

/* ul li::marker {
    color: var(--red);
} */

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

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

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

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

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

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

ul.favicon-list li.reading-champion {
    margin-left: 0;
    padding: 15px 15px 15px 20px;
    text-transform: uppercase;
    color: var(--blue);
    border: 1px solid var(--blue);
}

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

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

.favicon-icon {
    width: 45px;
}

.favicon-circle {
    position: relative;
    display: inline-block;
    background-color: var(--black);
    padding: 5px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.favicon-circle .favicon-circle-inner {
    display: inline-block;
    background-color: var(--white);
    padding: 5px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.favicon-circle .favicon-circle-inner span {
    display: inline-block;
    background-color: var(--red);
    padding: 5px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.favicon-circle .favicon-circle-inner span img {
    width: 5px;
    position: absolute;
    top: 51%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -51%);
}


/* BUTTONS */

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

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

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

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 0;
    border-width: 1px;
    transition: all .3s ease;
}

.btn-reg {
    padding: .75rem 30px;
}

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

.btn-sm {
    font-size: 12px;
    padding: 8px 12px;
}

.btn-gold {
    border: 1px solid transparent;
    background: rgb(238, 229, 183);
    background: radial-gradient(circle, rgba(238, 229, 183, 1) 0%, rgba(155, 120, 74, 1) 50%, rgba(71, 44, 38, 1) 100%);
    color: var(--white);
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:target,
.btn-gold:active {
    border: 1px solid var(--gold);
    background-color: var(--gold);
    color: var(--white);
    text-decoration: none !important;
    outline: 0;
    box-shadow: none;
}

.btn-gold.active {
    border: 1px solid var(--gold);
    background-color: var(--gold);
    color: var(--white);
    text-decoration: underline;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:target,
.btn-red:active {
    border: 1px solid var(--light-red);
    background-color: var(--light-red);
    color: var(--white);
    text-decoration: none !important;
    outline: 0;
    box-shadow: none;
}

.btn-red.active {
    border: 1px solid var(--light-red);
    background-color: var(--light-red);
    color: var(--white);
    text-decoration: underline;
}

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

.btn-outline-red:hover {
    background-color: var(--red);
    color: var(--white) !important;
    border: 1px 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: 1px solid var(--red);
    box-shadow: none;
}

.btn-black {
    border: 1px solid var(--black);
    background-color: var(--black);
    color: var(--white);
}

.btn-black:hover,
.btn-black:focus,
.btn-black:target,
.btn-black:active {
    border: 1px solid var(--light-black);
    background-color: var(--light-black);
    color: var(--white);
    text-decoration: none !important;
    outline: 0;
    box-shadow: none;
}

.btn-black.active {
    border: 1px solid var(--light-black);
    background-color: var(--light-black);
    color: var(--white);
    text-decoration: underline;
}

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

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

.btn-outline-black.focus,
.btn-outline-black:focus,
.btn-outline-black:target,
.btn-outline-black:active {
    background-color: var(--black);
    color: var(--white) !important;
    border: 1px solid var(--black);
    box-shadow: none;
}

.btn-outline-black.active {
    background-color: var(--black);
    color: var(--white) !important;
}

.btn-white {
	background-color: var(--white);
	color: var(--gold);
    border: 1px solid var(--white);
}

.btn-white:hover {
    background-color: var(--gray-100);
    color: var(--dark-gold) !important;
    border: 1px solid var(--gray-100);
}

.btn-white.focus,
.btn-white:focus,
.btn-white:target,
.btn-white:active {
	background-color: var(--gray-100);
	color: var(--dark-gold);
    border: 1px solid var(--gray-100);
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 1px
}

.btn-white.active {
	background-color: var(--gray-100);
	color: var(--gold);
	border: 1px solid var(--gray-100);
	text-decoration: underline;
}

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

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

.btn-outline-white.focus,
.btn-outline-white:focus,
.btn-outline-white:target,
.btn-outline-white:active {
	background-color: var(--white);
	color: var(--gold) !important;
	border: 1px solid var(--white);
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 1px;
}


/* LOGOS */

.logo-link {
    font-weight: 600;
    font-size: 12px;
    color: var(--black);
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid var(--gray-300);
    transition: all .3s ease;
}

.logo-inner {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    border-radius: 30px;
    transition: all .3s ease;
}

.logo-inner div {
    line-height: 1;
    display: block;
    width: 100%;
    height: auto;
    align-self: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.logo-link img {
    display: block;
    width: 100%;
    height: auto;
}


/* SOCIAL MEDIA */

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

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

.sm-nav li a {
    line-height: 1;
    font-size: 1.25rem;
    color: var(--black) !important;
    display: block;
    padding: 0 7.5px !important;
}

.sm-nav li a:hover,
.sm-nav li a:focus,
.sm-nav li a:target,
.sm-nav li a:active {
    color: var(--red) !important;
}

.sm-nav.white li a {
    color: var(--white) !important;
}

.sm-nav.white li a:hover,
.sm-nav.white li a:focus,
.sm-nav.white li a:target,
.sm-nav.white li a:active {
    color: var(--gray-200) !important;
}


/* NAVIGATION */

.sm-nav-bg-filler {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: var(--red);
    width: 100%;
    height: 54px;
}

#topbar {
    position: relative;
    z-index: 2;
}

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

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

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

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

#main_navbar {
    background-color: var(--clear);
    padding: 15px 0;
    transition: all .3s ease;
}

#main_navbar.navbar-scrolled {
    background-color: var(--black);
    /* background-color: rgba(0,0,0,.75);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px); */
}

a.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--black);
    display: block;
    padding: 0;
    margin: 0;
    transition: all .3s ease;
}

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

.navbar-nav .nav-item .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white);
    position: relative;
    text-align: center;
    transition: all .3s ease;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--gold);
    text-decoration: none;
}

.navbar-nav .nav-item .nav-link:focus {
    text-decoration: none;
}

.nav-link .fa-external-link {
    font-size: 12px;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 5px;
    width: 12px;
}

.dropdown.show .nav-link {
    color: var(--red);
}

.dropdown-menu {
    margin: 0;
    padding: 15px 20px;
    background-color: var(--white);
    border-radius: 30px;
    border: 0;
    border-top: 3px solid var(--red);
    background-clip: border-box;
    box-shadow: 0px 0px 30px rgba(0,0,0,.05);
}

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

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

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

.btn-cta {
    position: relative;
    color: var(--gold) !important;
    padding: 7px 30px !important;
}

.phone-text {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    font-size: 12px;
    color: var(--white);
    text-align: center;
    margin: 2px auto 0 auto;
}

@media (min-width: 1200px) {
    .navbar-brand img {
        width: 63px;
        height: 75px;
        /* width: 47px;
        height: 56px; */
        max-width: 100%;
        transition: all .3s ease;
    }

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

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

    .dropdown-toggle:after {
        background: none;
        border: 0;
        font-size: 12px !important;
        content: "\f078";
        font: var(--fa-font-solid);
        right: 0;
        top: 2px;
        position: relative;
        margin-left: 4px;
        color: inherit;
        display: inline-block !important;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        transform: rotate(0deg);
        width: 12px;
    }

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

    .nav-item.dropdown.show a.nav-link:before {
        position: absolute;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
        bottom: -16px;
        width: 0;
        height: 0;
        content: '';
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid var(--red);
        opacity: 1;
    }

    .nav-item.dropdown.show .dropdown-menu:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: -23px;
        height: 23px;
        width: 100%;
        left: 0;
        right: 0;
        display: block;
    }

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

    .dropdown-menu {
        min-width: 275px;
        left: 50%;
        transform: translateX(-50%);
    }

    .btn-cta {
        width: 285px;
    }
}

@media (max-width: 1199.98px) {
    #main_navbar {
        background-color: var(--black);
        /* background-color: rgba(0,0,0,.75);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px); */
        padding: 15px 0;
        transition: all .3s ease;
    }

    .navbar-collapse {
        max-height: calc(80vh - 76px);
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

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

    .navbar-nav {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,.25);
    }

    a.navbar-brand {
        margin-left: 15px;
    }

    .navbar-brand img {
        width: 34px;
        height: 40px;
        transition: all .1s ease;
    }

    #main_nav_menu .nav-item .nav-link {
        text-align: center;
    	padding: 15px;
    }

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

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

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

    .dropdown-menu {
        margin: 0 15px 15px 15px;
    }

    /* .btn-cta {
        text-align: center !important;
        margin: 15px 15px 0 15px;
    } */
}

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

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


/* MOBILE MENU */

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

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

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

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

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

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

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

.navbar-toggler:active>.icon-bar:nth-child(2) {
    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(2)::after {
    opacity: 0;
}

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

.mobile-toggler {
    position: relative;
    color: var(--white);
    background: transparent;
    border: 0;
    text-align: center;
    margin: 0 15px;
}

.mobile-toggler .toggler-icon::after {
    position: relative;
    content: "\f141";
    font: var(--fa-font-light);
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: block;
    margin: auto;
    height: 24px;
}

.mobile-toggler:not(.collapsed) .toggler-icon::after {
    content: "\f00d";
}

.mobile-phone {
    position: relative;
    color: var(--white) !important;
    background: transparent;
    border: 0;
    text-align: center;
    margin: 0 0 0 15px;
    text-decoration: none !important;
}

.mobile-phone .phone-icon::after {
    position: relative;
    content: "\e225";
    font: var(--fa-font-light);
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: block;
    margin: auto;
    height: 24px;
}

.mobile-phone-details {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: var(--white) !important;
    margin: 0 0 0 auto;
}

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

    .mobile-phone {
        display: none;
    }

    .mobile-phone-details {
        display: none;
    }
}


/* HOME */

#hero {
    background-color: var(--black);
    color: var(--white);
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    min-height: 700px;
    height: calc(95vh - 86px);
}

#hero:before {
    content: '';
    display: block;
    background: url('/assets/img/logos/gold-pattern.svg') center top;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
}

#hero:after {
    content: '';
    display: block;
    background: url('/assets/img/logos/gold-pattern.svg') center top;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: auto;
    right: 0;
    width: 50px;
    height: 100%;
}

@media (max-width: 767.98px) {
    #hero {
        padding-bottom: 3rem;
    }

    #hero:before {
        display: none;
    }

    #hero:after {
        background-size: 25%;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3rem;
    }
}

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

.hero-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hero-logo {
    width: 500px;
    margin-bottom: 15px;
}

.hero-heading {
    font-size: 2.35rem;
    text-transform: uppercase;
    margin: 0 0 0 0;
    line-height: 1.15;
}

.hero-subheading {
    font-size: 1.8rem;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    margin: 5px 0;
}

.hero-desc {
    font-weight: 600;
    font-size: 1.5rem;
    margin: 15px 0 0 0;
}

.hero-desc span {
    font-weight: 400;
    padding: 0 .25rem;
}

@media (min-width: 1200px) {
    .hero-text {
        padding-top: 43px;
    }
}

@media (max-width: 1199.98px) {
    #hero {
        min-height: 625px;
        height: calc(90vh - 76px);
    }

    .hero-logo {
        width: 475px;
    }

    .hero-heading {
        font-size: 4.5rem;
    }

    .hero-subheading {
        font-size: 1.7rem;
    }

    .hero-desc {
        font-size: 1.4rem;
    }
}

@media (max-width: 991.98px) {
    #hero {
        min-height: 600px;
        height: calc(85vh - 76px);
    }

    .hero-logo {
        width: 450px;
    }

    .hero-heading {
        font-size: 4rem;
    }

    .hero-subheading {
        font-size: 1.6rem;
    }

    .hero-desc {
        font-size: 1.3rem;
    }

    .hero-desc span {
        display: block;
    }
}

@media (max-width: 767.98px) {
    #hero {
        min-height: 575px;
        height: calc(85vh - 76px);
    }

    .hero-logo {
        width: 425px;
    }

    .hero-heading {
        font-size: 3.5rem;
    }

    .hero-subheading {
        font-size: 1.5rem;
    }

    .hero-desc {
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    #hero {
        min-height: 550px;
        height: calc(80vh - 76px);
    }

    .hero-logo {
        width: 375px;
    }

    .hero-heading {
        font-size: 3.25rem;
    }

    .hero-subheading {
        font-size: 1.4rem;
    }

    .hero-desc {
        font-size: 1.15rem;
    }
}


/* WHAT WE DO */

.arrow-col {
    position: relative;
}

.arrow-col p {
    font-weight: 500;
    margin-bottom: 0;
}

.arrow-col::after {
    content: "\f178";
    font-size: 1.25rem !important;
    font: var(--fa-font-regular);
    color: var(--red);
    position: absolute;
    top: 50%;
    right: -10px;
    bottom: 0;
    left: auto;
    transform: translateY(-50%);
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.arrow-col:last-of-type::after {
    display: none;
}

@media (max-width: 991.98px) {
    .arrow-col::after {
        content: "\f175";
        position: absolute;
        top: auto;
        right: 0;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.ibar-img-container {
    position: relative;
    overflow: hidden;
}

.img-ibar-horiz {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 102%;
    height: auto;
}

.img-ibar-horiz img {
    width: 100%;
    height: 100%;
}

.img-ibar-vert {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-ibar-vert img {
    position: relative;
    left: -48%;
    width: 100%;
    height: 100%;
}

.icon-image-overlay {
    font-size: 1.25rem;
    background-color: var(--red);
    color: var(--white);
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    padding: 15px;
    border-radius: 15px 0 0 0;
}


/* TESTIMONIALS */

.favicon-container {
    position: relative;
    z-index: 1;
    margin: -50px 0 10px 0;
}


/* CASE STUDIES */

.case-study-img-container {
    position: relative;
    overflow: hidden;
}

.case-study-ibar {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.case-study-thumb {
    width: 100%;
}

.case-study-logo-overlay {
    position: absolute;
    z-index: 3;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    padding: 15px;
    background-color: var(--white);
    border-radius: 0 15px 0 0;
}

.case-study-logo-overlay img {
    width: 100px;
}

.case-study-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    line-height: 1.25;
    margin-bottom: .25rem;
}

.case-study-heading a span {
    margin-right: 5px;
}

.case-study-heading a i {
    transition: all .3s ease;
}

.case-study-heading a:hover i,
.case-study-heading a:focus i,
.case-study-heading a:target i {
    transform: translateX(5px);
}

.case-study-heading.smaller {
    font-size: 1.15rem;
}

.case-study-heading a {
    text-transform: none;
}

.case-study-heading a span {
    float: right;
    color: var(--red);
    margin-left: .5rem;
}

.case-study-desc {
    margin-bottom: 0;
}


/* CARDS */

.card {
    border: 1px solid var(--gray-300);
    transition: all .3s ease;
}

.card-header:first-child {
    background: var(--white);
    border-bottom: 1px solid var(--gray-300);
}

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

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

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

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

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

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

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

.card-link {
    color: inherit;
}

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

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

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

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

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

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

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

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

.quote-card {
    background-color: var(--white);
    border: 2px solid var(--black);
}

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

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

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

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

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

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

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

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

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

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


/* IMAGE BOXES */

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

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

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

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

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

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

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

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


/* SUB PAGE */

.subpage-banner {
    position: relative;
    z-index: 1;
    background-color: var(--black);
    color: var(--white);
    text-align: center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.subpage-banner:before {
    content: '';
    display: block;
    background: url('/assets/img/logos/gold-pattern.svg') center top;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
}

.subpage-banner:after {
    content: '';
    display: block;
    background: url('/assets/img/logos/gold-pattern.svg') center top;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: auto;
    right: 0;
    width: 30px;
    height: 100%;
}

@media (max-width: 767.98px) {
    .subpage-banner {
        padding-bottom: 3rem;
    }

    .subpage-banner:before {
        display: none;
    }

    .subpage-banner:after {
        background-size: 25%;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2rem;
    }
}

.subpage-banner-overlay {
    background: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .75));
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    backdrop-filter: grayscale(100%);
}

.subpage-banner .container {
    position: relative;
    z-index: 3;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

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

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

.subpage-banner h1 {
    margin: 0;
}

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

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

.subpage-banner a:not(.btn) {
    color: var(--gray-100) !important;
}

.subpage-banner a:not(.btn):hover,
.subpage-banner a:not(.btn):focus,
.subpage-banner a:not(.btn):target,
.subpage-banner a:not(.btn):active {
    color: var(--gray-100) !important;
}

.subpage-banner .btn-row {
    margin-top: 0px;
}

@media (max-width: 767.98px) {
    .subpage-banner .container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}


/* COLLAPSE */

.expand-btn {
    color: var(--gold);
    text-transform: none;
    border: 0;
    border-radius: 0;
    display: block;
    text-align: left;
    padding: .75rem 2.5rem .75rem 0 !important;
    white-space: normal;
    position: relative;
    width: 100%;
}

.expand-btn.collapsed {
    color: var(--black);
    text-transform: none;
    border: 0;
    border-radius: 0;
    display: block;
    text-align: left;
    padding: .75rem 2.5rem .75rem 0 !important;
    white-space: normal;
    position: relative;
    width: 100%;
}

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

.expand-btn:hover {
    color: var(--gold);
    box-shadow: none;
}

.expand-btn:focus {
    color: var(--gold);
    box-shadow: none;
}

.expand-btn::after {
    content: "\f078";
    font: var(--fa-font-light);
    right: 0;
    top: 1rem;
    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 {
    content: "\f078";
    font: var(--fa-font-light);
    right: 0;
    top: 1rem;
    position: absolute;
    color: inherit;
    display: inline-block !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(0deg);
    transition: all .2s ease;
}

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

.expand-heading {
    font-size: 1.5rem;
    line-height: 1;
    display: block;
    text-align: left;
    padding: 15px 2.5rem 15px 0 !important;
    white-space: normal;
    position: relative;
    width: 100%;
    text-decoration: underline !important;
    box-shadow: none !important;
    outline: 0 !important;
}

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

.expand-heading::after {
    content: "\f078";
    font: var(--fa-font-solid);
    right: 0;
    top: 16px;
    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-heading.collapsed::after {
    transform: rotate(0deg);
    transition: all .2s ease;
}

.expand-heading:hover {
    text-decoration: underline !important;
}

.expand-heading.focus,
.expand-heading:focus {
    text-decoration: underline !important;
    box-shadow: none !important;
    outline: 0 !important;
}

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

.holes-birdied-text {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1;
    margin-top: -12px;
    margin-bottom: 12px;
}

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

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

.link-list li a {
    color: var(--blue);
    display: block;
    width: 100%;
    text-align: left;
    font-size: .9rem;
}

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

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

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

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

.checklist li {
    position: relative;
    padding: 0 0 0 1.5rem;
    margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

ol.numberlist {
    list-style: none;
    counter-reset: my-awesome-counter;
    align-content: center;
    margin: 0 0 5px 0;
    padding: 0;
}

ol.numberlist li {
    counter-increment: my-awesome-counter;
    font-weight: 500;
    position: relative;
    width: 100%;
    padding: 40px 0 15px 75px;
    margin-top: 15px;
}

ol.numberlist li::before {
    font-family: monospace;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: var(--red);
    content: counter(my-awesome-counter);
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
}


/* TEAM */

.team-link-container img {
    width: 100%;
    border-radius: 100%;
}

.team-image {
    position: relative;
}

.view-bio-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(243,115,33,.95);
    color: var(--white);
    border-radius: 100%;
    opacity: 0;
    transition: all .3s ease;
}

.view-bio-overlay span {
    /* text-transform: lowercase; */
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.team-name {
    display: block;
    font-size: 18px;
    margin-top: .5rem;
}

.team-position {
    font-size: 14px;
    margin-bottom: 0;
}

.team-link-container:hover .view-bio-overlay {
    opacity: 1;
}


/* TABLES */

.table {
    font-size: 12px;
}

.table th {
    background-color: var(--gray-200);
    /* color: var(--white); */
}

.table thead th {
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 0;
    vertical-align: middle;
}

.table th,
.table td {
    vertical-align: middle;
}

.table-nowrap td,
.table-nowrap th {
    text-wrap: nowrap;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--gray-100);
}

.dt-container .row {
    margin: 0;
}

.dt-container .d-md-flex {
    padding: 0;
}

.dt-container .dt-layout-full {
    margin-bottom: 15px;
}

div.dt-container>div.row {
    margin-bottom: 0;
}

.dt-search {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100% !important;
}

div.dt-container div.dt-search input {
    display: block;
    width: 100%;
    margin: 0;
}

.name-col {
    width: 160px !important;
    min-width: 160px !important;
}

.handicap-col {
    width: 86px !important;
    min-width: 86px !important;
    text-align: center !important;
}

.hometown-col {
    width: 160px !important;
    min-width: 160px !important;
}

.courses-col {
    width: 77px !important;
    min-width: 77px !important;
    text-align: center !important;
}

.course-col {
    min-width: 300px !important;
}

.score-col {
    width: 70px !important;
    min-width: 70px !important;
    text-align: center !important;
}

td.score-col {
    font-weight: 700;
}

.birdies-col {
    width: 70px !important;
    min-width: 70px !important;
    text-align: center !important;
}

th.birdies-col,
th.completed-col {
    padding: .75rem !important;
}

span.dt-column-order {
    display: none !important;
}

td.birdies-col {
    font-size: 24px;
    font-weight: 700;
    padding: 0 .75rem;
}

.started-col {
    width: 105px !important;
    min-width: 105px !important;
    text-align: center !important;
}

td.started-col {
    letter-spacing: 1px;
}

.completed-col {
    width: 105px !important;
    min-width: 105px !important;
    text-align: center !important;
}

td.completed-col {
    color: var(--green);
    font-weight: 700;
    letter-spacing: 1px;
}

.pagination {
    padding: 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.pagination {
    border-radius: 0;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.page-item.active .page-link {
    color: var(--white) !important;
    background-color: var(--black);
    border-color: var(--black);
}

.page-item .page-link:hover,
.page-item.active .page-link:hover {
    text-decoration: none !important;
}

.page-item .page-link,
.page-item .page-link:focus,
.page-item .page-link.focus {
    box-shadow: none !important;
    text-decoration: none !important;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link.focus {
    box-shadow: none !important;
}

.dt-layout-start.dt-element-removal {
    display: none !important;
}

div.dt-container div.dt-paging ul.pagination {
    justify-content: center !important;
}

@media (max-width: 767.98px) {
    div.dt-container div.row>* {
        margin-bottom: 0;
    }

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


/* SWIPERS */

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

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

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

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

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

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

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

.swiper-button-prev,
.swiper-button-next {
    font-weight: 700;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    color: var(--red);
    background-color: var(--gray-200);
    border: 2px solid var(--white);
    border-radius: 100%;
    padding: 15px;
    transition: all .3s ease;
}

.swiper-button-prev:hover,
.swiper-button-prev:focus,
.swiper-button-prev:active {
    background-color: var(--gray-100);
    border: 2px solid var(--gray-100);
}

.swiper-button-next:hover,
.swiper-button-next:focus,
.swiper-button-next:active {
    background-color: var(--gray-100);
    border: 2px solid var(--gray-100);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: var(--gray-100);
    border: 2px solid var(--gray-100);
}

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

.swiper-button-prev.white,
.swiper-button-next.white {
    background-color: var(--white);
    color: var(--blue);
    border: 0 !important;
}

.swiper-button-prev.white:hover,
.swiper-button-prev.white:focus,
.swiper-button-prev.white:active,
.swiper-button-next.white:hover,
.swiper-button-next.white:focus,
.swiper-button-next.white:active {
    background-color: var(--gray-300);
}

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

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

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

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

.swiper-button-next.outset {
    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: 2px solid var(--red);
    opacity: 1;
}

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

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

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

.swiper-pagination-fraction {
    color: var(--white);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-shadow: 1px 1px 0px var(--black);
}

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

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

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

.sim-card {
    width: 325px;
    max-width: 100%;
}


/* Ticker */

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

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

.swiper-ticker .swiper-slide {
    width: 220px;
    border-right: 1px solid var(--gray-300);
    /* -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start; */
}

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

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

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

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

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

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

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


/* MEDIA */

.link-card {
    text-align: left;
    height: 100% !important;
    border: 1px solid var(--gray-300);
    background-image: none !important;
    overflow: hidden;
}

.link-card:hover {
    border: 1px solid var(--blue);
}

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

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

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

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

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

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

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

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

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

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

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


/* NEWS */

.year-col {
    width: 130px;
}

.news-heading {
    line-height: 1.25;
    margin-bottom: 0;
}

.news-heading a span {
    margin-right: 5px;
}

.news-heading a i {
    color: var(--red);
    transition: all .3s ease;
}

.news-heading a:hover i,
.news-heading a:focus i,
.news-heading a:target i {
    transform: translateX(5px);
}

.date-col {
    width: 115px;
}

.date-box {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--white);
    border: 1px solid var(--gray);
    padding: 15px;
    text-align: center;
}

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

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

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

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

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

.media-img-border {
    position: relative;
    border-right: 1px solid var(--gray-300);
}

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

@media (min-width: 1200px) {
    .article-sidebar {
        top: calc(3rem + 80px);
    }
}

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


/* FOOTER */

footer {
    color: var(--white);
}

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

.footer-logo img {
    width: 400px;
}

a.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    transition: all .3s ease;
}

a.footer-logo:hover,
a.footer-logo:focus,
a.footer-logo:target,
a.footer-logo:active {
    opacity: .85;
}

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

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

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

.footer-legal-links li a {
    font-weight: 600;
    display: inline-block;
    padding: .25rem 5px;
    color: var(--white) !important;
}

.footer-legal-links li a:hover,
.footer-legal-links li a:focus,
.footer-legal-links li a:target,
.footer-legal-links li a:active {
    color: var(--gray-200) !important;
}

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

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

.sm-nav-footer li a {
    font-size: 1.25rem !important;
    color: var(--white) !important;
    display: block;
    padding: 7.5px !important;
}

.sm-nav-footer li a:hover,
.sm-nav-footer li a:focus,
.sm-nav-footer li a:target,
.sm-nav-footer li a:active {
    color: var(--gray-200) !important;
}


/* TOOLTIPS */

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    color: var(--black);
    background-color: var(--white);
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    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;
}


/* MODALS */

.modal-header {
    background: var(--white);
    border: 0;
}

.modal-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--black);
    margin-bottom: 0;
    align-self: center;
}

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

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

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

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

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

.modal .floating-close {
    display: block;
    position: absolute;
    z-index: 1051; 
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
}

.modal .floating-close.close {
    background-color: var(--white);
    padding: 15px;
    border-radius: 0;
    border: 0;
}

.modal .floating-close.close:hover,
.modal .floating-close.close:focus {
    background-color: var(--gray-200);
    opacity: 1;
}

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

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

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

.modal-body {
    padding: 1.5rem;
}

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

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

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


/* ALERTS */

.alert {
    background-color: var(--white);
    color: var(--black);
    border-radius: 0;
    border: 0;
}

.alert p {
    margin-bottom: 0;
}

.alert-top strong {
    font-weight: 700;
}

.alert-top a {
    font-weight: 600;
    color: var(--red) !important;
    display: inline-block;
}

.alert-top a i {
    font-size: 10px;
    margin-top: 5px;
}

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

.alert-top {
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 14px;
}

.alert-top.alert .close {
    color: var(--red);
    font-size: 16px !important;
    position: relative;
    top: 0;
    right: 0;
    padding: 2px 0;
    margin: 0;
    text-shadow: none;
    opacity: 1;
    transition: all .3s ease;
}

.alert-top.alert .close:hover,
.alert-top.alert .close:focus {
    opacity: .75;
}

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


/* CONTACT */

#contact_google_map {
    width: 100%;
    height: 625px;
    border: 0 !important;
    outline: 0 !important;
    margin-bottom: -7px;
}

@media (max-width: 1199.98px) {
    #contact_google_map {
        height: 500px;
    }
}

@media (max-width: 767.98px) {
    #contact_google_map {
        height: 450px;
    }
}

.success-card {
    background-color: var(--light-red);
    text-align: center;
    border: 2px solid var(--success);
}

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

.success-card i,
.success-card svg {
    font-size: 2em;
    color: var(--success);
    margin: 0 auto;
}

.success-card h2,
.success-card .h2 {
    color: var(--success);
    margin-bottom: .5rem;
}

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


/* FORMS */

label {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 5px;
    text-align: left !important;
}

.btn-radio {
    font-weight: 400 !important;
    font-size: 14px !important;
    text-align: center !important;
    color: var(--gray-600);
    background-color: var(--white);
    border: 1px solid var(--gray-300);
    border-radius: 0 !important;
}

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

.btn-radio:hover,
.btn-radio:focus,
.btn-radio:target,
.btn-radio:active,
.btn-radio.active {
    color: var(--black) !important;
    background-color: var(--white) !important;
    border: 1px solid var(--black) !important;
}

.input-group-text {
    background-color: var(--gray-200);
    border: 1px solid var(--black);
    border-radius: 0;
}

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

.input-group-append .btn+.btn {
    margin-left: 1px;
}

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

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

.custom-select {
    background-color: var(--white);
    border-radius: 0;
    border: 1px solid var(--black);
    transition: all .3s ease;
}

.form-control {
    background-color: var(--white);
    border-radius: 0;
    border: 1px solid var(--black);
    transition: all .3s ease;
}

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

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

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

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

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

.invalid-feedback {
    font-size: 12px;
    color: var(--red);
}

.form-control.custom-select.is-invalid,
.was-validated .form-control.custom-select:invalid {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,
    #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23AA182C' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

.form-control.custom-select.is-valid,
.was-validated .form-control.custom-select:valid {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,
    #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    margin-left: .5rem;
    margin-right: -.4rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='%23777777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    cursor: pointer;
    transition: all .3s ease;
}

[type="search"]::-webkit-search-cancel-button:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='%23000000'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    cursor: pointer;
}

.custom-control-label::before {
    top: 0.1rem;
    left: -1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--white);
    border: 2px solid var(--red);
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--white);
    border: 2px solid var(--red);
}

.custom-radio .custom-control-label::after {
    top: 0.4rem;
    left: -1.25rem;
    width: 1rem;
    height: 1rem;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    background-color: var(--red);
    border-radius: 100%;
    border: 2px solid var(--white);
}

.custom-radio .custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
    border: 2px solid #dee2e6;
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::after {
    background-color: #9ca0b1;
    background-image: none;
    border-radius: 100%;
    border: 2px solid #e9ecef;
}

.custom-control-label {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 8px;
    line-height: 26px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--white);
    border: 2px solid var(--red);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25.412' height='19.855' viewBox='0 0 25.412 19.855'%3e%3cpath id='check' d='M22.6,3.8,8,19.4,1.4,11.7,0,12.9l7.9,9.3L24,5.1Z' transform='translate(0.703 -3.095)' fill='%23800080' stroke='%23800080' stroke-width='1'/%3e%3c/svg%3e ");
}

.custom-checkbox .custom-control-label::after {
    top: -0.1rem;
    left: -1.75rem;
    width: 2rem;
    height: 2rem;
}

.custom-checkbox .custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
    border: 2px solid #dee2e6;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25.412' height='19.855' viewBox='0 0 25.412 19.855'%3e%3cpath id='check' d='M22.6,3.8,8,19.4,1.4,11.7,0,12.9l7.9,9.3L24,5.1Z' transform='translate(0.703 -3.095)' fill='%23800080' stroke='%23800080' stroke-width='1'/%3e%3c/svg%3e ");
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: var(--red);
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(128, 0, 128, .25);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: var(--white);
    background-color: var(--gray-100);
    border-color: var(--gray-100);
}


/* SELECT2 */

.select2-selection {
    border: 1px solid var(--gray-300) !important;
    border-radius: 0 !important;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: var(--gray-300);
    outline: 0 !important;
    box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 1px !important;
}

.select2-dropdown {
    border: 1px solid var(--gray-300);
    border-radius: 0 !important;
}

.select2-search--dropdown .select2-search__field {
    border: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    color: var(--white) !important;
    background-color: var(--red) !important;
}

.select2-results__options {
    max-height: 350px;
    overflow-y: scroll;
}


/* LIGHTGALLERY */

.cursor:hover {
    cursor: pointer;
}

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

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border: 2px solid var(--red);
    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);
}

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

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border: 2px solid var(--red);
}


/* PROGRESS BARS */

.progress {
    height: 30px;
    border-radius: 30px;
}

.progress-bar {
    border-radius: 30px;
}


/* TO TOP */

.scroll-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 9;
    background-color: var(--gold);
    color: var(--white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 15px;
    border-radius: 0;
    border: 0;
    transition: all 0.5s ease-in-out;
}

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

.scroll-top.show:hover,
.scroll-top.show:focus {
    background-color: var(--dark-gold);
    color: var(--white);
}