/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/

.dla-form ::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans';
    color: #aeb3be;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
}
.dla-form ::-moz-placeholder {
     text-transform: uppercase;
    font-family: 'Open Sans';
    color: #aeb3be;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
}

.dla-form ::-ms-input-placeholder {
     text-transform: uppercase;
    font-family: 'Open Sans';
    color: #aeb3be;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
}

.dla-form :-moz-placeholder {
     text-transform: uppercase;
    font-family: 'Open Sans';
    color: #aeb3be;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
}

.mc-form.dla-form ::-webkit-input-placeholder {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
}
.mc-form.dla-form ::-moz-placeholder {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
}

.mc-form.dla-form ::-ms-input-placeholder {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
}

.mc-form.dla-form :-moz-placeholder {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
}

.header-style-3.header-align-left .header-logo a {
    margin-left: 0;
}

.mk-dashboard-trigger {
    background-color: #0f0f0f;
    width: 240px;
    text-align: center;
    margin: 0 0 0 20px;
}

.mk-dashboard-trigger .mk-css-icon-menu {
    left: 30%;
}

.mk-dashboard-trigger.add-header-height:after {
    content: 'MENU';
    color: white;
    margin-left: 25px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
}

.mk-dashboard-trigger.add-header-height.dashboard-active .mk-css-icon-menu {
    transform: translateX(-160px) translateZ(0);
    transition: all 300ms ease-in-out !important;
    background-color: #151618;
    padding: 8px 5px 5px 5px;
}

.single-post .mk-header {
	background-color: #0f0f0f;
}

/********** FOOTER  ************/

.mk-footer-copyright {
    display: block;
    width: 100%;
    text-align: center;
}

.mk-footer-copyright a:hover {
    text-shadow: 0px 0px 0px #fff;
}

#mk-footer .widgettitle {
    font-family: 'Open Sans';
    letter-spacing: 2px;
    padding-bottom: 20px
}

#mk-footer .widgettitle:after {
    content: '';
    width: 37px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}

#mk-footer .widget a, #mk-footer .widget p {
    font-family: 'Open Sans';
}

#mk-footer .widget_nav_menu ul li a {
    line-height: 1.2;
}

#mk-footer .widget_recent_entries ul li, #mk-footer .widget_nav_menu ul li {
    position: relative;
    padding-left: 20px;
}

#mk-footer .widget_recent_entries ul li:before, #mk-footer .widget_nav_menu ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(images/list-arrow.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 6px;
}

.widget_nav_menu li a .mk-svg-icon {
    display: none;
}

/*      GENERAL         */

.white p {
    color: #ffffff;
}

.text-20 p {
    font-size: 20px;
    margin-bottom: 10px;
}

.fw-200 p {
    font-weight: 200;
}

.dla-page-title {
    position: relative;
}

.dla-page-title p {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: solid 2px #ffffff;
}

.dla-page-title p:before {
    content: '';
    width: 100vw;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: -100vw;
    bottom: -2px;
}

.mc-field-group {
    margin-bottom: 10px;
}

.mc-field-group input, .mc-field-group input:focus {
    width: 100%;
    background-color: #303c42;
    border: solid 2px #4a4a4d;
}

.mc-field-group label {
    margin-bottom: 8px;
    display: inline-block;
}

#mc-embedded-subscribe {
    background-color: #102b5b;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}

#mc-embedded-subscribe:hover {
    background-color: #707070;
}

.padded-35 {
    padding: 35px;
}

/****** HOME *****/



body:not(.mk-boxed-enabled):not(.rtl):not(.admin-bar).home .sticky-style-fixed.header-style-3.a-sticky .mk-header-holder {
    top: 0px;
}

.admin-bar.home .sticky-style-fixed.header-style-3 .mk-header-holder {
    top: 126px;
}

.admin-bar.home .sticky-style-fixed.header-style-3.a-sticky.toolbar-false .mk-header-holder {
    top: 32px
}

.go-live-txt {
    margin-top: 15px;
}

.go-live-cd.mk-event-countdown {
    margin-bottom: 0px !important;
}

.go-live-cd .mk-event-countdown-ul[max-width~="750px"] li {
    width: 107px;
    display: inline-block;
    margin: 0 0 0 15px;
} 

.go-live-cd .mk-event-countdown-ul li {
    border: none;
    padding: 0;
}

.go-live-cd .mk-event-countdown-ul li .timestamp {
    font-size: 25px;
    color: #ffffff;
    text-shadow: none;
    padding: 0 5px 10px 5px;
}

.go-live-cd .mk-event-countdown-ul li .timestamp:before {
    height: 2px;
    transform: translate(-50%,34px);
}

.go-live-cd .mk-event-countdown-ul li .timeRef {
    color: #ffffff;
    padding-top: 8px;
}

.master-holder .home-title h1 {
    color: #ffffff;
    text-transform: inherit;
}

#home-first .vc_col-sm-6:first-of-type {
    width: 55.5%;
}

#home-first .vc_col-sm-6:nth-of-type(2) {
    width: 44.5%;
}

.dla-button a span.mk-button--text {
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
}

.dla-button .mk-button--dimension-outline.mk-button--size-medium {
    padding: 12px 60px;
}

.dla-button .mk-button--dimension-outline.mk-button--size-medium:hover {
    border-color: #ffffff;
}

.home-divider.wpb_content_element {
    margin-bottom: 17px;
}

.home-title-sub p {
    font-size: 18px;
    color: #ffffff;
}

.home-title-sub p strong {
    color: #ffffff !important;
}

.find-out-text p {
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Open Sans';
    font-weight: 300;
    line-height: 1;
}

.find-out-text p strong {
    color: #fff;
    font-weight: 500;
}

.find-out-img.wpb_content_element {
    position: absolute;
    margin-bottom: 20px;
    bottom: 0;
}

#find-out-top-row .vc_col-sm-3, #check-out-top-row .vc_col-sm-3, #team-fo-tr .vc_col-sm-3 {
    position: absolute;
    bottom: 0;
}

#find-out-top-row .vc_col-sm-9, #team-fo-tr .vc_col-sm-9 {
    margin-left: 25%;
}

#global-section .page-section-content:before {
    content: '';
    height: 0;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    border-top: 40px solid #0f0f0f;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -51px;
}

.global-n {
    margin-bottom: 35px !important;
    /*margin-top: 50px;*/
}

.global-n p {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1.4;
}

.global-n p strong {
    color: #ffffff;
    font-size: 47px;
    letter-spacing: -1px;
}

.global-n-text {
    max-width: 715px;
}

.global-n-text p {
    line-height: 2;
    margin-bottom: 0;
    font-size: 18px;
}

#global-r1 {
    margin-bottom: 50px;
}

#global-r1 .vc_col-sm-6:first-of-type {
    padding-right: 50px;
}

#global-r1 .vc_col-sm-6:last-of-type {
    padding-left: 50px;
}

#global-r1 .vc_col-sm-6:last-of-type:before {
    content: '';
    width: 4px;
    height: calc(100% - 50px);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50px;
}

#dla-miles {
    max-width: 1140px;
    margin: 25px auto 50px !important;
    background-color: #102b5b;
}

#dla-miles .mk-milestone.center-align .milestone-text:after {
    display: none;
}

#dla-miles .mk-milestone .milestone-text {
    font-family: 'Raleway';
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 auto;
    letter-spacing: 2px;
    /*max-width: 166px;*/
}

#dla-miles .wpb_column.vc_column_container.vc_col-sm-3:not(:last-of-type):after {
    content: '';
    width: 2px;
    height: 46%;
    background-color: #fff;
    position: absolute;
    top: 27%;
    right: 0;
}

#home-contact {
    z-index: 100 !important;
}

.home-mc {
    margin-top: 35px;
}

.home-mc p {
    font-size: 47px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.next-mc p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
}

.mc-timer.mk-event-countdown {
    margin-bottom: 0 !important;
}

.mc-timer .mk-event-countdown-ul {
    text-align: right;
}

.mc-timer .mk-event-countdown-ul li {
    border: solid 1px #ffffff;
    text-align: center;
    padding: 15px 4px 6px;
    margin: 0 0 5px 15px;
}

.mc-timer .mk-event-countdown-ul[max-width~="750px"] li {
    width: 115px;
    display: inline-block;
}

.mc-timer .mk-event-countdown-ul li .timestamp:before {
    display: none;
}

.mc-timer .mk-event-countdown-ul li .timestamp {
    font-size: 40px;
    color: #ffffff;
    text-shadow: none;
    padding: 5px;
    line-height: 1;
}

.mc-timer .mk-event-countdown-ul li .timeRef {
    color: #ffffff;
    padding-top: 10px;
    letter-spacing: 1px;
}

.home-mc-list p {
    font-size: 25px;
    letter-spacing: 1px;
}

.home-mc-list ul li {
    margin-bottom: 7px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
}

.book-img.wpb_content_element {
    position: absolute;
    margin-bottom: 20px;
    bottom: 0;
    right: 20px;
}

.book-now-txt p {
    line-height: 1.6;
}

.find-out-flip .mk-flipbox-front {
    border: solid 1px #212121;
}

.find-out-flip .front-icon {
    padding: 60px 20px 0 20px;
}

.find-out-flip .front-title {
    padding: 10px 20px 20px;
}

.find-out-flip .front-title, .find-out-flip .back-title {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.find-out-flip .back-button a {
    border: solid 2px #0f0f0f;
    font-size: 16px;
    font-weight: normal;
}

.find-out-flip .back-button a:hover {
    border: solid 2px #102b5b;
    background-color: #102b5b;
    color: #ffffff;
}

.flip1 .mk-flipbox-front:before, .otb1 .box-holder:before {
    content: '01';
}

.flip2 .mk-flipbox-front:before, .otb2 .box-holder:before {
    content: '02';
}

.flip3 .mk-flipbox-front:before, .otb3 .box-holder:before {
    content: '03';
}

.flip4 .mk-flipbox-front:before {
    content: '04';
}

.find-out-flip .mk-flipbox-front:before, .options-tb .box-holder:before {
    position: absolute;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
}

.find-out-flip .mk-flipbox-front:before {
    top: 7px;
    left: 14px;   
}

.options-tb .box-holder:before { 
    top: 7px;
    left: 14px;
}

.why-dl p {
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 25px;
}

.home-blog .mk-blog-meta-wrapper {
    display: none;
}

.home-blog .mk-blog-spotlight-item .item-wrapper h3 {
    font-weight: 300 !important;
    font-family: 'Open Sans';
    font-size: 14px !important;
}

/****** HOME PAGE TOP SECTION SLIDE BOXES **********/

.slide-top-icon {
    margin-top: 15%;
}

.slide-text p {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: solid 2px #ffffff;
}

.slide-bottom-icon {
    margin-top: 12%;
    opacity: 0;
    display: none;
}

@-webkit-keyframes slide {
  0%   { transform: translate(0px,0px); }
  100% { transform: translate(0px,-20%); }
}
@-moz-keyframes slide {
   0%   { transform: translate(0px,0px); }
  100% { transform: translate(0px,-20%); }
}
@-o-keyframes slide {
   0%   { transform: translate(0px,0px); }
  100% { transform: translate(0px,-20%); }
}
@keyframes slide {
   0%   { transform: translate(0px,0px); }
  100% { transform: translate(0px,-20%); }
}

.slide-col:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-filter: grayscale(100%) brightness(31%);
    -moz-filter: grayscale(100%) brightness(31%);
    -o-filter: grayscale(100%) brightness(31%);
    -ms-filter: grayscale(100%) brightness(31%);
    filter: grayscale(100%) brightness(31%);
    transition: -webkit-filter .2s linear;
    transition: filter .2s linear;
    transition: filter .2s linear,-webkit-filter .2s linear;
    transition: -ms-filter .2s linear;
    transition: -o-filter .2s linear;
    transition: -moz-filter .2s linear;
    transition: -webkit-filter .2s linear;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.sc-1:before {
    background-image: url('images/home_link1.jpg');
}

.sc-2:before {
    background-image: url('images/home_link2_c.jpg');
}

.sc-3:before {
    background-image: url('images/home_link3_d.jpg');  
}

.slide-col:hover:before {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

.slide-col:hover .box-holder{
    animation-name: slide;
    animation-duration: 1s; 
    animation-fill-mode: forwards; 
}

.slide-col:hover .slide-top-icon, .slide-col:hover .slide-bottom-icon {
     -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.slide-col:hover .slide-top-icon {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.slide-col:hover .slide-bottom-icon {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
}

.slide-col:hover .slide-text p {
    border: solid 2px #ffffff;
    padding: 12px 25px;
}

/*********************************************************************/

/********** STORIES ****************/

#check-out-top-row .vc_col-sm-3 {
    right: 0;
}

#dla-stories-grid {
    margin-top: 35px;
}

/******* YOUR OPTIONS  *****/

.otb-icon h3.mk-box-icon-2-title {
    letter-spacing: 2px;
}

.otb-icon p.mk-box-icon-2-content {
    display: none;
}

.otb-icon .mk-box-icon-2-image {
    padding: 45px 0 30px;
}

.options-tb .find-out-img {
    right: 7px;
}

.options-tb .find-out-text p {
    line-height: 1.5;
}

#options-row-1.vc_row.add-padding-0>.mk-grid>[class*=vc_col] {
    padding: 2px;
}

#drivers .vc_col-sm-12 {
    padding-left: 2px;
    padding-right: 2px;
}

.drivers-img.wpb_single_image img {
    margin-top: -53px;
}

.drivers-exit-sm {
    display: none;
}

.vert-drivers-img {
    display: none;
}

#start-journey {
    padding: 20px 45px 20px 24px;
}

#start-journey span {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

#start-journey span:after {
    content: '';
    background-image: url('images/white-chevron-right.png');
    width: 13px;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}

h2.exit-growth-title p {
    display: inline-block;
    position: relative;
    padding-bottom: 13px;
    border-bottom: solid 1px #ffffff;
}

.exit-growth-title p:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: -100%;
    bottom: -1px;
}

.acc-sec .vc_tta-panel-title:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 213px;
    height: 208px;
    position: absolute;
    left: 0;
    top: 0;
    border: solid 1px #ffffff;
}

.acc-sec1 .vc_tta-panel-title:before {
    background-image: url('images/full-sale.png');
}

.acc-sec2 .vc_tta-panel-title:before {
    background-image: url('images/strategic-growth-capital.png');
}

.acc-sec3 .vc_tta-panel-title:before {
    background-image: url('images/transformation-capital.png');
}

.acc-sec.vc_active {
    border: solid 1px #ffffff;
}

.acc-sec.vc_active .vc_tta-panel-title:before {
    border: none;
}

.acc-sec {
    display: table !important;
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.acc-sec .vc_tta-panel-heading, .acc-sec1 .vc_tta-panel-body {
    display: table-row;
}

.acc-sec .vc_tta-panel-title {
    display: table-cell;
    height: 208px;
    vertical-align: middle;
    letter-spacing: 3px;
    line-height: 1.8 !important;
    font-weight: 300;
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 1px transparent;
}

.acc-sec .vc_tta-panel-title a {
     padding-left: 250px !important;
}

.acc-sec .vc_tta-panel-title a .vc_tta-title-text strong {
    display: block;
}

.wpb-js-composer #exit-acc .vc_tta.vc_general .acc-sec .vc_tta-panel-heading:hover {
    background-color: transparent;
}

.wpb-js-composer #exit-acc .vc_tta.vc_general .acc-sec .vc_tta-panel-heading:hover .vc_tta-panel-title {
    border: solid 1px #ffffff;
}

.wpb-js-composer #exit-acc .vc_tta.vc_general .acc-sec .vc_tta-panel-heading:hover .vc_tta-panel-title:before {
    border: solid 1px transparent;
}

.wpb-js-composer #exit-acc .vc_tta.vc_general .acc-sec.vc_active .vc_tta-panel-heading:hover .vc_tta-panel-title {
    border: solid 1px transparent;
}

.wpb-js-composer #exit-acc .vc_tta.vc_general .acc-sec.vc_active .vc_tta-panel-heading:hover .vc_tta-panel-title:before {
    border: none !important;
}

.wpb-js-composer #exit-acc .vc_tta.vc_general .acc-sec .vc_tta-panel-heading .vc_tta-panel-title>a:hover {
    color: #ffffff;
    text-shadow: 0 0 0 #ffffff;
}

.wpb-js-composer #exit-acc .vc_tta.vc_general .acc-sec.vc_active {
    background-size: cover;
    background-position: center center;
}

.wpb-js-composer #exit-acc .vc_tta.vc_general .acc-sec1.vc_active {
    background-image: url('images/Accordion1.jpg');
}

.wpb-js-composer #exit-acc .vc_tta.vc_general .acc-sec2.vc_active {
    background-image: url('images/Accordion2.jpg');
}

.wpb-js-composer #exit-acc .vc_tta.vc_general .acc-sec3.vc_active {
    background-image: url('images/Accordion3.jpg');
}

.exit-button a {
    padding: 17px 28px;
    text-transform: uppercase;
    font-weight: 300;
}

.exit-button a:hover {
    background-color: #0e1d3a !important;
}

/************ TEAM ******************/

/*.team-intro {
    max-width: 935px;
    margin: auto;
}*/

.team-member table {
    table-layout: fixed;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 5px;
}

.team-member table td {
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    vertical-align: top;
}

.team-member table td:first-of-type {
    padding: 0;
}

.team-member table td:nth-of-type(2) {
    border: solid 1px #ffffff;
    position: relative;
}

.team-link {
    position: absolute;
    bottom: 12px;
}

.team-link-left {
    left: 12px;
}

.team-link-right {
    right: 12px;
}

.tm-bb-col-left {
    padding: 0 2px 0 5px !important;
}

.tm-bb-col-right {
    padding: 0 5px 0 2px !important;
}

.team-quote {
    padding-left: 33px;
    padding-right: 33px;
}

.tq-padded {
    padding-top: 75px;
}

.tq-padded.last-tq {
	padding-top: 35px;
}

.gc-list {
    margin-bottom: 27px !important;
}

.gc-list p {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 3px;
}

.gc-rows {
	margin-top: 35px;
}

.gc-rows:before { 
    content: '';
    height: 0;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    border-bottom: 40px solid #102b5b;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -51px;
}

.team-bb-last .box-holder {
    position: absolute;
    z-index: 100;
    width: calc(100% - 7px);
}

.team-gn {
    z-index: 98 !important;
}

.pum-theme-dla-team .pum-container.pum-responsive img.alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
}

/***************    ACQUIRER    *************/


/***************    MASTERCLASS    *************/

#mc-top-row .dla-page-title p {
    display: block;
}

.mc-title-sub p {
    font-size: 24px;
}

.master-timer .mk-event-countdown-ul[max-width~="750px"] li {
    width: 22.5%;
    margin: 0 2% 0 0;
    display: inline-block;
}

.master-timer .mk-event-countdown-ul li {
    border: solid 1px #ffffff;
}

.master-timer .mk-event-countdown-ul li .timestamp {
    color: #ffffff;
    text-shadow: none;
    font-size: 55px;
}

.master-timer .mk-event-countdown-ul li .timestamp:before {
    display: none;
}

.master-timer .mk-event-countdown-ul li .timeRef {
    color: #ffffff;
    font-size: 14px;
    padding-top: 0px;
}

.mc-book .box-holder {
    position: absolute;
    right: 0;
    z-index: 99;
    max-width: 350px;
    margin-right: 0px;
}

.mc-book .box-holder .find-out-img.wpb_content_element {
    bottom: 15px;
}

#mc-info {
    z-index: 98;
}

.mc-buttons {
    width: 100%;
}

.mc-buttons .mk-button {
    display: block !important;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    padding: 14px 24px;
    font-weight: 500;
    padding: 22px 18px;
}

.mc-buttons .mk-button:after {
    content: '';
    width: 30px;
    height: 31px;
    background-image: url('images/enter-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
}

.master-holder .mc-lists h3 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 300;
}

.mc-lists ul {
    margin-left: 5px;
}

.mc-lists ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
}

.mc-prog table th {
    background-color: #102b5b;
    color: #ffffff;
    text-align: left;
    line-height: 1;
    padding: 16px 20px;
}

.mc-prog table td {
    text-align: left;
    padding: 10px 20px;
    color: #ffffff;
}

.mc-prog table td p {
    color: #ffffff;
}

.mc-prog table td:first-of-type {
    width: 56px;
}

.mc-invite {
    padding: 20px;
}


/***************    CONNECT     *************/

.contact-us.widget_contact_info ul li {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
}

.connect-bb {
    position: absolute;
    right: 0;
    bottom: 0;
}

#connect {
    /*z-index: 98;*/
}

/************      CONTACT FORMS   ***********/

.dla-cf-half {
    width: 49.5%;
}

.dla-cf-2third {
    width: 66%;
}

.dla-cf-third {
    width: 33%;
}

.dla-cf-fullw {
    width: 100%;
}

.cf-left {
    margin-right: 1%;
}

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

.dla-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .hcu-form textarea {
    background-color: #303c42;
    border: solid 1px #4a4a4d;
    color: #aeb3be;
    font-size: 16px;
    padding: 16px;
    margin-bottom: 20px;
}

.dla-form input:not([type="radio"]):not([type="checkbox"]):focus, .hcu-form textarea:focus {
    background-color: #303c42;
    border: solid 1px #4a4a4d;
}

.hcu_name input, .wpcf7-form .hcu_notes .wpcf7-textarea {
    width: 100%;
}

.hcu_email input, .hcu_tel input {
    width: 49.5%;
}

.hcu_email input {
    margin-right: 1%;
}

.hcu_choice span.wpcf7-list-item {
    width: 25%;
    margin-left: 0;
}

.dla-form span.wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    letter-spacing: 2px;
    position: relative;
    padding-left: 50px;
}

.hcu_choice input[type='radio'], .dla-form input[type='checkbox'] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position:absolute;
}

.dla-form .wpcf7-list-item-label::before {
    background-image: url('images/radio.png');
   
}

.hcu_choice input[type='radio']:checked + .wpcf7-list-item-label::before,
.dla-form input[type='checkbox']:checked + .wpcf7-list-item-label::before {
    background-image: url('images/radio-checked.png');
}

.hcu_choice input[type='radio'] + .wpcf7-list-item-label::before, 
.hcu_choice input[type='radio']:checked + .wpcf7-list-item-label::before,
.dla-form input[type='checkbox'] + .wpcf7-list-item-label::before, 
.dla-form input[type='checkbox']:checked + .wpcf7-list-item-label::before {
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -5px;
}

.hcu-form input[type='submit'] {
    width: 24.5%;
    margin-right: 0;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 2px;
    background-color: #102b5b !important;
    margin-bottom: 0 !important;
}

.hcu-form input[type='submit']:hover, .acq-form input[type='submit']:hover, .connect-form input.wpcf7-submit:hover {
    background-color: #0e1214;
}

.acq-form input[type='submit'], .connect-form input.wpcf7-submit {
    margin-right: 0;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 2px;
    background-color: #102b5b;
    color: #ffffff;
	padding: 20px 35px;
}

.conn-rev, .conn-opt {
    display: block;
    width: 49.5%;
    float: left;
    margin-bottom: 20px;
}

.conn-revenue, .conn-options, .conn-revenue span.wpcf7-list-item, .conn-options span.wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}

.conn-title {
    display: block;
    color: #ffffff;
    font-size: 18px;
}

.connect-form input[type="submit"] {
    max-width: 300px;
	width: 100%;
    float: right;
}

.mc-form p .mc-text {
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
}

.mc-form .mc-venue, .mc-form .mc-revenue {
    display: block;
    margin-bottom: 35px;
}

.dla-form.mc-form span.wpcf7-list-item .wpcf7-list-item-label {
    text-transform: none;
    font-family: Raleway;
    letter-spacing: 0;
}

.dla-form.mc-form span.wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}

.dla-form.mc-form input[type='checkbox'] + .wpcf7-list-item-label::before, 
.dla-form.mc-form input[type='checkbox']:checked + .wpcf7-list-item-label::before {
    width: 25px;
    height: 25px;
}

.dla-form.mc-form input {
    max-width: 100%;
}

.dla-form.mc-form .mc-guest input {
    margin-bottom: 6px !important;
}

.mc-form input[type="submit"] {
    margin-right: 0;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #102b5b;
    color: #ffffff;
    width: 100%;
    font-size: 15px;
    text-align: left;
    padding: 16px 17px;
    background-image: url('images/arrow-right.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 39px 25px;
}

.dla-form-left {
    width: 56%;
    float: left;
}

.dla-form-right {
    width: 38%;
    float: left;
}

.dla-form-left {
    margin-right: 6%;
}

.dla-form-left input {
    width: 100%;
}

.trans-rev, .exit-rev {
    width: 100%;
}

/*				MASTERCLASS POPUPS				*/

.popmake.theme-1741 .popmake-content h2 {
	color: #102b5b;
	font-weight: 600;
}

.popmake.theme-1741 .popmake-content table td {
	text-align: left;
}

.popmake.theme-1741 .popmake-content table td strong,
.popmake.theme-1741 .popmake-content strong {
	color: #102b5b;
}

/***********		ARTICLES		***************/

.single-post #mk-page-introduce {
	display: none;
}

.single-post .similar-post-title {
	color: #ffffff;
}

/***********         MEDIA QUERIES       *************/

@media screen and (max-width: 1740px) and (min-width: 1140px) { 
    .dashboard-opened .header-style-3.sticky-style-fixed .mk-dashboard-trigger {
        transform: translateX(0px) translateZ(0);
    }
}

@media screen and (max-width: 1140px) {
    .dashboard-opened .header-style-3.sticky-style-fixed .mk-dashboard-trigger {
        transform: translateX(300px) translateZ(0);
        transition: all 500ms ease-in-out !important;
    }    
            
    .mk-header:not(.header-style-4) .mk-header-holder { 
        /*position: absolute !important;*/
    }
    
    .mk-header-bg {
        background-color: #0f0f0f;
    }
    
    .slide-box .box-holder {
        min-height: 400px !important;
    }
    
    .slide-col:hover .slide-text p {
        padding: 12px 15px;
    }
    
    .slide-bottom-icon.vc_icon_element {
        margin-bottom: 5px;
    }
    
    .slide-top-icon.wpb_content_element {
        margin-bottom: 20px;
    }
    
    .slide-top-icon img {
        max-width: 50px;
    }
    
    .hrow-4 .vc_col-sm-3:nth-of-type(2) {
        width: 50%;
    }
    
    .hrow-4 .vc_col-sm-3:nth-of-type(3) {
        display: none;
    }
    
    #global-r1 {
        margin-top: 50px;
    }
    
    #global-r1 .vc_col-sm-6:last-of-type:before {
        height: 100%;
        top: 0;
    }
    
    #home-global-space, #about-global-space, #team-global-space {
        display: none;
    }
    
    .global-n {
        margin-bottom: 10px !important;
    }
    
    .global-n p {
        line-height: 1.2;
    }
    
    .global-n-text p {
        font-size: 16px;
    }
    
    .find-out-flip .front-icon {
        padding: 25px 20px 0 20px;
    }
    
    #sub-footer {
        overflow: hidden;
    }
    
    .journey-str-txt p {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 13px;
    }
    
    .journey-str-txt p br {
        display: none;
    }
    
    #start-journey span:after {
        right: 10px;
    }
    
    #start-journey span {
        font-size: 14px;
    }
    
    #start-journey {
        padding: 20px 35px 20px 15px;
    }
    
    #team-top .page-section-content {
        padding: 250px 0 100px;
    }
}

@media screen and (max-width: 1130px) {
    .slide-top-icon {
        margin-top: 0;
    }
    
    .slide-bottom-icon {
        margin-top: 0;
    }
    
    .slide-box .box-holder {
        min-height: 310px !important;
    }
    
    .slide-bottom-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
        width: 3.5em !important;
        height: 3.5em !important;
    }
    
    .slide-bottom-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
        font-size: 2em !important;
    }
}

@media screen and (max-width: 1109px) {
    .otb-icon .mk-box-icon-2-image img {
        max-width: 65px;
    }
    
    .otb-icon .mk-box-icon-2-image {
        padding: 35px 0 30px;
    }
}

@media screen and (max-width: 1098px) {
	#go-live .vc_col-sm-6 {
		width: auto;
	}
}

@media screen and (max-width: 1090px) {
    #global-r1 .vc_col-sm-6:first-of-type {
        padding-right: 30px;
    }
    
    #global-r1 .vc_col-sm-6:last-of-type {
        padding-left: 30px;
    }
    
    .slide-col:hover .slide-text p {
        padding: 5px;
    }
    
    .gc-list p {
        font-size: 25px;
    }
}

@media screen and (max-width: 1081px) {
    .otb2 .mk-box-icon-2-title br {
        display: none;
    }
}

@media screen and (max-width: 1070px) {
    .find-out-flip .front-title {
        font-size: 14px !important;
    }
    
    .find-out-flip .front-icon img {
        max-width: 90px;
    }
	
	.mc-buttons .mk-button {
		padding: 22px 10px;
	}
	
	.mc-button-row .vc_column_container>.vc_column-inner {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.mc-buttons .mk-button:after {
		right: 7px;
	}
}

@media screen and (max-width: 1050px) {
    #global-r1 .vc_col-sm-6:first-of-type {
        padding-right: 20px;
    }
    
    #global-r1 .vc_col-sm-6:last-of-type {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1043px) {
	#dla-miles .mk-milestone.milestone-small .milestone-number,
	#dla-miles .mk-milestone.milestone-small .milestone-prefix, 
	#dla-miles .mk-milestone.milestone-small .milestone-suffix {
		font-size: 25px !important;
	}
}

@media screen and (max-width: 1042px) {
    .gc-rows {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1040px) {
    .master-holder h1, .dla-page-title {
        font-size: 40px !important;
    }
    
    .home-title-sub p {
        font-size: 16px;
    }
    
    .global-n p {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1028px) {
	.transformation-body .find-out-text p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1020px) {
    #team-top .page-section-content {
        padding: 150px 0 100px;
    }
    
    #team-top .dla-page-title {
        padding-bottom: 0 !important;
    }
	
	#home-contact .vc_col-sm-4, #home-contact .vc_col-sm-8 {
		width: 100%;
	}
	
	.dla-page-title.home-mc {
		text-align: center !important;
	}
	
	.mc-timer.mk-event-countdown {
    	margin-bottom: 30px !important;
	}
	
	#home-mc-disc .vc_col-sm-9 {
		width: calc(100% - 237px);
	}
	
	#home-mc-disc .vc_col-sm-3 {
		width: 237px;
		padding-top: 60px;
	}
}

@media screen and (max-width: 1009px) {
	.stories-why {
		font-size: 35px !important;
	}
}

@media screen and (max-width: 990px) {
    .slide-text p {
        font-size: 15px;
    }
    
    .global-n p {
        font-size: 20px;
    }
    
    .global-n p strong {
        font-size: 41px;
    }
    
    .global-n-text p {
        line-height: 1.66;
    }
    
}

@media screen and (max-width: 986px) {
	.mc-title-sub p {
		font-size: 21px;
	}
}

@media screen and (max-width: 980px) {
    .hcu_choice {
        display: block;
        margin-bottom: 30px;
    }
    
    .hcu_choice span.wpcf7-list-item {
        width: 33.333333%;
    }
    
    .hcu-form input[type="submit"] {
        width: 230px;
        margin-bottom: 20px !important;
    }
    
    .exit-growth-title p:before {
        display: none;
    }
}

@media screen and (max-width: 970px) {
    .find-out-flip .front-title {
        padding: 10px 10px 20px;
        font-size: 12px !important;
    }
}

@media screen and (max-width: 965px) {
    #start-journey {
        margin-bottom: 10px;
    }
	
	.go-live-cd .mk-event-countdown-ul[max-width~="750px"] li {
		width: 75px;
	}
}

@media screen and (max-width: 960px) {
	.mc-form.dla-form span.wpcf7-list-item .wpcf7-list-item-label {
		padding-left: 40px;
		display: block;
		font-size: 14px;
	}
	
	.mc-form.dla-form input[type='checkbox'] + .wpcf7-list-item-label::before, 
	.mc-form.dla-form input[type='checkbox']:checked + .wpcf7-list-item-label::before {
		top: 0;
	}
}

@media screen and (max-width: 945px) {
    .gc-list p {
        font-size: 20px;
    }
}

@media screen and (max-width: 940px) {
    .dla-button .mk-button--dimension-outline.mk-button--size-medium {
        padding: 12px 45px;
    }
    
    .tq-padded.last-tq {
        padding-top: 45px;
    }
}

@media screen and (max-width: 937px) {
    .otb3 .mk-box-icon-2-title br {
        display: none;
    }
}

@media screen and (max-width: 921px) {
	.transformation-body .find-out-text p {
    	font-size: 15px;
	}
	
	.master-timer .mk-event-countdown-ul[max-width~="750px"] li {
		width: 20.5%;
    	margin: 0;
	}
}

@media screen and (max-width: 910px) {
	.mc-buttons .mk-button {
		font-size: 14px;
	}
}

@media screen and (max-width: 893px) {
	#dla-miles .mk-milestone.milestone-small .milestone-number,
	#dla-miles .mk-milestone.milestone-small .milestone-prefix, 
	#dla-miles .mk-milestone.milestone-small .milestone-suffix {
		font-size: 21px !important;
	}
	
	#dla-miles .mk-milestone .milestone-text {
		font-size: 10px !important;
	}
}

@media screen and (max-width: 892px) {
	.stories-why {
    	font-size: 30px !important;
	}
}

@media screen and (max-width: 885px) {
	.transformation-body .vc_col-sm-9, .transformation-body .vc_col-sm-3 {
		width: 100%;
	}
	
	.transformation-body .find-out-block .box-holder {
		min-height: 98px !important;
	}
	
	.transformation-body .find-out-img.wpb_content_element {
		right: 20px;
		bottom: 1.5em;
		margin-bottom: 0;
	}
	
	.transformation-body .find-out-text p {
		margin-bottom: 0;
		font-size: 16px;
	}
	
}

@media screen and (max-width: 882px) {
    #the-team .find-out-text p {
        font-size: 16px;
    }
    
    .team-member p {
        font-size: 14px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 880px) {
    .global-n p {
        font-size: 16px;
    }
    
    .global-n p strong {
        font-size: 35px;
    }
    
    #dla-miles .mk-milestone .milestone-text {
        font-size: 11px !important;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 876px) {
	.mc-title-sub p {
    	font-size: 18px;
	}
	
	.master-timer .mk-event-countdown-ul {
		text-align: left;
	}
	
	.master-timer .mk-event-countdown-ul li {
		text-align: center;
	}
	
	.master-timer .mk-event-countdown-ul li .timestamp {
		font-size: 40px;
	}
	
	.master-timer .mk-event-countdown-ul li .timeRef {
		font-size: 11px;
	}
}

@media screen and (max-width: 870px) {
	.dla-form-left {
    	margin-right: 3%;
	}
	
	.dla-form-right {
		width: 41%;
	}
	
	.dla-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .hcu-form textarea {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 867px) {
    
    .master-holder h1 {
        font-size: 35px;
    }
    
    .dla-button .mk-button--dimension-outline.mk-button--size-medium {
        padding: 12px 18px;
    }    
    
    #why-choose-us .vc_col-sm-3:first-of-type {
        display: none;
    }
    
    .slide-col.vc_col-sm-3 {
        width: 33.333333%;
    }
    
    .hrow-4 .vc_col-sm-3:first-of-type, .hrow-4 .vc_col-sm-3:last-of-type {
        display: none;
    }
    
    .hrow-4 .vc_col-sm-3:nth-of-type(2) {
        width: 66.666666%;
    }
}

@media screen and (max-width: 857px) {
    .otb4 .find-out-text p br {
        display: none;
    }
    
    .otb-icon .mk-box-icon-2-image img {
        max-width: 50px;
    }
    
    .otb-icon h3.mk-box-icon-2-title {
        font-size: 14px !important;
    }
    
    .otb4 .find-out-text p {
        font-size: 17px;
    }
    
    .options-tb .box-holder {
        min-height: 240px !important;
    }
    
    .otb-icon .mk-box-icon-2-image {
        padding: 20px 0 20px;
    }
}

@media screen and (max-width: 840px) {
    #fo-btm-row .vc_col-sm-3 {
        width: 50%;
    }
    
    #find-out-top-row .vc_col-sm-3 {
        width: 40%;
    }
    
    #find-out-top-row .vc_col-sm-9 {
        width: 60%;
    }
    
    .find-out-flip {
        margin-bottom: 30px;
    }
        
    #find-out-top-row .vc_col-sm-9 {
        margin-left: 40%;
    }
}

@media screen and (max-width: 833px) {
	.go-live-txt {
		font-size: 14px !important;
	}
	
	.go-live-cd .mk-event-countdown-ul li .timestamp {
		font-size: 20px;
		padding: 0 5px 5px 5px;
	}
	
	.go-live-cd .mk-event-countdown-ul li .timestamp:before {
		transform: translate(-50%, 27px);
	}
	
	.go-live-cd .mk-event-countdown-ul li .timeRef {
		padding-top: 1px;
	}
}

@media screen and (max-width: 810px) {
    .gc-list p {
        font-size: 16px;
    }
    
    .tq-padded.last-tq {
        padding-top: 10px;
    }
}

@media screen and (max-width: 793px) {
    .team-member table td {
        padding: 9px;
    }
	
	#dla-miles .vc_col-sm-3 {
		width: 50%;
	}
	
	#dla-miles .mk-milestone {
		margin-bottom: 0px;
	}
	
	#dla-miles .mk-milestone.center-align i {
		margin-bottom: 15px;
	}
	
	#dla-miles .wpb_column.vc_column_container.vc_col-sm-3:nth-of-type(2):after {
		display: none;
	}
}

@media screen and (max-width: 790px) {
    #global-r1 .wpb_single_image {
        margin-top: 50px;
    }
    
    .tm-bb-row .vc_col-sm-9 {
        width: 66.666666%;
        float: left;
    }
    
    .tm-bb-row .vc_col-sm-3 {
        width: 33.333333%;
        float: left;
    }
    
    #team-fo-tr .vc_col-sm-9 {
        margin-left: 33.333333%;
    }
}

@media screen and (max-width: 780px) {
    #mk-header-1 .add-header-height, #mk-header-1.header-style-3 .mk-header-inner {
        height: 61px !important;
        line-height: 61px;
    }
    
    .mk-dashboard-trigger {
        width: 200px;
    }
    
    .dashboard-opened .header-style-3.sticky-style-fixed .mk-dashboard-trigger {
        transform: translateX(272px) translateZ(0);
    }
    
    .team-member p {
        font-size: 13px;
    }
	
	.mc-button-row .wpb_column.vc_column_container.vc_col-sm-4 {
		width: 100%;
	}
	
	.mc-buttons .mk-button {
		max-width: 310px !important;
		width: 100%;
	}
}

@media screen and (max-width: 774px) {
	.stories-why {
    	font-size: 25px !important;
	}
}

@media screen and (max-width: 767px) {
    .slide-col.vc_col-sm-3 {
        float: left;
    }
    
    #home-first .vc_col-sm-6:first-of-type {
        width: 100%;
    }
    
    #home-first .vc_col-sm-6:nth-of-type(2) {
        float: right;
    }
    
    #fo-btm-row .vc_col-sm-3 {
        float: left;
    }
    
    #global-r1 {
        margin-top: 25px;
    }
    
    #global-r1 .wpb_single_image {
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
    }
    
    #global-r1 .vc_col-sm-6:last-of-type {
        padding-left: 0;
    }
    
    #global-r1 .vc_col-sm-6:last-of-type:before {
        display: none;
    }
    
    #dla-miles .vc_col-sm-3 {
        width: 50%;
        float: left;
    }
    
    #dla-miles .wpb_column.vc_column_container.vc_col-sm-3:nth-of-type(2):after {
        display: none;
    }
    
    #dla-miles .mk-milestone {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    #dla-miles .mk-milestone.center-align i {
        display: none;
    }
    
    #dla-miles .mk-milestone .milestone-text {
        padding: 5px 0;
    }
    
    .dla-form span.wpcf7-list-item .wpcf7-list-item-label {
        padding-left: 30px;
    }
    
    .hcu_choice input[type='radio'] + .wpcf7-list-item-label::before, 
    .hcu_choice input[type='radio']:checked + .wpcf7-list-item-label::before, 
    .dla-form input[type='checkbox'] + .wpcf7-list-item-label::before, 
    .dla-form input[type='checkbox']:checked + .wpcf7-list-item-label::before {
        width: 20px;
        height: 20px;
        top: 0;
    }
    
    .otb4 .find-out-text p {
        margin-bottom: 0;
        text-align: left;
    }
    
    .otb4 .find-out-img img {
        max-width: 20px;
    }
    
    .otb4 .find-out-img.wpb_content_element {
        margin-bottom: 14px;
    }
    
    .otb4 .box-holder {
        min-height: 65px !important;
    }
    
    #options-row-1 .vc_col-sm-3:not(:last-of-type) {
        width: 33.333333%;
        float: left;
    }
    
    #drivers .vc_col-sm-12 {
        padding-left: 1px;
        padding-right: 1px;
    }
    
    .dla-page-title p:before {
        display: none;
    }
    
    .options-sub p {
        text-align: center;
    }
    
    .journey-str-txt p {
        text-align: center;
    }
    
    #the-team .vc_col-sm-6  {
        width: 50%;
        float: left;
    }
	
	.go-live-txt {
		margin-top: 0;
	}
	
	#home-mc-disc .vc_col-sm-9 {
		width: 100%;
	}
	
	#home-mc-disc .vc_col-sm-3 {
		width: 100%;
		padding-top: 0;
	}
	
	#home-mc-disc .find-out-block .box-holder {
		min-height: 90px;
	}
	
	#home-mc-disc .book-now-txt p {
		margin-bottom: 0;
	}
	
	#home-mc-disc .book-now-txt p br {
		display: none;
	}
	
	.mc-timer .mk-event-countdown-ul, .next-mc p {
		text-align: center;
	}
	
	#home-contact .page-section-content {
		padding: 30px 0 80px;
	}
	
	#home-mc-disc .book-img.wpb_content_element {
		margin-bottom: -1.2em;
		bottom: 50%;
	}
	
	#home-top .page-section-content {
		padding: 55px 0 0 0;
	}
	
	#options-intro .page-section-content, #about-intro .page-section-content, #connect-intro .page-section-content,
	#stories-intro .page-section-content, #mc-intro .page-section-content {
		padding: 55px 0 30px;
	}
	
	.full-sale-body .find-out-block .box-holder, #connect .find-out-block .box-holder, 
	#check-out-top-row .find-out-block .box-holder {
		min-height: 98px !important;
	}
	
	.full-sale-body .find-out-img.wpb_content_element, #connect .find-out-img.wpb_content_element, 
	#check-out-top-row .find-out-img.wpb_content_element {
		right: 20px;
		bottom: 1.5em;
		margin-bottom: 0;
	}
	
	.full-sale-body .find-out-text p, #connect .find-out-text p, #check-out-top-row .find-out-text p {
		margin-bottom: 0;
	}
	
	.connect-bb, #check-out-top-row .vc_col-sm-3 {
		position: relative;
	}
	
	.dla-form-left, .dla-form-right {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.connect-form input[type="submit"] {
		float: left;
	}
	
	.dla-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .hcu-form textarea {
		padding: 12px;
	}
	
	.conn-name input, .conn-email input, .acq-name input, .acq-email input, .acq-bus input {
		margin-bottom: 10px !important;
	}
	
	.conn-rev, .conn-opt {
		width: 100%;
	}
	
	#deal-empty-space {
		display: none;
	}
	
	.dla-cf-third.wpcf7-submit {
		max-width: 300px;
		width: 100%;
	}
	
	.master-timer .mk-event-countdown-ul, .mc-title-sub p {
    	text-align: center;
	}
	
	.master-timer .mk-event-countdown-ul li .timestamp {
		padding: 10px 5px 24px 5px;
	}
 }

@media screen and (max-width: 750px) {
    #home-first .vc_col-sm-6:nth-of-type(2) {
        width: 100%;
    }
    
    #home-first .home-title-sub p {
        text-align: center;
    }
		
	#mc-intro .vc_col-sm-4 {
		display: none;
	}
}

@media screen and (max-width: 725px) {
    #team-top .page-section-content {
        padding: 60px 0 80px;
    }
    
    #team-top .mk-video-color-mask {
        background-color: #000000;
    }
    
/*    .team-member p:first-of-type {
        display: none;
    }*/
    
    .team-link {
        bottom: 7px;
    }
      
    .team-space {
        height: 85px !important;
    }
    
    #the-team .vc_col-sm-6 {
        width: 100%;
        float: none;
    }
    
    .team-member table td {
        padding: 12px;
    }
    
    .team-member table td:first-of-type {
        width: 45%;
    }
    
    .team-member p {
        font-size: 16px;
    }
    
    .team-link {
        bottom: 12px;
    }
    
    .tq-padded.last-tq {
        padding-top: 25px;
    }
    
    .team-bb-last .box-holder {
        margin-top: 10px;
    }
}

@media screen and (max-width: 693px) {
    .gc-list p {
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 680px) {
    .hcu_choice span.wpcf7-list-item {
        width: auto;
        display: block;
        margin-bottom: 10px;
    }
    
    h2.exit-growth-title {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 675px) {
    
}

@media screen and (max-width: 660px) {
    #find-out-top-row .vc_col-sm-3 {
        position: relative;
        float: left;
    }
    
    #find-out-top-row .vc_col-sm-9 {
        float: left;
        margin-left: 0;
    }
	
	#stories-btm .page-section-content {
		padding: 30px 0 400px;
	}
}

@media screen and (max-width: 650px) {
    .slide-col.vc_col-sm-3 {
        width: 100%;
    }
    
    .slide-col.sc-2 {
        border-top: solid 1px #ffffff;
        border-bottom: solid 1px #ffffff;
    }
    
    .slide-box .box-holder {
        min-height: 257px !important;
    }
    
}

@media screen and (max-width: 640px) {
    #global-r1 .wpb_single_image {
        max-width: 400px;
    }
    
    .otb-icon .mk-box-icon-2-image {
        padding: 10px 0 7px;
    }
    
    .otb1 .box-holder, .otb2 .box-holder, .otb3 .box-holder {
        min-height: 220px !important;
    }
    
}

@media screen and (max-width: 630px) {
    .acc-sec .vc_tta-panel-title:before {
        width: 146px;
        height: 142px;
    }
    
    .acc-sec .vc_tta-panel-title {
        height: 142px;
    }
    
    .acc-sec .vc_tta-panel-title a {
        padding-left: 162px !important;
    }
    
    .master-holder .acc-sec h4 {
        font-size: 16px;
    }
	
	.mc-timer .mk-event-countdown-ul[max-width~="750px"] li {
		width: 20%;
	}
	
	.mc-timer .mk-event-countdown-ul li {
		margin: 0 0 5px 5px;
	}
}

@media screen and (max-width: 620px) {
    .hrow-4 .vc_col-sm-3:nth-of-type(2) {
        width: 100%;
    }
    
    .team-member table td:first-of-type {
        width: 50%;
    }
	
	.master-timer .mk-event-countdown-ul li .timestamp {
		font-size: 30px;
		padding: 5px 5px 15px 5px;
	}
	
	.mk-event-countdown-ul li {
		padding: 15px 4px;
	}
	
}

@media screen and (max-width: 610px) {
        
    #global-r1 {
        margin-bottom: 30px;
    }
    
    .dla-form input:not([type="radio"]):not([type="checkbox"]), .hcu-form textarea {
        margin-bottom: 10px;
    }
    
    .wpcf7-form .hcu-form p {
        margin-bottom: 0 !important;
    }
    
    .tm-bb-row .vc_col-sm-9, .tm-bb-row .vc_col-sm-3 {
        width: 50%;
    }
    
    .tq-padded {
        padding-top: 25px;
    }
    
    #team-fo-tr .vc_col-sm-9 {
        margin-left: 50%;
    }
    
    .team-quote {
        padding-left: 20px;
        padding-right: 20px;
    }
	
	
}

@media screen and (max-width: 600px) {
    #find-out-top-row .vc_col-sm-3, 
    #find-out-top-row .vc_col-sm-9 {
        width: 50%;
    }
}

@media screen and (max-width: 580px) {
    .gc-list p {
        letter-spacing: 0px;
        font-size: 15px;
    }
	
	.padded-35 {
		padding: 20px;
	}
	
	.master-holder .mc-lists h3 {
		font-size: 30px;
	}
	
	#mc-space {
		display: none;
	}
	
	.master-holder .mk-blog-single .blog-single-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 560px) {
    #options-row-1 .vc_col-sm-3:not(:last-of-type), #options-row-1 .vc_col-sm-3:last-of-type {
        width: 50%;
        float: left;
    }
    
    .otb4 .box-holder {
        min-height: 220px !important;
    }

    .drivers-img {
        display: none;
    }
    
    .vert-drivers-img {
        display: block;
    }
    
    .vert-drivers-img.wpb_single_image img {
        margin-top: -50px;
    }
    
    .drivers-exit-sm {
        display: block;
    }
    
    .drivers-exit {
        display: none;
    }
    
    .acc-sec1 .vc_tta-panel-title:before, .acc-sec2 .vc_tta-panel-title:before,
    .acc-sec3 .vc_tta-panel-title:before {
        background-image: none;
    }
    
    .acc-sec.acc-sec1 .vc_tta-panel-title:before {
        content: '1';
    }
    .acc-sec.acc-sec2 .vc_tta-panel-title:before {
        content: '2';
    }
    .acc-sec.acc-sec3 .vc_tta-panel-title:before {
        content: '3';
    }
    
    .acc-sec .vc_tta-panel-title a {
        padding-left: 20px !important;
    }
    
    .acc-sec .vc_tta-panel-title:before {
        width: auto;
        height: auto;
        color: #ffffff;
        border: none;
        font-family: 'Open Sans';
        top: 1px;
        left: 8px;
        font-size: 13px;
    }
    
    .acc-sec .vc_tta-panel-title {
        height: auto;
        line-height: 1.4 !important;
    }
	
	.mc-timer .mk-event-countdown-ul[max-width~="750px"] li {
		width: 23%;
	}
	
	#stories-btm .page-section-content {
		padding: 30px 0 500px;
	}
}

@media screen and (max-width: 550px) {
	.access-title {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 535px) {
    .team-quote {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .tq-padded {
        padding-top: 15px;
    }
}

@media screen and (max-width: 510px) {
	.master-timer .mk-event-countdown-ul[max-width~="750px"] li {
		width: 24%;
	}
}

@media screen and (max-width: 500px) {
    .mk-dashboard-trigger.add-header-height:after {
        display: none;
    }
    
    .mk-dashboard-trigger {
        width: 60px;
    }
    
    .dashboard-opened .header-style-3.sticky-style-fixed .mk-dashboard-trigger {
        transform: translateX(174px) translateZ(0);
    }
    
    .gc-list {
        max-width: 280px;
        margin: auto;
    }
}

@media screen and (max-width: 488px) {
	.mc-timer .mk-event-countdown-ul[max-width~="750px"] li {
		width: 24%;
	}
	
	.mc-timer .mk-event-countdown-ul li {
		margin: 0;
	}
	
	.mc-timer .mk-event-countdown-ul li .timestamp {
		font-size: 30px;
	}
	
	.mc-timer .mk-event-countdown-ul li .timeRef {
		font-size: 10px;
	}
}

@media screen and (max-width: 480px) {
    #find-out-top-row .vc_col-sm-3, 
    #find-out-top-row .vc_col-sm-9 {
        width: 100%;
    }
    
    .find-out-block .box-holder {
        min-height: 0px !important;
        padding: 15px 20px !important;
        width: 100%;
        margin-bottom: 20px;
    }
    
    #find-out-top-row .find-out-img.wpb_content_element {
        display: none;
    }
    
    .find-out-text p {
        margin-bottom: 0;
    }   
    
    h2.exit-growth-title {
        font-size: 27px !important;
    }
    
    .tm-bb-row {
        display: none;
    }
    
    .last-tq {
        display: none;
    }
	
	.full-sale-body .find-out-block .box-holder, #check-out-top-row.deallead-row .find-out-block .box-holder {
    	min-height: 72px !important;
	}
	
	.full-sale-body .find-out-img.wpb_content_element, 
	#check-out-top-row.deallead-row .find-out-img.wpb_content_element {
		bottom: 1em;
	}
}

@media screen and (max-width: 470px) {
    #fo-btm-row .vc_col-sm-3 {
        width: 100%;
    }
    
    #team-top .page-section-content {
        padding: 60px 0;
    }
    
    .team-member table, .team-member tbody, .team-member tr, .team-member td {
        display: block;
        width: 100%;
        max-width: 275px;
        margin: 5px auto;
    }
    
    .team-member table td:first-of-type {
        width: 100%;
    }
    
    .team-member table td {
        box-sizing: border-box;
    }
    
    .team-link {
        position: relative;
        left: auto;
        bottom: auto;
		display: block;
		margin-top: 10px;
    }
}

@media screen and (max-width: 450px) {
	.dla-page-title.home-mc p {
		font-size: 40px;
	}
	
	.master-timer .mk-event-countdown-ul[max-width~="750px"] li {
    	width: 49%;
    	margin: 0 0 5px 0;
	}
	
	.master-holder .mc-lists h3 {
    	font-size: 25px;
	}
}

@media screen and (max-width: 440px) {
    .find-out-text p {
        font-size: 17px;
    }
    
    h2.exit-growth-title {
        font-size: 23px !important;
    }
	
	#go-live .vc_col-sm-6 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.go-live-cd .mk-event-countdown-ul[max-width~="750px"] li {
		margin: 0 7px 0 7px;
		width: 64px;
	}
}

@media screen and (max-width: 420px) {
    #options-row-1 .vc_col-sm-3:not(:last-of-type), #options-row-1 .vc_col-sm-3:last-of-type {
        width: 100%;
    }
    
    .otb-icon .mk-box-icon-2-image {
        padding: 20px 0;
    }
    
    .otb1 .box-holder, .otb2 .box-holder, .otb3 .box-holder {
        min-height: 0 !important;
    }
    
    .otb4 .box-holder {
        min-height: 150px !important;
    }
	
	#dla-miles .vc_col-sm-3 {
		width: 100%;
		float: none;
	}
	
	#dla-miles .wpb_column.vc_column_container.vc_col-sm-3:not(:last-of-type):after {
		width: 30%;
		height: 2px;
		top: auto;
		left: 35%;
		right: auto;
		bottom: 4px;
	}
	
	#dla-miles .wpb_column.vc_column_container.vc_col-sm-3:nth-of-type(2):after {
		display: block;
	}
	
	.dla-form span.wpcf7-list-item .wpcf7-list-item-label {
		letter-spacing: 0;
		font-size: 14px;
	}
}

@media screen and (max-width: 410px) {
    .find-out-text p {
        font-size: 20px;
    }
	
	#home-mc-disc .book-now-txt p br {
		display: block;
	}
	
	#home-mc-disc .book-img.wpb_content_element {
    	margin-bottom: 20px;
    	bottom: 0;
	}
}

@media screen and (max-width: 400px) {
    #mk-header-1 .add-header-height, #mk-header-1.header-style-3 .mk-header-inner {
        height: 48px !important;
        line-height: 48px;
    }
	
	.dla-page-title.home-mc p {
		font-size: 40px;
	}
	
	.mc-prog table td {
		padding: 10px 12px;
	}
	
	.master-holder .mk-blog-single .blog-single-title {
		font-size: 20px;
	}
	
	.stories-btm-text p {
		font-size: 15px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 390px) {
    .master-holder h1, .dla-page-title, .dla-page-title.home-mc p {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 380px) {
    .global-n p {
        letter-spacing: 3px;
    }
    
    .global-n p strong {
        font-size: 30px;
    }
    
    #dla-miles {
        max-width: 240px;
    }
    
    #dla-miles .vc_col-sm-3 {
        width: 100%;
    }
    
    #dla-miles .wpb_column.vc_column_container.vc_col-sm-3:not(:last-of-type):after {
        width: 24%;
        left: 38%;
    }
	
	.master-holder .mc-lists h3 {
    	font-size: 20px;
	}
}

@media screen and (max-width: 368px) {
	.mc-timer .mk-event-countdown-ul li {
    	margin: 0 0 4px 0;
	}
	
	.mc-timer .mk-event-countdown-ul[max-width~="750px"] li {
    	width: 49%;
	}
}

@media screen and (max-width: 367px) {
	.go-live-cd .mk-event-countdown-ul li .timeRef {
		font-size: 9px;
	}
	
	.go-live-cd .mk-event-countdown-ul[max-width~="750px"] li {
		margin: 0 0 0 7px;
		width: 60px;
	}
}

@media screen and (max-width: 354px) {
    .dla-button .mk-button--dimension-outline.mk-button--size-medium {
        padding: 12px 10px;
    }
    
    .master-holder h1, .dla-page-title {
        font-size: 27px !important;
    }
}

@media screen and (max-width: 340px) {
    .dla-button a span.mk-button--text {
        font-size: 16px;
    }
    
    .global-n p {
        font-size: 14px;
    }
    
    .global-n p strong {
        font-size: 27px;
    }
	
	.full-sale-body .find-out-img.wpb_content_element, #check-out-top-row .find-out-img.wpb_content_element {
		right: 5px;
	}
	
	.mc-invite {
    	padding: 5px;
	}
}