﻿/* Mach1 */

/* General START //////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

body { font-size: 16px; overflow: auto; }
::selection { background: #f05454; color: #fff; }
::-moz-selection { background: #f05454; color: #fff; }

:root { --vh: 100vh; --vw: 100vw; --app-height: 100%; }

@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.25) {
    body { zoom: 0.8; }
    :root { --vh: 125vh; --vw: 125vw; }
}

/* Remove float */
#GridContent { float: none; }

/* HEADER 2 */

/* Reset color of active link in menu */
#header2 ul.menu li.active { color: inherit; }

/* Delete a line under header menu links */
#header2 ul.menu > li:before { content: none; }

/* Reset hover color of header menu links */
#header2 ul.menu li:hover { color: inherit; }

/* Delete opacity border of header menu links in focus */
#header2 ul.menu li a:focus { opacity: 1; border-bottom: none; }

/* Delete bottom line of header social links in focus */
#header .social-links a:focus:after, #header2 .header-top-left a:focus:after { content: none; }

/* Category */

/* Fix for dropdown menu width inside filter on category page */
#CatalogModule .filters-box .filters-list-wrapper.active { width: 100%; }

#CatalogModule .filters-box ul.filter-list { min-width: 100%; }

/* Reset bootstrap font-size */
h1, h2 { font-size: inherit; }


/* Footer */

/* Remove padding top */
footer { padding-top: 0; }

/* Remove float & padding */
#SiteFooter { float: none; padding-bottom: 0; }

/* Fix for checkbox on Xiaomi devices */
form.shop-form input[type=checkbox]:checked { background: url(../../../warehouse/temp/story/checkboxV.svg); }

/* FIX FOR VH/VW IN STORY */
.fullScreenMenu #navbar-collapse-main.navbar-collapse.in { width: calc( var(--vw) * 1 + 40px ); min-height: calc( var(--vh) * 1 + 20px ) !important; }

.TopVideo iframe { width: calc( var(--vw) * 1.2 ); }

#home-gallery video { height: calc( var(--vh) * 1.1 ); width: calc( var(--vw) * 1.6 ) !important; }

.owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.45 ); }

header.search-open #header2 ul.menu li.search { width: calc( var(--vw) * 1 ); }

#SiteGridContainer { min-height: calc( var(--vh) * 0.8 ); }

#popup-modal-intro .modal-body img { max-height: calc( var(--vh) * 0.7 ); }

#home-gallery .slider-bg.stellar-bg { min-height: calc( var(--vh) * 1 ); }

.TopVideo { height: calc( var(--vh) * 1 ); }

.TopVideo iframe { height: calc( var(--vh) * 1.8 ); }

.flexslider .slides img { height: calc( var(--vh) * 0.85 ); }

.flexslider.modal-slider { max-height: calc( var(--vh) * 0.9 ); }

#multi-content-modal .modal-content { margin-top: calc( var(--vh) * 0.1 ); margin-bottom: calc( var(--vh) * 0.05 ); }

.modal-text #text1 { max-height: calc( var(--vh) * 0.25 ); }

#multi-content-modal.textInPop #PopUpData { max-height: calc( var(--vh) * 0.4 ); }

.blog-view-image { max-height: calc( var(--vh) * 0.5 ); }

.CurrentCategoryLocked { top: calc( var(--vh) * 0.44 ); }

#SiteGrid.CategoryLocked { min-height: calc( var(--vh) * 0.94 ); }
/* Delete bottom line of header social links in focus */
#header .social-links a:focus:after, #header2 .header-top-left a:focus:after { content: none; }

/* HEADER (with burger) */

/* Hide social icons behind open menu */
#header .social-links { position: relative; }



@media(max-width: 1440px) {
    .owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.55 ); }
}

@media(max-width: 1170px) {
    #multi-content-modal .modal-content { max-width: calc( var(--vw) * 0.95 ); }
}

@media(max-width: 1024px) {
    header.shopHeader #header2 ul.menu { width: calc( var(--vw) * 1 ); }

    #header2 ul.menu li.megaMenuSection { width: calc( var(--vw) * 0.9 ); left: calc( var(--vw) * -1 ); }

    .megaMenuSectionContainer { padding-right: calc( var(--vw) * 5 ); }

    #header2 ul.menu li.megaMenuSection { height: calc( var(--vh) * 0.1 ); }
}

@media(max-width: 991px) {
    #home-gallery video { width: calc( var(--vw) * 3 ) !important }

    .owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.7 ); }

    #multi-content-modal.textInPop .modal-content { max-width: calc( var(--vw) * 0.9 ); }

    #popup-modal-intro .modal-body { max-height: calc( var(--vh) * 0.75 ); }

    .flexslider .slides img, .flexslider.modal-slider { max-height: calc( var(--vh) * 0.6 ); }

    #GridPromo.fixedLayoutForm { top: calc( var(--vh) * 0.45 ); }

    #GridPromo.fixedLayoutForm.affix { top: calc( var(--vh) * 0.45 ); }
}

@media(max-width: 767px) {
    #popup-modal-intro .modal-body { width: calc( var(--vw) * 0.25 ); }

    #header .submenu { width: calc( var(--vw) * 0.97 ); }

    .modal-dialog { width: calc( var(--vw) * 0.9 ); }

    .owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.85 ); }

    .gallery-container { width: calc( var(--vw) * 0.95 ); }

    .CurrentCategoryLocked { width: calc( var(--vw) * 0.95 ); }

    #header .submenu { max-height: calc( var(--vh) * 0.75 ); }

    #home-gallery .slider-bg.stellar-bg { min-height: calc( var(--vh) * 0.95 ); }
    .flexslider .slides img { height: auto; }
    .TopVideo { height: calc( var(--vh) * 0.95 ); }

    .modal-image { padding-bottom: calc( var(--vh) * 0.22 ); }
    .flexslider .slides img, .flexslider.modal-slider { max-height: none; }
}

@media(max-width: 550px) {
    #header2 ul.menu { width: calc( var(--vw) * 0.9 ); }

    #home-gallery .slider-bg.stellar-bg { min-height: calc( var(--vh) * 0.95 ); }
}

/* General END //////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* Header */

#header .social-links a svg { width: 9px; fill: #222221; height: 19px; transition: 0.4s; }
#header .social-links a { border: 1px solid #222221; border-radius: 50%; width: 31px !important; height: 30px; display: flex; align-items: center; justify-content: center; transition: 0.4s; }
#header #header-right .closed { display: none; }
.nav-menu-anim { margin-left: 0; width: 30px; z-index: 4; }
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before, #nav-toggle-mobile span, #nav-toggle-mobile span:after, #nav-toggle-mobile span:before { height: 4px; width: 30px; }
#header .menu-nav { background: #222833; padding: 14px; order: 2; width: 58px; height: 58px; display: flex; align-items: center; border-radius: 4px; z-index: 4; }
#header .social-links { order: 1; margin: 0; }
#header { display: flex; align-items: center; justify-content: flex-end; padding: 25px 38px; }
#header #header-right { order: 3; padding: 0; display: flex; align-items: center; justify-content: space-between; width: auto; }
#header #header-center-kdm { order: 2; position: static; transform: none; font-size: 100%; }
#header #header-left { order: 1; padding: 0; flex-grow: 1; text-align: right; }
#header #header-left img { max-width: 146px; }
#header #header-center-kdm .address { display: none; }
#header #header-center-kdm a { border: 2px solid #f05454; border-radius: 50px; background: rgba(255, 255, 255, 0.52); color: #000000; font-weight: 600; padding: 6px 23px; transition: 0.4s; }
#header .submenu { left: 0; right: auto; z-index: 3; background: #222831; padding-bottom: 30px; border-radius: 4px; }
#header .menu-nav .open { display: none !important; }
#header .submenu li.social-mobile { display: none !important; }
#header .submenu > li.active { background: transparent; }
#header .submenu li > a { font-size: 110%; font-weight: 600; text-align: right; width: auto !important; position: relative; }
#header .submenu > li { max-width: 180px; margin: 0 auto; float: none; margin-bottom: 15px; text-align: right; }
#header .submenu > li:focus, #header .submenu > li:hover { background: transparent; }
#header .submenu li > a::before { content: ""; display: block; position: absolute; bottom: -2px; right: 0; height: 2px; background: #f05454; width: 0; transition: 0.4s; }
#header .submenu li > a:hover::before, #header .submenu li > a:focus::before { width: 100%; }
#header.bg #header-center-kdm { padding: 0; }
#header.bg #header-left img { max-width: 146px; }
#header.bg { background-color: #fff; box-shadow: 0 1px 6px 0 rgb(32 33 36 / 8%); }
#header .social-links a:hover, #header .social-links a:focus { background: #222221; }
#header .social-links a:hover svg, #header .social-links a:focus svg { fill: #fff; }
#header .submenu li > a:focus { color: #fff; text-decoration: none; outline: none; }
#header #header-center-kdm a:hover, #header #header-center-kdm a:focus { background: #f05454; color: #fff; }
.home-page #header:not(.bg) { background: transparent; }
#header #header-right .social-links { display: block; }
#header #header-center-kdm a:first-child { font-size: 100%; }
#header .phone-icon { display: none; }
#header .submenu li.active > a::before { width: 100%; }

/* Home page */
.home-page footer { display: none; }
.sections .grid-content-section { padding: 0; max-width: none; margin: 0; }
#allSectionsWrapper { overflow: hidden; }
.home-page .grid-boxes { margin: 0; display: flex; }
.home-page .grid-box { padding: 0; margin: 0; font-size: 0; }
.home-page .grid-boxes .grid-box-image { margin-bottom: 0; }
.homepage-content-wrapper { height: calc( var(--vh) * 1 ); display: flex; align-items: center; }
.homepage-content-section { overflow: hidden; height: 100%; padding-left: 15px; padding-right: 15px; width: 50%; background-size: cover; background-position: 100% 100%; background-repeat: no-repeat; display: flex; align-items: center; justify-content: flex-start; flex-direction: column; padding-top: calc( var(--vh) * 0.237 ); }
.homepage-content-section h2 { z-index: 1; font-weight: 600; font-size: 313%; margin-bottom: 44px; }
.homepage-section-btn { z-index: 1; background: #f05454; padding: 12px 19px; border: 1px solid transparent; border-radius: 50px; font-weight: 300; color: #fff; font-size: 131%; display: flex; align-items: center; justify-content: space-between; }
.homepage-section-btn span { margin-left: 25px; }
.homepage-section-btn svg { width: 22px; height: 19px; }
.homepage-bike-img { position: absolute; bottom: 57px; width: 296px; height: 265px; animation: ride 2s linear infinite; animation-delay: 1.5s; right: -100%; }
.homepage-gift1 { width: 28.8px; height: 35px; background: url(/warehouse/temp/mach1/homepage/pack1.png); background-size: contain; background-position: center; background-repeat: no-repeat; position: absolute; top: calc( var(--vh) * 0.06 ); left: 164px; }
.homepage-gift2 { width: 60px; height: 85.9px; background: url(/warehouse/temp/mach1/homepage/pack2.png); background-size: contain; background-position: center; background-repeat: no-repeat; position: absolute; top: calc( var(--vh) * 0.11 ); left: 48%; }
.homepage-gift3 { width: 128.3px; height: 184px; background: url(/warehouse/temp/mach1/homepage/pack3.png); background-size: contain; background-position: center; background-repeat: no-repeat; position: absolute; top: calc( var(--vh) * 0.5 ); left: 21%; }
.homepage-gift4 { width: 277.2px; height: 369px; background: url(/warehouse/temp/mach1/homepage/pack4.png); background-size: contain; background-position: center; background-repeat: no-repeat; position: absolute; top: calc( var(--vh) * 0.55 ); left: 44%; }
.homepage-gift1, .homepage-gift2, .homepage-gift3, .homepage-gift4 { transform-origin: 50% 0; animation: swinging 3.5s ease-in-out forwards infinite; }
.homepage-gift2, .homepage-gift4 { animation-delay: 0.7s; }
#Group_3567 { animation: spin 1.15s linear infinite; transform-origin: 35.5px 35.3px !important; }
#Group_3565 { animation: spin 1.15s linear infinite; transform-origin: 35.5px 35.3px !important; }
@supports (-webkit-touch-callout: none) { /* iOS only */ #Group_3567 { transform-origin: 17.8px 17.6px !important; }
    #Group_3565 { transform-origin: 17.8px 17.6px !important; }
}
#Path_1022 { filter: blur(4px); }
.homepage-section-btn:hover svg, .homepage-section-btn:focus svg { animation: move-aside 1.4s linear infinite; }
.homepage-section-btn:hover, .homepage-section-btn:focus { color: #fff; }
.top-caption { top: 50%; }
#GridTop { height: 320px; max-width: calc(100% - 74px);; margin: 0 auto; }
.top-caption h1 { color: #000; font-weight: 600; font-size: 104.3%; }
#subheadline h2 { font-weight: 600; font-size: 160%; max-width: 720px; margin-left: auto; margin-right: auto; margin-bottom: 13px; }
#text1 p, #text2 p { font-weight: 300; max-width: 720px; margin-left: auto; margin-right: auto; line-height: 1.5; }
h4 { font-size: 125%; font-weight: 300; margin-bottom: 37px; }
.home-page #header #header-center-kdm { display: none; }

/* Inner page */
.form-container-wide #DynamicFormObject { max-width: 900px; margin: 0 auto; background: #dcebf1; border: none; border-radius: 11px; box-shadow: 7px 13px 66px 0 rgba(0, 0, 0, 0.1); padding: 54px 60px 70px; display: flex; flex-direction: column; }
#DynamicFormObject:after { display: none; }
.form-container-wide #DynamicFormObject .dynamicFormObjectTitleAndText { width: 100%; }
.form-container-wide #DynamicFormObject .dynamicFormObjectFields { width: 100%; padding: 0; margin-bottom: 0; }
#DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle { font-weight: 600; font-size: 103%; }
.form-container-wide #DynamicFormObject .dynamicFormObjectField { width: 33.33333%; padding: 0 6px; }
.normal-form input { width: 100%; max-width: 100%; border: 1px solid #e1e5eb; box-shadow: none; background: #f1f6fb; font-size: 81% !important; padding-right: 20px; margin-bottom: 15px; height: 47px; font-weight: 300; }
.form-container-wide #DynamicFormObject .dynamicFormObjectSubmit { width: 100%; }
#DynamicFormObject input[type=submit] { max-width: 217px; background: #f05454; font-size: 119% !important; font-weight: 300; height: 50px; border-radius: 7px; border: 1px solid transparent; }
.normal-form input::placeholder { color: #212121; }
.normal-form textarea { max-width: 100%; width: 100%; border: 1px solid #e1e5eb; box-shadow: none; background: #f1f6fb; border-radius: 7px; font-size: 81% !important; padding-right: 20px; padding-top: 17px; font-weight: 300; min-height: 110px; }
.form-container-wide #DynamicFormObject .dynamicFormObjectField.textareaField { width: 100%; }
.must:before { top: 13px; }
.form-container-wide #DynamicFormObject .dynamicFormObjectFields:after { display: none; }
.form-container-wide #DynamicFormObject .dynamicFormObjectField.checkboxField { width: 100%; text-align: right; }
#DynamicFormObject input[type=submit]:hover, #DynamicFormObject input[type=submit]:focus { background: #f04646; color: #fff; border-color: transparent; }
.internalPage #GridPage { padding-top: 110px; }
#DynamicFormObject .checkboxField label { font-size: 81%; font-weight: 300; }
.internalPage #GridPage { margin-bottom: 50px; }
#text1 img, #text2 img { margin-bottom: 50px; }
#text1 ul, #text2 ul, #lobbyText ul { list-style: none; padding: 0; margin: 0; margin-bottom: 20px; margin-top: 10px; max-width: 720px; margin-left: auto; margin-right: auto; }
#text1 ul li, #text2 ul li, #lobbyText ul li { position: relative; display: table; margin: 0 auto; margin-bottom: 6px; font-weight: 300; line-height: 2; }
#text1 ul li::before, #text2 ul li::before, #lobbyText ul li::before { content: ""; display: block; position: absolute; right: -17px; top: 11px; width: 9px; height: 9px; background: #446f80; }
#text1 h3, #text2 h3 { font-weight: 600; font-size: 138%; margin-bottom: 13px; }
.rightAligning #text1 ul li, .rightAligning #text2 ul li { margin: 0; }
.rightAligning #text1 ul li, .rightAligning #text2 ul li { padding-right: 20px; }
.rightAligning #text1 ul li::before, .rightAligning #text2 ul li::before { right: 0; }
.gallery-cubes > div { padding: 8px; }
.internalPage #GridPage .max-width { max-width: 1280px; }
#galleryview { max-width: 1200px; margin-bottom: 60px; }
#text1, #text2 { margin-bottom: 50px; }
.form-container-wide #DynamicFormObject .dynamicFormEndText { width: 100%; margin-top: 30px; }
#ContentFaqModule { max-width: 720px; margin: 0 auto; }
#SiteGrid.layout-bottom #GridPromo { margin-bottom: 100px; }
.business-page .form-container-wide #DynamicFormObject .dynamicFormObjectField { width: 50%; }
.business-page .form-container-wide #DynamicFormObject .dynamicFormObjectField.textareaField { width: 100%; }
#lobbyText ul li { margin-right: 0; padding-right: 20px; }
#lobbyText ul li::before { right: 0; }
.solutions-page .owl-carousel .owl-item :hover .plus-sign { display: none; }
.solutions-page .owl-carousel .owl-item a.slide-bg-layer, .solutions-page .owl-carousel .owl-item a.slide-bg-layer { pointer-events: none; }
.order-page #GridPage:before { display: none; }
.order-page #GridPage:after { display: none; }

/* Footer */
#SiteFooter { background: #053f55; color: #fff; font-weight: 300; font-size: 88%; }
.footer-text-divided { display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; line-height: 1.8; padding-top: 47px; padding-bottom: 41px; }
#SiteFooter img { max-width: 250px; }
.footer-text-divided ul { list-style: none; padding: 0; margin: 0; margin-left: 50px; }
div.footer-text-right { display: flex; justify-content: flex-start; }
.footer-text-divided a:hover, .footer-text-divided a:focus { color: #fff; text-decoration: underline; }
.footer-text-divided .footer-text-middle img { width: 100%; }
.footer-text-divided > div.footer-text-left, .footer-text-divided > div.footer-text-right { width: 40%; }
#SiteFooter .site-credit.alternative { padding: 10px 0; }

/* Other */
.grid-rows .grid-row-text { width: 76%; }
.delivery-map .grid-rows .grid-row-cell { width: 53%; }
.delivery-map .grid-rows .grid-row { display: flex; justify-content: space-between; align-items: center; }
.delivery-map .internalPage #GridPage .max-width { max-width: 1200px; }
.delivery-map .grid-rows .grid-row-text h2 { font-weight: 600; font-size: 219%; margin-bottom: 29px; }
.delivery-map .grid-row li.slider-item { padding-bottom: 163.2%; }
.delivery-map .grid-rows .grid-row-text ul li { font-weight: 300; font-size: 113%; margin-bottom: 6px; position: relative; }
.delivery-map .grid-rows .grid-row-text ul { list-style: none; padding-right: 22px; }
.delivery-map .grid-rows .grid-row-text ul li::before { content: ""; display: block; width: 9px; height: 9px; position: absolute; right: -20px; top: 8px; background: #446f80; }
.solutions-page .owl-carousel .owl-item .item { max-width: 180px; margin: 0 auto; box-shadow: 2px 7px 10px 0 rgb(0 0 0 / 25%); -webkit-box-shadow: 2px 7px 10px 0 rgb(0 0 0 / 25%); padding: 14px; margin-top: 20px; margin-bottom: 20px; }
.solutions-page .grid-gallery-section { max-width: 890px; margin: 0 auto; margin-top: 40px; }
.solutions-page .owl-carousel .owl-next { left: -60px; }
.solutions-page .owl-carousel .owl-prev { right: -60px; }
#lobbyview h2, .internalPage h2 { font-family: 'Atlas'; font-weight: 600; font-size: 219%; }
.internalPage #GridPage:before { content: ""; width: 128.3px; height: 184px; background: url(/warehouse/temp/mach1/inner/2.png); background-size: contain; background-position: center; background-repeat: no-repeat; position: absolute; top: calc( var(--vh) * 0.2 ); left: 11%; transform-origin: 50% 0; animation: swinging 3.5s ease-in-out forwards infinite; }
.internalPage #GridPage:after { content: ""; width: 277.2px; height: 369px; z-index: -1; background: url(/warehouse/temp/mach1/inner/1.png); background-size: contain; background-position: center; background-repeat: no-repeat; position: absolute; top: calc( var(--vh) * 0.45 ); right: 4%; transform-origin: 50% 0; animation: swinging 3.5s ease-in-out forwards infinite; animation-delay: 0.7s; }
.solutions-page #lobbyview { text-align: right !important; }
.solutions-page #lobbyText { text-align: right; max-width: 720px; margin: 0 auto; }
.solutions-page h2 { max-width: 720px; margin: 0 auto; text-align: right; }
.solutions-page #lobbyview h2 { text-align: right; }

/* Order Page */

.order-page #headline { display: none; }
.order-page #SiteGridContainer { background-color: #dcedf3; }
.order-page #SiteGridContainer::before { content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.3; background-image: url('/warehouse/temp/mach1/buildings-bg.png'); background-repeat: no-repeat; background-position: bottom; background-size: 100% auto; }

.order-page #externalview iframe { margin-top: 0; overflow: hidden; display: block; /*height: 80vh !important;*/ }
.order-page .internalPage #GridPage { margin-bottom: 0; }
.order-page #GridTop.noTopImage { height: 110px; }

.order-page h2 { font-family: 'Atlas'; font-weight: 600; font-size: 138%; margin-bottom: 12px; }
.order-page .externalText { background: #70caf0; }
.order-page #externalText { background: #f1f8fb; padding: 18px 15px; width: calc( var(--vw) * 1 ); position: relative; left: 50%; right: 50%; margin-left: calc( var(--vw) * -0.5 ); margin-right: calc( var(--vw) * -0.5 ); order: 2; }
.order-page #externalText p { max-width: 1254px; margin: 0 auto; font-weight: 300; }
.order-page .internalPage #GridPage { overflow: hidden; padding-top: 0; }
.order-page #externalview { display: flex; flex-direction: column; }
.order-page #externalview iframe { order: 1; margin-bottom: 27px; margin-top: 65px; }


#SiteFooter { position: relative; z-index: 1; }
.delivery-map .image-section-data img { margin: 0 !important; }
.delivery-map .image-section-data, .delivery-map .grid-image-section { height: auto; }
.FormResultPage #GridTop.noTopImage { height: 200px; }
#accessability h2 { max-width: 720px; margin-left: auto; margin-right: auto; }
.accessabilityMainPage #headline h1 { max-width: 720px; margin: 0 auto; }
.accessabilityMainPage #text1 span, .accessabilityMainPage #text2 span { max-width: 720px; margin: 0 auto; }
#accessability #text1 { max-width: 720px; }

/* MEDIA */
@media (max-width: 1500px) {
    .delivery-map #GridPage:before, .delivery-map #GridPage:after { display: none; }
}

@media (max-width: 1200px) {
    .homepage-content-section h2 { font-size: 210%; }
}

@media (max-width: 991px) {
    .homepage-content-section h2 { font-size: 190%; }
    .homepage-section-btn { font-size: 120%; }
    #header .submenu > li { padding: 7px; }
}

@media (min-width: 768px) {
    #header .submenu { min-width: 280px; }
}

@media (max-width: 767px) {
    #header #header-center-kdm { display: none; }
    #header .submenu { position: fixed; top: 0; left: 0; right: auto; height: 100%; width: calc( var(--vw) * 1 ); margin: 0; max-height: unset; max-width: unset; padding-top: 90px; border-radius: 0; }
    #header .submenu > li { max-width: 83%; }
    #header #header-left img { max-width: 100px; }
    #header #header-left { z-index: 4; }
    .homepage-content-section h2 { font-size: 190%; }
    .homepage-section-btn { font-size: 120%; }
    .homepage-content-wrapper { flex-direction: column-reverse; }
    .homepage-content-section { width: 100%; }
    .homepage-gift4 { zoom: 0.6; left: auto; right: -3%; top: auto; bottom: calc( var(--vh) * -0.09 ); }
    .homepage-gift2 { left: -1%; }
    .homepage-gift1 { top: calc( var(--vh) * -0.005 ); zoom: 1.2; left: 40%; }
    .homepage-gift3 { display: none; }
    .homepage-content-section { padding-top: calc( var(--vh) * 0.167 ); height: calc( var(--vh) * 0.5 ); }
    .homepage-section-btn:hover svg, .homepage-section-btn:focus svg { animation: none; }
    #header .submenu li > a::before { bottom: -7px; }
    .internalPage #GridPage { padding-top: 50px; }
    .form-container-wide #DynamicFormObject .dynamicFormObjectField { width: 100%; }
    #DynamicFormObject .dynamicFormObjectField .must:before { right: 21px; }
    #DynamicFormObject input[type=submit] { font-size: 100% !important; }
    .footer-text-divided > div.footer-text-left { display: block; width: 100%; text-align: center; margin-top: 30px; }
    .footer-text-divided > div.footer-text-right { display: flex; width: 100%; justify-content: center; margin-bottom: 30px; text-align: center; }
    .footer-text-divided { flex-direction: column; }
    #SiteFooter img { max-width: 170px; }
    .footer-text-divided ul { margin-left: 10px; margin-right: 10px; }
    .site-credit.alternative { padding: 10px 0; }
    .site-credit.alternative div { display: flex; align-items: center; justify-content: space-between; }
    a.AccessabilityLink { margin-bottom: 0; }
    #DynamicFormObject .dynamicFormObjectTitleAndText h3.dynamicFormObjectTitle { margin-bottom: 0; }
    #SiteGrid.layout-bottom #GridPromo { margin-bottom: 40px; }
    #header.subopen #header-left img { display: none; }
    #header.subopen #header-left a::before { content: ""; display: block; position: absolute; top: 0; right: 0; width: 100px; height: 29px; background: url(/warehouse/temp/mach1/logo-white.png); background-size: cover; background-position: center; background-repeat: no-repeat; }
    .homepage-content-wrapper { height: var(--app-height); }
    .delivery-map .grid-rows .grid-row-cell { width: 100%; height: auto; }

    .delivery-map .box-image-animation img { height: auto !important; }

    .order-page #externalview iframe { min-height: 1450px; }
    .solutions-page .owl-carousel .owl-next { left: 10px; }
    .solutions-page .owl-carousel .owl-prev { right: 10px; }
    #lobbyview h2, .internalPage h2 { font-size: 160%; }
    .internalPage #GridPage:after, .internalPage #GridPage:before { display: none; }
}

@media (max-width: 550px) {
    #header { padding: 15px; }
    .homepage-section-btn span { margin-left: 10px; }
    .homepage-section-btn svg { max-width: 19px; }
    .homepage-section-btn { font-size: 101%; }
    .homepage-bike-img { zoom: 0.5; bottom: 10px; }
    .homepage-content-section { padding-top: calc( var(--vh) * 0.15 ); }
    .homepage-content-section h2 { margin-bottom: 20px; }
    .form-container-wide #DynamicFormObject { padding: 30px 20px 40px; }
    .business-page .form-container-wide #DynamicFormObject .dynamicFormObjectField { width: 100%; }
    .order-page #externalview iframe { margin-top: 20px; margin-bottom: 0; }
}

/* Animations */
@keyframes swinging {
    0% { transform: rotate(5deg); }
    50% { transform: rotate(-2.5deg) }
    100% { transform: rotate(5deg); }
}

@keyframes ride {
    0% { right: -25%; }
    50% { right: 100%; }
    100% { right: 100%; }
}

@keyframes driving {
    0% { right: -25%; }
    5% { bottom: 3%; }
    10% { transform: scale(0.9) rotateZ(-1deg); bottom: 5% }
    12.5% { transform: scale(0.9) rotateZ(0deg); }
    20% { transform: scale(0.9) rotateZ(5deg); }
    25% { transform: scale(0.9) rotateZ(0deg); }
    50% { right: 110%; bottom: 10%; transform: scale(0.9) rotateZ(0deg); }
    100% { right: 110%; bottom: 10%; transform: scale(0.9) rotateZ(0deg); }
}

@keyframes spin {
    100% { transform: rotate(-360deg); }
}

@keyframes move-aside {
    0%, 100% { -webkit-transform: none; transform: none; -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1); animation-timing-function: cubic-bezier(.215, .61, .355, 1); }
    50% { -webkit-transform: translateX(-5px); transform: translateX(-5px); -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, 2); animation-timing-function: cubic-bezier(.55, .055, .675, 2); }
}
