@charset "UTF-8";

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 20px 15px;
}

.yamm-content [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.navbar-right .dropdown-menu {
    left: inherit;
    right: inherit;
}

@media (min-width: 992px) {
    .yamm .yamm-content {
        padding: 20px 30px;
    }

    .yamm-content [class*='col-'] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden;
}

.blueimp-gallery>.slides>.slide>.slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.blueimp-gallery-display {
    display: block;
    opacity: 1;
}

.blueimp-gallery>.slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blueimp-gallery-carousel>.slides {
    position: absolute;
}

.blueimp-gallery>.slides>.slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

.blueimp-gallery>.slides>.slide-loading {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px;
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
    opacity: 0;
}

.blueimp-gallery>.slides>.slide-error {
    background: url(../img/error.png) center no-repeat;
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
    display: none;
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    cursor: pointer;
    display: none;
}

.blueimp-gallery>.next {
    left: auto;
    right: 15px;
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: none;
}

.blueimp-gallery>.close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
}

.blueimp-gallery>.play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(../img/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: .5;
    display: none;
}

.blueimp-gallery-playing>.play-pause {
    background-position: -15px 0;
}

.blueimp-gallery>.prev:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.close:hover,
.blueimp-gallery>.title:hover,
.blueimp-gallery>.play-pause:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.title,
.blueimp-gallery-controls>.play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
    display: none;
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

body:last-child .blueimp-gallery>.slides>.slide-error {
    background-image: url(../img/error.svg);
}

body:last-child .blueimp-gallery>.play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(../img/play-pause.svg);
}

body:last-child .blueimp-gallery-playing>.play-pause {
    background-position: -20px 0;
}

*+html .blueimp-gallery>.slides>.slide {
    min-height: 300px;
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
    position: relative;
}

.blueimp-gallery>.indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none;
}

.blueimp-gallery>.indicator>li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, 0.25) center no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    opacity: .5;
    cursor: pointer;
}

.blueimp-gallery>.indicator>li:hover,
.blueimp-gallery>.indicator>.active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls>.indicator {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single>.indicator {
    display: none;
}

.blueimp-gallery>.indicator {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

*+html .blueimp-gallery>.indicator>li {
    display: inline;
}

.blueimp-gallery>.slides>.slide>.video-content>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -moz-backface-visibility: hidden;
}

.blueimp-gallery>.slides>.slide>.video-content>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blueimp-gallery>.slides>.slide>.video-content>iframe {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.blueimp-gallery>.slides>.slide>.video-playing>iframe {
    top: 0;
}

.blueimp-gallery>.slides>.slide>.video-content>a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -64px auto 0;
    width: 128px;
    height: 128px;
    background: url(../img/video-play.png) center no-repeat;
    opacity: .8;
    cursor: pointer;
}

.blueimp-gallery>.slides>.slide>.video-content>a:hover {
    opacity: 1;
}

.blueimp-gallery>.slides>.slide>.video-playing>a,
.blueimp-gallery>.slides>.slide>.video-playing>img {
    display: none;
}

.blueimp-gallery>.slides>.slide>.video-content>video {
    display: none;
}

.blueimp-gallery>.slides>.slide>.video-playing>video {
    display: block;
}

.blueimp-gallery>.slides>.slide>.video-loading>a {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px;
}

body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
    background-image: url(../img/video-play.svg);
}

*+html .blueimp-gallery>.slides>.slide>.video-content {
    height: 100%;
}

*+html .blueimp-gallery>.slides>.slide>.video-content>a {
    left: 50%;
    margin-left: -64px;
}

.blueimp-gallery .modal-body {
    position: relative;
    text-align: center;
    padding: 0 0 56.25% 0;
    overflow: hidden;
    cursor: pointer;
}

.blueimp-gallery .modal-footer {
    margin: 0;
}

.blueimp-gallery .modal-body img,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content a {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.blueimp-gallery .modal-body .video-content video {
    display: none;
}

.blueimp-gallery .modal-body .video-playing video {
    display: block;
}

.blueimp-gallery .modal-body .video-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    left: 100%;
}

.blueimp-gallery .modal-body .video-playing iframe {
    left: 0;
}

.blueimp-gallery .modal-body .video-playing img,
.blueimp-gallery .modal-body .video-playing a {
    display: none;
}

.blueimp-gallery .modal-body .video-content a {
    cursor: pointer;
}

.blueimp-gallery .modal-body .video-content a:after {
    font-family: "Glyphicons Halflings";
    -webkit-font-smoothing: antialiased;
    content: "\e029";
    font-size: 64px;
    line-height: 64px;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin: -32px 0 0 -32px;
}

.blueimp-gallery .modal-body .video-loading a {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px;
}

.blueimp-gallery .modal-body .video-loading a:after {
    content: none;
}

.bs-gallery a {
    font-size: 0;
}

.img-thumbnail-sm {
    border: 1px solid #ddd;
    padding: 2px;
    margin: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.blueimp-gallery-left #prv,
.blueimp-gallery-right #nxt {
    display: none;
}

@media screen and (min-width: 768px) {
    .blueimp-gallery .modal-dialog {
        right: auto;
        left: auto;
        width: auto;
        max-width: 900px;
        padding-left: 5%;
        padding-right: 5%;
    }
}

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.datepicker>div {
    display: none;
}

.datepicker table {
    width: 100%;
    margin: 0;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker td.day:hover {
    background: #eee;
    cursor: pointer;
}

.datepicker td.day.disabled {
    color: #eee;
}

.datepicker td.old,
.datepicker td.new {
    color: #999;
}

.datepicker td.active,
.datepicker td.active:hover {
    color: #fff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #04c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #fff;
    background-color: #04c;
    *background-color: #003bb3;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #039 \9;
}

.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker td span:hover {
    background: #eee;
}

.datepicker td span.active {
    color: #fff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #04c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #fff;
    background-color: #04c;
    *background-color: #003bb3;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #039 \9;
}

.datepicker td span.old {
    color: #999;
}

.datepicker th.switch {
    width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
}

.datepicker thead tr:first-child th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
    background: #eee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.datepicker.dropdown-menu {
    background-color: #f8f8f8;
    font-size: 0.750em;
}

.banner-content-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.banner-content-wrapper .banner-content {
    align-items: center;
    background: transparent;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
}

.banner-content-wrapper .banner-copy {
    background: transparent;
    padding: 40px 60px 50px 40px;
    position: relative;
    text-align: center;
}

.banner-content-wrapper .banner-copy-text {
    color: #2c2c2e;
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 1.43em;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
}

.banner-content-wrapper .banner-copy-button {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1;
    text-transform: none;
}

.banner-content-wrapper .banner-copy-button a {
    background: #f2a400;
    color: #161616;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
}

.banner-content-wrapper .banner-copy-button a:active,
.banner-content-wrapper .banner-copy-button a:focus,
.banner-content-wrapper .banner-copy-button a:hover {
    background: rgba(242, 164, 0, 0.8);
    color: rgba(22, 22, 22, 0.5);
}

.banner-content-wrapper .banner-link {
    display: inline-block;
    margin-left: auto;
    position: relative;
}

.banner-content-wrapper .banner-link img {
    width: 193px;
    transition-duration: 0.5s;
}

.banner-content-wrapper .banner-link:active img,
.banner-content-wrapper .banner-link:focus img,
.banner-content-wrapper .banner-link:hover img {
    opacity: 0.6;
}

.banner-content-wrapper .banner-copy-text-2 {
    color: #2c2c2e;
    display: block;
    font-size: 3.04em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-copy {
        padding-right: 80px;
    }

    .banner-content-wrapper .banner-copy-text {
        font-size: 1.95em;
    }

    .banner-content-wrapper .banner-copy-text-2 {
        font-size: 4.7em;
    }

    .banner-content-wrapper .banner-copy-button {
        font-size: 1.5em;
    }
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.lead {
    font-size: 1em;
}

select#cat {
    font-size: .75em;
    width: 100%;
}

.vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.post-info h2 {
    margin: 0;
    font-size: 2em;
}

.blog .post {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(51, 51, 51, 0.6);
}

.featured-margin {
    margin-bottom: 1em;
}

.widgettitle {
    font-size: 1.167em;
    font-weight: 300;
}

.page-header {
    padding-bottom: 0;
    margin: 40px 0 20px;
    border-bottom: 1px solid transparent;
}

.page-header a {
    text-decoration: none;
}

.widget a {
    font-size: 0.778em;
    font-weight: 300;
    line-height: 1.111em;
    letter-spacing: -0.025em;
}

a.label {
    display: inline-block;
    background: rgba(51, 51, 51, 0.6);
    margin-right: 10px;
    font-size: 0.778em;
    padding: 2px 5px;
    text-decoration: none;
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: rgba(51, 51, 51, 0.4);
}

.meta {
    font-size: 0.778em;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #333;
    border-color: #333;
}

.pagination>li>a,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #333;
}

#comment-nav ul {
    list-style: none;
}

#comment-nav ul li {
    display: inline-block;
}

.blog .gallery a.thumbnail {
    border: none;
}

.blog ul#gallery-nav li {
    list-style: none;
}

.blog h1 a,
.blog h2 a,
.blog h3 a,
.blog h4 a,
.blog h5 a,
.blog h6 a {
    color: #161616;
    display: block;
    line-height: 1.4;
}

.blog h1 a:active,
.blog h1 a:focus,
.blog h1 a:hover,
.blog h2 a:active,
.blog h2 a:focus,
.blog h2 a:hover,
.blog h3 a:active,
.blog h3 a:focus,
.blog h3 a:hover,
.blog h4 a:active,
.blog h4 a:focus,
.blog h4 a:hover,
.blog h5 a:active,
.blog h5 a:focus,
.blog h5 a:hover,
.blog h6 a:active,
.blog h6 a:focus,
.blog h6 a:hover {
    color: rgba(22, 22, 22, 0.5);
}

.btn-default {
    background-color: #2c2c2e;
    border-color: #2c2c2e;
    color: #fff;
    text-transform: none;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:focus,
.btn-default:focus:active,
.btn-default:hover {
    background-color: #f2a400;
    border-color: rgba(44, 44, 46, 0.5);
    color: #fff;
    transition-duration: 0.5s;
}

.btn-default:disabled,
.btn-default[disabled] {
    background-color: #ccc;
    border-color: #ccc;
}

.btn-primary {
    background-color: #2c2c2e;
    border-color: #2c2c2e;
    color: #fff;
    text-transform: uppercase;
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:focus:active,
.btn-primary:hover {
    background-color: #f2a400;
    border-color: rgba(44, 44, 46, 0.5);
    color: #fff;
    transition-duration: 0.5s;
}

.btn-primary:disabled,
.btn-primary:disabled {
    background-color: #ccc;
    border-color: #ccc;
}

.cycle-controls-wrapper {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 105;
}

.cycle-controls-wrapper .cycle-controls {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 105;
}

.cycle-controls-wrapper .cycle-controls-inner {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.cycle-controls-wrapper .cycle-control {
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    display: inline-block;
    font-size: 2.5em;
    pointer-events: auto;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    transition-duration: 0.5s;
    width: 50px;
}

.cycle-controls-wrapper .cycle-control:active,
.cycle-controls-wrapper .cycle-control:focus,
.cycle-controls-wrapper .cycle-control:hover {
    color: rgba(255, 255, 255, 0.75);
}

.cycle-controls-wrapper .cycle-prev {
    margin-right: 30px;
}

.cycle-controls-wrapper .cycle-pause {
    margin: 0 auto;
    text-align: center;
}

.cycle-controls-wrapper .cycle-resume {
    display: none;
    margin: 0 auto;
    text-align: center;
}

.cycle-controls-wrapper .cycle-next {
    margin-left: 30px;
    text-align: right;
}

.cycle-3-wrapper .cycle-controls-wrapper .cycle-controls {
    align-items: center;
}

@media (min-width: 992px) {
    .cycle-controls-wrapper .cycle-control {
        font-size: 3em;
        width: 65px;
    }
}

.form-horizontal {
    background: rgba(22, 22, 22, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 1em;
    padding: 1em;
}

.form-horizontal>fieldset {
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0;
    margin-bottom: 1em;
    padding: 1.5em;
}

.form-horizontal legend {
    font-size: 1.111em;
}

.form-horizontal input {
    font-size: 16px;
}

.form-horizontal input[type="file"] {
    width: 100%;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal label {
    font-size: 0.889em;
    font-weight: 300;
}

.form-horizontal .required {
    color: #c80000;
}

.form-horizontal .btn-primary {
    margin-top: 0.5em;
}

.signature {
    display: none;
}

.help-block {
    margin: 0;
}

input::-webkit-input-placeholder {
    color: #666;
}

input:-moz-placeholder {
    color: #666;
}

input::-moz-placeholder {
    opacity: 0.90;
}

input:-ms-input-placeholder {
    color: #666;
}

input[placeholder],
[placeholder] {
    color: #666;
    opacity: 1.0;
}

.datepicker.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.95);
    border: medium none;
    border-radius: 4px;
    font-size: 0.667em;
    -webkit-box-shadow: 5px 10px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 5px 10px 5px 0 rgba(0, 0, 0, 0.5);
}

.form-horizontal-express .input-group[class*="col-"] {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.form-horizontal-express .label-captcha {
    display: inline;
    margin-right: 10px;
}

.form-horizontal-express .captcha.form-control {
    display: inline;
    width: 80px;
}

.form-horizontal-express label.control-label-pr-0 {
    padding-right: 0;
}

.form-horizontal-express .form-group-employer-start-end .input-group .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal-express .form-group .well {
    font-size: 0.889em;
    font-weight: 300;
}

.form-horizontal-express .radioBtnsStacked span.wpcf7-list-item {
    display: block;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 30px;
}

.form-horizontal-express .radioBtnsStacked span.wpcf7-list-item input {
    position: absolute;
    left: 7px;
    top: 5px;
}

.form-horizontal-express .form-group.form-group-submit {
    margin-bottom: 0;
}

.form-horizontal-express div.grecaptcha-notice {
    font-size: 0.57em;
}

@media (min-width: 768px) {
    .form-horizontal .btn-primary {
        margin-top: 0;
    }
}

.blueimp-gallery-left #prv,
.blueimp-gallery-right #nxt {
    display: none;
}

.blueimp-gallery>.slides>.slide-loading {
    background: none;
}

.bs-gallery a {
    font-size: 0;
}

.img-thumbnail-sm {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 2px;
    margin: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

@media (min-width: 768px) {
    .img-thumbnail-sm {
        margin: 0.3em 0.2em;
        width: 48%;
    }
}

@media (min-width: 1200px) {
    .img-thumbnail-sm {
        display: inline-block;
        width: inherit;
    }

    .blueimp-gallery .modal-dialog {
        max-width: 65%;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

header .logo {
    background-image: url('/wp-content/themes/mh_express/design/logo.png');
    background-repeat: no-repeat;
    background-size: 206px 70px;
    display: block;
    direction: ltr;
    height: 70px;
    margin: 0 auto;
    text-align: left;
    text-indent: -2000em;
    width: 206px;
}

@media (min-width: 768px) {
    header .logo {
        margin: 0;
    }
}

.column-bullet-circle {
    list-style: none;
    padding: 0;
    margin: 0;
}

.column-bullet-circle li {
    color: orange;
}

.column-bullet-circle.circle-close li:before {
    color: inherit;
    content: "\f111 \0020";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 0.556em;
    margin-right: 10px;
    vertical-align: middle;
}

.column-bullet-circle.circle-open li:before {
    color: inherit;
    content: "\f10c \0020";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 0.556em;
    margin-right: 10px;
    vertical-align: middle;
}

.column-bullet-circle.circle-dot li:before {
    color: inherit;
    content: "\f192 \0020";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 0.556em;
    margin-right: 10px;
    vertical-align: middle;
}

.column-bullet-circle.circle-bullseye li:before {
    color: inherit;
    content: "\f140 \0020";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 0.556em;
    margin-right: 10px;
    vertical-align: middle;
}

.column-bullet-check {
    list-style: none;
    margin: 0;
    padding: 0;
}

.column-bullet-check li {
    color: orange;
}

.column-bullet-check.check-normal li:before {
    color: inherit;
    content: "\f00c \0020";
    font-family: FontAwesome;
}

.column-bullet-check.check-circle-close li:before {
    color: inherit;
    content: "\f058 \0020";
    font-family: FontAwesome;
}

.column-bullet-check.check-circle-open li:before {
    color: inherit;
    content: "\f05d \0020";
    font-family: FontAwesome;
}

.column-bullet-check.check-square-open li:before {
    color: inherit;
    content: "\f046 \0020";
    font-family: FontAwesome;
}

.column-bullet-plus {
    list-style: none;
    margin: 0;
    padding: 0;
}

.column-bullet-plus li {
    color: orange;
    padding: 5px 0 5px 30px;
    position: relative;
    text-transform: uppercase;
}

.column-bullet-plus li:before {
    color: inherit;
    content: "+";
    display: inline-block;
    font-size: 2.222em;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: -6px;
    vertical-align: top;
}

img.coupon {
    width: 120px;
}

.list-group-item.smaller {
    font-size: .6em;
    line-height: 1.3em;
}

.top-bar-wrapper {
    position: relative;
    width: 100%;
    z-index: 105;
}

.top-bar-wrapper .top-bar {
    background: #00b2ac;
    line-height: 1;
    padding: 13px 0;
    position: relative;
}

.top-bar-wrapper .top-bar-content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.top-bar-wrapper .top-bar-text {
    color: #fff;
    display: inline-block;
    font-family: "Jost";
    font-size: 0.8em;
    font-weight: 400;
    text-transform: none;
}

.top-bar-wrapper .top-bar-btn {
    display: inline-block;
    font-family: "Jost";
    font-size: 0.8em;
    font-weight: 400;
    margin: 8px 15px;
    text-transform: uppercase;
}

.top-bar-wrapper .top-bar-btn a {
    background: #fff;
    border-radius: 100px;
    color: #00b2ac;
    display: inline-block;
    padding: 6px 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.5s;
}

.top-bar-wrapper .top-bar-btn a:active,
.top-bar-wrapper .top-bar-btn a:focus,
.top-bar-wrapper .top-bar-btn a:hover {
    color: rgba(0, 178, 172, 0.5);
}

.top-bar-wrapper .top-bar-links {
    position: relative;
    text-align: center;
}

.top-bar-wrapper .top-bar-link {
    display: inline-block;
    font-family: "Jost";
    font-size: 0.8em;
    font-weight: 400;
    padding: 5px 8px;
    text-transform: none;
}

.top-bar-wrapper .top-bar-link:last-of-type {
    margin-right: 0;
}

.top-bar-wrapper .top-bar-link a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.top-bar-wrapper .top-bar-link a i {
    margin-right: 4px;
}

.top-bar-wrapper .top-bar-link a:active,
.top-bar-wrapper .top-bar-link a:focus,
.top-bar-wrapper .top-bar-link a:hover {
    color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
    .top-bar-wrapper .top-bar-btn {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .top-bar-wrapper {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }

    .top-bar-wrapper .top-bar-btn {
        margin-bottom: 0;
    }

    .top-bar-wrapper .top-bar-links {
        margin-left: auto;
    }
}

.header-wrapper {
    position: relative;
    z-index: 20;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.header-1 {
    background: #161616;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0 10px 0;
    position: relative;
    z-index: 19;
}

.header-1 .header-company-logo {
    position: relative;
}

.header-1 .header-logo-link {
    display: block;
    position: relative;
}

.header-1 .header-contact {
    text-align: right;
}

.header-1 .header-request-btn {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
}

.header-1 .header-request-btn a {
    align-items: center;
    color: #f2a400;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

.header-1 .header-phone {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.header-1 .header-phone a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.header-1 .header-phone a:active,
.header-1 .header-phone a:focus,
.header-1 .header-phone a:hover {
    opacity: .7;
}

@media (min-width: 768px) {
    .header-1 .row {
        align-items: center;
        display: flex;
    }

    .header-1 .header-logo-link {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .header-1 .row {
        display: block;
    }

    .home .header-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header-1 {
        padding-bottom: 5px;
        border-bottom: none;
    }

    .header-1 .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 50px;
    }

    .header-1 .header-company-logo {
        position: absolute;
        padding-top: 8px;
    }

    .header-1 .header-contact {
        margin-bottom: 0px;
        margin-top: 8px;
    }

    .header-1 .header-request-btn,
    .header-1 .header-phone {
        display: inline-block;
    }

    .header-1 .header-request-btn {
        margin-bottom: 0;
    }

    .header-1 .header-request-btn:nth-of-type(1) {
        margin-right: 20px;
    }

    .header-1 .header-request-btn:nth-of-type(2) {
        margin-right: 15px;
    }
}

.navbar-1.navbar {
    background: #161616;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Jost', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    z-index: 18;
}

.reviews-subpage .navbar-1.navbar-default .navbar-nav>li>.nav-reviews {
    color: rgba(255, 255, 255, 0.5);
}

.reviews-subpage .navbar-1.navbar .navbar-nav>.open>a.nav-reviews {
    color: #161616;
}

.reviews-subpage .navbar-1.navbar .in .navbar-nav .open .dropdown-menu li a.nav-dropdown-reviews {
    background: #fff;
    color: #2c2c2e;
}

.reviews-subpage .navbar-1 .dropdown-menu li a.nav-dropdown-reviews {
    background: #fff;
    color: #2c2c2e;
}

.reviews-subpage .navbar-1.navbar .in .navbar-nav .open .dropdown-menu li .yamm-content a.nav-yamm-dropdown-reviews {
    background: #fff;
    color: #2c2c2e;
}

.reviews-subpage .navbar-1.dropdown-menu li .yamm-content a.nav-yamm-dropdown-reviews {
    background: #fff;
    color: #2c2c2e;
}

.navbar-1.navbar .navbar-brand {
    color: #fff;
    display: block;
    font-size: 1.14em;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 0 15px;
    padding: 0;
    text-transform: lowercase;
}

.navbar-1.navbar .navbar-toggle {
    border: none;
    color: #fff;
    font-size: 1.14em;
    font-weight: 400;
    line-height: 50px;
    margin: 0 15px 0 0;
    padding: 0;
    text-transform: lowercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-1.navbar .navbar-toggle:active,
.navbar-1.navbar .navbar-toggle:focus,
.navbar-1.navbar .navbar-toggle:hover,
.navbar-1.navbar .navbar-brand:active,
.navbar-1.navbar .navbar-brand:focus,
.navbar-1.navbar .navbar-brand:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-1 .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    padding: 10px 15px 10px 25px;
}

.navbar-1.navbar .in .navbar-nav .open .dropdown-menu {
    background: #2c2c2e;
}

.navbar-1.navbar .in .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
}

.navbar-1.navbar .in .navbar-nav .open .dropdown-menu li a {
    color: #fff;
}

.navbar-1.navbar .in .navbar-nav .open .dropdown-menu li a:focus,
.navbar-1.navbar .in .navbar-nav .open .dropdown-menu li a:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.navbar-1.navbar .in .navbar-nav .open .dropdown-menu li.active-top .active {
    background: #fff;
    color: #2c2c2e;
}

.navbar-1 .navbar-nav>li>a {
    line-height: 50px;
    padding: 0 15px;
}

.navbar-1 .dropdown-menu {
    background: #2c2c2e;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    font-size: 1em;
}

.navbar-1 .dropdown-menu li a {
    color: #fff;
    font-weight: inherit;
    line-height: 1.42857;
    padding: 10px 20px;
}

.navbar-1 .dropdown-menu li a:focus,
.navbar-1 .dropdown-menu li a:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.navbar-1 .dropdown-menu .active-top .active {
    background: #fff;
    color: #2c2c2e;
}

.navbar-1.navbar .navbar-nav>li>a {
    color: #fff;
    text-transform: none;
}

.navbar-1.navbar .navbar-nav>li>.active,
.navbar-1.navbar .navbar-nav>.active-top>a {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-1.navbar .navbar-nav>li>a:focus,
.navbar-1.navbar .navbar-nav>li>a:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-1.navbar .navbar-nav>.open>a,
.navbar-1.navbar .navbar-nav>.open>a:focus,
.navbar-1.navbar .navbar-nav>.open>a:hover {
    background: #fff;
    border: none;
    color: #161616;
}

.navbar-1 .dropdown-menu li .yamm-content {
    padding-top: 5px;
}

.navbar-1 .yamm-content .col-sm-4 {
    margin-bottom: 20px;
}

.navbar-1 .yamm-content .col-sm-4:last-of-type {
    margin-bottom: 0;
}

.navbar-1 .dropdown-menu li .yamm-content a {
    display: block;
    line-height: 1.111;
    padding: 10px 15px 10px 25px;
}

.navbar-1 .dropdown-menu li .yamm-content strong {
    color: #fff;
    font-size: 1.313em;
    font-style: italic;
    font-weight: 300;
}

.navbar-1 .yamm-content .nav-title {
    color: #fff;
    position: relative;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

.navbar-1 .yamm-content .nav-title:after {
    width: 100%;
    border-bottom: 1px solid rgba(80, 80, 80, 0.5);
    content: '';
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    .navbar-1.navbar .navbar-brand {
        display: none;
    }

    .navbar .navbar-nav>li:last-of-type>a {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .navbar-1.yamm .dropdown.yamm-fw .dropdown-menu {
        left: inherit !important;
        right: 0;
        width: 80%;
    }

    .navbar-1 .dropdown-menu li .yamm-content {
        padding-top: 20px;
    }

    .navbar-1 .yamm-content .row {
        display: flex;
    }

    .navbar-1 .yamm-content .col-sm-4,
    .navbar-1 .yamm-content .col-sm-6 {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 1px solid rgba(0, 0, 0, 0.5);
        margin-bottom: 0;
    }

    .navbar-1 .yamm-content .col-sm-4:first-child,
    .navbar-1 .yamm-content .col-sm-6:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0);
    }

    .navbar-1 .yamm-content .col-sm-4:last-child,
    .navbar-1 .yamm-content .col-sm-6:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0);
    }

    .navbar-1 .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 50px;
    }

    .navbar-1 .navbar-nav>li>a {
        padding: 0 23px;
    }
}

.cycle-1-wrapper {
    position: relative;
}

.cycle-1-wrapper .banner {
    background: url('/wp-content/themes/mh_express/design/cycle/1.jpg') 50% 0 no-repeat;
    background-size: cover;
    height: 300px;
    position: absolute;
    top: 141px;
    width: 100%;
    z-index: 1;
}

.cycle-1-wrapper .cycle-slideshow {
    backface-visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.01) 0.01em 0.01em 0.01em;
    position: relative;
}

.cycle-1-wrapper .cycle-slideshow img {
    backface-visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.01) 0.01em 0.01em 0.01em;
    position: relative;
}

.cycle-1-wrapper .banner-slideshow {
    background: transparent;
    height: 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .cycle-1-wrapper .banner {
        background: transparent;
        height: 600px;
        padding-left: 0;
        padding-right: 0;
        top: 141px;
    }

    .cycle-1-wrapper .banner-slideshow {
        height: 600px;
    }

    .cycle-1-wrapper .banner-slide-1 {
        background: url('/wp-content/themes/mh_express/design/cycle/1.jpg') 50% 0 no-repeat;
        background-size: cover;
    }

    .cycle-1-wrapper .banner-slide-2 {
        background: url('/wp-content/themes/mh_express/design/cycle/2.jpg') 50% 0 no-repeat;
        background-size: cover;
    }

    .cycle-1-wrapper .banner-slide-3 {
        background: url('/wp-content/themes/mh_express/design/cycle/3.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
}

@media (min-width: 992px) {
    .cycle-1-wrapper .banner {
        top: 105px;
        height: 800px;
    }

    .cycle-1-wrapper .banner-slideshow {
        height: 800px;
    }
}

.callouts-xs-wrapper {
    position: relative;
    z-index: 18;
}

.callouts-xs-wrapper .callouts {
    background: #161616;
    padding: 2px 0;
    position: relative;
}

.callouts-xs-wrapper .callout-wrapper {
    margin: 10px 0;
}

.callouts-xs-wrapper .callout {
    background: #161616;
    border: 1px solid rgba(242, 164, 0, 0.5);
    color: #f2a400;
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    padding: 20px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.callouts-xs-wrapper .callout-text {
    display: block;
}

.callouts-xs-wrapper .callout:active,
.callouts-xs-wrapper .callout:focus,
.callouts-xs-wrapper .callout:hover {
    background: #161616;
    border: 1px solid rgba(242, 164, 0, 0.5);
    color: rgba(242, 164, 0, 0.5);
}

.home .callouts-xs-wrapper {
    margin-bottom: 0;
}

.services-wrapper {
    position: relative;
    z-index: 18;
    margin: 10px 0;
}

.services-wrapper .services {
    background: url('/wp-content/themes/mh_express/design/services/bg.jpg');
    background-size: cover;
    padding: 85px 0;
    position: relative;
    background-color: #161616;
}

.services-wrapper .services-inner {
    background: rgba(44, 44, 46, 0.95);
    display: block;
    padding: 30px 15px;
}

.services-wrapper ul {
    margin-top: 15px;
}

.services-wrapper ul li {
    display: flex;
    align-items: flex-start;
    font-weight: 300;
    font-family: 'Jost', sans-serif;
    font-size: 1em;
    color: #efefef;
    margin-bottom: 10px;
}

.services-wrapper ul li .item-list {
    display: flex;
    align-items: flex-start;
    margin-left: 18px;
}

.services-wrapper ul i {
    font-size: 0.8em;
    color: #fff;
    padding-top: 7px;
    font-weight: 400;
}

.services-wrapper ul li a {
    color: #efefef;
    font-size: 0.9em;
}

.services-wrapper ul li a:hover,
.services-wrapper ul li a:active,
.services-wrapper ul li a:focus {
    text-decoration: none;
    color: rgba(239, 239, 239, 0.5);
}

.services-wrapper .services-title {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    color: #f2a400;
    font-size: 1.66em;
    letter-spacing: -0.025em;
}

.services-wrapper .services-button {
    display: block;
    position: relative;
    font-family: 'Jost', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1;
    margin-top: 25px;
    text-transform: none;
    letter-spacing: -0.025em;
}

.services-wrapper .services-button a {
    background: #f2a400;
    color: #161616;
    display: inline-block;
    padding: 9px 23px;
}

.services-wrapper .services-button a:active,
.services-wrapper .services-button a:focus,
.services-wrapper .services-button a:hover {
    color: rgba(22, 22, 22, 0.6);
    text-decoration: none;
}

@media (min-width: 600px) {
    .services-wrapper .services-inner {
        padding: 25px 60px 35px 60px;
    }
}

@media (min-width: 768px) {
    .services-wrapper {
        margin: 0;
    }

    .services-wrapper .services {
        padding: 50px 0;
    }

    .services-wrapper .services-inner {
        padding: 25px 60px 50px 60px;
    }

    .services-wrapper .services-button {
        font-size: 1.14em;
    }
}

@media (min-width: 992px) {
    .services-wrapper {
        margin: 15px 0 0 0;
    }

    .services-wrapper .services {
        padding: 70px 0;
    }

    .services-wrapper ul li .item-list {
        margin-left: 20px;
    }

    .services-wrapper .services-inner {
        padding: 25px 60px 60px 70px;
    }

    .services-wrapper ul i {
        padding-top: 10px;
    }

    .services-wrapper .services-title {
        font-size: 2.14em;
    }

    .services-wrapper .services-button {
        font-size: 1.33em;
    }

    .services-wrapper ul li a {
        font-size: 0.95em;
    }

    .services-wrapper .services-button a {
        padding: 9px 20px;
    }
}

@media (min-width: 1200px) {
    .services-wrapper {
        margin: 25px 0 0 0;
    }

    .services-wrapper .services {
        padding: 90px 0;
    }

    .services-wrapper .services-inner {
        padding: 25px 60px 60px 100px;
    }

    .services-wrapper .services-title {
        font-size: 2.43em;
    }

    .services-wrapper ul li a {
        font-size: 1em;
    }

    .services-wrapper .services-button {
        font-size: 1.5em;
    }
}

.services-2-wrapper {
    position: relative;
    z-index: 18;
    padding: 20px 0px;
}

.services-2-wrapper .services {
    background: #fff;
    position: relative;
    width: 100%;
}

.services-2-wrapper .service {
    height: 100px;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
    text-align: center;
    margin-bottom: 15px;
}

.services-2-wrapper .service:nth-of-type(5),
.services-2-wrapper .service:nth-of-type(6) {
    margin-bottom: 0px;
}

.services-2-wrapper .service img {
    display: block;
    padding-bottom: 13px;
    margin: 0 auto;
}

.services-2-wrapper .service-text {
    color: #161616;
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 0.66em;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.050em;
    text-transform: none;
}

@media (min-width: 768px) {
    .services-2-wrapper {
        padding: 40px 0px;
    }

    .services-2-wrapper .row {
        display: flex;
        margin: 0;
    }

    .services-2-wrapper .service-text {
        font-size: 0.62em;
    }

    .services-2-wrapper .service {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .services-2-wrapper {
        padding: 60px 0px;
    }

    .services-2-wrapper .service-text {
        font-size: 0.8em;
    }
}

.refresh-testimonials-wrapper {
    position: relative;
    z-index: 18;
    margin-top: 10px;
    border-bottom: 1px solid rgba(22, 22, 22, 0.2);
}

.refresh-testimonials-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(22, 22, 22, 0.2);
    top: -6px;
}

.refresh-testimonials-wrapper .refresh-testimonials {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    text-align: center;
}

.refresh-testimonials-wrapper .refresh-testimonials-image {
    position: relative;
}

.refresh-testimonials-wrapper .refresh-testimonials-content {
    background: rgba(22, 22, 22, 0.7);
    padding: 55px 0;
    position: relative;
}

.refresh-testimonials-wrapper .refresh-testimonials-title {
    color: #f2a400;
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 4.76em;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1;
    letter-spacing: 0;
}

.refresh-testimonials-wrapper .refresh-testimonial {
    line-height: 1;
    margin-bottom: 15px;
    padding: 0 15px;
    position: relative;
}

.refresh-testimonials-wrapper .refresh-testimonial-testimony {
    color: #fff;
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.025em;
    position: relative;
}

.refresh-testimonials-wrapper .refresh-testimonial-testifier {
    color: #fff;
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    position: relative;
    padding: 10px;
}

.refresh-testimonials-wrapper .refresh-testimonial-testifier::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0px;
    background-color: #fff;
    display: block;
    left: 0;
}

.refresh-testimonials-wrapper .refresh-testimonials-btn {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 0.76em;
    font-weight: 700;
    line-height: 1;
}

.refresh-testimonials-wrapper .refresh-testimonials-btn a {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #2c2c2e;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    text-decoration: none;
    width: 160px;
}

.refresh-testimonials-wrapper .refresh-testimonials-btn a:active,
.refresh-testimonials-wrapper .refresh-testimonials-btn a:focus,
.refresh-testimonials-wrapper .refresh-testimonials-btn a:hover {
    color: rgba(44, 44, 46, 0.5);
}

@media (min-width: 768px) {
    .refresh-testimonials-wrapper .refresh-testimonials {
        display: flex;
        background: url('/wp-content/themes/mh_express/design/refresh-testimonial/bg.jpg') no-repeat 50% 0%;
        background-size: cover;
        background-color: #161616;
    }

    .refresh-testimonials-wrapper .refresh-testimonials-image {
        width: 55%;
    }

    .refresh-testimonials-wrapper .refresh-testimonials-content {
        width: 45%;
        padding: 35px 0 45px;
    }
}

@media (min-width: 992px) {
    .refresh-testimonials-wrapper .refresh-testimonials-title {
        font-size: 7.14em;
    }

    .refresh-testimonials-wrapper .refresh-testimonial {
        max-width: 450px;
        margin: 0 auto 15px auto;
    }

    .refresh-testimonials-wrapper .refresh-testimonial-testimony {
        font-size: 1.24em;
    }

    .refresh-testimonials-wrapper .refresh-testimonial-testifier {
        font-size: 1em;
    }

    .refresh-testimonials-wrapper .refresh-testimonials-content {
        padding: 45px 0 55px;
    }
}

@media (min-width: 1200px) {
    .refresh-testimonials-wrapper .refresh-testimonials-image {
        width: 55%;
    }

    .refresh-testimonials-wrapper .refresh-testimonials-content {
        width: 45%;
    }

    .refresh-testimonials-wrapper .refresh-testimonial {
        max-width: 550px;
    }
}

@media (min-width: 1500px) {
    .refresh-testimonials-wrapper .refresh-testimonials-image {
        width: 62%;
    }

    .refresh-testimonials-wrapper .refresh-testimonials-content {
        width: 38%;
    }

    .refresh-testimonials-wrapper .refresh-testimonial {
        max-width: 500px;
    }
}

.social-media-1 {
    display: inline-block;
    font-size: 1.43em;
}

.social-media-1 a {
    color: #f2a400;
    display: inline-block;
    margin-right: 35px;
    text-align: center;
    transition-duration: 0.5s;
    line-height: 1;
}

.social-media-1 a:last-of-type {
    margin-right: 0;
}

.social-media-1 .fa-facebook-f::before,
.social-media-1 .fa-facebook::before {
    content: "\f39e";
}

.social-media-1 .fa-linkedin::before,
.social-media-1 .fa-linkedin::before {
    content: "\f08c";
}

.social-media-1 a:active,
.social-media-1 a:focus,
.social-media-1 a:hover {
    color: rgba(242, 164, 0, 0.5);
}

@media (min-width: 992px) {
    .social-media-1 {
        margin-left: 15px;
    }
}

.footer {
    margin-top: 0;
}

.footer-1 {
    background: #fff;
    padding: 20px 0 30px;
}

.footer-1 .footer-legal {
    color: #161616;
    font-family: 'Jost', sans-serif;
    font-size: 0.57em;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 15px;
    text-transform: none;
}

.footer-1 .footer-legal.footer-legal-a11y {
    margin-bottom: 0.8em;
}

.footer-1 .footer-legal a,
.footer-1 .footer-legal a:active,
.footer-1 .footer-legal a:focus,
.footer-1 .footer-legal a:hover {
    color: #161616;
}

.footer-1 .footer-legal a.sitemap-link {
    padding-left: 2em;
}

.footer-1 .footer-services-area {
    color: #161616;
    display: block;
    font-size: 1.43em;
    font-weight: 400;
    line-height: 1.19;
    letter-spacing: -0.025em;
    padding-bottom: 15px;
}

.footer-credit-cards {
    font-size: 30px;
    opacity: 0.5;
    margin: 0;
    padding-bottom: 10px;
}

.footer-credit-cards i {
    margin-right: 5px;
}

.footer-legal .show-md {
    display: none;
}

@media (min-width: 768px) {
    .footer-1 {
        padding-bottom: 30px;
    }

    .footer-legal .show-md {
        display: block;
    }
}

@media (min-width: 992px) {
    .footer-1 .footer-legal span {
        display: block;
    }

    .footer-legal .show-md {
        display: none;
    }

    .footer-1 .footer-services-area {
        font-size: 1.95em;
    }

    .footer-1 .footer-services-area {
        padding-bottom: 25px;
    }
}

.navbar .dropdown-menu {
    float: none;
    position: static;
    width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar .container {
        padding: 0;
        width: 100%;
    }

    .navbar-header {
        float: none;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 15px;
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar .dropdown-menu {
        border: none;
        float: none;
        position: static;
    }

    .yamm-content [class*="col-"] {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        float: left;
        position: absolute;
        width: unset;
    }
}

.br-a11y {
    display: none;
}

main a {
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-position: bottom 0.05em center;
    background-repeat: repeat-x;
    background-size: 100% 0.05em;
    text-decoration: none;
    text-shadow: 0.05em 0 0 #fff, -0.05em 0 0 #fff, 0 0.05em 0 #fff, 0 -0.05em 0 #fff, 0.1em 0 0 #fff, -0.1em 0 0 #fff, 0 0.1em 0 #fff, 0 -0.1em 0 #fff;
}

main a:active,
main a:focus,
main a:hover {
    background-image: none;
    text-decoration: none;
    text-shadow: none;
}

main a.img-link {
    background-image: none;
    text-shadow: none;
}

main a.click-to-call,
a.click-to-call {
    background-image: none;
    text-shadow: none;
}

main .mp-editable p strong a {
    background-image: none;
    text-shadow: none;
}

main a.btn-primary {
    background-image: none;
    text-shadow: none;
}

.blog main a {
    background-image: none;
    text-shadow: none;
}

[href="#main"] {
    display: inline-block;
    min-height: 40px;
    min-width: 40px;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 21;
}

[href="#main"]:active,
[href="#main"]:focus,
[href="#main"]:hover {
    right: auto;
}

a[target=_blank]::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("/wp-content/themes/mh_express/design/accessibility/external-icon-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% auto;
    content: "(external link)";
    overflow: hidden;
    white-space: nowrap;
    text-indent: 1em;
}

a.btn[target=_blank]::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("/wp-content/themes/mh_express/design/accessibility/external-icon-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% auto;
    content: "(external link)";
    overflow: hidden;
    white-space: nowrap;
    text-indent: 1em;
}

main a.img-link[target="_blank"]:after {
    display: none;
}

.social-media-1 a[target="_blank"]:after,
.social-media-2 a[target="_blank"]:after {
    display: none;
}

.footer-legal a[target="_blank"]::after {
    display: none;
}

.links-a11y {
    display: inline-block;
}

.links-a11y li {
    font-size: 0.95em;
    line-height: 1.5em;
    margin-bottom: 0.2em;
}

.links-a11y .dropdown {
    display: block;
    padding: 0.1em 0.5em 0.2em;
}

.links-a11y .dropdown-link {
    display: block;
    padding: 0.1em 0 0.2em;
}

.links-a11y li a {
    background-image: none;
    color: #f2a400;
    display: block;
    padding: 0.1em 0.5em 0.2em;
    text-decoration: none;
    text-shadow: none;
}

.links-a11y li a:active,
.links-a11y li a:focus,
.links-a11y li a:hover {
    background: #f2a400;
    color: #fff;
}

.social-media-1 .social-media-whitespace,
.social-media-2 .social-media-whitespace {
    display: none;
}

.social-media-1 a .social-media-link-text,
.social-media-2 a .social-media-link-text {
    color: #fff;
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.datepicker-caption {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.form-horizontal .label-substitute {
    font-size: 0.889em;
    font-weight: 300;
}

.form-horizontal .label-text {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.carousel-controls-wrapper .carousel-control-text {
    color: #fff;
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.carousel-1-wrapper .carousel-indicator-text {
    color: #fff;
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

body {
    background: #fff;
    color: #161616;
    display: flex;
    flex-direction: column;
    font-family: 'Jost', sans-serif;
    font-size: 21px;
    font-weight: 300;
    min-height: 100vh;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.4;
    max-width: 1920px;
    margin: 0 auto;
}

a {
    color: #161616;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:active,
a:focus,
a:hover {
    color: rgba(22, 22, 22, 0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.click-to-call {
    color: #161616;
    text-decoration: none;
}

a.click-to-call:active,
a.click-to-call:focus,
a.click-to-call:hover {
    color: #161616;
}

article {
    margin: 0 0 15px 0;
}

article a {
    text-decoration: underline;
}

article .btn {
    text-decoration: none;
}

blockquote {
    background: rgba(22, 22, 22, 0.05);
    border-top: 10px solid #f2a400;
    font-size: 1em;
    margin: 0 0 30px;
    padding: 30px;
}

cite,
.cite {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c2c2e;
    font-family: 'Jost', sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin: 2em 0 .5em;
    line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2c2c2e;
}

h1 {
    color: #2c2c2e;
    font-family: 'Jost', sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    margin-bottom: 0;
}

h2.fs-1,
h3.fs-1,
h4.fs-1,
h5.fs-1,
h6.fs-1 {
    font-size: 1em;
}

h2.fs-2,
h3.fs-2,
h4.fs-2,
h5.fs-2,
h6.fs-2 {
    font-size: 2em;
}

h2.fs-3,
h3.fs-3,
h4.fs-3,
h5.fs-3,
h6.fs-3 {
    font-size: 3em;
}

hr {
    border: solid rgba(31, 34, 41, 0.2);
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 2em 0;
}

p {
    margin-bottom: 1em;
}

.close {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.dl-horizontal dt {
    text-align: left;
    width: 200px;
}

.dl-horizontal dt a,
.dl-horizontal dd a {
    text-decoration: none;
}

dd {
    display: block;
    padding-bottom: .5em;
}

.panel .panel-heading {
    background: #f2a400;
    border-color: #ddd;
}

.panel .panel-title {
    color: #fff;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
}

.panel .panel-title a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.panel .panel-title a:active,
.panel .panel-title a:focus,
.panel .panel-title a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.panel-body {
    background: rgba(0, 0, 0, 0.02);
}

.nav-tabs>li>a {
    padding-top: 1em;
    text-decoration: none;
}

.thumbnail h4 {
    margin-top: 0;
}

.thumbnail .caption {
    padding: 20px;
}

.float-left {
    float: left;
    margin: 0 2em 2em 0;
    width: 50%;
}

.float-right {
    float: right;
    margin: 0 0 2em 2em;
    width: 50%;
}

aside.float-right.video {
    display: block;
    margin: 0 auto;
    padding: 0 0 1em;
    width: 100%;
}

.breadcrumb {
    background: none;
    font-size: .8em;
    margin-bottom: 20px;
    padding: 0;
}

.padding-1 {
    padding: 1em;
}

main p strong a {
    background-color: #fff;
    border: 1px solid rgba(141, 142, 159, 0.5);
    display: inline-block;
    font-size: 0.9em;
    letter-spacing: .08em;
    margin: 0.5em;
    padding: 8px 30px 10px;
    text-decoration: none;
    background: #161616;
    text-shadow: none;
    color: #f2a400;
}

main p strong a:hover,
main p strong a:active,
main p strong a:focus {
    text-decoration: none;
    color: rgba(242, 164, 0, 0.5);
}

img.aff {
    display: block;
    margin: 0 auto;
    padding: 1em;
}

.contact-info {
    line-height: 36px;
}

.contact-icon {
    background: #bf8100;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-bottom: 1em;
    margin-right: 10px;
    text-align: center;
    width: 36px;
}

.ease {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.outline {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 2px 0;
    outline: 1px solid rgba(0, 0, 0, 0.4);
}

.col-margin [class*="col-"] {
    margin: .7em 0;
}

.big {
    font-size: 2em;
    letter-spacing: -0.05em;
    line-height: 1;
}

.product .well {
    background: rgba(255, 255, 255, 0);
    border-radius: 0;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}

.product .well:hover {
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.1);
}

.product .well p {
    font-size: .9em;
    text-align: left;
}

.display-text {
    color: #6a6a6a;
    font-size: 2em;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

strong.display-text {
    font-weight: normal;
}

.highlight {
    color: #f2a400;
    font-size: 1.2em;
}

.landing a {
    text-decoration: none;
}

.landing a:hover h4 {
    color: rgba(44, 44, 46, 0.6);
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.landing .thumbnail .caption {
    padding-bottom: 0;
}

.wrapper {
    position: relative;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main blockquote,
main p,
main ul,
hr,
.panel,
.panel-default,
.form-horizontal {
    max-width: 39em;
}

.content {
    margin: 3em 0 60px 0;
    position: relative;
    z-index: 18;
}

.home .xs-wrapper {
    position: absolute;
    left: 0;
    top: 440px;
    width: 100%;
}

.home .content {
    margin: 0;
    padding: 40px 0;
}

.home .content h1 {
    color: #161616;
    font-size: 1em;
    font-weight: 300;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 1.19;
    letter-spacing: -0.025em;
    width: 100%;
    max-width: 100%;
}

.home .content h1 span.h1-title {
    display: block;
    font-size: 1.05em;
    text-transform: none;
}

.home .content h1 span.h1-sub-title {
    display: block;
    font-size: 1.43em;
}

.home .content p {
    color: #161616;
    font-size: 1em;
    letter-spacing: -0.025em;
    line-height: 1.5;
    margin-bottom: 0px;
}

.venmo-ico {

    width: 34px;
    display: inline-block;
    margin-top: -9px;
    margin-left: -10px;

}

@media (min-width: 768px) {
    img.aff {
        float: right;
        padding: 1em;
    }

    .col-margin [class*="col-"] {
        margin: 1.5em 0;
    }

    .home .xs-wrapper {
        padding-top: 741px;
        top: 0;
    }

    .home .content {
        padding: 40px 0;
    }

    .home .content h1 br.br-xs {
        display: none;
    }

    .home .content p {
        font-size: 1.09em;
    }
}

@media (min-width: 992px) {
    .display-text {
        font-size: 5em;
    }

    .home .xs-wrapper {
        padding-top: 905px;
    }

    .home .content {
        padding: 45px 0;
    }

    .home .content h1 span.h1-title {
        font-size: 1.24em;
    }

    .home .content h1 span.h1-sub-title {
        font-size: 1.95em;
    }

    .home .content p {
        font-size: 1.24em;
        letter-spacing: -0.025em;
        line-height: 1.5;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 1000px;
    }

    .home .content {
        padding: 55px 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) and (orientation: landscape) {
    .modal-dialog {
        margin: 20px auto;
        width: 50% !important;
    }
}