/*========================================
    Fonts
========================================*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Raleway:400,700,800,900');
@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');

/*======================================
    Colors
========================================

///////////////////
//----- Red -----//
///////////////////

// Light //
#8e161f

// Dark //
#66121c

////////////////////
//----- Grey -----//
////////////////////

// Light //
#e2e2e2    
/ For Content/Feature Blocks/
#f4f4f4

// Medium //
#a4aab3
/Button Medium/
#c1bcbc

// Dark //
#282626

// Nav Gray //
#918a8a

/*========================================
    General
========================================*/
html{    
    padding:0;
    margin:0;
    scroll-behavior: smooth;
}
body {
    padding: 0 0 123px 0;
    margin: 0;
}
html, body {
    min-height: 100%;
}
.wrapper {
    position:relative;
    z-index:2;
}
footer {
    position: fixed;
    bottom:0;
    right:0;
    left:0;
    z-index:1;
}
body *:focus{
    outline:0;
}
.preload,
.preload *{
    -webkit-transition:none !important;
       -moz-transition:none !important;
         -o-transition:none !important;
            transition:none !important;
}
.clearfix:before,
.clearfix:after{
    content:'';
    display:table;
    clear:both;
    float:none;
}
.show{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
}
.hide{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
}
.relative{
    position:relative;
}
.absolute{
    position:absolute;
}

iframe{
    width:100% !important;
    min-width:100px !important;
}
ul li {
    list-style: none;
    text-decoration: none;
}
.grecaptcha-logo, .grecaptcha-badge {
    display: none;
}
/*========================================
    Side Rectangles 
========================================*/
.sideOpRec {
    margin: 0 !important;
}

.sideOpIcon{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.greyRectangle, .blackRectangle {
    width: 20em;
    height: 4em;
    margin-top: 2em;
    position: relative;
}
.greyRectangle {
      background-color: #918a8a;
}
.blackRectangle {
    background-color: #282626;
}
/*========================================
    Content Blocks
========================================*/
.heroContent {
    display: block !important;
    width: 100%;
    padding: 2em !important;
    max-width: 40em;
    margin: 0 auto;
}
.bodyContent {
    display: block !important;
    width: 100%;
    padding: 2em !important;
}
.featureList {
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    margin: 0 6em 0 0 !important;
}
.featureBlock {
    padding: 2em 1em;
}
 .highlights {
    background-color: #f4f4f4;
    margin: 1em 0;
    width: 100%;
    display: block;
     transition: all .5s ease;
    -webkit-transition:  all .5s ease;
       -moz-transition:  all .5s ease;
         -o-transition:  all .5s ease;
            transition:  all .5s ease;
 } 

 .highlights p {
     text-align: center;
 }
 .highlights:hover {
        transform: scale(1.06);
    }
.listContent {
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:space-between;
}
    .listContent .featureBlock{
        padding:1em .5em;
        display:flex;
        flex: 1 1 30%;
    }
        .featureBlock .featureIcon{
            width:60px;
            min-width:60px;
            max-width:60px;
        }
        .featureBlock .featureContent{
            padding-left:2em;
        }
/*Thank You Page*/
.featureListTYP {
    margin: 0 12em 0 0 !important;
    background-position: center;
    background-size: cover;
    display: flex !important;
}
.featureBlockTYP {
    padding: 2em 1em;
}
 .highlightsTYP {
    background-color: #f4f4f4;
    padding: 1em;
    margin: 1em;
    display: flex;
    flex-direction: column;
    transition: all .5s ease;
    -webkit-transition:  all .5s ease;
       -moz-transition:  all .5s ease;
         -o-transition:  all .5s ease;
            transition:  all .5s ease;
 } 
 .featureListTYP p {
     text-align: center;
 }
/*========================================
    Typography
========================================*/
html{    
    font-size:1em;
}
body {
    color: #282626;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.75em;
}
h1, 
h2, 
h3, 
h4 {    
    font-family:'Raleway', sans-serif;
    line-height: 1.2;
}
.smallIntro {
    font-size: 19px
}
.herocontenth1 {
    font-weight: 900;
    font-size: 3.157em;
    margin: 1em 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
    .herocontenth1::after {
        content: "";
        display: inline-block;
        background-image: url(../Media/1039/wheelpng.png);
        width: 100%;
        background-repeat: no-repeat;
        background-position: left;
        height: 1.3em;
        background-size: auto 50%;
        padding-top: 0; 
    }
h1, h2 {
    font-size: 2.6em;
    font-weight: 700;
    text-transform: uppercase;
    margin: .5em 0;
    padding-top: 1em;
}
h3 {
    font-size: 1.1em;
    text-align: center;
}
h3, section3 {
    text-align: left;
}
h4 {
    font-size: .9em;
    margin: 0;
}
h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child{
    margin-top:0;
}
p {
    margin:1em 0;
}
hr {
    width: 100%;
    max-height: 3.5em;
    padding-top: 0;
    border: 0;
    height: 1em;
    background-size: auto 98%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/wheelpng.png');
}
.hrLeft {
    background-size: auto 98%;
    height: 1em;
    display: block;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url('/images/wheelpng.png');
}
.hrForH1Hero {
    background-position: left;
}
.hrForH1H2 {
    background-position: left;
    background-size: auto 98%;
    height: 2em;
    display: block;
    background-repeat: no-repeat;
    background-image: url('/images/wheelpng.png');
}
.hrBlogEntry {
    background-position: left;
    background-size: auto 40%;
    height: 2em;
}
/* Styles for Pages with: LEFT FLUSH IMG + RIGHT MARGIN TEXT */
.contentPageText {
    margin: 0 !important;
    padding: 0 3em !important;
}
/*========================================
    Links & Inputs
========================================*/

/*---------- Links ----------*/
a,
a:visited{
    color:inherit;
    -webkit-transition:all .3s ease;
       -moz-transition:all .3s ease;
         -o-transition:all .3s ease;
            transition:all .3s ease;
}
    .allowHover a:hover,
    .allowHover a:visited:hover{
        color:#66121c;
    }
h1 a,
h2 a,
h3 a,
h4 a{
    font-weight:800;
}

.errorP {
    text-align: center;
    font-size: 40px;
    margin-right: 17.5em;
}
/*---------- Inputs ----------*/

.inputWrp{
    padding:1em 0;
    text-align:center;
}
    .inputWrp .button{
        display:inline-block !important;
    }
textarea{
    resize:none;
}
input:focus,
select:focus,
textarea:focus{
    outline:0;
}
select,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"] {
    display: inline-block;
    font-size: 16px;
    background: none;
    border: 2px solid #f4f4f4;
    border-radius:0;
    padding: 10px;
    vertical-align: top;
    color: #0083c3;
}
textarea{
    min-height:200px;
    width:100%;
    display: block;
    font-size: 16px;
    background: none;
    border: 2px solid #0083c3;
    border-radius:0;
    padding: 10px;
    vertical-align: top;
    color: #0083c3;
}
select{
    border-radius:0;
    padding:5px;
}
select,
datalist,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"]{
    height:45px;
}
::-webkit-input-placeholder {
    text-transform:lowercase;
    color: #0083c3;
}
:-moz-placeholder {
    text-transform:lowercase;
    color: #0083c3;
}
::-moz-placeholder {
    text-transform:lowercase;
    color: #0083c3;
}
:-ms-input-placeholder {
    text-transform:lowercase;
    color: #0083c3;
}

.contactForm input,
.contactForm textarea,
.contactForm select{
    display:block !important;
    width:100%;
}
.contactForm textarea{
    height:200px;
    overflow-y:auto;
}
.contactForm .g-recaptcha-response{
    display:none !important;
}

.searchWrp input[type="text"]{
    height:24px;
    min-width:200px;
    padding:0 0 .15em 0;
    border:none;
    border-bottom:2px solid #0083c3;
}
.searchWrp [class*="col-flex"]{
    padding:0 .15em;
}
.searchWrp [class*="col-flex"]:first-child{
    padding-left:0;
}
.searchWrp [class*="col-flex"]:last-child{
    padding-right:0;
}
.signupForm input[type="email"],
.variantsdisplay input,
.variantsdisplay select{
    border-color:#ffffff;
    color:#ffffff;
}
    .variantsdisplay option{
        color:#0083c3;
    }
.signupForm ::-webkit-input-placeholder {
    color: #0083c3;
}
.signupForm :-moz-placeholder {
    color: #0083c3;
}
.signupForm ::-moz-placeholder {
    color: #0083c3;
}
.signupForm :-ms-input-placeholder {
    color: #0083c3;
}
.signupForm .button,
.signupForm input[type="email"]{
    height:60px;
}
.signupForm input[type="email"]{
    display:block;
    width:100%;
    min-width:300px;
}

/*========================================
    Borders
========================================*/

.border{
    position:absolute;
    width:150px;
    height:3px;
    border:none;
    margin:0;
    padding:0;
    background:#f2f3f4;
}
    .leftBorder{
        left:0;
        top:50%;
        -webkit-transform:translate(-50%, -50%) rotate(90deg);
           -moz-transform:translate(-50%, -50%) rotate(90deg);
            -ms-transform:translate(-50%, -50%) rotate(90deg);
             -o-transform:translate(-50%, -50%) rotate(90deg);
                transform:translate(-50%, -50%) rotate(90deg);
    }
    .topBorder{
        left:50%;
        top:0;
        -webkit-transform:translateX(-50%);
           -moz-transform:translateX(-50%);
            -ms-transform:translateX(-50%);
             -o-transform:translateX(-50%);
                transform:translateX(-50%);
    }

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

@media only screen and (max-width:900px){
    [class*="border-"]{
        border:none;
    }
    .border{
        top:0 !important;
        left:50% !important;
        -webkit-transform:translateX(-50%) !important;
           -moz-transform:translateX(-50%) !important;
            -ms-transform:translateX(-50%) !important;
             -o-transform:translateX(-50%) !important;
                transform:translateX(-50%) !important;
    }
}

/*--------------------------*/
/*--------TEXT ALIGN--------*/
/*--------------------------*/
.textAlignLeft {
    text-align: left !important;
}
.textAlignRight {
    text-align: right !important;
}
.textAlignCenter {
    text-align: center !important;
}


#trackduck {
    display: none;
}




.info-popup {
    top: 5% !important;
    text-align: center !important;
    width: 50% !important;
    max-width: unset !important;
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

.toast-close {
    opacity: .4 !important;
    padding: 4px 10px !important;
    font-size: 1.2em !important;
    margin: 10px;
    background-color: white !important;
    color: #66121c !important;
    border-radius: 50px !important;
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
}

@media only screen and (max-width: 600px) {
    .info-popup {
        top: 0% !important;
        text-align: center !important;
        width: 100% !important;
        max-width: unset !important;
        padding-top: 3em !important;
        padding-bottom: 3em !important;
        overflow: scroll;
        height: 100%;
    }
}