    /*
Theme Name:   Divi Child
Description:  Divi Child Theme
Template:     Divi
Version:      1.0.1
*/
    @import url('../Divi/style.css');

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
    @font-face {
        font-family: 'DiamanteEFCE-Medium';
        src: url('./fonts/webfonts/36E438_0_0.eot');
        src: url('./fonts/webfonts/36E438_0_0.eot?#iefix') format('embedded-opentype'),url('./fonts/webfonts/36E438_0_0.woff2') format('woff2'),url('./fonts/webfonts/36E438_0_0.woff') format('woff'),url('./fonts/webfonts/36E438_0_0.ttf') format('truetype');
    }
    @font-face {
        font-family: 'DiamanteEFCE-DemiBoldIta';
        src: url('./fonts/webfonts/36E438_1_0.eot');
        src: url('./fonts/webfonts/36E438_1_0.eot?#iefix') format('embedded-opentype'),url('./fonts/webfonts/36E438_0_0.woff2') 		             format('woff2'),url('./fonts/webfonts/36E438_1_0.woff') format('woff'),url('./fonts/webfonts/36E438_1_0.ttf') format('truetype');
    }
    @font-face {
        font-family: 'DiamanteEFTU-DemiBold';
        src: url('./fonts/webfonts/36E438_2_0.eot');
        src: url('./fonts/webfonts/36E438_2_0.eot?#iefix') format('embedded-opentype'),url('./fonts/webfonts/36E438_2_0.woff2')                     format('woff2'),url('./fonts/webfonts/36E438_2_0.woff') format('woff'),url('./fonts/webfonts/36E438_2_0.ttf') format('truetype');
    }
	@font-face {
        font-family: 'Diamante-Light';
        src: url('./fonts/webfonts/Diamante_light.eot') format('embedded-opentype'),;
        src: url('./fonts/webfonts/Diamante_light.woff2') format('woff2'),url('./fonts/webfonts/Diamante_light.woff') format('woff'),url('./fonts/webfonts/Diamante_light.ttf') format('truetype');
    }


.DiamanteEFCE-Medium { font-family: DiamanteEFCE-Medium; }
.DiamanteEFCE-DemiBoldIta { font-family: DiamanteEFCE-DemiBoldIta; }
.DiamanteEFTU-DemiBold { font-family: DiamanteEFTU-DemiBold; }
.Diamante-Light { font-family: Diamante-Light; }

/*INSTAGRAM ICON FOOTER*/
    
    .et-social-rss a:before {
        content: "\e09a"!important;
    }

/*TEAM BONUSHOME*/

p#home-mobile-bonus {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
@media(min-width: 500px){
	p#home-mobile-bonus { 
		display:none;
	}
}

    /* PROTECTED POST */
    
    .post-password-required .et_pb_section {
        background-image: url(/wp-content/uploads/2017/09/usxjobs-open-road-dark.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }
    
    .et_password_protected_form {
        text-align: center;
        float: left;
        width: 100%;
        color: #fff;
    }
    
    .et_password_protected_form h1 {
        color: #fff;
        font-size: 50px;
        font-weight: 400!important;
        padding-top: 173px;
    }
    
    .et_password_protected_form p {
        color: #fff;
        font-family: Oswald;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        letter-spacing: 0;
        font-weight: 400;
        float: left;
        padding: 20px 0 60px;
        width: 100%;
    }
    
    .et_password_protected_form form {
        max-width: 500px;
        margin: 0 auto;
        float: none;
    }
    
    .et_password_protected_form form p {
        padding: 0;
    }
    
    .et_password_protected_form p input {
        float: left!important;
        margin: 0!important;
        padding: 12px 15px!important;
        font-family: oswald!important;
        font-size: 18px!important;
        font-weight: 400!important;
        color: #333!important;
        border-color: #961326!important;
        border-style: solid!important;
        border-width: 4px 3px 4px 3px!important;
        background-color: #FFFFFF!important;
    }
    
    .et_password_protected_form p button {
        color: #fff!important;
        font-weight: 400!important;
        font-size: 22px!important;
    }
    /*NEW SLIDER*/
    
    div#custom-slider {
        background: #fff;
    }
    
    div#next-slide {
        position: absolute;
        right: 3%;
        top: 48%;
        z-index: 10;
    }
    
    div#prev-slide {
        position: absolute;
        left: 3%;
        top: 48%;
        z-index: 10;
    }
    
    div#custom-slider .fa {
        font-size: 35px;
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
        color: #000;
    }
    
    div#custom-slider ul {
        position: relative;
        height: 100%;
        min-height: 600px;
    }
    
    div#custom-slider li:first-child {
        opacity: 1;
        transition: .4s ease;
    }
    
    div#custom-slider li {
        position: absolute;
        /* bottom: 0; */
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        opacity: 0;
        height: 100%;
        width: 100%;
        transition: all 0.3s ease-out;
    }
    
    .inner-wrap.two-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 10%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
    
    .inner-wrap.two-col .slide-img {
        width: 40%;
    }
    
    .inner-wrap.two-col .slide-txt {
        width: 60%;
        padding-right: 10%;
        padding-left: 5%;
    }
	body a.comment-reply-link.et_pb_button,
	body .comment-reply-link {
		color:#fff;
}
    /*position image at bottom*/
    
    .inner-wrap.two-col.absolute-btm .slide-txt {
        position: absolute;
        left: 35%;
    }
    
    .inner-wrap.two-col.absolute-btm .slide-img {
        position: absolute;
        bottom: 0;
    }
    
    @media(max-width:980px) {
		body .et_pb_row {
			width: 90%!important;
		} 
		body.page-id-30531 .et_pb_row,
		body.page-id-4789 .et_pb_row {
			width: 100%!important;
		}
        .inner-wrap.two-col .slide-txt {
            padding-right: 10%;
            padding-left: 10%;
            width: 100%;
            position: absolute;
            top: 0;
            padding-top: 60px;
            text-align: center;
            left: 0;
        }
        .inner-wrap.two-col .slide-img {
            width: 100%;
            bottom: 0;
            left: 0;
            position: absolute;
            text-align: center;
        }
        .slide-img img {
            max-width: 400px;
            margin: auto;
        }
    }
    /*end NEW HOME SLIDER*/
    
    #home_slider .et_pb_slides,
    .et_pb_slide.et_pb_slide_with_image.et_pb_bg_layout_dark.et_pb_media_alignment_center {
        height: 100%!important;
    }
    
    a.home-button {
        background: #961326;
        letter-spacing: 0px;
        color: #fff;
        position: relative;
        padding: .3em 1em;
        border: 2px solid;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        /* background: 0 0; */
        font-size: 20px;
        font-weight: 500;
        line-height: 1.7em!important;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        font-size: 30px;
        font-weight: bolder;
        display: inline-block;
        margin-top: 20px;
        cursor: pointer;
        min-width: 236px;
        transition: all 0.2s;
    }
    
    a.home-button:hover {
        background: #000;
        transition: .05s ease;
    }
    
    a.popup-btn {
        background: #961326;
        padding: 8px;
        margin: 3px;
        display: inline-block;
        color: #fff;
        font-weight: bold;
        min-width: 120px;
        text-align: center;
        /* border: 2px solid #000; */
        border-radius: 2px;
    }
    
    div#popmake-27915 {
        background: #fff!important;
        box-shadow: 2px 2px 15px 6px rgba(0, 0, 0, 0.3);
    }
    
    .popup-btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    div#popmake-27915 h3 {
        /* text-transform: uppercase; */
        line-height: 23px;
        font-size: 15px;
        letter-spacing: 0!important;
        text-align: -webkit-left;
    }
/*RECRUITER POPUP*/
a.recruiter-popup-btn {
        background: #961326;
        padding: 8px 30px;
        margin: 0 auto;
        color: #fff;
        font-weight: bold;
        min-width: 120px;
        text-align: center;
        letter-spacing: 2px;
        border-radius: 2px;
	font-size: 14px;
    }

a.recruiter-popup-btn:hover {
        background-color: rgba(201, 76, 76, 0.9);
        padding: 6px 26px;
    }

a.recruiter-popup-btn:active {
        background-color: rgba(201, 76, 76, 0.9);
        padding: 6px 26px;
    }

.recruiter-popup-btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
	    justify-content: center;
}

div#popmake-29651 {
background: #fff!important;
box-shadow: 2px 2px 15px 6px rgba(0, 0, 0, 0.3);
margin-bottom: 0;
bottom: 0;
border: solid 1px #cccccc;
padding: 0 0 20px 0;
}

div#popmake-29651 .et_pb_text_1 {
border: none !important;
}
div#popmake-29651 .pum-close {
font-size: 20px !important;
}
.recruiter-line-one {
font-weight: 300;
font-size: 20px;	
}

.recruiter-line-two {
font-weight: 500;
margin-bottom: 15px;
font-size: 20px;	
}
/*DEDICATED POPUP*/

.driver-line-one {
font-weight: 300;
font-size: 20px;
margin-bottom: 15px;
line-height: 25px;	
}

div#popmake-29664 {
background: #fff!important;
box-shadow: 2px 2px 15px 6px rgba(0, 0, 0, 0.3);
margin-bottom: 0;
bottom: 0;
border: solid 1px #cccccc;
padding: 0 0 20px 0;
}

div#popmake-29664 .et_pb_text_3 {
border: none !important;
}

div#popmake-29664 .pum-close {
font-size: 20px !important;
}

    /*TEAM MAX NEW*/

	#job-search-twocol .et_pb_row{
		width:100%;
		max-width:100%;	
	}

    h2#teamBonus-mobile {
		font-size: 32px!important;
	}
    div#morePay {
        background-position: top;
    }
    
    .team-max-update {
        min-height: 75vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 40px 0 50px;
    }
    
    .team-max-update h1 {
        text-transform: uppercase;
        font-size: 50px;
        line-height: 60px;
    }
    
    .team-max-video {
        max-width: 500px;
        margin-top: 20px;
    }
    
    .red-text p {
        color: #961326;
    }
    
    @media(min-width:980px) {
        .skew {
            -webkit-transform: skew(-15deg);
            -ms-transform: skew(-15deg);
            transform: skew(-15deg);
            z-index: 3;
            position: relative;
            background: #fff;
            left: 100px;
        }
        .skew .et_pb_text.et_pb_module {
            -webkit-transform: skew(15deg);
            -ms-transform: skew(15deg);
            transform: skew(15deg);
        }
    }
    /*DRIVER REFERRAL PAGE*/
    
    .red-gradient {
        background: #d7212e;
        /* Old browsers */
        background: -moz-linear-gradient(top, #d7212e 0%, #961326 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #d7212e 0%, #961326 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #d7212e 0%, #961326 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d7212e', endColorstr='#961326', GradientType=0);
        /* IE6-9 */
    }
    
    .red-highlight {
        background: #d72130;
        display: block;
        padding: 10px 20px;
        color: #fff;
        margin-bottom: 20px;
        max-width: 800px;
        margin: 10px auto 15px auto;
    }
    
    .recruit {
        border-bottom: 4px solid #d72130;
        border-right: 4px solid #d72130;
        width: 200px;
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 30px;
    }
    
    .driver-referral {
        background: #fff;
        text-align: center;
        max-width: 500px;
        min-width: 300px;
        padding: 20px 40px;
        margin-bottom: 120px;
    }
    
    .driver-referral-wrap {
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .driver-referral h1,
    .driver-referral h2,
    .driver-referral h1 span {
        color: #d7212e;
        display: inline-block;
    }
    
    .driver-referral span {
        font-size: 16px;
    }
    
    .driver-referral .h1 {
        font-size: 65px;
        font-weight: 600;
    }
    
    .driver-referral h2 {
        margin-top: 15px;
        text-transform: uppercase;
    }
    
    .driver-referral .small-h1,
    .driver-referral .h1 {
        font-family: 'Oswald';
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        color: #d7212e;
    }
    
    .et_pb_section.techReferral h2,
    div#referalForm h2 {
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 1.3em;
    }
    
    a.back-button {
        color: #fff;
    }
    
    .go-back-button {
        background: #961326;
        max-width: 80%;
        padding: 5px 0;
        margin: auto;
    }
    
    .back-button span {
        background: #fff;
        border-radius: 50%;
        padding: 3px 8px;
        color: #d72130;
        font-weight: bold;
    }
    
    .small-h1 {
        padding: 0 3px;
        padding: 0 3px;
        line-height: 5em;
        font-weight: 400;
    }
    
    label#recaptcha-anchor-label {
        color: #961326!important;
    }
    
    input#gform_submit_button_9 {
        background: #fff!important;
        color: #961326!important;
    }
    
    #referalForm .gform_wrapper .top_label .gfield_label,
    #referalForm span.gfield_required,
    #referalForm label.gfield_label {
        color: #fff!important;
    }
    
    #referalForm div#input_9_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    @media(min-width:500px) {
        .driver-referral-wrap {
            background-position-y: -100px;
        }
    }
    /*BLOOM*/
    
    @media(max-width:767px) {
        .et_bloom_flyin.et_bloom_optin.et_bloom_resize.et_bloom_flyin_right.et_bloom_optin_1.et_bloom_auto_popup.et_bloom_trigger_bottom.et_bloom_visible.et_bloom_animated {
            bottom: 50px!important;
        }
    }

.et_bloom_optin_1 .et_bloom_popup .et_bloom_form_text h2 span strong,
.et_bloom_optin_1 .et_bloom_popup .et_bloom_form_text h2 {
    color: #fff!important;
    font-size: 27px!important;
    font-family: 'Oswald'!important;
    text-transform: uppercase;
    text-align: center!important;
}
.et_bloom_form_content.et_bloom_1_field.et_bloom_bottom_inline.et_bloom_custom_html_form a {
    background: #000;
    padding: 10px 20px;
    margin: 5px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    font-family: 'oswald';
}
.et_bloom_form_content.et_bloom_1_field.et_bloom_bottom_inline.et_bloom_custom_html_form {
    text-align: center;
}
.et_bloom_form_content.et_bloom_1_field.et_bloom_bottom_inline.et_bloom_custom_html_form h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

/*NEW DRIVER TRAINER PAGE*/
a.et_pb_button.blackBtn {
    background: #000;
}
a.et_pb_button.blackBtn:hover {
    background: #fff!important;
    color: #000;
    transition: .5s ease all;
}
.driverPage .et_pb_column_1_3 h1 {
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 42px;
}
.driverPage .et_pb_column_1_3 span {
    color: #961326;
}
.driverPageRow ul {
    padding: 1em;
    font-size: 20px!important;
}
.driverPageRow li {
    font-size: 20px!important;
    padding: .3em 0;
}
.driverPageRow h2 {
    margin-bottom: 1.7em;
}
@media(max-width:767px) {
    .et_bloom_flyin.et_bloom_optin.et_bloom_resize.et_bloom_flyin_right.et_bloom_optin_1.et_bloom_auto_popup.et_bloom_trigger_bottom.et_bloom_visible.et_bloom_animated {
        bottom: 50px!important;
    }
    
    .et_pb_section.driverPageRow {
        padding: 5em 2em!important;
    }
    
    .page-id-697 #morePay .et_pb_row {
        padding-top: 350px!important;
    }
    
    .page-id-697 #morePay {
        background-image: url(/wp-content/uploads/2017/06/Driver_Trainer_Headers_MOBILE_TEAM_MAX_2-1.jpg);
        background-size: cover;
    }
    
    #driverTrainer-hero {
        background-size: cover!important;
        background-image: url(/wp-content/uploads/2017/06/Driver_Trainer_Headers_MOBILE_CDT_2-2.jpg) !important;
    }
    
    #driverTrainer-hero .et_pb_column_2 {
        margin-top: 300px;
    }
    
    .driverCTAbtns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/*POP UP BELL/FORM*/
.hide {
    display: none;
}
div#pum-4851 {
    position: fixed;
}
.pum-theme-4853 .pum-content + .pum-close {
    height: 20px!important;
    width: 20px!important;
}
.featherlight-content input {
    background: #ededed!important;
}
.featherlight-content input {
    background: #ededed;
}
.featherlight-content #gform_wrapper_4 input[type="submit"] {
    background: #961326!important;
}
.featherlight-content #gform_wrapper_4 label.gfield_label {
    color: #ccc;
}
.featherlight-content div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49%!important;
}
ul#gform_fields_8 label {
    display: none;
}
input#gform_submit_button_8 {
    background: #961326!important;
    color: #fff;
}
.pum-theme-4845,
.pum-theme-default-theme,
.pum-theme-4845 .pum-container {
    background-color: rgba( 255, 255, 255, 0)!important;
}

/*BELL ANIMATION*/
.bell {
    position: relative;
    display: block;
    margin: 0;
    width: 1em;
    height: 1em;
    font-size: 65px;
    background-color: #961326;
    border-radius: 0.5em;
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    right: -60px!important;
    bottom: -40px!important;
}
.bell::before,
.bell::after {
    position: absolute;
    content: " ";
}
.bell::before {
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}
.bell::after {
    top: 0.25em;
    left: 0.25em;
    width: 0.5em;
    height: 0.5em;
    background: url(/wp-content/uploads/2017/05/bell-icon.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.bell.ringing {
    -webkit-animation: bell-outer 3000ms infinite;
    animation: bell-outer 3000ms infinite;
}
.bell.ringing::before {
    -webkit-animation: bell-inner 3000ms infinite;
    animation: bell-inner 3000ms infinite;
}
.bell.ringing::after {
    -webkit-animation: bell-icon 3000ms infinite;
    animation: bell-icon 3000ms infinite;
}
@-webkit-keyframes bell-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    
    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }
    
    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}
@keyframes bell-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    
    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }
    
    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
    
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}
@-webkit-keyframes bell-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    
    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }
    
    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}
@keyframes bell-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    
    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }
    
    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
    
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}
@-webkit-keyframes bell-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
    
    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}
@keyframes bell-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
    
    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }
    
    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }
    
    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}
.pum-container.pum-responsive.pum-responsive-nano {
    margin-left: -5%;
    width: 10%;
}

/*LIGHTBOX*/
.featherlight .featherlight-content {
    padding: 3% 5%!important;
}
.featherlight .featherlight-content p {
    color: #333;
}
.featherlight .featherlight-inner {
    /* make sure its visible */
    
    display: block !important;
    text-align: center;
}
.hide {
    display: none;
}
.featherlight-content input {
    width: 100%;
    padding: 15px!important;
}
.featherlight-content .ginput_complex input {
    width: 49%;
}
.featherlight-content select {
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
}

/* FACEBOOK MENU BUTTONS */
@media (max-width:980px) {
    ul#top-menu {
        display: block;
    }
    
    ul#top-menu li {
        display: none;
    }
    
    ul#top-menu li#menu-item-2597,
    ul#top-menu li#menu-item-111 {
        display: block;
        float: left;
        margin-top: -7px;
    }
    
    ul#top-menu li#menu-item-111 {
        margin-right: 10px;
    }
    
    ul#top-menu li#menu-item-2597 a,
    ul#top-menu li#menu-item-111 a {
        padding: 10px;
    }
}
@media (max-width:480px) {
    ul#top-menu {
        display: none;
    }
}

/*HOME V2*/
div.header-content.overVid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.homeForms span#input_4_1_6_container {
    width: 49%;
}
.homeNewsTitle h1 {
    padding-bottom: 25px;
}
.homeBlogSlider .et_pb_slide_content {
    margin: 20px 20px 46px 20px;
}
.homeEqualCol .alertFormInner {
    background: rgba(255, 255, 255, 0.0);
}
a.et_pb_button {
    color: #fff;
}
.et_pb_column_1_2 .et_pb_slide_content {
    font-size: 19px;
}
.et_pb_module.et_pb_slider.homeBlogSlider {
    background: rgba(0, 0, 0, 0.0);
}
.homeBlogSlider .et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 6% 4%;
}
.centerBtn {
    margin: 0 15px;
}
.home2 a.et_pb_button {
    font-size: 30px!important;
}
.iframeShield {
    width: 100%;
    background-color: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 999;
    visibility: visible!important;
}
.gifContainer {
    position: relative;
    padding-bottom: 58%;
    overflow: hidden;
    background: black;
}
.header-content.overVid {
    position: absolute;
    z-index: 1000;
    margin: auto;
    text-align: center;
    left: 25%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 50px 0 50px;
    max-width: 50%;
    top: 20%;
    color: #fff;
}
.header-content.overVid h1 {
    color: #fff;
    font-size: 60px;
}
p.home3Btns a {
    color: #fff!important;
    margin: 5px;
}
div#videoHero .et_pb_row {
    width: 100%;
    padding: 0;
    margin: 0;
}
@media (max-width:1200px) {
    .page-id-4741 .header-content.overVid {
        left: 15%;
        padding: 20px 50px 0 50px;
        max-width: 70%;
    }
}
@media(max-width:980px) {
    .homeForms .et_pb_column:first-child {
        margin-bottom: 20px;
    }
}
@media (max-width:960px) {
    .page-id-4741 .header-content.overVid {
        left: 5%;
        padding: 20px 50px 0 50px;
        max-width: 90%;
        width: 90%;
        top: 0;
        height: 100%;
    }
    
    .page-id-4741 .header-content.overVid h1 {
        font-size: 50px;
    }
}
@media(max-width:767px) {
	#job-search-twocol .job-page-search-primary-right {
		padding: 90px 30px;
		    margin-bottom: 20px;
	}
	#job-search-twocol .job-page-description {
			padding: 20px 10px;
		}
    a.home-button {
        font-size: 25px;
        min-width: 180px;
    }
    
    .et_pb_slider.homeBlogSlider.et_pb_module .et_pb_slides .et_pb_slide_content {
        font-size: 18px;
        line-height: 1.3em;
    }
    
    .page-id-4741 h1#mobileIncentive {
        font-size: 35px;
    }
    
    .page-id-4741 h1#mobileIncentive {
        display: block;
        text-transform: uppercase;
    }
    
    .page-id-4741 .header-content.overVid > h1 {
        display: none;
    }
    
    p.home3Btns a {
        font-size: 18px;
    }
    
    .page-id-4741 p#homeTopText {
        display: none;
    }
    
    p.home3Btns {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width:550px) {
    p.home3Btns a {
        font-size: 16px;
    }
    
    .gifContainer {
        height: 38vh;
    }
    
    .page-id-4741 .header-content.overVid {
        padding: 10px 20px 0 10px;
        top: 2%;
    }
}
@media (max-width:400px) {
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
}
	    /*TEAM MAX NEW*/
    h2#teamBonus-mobile {
    font-size: 28px!important;
}
    a.home-button {
        font-size: 20px;
        min-width: 160px;
    }
    
    p.home3Btns {
        margin-top: 0;
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    p.home3Btns a {
        font-size: 16px;
        margin: 2px;
    }
    
    .page-id-4741 h1#mobileIncentive,
    .page-id-4741 h1 {
        font-size: 34px;
    }
    
    .page-id-4741 h2 {
        font-size: 22px;
    }
    
    .page-id-4741 .header-content.overVid {
        top: 0;
        height: 100%;
    }
}

/*HOME*/
h1#mobileIncentive {
    display: none;
}

/* MAP CODE */
#gMap {
    height: 700px;
    width: 100%;
    float: left;
    margin-top: 20px;
    display: none;
}

/* GLOBAL */
.cache-test p {
    font-size: 60px;
    color: green;
}
p {
    font-size: 20px;
}
#404links a {
    color: #961326!important;
}

/*blog mobile footer for UTM*/
.page-id-2896 #et-footer-nav,
div#blogMobileFooter {
    opacity: 0;
}
@media(max-width:767px) {
    div#blogMobileFooter {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 123456789;
        background-color: rgba(150, 19, 38, 1);
    }
    
    .page-id-3896 #main-footer {
        display: none;
    }
    
    div#blogMobileFooter a#item-696 {
        border: none;
        padding: 0;
    }
    
    div#blogMobileFooter ul#menu-footer-mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    div#blogMobileFooter .container {
        padding-top: 0;
    }
    
    div#blogMobileFooter .bottom-nav a {
        /* background-color: #fff; */
        color: #fff;
        padding: 5px 10px;
        border: 2px solid #fff;
    }
}

/* DRIVER PAGES POPUP */
@-webkit-keyframes toTopPopup {
    0% {
        margin-bottom: -100px;
    }
    
    100% {
        margin-bottom: 0;
    }
}
@-moz-keyframes toTopPopup {
    0% {
        margin-bottom: -100px;
    }
    
    100% {
        margin-bottom: 0;
    }
}
@-o-keyframes toTopPopup {
    0% {
        margin-bottom: -100px;
    }
    
    100% {
        margin-bottom: 0;
    }
}
@keyframes toTopPopup {
    0% {
        margin-bottom: -100px;
    }
    
    100% {
        margin-bottom: 0;
    }
}

/*
.popupDrivers {
	z-index:999999;
  display:none;
	margin-bottom:-100px;
	position:fixed;
	bottom:0;
	right:0;
	padding:20px;
	background-color:#eeeeee;
	      border-left: 2px solid #961326;
	      border-top: 2px solid #961326;
  
  }
.popupDriversShow {
	display:block;
	margin-bottom:0;
    -webkit-animation: toTopPopup 1s; 
  -moz-animation:    toTopPopup 1s; 
  -o-animation:      toTopPopup 1s;
  animation:         toTopPopup 1s;
	}
.popupDriversExit {
    background-color: #961326;
    color: #fff;
    font-family: tahoma;
    font-size: 16px;
    padding: 7px 10px;
    position: absolute;
    right: 0;
    top: -31px;
    cursor: pointer;
  }
.popupDriversExit:hover {
    background-color: #000;
	}
.popupDrivers a {
  float:left;
	 position: relative;
    padding: 10px 20px;
    font-size: 20px;
	      border: 3px solid #fff;
    font-weight: 700;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	      background: #961326;
	  color:#fff;
	      font-family: 'Abel',Helvetica,Arial,Lucida,sans-serif;
	}
.popupDrivers a:hover {
	      background: #000;
		}
	  
@media (max-width:767px) {
.popupDrivers a {
    font-size: 16px;
  }
.popupDrivers {
	bottom:52px;
	padding:15px;
  }
}
@media (max-width:390px) {
.popupDrivers {
	bottom:51px;
  }
}
@media (max-width:310px) {
.popupDrivers {
	bottom:46px;
  }
}
@media (max-width:252px) {
.popupDrivers {
	bottom:82px;
  }
}
				*/
.page-id-30524 #under2017featuresphone,
.page-id-30524 #under2016featuresphone,
.page-id-30524 #bottomcta-phone {
	margin-left: 10px!important;
}
@media (max-width:980px) {
	#herocta-phone {
		margin-left: 10px!important;
	}
}
.popupDrivers {
    z-index: 999999;
    display: none;
    margin-bottom: -100px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.popupDriversShow {
    display: none;
    margin-bottom: 0;
    -webkit-animation: toTopPopup 1s;
    -moz-animation: toTopPopup 1s;
    -o-animation: toTopPopup 1s;
    animation: toTopPopup 1s;
}
.popupDriversExit {
    color: #fff;
    font-family: tahoma;
    font-size: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
}
.popupDriversExit:hover {}
.popupDrivers a {
    float: left;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.popupDrivers a:hover {}
.popupDrivers a .bell {
    right: 0!important;
    bottom: 0!important;
}
@media (max-width:767px) {
    .popupDrivers {
        bottom: 85px;
    }
    
    .popupDriversExit {
        font-size: 24px;
        top: -35px;
        text-shadow: 0 0 4px #000;
    }
}
@media (max-width:390px) {
    .popupDrivers {
        bottom: 75px;
    }
}
@media (max-width:310px) {
    .popupDrivers {
        bottom: 110px;
    }
}
@media (max-width:252px) {}

/*
Mobile design
*/
li {
    font-size: 18px;
}
.page-id-3544 #experienced .et_pb_button {
    margin-top: 7px;
}
.home .gform_body,
.page-id-3544 .alertFormInner .gform_body {
    width: 100%!important;
}
@media (max-width:1400px) {
    .page-id-94 #calculate-earning,
    .page-id-4622 #calculate-earning {
        margin-top: 7px;
    }
}
@media (max-width:767px) {
    .teamRoad .et_pb_promo_description,
    .teamTrMatch .et_pb_promo_description,
    .teamSpec .et_pb_promo_description {
        text-align: center;
    }
    
    .teamTrMatch .matchContainer {
        width: 400px;
        margin: 0 auto;
    }
    
    .teamTrMatch .et_pb_code_2 {
        width: 100%;
    }
}
@media (max-width:500px) {
    .page-id-3544 #careerFairs .et_pb_module {
        max-height: 600px;
    }
    
    .page-id-697 .et_pb_cta_0.et_pb_promo h2 {
        font-size: 46px!important;
    }
    
    .teamTrMatch .matchContainer {
        width: auto;
    }

	#dt-mid-call, #dt-mid-certified {
		display: block;
		margin: 0 auto;
	}
		#dt-mid-call {
		margin-bottom: 5px;
	}
}

@media(min-width:600px){
	p#home-mobile-bonus {
    display:none;
}
}
/* Job Search 3.0 */
.newAlertFormBody .gform_wrapper .gform_footer {
    text-align: center;
}
.newAlertFormBody .gform_wrapper.gf_browser_chrome .gform_body {
    width: 100%;
}
.newAlertFormInner h3 {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    border-top: 3px solid #eee;
    padding-top: 20px;
}
.newResetFilter {
    float: left;
    display: none;
    width: 100%;
}
.newResetFilter.newResetFilterActive {
    display: block;
}
.newResetFilterTxt {
    max-width: 800px;
    padding: 30px;
    margin: 0 auto;
    font-size: 16px;
    background-color: #4e4e4e;
    color: #fff;
}
.newResetFilterButton {
    background: #961326;
    padding: 18px 25px 17px;
    color: #fff;
    float: left;
    width: 100%;
    font-size: 16px;
    margin: 20px 0;
    cursor: pointer;
    text-align: center;
}
.homeJobSearchBar {
    background-color: #961227;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.2s;
}
.homeJobSearchBar:hover {
    background-color: #000;
    border-color: #961227;
}
.job-page-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    display: none;
    top: 0;
    left: 0;
}
.loader {
    border-radius: 50%;
    animation: spin 0.5s linear infinite;
    -webkit-animation: spin 0.5s linear infinite;
    -moz-animation: spin 0.5s linear infinite;
    -o-animation: spin 0.5s linear infinite;
}
.job-page-loading .loader {
    border: 7px solid #fff;
    border-top: 7px solid #961326;
    width: 90px;
    height: 90px;
    margin: 150px auto 0;
}
.job-page-loading-bottom {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    display: none;
    line-height: 1em;
    padding: 10px 0 25px;
}
.job-page-loading-bottom .loader {
    border: 4px solid #fff;
    border-top: 4px solid #961326;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}
.job-page-title {
    text-align: center;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 50px;
    font-weight: 400!important;
    padding: 0 0 20px;
}
.job-page-description {
    color: #fff;
    font-family: Oswald;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0;
    font-weight: 400;
    float: left;
    padding: 20px 0 60px;
    width: 100%;
}
.job-page-search-primary,
.job-page-search-secondary,
.job-page-search {
    width: 100%;
    float: left;
    display: none;
}
.job-page-search-primary-right {
    width: 100%;
    float: left;
    padding: 180px 30px;
}
.job-page-search-primary-left {
	float:left;
	width:100%;
}
.job-search-promo,
.job-search-promo-secondary {
	background-image:url(/wp-content/uploads/2018/02/jobsearch-bonus-bg.jpg);
	background-size:cover;
	background-position:center;
	float:left;
	width:100%;
}
.job-search-promo img,
.job-search-promo-secondary img {
	display:block;
    margin: 0 auto;
}
.job-search-promo-secondary {
	display:none;
    margin-top: 86px;
}
.job-page-search-primary {
	width:100%;
}
.job-page-activated + .job-search-promo-secondary {
	display:block;
}
.job-page-search-secondary {
    padding: 20px 0;
    background-color: #000;
    position: fixed;
    z-index: 100;
}
.job-page-search-secondary-container {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
}
.job-page-search-secondary-text {
    float: right;
    color: #fff;
    font-family: oswald;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 300;
    margin-right: 20px;
    line-height: 45px;
}
.job-page-search-secondary-input-container {
    float: right;
    max-width: 300px;
    width: 100%;
}
#job-page-search-secondary-input {
    float: left;
    width: 100%;
    margin: 0;
    padding: 11px 15px;
    font-family: oswald;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    border-width: 0;
    background-color: #FFFFFF;
}
.job-page-search-secondary {
    transition: margin-left 0.5s ease-in;
    margin-left: 0;
}
.job-page-search {
    margin-top: 86px;
    padding: 20px 0;
    color: #fff;
    letter-spacing: 0;
    font-family: oswald;
    font-size: 18px;
    font-weight: 300;
    margin-left: 0;
    transition: margin-left 0.5s ease-in;
}
.job-search-promo-secondary + .job-page-search {
}
.job-page-search-left {
    margin-left: -4000px;
}
.job-page-search-container {
    width: 80%;
    margin: 0 auto;
    max-width: 80%;
}
.job-page-results {
    float: left;
    line-height: 46px;
}
.job-page-filter {
    float: right;
}
#job-page-jobtype-filter-select {
    border: 0;
    padding: 10px 15px;
    margin-left: 15px;
    font-family: oswald;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    color: #961326;
}
#job-page-jobtype-filter-select option {
    font-weight: 300;
}
#job-page-search-query {
    text-decoration: underline;
}
.job-page-search-primary-input-container {
    max-width: 400px;
    margin: 0 auto;
    float: none;
}
#job-page-search-primary-input {
    float: left;
    width: 100%;
    margin: 0;
    padding: 12px 15px;
    font-family: Abel;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    border-color: #961326;
    border-style: solid;
    border-width: 4px 3px 4px 3px;
    background-color: #FFFFFF;
}
.job-page-search-primary .easy-autocomplete,
.job-page-search-secondary .easy-autocomplete {
    width: 100%!important;
}
#job-page-search-primary-input::placeholder,
#job-page-search-secondary-input::placeholder {
    font-weight: 400;
    color: #333;
    font-family: Abel;
}
#job-page-search-secondary-input::placeholder {
    font-weight: 300;
}
.job-page-search-primary li div,
.job-page-search-secondary li div {
    background: #fff;
    padding: 5px 25px;
    font-size: 14px;
    border: 1px solid #999;
    border-top: 0;
    cursor: pointer;
}
.job-page-search-primary ul,
.job-page-search-secondary ul {
    padding: 0;
    list-style-type: none;
}
.job-page-search-primary li div:hover,
.job-page-search-secondary li div:hover {
    background: #eee;
}
.job-page-search-primary li div:first-child,
.job-page-search-secondary li div:first-child {
    border-top: 1px solid #999;
}
.page-id-27959 .et_pb_code,
.page-id-27925 .et_pb_code,
.page-id-4789 .et_pb_code {
    float: left;
    width: 100%;
}
.search-results-list {
    width: 100%;
    margin-left: 0;
    transition: margin-left 0.5s ease-in;
}
.search-results-list.search-results-list-left {
    margin-left: -4000px;
}
.job-page-search-results {
    margin: 0 auto;
    max-width: 80%;
    width: 80%;
    padding: 0!important;
    list-style-type: none!important;
}
.job-page-search-results-pages {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
}
.job-page-search-results-page {
    border: 1px solid #fff;
    padding: 10px;
    float: left;
    margin-right: 3px;
    color: #fff;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 16px;
    display: none;
}
.job-page-search-results-page-active {
    display: block!important;
    background-color: #961326;
    color: #fff;
    cursor: default;
}
.job-page-search-results-page-active + .job-page-search-results-page,
.job-page-search-results-page-active + .job-page-search-results-page + .job-page-search-results-page,
.job-page-search-results-page:first-child,
.job-page-search-results-page:last-child {
    display: block!important;
}
.job-page-search-results > li {
    position: relative;
    margin-bottom: 15px;
    background-color: #fff;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
}
.featured-listing {}
.featured-listing .headline:before {
    content: url(/wp-content/uploads/2016/04/flame-icon2-e1461093756266.png);
    padding-right: 15px;
    float: left;
}
.featured-content {
    padding: 20px;
    float: left;
    width: 100%;
    cursor: pointer;
}
.featured-listing .featured-content {
    padding: 20px;
}
.featured-content div {
    float: left;
    font-size: 18px;
    padding: 0;
}
.full-content .benefits,
.full-content .qualifications {
    font-weight: 400;
    font-size: 19px;
    font-family: oswald;
    float: left;
    width: 100%;
}
.full-content ul {
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
}
.full-content ul li {
    font-weight: 300;
    font-size: 17px;
}
.job-page-search-results .headline {
    width: 100%;
    float: left;
    color: #961326;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1em;
    font-size: 23px;
    text-shadow: none;
    padding-bottom: 10px;
}
.page-id-27959 .job-page-search-results .headline,
.page-id-27925 .job-page-search-results .headline.headlineRecruiter,
.page-id-4789 .job-page-search-results .headline.headlineRecruiter,
.page-id-29589 .job-page-search-results .headline.headlineRecruiter,
.page-id-30531 .job-page-search-results .headline.headlineRecruiter {
    display: none;
}
.page-id-27925 .job-page-search-results .headline,
.page-id-4789 .job-page-search-results .headline,
.page-id-29589 .job-page-search-results .headline,
.page-id-27959 .job-page-search-results .headline.headlineRecruiter,
.page-id-30531 .job-page-search-results .headline {
    display: block;
}
.job-page-search-results .location {
    color: #333;
    float: left;
    line-height: 35px;
    font-size: 19px;
    margin: 0 15px 0 0;
}
.full-content .full-content-buttons {
    float: right;
}
.full-content .apply-url,
.full-content .phone,
.full-content .email {
    float: left;
    width: auto!important;
    padding-bottom: 0;
}
.page-id-27959 .full-content .phone,
.page-id-27959 .full-content .apply-url {
    display: none;
}
.page-id-27925 .full-content .email,
.page-id-4789 .full-content .email,
.full-content .email {
    display: none;
}
.full-content .apply-url a,
.full-content .phone a,
.full-content .email a {
    padding: 10px 20px;
    font-size: 15px;
    font-family: oswald;
    line-height: 1em;
    background-color: #961326;
    color: #fff;
    text-transform: uppercase;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    transition: all 0.2s;
}
.full-content .phone a,
.full-content .email a {
    margin-right: 0;
}
.full-content .apply-url a:hover,
.full-content .phone a:hover,
.full-content .email a:hover {
    background: #000;
}
.full-content p:last-of-type,
.internal-notes ul {
	padding-bottom:1em;	
}
.page-id-27925 .full-content .internal-notes,
.page-id-4789 .full-content .internal-notes {
    display: none;
}
.full-content .full-details .full-details-title,
.full-content .internal-notes .internal-notes-title {
    font-weight: 400;
    font-size: 19px;
    font-family: oswald;
}
.featured-content .toggle {
    float: right;
    padding: 10px 20px;
    font-size: 15px;
    font-family: oswald;
    line-height: 1em;
    background-color: #961326;
    color: #fff;
}
.featured-content.toggle-active .toggle {
    background-color: #000;
}
.full-content {
    width: 100%;
    color: #333;
    font-size: 17px;
    position: fixed;
    top: 0;
    z-index: 30;
    height: 100%;
    left: 4000px;
    transition: left 0.3s ease-in;
}
.single-results .job-page-search-results {
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.single-results .full-content .full-content-container {
    margin: 0;
    max-width: 100%;
    width: 100%;
    float: left;
}
.single-results .full-content .full-content-container3 {
    overflow: auto;
}
.single-results .full-content {
    position: relative;
    height: auto;
    left: auto;
    transition: none;
}
.full-content.full-content-active {
    left: 0;
}
.full-content .full-content-container {
    float: none;
    width: 80%;
    margin: 0 auto;
    max-width: 80%;
}
.full-content p {
    font-size: 17px;
}
.full-content-container2 {
    background-color: #fff;
    position: relative;
    float: left;
    width: 100%;
    max-width: 100%;
}
.full-content .full-content-container3 {
    padding: 40px 30px;
    background-color: #fff;
    position: relative;
    float: left;
    width: 100%;
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.full-content-close {
    padding: 10px 20px;
    font-size: 15px;
    font-family: oswald;
    line-height: 1em;
    background-color: #961326;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    float: left;
    top: -20px;
    left: 10px;
    z-index: 31;
    transition: all 0.2s;
}
.full-content-close:hover {
    background-color: #000;
}
.job-page-activated {
    display: block;
}
.job-page-deactivated {
    display: none;
}
.easy-autocomplete-container {
    top: 58px;
    left: 2px;
    z-index: 999999;
    position: absolute;
}
.job-page-search-secondary-input-container .easy-autocomplete-container {
    top: 46px;
}
.easy-autocomplete {
    float: left;
    position: relative;
}
.full-details {
    width: 100%;
    float: left;
    height: 0;
    overflow: hidden;
}
.full-details-container p:last-child {
    padding-bottom: 20px;
}
.full-content hr {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #888;
}
.full-content-header {
    float: left;
    width: 100%;
}
.full-details-toggle-container {
    float: left;
    border: 2px solid #666666;
    color: #666666;
    padding: 5px 10px;
    cursor: pointer;
}
.full-details-toggle-container span {
    background: url(/wp-content/themes/Divi-Child/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center!important;
    height: 26px;
    width: 28px;
    float: right;
    margin-left: 10px;
}
.full-details-toggle-active span {
    background: url(/wp-content/themes/Divi-Child/images/arrow-up.png);
}
@media (max-width:1150px) {
    .search-results-list .headline,
    .single-results .headline {
        background: none;
        padding: 0px 0px 10px 0px!important;
    }
    
    .job-page-search-secondary {
        position: relative;
    }
    .job-search-promo-secondary,
    .job-page-search {
        margin-top: 0px;
    }
    
    .full-content {
        left: 3000px;
    }
    
    .job-page-search-left,
    .job-page-search-secondary-left,
    .search-results-list.search-results-list-left {
        margin-left: -3000px;
    }
}
@media (max-width:980px) {
    .job-page-search-left,
    .job-page-search-secondary-left,
    .search-results-list.search-results-list-left {
        margin-left: -2000px;
    }
    
    .full-content {
        left: 2000px;
    }
}
@media (max-width:875px) {
	
    .job-page-search-secondary-input-container {
        max-width: 220px;
    }
	
}
@media (max-width:800px) {
    .full-content ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        list-style-position: inside;
    }
    
    
    .search-results-list .benefits,
    .search-results-list .qualifications {
        width: 100%;
        margin: 0;
        padding-top: 10px;
    }
    
    .job-page-search-left,
    .job-page-search-secondary-left,
    .search-results-list.search-results-list-left {
        margin-left: -1500px;
    }
    
    .full-content {
        left: 1500px;
    }
}
@media (max-width:650px) {
    .job-page-search-primary-right {
        padding: 150px 30px;
    }
	.job-page-results {
		line-height: 26px;
		width: 100%;
		text-align: center;
	}
    .job-page-filter {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
    .search-results-list .benefits,
    .search-results-list .qualifications,
    .search-results-list .internal-notes-title,
    .search-results-list .full-details-title {
        font-size: 17px!important;
    }
    
    .search-results-list .benefits li,
    .search-results-list .qualifications li,
    .search-results-list .internal-notes,
    .search-results-list .full-details,
    .search-results-list .internal-notes p,
    .search-results-list .full-details p {
        font-size: 15px!important;
    }
    
    .search-results-list .headline {
        font-size: 18px;
    }
    
    .search-results-list .location {
        font-size: 15px;
        line-height: 1em;
        margin: 0 15px 10px 0;
    }
    
    .search-results-list .toggle {
        padding: 6px 20px;
        margin: 10px 0 0 20px;
    }
    
    .job-page-search-secondary-input-container {
        max-width: 150px;
    }
    
    .job-page-search-left,
    .job-page-search-secondary-left,
    .search-results-list.search-results-list-left {
        margin-left: -1000px;
    }
    
    .full-content {
        left: 1000px;
    }
}
@media (max-width:400px) {
    .job-page-search-secondary-text {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .job-page-search-secondary-input-container {
        margin: 0 auto;
        max-width: 100%!important;
    }
    
    .full-content .apply-url {
        padding-bottom: 10px;
    }
    
    .full-content .apply-url a,
    .full-content .phone a,
    .full-content .email a {
        width: 100%;
        text-align: center;
    }
    
    .full-content .full-content-buttons,
    .full-content .apply-url,
    .full-content .phone,
    .full-content .email {
        width: 100%!important;
    }
    
    .job-page-search-left,
    .job-page-search-secondary-left,
    .search-results-list.search-results-list-left {
        margin-left: -800px;
    }
    
    .full-content {
        left: 800px;
    }
}
@media (max-height:650px) {
    .job-page-search-primary-right {
        padding: 130px 30px;
    }
}
@media (max-height:550px) {
    .job-page-search-primary-right {
        padding: 100px 30px;
    }
}
@media (max-height:450px) {
    .job-page-search-primary-right {
        padding: 50px 30px;
    }
}

/* End Job Search 3.0 */
#teamMatch a {
    color: #fff;
}
.nikola a {
    color: #666!important;
}
.nikola .et_pb_promo_button {
    background-color: #fff!important;
    border: 3px solid #000!important;
    color: #961326!important;
    margin: 5px!important;
}
.nikola h1 {
    text-transform: uppercase;
    font-size: 54px!important;
}
@media(min-width:980px) {
    h2.nikolaH2 {
        font-weight: 200!important;
        font-size: 28px!important;
        line-height: 1.4em;
        letter-spacing: 2px!important;
    }
}
h2.nikolaH2 {
    font-weight: 200!important;
    line-height: 1.4em;
}

/*LIGHTBOX CHANGES */
.tos-prev,
.tos-next,
.tos-close {
    opacity: 0.8!important;
    z-index: 20!important;
}
.tos-prev:hover,
.tos-next:hover,
.tos-close:hover {
    opacity: 1!important;
}
.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-close {
    opacity: 0.8!important;
}
.tos-caption,
.tos-pagination {
    opacity: 1;
    z-index: 20!important;
}
.tos-prev,
.tos-next {
    height: 100px;
    width: 46px;
    margin-top: -60px;
}
.tos-prev span,
.tos-next span {
    width: 24px;
    height: 24px;
    margin: -10px -7px;
}
.tos-next span {
    border-top: 5px solid white;
    border-right: 5px solid white;
}
.tos-prev span {
    border-bottom: 5px solid white;
    border-left: 5px solid white;
}
.tos-close {
    height: 80px;
    width: 80px;
    top: 20px;
    right: 20px;
}
.tos-close span:before,
.tos-close span:after {
    width: 15px;
    height: 15px;
    margin-top: -5px;
    margin-left: 0;
    margin-right: 0;
}
.tos-close span:before {
    border-bottom: 5px solid white;
    border-left: 5px solid white;
}
.tos-close span:after {
    border-top: 5px solid white;
    border-right: 5px solid white;
}
.tos-slider {
    z-index: 15;
}
.tos-prev,
.tos-next,
.tos-close {}
.tos-wrapper.tos-fixed {
    z-index: 999999999;
}
.tos-pagination {
    z-index: 20;
}
@media (max-width:600px) {
    .tos-close {
        height: 60px;
        width: 60px;
        top: 10px;
        right: 10px;
    }
    
    .tos-prev,
    .tos-next {
        height: 70px;
        width: 36px;
        margin-top: -40px;
    }
    
    .tos-next {
        right: 0;
    }
    
    .tos-prev {
        left: 0;
    }
}
@media (max-width:600px) {
    .tos-close {
        height: 60px;
        width: 60px;
        top: 10px;
        right: 10px;
    }
}

/* BLOG STYLING */

/*BLOG styles*/
.single-post article .et_post_meta_wrapper > h1 {
    padding: 20px 30px;
    background-color: rgba(150, 19, 38, 1);
    color: #fff;
}
.category .et_pb_section,
.category .et_pb_post {
    background: #fff!important;
}
.archive.category p.post-meta {
    float: none;
}
input#submit {
    color: #fff;
}
section#comment-wrap {
    background-color: #fff;
    padding: 30px 50px;
}
h4.widgettitle {
    text-transform: uppercase;
}
.et_pb_post .et_pb_text p {
    font-size: 19px!important;
}
a.more-link::after,
.et_pb_blog_grid .et_pb_post a:after {
    display: none!important;
}
.et_pb_post .et_pb_image_container {
    margin: 0!important;
}
a.more-link {
    color: #961326 !important;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 2em;
    font-weight: 900;
    margin-top: 10px;
}
.page-id-3896 .et_pb_post.category-featured-blog:hover {
	box-shadow:none;
}
/*.page-id-3896 .et_pb_post.category-featured-blog:hover {
        transition: .5s ease all;
        box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.9);
        cursor: pointer;
        filter: brightness(1.1);
    }*/
.page-id-3896 .et_pb_column.et_pb_column_3_4.et_pb_column_1.et_pb_specialty_column .et_pb_post:hover {
    transition: .5s ease all;
    cursor: pointer;
	box-shadow:none;
    filter: brightness(1.1);
}
.page-id-3896 .et_pb_blog_grid .et_pb_post:hover {
    transform: translate(0, -10px);
    cursor: pointer;
    padding: 19px;
    transition: .5s ease all;
    filter: brightness(1.1);
}
.et_pb_blog_grid .et_pb_post,
.et_pb_post.category-featured-blog {
    transition: .5s ease all;
}

/*
    body.post-template-default.single.single-post div#et-main-area {
        background-color: #fff!important;
    }*/
@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 4%!important;
    }
}
.post-content {
    background-color: #eee!important;
    padding: 30px 20px;
    float: left;
}
p.post-meta {
    padding-bottom: 15px;
}
div#categories-2 li {
    font-size: 18px;
    line-height: 1.5em;
}
div#categories-2 li a {
    transition: .1s ease all;
}
div#categories-2 li a:hover {
    border-bottom: 4px solid #961326;
    transition: .1s ease all;
}
.et_pb_widget_area div#text-3 {
    margin-bottom: 0!important;
}
.et_pb_post.category-featured-blog {
    margin-bottom: 0!important;
}
.et_pb_widget_area.et_pb_widget_area_left {
    background-color: #eee;
    padding: 30px;
    border-right: none;
}
.et_pb_blog_grid .post-content p {
    color: #666!important;
}
.et_pb_post li {
    font-size: 19px;
    line-height: 1.7;
}
.single-post article {
    background-color: #fff!important;
}
.jobPost.et_pb_row .et_pb_button {
    color: #fff;
}
.jobPost.et_pb_row {
    width: 92%!important;
    max-width: 92%!important;
}
.blog .entry-title a,
.single .entry-title a,
h2.entry-title a {
    background: #961326;
    color: #fff;
    padding: 25px 30px!important;
    margin: 0;
    float: left;
    width: 100%;
    line-height: 1.3em!important;
}
h2.entry-title {
    margin-top: 0!important;
}
.blog .et_pb_button,
.single .et_pb_button {
    color: #fff!important;
    border-color: #fff!important;
}
.blog .post-meta,
.single .post-meta {
    padding: 15px 30px;
    background: #ccc;
    margin: 0;
    font-size: 14px!important;
    float: left;
    width: 100%;
}
p.post-meta {
    background-color: #ccc;
    margin-bottom: 0!important;
    padding-top: 10px;
    padding-left: 20px;
    float: left;
    width: 100%;
}
.blog .et_pb_post .et_pb_section,
.single .et_pb_post .et_pb_section {
    float: left;
    width: 100%;
}
.blog .et_pb_post,
.single .et_pb_post {
    float: left;
    width: 100%;
}
.blog .et_pb_post.has-post-thumbnail > a,
.single .et_pb_post.has-post-thumbnail > a {
    float: left;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}
.blog .et_pb_post.has-post-thumbnail > a img,
.single .et_pb_post.has-post-thumbnail > a img {
    float: left;
    width: 100%;
}
.single .et_pb_post .post-meta + img {
    width: 100%;
    padding: 30px;
    float: left;
}
#widgetbuttons {
    width: 100%!important;
    font-size: 17px!important;
    text-align: center!important;
    margin: 0 0 10px!important;
}
.blog .et_pb_post .et_pb_row {
    width: 100%!important;
    max-width: 100%!important;
    padding: 25px 30px!important;
    background: #fdffff!important;
}
.single .et_pb_post .et_pb_row {
    width: 100%!important;
    max-width: 100%!important;
}
.single #sidebar,
.blog #sidebar {
    float: left!important;
    padding: 25px 30px!important;
}
.single #sidebar #categories-2,
.blog #sidebar #categories-2 {
    font-size: 14px;
}
.single .et_pb_post .entry-content {
    background: #fdffff!important;
    padding: 25px 30px!important;
}
.blog .et_pb_post .et_pb_row p,
.single .et_pb_post .et_pb_row p {
    font-size: 16px;
}
.blog #sidebar,
.single #sidebar {
    width: 25%;
}
.blog #left-area,
.single #left-area {
    width: 75%;
    padding-right: 2.5%;
}
@media (max-width:600px) {
    .blog .entry-title,
    .single .entry-title {
        font-size: 24px!important;
    }
    
    .blog .et_pb_post .et_pb_row p,
    .single .et_pb_post .et_pb_row p {
        font-size: 15px;
    }
}

/* END BLOG STYLING */

/*MILITARY PAGE CAREER FAIR DATES CODE MODULE RULES*/
.leftDates {
    width: 50%;
    float: left;
    font-size: 20px;
    text-align: center;
}
.leftDates p {
    font-size: 20px!important;
}
.rightImg {
    width: 30%;
    float: left;
    bottom: -50px;
    position: absolute;
    right: 0;
}
.careerFairDates {
    line-height: 1.2em;
    padding-bottom: 20px;
}
.leftDates h3 {
    color: #6a742a;
}
@media(max-width:980px) {
    .homeEqualCol .alertFormInner {
        background: rgba(255, 255, 255, 0.0);
        cursor: pointer;
        display: none;
    }
    
    .showAlertForm,
    .alertFormInner.showAlertForm {
        display: block;
    }
    
    .leftDates,
    .rightImg {
        float: none;
        width: 100%;
        text-align: center;
        position: inherit;
    }
    
    .rightImg {
        display: none;
    }
}

/*-----END -----MILITARY PAGE CAREER FAIR DATES CODE MODULE RULES*/
#militaryTestimonial .fluid-width-video-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 40%!important;
}
div#fleetOptions {
    padding: 4% 0!important;
}
p.equipHeroBtns {
    display: flex;
    flex-wrap: wrap;
}
p.equipHeroBtns a:first-child {
    margin-right: 10px;
}
p.equipHeroBtns a {
    margin-top: 10px
}
h2.et_pb_slide_title {
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif!important;
    font-weight: bold!important;
}
@media (max-width:1000px) {
    #militaryTestimonial .fluid-width-video-wrapper {
        padding-top: 60%!important;
    }
}
.home #flashingRow .et_pb_button:last-child {
    margin-left: 0!important;
}
.home li.page-item-2692 {
    display: none!important;
}
.homeNewsTitle {
    background-color: rgb(150, 19, 38);
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 23px 0px 15px;
}
a {
    cursor: pointer!important;
}
.home .recentNewsSlides {}
.home .recentNewsSlides .et_pb_slide_description {
    left: 0;
    top: 0;
}
.home .recentNewsSlides:hover .et-pb-arrow-next,
.home .recentNewsSlides .et_mobile_device .et-pb-arrow-next {
    right: 5px!important;
}
.home .recentNewsSlides:hover .et-pb-arrow-prev,
.home .recentNewsSlides .et_mobile_device .et-pb-arrow-prev {
    left: 5px!important;
}
.home .recentNewsSlides .et_pb_container {
    height: auto!important;
}
.home .recentNewsSlides .et_pb_slide {
    padding: 20px 20px 120px 20px!important;
    height: 500px!important;
}
.alertFormInner {
    min-height: 512px;
}
.home .recentNewsSlides .et_pb_slide h3 {
    line-height: 1.5em;
}
.home .recentNewsSlides .et_pb_slide_description:nth-child(1) > .et_pb_slide_content {
    z-index: 10;
    top: 0;
    width: 100%;
}
.home .recentNewsSlides div.et_pb_slide_description:nth-child(1) > a:nth-child(3) {
    position: relative;
    top: 0;
}
@media (max-width:1750px) {
    .home .recentNewsSlides .et_pb_slide {
        height: 520px!important;
    }
    
    .alertFormInner {
        min-height: 566px;
    }
}
@media (max-width:1650px) {
    .home .recentNewsSlides .et_pb_slide {
        height: 550px!important;
    }
    
    .alertFormInner {
        min-height: 566px;
    }
}
@media (max-width:1500px) {
    .home .recentNewsSlides .et_pb_slide {
        height: 500px!important;
    }
    
    .alertFormInner {
        min-height: 512px;
    }
}
@media (max-width:1300px) {
    .driverPage a.et_pb_button,
    .driverCTAbtns a.et_pb_button {
        font-size: 20px!important;
    }
    
    .driverPage .et_pb_column.et_pb_column_1_3.et_pb_column_2 {
        min-width: 46%!important;
    }
    
    .home .recentNewsSlides .et_pb_slide {
        height: 530px!important;
    }
    
    .alertFormInner {
        min-height: 547px;
    }
}
@media (max-width:1200px) {
    .home .recentNewsSlides .et_pb_slide {
        height: 540px!important;
    }
    
    .alertFormInner {
        min-height: 555px;
    }
}
@media (max-width:1100px) {
    .home .recentNewsSlides .et_pb_slide {
        height: 560px!important;
    }
    
    .alertFormInner {
        min-height: 575px;
    }
}
@media (max-width:1050px) {
    .home .recentNewsSlides .et_pb_slide {
        height: 615px!important;
    }
    
    .alertFormInner {
        min-height: 630px;
    }
}
@media (max-width:980px) {
    p.equipHeroBtns {
        margin: auto;
    }
    
    .home .recentNewsSlides .et_pb_slide {
        height: 440px!important;
    }
    
    .alertFormInner {
        height: auto;
    }
}
@media (max-width:550px) {
    .home .recentNewsSlides .et_pb_slide {
        height: 460px!important;
    }
}
@media (max-width:500px) {
    .home .recentNewsSlides .et_pb_slide {
        height: 600px!important;
    }
}
@media (max-width:450px) {
    .home .recentNewsSlides .et_pb_slide {
        height: 560px!important;
    }
    
    .home .recentNewsSlides:hover .et-pb-arrow-next,
    .home .recentNewsSlides .et_mobile_device .et-pb-arrow-next {
        right: -5px!important;
    }
    
    .home .recentNewsSlides:hover .et-pb-arrow-prev,
    .home .recentNewsSlides .et_mobile_device .et-pb-arrow-prev {
        left: -5px!important;
    }
}
@media (max-width:400px) {
    .home .recentNewsSlides .et_pb_slide {
        height: 620px!important;
    }
}
@media (max-width:350px) {
    .home .recentNewsSlides .et_pb_slide {
        height: 720px!important;
    }
}

/* driver orientation customizations */
#physicalStandardsTestToggle {}
#track-physicalStandardsTest {}
#equipInfo .topButtonsContainer a.et_pb_button.et_pb_custom_button_icon {
    min-width: 276px;
}
@media (max-width:1300px) {
    .page-id-2713 .topButtonsContainer {
        width: 38%;
    }
    
    .page-id-2713 .NEXTTOtopButtonsContainer {
        width: 56.5%;
    }
}
@media (max-width:400px) {
    #equipInfo .topButtonsContainer a.et_pb_button.et_pb_custom_button_icon {
        font-size: 17px;
        min-width: 200px;
    }
}

/* end driver orientation customizations */
.military .imageMarginAdjust .et_pb_column:first-child {
    padding-top: 50px;
}
.benefitsLinks {
    padding-left: 1em;
}
@media (max-width:1200px) {
    .military .imageMarginAdjust .et_pb_column:first-child {
        padding-top: 100px;
    }
}
.page-id-3544 #camoRow div#signupBox1 img {
    width: 100%!important;
    position: relative!important;
}
#militarySlides h1,
#militarySlidesMobile h1 {
    color: #000;
    font-weight: 400;
}
#militarySlides h1 span,
#militarySlides h2 span {
    color: #890c1b;
}
#militarySlides .et_pb_slide_0 .et_pb_slide_description {
    float: left!important;
    padding-left: 50px!important;
    max-width: 465px;
}
#militarySlides a#track_tankslider,
#militarySlides .sliderBtnContainerFull,
#militarySlides a#track_crewmanslider,
#militarySlides a#track_soldierslider {
    display: block;
    width: 96%;
}
#militarySlides .sliderBtnContainer {
    width: 45%;
    margin-top: 5px;
}
#militarySlides a#track_crewmanslider-officeCareerSearch,
#militarySlides a#track_crewmanslider-searchDrivingjobs,
#militarySlides a#track_tankslider-drivingCareerSearch,
#militarySlides a#track_tankslider-officeCareerSearch,
#militarySlides a#track_soldierslider-searchDrivingjobs,
#militarySlides a#track_soldierslider-officeCareerSearch {
    width: 100%!important;
    display: block;
    padding: .3em 0!important;
    font-size: 18px;
}
@media (min-width:1100px) {
    /*tank slider*/
    
    #militarySlides .et_pb_slide_3 .et_pb_slide_description,
    #militarySlides .et_pb_slide_2 .et_pb_slide_description {
        float: left!important;
        padding-left: 50px!important;
        max-width: 450px;
    }
    
    #militarySlides .et_pb_slide_2 .et_pb_slide_image {
        right: 120px;
        top: 20px;
    }
    
    #militarySlides .et_pb_slide_2 .et_pb_slide_image img {
        width: 888px!important;
        max-width: 888px!important;
        height: 590px!important;
        max-height: 590px!important;
    }
    
    #militarySlides .et_pb_fullwidth_slider_0 .et_pb_slide_description {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    /*crewman slider*/
    
    #militarySlides .et_pb_slide_1 .et_pb_slide_image img {
        width: 726px!important;
        max-width: 726px!important;
        height: 554px!important;
        max-height: 554px!important;
        margin-top: 0px!important;
        position: absolute;
        top: -200px;
        left: 0px;
    }
    /*soldiers slider*/
    
    #militarySlides .et_pb_slide_0 .et_pb_slide_image img {
        width: 858px!important;
        max-width: 858px!important;
        height: 676px!important;
        max-height: 676px!important;
    }
    
    #militarySlides .et_pb_slide_0 .et_pb_slide_image {
        right: 125px;
        top: 20px;
    }
}
@media (max-width:1203px) {
    div#militaryHeader h2 {
        display: block;
    }
}
@media (max-width: 980px) {
    #militarySlidesMobile .sliderBtnContainerFull {
        text-align: center;
        margin: auto 20px;
        max-width: 358px;
    }
    
    #militarySlides a#track_crewmanslider-officeCareerSearch,
    #militarySlides a#track_crewmanslider-searchDrivingjobs,
    #militarySlides a#track_tankslider-drivingCareerSearch,
    #militarySlides a#track_tankslider-officeCareerSearch,
    #militarySlides a#track_soldierslider-searchDrivingjobs,
    #militarySlides a#track_soldierslider-officeCareerSearch {
        font-size: 16px;
    }
    
    #militarySlidesMobile .et_pb_slide {
        padding: 0;
    }
    
    #militarySlidesMobile .et_pb_slide_description {
        background-color: #ffffdb;
        padding: 15px 0;
    }
    
    #militarySlidesMobile .et_pb_slide_content {
        padding: 0 20px;
    }
    
    #militarySlidesMobile a.et_pb_button {
        width: 100%;
        display: block;
    }
    
    #militarySlidesMobile .sliderBtnContainer {
        margin-right: 0;
        max-width: 360px;
        margin-top: 0px auto;
        text-align: center;
    }
    
    #militarySlidesMobile .et_pb_slider .et_pb_container {
        min-height: auto!important;
    }
    
    #militarySlides .et_pb_slide_0 .et_pb_slide_description {
        padding-left: 0!important;
    }
}
@media (min-width:550px) {
    #militarySlidesMobile .et_pb_slide_image img {
        max-width: 450px;
    }
    
    .military .et_pb_code_3 {
        text-align: center;
    }
}
@media (max-width:767px) {
    .military .et_pb_slide_description h1 {
        font-size: 40px;
        line-height: 1em;
    }
    
    #militarySlidesMobile p {
        padding: 0 20px;
    }
}
@media (max-width:450px) {
    #militarySlidesMobile .et_pb_slide_image {
        max-height: 260px!important;
    }
    
    .military .et_pb_button,
    a#track_camoRowApply {
        width: 90%;
        text-align: center;
        font-size: 18px;
    }
}
@media (max-width:400px) {
    #militarySlidesMobile h1 {
        font-size: 33px;
    }
    
    .military h1 {
        font-size: 28px!important;
    }
    
    #militarySlidesMobile .sliderBtnContainer {
        width: 100%;
        margin: -5px 0 0 0;
    }
    
    .military .et_pb_button {
        width: 100%;
    }
}
@media (max-width:1100px) {
    /*soldiers slider*/
    
    #militarySlides .et_pb_slide_0 .et_pb_slide_image img {
        width: 600px!important;
        max-width: 600px!important;
        height: 464px!important;
        max-height: 464px!important;
    }
    /*crewman slider*/
    
    #militarySlides .et_pb_slide_1 .et_pb_slide_image img {
        max-width: 558px;
        bottom: -11px;
        position: absolute;
        left: -35px;
    }
    /*tank slider*/
    
    #militarySlides .et_pb_slide_2 .et_pb_slide_image img {
        max-width: 600px!important;
    }
}
@media(max-width:1090px) {
    #militarySlides .et_pb_slide_1 .et_pb_slide_image {
        max-width: 558px;
        bottom: 0px;
        position: absolute;
        left: -35px;
    }
}

/*END MILITARY 3*/

/*404 page*/
.error404 #main-content .container,
.error404 #content-area,
.error404 #left-area {
    padding: 0 !important;
    margin: 0 auto!important;
    width: 100% !important;
    max-width: none;
}
.error404 #left-area {
    width: 100%!important;
    padding-right: 0!important;
}
.error404 #main-content .container::before,
.error404 #main-content #sidebar {
    display: none!important;
}
.error404 .et_pb_post:last-child {
    margin-bottom: 0;
}
div#404row .et_pb_column.et_pb_column_4_4.et_pb_column_0 {
    float: none!important;
}
.error404 #main-content .container:before {
    display: none!important;
}
@media (min-width:980px) {
    div#teamMatchHeaderText {
        margin-left: 35%;
        max-width: 1000px;
    }
}
.et_pb_button:hover {
    padding: 0.3em 1em!important;
}
.et_pb_button {
    max-width: 400px;
    text-align: center;
}

/*list indent military*/
ol.numberedList {
    margin-left: 15px;
}
.numberedList li {
    list-style-position: inside;
    text-indent: -1.2em;
    padding-left: 1.2em;
    color: #231f20;
}

/*dark grey font change*/
.driverPageLastSection p,
.et_pb_toggle_close h5.et_pb_toggle_title,
.page-id-94 .formContainer label,
.page-id-4622 .formContainer label,
.rightSideTxt,
#gform_wrapper_4 input[type="text"],
select#input_4_6,
.halfList li,
.secondhalfList li {
    color: #231f20;
}

/***MILITARY PAGE***/
@font-face {
    font-family: 'BlackOpsOne';
    src: url('/wp-content/themes/Divi-Child/fonts/BlackOpsOne-Regular.ttf');
}
#militarySlides .et_pb_slide_content .sliderBtnContainerFull {
    margin-bottom: 10px;
}
#militarySlides .et_pb_slide_content .sliderBtnContainerFull:last-child a {
    width: 96%;
}
#militarySlides .et_pb_slide_content .sliderBtnContainerFull:last-child {
    margin-bottom: 0;
}
.military h2 span {
    color: #6a742a;
}

.military .milMidbuttons .milRed,
.military .milMidbuttons .milBlack {
    padding: 25px!important;
}
.military .milMidbuttons .milBlack,
.military .milGreenBlock .milBlack {
    background: #000!important;
}
.military .milMidbuttons .milBlack:hover,
.military .milGreenBlock .milBlack:hover {
    background: #961326!important;
	border: 2px solid #fff!important;
}
.milButtonsWidth .et_pb_button {
    min-width: 265px!important;
}
.milButtonsWidth .et_pb_row {
    width: 900px;
}
.ApprenticeshipProgram li {
    font-size: 21px;
    list-style: none;
    margin-bottom: 20px;
    font-family: oswald;
    letter-spacing: 0;
}
.ApprenticeshipProgram li span {
    font-weight: 300;
}
.ApprenticeshipProgram ul {
    padding: 0;
}
.bottomStars {
    width: 80%;
    float: none;
    margin: 30px auto 0;
}
.bottomStar {
    margin-bottom: 10px;
    font-family: oswald;
    font-size: 21px;
    color: #000;
    letter-spacing: 0;
    line-height: 1.15em;
    padding: 10px 15px;
    background: #cad4c2;
    float: left;
    width: 100%;
}
.bottomStar img {
    float: left;
    margin-right: 15px;
}
#alreadyCDL .et_pb_row:last-child .et_pb_module {
    float: left;
    width: 100%;
    margin: 0;
}
#alreadyCDL .et_pb_row:last-child .et_pb_module:first-child {
    margin-bottom: 20px;
}
#alreadyCDL .et_pb_row:last-child .et_pb_module:last-child {
    margin-top: 20px;
}
#alreadyCDL .bottomStars {
    margin: 0 auto;
}
#alreadyCDL .bottomStar {
    margin: 0;
}
#whyTrucking h2 span {
    color: #6a742a;
}
#whyTrucking a {
    color: #961326;
}
.ApprenticeshipProgram h3,
.leftDates h3 {
	    font-size: 30px;
}
.military h1,
.militaryNew h1,
.military h2,
.militaryNew h2 {
    font-size: 40px;
    line-height: 1.1em;
    font-family: 'BlackOpsOne';
    text-transform: uppercase;
	font-weight:900;
    color: #000;
    padding-bottom: 30px!important;
}
.military h1 span,
.militaryNew h1 span,
.military h2 span,
.militaryNew h2 span,
.military h3 span,
.militaryNew h3 span {
    color: #6a742a;
}
.blockRow h2 {
    padding-bottom: 6%;
}
.blockRow p {
    text-align: justify;
    color: #000;
}
.military p {
    color: #000;
    letter-spacing: 0;
    font-size: 20px;
}
.military h3 {
    font-size: 30px;
    font-family: 'Oswald';
    line-height: 1.1em;
}
div#experienced h3 {
    margin-bottom: 0;
    line-height: 1.1em;
}
.military h4 {
    font-size: 20px;
    font-family: 'Oswald';
    color: #6a742a;
    margin-bottom: 5%;
    line-height: 1.1em;
}
#militarySlider p {
    font-weight: bold;
    padding-right: 10%;
}
#careerInfo h2 {
    color: #6a742a;
}
.military .et_pb_button {
    color: #fff;
    border: 2px solid #fff;
}

/*Military Fullwidth Row, Block Sections*/
.blockRow .et_pb_row {
    width: 100%!important;
    max-width: 100%!important;
}

/*Military List styles*/
.military .fastLane ul {
    list-style-type: none;
    font-family: 'Oswald';
    padding-top: 42px;
}
.military .fastLane li {
    line-height: 1.3em;
    padding-bottom: 30px;
    color: #231f20;
}
.halfList {
    width: 47%;
    display: inline-block;
    margin-right: 3%;
}
.secondhalfList {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
.listWrapper li {
    margin-bottom: 20px;
}
.halfList ul,
.secondhalfList li {
    list-style-type: none;
    font-family: 'Oswald';
}
.veteranResources a {
    color: white;
    font-family: 'Oswald';
    text-decoration: none;
}
.military a.et_pb_button {
    color: #ffffff !important;
    background: #961326!important;
    border-color: #ffffff;
    letter-spacing: 0px;
    font-size: 23px;
}
.military a.et_pb_button:hover {
    color: #fff;
	opacity: 0.8;
	border: 2px solid #fff!important;
}
.careerFairList p {
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.careerFairList p:last-childe {
    margin-bottom: 0;
}

/*Military Nav*/
.half {
    display: flex;
    justify-content: space-around;
    width: 49%;
    align-items: baseline;
}
.military .navContainer {
    flex-wrap: wrap;
}

/*Hide Military Subhead*/
div#militaryHeader h2 {
    display: inline;
    margin-left: 10px;
}
div#militaryHeader h1 {
    display: inline;
}

/*Camo row, image position to bottom of div*/
div#camoRow {
    padding: 70px 0!important;
}
div#signupBox1 {
    border: 30px solid #41432d;
    position: relative;
}
div#signupBox1 img {
    position: absolute;
    bottom: 0;
}

/*Military Slider*/
#militarySlider .et_pb_slide_image {
    height: 100%!important;
    margin-bottom: -2%!important;
}
#militarySlider .et_pb_slide_image img {
    width: 100%;
    max-height: 100%!important;
}
#militarySlider .et_pb_slide {
    padding: 0 3%;
}
#militarySlider h1 {
    color: #231f20;
}
#militarySlider {
    font-size: 21px;
    letter-spacing: 0;
}
.military .et_pb_slider .et_pb_container {
    width: 100%!important;
    max-width: 100%!important;
}
.military .military .et_pb_slide_content {
    max-width: 70%;
}
.sliderBtnContainer {
    display: inline-block;
    margin-bottom: 15px;
}
.sliderBtnContainer a.et_pb_button {
    font-size: 20px;
}
.sliderBtnContainer:first-child a.et_pb_button {
    font-size: 26px;
}
#apprenticeshipProgram a {
    color: rgba(150, 19, 38, 1);
}
#testimonialsVideos .et_pb_video_0 .et_pb_video_play {
    display: block;
}

/*Corrective for other conflicting styles :| */
.military .et_pb_fullwidth_slider_0 .et_pb_slide:nth-child(1) .et_pb_slide_description {
    margin-top: 0;
}

/*Military Media Queries*/

/*MIN WIDTH*/
@media (min-width:1599px) {
    #militarySlider .et_pb_slide {
        padding: 3% 5%;
    }
    
    #militarySlider .et_pb_slide_0 img {
        position: absolute;
        left: 0;
    }
    
    #militarySlider .et_pb_slide_1 .et_pb_slide_image {
        top: 75%;
    }
}
@media (min-width:1250px) {
    .blockTitle h1 {
        margin-top: 15%;
    }
}
@media (min-width:1100px) {
    .blockTitle h1 {
        margin-top: 0;
    }
}
@media (min-width:980px) {
    a.sliderApply.et_pb_button {
        padding: 7px 142px;
        font-size: 24px;
    }
    
    .veteranResources p {
        margin-bottom: 45px!important;
    }
    
    .veteranResources p:last-child {
        margin-bottom: 0;
    }
}
@media (min-width:767px) {
    .veteranResources p {
        margin-bottom: 10px;
    }
    
    .veteranResources p:last-child {
        margin-bottom: 0;
    }
}

/*end MIN WIDTH*/
@media (max-width:1500px) {
    .military .et_pb_slide_content {
        max-width: 90%;
    }
    
    #militarySlider .et_pb_slide_1 .et_pb_slide_image {
        top: 80%;
    }
    
    #militarySlides h1 {
        font-size: 33px;
    }
    
    .page-id-3544 #ourMission .et_pb_column_3 {
        padding-bottom: 40px!important;
    }
}
@media (max-width:1420px) {
    #apprenticeshipProgram .et_pb_column_7 {
        padding-bottom: 40px;
    }
}
@media (max-width:1300px) {
    .careerFairList p {
        line-height: 1.1em!important;
    }
}
@media (max-width:1280px) {
    #militarySlider .et_pb_slide_1 .et_pb_slide_image {
        top: 80%;
    }
    
    #militarySlider .et_pb_slide_0 .et_pb_slide_image {
        top: 29%!important;
    }
    
    #militarySlider h1 {
        font-size: 34px
    }
    
    #apprenticeshipProgram .et_pb_row_3 {
        padding-top: 50px;
    }
}
@media (max-width:1100px) {
    #militarySlider .et_pb_slide_0 .et_pb_slide_image {
        top: 36%!important;
    }
    
    #militarySlider .et_pb_slide_1 .et_pb_slide_image {
        top: 85%;
    }
    
    .military .et_pb_slide_content {
        max-width: 100%;
    }
    
    #militarySlider .et_pb_slide_2 .et_pb_slide_image {
        top: 20%;
    }
}
@media (max-width:1069px) {
    #militarySlider .et_pb_slide_1 .et_pb_slide_image {
        top: 90%;
    }
    
    #militarySlider .et_pb_slide_0 .et_pb_slide_image {
        top: 45%!important;
    }
    
    .milGreenBlock {
        width: 80%;
    }
    
    .milButtonsWidth .et_pb_row {
        width: 80%;
    }
    
    .milGreenBlock .et_pb_column_12 {
        width: 100%;
    }
    
    .milGreenBlock .et_pb_column_12 .et_pb_code_1 {
        width: 538px;
        margin: 0 auto 30px!important;
    }
    
    .milGreenBlock .et_pb_column_13 {
        width: 100%;
    }
    
    .milGreenBlock .et_pb_column_13 .et_pb_code_2 {
        margin: 0 auto;
        width: 265px;
    }
}
@media (max-width:924px) {
    #militarySlider .et_pb_slide_1 .et_pb_slide_image {
        top: 100%;
    }
    
    #militarySlider .et_pb_slide_0 .et_pb_slide_image {
        top: 50%!important;
    }
}
@media (max-width:980px) {
    .sliderBtnContainer a.et_pb_button {
        display: block;
        width: 200px;
        text-align: center;
        font-size: 18px;
    }
    
    #skillsWaiver h2 {
        text-align: center;
    }
    
    div#militaryHeader h2 {
        display: none;
    }
    
    div#signupBox1 img {
        position: relative;
    }
    
    .sliderBtnContainer {
        margin-bottom: 7px;
        margin-right: 4px;
    }
    
    div#signupBox1 {
        padding-top: 50px;
        margin-bottom: 50px;
    }
    
    div#signupBox1 .military h2 {
        margin: 20px 0;
    }
    
    .military .blockRow p {
        margin-bottom: 30px!important;
    }
    
    .military .fastLane li {
        line-height: 1.3em;
        font-size: 15px;
        padding-bottom: 15px;
    }
    
    .military .fastLane ul {
        padding-top: 0;
    }
    
    .military .et_pb_button_module_wrapper {
        margin-bottom: 30px!important;
        margin-top: 20px;
    }
    
    .halfList,
    .secondhalfList {
        font-size: 15px;
    }
    
    .bottomAlign img {
        position: relative;
    }
    
    .half {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .half a {
        width: 25%;
    }
    
    #apprenticeshipProgram .et_pb_column_8 {
        bottom: -20px;
    }
    
    .ApprenticeshipProgram .et_pb_row_6.et_pb_row {
        padding-top: 80px!important;
    }
    
    .ApprenticeshipProgram .et_pb_row_7.et_pb_row {
        padding-bottom: 80px!important;
    }
    
    #programDetails .et_pb_image_3,
    #programDetails .et_pb_image_4 {
        margin-bottom: 30px!important;
    }
    
    .military .milMidbuttons .milRed {
        margin-right: 0px;
    }
    
    #skillsWaiver .et_pb_row_20 {
        padding-top: 0px!important;
    }
    
    #alreadyCDL .et_pb_row_15 {
        display: block !important;
    }
}
@media (max-width:766px) {
    .milMidbuttons .et_pb_text {
        padding-bottom: 30px;
    }
    
    #alreadyCDL .et_pb_row_12 {
        padding-top: 50px!important;
    }
}
@media (max-width:700px) {
    .military h1 {
        font-size: 30px;
    }
    
    .military h2 {
        font-size: 21px;
    }
    
    .milGreenBlock .et_pb_column_12 .et_pb_code_1,
    .milGreenBlock .et_pb_column_12 .et_pb_code_1 .et_pb_button_5,
	.milGreenBlock .et_pb_column_12 .et_pb_code_1 .et_pb_button_6 {
        width: 270px;
    }
}
@media (max-width:600px) {
    #militarySlider .et_pb_slide_0 .et_pb_slide_image {
        top: 20%!important;
        bottom: -20px;
    }
}
@media (max-width:500px) {
    #skillsWaiver .et_pb_button {
        width: 100%;
    }
}
@media (max-width:400px) {
    .milButtonsWidth .et_pb_row {
        width: 100%;
    }
}

/*SWAP COLUMN ORDER ON MOBILE/TABLET*/
@media only screen and (min-width: 981px) {
    #militarySlider .et_pb_slide_image {
        height: 100%!important;
        margin-bottom: -10%!important;
    }
    
    .column-swap .et_pb_column,
    .et_pb_row .et_pb_column {
        margin-left: 0%;
    }
    
    .column-swap .et_pb_column {
        float: right;
    }
    
    .column-swap .et_pb_row .et_pb_column:last-child,
    .column-swap .et_pb_row_inner .et_pb_column:last-child {
        margin-right: 0%;
        margin-left: 0;
        width: 50%;
    }
    
    .column-swap .et_pb_column,
    .column-swap .et_pb_row .et_pb_column:first-child {
        margin-right: 0;
        width: 50%;
    }
    /*absolute position image on bottom*/
    
    .bottomAlign img {
        position: absolute;
        bottom: 0;
    }
}

/***END MILITARY STYLE***/
.page-id-3194 .gform_wrapper .ginput_complex .ginput_right,
.page-id-3194 .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
    width: 100%!important
}
#gform_wrapper_6 input[type="submit"] {
    border: 2px solid;
    background: #961326;
    color: #fff;
    border-color: #fff;
    letter-spacing: 0;
    font-size: 20px!important;
    font-weight: 700;
    padding: 11px 20px 12px 20px;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: 'Abel', Helvetica, Arial, Lucida, sans-serif!important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border: 0;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#gform_wrapper_6 input[type="submit"]:hover {
    background-color: #000;
    border-color: #961326;
}
.page-id-3194 .gform_wrapper .top_label input.large,
.page-id-3194 .gform_wrapper .top_label select.large,
.page-id-3194 .gform_wrapper .ginput_complex input[type=text] {
    width: 100%!important;
}
.page-id-3194 .alertFormWrapper {
    max-width: 600px;
    margin: 0 auto;
}
.page-id-3194 .alertFormBody .gform_wrapper input,
.page-id-3194 .alertFormBody .gform_wrapper select {
    height: auto;
    padding: 10px!important;
}
.page-id-3194 .gform_wrapper label {
    display: none!important;
}
@media (min-width:577px) {
    .page-id-3194 input#input_6_1_6 {
        width: 94.5%!important;
    }
    
    .page-id-3194 input#input_6_3,
    .page-id-3194 input#input_6_4_4 {
        width: 100%!important;
    }
    
    .page-id-3194 div#input_6_4 {
        width: 101.5%!important;
    }
    
    .page-id-3194 .alertFormBody {
        padding-left: 15px;
    }
}
@media (max-width:577px) {
    .page-id-3194 .alertFormBody {
        padding-left: 0px;
    }
    
    .page-id-3194 div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 100%!important;
    }
    
    .page-id-3194 .gform_wrapper .ginput_container span {
        display: inline!important;
    }
    
    .page-id-3194 .gform_wrapper .ginput_complex .ginput_right,
    .page-id-3194 .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
        width: 100%!important
    }
    
    .page-id-3194 span#input_6_1_6_container,
    .page-id-3194 .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
    .page-id-3194 .gform_wrapper .ginput_complex .ginput_right,
    .page-id-3194 span#input_6_4_4_container {
        width: 100%!important;
        margin: 10px 0!important;
    }
}
.page-id-3194 .gform_wrapper label[for="input_6_9"],
.page-id-3194 .gform_wrapper label[for="input_6_6"],
.page-id-3194 .gform_wrapper label[for="input_6_7"] {
    display: block!important;
    color: #fff!important;
}
.page-id-3194 div.ginput_complex.ginput_container.gf_name_has_2 span,
.page-id-3194 .gform_wrapper .ginput_complex .ginput_left,
.page-id-3194 .gform_wrapper .ginput_complex .ginput_right {
    width: 49%!important;
    margin-right: 0%!important;
    padding-right: 0;
}
.page-id-3194 .gform_wrapper .ginput_complex .ginput_right,
.page-id-3194 .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
    margin-left: 0;
    margin-right: 0!important;
    width: 49%!important;
    float: right;
}
#fullFormContainer iframe {
    width: 660px;
    height: 3350px;
    margin: 20px auto;
    display: block;
}
#fullFormContainer .et_pb_code {
    width: 100%;
    position: relative;
    float: left;
}
#calculate-earning.et_pb_button:after {
    content: "\33";
}

/*recruiter sign up form*/
#gform_wrapper_6 a.chosen-single {
    font-size: 18px;
    letter-spacing: 0;
    padding-top: 2px;
    height: 29px;
}

/*TEAM MATCH EMBED FORM*/
#militaryCamo {
    background: linear-gradient(0deg, #393e1c, #dee2d6);
    background-size: 400% 400%;
    -webkit-animation: camo 23s ease infinite;
    -moz-animation: camo 23s ease infinite;
    animation: camo 23s ease infinite;
}
@-webkit-keyframes camo {
    0% {
        background-position: 51% 0%
    }
    
    50% {
        background-position: 50% 100%
    }
    
    100% {
        background-position: 51% 0%
    }
}
@-moz-keyframes camo {
    0% {
        background-position: 51% 0%
    }
    
    50% {
        background-position: 50% 100%
    }
    
    100% {
        background-position: 51% 0%
    }
}
@keyframes camo {
    0% {
        background-position: 51% 0%
    }
    
    50% {
        background-position: 50% 100%
    }
    
    100% {
        background-position: 51% 0%
    }
}

/*SIGN FOR ALERTS FORM CUSTOM STYLES*/
.alertFormInner2Container {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 0;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin-top: 20px;
    text-align: center;
}
.alertFormInner2Container.activeContainer {
    height: 600px;
}
.alertFormInner2 {
    float: none;
    margin: 0 auto;
    width: 350px;
    text-align: center;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    padding: 20px 10px;
}
.alertFormInner2 .gform_wrapper {
    float: left;
    width: 100%;
}
.alertFormInner2 .alertFormBody {
    float: left;
    width: 100%;
}
#gform_wrapper_4 ul#gform_fields_4 {
    text-align: center;
}
.alertFormInner {
    background-color: rgba(255, 255, 255, .2);
    /* background-color: rgba(0, 0, 0, .5);*/
    /*border-bottom: 3px solid #961326;*/
}
div#teamLeaseForm .alertFormInner {
    background-color: rgba(0, 0, 0, .2);
}
div#teamLeaseForm .gform_wrapper form {
    overflow: hidden;
}
.alertFormInner h3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.alertFormInner::before {
    border-left: 20px solid #EBEBEB;
    border-right: 20px solid #EBEBEB;
    border-top: 20px solid #961326;
}
.alertFormHeader {
    background-color: #961326;
    text-align: center;
    color: #fff;
    padding: 23px 0 15px;
}
.alertFormHeader h2 {
    color: #fff;
    font-weight: bold;
}
#gform_wrapper_4 label.gfield_label,
#gform_wrapper_4 .ginput_complex label {
    color: #eee!important;
    font-size: 18px!important;
    display: none;
}
#gform_wrapper_4 input[type="text"] {
    padding: 5px 10px!important;
}
#gform_wrapper_4 span#input_4_1_3_container {
    display: inline-block;
    width: 49%!important;
    float: left;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border: 0;
}
span#input_4_1_3_container {
    margin-right: 2%!important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border: 0;
}
#gform_wrapper_4 div.ginput_container_name span {
    padding-right: 0!important;
    float: left;
}
#gform_wrapper_4 .top_label div.ginput_complex.ginput_container.gf_name_has_2 {
    width: 100%;
    float: left;
}
#gform_wrapper_4 ul.gform_fields li.gfield {
    padding-right: 0;
}
#gform_wrapper_4 input[type="submit"] {
    border: 2px solid;
    background: #961326;
    color: #fff;
    border-color: #fff;
    letter-spacing: 0;
    font-size: 20px!important;
    font-weight: 700;
    padding: 11px 20px 12px 20px;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: 'Abel', Helvetica, Arial, Lucida, sans-serif!important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border: 0;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#gform_wrapper_4 input[type="submit"]:hover {
    background-color: #000;
    border-color: #961326;
    transition: all 0.2s;
}


#gform_wrapper_4 select#input_4_6 {
    font-size: 18px;
}
.termsConditions {
    text-align: center;
    padding-bottom: 10px;
}
.termsConditions a {
    color: #eee;
    font-size: 12px;
}
i.fa.fa-lock {
    font-size: 20px;
    color: orange;
}
span#input_4_1_6_container {
    max-width: 49%;
}
#gform_wrapper_4 input[type="text"],
select#input_4_6 {
    height: 40px;
}
div#gform_confirmation_wrapper_4 {
    background: radial-gradient(ellipse at top,
    rgba(0,
    0,
    0,
    .4) 0%,
    rgba(0,
    0,
    0,
    0.9) 90%);
    background-color: white;
}
div#gform_confirmation_message_4 {
    color: #fff;
    padding: 6% 7%;
    text-align: center;
    font-size: 18px;
    margin: 2%;
}
label[for="input_4_6"] {
    display: block!important;
    text-align: left;
    padding-left: 1.8%;
}

/*TEAM MATCH PAGE
div#teamLeaseForm #gform_wrapper_4 li#field_4_2 {
    width: 48%;
    margin-right: 2%;
    display: inline-block;
}
div#teamLeaseForm #gform_wrapper_4 li#field_4_3 {
    width: 48%;
    display: inline-block;
}
*/

/*End SIGN FOR ALERTS FORM CUSTOM STYLES*/
.emptyInput {
    background-color: rgba(246,
    202,
    202,
    1)!important;
}
.hideInputs {
    display: none;
}
.blackButton.et_pb_promo_button.et_pb_button {
    background-color: #000;
}

.whiteButton.et_pb_promo_button.et_pb_button {
    background-color: #fff;
	color: #961326 !important;
}

/*
section#comment-wrap {
    display: none;
}*/
.userManual {
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Abel',
    Helvetica,
    Arial,
    Lucida,
    sans-serif;
}
.loadingScreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,
    0,
    0,
    0.85);
}
.loadingScreenBox {
    color: #fff;
    text-align: center;
    width: 300px;
    margin: 150px auto 0;
}
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
.spinner > div {
    background-color: #999;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* STORY PAGE STYLING */
#videoRow .et_pb_slider_carousel {
    display: none;
}
#videoRow .et_pb_carousel_item .et_pb_video_overlay:hover .et_pb_video_play {
    opacity: 0;
}
#videoRow .et_pb_carousel_item:after {
    padding-top: 56%;
}
#videoRow .et_pb_video_overlay_hover {
    z-index: 100000000000000000000;
}
#videoRow {
    padding-top: 0;
}
#videoRow .et_pb_carousel {
    margin-top: 0;
}
.storyVideoRow {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    -webkit-column-gap: 1em;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 1em;
    /* Firefox */
    column-gap: 1em;
}
.storyVideoRow .videoBox {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
.page-id-1659 .et_pb_row_0 .et_pb_column_1 {
    width: 70.333%;
}
.page-id-1659 #maxMoney .et_pb_video_box video {
    width: 100% !important;
    background-color: #000;
    height: 550px!important;
}
.page-id-1659 .et_pb_video_overlay {
    background-position: bottom right;
}
.page-id-785 .et_pb_video_overlay {
    background-position: center;
}
.page-id-1659 #maxMoney .et_pb_text_0 {
    margin-top: 0px!important;
}
.page-id-1659 #maxMoney .et_pb_column_1_3 {
    height: 550px;
    padding: 30px;
    margin-right: 0;
    background-color: rgba(0,
    0,
    0,
    0.7);
}
.page-id-2186 .et_pb_column_1 {
    background-color: rgba(0,
    0,
    0,
    0.7);
}
.page-id-1659 #maxMoney .et_pb_video_0,
.page-id-1659 #maxMoney .fluid-width-video-wrapper,
.page-id-1659 #maxMoney .et_pb_video_box {
    height: 550px;
    padding-top: 0!important;
}
.storyVideo h1 {
    color: #fff;
    font-family: oswald;
    font-weight: 400!important;
    font-size: 31px;
    text-shadow: 0 3px 40px rgba(0,
    0,
    0,
    0.45);
}

/*
		.storyVideo {
			min-height:370px;
		 background-image:url("/wp-content/uploads/2015/12/videoBarBg.jpg");
		  background-position:center;
		  background-size:cover;
		  background-repeat:no-repeat;
		  }
		  .storyVideoContainer {
			 width:1500px;
			  margin:0 auto;
			  padding:40px 0;
			}
  */
.page-id-1659 .et_pb_row_0 {
    padding: 0;
}
.storyContainer {
    background-image: url("/wp-content/uploads/2015/12/sliderBg2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 720px;
}
.storyBlackBg {
    margin-left: 8%;
    width: 39%;
    padding: 130px 150px;
    float: left;
    height: 720px;
    background-color: rgba(0,
    0,
    0,
    0.7);
}
.storyContainer p {
    font-size: 21px;
    line-height: 34px;
    font-weight: 300!important;
}
.storyRedBar {
    background-color: rgba(147,
    19,
    41,
    0.6);
    padding: 27px 165px 28px;
    width: 53%;
    margin-top: 555px;
    text-align: right;
    float: right;
}
.storyH1sp {
    color: #ca1a39;
    font-weight: 700!important;
}
.maxSectionHeading h1,
.videoSectionHeading h1,
.storyContainer h2,
.storyContainer h3,
.storyContainer p {
    color: #fff;
    font-family: oswald;
    padding: 0;
    margin: 0;
}
.maxSectionHeading h1 {
    font-size: 62px;
}
.page-id-1659 .videoSectionHeading h1 {
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1em;
    font-weight: 400!important;
}
.storyContainer h2 {
    font-size: 41px;
    line-height: 37px;
    font-weight: 700!important;
}
.storyContainer h3 {
    font-size: 27px;
    line-height: 44px;
    font-weight: 400!important;
}
@media (min-width:1950px) {
    .page-id-1659 #maxMoney .et_pb_video_0,
    .page-id-1659 #maxMoney .fluid-width-video-wrapper,
    .page-id-1659 #maxMoney .et_pb_video_box {
        height: 550px;
        padding-top: 0!important;
        max-width: none;
        float: right;
        width: 100%;
    }
}
@media (max-width:1500px) {
    .page-id-697 .maxSectionHeading {
        font-size: 52px;
        letter-spacing: 0;
    }
    .page-id-1659 .videoSectionHeading h1 {
        font-size: 42px;
        line-height: 54px;
    }
    .page-id-1659 #maxMoney .et_pb_video_overlay {
        background-position: right;
    }
}
@media (max-width:1300px) {
    .page-id-1659 .videoSectionHeading h1,
    .maxSectionHeading {
        font-size: 36px;
        line-height: 44px;
    }
    .maxSectionText.et_pb_text {
        font-sizse: 16px;
        line-height: 1.2em;
    }
}
@media (max-width:1200px) {
    .page-id-1659 #maxMoney .et_pb_column_1_3 {
        margin-right: 0;
        width: 33%;
    }
    .page-id-1659 .et_pb_row_0 .et_pb_column_1 {
        width: 67%;
    }
}
@media (max-width:1050px) {
    .page-id-1659 .videoSectionHeading h1 {
        font-size: 36px;
        line-height: 44px;
    }
}
@media (max-width:980px) {
    .page-id-1659 #maxMoney .et_pb_column_1_3 {
        height: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .page-id-1659 .et_pb_row_4col .et_pb_column {
        margin-bottom: 10px;
    }
    .page-id-1659 #maxMoney .et_pb_video_overlay {
        background-position: bottom;
    }
    .page-id-1659 #maxMoney .et_pb_column_2_3 {
        margin-bottom: 20px;
    }
    .page-id-1659 #maxMoney .et_pb_video_0,
    .page-id-1659 #maxMoney .fluid-width-video-wrapper,
    .page-id-1659 #maxMoney .et_pb_video_box {
        height: auto;
    }
    .page-id-1659 #maxMoney .fluid-width-video-wrapper {
        padding-top: 56.2963%!important;
    }
    .page-id-1659 #maxMoney .et_pb_video_box video {
        height: auto!important;
    }
}
body #page-container .et_pb_cta_0.et_pb_promo .et_pb_button,
.page-id-697 #videoSection .et_pb_promo_button,
body #page-container .et_pb_cta_5.et_pb_promo .et_pb_button,
body #page-container .et_pb_cta_4.et_pb_promo .et_pb_button,
body #page-container .et_pb_cta_2.et_pb_promo .et_pb_button {
    border: 2px solid #fff!important;
}
body #page-container .et_pb_cta_1.et_pb_promo .et_pb_button,
body #page-container .et_pb_cta_3.et_pb_promo .et_pb_button {
    background: #961326!important;
    border-color: 2px solid #fff!important;
    line-height: 1.1em;
}
body #page-container .et_pb_cta_1.et_pb_promo .et_pb_button:hover,
body #page-container .et_pb_cta_3.et_pb_promo .et_pb_button:hover {
    border-color: #961326!important;
    background: #000!important;
}
.page-id-30526  #page-container .et_pb_section .et_pb_button:hover {
	border-color: #fff!important;
    background-color: #961326!important;
}
.button_partner,
.button_search {
    color: #ffffff!important;
    background: #961326;
    border: 2px solid #fff;
    letter-spacing: 0;
    font-size: 23px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.1em;
}
.marginTop,
.marginTop2 {
    margin-top: -35px;
}
.button_search {
    background: #961326;
    border: 2px solid #ffffff;
}
.marginTop2 .button_search {
    background: #961326;
    border: 2px solid #961326;
    color: #fff!important;
}
.button_search:nth-child(2) {
    margin-left: 10px;
}
.button_partner:hover {
    background: #000000 !important;
    letter-spacing: 0px;
    padding-left: 0.7em;
    border: 2px solid #961326;
    padding-right: 2em;
}
.button_search:hover {
    background: #000000 !important;
    letter-spacing: 0px;
    padding-left: 0.7em;
    padding-right: 2em;
}
.marginTop2 .button_search:hover {
    color: #fff!important;
}
.single-post .entry-content {
    color: #444;
}
.single-post #respond span,
.single-post p.logged-in-as,
.single-post .et_post_meta_wrapper h1,
.single-post #left-area .post-meta {
    color: #444;
}
.single-post #left-area .post-meta a {
    color: #cf0224;
}
.single-post article {
    background-color: #f0f0f0;
}
.single-post article #commentform textarea {
    background-color: #fff;
    border: 2px solid;
}

/*	
	.single-post article #respond {
	  border-top:2px solid #000;
		}
*/
.single-post article .et_post_meta_wrapper > h1 {
    padding: 20px 30px;
    background-color: rgba(150,
    19,
    38,
    1);
    color: #fff;
}
body .category .et_pb_section.et_pb_section_1.et_section_regular {
    background: #fff;
}
.single-post article .entry-content,
.single-post article #comment-wrap {
    padding: 20px 30px;
}
div#sidebar .et_pb_widget widget_recent_entries,
div#recent-posts-2 {
    padding: 0 5%;
}
.single-post article .et_post_meta_wrapper .post-meta {
    padding: 10px 30px;
    border-bottom: 2px solid #000;
    color: #fff;
    background-color: rgba(200,
    200,
    200,
    1);
}
.page-id-697 .et_pb_promo_button {
    margin-top: 10px;
    width: 100%;
}

/* List indent*/
.driversList li {
    /*
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;*/
    padding-left: 1em;
}
.driversList h3 {
    color: #fff;
    padding-left: 1em;
}
.driversList a {
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
}

/* Team max headings */
.page-id-3810 .et_pb_button:last-child {
    margin-left: 10px;
}
.page-id-3810 .equipHeroBtns .et_pb_button:last-child {
    margin-left: 0;
    margin-top: 10px;
}
@media (max-width:1400px) {
    .page-id-3810 .equipHeroBtns a {
        width: 100%;
        margin: 0 0 10px!important;
    }
    .page-id-697 .et_pb_text_6 {
        font-size: 56px;
    }
    .page-id-697.et_pb_gutters3 .et_pb_column_1_3 {
        width: 400px;
    }
}

/* delete me soon */
textarea.et_pb_contact_message.input {
    display: none;
}

/* ---------------------------------------------------------------------- */

/* -------------------------- Global Styles -------------------------- */

/* ---------------------------------------------------------------------- */
body {
    /*font-family: 'Source Sans Pro', sans-serif; /* -- font-weights: 200 / 300 / 400 / 600 / 700 / 900 -- */
    font-size: 10px;
    letter-spacing: .1em;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at top,
    rgba(0,
    0,
    0,
    .4) 0%,
    rgba(0,
    0,
    0,
    0.9) 90%);
    background: -webkit-radial-gradient(top,
    ellipse,
    rgba(0,
    0,
    0,
    0.4) 0%,
    rgba(0,
    0,
    0,
    0.9) 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000',
    endColorstr='#000000',
    GradientType=1);
    background-attachment: fixed;
    background-size: 200%;
    background-position: center top;
}
::selection {
    background-color: rgba(150,
    19,
    38,
    1);
	color: rgba(255,
    255,
    255,
    1);
    /* WebKit/Blink Browsers */
}
::-moz-selection {
    background-color: rgba(150,
    19,
    38,
    1);
	color: rgba(255,
    255,
    255,
    1);
    /* Gecko Browsers */
}

/* .backgroundColorOverlay { content:""; position:fixed; top:0; right:0; bottom:0; left:0; background-color:rgba(0,0,0,.5); mix-blend-mode:multiply; z-index:-1; } */

/*
#page-container {
-webkit-transform:translate3d(0, 0, 0vw) rotateY(0deg);
transform:translate3d(0, 0, 0) rotateY(0deg);
-webkit-transform-style:preserve-3d;
transform-style: preserve-3d;
perspective:90vw;
-webkit-perspective-origin:center center;
perspective-origin:center center;
}
*/
a {
    color: rgba(255,
    255,
    255,
    1);
    /* text-shadow: 0px 1px 0px rgba(0,0,0,.6); */
}
p {
    font-size: 20px;
}
.et_pb_section {
    padding: 0px !important;
}
.container,
.et_pb_row {
    width: 80%;
    max-width: 80%;
}

/* Footer menu */
#et-footer-nav {
    opacity:0;
    height:0;
    overflow:hidden;
}
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
h2 {
    font-size: 30px;
}
p,
.driverPagesHeadings {
    line-height: 1.5em;
}

/* ---------------------------------------------------------------------- */

/* -------------------------- Main Menu Styles -------------------------- */

/* ---------------------------------------------------------------------- */
#main-header {
    height: 80px;
    background-color: rgba(150,
    19,
    38,
    1)
}
#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover,
.fullwidth-menu a:hover,
#et-info-email:hover,
.et-social-icons a:hover {
    opacity: 1;
}

/* Header menu shrinkage prevented in footer.php - line 55 */
.et_menu_container {
    z-index: 999;
}
#top-menu li a {
    color: rgba(255,
    255,
    255,
    1) !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.5px!important;
}
#logo {
    max-height: 50%;
    vertical-align: inherit;
    margin-top: 28px;
}

/*img#logo::after {content: url(/wp-content/uploads/2015/12/USX-Enterprise_ServiceLogoShortLogo2.png);}*/

/*.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation { padding-top: 17px; }*/
.nav li ul {
    margin-top: -10px;
    border-top: none;
    padding: 10px 0;
    box-shadow: 0px 0px 10px rgba(0,
    0,
    0,
    .4);
}
#top-menu li,
.fullwidth-menu li {
    padding-right: 0px;
    letter-spacing: 0;
    font-family: "Oswald",
    sans-serif !important;
}
#top-menu li a:after,
.fullwidth-menu li a:after {
    content: "|";
    font-size: 12px;
    color: rgba(255,
    255,
    255,
    .5);
    margin: 0px 0 0 10px;
}
#top-menu li a {
    padding-left: 4px;
}

/*
#top-menu > li:last-child > a:after,
.fullwidth-menu > li:last-child > a:after {
    content: none;
}
*/
#top-menu li a {
    color: rgba(255,
    255,
    255,
    1) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
#top-menu li a:hover {
    color: #eee;
}
#top-menu li li a,
.fullwidth-menu li li a {
    width: 100%;
    color: #191919 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 10px 0 10px 20px;
}
#top-menu li li a:hover,
.fullwidth-menu li li a:hover,
#top-menu li li.current-menu-item a {
    color: #000 !important;
    font-weight: 900 !important;
    background-color: rgba(0,
    0,
    0,
    0.03);
}
#top-menu li.current-menu-item > a,
#top-menu li.current-menu-ancestor > a {
    color: rgba(255,
    255,
    255,
    1);
    opacity: 1 !important;
}
#top-menu li.current-menu-item > a:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 5px;
}
#top-menu li li,
.nav li li {
    width: 100%;
    padding: 0px 0px;
}
#menu-item-80 {
    padding-right: 0 !important;
}
#menu-item-2387,
#menu-item-80 {
    cursor: default;
}
#menu-item-80 > a {
    cursor: default;
}
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li ul li a,
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li ul li a:hover {
    color: rgba( 0,
    0,
    0,
    0.6);
}
#menu-item-80 {
    padding-right: 0 !important;
    cursor: default;
}
#top-menu .menu-item-has-children > a:first-child::after,
.fullwidth-menu .menu-item-has-children > a:first-child::after,
#et-secondary-nav .menu-item-has-children > a:first-child::after {
    font-family: FontAwesome;
    content:/* '\f13a' */
    '\00A0' '|';
    margin: 0px 0px 0px 0px;
}
a#item-2660 {
    word-spacing: 2px;
}

/*Home Page Stroke*/
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    background-color: rgba(0,
    0,
    0,
    0.6);
    padding: 30px 30px;
}
#equipInfo .et_pb_column_1 .et_pb_code_0 {
    margin: 0 auto;
    width: 50px;
}
#equipInfo .et_pb_column_1 .et_pb_code_0 .et_pb_fullwidth_header_scroll {
    position: absolute;
    bottom: 20px;
}
#equipInfo .et_pb_column_1 .et_pb_code_0 .et_pb_fullwidth_header_scroll .et-pb-icon {
    color: #fff;
    font-size: 50px;
}
@media only screen and (max-width:980px) {
    .page-id-3810 .equipHeroBtns a {
		
		width: auto!important; 
        margin: 0 0 10px 0!important;
    }
    .page-id-3810 .equipHeroBtns a:first-child {
        margin: 0 10px 10px 0!important;
    }
    .page-id-3810 .equipHeroBtns a:last-child {
        margin: 0 auto 20px!important;
    }
    .page-id-3810 .equipHeroBtns .et_pb_button:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    .page-id-3810 .equipHeroBtns {
        width: 287px!important;
    }
    .page-id-3810 .et_pb_text_2 {
        text-align: center;
    }
    .post-72 .et_pb_row.et_pb_row_1.et_pb_equal_columns h1 {
        text-align: center;
    }
}
@media (max-width:600px) {
    .page-id-3810 .et_pb_button {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:500px) {
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        width: 90%;
    }
    .page-id-3810 .equipHeroBtns {
        width: 250px!important;
    }
	.page-id-3810 .equipHeroBtns a {
		
		width: 100%!important; 
        margin: 0 auto 10px !important;
    }
	   .page-id-3810 .equipHeroBtns a:first-child {
        margin: 0 auto 10px !important;
    }
    .page-id-3810 .et_pb_button {
        margin-bottom: 0px;
    }
}
@media (max-width:350px) {
    .page-id-3810 .et_pb_button:last-child {
        margin-left: 0;
    }
}

/*
#top-menu > #menu-item-110:after, #top-menu > #menu-item-111{ 
    content: ""; 
    position: absolute; 
    z-index: -5; width: 110%;  
    margin: -45px 0 0 -6px;
    height:40px;
    background-color:#000;


}
#top-menu > #menu-item-110:after, #top-menu > #menu-item-111:after {

    content: ""; 
    position: absolute; 
    z-index: -5; 
    width: 110%; 

    margin: -45px 0 0 -6px; 
    height:40px;
    background-color:#000;

 
}
#top-menu > #menu-item-111:after { 
    content:''; 
    width:110%; 
}
*/
#top-menu > #menu-item-110 a,
#top-menu > #menu-item-2597 a,
#top-menu > #menu-item-111 a {
    padding-left: 0;
    color: #fff!important;
    background-color: #000;
    padding: 20px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 2px solid #000;
    font-family: "Oswald",
    sans-serif !important;
    letter-spacing: .01em;
    margin-left: 5px;
}
#top-menu > #menu-item-110:hover a,
#top-menu > #menu-item-111:hover a,
#top-menu > #menu-item-2597:hover a {
    color: #fff!important;
	opacity: 0.8;
}

#et_search_icon:before {
    font-family: FontAwesome;
    color: rgba(255,
    255,
    255,
    1);
    content: "\f002";
}
#top-menu #menu-item-110 a:after,
#top-menu #menu-item-2597 a:after,
#top-menu #menu-item-111 a:after,
#top-menu #menu-item-2660 a:after {
    display: none;
}

/*
#top-menu > #menu-item-110, #top-menu > #menu-item-111 {
	     margin: 0 7px; 
	}
*/
#top-menu > #menu-item-2660 {
    padding-right: 10px;
}
#top-menu .menu-item-has-children > a:first-child {
    padding-right: 13px;
}
@media only screen and (min-width: 981px) {
    .et_header_style_left #et-top-navigation,
    .et_header_style_split #et-top-navigation {
        padding: 20px 0 0 0!important;
    }
}

/* BENEFITS SIDEBAR*/
.benefitsList h2 {
    color: #fff;
}
.benefitsList .et_pb_toggle_content p {
    font-size: 18px;
}

/*
.benefitsList li:before {
    content: "+";
    margin-right: 4px;
} 
  */

/* ---------------------------------------------------------------------- */

/* -------------------------- Mobile Menu Styles ------------------------ */

/* ---------------------------------------------------------------------- */
.mobile_menu_bar::before {
    color: rgba(255,
    255,
    255,
    1) !important;
    font-size: 36px;
}
#et_mobile_nav_menu {
    margin-top: -10px;
}
.et_mobile_menu {
    padding: 2%;
    top: 50px;
    border-top: none;
}
#main-content,
.et_pb_section {
    background-color: rgba(0,
    0,
    0,
    0);
}
#main-footer {
    background: none;
    width: 100%;
    bottom: 0;
}
h1 {
    font-weight: 900 !important;
}

/************************ ---- Begin 2nd Slide / Military ---- ************************/
.page-id-72 .et_pb_slide:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2,
.page-id-2692 .et_pb_slide:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2 {
    font-size: 40px;
}
.page-id-72 .et_pb_slide:nth-child(2) > div:nth-child(1) > .et_pb_slide_image,
.page-id-2692 .et_pb_slide:nth-child(2) > div:nth-child(1) > .et_pb_slide_image {
    width: 38.7%;
    left: 210px;
    margin-top: -156px !important;
}
.page-id-72 .et_pb_slide:nth-child(2) > div:nth-child(1) > .et_pb_slide_image img,
.page-id-2692 .et_pb_slide:nth-child(2) > div:nth-child(1) > .et_pb_slide_image img {
    max-width: 404px;
    max-height: none !important;
}
.page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image,
.page-id-2692 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image {
    width: 38.7%;
    left: 210px;
    margin-top: -180px !important;
}
.page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2,
.page-id-2692 .et_pb_slide:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2 {
    font-size: 40px;
}
.page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image img,
.page-id-2692 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image img {
    max-width: 404px!important;
    max-height: none !important;
}
.page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image:after,
.page-id-2692 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image:after {
    content: "";
    width: 470px;
    height: 285px;
    position: absolute;
    top: 30px;
    left: -210px;
    z-index: -1;
    background-image: url("/wp-content/uploads/2015/10/trucks_desert.jpg");
    background-size: 110%;
    background-position: -55px center;
    border: 2px solid rgba(255,
    255,
    255,
    .5);
    box-shadow: 0px 0px 10px rgba(0,
    0,
    0,
    .5);
}
.page-id-72 .et_pb_slide:nth-child(2) > div:nth-child(1) > .et_pb_slide_image:after,
.page-id-2692 .et_pb_slide:nth-child(2) > div:nth-child(1) > .et_pb_slide_image:after {
    content: "";
    width: 470px;
    height: 285px;
    position: absolute;
    top: 30px;
    left: -210px;
    z-index: -1;
    background-image: url("/wp-content/uploads/2015/10/trucks_desert.jpg");
    background-size: 110%;
    background-position: -55px center;
    border: 2px solid rgba(255,
    255,
    255,
    .5);
    box-shadow: 0px 0px 10px rgba(0,
    0,
    0,
    .5);
}

/************************ ---- End 2nd Slide / Military ---- ************************/

/************************ ---- Begin 3nd Slide / Old Truck ---- ************************/
.page-id-72 div.et_pb_slide_description:nth-child(1) > h2:nth-child(1),
#homeSlider div.et_pb_slide_description:nth-child(1) > h2:nth-child(1) {
    z-index: -1;
    position: relative;
}
#hmpg_slider_swfy_oldTruck {
    width: 650px;
    height: 250px;
    position: absolute;
    top: -245px;
    left: -80px;
    z-index: 100;
}
.page-id-72 .et_pb_slide_description:nth-child(1),
#homeSlider .et_pb_slide_description:nth-child(1) {
    padding-top: 2% !important;
}
.page-id-72 .et_pb_slide_description:nth-child(1) > .et_pb_slide_content,
#homeSlider .et_pb_slide_description:nth-child(1) > .et_pb_slide_content {
    position: relative;
    top: 145px;
    z-index: -1;
    width: 820px;
    margin: 0 auto;
}
.page-id-72 div.et_pb_slide_description:nth-child(1) > a:nth-child(3),
#homeSlider div.et_pb_slide_description:nth-child(1) > a:nth-child(3) {
    position: relative;
    top: 140px;
}

/************************ ---- Begin 3nd Slide / Old Truck ---- ************************/
.page-id-72 .et_pb_slide:nth-child(4) > div:nth-child(1) > .et_pb_slide_image,
#homeSlider .et_pb_slide:nth-child(4) > div:nth-child(1) > .et_pb_slide_image {
    width: 38.7%;
    left: 70px;
}
.page-id-72 .et_pb_slide:nth-child(4) > div:nth-child(1) > .et_pb_slide_image img,
#homeSlider .et_pb_slide:nth-child(4) > div:nth-child(1) > .et_pb_slide_image img {
    max-width: 450px;
    max-height: none !important;
}

/************************ ---- End Hmpg Slides ---- ************************/
.page-id-72 #home_slider,
.page-id-2692 #home_slider,
.page-id-72 .et_pb_slider .et_pb_container {
    height: 33vw;
}

/************************ ---- Begin Hmpg Articles ---- ************************/
.hmpg_article h3 {
    font-weight: 700;
    text-transform: uppercase;
}
.hmpg_article {
    border-bottom: 1px solid rgba(255,
    255,
    255,
    0.4);
    padding-bottom: 20px;
}

/************************ ---- End Hmpg Articles ---- ************************/

/* ---------------------------------------------------------------------- */

/* -------------------------- Homepage Slides ------------------------ */

/* ---------------------------------------------------------------------- */

/*#post-72 { background-color:green;
background-position: top;
background-repeat: no-repeat;
background-size: cover;}
*/

/*#post-72 .et_pb_row:before { content:""; width:100%; height:1px; background-color: rgba(255, 255, 255, 0.4); position:absolute; top:0; left:0;  }*/
.equipmentTitle.et_pb_text_0 {
    letter-spacing: 1px;
}
.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et_pb_video_play {
    background-color: rgba(0,
    0,
    0,
    0.6);
}
@media only screen and ( max-width: 4000px) {
    #home_slider,
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        height: 20vw;
    }
    .page-id-72 .et_pb_slide_with_image .et_pb_slide_description,
    #homeSlider .et_pb_slide_with_image .et_pb_slide_description {
        width: 60%;
    }
    .page-id-72 .et_pb_slide_description,
    #homeSlider .et_pb_slide_description {
        position: relative;
        /*top: 4vw;*/
        
        top: 0;
        left: 15vw;
        padding: 0;
    }
    .page-id-72 .et_pb_slide_description h2,
    #homeSlider .et_pb_slide_description h2 {
        text-transform: uppercase;
        font-weight: 900 !important;
        font-size: 35px;
    }
    .page-id-72 .et_pb_slide:first-child .et_pb_slide_image img,
    #homeSlider .et_pb_slide:nth-child(2) .et_pb_slide_image img {
        max-width: none !important;
        max-height: none !important;
        position: relative;
        top: .5vw;
        width: 30vw;
    }
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        width: 100%;
        min-height: none !important;
    }
    .et_pb_button {
        font-weight: 900;
    }
    .page-id-72 .et_pb_slide_content p,
    #homeSlider .et_pb_slide_content p {
        font-size: 16px;
        line-height: 1.3em;
    }
}
@media only screen and ( max-width: 1920px) {
    #home_slider,
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        height: 530px;
    }
    .page-id-72 .et_pb_slide_with_image .et_pb_slide_description,
    #homeSlider .et_pb_slide_with_image .et_pb_slide_description {
        width: 50%;
    }
    .page-id-72 .et_pb_slide_description,
    #homeSlider .et_pb_slide_description {
        position: relative;
        top: 4vw;
        left: 3vw;
        padding: 0;
    }
    .page-id-72 .et_pb_slide_description h2,
    #homeSlider .et_pb_slide_description h2 {
        text-transform: uppercase;
        font-weight: 900 !important;
        font-size: 35px;
    }
    .page-id-72 .et_pb_slide:first-child .et_pb_slide_image img,
    #homeSlider .et_pb_slide:first-child .et_pb_slide_image img {
        max-width: none !important;
        max-height: none !important;
        position: relative;
        top: .5vw;
        width: 36vw;
    }
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        width: 100%;
        min-height: none !important;
        height: 100%!important;
    }
    .et_pb_button {
        font-weight: 900;
    }
    .page-id-72 .et_pb_slide_content p,
    #homeSlider .et_pb_slide_content p {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.3em;
    }
}
@media only screen and ( max-width: 1600px) {
    .page-id-1659 .et_pb_video_overlay {
        background-size: contain;
        background-color: #000;
    }
}
@media only screen and ( max-width: 1500px) {
    .page-id-72 .et_pb_slide_content p,
    #homeSlider .et_pb_slide_content p {
        font-size: 18px;
        line-height: 1.1em;
    }
    .page-id-72 .et_pb_slide_description:nth-child(1),
    #homeSlider .et_pb_slide_description:nth-child(1) {
        padding-top: 0!important;
    }
    .page-id-72 .et_pb_slide_description,
    #homeSlider .et_pb_slide_description {
        left: 0!important;
    }
    .equipmentTitle.et_pb_text_0 {
        font-size: 54px;
    }
    .equipmentTruck img {
        max-width: 82%;
    }
	.equipmentTruck.equipmentTruck--freightliner img {
		max-width: 100%;
	}
}
@media only screen and ( max-width: 1380px) {
    #home_slider,
    .page-id-72 .et_pb_slider .et_pb_container {
        height: 35vw!important;
    }
    .equipmentTitle.et_pb_text_0 {
        font-size: 50px;
    }
    #top-menu li a {
        font-size: 15px !important;
    }
}
@media only screen and ( max-width: 1280px) {
    #home_slider,
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        height: 25vw;
    }
    .page-id-72 .et_pb_slide_with_image .et_pb_slide_description,
    #homeSlider .et_pb_slide_with_image .et_pb_slide_description {
        width: 50%;
    }
    .page-id-72 .et_pb_slide_description,
    #homeSlider .et_pb_slide_description {
        position: relative;
        top: 4vw;
        left: -4vw;
        padding: 0;
    }
    .page-id-72 .et_pb_slide_description h2,
    #homeSlider .et_pb_slide_description h2 {
        text-transform: uppercase;
        font-weight: 900 !important;
        font-size: 35px;
    }
    .page-id-72 .et_pb_slide:first-child .et_pb_slide_image img,
    #homeSlider .et_pb_slide:first-child .et_pb_slide_image img {
        max-width: none !important;
        max-height: none !important;
        position: relative;
        top: .5vw;
        width: 36vw;
    }
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        width: 100%;
        min-height: none !important;
    }
    .et_pb_button {
        font-weight: 900;
    }
    .page-id-72 .et_pb_slide_content p,
    #homeSlider .et_pb_slide_content p {
        font-size: 16px;
        line-height: 1.3em;
    }
    #home_slider,
    .page-id-72 .et_pb_slider .et_pb_container {
        height: 39vw!important;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image {
        left: 100px!important;
        width: 30%!important;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image:after,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image:after {
        width: 380px!important;
        height: 227px!important;
        top: 33px!important;
        left: -55px!important;
        background-size: 120%!important;
    }
    .equipmentTitle.et_pb_text_0 {
        font-size: 45px;
    }
    #logo {
        max-height: 29px;
    }
}
@media only screen and ( max-width: 1185px) {
    #top-menu > #menu-item-110 a,
    #top-menu > #menu-item-111 a {
        padding: 20px 10px;
    }
    #top-menu > #menu-item-203 {
        padding-right: 5px;
    }
    #top-menu li a {
        padding-left: 0px;
        font-size: 14px !important;
    }
    #logo {
        max-height: 24px;
    }
}
@media only screen and (max-width:1120px) {
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image {
        left: 100px!important;
        width: 30%!important;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2 {
        font-size: 30px!important;
    }
    .page-id-72 .et_pb_slide_with_image .et_pb_slide_description,
    #homeSlider .et_pb_slide_with_image .et_pb_slide_description {
        width: 40%;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image:after,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image:after {
        width: 380px!important;
        height: 227px!important;
        top: 33px!important;
        left: -55px!important;
        background-size: 120%!important;
    }
}
@media only screen and (max-width:1099px) {
    .equipmentTitle.et_pb_text_0 {
        font-size: 39px;
    }
}
@media only screen and (max-width:1080px) {
    .page-id-72 .et_pb_slide_description:nth-child(1) > .et_pb_slide_content,
    #homeSlider .et_pb_slide_description:nth-child(1) > .et_pb_slide_content {
        width: 100%!important;
    }
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-width: 80%;
    }
    #top-menu li a {
        padding-left: 0px;
        font-size: 13px !important;
    }
}
@media only screen and (max-width:1040px) {
    #top-menu li a:after,
    .fullwidth-menu li a:after {
        margin: 0 0 0 5px!important;
    }
    #top-menu .menu-item-has-children > a:first-child {
        padding-right: 9px;
    }
}
@media only screen and ( max-width: 980px) {
    .button_partner,
    .button_search {
        width: auto!important;
    }
    #home_slider,
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        height: 49vw!important;
    }
    .page-id-72 .et_pb_slide:first-child .et_pb_slide_image img,
    #homeSlider .et_pb_slide:first-child .et_pb_slide_image img {
        max-width: none !important;
        max-height: none !important;
        position: relative;
        top: .5vw;
        width: 43.5vw;
        left: -2vw;
    }
    .page-id-72 .et_pb_media_alignment_center .et_pb_slide_image,
    #homeSlider .et_pb_media_alignment_center .et_pb_slide_image {
        top: 16vw;
    }
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        width: 90%;
        min-height: none !important;
    }
    .page-id-72 .et_pb_slide_description,
    #homeSlider .et_pb_slide_description {
        text-align: center !important;
    }
    .page-id-72 .et_pb_row,
    .et_pb_column .et_pb_row_inner {
        padding: 50px 0px;
    }
    .et_pb_section .et_pb_column .et_pb_module {
        margin-bottom: 0px;
    }
    .et_pb_column {
        margin-bottom: 0px;
    }
    .et_pb_column .et_pb_blog_grid .column.size-1of2 {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
    .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 0;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image {
        margin-top: -135px!important;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image img,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image img {
        max-width: 350px!important;
    }
    .page-id-72 .et_pb_slide:nth-child(3) .et_pb_slide_description h2,
    #homeSlider .et_pb_slide:nth-child(3) .et_pb_slide_description h2 {
        font-size: 30px;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image {
        left: 50px!important;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2 {
        font-size: 21px!important;
    }
    .equipmentTitle.et_pb_text_0 {
        font-size: 54px;
    }
    .equipmentTitle {
        text-align: center;
        padding: 3% 3% 0 3%;
    }
    .equipmentTitle.et_pb_text_1 {
        padding: 5% 0;
        line-height: 1.5em;
    }
    .equipmentTruckRow img {
        padding: 5% 0;
    }
    .equipmentTruck img {
        max-width: 100%;
    }
}
@media only screen and ( max-width: 920px) {
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image {
        margin-top: -120px !important
    }
}
@media only screen and ( max-width: 830px) {
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image {
        margin-top: -135px!important;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image img,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image img {
        max-width: 280px!important;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image:after,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image:after {
        width: 300px!important;
        height: 189px!important;
    }
    #home_slider,
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        height: 420px!important;
    }
    .page-id-72 .et_pb_slide_content p,
    #homeSlider .et_pb_slide_content p {
        font-size: 15px;
    }
}
@media only screen and ( max-width: 767px) {
    .page-id-3194 .ginput_container_select select {
        font-size: 17px;
    }
    .page-id-2186 .equipmentTruckRow .et_pb_column_13 .et-pb-controllers a {
        background-color: #ccc!important;
    }
    .page-id-2186 .equipmentTruckRow .et_pb_column_13 .et-pb-controllers .et-pb-active-control {
        background-color: #961326!important;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image {
        margin-top: 0!important;
    }
    #footer-bottom {
        float: left;
        width: 100%;
        padding-bottom: 75px!important;
    }
    .page-id-72 .et_pb_slide:nth-child(3) .et_pb_slide_image img,
    #homeSlider .et_pb_slide:nth-child(3) .et_pb_slide_image img {
        width: 270px;
    }
    #homeSlider .et_pb_fullwidth_slider_0 .et_pb_slide:nth-child(3) .et_pb_slide_description {
        margin-top: 225px;
    }
    #home_slider,
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        height: 480px!important;
    }
    .page-id-72 .et_pb_bg_layout_dark .et_pb_slide_content,
    #homeSlider .et_pb_bg_layout_dark .et_pb_slide_content {
        letter-spacing: 1px;
    }
    .page-id-72 .et_pb_slide_with_image .et_pb_slide_description,
    #homeSlider .et_pb_slide_with_image .et_pb_slide_description {
        width: 100%;
    }
    .page-id-72 .et_pb_fullwidth_slider_0 .et_pb_slide_description,
    #homeSlider .et_pb_fullwidth_slider_0 .et_pb_slide_description {
        margin-top: 250px;
    }
    .page-id-72 .et_pb_slide_content p,
    #homeSlider .et_pb_slide_content p {
        font-size: 14px;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image img,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image img {
        max-width: 245px!important;
    }
    #home_slider,
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        height: 35vw;
    }
    .page-id-72 .et_pb_slide:first-child .et_pb_slide_image img,
    #homeSlider .et_pb_slide:first-child .et_pb_slide_image img {
        max-width: none !important;
        max-height: none !important;
        position: relative;
        top: 2.5vw;
        width: 52.5vw;
        left: -17vw;
    }
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        width: 90%;
        min-height: none !important;
    }
    .page-id-72 .et_pb_slide_image,
    #homeSlider .et_pb_slide_image {
        display: block;
        top: 0 !important;
        margin-top: 0 !important;
    }
    .page-id-72 .et_pb_slide_with_image .et_pb_slide_description,
    #homeSlider .et_pb_slide_with_image .et_pb_slide_description {
        width: 90%;
    }
    .page-id-72 .et_pb_slide_content p,
    #homeSlider .et_pb_slide_content p {
        font-size: 15px;
    }
    .page-id-72 .et_pb_slide_description,
    #homeSlider .et_pb_slide_description {
        top: -29vw;
        left: 23vw;
        padding: 0px;
        text-align: center !important;
    }
    .page-id-72 .et_pb_slide_description h2,
    #homeSlider .et_pb_slide_description h2 {
        font-size: 28px !important;
        line-height: 1em;
    }
    .et_pb_row,
    .et_pb_column .et_pb_row_inner {
        padding: 10px 0px;
    }
    .et_pb_section .et_pb_column .et_pb_module {
        margin-bottom: 0px;
    }
    .et_pb_column .et_pb_blog_grid .column.size-1of2 {
        width: 50% !important;
        margin: 0px 0% 0% 0px !important;
    }
    #homeSlider .et_pb_slide_content {
        font-size: 18px!important;
        line-height: 1.1em;
    }
}
@media only screen and ( max-width: 700px) {
    .page-id-72 .et_pb_fullwidth_slider_0 .et_pb_slide_description,
    #homeSlider .et_pb_fullwidth_slider_0 .et_pb_slide_description {
        margin-top: 235px;
    }
    #home_slider,
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        height: 480px!important;
    }
    #swiffycontainer_2 {
        transform: scale(0.9);
        padding-top: 30px;
        margin-left: -30px;
    }
    .page-id-72 .et_pb_fullwidth_slider_0 .et_pb_slide:nth-child(3) .et_pb_slide_description,
    #homeSlider .et_pb_fullwidth_slider_0 .et_pb_slide:nth-child(3) .et_pb_slide_description {
        margin-top: 200px;
    }
}
@media only screen and ( max-width: 640px) {
    .et_pb_row {
        width: 90%;
    }
    .page-id-72 .et_pb_fullwidth_slider_0 .et_pb_slide_description,
    #homeSlider .et_pb_fullwidth_slider_0 .et_pb_slide_description {
        margin-top: 215px;
    }
    .page-id-72 .et_pb_fullwidth_slider_0 .et_pb_slide:nth-child(3) .et_pb_slide_description,
    #homeSlider .et_pb_fullwidth_slider_0 .et_pb_slide:nth-child(3) .et_pb_slide_description {
        margin-top: 160px;
    }
    #swiffycontainer_2 {
        transform: scale(0.8);
        padding-top: 40px;
        margin-left: -50px;
    }
    #home_slider,
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        height: 500px!important;
    }
    .page-id-72 .et_pb_slide:first-child .et_pb_slide_image img,
    #homeSlider .et_pb_slide:first-child .et_pb_slide_image img {
        max-width: none !important;
        max-height: none !important;
        position: relative;
        top: 4.5vw;
        width: 44.5vw;
        left: -20vw;
    }
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        width: 90%;
        min-height: none !important;
    }
    .page-id-72 .et_pb_slide_image,
    #homeSlider .et_pb_slide_image {
        display: block;
        top: 0 !important;
        margin-top: 0 !important;
    }
    .page-id-72 .et_pb_slide_with_image .et_pb_slide_description,
    #homeSlider .et_pb_slide_with_image .et_pb_slide_description {
        width: 94%;
    }
    .page-id-72 .et_pb_slide_description,
    #homeSlider .et_pb_slide_description {
        top: -25vw;
        left: 19vw;
        padding: 0px;
        text-align: center !important;
    }
    .page-id-72 .et_pb_slide_description h2,
    #homeSlider .et_pb_slide_description h2 {
        font-size: 28px !important;
        line-height: 1em;
    }
}
@media only screen and ( max-width: 580px) {
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2 {
        line-height: 1em;
    }
    .page-id-72 .et_pb_fullwidth_slider_0 .et_pb_slide:nth-child(3) .et_pb_slide_description,
    #homeSlider .et_pb_fullwidth_slider_0 .et_pb_slide:nth-child(3) .et_pb_slide_description {
        margin-top: 130px;
    }
    #swiffycontainer_2 {
        transform: scale(0.7);
        padding-top: 50px;
        margin-left: -80px;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image img,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image img {
        max-width: 205px!important;
    }
    .page-id-72 .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image:after,
    #homeSlider .et_pb_slide:nth-child(1) > div:nth-child(1) > .et_pb_slide_image:after {
        left: -120px!important;
        background-size: 132%!important;
        width: 200px!important;
        height: 126px!important;
    }
    .page-id-72 .et_pb_fullwidth_slider_0 .et_pb_slide_description,
    #homeSlider .et_pb_fullwidth_slider_0 .et_pb_slide_description {
        margin-top: 175px;
    }
}
@media only screen and ( max-width: 479px) {
    .page-id-72 .et_pb_slide:first-child .et_pb_slide_image img,
    #homeSlider .et_pb_slide:first-child .et_pb_slide_image img {
        max-width: none !important;
        max-height: none !important;
        position: relative;
        top: 5.5vw;
        width: 90vw;
        left: 2vw;
    }
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        width: 100%;
        min-height: none !important;
    }
    .page-id-72 .et_pb_slide_image,
    #homeSlider .et_pb_slide_image {
        display: block;
        top: 0 !important;
        margin-top: 0 !important;
    }
    .page-id-72 .et_pb_slide_with_image .et_pb_slide_description,
    #homeSlider .et_pb_slide_with_image .et_pb_slide_description {
        width: 100%;
    }
    .et_pb_button {
        font-size: 16px;
        margin-top: 10px;
    }
    .et_pb_contact_main_title {
        font-size: 22px;
        padding-bottom: 6px;
        text-align: center;
        text-transform: uppercase;
    }
    .et_pb_row,
    .et_pb_column .et_pb_row_inner {
        padding: 10px 0px;
    }
    .et_pb_section .et_pb_column .et_pb_module {
        margin-bottom: 0px;
    }
    .et_pb_column {
        margin-bottom: 0px;
    }
    .et_pb_column .et_pb_blog_grid .column.size-1of2 {
        width: 100% !important;
    }
    .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 0 !important;
    }
}
@media (max-width:444px) {
    #fullFormContainer iframe {
        width: 100%;
        height: 4850px;
    }
}
@media only screen and ( max-width: 435px) {
    .equipmentTitle.et_pb_text_0 {
        font-size: 53px;
    }
    .equipmentTitle.et_pb_text_1 {
        line-height: 1.2em;
    }
    .equipmentTitle.et_pb_text_0 span {
        color: #B50321!important;
    }
    .equipmentTitle.et_pb_text_0 {
        font-size: 40px;
    }
}
@media only screen and ( max-width: 425px) {
    .page-id-72 .et_pb_fullwidth_slider_0 .et_pb_slide_description,
    #homeSlider .et_pb_fullwidth_slider_0 .et_pb_slide_description {
        margin-top: 135px;
    }
}
@media only screen and ( max-width: 400px) {
    #swiffycontainer_2 {
        margin-left: -120px;
        padding-top: 75px;
    }
    .page-id-72 .et_pb_fullwidth_slider_0 .et_pb_slide:nth-child(3) .et_pb_slide_description,
    #homeSlider .et_pb_fullwidth_slider_0 .et_pb_slide:nth-child(3) .et_pb_slide_description {
        margin-top: 110px;
    }
    .page-id-72 .et_pb_slide_description:nth-child(1) > .et_pb_slide_content,
    #homeSlider .et_pb_slide_description:nth-child(1) > .et_pb_slide_content {
        top: 140px;
    }
    .page-id-72 .et_pb_fullwidth_slider_0 .et_pb_slide_description,
    #homeSlider.et_pb_fullwidth_slider_0 .et_pb_slide_description {
        margin-top: 120px;
    }
    .page-id-200 .et_pb_row {
        width: 95%;
    }
    .page-id-72 .home .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button,
    #homeSlider .home .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
        font-size: 20px!important;
    }
    .page-id-72 div.et_pb_slide_description:nth-child(1) > h2:nth-child(1),
    #homeSlider div.et_pb_slide_description:nth-child(1) > h2:nth-child(1) {
        padding-top: 20px;
    }
    .page-id-72 .et_pb_slide_with_image .et_pb_slide_description,
    #homeSlider .et_pb_slide_with_image .et_pb_slide_description {
        width: 95%;
    }
    .page-id-72 .et_pb_slide:nth-child(3) .et_pb_slide_image img,
    #homeSlider .et_pb_slide:nth-child(3) .et_pb_slide_image img {
        width: 232px;
    }
}
@media only screen and ( max-width: 350px) {
    .equipmentTitle.et_pb_text_0 {
        font-size: 35px;
    }
    #swiffycontainer_2 {
        margin-left: -170px;
        transform: scale(0.6);
    }
    #home_slider,
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        height: 535px!important;
    }
    .page-id-72 .et_pb_fullwidth_slider_0 .et_pb_slide:nth-child(3) .et_pb_slide_description,
    #homeSlider .et_pb_fullwidth_slider_0 .et_pb_slide:nth-child(3) .et_pb_slide_description {
        margin-top: 80px;
    }
    #xml_wrapper td.popupButton {
        display: none;
    }
    #xml_wrapper table thead th {
        font-size: 11px;
    }
    #xml_wrapper table td,
    #xml_wrapper table thead th {
        padding: 10px 3px;
    }
    #xml_wrapper table td:first-child,
    #xml_wrapper table thead th:first-child {
        padding: 10px 3px;
    }
}
@media only screen and ( max-width: 300px) {
    #home_slider,
    .page-id-72 .et_pb_slider .et_pb_container,
    #homeSlider .et_pb_slider .et_pb_container {
        height: 585px!important;
    }
}

/************************ ---- Begin Hmpg Sidebar ---- ************************/
.hmpg_sidebar {
    padding: 10px 0px 5px 5px;
    mix-blend-mode: normal;
    background-color: rgba(115,
    115,
    115,
    .6);
    box-shadow: 0px 0px 10px rgba(0,
    0,
    0,
    0.5);
    border: 4px solid rgba(150,
    19,
    38,
    1);
}
.equipmentTruckRow .et-pb-slider-arrows,
.equipmentTruckRow .et-pb-controllers a {
    background-color: #961326;
    color: #961326;
}
.equipmentTruckRow a.et-pb-active-control {
    background-color: #fff;
}
.equipmentTruckRow .et-pb-controllers .et-pb-active-control {
    background-color: #000!important;
}
.equipmentTruckRow .et-pb-controllers {
    padding-top: 5%;
}

/************************ --- Begin Form Specific Stuff --- ************************/
.gform_wrapper label {
    margin: 10px 0px 0 0 !important;
    font-size: 16px;
    font-weight: 900 !important;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0;
    color: rgba(255,
    255,
    255,
    1);
}
.gform_wrapper {
    margin: 0 auto !important;
    max-width: 95% !important;
}
.gform_wrapper #field_2_3 label,
.gform_wrapper #field_2_4 label,
.gform_wrapper #field_2_5 label,
.gform_wrapper #field_2_7 label {
    display: none !important;
}
.gform_wrapper #field_2_8 {
    margin-top: -10px;
}

/* .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label { 
    display: block !important; 
} */
.gform_wrapper li#field_3_5 .gfield_required {
    display: none;
}
.gform_wrapper .name_first,
.gform_wrapper .name_last {
    margin: 0 !important;
}
.gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.gform_wrapper input[type="text"] {
    height: 30px;
    border: none;
    box-shadow: 0px -1px 0px rgba(0,
    0,
    0,
    0);
    padding: 0px 5px !important;
    font-size: 16px !important;
}
::-webkit-input-placeholder {
    color: rgba(0,
    0,
    0,
    .5);
    opacity: 1;
    font-weight: 600;
}
:-moz-placeholder {
    color: rgba(0,
    0,
    0,
    .5);
    opacity: 1;
    font-weight: 600;
}

/* Firefox 18- */
::-moz-placeholder {
    color: rgba(0,
    0,
    0,
    .5);
    opacity: 1;
    font-weight: 600;
}

/* Firefox 19+ */
:-ms-input-placeholder {
    color: rgba(0,
    0,
    0,
    .5);
    opacity: 1;
    font-weight: 600;
}
input:focus::-webkit-input-placeholder {
    opacity: .5;
}
input:focus:-moz-placeholder {
    opacity: .5;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    opacity: .5;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    opacity: .5;
}

/* IE 10+ */
.gform_wrapper input[type="submit"]:hover {
    cursor: pointer;
}
.gform_wrapper input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: rgba(56,
    56,
    56,
    .9);
    border: none;
    text-transform: uppercase;
    text-align: center;
    font-family: "Oswald",
    sans-serif !important;
    font-weight: 900;
    font-size: 18px !important;
}
input#gform_submit_button_2 {
    color: #fff;
}
.shortform_select .ginput_container {
    width: 97.5%;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    border-radius: 3px;
    overflow: hidden;
    background: rgb(255,
    255,
    255) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAUCAYAAABSx2cSAAAAIElEQVQ4jWNgGAUjEfwnApNtANkuIAmQrRHZgFEw9AEAASEY6FM4nXYAAAAASUVORK5CYII=") no-repeat scroll 95% 50%;
}
.shortform_select select {
    padding: 5px 5px !important;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.shortform_select select:focus {
    outline: none;
}
.gform_wrapper div.validation_error {
    color: #FFFFFF;
    border: #FFFFFF;
    margin-bottom: 0;
}
.gform_wrapper .name_first label,
.gform_wrapper .name_last label {
    display: none !important;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li {
    width: 50%;
    float: left;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    margin: 0 !important;
    float: left;
    color: #333;
}
.validation_error {
    color: rgba(255,
    255,
    255,
    1) !important;
}
.validation_message {
    font-size: 16px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,
    255,
    255,
    .9) !important;
    margin-bottom: 0.375em !important;
    border: none !important;
}
.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message,
.gform_wrapper .ginput_container + .gfield_description.validation_message {
    margin-top: -10px !important;
    padding: 0 !important;
    font-size: 12px;
    font-weight: normal;
}
body .gform_wrapper .gform_body .gform_fields .gfield_error {
    background-color: transparent !important;
    border-bottom: none!important;
    border-top: none!important;
}
.validation_message {
    color: #fff !important;
    font-stye: italic!important;
}
.gfield_description.validation_message {
    font-stye: italic!important;
}
span.gfield_required,
label.gfield_label {
    color: #333 !important;
    font-size: 16px!important;
}
input,
label {
    font-size: 16px;
}
.gform_heading {
    text-align: center;
    color: #fff;
}
.gform_heading h3 {
    text-transform: uppercase;
    color: rgba(150,
    19,
    38,
    1);
}
span.gform_description {
    color: #333;
    font-size: 16px;
    line-height: 1em !important;
}

/* --- End Form Specific Stuff --- */
.et_pb_toggle_close,
.et_pb_toggle_open {
    padding: 0;
}
.et_pb_toggle_close .et_pb_toggle_title,
.et_pb_toggle_open .et_pb_toggle_title {
    padding: 20px!important;
}
.et_pb_toggle_title:before {
    right: 15px;
}
.et_pb_toggle .et_pb_toggle_content {
    padding: 20px;
}

/*
.hmpg_sidebar:after {
content:"";
display:block;
position:absolute;
top:0;
right:0;
z-index:-1;
width:29.666%;
height:500px;
margin: 20px 0 0 0;
box-shadow:0px 0px 10px rgba(0,0,0,0.5);
background-color:rgba(255,0,42,1);
mix-blend-mode:normal;
}
*/
.hmpg_sidebar_cell {
    width: 100%;
    height: auto;
    margin: 0 0 0 2px;
    position: relative;
    z-index: 1;
}

/************************ ---- End Hmpg Sidebar ---- ************************/
.et_pb_cta_0.et_pb_promo h2 {
    letter-spacing: 1px;
}

/************************ Begin Hmpg Featured Jobs ************************/
.et_pb_blog_grid .et_pb_post {
    border: none;
    background-color: rgba(207,
    2,
    36,
    .0);
}
.et_pb_blog_grid .et_pb_post h2 {
    padding-bottom: 0;
}
.et_pb_blog_grid .et_pb_post h2 a {
    color: rgba(255,
    255,
    255,
    .9);
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.et_pb_blog_grid .et_pb_post h2 a:after {
    content: "";
}
.et_pb_blog_grid .et_pb_post p {
    color: rgba(255,
    255,
    255,
    1);
    line-height: 1.3em;
}
.et_pb_blog_grid .et_pb_post a {
    color: rgba(255,
    255,
    255,
    1);
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: 900;
}
.et_pb_blog_grid .et_pb_post a:after {
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}
#footer-bottom {
    background-color: rgba(255,
    255,
    255,
    0.85);
    padding: 15px 20px;
}
#footer-bottom p {
    font-size: 12px !important;
}
#footer-bottom a {
    color: rgba(0,
    0,
    0,
    0.5);
}
#footer-bottom a.icon:hover {
    color: rgba(150,
    19,
    38,
    1);
}

/*** Calculator Styling */
.incomeLeftSide,
.incomeRightSide {
    float: left;
    width: 60%;
}
.incomeLeftSide a {
    position: relative;
    bottom: 120px;
}
.incomeLeftSide a#calculator-apply-usxjobs:after {
    font-size: 30px;
    line-height: 37px;
}
.incomeLeftSide {
    width: 40%;
    text-align: center;
}
.incomeLeftSide img {
    padding: 120px 50px;
}
.totalIncomeTxt {
    font-size: 50px;
    font-weight: 400;
    font-family: oswald;
    line-height: 1em;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 67px 20px 49px;
    background-color: #222;
    float: left;
}
.totalIncomeTxt span {
    font-weight: 700;
    width: 100%;
    float: left;
    line-height: 1.3em;
    font-size: 104px;
}
.physDmgIns:after {
    content: "*";
}
.bobtailIns:after {
    content: "**";
}
.numberContainer {
    font-family: oswald;
    font-weight: 500;
    font-size: 67px;
    color: #961325;
    float: left;
    text-align: center;
    background-color: #eee;
    width: 100%;
    padding: 30px 20px;
    line-height: 1em;
}
.page-id-94 .totalIncomeLeft p:last-child,
.page-id-4622 .totalIncomeLeft p:last-child,
.page-id-967 .totalIncomeLeft p:last-child,
.page-id-2836 .totalIncomeLeft p:last-child {
    font-size: 13px;
}
.calculatorModule input,
.calculatorModule select,
.calculatorModule button {
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 15px;
    width: 100%;
    font-family: 'open sans';
}
.calculatorModule input.submit,
.filterPageConnector button {
    cursor: pointer;
    color: #ffffff;
    border: 2px solid;
    background: #961326;
    border-color: #fff;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 20px 12px 20px;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: 'Abel',
    Helvetica,
    Arial,
    Lucida,
    sans-serif!important;
    border-radius: 3px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}



.calculatorModule input.submit::after {
    font-family: 'ETmodules';
    speak: none;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.calculatorModule input.submit:hover::after {
    opacity: 1;
    margin-left: 0;
}
.calculatorModule select {
    cursor: pointer;
}
.calculatorModule input.submit:hover {
    background-color: #000;
    border-color: #961326;
}
.calculatorModule tr td:first-child {
    width: 70%;
}
.calculatorModule tr td:nth-child(2) {
    width: 30%;
}
.calculatorModule tr td {
    padding: 10px 20px;
}
.calculatorModule table {
    width: 100%;
    margin: 10px 0 30px;
    border-bottom: 2px solid rgba(150,
    19,
    38,
    1);
    border-top: 2px solid rgba(150,
    19,
    38,
    1);
}
.calculatorModule tr {
    background: #eee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.formContainer {
    float: left;
    font-family: 'open sans';
    height: 493px;
    border-bottom: 2px solid rgba(150,
    19,
    38,
    1);
    background: #ccc;
    padding: 30px;
    z-index: 10000;
    position: relative;
    width: 29%;
    box-sizing: border-box;
}
.page-id-94 .formContainer label,
.page-id-4622 .formContainer label,
.page-id-2836 .formContainer label {
    letter-spacing: 0;
}
.calculatorModule {
    background-color: #E6E4E4;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 68px;
}
.totalIncome {
    font-family: arial;
    color: #555;
    font-size: 15px;
}
.rightSide .totalIncome {
    padding: 0;
}
.rightSideTxt {
    padding: 80px 300px 0px;
    font-family: 'open sans';
    color: #555;
    z-index: 90;
    font-size: 16px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.rightSideTxt img {
    margin-bottom: 20px;
}
.totalIncome strong {
    text-transform: uppercase;
}
.rightSide {
    background: #E6E4E4;
    float: left;
    width: 71%;
    z-index: 100;
    height: 493px;
    position: relative;
}
.totalIncomeContainer {
    position: absolute;
    left: -1500px;
    z-index: 90;
    border-bottom: 2px solid rgba(150,
    19,
    38,
    1);
    width: 100%;
    height: 493px;
    background-color: rgba(177,
    177,
    177,
    1);
}
.totalIncomeContainer p {
    padding: 0;
}
.calculatorModule h1 {
    background-color: rgba(150,
    19,
    38,
    1);
    padding: 30px;
    font-family: oswald;
    font-weight: 300;
    position: Relative;
    z-index: 1000;
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
}
.applySection {
    color: #fff;
    font-weight: 400!important;
    text-transform: uppercase;
    padding: 10px 25px;
    float: left;
    text-align: center;
    font-family: 'open sans';
    font-size: 30px;
    width: 100%;
    line-height: 1.6em;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 30px;
    background-color: rgba(150,
    19,
    38,
    1);
    border: 0;
}
.numberContainer {}
.viewDetails {
    display: none;
    color: #fff;
    position: absolute;
    bottom:0;
    font-weight: 300!important;
    text-transform: uppercase;
    padding: 20px 25px;
    float: left;
    left: -1800px;
    text-align: center;
    font-family: 'open sans';
    font-size: 18px;
    width: 100%;
    line-height: 1.6em;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 30px;
    background-color: #222;
    border: 0;
    cursor: pointer;
    -moz-transition: background-color 0.4s ease-in-out,
    background-image 0.4s ease-in-out,
    color 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s ease-in-out,
    background-image 0.4s ease-in-out,
    color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out,
    background-image 0.4s ease-in-out,
    color 0.4s ease-in-out;
    background-image: url("/wp-content/themes/Divi-Child/images/downArrow.png");
}
.viewDetails.upArrow {
    background-image: url("/wp-content/themes/Divi-Child/images/upArrow.png");
}
.viewDetails.upArrow:hover {
    background-image: url("/wp-content/themes/Divi-Child/images/upArrowG.png");
}
.viewDetails:hover {
    background-image: url("/wp-content/themes/Divi-Child/images/downArrowG.png");
    background-color: #eeeeee;
    color: #222;
}
.page-id-967 .viewDetails {
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #961326;
}
.page-id-967 .viewDetails:hover {
    background-image: url("/wp-content/themes/Divi-Child/images/downArrow.png");
    background-color: #222222;
    color: #fff;
}
.page-id-967 .viewDetails.upArrow:hover {
    background-image: url("/wp-content/themes/Divi-Child/images/upArrow.png");
}
.viewDetails2 {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
    font-weight: 400!important;
    text-transform: uppercase;
    padding: 9px 25px 8px;
    float: left;
    text-align: center;
    font-family: 'open sans';
    font-size: 29px;
    width: 100%;
    line-height: 1.6em;
    margin-top: 0px;
    border: 0;
    cursor: pointer;
    background-color: rgba(150,
    19,
    38,
    1);
}
.viewDetails2:hover {
    color: #222222;
    background-color: #cccccc;
}
.fullInfoContainer {
    display: none;
    background-color: #A9A9A9;
    z-index: 80;
    position: relative;
    float: left;
    line-height: 1.6em;
    width: 100%;
    margin-top: -1000px;
}
.totalIncomeLeft,
.totalIncomeRight {
    float: left;
    width: 50%;
    padding: 20px;
    line-height: 1.6em;
}
.calculatorModule .visible {
    display: block;
}
.totalIncome p {
    padding-bottom: 0;
}
.finalNumBox {
    width: 100%;
    margin: 10px 0;
    border-bottom: 2px solid rgba(150,
    19,
    38,
    1);
    border-top: 2px solid rgba(150,
    19,
    38,
    1);
    background: #eee;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
@media only screen and ( max-width: 1500px) {
    .incomeLeftSide img {
        padding: 145px 40px;
    }
    .rightSideTxt {
        padding: 80px 130px 0px;
    }
}
@media only screen and ( max-width: 1400px) {
    .formContainer label {
        font-size: 13px;
    }
    .calculatorModule input,
    .calculatorModule select,
    .calculatorModule button {
        font-size: 14px;
    }
    .incomeLeftSide img {
        padding: 155px 30px;
    }
}
@media only screen and ( max-width: 1200px) {
    .incomeLeftSide {
        width: 30%;
    }
    .incomeLeftSide img {
        padding: 165px 10px;
    }
    .incomeRightSide {
        width: 70%;
    }
    .totalIncomeTxt span {
        font-size: 85px;
    }
    .numberContainer {
        font-size: 55px;
    }
    .viewDetails {
        font-size: 16px;
    }
    .totalIncomeTxt {
        font-size: 40px;
    }
    .formContainer label {
        letter-spacing: 0;
    }
    .totalIncomeTxt {
        padding: 93px 20px 70px;
    }
    .rightSideTxt {
        padding: 80px 80px 0px;
    }
}
@media only screen and ( max-width: 1100px) {
    .incomeRightSide {
        width: 100%;
    }
    .incomeLeftSide {
        width: 0;
        overflow: hidden;
    }
}
@media only screen and ( max-width: 1000px) {
    .rightSideTxt {
        padding: 50px 50px 0px;
        line-height: 1.6em;
    }
    .totalIncomeLeft {
        width: 100%;
        padding-bottom: 0;
    }
    .totalIncomeRight {
        width: 100%;
        padding-top: 0;
    }
    .formContainer {
        width: 35%;
    }
    .rightSide {
        width: 65%;
    }
}
@media only screen and ( max-width: 900px) {
    .calculatorModule h1 {
        padding: 30px 20px;
    }
    .formContainer {
        padding: 20px;
    }
}
@media only screen and ( max-width: 800px) {
    #fullFormContainer iframe {
        width: 460px;
    }
    .calculatorModule input,
    .calculatorModule select,
    .calculatorModule button {
        padding: 10px 10px;
    }
    .formContainer {
        width: 40%;
    }
    .rightSide {
        width: 60%;
    }
    .rightSideTxt {
        padding: 50px 30px 0px;
        line-height: 1.6em;
        font-size: 15px;
    }
    .calculatorModule h1 {
        text-align: center;
    }
}
@media only screen and ( max-width: 767px) {
    .calculatorModule h1 {
        font-size: 28px;
    }
    .totalIncomeTxt {
        font-size: 30px;
        padding: 101px 20px 75px;
    }
    .totalIncomeTxt span {
        font-size: 65px;
    }
    .numberContainer {
        font-size: 40px;
    }
    .viewDetails {
        letter-spacing: 0;
    }
    .formContainer {
        padding: 30px 20px;
    }
    .rightSide,
    .formContainer,
    .totalIncomeContainer {
        height: 455px;
    }
}
@media only screen and ( max-width: 600px) {
    .formContainer {
		
        padding: 20px;
        width: 100%;
    }
    .calculatorModule tr td {
        padding: 5px 15px;
    }
    .totalIncomeTxt {
        padding: 70px 20px 55px;
    }
    .totalIncome p {
        text-align: center;
    }
    .rightSide,
    .formContainer,
    .totalIncomeContainer {
        height: auto;
        position: relative;
    }
    .rightSide {
        width: 100%;
    }
    .rightSideTxt {
        text-align: center;
        padding: 40px 20px 0 20px;
    }
    .rightSideTxt img {
        max-width: 200px;
    }
    .calculatorModule tr {
        font-size: 13px;
    }
}
@media only screen and ( max-width: 500px) {
    .calculatorModule tr {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 1.3em;
    }
}
@media only screen and ( max-width: 400px) {
    .rightSideTxt {
        font-size: 14px;
    }
    .totalIncome p {
        font-size: 14px;
        line-height: 1.3em;
    }
    .rightSideTxt img {
        max-width: 150px;
    }
    .viewDetails {
        background-size: 20px;
    }
    .totalIncomeTxt {
        font-size: 26px;
        padding: 50px 20px 40px;
    }
    .totalIncomeTxt span {
        font-size: 53px;
    }
    .numberContainer {
        font-size: 30px;
    }
}

/************************ DRIVER PAGES CUSTOM CSS ************************/
.page-id-90 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1),
.page-id-94 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1),
.page-id-92 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1),
.page-id-84 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1),
.page-id-88 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1),
.page-id-96 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1),
.page-id-86 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1),
.page-id-2716 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) {
    padding: 5% 5% 1% 5%!important;
    background: rgba(21,
    21,
    24,
    0.8);
    margin: 60px 0 0;
}
.page-id-90 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(2),
.page-id-94 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(2),
.page-id-92 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(2),
.page-id-84 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(2),
.page-id-88 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(2),
.page-id-96 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(2),
.page-id-86 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(2),
.page-id-2716 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(2) {
    padding: 0 5% 5%!important;
    background: rgba(21,
    21,
    24,
    0.8);
    margin: 0;
}
.page-id-90 .et_pb_row_0 .et_pb_column_1,
.page-id-94 .et_pb_row_0 .et_pb_column_1,
.page-id-92 .et_pb_row_0 .et_pb_column_1,
.page-id-84 .et_pb_row_0 .et_pb_column_1,
.page-id-88 .et_pb_row_0 .et_pb_column_1,
.page-id-96 .et_pb_row_0 .et_pb_column_1,
.page-id-86 .et_pb_row_0 .et_pb_column_1 {
    padding-left: 0;
}
.driverPagesHeadings {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
}
@media only screen and ( max-width: 980px) {
    .driverPageLastSection .et_pb_column.et_pb_column_2_3.et_pb_column_5,
    .driverPageLastSection.et_pb_row.et_pb_row_3 {
        padding: 20px 0 20px 0;
    }
    .page-id-90 .et_pb_column.et_pb_column_2_3.et_pb_column_7 {
        padding-top: 20px;
    }
    .page-id-88 .et_pb_column.et_pb_column_2_3.et_pb_column_7 {
        padding-top: 20px;
    }
    .page-id-84 .et_pb_column.et_pb_column_2_3.et_pb_column_7 {
        padding-top: 20px;
    }
    .equipmentRow.et_pb_row.et_pb_row_2.et_pb_equal_columns {
        padding-bottom: 15px;
    }
}
.page-id-94 .truckDriverPage img {
    -ms-transform: rotateY(180deg);
    /* IE 9 */
    -webkit-transform: rotateY(180deg);
    /* Chrome, Safari, Opera */
    transform: rotateY(180deg);
}
.truckDriverPage img,
#truckDriverPage img,
#dedicatedDriverPage img,
#contractDriverPage img {
    margin-left: 0;
    display: block;
    max-width: 100% !important;
}
#truckDriverPage.et_pb_image_0,
#contractDriverPage.et_pb_image_0,
.truckDriverPage.et_pb_image_0 {
    margin-left: 0;
    max-width: 400px !important;
}
a.et_pb_promo_button.et_pb_button {
    font-weight: 700;
}

.page-id-785 .et_pb_video_0 .et_pb_video_play,
.page-id-697 .et_pb_video_0 .et_pb_video_play,
.page-id-30851 .et_pb_video_0 .et_pb_video_play {
    display: block;
}
.et_pb_module.et_pb_toggle.et_pb_toggle_close.lastToggle.et_pb_toggle_2.et_pb_toggle_item,
.et_pb_module.et_pb_toggle.lastToggle.et_pb_toggle_2.et_pb_toggle_item.et_pb_toggle_open {
    margin-bottom: 3%;
}
@media only screen and (max-width:1300px) {
    .page-id-90 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1),
    .page-id-94 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1),
    .page-id-92 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1),
    .page-id-84 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1),
    .page-id-88 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1),
    .page-id-96 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1),
    .page-id-86 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) {
        margin: 20px 0 0;
    }
    .driverPagesHeadings {
        font-size: 18px;
        line-height: 1.1em;
    }
    .page-id-90 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-94 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-92 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-84 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-88 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-96 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-86 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2 {
        font-size: 31px;
    }
    .truckDriverPage img,
    #truckDriverPage img,
    #dedicatedDriverPage img,
    #contractDriverPage img {
        max-width: 300px !important;
    }
    #truckDriverPage.et_pb_image_0,
    #contractDriverPage.et_pb_image_0,
    .truckDriverPage.et_pb_image_0 {
        max-width: 300px !important;
    }
    .et_pb_divider_1 {
        height: 50px!important;
    }
}

/****************** Toggle colors ***********************/
.et_pb_toggle_title:before {
    color: rgba(150,
    19,
    38,
    1) !important;
}

/************ OVERFLOW TRUCK IMG ON DRIVER PAGE- FOR EQUALIZE COLUMNS ********************/
.et_pb_row.et_pb_row_0.et_pb_equal_columns {
    overflow: visible;
}
.et_pb_video_box {
    overflow: hidden;
}

/* CHANGES FOR CACHE */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald',
    Helvetica,
    Arial,
    Lucida,
    sans-serif;
}
body,
input,
textarea,
select {
    font-family: 'Abel',
    Helvetica,
    Arial,
    Lucida,
    sans-serif;
}
.et_pb_button {
    font-family: 'Abel',
    Helvetica,
    Arial,
    Lucida,
    sans-serif;
}

/************************ END OVERFLOW TRUCK IMG FOR EQUALIZE COLUMNS ************************/
@media only screen and (max-width:980px) {
    .topSliderButton {
        padding-top: 20%!important;
        padding-bottom: 10%!important;
    }
    div#hideDriverMobile {
        display: none;
    }
}
@media only screen and ( max-width: 980px) {
    div#topSlider {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .filterPageConnector button {
        margin-bottom: 10px;
    }
}
@media only screen and ( max-width: 980px) {
    .truckDriverPage img,
    #truckDriverPage img,
    #dedicatedDriverPage,
    #truckDriverPage,
    #dedicatedDriverPage img,
    #contractDriverPage {
        display: none;
    }
    div#topSliderButton,
    div#gradDriverSignUp {
        margin: 30px 0 50px 0 !important;
    }
    .et_pb_blurb_content {
        padding-top: 20px;
    }
    div#callToday {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}
@media only screen and ( max-width: 400px) {
    #driverHeaderSection.et_pb_column_1 {
        padding-left: 0 !important;
    }
    #topSliderButton p {
        font-size: 24px!important;
    }
}
@media only screen and ( max-width: 700px) {}

/* TEAM MAX CUSTOM CSS */
.teammax-bonus-mobile { 
	background-image: linear-gradient(0deg,rgba(0,0,0,0.66) 100%,rgba(25,25,25,0.72) 0%);
padding:20px;
}

.teammatch-bonus-mobile { 
	background-color: rgba(56,12,20,0.9);
	padding:20px;
}
 
.maxSectionHeading span {
    font-size: 40px;
    line-height: 1.1em;
}
body #page-container .et_pb_cta_1.et_pb_promo .et_pb_button,
body #page-container .et_pb_cta_3.et_pb_promo .et_pb_button {
    width: auto;
}
.et_pb_section.teamMaxSection {}
div#morePay,
div#equipInfo,
#deserveMax,
div#teamMatch {
    min-height: 500px;
}
.maxSectionText.et_pb_text {
    font-size: 18px;
    padding-bottom: 0;
}
li.et_pb_portfolio_filter {
    display: none;
}
#teamMaxNav {}
.maxIcon {
    text-align: center;
}
.teamNavTitle {
    line-height: 1em;
    font-size: 16px;
    padding-top: 10px;
    font-weight: bold;
    letter-spacing: 0;
    color: #eee;
}
.navContainer {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: baseline;
}
a .Item {
    text-align: center;
    color: #fff;
}
a .Item:hover {
    color: #333;
}
.navContainer img:hover {
    color: #333;
}
@media only screen and (max-width:960px) {
    div#teamMatch {}
    div#teamMatch p {
        line-height: 1.1em;
    }
}

/*Max Match Buttons*/
.matchContainer {
    display: block;
    position: relative;
}
.matchBtn {
    background-color: rgba(150,
    19,
    38,
    1);
    width: 48%;
    height: 200px;
    margin-right: 4%;
    padding: 20px;
    font-size: 18px;
    color: #fff;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    border: 2px solid #fff;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.matchContainer div:last-child .matchBtn {
    margin-right: 0;
}
.matchBtn:hover {
    background-color: #000;
}
.topText {
    height: 70%!important;
}
.topText p {
    font-size: 16px;
    line-height: 1.6em;
}
.apply p {
    font-size: 25px;
    font-weight: 600;
    vertical-align: bottom;
}
.calcWrap {}
.calcText {
    font-size: 30px;
    color: #fff;
}
.featuresHeader {
    float: left;
    vertical-align: middle;
    margin-top: 4%;
    line-height: 1.1em;
    margin-right: 1%;
}
.leaseSection {}
.leaseToggle {}

/* fixing the header menu */
@media only screen and ( max-width: 980px) {
    .page-id-1659 .videoSectionHeading h1 {
        text-align: center;
    }
    .page-id-1659 .maxSectionText {
        padding-bottom: 0!important;
        margin-bottom: 10px!important;
    }
    .et_header_style_left .mobile_menu_bar {
        padding-bottom: 0!important;
    }
    #logo {
        max-height: 80%;
        margin-top: 12px;
    }
    #main-header {
        height: 64px;
    }
    #et_mobile_nav_menu {
        margin-top: -5px;
    }
    .marginTop {
        text-align: Center;
        margin-bottom: 20px!important;
    }
    .marginTop2 {
        margin-top: 0;
        text-align: center;
    }
    .page-id-92 .driverPageLastSection {
        padding-bottom: 20px;
    }
    .calcIcon {
        margin: auto;
        text-align: center;
    }
    .page-id-967 .maxSectionHeading {
        text-align: left;
        padding-bottom: 5%;
    }
    .maxSectionHeading,
    .storyVideoContainer h1,
    .maxSectionText {
        text-align: center;
    }
}

/*MIN WIDTH MEDIA QUERIES*/
@media(min-width:980px) {
    .displayMobile {
        display: none;
    }
}

/* TEAM MAX PAGE MEDIA QUERIES */
@media only screen and (max-width:980px) {
    .hideMobile {
        display: none;
    }
    .displayMobile .alertFormHeader:hover {
        cursor: pointer;
    }
    .button_partner {
        width: 100%!important;
    }
}
@media only screen and ( max-width: 767px) {
    .maxSectionHeading.et_pb_text {
        font-size: 45px;
    }
}
@media only screen and ( max-width: 500px) {
    .maxSectionHeading.et_pb_text {
        font-size: 38px;
    }
    .button_partner,
    .button_search {
        font-size: 19px!important;
        padding: 5%;
    }
}
@media only screen and ( min-width: 960px) {
    div#deserveMax {
        padding: 50px 30px 30px 20px !important;
    }
}
@media only screen and ( max-width: 767px) {
    div#deserveMax {
        padding-top: 30px;
    }
}
@media only screen and (max-width:639px) {
    a#teamMatchApply,
    a#maxMatchSignUp {
        margin: auto;
    }
}
@media only screen and (max-width:500px) {
    .button_partner:after,
    .button_search:after {
        font-size: 31.8px!important;
    }
}
@media only screen and (max-width:350px) {
    .button_search:nth-child(2) {
        margin-left: 0;
    }
    .button_partner,
    .button_search {
        float: none;
        width: 100%!important;
    }
}

/*TEAM MATCH PAGE AND FORM */
#gform_wrapper_3 label {
    color: #333;
    font-weight: 400 !important;
    font-size: 16px;
}
.teamForm input#gform_submit_button_3 {
    padding: 0;
    margin: 16px;
    clear: both;
    width: 46%!important;
    float: right;
    backgound:#000;
}
.teamForm input#gform_submit_button_3:hover {
    background:#961326;
}
#gform_wrapper_3 select,
#gform_wrapper_3 input {
    width: 100% !important;
}
#gform_wrapper_3 .ginput_right,
#gform_wrapper_3 .ginput_left {
    width: 49.2%!important;
}
#gform_wrapper_3 input[type="submit"] {
    color: #ffffff;
    border: 2px solid;
    background: #961326;
    border-color: #fff;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 700;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: 'Abel',
    Helvetica,
    Arial,
    Lucida,
    sans-serif!important;
    border-radius: 3px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#gform_wrapper_3 input[type="submit"]:hover {
    background: #000!important;
    color: #fff;
}
.gform_wrapper.two-column_wrapper {
    max-width: 100%;
}
.gform_wrapper.two-column_wrapper ul.gform_fields,
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
    display: none;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
    display: block;
    float: left;
}
.gform_wrapper.two-column_wrapper ul.one-half {
    margin-left: 6% !important;
    width: 47%;
}
.gform_wrapper.two-column_wrapper ul.one-half.first {
    margin-left: 0 !important;
}
#input_3_2,
#input_3_3,
#input_3_4 {
    width: 100%;
}
#field_3_10 {
    border-bottom: none;
}

/*hide seperator */
#field_3_14 {
    display: none;
}
@media only screen and (max-width:1920px) {
    .page-id-697 .et_pb_row_0 .et_pb_column:last-child,
    .et_pb_row_inner .et_pb_column:last-child {
        margin-right: 100px !important;
    }
}
@media only screen and (max-width:1640px) {
    .page-id-697 .et_pb_row_0 .et_pb_column:last-child,
    .et_pb_row_inner .et_pb_column:last-child {
        margin-right: 0px !important;
    }
}
@media only screen and (max-width:1300px) {
    .page-id-697 .et_pb_row_0 .et_pb_column:last-child,
    .et_pb_row_inner .et_pb_column:last-child {
        right: -75px;
        position: relative;
    }
}
@media only screen and (max-width: 1075px) {
    .gform_wrapper.two-column_wrapper ul.one-half {
        width: 100%;
    }
    .page-id-697 .et_pb_row_0 .et_pb_column:last-child,
    .et_pb_row_inner .et_pb_column:last-child {
        right: -100px;
    }
    .gform_wrapper.two-column_wrapper ul.one-half {
        margin-left: 0 !important;
    }
    #field_3_10 {
        display: none;
    }
    #gform_wrapper_3 li {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 980px) {
    .page-id-697 .et_pb_row_0 .et_pb_column:last-child,
    .et_pb_row_inner .et_pb_column:last-child {
        right: 0;
    }
    .page-id-697 .et_pb_row_0 {
        width: 100%;
    }
    .page-id-697 .et_pb_row #deserveMax.et_pb_cta_0.et_pb_promo {
        padding: 100px 50px!important;
    }
}

/*FORM MOBILE STYLING */
@media only screen and (max-width:1075px) {
    .page-id-785 .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
        width: 49.6%;
    }
}
@media only screen and (max-width:1000px) {
    .page-id-785 .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
        width: 49.5%;
    }
}
@media only screen and ( max-width: 860px) {
    #gform_wrapper_3 select,
    #gform_wrapper_3 input {
        padding: 1% 0;
        font-size: 16px;
    }
    .page-id-785 .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
        width: 49.4%;
    }
}
@media only screen and (max-width:400px) {
    #gform_wrapper_3 .name_last,
    #gform_wrapper_3 .name_first {
        width: 100%!important;
    }
    .page-id-785 .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
        width: 100%;
    }
}

/*LEASE PAGE*/
@media only screen and ( max-width: 320px) {
    .statementText,
    .statementText a,
    .featuresHeader {
        font-size: 22px;
    }
    .recruiterButton .et_pb_promo_button.et_pb_button {
        font-size: 18px;
    }
    #calculator Row {
        font-size: 22px;
        line-height: 1em;
        margin-bottom: 5px;
    }
    #calculatorRow img {
        max-width: 80px;
    }
    .maxSectionHeading {
        font-size: 22px;
    }
}
.calcWrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 110%
}
div.calcIcon {
    width: 35%;
    float: left;
}
.calcIcon {
    margin-right: 10px;
    width: 35%;
}
.calcText {
    color: #666;
    line-height: 1.1em;
    font-size: 27px;
    padding-right: 10%;
}
@media only screen and ( max-width: 610px) {
    .featureHeader img {
        display: none;
    }
    .calcText {
        font-size: 18px;
    }
    .teamLeaseText p {
        line-height: 1.3em!important;
    }
}

/*END LEASE PAGE*/

/* END DRIVER PAGES */

/* hide gap in footer */
#main-footer {
    margin-top: 0;
}

/* Home button styling */
.et_pb_promo_button.et_pb_button {
    line-height: 1.1em;
}
@media only screen and ( max-width: 840px) {
    .page-id-72 .header-content .et_pb_more_button,
    .page-id-2692 .header-content .et_pb_more_button {
        display: block!important;
        margin: 0 auto;
    }
}
@media only screen and ( max-width: 500px) {
    .page-id-72 .header-content .et_pb_more_button,
    .page-id-2692 .header-content .et_pb_more_button {
        font-size: 24px!important;
        margin: 0 auto;
    }
    body.page-id-72 #page-container .et_pb_fullwidth_header_0 .et_pb_custom_button_icon.et_pb_button:after,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_custom_button_icon.et_pb_button:after {
        line-height: 1.7em;
        font-size: 24px !important;
    }
}
@media only screen and ( max-width: 350px) {
    .page-id-72 .header-content .et_pb_more_button,
    .page-id-2692 .header-content .et_pb_more_button {
        font-size: 18px!important;
    }
    body.page-id-72 #page-container .et_pb_fullwidth_header_0 .et_pb_custom_button_icon.et_pb_button:after,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_custom_button_icon.et_pb_button:after {
        font-size: 18px !important;
    }
}

/* Mobile for footer menu **/
@media (max-width: 767px) {
    .home .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button,
    .page-id-2692 .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
        font-size: 28px!important;
    }
}
@media only screen and ( max-width: 767px) {
    #et-footer-nav {
		opacity: 1;
        height: auto;
        transition-delay: 10s;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 888888;
        background-color: rgba(150, 19, 38, 1);
		display: none;

    }
    #page-container {
        margin-bottom: 51px!important;
    }
    #et-footer-nav #menu-item-676 {
        padding-right: 0;
    }
    /* #et-footer-nav #menu-item-2859,
    #et-footer-nav #menu-item-696 {
        padding-right: 10px;
    }*/
    #et-footer-nav a:hover {
        opacity: 1;
        background-color: #860d1e;
    }
    #et-footer-nav #menu-item-696 a:hover {
        opacity: 1;
        background-color: rgba(150, 19, 38, 1); color: #fff;
    }
    .bottom-nav {
        padding: 20px;
    }
    .bottom-nav li {
        display: inline;
        /* padding-right: 22px; */
        
        font-size: 12px;
        font-weight: 600;
       
        padding: 0;
        /*float: left;*/
    }
	
    a#item-2859,
    a#item-676 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
	
   /* a#item-676:before {
        content: "\f095";
        font-family: "FontAwesome";
        color: #fff;
        font-size: 20px;
        bottom: 4px;
        position: relative;
        padding-bottom: 4px;
    }
    a#item-2859:before {
        content: "\f0f6";
        font-family: "FontAwesome";
        color: #fff;
        font-size: 20px;
        bottom: 4px;
        position: relative;
        padding-bottom: 4px;
    }*/
    /*li#menu-item-2859 {
        border-right: 2px solid #860d1e;
    }
    li#menu-item-676 {
        border-left: 2px solid #860d1e;
    }*/
	
    #et-footer-nav a {
			font-weight: 700;
			font-size: 16px!important;
			padding: 7px 0!important;
			letter-spacing: 1px;
			width: 100% !important;
			text-align: center;
			margin: auto;
          	font-family: diamanteefce-medium,sans-serif;
    }
    #et-footer-nav #menu-item-696 a {
        padding: 0;
        border: 0;
    }
}

@media only screen and ( max-width: 320px) { 
.bottom-nav {
padding: 10px 0;
line-height: 34px;
}
#et-footer-nav a {
    padding: 10px 20px;
}
}

/* Final fixes for responsive design */
.page-id-697 #maxMoney .et_pb_column:first-child,
.page-id-697 #maxMiles .et_pb_column:first-child,
.page-id-697 #maxHometime .et_pb_column:first-child,
.page-id-697 #maxEquipment .et_pb_column:first-child,
.page-id-697 #maxPriority .et_pb_column:first-child,
.page-id-697 #maxTuition .et_pb_column:first-child {
    padding: 20px;
}
.benefitsList ul {
    padding: 0;
    padding-left: 20px;
}
.page-id-967 .et_pb_section_2 .et_pb_column:first-child,
.page-id-967 .et_pb_section_4 .et_pb_column:first-child,
.page-id-967 .et_pb_section_3 .et_pb_column:first-child {
    background-color: rgba(0,
    0,
    0,
    0.45);
    padding: 20px;
}
.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
    padding: 11px 0 0 0!important;
}
#logo {
    margin-top: 23px;
}
@media only screen and ( max-width: 1120px) {
    #logo {
        margin-top: 25px;
    }
}
@media only screen and ( max-width: 1080px) {
    .topText p {
        font-size: 15px;
        line-height: 1.5em;
    }
    .apply p {
        font-size: 21px;
    }
}
@media only screen and ( max-width: 980px) {
    .page-id-967 #teamMatch .et_pb_text {
        background-color: rgba(0, 0, 0, 0.45);
        padding: 20px 20px 0;
    }
    .page-id-967 #teamMatch .et_pb_text_1 {
        padding: 0 20px 20px;
    }
    .matchBtn .topText {
        height: 65%!important;
    }
    .matchBtn {
        height: 140px;
    }
    .et_header_style_left #et-top-navigation,
    .et_header_style_split #et-top-navigation {
        padding: 20px 0 0 0!important;
    }
    #logo {
        margin-top: 15px;
    }
}
@media only screen and ( max-width: 700px) {
    .apply p {
        font-size: 19px;
    }
    .matchBtn {
        height: 170px;
    }
    .matchBtn .topText {
        height: 75%!important;
    }
}
@media only screen and ( max-width: 600px) {
    .page-id-967 .et_pb_cta_0.et_pb_promo {
        padding: 20px;
    }
    .page-id-967 #teamMatch .et_pb_text_1 {
        font-size: 22px;
    }
    .page-id-967 .maxSectionHeading.et_pb_text {
        font-size: 32px;
    }
    p#homeTopText {
        font-size: 19px!important;
    }
    .page-id-72 .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1,
    .page-id-2692 .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
        font-size: 50px;
    }
    .page-id-90 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-94 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-92 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-84 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-88 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-96 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-86 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2 {
        font-size: 27px;
    }
    .driverPagesHeadings {
        font-size: 21px;
    }
}
@media only screen and (max-width:500px) {
    p#homeTopText {
        display: none;
    }
    .et_mobile_menu li a {
        padding: 5px 5%;
    }
    .et_pb_promo_button.et_pb_button {
        line-height: 1.1em!important;
    }
}
@media (max-width:450px) {
	.home-b-h2 {
	font-size: 2rem!important;
	}
    .matchBtn {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .matchBtn {
        min-height: 100px;
        height: auto;
    }
    .apply p {
        margin-top: 15px;
    }
}
@media all and (max-width:400px) {
    .page-id-697 .et_pb_row #deserveMax.et_pb_cta_0.et_pb_promo {
        padding: 100px 20px!important;
    }
    .benefitsList ul {
        font-size: 16px;
    }
    .benefitsList .et_pb_text_1 {
        font-size: 16px;
        padding: 20px;
    }
    .benefitsList .et_pb_text_1 p {
        font-size: 16px!important;
    }
    .benefitsList .et_pb_toggle_content p {
        font-size: 16px;
    }
    .benefitsList .et_pb_toggle_content {
        font-size: 16px;
    }
    .page-id-72 .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1,
    .page-id-2692 .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
        font-size: 40px;
    }
    .page-id-90 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-94 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-92 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-84 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-88 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-96 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2,
    .page-id-86 .et_pb_row_0 .et_pb_column_2_3 .et_pb_module:nth-child(1) h2 {
        font-size: 24px;
    }
    .driverPagesHeadings {
        font-size: 18px;
    }
    .et_pb_blog_grid .et_pb_post p {
        font-size: 16px!important;
    }
}

/*BLOG*/
a.comment-reply-link.et_pb_button {
    color: #fff;
}
a.more-link::after,
.et_pb_blog_grid .et_pb_post a:after {
    display: none!important;
}
.et_pb_post .et_pb_image_container {
    margin: 0!important;
}
a.more-link {
    color: #961326!important;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 2em;
    font-weight: 900;
    margin-top: 10px;
}
.et_pb_post.category-featured-blog:hover {
    transition: .5s ease all;
    box-shadow: 2px 2px 30px rgba(0,
    0,
    0,
    0.5);cursor: default;
}
.et_pb_blog_grid .et_pb_post:hover {
    box-shadow: 2px 2px 30px rgba(0,
    0,
    0,
    0.5);cursor: default;
    padding: 19px;
    transition: .5s ease all;
}
.et_pb_blog_grid .et_pb_post,
.et_pb_post.category-featured-blog {
    transition: .5s ease all;
}
#sidebar {
    padding-bottom: 28px;
    background-color: #eee;
    padding: 20px;
    margin-bottom: 20px;
}
#main-content .container:before {
    background-color: rgba(0,
    0,
    0,
    0)
}
body.page-id-967 .recruiterButton .et_pb_button {
    background-color: #961326;
    border-color: #fff;
}
body #page-container .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_button {
    background: #961326!important;
}
body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button,
body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
    font-size: 33px;
}
body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .marginRightButton {
    margin-right: 15px;
}
body #page-container .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_button:hover,
body #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button:hover,
body #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button:hover {
    background: #961326!important;
}
body.page-id-967 .recruiterButton .et_pb_button:hover {
    background-color: #000;
}
.home .et_pb_section_3,
.home .et_pb_section_1,
.page-id-2692 .et_pb_section_3,
.page-id-2692 .et_pb_section_1 {
    background: radial-gradient(ellipse at top,
    rgba(0,
    0,
    0,
    .4) 0%,
    rgba(0,
    0,
    0,
    0.9) 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000',
    endColorstr='#000000',
    GradientType=1);
}
.et_pb_cta_4.et_pb_promo {
    padding-bottom: 30px!important;
}
body.page-id-200.custom-background {
    background-color: transparent;
    background-color: #999;
}
.page-id-200 {
    min-height: 300px;
}
body.page-id-697 #page-container .et_pb_cta_0.et_pb_promo .et_pb_button:hover {
    border-color: #961326!important;
}
body #main-content .et_pb_button:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
    opacity: 0.8;
	background: #961326!important;
	color: #fff!important;
}
.btn-red:hover {
	opacity: 0.8;
	background: #961326!important;
}
.click-track:hover {
	opacity: 0.8;
	background: #961326!important;
	cursor: pointer;
}
#team-hero-apply-btn:hover {
	background-color: rgba(201, 76, 76, 0.3);
}
body #page-container .et_pb_cta_4.et_pb_promo .et_pb_button:hover {
    border-color: #fff!important;
}
.snp-pop-1891 .snp-newtheme2 form input[type="submit"] {
    color: #ffffff;
    border: 2px solid;
    background: #961326;
    border-color: #fff;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 700;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: 'Abel',
    Helvetica,
    Arial,
    Lucida,
    sans-serif!important;
    border-radius: 3px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    transition: all 0.2s;
}
.snp-pop-1891 .snp-newtheme2 form input[type="submit"]:hover {
    background-color: #000;
    border-color: #961326;
}
.snp-newtheme2 form input[type="text"],
.snp-newtheme2 form select,
.snp-newtheme2 form textarea,
.snp-newtheme2 form input[type="text"]:focus,
.snp-newtheme2 form select:focus,
.snp-newtheme2 form textarea:focus {
    margin-bottom: 5px!important;
    font-family: 'Abel',
    Helvetica,
    Arial,
    Lucida,
    sans-serif!important;
}
.snp-newtheme2 .snp-newsletter-content p small {
    font-size: 10px!important;
    letter-spacing: 0;
    line-height: 1.2em;
}
.snp-pop-1891 .snp-newtheme2 .snp-newsletter-content h2 {
    font-family: 'Abel',
    Helvetica,
    Arial,
    Lucida,
    sans-serif!important;
}
body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button:after,
body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button,
body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button:after,
body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
    font-size: 30px!important;
}
@media (max-width:1300px) {
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button:after,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button:after,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
        font-size: 26px!important;
    }
}
@media (max-width:1050px) {
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button:after,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button:after,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
        font-size: 22px!important;
    }
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .marginRightButton,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
        margin-right: 7px;
    }
    .home #flashingRow .et_pb_button:nth-child(2) {
        margin-left: 0!important;
    }
}
@media (max-width:980px) {
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button:after,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button:after,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
        font-size: 20px!important;
    }
    .page-id-697 #maxMoney .et_pb_column:first-child,
    .page-id-697 #maxMiles .et_pb_column:first-child,
    .page-id-697 #maxHometime .et_pb_column:first-child,
    .page-id-697 #maxEquipment .et_pb_column:first-child,
    .page-id-697 #maxPriority .et_pb_column:first-child,
    .page-id-697 #maxTuition .et_pb_column:first-child {
        padding-bottom: 60px;
        background-color: rgba(0, 0, 0, 0.4);
    }
    div#morePay,
    #deserveMax,
    div#equipInfo,
    div#teamMatch {
        min-height: 400px;
    }
    div#morePay .et_pb_row,
    #deserveMax .et_pb_row {
        min-height: 400px;
        padding: 7% 3% 5% 3%;
        background-color: rgba(0, 0, 0, 0.4);
    }
    div#teamMatch .et_pb_row {
        max-width: 520px!important;
    }
    div#equipInfo .et_pb_row {
        min-height: 400px;
        padding: 70px 20px 40px 20px;
    }
    .page-id-967 .et_pb_section_2 .et_pb_column:first-child,
    .page-id-967 .et_pb_section_4 .et_pb_column:first-child,
    .page-id-967 .et_pb_section_3 .et_pb_column:first-child {
        padding: 50px 20px;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .page-id-967 #teamMatch .et_pb_text_1 {
        padding: 0;
    }
    .page-id-967 .et_pb_section_0 .et_pb_column .et_pb_module {
        margin-bottom: 0!important;
    }
    .page-id-967 #teamMatch .et_pb_text {
        padding: 0;
        text-align: center;
        background-color: transparent;
    }
    .equipmentButton {
        text-align: center;
    }
    .single-post article .entry-content {
        padding: 0;
        line-height: 1.2em;
        font-size: 16px;
    }
    .single-post article .entry-content p {
        line-height: 1.2em;
        font-size: 16px;
    }
    .jobPost.et_pb_row {
        padding: 2%;
    }
    .et_pb_widget a {
        font-size: 16px;
    }
}
@media (max-width:710px) {
    a#calculate-earning {
        margin-left: -7px;
    }
}
@media (max-width:840px) {
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .marginRightButton,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
        margin-right: 0;
    }
    .home #flashingRow .et_pb_button:nth-child(1) {
        margin: 10px auto!important;
    }
    .home #flashingRow .et_pb_button:nth-child(2) {
        margin: 0 auto 10px!important;
    }
    .home #flashingRow .et_pb_button:nth-child(3) {
        margin: 0 auto!important;
    }
}
@media (max-width:600px) {
    .select-area .jcf-select .jcf-select-text {
        font-size: 15px;
    }
}
@media (max-width:400px) {
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button:after,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button:after,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
        font-size: 19px!important;
    }
}
@media (max-width:350px) {
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button:after,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button:after,
    body.page-id-2692 #page-container .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
        font-size: 16px!important;
    }
}
.bottomCTA p {
    font-size: 18px;
    font-weight: bold;
}
.page-id-2186 .et_pb_slide h2 {
    font-family: 'Oswald',
    Helvetica,
    Arial,
    Lucida,
    sans-serif!important;
    font-weight: bold;
    font-size: 28px;
}

/* GALLERY BULLETS AND ARROWS STYLING */
.et_pb_bg_layout_light .et-pb-arrow-prev,
.et_pb_bg_layout_light .et-pb-arrow-next {
    color: #fff!important;
}
.equipmentTruckRow .et-pb-slider-arrows,
.equipmentTruckRow .et-pb-controllers a {
    color: #fff!important;
    background-color: #fff!important;
}
.equipmentTruckRow .et-pb-controllers .et-pb-active-control {
    background-color: #961326!important;
}

/* === END GALLERY ==== */
.page-id-697 #videoSection .et_pb_promo_button {
    width: auto;
}
@media (max-width:980px) {
    .page-id-697 #videoSection .et_pb_promo_description {
        padding-top: 20px;
    }
    .bottomCTA .et_pb_promo_description {
        padding-top: 20px;
    }
    #fleetOptions {
        display: none;
    }
}
.page-id-2186 .et_pb_row_0 .et_pb_column_1 {
    padding-bottom: 15px;
}

/*EQUIPMENT - SWAP COLUMN ORDER ON MOBILE/TABLET*/
@media only screen and (min-width: 981px) {
    .column-swap .et_pb_column,
    .et_pb_row .et_pb_column {
        margin-left: 0%;
    }
    .column-swap .et_pb_column {
        float: right;
    }
    .column-swap .et_pb_row .et_pb_column:last-child,
    .column-swap .et_pb_row_inner .et_pb_column:last-child {
        margin-right: 0%;
        margin-left: 0;
        width: 50%;
    }
    .column-swap .et_pb_column,
    .column-swap .et_pb_row .et_pb_column:first-child {
        margin-right: 0;
        width: 50%;
    }
}
#footer-bottom a:nth-child(2n) {
    color: #961326;
}

/*ORIENTATION PAGE*/
#equipInfo a.et_pb_button.et_pb_custom_button_icon {
    min-width: 190px;
}
.equipmentTitle h1 {
    font-size: 60px;
}
a.orientationButton.et_pb_button {
    background-color: #961326;
    font-size: 23px;
    color: #fff;
    border: 2px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #fff;
}

/*
a.orientationButton.et_pb_button::after {
    content: attr(data-icon);
}
*/
a.orientationButton.et_pb_button:hover {
    background-color: #000;
    border: 2px solid #fff!important;
    color: #fff;
}
.orientationButton.et_pb_button {
    min-width: 250px;
}
.buttonContainer {
    margin: 25px 0;
}
#equipInfo div.et_pb_button_module_wrapper.et_pb_module {
    margin-bottom: 10px;
}
@media (max-width:1609px) {
    .equipmentTitle h1 {
        font-size: 55px;
    }
}
@media (max-width:1550px) {
    .equipmentTitle h1 {
        font-size: 48px;
    }
}
@media (max-width:1300px) {
    .equipmentTitle h1 {
        font-size: 42px;
    }
}
@media (max-width:1150px) {
    .equipmentTitle h1 {
        font-size: 39px;
    }
}
@media (max-width:980px) {
    a.orientationButton.et_pb_button {
        font-size: 20px;
    }
}
@media (max-width:980px) {
    .buttonContainer {
        text-align: center;
    }
    #whatToExpect h2,
    .orientationTitle h2 {
        text-align: center;
    }
    #whatToBring .et_pb_toggle_content p {
        font-size: 16px;
        line-height: 1.4em;
    }
    .locationBlurbs.et_pb_row.et_pb_row_5 {
        padding: 0;
    }
    #equipInfo {
        text-align: center;
    }
}
@media (max-width:767px) {
    .locationBlurbs .et_pb_blurb_container {
        font-size: 16px;
    }
    div.matchBtn {
        font-size: 15px;
    }
}

/*BUTTON FLASH HOME*/
@-webkit-keyframes flash {
    0% {
        background-color: rgba(134, 23, 25, 1);
    }
    50% {
        background-color: #dededd;
    }
    100% {
        background-color: rgba(150, 19, 38, 1);
    }
}
@-moz-keyframes flash {
    0% {
        background-color: rgba(134, 23, 25, 1);
    }
    50% {
        background-color: #dededd;
    }
    100% {
        background-color: rgba(150, 19, 38, 1);
    }
}
@keyframes flash {
    0% {
        background-color: rgba(134, 23, 25, 1);
    }
    50% {
        background-color: #dededd;
    }
    100% {
        background-color: rgba(150, 19, 38, 1);
    }
}
.buttonHighlight {
    animation-name: flash;
    animation-duration: 1.2s;
    transition: .2s ease all;
}
#flashingRow h1:hover,
#flashingRow p:hover {
    cursor: pointer;
}

/*MILITARY FORM*/
#gform_wrapper_5 span#input_5_1_6_container {
    width: 49%;
}

/*GOOGLE ANALYTICS SCREEN SIZE USE AUDIT*/
.et_pb_button:hover,
.et_pb_promo_button.et_pb_button.button_search:hover,
.et_pb_promo_button.et_pb_button:hover,
a#bottomcta-apply.et_pb_promo_button.et_pb_button.button_search:hover {
    padding: auto!important;
}
#main-footer div.container {
    width: 100%!important;
    max-width: 100%!important;
}
.teamMaxSection .et_pb_column {
    min-height: 100%;
}
#teamLeaseHero .et_pb_column.et_pb_column_1_2.et_pb_column_1 {
    float: right;
}
@media (max-width:767px) {
    .numberedList li {
        font-size: 15px;
    }
}
    @media (max-width:600px) {
        .equipmentTitle h1,
        .maxSectionHeading h1 {
            font-size: 36px;
        }
        
        div#teamLeaseHero h2 {
            font-size: 28px;
        }
        
        .et_pb_toggle_0.et_pb_toggle h5 {
            font-size: 16px;
        }
        
        div#equipInfo .et_pb_row {
            padding: 0;
        }
    }
    @media (max-width:340px) {
        #gform_wrapper_4 span#input_4_1_3_container {
            width: 47.5%!important;
        }
        
        span#input_4_1_6_container {
            max-width: 48%;
        }
        
        #footer-bottom a.icon {
            font-size: 15px;
        }
        
        #footer-bottom {
            padding-bottom: 25px;
        }
        
        #footer-bottom .et-social-icons {
            margin: 0;
        }
        
        .page-id-697 .et_pb_row #deserveMax.et_pb_cta_0.et_pb_promo {
            padding: 20px!important;
        }
        
        .page-id-2692 .et_pb_slide_content p {
            font-size: 15.5px!important;
            line-height: 1.2em!important;
        }
        
        p#oldTruckText {
            margin-top: -50px;
        }
        
        p {
            line-height: 1.4em!important;
        }
        
        .military a.et_pb_button {
            font-size: 17px;
        }
    }
	
	
	
	
	
/* NEW POPUP */

.popup50k {
	display:none;
	opacity:0;
	position:fixed;
    bottom: 30px;
    right: 40px;
    z-index: 100;
}
.popup50kShow {
	opacity:1;
	display:block!important;
    -webkit-animation: pulse 1s 1; 
	-moz-animation: pulse 1s 1; 
	-o-animation: pulse 1s 1;
 	animation: pulse 1s 1;
}
.popup50kShow .popup50kText {
    -webkit-animation: slideOut 2s 1; 
	-moz-animation: slideOut 2s 1; 
	-o-animation: slideOut 2s 1;
 	animation: slideOut 2s 1;
    /*width: 175px;*/
	width: 240px;
}
span.bigBonus {
    font-size: 28px;
    line-height: 29px;
}
.popup50kText {
	border: 5px solid #fff;
    border-left: 0;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    font-weight: 900;
    background-color: #229bf9;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 0;
    float: left;
    /*height: 46px;*/
	height: 70px;
    z-index: 90;
    overflow: hidden;
    width: 0;
	padding: 5px;
}
.popup50kText > div {
    padding: 2px 50px 2px 0;
    /*width: 175px;*/
	width: 200px;
}
.popup50kTextLeft {
	float: left;
    border: 5px solid #fff;
    border-right: 0;
    background-color: #229bf9;
    /*height: 46px;
    width: 50px;*/
	height: 70px;
    width: 70px;
    border-radius: 50% 0 0 50%;
    margin-right: -9px;
	z-index:80;
}
.popup50kShow .popup50kTextLeft {
    -webkit-animation: slideOut2 2s 1; 
	-moz-animation: slideOut2 2s 1; 
	-o-animation: slideOut2 2s 1;
 	animation: slideOut2 2s 1;
    margin-right: -47px;
}
.popup50kPic {
    position: absolute;
   /* right: -20px;
    top: -6px;
	z-index:100;
    width: 72px;*/
	right: -30px;
    top: -20px;
    z-index: 100;
    width: 110px;
}
.popup50kExit {
    position: absolute;
    /*right: -20px;
    top: -6px;*/
	right: -20px;
    top: -18px;
    background-color: #229bf9;
    color: #fff;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    padding-left: 2px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    font-family: arial;
	cursor:pointer;
	z-index:110;
}
@keyframes pulse {
  0% {transform: scale(1);opacity:0;}
  20% {transform: scale(1.3);opacity:1; } 
  50% {transform: scale(.9);opacity:1;} 
  75% {transform: scale(1.15);opacity:1;} 
  100% {transform: scale(1);opacity:1;}
}
@keyframes slideOut {
  0% {width: 0;}
  50% {width: 0;}
  100% {width: 340px;}
}
@keyframes slideOut2 {
  0% {margin-right: -9px;}
  50% {margin-right: -9px;}
  100% {margin-right: -47px;}
}

@media(min-width:980px) {
	.popup50kExit {
		right: -14px;
		top: -18px;
		height: 30px;
		width: 30px;
		line-height: 31px;
		font-size: 14px; 
	}
	.popup50kPic {
		right: -60px;
		top: -20px;
		width: 180px;
	}
	.popup50kPic img {
		width: 150px;
	}
	span.bigBonus {
		font-size: 36px;
		line-height: 39px;
	}
	.popup50kText > div {
		width: 290px;
	}
	.popup50kShow .popup50kText {
		width: 340px;
	}
	.popup50kTextLeft {
		height: 90px;
		width: 90px;
	}
	.popup50k {
		right: 40px;
		top: 130px;
	}
	.popup50kText {
		font-size: 19px;
		line-height: 22px;
		height: 90px;
	}
}

@media (max-width:767px) {
	.popup50k {
		bottom:90px;
	}
}
@media (max-width:309px) {
	.popup50k {
		bottom:120px;
	}
}

.team-match-link {
    float: left;
    line-height: 34px;
    font-size: 15px;
}
.team-match-link a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    float: left;
}
.team-match-link a:hover {
    background-color: #fff;
    color: #666;
}
.job-page-search-secondary-text.job-page-search-secondary-text2 {
	display:none;
}
@media (max-width:767px) {
.job-page-search-secondary-text {
	display:none;
}
.job-page-search-secondary-text.job-page-search-secondary-text2 {
	display:block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
		margin-right:0;
    }
    
    .job-page-search-secondary-input-container {
        margin: 0 auto;
        max-width: 100%!important;
    }
	.team-match-link {
		width:100%;
	}
	.team-match-link a {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}
.bottomFixedBanner {
  width:235px; 
  height:350px;
  position: fixed;
	bottom:0;
	right:0;
  z-index: 1000;
  background-repeat: no-repeat;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  display: none;
}
.bottomFixedBanner1 {
  background-image: url("/wp-content/uploads/2018/06/otr-banner.jpg");
}

.bottomFixedBanner2 {
  background-image: url("/wp-content/uploads/2018/06/lease-banner.jpg");
}

.bottomFixedBanner .close {
  line-height: 1;
  font-size: 2.5em;
  position: absolute;
  top: 5%;
  right: 5%;
  text-decoration: none;
  color: #fff;
}
.bottomFixedBanner2 .close {
	top:1%;
	left:5%;
}
.bottomFixedBanner .close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
.bottomFixedBanner a {
  	position: absolute;
	bottom:17px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-family:'Cairo', sans-serif;
	background: #ed2544;
	color: #fff;
	padding: 5px;
	border:none;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 1;
}
.bottomFixedBanner a:first-child {
	left:10px;
}
.bottomFixedBanner a:last-child {
	right:10px;
}

.headerCopy {
color: #ffffff!important;
}

.secondTop {
text-transform: uppercase;
color: #ffffff;
font-size: 14px;
}

.et_pb_promo et_pb_module et_pb_bg_layout_dark et_pb_text_align_center  et_pb_cta_0 et_pb_no_bg {
margin-bottom: 0px;
}

.et_pb_row et_pb_row_1 et_pb_row_fullwidth {
margin: 0;
padding: 0;	
}

.hometext {
color: #fff !important;
}

.et_pb_gutters1 {
margin:0px !important;
padding:0px !important;	
}

.homerow {
width: 100%;
padding: 0px;
margin: 0px;	
}

.et_pb_row et_pb_row_1 et_pb_equal_columns et_pb_gutters1 {
background-color: blue;
}

.container {
width: 100% !important;
}

.et_pb_row {
width: 100% !important;
}

.rowblock {
padding-top: 250px;
}

/********************NEW HOME PAGE********************/
html, body {
  width: 100%;
  height: 100%;
}

div .home-bg-img {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("http://www.usxjobs.com/wp-content/uploads/2018/06/USX_Services-header_PUB_desktop.png") center center no-repeat;
 background-size: cover;
  
}


/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  body .homepagebody {background-color: red;
	 
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.homepagebody {background-color: green;}
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
	and (-webkit-min-device-pixel-ratio: 3) {
		
	  }


/* ----------- WIDESCREEN ----------- */	  
@media only screen
	and (min-width:1800px){
	.hometimerow { 
		min-height: 1000px;
		border: green solid 10px;
	}
	.equipmentrow {
		min-height: 1350px;
}
	.bonusrow {
		min-height: 920px;
}
	.militaryrow {
		min-height: 1420px;
}
}	  
	  
.et_pb_row .et_pb_row_6 .et_pb_equal_columns .et_pb_gutters1 {
margin:0;
padding: 0;		  
}
}

/***Vertically Center Column Elements***/
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

#main-footer{
width:100%;
color:#000;
	font-family:'Oswald', sans-serif;
	font-size: 20px;
}

#et-footer-nav a {
font-size: 20px;
	background-color: transparent;
}

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

/***Floating Form Icon Fix***/
#__lpform_FirstName_icon {
display: none;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1700px) {
}

.job-search-promo-mobile {
	display:none;
}
@media (max-width:540px) {
	#menu-item-2597,
	#menu-item-111 {
		display: none!important;
	}
	#mobile_menu #menu-item-2597,
	#mobile_menu #menu-item-111 {
		display: block!important;
	}
}
@media (max-width:480px) {
.job-search-promo-desktop {
	display:none;
}
.job-search-promo-mobile {
	display:block!important;
}
	
}

/*** Homepage Shortform ***/
form .disclaimer {
    font-size: 0.7em;
    font-weight: 500;
    text-transform: none;
}
form .disclaimer .expand {
    color: #DF2132;
    cursor: pointer;
}
form .disclaimer span {
    font-weight: 100;
    font-style: normal;
}

.hide {
    display: none;
}


/*** Opt-In Confirmation Page ***/

.page-id-29079 .main_title {
display: none;
}

.page-id-29098 .main_title {
display: none;
}

.page-id-29098 .container {
margin: 0px !important;
padding: 0px !important;
min-width: 100% !important;
min-height: 100vh;
}

.page-id-29098 .gform_wrapper .gfield_required {
display: none;
}
	.page-id-29098 .gform_wrapper label {
text-transform: none;
}
	
.page-id-29079 .container {
margin: 0px !important;
padding: 0px !important;
min-width: 100% !important;
min-height: 100vh;
}

.page-id-29079 .page-container {
margin-bottom: 0px !important;
}

.opt-ty-page-container {
background-color:#262729;
position: relative;
height:100vh;
}

.opt-ty-logo {
display: block;
position: absolute;
left: 2.5%;
top: 2.5%;
height: auto;
max-width: 20%;  
}

.opt-ty-content-container {
  position: absolute;
  top: 40%;
  left: 30%;
  background-color: #fff;
  border-radius: 6px;
  display: block;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
width: 40%;
padding-bottom: 30px;
padding-top: 30px;
margin-bottom: 50px; 
}

.opt-ty-hero-img {
min-width: 100%;
max-height: 60%;

}

.opt-ty-icon {
max-height: 25%;
max-width: 25%;
display: block;
margin: auto;  
}

.opt-ty-h2 {
text-transform: uppercase;
font-family:'Oswald', sans-serif;
text-align: center; 
}

.opt-ty-p {
width: 70%;
font-family:'Open Sans', sans-serif;
text-align: center;
margin: auto;
}

.opt-ty-button {
/*background: linear-gradient (180deg, #961326 0%, #A62134 100%);*/
background-color: #961326;
border: none;
border-radius: 6px;
padding: 10px 50px;  
color: #fff;
text-transform: uppercase;
margin: auto;
display: block;
margin-top: 30px;
font-family:'Oswald', sans-serif;
letter-spacing: 1px;
}

@media only screen and (max-width : 1050px) {
	.opt-ty-content-container {
		position: absolute;
  top: 30%;
	}
}
@media only screen and (max-width : 950px) {
	.opt-ty-content-container {
		width: 80%;
		position: absolute;
  top: 30%;
  left: 10%;
	}
}

@media only screen and (max-width : 750px) {
	.opt-ty-content-container {
		position: absolute;
  top: 20%;
	}
}


@media only screen and (max-width : 430px) {
	.opt-ty-h2{
		font-size:1.3rem;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
#page-container {
    margin-bottom: 0px!important;
}
}

.opt-content-container {
  position: absolute;
  top: 40%;
  left: 30%;
  background-color: #fff;
  border-radius: 6px;
  display: block;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
width: 40%;
padding-bottom: 30px;
padding-top: 30px;
margin-bottom: 50px; 
}

.opt-h2 {
text-transform: uppercase;
font-family:'Oswald', sans-serif;
	margin-left: 5%;
}

.opt-p {
width: 70%;
font-family:'Open Sans', sans-serif;
	margin-left: 5%;
}

#input_10_1 {
background-color: #fff !important;
border: solid 2px #666 !important;
border-radius: 5px;	
	margin-top: 20px !important;
	max-width: 80% !important;
	
}

#input_10_2 {
background-color: #fff !important;
border: solid 2px #666 !important;
border-radius: 5px;
margin-bottom: 20px !important;	
	max-width: 80% !important;
}

#gform_submit_button_10 {
color: #fff !important;
}

.page-id-29113 .gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
float: left !important;
margin-right: 10px !important;	
}

.page-id-29113 .gform_wrapper .gfield_required {
display: none;
}

#field_10_1 {
margin: 0 !important;
}

#field_10_2 {
margin: 0 !important;
}

.page-id-29113 .gfield_label {
display: none !important;
}

@media only screen and (max-width: 376px) {
.page-id-29113 .form-container {
    max-width: 80% !important;
}
.page-id-29113 .et_pb_row {
max-width: 80% !important;
} 	
.page-id-29113 .et_pb_row_0.et_pb_row {
padding-bottom: 0px !important;
}	
	.opt-in-logo {
max-width: 65% !important;
}
	.et_pb_row_0.et_pb_row {
max-width: 80% !important;
}	
}

#gform_confirmation_message_10 {
margin-left: 5% !important;
}

.page-id-29113 .validation_error {
color: #790000 !important;
}

@media only screen and (max-width: 790px) {
.page-id-29113 .form-container {
    max-width: 80% !important;
}
.page-id-29113 .et_pb_row {
max-width: 80% !important;
} 	
}


/***************HOME PAGE B***************/

.page-id-29140 div.et_pb_section.et_pb_section_1 {    
background-repeat: no-repeat;
background-size: cover;}

.home-b-h1 {
color: #fff;
text-transform: uppercase;
text-shadow: 2px 2px #333;
font-size: 3.3rem;
font-family: 'Oswald', sans-serif;
}

.home-b-h2 {
color: #000;
text-align: center;
font-weight: 300; 
font-size: 2rem;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;	
}

.home-b-h3 {
color: #fff;
text-transform: uppercase;
text-shadow: 2px 2px #333;
font-size: 1.3rem;
font-family: 'Oswald', sans-serif;
}

.home-b-btn-white {
display: inline-block;
border: #fff solid 2px;
background-color: #fff;
color: #951326 !important;
width: 300px;
text-align: center;
padding: 5px 0;
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
}

.home-b-btn-clear {
display: inline-block;
border: #fff solid 2px;
background-color: rgba(0, 0, 0, 0);
color: #fff;
width: 300px;
text-align: center;
padding: 5px 0;
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
}

.page-id-29140 .et_pb_code_0 {
border: none;
background-color: rgba(0, 0, 0, 0);
}

.page-id-29140 .et_pb_code_1 {
border: none;
}

.home-b-team-drivers-1 {
text-align: center;
color: #fff;
text-shadow: 1px 1px #333;
font-size: 2.5rem;
font-weight: bold;	
}

.home-b-team-drivers-2 {
text-align: center;
color: #EDDCCC;
text-shadow: 1px 1px #333;
padding-bottom: 50px;
font-size: 1.7rem;
font-weight: bold;	
}

.home-b-team-drivers-3 {
text-align: center;
color: #fff;
text-shadow: 1px 1px #333;
padding-bottom: 25px;
font-size: 1.3rem;
font-weight: bold;	
}

.module-title {
font-family: 'Oswald', sans-serif;
font-size: 2rem;
text-transform: uppercase;
padding-bottom: 20px;
color: #000;	
}

.page-id-29140 .et_pb_code et_pb_module  et_pb_code_4 {
margin: 0 !important;
}

.page-id-29140 .et_pb_button {
display: inline-block;
margin: 10px;
}


/***************IPAD PRO***************/
@media only screen and (max-width: 1025px) {
.half-text-left {
padding-left: 40px !important;
}
.half-text-right {
padding-right: 40px !important;
}
.page-id-29140 .container, .page-id-29140 .et_pb_row {
width: 100% !important;
max-width: 100% !important;
}
.page-id-29140	.et_pb_divider_0 {
padding-top: 0 !important;
margin-bottom: -1% !important;
}
.page-id-29140	.et_pb_divider_1 {
display: none !important;
}
.home-b-h2 {
font-size: 1.8rem;
}
.types-img {
max-width: 50% !important;	
z-index:2 !important;
}
.drivers-label {
max-width: 55% !important;
margin: -75px auto 30px auto !important;
z-index:999 !important;
font-size: 1.5rem;
}


@media only screen and (max-width: 769px) {	
.home .et_pb_section_3, .home .et_pb_section_1, .page-id-2692 .et_pb_section_3, .page-id-2692 .et_pb_section_1 {
background: none;
}
.page-id-29140	.et_pb_section_3 {
background-color: #fff !important;		
}
#hero-mobile-apply {
margin-left: 225px !important;
}
.page-id-29140 .et_pb_button_0.et_pb_button.et_pb_module, .page-id-29140 .et_pb_button_2.et_pb_button.et_pb_module, .page-id-29140 .et_pb_button_3.et_pb_button.et_pb_module, .page-id-29140 .et_pb_button_4.et_pb_button.et_pb_module,.page-id-29140 .et_pb_button_8.et_pb_button.et_pb_module,.page-id-29140 .et_pb_button_1.et_pb_button.et_pb_module, .page-id-29140 .et_pb_button_5.et_pb_button.et_pb_module, .page-id-29140 .et_pb_button_9.et_pb_button.et_pb_module {
font-size: .9rem;
width: 200px;
padding: 5px 0;	
}
	
.page-id-29140 .et_pb_column_24 {
padding-bottom: 100px !important;
}
	
.types-img {
max-width: 50% !important;
z-index:2 !important;
position: relative;
}
	
.drivers-label {
max-width: 55% !important;
z-index:999 !important;
margin: -75px auto 30px auto !important;
position: relative !important;
font-size: 1.5rem;
}
	
.page-id-29140 .et_pb_row .et_pb_row_3 {
padding: 0px !important;
}
	
.types-text-1 {
padding-top: 20px;
margin-bottom: 50px;
} 	
	
.types-text-2 {
padding-top: 20px;
margin-bottom: 50px;
} 	
	
.types-text-3 {
padding-top: 20px;
padding-bottom: 0px !important;
margin-bottom: 0px !important;				
} 
	
.types-text-4 {
padding-top: 20px;
margin-bottom: 50px;		
} 	
	
.types-text-5 {
padding-top: 20px;
margin-bottom: 50px;		
} 	
	
.types-text-6 {
padding-top: 20px;
margin-bottom: 20px;		
}
.page-id-29140 .et_pb_column_14 {
padding-bottom: 100px !important;
}
.page-id-29140 .et_pb_column_14 {
padding: 60px 0 !important;
}

.half-text-block {
padding-top: 50px !important;
padding-left: 25px !important;	
}

.half-button {
margin-bottom: 50px !important;
min-width: 50% !important;
max-width: 50% !important;
margin-top: 40px !important;
}
	}

/***************IPHONE***************/
@media only screen and (max-width: 376px) {	
.home-b-h2 {
font-size: 1.4rem !important;
}
.page-id-29140 .et_pb_row_1.et_pb_row {
padding-top: 165px !important;			
}
.drivers-label {
margin: -35px auto 30px auto !important;
}
.page-id-29140	.et_pb_button_6.et_pb_button.et_pb_module, .page-id-29140 .et_pb_button_7.et_pb_button.et_pb_module {
font-size: .9rem;
width: 200px;
padding: 5px 0;	
}
}

@media only screen and (max-width: 415px) {
#hero-mobile-apply {
margin-left: 10px !important;
}
.walkaway-row {
padding-bottom: 50px !important;
}
.home-b-team-drivers-1 {
font-size: 1.9rem !important;
padding: 20px 20px !important;
line-height: 1.2 !important;
font-weight: bold;
}
.home-b-team-drivers-2 {
font-size: 1.4rem !important;
line-height: 3 !important;
}
.page-id-29140	.et_pb_row_19.et_pb_row {
padding-top: 40px !important;
}
.page-id-29140	.et_pb_row_7 {
			padding-top: 0 !important;
		}	
		.driver-types-text {
			font-size: 15px !important;
			
		}
		
		.page-id-29140 .et_pb_row_7.et_pb_row {
padding-bottom: 0 !important;
}
		
		
		.page-id-29140 .et_pb_column_14 {
padding-top: 0 !important;
}
		
		.mobile-hero-buttons {
margin-left:55px;
		
}
		.drivers-label {
max-width: 80% !important;
margin: -35px auto 30px auto !important;
}	
		.types-img {
max-width: 70% !important;
}		
}
			@media only screen and (max-width: 321px) {
		.mobile-hero-buttons {
margin-left:5px !important;
}
		
		.page-id-29140 .et_pb_row_1.et_pb_row {
    padding-top: 310px !important;
	padding-right: 0;
    padding-bottom: 27px;
    padding-left: 0 !important;
			margin-left: 0 !important;	}
				
.page-id-29140 .et_pb_button_0.et_pb_button.et_pb_module, .page-id-29140 .et_pb_button_2.et_pb_button.et_pb_module, .page-id-29140 .et_pb_button_3.et_pb_button.et_pb_module, .page-id-29140 .et_pb_button_4.et_pb_button.et_pb_module,.page-id-29140 .et_pb_button_8.et_pb_button.et_pb_module,.page-id-29140 .et_pb_button_1.et_pb_button.et_pb_module, .page-id-29140 .et_pb_button_5.et_pb_button.et_pb_module, .page-id-29140 .et_pb_button_9.et_pb_button.et_pb_module {
font-size: .9rem;
width: 200px;
padding: 5px 0;	
			}
.page-id-29140 .et_pb_button_9.et_pb_button.et_pb_module {
margin-top: 50px !important;
			}
		
		.home-b-h1 {
font-size: 2.5rem !important;
}	
		
		.home-b-h3 {
font-size: 1.1rem !important;
}		
.page-id-29140 .et_pb_section_1 {
height: 500px !important;
}		
	.half-button {
margin-bottom: 50px !important;
min-width: 80% !important;
max-width: 80% !important;
margin-top: 40px !important;
}
	.half-text-block {
padding-top: 50px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
}
	
	.bonus-text	{
padding: 0 20px !important;
}
	.page-id-29140 .et_pb_column_11	{
padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.bonus-btn {
margin-bottom: 40px !important;
}
	.et_pb_row_5.et_pb_row {
		padding: 0 !important;
		}
		.page-id-29140 .et_pb_column_14 {
			padding: 0 !important;}
}
	.page-id-29140 .et_pb_row_7.et_pb_row {
    padding-top: 80px !important;
    padding-right: 0px !important; 
    padding-bottom: 66px;
    padding-left: 0px;
}
		.page-id-29140 .et_pb_row_1.et_pb_row {
padding-top: 210px !important;
margin-left: 0px !important;
}
.page-id-29140	.et_pb_row_10.et_pb_row {	
	padding-bottom: 66px !important;
	}
.page-id-29140		.et_pb_row_8 {
		padding-bottom: 40px !important;
		
	}
		
}
/*end of iphone*/
/***************IPHONE 5***************/
		@media only screen and (max-width: 330px) {
		.page-id-29140 .et_pb_section_1 {
height: 400px !important;
	}
			.et_pb_row_5.et_pb_row{
				padding-top: 25px !important;
			}
			.home-b-team-drivers-2 {
line-height: 1 !important;
}
}		

#et-footer-nav li{
width: 50%!important;
margin: 20px 0;	
}

#et-footer-nav a {
background-color: #fff;
color: #951326;
display: inline;
font-size: .9rem;
float: none;
margin: 0;
padding: 10px 30px;
border-radius: 2px;
}

.types-img {
z-index:2 !important;
position: relative;
width: 90% !important;
}

.drivers-label {
z-index:999 !important;
margin: -45px auto 30px auto !important;
position: relative !important;    
font-size: 1.2rem;
padding: 5px 0 !important;		
}

.et_pb_column_30 {
padding: 0 !important;
}

.et_pb_column_33 {
padding: 0 !important;
}

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

#desktop-apply-hero {
background-color: #951326 !important;
color: #fff !important;	
}

@media only screen and (max-width: 361px) {
.home-b-team-drivers-2 {
line-height: 1 !important;
}
}

/*EDGE FIX*/
@supports (-ms-ime-align: auto) {
#desktop-search-hero {
font-size: 1.4rem !important;
}
}

#item-29293::active, #item-676 a::active {
background-color: #fff !important;
}

#et-footer-nav a::active {
background-color: #fff !important;
}

.menu-item-29293::selection {
background-color: #fff !important;
}

/*----------------------NEW TEAM MATCH PAGE------------------------*/
.page-id-29349 .et_pb_video_play {
display: inline !important;
color: #fff !important;
max-width: 50% !important;
}

.page-id-29349 .et_pb_section_2 {
z-index: 1 !important;
}

.tm-h1 {
text-transform: uppercase;
color: #fff;
font-weight: 500 !important;
letter-spacing: 0;
font-family: 'Oswald', sans-serif;
text-shadow: 2px 2px #666;
font-size: 2.5rem;	
}

.page-id-29349 .et_pb_row_1 {
margin-left: 15% !important;
}

.hat-left {
margin-bottom: -75px !important;
margin-top: 25px !important;
z-index: 999 !important;
max-width: 75% !important;
}

.hat-right {
margin-top: 15px !important;
margin-bottom: -175px !important;
max-width: 65% !important;	
}

.tm-h2 {
text-transform: uppercase;
color: #000 !important;
font-weight: 500 !important;
letter-spacing: 0;
font-family: 'Oswald', sans-serif;
padding: 20px 0 !important;
text-shadow: 1px 1px #666;	
}

.tm-h2-icons{
text-transform: uppercase;
color: #fff !important;
font-weight: 500 !important;
letter-spacing: 0;
font-family: 'Oswald', sans-serif;
padding: 20px 0 !important;
margin-top: 295px;	
}

.tm-h2-video {
text-transform: uppercase;
color: #000 !important;
font-weight: 500 !important;
letter-spacing: 0;
font-family: 'Oswald', sans-serif;
padding: 0px 0px 0px 10px;
text-shadow: 1px 1px #666;
margin-right: 50px;	
}

.tm-h2-training {
text-transform: uppercase;
color: #fff !important;
font-weight: 500 !important;
letter-spacing: 0;
font-family: 'Oswald', sans-serif;
padding: 20px 0 !important;
text-shadow: 1px 1px #666;
}

.tm-h3 {
color: #fff;
font-family: 'Oswald', sans-serif;
font-weight: 500 !important;
font-size: 1.3rem;
letter-spacing: 0;
text-shadow: 2px 2px #666;
}

.tm-p {
color: #000;
font-size: 1.2rem;
letter-spacing: 0 !important;	
}

.tm-p-training {
color: #fff;
font-size: 1.2rem;
margin-right: 25px !important;	
letter-spacing: 0 !important;	
}

.tm-hero-text {
margin: 60px 0 10px 0 !important;		
}

.tm-team-up {
text-align: center;
max-width: 50%;	
}

#tm-hero-apply {
color: #fff;
background-color: #9D192C;
border: none;
text-transform: uppercase;
font-size: 1.2rem;
letter-spacing: 0;
padding: 15px 140px !important;
border-radius: 0;
margin-top: 15px !important;	
}

#tm-icons-apply {
color: #9D192C;
background-color: #fff;
border: none;
text-transform: uppercase;
font-size: 1.2rem;
letter-spacing: 0;
padding: 15px 140px !important;
border-radius: 0;
margin-bottom: 150px;
}

#tm-training-apply {
color: #9D192C;
background-color: #fff;
border: none;
text-transform: uppercase;
font-size: 1.2rem;
letter-spacing: 0;
padding: 15px 140px !important;
border-radius: 0;
}

.icon-row-lg {
font-size: 1.2rem;
}

.tm-icon {
height: 50px !important;
}

.tm-icon-title {
line-height: 1.4rem;
font-size: .8rem;
font-weight: bold;
letter-spacing: 0;
color: #fff;
text-transform: uppercase;
text-align: center;
}

.tm-row-item {
max-width: 20%;
}

.page-id-29349 #et-footer-nav {
display: none !important;
}

.Item {
max-width: 20% !important;
}

.tm-form-iframe {
width: 80% !important;
border: none;
display: block;
margin: 50px auto -300px auto !important;
min-height: 820px !important;	
max-width: 650px;
}

.tm-video {
margin-left: 50px;
}

.tm-p-video {
color: #000;
font-size: 1.2rem;
margin-right: 50px !important;
letter-spacing: 0 !important;	
}

.team-up-row {
z-index: 4 !important;
}

.page-id-29349 .et-pb-button a:hover { 
    background-color: yellow !important;
}
.page-id-29349 .container, .page-id-29349 .et_pb_row {
z-index: 4 !important;
}

.page-id-29349 .et_pb_section_0 {
position: relative !important;
height: 540px !important;	
}
/*--------------NEW TEAM MATCH RESPONSIVE-----------*/
@media only screen and (min-width: 1300px) {
.hat-left {
margin-top: 30px !important;
max-width: 70% !important;
margin-bottom: 30px !important;	
}
	
.hat-right {
margin-top: 30px !important;
max-width: 60% !important;	
}
}

@media only screen and (min-width: 1040px) {
.hat-left {
margin-top: 30px !important;
max-width: 70% !important;	
}
	
.hat-right {
margin-top: 30px !important;
max-width: 60% !important;	
}
}

@media only screen and (max-width: 1025px) {
.navContainer {
margin: 0 50px;
}
	
.tm-form-iframe {
width: 80% !important;
}
	
.page-id-29349 .et_pb_row_1 {
margin-left: 7% !important;
}
}

@media only screen and (max-width: 769px) {
.hat-left {
margin-bottom: -75px !important;
margin-top: 0px !important;
z-index: 999 !important;
max-width: 40% !important;
}

.hat-right {
margin-top: -140px !important;
margin-bottom: -75px !important;
max-width: 25% !important;	
margin-right: 180px !important;	
}	
	
.tm-video {
margin: 0 0 30px 0 !important;
}
	
.page-id-29349 .et_pb_row_4	
{
padding: 0 !important;
}
	
.page-id-29349 .et_pb_section_3 {
padding: 0 !important;
}
	
.page-id-29349 .et_pb_text_3 {
margin-left: 25px !important;
margin-bottom: 20px !important;	
}
	
.tm-p-video {
margin-left: 25px !important;
padding-bottom: 30px !important;
letter-spacing: 0 !important;	
}

.tm-p-training {
padding-bottom: 20px !important;
max-width: 65% !important;
margin: 0 auto !important;
letter-spacing: 0 !important;
}
	
#tm-hero-apply {
color: #fff;
background-color: #9D192C;
border: none;
text-transform: uppercase;
font-size: 1rem;
letter-spacing: 0;
padding: 5px 55px !important;
border-radius: 0;
margin-top: 15px !important;	
}

#tm-icons-apply {
color: #9D192C;
background-color: #fff;
border: none;
text-transform: uppercase;
font-size: 1rem;
letter-spacing: 0;
padding: 5px 55px !important;
border-radius: 0;
margin-bottom: 50px !important;
}

#tm-training-apply {
color: #9D192C;
background-color: #fff;
border: none;
text-transform: uppercase;
font-size: 1rem;
letter-spacing: 0;
padding: 5px 55px !important;
border-radius: 0;	
}

.tm-form-iframe {
width: 80% !important;
min-height: 810px !important;	
}	
}

@media only screen and (max-width: 414px) {
.navContainer {
flex-direction: column;
align-items: center;	
margin-left: 12%;	
}
	
.tm-h2-icons {
margin: 300px 0 20px 0 !important;
}
	
.Item {
max-width: 100% !important;
padding-bottom: 50px;		
}

.tm-p-training {
margin: 20px auto !important;
max-width: 80% !important;
letter-spacing: 0 !important;
}

.hat-left {
max-width: 70% !important;
margin-left: -70px !important;	
}

.hat-right {
max-width: 55% !important;
margin-right: -30px !important;
margin-top: -115px !important;
}
	
.tm-h1 {
max-width: 80% !important;
margin: 0 auto !important;	
}
	
.tm-h3 {
max-width: 80% !important;
margin: 0 auto !important;	
}	

.page-id-29349 .et_pb_section_0 {
position: relative !important;
height: 610px !important;	
}
	
.page-id-29349 .et_pb_row_1 {
margin: 0 !important;
}	
	
#tm-hero-apply {
position: absolute;
bottom: -335px;
left: 115px !important;	
}
	
.tm-h2 {
padding-top: 0 !important;
}
	
.tm-team-up {
max-width: 80% !important;
}
	
.tm-form-iframe {
margin-top: 20px !important;
width: 100% !important;
min-height: 630px !important;	
}
	
.tm-h2-training {
padding: 20px 20px !important;
}	
}

@media only screen and (max-width: 376px) {
.page-id-29349 .et_pb_section_0 {
height: 675px !important;	
}
	
.tm-form-iframe {
margin-top: 20px !important;
width: 100% !important;
min-height: 650px !important;	
}
	
#tm-hero-apply {
bottom: -300px;
left: 50px !important;	
}

.hat-right {
margin-top: -100px !important;
}
	
.tm-h2-icons {
margin-top: 310px !important;
}	
}

@media only screen and (max-width: 321px) {
#tm-hero-apply {
bottom: -275px;
left: 32px !important;	
}
	
.tm-form-iframe {
margin-top: 20px !important;
width: 100% !important;
min-height: 660px !important;	
}	
	
.hat-right {
margin-top: -75px !important;
}	
}


.page-id-29589 #job-page-search-primary-input {
      padding: 8px 15px;
    border-width: 3px 2px 3px 2px;
}

#job-page-jobtype-filter-select-2 {
    border: 0;
    padding: 8px 15px 7px;
    font-family: Abel;
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
    float: left;
    width: 100%;
    margin-top: 15px;
    border-color: #961326;
    border-style: solid;
    border-width: 3px 2px 3px 2px;
    background: url(/wp-content/uploads/2018/08/select_down.png) no-repeat #fff;
    background-position: right 6px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
     line-height: 27px;
}
.job-page-search-primary-button {
    padding: 14px 20px;
    background: #961326;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    line-height: 1em;
    cursor: pointer;
    font-size: 18px;
    font-family: Oswald;
    font-weight: 400;
    letter-spacing: 1px;
}
.job-page-search-primary-button:hover {
	opacity: 0.8;
}
@media (max-width:376px) {
	.job-page-search-primary-right {
		padding: 130px 0;
	}
}

/* HOME PAGE CULTURE TEST */

.culture-container {
height: 500px;
}

.culture-content {
padding-top: 250px;
}

.culture-h1 {
text-transform: uppercase;
color: #fff;
font-weight: 500;
letter-spacing: 0;
font-family: 'Oswald', sans-serif;
text-shadow: 2px 2px #666;
font-size: 3.5rem;	
}

.culture-h2 {
text-transform: uppercase;
color: #fff;
font-weight: 500;
letter-spacing: 0;
font-family: 'Oswald', sans-serif;
text-shadow: 2px 2px #666;
font-size: 1.5rem;
}

.culture-btn-left {
border: #fff solid 2px;
color: #fff;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
padding: 10px 40px;
margin-right: 10px;	
}

.culture-btn-left:hover {
border: #fff solid 2px;
background-color: rgba(201, 76, 76, 0.3);	
color: #fff;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
padding: 10px 40px;
margin-right: 10px;	
}

.culture-btn-left:active {
border: #fff solid 2px;
width: 190px;
background-color: rgba(201, 76, 76, 0.3);	
color: #fff;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
padding: 8px 38px;
margin-right: 10px;	
}

.culture-btn-right {
border: #fff solid 2px;
color: #8B0A1F;
background-color: #fff;	
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
padding: 10px 40px;	
}

.culture-btn-right:hover {
border: #fff solid 2px;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
padding: 10px 40px;
background-color: rgba(201, 76, 76, 0.3)!important;	
color: #fff;	
}

.culture-btn-right:active {
border: #fff solid 2px;
color: #8B0A1F;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
padding: 8px 38px;
background-color: rgba(201, 76, 76, 0.3);	
color: #fff;	
} 

.culture-btns {
text-align: center;
}
.page-id-29603 .et_pb_row.et_pb_row_36 {
display: none;	
}
/* HOME PAGE CULTURE TEST RESPONSIVE */
@media (min-width:768px) {
.culture-container {
height: 700px;
}
}
@media (min-width:1350px) {
.culture-content {
padding-top: 300px !important;
}	
.culture-container {
height: 700px;
}
}
@media (max-width:1024px) {
.day-one-icon {
max-width: 9% !important;
padding-top: 20px;	
}
.types-text-1{
font-size: 1.3rem !important;
}
.types-text-2{
font-size: 1.3rem !important;
}
.types-text-3{
font-size: 1.3rem !important;
}
.types-text-4{
font-size: 1.3rem !important;
}
.types-text-5{
font-size: 1.3rem !important;
}
.types-text-6{
font-size: 1.3rem !important;
}
}
@media (max-width:768px) {
.day-one-icon {
max-width: 8%;
padding-top: 30px;	
}
.day-one-p {
padding: 10px 20px 30px 20px !important;
width: 95% !important;
}	
.culture-btns{
margin-top: 30px;
}
.home-b-team-drivers-3 {
line-height: 25px;
}	
.page-id-29603 .et_pb_column_22{
padding-bottom: 130px;
}
#mobile-apply-military {
font-size: 23px;
width: 400px;		
}	
}

@media (max-width:414px) {
.day-one-p {
padding: 10px 5px 30px 5px !important;
width: 100% !important;
}
.day-one-icon {
max-width: 10% !important;
}
.day-one-heading {
padding-top: 20px;
}
.page-id-29603 .et_pb_button_11.et_pb_button.et_pb_module {
margin-bottom: 20px;		
}
.page-id-29603 #shortform {
width: 100% !important;
}
.culture-h1{
line-height: 50px;		
}
.culture-btn-right {
font-size: .8rem;
}	
.culture-btn-left {
font-size: .8rem;
}
.page-id-29603 .et_pb_section_2 {
padding-bottom: 30px !important;		
}
.page-id-29603 .et_pb_column_24	{
padding-bottom: 0 !important;
}
.page-id-29603 .et_pb_code_15 {
text-align: center;
max-width: 90%;
margin: 0 auto;	
}
#mobile-apply-bonus {
width: 200px;
font-size: 1rem;
margin: 20px auto 0 auto;
border-radius: 0;	
}
#mobile-apply-walkaway {
width: 200px;
font-size: 1rem;
border-radius: 0;
}
#mobile-apply-hometime {
width: 200px;
font-size: 1rem;
border-radius: 0;
}
#mobile-equipment {
width: 200px;
font-size: 1rem;
border-radius: 0;
}
#mobile-apply-team {
width: 200px;
font-size: 1rem;
border-radius: 0;
min-width: 80%;	
}
#mobile-apply-military {
width: 200px;
font-size: 1rem;
border-radius: 0;
min-width: 100% !important;	
}
.culture-btns {
margin-top: 40px !important;	
}	
.page-id-29603 .et_pb_row_18.et_pb_row {
padding-bottom: 50px;
padding-top: 50px;	
}	
.page-id-29603 .home-b-team-drivers-2 {
line-height: 1 !important;
}	
.page-id-29603 .half-button	{
max-width: 100% !important;
min-width: 80% !important;	
}
.page-id-29603 .et_pb_row_9.et_pb_row {
padding-bottom: 40px !important;
}
.page-id-29603 .et_pb_button_11.et_pb_button.et_pb_module {
margin-top: 0 !important;
}
.page-id-29603 .et_pb_row_4 {
padding-top: 30px !important;
}	
}

@media (max-width:375px) {
.page-id-29603 div.et_pb_section.et_pb_section_0 {
background-image: url("http://www.usxjobs.com/wp-content/uploads/2018/08/Main-imagemobileps.jpg") !important;	
}
	.day-one-icon {
max-width: 15% !important;
}	
.culture-content {
padding-top: 200px;
}
.culture-btn-right {
padding: 10px 20px;
}
.culture-btn-left {
padding: 10px 20px;
}		
.page-id-29603 .et_pb_column_39 {
padding-bottom: 0;
}
.page-id-29603 .et_pb_button_11.et_pb_button.et_pb_module {
margin-bottom: 5px;
}
}	

@media (max-width:320px) {
.culture-btn-right {
padding: 10px 10px;
}
.culture-btn-left {
padding: 10px 10px;
}
.military-text {
max-width: 90%;
margin: 0 auto;	
}
.student-text {
max-width: 90%;
margin: 0 auto;	
}
.page-id-29603 .et_pb_row_9.et_pb_row {
padding-bottom: 0 !important;
}
.walkaway-row {
padding-bottom: 10px !important;
}
#mobile-apply-military {
min-width: 100%;
}
.page-id-29603 .et_pb_column_39 {
padding-bottom: 10px;
}
.page-id-29603 .et_pb_button_11.et_pb_button.et_pb_module {
margin-bottom: 0;
}}
/* END OF HOME PAGE CULTURE TEST RESPONSIVE */


/*CRO TESTING CHANGES 8.22.18*/
@media only screen and (max-width: 2000px) {
#equipInfo .et_pb_column_1 .et_pb_code_0 .et_pb_fullwidth_header_scroll {
bottom: -400px;
	}}
@media only screen and (max-width: 1400px) {
#equipInfo .et_pb_column_1 .et_pb_code_0 .et_pb_fullwidth_header_scroll {
bottom: -450px;
	}}
@media only screen and (max-width: 1300px) {
#equipInfo .et_pb_column_1 .et_pb_code_0 .et_pb_fullwidth_header_scroll {
bottom: -500px;
	}}
/*END OF CRO TESTING CHANGES 8.22.18*/


/*RECRUITER POPUP 8.27.18*/
#bio_ep_close {
color: #5c5c5c !important;
background-color: transparent !important;
margin: 5px 0 0 -40px!important;
font-size: 18px !important;	
}

#bio_ep {
margin: 0 !important;
}

#bio_ep_bg {
opacity: 0.7 !important;
}
/*END OF RECRUITER POPUP 8.27.18*/


/*DAY ONE ROW ADDITION - HOMEPAGE 8.31.18*/

.page-id-29706 #main-header {
display: none;
height: 0;	
}

.day-one-heading {
color: #fff;
text-align: center;
font-size: 46px;	
}

.day-one-sub {
color: #fff;
text-align: center;	
}

.day-one-icon {
margin: 0 auto;
display: block;
padding-bottom: 20px;
max-width: 5%;	
}

.day-one-p {
color: #fff;
text-align: center;
padding: 10px 50px 30px 50px;
width: 80%;
margin: 0 auto;
}
/*END OF DAY ONE ROW ADDITION - HOMEPAGE 8.31.18*/

/*FULL RIDE LANDING PAGE 9.5.18*/
.fs-hero-btn:hover {
color: #000;
}

#fs-right-now-img {
margin-top: 100px !important;
}

.page-id-29706 .et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth>.et_pb_row {
width: 100% !important;
max-width: 100% !important;	
}

#fr-nav {
background-color: rgba(0, 0, 0, .8);
}

.fr-nav-logo {
max-width: 50%;
margin-left: 50px;
padding-top: 5px;
}

.page-id-29706 .et_pb_code_1 {
padding-right: 50px;
text-align: right !important;
}

.fr-nav-btn {
text-transform: uppercase;
color: #fff !important;
background-color: #D00E17;
width: 200px;
text-align: center;
display: inline-block !important;
font-family: "DiamanteEFTU-DemiBold", sans-serif;
letter-spacing: .5px;
padding: 5px;	
}

#fr-nav-prospective {
display: inline-block;
}


#fr-nav-current {
display: inline-block;
}

#fr-hero-section {

}

#fr-hero-row {
width: 80%;	
}

#fr-logo {
padding: 50px;	
}

#fr-step {
background-color: #fff;
padding: 25px 50px;
border: solid #666 1px;
margin-bottom: -175px;
border-top: #D4262E solid 12px;
min-height: 250px;
-webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
}

.fs-step-title {
color: #000;
text-transform: uppercase;
text-align: center;
padding: 0;
font-family: "DiamanteEFTU-DemiBold", sans-serif;	
	
}

hr {
width: 100px;
border-top: #D00E17 solid 1px;
margin: 10px auto;	
}

.fs-step-p {
text-align: center;
color: #666;	
padding-bottom: 20px !important;
}

.fs-hero-btn {
color: #D00E17;
border: solid #D00E17 2px;
background-color: transparent;
text-transform: uppercase;
text-align: center;	
width: 200px;
padding: 5px 0;
margin: 0 auto;
display: block;
font-family: "DiamanteEFTU-DemiBold", sans-serif;
letter-spacing: .5px;	
	
}

#fr-second-row {
background-color: #fff;
padding-top: 200px !important;	
}

#fr-fourth-row {
background-color: #fff;
}

#fr-last-row {
background-color: #000;
padding-bottom: 50px !important;	
}

#fr-requirements-row {
background-color: #fff;
}

#fr-degrees-row {
background-color: #f2f2f2;
}

.fr-p-red {
text-transform: uppercase;
color: #D00E17;
font-family: "DiamanteEFTU-DemiBold", sans-serif;
text-align: center;
padding-bottom: 10px;	
}

.fr-p-grey {
color: #666;
font-family: "Helvetica", sans-serif;
text-align: center;		
}

.fr-h1 {
text-transform: uppercase;
color: #000;
font-family: "DiamanteEFCE-Medium", sans-serif;
text-align: center;
font-size: 2.5rem;	
}

.fr-bullet {
padding-bottom: 20px;
}

.fr-bullet-icon {
display: inline;
margin-right: 10px;	
}

.fr-bullet-p {
display: inline;
}

.page-id-29706 .et_pb_code_4 {
text-align: left !important;
}

.fr-enroll-btn {
text-transform: uppercase;
color: #fff !important;
padding: 5px 0;
background-color: #D00E17;
width: 300px;
text-align: center;
margin: 20px auto 5px auto;
display: block;
font-family: "DiamanteEFTU-DemiBold", sans-serif;
letter-spacing: .5px;	
}

.fr-btn-caption {
text-align: center;
padding-top: 20px;
font-size: 1.1rem;
padding-bottom: 0px !important;	
}

.fr-btn-caption-2 {
font-size: 1.1rem;
padding-top: 10px;
text-align: center;	
}
.page-id-29706 .et_pb_row_4 {
padding-bottom: 30px !important;
}

#ashford-background {
background-color: #fff;
margin-bottom: 50px;	
}

.ashford-logo {
padding: 20px 0;
margin: 0 auto;
display: flex;	
}

#ashford-section {
padding: 100px 0 20px 0 !important;	
}

.ashford-p {
text-align: center;
padding: 0 5%;	
}

#fr-ashford-enroll {
width: 400px;
}

.fs-icon {
margin: 0 auto;
display: block;
padding-bottom: 10px;
}

.fs-icon-1 {
font-size: 20px;
color: #fff;
text-align: center;
padding: 0;	
}

.fs-icon-2 {
font-size: 14px;
color: #fff;
text-align: center;
}

.degrees-anchor-link {
color: #fff;
text-align: center;
display: block;
margin: 0 auto;	
}

.degrees-anchor-link:hover {
color: #666;
}

.degrees-anchor-link:active {
color: #fff;
}

#fs-right-now-img {
border: solid #666 1px;
margin-top: 40px;	
}

.fr-h1-right-now {
text-transform: uppercase;
color: #000;
font-family: "DiamanteEFCE-Medium", sans-serif;
text-align: left;
font-size: 2.5rem !important;
padding-bottom: 10px;
line-height: 1em;
font-weight: 900 !important;
padding-top: 60px;	
}

.fr-h2-grey {
color: #666;
text-align: left;
padding: 10px 0 30px 0;
font-size: 1.7rem !important;	
}

.fr-p-right-now {
color: #666;
font-family: "Helvetica", sans-serif;
text-align: left;		
}

.fs-last-header {
color: #fff;
text-align: center;
text-transform: uppercase;
font-family: "DiamanteEFCE-DemiBoldIta", sans-serif;
padding-top: 40px;
padding-bottom: 20px;
font-size: 2.7rem !important;	
}

.fr-last-p {
color: #fff;
width: 90%;	
}

#fr-requirement-section {
background-color: #fff;
}

.fr-h1-requirements {
text-transform: uppercase;
color: #000;
font-family: "DiamanteEFCE-Medium", sans-serif;
text-align: left;
font-size: 2.5rem !important;
padding-bottom: 0;
line-height: 1em;
font-weight: 900 !important;
padding-top: 50px;	
}

.degrees-category {
font-size: 1.5rem;
text-align: left;
padding-bottom: 20px;	
}

.page-id-29706 ul {
list-style: none;
text-align: left;	
}

.degrees-hr {
border-top: solid #666 1px;
width: 100%;	
}

.degrees-disclaimer {
color: #666;
font-size: 12px;	
}

.page-id-29706 #main-footer {
display: none;
}

#fr-footer {
background-color: #000;
}

.footer-text {
font-size: 16px;
}

.footer-text-micro {
font-size: 12px;
}

.fa-facebook:before,
.fa-twitter:before,
.fa-instagram:before,
.fa-linkedin:before {
color: #961326;
}

.fr-btn-caption a:hover {
color: #000;
}
.fr-btn-caption-2 a:hover {
color: #000;
}
/*-------------FULL RIDE RESPONSIVE----------------*/

@media (max-width:1562px) {
.page-id-29706 li {
padding-bottom: 20px;
	}
}
@media (max-width:1026px) {
.page-id-29706  .et_pb_row_14 {
width: 90% !important;
	}
.degrees-hr {
width: 90%;		
	}
.degrees-disclaimer {
padding-left: 75px;
	}
.page-id-29706 .et_pb_row {
max-width: 80% !important;
width: 80% !important;	
	}
}
@media (max-width:980px) {
.page-id-29706 .et_pb_code_1 {
display: none;
	}
.page-id-29706 .et_pb_module:last-child {
margin: 0 auto !important;
text-align: center;		
}
.page-id-29706 #page-container	{
padding-top: 0 !important;				
	}
#fr-nav {
background-color: #000;
padding: 15px;	
}
.fr-nav-logo {
max-width: 65%;
margin: 0 auto !important;
padding-top: 5px;
	}
}
@media (max-width:768px) {
#fr-step {
margin-bottom: 20px !important;
}
.degrees-anchor-link {
font-size: 20px;
}
.ashford-p {
padding-bottom: 20px !important;
}
.page-id-29706 .et_pb_row_4 {
padding-top: 0 !important;
	}
#fr-logo {
padding: 0 !important;
	}
.page-id-29706 .et_pb_row_10 {
padding-bottom: 0 !important;
padding-top: 10px !important;	
	}
.fr-last-p {
margin: 0 auto;
}
#fr-last-apply-btn {
margin-bottom: 30px;
}
#fs-right-now-img {
margin-top: 30px !important;
}	
.fr-btn-caption-2 {
padding-bottom: 30px !important;
	}
.fr-step-2 {
margin-bottom: -50px !important;
}
#fr-second-row {
padding-top: 30px !important;
padding-bottom: 30px !important;	
}	
.page-id-29706 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
margin-bottom: 75px !important;
}
#fr-first-bullet {
padding-top: 20px;
}	
.requirements-p {
text-align: left;
padding-top: 20px;	
	}
.page-id-29706 .et_pb_row_13 {
padding-top: 0 !important;
}	
.page-id-29706 .et_pb_row_7{
padding-top: 0 !important;
}
.page-id-29706 .et_pb_section_5{
text-align: left;
}
.fr-bullet {
text-align: left !important;
}
.page-id-29706 .et_pb_row_12 {
padding-bottom: 0 !important;
}
.page-id-29706 .et_pb_row_15 {
padding-top: 20px !important;
padding-bottom: 0 !important;	
}	
.page-id-29706 .et_pb_column_24 {
padding-bottom: 0 !important;
	}
.degrees-disclaimer {
padding-left: 0;
	}
.page-id-29706 .et_pb_row_13 {
padding-bottom: 0 !important;
}
.page-id-29706 .et_pb_row_14 {
padding-top: 0 !important;
padding-bottom: 0 !important;	
}
#fr-hero-section { 
background-image: url(/wp-content/uploads/2018/09/hero-mobile.jpg) !important;
}
.fr-step-1 {
margin-bottom: 20px;
}
#fr-ashford-enroll {
margin-bottom: 30px;
}
}

@media (max-width:414px) {
.fs-hero-btn {
font-size: 16px;
}
#ashford-section {
padding: 50px 0 20px 0 !important;
}
.fr-enroll-btn {
padding: 10px 10px;
font-size: 16px;
}
.fr-p-grey {
padding-top: 20px !important;
padding-bottom: 30px !important;
}
#fr-fourth-row {
padding-top: 30px !important;
}
.degrees-anchor-link {
font-size: 16px;
}
#fr-logo {
padding: 60px !important;
}
#fr-ashford-enroll {
width: 85% !important;
}
}

@media (max-width:320px) {
.fr-enroll-btn {
width: auto;
}
#fr-last-apply-btn	{
width: 250px !important;
	}
.fs-hero-btn {
    font-size: 16px;
    width: auto;
}
}

/*END OF FULL RIDE LANDING PAGE 9.5.18*/

.page-id-29983 .entry-title {
	color:#fff;
}

/*Styles for team match test pages 1a and 1b 9-27-18*/
.page-id-30038 #top-menu #item-2597,
.page-id-30038 #top-menu #item-111,
.page-id-29929 #top-menu #item-2597,
.page-id-29929 #top-menu #item-111 {
  background-color: #fff !important;
  border: none !important;
  padding: .5rem !important;
  color: #951326 !important;
  font-family: "Lato", sans-serif !important;
  border-radius: 2px;
  font-size: .75rem !important;
  font-weight: 600 !important;
  margin: 10px 0 10px 15px !important;
}

.page-id-29929 #top-menu #item-2597:hover, .page-id-30038 #top-menu #item-2597:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.page-id-30038 #top-menu #item-111,
.page-id-29929 #top-menu #item-111 {
  background-color: transparent !important;
  color: #fff !important;
  transition: all .2s ease;
  position: relative !important;
}
.page-id-30038 #top-menu #item-111:hover,
.page-id-29929 #top-menu #item-111:hover {
	color: #000 !important;
	
}
.page-id-30038 #top-menu #item-111::before,
.page-id-29929 #top-menu #item-111::before {
	content: url('https://storage.googleapis.com/terri-craigslist-content/USX-IMAGES/phone%20icon.svg');
	position: absolute;
	left: -5px;	
}


.test-1a-hero-box {
  padding: 1rem;
  background-color: #9d192c;
  text-align: center;
  width: 100%;
}
.test-1a-hero-box h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: 0;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
}
.test-1a-hero-box h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 500 !important;
  font-size: 1.3rem;
  letter-spacing: 0;
}
.test-1a-btn--container {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.75rem 1rem;
}

.test-1a-btn--container a {
  background-color: #951326;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  height: 45px;
  width: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
}

/* styles for math cards */
.flex-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  background-color: #f2f2f2;
}
.sub-flex-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.math-icon {
  margin: -20px;
  z-index: 99;
  max-width: 50px;
  height: auto;
  width: 50px;
}
.flex-wrapper--card {
  color: rgba(21, 52, 72, 0.59);
  background: #ffffff;
  box-shadow: 0 -3px 5px 0 rgba(92, 99, 110, 0.09);
  border-radius: 2.88px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 111px;
  text-align: center;
  margin: 5px;
  position: relative;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 23px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
}

.flex-wrapper--card span {
  padding: 10%;
}

.test-1b-hero-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.test-1b-hero-box h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: 0;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  width: 100%;
}
.test-1b-hero-box h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 500 !important;
  font-size: 1.3rem;
  letter-spacing: 0;
  width: 100%;
}
.test-1b-btn--container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 325px;
  height: 54px;
  margin: 0 auto;
}

.test-1b-btn--container a {
  background-color: #951326;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  transition: all .25s ease;
  width: 100%;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
}

.test-1b-btn--container a:hover, .test-1a-btn--container a:hover {
	background-color: #000;
	color: #fff;
}
@media (max-width: 1150px) {
  .flex-wrapper {
    max-width: 450px;
    flex-wrap: wrap;
  }
  .sub-flex-wrapper {
    flex-direction: column;
  }
  .math-icon--hidden {
    display: none;
  }
}
@media (max-width: 980px) {
.page-id-30038 #top-menu #item-2597,
.page-id-30038 #top-menu #item-111,
.page-id-29929 #top-menu #item-2597,
.page-id-29929 #top-menu #item-111 {
  margin: 0 0 0 15px !important;
}
} 
@media (max-width: 550px) {
	.page-id-30038 ul#top-menu,
.page-id-29929 ul#top-menu {
    display: none;
}
  .test-1a-hero-box {
    position: relative;
    top: 100px;
  }
  .test-1a-btn--container {
    padding: 0.5rem 1rem;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    bottom: -25px;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
  }
  .test-1a-btn--container a {
    width: 80%;
  }
  .test-1b-hero-box {
    position: relative;
    top: 100px;
  }
  .test-1b-btn--container {
    padding: 0.5rem 1rem;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    bottom: -25px;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  .flex-wrapper {
    flex-direction: column;
  }
  .flex-wrapper--card {
    max-width: 350px;
    width: 100vw;
  }
  .math-icon--hidden {
    display: block;
  }
}

.iframeFormBtn {
	font-size: 1.250rem;
    background-color: #DF2132;
    color: #FFF;
    text-transform: uppercase;
    width: 50%;
    display: block;
	margin: 0 auto;
}

.iframeFormH3 {
	font-family: "Oswald",sans-serif;
    font-size: 1.8em;
    margin: 0;
    text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	color: #000;
}

/* .iframeForm input.text, 
input.title, 
input[type=email], 
input[type=password], 
input[type=tel], 
input[type=text], 
select, 
textarea {
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	color: #4e4e4e;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Abel',Helvetica,Arial,Lucida,sans-serif;
} */

.iframeForm p {
	font-family: "Oswald",sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
	padding-top: 30px;
}

.iframeForm hr {
width: 90%;
}

.inverse-fr-logo {
	margin: 0 auto;
	display: block;
	max-width: 200px;
}

.bonusrow {
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.inverse-fr-logo-mobile {
width: 35% !important;
	padding-bottom: 20px;
}

.page-id-30100 input, .page-id-30100 select{
	height: calc(2.25rem + 2px) !important;
}

.page-id-30100 select {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 1200px) {
    .d-md-block {
        display: inline-block !important;
  }
}

.page-id-30100 input[type=text],
.page-id-30100 input[type=tel],
.page-id-30100 input[type=email],
.page-id-30100 input[type=date],
.page-id-30100 select {
	padding-left: 7px !important;
	padding: 2px;
    border: 1px solid #bbb;
    background-color: #fff;
	font-weight: bold;
}

input[type="date"]::before {
	color: #4e4e4e;
	content: attr(placeholder);
}
input[type="date"] {
	color: #ffffff;
}
input[type="date"]:focus,
input[type="date"]:valid {
	color: #4e4e4e;
}
input[type="date"]:focus::before,
input[type="date"]:valid::before {
	content: "" !important;
}

/* BEGIN CODE FOR NEW HOMEPAGES */

.page-id-30272 .drivers-label,
.page-id-30313 .drivers-label {
    font-family: "DiamanteEFCE-Medium";
	letter-spacing:0;
}
.page-id-30272 p,
.page-id-30313 p {
    font-family: Roboto;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 18px;
}
.page-id-30272 p span,
.page-id-30313 p span {
    font-weight: 500;
}
.page-id-30272 p.culture-h2,
.page-id-30272 p.culture-h1,
.page-id-30313 p.culture-h2,
.page-id-30313 p.culture-h1 {
    font-family: "DiamanteEFCE-Medium";
    font-size: 22px;
    letter-spacing: 1px;
}
.page-id-30272 p span.home-b-h2,
.page-id-30313 p span.home-b-h2 {
    font-family: "DiamanteEFTU-DemiBold";
	font-size:2.5em;
}
.page-id-30272 .culture-btn-right,
.page-id-30272 .culture-btn-left,
.page-id-30313 .culture-btn-right,
.page-id-30313 .culture-btn-left {
    font-family: "DiamanteEFCE-Medium";
	letter-spacing:0;
    font-size: 20px;
}
.page-id-30272 #top-menu li,
.page-id-30272 #top-menu > #menu-item-110 a,
.page-id-30272 #top-menu > #menu-item-2597 a,
.page-id-30272 #top-menu > #menu-item-111 a,
.page-id-30313 #top-menu li,
.page-id-30313 #top-menu > #menu-item-110 a,
.page-id-30313 #top-menu > #menu-item-2597 a,
.page-id-30313 #top-menu > #menu-item-111 a {
    font-family: "DiamanteEFCE-Medium", sans-serif !important;
}
.page-id-30272 #top-menu li a,
.page-id-30313 #top-menu li a {
	font-size:17px!important;
}
.page-id-30272 #main-content li,
.page-id-30313 #main-content li {
	font-family:Roboto;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
	color:#020202;
    line-height: 2em;
}
.page-id-30272 #main-content ul,
.page-id-30313 #main-content ul {
	list-style: none;
    padding-bottom: 0;
	padding-top:10px;
}
.page-id-30272 #main-content li::before,
.page-id-30313 #main-content li::before {
	content: '\2022';
	color: #951326;
  	display: inline-block;
	width: 1em;
  	margin-left: -1em;
}
.page-id-30272 h3,
.page-id-30313 h3 {
    font-family: "DiamanteEFCE-Medium";
    font-size: 30px;
}
.page-id-30272 form label[for=Violations],
.page-id-30272 form label[for=Accidents],
.page-id-30313 form label[for=Violations],
.page-id-30313 form label[for=Accidents] {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 44px;
    margin-bottom: 10px;
    font-weight: 400;
}
.page-id-30272 .custom-control-label,
.page-id-30313 .custom-control-label {
    font-size: 18px;
    letter-spacing: 0;
}
.page-id-30272 form .disclaimer,
.page-id-30313 form .disclaimer {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}
form input,
form select {
	color:#000!important;
    font-family: Roboto;
    font-weight: 400!important;
    font-size: 18px;
    padding: 10px 15px!important;
    line-height: 1em!important;
    height: auto!important;
}
form input::placeholder {
    font-family: Roboto;
    font-weight: 300!important;
}
.page-id-30272 #home-form-submit,
.page-id-30313 #home-form-submit {
    font-family: "DiamanteEFCE-Medium", sans-serif !important;
	color:#fff!important;
    padding: 15px 15px!important;
    text-transform: uppercase;
    font-size: 24px;
}
#home-form-submit:hover {
	opacity: 0.8;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #951326;
	background-image:url("/wp-content/uploads/2019/01/checkmark.png");
}
form .disclaimer .expand {
    color: #951326;
}
.home-picture-side-section,
.home-video-side-section {
	
}
.home-picture-side-section .et_pb_row_9.et_pb_row,
.home-video-side-section .et_pb_row_9.et_pb_row {
    padding: 0!important;
}
.home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child {
    padding: 7% 0 0 150px;
}
.home-picture-side-section .et_pb_row:first-child .et_pb_column:first-child {
    padding: 0;
}
.home-video-side-section .et_pb_column:last-child {
    padding: 10% 150px 0 0;
}
.home-video-side-section .et_pb_column:last-child .et_pb_text {
    max-width:450px;
}
.page-id-30272 .et_pb_video_0 .et_pb_video_play,
.page-id-30313 .et_pb_video_0 .et_pb_video_play {
    display:block;
}
.page-id-30272 .et_pb_row_4,
.page-id-30313 .et_pb_row_4 {
    padding-top: 47px !important;
}
@media (max-width:1550px) {
	.page-id-30272 form label[for=Violations],
	.page-id-30272 form label[for=Accidents],
	.page-id-30313 form label[for=Violations],
	.page-id-30313 form label[for=Accidents] {
    	font-size: 16px;
	}
}
@media (max-width:1400px) {
	.home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child {
		padding: 5% 0 0 150px;
	}
	.home-video-side-section .et_pb_column:last-child {
		padding: 8% 150px 0 0;
	}
	.page-id-30272 form label[for=Violations],
	.page-id-30272 form label[for=Accidents],
	.page-id-30313 form label[for=Violations],
	.page-id-30313 form label[for=Accidents] {
    	font-size: 18px;
    	line-height:22px;
	}
}
@media (max-width:1200px) {
	.home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child {
		padding: 3% 0 0 100px;
	}
	.home-video-side-section .et_pb_column:last-child {
		padding: 7% 100px 0 0;
	}
}
@media (max-width:1025px) {
	.home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child {
		padding: 2% 0 0 100px;
	}
	.home-video-side-section .et_pb_column:last-child {
		padding: 6% 100px 0 0;
	}
}
@media (max-width:980px) {
	.page-id-30272 form label[for=Violations],
	.page-id-30272 form label[for=Accidents],
	.page-id-30313 form label[for=Violations],
	.page-id-30313 form label[for=Accidents] {
   	 	font-size: 18px;
   	 	line-height:44px;
	}
	.page-id-30272 .et_pb_section_1,
	.page-id-30313 .et_pb_section_1 {
		display: none!important;
	}
	.page-id-30272 .et_pb_section_2,
	.page-id-30313 .et_pb_section_2 {
		display: block!important;
	}	
	.home-video-side-section .et_pb_column:last-child,
	.home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child {
		padding: 50px 200px;
	}
}
@media (max-width:800px) {
	.home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child,
	.home-video-side-section .et_pb_column:last-child {
		padding: 50px 100px;
	}
}
@media (max-width:767px) {
	.page-id-30313 p.culture-h2:nth-child(3) {
    	margin: 15px auto 0!important;
	}
	.page-id-30272 .et_pb_column_24,
	.page-id-30313 .et_pb_column_24 {
		padding-bottom: 0 !important;
	}
}
@media (max-width: 650px) {
	.page-id-30272 ul#top-menu,
	.page-id-30313 ul#top-menu {
    	display: none;
	}
	form input, form select {
		font-size: 14px;
	}
	.page-id-30272 form label[for=Violations],
	.page-id-30272 form label[for=Accidents],
	.page-id-30313 form label[for=Violations],
	.page-id-30313 form label[for=Accidents] {
		font-size: 16px;
		line-height: 44px;
	}
	.page-id-30272 .custom-control-label,
	.page-id-30313 .custom-control-label {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.page-id-30272 form label[for=Violations], 
	.page-id-30272 form label[for=Accidents],
	.page-id-30313 form label[for=Violations], 
	.page-id-30313 form label[for=Accidents] {
		font-size: 14px;
		line-height: 44px;
	}
}
@media (max-width: 515px) {
	.page-id-30272 form label[for=Violations], 
	.page-id-30272 form label[for=Accidents],
	.page-id-30313 form label[for=Violations], 
	.page-id-30313 form label[for=Accidents] {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 550px) {
	.page-id-30272 ul#top-menu,
	.page-id-30313 ul#top-menu {
    	display: none;
	}
}
@media (max-width:500px) {
	.home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child,
	.home-video-side-section .et_pb_column:last-child {
		padding: 50px;
	}
}
@media (max-width:400px) {
	.home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child,
	.home-video-side-section .et_pb_column:last-child {
		padding: 50px 30px;
	}
}
@media (max-width: 360px) {
	.page-id-30272 .culture-btn-right,
	.page-id-30313 .culture-btn-right {
		padding: 10px 10px;
	}
	.page-id-30272 .et_pb_row_0.et_pb_row,
	.page-id-30313 .et_pb_row_0.et_pb_row {
		max-width: 90% !important;
	}
}
@media (max-width:340px) {
	.page-id-30272 p.culture-h2:nth-child(2),
	.page-id-30313 p.culture-h2:nth-child(2) {
    	line-height: 0.7em!important;
	}
	.page-id-30272 p.culture-h2:nth-child(3),
	.page-id-30313 p.culture-h2:nth-child(3) {
    	line-height: 0.9em!important;
	}
}
/* END CODE FOR NEW HOMEPAGES */


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

.page-id-30421 .et_pb_slide_content p:last-of-type {
	padding-bottom: 20px;
}
 
.page-id-30421 .et_pb_column_4 {
	padding: 50px;
}

.page-id-30421 .et_pb_image_0 img {
    width: auto;
    height: 100%;
}

.page-id-30421 .et_pb_column .et_pb_column_1_2  .et_pb_column_8 {
	padding-top: 0 !important;
}
.page-id-30524 .scroll-down {
	display: none;
}
#apprenticeship-button {
	margin: 0 auto;
	display: block;
	max-width: 400px;
	margin-bottom: 50px;
}

#apprenticeship-button-2 {
	margin: 0 auto;
	display: block;
	max-width: 400px;
}

@media (max-width: 768px) {
	#militaryHeader .et_pb_text_inner {
	text-align: center;
	padding-bottom: 10px;
	}
	
	#military-badge-1,
	#military-badge-2 {
	max-width: 25%;
}
	#militaryHeader .et_pb_code_0 {
    text-align: center;
}
}

@media (max-width: 414px) {
	.bottomStar {
		margin-bottom: 30px;
	}

}


@media (max-width: 320px) {
	.military .et_pb_module .et_pb_buttonstyle {
		display: block !important;
	}
	.page-id-30421 .et_pb_section_9 {
    padding-right: 25px!important;
    padding-left: 25px!important;
}
}

.page-id-30038 div.et_pb_section.et_pb_section_4 {
    background-position: top;
}

/*=======STICKY FOOTER UPDATES=============*/
#et-footer-nav li {
    margin: 10px 3px;
    display: flex;
}

.bottom-nav {
	display: flex;
	padding: 0;
	max-width: 80%;
    margin: 0 auto;
}

@media (max-width: 320px) {
	#et-footer-nav a {
    padding: 5px 15px;
  }
}


/*=======DEDICATED DRIVERS 2019=============*/
.page-id-30847 .hero {
	background: url(/wp-content/uploads/2019/05/team-driver-hero-desktop.jpg) center center/cover no-repeat;
    height: 80vh;
    min-height: 600px;
}

.page-id-30100 .container.iframeForm {
    font-family: "roboto", sans-serif;
}

.page-id-30100 .disclaimer,
.page-id-30100  .custom-control-label {
    letter-spacing: 0;
}

form select {
    height: 46px !important;
}
.title-light {
	color: #fff;
}

.tony-r {
	font-size: 14px !important; 
	color: #666 !important; 
	display: inline-block; 
	float: left;
}

.melissa-g {
	font-size: 14px !important; 
	color: #666 !important; 
	display: inline-block; 
	float: right;
}

@media (max-width: 1024px) {
	.tony-r,
	.melissa-g {
		float: none;
		display: block;
	}
	
	.melissa-g {
		padding-bottom: 15px !important;
	}
}



/* PER DIEM CALCULATOR */

.calculator-field-top-2 .radio {
	position: relative;
	cursor: pointer;
	line-height: 20px;
	font-size: 14px;
	float: left;
	width: auto;
	margin: 5px 10px 15px 0;
	font-weight: 500;
 }
.calculator-field-top-2 .radio .label {
    position: relative;
    display: block;
    float: left;
    margin-right: 5px;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #b9b9b9;
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
}
.calculator-field-top-2 .radio .label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #951227;
  transform: scale(0);
  transition: all .2s ease;
  opacity: .08;
  pointer-events: none;
}
.calculator-field-top-2 .radio:hover .label:after {
  transform: scale(3.6);
}
  
.calculator-field-top-2 input[type="radio"]:checked + .label {
  border-color: #951227;
}
.calculator-field-top-2 input[type="radio"]:checked + .label:after {
    transform: scale(1);
    transition: all .2s cubic-bezier(.35,.9,.4,.9);
    opacity: 1;
}
.calculator-field-top-2 .hidden {
  display: none;
}

.calculator-field-top-2 .credit {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: all .2s ease;
  -webkit-user-select: none;
  user-select: none;
  opacity: .6;
}
.calculator-field-top-2 .credit img {
    width: 72px;
}

.calculator-field-top-2 .credit img:hover {
    transform: scale(.95);
}
.calculator-section-one {
	background-color: #fff!important;
	padding: 20px 0 50px 0!important;
}
.calculator-section-one img {
	max-width: 310px;
    margin: 10px auto;
    display: block;
}
.calculator-section-one p {
	max-width: 800px;
    margin: 0 auto;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
	font-family: Roboto;
	font-weight: 400;
	letter-spacing: 0px;
}
.et_pb_section_1.calculator-section-two {
	background-color: #f5f5f5!important;
}
.calculatorModule {
	background-color: #f5f5f5;
    width: 100%;
    float: left;
}
.calculator-field-top-2 {
    font-family: Roboto;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #020202;
}
.calculator-field-top-2 input {
}
.calculator-field-top-2 input:last-child {
	margin-left:10px;
}
.calculatorModule label{
    font-family: Roboto;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 2em;
    color: #020202;
}
.estimated-savings {
    font-family: Roboto;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 14px;
    color: #020202;
}
.calculatorModule h2 {
    text-align: center;
    font-family: diamanteefce-medium;
    margin-top: 0;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    font-style: italic;
	margin-bottom: 5px;
	color: #000;
}
.calculator-fields-text {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    color: #ababab;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.calculator-row {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
}
.calculator-top {
	float: left;
    width: 100%;
    padding: 35px 45px 55px 45px;
    margin-bottom: 30px;
    background: #fff;
    margin-top: 30px;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.29);
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.29);
    border-radius: 8px;
    box-sizing: border-box;
}
.calculator-bottom {
    float: left;
    width: 100%;
    padding: 30px 45px 15px 45px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.29);
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.29);
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
}
.calculator-fields,
.calculator-results {
    width: 48%;
    float: left;
}
.calculator-results {
    margin-left: 4%;
}
.calculator-fields-top,
.calculator-fields-middle,
.calculator-fields-bottom {
    float: left;
    width: 100%;
}
.calculator-field-top-1,
.calculator-field-top-2,
.calculator-field-middle-1,
.calculator-field-middle-2{
    width: 48%;
    float: left;
}
.calculator-field-top-2,
.calculator-field-middle-2{
    width: 48%;
    margin-left:4%;
}
.calculator-field-top-1 label,
.calculator-field-top-2 label{
    width: 100%;
    float: left;
}
.calculator-field-top-2 label {
	margin-bottom: 5px;
}
.calculator-field-top-2 input {
	width: auto;
	font-family: 'Abel'!important;
}
.calculator-fields-top .perdiem-calculator-select {
    width: 100%;
    float: left;
}
.calculator-field-top-2 form {
    display: inline-flex;
    width: 50%;
    float: left;
    align-items: center;
    height: 36px;
    margin-bottom: 0;
}
.calculator-field-top-2 form input:first-child {
    margin-left: 0;
}
.calculatorModule select,
.calculatorModule input[type=text],
.calculatorModule input[type=number]{
    padding: 8px 10px;
    color: #737373;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    line-height: 1.3em;
	font-family: 'Roboto';
}
.calculatorModule input {
	font-family: 'Roboto';
}
.calculator-fields-middle input[type=text] {
    width: 100%;
}
.calculator-fields-bottom-center,
.calculator-fields-bottom-right {
    float: left;
}
.calculator-fields-bottom-center {
    width: 48%;
    min-width: 100px;
	margin-left: 0!important;
}
.calculator-fields-bottom-right {
    width: 48%;
    min-width: 80px;
    margin-left: 4%;
}
.calculator-fields-bottom select,
.calculator-fields-bottom input[type=text] {
    width: 100%;
}
.calculatorModule #calculate,
.calculator-jobs-link a {
    font-family: diamanteefce-medium,sans-serif;
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 19px;
    background-color: #951326;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.calculatorModule #calculate {
	float: left;
	width: auto;
	padding: 8px 50px;
}
.per-diem-advantage,
.fully-taxed {
    color: #fff;
    padding: 10px;
    display: block;
    margin-bottom: 9px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
	letter-spacing: 0px;
    position: relative;
	float:left;
}
.fully-taxed {
    width: 100%;
}
.fully-taxed p,
.per-diem-advantage p {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
	letter-spacing: 0px;
	float:left;
    position: relative;
}
.per-diem-advantage {
    background: #ccc;
	width:100%;
}
@-moz-keyframes l-to-r {
	from {width:0;}
	to {width:100%;}
}
@-o-keyframes l-to-r {
	from {width:0;}
	to {width:100%;}
}
@-webkit-keyframes l-to-r {
	from {width:0;}
	to {width:100%;}
}
@keyframes l-to-r {
	from {width:0;}
	to {width:100%;}
}
@-moz-keyframes l-to-r-taxed {
	from {width:0;}
	to {width:85%;}
}
@-o-keyframes l-to-r-taxed {
	from {width:0;}
	to {width:85%;}
}
@-webkit-keyframes l-to-r-taxed {
	from {width:0;}
	to {width:85%;}
}
@keyframes l-to-r-taxed {
	from {width:0;}
	to {width:85%;}
}
@-moz-keyframes l-to-r-padding {
	from {width:0;padding-right:0;opacity:0;}
	to {width:100%;padding-right:12px;opacity:1;}
}
@-o-keyframes l-to-r-padding {
	from {width:0;padding-right:0;}
	to {width:100%;padding-right:12px;opacity:1;}
}
@-webkit-keyframes l-to-r-padding {
	from {width:0;padding-right:0;}
	to {width:100%;padding-right:12px;opacity:1;}
}
@keyframes l-to-r-padding {
	from {width:0;padding-right:0;}
	to {width:100%;padding-right:12px;opacity:1;}
}
@-moz-keyframes l-to-r-padding-taxed {
	from {width:0;padding-right:0;opacity:0;}
	to {width:85%;padding-right:12px;opacity:1;}
}
@-o-keyframes l-to-r-padding-taxed {
	from {width:0;padding-right:0;}
	to {width:85%;padding-right:12px;opacity:1;}
}
@-webkit-keyframes l-to-r-padding-taxed {
	from {width:0;padding-right:0;}
	to {width:85%;padding-right:12px;opacity:1;}
}
@keyframes l-to-r-padding-taxed {
	from {width:0;padding-right:0;}
	to {width:85%;padding-right:12px;opacity:1;}
}
.fully-taxed:before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: auto;
	height: 100%;
    background: #424242;
}
.fully-taxed.fully-taxed-loading:before {
	width:0;
  	-moz-animation-name: l-to-r-taxed;
  	-moz-animation-fill-mode: forwards;    /* FF 5+ */
  	-moz-animation-duration: 2s;
  	-moz-animation-delay: 1s;
  	-o-animation-name: l-to-r-taxed;
  	-o-animation-fill-mode: forwards;      /* Not implemented yet */
  	-o-animation-duration: 2s;
  	-o-animation-delay: 1s;
  	-ms-animation-name: l-to-r-taxed;
  	-ms-animation-fill-mode: forwards;     /* IE 10+ */
  	-ms-animation-duration: 2s;
  	-ms-animation-delay: 1s;
  	-webkit-animation-name: l-to-r-taxed;
  	-webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
  	-webkit-animation-duration: 2s;
  	-webkit-animation-delay: 1s;
  	animation-name: l-to-r-taxed;
  	animation-fill-mode: forwards;         /* When the spec is finished */
  	animation-duration: 2s;
  	animation-delay: 1s;
}
.per-diem-advantage:before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	height: 100%;
    background: #3f711b;
}
.per-diem-advantage.per-diem-advantage-loading:before {
	width:0;
  	-moz-animation-name: l-to-r;
  	-moz-animation-fill-mode: forwards;    /* FF 5+ */
  	-moz-animation-duration: 2s;
  	-moz-animation-delay: 1s;
  	-o-animation-name: l-to-r;
  	-o-animation-fill-mode: forwards;      /* Not implemented yet */
  	-o-animation-duration: 2s;
  	-o-animation-delay: 1s;
  	-ms-animation-name: l-to-r;
  	-ms-animation-fill-mode: forwards;     /* IE 10+ */
  	-ms-animation-duration: 2s;
  	-ms-animation-delay: 1s;
  	-webkit-animation-name: l-to-r;
  	-webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
  	-webkit-animation-duration: 2s;
  	-webkit-animation-delay: 1s;
  	animation-name: l-to-r;
  	animation-fill-mode: forwards;         /* When the spec is finished */
  	animation-duration: 2s;
  	animation-delay: 1s;
}
#box:hover::after {
    transform: scale(1, 1);
}
.fully-taxed {
    background: #ccc;
}
.per-diem-advantage span,
.fully-taxed span {
    float: right;
    font-size: 28px;
    line-height: 1em;
    font-style: italic;
    padding-right: 0;
    font-family: 'DiamanteEFTU-DemiBold';
    letter-spacing: 0.5px;
    position: absolute;
    top: 0;
	padding-top: 9px;
    left: 0;
	width:0;
	opacity:0;
    text-align: right;
	overflow:hidden;
}

.per-diem-advantage.per-diem-advantage-loading span {
	width:0;
	opacity:0;
    padding-right: 0;
  	-moz-animation-name: l-to-r-padding;
  	-moz-animation-fill-mode: forwards;    /* FF 5+ */
  	-moz-animation-duration: 2s;
  	-moz-animation-delay: 1s;
  	-o-animation-name: l-to-r-padding;
  	-o-animation-fill-mode: forwards;      /* Not implemented yet */
  	-o-animation-duration: 2s;
  	-o-animation-delay: 1s;
  	-ms-animation-name: l-to-r-padding;
  	-ms-animation-fill-mode: forwards;     /* IE 10+ */
  	-ms-animation-duration: 2s;
  	-ms-animation-delay: 1s;
  	-webkit-animation-name: l-to-r-padding;
  	-webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
  	-webkit-animation-duration: 2s;
  	-webkit-animation-delay: 1s;
  	animation-name: l-to-r-padding;
  	animation-fill-mode: forwards;         /* When the spec is finished */
  	animation-duration: 2s;
  	animation-delay: 1s;
}
.fully-taxed.fully-taxed-loading span {
	width:0;
	opacity:0;
    padding-right: 0;
  	-moz-animation-name: l-to-r-padding-taxed;
  	-moz-animation-fill-mode: forwards;    /* FF 5+ */
  	-moz-animation-duration: 2s;
  	-moz-animation-delay: 1s;
  	-o-animation-name: l-to-r-padding-taxed;
  	-o-animation-fill-mode: forwards;      /* Not implemented yet */
  	-o-animation-duration: 2s;
  	-o-animation-delay: 1s;
  	-ms-animation-name: l-to-r-padding-taxed;
  	-ms-animation-fill-mode: forwards;     /* IE 10+ */
  	-ms-animation-duration: 2s;
  	-ms-animation-delay: 1s;
  	-webkit-animation-name: l-to-r-padding-taxed;
  	-webkit-animation-fill-mode: forwards; /* Chrome 16+, Safari 4+ */
  	-webkit-animation-duration: 2s;
  	-webkit-animation-delay: 1s;
  	animation-name: l-to-r-padding-taxed;
  	animation-fill-mode: forwards;         /* When the spec is finished */
  	animation-duration: 2s;
  	animation-delay: 1s;
}
.estimated-savings {
    border-bottom: 2px solid #eee;
    margin-top: 45px;
    position: relative;
    padding-bottom: 10px;
    font-family: 'Roboto';
    float: left;
    width: 100%;
}
.estimated-savings span {
    float: right;
    font-size: 58px;
    display: block;
    position: absolute;
    right: 15px;
    top: -10px;
    color: #3f711b;
    font-style: italic;
	font-family: 'DiamanteEFTU-DemiBold';
}
.calculator-fields-bottom {
    margin-bottom: 20px;
}
.calculator-bottom h2 {
    text-align: left;
	cursor:pointer;
}
.calculator-bottom-toggle {
    position: absolute;
    right: 45px;
    top: 35px;
    content: url('https://www.usxjobs.com/wp-content/uploads/2019/08/downArrowR.png');
    display: block;
    cursor: pointer;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.calculator-bottom-toggle.upArrow {
    content: url('https://www.usxjobs.com/wp-content/uploads/2019/08/upArrowR.png');
}
.calculator-bottom-table {
    font-family: 'Roboto';
    font-size: 14px;
	height:0;
}
.calculator-bottom-table-hidden {
    display: none;
}
.calculator-bottom-table-container {
	float:left;
	width:100%;
	color: #000;
	letter-spacing: 0px;
	padding-bottom: 20px;
}
.calculator-bottom-table-row,
.calculator-bottom-table-row-small {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    padding: 5px 0 10px 0;
}
.calculator-bottom-table-row-small {
	font-size:11px;
    padding: 8px 0;
}
.calculator-bottom-table-row-withholdings {
	border-bottom:0; 
	padding-bottom:0;
}
.calculator-bottom-table-row-small-container {
	float:left;
	width:100%;
}
.calculator-bottom-table-row-small-main {
	height:0;
	float:left;
	width:100%;
}
.calculator-bottom-table-row-small-main-hidden {
	display:none;
}
.calculator-bottom-table-row-viewdetails .calculator-bottom-table-cell:first-child {
	cursor:pointer;
}
.calculator-bottom-table-cell {
    width: 33.333%;
    float: left;
	padding: 0;
}
.calculator-bottom-table-row-top {
	padding-bottom: 8px;
}
.calculator-bottom-table-row-top .calculator-bottom-table-cell {
	padding: 0 10px 0 0;
}
.calculator-first-table {
    opacity: 0;
}
.calculator-disclaimer {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px auto 5px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0px;
    font-style: italic;
    color: #000;
    line-height: 1.7em;
}
.calculator-info-block {
	float: left;
    padding: 80px 0 0 0;
	width: 100%;
}
.calculator-info-block h2 {
	font-size: 32px;
    color: #961326;
	padding-bottom: 25px;
}
.calculator-info-block-center {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}
.calculator-info-block-center p {
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0px;
	padding-bottom: 20px!important;
}
.calculator-info-block-center ul {
    padding-left: 22px;
}
.calculator-info-block-center ul li {
    color: #000;
    font-size: 16px;
    line-height: 1.7em;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.2px;
	list-style: none;
	position: relative;
}
.calculator-info-block-center ul li {
	margin-top: 6px;
}
.calculator-info-block-center ul li span {
    content: url(/wp-content/uploads/2019/12/red-point1.png);
    position: absolute;
    left: -22px;
    top: 9px;
}
.calculator-sep-line {
	float: left;
    width: 100%;
    padding: 20px 0;
}
.calculator-sep-line hr {
	width: 100%;
    border-top: #d8d8d8 solid 2px;
	opacity: 0.55;
}
.calculator-jobs-link {
    width: 100%;
    float: left;
}
.calculator-jobs-link a {
    margin: 20px auto 30px;
    display: table;
    text-decoration: none;
	padding: 8px 50px;
}
.calculator-bottom-table-row-top {
    font-weight: 700;
    font-size: 15px;
}
.roundedOne input[type=checkbox] {
    opacity: 0;
}
.roundedOne {
	width: auto;
    height: auto;
    min-width: 60px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
}

.roundedOne label {
	cursor: pointer;
	position: absolute;
	width: 12px;
	height: 12px;
	left: 1px;
    top: 4px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: -2px;
    top: 1px;
    box-shadow: inset 0px 0px 0px white, 0px 0px 1px rgba(0,0,0,1);
    -webkit-box-shadow: inset 0px 0px 0px white, 0px 0px 1px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 0px white, 0px 0px 1px rgba(0,0,0,1);
}
.roundedOne label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #951227;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 1px;
    top: 1px;
    
}
.roundedOne input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.rounded-one-first {
	margin-right: 10px;
}
.calculator-bottom-table-row-small-container .calculator-bottom-table-row-small {
	padding: 0;
}
.calculator-bottom-table-row-federal-tax {
	padding: 8px 0;
}

.calculator-cents-per-mile-line,
.calculator-miles-line,
.rangeslider {
	position:relative;
	width:100%;
	height:12px;
	background-color:#cd8690;
	border-radius:5px;
    margin: 10px 0 20px;
}
.rangeslider .rangeslider__handle {
	background-image:url("/wp-content/uploads/2019/08/red-dot.png");
	height:22px;
	width:22px;
	background-repeat:no-repeat;
	background-position: center;
	position:absolute;
	top:-5px;
	cursor:pointer;
}
span.ui-slider-handle.ui-state-default.ui-corner-all:focus {
    outline-width: 0;
}
@media (max-width: 1450px) {
	.estimated-savings {
		font-size: 14px;
	}
}
@media (max-width: 1300px) {
	.estimated-savings {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.estimated-savings span {
		right: 0;
		width: 100%;
		float: left;
		display: block;
		position: relative;
		top: 10px;
		padding-bottom: 21px;
		text-align: center;
		padding-top: 10px;
	}
}
@media (max-width: 1150px) {
	.calculator-section-two .et_pb_row {
		max-width: 90%;
	}
}
@media (max-width: 1050px) {
	.calculator-fields-bottom-left {
		width: 48%;
	}
	.calculator-fields-bottom-center {
		width: 48%;
		margin-left: 4%;
	}
}
@media (max-width: 980px) {
	.calculator-section-one .et_pb_row {
		width: 80%!important;
	}
}
@media (max-width: 900px) {
	.fully-taxed p,
	.per-diem-advantage p {
		font-size: 16px;
		padding-top: 0px;
		top: 0;
	}
	.calculator-disclaimer br {
		display: none;
	}
}
@media (max-width: 800px) {
	.calculator-fields-bottom-right,
	.calculator-fields-bottom-center{
		width: 100%;
		margin-left: 0;
	}
	.calculator-top {
		min-width: 740px;
		transform: scale(0.95);
		margin-left: -16px;
	}
	.calculator-top .calculatorModule h2 {
		margin-bottom: 20px;
	}
}
@media (max-width: 790px) {
	.calculator-top {
		transform: scale(0.925);
    	margin-left: -28px;
	}
	.calculator-bottom {
		width: 98%;
	}
}
@media (max-width: 770px) {
	.calculator-top {
		transform: scale(0.9);
    	margin-left: -34px;
		margin-top: -11px;
	}
	.calculator-bottom {
		margin-top: -14px;
	}
	.calculatorModule #calculate {
		padding: 12px 50px;
	}
}
@media (max-width: 760px) {
	.estimated-savings {
		padding-bottom: 30px;
	}
	.estimated-savings span {
		top: 30px;
	}
}
@media (max-width: 740px) {
	.calculator-top {
		transform: scale(0.85);
    	margin-left: -50px;
	}
	.calculator-bottom {
		margin-top: -33px;
	}
}
@media (max-width: 715px) {
	.calculator-top {
		transform: scale(0.8);
    	margin-left: -65px;
		margin-top: -21px;
	}
	.calculator-bottom {
		margin-top: -30px;
	}
}
@media (max-width: 675px) {
	.calculator-fields-bottom-center{
		width: 48%;
	}
	.calculator-fields-bottom-right{
		width: 48%;
		margin-left: 4%;
	}
	.calculator-top {
		transform: scale(1);
    	margin-left: 0;
		min-width: unset;
		margin-top: 30px;
	}
	.calculator-bottom-table-cell {
		padding: 0;
	}
	.calculatorModule #calculate {
		padding: 10px 50px;
    	width: 100%;
	}
	.estimated-savings {
		border-bottom: 0;
	}
	.calculator-jobs-link a {
		padding: 10px 50px;
	}
	.calculator-bottom {
		margin-top: 0;
		width: 100%;
	}
	.calculator-fields, .calculator-results {
		width: 100%;
	}
	.calculator-fields {
		margin-bottom: 30px;
	}
	.calculator-results {
		margin-left:0;
	}
	.calculator-bottom-table-row .calculator-bottom-table-cell:nth-child(2),
	.calculator-bottom-table-row .calculator-bottom-table-cell:nth-child(3) {
		text-align: center;
	}
	.calculator-bottom-table-row-small .calculator-bottom-table-cell:nth-child(2),
	.calculator-bottom-table-row-small .calculator-bottom-table-cell:nth-child(3) {
		text-align: center;
	}
	.calculator-bottom-table-row-top {
		text-align: left!important;
	}
	.calculator-bottom-table-row-top {
		 font-size: 13px;
	}
	.calculator-sep-line {
		padding: 0;
	}
}
@media (max-width: 550px) {
	.calculator-section-one img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.calculator-section-one {
		padding: 20px 0 10px 0!important;
	}
	.calculatorModule {
		margin-bottom: 30px;
	}
	.calculator-bottom {
		padding: 30px 25px 15px 25px;
	}
}
@media (max-width: 500px) {
.per-diem-advantage span,
	.fully-taxed span {
		font-size: 19px;
		padding-top: 12px;
	}
	.fully-taxed p,
	.per-diem-advantage p {
		font-size: 14px;
		top: 0;
		padding-top: 0px;
	}
}
@media (max-width: 450px) {
	.calculator-fields-bottom-right,
	.calculator-fields-bottom-center{
		width: 100%;
		margin-left: 0;
	}
	.calculator-field-top-1,
	.calculator-field-top-2,
	.calculator-field-middle-1,
	.calculator-field-middle-2 {
		width: 100%!important;
		margin-left: 0!important;
	}
	.calculatorModule #calculate {
		margin: 0 auto;
    	display: block;
    	float: none;
	}
	.fully-taxed p,
	.per-diem-advantage p {
		font-size: 14px;
	}
	.calculator-jobs-link a {
		text-align: center;
		line-height: 1.3em;
		font-size: 16px;
	}
	.calculator-bottom-table {
		height: 248px;
		width: 100%;
		min-width: 313px;
		transform: scale(0.95);
		margin-left: -9px;
	}
	.calculator-fields-text {
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	.calculator-bottom-table {
		height: 248px;
		width: 100%;
		min-width: 313px;
		transform: scale(0.95);
		margin-left: -9px;
	}	
	.calculator-bottom-table-row-small {
		font-size: 11px;
	}
	.calculator-bottom-table-cell {
		padding: 5px 12px;
	}
	.calculator-fields-bottom-left,
	.calculator-fields-bottom-center,
	.calculator-fields-bottom-right {
		width: 100%;
		margin-left: 0!important;
	}
	.calculator-top {
		padding: 35px 25px 35px 25px;
	}
}
@media (max-width: 390px) {
	.calculator-bottom-table {
		transform: scale(0.9);
		margin-left: -15px;
	}	
}
@media (max-width: 375px) {
	.calculator-bottom-table {
		transform: scale(0.85);
		margin-left: -23px;
	}	
}
@media (max-width: 360px) {
	.fully-taxed-right {
		height: 43px;
	}
}
@media (max-width: 350px) {
	.calculatorModule #calculate {
		width: 100%;
	}
	.calculator-jobs-link a {
		width: 80%;
	}
}
@media (max-width: 340px) {
	.calculator-bottom-table {
		transform: scale(0.8);
		margin-left: -29px;
	}	
	.calculator-bottom-table-row {
		font-size: 14px;
	}
	.calculator-bottom-table-row-small {
		font-size: 11px;
	}
	.calculator-bottom-table-cell {
		padding: 7px 12px;
	}
}
@media (max-width: 330px) {
	.fully-taxed span,
	.per-diem-advantage span {
		width: 100%;
		padding-top: 9px;
	}
	.fully-taxed p,
	.per-diem-advantage p {
		font-size: 12px;
	}
}
@media (max-width: 320px) {
	.calculator-bottom-table {
		transform: scale(0.75);
		margin-left: -38px;
	}	
}

@media only screen and (min-width: 981px) {
.page-id-88 .et_pb_row_4.et_pb_row,
.page-id-88 .et_pb_row_3.et_pb_row {
    padding-top: 5%;
    padding-bottom: 5%;
	}
}

@media (max-width: 980px) {
	.per-diem-logo {
		padding: 25px;
	}
	.calc-p {
	    padding: 20px 0;
	}
}

.page-id-30905 .et_pb_row_1.et_pb_row {
    max-width: 1200px;
	width: 90%!important;
}

/* New driver pages */
.page-id-30995 p,
.page-id-31073 p,
.page-id-31132 p,
.page-id-31151 p,
.page-id-31185 p,
.page-id-31204 p,
.page-id-31220 p {
	font-family: Roboto;
	font-weight: 200;
	font-size: 16px;
	color: #000;
}
.page-id-31132 .usx-program-equipment p {
	font-size: 18px;
}
.page-id-31073 sup {
    bottom: auto;
    top: -4px;
    font-size: 13px;
}
.page-id-30995 h2,
.page-id-31073 h2,
.page-id-31132 h2,
.page-id-31151 h2,
.page-id-31185 h2,
.page-id-31204 h2,
.page-id-31220 h2 {
	font-family: diamanteefce-medium,sans-serif;
	font-size: 38px;
    letter-spacing: 0;
	color: #000;
}
.page-id-30995 ul li,
.page-id-31073 ul li,
.page-id-31132 ul li,
.page-id-31151 ul li,
.page-id-31185 ul li,
.page-id-31204 ul li,
.page-id-31220 ul li {
	font-family: Roboto;
}
.usx-programs-black {
	color: #000;
}
.usx-programs-white {
	color: #fff;
}
.usx-program-header {
    max-height: 1000px;
    width: 100%;
	min-height: 250px;
}
.head-info-text h2 {
	font-family: diamanteefce-medium,sans-serif;
	font-size: 37px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #000;
}
.head-info-text-bold {
	font-family: diamanteefce-medium,sans-serif!important;
    font-size: 29px!important;
    font-weight: 300!important;
    font-style: italic;
    color: #000;
    padding-bottom: 15px;
    letter-spacing: 0;
    line-height: 1.1em;
    left: -4px;
    position: relative;
    display: block;
}
.head-info-text-grey {
	font-weight: 400!important;
    font-size: 24px!important;
    letter-spacing: 0.5px;
    line-height: 1.3em;
    margin-bottom: 35px;
	color: #535353!important;
}
.head-info-container {
	max-width: 1120px;
	margin: 0 auto;
    padding: 50px 0;
	width: 80%;
}
.page-id-30995 .head-info-container {
	padding: 100px 0;
}
.usx-program-header-content-over-bottom .head-info-container {
	padding-top: 30px;
}
.head-info-block {
	width: 430px;
    background: #fff;
    padding: 45px 30px;
	-webkit-box-shadow: 0px 0px 17px 4px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 0px 17px 4px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 17px 4px rgba(0,0,0,0.11);
}

.head-info-container-mobile,
.driver-qualifications-img-mobile {
	display: none;
}
.head-info-container-mobile .head-info-container {
	padding: 0;
	width: 100%;
}
.head-info-container-mobile .head-info-block {
	padding: 10px 0 20px 0;
	width: 100%!important;
	box-shadow: none!important;
}
.usx-program-white-text .et_pb_row {
	padding: 40px 0;
}
.usx-program-white-text .et_pb_text {
	width: 80%;
    margin: 0 auto;
	max-width: 550px;
}
.usx-program-white-text .et_pb_text p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0px;
}
body .entry-content .et_pb_section .usx-program-button {
	width: 100%;
	max-width: 360px;
    border-radius: 0;
	font-family: diamanteefce-medium,sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    background-color: #951326;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: table;
    text-decoration: none;
    padding: 5px 20px!important;
	letter-spacing: 1px;
	margin: 0 auto!important;
	transition: none;
}
body .entry-content .et_pb_section .head-info-buttons .usx-program-button {
	max-width: 100%;
}
body .entry-content .et_pb_section .usx-program-button:hover {
	opacity: 0.8;
	color: #fff!important;
	background-color: #951326!important;
}
body .entry-content .et_pb_section .usx-program-button-white {
	color: #951326!important;
	background-color: #fff!important;
	border: 2px solid #951326!important;
}
body #main-content .entry-content .et_pb_section .usx-program-button-white:hover {
	color: #951326!important;
	background-color: rgba(201, 76, 76, 0.3)!important;
	border: 2px solid #951326!important;
	opacity: 0.8;
}
.usx-program-equipment .et_pb_module.et_pb_text {
	margin-bottom: 30px;
}
.usx-program-equipment .et_pb_toggle {
	background-color: #fff;
	margin-bottom: 10px!important;
    border: none;
}
.usx-program-equipment .et_pb_toggle .et_pb_toggle_content {
	padding-left: 40px;
}
.usx-program-equipment .et_pb_toggle_title {
	font-family: Roboto;
    padding: 26px 40px!important;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1.5px;
	display: flex;
	align-items: center;
	text-align: left;
	color: #000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.usx-program-equipment .et_pb_toggle_content {
    font-family: Roboto;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 0;
    color: #000;
    padding: 0 40px 26px;
}
.usx-program-equipment .et_pb_toggle_open .et_pb_toggle_title:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	
}
.usx-program-equipment .et_pb_toggle_title:before {
	content: url('/wp-content/uploads/2019/11/arrow-toggle.png');
	top: 46%;
	right: 31px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.usx-program-equipment .et_pb_toggle:visited .et_pb_toggle_title:before {
	content: url('/wp-content/uploads/2019/11/arrow-toggle-down.png');
}
body .entry-content .usx-program-equipment .usx-program-button {
	margin-top: 40px!important;
}
.usx-program-1120 .et_pb_row {
	max-width: 1120px;
}
.usx-program-equipment h2,
.usx-program-qualifications h2 {
	text-align: center;
	font-weight: 300;
	font-family: diamanteefce-medium,sans-serif!important;
	font-style: italic;
}
.usx-program-qualifications h2 {
	margin-bottom: 20px;
}
.usx-program-equipment h2 strong,
.usx-program-qualifications h2 strong {
	font-weight: 800;
}
.usx-program-qualifications h2,
.usx-program-qualifications p,
.usx-program-become h2,
.usx-program-become p {
	color: #fff;
}

.usx-program-benefits,
.usx-program-equipment .et_pb_row {
	padding: 50px 0!important;
}
.usx-program-qualifications-text {
	text-align: center;
	margin: 0 auto;
}
.usx-program-qualifications li {
	list-style-position: inside;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4em;
    letter-spacing: 0.5px;
    font-family: Roboto;
	list-style: none;
}
.usx-program-qualifications li span {
	content: url('/wp-content/uploads/2019/11/bullet-point-white1.png');
	position: relative;
    left: -4px;
    top: -2px;
    display: inline-block;
}
.usx-program-qualifications ul {
	padding-bottom: 0;
}
.usx-program-qualifications {
	padding: 0!important;
}
.usx-program-qualifications .et_pb_row:first-child {
	padding: 40px 0!important;
}
.page-id-30995 .usx-program-qualifications .et_pb_row:first-child {
	padding: 0!important;
}
.page-id-30995 .usx-program-qualifications .et_pb_row:last-child {
	padding: 40px 0!important;
}
.page-id-31132 .usx-program-qualifications .et_pb_row:first-child {
	padding: 60px 0!important;
}
.usx-program-benefits {
	padding: 30px 0!important;
	overflow: hidden;
}
.usx-program-benefits h2,
.usx-program-benefits h4 {
	text-align: center;
}
.usx-program-benefits h2 {
	color: #000;
}
.usx-program-benefits h4,
.usx-program-story h4,
.usx-programs-equipment-with-img h4 {
	color: #535353;
	font-family: Roboto;
	font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.3em;
}
.usx-program-benefits-list {
	left: 35px;
	padding: 0 0 40px 0!important;
}
.usx-program-benefits-list li {
	font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.6em;
    margin-bottom: 14px;
    color: #3c3c3c;
    font-weight: 800;
    list-style: none;
    position: relative;
}
.usx-program-benefits-list li:before {
	content: url(/wp-content/uploads/2019/11/list-item-programs2.png);
    top: 1px;
    width: 21px;
    height: 21px;
    position: absolute;
    display: block;
    left: -30px;
}
.usx-program-benefits-list {
	max-width: 700px;
}
.usx-program-benefits-list li span {
	font-weight: 100;
    font-size: 14px;
    font-style: italic;
    color: #848484;
}
.usx-program-header .head-info-container .et_pb_module:first-child,
.usx-program-benefits .et_pb_column_1_3 .et_pb_module:first-child,
.head-info-container-mobile .head-info-container .et_pb_module:first-child {
	margin-bottom: 8px;
}
.usx-program-become .et_pb_row {
	padding: 0;
	max-width: 100%!important;
	display: flex;
    position: relative;
    align-items: center;
}
.usx-program-become-text {
	padding: 0;
	text-align: center;
	max-width: 600px;
	float: left;
}
.usx-program-become-text p {
	font-weight: 200;
    padding: 15px 13% 30px 13%!important;
    letter-spacing: 1px;
}
.page-id-31073 .usx-program-become-text p {
	font-size: 15px;
}
.usx-program-become h2 {
	font-style: italic;
}
.usx-program-story {
	padding: 40px 0!important;
}
.usx-program-story .et_pb_row {
	max-width: 920px;
}
.usx-program-story h2 {
	text-align: center;
	color: #000;
	font-style: italic;
}
.usx-program-story .et_pb_column_1_2 {
	width: 46%;
}
.usx-program-story .et_pb_column_1_2:first-child {
	margin-right: 8%;
}
.usx-program-story p {
	font-weight: 500;
    color: #000;
    font-size: 16px;
    letter-spacing: 0px;
	padding-bottom: 28px;
}
.usx-program-story h4 {
	padding-bottom: 25px;
}
.page-id-30995 .head-info-text h2 {
	padding-bottom: 15px;
}
.page-id-30995 .head-info-container-mobile .head-info-text-grey {
	text-align: left;
}
.usx-program-story h2 strong,
.usx-program-become h2 strong,
.usx-program-qualifications h2 strong {
	font-family: DiamanteEFTU-DemiBold;
	font-weight: 200;
}
/* otr dirvers */
.usx-program-header-content-right .head-info-container {
	display: table;
    position: relative;
}
.usx-program-header-content-right .head-info-block {
	float: right;
    right: 0px;
    position: relative;
    display: block;
	width: 480px;
    background: #fff;
    padding: 35px 45px;
}
.usx-program-header-content-onlytext .head-info-text {
	padding-bottom: 30px;
}
.usx-program-header-content-onlytext .head-info-text-grey {
	padding-bottom: 0;
	margin-bottom: 15px;
	font-size: 24px!important;
    letter-spacing: 0;
}
.usx-program-header-content-onlytext .head-info-text-common {
	font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 1.7em;
    word-spacing: 0px;
    letter-spacing: 0;
	padding-bottom: 14px;
}
body .entry-content .usx-program-header-content-onlytext .usx-program-button {
	max-width: 100%;
}
.usx-get-degree {
	padding: 50px 0 10px 0!important;
}
.usx-degree-section {
	max-width: 980px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.usx-degree-section-inner {
	margin: 30px;
	border: 2px solid #961325;
	padding: 40px 30px;
}
.usx-degree-section-logo {
	width: 100%;
    height: auto;
    position: absolute;
    display: block;
    top: -66px;
    left: 0;
    right: 0;
    padding: 12px;
    z-index: 11;
}
.usx-degree-section-logo-content {
	content: url(/wp-content/uploads/2019/11/OTR-driver.png);
    width: 131px;
    height: 91px;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    background: #f2f2f2;
}
.usx-degree-section-text {
	text-align: center;
}
.usx-degree-section-text h2 {
	color: #000;
	letter-spacing: 0.5px;
}
.usx-degree-section-text p {
	color: #000;
	font-size: 22px;
	letter-spacing: 0;
    font-weight: 400!important;
}
.usx-degree-section-phone {
	width: 100%;
    height: auto;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -10px;
    text-align: center;
}
.usx-degree-section-phone a {
	font-size: 20px;
    display: block;
    position: relative;
    color: #961325;
    font-family: Roboto;
    letter-spacing: 0;
    background: #f2f2f2;
    width: 300px;
    margin: 0 auto;
}
.usx-program-qualifications-list-lined h2 {
	margin-bottom: 0px;
}
.usx-program-qualifications-list-lined ul {
	max-width: 495px;
    margin: 0 auto;
}
.usx-program-qualifications-list-lined li {
	width: auto;
    float: left;
	list-style-position: outside;
}
.usx-program-qualifications-list-lined li:last-child {
	margin-left: 40px;
}
.usx-program-benefits-full-width {
	max-width: 100%;
	width: 100%;
}
.entry-content .usx-program-benefits-full-width .usx-program-benefits-list {
	max-width: 1240px;
	width: 90%!important;
	left: 20px!important;
}
.usx-program-benefits-full-width .usx-program-benefits-list .et_pb_column_3_5 {
	width: 63%;
	margin-right: 5%;
}
.usx-program-benefits-full-width .usx-program-benefits-list .et_pb_column_2_5 {
	width: 32%;
}
.usx-program-benefits-full-width .usx-program-benefits-list ul {
	padding-right: 10%;
}
.usx-programs-hidden-title {
	display: none;
	position: absolute!important;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to top,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.25) 80%,rgba(0,0,0,0) 100%);
}
.usx-programs-hidden-title h2 {
	color: #fff;
	text-align: center;
    font-size: 34px;
	padding: 20px 30px 20px 30px;
}
.usx-programs-disclaimer .et_pb_row {
	max-width: 1100px;
	width: 90%!important;
}
.usx-programs-disclaimer p {
	font-size: 11px!important;
    color: #696969!important;
    font-weight: 300!important;
    letter-spacing: 0px!important;
    font-family: Roboto!important;
    word-spacing: 0px!important;
}
/* student drivers */

.usx-program-header-content-over-bottom .head-info-text-common {
	font-size: 14px;
	font-family: Roboto;
    font-weight: 400;
}
.usx-program-header-content-over-bottom .head-info-text-grey {
	font-weight: 400!important;
    letter-spacing: 0px;
    font-family: Roboto;
    font-size: 23px!important;
}
.usx-program-header-content-over-bottom .head-info-container {
	padding: 0!important;
}
.usx-program-header-content-over-bottom .head-info-block {
	top: 40px;
}
.head-info-text-list {
	padding-left: 0px!important;
    font-family: Roboto;
    letter-spacing: 0px;
	padding-bottom: 15px!important;
	padding-left: 13px!important;
}
.head-info-text-list li {
	font-size: 14px;
    color: #000;
    font-weight: 600;
    list-style-position: inside;
    line-height: 1.5em;
	list-style: none;
	position: relative;
}
.head-info-text-list li span {
	content: url(/wp-content/uploads/2019/11/bullet-point-black2.png);
    position: absolute;
    left: -10px;
    top: 11px;
    display: block;
    padding-right: 0;
}
.page-id-31132 .head-info-text-list li span {
	top: 9px;
}
.page-id-31132 .usx-program-qualifications-list-lined ul  {
	max-width: 100%;
    text-align: center;
}
.page-id-31132 .usx-program-qualifications-list-lined ul li {
	width: 100%;
    list-style-position: inside;
    margin-left: 0;
}
.page-id-31132 .usx-program-equipment h2 {
	font-style: unset;
}
.page-id-31132 .usx-program-header-content-right .head-info-block {
	width: 450px;
}
.usx-program-equipment .usx-program-equipment-with-text {
	max-width: 800px;
    margin: 0 auto;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.6em;
    color: #000;
    width: 80%;
    padding: 20px 0 20px 0;
    text-align: center;
    font-weight: 300;
}
.page-id-31132 .entry-content .et_pb_section .usx-program-button {
	max-width: 310px;
	width: 102%;
}
/* owner operator */

.usx-programs-double-list-section .et_pb_row {
	padding: 60px 0 !important;
}
.usx-programs-double-list-section-first {
	background: #000;
}
.usx-programs-double-list-section-second {
	background: #f2f2f2;
}
.usx-programs-double-list-section-second .usx-program-button {
	float: left;
}
.usx-programs-double-list {
	width: 80%;
    max-width: 400px;
}
.usx-programs-double-list-img {
	position: absolute;
    right: -35%;
	top: 30%;
    width: 85%;
}
.usx-programs-double-list-img img {
	width: 100%;
}
.usx-programs-double-list-section .usx-programs-double-list h2 {
	padding-bottom: 40px;
}
.usx-programs-double-list-section-first .usx-programs-double-list h2 {
	color: #fff;
}
.usx-programs-double-list-section-second .usx-programs-double-list h2 {
	color: #000;
}
.usx-programs-double-list-section-first .usx-programs-double-list ul {
	padding-bottom: 0;
}
.usx-programs-double-list li {
	color: #fff;
    line-height: 1.7em;
    margin-bottom: 5px;
    font-size: 15px;
	list-style-type: none;
	position: relative;
	letter-spacing: 0;
}
.usx-programs-double-list-section-second .usx-programs-double-list li {
	color: #383838;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 800;
	letter-spacing: 0;
}
.usx-programs-double-list-section-second .usx-program-button {
	max-width: 360px;
}
.usx-programs-double-list-section-second .usx-programs-double-list ul {
	padding-bottom: 15px;
	margin-left: 15px;
}
.usx-programs-double-list li:before {
	content: url(/wp-content/uploads/2019/11/checkmark.png);
    left: -30px;
    top: 1px;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
}
.usx-program-become-small-text p {
	font-weight: 400;
    line-height: 1.7em;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.page-id-31151 .head-info-text-list li {
	font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
}
.usx-program-header-content-left .head-info-container {
	display: table;
    position: relative;
}
.usx-program-header-content-left .head-info-block {
	position: relative;
	left: 0;
	display: block;
	float: left;
}
.page-id-31151 .usx-program-benefits-full-width {
	padding-top: 70px!important;
}
.page-id-31151 .usx-program-header .head-info-block {
	width: 500px;
	padding: 25px 40px 25px 40px;
}
.page-id-31151 .usx-program-header-content-onlytext .head-info-text  {
	padding-bottom: 10px;
	width: 100%!important;
}
.page-id-31151 .usx-program-benefits-full-width .usx-program-benefits-list {
	max-width: 1000px;
}
.usx-programs-double-list-section .et_pb_row {
	max-width: 1000px;
	width: 90%!important;
}
.page-id-31151 .entry-content .et_pb_section .usx-program-button {
	max-width: 360px;
}
.usx-program-benefits .et_pb_button_module_wrapper:first-child {
	margin-bottom: 8px;
}
.usx-programs-mobile-up-img {
	display: none;
}
.entry-content .usx-programs-mobile-up-img .et_pb_row,
.usx-programs-mobile-up-img .et_pb_image_wrap,
.usx-programs-mobile-up-img .et_pb_image_wrap img {
	max-width: 100%!important;
	width: 100%!important;
	padding: 0!important;
}
.page-id-31151 .usx-program-benefits-full-width .usx-program-benefits-list .et_pb_column_3_5 {
	display: block;
}
.page-id-31151 .usx-programs-mobile-up-img {
	display: none;
}

/* driver trainers */

.page-id-31185 .usx-program-header-content-onlytext .head-info-block {
	width: 480px;
}
.usx-programs-values {
	padding: 50px 0 20px 0!important;
}
.usx-programs-values .et_pb_row {
	max-width: 740px;
    width: 80%!important;
}
.usx-programs-values h2 {
	text-align: center;
	padding-bottom: 30px;
}
.usx-programs-values p {
	letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
.usx-programs-values ul {
	padding-top: 40px;
	width: 60%;
    margin-left: 25%;
	max-width: 500px;
}
.usx-programs-values li {
    color: #383838;
    letter-spacing: 0;
    line-height: 1.7em;
    margin-bottom: 10px;
    font-size: 15px;
    list-style-type: none;
    position: relative;
	font-weight: 600;
}
.usx-programs-values li:before {
    content: url(/wp-content/uploads/2019/11/checkmark.png);
    left: -30px;
    top: 1px;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
}
.page-id-31185 .usx-program-benefits h2 {
	font-style: italic;
	padding-bottom: 30px;
}
.page-id-31185 .usx-program-benefits-full-width .usx-program-benefits-list {
	max-width: 980px;
    width: 80%!important;
	padding-top: 20px;
}
.page-id-31185 .usx-program-benefits-full-width .usx-program-benefits-list ul {
	padding: 26px 1em 0;
}
.page-id-31185 .usx-program-benefits-list {
	padding-bottom: 20px!important;
}
.page-id-31185 .entry-content .usx-program-become .usx-program-button {
	background: #fff;
    color: #961325;
    font-weight: 900;
}
.page-id-31185 #main-content .entry-content .usx-program-become .usx-program-button:hover {
	    opacity: 0.8;
    background: #fff!important;
    color: #961326!important;
}
.usx-program-qualifications-only-text p {
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.7em;
}
.usx-program-qualifications-only-text h2 {
	margin-bottom: 0;
}
.usx-program-qualifications-only-text h4 {
	color: #a2a1a1;
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.3em;
	padding: 10px 0 20px 0;
}
.page-id-31185 .usx-program-benefits {
	padding: 40px 0 50px 0!important;
}
.page-id-31204 .usx-program-story {
	background: #f2f2f2;
}
/* Regional drivers */
.usx-programs-benefits-common-link {
	
}
.usx-programs-benefits-common-link a {
	display: block;
    position: relative;
    color: #961325;
    font-family: Roboto;
    letter-spacing: 0;
    width: 300px;
    margin: 0 auto;
    padding: 5px 0 0 0;
    text-align: center;
    font-size: 18px;
}
.page-id-31204 .usx-program-qualifications-list-lined h2 {
	letter-spacing: 1px;
}
.page-id-31204 .usx-program-qualifications-list-lined ul {
	max-width: 500px;
}
.page-id-31204 .usx-program-qualifications li {
	font-size: 15px;
}
.page-id-31204 .usx-program-qualifications-list-lined li:last-child {
	margin-left: 25px;
}
.page-id-31204 .usx-program-benefits-full-width .usx-program-benefits-list ul {
	padding-top: 15px;
}

/* Dedicated drivers */

.usx-degree-section-info {
	display: flex;
    align-items: center;
}
.usx-degree-section-left {
	width: 50%;
}
.usx-degree-section-right {
	width: 40%;
	margin-left: 10%;
}
.page-id-31220 .head-info-block {
	width: 460px;
}
.page-id-31220 .usx-degree-section-phone-call {
	width: 320px;
}
.page-id-31220 .usx-degree-section-phone-call span {
	content: url(/wp-content/uploads/2019/11/arrow-toggle.png);
    position: absolute;
    background-color: #f2f2f2;
    padding: 0 12px 0 17px;
    right: -25px;
    top: 7px;
    width: 40px;
}
.page-id-31220 .usx-degree-section {
	max-width: 980px;
}
.page-id-31220 .usx-get-degree {
	padding: 40px 0 10px 0!important;
}
.page-id-31220 .usx-degree-section-text h2 {
	text-align: left;
    padding-bottom: 20px;
}
.page-id-31220 .usx-degree-section-text p {
	font-size: 16px;
    text-align: left;
}
.page-id-31220 .usx-degree-section-inner {
	padding: 40px 40px 40px 60px;
}
.usx-degree-section-right li {
	font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.6em;
    margin-bottom: 14px;
    color: #3c3c3c;
    font-weight: 800;
    list-style: none;
    position: relative;
}
.usx-degree-section-right li:before {
	content: url(/wp-content/uploads/2019/11/list-item-programs2.png);
    top: 1px;
    width: 21px;
    height: 21px;
    position: absolute;
    display: block;
    left: -30px;
}
.usx-degree-section-right ul {
	padding-bottom: 0;
}
.usx-degree-section-right ul li:last-child {
	margin-bottom: 0;
}
.page-id-31220 .usx-program-benefits-full-width .usx-program-benefits-list ul {
	padding-top: 15px;
}
.usx-programs-equipment-button-with-img {
	padding-top: 80px!important;
	padding-bottom: 20px!important;
}
.usx-programs-equipment-with-img h2,
.usx-programs-equipment-with-img h4 {
	text-align: center;
}
.usx-programs-equipment-with-img .et_pb_row,
.usx-programs-equipment-button-with-img .et_pb_row {
	max-width: 1000px;
	width: 90%!important;
}
.usx-programs-equipment-with-img .et_pb_row:first-child {
	padding-bottom: 80px;
	padding-top: 30px;
}
.usx-programs-equipment-with-img {
	padding-bottom: 50px!important
}
.page-id-31220 .usx-programs-equipment-with-img {
	padding-top: 40px!important
}
.page-id-31220 .usx-programs-equipment-with-img h2 {
    font-style: italic;
}
.usx-programs-equipment-with-img p {
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
	padding-bottom: 22px;
}
.usx-programs-equipment-button-with-img-position {
	position: absolute;
    right: -119px;
    bottom: 47px;
}
.usx-programs-equipment-button-with-img-position-mobile {
	display: none;
	position: absolute;
    right: -119px;
    top: 47px;
}
.usx-video-on-top {
	display: none;
}
.page-id-31132 .entry-content .usx-video-on-top,
.page-id-31151 .entry-content .usx-video-on-top{
	max-width: 100%!important;
	width: 100%!important;
}
.usx-video-on-bottom {
	display: block;
}

/* mobile new pages */
@media (min-width: 1440px) {
	.usx-programs-double-list-img {
		top: 32%;
    	width: 85%;
    	bottom: unset;
	}
	.usx-programs-double-list-img img {
		width: 100%;
	}
}
@media (max-width: 1220px) {
	.usx-program-equipment .et_pb_row {
		width: 90%!important;
	}
	.usx-program-benefits-full-width .usx-program-benefits-list ul {
		padding-top: 0!important;
	}
}
@media (max-width: 1080px) {
	.usx-programs-equipment-button-with-img-position {
		right: -219px;
		bottom: 140px;
	}
	.usx-programs-equipment-button-with-img-position img {
		width: 80%;
	}
	.usx-programs-equipment-with-img .et_pb_row_8 .et_pb_column {
		width: 40%;
	}
}
@media (max-width: 980px) {
	.usx-program-become .et_pb_row {
		display: block;
	}
	.usx-program-become-text {
		padding: 10%;
	}
	.head-info-block {
		width: 380px;
	}
	.entry-content .usx-program-become .et_pb_row {
		width: 100%!important;
		max-width: 100%!important;
	}
	.usx-program-become .et_pb_column {
		width: 100%;
	}
	.usx-program-become-text {
		padding: 50px 20px;
		width: 100%;
		max-width: 100%;
	}
	.usx-program-benefits-full-width .usx-program-benefits-list .et_pb_column_3_5 {
		width: 54%;
		margin-right: 4%;
	}
	.usx-program-benefits-full-width .usx-program-benefits-list .et_pb_column_2_5 {
		width: 42%;
	}
	.usx-program-benefits ul:first-child {
		padding-bottom: 0!important;
	}
	.usx-program-benefits-full-width li {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	.br-hide-on-mobile {
		display: none!important;
	}
}
@media (max-width: 880px) {
	.usx-programs-equipment-button-with-img-position {
		right: 10%;
		bottom: 67px;
	}
	.usx-programs-equipment-button-with-img-position img {
		width: 60%;
		margin: 0 auto;
		display: block;
	}
	.usx-programs-equipment-with-img {
		padding-bottom: 150px!important;
		padding-top: 30px!important;
	}
	.usx-programs-equipment-with-img .et_pb_row_8 .et_pb_column {
		width: 100%;
	}
	.usx-programs-equipment-with-img p {
		font-size: 15px;
	}
	.usx-programs-equipment-with-img .et_pb_row:first-child {
		padding-bottom: 0px;
	}
}
@media (max-width: 860px) {
	.usx-programs-double-list-section .et_pb_row {
		width: 80%!important;
	}
	.usx-programs-double-list {
		margin: 0 auto;
	}
	.usx-programs-double-list-section .usx-programs-double-list h2 {
		text-align: center;
	}
	.usx-programs-double-list-img {
		    position: relative;
    		right: 0;
    		bottom: 0;
    		width: 100%;
		top: unset;
	}
	.usx-programs-double-list-img img {
		position: absolute;
    	top: 20px;
	}
	.usx-programs-double-list-section-first .et_pb_row {
		padding-bottom: 260px!important;
	}
	.usx-programs-double-list-section-second .et_pb_row {
		padding-top: 180px!important;
	}
	.usx-programs-double-list-section-second .usx-program-button {
		float: none;
	}
}
@media (max-width: 800px) {
	.usx-program-qualifications-list-lined li:last-child {
		margin-left: 25px;
	} 
	.usx-program-qualifications-list-lined ul {
		max-width: 485px;
	}
	.usx-degree-section-info {
		display: block;
	}
	.usx-degree-section-left {
		padding-bottom: 20px;
	}
	.usx-degree-section-left,
	.usx-degree-section-right {
		width: 100%;
		margin-left: 0;
	}
	.page-id-31220 .usx-degree-section-inner {
		border: none;
		padding: 0!important;
	}
	.usx-program-benefits-full-width .usx-program-benefits-list .et_pb_column_3_5 {
		display: none;
	}
	.usx-program-benefits-full-width .usx-program-benefits-list .et_pb_column_2_5 {
		width: 100%;
	}
	.page-id-31073 .usx-program-qualifications .driver-qualifications-img-mobile,
	.page-id-31220 .usx-program-qualifications .driver-qualifications-img-mobile {
		display: block;
		width: 100%!important;
		padding: 0;
		max-width: 100%!important;
	}
	.page-id-31220 .usx-degree-section-phone {
		position: relative;
		width: 90%;
		padding-top: 30px;
	}
	.page-id-31220 .usx-get-degree {
		padding: 10px 0 10px 0!important;
	}
	.usx-programs-mobile-up-img {
		display: block;
	} 
	.page-id-31204 .driver-qualifications-list-block {
		padding: 40px 0!important;
	}
	.page-id-31204 .usx-program-qualifications .driver-qualifications-img-mobile {
		display: block;
		width: 100%!important;
		padding: 0!important;
		max-width: 100%!important;
	}
	.page-id-31204 .usx-program-qualifications {
		padding-bottom: 0!important;
	}
	.usx-programs-equipment-button-with-img {
		padding-bottom: 40px!important;
	}
	.page-id-31151 .usx-program-benefits-full-width .usx-program-benefits-list .et_pb_column_3_5 {
		width: 93%!important;
		padding-bottom: 30px;
	}
}
@media (max-width: 700px) {
	.usx-program-benefits .usx-program-benefits-list {
		width: 70%!important;
		left: 20px;
	}
	.usx-program-benefits-list li {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	.usx-program-benefits ul:first-child {
		padding-bottom: 0!important;
	}
	.usx-program-story .et_pb_column {
		width: 100%;
	}
	.usx-program-story {
		padding-bottom: 20px;
	}
	.usx-program-story .et_pb_column:first-child {
		margin-bottom: 0;
	}
	.usx-programs-double-list-img img {
    	top: 20px;
	}
	.usx-programs-double-list-section-first .et_pb_row {
		padding-bottom: 240px!important;
	}
	.usx-programs-double-list-section-second .et_pb_row {
		padding-top: 130px!important;
	}
	.usx-programs-values ul {
		width: 90%;
    	margin-left: 10px;
	}
	.page-id-31204 .usx-program-story .et_pb_column:first-child {
		margin-bottom: 0!important;
	}
	.usx-program-story .usx-program-story-row .et_pb_column:first-child {
		margin-bottom: 30px!important;
	}
	.usx-program-story .usx-program-story-row .et_pb_column:first-child {
		margin: 0 auto 50px!important;
	}
	.page-id-31132 .usx-program-story .usx-program-story-row .et_pb_column:first-child {
		margin-bottom: 40px!important;
	}
	.page-id-31132 .usx-program-story {
		padding-bottom: 40px!important;
	}
	.page-id-31204 .usx-program-story .usx-program-story-row .et_pb_column:first-child {
		margin: 0 auto 45px!important;
	}
	.page-id-31204 .usx-program-story .usx-program-story-row .et_pb_column:last-child {
		top: 6px;
	}
}
@media (max-width: 600px) {
	.page-id-30995 .et_pb_row,
	.page-id-31073 .et_pb_row,
	.page-id-31132 .et_pb_row,
	.page-id-31151 .et_pb_row,
	.page-id-31185 .et_pb_row,
	.page-id-31204 .et_pb_row,
	.page-id-31220 .et_pb_row {
		max-width: 90%!important;
	}
	.page-id-31151 .usx-program-benefits-full-width .usx-program-benefits-list .et_pb_column_3_5 {
		display: none;
	}
	.page-id-31151 .usx-programs-mobile-up-img {
		display: block;
	}
	.usx-program-equipment .et_pb_toggle_content {
		font-size: 14px;
    	line-height: 1.5em;
	}
	.head-info-container-mobile {
		display: block;
	}
	.head-info-container-desktop {
		display: none;
	}
	.usx-video-on-top {
		display: block;
	}
	.usx-video-on-bottom {
		display: none;
	}
	.usx-program-white-text .et_pb_text {
		width: 100%;
    	max-width: 100%;
	}
	.usx-program-equipment .et_pb_module.et_pb_text {
		margin: 0 0 20px;
	} 
	.head-info-container-mobile .head-info-text-bold .prog-hide {
		display: none;
	}
	.usx-programs-values {
		padding: 40px 0 20px 0!important;
	}
	.usx-program-qualifications .driver-qualifications-img-mobile {
		display: block;
		width: 100%!important;
		padding: 0;
		max-width: 100%!important;
	}
	.driver-qualifications-list-block {
		padding: 40px 0;
		max-width: 95%;
    	width: 95%!important;
	}
	.usx-program-qualifications li {
		line-height: 1.4em;
		font-size: 15px;
	}
	.usx-program-qualifications ul {
		padding-left: 0;
	}
	.usx-program-qualifications li:first-child {
		margin-bottom: 8px;
	}
	.usx-program-benefits {
		padding: 30px 0!important;
	}
	.usx-programs-disclaimer {
		display: none;
	}
	.usx-program-equipment .et_pb_row {
		padding: 30px 0!important;
	}
	.usx-program-white-text .et_pb_row {
		padding-top: 0px!important;
	}
	.head-info-text-grey,
	.usx-program-header-content-onlytext .head-info-text-grey {
		font-size: 20px!important;
		margin-bottom: 25px;
		text-align: center;
	}
	.page-id-31132 .usx-program-header-content-onlytext .head-info-text-grey {
		text-align: center;
		margin-bottom: 20px;
	}
	.usx-program-equipment .et_pb_toggle_title {
		padding: 25px 40px 25px 20px!important;
		min-height: 0;
		line-height: 1.6em;
	}
	body .entry-content .usx-program-equipment .usx-program-button {
		margin-top: 20px!important;
	}
	.usx-program-benefits h4,
	.usx-program-story h4 {
		font-size: 20px;
	}
	.usx-program-benefits h4 {
		padding-bottom: 20px;
	}
	.usx-program-benefits h4 {
		width: 90%;
		margin: 0 auto;
	}
	.usx-program-benefits-list {
		margin-bottom: 30px;
	}
	.page-id-30995 .usx-program-benefits-list {
		margin-bottom: 0;
	}
	.usx-program-story {
		padding-bottom: 20px!important;
	}
	.usx-program-story h4 {
		text-align: center;
	}
	.usx-program-story .usx-program-story-row {
		width: 100%!important;
		max-width: 100%!important;
	}
	.usx-program-story .usx-program-story-row .et_pb_column:first-child {
		width: 90%!important;
		margin: 0 auto 50px!important;
		float: none;
	}
	.usx-program-story .usx-program-story-row .et_pb_column:last-child {
		width: 100%!important;
		max-width: 100%!important;
	}
	.page-id-31204 .usx-program-story .usx-program-story-row .et_pb_column:first-child {
		margin: 0 auto 45px!important;
	}
	.page-id-31204 .usx-program-story .usx-program-story-row .et_pb_column:last-child {
		top: 6px;
	}
	.usx-programs-hidden-title {
		display: block;
	}
	.usx-program-header-content-onlytext .et_pb_row {
		padding-bottom: 30px!important;
	}
	.usx-program-header-content-onlytext .head-info-text {
		width: 90%!important;
		margin: 0 auto;
	}
	.usx-degree-section-inner {
		border: 0;
		padding: 40px 0 0 0;
	}
	.usx-degree-section-text h2 {
		font-size: 28px!important;
	}
	.usx-degree-section-text p {
		font-size: 18px;
    	font-weight: 500!important;
	}
	.usx-degree-section-phone a {
		font-size: 16px;
		width: 100%;
	}
	.usx-program-qualifications-list-lined ul {
		max-width: 100%;
    	width: 90%;
	}
	.usx-program-qualifications-list-lined li {
		width: 100%;
		text-align: center;
		list-style-position: inside;
	}
	.usx-program-qualifications-list-lined li:last-child {
		margin-left: 0;
	}
	.usx-program-qualifications-text {
		width: 90%;
	}
	.entry-content .usx-program-benefits-full-width .usx-program-benefits-list {
		width: 80%!important;
	}
	.page-id-31132 .usx-program-qualifications {
		padding: 10px 0 0 0!important;
	}
	.page-id-31132 .driver-qualifications-list-block {
		padding-bottom: 40px!important;
	}
	.usx-program-equipment .usx-program-equipment-with-text {
		margin: 0 auto!important;
		width: 100%;
	}
	.usx-program-benefits-full-width .et_pb_row {
		padding-bottom: 0!important;
		margin-bottom: 20px!important;
	}
	.usx-program-benefits-full-width li {
		line-height: 1.7em;
	}
	.page-id-31151 .entry-content .et_pb_section .usx-program-button {
		padding: 5px 10px!important;
	}
	.usx-programs-double-list-img img {
    	top: 30px;
	}
	.usx-programs-double-list-section-first .et_pb_row {
		padding-bottom: 220px!important;
	}
	.usx-programs-double-list-section-second .et_pb_row {
		padding-top: 120px!important;
	}
	.page-id-31151 .usx-program-benefits-full-width {
		padding-top: 20px!important;
	}
	.usx-program-qualifications-only-text h4 {
		font-size: 20px;
	}
	.usx-program-qualifications-only-text p {
		font-size: 15px;
	}
	.usx-program-become-text p {
		font-size: 15px;
		padding: 15px 5% 30px 5%!important;
	}
	.page-id-31185 .usx-program-benefits-full-width .usx-program-benefits-list ul {
		padding: 0 1em 0;
	}
	.page-id-31204 .usx-program-benefits {
		padding: 30px 0!important;
	}
	.page-id-31204 .usx-program-story {
		background: #eee;
	}
	.page-id-31204 .usx-program-benefits-full-width .et_pb_row {
		margin-bottom: 0!important;
	}
	.page-id-31073 .usx-get-degree {
		padding-top: 30px!important;
	}
	.usx-get-degree {
		padding-top: 10px!important;
	}
	.usx-programs-equipment-button-with-img-position {
		display: none;
	}
	.usx-programs-equipment-button-with-img-position-mobile {
		display: block;
	}
	.usx-programs-equipment-with-img {
		padding-top: 100px!important;
		padding-bottom: 10px!important;
	}
	.usx-programs-equipment-with-img .et_pb_row:first-child {
		padding-bottom: 10px!important;
	}
	.usx-programs-equipment-button-with-img {
		background: #f2f2f2!important;
		padding-top: 0px!important;
	}
	.page-id-31220 .usx-program-benefits-full-width {
		padding-bottom: 180px!important;
	}
	.page-id-31220 .usx-degree-section-inner {
		padding: 0;
	}
	.usx-degree-section-phone {
		position: relative;
		width: 90%;
		padding-top: 30px;
	}
	.page-id-31073 .usx-degree-section-phone {
		margin: 0 auto;
		padding-top: 20px;
	}
	.page-id-31220 .usx-degree-section-phone-call span {
		position: relative;
		top: 2px;
		right: -7px;
		width: 9px;
		padding: 0;
	}
	.usx-programs-equipment-button-with-img-position-mobile {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}
	.usx-programs-equipment-button-with-img-position-mobile img {
		position: absolute;
		top: -263px;
		width: 80%;
		display: block;
		margin: 0 auto;
		float: none;
		left: 10%;
	}
	.usx-program-equipment .et_pb_toggle_title {
		font-size: 12px!important;
	}
	.usx-program-equipment .et_pb_toggle_title:before {
		right: 20px;
	}
	.usx-program-equipment .et_pb_toggle .et_pb_toggle_content {
    	padding: 0 20px 25px;
	}
	body .entry-content .usx-program-header:before  {
		opacity: 0;
		content: ' ';
		display: block;
		position: absolute;
		z-index: 11;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #000;
	}
	.page-id-30995 .entry-content .usx-program-header  {
		background-image: url(/wp-content/uploads/2019/11/lease-hero-mob.jpg)!important;
		background-position: center;
	}
	.page-id-31073 .entry-content .usx-program-header  {
		background-image: url(/wp-content/uploads/2019/11/OTR-hero-mob.jpg)!important;
		background-position: center;
	}
	.page-id-31132 .entry-content .usx-program-header  {
		background-image: url(/wp-content/uploads/2019/11/Student-hero-mob.jpg)!important;
		background-position: center;
		min-height: 320px;
	}
	.page-id-31132 .entry-content .usx-program-header:before  {
		opacity: 0.3;
	}
	.usx-programs-hidden-title {
		z-index: 13!important;
	}
	.page-id-31132 .head-info-container-mobile .head-info-block {
		padding: 30px 0 20px 0;
	}
	.page-id-31151 .entry-content .usx-program-header  {
		background-image: url(/wp-content/uploads/2019/11/OwnerOperator1-hero-mob.jpg)!important;
		background-position: center;
		min-height: 320px;
	}
	.page-id-31151 .entry-content .usx-program-header:before  {
		opacity: 0.2;
	}
	.head-info-container-mobile .head-info-block {
		padding: 30px 0 20px 0;
	}
	.page-id-31185 .entry-content .usx-program-header  {
		background-image: url(/wp-content/uploads/2019/11/DriverTrainer-hero-mob.jpg)!important;
		background-position: center;
	}
	.page-id-31185 .entry-content .usx-program-header:before  {
		opacity: 0.15;
	}
	.page-id-31185 .usx-program-benefits {
		padding-bottom: 30px!important;
	}
	.page-id-31204 .entry-content .usx-program-header  {
		background-image: url(/wp-content/uploads/2019/11/Regional1-hero-mob.jpg)!important;
		background-position: center;
		min-height: 330px;
	}
	.page-id-31204 .entry-content .usx-program-header:before  {
		opacity: 0.2;
	}
	.page-id-31220 .entry-content .usx-program-header  {
		background-image: url(/wp-content/uploads/2019/11/Dedicated-hero-mob.jpg)!important;
		background-position: center;
		min-height: 350px;
	}
	.page-id-31220 .entry-content .usx-program-header:before  {
		opacity: 0.2;
	}
	.page-id-31220 .usx-get-degree {
		padding: 10px 0 10px 0!important;
	}
	.page-id-31132 .usx-program-story,
	.page-id-31132 .usx-video-on-top {
		padding-top: 0!important;
	}
	.page-id-31151 .usx-video-on-top {
		padding-top: 0!important;
	}
	.page-id-31204 .usx-program-qualifications {
		padding-top: 0!important;
	}
	.page-id-31204 .usx-program-qualifications-list-lined li:last-child {
		margin-left: 0!important;
	}
	.page-id-31204 .usx-program-story .et_pb_row:last-child {
		background: #fff!important;
		width: 100%!important;
		padding: 30px 0!important;
		max-width: 100%!important;
	}
	.page-id-31204 .usx-program-story .usx-program-story-row,
	.page-id-31204 .usx-program-story {
		padding-bottom: 0!important;
	}
	.page-id-31220 .usx-degree-section-phone-call {
		width: auto;
	}
	.page-id-31132 .entry-content .usx-video-on-top {
		padding-bottom: 30px!important;
	}
	.page-id-31132 .usx-program-qualifications .et_pb_row:first-child {
		padding: 40px 0!important;
	}
}
@media (max-width: 500px) {
	.usx-program-white-text .et_pb_text p {
		font-size: 14px;
	}
	.page-id-30995 h2,
	.page-id-31073 h2,
	.page-id-31132 h2,
	.page-id-31151 h2,
	.page-id-31185 h2,
	.page-id-31204 h2,
	.page-id-31220 h2 {
		font-size: 34px;
	}
	.usx-programs-double-list-section-first .et_pb_row {
		padding-bottom: 200px!important;
	}
	.usx-programs-double-list-section-second .et_pb_row {
		padding-top: 100px!important;
	}
	.usx-programs-benefits-common-link a{
		padding-bottom: 20px;
	}
}
@media (max-width: 450px) {
	.usx-programs-double-list-img img {
		top: 50px;
	}
	.usx-programs-equipment-button-with-img-position-mobile img {
		width: 90%;
	}
	.page-id-31185 .entry-content .usx-program-header  {
		min-height: 350px;
	}
}
@media (max-width: 400px) {
	body .entry-content .et_pb_section .usx-program-button {
		max-width: 100%;
	}
	.usx-programs-equipment-with-img {
		padding-top: 40px!important;
	}
	.usx-programs-equipment-button-with-img-position-mobile img {
		top: -201px;
	}
}
@media (max-width:768px) {
	.page-id-31591 .culture-container .et_pb_row {
		padding-top: 0!important;
	}
	.home .culture-container .et_pb_row {
		padding-top: 25px!important;
	}
}
/* home page mobile changes */


@media (max-width:1025px) {
	.home .types-img,
	.page-id-31591 .types-img,
	.page-id-31855 .types-img {
		width: 100%!important;
		max-width: 100%!important;
	}
	
}
@media (max-width:1024px) {
	.home-new-cards p {
		font-size: 1rem!important;
	}
	
}
@media (max-width:980px) {
	.home .et_pb_row_10.et_pb_row,
	.home .et_pb_row_9.et_pb_row,
	.home .et_pb_row_8.et_pb_row,
	.page-id-31591 .et_pb_row_10.et_pb_row,
	.page-id-31591 .et_pb_row_9.et_pb_row,
	.page-id-31591 .et_pb_row_8.et_pb_row,
	.page-id-31855 .et_pb_row_10.et_pb_row,
	.page-id-31855 .et_pb_row_9.et_pb_row,
	.page-id-31855 .et_pb_row_8.et_pb_row {
		width: 100%!important;
		max-width: 100%!important;
	}
	.home .et_pb_row_4.et_pb_row,
	.home .et_pb_row_5.et_pb_row,
	.home .et_pb_row_6.et_pb_row,
	.home .et_pb_row_7.et_pb_row,
	.page-id-31591 .et_pb_row_4.et_pb_row,
	.page-id-31591 .et_pb_row_5.et_pb_row,
	.page-id-31591 .et_pb_row_6.et_pb_row,
	.page-id-31591 .et_pb_row_7.et_pb_row,
	.page-id-31855 .et_pb_row_4.et_pb_row,
	.page-id-31855 .et_pb_row_5.et_pb_row,
	.page-id-31855 .et_pb_row_6.et_pb_row,
	.page-id-31855 .et_pb_row_7.et_pb_row {
		width: 80%!important;
		max-width: 100%!important;
	}
	.home .types-img,
	.page-id-31591 .types-img,
	.page-id-31855 .types-img {
		width: 80%!important;
		max-width: 100%!important;
	}
	.home .home-video-side-section .et_pb_column:last-child .et_pb_text,
	.page-id-31591 .home-video-side-section .et_pb_column:last-child .et_pb_text,
	.page-id-31855 .home-video-side-section .et_pb_column:last-child .et_pb_text {
		margin: 0 auto;
	}
}
@media (max-width:768px) {
	.home .et_pb_section_2,
	.page-id-31591 .et_pb_section_2,
	.page-id-31855 .et_pb_section_2 {
		padding-bottom: 30px!important;
	}
	.page-id-31855 .culture-container .et_pb_row {
		padding-top: 25px!important;
	}
}
@media (max-width:550px) {
	.home .et_pb_row_12.et_pb_row,
	.home .et_pb_row_11.et_pb_row,
	.page-id-31591 .et_pb_row_12.et_pb_row,
	.page-id-31591 .et_pb_row_11.et_pb_row,
	.page-id-31855 .et_pb_row_12.et_pb_row,
	.page-id-31855 .et_pb_row_11.et_pb_row {
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.home .home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child,
	.page-id-31591 .home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child,
	.page-id-31855 .home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child {
		padding: 50px 0!important;
		width: 80%!important;
		margin: 0 auto!important;
		float: none!important;
	}
	.home .home-video-side-section .et_pb_column:last-child,
	.page-id-31591 .home-video-side-section .et_pb_column:last-child,
	.page-id-31855 .home-video-side-section .et_pb_column:last-child {
		padding: 50px 10%!important;
	}
	.home .et_pb_row_4.et_pb_row,
	.home .et_pb_row_5.et_pb_row,
	.home .et_pb_row_6.et_pb_row,
	.home .et_pb_row_7.et_pb_row,
	.page-id-31591 .et_pb_row_4.et_pb_row,
	.page-id-31591 .et_pb_row_5.et_pb_row,
	.page-id-31591 .et_pb_row_6.et_pb_row,
	.page-id-31591 .et_pb_row_7.et_pb_row,
	.page-id-31855 .et_pb_row_4.et_pb_row,
	.page-id-31855 .et_pb_row_5.et_pb_row,
	.page-id-31855 .et_pb_row_6.et_pb_row,
	.page-id-31855 .et_pb_row_7.et_pb_row {
		width: 90%!important;
	}
	.home .home-b-h2 strong,
	.page-id-31591 .home-b-h2 strong,
	.page-id-31855 .home-b-h2 strong {
		font-size: 24px;
	}
	.home .form-row,
	.page-id-31591 .form-row,
	.page-id-31855 .form-row {
		margin-right: 0px;
    	margin-left: 0px;
	}
	.home .driver-types-text,
	.page-id-31591 .driver-types-text,
	.page-id-31855 .driver-types-text {
		font-size: 15px!important;
	}
	.home .culture-container .et_pb_row,
	.page-id-31591 .culture-container .et_pb_row,
	.page-id-31855 .culture-container .et_pb_row {
		padding-top: 30px!important;
	}
}
@media (max-width:500px) {
	.page-id-31591 p.culture-h2:nth-child(2),
	.page-id-31591 p.culture-h2:nth-child(4) {
		font-size: 8em!important;
	}
	.page-id-31591 p.culture-h2 {
		font-size: 1.9em!important;
	}
	.page-id-31855 p.culture-h2:nth-child(2),
	.page-id-31855 p.culture-h2:nth-child(4) {
		font-size: 8em!important;
	}
	.page-id-31855 p.culture-h2 {
		font-size: 1.9em!important;
	}
}
@media (max-width:465px) { 
	.home p.culture-h2:nth-child(2),
	.page-id-31591 p.culture-h2:nth-child(3),
	.page-id-31855 p.culture-h2:nth-child(3) {
		font-size: 6em!important;
    	line-height: 0.5em!important;
	}
	.home p.culture-h2:nth-child(4),
	.page-id-31855 p.culture-h2:nth-child(4) {
		font-size:4em!important;
	}
	.home .culture-btn-left,
	.home .culture-btn-right,
	.page-id-31591 .culture-btn-left,
	.page-id-31591 .culture-btn-right,
	.page-id-31855 .culture-btn-left,
	.page-id-31855 .culture-btn-right {
		padding: 10px 20px;
	}
}
@media (max-width:340px) { 
	.home p.culture-h2:nth-child(3),
	.page-id-31591 p.culture-h2:nth-child(3),
	.page-id-31855 p.culture-h2:nth-child(3) {
		line-height: 0.5em!important;
	}
}
@media (max-width:330px) { 
	.home .home-b-h2 strong,
	.page-id-31591 .home-b-h2 strong,
	.page-id-31855 .home-b-h2 strong {
    	font-size: 20px;
	} 
}

.et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
}
/* gallery lightbox */
.page-id-31496 .entry-title {
	color: #fff;
}
.all-images-31526 .thumbnail {
	border: none;
    border-radius: 0;
    background: 0;
    padding: 2px;
	margin-bottom: 0;
}
.lg-outer {
	z-index: 9999999!important;
    background: rgb(0,0,0,0.9);
}
.lg-sub-html {
	display: none;
}
#animated-thumbnials-31526 a {
	padding: 9px;
}
.lg-outer .lg-thumb {
	margin: 0 auto;
}
#animated-thumbnials-31526 {
	left: -9px;
}
.new-driver-br {
	display: none;
}
@media (max-width:1550px) { 
	.show-1550 {
    	display: block;
	} 
	.hide-1550 {
    	display: none;
	} 
}
@media (max-width:1080px) { 
	.show-1080 {
    	display: block;
	} 
	.hide-1080 {
    	display: none;
	} 
}
@media (max-width:1000px) { 
	.show-1000 {
    	display: block;
	} 
	.hide-1000 {
    	display: none;
	} 
}
@media (max-width:980px) { 
	.show-980 {
    	display: block;
	} 
	.hide-980 {
    	display: none;
	} 
}
@media (max-width:950px) { 
	.show-950 {
    	display: block;
	} 
	.hide-950 {
    	display: none;
	} 
}
@media (max-width:900px) { 
	.show-900 {
    	display: block;
	} 
	.hide-900 {
    	display: none;
	} 
}
@media (max-width:870px) { 
	.show-870 {
    	display: block;
	} 
	.hide-870 {
    	display: none;
	} 
}
@media (max-width:850px) { 
	.show-850 {
    	display: block;
	} 
	.hide-850 {
    	display: none;
	} 
}
@media (max-width:800px) { 
	.show-800 {
    	display: block;
	} 
	.hide-800 {
    	display: none;
	} 
}
@media (max-width:790px) { 
	.usx-program-become-text p br {
		display: none!important;
	}
}
@media (max-width:760px) { 
	.show-760 {
    	display: block;
	}
	.hide-760 {
    	display: none;
	} 
}
@media (max-width:750px) { 
	.show-750 {
    	display: block;
	} 
	.hide-br-750 {
    	display: none;
	} 
	.hide-750 {
    	display: none;
	} 
}
@media (max-width:730px) { 
	.show-730 {
		display: block;
	}
	.hide-730 {
    	display: none;
	} 
}
@media (max-width:700px) { 
	.show-700 {
		display: block;
	}
	.hide-700 {
    	display: none;
	} 
}
@media (max-width:650px) { 
	.show-650 {
		display: block;
	}
	.hide-650 {
    	display: none;
	} 
}
@media (max-width:600px) { 
	.show-600 {
		display: block;
	}
	.hide-600 {
    	display: none;
	} 
}
@media (max-width:580px) { 
	.show-580 {
		display: block;
	}
	.hide-580 {
    	display: none;
	} 
}
@media (max-width:550px) { 
	.show-550 {
		display: block;
	}
	.hide-550 {
    	display: none;
	} 
}
@media (max-width:530px) { 
	.show-530 {
		display: block;
	}
	.hide-530 {
    	display: none;
	} 
}
@media (max-width:500px) { 
	.show-500 {
		display: block;
	}
	.hide-500 {
    	display: none;
	} 
}
@media (max-width:480px) {
	.show-480 {
		display: block;
	}
	.hide-480 {
    	display: none;
	} 
}
@media (max-width:450px) { 
	.show-450 {
		display: block;
	}
	.hide-450 {
    	display: none;
	} 
}
@media (max-width:430px) { 
	.show-430 {
		display: block;
	}
	.hide-430 {
    	display: none;
	} 
}
@media (max-width:390px) { 
	.usx-program-equipment .new-driver-br {
		display: none;
	}
}
@media (max-width:400px) {
	.show-400 {
		display: block;
	}
	.hide-400 {
    	display: none;
	} 
}
@media (max-width:370px) {
	.show-370 {
		display: block;
	}
	.hide-370 {
    	display: none;
	} 
}
@media (max-width:350px) { 
	.usx-program-become-text h2 br {
		display: none!important;
	}
	.show-350 {
    	display: block;
	} 
	.hide-350 {
    	display: none;
	} 
	
}
/* HOME NEW CARDS */

.page-id-31591 .drivers-label {
    font-family: "DiamanteEFCE-Medium";
	letter-spacing:0;
}
.page-id-31591 p {
    font-family: Roboto;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 18px;
}
.page-id-31591 p span {
    font-weight: 500;
}
.page-id-31591 p.culture-h2,
.page-id-31591 p.culture-h1 {
    font-family: "DiamanteEFCE-Medium";
    font-size: 22px;
    letter-spacing: 1px;
}
.page-id-31591 p span.home-b-h2 {
    font-family: "DiamanteEFTU-DemiBold";
	font-size:2.5em;
}
.page-id-31591 .culture-btn-right,
.page-id-31591 .culture-btn-left {
    font-family: "DiamanteEFCE-Medium";
	letter-spacing:0;
    font-size: 20px;
}
.page-id-31591 #top-menu li,
.page-id-31591 #top-menu > #menu-item-110 a,
.page-id-31591 #top-menu > #menu-item-2597 a,
.page-id-31591 #top-menu > #menu-item-111 a {
    font-family: "DiamanteEFCE-Medium", sans-serif !important;
}
.page-id-31591 #top-menu li a {
	font-size:17px!important;
}
.page-id-31591 .drivers-label strong {
	font-weight: 500;
}
.page-id-31591 #main-content li {
	font-family:Roboto;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
	color:#020202;
    line-height: 2em;
}
.page-id-31591 #main-content ul {
	list-style: none;
    padding-bottom: 0;
	padding-top:10px;
}
.page-id-31591 #main-content li::before {
	content: '\2022';
	color: #951326;
  	display: inline-block;
	width: 1em;
  	margin-left: -1em;
}
.page-id-31591 h3 {
    font-family: "DiamanteEFCE-Medium";
    font-size: 30px;
}
.page-id-31591 form label[for=Violations],
.page-id-31591 form label[for=Accidents] {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 44px;
    margin-bottom: 10px;
    font-weight: 400;
}
.page-id-31591 .custom-control-label {
    font-size: 18px;
    letter-spacing: 0;
}
.page-id-31591 form .disclaimer {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}
.page-id-31591 #home-form-submit {
    font-family: "DiamanteEFCE-Medium", sans-serif !important;
	color:#fff!important;
    padding: 15px 15px!important;
    text-transform: uppercase;
    font-size: 24px;
}
.page-id-31591 .et_pb_video_0 .et_pb_video_play {
    display:block;
}
.page-id-31591 .et_pb_row_4 {
    padding-top: 47px !important;
}
.home-new-cards {
	padding-bottom: 30px!important;
}
.home-new-cards .et_pb_column .et_pb_text {
	padding-top: 5px;
}
.home-new-cards .et_pb_code {
	margin-bottom: 0px!important;
}
.home-new-cards p span {
	font-weight: 700;
	color: #000;
}
.home-new-cards p {
	line-height: 1.4em;
}
.home-new-cards p strong {
	font-size: 11px;
    top: -5px;
    position: relative;
}
.home-new-cards .drivers-label {
	padding: 9px 0 12px 0!important;
    margin-bottom: 16px!important;
	line-height: 0.9;
}
@media (max-width:1550px) {
	.page-id-31591 form label[for=Violations],
	.page-id-31591 form label[for=Accidents] {
    	font-size: 16px;
	}
}
@media (max-width:1400px) {
	.page-id-31591 form label[for=Violations],
	.page-id-31591 form label[for=Accidents] {
    	font-size: 18px;
    	line-height:22px;
	}
}
@media (max-width:980px) {
	.page-id-31591 form label[for=Violations],
	.page-id-31591 form label[for=Accidents] {
   	 	font-size: 18px;
   	 	line-height:44px;
	}
	.page-id-31591 .et_pb_section_1 {
		display: none!important;
	}
	.page-id-31591 .et_pb_section_2 {
		display: block!important;
	}	
}

@media (max-width:767px) {
	.page-id-31591 .et_pb_column_24 {
		padding-bottom: 0 !important;
	}
}
@media (max-width: 650px) {
	.page-id-31591 ul#top-menu {
    	display: none;
	}
	.page-id-31591 form label[for=Violations],
	.page-id-31591 form label[for=Accidents] {
		font-size: 16px;
		line-height: 44px;
	}
	.page-id-31591 .custom-control-label {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.page-id-31591 form label[for=Violations], 
	.page-id-31591 form label[for=Accidents] {
		font-size: 14px;
		line-height: 44px;
	}
}
@media (max-width: 515px) {
	.page-id-31591 form label[for=Violations], 
	.page-id-31591 form label[for=Accidents] {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 550px) {
	.page-id-31591 ul#top-menu {
    	display: none;
	}
}
@media (max-width: 360px) {
	.page-id-31591 .culture-btn-right {
		padding: 10px 10px;
	}
	.page-id-31591 .et_pb_row_0.et_pb_row {
		max-width: 90% !important;
	}
}
@media (max-width:340px) {
	.page-id-31591 p.culture-h2:nth-child(2) {
    	line-height: 0.7em!important;
	}
	.page-id-31591 p.culture-h2:nth-child(3) {
    	line-height: 0.5em!important;
		font-size: 71px!important;
	}
	.home .culture-btn-left, .home .culture-btn-right, .page-id-31591 .culture-btn-left, .page-id-31591 .culture-btn-right {
		padding: 10px 10px;
	}
	.home p.culture-h2,
	.page-id-31591 p.culture-h2 {
		line-height: 0.9em!important;
	}
	.page-id-31591 p.culture-h2 br,
	.page-id-31591 p.culture-h1 br {
		display: none;
	}
}
/* MOBILE DESIGN CHANGES FOR HOME */
@media (max-width: 600px) {
	.page-id-30272 p.culture-h2 {
		line-height: 1em;
	}
	.page-id-30272 p.culture-h2:nth-child(2) {
		font-size: 9em!important;
		line-height: 0.7em!important;
	}
	.page-id-30272 p.culture-h2:nth-child(4) {
		font-size: 5em!important;
	}
}
@media (max-width: 465px) {
	.page-id-30272 p.culture-h2:nth-child(3) {
		line-height: 1em;
		font-size: 2.2em!important;
	}
	.page-id-30272 .culture-container .et_pb_row {
		padding-top: 40px!important;
	}
	.page-id-30272 p.culture-h2:nth-child(2) {
		font-size: 7em!important;
		line-height: 0.7em!important;
	}
	.page-id-30272 p.culture-h2:nth-child(4) {
		font-size: 4.4em!important;
	}
	body .page-id-30272 p.culture-h2 {
		padding-bottom: 0px!important;
	}
}
@media (max-width: 415px) {
	.page-id-30272 p.culture-h2:nth-child(4) {
		font-size: 4.3em!important;
	}
}
@media (max-width: 340px) {
	.page-id-30272 p.culture-h2:nth-child(3) {
		line-height: 0.9em!important;
	}
	.home p.culture-h2:nth-child(4) {
		padding-top: 0px!important;
	}
}
@media (max-width: 330px) {
	.home p.culture-h2:nth-child(4) {
		font-size: 3.8em!important;
	}
	.page-id-30272 p.culture-h2:nth-child(3) {
		line-height: 1em;
		font-size: 2.0em!important;
	}
}

.partnerships-outreach h3,
.partnerships-outreach p {
	color: #fff;
	padding: 25px 0 0 0;
}
.partnerships-outreach p {
	max-width: 700px;
    margin: 0 auto;
}
.rightImg {
	position: relative !important;
	float: right !important;
	width: unset !important;
	max-width: 400px !important;
}

.military-badge {
	justify-content: center;
    display: flex;
	padding: 15px 0;
}

#military-badge-1,
#military-badge-2,
#military-badge-3,
#military-badge-4 {
	max-width: 50%;
}

.badge-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
	padding-top: 0 !important;
}

#badge-row-military {
	padding: 15px 50px !important;
}

@media (max-width: 678px) {
	.partnerships-outreach h3,
	.partnerships-outreach p {
		padding: 25px 40px 0 40px;
		}
	}
/* CDL Clearinghouse */
.cdl-clearinghouse .et_pb_row {
	padding-top: 3%!important;
    padding-bottom: 3%!important;
}
.cdl-clearinghouse .et_pb_text {
	text-align: center!important;
}
.cdl-clearinghouse .et_pb_button {
	border: none;
}
.cdl-clearinghouse .et_pb_button:hover {
	border: none; 
}
@media (max-width: 980px) {
	.cdl-clearinghouse-left,
	.cdl-clearinghouse-right {
		width: 100%;
		margin-left: 0;
	}
	.cdl-clearinghouse-left {
		margin-bottom: 30px!important;
	}
}
@media (max-width: 600px) {
	.cdl-clearinghouse .et_pb_row {
		padding-bottom: 5%!important;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.head-info-text-list li span {
		top: -2px!important;
	}
	.head-info-text-list li span:before {
		content: url(/wp-content/uploads/2019/11/bullet-point-black2.png);
		position: absolute;
		left: -4px;
		top: 0px;
	}
	.usx-degree-section-logo-content:after {
		content: url(/wp-content/uploads/2019/11/OTR-driver.png);
	}
}

/* VIDEO HOME PAGE */

.page-id-31855 .drivers-label {
    font-family: "DiamanteEFCE-Medium";
	letter-spacing:0;
}
.page-id-31855 p {
    font-family: Roboto;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 18px;
}
.page-id-31855 p span {
    font-weight: 500;
}
.page-id-31855 p.culture-h2,
.page-id-31855 p.culture-h1 {
    font-family: "DiamanteEFCE-Medium";
    font-size: 22px;
    letter-spacing: 1px;
}
.page-id-31855 p span.home-b-h2 {
    font-family: "DiamanteEFTU-DemiBold";
	font-size:2.5em;
}
.page-id-31855 .culture-btn-right,
.page-id-31855 .culture-btn-left {
    font-family: "DiamanteEFCE-Medium";
	letter-spacing:0;
    font-size: 20px;
}
.page-id-31855 #top-menu li,
.page-id-31855 #top-menu > #menu-item-110 a,
.page-id-31855 #top-menu > #menu-item-2597 a,
.page-id-31855 #top-menu > #menu-item-111 a {
    font-family: "DiamanteEFCE-Medium", sans-serif !important;
}
.page-id-31855 #top-menu li a {
	font-size:17px!important;
}
.page-id-31855 .drivers-label strong {
	font-weight: 500;
}
.page-id-31855 #main-content li {
	font-family:Roboto;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
	color:#020202;
    line-height: 2em;
}
.page-id-31855 #main-content ul {
	list-style: none;
    padding-bottom: 0;
	padding-top:10px;
}
.page-id-31855 #main-content li::before {
	content: '\2022';
	color: #951326;
  	display: inline-block;
	width: 1em;
  	margin-left: -1em;
}
.page-id-31855 h3 {
    font-family: "DiamanteEFCE-Medium";
    font-size: 30px;
}
.page-id-31855 form label[for=Violations],
.page-id-31855 form label[for=Accidents] {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 44px;
    margin-bottom: 10px;
    font-weight: 400;
}
.page-id-31855 .custom-control-label {
    font-size: 18px;
    letter-spacing: 0;
}
.page-id-31855 form .disclaimer {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}
.page-id-31855 #home-form-submit {
    font-family: "DiamanteEFCE-Medium", sans-serif !important;
	color:#fff!important;
    padding: 15px 15px!important;
    text-transform: uppercase;
    font-size: 24px;
}
.page-id-31855 .et_pb_video_0 .et_pb_video_play {
    display:block;
}
.page-id-31855 .et_pb_row_4 {
    padding-top: 47px !important;
}
.page-id-31855 .home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child {
	padding: 0 0 0 150px;
}
.page-id-31855 .home-picture-side-section .et_pb_row {
	display: flex;
	align-items: center;
}

.page-id-31855 .home-picture-side-section .et_pb_video_overlay:before {
	height: 100%;
	position: relative;
	opacity: 0;
	display: block;
	width: 100%;
	top: 0;
	content: '';
}
.page-id-31855 .home-picture-side-section .et_pb_video_overlay_hover {
	top: 0;
}
@media (max-width:1550px) {
	.page-id-31855 form label[for=Violations],
	.page-id-31855 form label[for=Accidents] {
    	font-size: 16px;
	}
}
@media (max-width:1400px) {
	.page-id-31855 form label[for=Violations],
	.page-id-31855 form label[for=Accidents] {
    	font-size: 18px;
    	line-height:22px;
	}
	.page-id-31855 .home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child {
		padding: 0 0 0 80px;
	}
}
@media (max-width:980px) {
	.page-id-31855 form label[for=Violations],
	.page-id-31855 form label[for=Accidents] {
   	 	font-size: 18px;
   	 	line-height:44px;
	}
	.page-id-31855 .et_pb_section_1 {
		display: none!important;
	}
	.page-id-31855 .et_pb_section_2 {
		display: block!important;
	}	
	.page-id-31855 .et_pb_row {
		display: block!important;
		width: 100%!important;
	}
	.page-id-31855 .home-picture-side-section .et_pb_row:last-child .et_pb_column {
		width: 100%;
		margin-right: 0;
	}
	.page-id-31855 .home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child {
		padding: 50px 100px;
	}
}

@media (max-width:767px) {
	.page-id-31855 .et_pb_column_24 {
		padding-bottom: 0 !important;
	}
}
@media (max-width: 650px) {
	.page-id-31855 ul#top-menu {
    	display: none;
	}
	.page-id-31855 form label[for=Violations],
	.page-id-31855 form label[for=Accidents] {
		font-size: 16px;
		line-height: 44px;
	}
	.page-id-31855 .custom-control-label {
		font-size: 16px;
	}
	.page-id-31855 .home-picture-side-section .et_pb_row:last-child .et_pb_column:first-child {
		padding: 50px;
	}
}
@media (max-width: 575px) {
	.page-id-31855 form label[for=Violations], 
	.page-id-31855 form label[for=Accidents] {
		font-size: 14px;
		line-height: 44px;
	}
}
@media (max-width: 515px) {
	.page-id-31855 form label[for=Violations], 
	.page-id-31855 form label[for=Accidents] {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 550px) {
	.page-id-31855 ul#top-menu {
    	display: none;
	}
}
@media (max-width: 360px) {
	.page-id-31855 .culture-btn-right {
		padding: 10px 10px;
	}
	.page-id-31855 .et_pb_row_0.et_pb_row {
		max-width: 90% !important;
	}
}
@media (max-width:340px) {
	.page-id-31855 p.culture-h2:nth-child(2) {
    	line-height: 0.7em!important;
	}
	.page-id-31855 p.culture-h2:nth-child(3) {
    	line-height: 0.5em!important;
		font-size: 71px!important;
	}
	.page-id-31855 .culture-btn-left,
	.page-id-31855 .culture-btn-right {
		padding: 10px 10px;
	}
	.page-id-31855 p.culture-h2 {
		line-height: 0.9em!important;
	}
	.page-id-31855 p.culture-h2 br,
	.page-id-31855 p.culture-h1 br {
		display: none;
	}
}
@media (max-width: 600px) {
	.page-id-31855 p.culture-h2 {
		line-height: 1em;
	}
	.page-id-31855 p.culture-h2:nth-child(2) {
		font-size: 9em!important;
		line-height: 0.7em!important;
	}
	.page-id-31855 p.culture-h2:nth-child(4) {
		font-size: 5em!important;
	}
}
@media (max-width: 465px) {
	.page-id-31855 p.culture-h2:nth-child(3) {
		line-height: 1em!important;
		font-size: 2.2em!important;
	}
	.page-id-31855 .culture-container .et_pb_row {
		padding-top: 40px!important;
	}
	.page-id-31855 p.culture-h2:nth-child(2) {
		font-size: 7em!important;
		line-height: 0.7em!important;
	}
	.page-id-31855 p.culture-h2:nth-child(4) {
		font-size: 4.4em!important;
	}
	body .page-id-31855 p.culture-h2 {
		padding-bottom: 0px!important;
	}
}
@media (max-width: 415px) {
	.page-id-31855 p.culture-h2:nth-child(4) {
		font-size: 4.3em!important;
	}
}
@media (max-width: 340px) {
	.page-id-31855 p.culture-h2:nth-child(3) {
		line-height: 0.9em!important;
	}
	.page-id-31855 p.culture-h2:nth-child(4) {
		padding-top: 0px!important;
	}
}
@media (max-width: 330px) {
	.page-id-31855 p.culture-h2:nth-child(4) {
		font-size: 3.8em!important;
	}
	.page-id-31855 p.culture-h2:nth-child(3) {
		line-height: 1em;
		font-size: 2.0em!important;
	}
}

/* NEW VIDEO HOME PAGE END */