/*
Theme Name: SLA - Child Theme of Axolot
Author: SLA
Author URI: https://superiorlivestock.com/
Version: 1.0
Template: axolot
Text Domain: sla-child-them-of-axolot
*/

/* vars */
:root {
    /* colors */
    --color-navy: #405173;
    --color-navy-darker: #33415c;
    --color-navy-darkest: #2F3B54;
    --color-navy-shadow: rgba(47, 59, 84, 0.4);
    --color-navy-shadow-darker: rgba(39, 47, 68, 0.4);
    --color-royal-blue: #4167D9;
    --color-royal-blue-darker: #3b5dc4;
    --color-royal-blue-darkest: #3757B8;
    --color-royal-blue-shadow: rgba(55, 87, 184, 0.4);
    --color-royal-blue-shadow-darker: rgba(47, 75, 168, 0.4);
    --color-gold: #F2CA50;
    --color-deep-gold: #d9a300 !important; /* this is a shade of the gold color and is used when needing gold text on a light-colored background */
    --color-orange: #F2A444;
    --color-orange-darker: #d68726;
    --color-orange-darkest: #ce7a13;
    --color-wood: #A66226;
    --color-dark-gray: #333333;
    --color-current-option: #222222;
    --color-list-separator: rgba(85, 85, 85, 0.3);

    --feature-button-disabled-bg: #848B92;
    --feature-button-disabled-border-color: #6F7880;

    /* font */
    --button-font-alt: 'Brother-1816-Regular';
    --font-family-sans-serif: "Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    /* z-index vars */
    --zindex-datepicker: 1000;
    --datepickerVarForCacheFix: 1001; /* this is not actually used, can be removed at later date */
    /* spacing */
    --section-padding: 2%;
    /* programIcon height */
    --icon-height: 50px;
    --card-mobile-icon-height: 40px;

    /* border radius */
    --bs-border-radius-pill: 50rem;
}

/* custom fonts */
    @font-face{
        font-family:"Brothers-Regular";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Brothers-Regular.otf) format("opentype");
    }
    @font-face{
        font-family:"Brothers-Bold";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Brothers-Bold.ttf) format("truetype");
    }
    @font-face{
        font-family:"Heritage";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Heritage.ttf) format("truetype");
    }
    /* montserrat fonts ordered by least to greatest boldness */
    @font-face{
        font-family:"Montserrat-Regular";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Montserrat-Regular.ttf) format("truetype");
    }
    @font-face{
        font-family:"Montserrat-Medium";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Montserrat-Medium.ttf) format("truetype");
    }
    @font-face{
        font-family:"Montserrat-SemiBold";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Montserrat-SemiBold.ttf) format("truetype");
    }
    @font-face{
        font-family:"Montserrat-Bold";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Montserrat-Bold.ttf) format("truetype");
    }
    @font-face{
        font-family:"Montserrat-ExtraBold";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Montserrat-ExtraBold.ttf) format("truetype");
    }
    @font-face{
        font-family:"Montserrat-Black";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Montserrat-Black.ttf) format("truetype");
    }
    /* These are staged for use if we need them as I was testing with them but decided to not use them. don't want to declare unless we need them
    @font-face{
        font-family:"Brother-1816-Light";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Brother-1816-Light.woff) format('woff'),
            url(./assets/fonts/Brother-1816-Light.ttf) format("truetype");
    }
    @font-face{
        font-family:"Brother-1816-SemiLight";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Brother-1816-SemiLight.woff) format('woff'),
            url(./assets/fonts/Brother-1816-SemiLight.ttf) format("truetype");
    } */
    @font-face{
        font-family:"Brother-1816-SemiLightItalic";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Brother-1816-SemiLightItalic.woff) format('woff'),
            url(./assets/fonts/Brother-1816-SemiLightItalic.ttf) format("truetype");
    }
    @font-face{
        font-family:"Brother-1816-Regular";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Brother-1816-Regular.woff) format('woff'),
            url(./assets/fonts/Brother-1816-Regular.ttf) format("truetype");
    }
    @font-face{
        font-family:"Brother-1816-Medium";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Brother-1816-Medium.woff) format('woff'),
            url(./assets/fonts/Brother-1816-Medium.ttf) format("truetype");
    }
    @font-face{
        font-family:"Brother-1816-Black";
        font-style:normal;
        font-weight:normal;
        font-display:swap;
        src:url(./assets/fonts/Brother-1816-Black.woff) format('woff'),
            url(./assets/fonts/Brother-1816-Black.ttf) format("truetype");
    }

/* html and body styles */
html * {
    -moz-osx-font-smoothing: grayscale;   /* Firefox */
     -webkit-font-smoothing: antialiased; /* WebKit  */
    text-rendering:optimizeLegibility !important;
}

html, body {
    height: 100%;
}

body {
	padding: 0;
	font-size: 15px;
	margin: 0;
	word-wrap: break-word;
	overflow-x: hidden;
}

.body-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
    background: url("./assets/img/texture-background.jpg") top center;
    background-size: contain;
}

/* preloader */
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
}
.preloader-img { /* the preloader image background url is generated by the theme settings to allow the user to choose which image. there are a couple other settings set and hardcoded via axolot/inc/custom-style.php*/
    background-size: max(20%,200px) !important;
    background-image: url("./assets/img/SLALogoLarge.webp"), url("./assets/img/SLALogoLarge.png");
    background-repeat: no-repeat;
    background-position: center;
}
/* .preloader:before{
    content:"";z-index:10;
    position:absolute;height:200%;width:200%;top:-120%;left:-120%;
    background:linear-gradient(transparent 0%,
      rgba(255, 255, 255, 0.2) 10%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0.15) 80%,
      transparent 100%);
    transform:rotate(45deg);
    animation: shine 12s infinite alternate;
} */

@keyframes shine{
    0%{top:-420%;left:-420%;}
    10%{left:100%;top:100%;}
    20%{left:100%;top:100%;}
    100%{left:100%;top:100%;}    
}

/* text and header styles */

h1, h2, h3 {
    text-transform: uppercase;
}

.h1, h1, .font-family-custom-primary {
    font-family: "Brothers-Regular",Georgia, 'Times New Roman', Times, serif !important;
}

.h1, h1 {
    font-size: 1.75rem !important;
}

h2, h3, .font-family-custom-secondary,
h2.wp-block-post-title, h3.wp-block-post-title {
    font-family: "Montserrat-Medium", Verdana, Geneva, Tahoma, var(--font-family-sans-serif) !important;
}

.h2, h2 {
    font-size: 1.6rem !important;
}

.h3, h3 {
    font-size: 1.5rem !important;
}

.font-family-custom-tertiary {
    font-family: 'Brother-1816-Medium', 'Brother-1816-Regular', var(--font-family-sans-serif) !important;
}

.font-family-custom-tertiary-regular {
    font-family: 'Brother-1816-Regular', var(--font-family-sans-serif) !important;
}

.font-family-custom-tertiary-semilightitalic {
    font-family: 'Brother-1816-SemiLightItalic', var(--font-family-sans-serif) !important;
}

/* These are staged as I was testing with them. didn't need them, so commenting out for now - eb 2023-12-04
.font-family-custom-tertiary-semilight {
    font-family: 'Brother-1816-SemiLight', var(--font-family-sans-serif) !important;
}

.font-family-custom-tertiary-light {
    font-family: 'Brother-1816-Light', var(--font-family-sans-serif) !important;
} */

.font-family-custom-default {
    font-family: var(--font-family-sans-serif) !important;
}

.font-size-55 {
    font-size: 55%;
}

.font-size-80 {
    font-size: 80%;
}

.font-size-1 {
    font-size: .75rem !important;
}

.font-size-2 {
    font-size: .9rem !important;
}

.font-size-3 {
    font-size: 1rem !important;
}

.font-size-4 {
    font-size: 1.2rem !important;
}

.font-size-5 {
    font-size: 1.5rem !important;
}

@media (min-width: 576px) {
    .font-size-sm-1 {
        font-size: .75rem !important;
    }
    
    .font-size-sm-2 {
        font-size: .9rem !important;
    }
    
    .font-size-sm-3 {
        font-size: 1rem !important;
    }
    
    .font-size-sm-4 {
        font-size: 1.2rem !important;
    }
    
    .font-size-sm-5 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 768px) {
    .font-size-md-1 {
        font-size: .75rem !important;
    }
    
    .font-size-md-2 {
        font-size: .9rem !important;
    }
    
    .font-size-md-3 {
        font-size: 1rem !important;
    }
    
    .font-size-md-4 {
        font-size: 1.2rem !important;
    }
    
    .font-size-md-5 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 992px) {
    .font-size-lg-1 {
        font-size: .75rem !important;
    }
    
    .font-size-lg-2 {
        font-size: .9rem !important;
    }
    
    .font-size-lg-3 {
        font-size: 1rem !important;
    }
    
    .font-size-lg-4 {
        font-size: 1.2rem !important;
    }
    
    .font-size-lg-5 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 1200px) {
    .font-size-xl-1 {
        font-size: .75rem !important;
    }
    
    .font-size-xl-2 {
        font-size: .9rem !important;
    }
    
    .font-size-xl-3 {
        font-size: 1rem !important;
    }
    
    .font-size-xl-4 {
        font-size: 1.2rem !important;
    }
    
    .font-size-xl-5 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 1400px) {
    .font-size-xxl-1 {
        font-size: .75rem !important;
    }
    
    .font-size-xxl-2 {
        font-size: .9rem !important;
    }
    
    .font-size-xxl-3 {
        font-size: 1rem !important;
    }
    
    .font-size-xxl-4 {
        font-size: 1.2rem !important;
    }
    
    .font-size-xxl-5 {
        font-size: 1.5rem !important;
    }
}


@media (min-width: 1500px) {
    .font-size-1500-1 {
        font-size: .75rem !important;
    }
    
    .font-size-1500-2 {
        font-size: .9rem !important;
    }
    
    .font-size-1500-3 {
        font-size: 1rem !important;
    }
    
    .font-size-1500-4 {
        font-size: 1.2rem !important;
    }
    
    .font-size-1500-5 {
        font-size: 1.5rem !important;
    }
}

.line-height-1 {
    line-height: 1;
}

.line-height-1-3 {
    line-height: 1.3;
}

.line-height-1-8 {
    line-height: 1.8 !important;
}

@media (min-width: 992px) {
    .h1, h1, h1.carousel-header, h1.section-header {
        font-size: 2.5rem !important;
    }

    .h2, h2 {
        font-size: 2rem !important;
    }
    
    .h3, h3 {
        font-size: 1.75rem !important;
    }
}

/* general styles */
a {
    color: var(--color-royal-blue);
    text-decoration: none;
    -ms-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

a:hover {
	color: #000;
    text-decoration: none;
}

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

.text-decoration-underline {
    text-decoration: underline !important;
}

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

p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #555;
}

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

.ml-row {
    margin-left: -15px !important;
}

.mr-row {
    margin-right: -15px !important;
}

@media (min-width: 768px) {
    .ml-md-row,.mx-0.ml-md-row,
    .mx-md-row,.mx-0.mx-md-row {
        margin-left: -15px !important;
    }
    
    .mr-md-row,.mx-0.mr-md-row,
    .mx-md-row,.mx-0.mx-md-row {
        margin-right: -15px !important;
    }
}

.gap-5px {
    gap: 5px;
}

.gap-row-only-5px {
    gap: 5px 0px; /* first value is row-gap (gap between rows), second value is gap between columns */
}

.gap-column-only-5px {
    gap: 0px 5px; /* first value is row-gap (gap between rows), second value is gap between columns */
}

.gap-1 {
    gap: 0.25rem;
}

.gap-x-1 {
    gap: 0 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-x-2 {
    gap: 0 0.5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 2rem;
}

.gap-5 {
    gap: 3rem;
}

@media (min-width: 576px) {
    .gap-sm-3 {
        gap: 1rem;
    }
}

.page-full-width {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right:0px;
}

.w-90-force {
    max-width: 90vw !important;
}

.min-w-100 {
    min-width: 100% !important;
}

@media (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important;
    }

    .min-w-lg-inherit {
        min-width: inherit !important;
    }
}

.opacity-50 {
    opacity: .5;
}

.container-fluid.content-width {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 90vw !important;
}

.container-fluid.content-width.content-width-full-mobile {
    max-width: 100vw !important;
}

.w-90, .content-width {
    max-width: 90vw;
}

.w-100vw {
    width: 100vw !important;
}

.w-40 {
    width: 40% !important;
}

.vh-90 {
    height: 90vh !important;
}

.vh-100 {
    height: 100vh !important;
}

@media (min-width: 567px) {
    .container-fluid.content-width.content-width-full-mobile {
        max-width: 90vw !important;
    }
}

.main-content,
.post-template-default {
    padding-top: 0px !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.py-eighth {
    padding-top: .125rem !important;
    padding-bottom: .125rem !important;
}
/* display styles - added xxl since this version of bootstrap (4.1) which came with theme doesnt support xxl yet. bootstrap5 + does. this required me to pull the display classes out of the theme's vendors.min.css file (i commented them out) so that they can work together correctly */
.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}
@media (min-width: 360px) {
    .d-360-none {
        display: none !important;
    }
    .d-360-inline {
        display: inline !important;
    }
    .d-360-inlineblock {
        display: block !important;
    }
    .d-360-block {
        display: block !important;
    }
    .flex-360-row {
        flex-direction: row !important;
    }
    .flex-360-column {
        flex-direction: column !important;
    }
    .text-360-left { text-align: left !important;}
    .text-360-right { text-align: right !important;}
    .text-360-center { text-align: center !important;}
    .pl-360-2 {padding-left: .5rem !important;}
}
@media (min-width: 1400px)
{
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-6 {
        order: 6 !important;
    }
    .order-xxl-7 {
        order: 7 !important;
    }
    .order-xxl-8 {
        order: 8 !important;
    }
    .order-xxl-9 {
        order: 9 !important;
    }
    .order-xxl-10 {
        order: 10 !important;
    }
    .order-xxl-11 {
        order: 11 !important;
    }
    .order-xxl-12 {
        order: 12 !important;
    }

    .d-xxl-inline {
        display: inline!important;
    }
    .d-xxl-block {
        display: block!important;
    }
    .d-xxl-inline-block {
        display: inline-block!important;
    }
    .d-xxl-inline-flex {
        display: inline-flex!important;
    }
    .d-xxl-flex {
        display: flex!important;
    }
    .d-xxl-none {
        display: none!important;
    }
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-1 {
        flex: 0 0 auto !important;
        width: 8.33333333% !important;
        max-width: 8.33333333% !important;
    }
    .col-xxl-2 {
        flex: 0 0 auto !important;
        width: 16.66666667% !important;
        max-width: 16.66666667% !important;
    }
    .col-xxl-3 {
        flex: 0 0 auto !important;
        width: 25% !important;
        max-width: 25% !important;
    }
    .col-xxl-4 {
        flex: 0 0 auto !important;
        width: 33.3333% !important;
        max-width: 33.3333% !important;
    }
    .col-xxl-5 {
        flex: 0 0 auto !important;
        width: 41.66666667% !important;
        max-width: 41.66666667% !important;
    }
    .col-xxl-6 {
        flex: 0 0 auto !important;
        width: 50% !important;
        max-width: 50% !important;
    }
    .col-xxl-7 {
        flex: 0 0 auto !important;
        width: 58.33333333% !important;
        max-width: 58.33333333% !important;
    }
    .col-xxl-8 {
        flex: 0 0 auto !important;
        width: 66.6667% !important;
        max-width: 66.6667% !important;
    }
    .col-xxl-9 {
        flex: 0 0 auto !important;
        width: 75% !important;
        max-width: 75% !important;
    }
    .col-xxl-10 {
        flex: 0 0 auto !important;
        width: 83.33333333% !important;
        max-width: 83.33333333% !important;
    }
    .col-xxl-11 {
        flex: 0 0 auto !important;
        width: 91.66666667% !important;
        max-width: 91.66666667% !important;
    }
    .col-xxl-12 {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .justify-content-force.justify-content-xxl-start, .justify-content-xxl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
    .justify-content-force.justify-content-xxl-end, .justify-content-xxl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
    .justify-content-force.justify-content-xxl-center, .justify-content-xxl-center{-ms-flex-pack:center!important;justify-content:center!important}
    .justify-content-force.justify-content-xxl-between, .justify-content-xxl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
    .justify-content-force.justify-content-xxl-around, .justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
    .align-items-force.align-items-xxl-start, .align-items-xxl-start{-ms-flex-align:start!important;align-items:flex-start!important}
    .align-items-force.align-items-xxl-end, .align-items-xxl-end{-ms-flex-align:end!important;align-items:flex-end!important}
    .align-items-force.align-items-xxl-center, .align-items-xxl-center{-ms-flex-align:center!important;align-items:center!important}
    .align-items-force.align-items-xxl-baseline, .align-items-xxl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
    .align-items-force.align-items-xxl-stretch, .align-items-xxl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}
    .align-content-force.align-content-xxl-start, .align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}
    .align-content-force.align-content-xxl-end, .align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}
    .align-content-force.align-content-xxl-center, .align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}
    .align-content-force.align-content-xxl-between, .align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}
    .align-content-force.align-content-xxl-around, .align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}
    .align-content-force.align-content-xxl-stretch, .align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}
    .align-self-force.align-self-xxl-auto, .align-self-xxl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}
    .align-self-force.align-self-xxl-start, .align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
    .align-self-force.align-self-xxl-end, .align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
    .align-self-force.align-self-xxl-center, .align-self-xxl-center{-ms-flex-item-align:center!important;align-self:center!important}
    .align-self-force.align-self-xxl-baseline, .align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
    .align-self-force.align-self-xxl-stretch, .align-self-xxl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}

    /* spacing */
    .m-force.mt-xxl-0, .mt-xxl-0{margin-top:0!important}
    .m-force.mt-xxl-1, .mt-xxl-1{margin-top:.25rem!important}
    .m-force.mt-xxl-2, .mt-xxl-2{margin-top:.5rem!important}
    .m-force.mt-xxl-3, .mt-xxl-3{margin-top:1rem!important}
    .m-force.mt-xxl-4, .mt-xxl-4{margin-top:1.5rem!important}
    .m-force.mt-xxl-5, .mt-xxl-5{margin-top:3rem!important}
    .m-force.mb-xxl-0, .mb-xxl-0{margin-bottom:0!important}
    .m-force.mb-xxl-1, .mb-xxl-1{margin-bottom:.25rem!important}
    .m-force.mb-xxl-2, .mb-xxl-2{margin-bottom:.5rem!important}
    .m-force.mb-xxl-3, .mb-xxl-3{margin-bottom:1rem!important}
    .m-force.mb-xxl-4, .mb-xxl-4{margin-bottom:1.5rem!important}
    .m-force.mb-xxl-5, .mb-xxl-5{margin-bottom:3rem!important}
    .m-force.ml-xxl-0, .ml-xxl-0{margin-left:0!important}
    .m-force.ml-xxl-1, .ml-xxl-1{margin-left:.25rem!important}
    .m-force.ml-xxl-2, .ml-xxl-2{margin-left:.5rem!important}
    .m-force.ml-xxl-3, .ml-xxl-3{margin-left:1rem!important}
    .m-force.ml-xxl-4, .ml-xxl-4{margin-left:1.5rem!important}
    .m-force.ml-xxl-5, .ml-xxl-5{margin-left:3rem!important}
    .m-force.mr-xxl-0, .mr-xxl-0{margin-right:0!important}
    .m-force.mr-xxl-1, .mr-xxl-1{margin-right:.25rem!important}
    .m-force.mr-xxl-2, .mr-xxl-2{margin-right:.5rem!important}
    .m-force.mr-xxl-3, .mr-xxl-3{margin-right:1rem!important}
    .m-force.mr-xxl-4, .mr-xxl-4{margin-right:1.5rem!important}
    .m-force.mr-xxl-5, .mr-xxl-5{margin-right:3rem!important}

    .p-force.pt-xxl-0, .pt-xxl-0, .py-xxl-0{padding-top:0!important}
    .p-force.pt-xxl-1, .pt-xxl-1, .py-xxl-1{padding-top:.25rem!important}
    .p-force.pt-xxl-2, .pt-xxl-2, .py-xxl-2{padding-top:.5rem!important}
    .p-force.pt-xxl-3, .pt-xxl-3, .py-xxl-3{padding-top:1rem!important}
    .p-force.pt-xxl-4, .pt-xxl-4, .py-xxl-4{padding-top:1.5rem!important}
    .p-force.pt-xxl-5, .pt-xxl-5, .py-xxl-5{padding-top:3rem!important}
    .p-force.pb-xxl-0, .pb-xxl-0, .py-xxl-0{padding-bottom:0!important}
    .p-force.pb-xxl-1, .pb-xxl-1, .py-xxl-1{padding-bottom:.25rem!important}
    .p-force.pb-xxl-2, .pb-xxl-2, .py-xxl-2{padding-bottom:.5rem!important}
    .p-force.pb-xxl-3, .pb-xxl-3, .py-xxl-3{padding-bottom:1rem!important}
    .p-force.pb-xxl-4, .pb-xxl-4, .py-xxl-4{padding-bottom:1.5rem!important}
    .p-force.pb-xxl-5, .pb-xxl-5, .py-xxl-5{padding-bottom:3rem!important}
    .p-force.pl-xxl-0, .pl-xxl-0, .px-xxl-0{padding-left:0!important}
    .p-force.pl-xxl-1, .pl-xxl-1, .px-xxl-1{padding-left:.25rem!important}
    .p-force.pl-xxl-2, .pl-xxl-2, .px-xxl-2{padding-left:.5rem!important}
    .p-force.pl-xxl-3, .pl-xxl-3, .px-xxl-3{padding-left:1rem!important}
    .p-force.pl-xxl-4, .pl-xxl-4, .px-xxl-4{padding-left:1.5rem!important}
    .p-force.pl-xxl-5, .pl-xxl-5, .px-xxl-5{padding-left:3rem!important}
    .p-force.pr-xxl-0, .pr-xxl-0, .px-xxl-0{padding-right:0!important}
    .p-force.pr-xxl-1, .pr-xxl-1, .px-xxl-1{padding-right:.25rem!important}
    .p-force.pr-xxl-2, .pr-xxl-2, .px-xxl-2{padding-right:.5rem!important}
    .p-force.pr-xxl-3, .pr-xxl-3, .px-xxl-3{padding-right:1rem!important}
    .p-force.pr-xxl-4, .pr-xxl-4, .px-xxl-4{padding-right:1.5rem!important}
    .p-force.pr-xxl-5, .pr-xxl-5, .px-xxl-5{padding-right:3rem!important}

    .offset-xxl-0 {
        margin-left: 0%;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.3333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.6667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .offset-xxl-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1600px)
{
    .d-1600-inline {
        display: inline!important;
    }
    .d-1600-block {
        display: block!important;
    }
    .d-1600-inline-block {
        display: inline-block!important;
    }
    .d-1600-inline-flex {
        display: inline-flex!important;
    }
    .d-1600-flex {
        display: flex!important;
    }
    .d-1600-none {
        display: none!important;
    }
}
@media (min-width: 1500px)
{
    .d-1500-inline {
        display: inline!important;
    }
    .d-1500-block {
        display: block!important;
    }
    .d-1500-inline-block {
        display: inline-block!important;
    }
    .d-1500-inline-flex {
        display: inline-flex!important;
    }
    .d-1500-flex {
        display: flex!important;
    }
    .d-1500-none {
        display: none!important;
    }

    .col-1500-1 {
        flex: 0 0 auto !important;
        width: 8.33333333% !important;
        max-width: 8.33333333% !important;
    }
    .col-1500-2 {
        flex: 0 0 auto !important;
        width: 16.66666667% !important;
        max-width: 16.66666667% !important;
    }
    .col-1500-3 {
        flex: 0 0 auto !important;
        width: 25% !important;
        max-width: 25% !important;
    }
    .col-1500-4 {
        flex: 0 0 auto !important;
        width: 33.3333% !important;
        max-width: 33.3333% !important;
    }
    .col-1500-5 {
        flex: 0 0 auto !important;
        width: 41.66666667% !important;
        max-width: 41.66666667% !important;
    }
    .col-1500-6 {
        flex: 0 0 auto !important;
        width: 50% !important;
        max-width: 50% !important;
    }
    .col-1500-7 {
        flex: 0 0 auto !important;
        width: 58.33333333% !important;
        max-width: 58.33333333% !important;
    }
    .col-1500-8 {
        flex: 0 0 auto !important;
        width: 66.6667% !important;
        max-width: 66.6667% !important;
    }
    .col-1500-9 {
        flex: 0 0 auto !important;
        width: 75% !important;
        max-width: 75% !important;
    }
    .col-1500-10 {
        flex: 0 0 auto !important;
        width: 83.33333333% !important;
        max-width: 83.33333333% !important;
    }
    .col-1500-11 {
        flex: 0 0 auto !important;
        width: 91.66666667% !important;
        max-width: 91.66666667% !important;
    }
    .col-1500-12 {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

.absolute-top {
    position: absolute;
    top: 0;
    bottom: unset;
}


.absolute-bottom {
    position: absolute;
    top: unset;
    bottom: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.translate-top-right-overlap {
    transform: translate(-2%,-10%)!important;
}

.translate-middle {
    transform: translate(-50%,-50%)!important;
}

.translate-middle-top-overlap {
    transform: translate(-50%,-80%)!important;
}

.translate-middle-bottom-overlap {
    transform: translate(-50%,70%)!important;
}

.start-0 {
    left: 0%!important;
}

.start-50 {
    left: 50%!important;
}

.start-100 {
    left: 100%!important;
}

.end-0 {
    right: 0%!important;
}

.end-2 {
    right: .5rem !important;
}

.flex-1 {
    flex: 1;
}

@media (min-width: 576px) {
    .position-relative-sm {
        position: relative;
        top: unset;
        bottom: unset;
    }
}

@media (min-width: 768px) {
    .position-relative-md {
        position: relative;
        top: unset;
        bottom: unset;
    }
    .start-md-0 {
        left: 0%!important;
    }
    .end-md-unset {
        right: unset!important;
    }
}
/* border styles */
.rounded-pill {
    border-radius: var(--bs-border-radius-pill)!important;
}

.badge-circle {
    height: 12px;
    width: 12px;
    display: block;
}

.badge-orange {
    background-color: var(--color-orange);
    color: var(--white);
}

.badge-gold {
    background-color: var(--color-gold);
    color: var(--color-dark-gray);
}

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

.text-custom-primary {
    color: var(--color-navy) !important;
}

.text-custom-secondary {
    color: var(--color-royal-blue) !important;
}

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

.text-custom-orange-darker {
    color: var(--color-orange-darker) !important;
}

.text-custom-navy-shadow-darker {
    color: var(--color-navy-shadow-darker) !important;
}

.text-inherit {
    color: inherit !important;
}

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

.text-quote {
    color: var(--secondary);
    padding-left: 16px;
}

.bg-custom-primary {
    background-color: var(--color-navy);
}

.ellipsis-content {
    display: flex;
    justify-content: flex-start;
    min-width: 0px;
    width: 100%;
}

.ellipsis-content span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.word-break-keep-all {
    word-break: keep-all !important;
}

.word-break-break-all {
    word-break: break-all !important;
}

.word-break-normal {
    word-break: normal !important;
}

@media (min-width: 576px) {
    .word-break-sm-keep-all {
        word-break: keep-all !important;
    }

    .word-break-sm-break-all {
        word-break: break-all !important;
    }

    .word-break-sm-normal {
        word-break: normal !important;
    }
}

@media (min-width: 768px) {
    .word-break-md-keep-all {
        word-break: keep-all !important;
    }

    .word-break-md-break-all {
        word-break: break-all !important;
    }

    .word-break-md-normal {
        word-break: normal !important;
    }
}

@media (min-width: 992px) {
    .word-break-lg-keep-all {
        word-break: keep-all !important;
    }

    .word-break-lg-break-all {
        word-break: break-all !important;
    }

    .word-break-lg-normal {
        word-break: normal !important;
    }
}

@media (min-width: 1200px) {
    .word-break-xl-keep-all {
        word-break: keep-all !important;
    }

    .word-break-xl-break-all {
        word-break: break-all !important;
    }

    .word-break-xl-normal {
        word-break: normal !important;
    }
}

@media (min-width: 1400px) {
    .word-break-xxl-keep-all {
        word-break: keep-all !important;
    }

    .word-break-xxl-break-all {
        word-break: break-all !important;
    }

    .word-break-xxl-normal {
        word-break: normal !important;
    }
}

@media (min-width: 1500px) {
    .word-break-1500-keep-all {
        word-break: keep-all !important;
    }

    .word-break-1500-break-all {
        word-break: break-all !important;
    }

    .word-break-1500-normal {
        word-break: normal !important;
    }
}

/* border styles */
.border-w-0 {
    border-width: 0px !important;
}

.border-w-1 {
    border-width: 1px;
}

.border-w-2 {
    border-width: 2px;
}

.border-w-3 {
    border-width: 3px;
}

.border-w-4 {
    border-width: 4px;
}

.border-w-5 {
    border-width: 5px;
}

@media (min-width: 992px) {
    .border-top-lg-0 {
        border-top: 0px !important;
    }

    .border-bottom-lg-0 {
        border-bottom: 0px !important;
    }
}

.border-custom-navy {
    border-color: var(--color-navy) !important;
}

/* button styles */
/* .btn[class*="btn-custom"] {
    font-family: 'Brother-1816-Medium';
} */

.btn.btn-custom-primary,
a:not([href]):not([tabindex]).btn.btn-custom-primary {
    background-color: var(--color-navy);
    color: #ffffff;
}
.btn-custom-primary:not(:disabled):not(.disabled):hover,
a:not([href]):not([tabindex]).btn.btn-custom-primary:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: var(--color-navy-darker);
    border-color: var(--color-navy-darkest);
}
.btn-custom-primary:not(:disabled):not(.disabled):active,
a:not([href]):not([tabindex]).btn.btn-custom-primary:not(:disabled):not(.disabled):active,
.btn-custom-primary:not(:disabled):not(.disabled).active, 
.show>.btn-custom-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color-navy-darkest);
    border-color: var(--color-navy-darkest);
}

.btn-custom-primary.focus, .btn-custom-primary:focus,
.btn-custom-outline-primary.focus, .btn-custom-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem var(--color-navy-shadow);
}

.btn.btn-custom-secondary,
a:not([href]):not([tabindex]).btn.btn-custom-secondary {
    background-color: var(--color-royal-blue);
    color: #ffffff;
}
.btn-custom-secondary:not(:disabled):not(.disabled):hover,
a:not([href]):not([tabindex]).btn.btn-custom-secondary:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: var(--color-royal-blue-darker);
    border-color: var(--color-royal-blue-darkest);
}
.btn-custom-secondary:not(:disabled):not(.disabled):active,
a:not([href]):not([tabindex]).btn.btn-custom-secondary:not(:disabled):not(.disabled):active,
.btn-custom-secondary:not(:disabled):not(.disabled).active, 
.show>.btn-custom-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--color-royal-blue-darkest);
    border-color: var(--color-royal-blue-darkest);
}

.btn-custom-secondary.focus, .btn-custom-secondary:focus,
.btn-custom-outline-secondary.focus, .btn-custom-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem var(--color-royal-blue-shadow);
}

.btn.btn-custom-orange,
a:not([href]):not([tabindex]).btn.btn-custom-orange {
    background-color: var(--color-orange);
    color: #ffffff;
    text-shadow: 0 0 2px rgba(0,0,0,.45);
}
.btn-custom-orange:not(:disabled):not(.disabled):hover,
a:not([href]):not([tabindex]).btn.btn-custom-orange:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: var(--color-orange-darker);
    border-color: var(--color-orange-darkest);
}
.btn-custom-orange:not(:disabled):not(.disabled):active,
a:not([href]):not([tabindex]).btn.btn-custom-orange:not(:disabled):not(.disabled):active,
.btn-custom-orange:not(:disabled):not(.disabled).active, 
.show>.btn-custom-orange.dropdown-toggle {
    color: #fff;
    background-color: var(--color-orange-darkest);
    border-color: var(--color-orange-darkest);
}

.btn-custom-orange.focus, .btn-custom-orange:focus,
.btn-custom-outline-orange.focus, .btn-custom-outline-orange:focus {
    box-shadow: 0 0 0 0.2rem var(--color-orange-shadow);
}

.btn.btn-custom-outline-primary,
a:not([href]):not([tabindex]).btn.btn-custom-outline-primary {
    color: var(--color-navy);
    background-color: transparent;
    background-image: none;
    border-color: var(--color-navy);
}

.btn-custom-outline-primary:hover,
.btn-custom-outline-primary:not(:disabled):not(.disabled).active, .btn-custom-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-custom-outline-primary.dropdown-toggle,
a:not([href]):not([tabindex]).btn-custom-outline-primary:hover,
a:not([href]):not([tabindex]).btn-custom-outline-primary:not(:disabled):not(.disabled).active, a:not([href]):not([tabindex]).btn-custom-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-custom-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color-navy);
    border-color: var(--color-navy);
}

.btn-custom-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-custom-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-custom-outline-primary.dropdown-toggle:focus,
a:not([href]):not([tabindex]).btn-custom-outline-primary:not(:disabled):not(.disabled).active:focus, a:not([href]):not([tabindex]).btn-custom-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-custom-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem var(--color-navy-shadow-darker);
}

.btn.btn-custom-outline-secondary,
a:not([href]):not([tabindex]).btn.btn-custom-outline-secondary {
    color: var(--color-royal-blue);
    background-color: transparent;
    background-image: none;
    border-color: var(--color-royal-blue);
}

.btn-custom-outline-secondary:hover,
.btn-custom-outline-secondary:not(:disabled):not(.disabled).active, .btn-custom-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-custom-outline-secondary.dropdown-toggle,
a:not([href]):not([tabindex]).btn-custom-outline-secondary:hover,
a:not([href]):not([tabindex]).btn-custom-outline-secondary:not(:disabled):not(.disabled).active, a:not([href]):not([tabindex]).btn-custom-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: var(--color-royal-blue);
    border-color: var(--color-royal-blue);
}

.btn-custom-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-custom-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-custom-outline-secondary.dropdown-toggle:focus,
a:not([href]):not([tabindex]).btn-custom-outline-secondary:not(:disabled):not(.disabled).active:focus, a:not([href]):not([tabindex]).btn-custom-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem var(--color-royal-blue-shadow-darker);
}

.btn.btn-custom-outline-green,
a:not([href]):not([tabindex]).btn.btn-custom-outline-green {
    color: #1b8934;
    background-color: transparent;
    background-image: none;
    border-color: #1b8934;
}

.btn-custom-outline-green:hover,
.btn-custom-outline-green:not(:disabled):not(.disabled).active, .btn-custom-outline-green:not(:disabled):not(.disabled):active,
.show>.btn-custom-outline-green.dropdown-toggle,
a:not([href]):not([tabindex]).btn-custom-outline-green:hover,
a:not([href]):not([tabindex]).btn-custom-outline-green:not(:disabled):not(.disabled).active, a:not([href]):not([tabindex]).btn-custom-outline-green:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1b8934;
    border-color: #1b8934;
}

.btn-custom-outline-green:not(:disabled):not(.disabled).active:focus, .btn-custom-outline-green:not(:disabled):not(.disabled):active:focus, .show>.btn-custom-outline-green.dropdown-toggle:focus,
a:not([href]):not([tabindex]).btn-custom-outline-green:not(:disabled):not(.disabled).active:focus, a:not([href]):not([tabindex]).btn-custom-outline-green:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #187e2f;
}

.btn-group-angle > .btn:first-child {
    /* border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; */
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 25px) 100%, 0% 100%);
    margin-right: -25px;
    padding-right: 25px;
}

.btn-group-angle > .btn:last-child {
    /* border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem; */
    clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0px 100%);
    z-index: 3;
    padding-left: 25px;
}

.btn-group-angle > .btn {
    transition: all .3s ease-in-out;
}

.btn-group-angle > .btn.focus,
.btn-group-angle > .btn:focus {
    box-shadow: none;
}

.btn-shadow {
    box-shadow: 0 2px 5px rgba(0,0,0,.25)!important;
}

.btn-backshadow, .btn-smallshadow {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.btn-backshadow, .btn-backshadow:focus {
    box-shadow: 0px 0px 2px 1px rgba(85, 85, 85, 70%) !important;
    outline: none !important;
}

.btn-smallshadow, .btn-smallshadow:focus {
    box-shadow: 0px 2px 2px 0px rgba(85, 85, 85, 70%) !important;
    outline: none !important;
}

.btn-backshadow:active, .btn-smallshadow:active {
    box-shadow: 0px 0px 0px 0px !important;
}

.btn-xs {
    padding: 0rem 0.5rem;
    font-size: .825rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.search-clear {
    background-color: unset;
    text-transform: unset;
    color: #171d28 !important;
    font-style: italic;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    letter-spacing: unset;
    border: unset;
    text-decoration: underline;
}

.search-submit, .search-csv {
    margin-bottom: 0px;
    font-family: 'Brother-1816-Medium', 'Brother-1816-Regular', var(--font-family-sans-serif) !important;
}

.search-submit {
    width: 100%;
}

.btn.btn-custom-gold, 
a:not([href]):not([tabindex]).btn.btn-custom-gold{
    color: #212529;
    background-color: var(--color-gold);
    border-color: rgba(0,0,0,0.18);
}

.ont-alt {
    font-family: var(--button-font-alt), var(--font-family-sans-serif);
}

.feature-button {
    text-transform: uppercase;
    /* color: #88939d; */
    color: inherit !important;
    font-family: 'Brothers-Regular', var(--font-family-sans-serif);
    background-color: var(--color-orange);
    /* color: var(--color-wood); */
    /* backdrop-filter: blur(20px); */
    border-radius: 0px !important;
    border: 2px solid rgb(203 136 54 / 88%) !important;
    /* color: #6c757d!important; */
    color: var(--light) !important;
    text-shadow: 0px 0px 6px #6c757d !important;
    padding: .375rem .5rem;
}

.feature-button.feature-button-disabled {
    background-color: var(--feature-button-disabled-bg);
    border: 2px solid var(--feature-button-disabled-border-color) !important;
    cursor: auto !important;
    color: var(--light) !important;
}

.feature-button.feature-button-secondary {
    background-color: var(--color-royal-blue);
    border: 2px solid rgb(114 140 217 / 88%) !important;
}

.feature-button.feature-button-secondary:hover {
    background-color: var(--color-royal-blue-darkest);
    border: 2px solid rgba(171, 187, 240, 0.9) !important;
}

.feature-button.feature-button-secondary:active,
.feature-button.feature-button-secondary.active {
    background-color: rgb(48 89 226 / 50%);
    color: var(--light) !important;
    backdrop-filter: blur(3px);
    border: 2px solid rgb(225 232 255 / 90%) !important;
    /* border-top: 0px !important; */
    text-shadow: unset !important;
    font-size: 1.04rem;
}

.feature-button .optional {
    display: none;
}

.feature-button-border,
.btn.feature-button-border {
    border-radius: 0px;
}

.feature-button-border.feature-button-border-primary {
    border: 2px solid #7e8fae;
}

.feature-buttons-blurred::after {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    background-color: rgba(20,20,20,0.3);
    border: 3px solid transparent;
    color: var(--light);
    content: 'Broadcasts Soon';
    backdrop-filter: blur(2px);
    margin-left: -15px;
    font-family: 'Brothers-regular';
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    text-shadow: 0 0 8px black;
}

.feature-buttons-blurred.feature-buttons-blurred-ended::after {
    content: 'Broadcast Ended';
}

@media (min-width: 430px) {
    .feature-button .optional {
        display: inline;
    }
}

@media (min-width: 768px) {
    .feature-button .optional {
        display: none;
    }
}

@media (min-width: 1075px) {
    .feature-button .optional {
        display: inline;
    }
}

@media (min-width: 1400px) {
    .feature-button .optional {
        display: none;
    }
}

@media (min-width: 1800px) {
    .feature-button .optional {
        display: inline;
    }
}

.hero-banner .feature-box .feature-button-wrapper {
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    z-index: 4;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.btn.btn-catalog-img  {
    background-image: linear-gradient(225deg, #bbb, #ccc);
    color: var(--color-royal-blue);
    font-size: 14px;
}

.btn.mobile-menu {
    color: white;
    background: transparent;
    font-size: 24px;
    padding: .15rem;
    outline: none;
    box-shadow: none;
}

.sla-main-menu.mobile-expanded .btn.mobile-menu {
    color: #000;
}

.btn.mobile-menu:focus {
    outline: none;
    box-shadow: none;
}

.btn-fixed-scroll-to { 
    position: fixed;
    z-index: 10001;
    right: 5px;
    bottom: 5px;
    font-family: 'Brother-1816-Regular', var(--font-family-sans-serif);
    text-transform: uppercase;
    color: #fff;
    background-color: var(--color-royal-blue);
    border-radius: var(--bs-border-radius-pill) !important;
    box-shadow: 0 0 5px 2px rgba(65, 103, 217, .65);
    transition: all .1s ease-in-out;
}

.btn-fixed-scroll-to:hover {
    background-color: var(--color-royal-blue-darkest);
    box-shadow: 0 0 5px 2px rgba(55, 83, 184, 0.65);
}

a.marketLink {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .sm-btn-sm {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
    }
}

@media (min-width: 768px) {
    .md-btn-sm {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
    }
}

.flex-row > .sla-react-plugin {
    flex: 1 1 auto!important;
}

.flex-width-priority {
    flex: 1 1 0% !important;
}

/* feature block */
.feature-block,
.wp-block-columns.feature-block {
    width: 100%;
    gap: 0;
    flex-wrap: wrap !important;
}

.feature-block-bg-blue {
    background-image: url("./assets/img/cta_texture.webp"), url("./assets/img/cta_texture.png");
    background-position: center;
}

.feature-block-bg-blue a {
    /* a.icon-link:not([href]):not([tabindex]),
.icon-link { */
    color: var(--color-gold);
    cursor: pointer;
}

.feature-block-bg-blue a:hover {
    /* a.icon-link:not([href]):not([tabindex]),
.icon-link { */
    color: var(--light);
}

.feature-list > * {
    font-size: 110%;
    font-family: 'Brother-1816-Regular';
    color: #6f7172;
}

.feature-column {
    /* background-color: rgb(255 255 255 / 10%);
    backdrop-filter: blur(3px); */
    --featureColumnMargin: 1rem;
    margin: 0px !important;
    padding: 1.5rem;
    width: 100% !important;
    flex-basis: 100% !important;
}

.feature-column h1 {
    color: #484848;
}

.header-list .header-list-item {
    padding-left: 0px;
    color: #d9a300 !important;
}

.header-list .header-list-item-description {
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

/* header banner ad scaling */
#header-banner-ad {
    display: flex;
    justify-content: center;
    max-width: 100vw;
    overflow-x: hidden;
    height: calc(90px * .35);
    margin-top: 10px;
}
#header-banner-ad > * {
    /* width: min(90%,906px); */
    transform: scale(.35);
    transform-origin: top center;
    /* width: auto; */
    /* scale: .5; */
    display: inline-block;
}

@media (min-width: 376px) {
    #header-banner-ad {
        height: calc(90px * .4);
    }
    #header-banner-ad > * {
        transform: scale(.4);
    }
}

@media (min-width: 476px) {
    #header-banner-ad {
        height: calc(90px * .5);
    }
    #header-banner-ad > * {
        transform: scale(.5);
    }
}

@media (min-width: 555px) {
    #header-banner-ad {
        height: calc(90px * .6);
    }
    #header-banner-ad > * {
        transform: scale(.6);
    }
}

@media (min-width: 676px) {
    #header-banner-ad {
        height: calc(90px * .72);
    }
    #header-banner-ad > * {
        transform: scale(.72);
    }
}

@media (min-width: 900px) {
    #header-banner-ad {
        height: calc(90px * .8);
    }
    #header-banner-ad > * {
        transform: scale(.8);
    }
}

@media (min-width: 992px) {
    #header-banner-ad {
        height: unset;
        margin-top: 0px;
    }
    #header-banner-ad > * {
        transform: none;
        transform-origin: unset;
    }
}

@media (min-width: 992px) {
    .feature-column {
        flex-basis: 0 !important;
    }
}

/* icon styles */
.saved-icon {
    color: var(--color-orange);
    box-shadow: 0px 0px 1px #898989;
    transition: all 0.3s;
}

.saved-lot {
    color: #DAA520 !important;
}

/* menu styles */
/*inherited from axolot - can possibly remove duplication*/
.navbar {
    padding: 15px 0;
    /*position: absolute; */
    left: 0;
    width: 100%;
	z-index: 99;
    background-color: #fff;
    top: 0;
}
.navbar .logo h1 {
	margin: 0;
    line-height: 1;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.bg-light {
    background-color: #fff !important;
}

.navbar-light .navbar-brand {
	color: #222222;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
}

#navbarSupportedContent ul li {
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1030px)  {
    #navbarSupportedContent ul li {
        padding-left: 11px;
        padding-right: 11px;
    }
}

#navbarSupportedContent ul li a {
	font-size: 16px;
	color: #333333;
	padding: 0;
	position: relative;
}

#navbarSupportedContent ul li a::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	transition: .4s;
}
#navbarSupportedContent ul li a.active::before, #navbarSupportedContent ul li a:hover::before {
	width: 100%;
}
/* #navbarSupportedContent ul li:last-child {
    padding-right: 0;
} */

#navbarSupportedContentCenterMobile {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}

#navbarSupportedContentCenterMobile > div {
    flex: 1;
    display: flex;
    align-items: center;
    font-family: 'Brother-1816-Medium', 'Brother-1816-Regular', var(--font-family-sans-serif) !important;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    gap: max(4px,8%);
}

@media (min-width: 992px) {
    #navbarSupportedContentCenterMobile {
        display: none !important;
    }
}

.navbar-light .site-title {
	padding-top: 1px;
}
.multi_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.multi_nav .navbar-nav .nav-item {
	position: relative;
}
.multi_nav {
	padding: 15px 0
}
/* .navbar-light.multi_nav.hide-adminbar {
    padding-top: 45px;
} */
.navbar-light.multi_nav.hide-adminbar.is-sticky {
    margin-top: 32px;
}

@media only screen and (min-width: 991px) {
	.multi_nav .navbar-nav .nav-item .dropdown-menu {
		margin-top: 0;
		background-color: #fff;
		-webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
		box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
		border-radius: 0;
		position: absolute;
		top: 80px;
		left: 0;
		width: 220px;
		z-index: 99;
		display: block;
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0s ease-in-out;
		transition: all 0s ease-in-out;
	}
    .multi_nav .navbar-nav .nav-item:hover .dropdown-menu {
        transition: all 0.2s ease-in-out;
    }
	.multi_nav #navbarSupportedContent ul li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li {
		position: relative;
		padding: 0 !important;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li a {
		font-size: 15px !important;
		font-weight: normal !important;
		text-transform: capitalize;
		padding: 5px 15px !important;
		margin: 0;
		display: block;
		background: transparent;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
		white-space: inherit;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li a::before {
		display: none;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
		position: absolute;
		left: -100%;
		top: 0;
		opacity: 0 !important;
		visibility: hidden !important;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
		color: #ffffff;
		text-transform: capitalize;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
		position: absolute;
		left: -100%;
		top: 0;
		opacity: 0 !important;
		visibility: hidden !important;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
		color: #ffffff;
		text-transform: capitalize;
	}
	.multi_nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
		opacity: 1 !important;
		visibility: visible !important;
		top: -11px !important;
	}	
	.multi_nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
		opacity: 1 !important;
		visibility: visible !important;
		top: -11px !important;
	}
	.multi_nav .navbar-nav .nav-item:hover ul {
		opacity: 1;
		visibility: visible;
		top: 100%;
	}
}
.sla-main-menu {
    padding: 0px !important;
    position: fixed !important;
    flex-direction: column;
    display: flex !important;
    transition: all .1s ease;
    align-items: flex-start;
}

.sla-main-menu.navbar {
    background-color: transparent;
}

.sla-main-menu.navbar.is-sticky {
    z-index: 1001;
    background: transparent;
    box-shadow: none;
}

.sla-main-menu.hide-adminbar{
    margin-top: 32px;
}

.sla-main-menu .logo {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.sla-main-menu .logo img {
    max-width: 60px;
}
.sla-main-menu .logo:not(.logo-light) img {
    -webkit-filter: drop-shadow(0px 1px 1px #ffffff);
    filter: drop-shadow(0px 1px 1px #ffffff);
}

.sla-main-menu > div > .container {
    max-width: 100vw !important;
    padding-right: 15px;
    padding-left: 15px;
    align-items: stretch;
    position: relative;
}

.sla-main-menu > div > .container, .sla-main-menu > div > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sla-main-menu > div > .container-fluid:first-child,
.sla-main-menu > div > .container:first-child {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgba(255,255,255,0.2);
    /* background: var(--color-navy);*/
    /* border-bottom: 1px solid #dee2e6; */
    z-index: 1000;
}

.sla-main-menu.nav-bg-solid > div > .container-fluid:first-child,
.sla-main-menu.nav-bg-solid > div > .container:first-child,
.sla-main-menu.is-sticky > div > .container-fluid:first-child,
.sla-main-menu.is-sticky > div > .container:first-child {
    background: var(--color-navy);
}

.sla-main-menu.nav-bg-solid .sub-nav .sub-nav-links-container > .sub-nav-links,
.sla-main-menu.is-sticky .sub-nav .sub-nav-links-container > .sub-nav-links {
    background: rgba(255,255,255,0.2);
}

#navbarSupportedContent {
    flex-basis: auto;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .sla-main-menu #navbarSupportedContent ul.navbar-nav {
        height: 100% !important;
        width: 100% !important;
        display: flex;
        align-items: center;
    }

    .sla-main-menu #navbarSupportedContent ul li.dropdown-item.active, .sla-main-menu #navbarSupportedContent ul li.dropdown-item:active {
        background-color: #cccccc; 
    }
}
.sla-main-menu #navbarSupportedContent ul li a {
    font-size: 18px;
    font-family: 'Brother-1816-Medium', Verdana, Geneva, Tahoma, sans-serif;
}

#navbarSupportedContent ul.navbar-nav > li > a {
    color: var(--light);
}

#navbarSupportedContentRight {
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
}

#navbarSupportedContentRight #slaLoginButton {
    padding-left: 8px;
    padding-right: 8px;
}

.sla-main-menu #navbarSupportedContentRight #slaProfileButton.profile-popover-open {
    color: var(--color-navy);
}

#navbarSupportedContentRight #slaProfileButton {
    color: #fff;
}

.navbar.is-sticky {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 7px 13px 0 rgba(0,0,0,.1);
}

.navbar:not(.mobile-expanded).is-sticky {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}


.navbar > div > .sub-nav {
    font-family: 'Brother-1816-Regular';
    color: white;
    border-top: 0px !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
}

.sla-main-menu.navbar .sub-nav .border-top:first-child {
    display: block !important;
}

.sla-main-menu.navbar.mobile-expanded .sub-nav .border-top:first-child {
    display: none !important;
}

.sla-main-menu.navbar:not(.mobile-expanded) .sub-nav > .sub-nav-links-backdrop {
    filter: drop-shadow(-1px 1px 0px #dee2e6);
}

.navbar .sub-nav a {
    color: var(--light);
    text-shadow: 0px 0px 1px black;
    font-weight: 400;
    font-family: 'Brother-1816-Medium';
}

.navbar .sub-nav .sub-nav-links-container > .sub-nav-links {
    gap: 20px;
    padding-right: 15px;
    padding-left: 20px;
    /* background: rgba(255,255,255,0.2); */
}

.sla-main-menu.navbar:not(.mobile-expanded) .sub-nav .sub-nav-links-container {
    /* backdrop-filter: blur(15px); */
    background: var(--color-navy);
    margin-top: -1px;
}

.sla-main-menu.navbar:not(.mobile-expanded) .sub-nav .quick-links-container,
.sla-main-menu.navbar:not(.mobile-expanded) .sub-nav .quick-links-container > .quick-links {
    clip-path: polygon(0% 0%, calc(100% + 1px) 0%, calc(100% + 1px) 100%, calc(0% + 10px) 100%);
}

.navbar-contact {
    font-family: var(--font-family-sans-serif);
    padding-right: 15px;
}

.navbar-contact .contact-label {
    font-family: 'Brother-1816-Medium';
}

.navbar-contact span {
    white-space:nowrap;
}

.sla-main-menu.navbar #navbarSupportedContent ul#menu-sla-sub-menu {
    display: none;
    transition: flex-basis 500ms ease-in-out;
}

.nav-item-mobile-only {
    display: none !important;
}

@media only screen and (max-width: 991px){
    .nav-item-mobile-only {
        display: block !important;
    }

    .sla-main-menu.navbar.mobile-expanded,
    .sla-main-menu.navbar.is-sticky.mobile-expanded {
        height: 100vh;
        /* width: 100vw; */
        background-color: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        justify-content: start;
        align-items: flex-start;
    }
    .sla-main-menu.mobile-expanded.nav-bg-solid > div > .container-fluid:first-child, .sla-main-menu.mobile-expanded.nav-bg-solid > div > .container:first-child,
    .sla-main-menu.mobile-expanded.is-sticky > div > .container-fluid:first-child, .sla-main-menu.mobile-expanded.is-sticky > div > .container:first-child {
        background: #fff;
    }

    .sla-main-menu.mobile-expanded > div > .container {
        margin: 0;
    }

    .navbar-contact,
    #navbarSupportedContent {
        /* position: absolute;
        top: 60px;
        left: 0; */
        width: 100vw;
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar-contact {
        background-color: var(--color-navy);
        padding-right: 0px;
    }

    .navbar-contact .flex-column {
        width: 100% !important;
    }

    .navbar-contact .flex-column {
        width: 100% !important;
    }

    .navbar-contact .contact-listing span {
        flex-basis: 50% !important;
    }

    .navbar-contact .contact-listing span.contact-label {
        text-align: right;
    }

    #navbarSupportedContent ul.navbar-nav {
        margin-top: 0px;
        height: 100% !important;
    }

    .sla-main-menu.mobile-expanded ul#menu-sla-main-menu {
        flex-grow: 1;
    }
    
    #navbarSupportedContent ul#menu-sla-main-menu > li {
        border-top: 1px solid #dadada;
    }

    #navbarSupportedContent ul#menu-sla-main-menu > li.dropdown.nav-item::before {
        content: "\f0d7";
        color: var(--color-dark-gray);
        font-family:"Font Awesome 5 Pro";
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
        position: absolute;
        right: 10px;
        top: calc(50% - 9px);
        transition: all 200ms ease;
    }

    #navbarSupportedContent ul#menu-sla-main-menu > li.dropdown.nav-item.active-sub-menu::before {
        transform: rotate(-90deg);
    }   
    
    .sla-main-menu.mobile-expanded #navbarSupportedContent.sub-menu-open {
        display: flex !important;
    }

    .sla-main-menu.mobile-expanded #navbarSupportedContent.sub-menu-open ul#menu-sla-main-menu {
        background-color: #dadada;
    }
    
    .sla-main-menu.mobile-expanded #navbarSupportedContent.sub-menu-open ul#menu-sla-main-menu > li {
        background-color: #dadada;
    }
    
    .sla-main-menu.mobile-expanded #navbarSupportedContent.sub-menu-open ul#menu-sla-main-menu > li.active-sub-menu {
        background-color: #fff;
    }
    #navbarSupportedContent ul.navbar-nav > li {
        padding: 0px;
    }

    #navbarSupportedContent ul.navbar-nav > li > a {
        color: var(--color-dark-gray);
        padding: 10px 15px;
        width: 100%;
        display: block;
    }

    #navbarSupportedContent ul.navbar-nav > li > a.dropdown-toggle::after {
        content: none;
    }

    .sla-main-menu.mobile-expanded #navbarSupportedContent.sub-menu-open ul#menu-sla-main-menu > li.dropdown.nav-item:not(.active-sub-menu)::before,
    .sla-main-menu.mobile-expanded #navbarSupportedContent.sub-menu-open ul#menu-sla-main-menu > li:not(.active-sub-menu) > a {
        color: #808080;
    }

    .sla-main-menu.mobile-expanded #navbarSupportedContentRight #slaProfileButton {
        color: var(--color-navy);
    }

    #slaLoginButton, #slaProfileButton {
        display: none;
    }
    
    .sla-main-menu.mobile-expanded #navbarSupportedContentRight #slaLoginButton,
    .sla-main-menu.mobile-expanded #navbarSupportedContentRight #slaProfileButton {
        display: block;
    }

    .sla-main-menu.navbar.mobile-expanded>.sub-nav {
        border-top: 0px !important;
        align-items: center !important;
        justify-content: flex-start !important;
        margin-top: 5px;
    }

    .sla-main-menu.navbar:not(.mobile-expanded) .sub-nav {
        justify-content: flex-start !important;
        overflow: auto hidden;
    }

    .sla-main-menu.navbar .sub-nav .sub-nav-links-container {
        min-width: 100vw;
    }

    .sla-main-menu.navbar .sub-nav .sub-nav-links-backdrop:not(.quick-links-backdrop) {
        border-bottom: 1px solid #dee2e6;
    }

    .sla-main-menu.navbar.mobile-expanded .sub-nav .sub-nav-links-backdrop {
        display: none !important;
    }

    .sla-main-menu.navbar.mobile-expanded .sub-nav .sub-nav-links-backdrop.quick-links-backdrop {
        display: block !important;
    }
    
    .sla-main-menu.navbar .sub-nav .sub-nav-links:not(.quick-links) > a:first-child {
        margin-left: 0px;
    }

    .sla-main-menu.navbar .sub-nav .sub-nav-links:not(.quick-links) > a {
        white-space: nowrap;
        gap: 0px !important;
        margin-left: 10px;
    }

    .sla-main-menu.navbar:not(.mobile-expanded) .sub-nav .quick-links-container,
    .sla-main-menu.navbar.mobile-expanded .sub-nav .sub-nav-label {
        display: none;
    }

    .sla-main-menu.navbar.mobile-expanded .sub-nav .quick-links {
        padding-left: 15px;
        gap: 15px 12px;
        flex-wrap: wrap;
    }

    .sla-main-menu.navbar.mobile-expanded .sub-nav .quick-links > a {
        background-color: rgba(65, 117, 217, 22%);
        color: var(--color-royal-blue);
        border-radius: 19px;
        padding: 8px 12px;
        font-size: 14px;
        text-shadow: none;
        line-height: 1.2;
    }

    .sla-main-menu.navbar.mobile-expanded .sub-nav .quick-links > a > .absolute-top.badge.start-100.translate-top-right-overlap.text-custom-orange.px-0 {
        left: 92% !important;
    }

    /* mobile menu sub menu styling */
    .sla-main-menu.navbar.mobile-expanded #navbarSupportedContent.sub-menu-open ul#menu-sla-sub-menu {
        display: flex;
    }

    .sla-main-menu.navbar.mobile-expanded #navbarSupportedContent.sub-menu-open ul.navbar-nav {
        flex-basis: 50%;
        flex-grow: 0;
        flex-shrink: 0;
    }

    #navbarSupportedContent ul#menu-sla-sub-menu > li {
        border-top: 1px solid transparent;
    }

    .sla-main-menu.navbar.mobile-expanded #navbarSupportedContent .nav.navbar-nav {
        border-bottom-color: #dadada;
    }

    .profile-status {
        border-radius: 0px 0px 4px 4px !important;
        width: 100vw !important;
        right: unset !important;
        padding-top: 80px !important;
        left: 0;
        border-right: 2px solid var(--color-navy);
    }

    .profile-icon .profile-close {
        left: -10%;
    }
}

.clearNav { /* this is used for pages where there isnt a banner and we need to clear the height of the navbar */
    /* height: 61px; */
    height: 80px; /* changed to 80px for mobile and tablet after adding the  primary sub-nav */
}

/* page-header styles */
.page-header h1 {
    margin: 0;
}

.page-header .page-header-main {
    line-height: 100%;
    text-align: left;
}

.page-header h1 small,
h1.section-header small,
.page-header h2 small,
h2.section-header small {
    font-family: 'Montserrat-Medium', var(--font-family-sans-serif);
    margin-left: 15px;
}

.page-header h1 small {
    font-size: 18px;
}

h1.section-header small {
    font-size: 55%;
    white-space: nowrap;
}

.page-header h2 small,
h2.section-header small {
    font-size: 70%;
}

.catalog-details {
    text-transform: uppercase;
    color: var(--secondary);
    font-size: 16px;
    font-family: 'Brother-1816-Regular';
    text-align: center;
}

@media (min-width: 768px) {
    .catalog-details {
        font-size: 16px;
        text-align: left;
    }
}

/* hero banner and hero backgrounds */
.hero-banner {
    background-image: url("./assets/img/heroBG.jpg");
    background-image: url('./assets/img/heroBG.webp'), url("./assets/img/heroBG.jpg");
    background-image: linear-gradient(0deg, rgba(64,81,115,.7), rgba(64,81,115,.7)), url('./assets/img/heroBG.webp'), url("./assets/img/heroBG.jpg");
    /* background-image: url('./assets/img/MPnH06T2guM.webp'), url("./assets/img/MPnH06T2guM.jpg");
    background-image: linear-gradient(0deg, rgba(64,81,115,.8), rgba(64,81,115,.8)), url('./assets/img/MPnH06T2guM.webp'), url("./assets/img/MPnH06T2guM.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.hero-banner.hero-banner-buyer-portal{
    background-image: url("./assets/img/buyerPortal_heroBg.jpg");
    background-image: url('./assets/img/buyerPortal_heroBg.webp'), url("./assets/img/buyerPortal_heroBg.jpg");
    background-image: linear-gradient(0deg, rgba(64,81,115,.5), rgba(64,81,115,.7)), url('./assets/img/buyerPortal_heroBg.webp'), url("./assets/img/buyerPortal_heroBg.jpg");
    background-position-x: 30%;
    background-position-y: 46%;
}

.hero-banner.hero-banner-post-title {
    background-color: var(--color-navy);
    background-image: none;
}

.hero-banner .feature-box {
    background-color: var(--light);
    border-radius: 4px;
    background-image: linear-gradient(180deg, transparent 12%, rgba(138, 138, 138, 0.3));
    width: 100%;
    /* min-height: 175px; */
    z-index: 2;
    height: 100%;
    padding-bottom: 22px;
}

.hero-banner .feature-box.headline-feature {
    display: flex;
    flex-direction: column;
}

.hero-banner .feature-box.headline-feature .headline-name {
    font-size: 90%;
}

.headline-date {
    font-size: 80%;
    text-shadow: none;
    background-color: rgb(88 88 88);
    border-radius: 4px 0px 0px 4px;
    color: white;
    padding: 0px 12px 0px 6px;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, calc(0% - 1px) calc(100% + 0.5px), calc(0% - 1px) 0%);
}

.hero-banner .feature-box.feature-minimized {
    padding-bottom: 0px;
    min-height: 0px;
    height: auto;
}

.hero-banner .feature-box.feature-minimized h4 {
    background-color: transparent;
    font-size: 1.1rem;
    line-height: 1;
    box-shadow: none;
    margin-bottom: 0;
}

/*old hero banner look - changed 6-7-2023 eb
.hero-banner .feature-box h4 {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'Brothers-Regular';
    text-align: left;
    text-shadow: 0px 1px 4px rgba(85, 85, 85, 0.3);
} */
.hero-banner .feature-box h4 {
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1px 2px 0px #6c757d;
    font-family: 'Brothers-Regular';
    /* background-color: #E3ECF6; */
    color: rgb(88 88 88);
    text-align: center;
    text-shadow: 0px 1px 4px rgba(85, 85, 85, 0.3);
}

.hero-banner .feature-box h4 a {
    font-family: 'Brother-1816-Regular', var(--font-family-sans-serif);
    font-size: .9rem;
    border-radius: .25rem;
    border: 1px solid var(--color-royal-blue);
    padding: 2px 6px;
    color: var(--color-royal-blue);
}

.hero-banner .feature-box h4 a:hover {
    background-color: var(--color-royal-blue);
    color: #fff !important;
}

.hero-banner .feature-box .feature-catalog-links {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.hero-banner .feature-box .feature-catalog-links a {
    width: 100%;
    margin-left: 0px;
}

.hero-banner .feature-box a {
    /* color: #db7e0b; */
    text-shadow: none;
}

.feature-catalog-communication {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid var(--secondary)!important;
    background-color: rgba(255,255,255,0.5);
}

.feature-catalog-communication .feature-catalog-communication-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.feature-catalog-communication label {
    margin-bottom: 0px;
    line-height: 1;
    align-self: flex-start;
    font-size: .85rem;
    color: var(--color-navy-shadow-darker);
    font-family: 'Montserrat-Bold';
}

.hero-banner .feature-box .feature-auction-list {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
    padding-bottom: .25rem !important;
}

.hero-banner .feature-box .feature-auction-list .list-separator {
    position: relative;
}

.list-separator::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-image: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(181 181 181 / 75%) 5%, rgb(181 181 181 / 75%) 95%, rgb(0 0 0 / 0%) 100%);
    bottom: 0;
    left: 0;
}

.hero-banner .feature-box .feature-auction-list .feature-auction-list-item-subtext {
    margin-top: -5px;
}

.hero-banner .feature-box .feature-auction-list .feature-auction-list-item-subtext a:not(.btn) {
    color: var(--color-wood);
    text-decoration: underline;
}

.hero-banner .feature-box.feature-minimized .feature-auction-list .btn-xs {
    font-size: 12px;
    line-height: 12px;
    padding: 1px .4rem;
}

.hero-banner p {
    color: white;
    font-size: 1.15rem;
}

.hero-banner p a {
    color: inherit;
    text-decoration: underline;
}

.auction-date {
    color: var(--color-wood);
    white-space: nowrap;
}

.hero-banner .catalog-auction-name,
.hero-banner .auction-date {
    line-height: 1.15;
    font-size: 14px;
}

.hero-banner .catalog-auction-name .fas {
    font-size: 12px;
}

.auction-title,
.auction-details,
.hero-banner .catalog-auction-name,
.hero-banner .auction-date {
    font-family: 'Montserrat-Medium';
}

.auction-title,
.auction-details,
.hero-banner .auction-date {
    font-size: 1.15em;
}

.auction-details,
.hero-banner .auction-date {
    font-size: 14px;
    padding-left: 10px;
    line-height: 110%;
}

.catalog-available {
    font-style: italic;
    color: #7783a7;
}

.hero-banner-page-title, .hero-banner-post-title {
    padding: 90px 0px 30px;
    text-align: center;
    color: white;
    position: relative;
    box-shadow: inset 0 0 0 1000px rgb(64 81 115 / 30%);
}

.hero-banner .ripped {
    /* height: min(25%,185px); */
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 1;
    transform: rotate(180deg);
}

.hero-banner {
    position:relative;
}

.hero-banner h1 {
    font-size: 2.5rem;
    text-shadow: 1px 1px 5px black;
}

.hero-banner .hero-content .hero-text {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 5px; */
    padding-top: 10px;
    padding-bottom: 5px;
}

.hero-banner .hero-content .hero-text h1 {
    margin-bottom: 0 !important;
}

.hero-banner.home-hero .hero-content .hero-text > div,
.hero-banner.hero-banner-with-content .hero-content .hero-text > div {
    font-size:1.5rem;
    font-family: 'Brother-1816-Regular',var(--font-family-sans-serif);
    padding-bottom: 10px;
    line-height: 1.4;
    text-shadow: 1px 3px 3px black;
    /* color: #c1c1c1; */
}

.hero-banner > .hero-content { /* mobile view is default */
    padding-top: 75px;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
    .hero-banner h1 {
        font-size: 2.75rem;
    }

    /* old hero banner style - changed 6-07-2023 eb
    .hero-banner > .hero-content {
        padding-top: 125px;
        padding-left: 10%;
        padding-right: 10%;
    }*/

    .hero-banner > .hero-content {
        padding-top: 100px;
        padding-left: 10%;
        padding-right: 10%;
        z-index: 2;
    }

    .hero-banner .hero-content .hero-text {
        gap: 15px;
    }

    .hero-banner.home-hero .hero-content .hero-text > div {
        font-size:1.75rem;
        padding-bottom: 0px;
    }

    .hero-banner-page-title {
        padding: 128px 0px 50px;
    }

    .hero-banner-post-title {
        padding: 70px 0px 50px;
    }

    .hero-banner .ripped {
        height: 50px;
        bottom: -17px;
        transform: rotateX(180deg) scaleY(.35);
    }
}

@media (min-width: 992px) {
    .hero-banner .hero-content .hero-text {
        padding-top: 0px !important;
    }
}

@media only screen and (min-width: 1600px) {
    .hero-banner .ripped {
        height: 20px;
        bottom: -7px;
        transform: rotateX(180deg) scaleY(0.3);
    }
}

@media only screen and (min-width: 2000px) {
    .hero-banner .ripped {
        height: 16px;
        bottom: -7px;
        transform: rotateX(180deg) scaleY(0.25);
    }
}

@media only screen and (min-width: 2400px) {
    .hero-banner .ripped {
        height: 14px;
        bottom: -7px;
        transform: rotateX(180deg) scaleY(0.21);
    }
}

.bg-hero-horizontal-cattle {
    background-image: url("./assets/img/hero/horizontalCattle_cropped.jpg") !important;
}

/*carousel styles */
.carousel-slider-tray-container {
    padding: 3px 0px 8px; /*this keeps the top and bottom edges of the cards from being cutoff - eb 2022-01-04*/
}

.carousel-slider-tray-container,
.live-auction-tab {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}
.carousel-button-back,
.carousel-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    max-width: 5%;
    font-size: calc(10px + 2vw);
    color: var(--color-dark-gray);
    text-align: center;
    border: 0px;
    background-color: transparent;
}

.carousel-button-back {
    left: 0;
}

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

.carousel-button-back[disabled],
.carousel-button-next[disabled] {
    cursor: default;
    visibility: hidden;
}

.carousel-button-back:focus,
.carousel-button-next:focus {
    border: 0px;
    outline: none;
}
/* 
@media (max-width: 635px) {
    .carousel-button-back {
        left: -3px;
    }
    
    .carousel-button-next {
        right: -3px;
    }
} */

.live-auction-tab .tabs {
    justify-content: center;
    gap: 5px;
    flex-wrap: nowrap;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.live-auction-tab .tabs li {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-auction-tab .tabs li.current button {
    color: var(--color-current-option);
    font-weight: bold;
}

.carousel-header, .section-header {
    text-align:left;
    text-transform: uppercase!important;
    margin-top: .5rem;
}

.section-header:first-child {
    margin-top: 2rem;
}

h1.carousel-header, h1.section-header {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    gap: 0px 10px; /* row-gap: 0px, col-gap: 10px */
    align-items: baseline;
    justify-content: center;
    /* font-size: 1.7rem !important; */
}

h1.carousel-header > a, h1.section-header > a {
    font-family: 'Brother-1816-Regular';
    text-transform: none;
    font-size: 50%;
}

.section-subtitle {
    margin-bottom: .8rem;
}

.section-subtitle span.auction-date~a,
.view-catalog-button-default {
    padding: .35rem !important;
    line-height: 1 !important;
    font-family: 'Brother-1816-Regular';
    text-transform: none;
    font-size: .9rem !important;
    margin-left: 0rem;
}

@media screen and (min-width: 360px) {
    .section-subtitle span.auction-date~a,
    .view-catalog-button-default {
        margin-left: 0.5rem;
    }
}

.section-subtitle span.auction-date~a > i.fas,
.view-catalog-button-default > i.fas {
    font-size: 12px;
}

@media (max-width: 575px) {
    h1.carousel-header, h1.section-header {
        font-size: 1.7rem !important;
    }
}

@media (min-width: 576px) {
    .carousel-header,
    .section-header,
    .section-body
        /* the padding in this area is mainly to make the header shift left to make it match the carousel side with the button. section-body was implemented for non-carousel sections with section-header so it will match and not look out of place. on example of this currently is the purebred page which has the purebred calendar (which is not a carousel) underneath a section-header */
    {
        padding-left:var(--section-padding);
    }

    .section-body
        /* the padding in this area is mainly to make the header shift left to make it match the carousel side with the button. section-body was implemented for non-carousel sections with section-header so it will match and not look out of place*/
    {
        padding-right:var(--section-padding);
    }
    
    h1.carousel-header, h1.section-header {
        align-items: baseline;
        justify-content: flex-start;
    }

    .home-page h1.carousel-header {
        padding-left: 0px;
        justify-content: center;
        margin-bottom: .2rem;
        line-height: 110%;
    }

    h1.carousel-header a, h1.section-header a {
        margin-left: 20px;
    }    
}

/* lot card styles (old) */
.live-auctions-card.lot-card {
    border-radius: 5px;
    height: 100%;
}

.live-auctions-card .title {
    font-size: 1.2em;
    font-weight: bold;
}

.live-auctions-card .title * {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live-auctions-card .title .seller {
    font-style: italic;
}

.live-auctions-card.lot-card .auctions-content {
    padding: 10px;
}

.live-auctions-card .auctions-image video {
    width: 100%;
}

.live-auctions-card::before {
    /* background: -webkit-gradient(linear, left top, right top, from(#EE0979), to(#FF6A00));
    background: linear-gradient(90deg, #EE0979 0%, #FF6A00 100%); */
    background: none !important;
    font-weight: 600;
}

.lot-programs {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.programRow {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    min-height: var(--icon-height);
    width: 100%;
    gap: 5px 2px;
}

.lot-view-card .programRow {
    overflow: hidden;
    min-height: var(--card-mobile-icon-height);
    max-height: var(--card-mobile-icon-height);
    margin-top: 2px;
    margin-bottom: 2px;
}

.programRow > .programIconWrapper {
    flex-shrink: 0;
    flex-grow: 0;
    /* flex-basis: 65px;
    line-height: 70px;
    text-align: center;
    height: 70px; */
}

.programRow > .programIconWrapper > .programIcon {
    max-height: var(--card-mobile-icon-height);
}

.lot-view-list .programRow {
    margin-top: 2px;
    margin-bottom: 2px;
}

@media only screen and (min-width: 568px) {
    .programRow > .programIconWrapper > .programIcon {
        max-height: var(--icon-height);
    }

    .lot-view-list .programRow {
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .lot-view-card .programRow > .programIconWrapper > .programIcon {
        max-height: var(--card-mobile-icon-height);
    }
}

.live-auctions-card .programRow {
    margin-top: 10px;
    border-top: 1px solid var(--color-dark-gray);
}


.lot-title, .title:not(.blog-sidebar) {
    font-size: 18px;
    font-family: "Montserrat-Bold",
        "Montserrat-Regular",
        var(--font-family-sans-serif); /* this is a css declared variable of widely supported native fonts for multiple OS's. What is stored in this variable is used by the major css frameworks like bootstrap */
    color: var(--color-navy);
    text-transform: uppercase;
}

.lot-title .deemphasize,
.title .deemphasize {
    font-family: "Montserrat-Medium", "Montserrat-Regular", var(--font-family-sans-serif);
}

.card.placeholder-card {
    height: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card.placeholder-card.placeholder-card-lot {
    text-align: center;
    background-color: var(--color-navy);
    color: #fff;
    font-family: 'Brother-1816-Regular';
    font-size: 22px;
    border-radius: 0px;
}

/* sidebar */
.wp-block-categories-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
}
.wp-block-categories-list > li {
    background-color: rgba(65, 117, 217, 22%);
    color: var(--color-royal-blue);
    border-radius: 19px;
    padding: 8px 12px;
    font-size: 16px;
    text-shadow: none;
    line-height: 1.2;
    font-weight: 600;
}
/* this removes a focus ring that is in the pure-react-carousel */
.focusRing___1airF.carousel__slide-focus-ring { outline: none !important; }

/* catalog / lot full page view css */


/* schedule css */
/* .schedule-container {
    height: 75vh;
} */
.schedule-view-list {
    flex: 1;
}

.schedule-view-calendar {
    /* min-width: 70vw; */
    max-width: 1500px;
    flex: 3;
    /* max-height: 50vh; */
}

.schedule-list-container {
    min-width: 310px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    --monthTitleFontSize: 1.1rem;
    --monthTitlePadding: 5px;
    scroll-snap-type: y mandatory;
    scroll-padding-top: calc( var(--monthTitleFontSize) + (var(--monthTitlePadding) * 2) + 13px);
}

.schedule-list-container.schedule-list-container-outlined {
    scroll-padding-top: calc( var(--monthTitleFontSize) + (var(--monthTitlePadding) * 2) + 13px + .5rem + 1px);
}

.schedule-list-container-outlined {
    /* background-color: rgb(211 211 211 / 30%); */
    background-color: var(--color-navy);
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
}

.schedule-list-container > div {
    width: 100%;
    /* border-top: 1px solid var(--color-list-separator); */
    padding: 10px;
    background-color: #ffffff;
}

/* .schedule-list-container > div.month-title ~ div {
    border-top: 0px;
} */

.schedule-list-container > div:not(.month-title) {
    scroll-snap-align: start;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.schedule-list-container > div:not(.month-title):not(.pre-release) {
    transition: all 200ms ease-in-out;
}

.schedule-list-container > div.pre-release:not(.month-title) {
    color:#6c757d;
}

.schedule-list-container > div:not(.month-title):not(.pre-release):hover > .auction-title {
    color: #000;
}

.schedule-list-container.schedule-list-container-outlined .month-title {
    top: -.5rem;
}

.schedule-list-container .month-title {
    font-size: var(--monthTitleFontSize);
    color: var(--color-gold);
    background-color: var(--color-navy);
    font-family: "Montserrat-Medium", Verdana, Geneva, Tahoma, sans-serif !important;
    text-transform: uppercase;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    padding: var(--monthTitlePadding);
    border-top: 0px;
}

.schedule-list-container > div:not(.month-title) i[class*="fa-"]{
    /* position: absolute;
    right: 10px;
    top: calc(50% - 10px); */
    font-size: 20px;
    color: var(--color-navy);
}

@media (min-width: 767px) {
    .schedule-container {
        height: 75vh;
        padding-bottom: 64px;
    }
}

/* time schedule css */
.time-title {
    font-family: 'Montserrat-Medium', var(--font-family-sans-serif);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid var(--color-dark-gray);
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.time-schedule-lots {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.time-schedule-lots > * {
    font-size: large;
    padding: 5px 0px;
}

.time-title small {
    flex: 0 0 100%;
    text-align: right;
}

@media (min-width: 576px) {
    .time-title small {
        flex: 1;
    }
}

/* datepicker css */
.datepicker-popover,
.react-datepicker-popper.datepicker-popover {
    position: absolute;
    z-index: var(--zindex-datepicker);
}
.react-datepicker {
    font-size: 0.8rem;
    width: fit-content;
}

h2.react-datepicker__current-month {
    font-size: 1rem !important;
}

.react-datepicker__time-container {
    width: auto;
}

/* .react-datepicker__triangle {
    left: 50% !important;
} */

.catalog-wrapper {
    padding: 0 0 75px;
    min-height: 550px;
    margin-top: 18px;
}
/*p3 css */
body span.icon-link,
body a.icon-link {
    /* padding-left: 30px; */
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}

a.icon-link:not([href]):not([tabindex]),
.icon-link {
    color: var(--color-royal-blue);
    cursor: pointer;
}

a.icon-link:hover:not([href]):not([tabindex]),
.icon-link:hover {
    color: inherit !important;
}

.cursor-pointer {
    cursor: pointer;
}

footer.site-footer {
    overflow: hidden;
    position: relative;
    z-index: 9;
    background-color: var(--color-navy);
    background-image: url("./assets/img/footer-bg.webp"), url("./assets/img/footer-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 50% top 37%;
    margin-top: -2px;
    margin-top:auto;
}

.has-bg-color-footer {
    background-color: var(--footer-color) !important;
}
.has-color-white {
    color: #ffffff !important;
}
.has-bg-color-white {
    background-color: #ffffff !important;
}

.contactForm_wrapper, .contactForm{
    padding:15px 15px 15px 15px;
    background-color: var(--color-navy);
    color: #ffffff;
}

    /* dividers */
    .layout-s-divider .feature-column:not(:last-child):not(:nth-child(3n)),
    .layout-divider .feature-column:not(:last-child):not(:nth-child(3n)) {
        position: relative;
    }

    .layout-s-divider .feature-column:not(:last-child):not(:nth-child(3n)):after,
    .layout-divider .feature-column:not(:last-child):not(:nth-child(3n)):after,
    .layout-s-divider .feature-column:not(:last-child):not(:nth-child(3n)):before,
    .layout-divider .feature-column:not(:last-child):not(:nth-child(3n)):before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    .layout-s-divider .feature-column:not(:last-child):not(:nth-child(3n)):before,
    .layout-divider .feature-column:not(:last-child):not(:nth-child(3n)):before {
        background: var(--light);
        margin-left: var(--featureColumnMargin);
        width: 2px;
    }

    .layout-divider.layout-barb-divider .feature-column:not(:last-child):not(:nth-child(3n)):before {
        background-color: none;
        background-image: url(./assets/img/barb-blue.svg);
        background-position: center;
        margin-left: 0px;
        width: 12px;
        /* background-repeat: no-repeat; */
        height: 134px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .layout-s-divider .feature-column:not(:last-child):not(:nth-child(3n)):after {
        top: 50%;
        margin-left: var(--featureColumnMargin);
        width: 22px;
        padding: 0px 3px;
        height: 46px;
        filter: drop-shadow(-1px -1px 0px var(--light)) drop-shadow(1px -1px 0px var(--light)) drop-shadow(1px 1px 0px var(--light)) drop-shadow(-1px 1px 0px var(--light));
        background: url(./assets/img/divider-s.svg) center/75% no-repeat;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    @media screen and (max-width: 991px) {
        .layout-s-divider.break-default>.feature-column:before,
        .layout-divider.break-default>.feature-column:before {
            top: 100% !important;
            margin-top: var(--featureColumnMargin);
            margin-left: 0px !important;
            bottom: unset !important;
            left: 30px !important;
            right: 30px !important;
            width: unset !important;
            height: 2px !important;
            transform: translate3d(0, -50%, 0) !important;
        }

        .layout-divider.layout-barb-divider.break-default>.feature-column:before {
            background-image: url(./assets/img/barb-h.svg);
            margin-left: auto !important;
            margin-right: auto;
            left: 0 !important;
            right: 0 !important;
            width: 208px !important;
            height: 10px !important;
        }
            

        .layout-s-divider.break-default>.feature-column:after {
            top: 100% !important;
            margin-top: var(--featureColumnMargin);
            margin-left: 0px !important;
            bottom: unset !important;
            left: 50% !important;
            right: unset !important;
            height: 40px;
            background: url(./assets/img/divider-s.svg) center/65% no-repeat;
        }
    }

    /* barbed-wire separator */
    .p3-wpo-columns>.feature-column.barbed .p3-wpo-column:not(.has-bg-color):before, .p3-wpo-columns>.feature-column.barbed .p3-wpo-column:not(.has-bg-color):after {
        background: url(./assets/img/barb-h-blue.svg) center center repeat-y;
    }
    .p3-wpo-columns>.feature-column.barbed .p3-wpo-column:before {
        margin-bottom: 50px;
    }.p3-wpo-columns>.feature-column.barbed .p3-wpo-column:before, .p3-wpo-columns>.feature-column.barbed .p3-wpo-column:after {
        content: "";
        width: 19px;
        height: 80px;
        background: url(./assets/img/barb-white.svg) center center repeat-y;
        display: block;
        margin: 0 auto;
    }
    .p3-wpo-columns>.feature-column.barbed .p3-wpo-column:after {
        margin-top: 50px;
    }

    .page-divider {
        background: url(./assets/img/barb-h.svg) center center repeat-x;
        height: 20px;
    }

/* content pages styling */
.content-page p {
    font-size: 18px;
}

footer.site-footer .footer-locations .location {
    width: 100%;
    padding: 10px;
}

@media only screen and (min-width: 568px) {
    footer.site-footer .footer-locations .location {
        width: 50%;
        padding: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    footer.site-footer .footer-locations .location {
        width: auto;
    }
}

footer.site-footer .footer-locations .location p.title {
    font-family: "Brothers-Regular",serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
footer.site-footer .footer-locations .location p {
    font-family: "Brother-1816-Regular", var(--font-family-sans-serif);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    color: inherit;
}

footer.site-footer .footer-locations .location a {
    color: #fff !important;
}

footer.site-footer .footer-logo img {
    max-width: 160px;
    width: 100%;
}

footer.site-footer .socials a {
    padding: 5px;
    margin: 0 5px;
    opacity: 1;
    color: #fff;
    font-size: 20px;
}

footer.site-footer .copyright,
footer.site-footer .disclosure,
footer.site-footer .copyright a {
    font-size: 12px;
    font-family: "Brother-1816-Regular",sans-serif;
    color: #fff !important;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* pagination */
ul.pagination {
    font-family: 'Montserrat-Medium', var(--font-family-sans-serif);
    margin-block-end: 0px;
}

ul.pagination  .page-item:not(.active):not(.disabled) .page-link,
ul.pagination  .page-item:not(.active):not(.disabled) a:not([href]):not([tabindex]).page-link {
    color: #888888;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none;
}

ul.pagination .page-item.active .page-link {
    background-color: #888888;
    border-color: transparent;
}

.page-link {
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 6.5px 10px;
}

.page-item.disabled .page-link {
    color: #C8C8C8;
}

/* live lot square styling */
.live-icon {
    background-color: #004A7F;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: 3px 0px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 2500ms infinite;
}

.feature-auction-list .live-icon {
    font-size: 1rem;
    padding: 2px 8px;
}

@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #e90606; -webkit-box-shadow: 0 0 10px #e90606; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #e90606; -moz-box-shadow: 0 0 10px #e90606; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #e90606; box-shadow: 0 0 10px #e90606; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #e90606; box-shadow: 0 0 10px #e90606; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@-webkit-keyframes glowingNav {
    0% { background-color: #B20000;}
    50% { background-color: #e90606;}
    100% { background-color: #B20000;}
  }
  
  @-moz-keyframes glowingNav {
    0% { background-color: #B20000;}
    50% { background-color: #e90606;}
    100% { background-color: #B20000;}
  }
  
  @-o-keyframes glowingNav {
    0% { background-color: #B20000;}
    50% { background-color: #e90606;}
    100% { background-color: #B20000;}
  }
  
  @keyframes glowingNav {
    0% { background-color: #B20000;}
    50% { background-color: #e90606;}
    100% { background-color: #B20000;}
  }

.live-lot-price {
    color: #333;
    padding: 0px 3px;
    border-radius: 4px;
    font-size: 1.15rem !important;
    font-family: "Montserrat-Medium", "Montserrat-Regular", Verdana, Geneva, Tahoma, var(--font-family-sans-serif) !important;
    transition: all 200ms ease;
}

.live-lot-price-changed {
    background-color: rgb(40 167 69 / 43%);
    color: #00731a !important;

    
    /*-webkit-animation: datapointChanged 1000ms 1;
    -moz-animation: datapointChanged 1000ms 1;
    -o-animation: datapointChanged 1000ms 1;
    animation: datapointChanged 1000ms 1;
    animation-fill-mode: forwards;
    */
}


/* media width-based styling */

@media only screen and (min-width: 1400px) {

}

@media (min-width: 576px) {
    .sla-main-menu .logo img {
        max-width: 65px;
    }
}

@media (min-width: 992px) {
    .clearNav {
        height: 78px;
    }
    .sla-main-menu .logo img {
        max-width: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .sla-main-menu .logo {
        padding-top: 3px;
        padding-bottom: 3px;
        position: relative;
    }

}

@media only screen and (max-width: 720px) {
    .container {
        align-items: center !important;
    }
}

/* effects and transitions */

.spinner-border { /* this is a bootstrap 4.1 class, but for some reason isnt in the parent theme's vendors.min.scss */
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}

.reflection::after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #FFF;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 4.75s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflect 4.75s ease-in-out infinite;
}
@keyframes reflect {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: .5; }
    100% { transform: scale(40) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: .5; }
    100% { transform: scale(40) rotate(45deg); opacity: 0; }
}

.fade-in {
    opacity: 0;
    -webkit-transition: all .55s linear;
    -o-transition: all .55s linear;
    transition: all .55s linear;
}
  
.fade-in.show {
    opacity: 1;
}

.fade-out {
    opacity: 1;
    -webkit-transition: opacity .35s 0ms ease-out, height 0s .36s;
    -o-transition: opacity .35s 0ms ease-out, height 0s .36s;
    transition: opacity .35s 0ms ease-out, height 0s .36s;
}

.fade-out.out {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.fade-from-left {
    opacity: 0;
    transform-origin: left;
    transform: translateX(-100%);
    transition: all .3s ease-in;
}
  
.fade-from-left.enter {
    opacity: 1;
    transform: translateX(0);
} 

.fade-enter {
    opacity: 0;
    transform: translateX(100%);
}
.fade-enter-active {
    opacity: 1;
    transform: translateX(0%);
}
.fade-exit {
    opacity: 1;
    transform: translateX(0%);
}
.fade-exit-active {
    opacity: 0;
    transform: translateX(100%);
}
.fade-enter-active,
.fade-exit-active {
    transition: opacity 500ms, transform 400ms;
}

.effect-raise-grow:hover {
    transform: scale(1.02);
    box-shadow: 0px 4px 4px -4px;
}

/* loading container */
.loading-container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 300px;
    margin-top: 10px;
}

@media (min-width: 567px) {
    .loading-container {
        margin-left: -15px;
        margin-top: 0px;
    }
}

.loading-container.visible,
.visible.fade-visibility {
    opacity: 1;
    transition: visibility 750ms ease 200ms, opacity 10ms;
}

.loading-container.invisible,
.invisible.fade-visibility {
    opacity: 0;
    transition: visibility 750ms ease 200ms, opacity 750ms;
}

.loading-lot {
    background: url(./assets/img/lot-placeholder.svg) top no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-height: 330px;
}

.loading-spinner {
    gap: 15px;
}

/* icon styles */
.hero-banner.home-hero .feature-box .book-open-plus {
    position: relative;
    display: inline-block;
}

.book-open-plus > i[class*=fa-plus] {
    /* color: #888;
    text-shadow: none; */
    position: absolute;
    right: 5%;
    font-size: 47%;
    bottom: 33%;
}

/* modal */
.modal-footer {
    padding: 1rem .75rem;
}

.custom-modal button.close {
    position: absolute;
    right: 10px;
    top: 4px;
    outline: none;
}

@media print {
    .custom-modal button.close {
        display: none;
    }
}

.custom-modal .modal-header.lot-title {
    font-family: 'Montserrat-SemiBold', var(--font-family-sans-serif);
}

.modal-step-header {
    font-family: 'Brothers-Regular', var(--font-family-sans-serif);
    text-transform: uppercase;
}


.lot-modal-body {
    height: calc( 100vh - 1.5rem - 2rem - 3rem - 5px - 1.5rem - 0.5rem );
    overflow: auto;
    padding: 0;
}

.lot-modal-body.catalog-wrapper {
    padding: 0 0 10px 0px;
    min-height: auto !important;
}

#lot-modal-header .page-header {
    padding-top: 0px;
}

#lot-modal-header .lot-modal-header-flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 20px;
}

#lot-modal-header .lot-modal-header-image {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lot-modal-header .lot-modal-header-image img {
    max-height: 50px;
    min-height: 30px;
}

@media (max-width: 575.98px) {
    #lot-modal-header {
        padding: 0.5rem;
    }
    #lot-modal-header button.close {
        position: absolute;
        right: 8px;
        top: 4px;
    }
    #lot-modal-header .page-header-main { font-size: 1.5rem;}
    #lot-modal-header .h5 { font-size: 1rem;}
}

@media (max-width: 767px) {
    #lot-modal-header .h5 { text-align: center;}
}

@media (min-width: 576px) {
    .lot-modal {
        max-width: 95vw !important;
    }
    .lot-modal-body, .lot-modal-body.catalog-wrapper {
        height: calc( 100vh - 2.6rem - 2rem - 3rem - 5px - 1.5rem - 0.5rem - 1.75rem);
        padding: 1rem;
    }
    .lot-modal-body.fit-modal-height.catalog-wrapper {
        height: calc( 100vh - 2.6rem - 2rem - 3rem - 5px - 1rem - 1.75rem);
    }
}

@media (min-width: 1024px) {
    .lot-modal {
        max-width: 90vw !important;
    }
    .lot-modal-body {
        height: calc( 100vh - 3.5rem - 2rem - 3rem - 5px - 1.5rem - 0.5rem );
    }
}

/* profile button and status popover */
.btn.btn-link.profile-icon {
    font-size: 215%;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
}

.profile-status {
    transition: all 150ms ease;
}

.profile-icon .profile-close {
    position: absolute;
    top: 100%;
    opacity: 1;
    transition: opacity 150ms ease 150ms;
}

.profile-icon .profile-close.d-none {
    opacity: 0;
}

.profile-status {
    background-color: white;
    border-radius: 0px 0px 0px 4px;
    min-width: 200px;
    width: calc(100vw - 20px);
    position: absolute;
    right: -15px;
    padding: 10px;
    top: 0;
    /* margin-top: 5px; */
    border-left: 2px solid var(--color-navy);
    box-shadow: 0px 0px 3px 1px grey;
    z-index: 1;
    border-bottom: 2px solid var(--color-navy);
}

.profile-status.visible {
    opacity: 1;
}

.profile-status.invisible {
    opacity: 0;
}

.profile-status button {
    font-family: 'Brother-1816-Medium', 'Brother-1816-Regular', var(--font-family-sans-serif);
}

.profile-status .profile-username {
    font-weight: 600;
}

@media (min-width: 992px) {
    .profile-status {
        max-width: 350px;
    }
}

/* form styling */

.primary-form-wrapper {
    background: #fff;
    padding: 10px;
}
.primary-form-wrapper .accordion .card {
    border: unset;
}
.primary-form-wrapper .card-header {
    padding: 0 15px;
    border: unset;
    background-color: #fff;
}
.primary-form-wrapper .card-body {
    padding: 0 15px 30px 15px;
}

.primary-form-wrapper .region-picker svg {
    width: 100%;
    max-width: 250px;
}

.primary-form-wrapper .region-picker svg text {
    pointer-events: none;
    font-size: 80px;
}

.primary-form-wrapper label,
.data-label {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-left: 0;
    width: 100%;
    display: block;
    padding: 8px 0 0;
}

.primary-form-wrapper label {
    margin-bottom: 6px;
    line-height: 120%;
    color: rgba(64,81,115,.82);
}

.data-label {
    line-height: 100%;
    color: #222;
}

.data-label:first-of-type {
    padding-top: 0px;
}

.inline-labels > .label-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.inline-labels > .label-group > label {
    width: fit-content;
    padding-top: 0px;
    padding-right: 5px;
    margin-bottom: 0px;
}

.inline-labels > .label-group > input,
.inline-labels > .label-group > .input-group {
    width: auto;
}

.primary-form-wrapper div.custom-control.custom-checkbox > label.custom-control-label {
    padding: 5px 0 0;
}

.primary-form-wrapper .form-control::placeholder {
    color: rgba(138, 138, 138, 0.4);
}

    /* passwordprotected form styling to make input visible */
    form.post-password-form {
        padding-top: 264px;
    }

    form.post-password-form:before {
        
    }

.select__control[class*="control--is-focused"],
.select__control[class*="control--is-focused"]:hover { /* this matches most of the form-control styling but allows us to apply it to the react-select searchable/multi-select */
    color: #495057;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.select__control-sm {
    min-height: 30px !important;
}

.select__control-sm .select__indicators .select__indicator {
    padding: 2px 4px;
}

.select__control-sm .select__input-container {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.select__control-xs {
    min-height: 20px !important;
    padding: 0rem 0.5rem;
    font-size: .825rem;
    line-height: 1.5;
    border-radius: 0.2rem !important;
}

.select__control-xs .select__indicators .select__indicator.select__dropdown-indicator {
    padding: 0px 2px;
}

.select__control-sm {
    min-height: 30px !important;
    padding: 0.2rem 0.75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.25rem !important;
}

.select__control-sm .select__indicators .select__indicator.select__dropdown-indicator {
    padding: 2px 4px;
}

.has-value .select__control {
    border-color: var(--color-royal-blue-darker);
    background-color: var(--color-royal-blue-darker);
    color: var(--light);
}

.has-value .select__placeholder {
    color: var(--light);
}

.has-value .select__control:hover {
    border-color: var(--color-royal-blue);
}

.has-value .select__indicator {
    color: var(--light);
}

.has-value .select__indicator:hover {
    color: var(--gray);
}

.has-value .select__indicator-separator {
    background-color: var(--light);
}

.select__menu .select__menu-list .select__option--is-selected {
    background-color: var(--color-royal-blue);
}

.select__menu {
    z-index: 2000 !important;
}

.input-overlay {
    --fontSize: 15px;
    position: absolute;
    z-index: 1000;
    right: 10px;
    top: calc(50% - (var(--fontSize) / 2));
    line-height: 1;
}

.inputIconGroup {
    position: relative;
}
.inputIconGroup input {
    padding-left: 32px;
    color: #333;
}

.inputIconGroup .inputIconGroupIcon {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 10px;
    height: 100%;
    color: var(--secondary);
    display: flex;
    align-items: center;
}

.inputIconGroup .inputIconGroupIcon.inputIconGroupIconRight {
    left: unset;
    margin-left: unset;
    right: 0;
    margin-right: 10px;
}

/** gravity form **/
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 10px !important;
}

.gform_wrapper.gravity-theme .gform_fields > :not(:first-child).gsection {
    padding-top: 8px;
}

.gsection > h3,
.gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
    margin-bottom: 0px !important;
}



/* .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400 !important;
} */

.gform_wrapper .gfield_required,
.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true]+label, .gform_wrapper label+[aria-invalid=true]
{
    color: var(--color-orange-darkest) !important;
}
.gform_wrapper .gfield_required {
    font-weight: 800;
}

.gform_required_legend {
    color: #d6d6d6 !important;
    font-family: "Montserrat-Regular", "Montserrat-Medium", var(--font-family-sans-serif);
}

.gform_wrapper.gravity-theme .ginput_container_address {
    justify-content: space-between;
}

.gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full) {
    flex: 0 0 33.3333% !important;
}

.gform_wrapper .gform_validation_errors,
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: #fff7ed !important;
    border: 1.5px solid var(--color-orange-darkest) !important;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid var(--color-orange-darkest) !important;
}

.gform_wrapper .gform_validation_errors>h2 {
    color: var(--color-orange-darkest) !important;
    font-size: 14px !important;
}

.consent-container .ginput_container {
    display: flex !important;
    align-items: baseline;
    gap: 4px;
}

@media (max-width: 640px){
    .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full) {
        flex: 0 0 100% !important;
    }
}
/* .form-control-multi-select {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */

/* consent text styling */
.consent-text, .consent-text > p{
    letter-spacing: -.4px;
    line-height: 1.25;
}

/* full calendar styling */
.fc table > thead .fc-scroller {
    overflow: hidden hidden !important;
    border-bottom: 2px solid #dee2e6;
}

.fc table > thead .fc-scroller > table > thead > tr > th {
    border-bottom: 0px !important;
}

/* minified section to copy from Font Awesome 5 Pro which we received through prop3 */
/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-0.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width: 2.5em!important;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-abacus:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acorn:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adobe:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-alarm-clock:before{content:""}.fa-alarm-exclamation:before{content:""}.fa-alarm-plus:before{content:""}.fa-alarm-snooze:before{content:""}.fa-algolia:before{content:""}.fa-alicorn:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-align-slash:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-analytics:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angel:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-crate:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-alt-down:before{content:""}.fa-arrow-alt-from-bottom:before{content:""}.fa-arrow-alt-from-left:before{content:""}.fa-arrow-alt-from-right:before{content:""}.fa-arrow-alt-from-top:before{content:""}.fa-arrow-alt-left:before{content:""}.fa-arrow-alt-right:before{content:""}.fa-arrow-alt-square-down:before{content:""}.fa-arrow-alt-square-left:before{content:""}.fa-arrow-alt-square-right:before{content:""}.fa-arrow-alt-square-up:before{content:""}.fa-arrow-alt-to-bottom:before{content:""}.fa-arrow-alt-to-left:before{content:""}.fa-arrow-alt-to-right:before{content:""}.fa-arrow-alt-to-top:before{content:""}.fa-arrow-alt-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-from-bottom:before{content:""}.fa-arrow-from-left:before{content:""}.fa-arrow-from-right:before{content:""}.fa-arrow-from-top:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-square-down:before{content:""}.fa-arrow-square-left:before{content:""}.fa-arrow-square-right:before{content:""}.fa-arrow-square-up:before{content:""}.fa-arrow-to-bottom:before{content:""}.fa-arrow-to-left:before{content:""}.fa-arrow-to-right:before{content:""}.fa-arrow-to-top:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-arrows-h:before{content:""}.fa-arrows-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-atom-alt:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-axe:before{content:""}.fa-axe-battle:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backpack:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-badge:before{content:""}.fa-badge-check:before{content:""}.fa-badge-dollar:before{content:""}.fa-badge-percent:before{content:""}.fa-badger-honey:before{content:""}.fa-bags-shopping:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ball-pile:before{content:""}.fa-ballot:before{content:""}.fa-ballot-check:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-barcode-alt:before{content:""}.fa-barcode-read:before{content:""}.fa-barcode-scan:before{content:""}.fa-bars:before{content:""}.fa-baseball:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-basketball-hoop:before{content:""}.fa-bat:before{content:""}.fa-bath:before{content:""}.fa-battery-bolt:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-slash:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-exclamation:before{content:""}.fa-bell-plus:before{content:""}.fa-bell-school:before{content:""}.fa-bell-school-slash:before{content:""}.fa-bell-slash:before{content:""}.fa-bells:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-biking-mountain:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blanket:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bone-break:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-alt:before{content:""}.fa-book-dead:before{content:""}.fa-book-heart:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-book-spells:before{content:""}.fa-book-user:before{content:""}.fa-bookmark:before{content:""}.fa-books:before{content:""}.fa-books-medical:before{content:""}.fa-boot:before{content:""}.fa-booth-curtain:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-bottom:before{content:""}.fa-border-inner:before{content:""}.fa-border-left:before{content:""}.fa-border-none:before{content:""}.fa-border-outer:before{content:""}.fa-border-right:before{content:""}.fa-border-style:before{content:""}.fa-border-style-alt:before{content:""}.fa-border-top:before{content:""}.fa-bow-arrow:before{content:""}.fa-bowling-ball:before{content:""}.fa-bowling-pins:before{content:""}.fa-box:before{content:""}.fa-box-alt:before{content:""}.fa-box-ballot:before{content:""}.fa-box-check:before{content:""}.fa-box-fragile:before{content:""}.fa-box-full:before{content:""}.fa-box-heart:before{content:""}.fa-box-open:before{content:""}.fa-box-up:before{content:""}.fa-box-usd:before{content:""}.fa-boxes:before{content:""}.fa-boxes-alt:before{content:""}.fa-boxing-glove:before{content:""}.fa-brackets:before{content:""}.fa-brackets-curly:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-loaf:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-bring-forward:before{content:""}.fa-bring-front:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-browser:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-bullseye-arrow:before{content:""}.fa-bullseye-pointer:before{content:""}.fa-burger-soda:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-burrito:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-bus-school:before{content:""}.fa-business-time:before{content:""}.fa-buysellads:before{content:""}.fa-cabinet-filing:before{content:""}.fa-calculator:before{content:""}.fa-calculator-alt:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-edit:before{content:""}.fa-calendar-exclamation:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-star:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-alt:before{content:""}.fa-camera-retro:before{content:""}.fa-campfire:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candle-holder:before{content:""}.fa-candy-cane:before{content:""}.fa-candy-corn:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-building:before{content:""}.fa-car-bump:before{content:""}.fa-car-bus:before{content:""}.fa-car-crash:before{content:""}.fa-car-garage:before{content:""}.fa-car-mechanic:before{content:""}.fa-car-side:before{content:""}.fa-car-tilt:before{content:""}.fa-car-wash:before{content:""}.fa-caret-circle-down:before{content:""}.fa-caret-circle-left:before{content:""}.fa-caret-circle-right:before{content:""}.fa-caret-circle-up:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cars:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cauldron:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chair-office:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-line-down:before{content:""}.fa-chart-network:before{content:""}.fa-chart-pie:before{content:""}.fa-chart-pie-alt:before{content:""}.fa-chart-scatter:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-cheese-swiss:before{content:""}.fa-cheeseburger:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-bishop-alt:before{content:""}.fa-chess-board:before{content:""}.fa-chess-clock:before{content:""}.fa-chess-clock-alt:before{content:""}.fa-chess-king:before{content:""}.fa-chess-king-alt:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-knight-alt:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-pawn-alt:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-queen-alt:before{content:""}.fa-chess-rook:before{content:""}.fa-chess-rook-alt:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-double-down:before{content:""}.fa-chevron-double-left:before{content:""}.fa-chevron-double-right:before{content:""}.fa-chevron-double-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-square-down:before{content:""}.fa-chevron-square-left:before{content:""}.fa-chevron-square-right:before{content:""}.fa-chevron-square-up:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chimney:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-claw-marks:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clipboard-list-check:before{content:""}.fa-clipboard-prescription:before{content:""}.fa-clipboard-user:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-drizzle:before{content:""}.fa-cloud-hail:before{content:""}.fa-cloud-hail-mixed:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-rainbow:before{content:""}.fa-cloud-showers:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sleet:before{content:""}.fa-cloud-snow:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-clouds:before{content:""}.fa-clouds-moon:before{content:""}.fa-clouds-sun:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-club:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-code-commit:before{content:""}.fa-code-merge:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-coffee-togo:before{content:""}.fa-coffin:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coin:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-alt-check:before{content:""}.fa-comment-alt-dollar:before{content:""}.fa-comment-alt-dots:before{content:""}.fa-comment-alt-edit:before{content:""}.fa-comment-alt-exclamation:before{content:""}.fa-comment-alt-lines:before{content:""}.fa-comment-alt-medical:before{content:""}.fa-comment-alt-minus:before{content:""}.fa-comment-alt-plus:before{content:""}.fa-comment-alt-slash:before{content:""}.fa-comment-alt-smile:before{content:""}.fa-comment-alt-times:before{content:""}.fa-comment-check:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-edit:before{content:""}.fa-comment-exclamation:before{content:""}.fa-comment-lines:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-minus:before{content:""}.fa-comment-plus:before{content:""}.fa-comment-slash:before{content:""}.fa-comment-smile:before{content:""}.fa-comment-times:before{content:""}.fa-comments:before{content:""}.fa-comments-alt:before{content:""}.fa-comments-alt-dollar:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compass-slash:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-compress-wide:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-construction:before{content:""}.fa-container-storage:before{content:""}.fa-contao:before{content:""}.fa-conveyor-belt:before{content:""}.fa-conveyor-belt-alt:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-corn:before{content:""}.fa-couch:before{content:""}.fa-cow:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-credit-card-blank:before{content:""}.fa-credit-card-front:before{content:""}.fa-cricket:before{content:""}.fa-critical-role:before{content:""}.fa-croissant:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-crutches:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-curling:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dagger:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-debug:before{content:""}.fa-deer:before{content:""}.fa-deer-rudolph:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-desktop-alt:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dewpoint:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diamond:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d10:before{content:""}.fa-dice-d12:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d4:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-d8:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digging:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-diploma:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-do-not-enter:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dog-leashed:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-empty:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-dolly-flatbed-alt:before{content:""}.fa-dolly-flatbed-empty:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-circle:before{content:""}.fa-draw-polygon:before{content:""}.fa-draw-square:before{content:""}.fa-dreidel:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-drone:before{content:""}.fa-drone-alt:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dryer:before{content:""}.fa-dryer-alt:before{content:""}.fa-duck:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-ear:before{content:""}.fa-ear-muffs:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-eclipse:before{content:""}.fa-eclipse-alt:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-egg-fried:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-elephant:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-h-alt:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ellipsis-v-alt:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-empty-set:before{content:""}.fa-engine-warning:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-dollar:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-square:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expand-wide:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-evil:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-farm:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-field-hockey:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-certificate:before{content:""}.fa-file-chart-line:before{content:""}.fa-file-chart-pie:before{content:""}.fa-file-check:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-edit:before{content:""}.fa-file-excel:before{content:""}.fa-file-exclamation:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-minus:before{content:""}.fa-file-pdf:before{content:""}.fa-file-plus:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-search:before{content:""}.fa-file-signature:before{content:""}.fa-file-spreadsheet:before{content:""}.fa-file-times:before{content:""}.fa-file-upload:before{content:""}.fa-file-user:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-files-medical:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-film-alt:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-fire-smoke:before{content:""}.fa-firefox:before{content:""}.fa-fireplace:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fish-cooked:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-alt:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flame:before{content:""}.fa-flask:before{content:""}.fa-flask-poison:before{content:""}.fa-flask-potion:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flower:before{content:""}.fa-flower-daffodil:before{content:""}.fa-flower-tulip:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-fog:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-folder-times:before{content:""}.fa-folder-tree:before{content:""}.fa-folders:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-font-case:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-football-helmet:before{content:""}.fa-forklift:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-fragile:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-french-fries:before{content:""}.fa-frog:before{content:""}.fa-frosty-head:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-function:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-game-board:before{content:""}.fa-game-board-alt:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gas-pump-slash:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gift-card:before{content:""}.fa-gifts:before{content:""}.fa-gingerbread-man:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass:before{content:""}.fa-glass-champagne:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-citrus:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glass-whiskey-rocks:before{content:""}.fa-glasses:before{content:""}.fa-glasses-alt:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-globe-snow:before{content:""}.fa-globe-stand:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-golf-club:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-h1:before{content:""}.fa-h2:before{content:""}.fa-h3:before{content:""}.fa-h4:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hammer-war:before{content:""}.fa-hamsa:before{content:""}.fa-hand-heart:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-box:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-magic:before{content:""}.fa-hand-holding-seedling:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-receiving:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-heart:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-usd:before{content:""}.fa-handshake:before{content:""}.fa-handshake-alt:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-chef:before{content:""}.fa-hat-santa:before{content:""}.fa-hat-winter:before{content:""}.fa-hat-witch:before{content:""}.fa-hat-wizard:before{content:""}.fa-haykal:before{content:""}.fa-hdd:before{content:""}.fa-head-side:before{content:""}.fa-head-side-brain:before{content:""}.fa-head-side-medical:before{content:""}.fa-head-vr:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heart-circle:before{content:""}.fa-heart-rate:before{content:""}.fa-heart-square:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-helmet-battle:before{content:""}.fa-hexagon:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-mask:before{content:""}.fa-hockey-puck:before{content:""}.fa-hockey-sticks:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-home-alt:before{content:""}.fa-home-heart:before{content:""}.fa-home-lg:before{content:""}.fa-home-lg-alt:before{content:""}.fa-hood-cloak:before{content:""}.fa-hooli:before{content:""}.fa-horizontal-rule:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hospitals:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-flood:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-humidity:before{content:""}.fa-hurricane:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-ice-skate:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-icons-alt:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-inbox-in:before{content:""}.fa-inbox-out:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-industry-alt:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-info-square:before{content:""}.fa-inhaler:before{content:""}.fa-instagram:before{content:""}.fa-integral:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-intersection:before{content:""}.fa-inventory:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-island-tropical:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-jack-o-lantern:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-kerning:before{content:""}.fa-key:before{content:""}.fa-key-skeleton:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-keynote:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kidneys:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kite:before{content:""}.fa-kiwi-bird:before{content:""}.fa-knife-kitchen:before{content:""}.fa-korvue:before{content:""}.fa-lambda:before{content:""}.fa-lamp:before{content:""}.fa-landmark:before{content:""}.fa-landmark-alt:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-layer-minus:before{content:""}.fa-layer-plus:before{content:""}.fa-leaf:before{content:""}.fa-leaf-heart:before{content:""}.fa-leaf-maple:before{content:""}.fa-leaf-oak:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-lightbulb-dollar:before{content:""}.fa-lightbulb-exclamation:before{content:""}.fa-lightbulb-on:before{content:""}.fa-lightbulb-slash:before{content:""}.fa-lights-holiday:before{content:""}.fa-line:before{content:""}.fa-line-columns:before{content:""}.fa-line-height:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lips:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location:before{content:""}.fa-location-arrow:before{content:""}.fa-location-circle:before{content:""}.fa-location-slash:before{content:""}.fa-lock:before{content:""}.fa-lock-alt:before{content:""}.fa-lock-open:before{content:""}.fa-lock-open-alt:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-long-arrow-up:before{content:""}.fa-loveseat:before{content:""}.fa-low-vision:before{content:""}.fa-luchador:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lyft:before{content:""}.fa-mace:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailbox:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-mandolin:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-marker-alt-slash:before{content:""}.fa-map-marker-check:before{content:""}.fa-map-marker-edit:before{content:""}.fa-map-marker-exclamation:before{content:""}.fa-map-marker-minus:before{content:""}.fa-map-marker-plus:before{content:""}.fa-map-marker-question:before{content:""}.fa-map-marker-slash:before{content:""}.fa-map-marker-smile:before{content:""}.fa-map-marker-times:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-meat:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaphone:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-mind-share:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-hexagon:before{content:""}.fa-minus-octagon:before{content:""}.fa-minus-square:before{content:""}.fa-mistletoe:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-mobile-android:before{content:""}.fa-mobile-android-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-money-check-edit:before{content:""}.fa-money-check-edit-alt:before{content:""}.fa-monitor-heart-rate:before{content:""}.fa-monkey:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-moon-cloud:before{content:""}.fa-moon-stars:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mountains:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug:before{content:""}.fa-mug-hot:before{content:""}.fa-mug-marshmallows:before{content:""}.fa-mug-tea:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-narwhal:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-octagon:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-oil-temp:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-omega:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-ornament:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-overline:before{content:""}.fa-page-break:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-brush-alt:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-pallet-alt:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-paragraph-rtl:before{content:""}.fa-parking:before{content:""}.fa-parking-circle:before{content:""}.fa-parking-circle-slash:before{content:""}.fa-parking-slash:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paw-alt:before{content:""}.fa-paw-claws:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pegasus:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-paintbrush:before{content:""}.fa-pencil-ruler:before{content:""}.fa-pennant:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-person-carry:before{content:""}.fa-person-dolly:before{content:""}.fa-person-dolly-empty:before{content:""}.fa-person-sign:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-laptop:before{content:""}.fa-phone-office:before{content:""}.fa-phone-plus:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pi:before{content:""}.fa-pie:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pig:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-alt:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-hexagon:before{content:""}.fa-plus-octagon:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-podium:before{content:""}.fa-podium-star:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poll-people:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-popcorn:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-presentation:before{content:""}.fa-print:before{content:""}.fa-print-search:before{content:""}.fa-print-slash:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pumpkin:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-question-square:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-rabbit:before{content:""}.fa-rabbit-fast:before{content:""}.fa-racquet:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-raindrops:before{content:""}.fa-ram:before{content:""}.fa-ramp-loading:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-rectangle-landscape:before{content:""}.fa-rectangle-portrait:before{content:""}.fa-rectangle-wide:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-repeat:before{content:""}.fa-repeat-1:before{content:""}.fa-repeat-1-alt:before{content:""}.fa-repeat-alt:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-retweet-alt:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-rings-wedding:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-route-highway:before{content:""}.fa-route-interstate:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-triangle:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rv:before{content:""}.fa-sack:before{content:""}.fa-sack-dollar:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salad:before{content:""}.fa-salesforce:before{content:""}.fa-sandwich:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-sausage:before{content:""}.fa-save:before{content:""}.fa-scalpel:before{content:""}.fa-scalpel-path:before{content:""}.fa-scanner:before{content:""}.fa-scanner-keyboard:before{content:""}.fa-scanner-touchscreen:before{content:""}.fa-scarecrow:before{content:""}.fa-scarf:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-scroll-old:before{content:""}.fa-scrubber:before{content:""}.fa-scythe:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-send-back:before{content:""}.fa-send-backward:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-all:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-sheep:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-check:before{content:""}.fa-shield-cross:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shipping-timed:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shish-kebab:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shovel:before{content:""}.fa-shovel-snow:before{content:""}.fa-shower:before{content:""}.fa-shredder:before{content:""}.fa-shuttle-van:before{content:""}.fa-shuttlecock:before{content:""}.fa-sickle:before{content:""}.fa-sigma:before{content:""}.fa-sign:before{content:""}.fa-sign-in:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signal-1:before{content:""}.fa-signal-2:before{content:""}.fa-signal-3:before{content:""}.fa-signal-4:before{content:""}.fa-signal-alt:before{content:""}.fa-signal-alt-1:before{content:""}.fa-signal-alt-2:before{content:""}.fa-signal-alt-3:before{content:""}.fa-signal-alt-slash:before{content:""}.fa-signal-slash:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-skeleton:before{content:""}.fa-sketch:before{content:""}.fa-ski-jump:before{content:""}.fa-ski-lift:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sledding:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-sliders-h-square:before{content:""}.fa-sliders-v:before{content:""}.fa-sliders-v-square:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-plus:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoke:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snake:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snooze:before{content:""}.fa-snow-blowing:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowflakes:before{content:""}.fa-snowman:before{content:""}.fa-snowmobile:before{content:""}.fa-snowplow:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-shapes-down:before{content:""}.fa-sort-shapes-down-alt:before{content:""}.fa-sort-shapes-up:before{content:""}.fa-sort-shapes-up-alt:before{content:""}.fa-sort-size-down:before{content:""}.fa-sort-size-down-alt:before{content:""}.fa-sort-size-up:before{content:""}.fa-sort-size-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-soup:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-spade:before{content:""}.fa-sparkles:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spider-black-widow:before{content:""}.fa-spider-web:before{content:""}.fa-spinner:before{content:""}.fa-spinner-third:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-squirrel:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-staff:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-christmas:before{content:""}.fa-star-exclamation:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-stars:before{content:""}.fa-staylinked:before{content:""}.fa-steak:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-steering-wheel:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stocking:before{content:""}.fa-stomach:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-stretcher:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-sun-cloud:before{content:""}.fa-sun-dust:before{content:""}.fa-sun-haze:before{content:""}.fa-sunglasses:before{content:""}.fa-sunrise:before{content:""}.fa-sunset:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-sword:before{content:""}.fa-swords:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablet-android:before{content:""}.fa-tablet-android-alt:before{content:""}.fa-tablet-rugged:before{content:""}.fa-tablets:before{content:""}.fa-tachometer:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tachometer-alt-average:before{content:""}.fa-tachometer-alt-fast:before{content:""}.fa-tachometer-alt-fastest:before{content:""}.fa-tachometer-alt-slow:before{content:""}.fa-tachometer-alt-slowest:before{content:""}.fa-tachometer-average:before{content:""}.fa-tachometer-fast:before{content:""}.fa-tachometer-fastest:before{content:""}.fa-tachometer-slow:before{content:""}.fa-tachometer-slowest:before{content:""}.fa-taco:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tally:before{content:""}.fa-tanakh:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-tasks-alt:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-frigid:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-hot:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-tennis-ball:before{content:""}.fa-terminal:before{content:""}.fa-text:before{content:""}.fa-text-height:before{content:""}.fa-text-size:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-theta:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-thunderstorm:before{content:""}.fa-thunderstorm-moon:before{content:""}.fa-thunderstorm-sun:before{content:""}.fa-ticket:before{content:""}.fa-ticket-alt:before{content:""}.fa-tilde:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-times-hexagon:before{content:""}.fa-times-octagon:before{content:""}.fa-times-square:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tire:before{content:""}.fa-tire-flat:before{content:""}.fa-tire-pressure-warning:before{content:""}.fa-tire-rugged:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-alt:before{content:""}.fa-tombstone:before{content:""}.fa-tombstone-alt:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-toothbrush:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tornado:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-cone:before{content:""}.fa-traffic-light:before{content:""}.fa-traffic-light-go:before{content:""}.fa-traffic-light-slow:before{content:""}.fa-traffic-light-stop:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-trash-undo:before{content:""}.fa-trash-undo-alt:before{content:""}.fa-treasure-chest:before{content:""}.fa-tree:before{content:""}.fa-tree-alt:before{content:""}.fa-tree-christmas:before{content:""}.fa-tree-decorated:before{content:""}.fa-tree-large:before{content:""}.fa-tree-palm:before{content:""}.fa-trees:before{content:""}.fa-trello:before{content:""}.fa-triangle:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-trophy-alt:before{content:""}.fa-truck:before{content:""}.fa-truck-container:before{content:""}.fa-truck-couch:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-truck-plow:before{content:""}.fa-truck-ramp:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-turkey:before{content:""}.fa-turtle:before{content:""}.fa-tv:before{content:""}.fa-tv-retro:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-unicorn:before{content:""}.fa-union:before{content:""}.fa-uniregistry:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-usd-circle:before{content:""}.fa-usd-square:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-chart:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-crown:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-hard-hat:before{content:""}.fa-user-headset:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-md-chat:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-class:before{content:""}.fa-users-cog:before{content:""}.fa-users-crown:before{content:""}.fa-users-medical:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-fork:before{content:""}.fa-utensil-knife:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-utensils-alt:before{content:""}.fa-vaadin:before{content:""}.fa-value-absolute:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-plus:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volcano:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-slash:before{content:""}.fa-volume-up:before{content:""}.fa-vote-nay:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walker:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-wand:before{content:""}.fa-wand-magic:before{content:""}.fa-warehouse:before{content:""}.fa-warehouse-alt:before{content:""}.fa-washer:before{content:""}.fa-watch:before{content:""}.fa-watch-fitness:before{content:""}.fa-water:before{content:""}.fa-water-lower:before{content:""}.fa-water-rise:before{content:""}.fa-wave-sine:before{content:""}.fa-wave-square:before{content:""}.fa-wave-triangle:before{content:""}.fa-waze:before{content:""}.fa-webcam:before{content:""}.fa-webcam-slash:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whale:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheat:before{content:""}.fa-wheelchair:before{content:""}.fa-whistle:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wifi-1:before{content:""}.fa-wifi-2:before{content:""}.fa-wifi-slash:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-wind-turbine:before{content:""}.fa-wind-warning:before{content:""}.fa-window:before{content:""}.fa-window-alt:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-windsock:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wreath:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
 /*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:swap;src:url("./assets/webfonts/fa-brands-400.eot");src:url("./assets/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("./assets/webfonts/fa-brands-400.woff2") format("woff2"),url("./assets/webfonts/fa-brands-400.woff") format("woff"),url("./assets/webfonts/fa-brands-400.ttf") format("truetype"),url("./assets/webfonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:"Font Awesome 5 Brands"}/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:swap;src:url("./assets/webfonts/fa-light-300.eot");src:url("./assets/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("./assets/webfonts/fa-light-300.woff2") format("woff2"),url("./assets/webfonts/fa-light-300.woff") format("woff"),url("./assets/webfonts/fa-light-300.ttf") format("truetype")}.fal{font-family:"Font Awesome 5 Pro";font-weight:300}/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:swap;src:url("./assets/webfonts/fa-regular-400.eot");src:url("./assets/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("./assets/webfonts/fa-regular-400.woff2") format("woff2"),url("./assets/webfonts/fa-regular-400.woff") format("woff"),url("./assets/webfonts/fa-regular-400.ttf") format("truetype"),url("./assets/webfonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:"Font Awesome 5 Pro";font-weight:400}/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:swap;src:url("./assets/webfonts/fa-solid-900.eot");src:url("./assets/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("./assets/webfonts/fa-solid-900.woff2") format("woff2"),url("./assets/webfonts/fa-solid-900.woff") format("woff"),url("./assets/webfonts/fa-solid-900.ttf") format("truetype"),url("./assets/webfonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}

/* google material fonts */
.material-symbols-sharp {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.material-symbols-sharp.material-symbols-sharp-fill {
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}

/* global print styles */
@media print {
    a:not(.btn) {
        text-decoration: none;
    }
}