html, body {
    height: 100%;
}
body {
	overflow-x: hidden;
}

html{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-family:sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}
body {
    font-weight: 400;
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
acronym {
    cursor: pointer;
    color: #DA2D27;
    text-decoration: underline;
}
a {
    color: #000;
}

.container {
    padding: 0;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .component.home .main .container,
    .component.page .main .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}


.red {
    color: #DA2D27 !important;
}
.page-header-image .vc_figure {
    position: relative;
    overflow: hidden;
}
.page-header-image .vc_figure:before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 35%;
    height: 0;
}
.page-header-image img {
    display: block;
    position: absolute;
    max-width: none;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
/* Mobile lendscape mode and up*/
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}


.atwm-post-gallery {
    display: flex;
    flex-wrap: wrap;
}
.atwm-post-gallery .atwm-post-gallery-col-2 {
    width: 50%;
}
.atwm-post-gallery .atwm-post-gallery-col-3 {
    width: 33.333%;
}
.atwm-post-gallery .atwm-post-gallery-col-4 {
    width: 25%;
}
.atwm-post-gallery .atwm-post-gallery-col-5 {
    width: 20%;
}
.atwm-post-gallery img {
    max-width: 100%;
    height: auto;
}

.max-width-80-percent {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.max-width-60-percent {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    display: none;
}


@media (min-width: 576px) {
	.col-sm-1\/5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-sm-2\/5 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.col-sm-3\/5 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col-sm-4\/5 {
		flex: 0 0 80%;
		max-width: 80%;
	}

	.col-sm-offset-1\/5 {
		margin-left: 20%;
	}
	.col-sm-offset-2\/5 {
		margin-left: 40%;
	}
	.col-sm-offset-3\/5 {
		margin-left: 60%;
	}
	.col-sm-offset-4\/5 {
		margin-left: 80%;
	}
	.col-sm-offset-5\/5 {
		margin-left: 100%;
	}
}



/*********************************************
* VC STYLES
**********************************************/
.row .col .column-inner > * {
    padding-bottom: 30px;
}
.wpb_single_image figure {
    margin-bottom: 0;
}
.wpb_single_image img {
    max-width: 100%;
    height: auto;
}
.wpb_single_image.vc_align_center {
    text-align: center;
}
.row .col .column-inner h1.vc_custom_heading {
    background-color: #E3E5E6;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 30px;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .row .col .column-inner h1.vc_custom_heading {
        margin-left: -20px;
        margin-right: -20px;
        font-size: 1.6rem;
    }
}

.expand-close-all {
    text-align: right;
    font-size: 1.2rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    border-bottom: solid 1px #ddd;
    padding-bottom: 4px;
    padding-top: 10px;
    padding-right: 25px;
    margin-bottom: 10px;
    color: #D71920;
    position: relative;
    cursor: pointer;
    font-size: 1.1rem;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
}
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-body {
    /*max-height: 1000px;*/
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body li {
    line-height: 1.5em;
}


.vc_tta-accordion .vc_tta-panel-heading {
    position: relative;
}
.vc_tta-accordion .vc_tta-panel-heading:after, 
.vc_tta-accordion .vc_tta-panel-heading:before {
    display: block;
    content: "";
    width: 14px;
    height: 2px;
    background: #D71920;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 1;
}
.vc_tta-accordion .vc_tta-panel-heading:after {
    transform: rotate(90deg);
}
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading:after {
    transform: rotate(0deg);
    opacity: 0;
}
.vc_tta-pageable {
    overflow-x: hidden;
}
.vc_tta-pageable ul.vc_pagination {
    display: none;
}
.vc_tta-pageable .row {
    flex-wrap: nowrap;
    margin: 0;
}
.vc_tta-pageable .col {
    padding: 0;
}

.enrollment-process-row .column-inner {
    padding-left: 40px;
    padding-right: 40px;
}
.enrollment-process-row .wpb_content_element .wpb_wrapper {
    padding: 20px;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .enrollment-process-row .vc_tta-pageable .row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .enrollment-process-row .column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .enrollment-process-row .wpb_content_element .wpb_wrapper {
        padding: 20px;
    }
    .enrollment-process-row .vc_tta-pageable .wpb_single_image {
        max-width: 70%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
    }
    .enrollment-process-row .swiper-pagination {
        bottom: 10px;
    }
}
.enrollment-process-row h3{
    color: #DA2D27;
    padding-top: 1em;
    font-size: 1.5em;
}
.enrollment-process-row .swiper-button-prev {
    left: 15px;
}
.enrollment-process-row .swiper-button-next {
    right: 15px;
}


.screen-controls-row .wpb_single_image img,
.screen-controls-row .atwm-post-gallery img {
    width: auto;
    max-height: 55vh;
}
.screen-controls-row .atwm-post-gallery img {
    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.accordian-row h2.vc_custom_heading {
    border-bottom: solid 1px #ddd;
    padding-bottom: 4px !important;
    padding-top: 10px;
    padding-right: 25px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    font-size: 1.1rem;
}
.accordian-row h2.vc_custom_heading:after, 
.accordian-row h2.vc_custom_heading:before {
    display: block;
    content: "";
    width: 14px;
    height: 2px;
    background: #D71920;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 1;
}
.accordian-row h2.vc_custom_heading:after {
    transform: rotate(90deg);
}
.accordian-row.open h2.vc_custom_heading:after {
    transform: rotate(0deg);
    opacity: 0;
}
.accordian-row > .col > .column-inner > .vc_tta-container {
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
}
.accordian-row.open > .col > .column-inner > .vc_tta-container {
    max-height: 10000px;
}
.accordian-row > .col > .column-inner > * {
    padding-bottom: 0px;
}

.accordian-row .swiper-pagination,
.accordian-row .swiper-button-prev,
.accordian-row .swiper-button-next {
    display: none;
}
.accordian-row.open .swiper-pagination,
.accordian-row.open .swiper-button-prev,
.accordian-row.open .swiper-button-next {
    display: block;
}
.accordian-row .swiper-pagination {
    bottom: 10px;
}
.accordian-row .swiper-button-prev {
    left: 15px;
}
.accordian-row .swiper-button-next {
    right: 15px;
}



/*********************************************
* REACT HTML
**********************************************/
#root {
    width: 100%;
	height: 100%;
	z-index: 1;
}
#prev-root {
    position: fixed !important;
	z-index: 2;
    transform: translateY(100%);
    top: 0;
    width: 100vw;
}
.app,
.component {
    min-height: 100vh;
}
.component {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

/*********************************************
* SWIPER
**********************************************/
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 1;
}
.swiper-button-prev {
    background-image: url( ../images/swiper-prev.svg );
    left: 0;
    z-index: 10;
}
.swiper-button-next {
    background-image: url( ../images/swiper-next.svg );
    right: 0;
    z-index: 10;
}
.swiper-button-disabled {
    opacity: 0;
}

.swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 2;
}
.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px #DA2D27;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    background-color: #DA2D27;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
}

/*********************************************
* POPUP
**********************************************/
.popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	z-index: 10;
}
.popup {
	position: absolute;
	top: 80px;
	left: 20px;
	right: 20px;
	background-color: #fff;
	color: #2C2C2C;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.popup .popup-inner {
	padding: 40px;
	padding-bottom: 20px;
}
.popup .close-popup {
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	background: none;
	border: none;
	background-image: url(../images/close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
}
.popup h3 {
	font-size: 1.2rem;
	border-bottom: solid 1px #cacaca;
	padding: 10px 20px;
	padding-right: 40px;
	font-weight: bold;
}
.popup img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}


.popup .video-container {
	position: relative;
    width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 10px;
}
.popup .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup .video-player-wrapper {
	display: flex;
	justify-content: left;
}


/*********************************************
* MODAL
**********************************************/
.modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	z-index: 11;
}
.modal {
	position: absolute;
	top: 80px;
	left: 20px;
	right: 20px;
	background-color: #fff;
	color: #2C2C2C;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.modal .modal-title {
    background-color:#DCDCDC;
    text-align: center;
    font-weight: 400;
    color: #000;
    font-size: 1rem;
    padding: 0.5em 0;
}
.modal .modal-inner {
	padding: 0;
    min-height: 60vh;
    max-height: 80vh;
    overflow: hidden;

}
.modal .close-modal {
	display: block;
	position: absolute;
	right: 8px;
	top: 8px;
	background: none;
	border: none;
	background-image: url(../images/close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
}
.modal .back-modal {
	display: block;
	position: absolute;
	left: 8px;
	top: 8px;
	background: none;
	border: none;
	background-image: url(../images/back.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
}

.App-search {
    padding: 20px;
}
.App-search-container input[type=search] {
    border: solid 1px #C8C7CC;
    width: 100%;
    padding: 0.5em 0.5em;
    margin-bottom: 1rem;
}
.atwm-search-results {
    max-height: 40vh;
    overflow-y: auto;
}
.atwm-search-results h4 {
    padding: 0.5em 0;
}
.atwm-search-results h4 a {
    color: #0D0D0D;
}

.App-pdf-viewer {
    height: 60vh;
}
.App-pdf-viewer iframe {
    width: 100%;
    height: 100%;
}


/*********************************************
* ACTIONS
**********************************************/
.actions-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	z-index: 10;
}
.actions {
	position: absolute;
	bottom: 50px; /* should be calc from footer height */
	background-color: #fff;
	color: #2C2C2C;
	min-width: 300px;
    max-width: 600px;
	margin-left: auto;
	margin-right: auto;
    left: 50%;
    transform: translateX( -50% );
    padding: 0 40px;
}
.actions .action {
    padding: 20px 0;
    border-top: solid 1px #707070;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-weight: 600;
}
.actions>div.action:first-child {
    border: none;
}
.actions .action.action-share:before {
    content: "";
	display: block;
	background-image: url(../images/share.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.actions .action.action-download:before {
    content: "";
	display: block;
	background-image: url(../images/download.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.atwm-walk-key.selected::before {
    content: "";
    background-image: url(../icons/walk-check.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}
.actions .action.action-create a:before {
    content: "";
	display: block;
	background-image: url(../images/create-brochure-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

/*********************************************
* VIDEOS ACTIONS
**********************************************/
.videos-actions-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	z-index: 12;
}
.videos-actions {
	position: absolute;
	bottom: 50px; /* should be calc from footer height */
	background-color: #fff;
	color: #2C2C2C;
	min-width: 300px;
    max-width: 300px;
	margin-left: auto;
	margin-right: auto;
    left: 50%;
    transform: translateX( -50% );
    padding: 0;
}

.videos-actions-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 10001;
}
.videos-actions-close:after, 
.videos-actions-close:before {
    display: block;
    content: "";
    width: 24px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.videos-actions-close:before {
    transform: translate( -50%, -50%) rotate(-45deg);
}
.videos-actions-close:after {
    transform: translate( -50%, -50%) rotate(45deg);
}


.videos-actions-title {
    font-size: 0.95rem;
    padding: 1rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.videos-actions-inputs {
    padding: 2rem;
}
.videos-actions-inputs input,
.videos-actions-inputs textarea {
    width: 100%;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
}
.videos-actions .action {
    padding: 20px 0;
    border-top: solid 1px #707070;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    font-size: 0.8rem;
}
.videos-actions .videos-actions-items>div.action:first-child {
    border: none;
}
.videos-actions .action.action-sms:before {
    content: "";
	display: block;
	background-image: url(../images/sms.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.videos-actions .action.action-email:before {
    content: "";
	display: block;
	background-image: url(../images/email.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.videos-actions-button {
    padding: 2rem;
}
.videos-next {
    border: none;
    background: none;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 0.5em;
}
.videos-sender {
    padding-top: 3rem;
}
.videos-sender p {
    font-size: 0.9em;
    text-align: center;
}
.customer-videos-greetings {
    padding-top: 2rem;
    text-align: center;
}
/*********************************************
* HEADER
**********************************************/
.header {
    position: fixed;
    width: 100%;
    flex: none;
    z-index: 11;
}
.App-header {
    position: relative;
    display: flex;
    background-color: #E3E5E6;
    justify-content: left;
    align-items: center;
    height: 60px;
}
.App-site-logo {
    max-width: 25%;
	padding-left: 25px;
}
.App-site-logo img {
    width: 100%;
    height: auto;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .App-site-logo {
        max-width: 50%;
    }
}

.App-hamburger {
    cursor: pointer;
    width: 32px;
    height: 20px;
    position: absolute;
    right: 20px;
}
.App-hamburger .hamburger {
    background-color: #DA2D27;
    z-index: 1;
    width: 100%;
    height: 3px;
}
.App-hamburger .hamburger:before, 
.App-hamburger .hamburger:after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    -webkit-transition: all .25s;
    transition: all .25s;
    z-index: 1;
    background-color: #DA2D27;
}
.App-hamburger .hamburger:before {
    top: 8px;
}
.App-hamburger .hamburger:after {
    top: 16px;
}

.App-close-menu {
    cursor: pointer;
    width: 32px;
    height: 28px;
    position: absolute;
    right: 20px;
}
.App-close-menu .close-menu:after, 
.App-close-menu .close-menu:before {
    display: block;
    content: "";
    width: 24px;
    height: 2px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.App-close-menu .close-menu:before {
    transform: translate( -50%, -50%) rotate(-45deg);
}
.App-close-menu .close-menu:after {
    transform: translate( -50%, -50%) rotate(45deg);
}


.App-ring {
    cursor: pointer;
    width: 30px;
    height: 28px;
    position: absolute;
    right: 70px;
    background-image: url( ../images/ring.svg );
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: none;
}
.App-ring .notification {
    position: absolute;
    top: 3px;
    right: 0;
    width: 11px;
    height: 11px;
    background-color: #DA2D27;
    border-radius: 50%;
}


.App-notifications-popup {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    padding: 20px;
    z-index: 10;
    height: 100vh;
}
.App-notifications-popup .notifications-inner {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    background-color: #fff;
    color: #2c2c2c;
    border-top: 2px solid #ed1c2f;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}
.notifications-title {
    position: relative;
    min-height: 35px;
}
.App-notifications-popup .notifications-scroll {
    position: relative;
    height: 70vh;
    overflow-y: auto;
}
.notifications-title h2, h3.notifications-subtitle {
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 15px;
    margin: 0;
}
.App-notifications-popup .notifications-title .close-notifications-popup {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: none;
    background-image: url(/wp-content/themes/hondanew4/static/media/close-blue.db83be25.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.App-notifications-popup .notifications-new ul {
    background-color: #eaeaea;
}
.App-notifications-popup .notifications-new ul li, 
.App-notifications-popup .notifications-recent ul li {
    border-top: 1px solid #979797;
    padding: 10px 15px;
    font-size: .9rem;
}
.App-notifications-popup .notifications-new ul li:first-child {
    border: none;
}
.App-notifications-popup a {
    color: #2c2c2c;
}
.App-notifications-popup p {
    margin: 0;
}
.App-notifications-popup .notifications-new ul li strong, 
.App-notifications-popup .notifications-recent ul li strong {
    display: block;
}



/*********************************************
* FOOTER
**********************************************/
.footer {
    position: fixed;
    width: 100%;
    flex: none;
    z-index: 10;
    bottom: 0;
}
.App-footer {
    background-color: #EAEAEA;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.App-search-link {
    display: block;
    background-image: url( ../images/search.svg );
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 15px;
    cursor: pointer;
}
.App-action-link {
    display: block;
    background-image: url( ../images/settings.svg );
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 24px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.App-action-link.create {
    background-size: auto 100%;
    background-image: url( ../images/popup-icon.svg );
}
.App-action-link.disabled {
    opacity: 0.3;
    pointer-events: none;
}
.app.walkaround .App-action-link {
    background-image: url( ../images/filter.svg );
    width: 34px;
}

.App-help-link a {
    display: block;
    background-image: url( ../images/help.svg );
    background-position: right center;
    background-size: 24px auto;
    background-repeat: no-repeat;
    padding-right: 34px;
    margin-right: 15px;
    height: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #919191;
}
.App-help-link a:hover {
    text-decoration: none;
}
.App-custom-compare-link {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.App-custom-compare-link a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.App-custom-compare-link a:after, 
.App-custom-compare-link a:before {
    display: block;
    content: "";
    width: 20px;
    height: 3px;
    background: #919191;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 1;
}
.App-custom-compare-link a:after {
    transform: rotate(90deg);
}

/*********************************************
* MAIN MENU
**********************************************/
.App-menu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0;
    transition: all 0.3s;
    overflow-y: hidden;
}
.App-menu.open {
    height: calc( 100vh - 155px );
    overflow-y: auto;
}
.main-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu>ul {
    padding: 0 30px;
}
.main-menu>ul>li, .main-menu ul li a {
    width: 100%;
    display: block;
    position: relative;
    font-size: 1.5rem;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .main-menu>ul>li, .main-menu ul li a {
        font-size: 1.3rem;
    }
}

.main-menu ul li a,
.main-menu ul li div {
    color: #0D0D0D;
    border-bottom: 1px solid #C8C7CC;
    padding: 15px 30px;
    font-weight: 700;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .main-menu ul li a,
    .main-menu ul li div {
        padding: 15px 0px;
    }
}
.main-menu ul li a:hover {
    text-decoration: none;
}
.main-menu ul li div {
    cursor: pointer;
}
.main-menu>ul>li>a:after,
.main-menu>ul>li>div:after {
    content: "";
    background-image: url( ../images/chevron-red-right.svg );
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main-menu ul li ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-left: 8%;
    padding-right: 30%;
}
.main-menu ul li.open ul {
    max-height: 900px;
}
.main-menu ul li ul li {
    width: 100%;
}
.main-menu ul li ul li a {
    display: flex;
    align-items: center;
    font-size: 1rem;
}
.main-menu ul li:last-child a {
    border: none;
}

.main-menu ul li ul li a span {
    text-transform: uppercase;
}
.main-menu ul li ul li a span.image {
    width: 33%;
    margin-right: 20px;
    text-align: center;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .main-menu ul li ul {
        padding-left: 8%;
        padding-right: 8%;
    }
    .main-menu ul li ul li a span.image {
        width: 50%;
    }
}
.main-menu ul li ul li a span.image img {
    max-width: 100%;
    height: auto;
}

.App-back {
    background-color: #DA2D27;
    font-weight: 700;
    font-size: 1.2rem;
}
.App-back a,
.App-back span {
    position: relative;
    color: #fff;
    display: block;
    text-align: center;
    padding: 0.7em 30px;
    transition: all 0.3s;
}
.App-back span.private {
    display: inline-block;
    padding: unset;
}

.App-back a:hover {
    text-decoration: none;
}
.App-back a:after {
    content: "";
    background-image: url( ../images/chevron-white-left.svg );
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .component.page .App-back {
        margin-left: -20px;
        margin-right: -20px;
    }
}


.App-menu-footer {
    position: fixed;
    bottom: 50px;
    display: none;

    padding: 15px;
    font-weight: 600;
    background-color: #fff;
    width: 960px;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .App-menu-footer {
        width: 100%;
    }
}
.App-menu.open .App-menu-footer {
    display: block;
}
.App-menu-footer a {
    color: #A2A2A2;
}
.App-menu-footer .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.App-menu .language-selector {
    position: relative;
}
.App-menu .language-selector ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.App-menu .language-selector ul li {
    margin-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    color: #A2A2A2;
    border-left: solid 1px #000;
}
.App-menu .language-selector ul li:first-child {
    padding: 0;
    border: none;
}
.App-menu .language-selector ul li.current {
    color: #DA2C26;
}


/*********************************************
* MAIN
**********************************************/
.main {
    width: 100%;
    background-color: #fff;
    margin-top: 60px;
    margin-bottom: 80px;
    min-height: 100vh;
}
.component.home .main .container {
    height: 100%;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .component.home .main {
        margin-bottom: 10px;
    }
}


/*********************************************
* HOME PAGE
**********************************************/
.homepage-banner {
}
.homepage-banner .image-bg {
    position: relative;
    z-index: 1;
}
.homepage-banner .image-bg + div.content-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 20px;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    padding: 40px;
    color: #ffffff;
}
.homepage-banner .content-overlay p {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.homepage-banner .content-overlay .learn-more {
    padding: 10px 30px;
    padding-top: 14px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    border: solid 2px #ffffff;
    color: #ffffff;
    margin-top: 30px;
    display: inline-block;
}


.home-menu-boxes .column-inner {
    margin-bottom: 30px;
}
.row.row.home-menu-boxes .col .column-inner > * {
    padding-bottom: 0;
    margin-bottom: 0;
}


.toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.toggle .label,
.toggle .description {
    font-weight: 700;
    font-size: 22px;
    white-space: nowrap;
}
/* Switch container */
.switch {
    position: relative;
    width: 68px;
    height: 36px;
    border-radius: 36px;
    background: linear-gradient(
        to bottom,
        #6d6d6d 0%,
        #eeeeee 100%
    );
    margin-bottom: 0;
}
/* Hide checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* Track (beveled) */
.slider {
    position: absolute;
    inset: 3px 4px;
    border-radius: 999px;
    background: linear-gradient(
        to bottom,
        #7b8288 0%,
        #565c61 45%,
        #3e4448 100%
    );
    border-top: solid 2px #000000;
    cursor: pointer;
    transition: background .3s;
}
/* Knob (raised, beveled) */
.slider::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1f1f1;

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,.9),   /* top shine */
        inset 0 -3px 1px 1px rgba(0,0,0,.25),       /* bottom bevel */
        2px 2px 4px rgba(0,0,0,.45);               /* lift */

    transition: transform .3s ease;
}
/* Checked */
.switch input:checked + .slider::before {
    transform: translateX(32px);
}

.sales .learning-mode {
    display: none;
}
.learning .sales-mode {
    display: none;
}


.home-menu-boxes h3 {
    background-color: #EAEAEA;
    font-size: 1.3rem;
}
.home-menu-boxes h3 a {
    display: block;
    color: #DA2C26;
    padding: 0.5em 0.5em;
}
.home-menu-boxes h3 a:hover {
    text-decoration: none;
}
.home-menu-square-boxes {
    margin-bottom: 20px;
}
.home-menu-square-boxes .col {
    padding-bottom: 20px;
}
.home-menu-square-boxes .col:not(.atwm-blank) .column-inner {
    background-color: #EAEAEA;
    height: 100%;
    margin-bottom: 0;
}

.home-menu-square-boxes .wpb_single_image {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.home-menu-square-boxes .wpb_single_image::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 90%;
    height: 0;
}
.home-menu-square-boxes .wpb_single_image img {
    display: block;
    position: absolute;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}


/* Mobile portrait mode */
@media (max-width: 575px) {

    .toggle {
        gap: 12px;
    }
    .toggle .label,
    .toggle .description {
        font-size: 12px;
    }

    .home-menu-square-boxes {
        margin-bottom: 0;
    }
    .home-menu-boxes {
        margin-right: -5px;
        margin-left: -5px;
    }
    .home-menu-boxes .col {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .home-menu-boxes .column-inner {
        margin-bottom: 10px;
    }
    .home-menu-boxes h3 {
        font-size: 0.85rem;
    }

    .homepage-banner .col .column-inner .wpb_single_image {
        padding-bottom: 10px;
    }

    .homepage-banner .vc_single_image-wrapper {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .homepage-banner .vc_single_image-wrapper::before {
        content: "";
        display: block;
        position: relative;
        padding-bottom: 70%;
        height: 0;
    }
    .homepage-banner .vc_single_image-wrapper img {
        display: block;
        position: absolute;
        max-width: none;
        height: 100%;
        width: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        background-color: #fff;
    }

    .homepage-banner .image-bg + div.content-overlay {
        padding: 20px;
        bottom: 10px;
    }
    .homepage-banner .content-overlay p {
        font-size: 1rem;
    }
    .homepage-banner .content-overlay h1 {
        font-size: 1.4rem;
    }
    .homepage-banner .content-overlay .learn-more {
        padding: 4px 15px;
        padding-top: 8px;
        font-size: 0.9rem;
        margin-top: 55px;
    }

}




/*********************************************
* Mitsubishi Connect
**********************************************/
.menu-mitsubishi-connect ul.menu {
    max-width: 86%;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}
.menu-mitsubishi-connect ul.menu a {
    position: relative;
    display: block;
    color: #0D0D0D;
    font-weight: 700;
    padding: 0.5em 0;
}
.menu-mitsubishi-connect ul.menu  li.selected a,
.menu-mitsubishi-connect ul.menu a:hover {
    text-decoration: none;
    color: #DA2D27;
}
.menu-mitsubishi-connect ul.menu a:after {
    content: "";
    background-image: url( ../images/chevron-red-right.svg );
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}


.ol-red-circles ol {
    list-style: none;
    counter-reset: custom-counter1;
    padding-left: 60px;
}
.ol-red-circles ol > li {
    margin: 0 0 1.5rem 0;
    counter-increment: custom-counter1;
    position: relative;
}
.ol-red-circles ol > li:before {
    content: counter(custom-counter1);
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: calc(-1 * 32px - 10px);
    line-height: 32px;
    width: 32px;
    height: 32px;
    top: 0;
    background:#DA2D27;
    border-radius: 50%;
    text-align: center;
}
.ol-red-circles ul {
    list-style: none;
}
.ol-red-circles ul > li {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    text-indent: -1em;
}
.ol-red-circles ul > li:before {
    content: "";
    display: inline-block;
    background: #DA2D27;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 0.5em;
}
/*********************************************
* TRIM WALK
**********************************************/
.atwm-trim-walks {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.atwm-trim-walks .swiper-button-prev,
.atwm-trim-walks .swiper-button-next {
    position: fixed;
    top: 50vh;
    transform:none;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .atwm-trim-walks {
        padding-left: 0px;
        padding-right: 0px;
    }
    .atwm-trim-walks .swiper-button-prev,
    .atwm-trim-walks .swiper-button-next {
        display: none;
    }
}
.atwm-trim-walks .swiper-wrapper {
    align-items: stretch;
    align-content: stretch;
}
.atwm-trim-walks .trim-walk-slide {
    padding-left: 20px;
    padding-right: 20px;
    border-right: solid 1px #707070;
    height: 100%;
}
.atwm-trim-walks .swiper-slide {
    height: auto;
}
.atwm-trim-walks .swiper-slide:last-child .trim-walk-slide {
    border: none;
}
.atwm-trim-walks .trim-walk-slide h2 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 1.5rem;
}
.atwm-trim-walks .trim-walk-slide h2 a {
    color: #000000;
}
.atwm-trim-walks .trim-walk-slide h2 a:hover {
    text-decoration: none;
}
.atwm-trim-walks .trim-walk-slide h2 strong {
    display: block;
}

.trim-walk-image {
    max-width: 100%;
    height: auto;
}
.trim-walk-msrp {
    color: #fff;
    background-color: #DA2D27;
    text-align: center;
    padding: 0.8em 0;
    font-weight: 700;
}

.trim-walk-block {
    margin-bottom: 1rem;
}
.trim-walk-block h3 {
    position: relative;
    padding: 0.8em 0;
    cursor: pointer;
    border-bottom: solid 1px #707070;
    text-transform: uppercase;
    padding-right: 30px;
}
.trim-walk-block h3:after {
    content: "";
    background-image: url( ../images/chevron-red-right.svg );
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.trim-walk-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.3s;
}
.trim-walk-block ul li {
    padding: 0.8em 0;
    border-bottom: solid 1px #707070;
}
.trim-walk-block.open h3:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.trim-walk-block.open ul {
    max-height: 900px;
}
.atwm-trim-walk-disclaimer {
    padding: 15px 40px;
    font-size: 0.8rem;
}

/*********************************************
* GLOSSARY
**********************************************/
.glossary-items {
    padding-top: 1rem;
}
.glossary-item {
    border-bottom: solid 1px #707070;
}
.glossary-item h3 {
    font-size: 1.1rem;
    padding: 0.7em 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}
.glossary-item h3:after {
    content: "";
    background-image: url( ../images/plus-red.svg );
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 14px;
    height: 20px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.glossary-item.open h3:after {
    content: "";
    background-image: url( ../images/minus-red.svg );
}
.glossary-item .glossary-content {
    overflow-y: hidden;
    max-height: 0;
    transition: all 0.2s;
}
.glossary-item.open .glossary-content {
    max-height: 900px;
}
.glossary-item.open .glossary-content .video-container {
    margin-bottom: 0.5em;
}

.glossary-ranges ul {
    list-style: none;
    padding: 1rem;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    text-transform: uppercase;
}
.glossary-ranges ul li {
    cursor: pointer;
    border-left: solid 1px #0D0D0D;
    width: 14.2857%;
    text-align: center;
}
.glossary-ranges ul li:first-child {
    border: none;
}

/*********************************************
* VIDEOS
**********************************************/
.videos .main .container {
    padding: 0 15px;
}
.video-items {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.video-items .video-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.video-items .video-sample {
    margin-bottom: 1rem;
}

.videos-search-filter-container {
    padding-top: 30px;
    display: flex;
    justify-content: flex-end;
}
.videos-search-container {
    flex: 1 1 80%;
    z-index: 10;
    position: relative;
}
.videos-search-inputs {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.videos-search-input {
    background: none;
    border: none;
    width: 100%;
    padding: 5px 30px;
    border: solid 1px #000;
    background-image: url(../images/videos-search.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 60%;
    border-right: none;
}
.videos-search-button {
    background: none;
    border: none;
    border: solid 1px #000;
    border-left: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding-right: 10px;
}

.videos-filter-button {
    background-image: url(../images/filter-black.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 70%;
    padding-left: 40px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    align-self: flex-start;
    height: 32px;
    text-transform: uppercase;
}
.videos-search-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	z-index: 9;
}
.videos-search-results {
    background: #fff;
    position: absolute;
    width: 100%;
}
.videos-search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}
.videos-search-results ul li {
    padding: 4px 10px;
    border-bottom: solid 1px #000;
}
.videos-search-results ul li:hover {
    background: rgba(0,0,0,0.2);
}
.videos-filters-inputs {
    margin: 1rem 2rem;
    padding: 1rem;
    border: solid 1px;
    font-size: 0.9rem;
}
.videos-filters-inputs h3 {
    font-size: 0.9rem;
}

.videos-filters-inputs > div {
    position: relative;
}
.videos-filters-inputs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.videos-filters-inputs ul li {
    display: inline-block;
    margin-right: 15px;
}
.videos-filters-inputs .videos-filters-select {
    background: none;
    border: none;
    width: 100%;
    border: solid 1px #000;
    padding: 5px 10px;
}

.videos-filters-inputs .videos-filters-search {
    background: none;
    border: none;
    width: 100%;
    border: solid 1px #000;
    padding: 5px 10px;
}


/*********************************************
* POST LISTINGS
**********************************************/
.atwm-posts-listing {
    padding: 60px;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .atwm-posts-listing {
        padding: 30px;
        padding-right: 10px;
    }
}
.atwm-posts-listing .atwm-post a {
    position: relative;
    display: block;
    font-weight: 600;
    padding-right: 30px;
}
.atwm-posts-listing .atwm-post a:after {
    content: "";
    background-image: url(../images/chevron-red-right.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.atwm-post {
    margin-bottom: 2rem;
}
.atwm-posts-listing .atwm-post a .pass {
    content: "";
    display: block;
    color: #0DB713;
    padding-left: 30px;
    background-image: url(../images/pass.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    height: 1.4em;
    position: absolute;
    left: -34px;
    top: 0;
}

/*********************************************
* TRAINING
**********************************************/
.component.quiz .main {
    padding-top: 60px;
    margin-top: 0;
    margin-bottom: 0;
}
.component.quiz .main iframe {
    height: calc( 100vh - 210px );
}

.component.quiz .wp-video {
    width: 100% !important;
}
.component.quiz .wp-video video {
    width: 100% !important;
    height: auto;
}

.App-quiz-button {
    position: fixed;
    border: none;
    background: none;
    bottom: 56px;
    left: 50%;
    transform: translateX( -50% );
    z-index: 9;
    background-color: #DA2D27;
    color: #fff;
    padding: 0.5em 4em;
    text-align: center;
    font-weight: 600;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .App-quiz-button {
        padding: 0.5em 1em;
    }
}

.App-form-quiz,
.row.atwm-quiz {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	z-index: 12;
}
.App-form-pages,
.row.atwm-quiz .col {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate( -50%, -50% );
	background-color: #fff;
	color: #2C2C2C;
    min-width: 600px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .App-form-pages,
    .row.atwm-quiz .col {
        min-width: 300px;
        max-width: 300px;
    }
}
.App-form-pages .close-quiz {
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	background: none;
	border: none;
	background-image: url(../images/close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
}
.App-form-title {
    padding: 30px 40px 0 40px;
    font-weight: 600;
}
.App-form-page {
    display: none;
    padding: 40px;
    padding-top: 20px;
}
.App-form-page.current {
    display: block;
}
.App-quiz-next {
    border: none;
    background: none;
    background-color: #DA2D27;
    color: #fff;
    padding: 0.5em 4em;
    display: block;
    min-width: 200px;
}
.App-quiz-try {
    border: none;
    background: none;
    background-color: #E3E5E6;
    color: #000;
    padding: 0.5em 4em;
    display: block;
    margin-top: 1em;
    min-width: 200px;
}
.App-form-results {
    font-size: 3rem;
    margin-bottom: 0.2em;
}

.App-form-input {
    margin-bottom: 20px;
}
.App-form-input label,
.App-form-input .label {
    display: block;
    margin-bottom: 0.5em;
}
.App-form-input label.correct {
    position: relative;
}
.App-form-input label.correct:after {
    content: "Correct";
    display: inline-block;
    color: #0DB713;
    margin-left: 60px;
    padding-left: 30px;
	background-image: url(../images/correct.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.App-form-input label.wrong:after {
    content: "Incorrect";
    display: inline-block;
    color: #969696;
    margin-left: 60px;
    padding-left: 30px;
	background-image: url(../images/wrong.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.App-form-input input[type=text] {
    border: solid 1px #707070;
    display: block;
    width: 70%;
    padding: 0.5em 0.5em;
}
.input-choices input[type="radio"] {
    margin-right: 10px;
}
.input-choices input[type="radio"]:checked,
.input-choices input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.input-choices input[type="radio"]:checked + span,
.input-choices input[type="radio"]:not(:checked) + span
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
.input-choices input[type="radio"]:checked + span:before,
.input-choices input[type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #DA2D27;
    border-radius: 100%;
    background: #fff;
}
.input-choices input[type="radio"]:checked + span:after,
.input-choices input[type="radio"]:not(:checked) + span:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #DA2D27;
    position: absolute;
    top: 2px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.input-choices input[type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.input-choices input[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.App-form-explanation {
    margin-bottom: 15px;
}

/*********************************************
* MOST OF THE OLD CSS
**********************************************/
.atwm-wrapper {
    /*display: table;*/
    height: 100%;
    width: 100%;
}

.atwm-header-container {
    /*display: table-row;*/
    background-color: #686D71;
    background-color: #bfc2c4;
    background-color: #e3e5e6;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;	
}
.atwm-header {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}
.atwm-header h1 {
    font-size: 14px;
    font-weight: 500;
    color: #d71920;
    margin: 0;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
}
.atwm-header img {
    width: auto;
    height: 55px;
}


.atwm-back-button {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    transform: translateY( -50% );
    left: 0px;
    cursor: pointer;
}
.atwm-back-button button {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #d71920;
    font-size: 17px;
    padding: 0;
    min-width: 32px;
}
.atwm-back-button button:hover {
    color: #d71920;
}
.atwm-back-button button:focus {
    outline: none;
}
.atwm-back-button button .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
}
.atwm-back-button button .icon:before {
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
}


.atwm-download-pdf-button {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY( -50% );
    right: 0px;
    cursor: pointer;
}
.atwm-download-pdf-button button {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #d71920;
    font-size: 17px;
    padding: 0;
    min-width: 40px;
}
.atwm-download-pdf-button button:hover {
    color: #d71920;
}
.atwm-download-pdf-button button:focus {
    outline: none;
}
.atwm-download-pdf-button button .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    vertical-align: top;
}
.atwm-download-pdf-button button .icon:before {
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
}



.atwm-walk-subcat-button {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY( -50% );
    right: 0px;
    cursor: pointer;
}
.atwm-walk-subcat-button button {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color:#d71920;
    font-size: 17px;
    padding: 0;
    min-width: 32px;
}
.atwm-walk-subcat-button button:hover {
    color: #d71920;
}
.atwm-walk-subcat-button button:focus {
    outline: none;
}
.atwm-walk-subcat-button button .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    vertical-align: top;
}
.atwm-walk-subcat-button button .icon:before {
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
}



.atwm-competitors-more-button {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY( -50% );
    right: 0px;
    cursor: pointer;
}
.atwm-competitors-more-button button {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #d71920;
    font-size: 17px;
    padding: 0;
    min-width: 40px;
}
.atwm-competitors-more-button button:hover {
    color: #d71920;
}
.atwm-competitors-more-button button:focus {
    outline: none;
}
.atwm-competitors-more-button button .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    vertical-align: top;
}
.atwm-competitors-more-button button .icon:before {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
}



.atwm-content-row {
    /*display: table-row;*/
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    padding-top: 44px;
    padding-bottom: 48px;
}
.atwm-content-container {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
}
.atwm-content {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}
#atwm-content-temp {
    transform: translateX( 100% );
    z-index: 1;
    position: absolute;
    top: 0px;
}
.atwm-content.black {
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#484848), to(#030303));
    background: -webkit-radial-gradient(circle, #484848, #030303);
    background: -moz-radial-gradient(circle, #484848, #030303);
    background: -ms-radial-gradient(circle, #484848, #030303);
}
.atwm-content.white {
    background: #fff;
}
.atwm-content-frame {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;		
}
.atwm-content.center .atwm-content-frame {
    
}
.atwm-content.center .atwm-content-frame > div {
    align-self: flex-start;
    margin: auto;
    padding-top: 20px;
}
.atwm-content.signup .atwm-content-frame {
    width: 100%;
}

.atwm-footer-container {
    /*display: table-row;*/
    background-color: #d71920;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}
.atwm-footer {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
}
.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: horizontal;
    flex-direction: horizontal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    color: #fff;
    width: 100%;
}
.tabs .tab-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    overflow: hidden;
    max-width: 150px;
    height: 100%;
    color: inherit;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    opacity: 1;
    
    font-size: 11px;
    line-height: 14px;
    color: rgba(255, 255, 255, 1);
    
}
.tab-item .icon {
    display: block;
    margin: 0 auto;
    font-size: 28px;
    line-height: 1.25;
    height: 30px;
}


h3.atwm-lang-picker-title {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
}
.atwm-loggin-buttons {
    margin: 0 auto;
    background-color: #d71920;
    text-align: center;
    padding: 20px;
}
.atwm-loggin-buttons button {
    margin: 0 auto;
    padding: 10px;
    height: 40px;
    font-size: 14px;
}


.atwm-login-form-container {
    margin-top: 20px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.atwm-login-icon-wrapper img {
    max-width: 100%;
    height: auto;
}
.atwm-item {
    border-color: #ddd;
    background-color: #fff;
    color: #444;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
}
.atwm-item-divider {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 30px;
    background-color: #f5f5f5;
    color: #222;
    font-weight: 500;	
}
.atwm-item h3 {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: 500;
}
.atwm-login-form-container .atwm-item {
    margin: 0px;
    margin-bottom: -1px;
}

.atwm-login-form .atwm-item {
    padding-left: 10px;
    padding-right: 10px;
}
.atwm-login-form input {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 0 7px;
    box-sizing: border-box;
}



.atwm-list-categories {
    width: 100%;
    height: 100%;
}
.atwm-list-cat-item {
    position: relative;
    padding: 0;
    height: 35%;
    overflow: hidden;
    border: none;
}
.atwm-cat-thumb {
    height: auto;
    width: 100%;
    display: inline;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.atwm-cat-name {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
    padding-right: 10px;
    padding-right: 50px;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
}
.atwm-cat-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY( -50% );
    right: 16px;
}
.atwm-cat-icon svg {
    width: 100%;
    height: 100%;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .atwm-cat-icon {
        width: 30px;
        height: 30px;
    }
}

/*********************************************
* CATEGORY
**********************************************/
.atwm-list-subcategories {
    width: 100%;
    height: 100%;
}
.atwm-list-subcat-item {
    position: relative;
    padding-right: 54px;
    padding-left: 54px;
    overflow: hidden;
    padding-top: 16px;
    padding-bottom: 16px;	
}

.atwm-list-subcat-item a {
    display: block;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.atwm-list-subcat-item span.image {
    width: 33%;
}
.atwm-list-subcat-item span.image img {
    max-width: 100%;
    height: auto;
}   
/* Mobile portrait mode */
@media (max-width: 575px) {
    .atwm-list-subcat-item {
        padding-right: 0px;
        padding-left: 0px;
    }
    .atwm-list-subcat-item span.image {
        width: 40%;
        margin-right: 10px;
    }
    .atwm-subcat-name span {
        padding-right: 40px;
    }
    .atwm-subcat-name .atwm-cat-icon {
        right: 0;
    }
}

.atwm-subcat-name {
    text-transform: uppercase;
}

.atwm-list-vehicles {
    width: 100%;
    height: 100%;
}
.atwm-list-vehicle {
    float: left;
    border: none;
    background-color: #fff;
    color: #d71920;
    position: relative;
    z-index: 2;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 40%;
    height: auto;
    margin-left: 6.6%;
    margin-top: 24px;
    overflow: hidden;
    margin-bottom: 0;
}
.atwm-vehicle-thumb {
    display: inline-block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    color: #d71920;
}
.atwm-vehicle-thumb img {
    display: block;
    width: auto;
    height: 120px;
    margin-bottom: 0;
}
.atwm-vehicle-title {
    background-color: #fff;
    color: #d71920;
    border-bottom: 3px solid #d71920;
    padding: 4px;
    padding-left: 6px;
    float: left;
    width: 100%;
    position: relative;
    line-height: 14px;
    padding-bottom: 14px;
}
.atwm-vehicle-title .vehicle-title {
    font-size: 14px;
    line-height: 18px;
    float: left;
    font-weight: bold;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    text-transform: uppercase;
}
.atwm-vehicle-title .vehicle-model {
    font-size: 12px;
    line-height: 14px;
    float: left;
    clear: both;
    color: gray;
}
.atwm-vehicle-price {
    background-color: #d71920;
    color: #fff;
    font-weight: 500;
    text-align: right;
    padding: 4px 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.atwm-list-vehicle-disclaimer {
    clear: both;
    float: left;
    color: #fff;
    margin-left: 6.6%;
    margin-right: 6.6%;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 0.8rem;
}


.atwm-vehicle-click-shop {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 20px;
}
.atwm-vehicle-click-shop a {
    color: #fff;
    background-color: #DA2D27;
    text-align: center;
    padding: 0.6em 1.5em;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s;
}
.atwm-vehicle-click-shop a:hover {
    background-color: #000000;
    text-decoration: none;
}

.atwm-vehicle-slider {
    position: relative;
    width: 100%;
}
.vehicle-slide img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.vehicle-color {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 0.9rem;
}



.atwm-vehicle-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;

    -webkit-overflow-scrolling: touch;
    
-webkit-scroll-snap-points-x: repeat(750px);
    -ms-scroll-snap-points-x: repeat(750px);
        scroll-snap-points-x: repeat(750px);
-webkit-scroll-snap-type: mandatory;
    -ms-scroll-snap-type: mandatory;
        scroll-snap-type: mandatory;
    scroll-behavior: smooth;
}
.atwm-vehicle-slider ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-shrink: 0;
}

.atwm-vehicle-slider ul li img {
    width: 100%;
    height: auto;
    display: block;
}

.atwm-slider-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX( -50% );
}
.atwm-slider-dots span {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
}
.atwm-slider-dots span svg {
    width: 100%;
    height: 100%;
    fill: #b3b3b3;
}
.atwm-slider-dots span.current svg {
    fill: #000;
}
.atwm-vehicle-slider-color-disclaimer {
    position: relative;
    text-align: center;
    font-size: 0.75rem;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 1em;
}




.vehicle-specs-compare {
    width: 100%;
}

.vehicle-specs-compare .vehicle-title {
    padding: 0px 20px;
    font-size: 18px;
    color: #d71920;
    text-transform: uppercase;
    text-align: center;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .vehicle-specs-compare .vehicle-title {
        font-size: 14px;
    }
}
.vehicle-specs-compare .thumbs {
    display: block;
    /*float: left;*/
    width: 100%;
    height: 120px;
    position: relative;
    margin-bottom: 20px;
}
.vehicle-specs-compare .thumbs .model-thumb, 
.vehicle-specs-compare .thumbs .comp-thumb {
    display: inline-block;
    float: left;
    width: 50%;
    height: 120px;
    background: #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}
.vehicle-specs-compare .thumbs .model-thumb {
    border-left: 0;
    border-right: 1px solid #d71920;
}
.vehicle-specs-compare .thumbs .comp-thumb {
    float: right;
    border-right: 0;
    border-left: 1px solid #d71920;
}
.vehicle-specs-compare .thumbs .vs {
    z-index: 3;
    width: 100%;
    float: left;
    position: relative;
}
.vehicle-specs-compare .thumbs .vs .inner {
    width: 30px;
    height: 30px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    background: #d71920;
}
.vehicle-specs-compare .thumbs .vs .inner > div {
    margin-top: 4px;
}
.vehicle-specs-compare .vehicle-title {
    width: 100%;
    display: block;
}
.vehicle-specs-compare .spec {
    width: 100%;
    display: block;
    float: left;
}
.vehicle-specs-compare .vehicle-title strong {
    font-weight: 400;
    display: block;
}

.vehicle-specs-compare .vehicle-title.thumbs {
    display: flex;
    height: auto;
    align-items: center;
}
.vehicle-specs-compare .thumbs .model-thumb img, 
.vehicle-specs-compare .thumbs .comp-thumb img {
    height: 120px;
    width: auto;
}
.vehicle-specs-compare .thumbs .comp-thumb img,
.vehicle-specs-compare .thumbs .comp-thumb .slide-image-replacement {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
}
.vehicle-specs-compare .thumbs .comp-thumb .slide-image-replacement span {
    display: block;
    text-transform: uppercase;
}   
/* Mobile portrait mode */
@media (max-width: 575px) {
    .vehicle-specs-compare .thumbs .model-thumb img {
        margin-left: -20%;
    }
}

.vehicle-specs-compare .thumbs .comp-thumb .swiper-container {
    height: 120px;
}
.vehicle-specs-compare .thumbs .comp-thumb .swiper-button-prev {
    left: 10px;
    z-index: 9;
    width: 25px;
    height: 25px;
}
.vehicle-specs-compare .thumbs .comp-thumb .swiper-button-next {
    right: 10px;
    z-index: 9;
    width: 25px;
    height: 25px;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .vehicle-specs-compare .thumbs .comp-thumb .swiper-button-prev,
    .vehicle-specs-compare .thumbs .comp-thumb .swiper-button-next {
        display: block !important;
    }
}

.vehicle-specs-compare .thumbs .comp-thumb .swiper-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    height: 105px;
}
/* Mobile portrait mode */
@media (max-width: 575px) {
    .vehicle-specs-compare .thumbs .comp-thumb .swiper-container .swiper-slide {
        overflow: hidden;
    }
    .vehicle-specs-compare .thumbs .comp-thumb .swiper-container .swiper-slide img {
        left: 60%;
    }
}

.vehicle-specs-compare .thumbs .model-thumb, 
.vehicle-specs-compare .thumbs .comp-thumb {
    display: inline-block;
    float: left;
    width: 50%;
    
    background: #fff;
    overflow: hidden;
    position: relative;
}
.vehicle-specs-compare .thumbs .comp-thumb {
    float: right;
    border-right: 0;
    border-left: 1px solid #d71920;
}
.vehicle-specs-compare .thumbs .model-thumb.no-image {
    background: #fff;
}

.vehicle-specs-compare .thumbs .comp-thumb .atwm-left,
.vehicle-specs-compare .thumbs .comp-thumb .atwm-right {
    position: absolute;
    top: 50%;
    transform: translateY( -50% );
    font-size: 26px;
    opacity: 0.7;
    cursor: pointer;
}
.vehicle-specs-compare .thumbs .comp-thumb .atwm-left {
    left: 10px;
}
.vehicle-specs-compare .thumbs .comp-thumb .atwm-right {
    right: 10px;
}


.vehicle-specs-compare .thumbs .comp-thumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.vehicle-specs-compare .thumbs .comp-thumb ul li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}
.vehicle-specs-compare .thumbs .comp-thumb ul li img {
    height: 120px;
    width: auto;
    display: block;
    -webkit-user-drag: none;
}
.vehicle-specs-compare .thumbs .comp-thumb ul li div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.vehicle-specs-compare .thumbs .comp-thumb ul li div span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    font-size: 1.2rem;
    text-align: center;
    width: 90%;
}


.vehicle-specs-compare .vehicle-title.thumbs .comp-thumb, 
.vehicle-specs-compare .vehicle-title.thumbs .model-thumb {
    height: auto;
    background: none;
    border: none;
}
.vehicle-specs-compare .vehicle-title.thumbs .model-thumb {
    padding-right: 10px;
}
.vehicle-specs-compare .vehicle-title.thumbs .comp-thumb {
    padding-left: 10px;
    position: relative;
}


.vehicle-specs-compare .vehicle-title.thumbs span.vehicle-year {
    display: block;
    color: gray;
}

.atwm-competitor-notice {
    display: block;
    /*float: left;*/
    width: 100%;
    padding: 10px 20px;
    padding-left: 45px;
    background: #333333;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url( ../images/bookmark.png );
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 60%;
}
.vehicle-specs-compare .spec-title {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 20px;
    background: #808080;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.vehicle-specs-compare .spec {
    border-top: 1px solid #eceeef;
}
.vehicle-specs-compare .spec .veh-spec {
    display: block;
    float: left;
    width: 33.333%;
    padding: 10px 20px;
}

.vehicle-specs-compare .attr {
    width: 100%;
    color: #000;
    word-wrap: break-word;
}
.vehicle-specs-compare .val {
    width: 100%;
    color: #666;
    text-align: center;
    margin-top: 4px;
    word-wrap: break-word;
}
.vehicle-specs-compare1 .veh-spec.advantage .attr, 
.vehicle-specs-compare1 .veh-spec.advantage .val {
    background-image: url( ../images/bookmark.png );
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}
.vehicle-specs-compare .val .added-equipment-info {
    text-transform: uppercase;
    font-size: 0.65em;
}

.vehicle-specs-compare .veh-spec {
    position: relative;
}
.vehicle-specs-compare .veh-spec.advantage:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url( ../images/bookmark.png );
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 18px;
    height: 45px;
}
@media (max-width: 767px) {

    .vehicle-specs-compare .veh-spec {
        font-size: 14px;
    }
    .vehicle-specs-compare .veh-spec.advantage:after {
        width: 12px;
        height: 30px;
    }
    .vehicle-specs-compare .thumbs .comp-thumb ul li {
        display: flex;
        align-items: flex-end;
        overflow: hidden;
    }
    .vehicle-specs-compare .thumbs .comp-thumb ul li img {
        height: 110px;
        width: auto;
        display: block;
        -webkit-user-drag: none;
        margin-bottom: 5px;
        position: absolute;
        left: 130px;
    }
}




.atwm-competitor {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.atwm-competitor.current {
    visibility: visible;
    opacity: 1;
    display: block;
}



.select-style {
    border: 1px solid #ccc;
    width: 350px;
    margin: 60px auto;
    border-radius: 3px;
    overflow: hidden;
    background-color: #e8e8e8;
    padding: 20px;
}
.select-style h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
.selectDropdown {
    width: 18%;
    height: 35px;
}
.select-style select {
    border-radius: 3px;
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: #fff;
    background: #fafafa url(https://maxcdn.icons8.com/Share/icon/Arrows//expand_arrow1600.png) no-repeat 98% 45%;
        background-size: auto;
    -webkit-appearance: none;
    background-size: 4% 46%;
    margin-bottom: 25px;
}
.competitor-btn-grp button {
    color: #fff;
    border: 0px solid #d71920;
    width: 100%;
    max-width: 100px;
    padding: 0.5em 1em;
}
.competitor-btn-grp .competitor-right {
    float: left;
    background-color: #000;
}
.competitor-btn-grp .competitor-left {
    float: right;
    background-color: #d71920;
}



.atwm-vehicle-intro {
    padding: 20px;
    color: #fff;
    background: #000;
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
}
.atwm-vehicle-list a {
    border: none;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background-color: #fff;
    color: #444;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 16px;
    font-size: 16px;	
    padding-right: 54px;
    padding-left: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;	
}
.atwm-vehicle-list a:hover {
    color: #444;
}
.atwm-vehicle-list a.svg-item-icon-left {
    padding-left: 14px;
}
.atwm-vehicle-list a.svg-item-icon-left span {
    vertical-align: middle;
}

.dark, a.dark {
    color: #444;
}
.assertive, a.assertive {
    color: #d71920;
}
.item-icon-left .icon, 
.item-icon-right .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 32px;
}
.item-icon-left .icon {
    left: 11px;
}
.item-icon-left.item-icon-right .icon:first-child {
    right: auto;
    
}
.item-icon-left.item-icon-right .icon:first-child:before {
    width: 32px;
    text-align: center;
}
.item-icon-right .icon {
    right: 11px;
}
.item-icon-left.item-icon-right .icon:last-child, .item-icon-left .item-delete .icon {
    left: auto;
}
.svg-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}
.svg-icon-accessories {
    background-image: url(../icons/accessories.svg);
}
.svg-icon-articles {
    background-image: url(../icons/articles.svg);
}
.svg-icon-reality {
    background-image: url(../icons/reality.svg);
}


.ar-section .title {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 11px;
    background: #808080;
    color: #fff;
    font-weight: bold;
    line-height: 23px;
}
.ar-section a {
    border-color: #ddd;
    background-color: #fff;
    color: #444;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    padding-right: 54px;
    padding-left: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}


.atwm-list-vehiclespecs,
.atwm-walkaround-tips-show,
.atwm-list-articles,
.atwm-list-specs {
    width: 100%;
}

.atwm-suitability-questionaire-show .vehicle-title,
.atwm-list-vehiclespecs .vehicle-title,
.atwm-list-specs .vehicle-title,
.atwm-walkaround-tips-show .vehicle-title,
.atwm-list-accessories .vehicle-title,
.atwm-list-resources .vehicle-title,
.atwm-list-articles .vehicle-title {
    padding: 20px 20px;
    font-size: 18px;
    color: #d71920;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.atwm-suitability-questionaire-show .vehicle-title span.vehicle-year,
.atwm-list-vehiclespecs .vehicle-title span.vehicle-year,
.atwm-list-specs .vehicle-title span.vehicle-year,
.atwm-walkaround-tips-show .vehicle-title span.vehicle-year,
.atwm-list-accessories .vehicle-title span.vehicle-year,
.atwm-list-resources .vehicle-title span.vehicle-year,
.atwm-list-articles .vehicle-title span.vehicle-year {
    color: gray;
    display: block;
    width: 100%;
    font-weight: normal;
}

.vehicle-disclaimer {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8rem;
    margin-bottom: 20px;
}


.atwm-videos .spec table {
    margin-left: auto;
    margin-right: auto;
}
.atwm-videos .spec td {
    vertical-align: top;
    width: 100%;
    display: table-row;
}
.atwm-videos .spec h3.video-title {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.video-player-wrapper {
    display: flex;
    justify-content: center;
}
.video-player-iframe {
    max-width: 300px;
}


.atwm-list-articles .spec {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 20px;
    background: #f2f2f2;
    color: #000;
}
.atwm-list-articles .spec a {
    color: #d71920;
}

.atwm-list-articles .spec:nth-child(2n) {
    background: #fff;
}

.atwm-suitability-questionaire-show {
    width: 100%;
}
.atwm-suitability-questionaire-show .question {
    position: relative;
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
    background: #f2f2f2;
    border: none;
    margin: 0;
    border-bottom: 3px solid #fff;
    white-space: normal;
    text-transform: uppercase;
}
.atwm-suitability-questionaire-show .answer {
    width: 100%;
    height: 0px;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
    transition: height 0.3s;
}
.atwm-suitability-questionaire-show .answer p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.atwm-suitability-questionaire-show .spec .icon {
    transform: rotate(-90deg);
    color: #646464;
}
.atwm-suitability-questionaire-show .spec.open .icon {
    transform: rotate(0deg);
    color: #d71920;
}



.atwm-list-vehiclespecs .spec,
.atwm-list-specs .spec {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    color: #000;
}
.atwm-list-vehiclespecs .spec:nth-child(2n),
.atwm-list-specs .spec:nth-child(2n) {
    background: #f2f2f2;
}
.atwm-list-vehiclespecs .spec div {
    display: block;
    float: left;
}
.atwm-list-vehiclespecs .spec div.attr {
    width: 100%;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.atwm-list-vehiclespecs .spec div.val {
    margin-left: 0px;
    color: #666;
    width: 100%;
    margin-top: 4px;
}


.atwm-list-accessories,
.atwm-list-resources {
    width: 100%;
}
.accessory-category-title,
.resources-category-title {
    background-color: #D8D8D8;
    text-transform: uppercase;
    padding: 8px 14px;
    position: relative;
    cursor: pointer;
    font-size: 1.3rem;
}
.resources-category-title {
    font-weight: 700;
}
.accessory-category-title .icon,
.resources-category-title .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.accessory-category ul {
    list-style: none;
    padding: 10px 15px;
    padding-right: 30px;
    height: 0;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    transition: height 0.4s;
}
.accessory-category.open .accessory-category-title .icon,
.resources-category.open .resources-category-title .icon {
    transform: translateY(-50%) rotate(90deg);
}

.resources-category ul {
    list-style: none;
    padding: 10px 0;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    transition: height 0.4s;
}
.accessory-category ul li  {
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative;
}

.resources-category ul li {
    padding: 10px 20px;
    padding-bottom: 20px;
    position: relative;
}
.resources-category ul li:nth-child(even) {
    background-color: #F1F2F3;
}

.accessory-category ul li .accessory-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
}
.accessory-category ul li.open .accessory-content {
    max-height: 400px;
}
.accessory-category ul li .accessory-title {
    border-bottom: solid 1px #ddd;
    padding-bottom: 4px;
    padding-top: 10px;
    padding-right:25px;
    margin-bottom: 10px;
    color: #D71920;
    position: relative;
    cursor: pointer;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.resources-category ul li .resource-title {
    padding-bottom: 4px;
    padding-top: 10px;
    padding-right:25px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
}
.accessory-category ul li .accessory-title .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 0.9rem;
}
.accessory-category ul li .accessory-title .ion-minus-round {
    display: none;
}
.accessory-category ul li.open .accessory-title .ion-plus-round {
    display: none;
}
.accessory-category ul li.open .accessory-title .ion-minus-round {
    display: block;
}

.accessory-content {
    font-size: 0.8rem;
}
.accessory-image {
    margin-top: 5px;
}
.accessory-image img {
    max-width: 30%;
    height: auto;
    cursor: pointer;
}
.atwm-curtain {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.7s;
}
.atwm-curtain.visible {
    opacity: 1;
}

.atwm-curtain .atwm-image {
    top: 50%;
    left: 50%;
    transform: translate( -50%,-50%);
    position: absolute;
}
.atwm-curtain .atwm-image img {
    max-width: 100%;
    height: auto;
}
.atwm-curtain .atwm-video {
    top: 50%;
    left: 50%;
    transform: translate( -50%,-50%);
    position: absolute;
}
.atwm-curtain .atwm-video .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    width: 300px;
}
.atwm-curtain .atwm-video .video-container iframe {
    max-width: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.atwm-curtain .atwm-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff; 
    font-size: 24px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.url-icon,
.image-icon,
.document-icon,
.video-icon {
    margin-top: 5px;
    display: block;
}
.url-icon a,
.image-icon a,
.document-icon a,
.video-icon a {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #d71920;
}
.video-icon a:before {
    content: "";
    background-image: url(../icons/video.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}
.video-icon .embed {
    display: none;
}

.document-icon a:before {
    content: "";
    background-image: url(../icons/document.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}
.url-icon a:before {
    content: "";
    background-image: url(../icons/url.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}
.image-icon a:before {
    content: "";
    background-image: url(../icons/photo.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}


.atwm-walk-all-filter.selected:before,
.atwm-walk-filters.selected:before {
    content: "";
    background-image: url(../icons/walk-check.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}

.atwm-walkaround-tips-show .tip-title {
    background: gainsboro;
    padding: 15px 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.atwm-walkaround-tips-show .tip {
    padding: 15px 20px 15px 30px;
    color: #000;
}
.atwm-walkaround-tips-show .tip:nth-child(2n) {
    background: #f2f2f2;
}
.atwm-walkaround-tips-show .tip:nth-child(2n+1) {
    background: #fff;
}



.atwm-action-box-backdrop {
    transition: background-color 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);	
}
.atwm-action-box-backdrop.active {
    background-color: rgba(0, 0, 0, 0.5);
}
.atwm-action-box-backdrop .action-box-wrapper {
    transition: all ease-in-out 300ms;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translate3d(0, 100%, 0);
}
.atwm-action-box-backdrop.active .action-box-wrapper {
    transform: translate3d(0, 0, 0);
}
.atwm-action-box-backdrop .action-box-wrapper .action-box {
    width: auto;
    z-index: 11;
    overflow: hidden;
}
.action-box-group {
    margin-bottom: 5px;
    border-radius: 3px 3px 3px 3px;
    background-color: #fff;
}
.action-sheet-title {
    padding: 10px;
    color: #666666;
    text-align: center;
    font-size: 12px;
}
.action-box .button {
    position: relative;
    margin: 0;
    min-width: 52px;
    min-height: 47px;
    vertical-align: top;
    text-align: center;
    text-overflow: ellipsis;
    line-height: 42px;
    cursor: pointer;
    
    display: block;
    padding: 1px;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    color: #d71920;
    font-size: 18px;	
    border-width: 1px 0px 0px 0px;
    border-radius: 0;
}

.action-box .button a,
.action-box .button a:hover {
    color: #d71920;
}
.action-box .button .icon {
    margin-right: 5px;
    vertical-align: middle;
}
.action-box .button .icon::before {
    display: inline-block;
    padding: 0 0 1px 0;
    vertical-align: inherit;
    font-size: 24px;
    line-height: 41px;
    pointer-events: none;
}


.atwm-modal-backdrop {
    /*-webkit-transition: background-color 1000ms ease-in-out;
    transition: background-color 1000ms ease-in-out; */
    transition: background-color 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.atwm-modal-backdrop.active {
    background-color: rgba(0, 0, 0, 0.5);
}

.atwm-modal-backdrop .modal {
    transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out;
    display: block;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    min-height: 100%;
    width: 100%;
    background-color: #fff;
}

.bar {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.bar.bar-dark {
    background-color: #444444;
    color: #fff;
}
.bar .title {
    z-index: 0;
    margin: 0 10px;
    min-width: 30px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 500;
    line-height: 44px;
}
.bar.bar-dark .title {
    color: #fff;
}


.bar .button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    background: none;
    border: none;
    height: 100%;
    min-height: initial;
}
.bar .button:focus {
    outline: none;
}

.bar .button .icon {
    position: absolute;
    top: 50%;
    transform: translateY( -50% );
}
.bar .button.button-icon .icon::before {
    display: block;
    font-size: 32px;
    height: 100%;
}
.modal-content {
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 44px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.modal-content .item-divider {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 30px;
    background-color: #f5f5f5;
    color: #222;
    font-weight: 500;
}
.modal-content .item {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.modal-content .item {
    text-overflow: ellipsis;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    overflow: hidden;
    padding: 6px 0 5px 16px;
    font-size: 16px;
    color: #444;
}
.modal-content .item-radio .item-content {
    position: relative;
    z-index: 2;
    padding: 16px 49px 16px 16px;
    border: none;
    background-color: white;	
    overflow: visible;
    white-space: normal;	
    padding-right: 64px;
    cursor: pointer;
}
.modal-content .item-radio .radio-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    visibility: hidden;
    padding: 14px;
    height: 100%;
    font-size: 24px;
}
.modal-content .item-radio.selected .radio-icon {
    visibility: visible;
}


.modal-content .buttons {
    width: 100%;
    padding: 10px;
}
.modal-content button.btn {
    display: block;
    clear: both;
    border-color: #b2b2b2;
    background-color: #d71920;
    color: #444;
    position: relative;
    margin: 0;
    padding: 0 12px;
    min-width: 52px;
    min-height: 47px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    vertical-align: top;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;

}
.modal-content .btn.btn-primary {
    color: #fff;
    border-color: #a91419;
    background-color: #d71920;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
}
.modal-content .btn.btn-primary .atwm-ajax-preloader {
    
}



.modal-content .item-input-inset {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 10.66667px;
}
.modal-content .item-input-wrapper {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857;	
    display: flex;
    flex: 1 0;
    align-items: center;
    border-radius: 4px;
    padding-right: 8px;
    padding-left: 8px;
    background: #eee;
}
.modal-content .item-input-inset .item-input-wrapper input {
    border: 0;
    display: block;
    padding-top: 2px;
    color: #111;
    vertical-align: middle;
    font-size: 14px;	
    padding-left: 4px;
    height: 29px;
    background: transparent;
    line-height: 18px;
}
.modal-content .item-input-inset .item-input-wrapper input:focus {
    outline: none;	
}

#atwm-search-results a {
    text-decoration: none;
}
#atwm-search-results .item {
    padding: 16px 50px !important;
}
#atwm-search-results .icon {
    font-size: 18px;
}
#atwm-search-results h2 {
    margin: 0 0 2px 0;
    font-size: 17px;
    font-weight: normal;
}
#atwm-search-results .item-icon-left .icon {
    left: 20px;
}
#atwm-search-results .item-icon-left.item-icon-right .icon:last-child {
    left: auto;
    right: 20px;
}






#atwm-notification-area {
}
.atwm-notification-area {
    position: fixed;
    top: 75px;
    left: 15px;
    right: 15px;
    z-index: 10;	
    display: none;
}
.atwm-notification-area.shown {
    display: block;
}

.atwm-notification {
    transition: opacity 0.5s ease-in-out;
    background-color: #bd362f;
    text-align: left;
    color: #fff;
    border-radius: 6px;
    padding: 5px 16px;
    box-shadow: 0px 0px 16px rgba( 0,0,0,0.9 );
    margin-bottom: 10px;
    cursor: pointer;
    opacity: 0;
}
.atwm-notification.active {
    opacity: 0.7;
}
.atwm-notification-area1.active .atwm-notification {
    opacity: 0.7;
}
.atwm-notification-area.active .atwm-notification:hover {
    opacity: 1;
}
.atwm-notification p {
    margin: 0;
    padding: 0;
    
}
.atwm-notification .ion-alert-circled {
    font-size: 28px;
    vertical-align: middle;
    margin-right: 12px;
}

#atwm-confirm-delete {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}

#atwm-confirm-delete-modal {
    position: absolute;
    width: 90%;
    position: fixed;
    background-color: #ddd;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 10px 20px;
    border: solid 1px #d71920;
}
.atwm-confirm-content {
    font-size: 1.4rem;
    color: #d71920;
}
.atwm-confirm-action {
    margin-top: 1rem;
}
#atwm-confirm-delete-modal a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
#atwm-confirm-delete-modal a.button-yes {
    background-color: #aaa;
}
#atwm-confirm-delete-modal a.button-no {
    background-color: #d71920;
}

@media (min-width: 767px) {
    #atwm-confirm-delete-modal {
        width: auto;
        max-width: 90%;
        padding: 30px 100px;
    }
}



#atwm-leads-results .item {
    font-size: 0.9rem;
    padding: 10px;
}
#atwm-leads-results .item .item-icon-right {
    padding-right: 40px;
}
#atwm-leads-results .item h2 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: normal;
}
#atwm-leads-results .item p {
    margin-top: 4px;
    margin-bottom: 4px;
}
#atwm-leads-results .item a {
    color: #464646;
    text-decoration: none;
    font-weight: 600;
}
#atwm-leads-results .item i.icon {
    cursor: pointer;
    font-size: 1rem;
    font-style: normal;
}


.sales-notes {
    padding: 30px 10px 20px 10px;
}
.item {
    border-color: #ddd;
    background-color: #fff;
    color: #444;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
}
.leads-downloads-show {
    width: 100%;
    height: 100%;
}

.leads-downloads-show .item {
    padding-left: 54px;
    padding-right: 54px;
}


.autoform legend {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 30px;
    border: solid 1px #d71920;
    background-color: #d71920;
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    box-sizing: border-box;
}
.autoform textarea, .autoform input[type="text"], .autoform input[type="email"], .autoform select {
    display: block;
    padding-top: 2px;
    padding-left: 0;
    color: #111;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    padding: 0 7px !important;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #f5f5f5;
    width: 100%;
}
.autoform textarea {
    height: 120px;
}
.autoform input.error {
    border: solid 1px #d71920;
}

.autoform .item {
    text-overflow: ellipsis;
    border: 1px solid #ddd;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    overflow: hidden;
    padding: 5px 10px;
    font-size: 16px;
}
.input-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100px;
    -moz-box-flex: 1;
    -moz-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    display: table;
    padding: 7px 10px 7px 0px;
    max-width: 300px;
    width: 35%;
    color: #444;
    font-size: 16px;
    display: inline-block;
    padding: 4px 0 0 0px;
    vertical-align: middle;
}
.autoform .item-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    bottom: 0;
    right: 10px;
    /*padding: 14px 48px 16px 16px;*/
    padding: 5px 10px;
    padding-right: 16px;
    max-width: 65%;
    border: none;
    background: #fff;
    color: #333;
    text-indent: .01px;
    text-overflow: '';
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    direction: rtl;
}
.autoform .item-select select::-ms-expand {
    display: none;
}
.autoform .item-select select.error {
    border: solid 1px #d71920;
}

.item-select::after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #999;
    content: "";
    pointer-events: none;
}


.heading-text {
    color: #d71920;
    padding-left: 31px;
    margin: 0 0 10px;
    padding-top: 10px;
}
.rebate-text {
    color: #0a0a0a;
    padding: 5px 30px;
}
.button-grey {
    border-color: #575757 !important;
    background-color: #575757 !important;
}
.autoform .item-checkbox {
    padding-left: 50px !important;
    padding: 10px 20px 20px 75px !important;
    border: 0 !important;
}
.item-checkbox .checkbox {
    width: 80px;
    float: left;
    position: absolute;
    top: 23px;
    right: 8px;
    left: 8px;
    z-index: 3;
    margin-top: -21px;
}
.checkbox {
    position: relative;
    display: inline-block;
    padding: 7px 7px;
    cursor: pointer;
}
.autoform input[type="checkbox"] {

    padding: 0 !important;
    position: absolute;
    left: 15%;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    -webkit-appearance: none;
}
.checkbox input::before, .checkbox-icon::before {

    display: table;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 28px;
    background: #fff;
    content: ' ';
    -webkit-transition: background-color 20ms ease-in-out;
    transition: background-color 20ms ease-in-out;
    border-color: #dddddd;
    cursor: pointer;
}
.checkbox input::after, .checkbox-icon::after {

    -webkit-transition: opacity 0.05s ease-in-out;
    transition: opacity 0.05s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 33%;
    left: 25%;
    display: table;
    width: 14px;
    height: 6px;
    border: 1px solid #fff;
        border-top-color: rgb(255, 255, 255);
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: rgb(255, 255, 255);
        border-right-style: solid;
        border-right-width: 1px;
    border-top: 0;
    border-right: 0;
    content: ' ';
    opacity: 0;

}
.checkbox input:checked::before, .checkbox input:checked + .checkbox-icon::before {
    background: #d71920;
    border-color: #d71920;
}

.checkbox input:checked::after, input:checked + .checkbox-icon::after {
    opacity: 1;
}

/*****************************************
 * Customer search
 ****************************************/
 .customer-search-container .item {
}
.customer-search-dropdown-container {
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 3;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    margin-top: -6px;
}
.customer-search-dropdown-container.open {
    max-height: 50%;
    border: 1px solid #ddd;
}
.customer-search-dropdown {
    max-height: 8rem;
    overflow-y: auto;
    border-bottom: solid 1px #ddd;
}
.customer-search-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.85rem;
}
.customer-search-dropdown ul li {
    padding: 8px 10px;
    border-top: solid 1px #ddd;
    cursor: pointer;
    color: #AFAFAF;
}
.customer-search-dropdown ul li:hover {
    background-color: #eee;
}
.customer-search-dropdown ul li:first-child {
    border: none;
}
.customer-create-new {
    padding: 8px 10px;
    font-size: 0.85rem;
    color: #d71920;
    cursor: pointer;
}


.video-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow:hidden;
}
.video-container iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

@keyframes atwmOutLeft {
    0% {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateZ(0);
        transform: translateX(0%);
    }
    100% {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateZ(0);
        transform: translateX(-100%);
    }
}
.atwmOutLeft {
    -webkit-animation-name: atwmOutLeft;
    animation-name: atwmOutLeft;
    
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@keyframes atwmInLeft {
    0% {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateZ(0);
        transform: translateX(-100%);		
    }
    100% {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateZ(0);
        transform: translateX(0%);
    }
}
.atwmInLeft {
    -webkit-animation-name: atwmInLeft;
    animation-name: atwmInLeft;
    
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}


@keyframes atwmInRight {
    0% {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateZ(0);
        transform: translateX(100%);		
    }
    100% {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateZ(0);
        transform: translateX(0%);
    }
}
.atwmInRight {
    -webkit-animation-name: atwmInRight;
    animation-name: atwmInRight;
    
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

@keyframes atwmOutRight {
    0% {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateZ(0);
        transform: translateX(0%);
    }
    100% {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateZ(0);
        transform: translateX(100%);
    }
}
.atwmOutRight {
    -webkit-animation-name: atwmOutRight;
    animation-name: atwmOutRight;
    
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}


@media (min-width: 576px) {
    .atwm-header h1 {
        font-size: 17px;
    }
}
@media (min-width: 767px) {
    
    .atwm-login-form-container {
        max-width: 500px;
        width: auto;
    }
    .atwm-login-form-container > div {
        width: 500px;
    }
    
    .atwm-content-frame {
        width: 767px;
        overflow-y: auto;		
    }
    


    .atwm-list-cat-item {
        /*margin-top: 30px;*/
    }
    .atwm-action-box-backdrop .action-box-wrapper .action-box {
        max-width: 767px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .atwm-videos .spec table {
        margin-left: 0px;
        margin-right: initial;
    }
    .atwm-videos .spec td {
        vertical-align: top;
        width: auto;
        display: table-cell;
    }
    .atwm-videos .spec h3.video-title {
        text-align: left;
        padding-left: 10px;
        margin-top: 0;
    }
    .video-player-wrapper {
        display: flex;
        justify-content: left;
    }

    .video-container {
        width: 300px;
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
        overflow:hidden;
    }
    .video-items .video-container {
        width: 100%;
    }
    .glossary-content .video-container {
        width: 100%;
    }

    .atwm-curtain .atwm-video .video-container {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
        width: 750px;
    }

    .atwm-modal-backdrop .modal {
        top: 100%;
        right: 20%;
        bottom: -80%;
        left: 20%;
        overflow: visible;
        min-height: 240px;
        width: 60%;
    }
    .atwm-modal-backdrop.active .modal {
        top: 20%;
        bottom: 20%;
    }
    .atwm-notification-area	{
        top: 15px;
        left: auto;		
        width: 375px;
    }

    .videos-actions {
        min-width: 600px;
        max-width: 600px;
    }
    .videos .main .container {
        padding: 0;
    }

    .vehicle-videos {
        padding: 0 15px;
    }
    .vehicle-videos > .row > .col {
        padding: 0 20px;
    }
    .vehicle-videos > .row > .col:nth-child(odd) {
        background: #f2f2f2;
        padding: 20px 20px;
    }
    .vehicle-videos .video-sample {
        margin-bottom: 0;
    }

    .vehicle-videos label {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .vehicle-videos label .title {
        font-weight: 600;
        font-size: 18px;
    }
    .vehicle-videos label .select {
        
    }
}


/********************************
 * Devices Helpers
 ********************************/
.ios-d-block,
.ios-d-flex,
.ios-d-inline,

.ipad-d-block,
.ipad-d-flex,
.ipad-d-inline,

.android-d-block,
.android-d-flex,
.android-d-inline {
    display: none;
}

.desktop-d-block,
.desktop-d-flex,
.desktop-d-inline {
    display: none;
}


.app.ios .ios-d-block {
    display: block;
}
.app.ios .ios-d-inline {
    display: inline-block;
}
.app.ios .ios-d-flex {
    display: flex;
}

.app.ipad .ipad-d-block {
    display: block;
}
.app.ipad .ipad-d-inline {
    display: inline-block;
}
.app.ipad .ipad-d-flex {
    display: flex;
}


.app.android .android-d-block {
    display: block;
}
.app.android .android-d-inline {
    display: inline-block;
}
.app.android .android-d-flex {
    display: flex;
}


.app.desktop .desktop-d-block {
    display: block;
}
.app.desktop .desktop-d-inline {
    display: inline-block;
}
.app.desktop .desktop-d-flex {
    display: flex;
}

.app-android-download {
    text-align: center;
    margin-bottom: -30px;
}
.row.app-android-download .col .column-inner > * {
    padding-bottom: 0;
}

/********************************
 * Preloader
 ********************************/
.atwm-ajax-preloader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%,-50%);
    z-index: 2;
}
.sk-fading-circle {
    width: 40px;
    height: 40px;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
        transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
        transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
        transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
        transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
        transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
        transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
        transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
        transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
        transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
        animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
        animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
        animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
        animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
        animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
        animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
        animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; } 
}

.modal-content button.btn.btn-primary .atwm-ajax-preloader {
    display: none;
}
.modal-content button.btn.btn-primary:disabled .atwm-ajax-preloader,
.modal-content button.btn.btn-primary[disabled] .atwm-ajax-preloader {
    display: block;
}
.modal-content .btn.btn-primary .sk-fading-circle .sk-circle:before {
    background-color: #fff;
}



/********************************
 * Simple Accordian
 ********************************/
.atwm-image-bg {
    position: relative;
    z-index: 1;
}
.atwm-image-bg + div.atwm-content-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 20px;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    padding: 40px;
}
.atwm-color-white {
    color: #ffffff;
}
.atwm-bold-text {
    font-weight: bold;
}
.atwm-content-overlay p {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.atwm-learn-more {
    border: solid 2px #000000;
    padding: 10px 30px;
    padding-top: 14px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
}
.atwm-content-overlay .atwm-learn-more {
    border: solid 2px #ffffff;
    color: #ffffff;
    margin-top: 30px;
    display: inline-block;
}

.atwm-simple-accordians-row {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}
.atwm-simple-accordians-row .wpb_content_element {
    padding-bottom: 0 !important;
}
.atwm-simple-accordians-row .atwm-huge-text {
    font-size: 160px;
    text-align: center;
    padding-bottom: 0 !important;
    line-height: 1 !important;
}
.atwm-simple-accordians-row .atwm-huge-text .wpb_wrapper p {
    line-height: 1;
    margin-bottom: 0 !important;
}
.atwm-simple-accordian {
    margin-bottom: 20px;
}
.atwm-simple-accordian h3 {
    background-color: #EAEAEA;
    color: #DA2D27;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.atwm-simple-accordian p {
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
    margin: 0;
}
.atwm-simple-accordian.open p {
    max-height: 10000px;
}
.atwm-simple-accordian p strong {
    padding: 20px;
    display: inline-block;
    background-color: #F6F6F6;
}
.atwm-simple-accordian.open h3 {
    color: #EAEAEA;
    background-color: #DA2D27;
}
.atwm-height-6rem {
    min-height: 6rem;
}
@media (min-width: 767px) {
    .atwm-max-width-80p {
        max-width: 80%;
    }
    .vc_tta-panel-body .atwm-max-width-80p {
        margin-left: auto;
        margin-right: auto;
    }
}


.atwm-desktop {
    display: none;
}
.atwm-mobile {
    display: flex;
}
@media (min-width: 767px) {
    .atwm-desktop {
        display: flex;
    }
    .atwm-mobile {
        display: none;
    }
}