﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
}

ul {
    padding: 0;
}

.tab-pane ul {
    padding-left: 40px;
}

img {
    width: auto \9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

h2, .h2, h3, .h3 {
    font-weight: bold;
    margin: 10px auto;
    line-height: 40px;
}

h2, .h2 {
    font-size: 31.5px;
}

h3, .h3 {
    font-size: 24.5px;
}

h5, .h5 {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.umb-grid .tab-content .container table:not(.tractor-quote-options) tr:first-child {
    border-bottom: 1px solid #666;
    font-weight: bold;
}

.umb-grid .tab-content .container table:not(.tractor-quote-options) tr td {
    position: relative;
    padding: 9px;
}

.umb-grid .tab-content .container table:not(.tractor-quote-options) tr:nth-child(2n) {
    background: #F2F2F2;
}

.umb-grid .tab-content .container table:not(.tractor-quote-options) tr:nth-child(2n) td:before {
    content: "";
    display: block;
    background: #FFF;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
}

.umb-grid .tab-content .container table:not(.tractor-quote-options) tr:nth-child(2n) td:first-child:before {
    display: none;
}

.container:before, .container:after {
    display: table;
    line-height: 0;
    content: "";
}

.btn {
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #BBB;
    border-color: rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-lg {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn.active, .btn:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
}

.lead {
    line-height: 30px;
    font-size: 21px;
}

.container {
    width: 940px;
}

.umb-grid > .grid-section > div > .container > .row > [class*="col-md-"],
.umb-grid > .grid-section > div > .container > .row > [class*="col-sm-"] {
    padding-left: 0;
    padding-right: 0;
}

#footer-container {
    padding-left: 0;
    padding-right: 0;
}

.quote-button {
    display: block;
    background: #CA0B00;
    color: white;
    border-radius: 4px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px !important;
    font-weight: normal !important;
    float: right;
}

.quote-button:hover {
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.5);
    color: white;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: normal !important;
}

.page-header {
    margin: 20px 0 30px;
}

/* CUSTOM NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: relative;
    z-index: 10;
    margin-top: 50px;
    margin-bottom: -120px;
    padding: 0;
    width: 98%;
}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
    border: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.navbar-inverse {
    color: #999;
    border: none;
    background: none;
}

.navbar-inverse:before,
.navbar-inverse:after {
    display: none;
}

.navbar-nav.pull-right {
    margin-right: 0;
}

.navbar-inverse .navbar-collapse {
    border: none;
    padding: 0;
    position: relative;
}

.navbar-inner:before, .navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}

.navbar-inner:after {
    clear: both;
}

.navbar-inverse .navbar-collapse:before, .navbar-inverse .navbar-collapse:after {
    display: none;
}

/* Downsize the brand/project name a bit */
.navbar .navbar-brand {
    padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    margin-left: -20px;
}

/* Navbar links: increase padding for taller navbar */
.navbar .navbar-nav > li > a {
    padding: 15px 20px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .navbar-btn {
    margin-top: 15px;
    display: none;
}

.navbar .navbar-btn .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-btn .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar-nav {
    list-style: none;
    margin-right: 10px;
    position: relative;
    left: 0;
}

.navbar-nav > li > a {
    display: block;
}

.acus-logo {
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -90px;
    z-index: 11;
}

.navbar-mgh .navbar-inner {
    background-color: #ca0b00;
    background-image: -moz-linear-gradient(top, #c90900, #9a0500);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c90900), to(#9a0500));
    background-image: -webkit-linear-gradient(top, #c90900, #9a0500);
    background-image: -o-linear-gradient(top, #c90900, #9a0500);
    background-image: linear-gradient(to bottom, #c90900, #9a0500);
    background-repeat: repeat-x;
}

.navbar-mgh .navbar-brand,
.navbar-mgh .navbar-nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.navbar-mgh .navbar-brand {
    font-size: 24px;
    padding: 13px;
    height: auto;
}

.navbar-mgh .navbar-brand span {
    font-size: 14px;
    font-weight: normal;
    opacity: 0.9;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.12);
}

.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    text-decoration: none;
}

.nav-utility {
    position: absolute;
    top: -35px;
    right: 0;
}

.navbar .nav-utility .navbar-nav > li > a::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 15px;
    background-color: #FFF;
    margin: 0 0 0 9px;
    position: relative;
    top: 2px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.navbar .nav-utility .navbar-nav > li:last-child > a::after {
    display: none;
}

.navbar .nav-utility .navbar-nav a,
.navbar .nav-utility .navbar-nav a:hover {
    color: #fff;
    padding: 5px;
    background: none;
    font-size: 13px;
    text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 20px #000, 0 0 20px #000;
}

/* BANNER
-------------------------------------------------- */

.home-banner-img {
    padding-top: 32.3%;
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.home-banner-img-print {
    display: none;
}

.home-banner-img .container {
    padding: 0;
}

.home-banner-text {
    margin-top: -20%;
    padding: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    width: 50%;
    box-sizing: content-box;
}

.home-banner-text-bg {
    display: none;
}

.bg-container {
    background: url('../img/carbon_fibre_big.png');
    padding-top: 170px;
    box-shadow: inset 0 -60px 40px -30px #fff;
}

.umbraco-forms-label {
    padding: 11px 10px 0 0;
    font-weight: normal;
}

.umbraco-forms-label .umbracoForms-Indicator,
.umbraco-forms-container .field-validation-error {
    color: #C90900;
}

.umbraco-forms-container select.form-control {
    width: auto;
    max-width: 100%;
}

.umbraco-forms-container textarea.form-control {
    height: 212px;
}

div.technical-data-wrapper {
    padding: 5px 10px 10px 10px;
    border: 1px solid #D5D5D5;
}

div.technical-data-wrapper h4 {
    font-weight: bold;
    background: #D5D5D5 !important;
    padding: 10px;
    margin: -5px -10px 5px;
    text-transform: uppercase;
}

.header-return-link {
    margin: 20px 0 -20px;
}

.header-return-link a {
    color: #C90900;
}

.tractor-list .tractor {
    margin-bottom: 30px;
}

.tractor-list .tractor-inner {
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    padding: 10px;
    transition: .15s border-color;
    position: relative;
    text-align: center;
    background: linear-gradient(to bottom, #f2f2f2, #d5d5d5);
}

.tractor-list .tractor:hover .tractor-inner {
    border-color: rgba(201, 9, 0, 1);
}

.tractor-list .tractor-inner h3 {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 0;
}

.tractor-list .tractor-inner h4 {
    font-size: 16px;
}

.tractor-list .tractor-inner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tractor-list .tractor-inner .tractor-image {
    padding-top: 90%;
    background: 50% 100% no-repeat;
    background-size: contain;
    width: calc(100% - 4px);
    left: 2px;
    bottom: 2px;
    border-radius: 6px;
    position: relative;
    mix-blend-mode: multiply;
}

.tractor-list .tractor-inner .tractor-image img {
    display: none;
}

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background: linear-gradient(to bottom, #c90900, #9a0500);
    color: white;
    cursor: pointer;
    border-radius: 15px;
    width: 120px;
    height: 50px;
    line-height: 1rem;
    transition: .15s background-color;
}

#scrollTopBtn span {
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
}

#scrollTopBtn:hover {
    background: linear-gradient(to bottom, #9a0500, #c90900);
}

.tractor-header-wrapper {
    float: left;
    width: 75%;
}

.tractor-header {
    margin-bottom: 0;
    border: none;
}

.tractor-header-separator {
    padding-top: 16px;
    margin: 0 auto 30px;
    border-bottom: 1px solid #EEE;
    clear: both;
}

.tractor-quote {
    padding: 8px;
    text-align: center;
    border: 1px solid #D5D5D5;
    width: 25%;
    float: right;
    margin-top: 20px;
}

.tractor-quote h5 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 auto;
    color: #303030;
}

#customized-quote-wrapper {
    display: none;
    margin: 15px auto 0;
}

.tractor-quote-options {
    width: 100%;
}

.tractor-quote-options tr.header {
    border-bottom: 1px solid #D5D5D5;
}

.tractor-quote-options tr[data-price]:not(.dealer-margin-item):hover {
    background: rgba(0, 0, 0, 0.05)
}

.tractor-quote-options th,
.tractor-quote-options td {
    padding: 4px 16px 4px 8px;
    vertical-align: top;
}

.tractor-quote-options th {
    vertical-align: bottom;
}

.tractor-quote-options td:first-child {
    white-space: nowrap;
}

.tractor-quote-options tr:not(.quote-for) td:last-child {
    text-align: right;
}

.tractor-quote-options label {
    font-weight: normal;
    margin: 0 auto;
    cursor: pointer;
}

#cb-base {
    display: none;
}

.tractor-quote-options .sum-line td {
    position: relative;
    padding: 1em 0;
}

.tractor-quote-options .sum-line td div {
    border-bottom: 1px solid #303030;
}

.col-md-4 + .col-md-8 .tractor-quote-options .sum-line td div {
    width: 150%;
    position: absolute;
    right: 0;
}

.tractor-quote-options .tractor-total,
.tractor-quote-options .dealer-cost,
.tractor-quote-options .customer-total {
    background: #D5D5D5;
}

.tractor-quote-options .tractor-total td,
.tractor-quote-options .dealer-cost td,
.tractor-quote-options .customer-total td {
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: bold;
}

.dealer-margin-item input[type=number] {
    text-align: right;
}

.quote-for .col-sm-4 {
    padding-left: 0;
    padding-right: 30px;
    display: none;
}

.quote-for.show-quote-for .col-sm-4,
.quote-for .col-sm-4:first-child,
.quote-for.show-quote-for .col-sm-4:first-child label[for='cb-quote-for'] ~ div {
    display: block;
}

.quote-for input[type=text] {
    width: 100%;
}

.date-time-mark-wrapper,
.dealer-info-box,
.quote-for-box,
.quote-for .col-sm-4:first-child label[for='cb-quote-for'] ~ div,
.prepared-by,
.for-customer {
    display: none;
}

body.doctype-tractor .umb-grid div.row > div.column {
    background: #FFF;
}

body.doctype-tractor .umb-grid .column:first-child {
    z-index: 2;
}

.technical-data-wrapper ul {
    padding-left: 1em;
}

.tractor-print-image {
    display: none;
}

.sitemap ul {
    padding-left: 1em;
}

.tab-print-header {
    display: none;
}

table.standard-settings {
    width: 100%;
}

.umb-grid .tab-content .container table.standard-settings tbody + tbody tr td {
    vertical-align: top;
}

.umb-grid .tab-content .container table.standard-settings tbody + tbody tr:first-child td {
    padding-bottom: 4px;
    vertical-align: bottom;
}

table.standard-settings tbody + tbody tr:first-child td + td {
    font-weight: normal;
}

.umb-grid .tab-content .container table.standard-settings tbody + tbody tr + tr td:first-child {
    padding-left: 27px;
}

.umb-grid .tab-content .container table.standard-settings tbody + tbody tr {
    border-color: #F2F2F2 !important;
    background: none !important;
}

.umb-grid .tab-content .container table.standard-settings tbody + tbody tr + tr {
    border-bottom: 1px solid #F2F2F2 !important;
}

.umb-grid .tab-content .container table.standard-settings tbody:nth-child(2n) {
    background: #F2F2F2;
}

.umb-grid .tab-content .container table.standard-settings tbody:nth-child(2n) tr {
    border-color: #FFF !important;
}

.umb-grid .tab-content .container table.standard-settings tbody:nth-child(2n) tr + tr td:before {
    display: none;
}

.umb-grid .cards-section .container {
    display: flex;
}

.umb-grid .cards-section .container .row {
    display: flex;
    flex: 1 1 auto;
}

.umb-grid .cards-section .row [class*="col-"] > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.umb-grid .cards-section .row [class*="col-"] > div > h2 {
    margin: 0;
}

.umb-grid .cards-section .row [class*="col-"] > div > p {
    margin: 10px 0 15px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 1200px) {

    .home-banner-text {
        width: 40%;
    }

    .container {
        width: 1170px;
    }

    .col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .umb-grid > .grid-section > div > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .umb-grid > .grid-section > div > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .umb-grid > .grid-section > div > .container > .row > [class*="col-md-"],
    .umb-grid > .grid-section > div > .container > .row > [class*="col-sm-"] {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .container {
        width: 724px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-4:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 979px) {

    .container.navbar-wrapper {
        margin-bottom: 0;
        margin-top: 20px;
        width: auto;
    }

    .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
    }

    .nav-utility {
        position: relative;
        top: auto;
        border-top: 1px solid #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .navbar .navbar-collapse .navbar-nav > li > a {
        color: #fff;
        font-size: inherit;
        text-shadow: none;
        margin-bottom: 2px;
    }

    .navbar .navbar-collapse .navbar-nav > li > a:hover {
        background-color: rgba(255, 255, 255, 0.15);
        font-size: inherit;
        text-shadow: none;
    }

    .navbar .navbar-collapse {
        clear: both;
        overflow: hidden !important;
    }

    .navbar .navbar-collapse.collapse:not(.in):not(.collapsing) {
        height: 0 !important;
    }

    .navbar .navbar-collapse .nav-utility .navbar-nav > li > a {
        padding: 15px 20px;
        color: #fff;
    }

    .navbar .navbar-collapse .navbar-nav {
        margin-top: 10px;
        margin-bottom: 10px;
        float: none !important;
        margin-left: 0;
        font-weight: bold;
    }

    .navbar-collapse .navbar-nav > li {
        float: none;
    }

    .navbar .navbar-btn {
        display: block;
        float: right;
        padding: 7px 10px;
        margin-right: 5px;
        margin-left: 5px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0e0e0e;
        background-image: -moz-linear-gradient(top, #151515, #040404);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
        background-image: -webkit-linear-gradient(top, #151515, #040404);
        background-image: -o-linear-gradient(top, #151515, #040404);
        background-image: linear-gradient(to bottom, #151515, #040404);
        background-repeat: repeat-x;
        border-color: #040404 #040404 #000;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }

    .acus-logo {
        width: 62px;
        left: 0;
        top: 5px;
        margin: 0;
    }

    .navbar-mgh .navbar-brand {
        font-size: 18px;
        padding: 10px 10px 10px 50px;
        margin: 0 0 0 -5px;
    }

    .navbar-mgh .navbar-brand span {
        display: block;
        font-size: 12px;
    }

    .bg-container {
        padding: 30px;
    }

    .home-banner-text {
        margin-top: -30%;
        width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 991px) {
    .tractor-quote-options .sum-line td div {
        width: auto !important;
        position: relative !important;
    }
}

@media (max-width: 767px) {
    body {
        padding-right: 20px;
        padding-left: 20px;
    }

    .container {
        width: auto;
    }

    .navbar-inner {
        margin: -20px;
    }

    .home-banner-img {
        margin: 0 -20px;
    }

    .home-banner-text {
        margin-top: 5%;
        width: 80%;
    }

    .tractor-header-wrapper,
    .tractor-quote {
        width: auto;
        float: none;
        text-align: center;
    }

    .tractor-detail-image {
        display: block;
        margin: 0 auto;
    }
}

@media print {
    body {
        padding: 0;
        margin: 0;
        font-size: 8pt;
    }

    h2, .h2 {
        font-size: 18pt;
    }

    h3, .h3 {
        font-size: 14pt;
    }

    h4, .h4 {
        font-size: 10pt;
    }

    h5, .h5 {
        font-size: 8pt;
    }

    body.show-quote-for .tab-pane,
    .tab-print-header {
        display: block;
        opacity: 1;
    }

    body.show-quote-for .tab-pane,
    body.show-quote-for .tab-pane .column:not(.col-md-12) {
        page-break-after: always;
    }

    body.show-quote-for .tab-pane:last-child,
    body.show-quote-for .tab-pane .column:not(.col-md-12):last-child {
        page-break-after: avoid;
    }

    .acus-logo {
        position: relative;
        display: block;
        width: 180px;
        margin: 0 auto;
        left: 0;
    }

    .home-banner-img-print {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none !important;
        max-height: none;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .home-banner-text {
        position: relative;
        z-index: 1;
    }

    .home-banner-text > * {
        position: relative;
        z-index: 1;
    }

    .home-banner-text-bg {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .home-banner-text a {
        display: none;
    }

    body:not(.doctype-tractor) .umb-grid .col-sm-4 {
        width: 33%;
        clear: none;
        float: left;
    }

    body.doctype-tractor .umb-grid .column {
        float: none;
        width: auto;
        margin-bottom: 1em;
    }

    .tractor-print-image {
        max-width: 180px;
        width: calc(33.333333333333333% - 2em);
        display: block;
        margin: 0 auto 1em;
    }

    .tractor-list .tractor {
        width: 25%;
        page-break-inside: avoid;
        height: auto !important;
    }

    .tractor-list .tractor:nth-child(4n+1) {
        clear: left;
    }

    body.doctype-tractor .acus-logo,
    .navbar-wrapper,
    .bg-container,
    .tractor-header-wrapper,
    .tractor-quote,
    .tractor-quote-options:not(.show-all) tr[data-price]:not(.selected):not(.dealer-margin-item),
    .tractor-quote-options tr.dealer-cost-item:not(.selected),
    .tractor-quote-options tr.show-options,
    .tractor-quote-options tr.dealer-cost-item input,
    .tractor-quote-options tr.quote-for,
    .tractor-quote-options tr.print-button,
    .tractor-detail-image,
    .no-print,
    a[href]:after,
    .quote-button,
    .show-quote-for .for-dealer:not(.override-for-dealer) {
        display: none;
    }

    #addl-dealer-costs-text,
    #dealer-list-price {
        font-weight: bold;
    }

    .show-quote-for span.for-customer {
        display: inline;
    }

    .show-quote-for tr.for-customer {
        display: table-row;
    }

    .date-time-mark-wrapper {
        display: table-row;
    }

    .date-time-mark-wrapper td {
        padding-top: 2em;
    }

    .tractor-quote-options .sum-line td div {
        width: 100% !important;
    }

    .dealer-margin-item input[type=number] {
        border: 1px solid #ccc;
    }

    .quote-box-container:after {
        clear: none;
    }

    .dealer-info-box,
    .quote-for-box {
        display: block;
        visibility: hidden;
        width: 33.333333333333333%;
        float: left;
        margin: 0 1em 1em 0;
        border: 1px solid #CCC;
        padding: 1em;
    }

    .quote-for-box {
        float: right;
        margin: 0 0 1em 1em;
    }

    .dealer-info-box.show-box,
    .quote-for-box.show-box {
        visibility: visible;
    }

    .dealer-info-box.show-box:before {
        content: "Dealer Info:";
        display: block;
        font-weight: bold;
    }

    .dealer-info-box div,
    .quote-for-box div,
    .prepared-by td > div {
        margin-top: 1em;
    }

    .quote-for-box div:first-child {
        margin-top: 0;
    }

    .prepared-by.show-box {
        display: table-row;
    }

    .prepared-by td {
        padding-top: 2em;
    }

    .prepared-by td:first-child:before {
        content: "Prepared by:";
        display: block;
        font-weight: bold;
    }

    .prepared-by label {
        font-weight: bold;
        width: 75px;
        vertical-align: top;
    }

    .tractor-list .tractor-inner {
        border-color: #CCC;
        height: auto !important;
    }

    .tractor-list .tractor-inner h3 {
        min-height: 38px;
    }

    .tractor-list .tractor-inner h4 {
        min-height: 68px;
    }

    .tractor-list .tractor-inner .tractor-image {
        position: relative !important;
    }

    .tractor-list .tractor-inner .tractor-image img {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1000%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 0 0 6px 6px;
    }
}


/* Modal Video Popup */
/* 4 columns */
.col-sm-3.column .video-modal-description {
    width: 100%;
    position: inherit;
    padding-left: 15px;
    padding-right: 15px;
    background: #E9EDEC;
    display: inline-block;
    min-height: 240px;
}

.col-sm-3.column .video-modal-description h2 {
    font-size: 26.5px;
}

.col-sm-3.column .video-modal-background .thumb {
    width: 45px;
    height: 45px;
}

.col-sm-3.column .video-modal-background img.main-background {
    min-height: 200px;
}

/* 3 columns */
.col-sm-4.column .video-modal-description {
    width: 100%;
    position: inherit;
    padding-left: 15px;
    padding-right: 15px;
    background: #E9EDEC;
    display: inline-block;
    min-height: 160px;
}

.col-sm-4.column .video-modal-description h2 {
    font-size: 26.5px;
}

.col-sm-4.column .video-modal-background .thumb {
    width: 45px;
    height: 45px;
}

.col-sm-4.column .video-modal-background img.main-background {
    min-height: 200px;
}

.video-modal-background .video-duration {
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}

@media (max-width: 1200px) {
    .col-sm-4.column .video-modal-description,
    .col-sm-3.column .video-modal-description {
        min-height: 340px;
    }
}

@media (max-width: 975px) {
    .col-sm-4.column .video-modal-description,
    .col-sm-3.column .video-modal-description {
        min-height: 380px;
    }
}

@media (max-width: 767px) {
    .col-sm-4.column .video-modal-description,
    .col-sm-3.column .video-modal-description {
        margin-bottom: 20px;
        min-height: initial;
    }
}

/* 1  column */
.video-modal-background {
    display: inline-block;
    position: relative;
    width: 100%;
}

.video-modal-background img {
    max-width: 100%;
}

.video-modal-background img.main-background {
    width: 100%;
}

.video-modal-content {
    display: inline-block;
    position: relative;
    width: 100%;
}

.video-modal-background .thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    cursor: pointer;
}

.video-modal-description {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    padding-left: 30px;
}

.video-modal-description span {
    margin-bottom: 15px;
    display: inline-block;
}

@media (max-width: 767px) {
    .video-modal-background .thumb {
        width: 76px !important;
        height: 76px !important;
    }

    .video-modal-description {
        position: static;
        background: #fff;
        padding-left: 15px;
    }
}

.modal-video {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    outline: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: visibility .3s, opacity .3s;
}


html.modal-video-open, html.modal-video-open body {
    overflow: hidden;
}

.modal-video.visible {
    visibility: visible;
    opacity: 1;
}

.modal-video:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.modal-video .modal-dialog {
    position: relative;
    display: inline-block;
    width: 800px;
    margin: 45px 0;
    vertical-align: middle;
}

@media (max-width: 62em) {
    .modal-video .modal-dialog {
        width: 720px;
    }
}

@media (max-width: 48em) {
    .modal-video .modal-dialog {
        width: 90%;
        margin-top: 60px;
        vertical-align: top;
    }
}

.modal-video .modal-content {
    padding: 10px;
}

.modal-video .map {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.modal-content .map::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.modal-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-video .modal-close {
    position: absolute;
    top: -32px;
    right: -18px;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    background: url(/img/close-icon.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}

@media (max-width: 48em) {
    .modal-video .modal-close {
        top: -25px;
        width: 14px;
        height: 14px;
    }
}

.umbraco-forms-submitmessage {
    font-size: 1.2em;
    font-weight: bold;
}
