*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.calculators fieldset legend, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/FontAwesome.eot?xse37r");
    src: url("fonts/FontAwesome.eot?xse37r#iefix") format("embedded-opentype"), url("fonts/FontAwesome.ttf?xse37r") format("truetype"), url("fonts/FontAwesome.woff?xse37r") format("woff"), url("fonts/FontAwesome.svg?xse37r#FontAwesome") format("svg");
    font-weight: normal;
    font-style: normal
}

h1 {
    font-size: 2.8rem;
    line-height: 1.2
}

h2 {
    font-size: 2.4rem
}

.calculators fieldset legend, h3 {
    font-size: 2rem
}

h4 {
    font-size: 1.4rem
}

h5 {
    font-size: 1rem
}

img {
    max-width: 100%
}

ol, p, ul {
    margin-bottom: 1.6em
}

li {
    margin-bottom: 0.4em;
    line-height: 1.2
}

p {
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-size: 16px;
    line-height: 21px
}

a {
    text-decoration: none
}

.calculators fieldset legend, h1, h2, h3, h4, h5 {
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    font-weight: bold;
    margin: 0 0 0.2em
}

body {
    background-color: #F8F8F8
}

.wide {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    position: relative
}

.buttonbar a:before {
    margin-right: 6px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

@media (min-width:1200px) {
    .buttonbar a:before {
        font-size: 22px;
        line-height: 22px;
        vertical-align: middle
    }
}

.buttonbar a:hover:before {
    font-size: 120%
}

.cornerbuttonblue {
    border-right: 3px solid #142232;
    border-bottom: 3px solid #142232;
    background-image: url(../images/corner-button.png)
}

.cornerbuttonwhite {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-image: url(../images/corner-button-white.png)
}

.browseMachines:before {
    content: "\e901";
    font-family: FontAwesome
}

.browseMachinesWhite:before {
    content: "\e901";
    font-family: FontAwesome;
    color: #fff
}

.buyParts:before {
    content: "\f013";
    font-family: FontAwesome
}

.rentEquipment:before {
    content: "\e900";
    font-family: FontAwesome
}

.scheduleMaintenance:before {
    content: "\f0ad";
    font-family: FontAwesome
}

.usedEquipment:before {
    content: "\f021";
    font-family: FontAwesome
}

.btn-1e:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.btn-1e:active, .btn-1e:hover {
    color: #0e83cd
}

    .btn-1e:hover:after {
        height: 260%;
        opacity: 1
    }

    .btn-1e:active:after {
        height: 400%;
        opacity: 1
    }

.actionbutton {
    display: block;
    margin: 10px 0;
    padding: 10px 20px;
    max-width: 255px;
    color: #142232;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.button-centered {
    margin: 0 auto
}

.action-button-primary {
    background-color: #FFC60B
}

    .action-button-primary:hover {
        background-color: #FFDA61
    }

.action-button-secondary {
    background-color: #EB0129
}

    .action-button-secondary:hover {
        background-color: #AF151A
    }

.btn, .calculators fieldset input[type=button], .calculators fieldset input[type=submit], a.btn {
    display: block;
    margin: 10px 0;
    padding: 10px 20px;
    max-width: 255px;
    color: #142232 !important;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    background-color: #FFC60B;
    text-transform: uppercase
}

    .btn:hover, .calculators fieldset input:hover[type=button], .calculators fieldset input:hover[type=submit], a.btn:hover {
        background-color: #FFDA61
    }

.btnPrimary, a.btnPrimary {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    max-width: 255px;
    color: #142232 !important;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    border: 3px solid #FFC60B;
    background-color: #FFC60B;
    text-transform: uppercase
}

    .btnPrimary:hover, a.btnPrimary:hover {
        background-color: #FFDA61
    }

.btnSecondary, a.btnSecondary {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    max-width: 255px;
    color: #142232 !important;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    background-color: #FFF;
    border: 3px solid #142232;
    text-transform: uppercase
}

    .btnSecondary:hover, a.btnSecondary:hover {
        background-color: #c4d4e7
    }

.contacticons {
    margin-top: 20px;
    margin-bottom: 0px
}

    .contacticons li {
        display: inline-block;
        margin: 5px
    }

    .contacticons a:hover {
        color: #788696 !important
    }

.breadcrumbs {
    padding-bottom: 30px
}

    .breadcrumbs a {
        color: #142232 !important
    }

    .breadcrumbs p {
        font-size: 10px;
        color: #A6A6A6;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        text-transform: uppercase;
        color: #142232 !important
    }

.buttonbar-white a {
    color: white !important
}

.headerwrap {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100
}

.pagewrap {
    margin-top: 90px
}

    .pagewrap span#teaser {
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        text-shadow: 1px 1px 1px #333
    }

.mainShade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 99
}

    .mainShade.on {
        display: block
    }

header.meta {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F1F1F1
}

    header.meta:after, header.meta:before {
        content: '';
        display: table
    }

    header.meta:after {
        clear: both
    }

@media (min-width:1200px) {
    header.meta {
        padding-right: 44px
    }
}

header.meta .search {
    margin: 0 0 0 12px;
    font-size: 11px;
    height: 16px;
    padding: 6px 0 0
}

@media (min-width:500px) {
    header.meta .search {
        float: right;
        margin-left: 0px;
        margin-right: 20px
    }
}

@media (min-width:992px) {
    header.meta .search {
        padding: 8px 0 0
    }
}

header.meta .search input {
    min-width: 22px;
    max-width: 44px;
    height: 16px;
    margin-right: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #F1F1F1;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

    header.meta .search input:focus {
        min-width: 50px;
        max-width: 150px;
        outline: none;
        background-color: #F8F8F8
    }

    header.meta .search input::-webkit-input-placeholder {
        color: #232323;
        opacity: 1
    }

    header.meta .search input::-moz-placeholder {
        color: #232323;
        opacity: 1
    }

    header.meta .search input:-ms-input-placeholder {
        color: #232323;
        opacity: 1
    }

    header.meta .search input:-moz-placeholder {
        color: #232323;
        opacity: 1
    }

    header.meta .search input::-moz-placeholder {
        font-size: 11px;
        vertical-align: bottom;
        color: #142232
    }

    header.meta .search input::-webkit-input-placeholder {
        font-size: 11px;
        vertical-align: bottom;
        color: #142232
    }

    header.meta .search input:-ms-input-placeholder {
        font-size: 11px;
        vertical-align: bottom;
        color: #142232
    }

@media (min-width:500px) {
    header.meta .search input {
        margin-right: 0
    }
}

@media (min-width:768px) {
    header.meta .search input:focus {
        border: 1px solid #f2f2f2;
        min-width: 280px;
        max-width: 300px
    }
}

header.meta .search span {
    font-size: 14px;
    vertical-align: top
}

header.meta .topSocial {
    float: right;
    padding: 0 15px 0 0
}

    header.meta .topSocial ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0
    }

    header.meta .topSocial li {
        font-size: 22px;
        margin: 0 0 0 5px
    }

@media (min-width:992px) {
    header.meta .topSocial li {
        font-size: 26px;
        margin: 0 0 0 9px
    }
}

header.meta .topSocial a, header.meta .topSocial a:visited {
    color: #142232
}

    header.meta .topSocial a:hover, header.meta .topSocial a:visited:hover {
        color: #788696 !important
    }

header.meta .call-us {
    float: right;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    margin-right: 15px;
    padding: 6px 0 0
}

@media (min-width:1600px) {
    header.meta .call-us {
        margin-right: 44px
    }
}

@media (min-width:992px) {
    header.meta .call-us {
        padding: 8px 0 0
    }
}

header.meta .call-us span a {
    font-weight: bold;
    font-size: 14px;
    color: #142232;
    text-decoration: none
}

.headerInnerWrap {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

    .headerInnerWrap:after {
        content: " ";
        display: block;
        clear: both
    }

header.main {
    max-height: 110px;
    background-color: #FFFFFF;
    z-index: 100
}

    header.main:after, header.main:before {
        content: '';
        display: table
    }

    header.main:after {
        clear: both
    }

    header.main .logo {
        float: left;
        padding: 4px 0 0 8px
    }

@media (min-width:992px) {
    header.main .logo {
        padding: 12px 0 0 8px
    }
}

header.main .nav-trigger {
    float: right;
    margin: 15px 25px 0 0
}

@media (min-width:768px) {
    header.main .nav-trigger {
        display: none
    }
}

header.main .mobileExit {
    display: block;
    height: 60px;
    padding: 30px 15px 0 0;
    color: #EB0129;
    text-align: right !important;
    border-bottom: 1px solid #142232
}

    header.main .mobileExit a {
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        color: #EB0129;
        text-transform: uppercase
    }

        header.main .mobileExit a:before {
            content: "\f00d";
            font-family: FontAwesome;
            margin-right: 10px;
            font-size: 22px;
            vertical-align: middle
        }

@media (min-width:768px) {
    header.main .mobileExit {
        display: none
    }
}

nav.mainnav ul {
    margin-bottom: 0em !important
}

nav.mainnav li {
    line-height: 0
}

@media (min-width:768px) {
    nav.mainnav nav.mainnav li ul li {
        min-width: 255px
    }

        nav.mainnav nav.mainnav li ul li a {
            line-height: 1.5 !important
        }
}

@media (max-width:767px) {
    nav.mainnav {
        position: fixed;
        right: -90%;
        top: 0;
        bottom: 0;
        height: 100%;
        overflow: scroll;
        width: 90%;
        background: #F1F1F1;
        z-index: 100;
        -webkit-transition: right 0.3s ease-in-out;
        -o-transition: right 0.3s ease-in-out;
        transition: right 0.3s ease-in-out
    }
}

@media (min-width:768px) {
    nav.mainnav {
        display: block;
        float: right;
        padding: 10px 0 0 0;
        margin-right: 4px
    }

        nav.mainnav #mnavclose {
            display: none
        }
}

@media (min-width:1200px) {
    nav.mainnav {
        margin-right: 50px
    }
}

nav.mainnav .dropIt {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 17px;
    width: 17px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.7);
    color: #142232;
    text-align: center;
    -webkit-transition: 0.2s .0s;
    -o-transition: 0.2s .0s;
    transition: 0.2s .0s;
    font-size: 14px;
    line-height: 14px
}

    nav.mainnav .dropIt:after {
        content: "\f105";
        font-family: FontAwesome;
        vertical-align: middle
    }

@media (min-width:768px) {
    nav.mainnav .dropIt {
        top: 15px;
        right: 16px;
        height: 13px;
        width: 13px;
        font-size: 13px;
        line-height: 12px
    }
}

@media (min-width:992px) {
    nav.mainnav .dropIt {
        top: 23px
    }
}

nav.mainnav .on {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

nav.mainnav li {
    position: relative;
    display: block;
    border-bottom: 1px solid #142232;
    padding: 20px 0 20px 0;
    margin-bottom: 0em !important
}

@media (min-width:768px) {
    nav.mainnav li {
        display: inline-block;
        border-bottom: none;
        padding: 22px 30px 22px 0;
        border-bottom: 8px solid white
    }

        nav.mainnav li:hover {
            border-bottom: 8px solid #EB0129
        }

        nav.mainnav li.hasChildren:hover .dropIt {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        nav.mainnav li.hasChildren:hover > ul {
            visibility: visible;
            -webkit-transition-delay: .1s;
            -o-transition-delay: .1s;
            transition-delay: .1s
        }
}

@media (min-width:992px) {
    nav.mainnav li {
        padding: 30px 30px 30px 20px
    }
}

nav.mainnav li > a {
    display: block;
    padding-left: 20px;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none
}

@media (min-width:768px) {
    nav.mainnav li > a {
        padding-left: 0px
    }
}

@media (min-width:992px) {
    nav.mainnav li > a {
        font-size: 12px
    }
}

nav.mainnav li ul {
    position: relative;
    display: none;
    background-color: #142232;
    top: 20px;
    text-align: right;
    margin-bottom: none;
    z-index: 100
}

@media (min-width:768px) {
    nav.mainnav li ul {
        position: absolute;
        visibility: hidden;
        display: block;
        min-width: 195px;
        top: 119%;
        right: 0;
        background-color: rgba(35, 35, 35, 0.9);
        -webkit-transition: 0.1s ease-in-out;
        -o-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out
    }
}

@media (min-width:1200px) {
    nav.mainnav li ul {
        top: 113%
    }
}

nav.mainnav li ul:empty {
    display: none !important
}

nav.mainnav li ul li {
    display: block;
    padding: 10px 40px 10px 10px;
    border-bottom: none;
    margin-bottom: 0
}

@media (min-width:768px) {
    nav.mainnav li ul li {
        padding-right: 20px
    }
}

nav.mainnav li ul li:hover {
    border-bottom: none
}

    nav.mainnav li ul li:hover > a {
        color: #FFC60B
    }

@media (min-width:768px) {
    nav.mainnav li ul li .dropIt {
        display: none
    }
}

nav.mainnav li ul li a {
    color: white;
    display: block;
    line-height: 1.5 !important
}

nav.mainnav li ul li:last-child {
    border-bottom: none
}

nav.mainnav li ul li ul {
    padding: 0 0 25px
}

@media (min-width:768px) {
    nav.mainnav li ul li ul {
        top: 0;
        left: 100%;
        right: auto;
        padding: 0
    }
}

nav.mainnav li ul li ul li {
    padding: 5px 0
}

@media (min-width:768px) {
    nav.mainnav li ul li ul li {
        padding: 10px 20px
    }
}

.locationbar {
    position: relative;
    background-color: #FFC60B;
    text-align: center
}

    .locationbar:after, .locationbar:before {
        content: '';
        display: table
    }

    .locationbar:after {
        clear: both
    }

@media (min-width:768px) {
    .locationbar {
        background: url(../images/locationbg.png);
        background-size: cover;
        background-repeat: no-repeat
    }
}

@media (min-width:1200px) {
    .locationbar {
        min-height: 75px
    }

        .locationbar .wrap {
            max-width: 1300px;
            margin-left: auto;
            margin-right: auto
        }

            .locationbar .wrap:after {
                content: " ";
                display: block;
                clear: both
            }
}

@media (min-width:768px) {
    .locationbar .location-bar-title {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left;
        padding-left: 0.75137%;
        padding-right: 0.75137%
    }
}

.calculators fieldset .locationbar .location-bar-title legend, .locationbar .location-bar-title .calculators fieldset legend, .locationbar .location-bar-title h3 {
    padding: 22px 0 10px 0;
    font-size: 20px;
    line-height: 22px;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    font-weight: bold;
    text-align: center
}

    .calculators fieldset .locationbar .location-bar-title legend a, .locationbar .location-bar-title .calculators fieldset legend a, .locationbar .location-bar-title h3 a {
        color: #142232
    }

@media (min-width:768px) {
    .calculators fieldset .locationbar .location-bar-title legend, .locationbar .location-bar-title .calculators fieldset legend, .locationbar .location-bar-title h3 {
        padding: 50px 0 0 10px
    }
}

@media (min-width:992px) {
    .calculators fieldset .locationbar .location-bar-title legend, .locationbar .location-bar-title .calculators fieldset legend, .locationbar .location-bar-title h3 {
        padding: 35px 0 0 10px
    }
}

@media (min-width:1200px) {
    .calculators fieldset .locationbar .location-bar-title legend, .locationbar .location-bar-title .calculators fieldset legend, .locationbar .location-bar-title h3 {
        font-size: 32px !important;
        line-height: 32px;
        padding: 25px 0 0 0
    }
}

@media (min-width:768px) {
    .locationbar .location-bar-details {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 41.66667%;
        float: left;
        padding-left: 0.75137%;
        padding-right: 0.75137%;
        padding: 10px 0
    }
}

@media (min-width:1200px) {
    .locationbar .location-bar-details {
        padding: 30px 0 0 0
    }
}

.locationbar .location-bar-details ul {
    margin-bottom: 0em
}

    .locationbar .location-bar-details ul li {
        font-size: 16px;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        font-weight: bold;
        padding: 14px 0
    }

        .locationbar .location-bar-details ul li a {
            text-decoration: none;
            color: #142232;
            font-size: 18px
        }

            .locationbar .location-bar-details ul li a:hover {
                text-decoration: underline
            }

@media (min-width:768px) {
    .locationbar .location-bar-details ul li {
        padding: 5px 0
    }
}

@media (min-width:992px) {
    .locationbar .location-bar-details ul li {
        display: inline-block;
        padding: 5px 10px
    }
}

@media (min-width:1200px) {
    .locationbar .location-bar-details ul li {
        padding: 0px 10px
    }
}

.locationbar .location-bar-details .fa {
    padding: 0 5px 0 0
}

.locationbar .see-locations {
    padding: 15px 0;
    background-color: #142232;
    text-align: center
}

    .locationbar .see-locations h4 {
        padding: 0 0 5px 0;
        margin-bottom: 0;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        font-weight: 600;
        font-size: 18px;
        color: #FFFFFF;
        display: none
    }

@media (min-width:768px) {
    .locationbar .see-locations h4 {
        line-height: 20px
    }
}

.locationbar .see-locations a {
    position: relative;
    color: #88969F;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #88969F
}

    .locationbar .see-locations a:after {
        content: '\f105';
        position: absolute;
        font-family: FontAwesome;
        font-size: 20px;
        font-weight: 100;
        vertical-align: top;
        margin-left: 5px
    }

    .locationbar .see-locations a:hover {
        color: #FFC60B;
        border-bottom-color: #FFC60B
    }

@media (min-width:768px) {
    .locationbar .see-locations {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: right;
        padding-left: 0.75137%;
        padding-right: 0.75137%;
        position: absolute;
        height: 100%;
        right: 0px;
        padding: 0 15px 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:992px) {
    .locationbar .see-locations {
        padding: 0 15px 0 15px
    }
}

@media (min-width:1200px) {
    .locationbar .see-locations {
        padding: 0 15px
    }
}

footer.main {
    padding: 40px 0;
    background-color: #D8D8D8;
    z-index: 99
}

    footer.main .wrap {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto
    }

        footer.main .wrap:after {
            content: " ";
            display: block;
            clear: both
        }

    footer.main .footer-menu-wrap:after, footer.main .footer-menu-wrap:before {
        content: '';
        display: table
    }

    footer.main .footer-menu-wrap:after {
        clear: both
    }

    footer.main .footer-menu {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 3.00546%;
        padding-right: 3.00546%;
        text-align: center;
        position: relative;
        margin-bottom: 30px
    }

        footer.main .footer-menu h4 {
            font-family: "Roboto Condensed", Helvetica, Sans-Serif;
            font-size: 19px;
            color: #142232;
            font-weight: bold;
            padding: 0 0 5px 0
        }

        footer.main .footer-menu li, footer.main .footer-menu ul {
            margin-bottom: 0
        }

        footer.main .footer-menu a {
            display: inline-block;
            text-decoration: none;
            color: #142232;
            font-family: "Roboto Condensed", Helvetica, Sans-Serif;
            font-weight: light;
            font-size: 12px;
            padding: 5px 10px
        }

            footer.main .footer-menu a:hover {
                text-decoration: underline
            }

@media (min-width:992px) {
    footer.main .footer-menu a {
        padding: 4px 0px
    }
}

@media (min-width:992px) {
    footer.main .footer-menu {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 20%;
        float: left;
        padding-left: 0.90164%;
        padding-right: 0.90164%;
        text-align: left
    }

        footer.main .footer-menu:before {
            content: '';
            height: 190px;
            width: 2px;
            background-color: rgba(136, 150, 159, 0.5);
            display: inline-block;
            position: absolute;
            left: -4px
        }
}

footer.main .last-footer-menu {
    border-right: none !important
}

footer.main .footer-newsletter {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    line-height: 19px
}

    footer.main .footer-newsletter:after {
        content: " ";
        display: block;
        clear: both
    }

@media (min-width:1200px) {
    footer.main .footer-newsletter {
        margin-top: 20px
    }
}

footer.main .footer-newsletter label {
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    font-weight: bold;
    font-size: 19px
}

@media (min-width:1200px) {
    footer.main .footer-newsletter label {
        width: 20%;
        padding: 10px 0 0 0;
        display: inline-block;
        text-align: left
    }
}

footer.main .footer-newsletter input[type=text] {
    display: block;
    height: 40px;
    width: 80%;
    margin: 0 auto;
    background: none;
    border: 1px solid #142232;
    padding: 0 0 0 10px;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    font-weight: bold;
    font-size: 19px
}

@media (min-width:1200px) {
    footer.main .footer-newsletter input[type=text] {
        width: 58%;
        display: inline-block;
        margin: 0px
    }
}

footer.main .footer-newsletter input[type=text]::-webkit-input-placeholder {
    color: #142232;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    text-align: center
}

@media (min-width:1200px) {
    footer.main .footer-newsletter input[type=text]::-webkit-input-placeholder {
        text-align: left
    }
}

footer.main .footer-newsletter button, footer.main .footer-newsletter input[type=button], footer.main .footer-newsletter input[type=submit] {
    display: block;
    width: 80%;
    margin: 10px auto;
    vertical-align: top;
    height: 40px;
    background-color: #FFC60B;
    border-radius: 0px;
    border: none;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

@media (min-width:1200px) {
    footer.main .footer-newsletter button, footer.main .footer-newsletter input[type=button], footer.main .footer-newsletter input[type=submit] {
        width: 20%;
        display: inline-block;
        margin: 0px 0px 10px 0
    }
}

footer.main .footer-newsletter button:hover, footer.main .footer-newsletter input[type=button]:hover, footer.main .footer-newsletter input[type=submit]:hover {
    background-color: #ffd23e;
    cursor: pointer;
    cursor: arrow
}

footer.main .credit-line {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding: 0 20px;
    text-align: center
}

    footer.main .credit-line:after {
        content: " ";
        display: block;
        clear: both
    }

@media (min-width:992px) {
    footer.main .credit-line {
        padding: 0px 20px
    }
}

footer.main .credit-line p {
    font-family: Roboto, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    color: #142232;
    margin-bottom: 0
}

footer.main .credit-line ul {
    padding: 10px 0 10px 0;
    margin-bottom: 0
}

    footer.main .credit-line ul li {
        display: inline-block;
        font-size: 10px
    }

        footer.main .credit-line ul li a {
            font-family: Roboto, Helvetica, Sans-Serif;
            color: #142232;
            text-decoration: none
        }

            footer.main .credit-line ul li a:hover {
                text-decoration: underline
            }

footer.main .credit-line .bluekey {
    margin: 15px 0 0 0;
    font-family: Roboto, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #142232;
    text-decoration: none
}

    footer.main .credit-line .bluekey:hover {
        text-decoration: underline
    }

.mainmarketing {
    position: relative;
    min-height: 220px;
    max-height: 500px;
    background-position: center center;
    background-size: cover
}

@media (min-width:992px) {
    .mainmarketing {
        min-height: 470px
    }
}

.mainmarketing .hero-caption {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: white
}

.mainmarketing .heroLine1 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 0 0;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Sans-Serif;
    font-weight: 700;
    font-size: 3em
}

    .mainmarketing .heroLine1:after {
        content: " ";
        display: block;
        clear: both
    }

@media (min-width:768px) {
    .mainmarketing .heroLine1 {
        padding: 80px 0 0 0;
        font-size: 4em
    }
}

@media (min-width:992px) {
    .mainmarketing .heroLine1 {
        font-size: 5em;
        padding: 150px 0 0 0
    }
}

@media (min-width:1200px) {
    .mainmarketing .heroLine1 {
        font-size: 7em;
        padding: 180px 0 0 0
    }
}

.mainmarketing p {
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-weight: 500
}

@media (min-width:992px) {
    .mainmarketing p {
        padding: 20px 0 0 0;
        font-size: 28px
    }
}

.buttonbar {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 50px
}

    .buttonbar:after, .buttonbar:before {
        content: '';
        display: table
    }

    .buttonbar:after {
        clear: both
    }

@media (min-width:500px) {
    .buttonbar {
        padding: 20px
    }
}

@media (min-width:992px) {
    .buttonbar {
        padding: 0px
    }
}

@media (min-width:1200px) {
    .buttonbar {
        max-width: 1078px;
        margin-left: auto;
        margin-right: auto
    }

        .buttonbar:after {
            content: " ";
            display: block;
            clear: both
        }
}

.buttonbar a {
    position: relative;
    display: block;
    padding: 25px 5px 20px 5px;
    width: 60%;
    margin: 0 auto 15px auto;
    text-align: center;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1px;
    color: #142232;
    text-decoration: none;
    overflow: auto
}

    .buttonbar a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 10%;
        height: 20%;
        opacity: 1;
        border-top: 100% solid #103252;
        border-right: 100% solid transparent
    }

@media (min-width:768px) {
    .buttonbar a {
        width: 48.07692%;
        float: left;
        margin-left: 0.96154%;
        margin-right: 0.96154%
    }
}

@media (min-width:992px) {
    .buttonbar a {
        width: 23.07692%;
        float: left;
        margin-left: 0.96154%;
        margin-right: 0.96154%
    }
}

@media (min-width:1200px) {
    .buttonbar a {
        font-size: 16px;
        line-height: 16px
    }
}

@media (min-width:768px) {
    .buttonbar nav.action:first-child {
        margin-left: 0%
    }
}

@media (min-width:1200px) {
    .promo-slider {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto
    }

        .promo-slider:after {
            content: " ";
            display: block;
            clear: both
        }
}

.promo-slider .swiper-slide {
    padding-top: 30px
}

    .promo-slider .swiper-slide:after, .promo-slider .swiper-slide:before {
        content: '';
        display: table
    }

    .promo-slider .swiper-slide:after {
        clear: both
    }

@media (max-width:767px) {
    .promo-slider .slider-image {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto
    }

        .promo-slider .slider-image:after {
            content: " ";
            display: block;
            clear: both
        }
}

@media (min-width:768px) {
    .promo-slider .slider-image {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 41.66667%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
        margin-left: 8.33333%
    }
}

@media (min-width:992px) {
    .promo-slider .slider-image {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 41.66667%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
        margin-left: 8.33333%
    }
}

.promo-slider .slider-caption {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.75137%;
    padding-right: 0.75137%;
    text-align: center
}

@media (min-width:768px) {
    .promo-slider .slider-caption {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 41.66667%;
        float: left;
        padding-left: 0.75137%;
        padding-right: 0.75137%;
        text-align: left
    }
}

.calculators fieldset .promo-slider .slider-caption legend, .promo-slider .slider-caption .calculators fieldset legend, .promo-slider .slider-caption h3 {
    font-family: Roboto, Helvetica, Sans-Serif;
    color: #232323;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 1px
}

@media (min-width:992px) {
    .calculators fieldset .promo-slider .slider-caption legend, .promo-slider .slider-caption .calculators fieldset legend, .promo-slider .slider-caption h3 {
        font-size: 75px
    }
}

.promo-slider .slider-caption h4 {
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #232323;
    font-size: 30px;
    font-weight: 900;
    padding: 0 0 20px 0
}

@media (min-width:992px) {
    .promo-slider .slider-caption h4 {
        font-size: 36px
    }
}

.promo-slider .slider-caption p {
    padding: 0 10%;
    font-family: Roboto, Helvetica, Sans-Serif;
    color: #gray;
    font-weight: 100
}

@media (min-width:768px) {
    .promo-slider .slider-caption p {
        padding: 0
    }
}

@media (min-width:992px) {
    .promo-slider .slider-caption p {
        max-width: 320px;
        padding: 0 0% !important
    }
}

.promo-slider .slider-caption .actionbutton {
    margin: 20px auto 20px auto;
    color: white;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

@media (min-width:768px) {
    .promo-slider .slider-caption .actionbutton {
        margin: 20px 0 20px 0
    }
}

@media (min-width:992px) {
    .promo-slider .slider-caption .actionbutton {
        margin: 20px 0
    }
}

.promo-slider .swiper-pagination {
    position: relative;
    clear: both;
    margin: 30px 0 0 0
}

.promo-slider .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: none;
    border: 3px solid #88969F
}

.promo-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #88969F
}

.home-promos {
    margin-top: 30px;
    margin-bottom: 30px
}

    .home-promos:after, .home-promos:before {
        content: '';
        display: table
    }

    .home-promos:after {
        clear: both
    }

@media (min-width:768px) {
    .home-promos {
        padding: 10px
    }
}

@media (min-width:1200px) {
    .home-promos {
        max-width: 1078px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        padding: 0px
    }

        .home-promos:after {
            content: " ";
            display: block;
            clear: both
        }
}

.c-horizontal-promo {
    position: relative;
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-bottom: 30px;
    background-color: #F1F1F1
}

@media (min-width:500px) {
    .c-horizontal-promo {
        margin-left: 5em;
        margin-right: 5em
    }
}

@media (min-width:768px) {
    .c-horizontal-promo {
        width: 48.49727%;
        float: left;
        margin-left: 0.75137%;
        margin-right: 0.75137%;
        margin-left: 0;
        margin-right: 0
    }

    .c-horizontal-promo:nth-child(2n+2) {
        float: right;
    }
}



.c-horizontal-promo:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 65px solid transparent;
    border-left: 55px solid white;
    z-index: 80
}

.promo-image {
    position: relative;
    width: 100%;
    min-height: 285px
}

@media (min-width:992px) {
    .promo-image {
        width: 100%
    }
}

@media (min-width:1200px) {
    .promo-image {
        position: absolute;
        width: 50%;
        height: 100%;
        float: left
    }
}

.promo-content {
    width: 100%;
    padding: 30px
}

    .promo-content a {
        margin: 30px auto 0 auto
    }

@media (min-width:992px) {
    .promo-content {
        width: 100%
    }
}

@media (min-width:1200px) {
    .promo-content {
        width: 50%;
        float: right
    }
}

.special-promo {
    text-align: center
}

    .special-promo a {
        margin: 0 auto
    }

@media (min-width:1200px) {
    .special-promo {
        text-align: left
    }
}

.contact-promo {
    text-align: center
}

@media (min-width:768px) {
    .contact-promo {
        float: right
    }
}

.breadcrumbs {
    padding: 10px 0 25px 0;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Sans-Serif
}

    .breadcrumbs a {
        display: inline-block;
        color: #545454
    }

        .breadcrumbs a:after {
            content: "\f105";
            font-family: FontAwesome;
            margin: 0 5px
        }

header.page {
    position: relative;
    max-width: 2000px;
    min-height: 280px;
    background-image: url(../images/hero-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: white
}

    header.page.mast {
        min-height: 180px
    }

@media (min-width:992px) {
    header.page {
        min-height: 380px
    }
}

header.page h1 {
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-weight: 700;
    font-size: 3em;
    padding: 90px 0 0 0;
    color: #FFFFFF;
    letter-spacing: 2px
}

@media (min-width:992px) {
    header.page h1 {
        padding: 140px 0 0 0;
        font-size: 5em
    }
}

@media (min-width:1200px) {
    header.page h1 {
        font-size: 6em
    }
}

header.page h2 {
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-weight: 100;
    color: white;
    font-size: 1.4em
}

@media (min-width:992px) {
    header.page h2 {
        font-size: 2.4em
    }
}

.headerbgoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 90;
    overflow: hidden;
    background: rgba(20, 34, 50, 0.51)
}

@media (min-width:768px) {
    .headerbgoverlay {
        background: none !important
    }

        .headerbgoverlay:before {
            background-color: rgba(20, 34, 50, 0.5);
            bottom: 0;
            content: '';
            display: block;
            -webkit-transform: skew(-34deg);
            -ms-transform: skew(-34deg);
            transform: skew(-34deg);
            -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
            transform-origin: bottom left;
            display: block;
            height: 100%;
            width: 89%;
            left: -59px;
            position: absolute;
            right: 0;
            overflow: hidden;
            -webkit-backface-visibility: hidden;
            z-index: -1
        }
}

.pagewrap {
    background-color: white
}

.subpage {
    background-color: #F1F1F1
}

    .subpage:after, .subpage:before {
        content: '';
        display: table
    }

    .subpage:after {
        clear: both
    }

    .subpage .wrap {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto
    }

        .subpage .wrap:after {
            content: " ";
            display: block;
            clear: both
        }

    .subpage .content {
        position: relative;
        font-family: Roboto, Helvetica, Sans-Serif
    }

        .subpage .content:after, .subpage .content:before {
            content: '';
            display: table
        }

        .subpage .content:after {
            clear: both
        }

        .subpage .content .content-inner a {
            color: #d7a500
        }

@media (min-width:768px) {
    .subpage .content {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.66667%;
        float: left;
        padding-left: 0.75137%;
        padding-right: 0.75137%
    }

        .subpage .content a {
            color: #002B5C
        }

        .subpage .content .content-inner {
            z-index: 92;
            position: relative;
            overflow: hidden;
            margin-top: -30px;
            width: 100%;
            min-height: 600px;
            line-height: 1.6
        }
}

@media (min-width:768px) and (min-width:1200px) {
    .subpage .content .content-inner {
        padding: 20px 40px
    }
}

.subpage .contentfull {
    position: relative;
    font-family: Roboto, Helvetica, Sans-Serif
}

    .subpage .contentfull:after, .subpage .contentfull:before {
        content: '';
        display: table
    }

    .subpage .contentfull:after {
        clear: both
    }

    .subpage .contentfull .content-inner a {
        color: #d7a500
    }

@media (min-width:768px) {
    .subpage .contentfull {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 0.75137%;
        padding-right: 0.75137%
    }

        .subpage .contentfull .content-inner {
            z-index: 92;
            position: relative;
            top: -30px;
            width: 100%;
            min-height: 600px;
            line-height: 1.6
        }
}

@media (min-width:768px) and (min-width:1200px) {
    .subpage .contentfull .content-inner {
        padding: 20px 40px
    }
}

.subpage .sidebar {
    padding: 30px 0;
    margin: 0 auto 30px auto
}

@media (min-width:0) and (max-width:768px) {
    .subpage .sidebar {
        max-width: 266px
    }

        .subpage .sidebar:after, .subpage .sidebar:before {
            content: '';
            display: table
        }

        .subpage .sidebar:after {
            clear: both
        }
}

@media (min-width:768px) {
    .subpage .sidebar {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left;
        padding-left: 0.75137%;
        padding-right: 0.75137%
    }
}

@media (min-width:1200px) {
    .subpage .sidebar {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left;
        padding-left: 0.75137%;
        padding-right: 0.75137%;
        margin-left: 40px;
        padding-right: 43px
    }
}

.subpage .sidebar .quote-request {
    max-width: 100%;
    max-width: 260px;
    color: #142232;
    font-size: 16px
}

@media (min-width:768px) {
    .subpage .sidebar .quote-request {
        clear: both
    }
}

.subpage .sidebar .buttonbar {
    max-width: 100%;
    margin-bottom: 0
}

@media (min-width:500px) {
    .subpage .sidebar .buttonbar {
        padding: 0
    }
}

.subpage .sidebar .buttonbar a {
    width: 100%;
    max-width: 260px;
    margin: 0 0 20px 0
}

.subpage .sidebar .quicklinks h5 {
    padding: 0 0 10px 0;
    font-size: 1rem;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #88969F;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px
}

.subpage .sidebar .quicklinks ul li {
    position: relative;
    padding: 5px 0 0 15px
}

    .subpage .sidebar .quicklinks ul li:before {
        position: absolute;
        left: 2px;
        font-family: FontAwesome;
        content: "\f105"
    }

    .subpage .sidebar .quicklinks ul li a {
        font-family: Roboto, Helvetica, Sans-Serif;
        color: #142232;
        font-weight: 500;
        text-decoration: none;
        font-size: 16px;
        line-height: 21px
    }

        .subpage .sidebar .quicklinks ul li a:hover {
            text-decoration: underline
        }

.subpage .sidebar .speclist ul {
    padding: 0 0 0 18px
}

    .subpage .sidebar .speclist ul li {
        list-style-type: disc
    }

        .subpage .sidebar .speclist ul li a {
            padding: 0 0 0 0px
        }

        .subpage .sidebar .speclist ul li:before {
            font-family: FontAwesome;
            content: ""
        }

.subpage .sidebar .local-promo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.75137%;
    padding-right: 0.75137%;
    position: relative;
    max-width: 260px;
    margin-top: 30px;
    padding-left: 0px;
    text-align: center
}

    .subpage .sidebar .local-promo:after, .subpage .sidebar .local-promo:before {
        content: '';
        display: table
    }

    .subpage .sidebar .local-promo:after {
        clear: both
    }

    .subpage .sidebar .local-promo .local-promo-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../images/Mask.png);
        z-index: 90
    }

    .subpage .sidebar .local-promo .local-promo-content {
        position: relative;
        z-index: 95;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 23px;
        padding-right: 23px
    }

@media (min-width:1200px) {
    .subpage .sidebar .local-promo {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 1.80328%;
        padding-right: 1.80328%;
        padding-left: 0px
    }
}

.calculators fieldset .subpage .sidebar .local-promo legend, .subpage .sidebar .local-promo .calculators fieldset legend, .subpage .sidebar .local-promo h3 {
    padding: 0 0 5px 0;
    font-family: Roboto, Helvetica, Sans-Serif;
    font-size: 30px;
    font-weight: bold;
    color: #142232
}

.subpage .sidebar .local-promo h4 {
    padding: 0 0 20px 0;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    font-weight: 500;
    font-size: 20px
}

.subpage .sidebar .local-promo h5 {
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    font-weight: bold;
    font-size: 1rem;
    text-align: center
}

@media (min-width:1200px) {
    .subpage .sidebar .local-promo h5 {
        text-align: left
    }
}

.subpage .sidebar .local-promo p {
    padding: 10px 0 0 0;
    text-align: center;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-family: 14px;
    line-height: 23px
}

@media (min-width:1200px) {
    .subpage .sidebar .local-promo p {
        text-align: left
    }
}

.subpage .sidebar .local-promo a {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 23px;
    padding-right: 23px;
    color: #142232
}

.subpage .sidebar .partstore-promo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.75137%;
    padding-right: 0.75137%;
    max-width: 260px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #142232
}

@media (min-width:1200px) {
    .subpage .sidebar .partstore-promo {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 1.80328%;
        padding-right: 1.80328%
    }

        .subpage .sidebar .partstore-promo .button-centered {
            margin: 0px auto 30px auto
        }
}

.subpage .sidebar .partstore-promo img {
    width: 100%
}

.subpage .sidebar .partstore-promo h5 {
    padding: 12px 20px;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    color: white
}

.subpage .sidebar .partstore-promo a {
    max-width: 195px;
    margin-bottom: 20px;
    color: #142232;
    font-weight: bold
}

.subpage .sidebar .extraContent {
    float: none;
    clear: both;
    margin: 15px 0;
    padding: 20px 0
}

.subpage .content-inner {
    padding: 20px;
    background-color: white
}

    .calculators fieldset .subpage .content-inner legend, .subpage .content-inner .calculators fieldset legend, .subpage .content-inner h3 {
        font-size: 1.4rem;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        color: #142232
    }

    .subpage .content-inner h4 {
        font-size: 1.2rem;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        color: #88969F;
        font-weight: bold;
        text-transform: uppercase
    }

    .subpage .content-inner h5 {
        font-size: 1rem;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        color: #88969F;
        font-weight: bold;
        text-transform: uppercase
    }

    .subpage .content-inner p {
        font-family: Roboto, Helvetica, Sans-Serif;
        line-height: 26px;
        color: #142232
    }

    .subpage .content-inner ul {
        max-width: 80%;
        padding: 10px 0 10px 20px
    }

        .subpage .content-inner ul li {
            list-style-type: disc;
            font-family: Roboto, Helvetica, Sans-Serif;
            font-size: 16px;
            line-height: 24px;
            color: #142232;
            font-weight: bold;
            padding: 5px 0
        }

    .subpage .content-inner img {
        max-width: 100%
    }

.content sub, .content sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.content sup {
    top: -0.5em
}

.content sub {
    bottom: -0.25em
}

.styledTable {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

    .styledTable th {
        padding: 5px;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd
    }

    .styledTable td {
        padding: 5px;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd
    }

    .styledTable caption {
        padding: 5px;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

.contact {
    padding: 20px 0 0 0
}

    .contact:after, .contact:before {
        content: '';
        display: table
    }

    .contact:after {
        clear: both
    }

    .contact input, .contact textarea {
        border: 1px solid #142232;
        height: 44px;
        margin: 0 0 30px 0;
        padding: 5px 0 0 10px;
        color: #142232;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px
    }

        .contact input::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder {
            color: #142232;
            font-family: "Roboto Condensed", Helvetica, Sans-Serif;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 16px
        }

    .contact .formfull {
        width: 100%
    }

    .contact .formleft {
        width: 100%
    }

@media (min-width:992px) {
    .contact .formleft {
        width: 48%;
        float: left
    }
}

.contact .formright {
    width: 100%
}

@media (min-width:992px) {
    .contact .formright {
        width: 48%;
        float: right
    }
}

.contact .dropWrapper {
    border: 1px solid #142232;
    margin: 0 0 30px 0;
    position: relative
}

    .contact .dropWrapper select::-ms-expand {
        display: none
    }

    .contact .dropWrapper:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 9px;
        top: 50%;
        pointer-events: none;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 25px;
        color: #142232
    }

    .contact .dropWrapper select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 44px;
        border: none;
        margin: 0;
        border-radius: 0;
        padding: 0 0 0 9px;
        color: #142232;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 16px
    }

.contact textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #142232;
    padding: 10px;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-family: 14px;
    line-height: 23px
}

    .contact textarea::-webkit-input-placeholder {
        color: #142232;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 16px
    }

.contact .requiredFields {
    padding: 10px 0 0 0;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-size: 14px;
    text-align: right;
    color: #88969F
}

.contact .newsletterconfirm {
    padding: 10px 0 0 0
}

    .contact .newsletterconfirm:after, .contact .newsletterconfirm:before {
        content: '';
        display: table
    }

    .contact .newsletterconfirm:after {
        clear: both
    }

    .contact .newsletterconfirm .newsletter {
        margin: 0 10px 0 0;
        float: left
    }

    .contact .newsletterconfirm label {
        padding: 15px 0 0 0;
        font-weight: bold;
        font-weight: 16px;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif
    }

        .contact .newsletterconfirm label span {
            position: absolute;
            left: 30px;
            top: 2px
        }

    .contact .newsletterconfirm .newsCheck {
        position: relative;
        margin: 15px 10px 0 0;
        width: 100%;
        height: 28px;
        float: left
    }

        .contact .newsletterconfirm .newsCheck label {
            width: 100%;
            height: 20px;
            position: absolute;
            top: 4px;
            left: 4px;
            cursor: pointer;
            float: right
        }

            .contact .newsletterconfirm .newsCheck label:after {
                content: '';
                width: 16px;
                height: 16px;
                position: absolute;
                top: 1px;
                left: 1px;
                background: #FFC60B;
                opacity: 0;
                float: left;
                border: 1px solid black;
                opacity: 0.3
            }

            .contact .newsletterconfirm .newsCheck label:hover:after {
                opacity: 0.3
            }

        .contact .newsletterconfirm .newsCheck input[type=checkbox] {
            visibility: hidden
        }

            .contact .newsletterconfirm .newsCheck input[type=checkbox]:checked + label:after {
                opacity: 1
            }

.contact .submit-contact {
    margin: 40px auto 0 auto;
    max-width: 255px;
    padding: 10px 20px;
    display: block;
    background-color: #FFC60B;
    border: none;
    color: #142232;
    text-align: center;
    font-size: 16px;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-weight: bold;
    letter-spacing: 1px
}

    .contact .submit-contact:after, .contact .submit-contact:before {
        content: '';
        display: table
    }

    .contact .submit-contact:after {
        clear: both
    }

    .contact .submit-contact:hover {
        background-color: #FFDA61;
        cursor: hand
    }

@media (min-width:768px) {
    .contact .submit-contact {
        margin: 20px 0 0 0
    }
}

.contactCashman:before {
    content: "\f0e0";
    font-family: FontAwesome
}

header.products-page {
    min-height: 480px
}

@media (min-width:768px) {
    header.products-page {
        min-height: 380px
    }
}

.product-page-links {
    margin-top: 30px
}

@media (min-width:992px) {
    .product-page-links {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto
    }

        .product-page-links:after {
            content: " ";
            display: block;
            clear: both
        }
}

.product-page-links .buttonbar a {
    color: white
}

    .product-page-links .buttonbar a span {
        margin-right: 5px;
        font-size: 22px
    }

@media (min-width:768px) {
    .product-page-links .buttonbar a {
        width: 29.62963%;
        float: left;
        margin-left: 1.85185%;
        margin-right: 1.85185%
    }
}

.productslanding.powersystems .ptool {
    display: none
}

.productslanding {
    position: relative;
    width: 100%;
    min-height: 800px;
    background-color: white
}

    .productslanding .product-tools {
        z-index: 90;
        width: 100%
    }

        .productslanding .product-tools:after, .productslanding .product-tools:before {
            content: '';
            display: table
        }

        .productslanding .product-tools:after {
            clear: both
        }

@media (min-width:1200px) {
    .productslanding .product-tools {
        position: absolute;
        top: 30px;
        left: 0px;
        width: auto
    }
}

.productslanding .product-tools .ptool {
    padding: 18px 0 0 0;
    width: 50%;
    min-height: 75px;
    max-height: 75px;
    float: left;
    background-color: #FFC60B
}

    .productslanding .product-tools .ptool:hover {
        cursor: pointer;
        cursor: hand
    }

    .productslanding .product-tools .ptool a, .productslanding .product-tools .ptool div {
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        font-size: 10px;
        color: #142232;
        text-transform: uppercase;
        text-align: center
    }

    .productslanding .product-tools .ptool .fa-cloud-download, .productslanding .product-tools .ptool .fa-filter, .productslanding .product-tools .ptool .fa-search, .productslanding .product-tools .ptool .fa-truck {
        margin-bottom: 5px;
        font-size: 24px
    }

@media (min-width:1200px) {
    .productslanding .product-tools .ptool {
        max-width: 70px;
        min-width: 70px;
        min-height: 70px;
        max-height: 70px;
        float: none;
        padding: 13px 0 0 0;
        font-size: 16px;
        text-align: center
    }

        .productslanding .product-tools .ptool .fa-cloud-download, .productslanding .product-tools .ptool .fa-filter, .productslanding .product-tools .ptool .fa-search, .productslanding .product-tools .ptool .fa-truck {
            font-size: 30px;
            text-align: center
        }
}

.productslanding .product-tools .productsearch {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-right: 1px solid white
}

@media (min-width:1200px) {
    .productslanding .product-tools .productsearch {
        border-right: none
    }
}

.productslanding .product-tools .productsearch .prodsearch {
    display: none
}

.productslanding .product-tools .productsearch .fa-arrow-circle-left {
    display: none
}

.productslanding .product-tools .productrent {
    text-align: center
}

@media (min-width:1200px) {
    .productslanding .product-tools .productrent {
        margin-top: 10px
    }
}

@media (max-width:1199px) {
    .productslanding .product-tools .productrent {
        border-top: 1px solid white;
        width: 100%
    }
}

.productslanding .product-tools .productrent a {
    color: #232323
}

.productslanding .product-tools .searchshow {
    padding: 20px;
    text-align: left
}

    .productslanding .product-tools .searchshow:after, .productslanding .product-tools .searchshow:before {
        content: '';
        display: table
    }

    .productslanding .product-tools .searchshow:after {
        clear: both
    }

@media (min-width:1200px) {
    .productslanding .product-tools .searchshow {
        min-width: 300px;
        max-width: 400px
    }
}

.productslanding .product-tools .searchshow .searchactivatewrap {
    display: none
}

.productslanding .product-tools .searchshow .prodsearch {
    display: block;
    width: 80%;
    float: left;
    background: none;
    border: none;
    border-bottom: 2px solid #142232;
    padding: 8px 0px 5px 0
}

    .productslanding .product-tools .searchshow .prodsearch::-webkit-input-placeholder {
        color: #232323;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif
    }

.productslanding .product-tools .searchshow .searchclose {
    margin: 0 0 0 20px;
    display: none;
    height: 32px;
    width: 32px;
    border-radius: 30px;
    background-color: #FFDA61;
    text-align: center
}

    .productslanding .product-tools .searchshow .searchclose:before {
        position: relative;
        content: "\f00d";
        font-family: FontAwesome;
        vertical-align: middle;
        text-align: center;
        height: 32px;
        width: 32px;
        font-size: 24px;
        line-height: 30px
    }

.productslanding .product-tools .filters {
    color: #142232;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

    .productslanding .product-tools .filters .productfilters {
        display: none
    }

@media (min-width:1200px) {
    .productslanding .product-tools .filters .filterHeader {
        padding-bottom: 13px
    }
}

.productslanding .product-tools .filters .filterHeader .fa-chevron-down {
    margin-left: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.productslanding .product-tools .filters ul {
    position: relative;
    width: 100%;
    padding: 10px 0
}

    .productslanding .product-tools .filters ul li {
        padding: 10px 10px;
        font-size: 12px;
        line-height: 16px;
        text-align: left;
        color: #142232;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        font-weight: bold
    }

    .productslanding .product-tools .filters ul a {
        text-decoration: none;
        color: #142232
    }

@media (min-width:1200px) {
    .productslanding .product-tools .filters {
        margin-top: 10px
    }
}

.productslanding .product-tools .filters .fa-filter {
    width: 24px;
    display: block;
    margin: 0 auto 5px auto
}

@media (min-width:1200px) {
    .productslanding .product-tools .filtershow {
        min-width: 150px;
        max-width: 195px;
        max-height: 575px
    }

        .productslanding .product-tools .filtershow .fa-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transform-origin: 5px 6px;
            -moz-transform-origin: 5px 6px;
            -ms-transform-origin: 5px 6px;
            -o-transform-origin: 5px 6px;
            transform-origin: 5px 6px
        }
}

.productslanding .product-tools .filtershow .productfilters {
    display: block;
    border-top: 3px solid #142232
}

@media (min-width:1200px) {
    .productslanding .product-tools .filtershow .productfilters {
        max-height: 250px;
        overflow: auto
    }
}

.productslanding .filterwrap {
    width: 100%;
    padding: 20px;
    display: none;
    background-color: #FFC60B;
    border-top: 2px solid #fff
}

@media (min-width:1200px) {
    .productslanding .filterwrap {
        border-top: none;
        padding: 0px
    }
}

.productslanding .filterwrap .filterclose {
    position: absolute;
    right: 30px;
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 30px;
    background-color: #FFDA61;
    text-align: center
}

@media (min-width:1200px) {
    .productslanding .filterwrap .filterclose {
        display: none
    }
}

.productslanding .filterwrap .filterclose:before {
    position: relative;
    content: "\f00d";
    font-family: FontAwesome;
    vertical-align: middle;
    text-align: center;
    height: 32px;
    width: 32px;
    font-size: 24px;
    line-height: 30px
}

.productslanding .filterwrap .filterclose:hover {
    cursor: pointer;
    cursor: hand
}

.productslanding .filterwrap ul {
    width: 96%;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center
}

@media (min-width:1200px) {
    .productslanding .filterwrap ul {
        padding-top: 0px
    }
}

.productslanding .filterwrap ul li {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 16px;
    text-align: center
}

    .productslanding .filterwrap ul li a {
        color: #142232;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        font-weight: bold
    }

@media (min-width:1200px) {
    .productslanding .fixedptools {
        top: 120px;
        position: absolute;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }
}

.productslanding .productslandingwrap {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

    .productslanding .productslandingwrap:after {
        content: " ";
        display: block;
        clear: both
    }

@media (min-width:1200px) {
    .productslanding .productslandingwrap {
        padding: 10px 0 0 6.66667%
    }
}

@media (min-width:1600px) {
    .productslanding .productslandingwrap {
        padding-left: 0
    }
}

.productslanding .gallery {
    padding: 0.75137%;
    padding-bottom: 0
}

.productslanding .products {
    padding-top: 20px
}

@media (min-width:1200px) {
    .productslanding .products {
        padding-top: 0
    }
}

.productslanding .product {
    text-align: center;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.75137%;
    padding-right: 0.75137%;
    margin-bottom: 2.2541%;
    border: 2px solid white
}

@media (min-width:768px) {
    .productslanding .product {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left;
        padding-left: 0.75137%;
        padding-right: 0.75137%
    }

        .productslanding .product:nth-child(3n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both
        }

        .productslanding .product:nth-child(3n+2) {
            margin-left: 33.33333%;
            margin-right: -100%;
            clear: none
        }

        .productslanding .product:nth-child(3n+3) {
            margin-left: 66.66667%;
            margin-right: -100%;
            clear: none
        }
}

@media (min-width:992px) {
    .productslanding .product {
        margin-bottom: 2.2541%
    }
}

@media (min-width:1200px) {
    .productslanding .product {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 16.66667%;
        float: left;
        padding-left: 0.75137%;
        padding-right: 0.75137%;
        margin-bottom: 4.5082%;
        padding-bottom: 10px
    }

        .productslanding .product:nth-child(6n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both
        }

        .productslanding .product:nth-child(6n+2) {
            margin-left: 16.66667%;
            margin-right: -100%;
            clear: none
        }

        .productslanding .product:nth-child(6n+3) {
            margin-left: 33.33333%;
            margin-right: -100%;
            clear: none
        }

        .productslanding .product:nth-child(6n+4) {
            margin-left: 50%;
            margin-right: -100%;
            clear: none
        }

        .productslanding .product:nth-child(6n+5) {
            margin-left: 66.66667%;
            margin-right: -100%;
            clear: none
        }

        .productslanding .product:nth-child(6n+6) {
            margin-left: 83.33333%;
            margin-right: -100%;
            clear: none
        }
}

.productslanding .product:hover {
    border: 2px solid #F1F1F1
}

.productBoxContainer {
    -webkit-transition: height 0.3 ease-out;
    -o-transition: height 0.3 ease-out;
    transition: height 0.3 ease-out;
    overflow: hidden
}

@media (min-width:992px) {
    .productBoxContainer {
        margin: 1em 0 2em
    }
}

.productBox, a.productBox, a:visited.productBox {
    width: 48%;
    float: left;
    text-align: center;
    color: #333 !important;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-weight: 600;
    font-size: 20px;
    margin: 0 1% 1em;
    border: 2px solid transparent
}

    .productBox .service, a.productBox .service, a:visited.productBox .service {
        display: block;
        font-weight: 600;
        font-size: 16px
    }

    .productBox .email, .productBox .phone, a.productBox .email, a.productBox .phone, a:visited.productBox .email, a:visited.productBox .phone {
        display: block;
        font-weight: 400;
        font-size: 16px;
        color: #333
    }

        .productBox .email:before, .productBox .phone:before, a.productBox .email:before, a.productBox .phone:before, a:visited.productBox .email:before, a:visited.productBox .phone:before {
            font-family: FontAwesome;
            padding-right: 5px
        }

        .productBox .email:before, a.productBox .email:before, a:visited.productBox .email:before {
            content: '\f0e0'
        }

        .productBox .phone:before, a.productBox .phone:before, a:visited.productBox .phone:before {
            content: '\f098'
        }

@media (min-width:768px) {
    .productBox, a.productBox, a:visited.productBox {
        width: 31.333333%
    }
}

@media (min-width:992px) {
    .mainWide .productBox, .mainWide a.productBox, .mainWide a:visited.productBox, .productslandingwrap .productBox, .productslandingwrap a.productBox, .productslandingwrap a:visited.productBox {
        width: 18%
    }
}

.productBox:hover, a.productBox:hover, a:visited.productBox:hover {
    text-decoration: none;
    border-color: #A8A8A8
}

.productBox.modelBox, a.productBox.modelBox, a:visited.productBox.modelBox {
    height: 300px
}

@media (min-width:768px) {
    .productBox.modelBox, a.productBox.modelBox, a:visited.productBox.modelBox {
        height: 350px
    }
}

.productBox.on, a.productBox.on, a:visited.productBox.on {
    border: 2px solid #FFC60B
}

.productBoxThumb {
    overflow: hidden;
    border: 5px solid #fff
}

    .productBoxThumb:after {
        content: "";
        display: block;
        padding: 0 0 70%
    }

.productBoxTitle {
    position: relative;
    line-height: 1.2;
    height: 90px;
    margin: 0;
    font-size: 1rem;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif
}

@media (min-width:768px) {
    .productBoxTitle {
        height: 70px
    }
}

.modelBox .productBoxTitle {
    margin: 0 0 0.4em
}

@media (min-width:992px) {
    .modelBox .productBoxTitle {
        margin-bottom: 1em
    }
}

.productBoxTitleInner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

p.modelBoxDescription {
    line-height: 1.2;
    font-weight: 400;
    font-family: Roboto, Helvetica, Sans-Serif;
    font-size: 10px;
    padding: 0 0.6em
}

@media (min-width:1200px) {
    p.modelBoxDescription {
        font-size: 12.8px
    }
}

.product-details {
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px
}

    .product-details:after, .product-details:before {
        content: '';
        display: table
    }

    .product-details:after {
        clear: both
    }

    .product-details .product-tab-keys {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 1.28806%;
        padding-right: 1.28806%
    }

@media (min-width:992px) {
    .product-details .product-tab-keys {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 28.57143%;
        float: left;
        padding-left: 1.28806%;
        padding-right: 1.28806%
    }
}

.product-details .product-tab-keys ul {
    padding: 0px !important;
    max-width: 100%
}

    .product-details .product-tab-keys ul li {
        display: inline-block;
        margin: 0 0 5px 0;
        padding: 8px 5px 8px 5px;
        list-style-type: none;
        color: #88969F;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        text-align: center;
        font-size: 12px
    }

@media (min-width:992px) {
    .product-details .product-tab-keys ul li {
        padding: 8px 10px 8px 10px;
        margin: 0 0 10px 0;
        display: block;
        font-size: 16px
    }
}

.product-details .product-tab-keys ul li:hover {
    cursor: hand;
    cursor: pointer
}

.product-details .product-tab-keys .active-tab-key {
    color: #142232;
    border: 1px solid #142232
}

@media (min-width:992px) {
    .product-details .product-tab-keys .active-tab-key {
        border: 3px solid #142232;
        color: #142232
    }

        .product-details .product-tab-keys .active-tab-key:after {
            content: "\f105";
            font-family: FontAwesome;
            font-size: 18px;
            line-height: 21px;
            vertical-align: middle;
            padding: 0 0 0 10px
        }
}

.product-details .product-tabs {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.28806%;
    padding-right: 1.28806%;
    padding: 0 0 0 20px
}

@media (min-width:992px) {
    .product-details .product-tabs {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 71.42857%;
        float: left;
        padding-left: 1.28806%;
        padding-right: 1.28806%
    }
}

.product-details .hide-tab {
    display: none
}

.product-details .show-tab {
    display: block
}

.productDetailMain {
    margin: 1em 0;
    position: relative
}

    .productDetailMain img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
        max-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

.productDetailAdditional {
    display: none
}

.productDetailMainInner {
    display: block;
    cursor: pointer
}

    .productDetailMainInner:after {
        padding: 0 0 70%;
        content: "";
        width: 100%;
        display: block
    }

.productDetailThumbContainer {
    margin: 0 0 2em;
    overflow: hidden
}

.productDetailThumb {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 0.90164%;
    padding-right: 0.90164%;
    position: relative;
    margin-bottom: 0.6em;
    border: 2px solid transparent
}

    .productDetailThumb:nth-child(5n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both
    }

    .productDetailThumb:nth-child(5n+2) {
        margin-left: 20%;
        margin-right: -100%;
        clear: none
    }

    .productDetailThumb:nth-child(5n+3) {
        margin-left: 40%;
        margin-right: -100%;
        clear: none
    }

    .productDetailThumb:nth-child(5n+4) {
        margin-left: 60%;
        margin-right: -100%;
        clear: none
    }

    .productDetailThumb:nth-child(5n+5) {
        margin-left: 80%;
        margin-right: -100%;
        clear: none
    }

@media (min-width:1200px) {
    .productDetailThumb {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 14.28571%;
        float: left;
        padding-left: 0.64403%;
        padding-right: 0.64403%
    }

        .productDetailThumb:nth-child(7n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both
        }

        .productDetailThumb:nth-child(7n+2) {
            margin-left: 14.28571%;
            margin-right: -100%;
            clear: none
        }

        .productDetailThumb:nth-child(7n+3) {
            margin-left: 28.57143%;
            margin-right: -100%;
            clear: none
        }

        .productDetailThumb:nth-child(7n+4) {
            margin-left: 42.85714%;
            margin-right: -100%;
            clear: none
        }

        .productDetailThumb:nth-child(7n+5) {
            margin-left: 57.14286%;
            margin-right: -100%;
            clear: none
        }

        .productDetailThumb:nth-child(7n+6) {
            margin-left: 71.42857%;
            margin-right: -100%;
            clear: none
        }

        .productDetailThumb:nth-child(7n+7) {
            margin-left: 85.71429%;
            margin-right: -100%;
            clear: none
        }
}

.productDetailThumb:after {
    content: "";
    display: block;
    padding: 0 0 100%
}

@media (min-width:1200px) {
    .newThumbContainer .productDetailThumb:nth-last-child(-n+2) {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 14.28571%;
        float: left;
        padding-left: 0.64403%;
        padding-right: 0.64403%
    }

        .newThumbContainer .productDetailThumb:nth-last-child(-n+2):nth-child(7n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both
        }

        .newThumbContainer .productDetailThumb:nth-last-child(-n+2):nth-child(7n+2) {
            margin-left: 14.28571%;
            margin-right: -100%;
            clear: none
        }

        .newThumbContainer .productDetailThumb:nth-last-child(-n+2):nth-child(7n+3) {
            margin-left: 28.57143%;
            margin-right: -100%;
            clear: none
        }

        .newThumbContainer .productDetailThumb:nth-last-child(-n+2):nth-child(7n+4) {
            margin-left: 42.85714%;
            margin-right: -100%;
            clear: none
        }

        .newThumbContainer .productDetailThumb:nth-last-child(-n+2):nth-child(7n+5) {
            margin-left: 57.14286%;
            margin-right: -100%;
            clear: none
        }

        .newThumbContainer .productDetailThumb:nth-last-child(-n+2):nth-child(7n+6) {
            margin-left: 71.42857%;
            margin-right: -100%;
            clear: none
        }

        .newThumbContainer .productDetailThumb:nth-last-child(-n+2):nth-child(7n+7) {
            margin-left: 85.71429%;
            margin-right: -100%;
            clear: none
        }

        .newThumbContainer .productDetailThumb:nth-last-child(-n+2):after {
            padding-bottom: 100%
        }
}

.productDetailThumb.on {
    border-color: #FFC60B
}

.productDetailThumbInner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

a.productDetailIconContent, a:visited.productDetailIconContent {
    background: #F1F1F1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    padding: 5px 5px 0 5px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-weight: 600;
    color: #A8A8A8;
    text-decoration: none
}

    a.productDetailIconContent:hover, a:visited.productDetailIconContent:hover {
        text-decoration: none;
        background: #FFC60B
    }

.productDetailIcon {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 0 0.2em;
    color: white;
    text-decoration: none;
    color: #A8A8A8;
    font-size: .8rem
}

@media (min-width:500px) {
    .productDetailIcon {
        font-size: 1rem
    }
}

.productDetailIcon:before {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    display: block;
    text-align: center;
    font-size: 21px
}

@media (min-width:500px) {
    .productDetailIcon:before {
        top: 35%;
        font-size: 40px
    }
}

.productDetailIcon.detailIcon360 {
    padding-top: 62%
}

    .productDetailIcon.detailIcon360:before {
        content: "\f0e2"
    }

.productDetailIcon.detailIconVideo {
    padding-top: 62%
}

    .productDetailIcon.detailIconVideo:before {
        content: "\f01d"
    }

#overview-tab p {
    padding: 20px 0 0 0
}

.product-spec-header {
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    text-transform: uppercase;
    border-bottom: 2px solid #142232;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px
}

#specifications-key ul {
    padding: 0px !important
}

    #specifications-key ul li {
        list-style-type: none !important;
        padding: 15px 10px
    }

        #specifications-key ul li:after, #specifications-key ul li:before {
            content: '';
            display: table
        }

        #specifications-key ul li:after {
            clear: both
        }

        #specifications-key ul li:nth-child(odd) {
            background-color: #F1F1F1
        }

        #specifications-key ul li .spectitle {
            float: left;
            text-transform: uppercase
        }

        #specifications-key ul li .specvalue {
            float: right
        }

.compare-models {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #979797
}

    .compare-models:after, .compare-models:before {
        content: '';
        display: table
    }

    .compare-models:after {
        clear: both
    }

    .compare-models .comparechoiceinner {
        width: 98%;
        padding: 5px
    }

    .compare-models ul {
        max-width: 100% !important;
        text-align: center !important;
        padding: 30px 0 !important
    }

        .compare-models ul li {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 50%;
            float: left;
            padding-left: 2.2541%;
            padding-right: 2.2541%;
            list-style-type: none !important;
            margin: 0 0 30px 0
        }

@media (min-width:992px) {
    .compare-models ul li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left;
        padding-left: 3.00546%;
        padding-right: 3.00546%
    }

        .compare-models ul li:nth-child(3n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both
        }

        .compare-models ul li:nth-child(3n+2) {
            margin-left: 33.33333%;
            margin-right: -100%;
            clear: none
        }

        .compare-models ul li:nth-child(3n+3) {
            margin-left: 66.66667%;
            margin-right: -100%;
            clear: none
        }
}

.compare-models ul li p {
    font-family: "Roboto Condensed", Helvetica, Sans-Serif !important;
    font-size: 16px !important;
    line-height: 18px !important;
    color: #142232;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none
}

.compare-models ul li:hover {
    cursor: hand;
    cursor: pointer
}

.compare-models .removecompareselection {
    display: none;
    position: relative;
    top: 20px;
    font-size: 10px;
    color: #EB0129;
    letter-spacing: .8px
}

.compare-models .compareSelected {
    border: 2px solid #FFC60B
}

.compare-models .compareStop {
    display: none
}

.compare-models .comparestopreveal {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    background-color: #fe2147
}

    .compare-models .comparestopreveal p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: .8px;
        padding: 10px;
        color: white;
        text-align: center
    }

    .compare-models .comparestopreveal .removecompareselection {
        position: absolute;
        display: block !important
    }

.goCompare {
    display: none;
    text-transform: uppercase
}

.available-used h4 {
    width: 100%;
    padding: 0 0 10px 0;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-size: 19px;
    color: #88969F;
    border-bottom: 2px solid #88969F
}

.available-used ul {
    margin: 20px 0 0 0
}

    .available-used ul li {
        padding: 10px 0
    }

        .available-used ul li a {
            font-family: "Roboto Condensed", Helvetica, Sans-Serif;
            font-weight: bold;
            font-size: 20px;
            color: #142232;
            text-decoration: none
        }

            .available-used ul li a span {
                font-weight: 100;
                padding: 5px 0 0 0
            }

.available-used .viewAll {
    padding: 20px 0 0 0;
    color: #88969F;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    text-transform: uppercase;
    text-align: center
}

    .available-used .viewAll span {
        display: block
    }

.available-used .open span.fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.specsub {
    background-color: #F1F1F1
}

    .specsub .wrap {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto
    }

        .specsub .wrap:after {
            content: " ";
            display: block;
            clear: both
        }

    .specsub .responsive {
        width: 100%
    }

.specsubpage {
    position: relative;
    top: -20px;
    width: 100%;
    min-height: 600px;
    padding: 20px 10px
}

@media (min-width:1200px) {
    .specsubpage {
        padding: 20px 30px
    }
}

.specsubpage h2 {
    padding: 30px 0;
    font-size: 2rem;
    color: #142232;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    font-weight: bold
}

.specsubpage .content-inner {
    padding: 5px
}

    .calculators fieldset .specsubpage .content-inner legend, .specsubpage .content-inner .calculators fieldset legend, .specsubpage .content-inner h3 {
        font-size: 1.4rem;
        padding: 0px
    }

@media (min-width:992px) {
    .calculators fieldset .specsubpage .content-inner legend, .specsubpage .content-inner .calculators fieldset legend, .specsubpage .content-inner h3 {
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .productDetailCompareContainer {
        border-top: 2px solid #A8A8A8;
        padding: 2em 0 0
    }
}

a.compareRemove, a:visited.compareRemove {
    font-size: 10px;
    color: #142232;
    font-weight: 400;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif
}

@media (min-width:1200px) {
    a.compareRemove, a:visited.compareRemove {
        font-size: 9.6px
    }
}

.compareTable {
    border-top: 2px solid #A8A8A8;
    border-bottom: 2px solid #A8A8A8
}

@media (min-width:768px) {
    .compareTable {
        border-top: none;
        border-bottom: none;
        width: 100%
    }
}

@media (min-width:992px) {
    .compareTable {
        font-size: 13px
    }
}

.compareTable tr:nth-child(odd) {
    background: #F1F1F1
}

.compareTable tr:first-child {
    background: transparent
}

.compareTable tr:nth-child(2) td {
    padding-top: 25px;
    border-right: none
}

.compareTable th {
    border-bottom: 2px solid #A8A8A8;
    text-align: center;
    padding: 9px 15px;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif
}

@media (min-width:1200px) {
    .compareTable th {
        padding: 11px 35px;
        width: 225px
    }
}

@media (min-width:1600px) {
    .compareTable th {
        padding: 30px 35px
    }
}

.compareTable td {
    padding: 9px 15px;
    text-align: center;
    border-right: 2px solid #A8A8A8;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif
}

    .calculators fieldset .compareTable td legend, .compareTable td .calculators fieldset legend, .compareTable td h3 {
        color: #142232;
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase
    }

    .compareTable td strong {
        color: #142232;
        font-size: 14px;
        font-weight: bold
    }

@media (min-width:992px) {
    .compareTable td strong {
        font-size: 18px
    }
}

@media (min-width:992px) {
    .compareTable td {
        text-align: right
    }
}

@media (min-width:1200px) {
    .compareTable td {
        padding: 11px 15px
    }
}

@media (min-width:1600px) {
    .compareTable td {
        padding: 20px
    }
}

.compareTable td:first-child {
    text-align: left;
    border-right: none
}

@media (min-width:768px) {
    .compareTable td:first-child {
        border-right: 2px solid #A8A8A8
    }
}

@media (min-width:768px) {
    .compareTable td:last-child {
        border-right: none
    }
}

.compareThumb {
    overflow: hidden;
    height: 100px;
    margin: 0 0 0.4em
}

@media only screen and (max-width:767px) {
    table.responsive {
        margin-bottom: 0
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc
    }

        .pinned table {
            border-right: none;
            border-left: none;
            width: 100%
        }

            .pinned table td, .pinned table th {
                white-space: nowrap
            }

        .pinned td:last-child {
            border-bottom: 0
        }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc
    }

        div.table-wrapper div.scrollable table {
            margin-left: 35%
        }

        div.table-wrapper div.scrollable {
            overflow: scroll;
            overflow-y: hidden
        }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden
    }

        table.responsive.pinned td, table.responsive td:first-child, table.responsive th:first-child {
            display: none
        }
}

.locations {
    background-color: #F1F1F1
}

    .locations .wrap {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto
    }

        .locations .wrap:after {
            content: " ";
            display: block;
            clear: both
        }

.locationspage {
    position: relative;
    top: -20px;
    z-index: 91;
    width: 100%;
    min-height: 600px;
    padding: 20px 20px 40px 20px;
    background-color: white
}

.locationssearch {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #88969F
}

    .locationssearch:after, .locationssearch:before {
        content: '';
        display: table
    }

    .locationssearch:after {
        clear: both
    }

    .locationssearch:after {
        content: " ";
        display: block;
        clear: both
    }

@media (min-width:992px) {
    .locationssearch {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto
    }

        .locationssearch:after {
            content: " ";
            display: block;
            clear: both
        }
}

.locationssearchbar {
    width: 100%;
    min-height: 80px;
    padding-bottom: 20px;
    background: url(../images/locationbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1005px;
    margin-left: auto;
    margin-right: auto
}

    .locationssearchbar:after, .locationssearchbar:before {
        content: '';
        display: table
    }

    .locationssearchbar:after {
        clear: both
    }

    .locationssearchbar:after {
        content: " ";
        display: block;
        clear: both
    }

    .calculators fieldset .locationssearchbar legend, .locationssearchbar .calculators fieldset legend, .locationssearchbar h3 {
        padding: 28px 0 0 0;
        font-size: 36px;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        text-transform: uppercase;
        font-weight: bold;
        color: #142232;
        font-weight: bold;
        text-align: center
    }

@media (min-width:1200px) {
    .calculators fieldset .locationssearchbar legend, .locationssearchbar .calculators fieldset legend, .locationssearchbar h3 {
        float: left;
        padding: 24px 0 0 30px;
        text-align: left
    }
}

.locationssearchbar .dropWrapper {
    width: 80%;
    margin: 20px auto 0 auto;
    border: 1px solid #142232;
    position: relative
}

@media (min-width:1200px) {
    .locationssearchbar .dropWrapper {
        float: right;
        width: 30%;
        margin: 1.3em 1em 0 0
    }
}

.locationssearchbar .dropWrapper:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 9px;
    top: 50%;
    pointer-events: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 25px;
    color: #142232
}

.locationssearchbar .dropWrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 38px;
    border: none;
    margin: 0;
    border-radius: 0;
    padding: 0 0 0 9px;
    background: none;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    font-size: 18px
}

@media (min-width:992px) {
    .locationssearchlist {
        width: 30%;
        height: 500px;
        overflow: scroll;
        float: left
    }

        .locationssearchlist::-webkit-scrollbar {
            -webkit-appearance: none;
            width: 7px
        }

        .locationssearchlist::-webkit-scrollbar-thumb {
            border-radius: 4px;
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: 0 0 1px rgba(35, 35, 35, 0.5)
        }
}

.locationssearchlist li {
    position: relative;
    padding: 30px;
    border-bottom: 1px solid #D6D6D6
}

@media (min-width:768px) {
    .locationssearchlist li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left;
        padding-left: 1.50273%;
        padding-right: 1.50273%;
        border-bottom: none;
        padding-left: 30px !important
    }
}

@media (min-width:992px) {
    .locationssearchlist li {
        border-bottom: 1px solid #D6D6D6;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 1.50273%;
        padding-right: 1.50273%
    }
}

.locationssearchlist li span {
    display: block
}

.locationssearchlist li .locationMarkerKey {
    position: absolute;
    left: 1px
}

.locationssearchlist li .locationTitle {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    font-size: 22px;
    padding-top: 4px;
    padding-bottom: 20px
}

    .locationssearchlist li .locationTitle a {
        color: #142232
    }

.locationssearchlist li .locationAddress, .locationssearchlist li .locationNumber {
    font-family: Roboto, Helvetica, Sans-Serif;
    font-size: 14px;
    line-height: 21px
}

.locationssearchmap {
    width: 70%;
    height: 500px;
    float: right
}

    .locationssearchmap a {
        color: #002B5C
    }

    .locationssearchmap strong, .locationssearchmap strong a {
        font-weight: 600;
        color: #142232
    }

@media (max-width:992px) {
    .locationssearchmap #map {
        display: none
    }
}

.locationssearchmap #map {
    width: 100%;
    height: 500px
}

.locationssearchmap #dealerInfoBox {
    padding: 30px 0 30px 30px;
    background-color: rgba(255, 255, 255, 0.8)
}

    .calculators fieldset .locationssearchmap #dealerInfoBox legend, .locationssearchmap #dealerInfoBox .calculators fieldset legend, .locationssearchmap #dealerInfoBox h3 {
        padding: 0 0 10px 0;
        color: #142232;
        font-size: 23px;
        font-weight: bold
    }

    .locationssearchmap #dealerInfoBox p {
        font-size: 13px;
        line-height: 18px;
        font-family: Roboto, Helvetica, Sans-Serif;
        color: #142232
    }

    .locationssearchmap #dealerInfoBox .infoBoxLocation {
        display: block;
        padding: 0 0 10px 0
    }

    .locationssearchmap #dealerInfoBox .infoBoxNumber {
        display: block;
        padding: 10px 0 10px 0
    }

    .locationssearchmap #dealerInfoBox .dealerLink {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 14px;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        font-weight: bold;
        color: #88969F;
        float: right
    }

.location #specificmap {
    margin: 20px 0px;
    height: 274px;
    background: #F0EDE5;
    position: relative
}

    .location #specificmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 274px
    }

.location .specificaddress, .location .specificpartsservice, .location .specificphone, .location .specificstorehours {
    padding-left: 25px;
    padding-bottom: 20px
}

.location .locationlist {
    padding: 0px !important
}

    .location .locationlist li {
        list-style-type: none !important;
        color: #232323 !important;
        font-size: 14px !important;
        font-weight: normal !important
    }

.categorylist {
    margin: 30px 0 0 0
}

    .categorylist:after, .categorylist:before {
        content: '';
        display: table
    }

    .categorylist:after {
        clear: both
    }

    .categorylist .product {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 0.75137%;
        padding-right: 0.75137%;
        margin-bottom: 2.2541%;
        text-align: center;
        border: 2px solid white
    }

@media (min-width:992px) {
    .categorylist .product {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left;
        padding-left: 0.75137%;
        padding-right: 0.75137%;
        margin-bottom: 4.5082%
    }

        .categorylist .product:nth-child(3n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both
        }

        .categorylist .product:nth-child(3n+2) {
            margin-left: 33.33333%;
            margin-right: -100%;
            clear: none
        }

        .categorylist .product:nth-child(3n+3) {
            margin-left: 66.66667%;
            margin-right: -100%;
            clear: none
        }
}

@media (min-width:1200px) {
    .categorylist .product {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left;
        padding-left: 0.75137%;
        padding-right: 0.75137%;
        margin-bottom: 4.5082%;
        padding-bottom: 10px
    }

        .categorylist .product:nth-child(3n+1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both
        }

        .categorylist .product:nth-child(3n+2) {
            margin-left: 33.33333%;
            margin-right: -100%;
            clear: none
        }

        .categorylist .product:nth-child(3n+3) {
            margin-left: 66.66667%;
            margin-right: -100%;
            clear: none
        }
}

.categorylist .product:hover {
    border: 2px solid #F1F1F1
}

.categorylist .product a {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center
}

    .categorylist .product a:hover {
        text-decoration: none
    }

.categorylist .product p {
    font-size: 12px;
    line-height: 16px
}

.categorylist .product .productlink {
    clear: both;
    text-align: center;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none
}

    .categorylist .product .productlink:hover {
        text-decoration: underline
    }

.news .news-title {
    line-height: 1;
    font-size: 2.4rem !important
}

.news .news-item {
    clear: both;
    margin-bottom: 10px;
    padding: 15px 0;
    border-bottom: 1px dotted #c0c8cd
}

    .news .news-item .news-meta {
        padding: 0 0 5px 0;
        font-size: 14px
    }

    .news .news-item .news-thumbnail {
        float: left;
        width: 20%;
        padding-right: 20px
    }

    .news .news-item .news-teaser {
        width: 80%;
        overflow: hidden
    }

        .news .news-item .news-teaser h4, .news .news-item .news-teaser p {
            padding-bottom: 10px
        }

        .news .news-item .news-teaser p {
            margin-bottom: 0
        }

        .news .news-item .news-teaser a.readmorelink {
            font-family: "Roboto Condensed", Helvetica, Sans-Serif;
            color: #FFC60B;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 1px;
            font-size: 16px;
            line-height: 22px
        }

            .news .news-item .news-teaser a.readmorelink:after {
                content: "\f105";
                font-family: FontAwesome;
                font-size: 22px;
                line-height: 22px;
                vertical-align: bottom;
                color: #FFC60B;
                margin: 0 0 5px 5px
            }

.news .news-entry strong {
    font-weight: 600
}

.news .news-entry em, .news .news-entry i {
    font-style: italic
}

.group:after, .product-gallery-thumbnails:after, .product-gallery:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.news .news-item .news-teaser h4 a {
    color: #142232 !important
}

.news-meta {
    padding: 10px 0;
    display: block;
    color: #666;
    font-family: Roboto, Arial, sans-serif
}

    .news-meta:before {
        content: 'Published on '
    }

.capitalize {
    text-transform: capitalize
}

ul.contacticons li .fa {
    font-size: 26px
}

ul.contacticons li a {
    color: #142232;
    text-decoration: none
}

.ui-autocomplete {
    z-index: 10000
}

.salesRepContainer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.salesRepBox {
    border: 1px solid #CCC;
    margin: 0 4% 4% 0;
    padding: 10px 15px;
    width: 48%;
    float: left;
    background: #FFF;
    word-wrap: break-word
}

    .salesRepBox:hover {
        background: #F1F1F1
    }

    .salesRepBox strong {
        font-weight: 600
    }

    .salesRepBox p {
        margin: 0 !important
    }

    .salesRepBox .fa {
        color: #4C4C4C
    }

    .salesRepBox:nth-child(2n) {
        margin: 0 0 4% 0
    }

    .salesRepBox:nth-child(odd) {
        clear: left
    }

.serviceFilters {
    margin: 0;
    padding: 0 0 10px 0 !important;
    width: 100% !important;
    max-width: 100% !important
}

    .serviceFilters li {
        list-style: none;
        display: inline;
        font-weight: normal !important
    }

        .serviceFilters li a {
            color: #666 !important;
            display: inline-block;
            padding: 5px 8px;
            border: 1px solid #CCC;
            border-radius: 3px;
            background: #F1F1F1;
            margin: 0 3px 5px 0;
            font-size: 12px
        }

        .serviceFilters li.on a {
            background: #DBDBDB;
            color: #333 !important;
            font-weight: bold
        }

@media screen and (max-width:1000px) {
    .salesRepBox .fa {
        display: none
    }
}

@media screen and (max-width:600px) {
    .salesRepBox {
        margin: 0 0 4% 0;
        width: 100%;
        float: none
    }
}

.valSummary {
    color: #900 !important;
    border: 1px solid #900;
    padding: 15px 15px 0 15px;
    background: #F1F1F1;
    margin-bottom: 25px
}

    .valSummary ul {
        margin-top: 10px
    }

        .valSummary ul li {
            font-weight: normal !important;
            color: #900 !important
        }

.alertEmailAddress {
    color: #900;
    text-align: center
}

.newsletterResponse {
    text-align: center;
    padding: 20px 10px;
    background: #F1F1F1;
    margin-bottom: 15px;
    border: 1px solid #CCC
}

    .newsletterResponse p {
        margin: 0;
        padding: 5px 0 4px 0
    }

.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap
}

div.product-page-links.new .buttonbar a.new, div.product-page-links.rental a.cornerbuttonwhite.rental, div.product-page-links.used a.cornerbuttonwhite.used {
    color: #FFC60B
}

div.product-page-links.new a.browseMachinesWhite.new:before, div.product-page-links.rental a.browseMachinesWhite.rental:before {
    color: #FFC60B
}

#tab-container {
    margin: 0 auto
}

    #tab-container iframe {
        overflow: hidden
    }

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: Roboto, Helvetica, Sans-Serif;
    border-bottom: 3px solid #FFC60B
}

    ul.tabs li {
        background: #F1F1F1;
        color: #232323;
        display: inline-block;
        padding: 10px 15px;
        margin: 0;
        cursor: pointer
    }

        ul.tabs li.current {
            background: #FFC60B;
            color: #232323
        }

.tab-content {
    display: none;
    padding: 0
}

    .tab-content.current {
        display: inherit
    }

.quicklinks.speclist {
    font-family: Roboto, Helvetica, Sans-Serif;
    margin-top: 15px
}

    .quicklinks.speclist strong {
        font-weight: bold
    }

.asideBox {
    margin: 0 0 1em;
    text-align: center;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif
}

    .asideBox .calculators fieldset legend, .asideBox h2, .asideBox h3, .calculators fieldset .asideBox legend {
        font-family: Roboto, Helvetica, Sans-Serif;
        font-style: normal;
        text-transform: uppercase
    }

    .asideBox h4 {
        color: #88969F;
        border-bottom: 1px solid #88969F;
        text-transform: uppercase;
        padding-bottom: 10px;
        margin-bottom: 15px
    }

.productDetailAvailableUsed {
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s
}

    .productDetailAvailableUsed .asideHeader {
        background: transparent;
        border-bottom: 2px solid #A8A8A8;
        color: #A8A8A8;
        margin: 0 0 1em
    }

a.availableUsed, a:visited.availableUsed {
    margin: 0 0 2em;
    line-height: 1;
    display: block;
    color: #545454
}

    a.availableUsed:hover, a:visited.availableUsed:hover {
        text-decoration: none;
        background: #F8F8F8
    }

.availableUsedTitle {
    font-weight: 700;
    font-family: Roboto, Helvetica, Sans-Serif;
    color: #142232;
    padding: 10px 0;
    display: block
}

.availableUsedQty {
    font-family: Roboto, Helvetica, Sans-Serif;
    font-size: 0.8em
}

.viewAll {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: none;
    cursor: pointer
}

    .viewAll > span {
        display: block;
        overflow: hidden;
        position: relative
    }

        .viewAll > span span {
            display: inline-block;
            padding: 0 15px;
            position: relative
        }

            .viewAll > span span:after, .viewAll > span span:before {
                content: "";
                position: absolute;
                top: 50%;
                border-top: 2px solid #88969F
            }

            .viewAll > span span:before {
                left: -9999px;
                right: 100%
            }

            .viewAll > span span:after {
                right: -9999px;
                left: 100%
            }

    .viewAll:after {
        content: "\f078";
        font-family: FontAwesome;
        position: absolute;
        left: 50%;
        bottom: 0;
        font-size: 21px;
        line-height: 21px;
        -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        color: #EB0129;
        font-weight: normal
    }

    .viewAll.open:after {
        content: "\f077"
    }

    .viewAll.on {
        display: block
    }

.CMSSiteMapList, .CMSSiteMapList ul, .CMSSiteMapList ul ul, .CMSSiteMapList ul ul ul {
    margin: 0 !important;
    padding-bottom: 0 !important
}

    .CMSSiteMapList li {
        padding-bottom: 0 !important
    }

    .CMSSiteMapList a {
        color: #142232
    }

.searchBox, .SearchDialog {
    padding: 25px;
    background: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    margin: 20px 0 25px 0
}

    .searchBox:after, .SearchDialog:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

    .searchBox .editing-form-label-cell, .SearchDialog .editing-form-label-cell {
        margin: 0 0 10px 0
    }

    .searchBox .form-group:nth-of-type(2n), .SearchDialog .form-group:nth-of-type(2n) {
        display: none
    }

    .searchBox .form-group-submit, .SearchDialog .form-group-submit {
        float: none
    }

    .searchBox input[type=text], .SearchDialog input[type=text] {
        width: 70%;
        float: left;
        height: 45px;
        line-height: 45px;
        padding: 0 11px;
        border: 1px solid #ddd;
        background: #fff;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .searchBox input[type=submit], .SearchDialog input[type=submit] {
        width: 29%;
        float: left;
        color: #142232;
        border: none;
        background: #FFC60B;
        font-weight: 600;
        text-transform: uppercase;
        height: 45px;
        padding: 10px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-top: 0;
        -webkit-transition: background-color .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out
    }

        .searchBox input[type=submit]:active, .searchBox input[type=submit]:focus, .searchBox input[type=submit]:hover, .SearchDialog input[type=submit]:active, .SearchDialog input[type=submit]:focus, .SearchDialog input[type=submit]:hover {
            background: #ffd23e
        }

    .searchBox #lblSearch, .SearchDialog #lblSearch {
        display: block;
        margin: 0 0 10px 0
    }

.recaptchaContainer {
    margin: 15px 0 0 0
}

.predictiveSearchHolder .ui-menu-item li {
    list-style: none !important
}

@media screen and (min-width:770px) {
    .productBoxContainer .productBox:nth-child(3n+1) {
        clear: left
    }
}

@media only screen and (max-width:440px) {
    .searchBox input[type=text], .SearchDialog input[type=text] {
        width: 100% !important;
        float: none;
        margin-bottom: 15px
    }

    .searchBox input[type=submit], .SearchDialog input[type=submit] {
        width: 100% !important;
        float: none
    }
}

header.page h1 {
    letter-spacing: 0 !important
}

div#pnlSearchResults * {
    max-width: 590px !important;
    width: 100% !important;
    line-height: 21px
}

.product-spec-header {
    margin-top: 10px
}

.product-spec-row {
    border-bottom: 1px solid #D9D9D9;
    padding: 2px 0;
    margin-bottom: 5px
}

#relatedPages:after {
    content: "";
    display: table;
    clear: both
}

#relatedPages {
    margin: 10px 0;
    padding: 0
}

    #relatedPages a {
        padding: 0 7px 0 9px;
        border-right: 1px solid #585858;
        margin: 0 0 10px 0;
        float: left;
        line-height: 1.5;
        display: inline-block;
        color: #D7A706;
        -webkit-transition: 300ms ease all;
        -moz-transition: 300ms ease all;
        -ms-transition: 300ms ease all;
        -o-transition: 300ms ease all;
        transition: 300ms ease all
    }

        #relatedPages a:last-of-type {
            border: none
        }

        #relatedPages a:hover {
            color: #142232
        }

@media screen and (max-width:500px) {
    #relatedPages {
        display: none
    }
}

.bluekey-biz-form .FieldLabel {
    font-family: "Roboto Condensed", Helvetica, Sans-Serif;
    color: #142232;
    font-weight: bold;
    text-transform: uppercase
}

.bluekey-biz-form .form-table-group {
    margin: 0 0 20px 0;
    font-size: 14px
}

.bluekey-biz-form .form-table-label-cell {
    display: block;
    margin: 0 0 5px 0;
    font-weight: bold
}

.bluekey-biz-form .EditingFormValueCell, .bluekey-biz-form .form-table-value-cell {
    display: block
}

    .bluekey-biz-form .EditingFormValueCell input[type=text], .bluekey-biz-form .EditingFormValueCell select, .bluekey-biz-form .EditingFormValueCell textarea, .bluekey-biz-form .form-table-value-cell input[type=text], .bluekey-biz-form .form-table-value-cell select, .bluekey-biz-form .form-table-value-cell textarea {
        width: 90%;
        padding: 10px 5px;
        border: 1px solid #142232;
        background: #F5F5F5;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        font-size: 16px;
        font-weight: bold;
        color: #142232;
        text-transform: uppercase;
        -webkit-appearance: none;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
        border-radius: 0;
        margin-bottom: 0
    }

        .bluekey-biz-form .EditingFormValueCell input[type=text]:focus, .bluekey-biz-form .EditingFormValueCell select:focus, .bluekey-biz-form .EditingFormValueCell textarea:focus, .bluekey-biz-form .form-table-value-cell input[type=text]:focus, .bluekey-biz-form .form-table-value-cell select:focus, .bluekey-biz-form .form-table-value-cell textarea:focus {
            border: 1px solid #05090e;
            background: #fff
        }

    .bluekey-biz-form .EditingFormValueCell textarea, .bluekey-biz-form .form-table-value-cell textarea {
        min-height: 200px
    }

        .bluekey-biz-form .EditingFormValueCell input[type=text]:focus::-webkit-input-placeholder, .bluekey-biz-form .EditingFormValueCell textarea:focus::-webkit-input-placeholder, .bluekey-biz-form .form-table-value-cell input[type=text]:focus::-webkit-input-placeholder, .bluekey-biz-form .form-table-value-cell textarea:focus::-webkit-input-placeholder {
            color: #142232;
            opacity: .4
        }

        .bluekey-biz-form .EditingFormValueCell input[type=text]:focus:-moz-placeholder, .bluekey-biz-form .EditingFormValueCell textarea:focus:-moz-placeholder, .bluekey-biz-form .form-table-value-cell input[type=text]:focus:-moz-placeholder, .bluekey-biz-form .form-table-value-cell textarea:focus:-moz-placeholder {
            color: #142232;
            opacity: .4
        }

        .bluekey-biz-form .EditingFormValueCell input[type=text]::-webkit-input-placeholder, .bluekey-biz-form .EditingFormValueCell textarea::-webkit-input-placeholder, .bluekey-biz-form .form-table-value-cell input[type=text]::-webkit-input-placeholder, .bluekey-biz-form .form-table-value-cell textarea::-webkit-input-placeholder {
            color: #142232
        }

        .bluekey-biz-form .EditingFormValueCell input[type=text]:-moz-placeholder, .bluekey-biz-form .EditingFormValueCell textarea:-moz-placeholder, .bluekey-biz-form .form-table-value-cell input[type=text]:-moz-placeholder, .bluekey-biz-form .form-table-value-cell textarea:-moz-placeholder {
            color: #142232;
            opacity: 1
        }

        .bluekey-biz-form .EditingFormValueCell input[type=text]::-moz-placeholder, .bluekey-biz-form .EditingFormValueCell textarea::-moz-placeholder, .bluekey-biz-form .form-table-value-cell input[type=text]::-moz-placeholder, .bluekey-biz-form .form-table-value-cell textarea::-moz-placeholder {
            color: #142232;
            opacity: 1
        }

        .bluekey-biz-form .EditingFormValueCell input[type=text]:-ms-input-placeholder, .bluekey-biz-form .EditingFormValueCell textarea:-ms-input-placeholder, .bluekey-biz-form .form-table-value-cell input[type=text]:-ms-input-placeholder, .bluekey-biz-form .form-table-value-cell textarea:-ms-input-placeholder {
            color: #142232
        }

    .bluekey-biz-form .EditingFormValueCell input[type=checkbox], .bluekey-biz-form .form-table-value-cell input[type=checkbox] {
        margin: 3px 10px 0 10px
    }

    .bluekey-biz-form .EditingFormValueCell input[type=submit], .bluekey-biz-form .form-table-value-cell input[type=submit] {
        display: block;
        margin: 10px 0;
        padding: 10px 20px;
        max-width: 255px;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
        text-decoration: none;
        text-align: center;
        border: none !important
    }

.bluekey-biz-form .EditingFormControlNestedControl {
    margin: 0 0 1em
}

    .bluekey-biz-form .EditingFormControlNestedControl .dropdown {
        position: relative;
        overflow: hidden;
        border: 1px solid #142232;
        background: #F5F5F5;
        margin: 0 0 1em;
        position: relative;
        width: 90%
    }

        .bluekey-biz-form .EditingFormControlNestedControl .dropdown select {
            padding: 0 9px;
            height: 40px;
            margin: 0;
            border: none;
            background: none;
            width: 100% !important
        }

            .bluekey-biz-form .EditingFormControlNestedControl .dropdown select::-ms-expand {
                display: none
            }

        .bluekey-biz-form .EditingFormControlNestedControl .dropdown:after {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-family: FontAwesome;
            content: '\f078';
            position: absolute;
            top: 50%;
            right: 11px;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            font-size: 1.6em;
            pointer-events: none
        }

.bluekey-biz-form .EditingFormValueCell .EditingFormErrorLabel, .bluekey-biz-form .form-table-validation-cell .EditingFormErrorLabel {
    color: #AC011B;
    margin-bottom: 10px;
    padding: 4px 0 4px 10px;
    width: 90%;
    display: block;
    background: #AC011B;
    color: #FFF
}

    .bluekey-biz-form .EditingFormValueCell .EditingFormErrorLabel:before, .bluekey-biz-form .form-table-validation-cell .EditingFormErrorLabel:before {
        font-family: FontAwesome;
        content: '\f062';
        padding-right: 8px
    }

.calculators fieldset {
    margin-bottom: 15px;
    border: 1px solid #D7D7D7;
    background: #F1F1F1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F1F1F1));
    background-image: -webkit-linear-gradient(#FFF, #F1F1F1);
    background-image: -o-linear-gradient(#FFF, #F1F1F1);
    background-image: linear-gradient(#FFF, #F1F1F1);
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    .calculators fieldset input[type=text] {
        display: block;
        width: 80%;
        padding: 8px;
        margin: 0 0 5px 0;
        border: 1px solid #D7D7D7;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .calculators fieldset input[type=button], .calculators fieldset input[type=submit] {
        border: 1px solid #FFC60B !important
    }

    .calculators fieldset label {
        display: block;
        margin: 0 0 5px 0;
        font-weight: bold
    }

    .calculators fieldset p {
        margin-bottom: 5px
    }

    .calculators fieldset select {
        min-width: 25%;
        padding: 5px;
        margin: 0 0 5px 0;
        border: 1px solid #D7D7D7
    }

    .calculators fieldset .calcResult {
        color: #060
    }

form fieldset input.form-text, form fieldset textarea {
    display: block;
    width: 50%;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    form fieldset input.form-text:focus {
        border: 1px solid #ccc;
        background: #fff
    }

form fieldset textarea {
    height: 150px
}

form fieldset select {
    min-width: 25%;
    margin: 0
}

form fieldset.radio ul {
    margin-top: 5px
}

    form fieldset.radio ul li {
        margin: 0 0 5px 0
    }

        form fieldset.radio ul li:last-child {
            margin: 0
        }

form fieldset p.form-help {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #999
}

form input[type=submit] {
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

    form input[type=submit]:focus, form input[type=submit]:hover {
        border: 1px solid #bbb;
        background: #e5e5e5
    }

    form input[type=submit]:active {
        border: 1px solid #ccc;
        background: #eee
    }

.timelineContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative
}

.timelineBox {
    width: 190px;
    min-width: 240px;
    background: #dedfe3;
    padding: 0 25px 100px;
    border-right: 1px solid #142232;
    position: relative;
    font-family: "Roboto Condensed", Helvetica, Sans-Serif
}

    .timelineBox.decadeBox {
        background: #142232;
        color: #fff;
        min-width: 150px;
        padding: 0
    }

        .timelineBox.decadeBox.color1 {
            background: #ffc60b;
            border-right-color: #ffc60b
        }

        .timelineBox.decadeBox.color2 {
            background: #000000;
            border-right-color: #000000
        }

        .timelineBox.decadeBox.color3 {
            background: #af1518;
            border-right-color: #af1518
        }

        .timelineBox.decadeBox.color4 {
            background: #88969f;
            border-right-color: #88969f
        }

    .timelineBox.noImage {
        padding-top: 50px
    }

    .timelineBox .decade {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 28px;
        font-weight: 700
    }

    .timelineBox p:last-child {
        margin-bottom: 0
    }

.timelineContentDate {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 0.4rem;
    border-bottom: 2px solid #142232;
    padding: 0 0 0.6rem
}

.timelineIntroRow {
    background: #fff;
    padding: 40px 0
}

.timelineIntro {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 25px;
    text-align: center
}

    .timelineIntro p:last-child {
        margin-bottom: 0
    }

.timelineDecadeNav {
    position: relative;
    max-width: 700px;
    margin: 35px auto 0
}

    .timelineDecadeNav ul {
        z-index: 100;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 7px;
        overflow: hidden;
        background: #dedfe3
    }

    .timelineDecadeNav li {
        margin: 0;
        padding: 9px 25px;
        cursor: pointer;
        font-family: "Roboto Condensed", Helvetica, Sans-Serif;
        font-weight: 700
    }

        .timelineDecadeNav li:hover {
            background: rgba(0, 0, 0, 0.2)
        }

        .timelineDecadeNav li.on {
            background: #142232;
            color: #fff
        }

            .timelineDecadeNav li.on:before {
                background: #ffd23e
            }

        .timelineDecadeNav li:before {
            content: "";
            display: block;
            margin: 0 auto 5px;
            border-radius: 20px;
            height: 9px;
            width: 9px;
            background: transparent
        }

.timelineBoxThumb {
    margin: 0 -25px 31px
}

.timelineBox.noImage .timelineBoxThumb {
    display: none
}

.timelineBoxThumb:after {
    content: "";
    display: block;
    padding: 0 0 60%
}

@media (min-width:768px) {
    .listRecruiterJobs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.recruitingBox {
    margin: 0 0 4rem
}

@media (min-width:768px) {
    .recruitingBox {
        min-width: 31%;
        max-width: 31%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 2rem
    }
}

@media (min-width:1200px) {
    .recruitingBox p {
        margin-bottom: 1rem
    }
}

@media (min-width:768px) {
    .recruitingBox p.action {
        margin-top: auto
    }
}

.calculators fieldset .recruitingBox input[type=button], .calculators fieldset .recruitingBox input[type=submit], .recruitingBox .btn, .recruitingBox .calculators fieldset input[type=button], .recruitingBox .calculators fieldset input[type=submit] {
    display: block;
    max-width: 100%
}

.recruitingBox-thumb {
    margin: 0 0 15px;
    position: relative;
    overflow: hidden
}

    .recruitingBox-thumb:after {
        content: "";
        display: block;
        padding: 0 0 65%
    }

    .recruitingBox-thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: auto;
        width: auto;
        min-width: 100%;
        min-height: 100%
    }

.has-margin-bottom-small {
    margin-bottom: 1rem
}

.has-margin-bottom-medium {
    margin-bottom: 2rem
}

.has-shadow-bottom {
    -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3)
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.promo-wrapper {
    display: block
}

.flex > .flex-at-md {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-top: 2px solid #88969F;
    padding-top: 4rem;
    margin-top: 4rem;
    margin-bottom: 0
}

    .flex > .flex-at-md:first-child {
        border-top: none;
        padding-top: 0;
        margin-top: 0
    }

.card {
    background-color: #D8D8D8
}

    .calculators fieldset .card legend, .card .calculators fieldset legend, .card h3 {
        font-size: 1.5rem;
        margin-top: 1rem
    }

    .card p {
        margin-bottom: .2rem
    }

.card-text-container {
    padding: .5rem 1rem
}

@media (min-width:992px) {
    .promo-wrapper.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .flex > .flex-at-md {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .flex > ul:nth-child(odd) > div {
        padding-right: 2rem
    }

    .flex > ul:nth-child(2n) > div {
        padding-left: 2rem
    }

    .flex > ul:last-child > div {
        padding-right: 0
    }

    .flex > .flex-at-md:nth-child(2) {
        border-top: none;
        padding-top: 0;
        margin-top: 0
    }

    .card {
        background-color: #D8D8D8;
        -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.6)
    }

    .card-text-container {
        padding: 1rem 2rem
    }

    .calculators fieldset .card legend, .card .calculators fieldset legend, .card h3 {
        font-size: 1.75rem;
        margin-top: 0
    }
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%
}

.card-image-container img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0.97);
    filter: brightness(0.97)
}

.card-image-container {
    padding-top: calc(600 / 800 * 100%);
    position: relative;
    overflow: hidden
}

.card-container {
    height: 100%
}

div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right {
    height: 13px
}

    div.pp_default .pp_top .pp_left {
        background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
    }

    div.pp_default .pp_top .pp_middle {
        background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x
    }

    div.pp_default .pp_top .pp_right {
        background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
    }

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_content {
    background-color: #fff
}

div.pp_default .pp_next:hover {
    background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

    div.pp_default .pp_expand:hover {
        background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
        cursor: pointer
    }

div.pp_default .pp_contract {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

    div.pp_default .pp_contract:hover {
        background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
        cursor: pointer
    }

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a {
    background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

    div.pp_default .pp_gallery ul li.selected a, div.pp_default .pp_gallery ul li a:hover {
        border-color: #fff
    }

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_next, div.pp_default .pp_gallery a.pp_arrow_previous {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_pause, div.pp_default .pp_nav .pp_play {
    background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default .pp_details {
    position: relative
}

div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous {
    background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    margin: 4px 0 0 0;
    width: 20px
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

    div.pp_default .pp_nav .currentTextHolder {
        font-family: Georgia;
        font-style: italic;
        color: #999;
        font-size: 11px;
        left: 75px;
        line-height: 25px;
        margin: 0;
        padding: 0 0 0 10px;
        position: absolute;
        top: 2px
    }

    div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover, div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_nav .pp_play:hover {
        opacity: 0.7
    }

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_middle {
    background: #fff
}

div.light_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_content .ppt {
    color: #000
}

div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right {
    background: #fff
}

div.light_rounded .pp_content {
    background-color: #fff
}

div.light_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.light_rounded .pp_expand:hover {
        background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.light_rounded .pp_contract {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.light_rounded .pp_contract:hover {
        background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_details {
    position: relative
}

div.light_rounded .pp_description {
    margin-right: 85px
}

div.light_rounded #pp_full_res .pp_inline {
    color: #000
}

div.light_rounded .pp_gallery a.pp_arrow_next, div.light_rounded .pp_gallery a.pp_arrow_previous {
    margin-top: 12px !important
}

div.light_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

    div.light_rounded .pp_arrow_previous.disabled {
        background-position: 0 -87px;
        cursor: default
    }

div.light_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

    div.light_rounded .pp_arrow_next.disabled {
        background-position: -22px -87px;
        cursor: default
    }

div.light_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_middle {
    background: #fff
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.light_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_content {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.dark_rounded .pp_expand:hover {
        background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.dark_rounded .pp_contract {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.dark_rounded .pp_contract:hover {
        background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_details {
    position: relative
}

div.dark_rounded .pp_description {
    margin-right: 85px
}

div.dark_rounded .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded .pp_description {
    color: #fff
}

div.dark_rounded #pp_full_res .pp_inline {
    color: #fff
}

div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous {
    margin-top: 12px !important
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

    div.dark_rounded .pp_arrow_previous.disabled {
        background-position: 0 -87px;
        cursor: default
    }

div.dark_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

    div.dark_rounded .pp_arrow_next.disabled {
        background-position: -22px -87px;
        cursor: default
    }

div.dark_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_content, div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right {
    background: #000
}

div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_square .pp_description {
    color: #fff
}

div.dark_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.dark_square .pp_expand:hover {
        background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.dark_square .pp_contract {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.dark_square .pp_contract:hover {
        background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_square .pp_details {
    position: relative
}

div.dark_square .pp_description {
    margin: 0 85px 0 0
}

div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

div.dark_square .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous {
    margin-top: 12px !important
}

div.dark_square .pp_nav {
    clear: none
}

    div.dark_square .pp_nav .pp_play {
        background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
        height: 15px;
        width: 14px
    }

    div.dark_square .pp_nav .pp_pause {
        background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
        height: 15px;
        width: 14px
    }

div.dark_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

    div.dark_square .pp_arrow_previous.disabled {
        background-position: 0 -87px;
        cursor: default
    }

div.dark_square .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

    div.dark_square .pp_arrow_next.disabled {
        background-position: -22px -87px;
        cursor: default
    }

div.dark_square .pp_next:hover {
    background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_square .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_content, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right {
    background: #fff
}

    div.light_square .pp_content .ppt {
        color: #000
    }

div.light_square .pp_expand {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.light_square .pp_expand:hover {
        background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.light_square .pp_contract {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.light_square .pp_contract:hover {
        background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_square .pp_details {
    position: relative
}

div.light_square .pp_description {
    margin-right: 85px
}

div.light_square #pp_full_res .pp_inline {
    color: #000
}

div.light_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous {
    margin-top: 12px !important
}

div.light_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

    div.light_square .pp_arrow_previous.disabled {
        background-position: 0 -87px;
        cursor: default
    }

div.light_square .pp_arrow_next {
    background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

    div.light_square .pp_arrow_next.disabled {
        background-position: -22px -87px;
        cursor: default
    }

div.light_square .pp_next:hover {
    background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_square .pp_previous:hover {
    background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.facebook .pp_top .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content .ppt {
    color: #000
}

div.facebook .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_content {
    background: #fff
}

div.facebook .pp_expand {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.facebook .pp_expand:hover {
        background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.facebook .pp_contract {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.facebook .pp_contract:hover {
        background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_details {
    position: relative
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook #pp_full_res .pp_inline {
    color: #000
}

div.facebook .pp_loaderIcon {
    background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

    div.facebook .pp_arrow_previous.disabled {
        background-position: 0 -96px;
        cursor: default
    }

div.facebook .pp_arrow_next {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

    div.facebook .pp_arrow_next.disabled {
        background-position: -32px -96px;
        cursor: default
    }

div.facebook .pp_nav {
    margin-top: 0
}

    div.facebook .pp_nav p {
        font-size: 15px;
        padding: 0 3px 0 4px
    }

    div.facebook .pp_nav .pp_play {
        background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
        height: 22px;
        width: 22px
    }

    div.facebook .pp_nav .pp_pause {
        background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
        height: 22px;
        width: 22px
    }

div.facebook .pp_next:hover {
    background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: none
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_top {
    height: 20px;
    position: relative
}

* html .pp_top {
    padding: 0 20px
}

    .pp_top .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px
    }

    .pp_top .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px
    }

    * html .pp_top .pp_middle {
        left: 0;
        position: static
    }

    .pp_top .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px
    }

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_fade {
    display: none
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

    .pp_content_container .pp_left {
        padding-left: 20px
    }

    .pp_content_container .pp_right {
        padding-right: 20px
    }

    .pp_content_container .pp_details {
        float: left;
        margin: 10px 0 2px 0
    }

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

    .pp_social .facebook {
        float: left;
        margin-left: 5px;
        width: 55px;
        overflow: hidden
    }

    .pp_social .twitter {
        float: left
    }

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

    .pp_nav p {
        float: left;
        margin: 2px 4px;
        white-space: nowrap
    }

    .pp_nav .pp_pause, .pp_nav .pp_play {
        float: left;
        margin-right: 4px;
        text-indent: -10000px
    }

a.pp_arrow_next, a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

    .pp_gallery div {
        float: left;
        overflow: hidden;
        position: relative
    }

    .pp_gallery ul {
        float: left;
        height: 35px;
        margin: 0 0 0 5px;
        padding: 0;
        position: relative;
        white-space: nowrap
    }

        .pp_gallery ul a {
            border: 1px #000 solid;
            border: 1px rgba(0, 0, 0, 0.5) solid;
            display: block;
            float: left;
            height: 33px;
            overflow: hidden
        }

            .pp_gallery li.selected a, .pp_gallery ul a:hover {
                border-color: #fff
            }

            .pp_gallery ul a img {
                border: 0
            }

    .pp_gallery li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 0
    }

        .pp_gallery li.default a {
            background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
            display: block;
            height: 33px;
            width: 50px
        }

            .pp_gallery li.default a img {
                display: none
            }

    .pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
        margin-top: 7px !important
    }

a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_contract, a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_bottom {
    padding: 0 20px
}

    .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px
    }

    .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px
    }

    * html .pp_bottom .pp_middle {
        left: 0;
        position: static
    }

    .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px
    }

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px
}

#pp_full_res {
    line-height: 1 !important
}

    #pp_full_res .pp_inline {
        text-align: left
    }

        #pp_full_res .pp_inline p {
            margin: 0 0 15px 0
        }

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform, height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        -o-transition-property: transform, height;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, left top, right top, left, right);
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, right top, left top, left, right);
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left top, left bottom, left, right);
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left bottom, left top, left, right);
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/*# sourceMappingURL=style.css.map */