@charset "utf-8";
*:focus {outline: none !important;}
img{height: auto;}
html, body{font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 400;}
p:last-child{margin:0;}
a {
    color: #f4364c;
}
.transition1s{transition:all 0.1s linear 0s; -webkit-transition:all 0.1s linear 0s; -moz-transition:all 0.1s linear 0s; -o-transition:all 0.1s linear 0s; -ms-transition:all 0.1s linear 0s;}
.transition2s{transition:all 0.2s linear 0s; -webkit-transition:all 0.2s linear 0s; -moz-transition:all 0.2s linear 0s; -o-transition:all 0.2s linear 0s; -ms-transition:all 0.2s linear 0s;}
.transition3s{transition:all 0.3s linear 0s; -webkit-transition:all 0.3s linear 0s; -moz-transition:all 0.3s linear 0s; -o-transition:all 0.3s linear 0s; -ms-transition:all 0.3s linear 0s;}
.navbar-toggler{display:none;}
header{position: fixed; left: 0; right: 0; top: 0; z-index: 5;}
header #top{padding: 10px 0px; background: rgb(32 42 68 / 0.6);}
header #top .top-navigation {list-style: none;margin: 0;padding: 0;}
header #top .top-navigation li {display: inline-block;margin-right: 20px;line-height: 30px;}
header #top.top-navigation li:last-child {margin-right: 0px;}
header #top .top-navigation li>a {color: #fff;}
header #header{background-color: rgba(255, 255, 255, 1); padding:10px 15px;
-ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.navbar > .container{-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header #header .navbar-brand{width:250px; display:block;}
header #header .navbar-brand img{width:100%;}
header #header .navbar-nav .nav-link{color:#2c2c2c; font-weight: 600; text-transform: uppercase; font-size: 15px; margin: 0 0 0 15px;}
header #header .navbar-nav .nav-link.active{color: #fff; background-color: #202a44;}
header.shrink{-webkit-box-shadow: 0px 10px 15px 0px rgba(50, 50, 50, 0.1); -moz-box-shadow: 0px 10px 15px 0px rgba(50, 50, 50, 0.1); box-shadow: 0px 10px 15px 0px rgba(50, 50, 50, 0.1);}
header.shrink #top{background: rgb(32 42 68 / 0.95);}
header.shrink #header{background-color: rgba(255, 255, 255, 1);}
header.shrink #header .navbar-brand{width:180px;}
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	margin-left: auto !important;
}
.navbar-nav>li{position: relative;}
.navbar-nav ul{position: absolute; margin: 0; list-style: none; background: #fff; min-width: 200px; box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 10%); border-radius: 5px; padding: 15px 0; left: 0; top: 100%; display: none;}
.navbar-nav>li:hover ul{display: block;}
#videoWrapper{min-width: 100%; height: 100vh; overflow: hidden;}

#videoWrapper::after {content: ""; position: absolute; top: 0px; left: 0px; right:0; bottom:0; z-index: 0; background-color: rgba(45, 47, 61, 0.6);}

.videoWrapperContent{position: absolute; z-index: 1; top: 160px; left: 0; right: 0; overflow:hidden;}
.videoWrapperContent h2{font-weight: 600; text-transform: uppercase; font-size: 70px; color: #fff; line-height: 60px;}
.videoWrapperContent h2 span{font-size: 40px;}
.videoWrapperContent hr{width: 150px; border-top: solid 5px #f4364c; border-radius: 10px; float:left;}
.videoWrapperContent .slider-text {clear: both; margin-top: 75px; color: #fff; letter-spacing: 1px;font-size: 16px;}
.videoWrapperContent a.btn{font-size: 15px; font-weight: 600;}
.videoWrapperContent .form-holder{z-index:9999; position:relative; background-color: rgba(255, 255, 255, .3); padding: 0px 50px; border-radius: 10px; max-width: 600px; width: 100%; float: right;}
.videoWrapperContent .form-holder h2{font-size: 40px;}
.videoWrapperContent .form-holder h5{font-size: 15px; text-transform: uppercase; font-weight: 600; color:#fff;}
.videoWrapperContent .form-holder form input, .videoWrapperContent .form-holder form select{    background-color: #202a44;
    border: none;
    margin-bottom: 1rem;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;}
.videoWrapperContent .form-holder form input::-webkit-input-placeholder{color:white;}
.videoWrapperContent .form-holder form input:-ms-input-placeholder{color:white;}
.videoWrapperContent .form-holder form input::placeholder{color:white;}
.videoWrapperContent .form-holder form button{font-size: 15px; font-weight: 600; width: 100%; margin-bottom: 10px;}
video{min-width: 100%; min-height: 100%; display:block;}

#mainCarousel{position: relative;}
#mainCarousel .mainButton{position: absolute; bottom: 40px; z-index: 2; left: 50%; transform: translateX(-50%); color: #000; background: #fff; border-radius: 5px; padding: 5px 40px; text-transform: uppercase; font-weight: 600; cursor: pointer; -webkit-box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 30%); -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3); box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 30%); white-space: nowrap;}
#mainCarousel .mainButton::after{position: absolute; content: ""; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 10px solid #fff; bottom: 0; left: 50%; transform: translateX(-50%) translateY(100%);}
#mainCarousel .mainButton:hover{transform: translateX(-50%) scale(1.1); background: #f4364c; color: #fff;}
#mainCarousel .mainButton:hover::after{border-top: 10px solid #f4364c;}
.mainSliderWrapper{margin:0 0 40px 0;}
.mainSliderWrapper .item{/*height: 600px;*/height: 37vw; position: relative; background-position:0 center; background-size: cover; display: block;}
.mainSliderWrapper .item .textWrapper{position: absolute; bottom: 50px; left: 100px; width: calc(100% - 200px); max-width: 1000px;}
.mainSliderWrapper .item .textWrapper .title{background: #ED3154; color: #fff; font-weight: 700; font-size: 26px; display: inline-block; padding: 15px 30px; line-height: 1.2;}
.mainSliderWrapper .item .textWrapper .text{font-size: 22px; color: #fff; font-weight: 600; line-height: 1.2; text-shadow: 5px 5px 20px #000000EB;}

.form-holder-new{width: 90%; max-width: 700px; margin: 50px auto; text-align: center; display: none;}
.form-holder-new h2{margin: 0 0 20px 0; padding: 0; font-weight: 600;}
.form-holder-new form{}
.form-holder-new form .conset{color: #000; line-height: 1.3; display: block; margin: 30px 0; font-size: 12px; font-weight: 400;}
.form-holder-new form input{text-align: center;}
.form-holder-new form select{text-align: center;}
.form-holder-new form button{}

#videosWrapper{background-image: url(../img/america-dots.png); background-repeat: no-repeat; background-position: center center; background-size: contain; padding: 100px; text-align: center;}
#videosWrapper h2{color: #f4364c; font-weight: 600; text-transform: uppercase;}
#videosWrapper .text{margin-bottom: 60px;}
#videosWrapper .item{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#videosWrapper .item>.textWrapper{width: 50%; padding-right: 100px;}
#videosWrapper .item>.textWrapper+.videoWrapper{width: 50%; padding: 30px; border: 1px solid #e8e8e8; align-self: flex-start;}
#videosWrapper .item .textWrapper .our-drivers-title {color: #f4364c; font-weight: 600; text-transform: uppercase;}
#videosWrapper .item .textWrapper .testimonial {margin-top: 60px; display: block; overflow: hidden;}
#videosWrapper .item .textWrapper .testimonial .driver-image {display: inline-block; float: left;}
#videosWrapper .item .textWrapper .testimonial .driver-name {float: left; display: inline-block; padding-left: 20px;}
#videosWrapper .item>.videoWrapper{width:100%; padding:20px; border: 1px solid #e8e8e8; align-self: flex-start; margin: 0 auto;}
#videosWrapper .item>.videoWrapper+.textWrapper{width: 50%; padding-left: 100px;}
#videosWrapper .item>.videoWrapper .videoPopup::after {position: absolute; content: "\f16a"; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); color: white; display: inline-block; font: normal normal normal 60px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; opacity: 0.7;}
#videosWrapper .owl-item.active {transform: scale(0.8); z-index:1; opacity: 0.6;}
#videosWrapper .owl-item.active.center {opacity: 1; transform: scale(1); z-index: 2; background: #fff; -webkit-box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 30%); -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3); box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 30%);}

#distanceInTheMedia{background-image: url(../img/distance-in-the-media.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; color: #fff; padding: 100px 0 100px 0; position: relative;}
#distanceInTheMedia::after {content: ""; position: absolute; top: 0px; left: 0px; right: 0; bottom: 0; z-index: 0; background-color: rgba(45, 47, 61, 0.6);}
#distanceInTheMedia .row {-ms-flex-align: center; align-items: center;}
#distanceInTheMedia img{position: relative; z-index: 1; width: 450px; max-width: 100%;}
#distanceInTheMedia .textWrapper{text-align: right; z-index: 1; position: relative;}
#distanceInTheMedia .textWrapper .title{color: #f4364c; font-weight: 600; text-transform: uppercase; background: rgba(255,255,255,0.8); display: inline-block; padding: 10px 30px; margin: 0 0 50px 0;}
#distanceInTheMedia .textWrapper .text{margin: 0 0 50px 0;}
#distanceInTheMedia .textWrapper .button{display: inline-block; text-align: center; vertical-align: middle; border: 1px solid transparent; padding: 0.375rem 0.75rem; line-height: 1.5; border-radius: 0.25rem; color: #fff; background-color: #f4364c;}

/* Page Banner */
#pageBannerHolder{margin:0; padding:0; max-height:640px; height:500px; position: relative; z-index: 1; overflow:hidden;}
#pageBannerHolder img{position: absolute; top: 50%; left: 50%; width: 100%; transform: translateX(-50%) translateY(-50%);}
#pageBannerHolder .bannerText{position: absolute; top:70%; left: 50%; width:70%; transform: translateX(-50%) translateY(-50%); height:auto; z-index:2 !important; background:none; text-align:center; color: #fff;}
#pageBannerHolder .bannerText .title{font-size:60px; font-weight: 500; line-height: 1.3;}
#pageBannerHolder .bannerText .text{font-size:26px;}
#pageBannerHolder::after {content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 0; background-color: rgba(45, 47, 61, 0.6);}

#blueWrapper {color: #202a44; background-color: rgb(241 242 242 / 60%); padding: 35px 0px; font-size: 16px;}
#blueWrapper h2{margin:0 0 30px 0; background: none;}
#pageContent {padding: 50px 0px;}

.imgText.blockWrapper{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 0 100px 0;}
.imgText.blockWrapper .imageWrapper{min-height: auto; flex:1 1 0%; height: auto; max-height: 100%; overflow: hidden; width: 100%; display: inline-block; position: relative; border-top-left-radius:30px;}
.imgText.blockWrapper .imageWrapper img{max-height: none; object-fit: cover; width:100%; height:100%; flex:1 1 0%;}
.imgText.blockWrapper .contentWrapper{display: flex; flex-direction: column; flex:2 1 0%; -moz-box-pack: center; justify-content: center; padding: 48px;}
.imgText.blockWrapper .title{color: rgb(45, 47, 61); font-size: 36px; font-weight: 500; line-height: 1.3; margin: 0px 0px 12px 0 !important;}
.imgText.blockWrapper .text{color: rgb(45, 47, 61); font-size: 18px; font-weight: 400; line-height: 1.6;}
.imgText.blockWrapper .button{background-color: rgb(0, 79, 239); border-radius: 3px; color: rgb(255, 255, 255); cursor: pointer; display: inline-table; font-size: 14px; font-weight: 500; min-width: auto; padding: 12px 24px !important; pointer-events: auto; text-decoration: none; transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s; width: auto; text-align: center; position: relative;}

.tabsWrapper{padding: 96px 0px;}
.tabsWrapper .mainTitle{font-size: 36px; color:rgb(45, 47, 61); font-weight: 500; line-height: 1.3; margin: 0px 0px 30px 0; text-align:center;}
.tabsWrapper .text{max-width: 768px; font-size:18px; margin:0 auto 50px auto; text-align:center; font-weight: 300;}
.itemsWrapper{display: flex; flex: 0 1 auto; flex-flow: row wrap; -moz-box-pack: center; justify-content: center; width: 100%;}
.itemsWrapper .item {
    margin: 16px;
    flex-basis: calc(25% - 32px);
    max-width: calc(25% - 32px);
    display: block;
}
.itemsWrapper .item:hover{box-shadow: rgba(0, 0, 0, 0.09) 0px 16px 32px; transform: translateY(-4px); text-decoration:none; color:inherit;}
.itemsWrapper .item .wrapper{box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 10px; border-radius:10px; overflow: hidden;}
.itemsWrapper .item .thumb{position: relative; padding: 0 0 60% 0;}
.itemsWrapper .item .thumb img{top: 0px; height: 100%; object-fit: cover; position: absolute; width: 100%; left: 0px; display:block;}
.itemsWrapper .item .textWrapper{padding: 24px; -moz-box-flex: 1; flex-grow: 1; display: flex; flex-direction: column; -moz-box-pack: justify; justify-content: space-between; background:#fff;}
.itemsWrapper .item .textWrapper .title{font-size:24px; margin: 0 0 20px 0; font-weight:800; line-height: 1.6; color:#202a44;}
.itemsWrapper .item .textWrapper .text{margin:0 0 20px 0;}
.itemsWrapper .item .textWrapper .button{background-color:#202a44; border-radius:5px; color: rgb(255, 255, 255); cursor: pointer; display: inline; font-size: 14px; font-weight: 500; min-width: auto; padding: 12px 24px; pointer-events: auto; text-decoration: none; transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s; text-align: center; position: relative; margin-top: 24px; width:50%;}

/* Services */
.itemsWrapper .serviceItem {
    margin: 20px;
    flex-basis: calc(50% - 40px);
    max-width: calc(50% - 40px);
    display: block;
}
.itemsWrapper .serviceItem:hover{box-shadow: rgba(0, 0, 0, 0.09) 0px 16px 32px; transform: translateY(-4px); text-decoration:none; color:inherit;}
.itemsWrapper .serviceItem .wrapper{box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 10px; border-radius:10px; overflow: hidden;}
.itemsWrapper .serviceItem .thumb{position: relative; padding: 0 0 60% 0;}
.itemsWrapper .serviceItem .thumb img{top: 0px; height: 100%; object-fit: cover; position: absolute; width: 100%; left: 0px; display:block;}
.itemsWrapper .serviceItem .textWrapper{padding: 24px; -moz-box-flex: 1; flex-grow: 1; display: flex; flex-direction: column; -moz-box-pack: justify; justify-content: space-between; background:#fff;}
.itemsWrapper .serviceItem .textWrapper .title{font-size:24px; margin: 0 0 20px 0; font-weight:800; line-height: 1.6; color:#202a44;}
.itemsWrapper .serviceItem .textWrapper .text{margin:0 0 20px 0;}
.itemsWrapper .serviceItem .textWrapper .button{background-color:#202a44; border-radius:5px; color: rgb(255, 255, 255); cursor: pointer; display: inline; font-size: 14px; font-weight: 500; min-width: auto; padding: 12px 24px; pointer-events: auto; text-decoration: none; transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s; text-align: center; position: relative; margin-top: 24px;}


/* Services */
.itemsWrapper .awardsItem {
    margin: 20px;
    flex-basis: calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
    display: block;
}
.itemsWrapper .awardsItem:hover{box-shadow: rgba(0, 0, 0, 0.09) 0px 16px 32px; transform: translateY(-4px); text-decoration:none; color:inherit;}
.itemsWrapper .awardsItem .wrapper{box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 10px; border-radius:10px; overflow: hidden;}
.itemsWrapper .awardsItem .thumb{position: relative; padding: 0 0 60% 0;}
.itemsWrapper .awardsItem .thumb img{top: 0px; height: 100%; object-fit: cover; position: absolute; width: 100%; left: 0px; display:block;}
.itemsWrapper .awardsItem .textWrapper{padding: 24px; -moz-box-flex: 1; flex-grow: 1; display: flex; flex-direction: column; -moz-box-pack: justify; justify-content: space-between; background:#fff;}
.itemsWrapper .awardsItem .textWrapper .title{font-size:24px; margin: 0 0 20px 0; font-weight:800; line-height: 1.6; color:#202a44;}
.itemsWrapper .awardsItem .textWrapper .text{margin:0 0 20px 0;}
.itemsWrapper .awardsItem .textWrapper .button{background-color:#202a44; border-radius:5px; color: rgb(255, 255, 255); cursor: pointer; display: inline; font-size: 14px; font-weight: 500; min-width: auto; padding: 12px 24px; pointer-events: auto; text-decoration: none; transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s; text-align: center; position: relative; margin-top: 24px;}

/* Team */
.itemsWrapper .teamWrapper {
    margin: 20px;
    flex-basis: calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
    display: block;
}
.itemsWrapper .teamWrapper .wrapper{box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 10px; border-radius:10px; overflow: hidden;}
.itemsWrapper .teamWrapper .thumb{position: relative; padding: 0 0 60% 0;}
.itemsWrapper .teamWrapper .thumb img{top: 0px; height: 100%; object-fit: cover; position: absolute; width: 100%; left: 0px; display:block;}
.itemsWrapper .teamWrapper .textWrapper{padding: 24px; -moz-box-flex: 1; flex-grow: 1; display: flex; flex-direction: column; background:#fff;}
.itemsWrapper .teamWrapper .textWrapper .title{font-size:24px; margin: 0 0 20px 0; font-weight:800; line-height: 1; color:#202a44;}
.itemsWrapper .teamWrapper .textWrapper .text{margin:0;}

/* Job */
#jobWrapper{}
#jobWrapper .imageWrapper{min-height: auto; flex: 1 1 0%; height: auto; max-height: 100%; overflow: hidden; width: 100%; display: inline-block; position: relative; margin: 0 0 80px 0; border-radius:20px 0 0 20px;}
#jobWrapper .imageWrapper img{max-height: none; object-fit: cover; width:100%; height:100%; flex:1 1 0%;}
#jobWrapper .contentWrapper { display: flex; flex-direction: column; flex: 1 1 0%; -moz-box-pack: center; justify-content: center; background-color: #202a44; color: #fff; margin: 0 0 80px 0;}
#jobWrapper .text{padding:40px; font-size:20px;}
#jobWrapper .text .textWrapper{padding:30px 0;}
.jobDetailsWrapper{}
.jobDetailsWrapper h1,h2,h3,h4,h5,h6{padding: 10px 0px;}
.jobDetailsWrapper>h2 {background: #f2f2f2; padding-left: 10px;}
.apply-now {background-color:#2b354e;border-radius: 3px;color: rgb(255, 255, 255);cursor: pointer;display: table;font-size: 18px;font-weight: 700;padding:12px 24px;margin: 50px auto;}
.apply-now:hover {color: #fff; background-color: #f4364c; text-decoration: none;}

/* Applay Now Form */
.callOrFill{text-align: center; font-weight: 600; display:none;}
.callOrFill a{font-size: 25px; background: #f2f2f2; padding: 5px 20px; margin: 10px auto; display: table;}
.step-container {position: relative;min-height: 100px;display: block;margin-bottom: 2rem;}
.step-wizard {display: inline-block;position: relative;width: 100%;}
.step-wizard .progress {position: absolute;top: 23px;height: 8px;left: 0;width: 100%;}
.step-wizard .progressbar {position: absolute;background-color: #202a44;height: 8px;border: 0 none;width: 0%;transition: width 0.6s ease;}
.step-wizard ul {position: absolute;width: 100%;list-style-type: none;padding: 0;}
.step-wizard li {display: inline-block;text-align: center;width: 30%;}
.step-wizard li>a {display: block;width: 100%;color: #2c304d;position: relative;text-align: center;}
.step-wizard li .step {position: absolute;display: inline-block;font-size: 1.2rem;line-height: 42px;width: 55px;height: 55px;border-radius: 50%;border: 6px solid;border-color: #202a44;background: #fff;transition: background-color 0.6s ease,border-color 0.6s ease;}
.step-wizard .active .step {color: #fff;background-color: #202a44;border-color: #202a44;}
.step-wizard li .title {position: absolute;width: 100%;left: 28px;padding-top: 60px;color: rgba(52,40,104,.4);transition: color 0.6s ease;}
.step-wizard .active .title {color: #202a44;font-weight:700;}
#rootwizard label{display:block;}
#rootwizard input.form-control[type="radio"]{display:none;}
#rootwizard input.form-control[type="radio"]+label{display:inline-block; background: #f2f2f2;padding: 10px;color: #aaa; margin:0 15px 0 0;}
#rootwizard input.form-control[type="radio"]:checked+label{background:#202a44; color:#fff;}
#rootwizard input.form-control[type="checkbox"]{display: block;margin: 0 15px 0 0;width: auto;float: left;height: 30px;}
#rootwizard input.form-control[type="checkbox"]+label{line-height: 30px;float: left;}
#rootwizard .pager{display:table; width:100%;}
#rootwizard .pager li{margin:0 0 0 10px;}

#service{background-image: url(../img/america-dots.png); background-repeat: no-repeat; background-position: center center; background-size: contain; position:relative;}
#service #info-track{color:#fff; background-color: rgb(241 242 242 / 60%); padding: 35px 0px;}
#service #info-track .info-box{border-right: 1px solid #dedede;}
#service #info-track .info-box:last-child{border:none;}
#service #info-track .info-box h4{font-size: 25px; text-transform: uppercase; color:#f4364c;}
#service #info-track .info-box p{font-size: 16px; color:#202a44;}
#service #services-content{padding:100px 0 100px 0;}
#service .section-title {margin-top:50px;text-transform: uppercase;font-size: 40px;font-weight: 600;color: #f4364c;}
#service .section-tagline {text-transform: uppercase;font-size: 25px;font-weight: 400;color: #2c2c2c;}
#service .service-box{border: 1px solid #f4364c; background-color: #fff; border-radius: 10px; padding: 40px 60px;}
#service .service-box-title {font-weight: 600; font-size: 25px; color: #202a44; text-transform: uppercase;}
#service .truck-image {position: absolute; left: 0; bottom: -40px;}

#numbers{background-image: url(../img/numbers.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; color:#fff; padding: 100px 0 100px 0;}
#numbers .numbers-box{padding: 40px;}
.numbers-box-icon img {width: 50px; margin-bottom: 10px;}
#numbers .numbers-box-title {font-weight: 600; font-size: 20px; color: #fff; text-transform: uppercase; line-height: 1;}
.centerRight{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; flex-direction: column; justify-content: space-around;}
#numbers .counter-box{margin-bottom: 30px;}
#numbers .counter-box:last-child{margin:0;}
#numbers .counter-box .number{font-size: 50px; font-weight:700; margin-bottom: 0px;}

#news{background-image: url(../img/america-dots.png);background-repeat: no-repeat; background-position: center center; background-size: contain; padding:100px 0;}
#news .drivers-testimonials .our-drivers-title {color: #f4364c; font-weight: 600; text-transform: uppercase;}
#news .drivers-testimonials hr {width: 150px; float: left; border-top: solid 5px #f4364c; border-radius: 10px;}
#news .drivers-testimonials .testimonial {margin-top: 60px; display: block; overflow: hidden;}
#news .drivers-testimonials .testimonial .driver-image {display: inline-block; float: left;}
#news .drivers-testimonials .testimonial .driver-name {float: left; display: inline-block; padding-left: 20px;}
#news .blog-section h2.blog-section-title {color: #202a44; text-transform: uppercase; font-weight: 600; font-size: 25px; margin-bottom: 85px;}
#news .blog-box-teaser {background-color:#f8f8f8; margin-bottom:30px; display: table; width: 100%;}
#news .blog-box-teaser .blog-box-image{overflow: hidden;float:left;display: inline-block;width: 25%;}
#news .blog-box-teaser .blog-box-image img{width:100%;}
#news .blog-box-teaser .blog-content {float:left;width: 75%;padding: 15px 30px;}
#news .blog-box-teaser .blog-content .blog-title{font-weight: 600;text-transform: uppercase;color:#2c2c2c;font-size:25px;margin-bottom:20px;}
#news .blog-box-teaser .blog-content .blog-title:hover {color: #202a44;text-decoration:none;}
#news .blog-box-teaser .blog-content .blog-text {color:#2c2c2c;letter-spacing: 1px;}
#news .blog-section .btn{font-size: 15px; font-weight: 600;}


#safety {
    background-image: url(../img/america-dots.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 50px;
    padding: 0px;
}

.conset {
    font-size: 70%; font-weight: 200; color: #fff;
}


/* Contact */
.contactLeftWrapper .title, .contactRightWrapper .title{font-size: 28px; padding: 8px 20px; background: #f2f2f2; margin: 0 0 50px 0;}
#contactForm{}
.formGroup{margin:0 0 15px 0;}
#contactForm input, #contactForm textarea{border:1px solid #8b8b8b;color:#333;font-size:14px;line-height:24px;margin:0;outline:0;padding:10px;resize:none;width:100%;background:#fff; border-radius:0;}
#contactForm button{color:#fff; background:#202a44; border:none; border-radius:2px; line-height:20px; font-size:14px; padding:10px 50px;}
#mail_fail,#mail_success{padding:15px 0;margin:20px 0 0 0;float:right;font-size:13px;line-height:12px;border-radius:4px; width:100%; text-align:center;}
#mail_success{color:#044406;background-color:#B7FBB9}
#mail_fail{color:#D8000C;background-color:#FFBABA}

.ctaWrapper{background: #202a44; padding: 50px; text-align: center; color: #fff;}
.ctaWrapper .mainTitle{font-size: 24px;}
.ctaWrapper .button {
    padding: 10px 20px;
    background: #f4364c;
    display: table;
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
}
.ctaWrapper .button svg{width: 40px;}

#map{height:400px;}

footer{background-color: #fff; padding:100px 0; color:#202a44; position:relative;}
footer .footer-contact-title{font-size: 25px; padding: 0 !important; margin:0 0 20px 0;}
footer .footer-contacts ul {margin: 0; padding: 0; list-style: none;}
footer .footer-logo{margin-bottom: 100px;}
footer .copyright{font-size:12px; margin:0; text-align:center;}
footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	max-width: 850px;
    background: url(../img/footer-top.png);
    height: 100px;
    z-index: 5;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
}
footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	max-width: 850px;
    background: url(../img/footer-bottom.png);
    height: 100px;
    z-index: 5;
	background-size: contain;
    background-repeat: no-repeat;
    background-position:0 100%;
}
footer .copy{text-align: center; font-weight: 500; font-size: 12px;}
footer .copy a{text-decoration: underline;}

#backToTop {bottom:40px;right:40px;cursor: pointer;display: none;height: 60px;position: fixed;width: 60px;border-radius: 50%;font-size: 26px;line-height: 60px;text-align: center;z-index: 3;color: #fff;background: #f4364c;-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);}

@media (max-width: 991.98px) { /* Large devices (desktops, less than 1200px) */
.navbar-toggler {
    position: fixed;
    top: 10px;
    width: 65px;
    height: 35px;
    background-color: #f4364c;
    color: #fff;
    right: 10px;
    z-index: 1;
    border: none;
    border-radius: 3px;
    display: block;
}
	#navbarResponsive{display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(255,255,255,0.9);}
	#navbarResponsive>ul.navbar-nav{list-style: none;margin: 0;padding: 0;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);width: 80%; display: block;}
}

@media (min-width:768px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.col-1 {
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}

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

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

	.col-4 {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}

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

	.col-6 {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}

	.col-7 {
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}

	.col-8 {
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}

	.col-9 {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}

	.col-10 {
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}

	.col-11 {
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}

	.col-12 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
	.offset-md-2 {
    margin-left: 16.666667%;
}
	.text-danger {
    color: #dc3545 !important;
}
	.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}
	.form-group {
    margin-bottom: 1rem;
}
	.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
	.mb-3, .my-3 {
		margin-bottom: 1rem !important;
	}
	.text-uppercase {
		text-transform: uppercase !important;
	}
	.text-right {
    text-align: right !important;
}
	.d-inline-block {
    display: inline-block !important;
}
	.btn {
		display: inline-block;
		font-weight: 400;
		color: #212529;
		text-align: center;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 1px solid transparent;
		padding: 0.375rem 0.75rem;
		font-size: 1rem;
		line-height: 1.5;
		border-radius: 0.25rem;
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}
	.btn-block {
		display: block;
		width: 100%;
	}
	.btn-lg, .btn-group-lg > .btn {
		padding: 0.5rem 1rem;
		line-height: 1.5;
		border-radius: 0.3rem;
	}
	.btn-primary {
		color: #fff;
		background-color: #202a44;
		border-color: #202a44;
	}
	.btn-secondary {
		color: #fff;
		background-color: #f4364c;
		border-color: #f4364c;
	}
	.float-right {
    	float: right !important;
	}
	.tab-content > .tab-pane {
    display: none;
}
	.tab-content > .active {
    display: block;
}
	
	
}

@media (max-width:1440px) {
	.videoWrapperContent .form-holder h2 {font-size: 34px; line-height: 1;}
	.videoWrapperContent h2 span {font-size:34px; line-height: 1; display: block; margin: 0 0 20px 0;}
	.videoWrapperContent h2{font-size:50px; line-height:1; padding:0;}
	.videoWrapperContent .slider-text{margin: 0 0 20px 0 !important;}
    .conset {display: none;}
}

@media (max-width: 1199.98px) { /* Large devices (desktops, less than 1200px) */
	*{word-break: break-word;}
	header #header .navbar-brand {width: 160px;}
	.videoWrapperContent{top:230px;}
	.videoWrapperContent h2{font-size: 30px; line-height:1.2;}
	.videoWrapperContent h2 span{font-size:20px;}
	.videoWrapperContent .form-holder{padding:20px;}
	.videoWrapperContent .form-holder h2{font-size: 6vw; padding: 0; margin-bottom: 10px;}
	.videoWrapperContent .form-holder form input, .videoWrapperContent .form-holder form select{width:100%;}
	#service #info-track .info-box h4{font-size:18px;}
	#service #info-track .info-box p{padding:0 25px; font-size:14px;}
	#service .service-box{padding:30px;}
	#service .section-title{margin-top:30px; font-size:30px;}
	#service .service-box-title{font-size:20px;}
	#service .truck-image{width:400px;}
	#service .truck-image img{widows:100%;}
	#numbers .counter-box .number{font-size:40px;}
	#numbers .numbers-box{padding:25px;}
	#news .blog-box-teaser .blog-content .blog-title{font-size:20px;}
	footer .footer-logo {margin-bottom: 100px; width: 100%; max-width: 200px; margin: 0 auto 100px auto;}
	footer .footer-logo img{width:100%;}
	.step-wizard .progress{top:40px; display: flex;    overflow: hidden;font-size: 0.75rem; background-color: #e9ecef; border-radius: 0.25rem;}
}

@media (max-width: 1024px) {
	.itemsWrapper .item .textWrapper{padding:15px;}
	.itemsWrapper .item .textWrapper .title{font-size:20px; line-height:1.2;}
	.itemsWrapper .item .textWrapper .text{font-size:14px;}
	.itemsWrapper .item .textWrapper .button{width:100%; padding:10;}
}

@media (max-width: 991.98px) { /* Large devices (desktops, less than 1200px) */
	.navbar-toggler {
    position: fixed;
    top: 10px;
    width: 65px;
    height: 35px;
    background-color: #f4364c;
    color: #fff;
    right: 10px;
    z-index: 1;
    border: none;
    border-radius: 3px;
    display: block;
}
	#navbarResponsive{display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(255,255,255,0.9);}
	#navbarResponsive>ul.navbar-nav{list-style: none;margin: 0;padding: 0;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);width: 80%; display: block;}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	#news .blog-box-teaser .blog-box-image {display:block; width: 100%; height: 250px; position: relative;}
	  #news .blog-box-teaser .blog-box-image img {width: 100%; position: absolute; top: 50%; transform: translateY(-50%);}
	  #news .blog-box-teaser .blog-content{width:100%;}
	  #news .blog-box-teaser .blog-content .blog-title{padding:0;}
	  .itemsWrapper .item{flex-basis: calc(50% - 32px); max-width: calc(50% - 32px);}
	  .itemsWrapper .item .wrapper{min-height:635px;}
}

@media (max-width:767px) { /* Mobile */


    #safety>.container>.row{display: -ms-flexbox; display: flex; flex-direction: column;}
    #safety>.container>.row .order-2{order: 2; flex: 0 0 100%;}
    #safety>.container>.row .order-1{order: 1; flex: 0 0 100%; margin-bottom: 50px;}



    .mobile-short-cta {
        display: block !important;
    }
    .yt-video {
        padding: 10px !important;
        height: 300px !important;
        margin-bottom: 30px !important;
        border: 1px solid #e8e8e8;
    }


	.btn {display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
	.btn-primary {color: #fff; background-color: #202a44; border-color: #202a44;}
	.btn-secondary {color: #fff; background-color: #f4364c; border-color: #f4364c;}
	#rootwizard .pager {
    display: table;
    width: 100%;
    list-style: none;
    margin: 30px 0 0 0;
    text-align: right;
    padding: 0;
}
	.d-inline-block {display: inline-block !important;}
	header{position:relative;}
	header #top .top-navigation{text-align:center;}
	header #top .top-navigation li{margin:0 10px;}
	header #header .navbar-nav .nav-link{display: block; margin: 0; line-height: 3;}
	header #header .navbar-nav .nav-link.active{text-align:center;}
	header #header .navbar-brand{margin:0 auto; width: 200px;}
    .navbar-nav ul{padding: 15px; position: relative; display: block;}
    header #header .navbar-nav ul .nav-link{font-size: 14px; line-height: 2;}
	#videoWrapper{overflow:hidden;}
	.videoWrapperContent{top: auto; left: auto; right: auto; bottom: 0;}
	.videoWrapperContent h2{line-height:1;}
	.videoWrapperContent .slider-content{display:none;}
	.videoWrapperContent .form-holder{padding: 20px;}
	#service #info-track{text-align:center;}
	#service #info-track .info-box{border:none; margin: 0 0 50px 0;}
	#service #services-content{padding:50px 0 0 0;}
	#service .section-title{margin:0 0 30px 0;}
	#service .section-tagline{margin:0 0 20px 0;}
	#service .service-box{margin:0 0 20px 0; padding: 30px;}
	#service .truck-image{position:relative; margin-bottom:0px; bottom:0;}
	#service .truck-image img{width:100%;}
    #distanceInTheMedia{padding:50px 0; text-align: center;}
    #distanceInTheMedia img{margin: 0 0 30px 0;}
    #distanceInTheMedia .textWrapper{text-align: center;}
	#numbers{padding:50px 0;}
	#numbers .numbers-box{text-align:center;}
	#numbers .counter-box{text-align:center;}
	.drivers-testimonials{margin:0 0 80px 0;}
	#news{padding:50px 0;}
	#news .blog-section h2.blog-section-title{margin-bottom:30px;}
	#news .blog-box-teaser .blog-content{width:100%;}
	#news .blog-box-teaser .blog-box-image{width:100%;}
	.ctaWrapper .mainTitle{line-height:1;}
	footer .footer-logo{margin: 30px auto 30px auto;}
	footer .footer-logo img{width:200px;}
	footer{text-align:center; padding:80px 0;}
	footer::before {height:50px;}
	footer::after {height:50px;}
	footer .copyright{margin-top:20px;}
	
	#pageBannerHolder .bannerText .title {font-size: 50px; font-weight: 500; line-height: 1;}
	#pageBannerHolder .bannerText .text {font-size: 20px;}
	#pageBannerHolder img{width:auto; height:100%;}
	#pageContent{padding:50px 0;}
	.imgText.blockWrapper{padding: 0 0 50px 0;}
	.imgText.blockWrapper .imageWrapper{width: 100%; display: block; flex: none;}
	.imgText.blockWrapper .contentWrapper{padding:20px 0;}
	.imgText.blockWrapper .title{font-size: 32px; line-height:1.1;}
	.itemsWrapper .item{margin: 0 0 30px 0; flex-basis: 100%; max-width: 100%;}
	#jobWrapper .imageWrapper{margin: 0 0 30px 0; border-radius: 10px 0 0 10px;}
	#jobWrapper .text{padding:25px;}
	.callOrFill{display:block;}
	.step-wizard .progress{top:40px;}
	.tab-content > .tab-pane {display: none;}
	.tab-content > .active {display: block;}
	.form-control {display: block;width: 100%;height: calc(1.5em + 0.75rem + 2px);padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: 0.25rem;transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
	.itemsWrapper .serviceItem{margin: 0 0 30px 0; flex-basis: 100%; max-width: 100%;}
    .itemsWrapper .awardsItem{margin: 0 0 30px 0; flex-basis: 100%; max-width: 100%;}
    .itemsWrapper .teamWrapper{margin: 0 0 30px 0; flex-basis: 100%; max-width: 100%;}
	.contactLeftWrapper .title, .contactRightWrapper .title{margin:0 0 20px 0;}
	.contactRightWrapper{margin:50px 0 0 0;}
    .mobile-short-cta-btn:last-child{margin:0;}
    #service{overflow: hidden;}

    #videosWrapper{padding: 50px;}
    #videosWrapper .item>.textWrapper{width: 100%; padding-right:0; margin-bottom: 30px;}
    #videosWrapper .item>.textWrapper+.videoWrapper{width:100%; padding: 10px;}
    #videosWrapper .item>.videoWrapper{width: 100%; padding: 10px; margin-bottom: 30px;}
    #videosWrapper .item>.videoWrapper+.textWrapper{width: 100%; padding-left: 0;}

    .main-carousel .item{height: 100vw !important;}
    .main-carousel .item .textWrapper{left: 20px !important; right: 20px !important; bottom: 80px !important;}
    .main-carousel .item .textWrapper .title{font-size: 18px !important;}
    .main-carousel .item .textWrapper .button{font-size: 14px !important; padding: 5px 20px !important; margin: 0 0 10px 0 !important;}
    .form-holder-new form input, .form-holder-new form select, .form-holder-new form button{margin-bottom: 15px;}
    .form-holder-new .mobile-short-cta-btn a{background: #202a44; color: #fff;}

    .main-carousel .item.right{background-position: 0 100%;}
}

.yt-video {
    padding: 30px;
    /*height: 560px;*/
    margin-bottom:30px;
    border: 1px solid #e8e8e8;
}
.yt-video2{padding: 30px; height: 450px;  margin: 0 auto; border: 1px solid #e8e8e8; width: 100%; max-width: 730px;}
.yt-video img{width: 100%;}

.pageHeadingWrapper {
   padding-bottom: 30px;
}

h2.h2-red {
    color: #f4364c;
    font-weight: 600;
}

.heading-image img {
    border-radius: 15px;
}

span.text-red {
    color: #f4364c;
}
.mobile-short-cta-btn {
    margin-bottom:10px;
    width: 100%;
}
.mobile-short-cta-btn a {
    width: 100%;
}
.mobile-short-cta-btn a:hover {
    color: #fff;
    text-decoration: none;
}
.mobile-short-cta {
    display: none;
}

hr { 
  margin-top:20px;
  height: 30px; 
  border-style: solid; 
  border-color: #bbbbbb;
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 


.itemsWrapper a {
    color: #8c8c8c;
}

.heading-image {
    text-align: center;
}

.heading-text {
    margin-bottom: 30px;
}

.btn-white {
    background-color: #fff;
    color: #202a44;
    border-color: #fff;
}

.btn-white:hover {
    color: #fff;
    background-color: #888;
    border-color: #888;
}

a.weather-href {
    color: #202a44;
}


a.weather-href:hover {
    color: #202a44;
    text-decoration: none;
}

li.nav-item.weather-link:hover {
    background-color: #f4364c;
    color: #fff !important;
}

li.nav-item.weather-link:hover a {
    color: #fff !important;
}
.weather-link img {
    margin-left: -10px !important;
}

div#weatherModal {
    display: none;
}


@media (max-width:767px) { /* Mobile (and larger) */

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

}

span#reset_signature {
    background: #f4364c;
    color: #fff;
    border-radius: 0px;
    float: right;
}
canvas#draw_signature {
    border: 1px solid #ccc;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 260px;
}
div#signature {
    clear: both;
}
.d-none {
    display: none;
}


@media (max-width: 1800px) {

    /*.videoWrapperContent {
        top: 230px;
    }*/

    .container {
        max-width:90%;
    }

    header #header .navbar-brand {
        width: 160px;
    }

}

h2.safety-title {
        color: #f4364c;
    font-weight: 600;
    text-transform: uppercase;
}

.newslettersWrapper{margin: 40px 0 0 0;}
.newslettersWrapper .row{margin: 0; display: block;}
.newslettersWrapper h2{}
.newslettersWrapper .item{background: #f2f2f2; margin-bottom: 2px;}
.newslettersWrapper .item a{display: block; padding: 10px 20px; font-weight: 600; color: #202a44;}