@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;
}

.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;
}

[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;
}

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;
}

main {
    line-height: 1.5em;
}

.well h2, .well h3, .well h4, .title h2, .title h3, .title h4, .caption h2, .caption h3, .caption h3 {
    font-size: 1.1em;
    margin-top: .8em;
}

.thumbnail .caption {
    padding-top: 0;
}

main a.btn-primary {
    padding: .5em 1.5em;
}

img.img-thumbnail-sm {
    margin-bottom: 6px;
}

.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: #b40101;
    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: #b40101;
    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;
}

.banner-interior-wrapper {
    position: relative;
}

.banner-interior-wrapper .banner-interior {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

.banner-interior-wrapper .banner-interior .content-inner {
    position: relative;
    width: 100%;
    margin-top: 100px;
}

@media (max-width: 768px) {
    .banner-interior-wrapper .banner-interior .content-inner {
        margin-top: 0;

    }
}

.banner-interior-wrapper .banner-interior .content-inner .bg-text-box {
    display: inline-block;
    background: rgba(55, 50, 46, 0.7);
    padding: 10px 20px;
    position: relative;
    width: auto;
    text-align: center;

}


.banner-interior-wrapper .banner-interior .content-inner .bg-text-box h1 {
    font-size: 1.7em;
    color: #ffffff;
    margin-bottom: 0;
}

.banner-interior-wrapper .banner-interior .content-inner .bg-text-box p {
    font-size: 1.2em;
    color: #ffffff;
    margin-top: 0.5em;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .banner-interior-wrapper .banner-interior {
        height: 350px;
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .banner-interior-wrapper .banner-interior {
        height: 400px;
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .banner-interior-wrapper .banner-interior {
        max-width: 1200px;
    }
}

.btn-default {
    background-color: #2a221e;
    border-color: #2a221e;
    color: #fff;
    text-transform: none;
}

.btn-default:active, .btn-default:active:focus, .btn-default:focus, .btn-default:focus:active, .btn-default:hover {
    background-color: #b40101;
    border-color: #b40101;
    color: #fff;
    transition-duration: 0.5s;
}

.btn-default:disabled, .btn-default[disabled] {
    background-color: #ccc;
    border-color: #ccc;
}

.btn-primary {
    background-color: #2a221e;
    border-color: #2a221e;
    color: #fff;
    text-transform: uppercase;
}

.btn-primary:active, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:focus:active, .btn-primary:hover {
    background-color: #b40101;
    border-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition-duration: 0.5s;
}

.btn-primary:disabled, .btn-primary:disabled {
    background-color: #ccc;
    border-color: #ccc;
}

.callouts-xs-wrapper {
    margin-bottom: 15px;
    position: relative;
    z-index: 18;
}

.callouts-xs-wrapper .callouts {
    background: #b40101;
    padding: 2px 0;
    position: relative;
}

.callouts-xs-wrapper .callout-wrapper {
    margin: 10px 0;
}

.callouts-xs-wrapper .callout {
    background: #b40101;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    padding: 18px 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: #b40101;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

.content-secondary-wrapper {
    margin-bottom: 15px;
    position: relative;
    z-index: 18;
}

.content-secondary-wrapper .content-secondary {
    background: #2a221e;
    padding: 30px 0;
    position: relative;
    z-index: 18;
}

.content-secondary-wrapper .content-secondary p {
    color: #949291;
    display: inline;
    line-height: 33px;
    margin-bottom: 0;
}

.content-secondary-wrapper .content-secondary p.text-light {
    color: #f4f4e9;
}

@media (min-width: 992px) {
    .content-secondary-wrapper {
        margin-bottom: 20px;
    }

    .content-secondary-wrapper .content-secondary {
        padding-bottom: 40px;
        text-align: center;
    }

    .content-secondary .content-secondary-inner {
        padding: 0 15px;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .content-secondary-wrapper {
        margin-bottom: 25px;
    }
}

.cycle-1-wrapper {
    position: relative;
}

.cycle-1-wrapper .banner {
    background: url(/design/cycle/2.webp) 50% 0 no-repeat;
    background-size: cover;
    height: 300px;
    position: absolute;
    top: 110px;
    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: 940px;
        padding-left: 0;
        padding-right: 0;
        top: 0;
    }

    .cycle-1-wrapper .banner-slideshow {
        height: 940px;
    }

    .cycle-1-wrapper .banner-slide-1 {
        background: url(/design/cycle/2.webp) 50% 0 no-repeat;
        background-size: cover;
    }
}

.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;
    }
}

.sticky-footer {
    background: #1C1C1C;
    margin-top: auto;
    padding: 25px 0 0;
}

.sticky-footer [class*="col-"]:first-of-type {
    margin-bottom: 10px;
}

.footer-content {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 400;
    position: relative;
    text-transform: none;
}

.footer-logo-link {
    display: inline-block;
}

.footer-logo {
    background-image: url('/design/logo-new.png');
    background-repeat: no-repeat;
    background-size: 185px 91px;
    display: block;
    width: 185px;
    height: 91px;
    margin-bottom: 15px;
}

.footer-sup-info {
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
}

.footer-service-area {
    display: block;
    font-size: 0.8em;
    line-height: 1.05;
}

.footer-service-area a, .footer-service-area a:active, .footer-service-area a:focus, .footer-service-area a:hover {
    color: rgba(50, 63, 73, 0.5);
    text-decoration: none;
}

.footer-legal {
    color: #9a9a9a;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 34px;
    margin: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-legal p:first-of-type {
    margin-top: 10px;
    margin-bottom: 0;
}

.footer-legal a, .footer-legal a:active, .footer-legal a:focus, .footer-legal a:hover {
    color: #9a9a9a;
}

.footer-legal a:hover {
    color: #8B1E2D;
}

.social-icons {
    height: 47px;
    float: left;
    line-height: 2;
}

.social-icons a[target="_blank"]::after {
    display: none;
}

.social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 1.5em;
    color: rgba(50, 63, 73, 0.5);
    margin-left: 5px;
}
.social-icons a.social.google {
    font-size: 1.35em;
}

.social-icons a.social.yelp {
    font-size: 1.45em;
}

.social-icons a:hover {
    color: rgba(50, 63, 73, 0.9) !important;
}

@media (min-width: 768px) {

    .sticky-footer [class*="col-"]:first-of-type {
        margin-bottom: 0;
    }

    .footer-service-area br {
        display: none;
    }
}

@media (min-width: 992px) {
    .footer-legal span {
        display: block;
    }
}

.form-horizontal {
    background: rgba(0, 0, 0, 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 legend.legend-submit {
    display: none;
}

.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);
}

.captcha-error {
    text-align: right !important;
    line-height: 1.2;
    margin: 5px 0 0 auto !important;
    width: 100% !important;
}

.form-horizontal .input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.form-horizontal label.control-label-pr-0 {
    padding-right: 0;
}

.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;
}

@media (min-width: 400px) {
    .captcha-error {
        line-height: normal;
        text-align: center !important;
        width: 280px !important;
    }
}

@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%;
    }
}

.header-wrapper {
    position: relative;
    z-index: 20;
}

.header {
    background: #1C1C1C;
    padding: 8px 0 8px 0;
    position: relative;
    z-index: 20;
}

.home .header {
    background: #1C1C1C;
}

.header-company-logo {
    position: relative;
}

.header-logo-link {
    display: block;
    position: relative;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .header-logo-link {
        margin-top: 0;
    }
}

.logo {
    background-image: url('/design/logo-new.png');
    background-repeat: no-repeat;
    background-size: 185px 91px;
    display: block;
    direction: ltr;
    height: 91px;
    margin: 0;
    text-align: left;
    text-indent: -2000em;
    width: 185px;
}

.header-contact {
    line-height: 1;
    position: relative;
    text-align: right;
}

.header-request-btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.76em;
    font-weight: 400;
    line-height: 1;
    margin-right: 20px;
    text-transform: none;
}

.header-request-btn a {
    align-items: center;
    background: #8B1E2D;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    height: 44px;
    text-decoration: none;
    width: 200px;
}

.header-request-btn a:active, .header-request-btn a:focus, .header-request-btn a:hover {
    background: #8B1E2D;
    color: rgba(255, 255, 255, 0.5);
}

.header-phone {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.86em;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}

.header-phone a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.header-phone a:active, .header-phone a:focus, .header-phone a:hover {
    color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
    .home .header-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 5px;
    }

    .header .row {
        align-items: center;
        display: flex;
    }

    .col-header-company-logo {
        margin-bottom: 2px;
    }

    .logo {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .header {
        border-bottom: none;
    }

    .header .row {
        display: block;
    }

    .header .header-contact {
        padding-top: 11px;
    }

    .header-company-logo {
        position: absolute;
    }
}

.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;
}

.admin {
    padding-top: 23px;
}

.admin .wrapper {
    position: relative;
}

.admin .navbar-fixed-top {
    top: 23px;
}

.navbar {
    background: #1C1C1C;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 0.86em;
    font-weight: 300;
    margin-bottom: 0;
    position: relative;
    z-index: 19;
}

.home .navbar {
    background: #1C1C1C;
    min-height: 50px;
}

.reviews-subpage .navbar-default .navbar-nav > li > .nav-reviews {
    color: #fff;
}

.reviews-subpage .navbar .navbar-nav > .open > a.nav-reviews {
    color: #fff;
}

.reviews-subpage .navbar .in .navbar-nav .open .dropdown-menu li a.nav-dropdown-reviews {
    background: #fff;
    color: #2a221e;
}

.reviews-subpage .dropdown-menu li a.nav-dropdown-reviews {
    background: #fff;
    color: #2a221e;
}

.reviews-subpage .navbar .in .navbar-nav .open .dropdown-menu li .yamm-content a.nav-yamm-dropdown-reviews {
    background: #fff;
    color: #2a221e;
}

.reviews-subpage .dropdown-menu li .yamm-content a.nav-yamm-dropdown-reviews {
    background: #fff;
    color: #2a221e;
}

.navbar .navbar-brand {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.14em;
    font-weight: 300;
    line-height: 50px;
    margin: 0 0 0 15px;
    padding: 0;
    text-transform: lowercase;
}

.navbar .navbar-toggle {
    border: none;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.14em;
    font-weight: 300;
    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 .navbar-toggle:active, .navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover, .navbar .navbar-brand:active, .navbar .navbar-brand:focus, .navbar .navbar-brand:hover {
    background: transparent;
    color: #fff;
}

.navbar .navbar-brand {
    display: none;
}

.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
    padding: 10px 15px 10px 25px;
}

.navbar .in .navbar-nav .open .dropdown-menu {
    background: #1C1C1C;
}

.navbar .in .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
}

.navbar .in .navbar-nav .open .dropdown-menu li a {
    color: #fff;
}

.navbar .in .navbar-nav .open .dropdown-menu li a:focus, .navbar .in .navbar-nav .open .dropdown-menu li a:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.navbar .in .navbar-nav .open .dropdown-menu li.active-top .active {
    background: #fff;
    color: #2a221e;
}

.navbar-nav > li > a {
    line-height: 40px;
    padding: 0 15px;
}

.dropdown-menu {
    background: #1C1C1C;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    font-size: 1em;
}

.dropdown-menu li a {
    color: #fff;
    font-weight: inherit;
    line-height: 1.42857;
    padding: 10px 20px;
}

.dropdown-menu li a:focus, .dropdown-menu li a:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.dropdown-menu .active-top .active {
    background: #fff;
    color: #2a221e;
}

.navbar .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

.navbar .navbar-nav > li > .active, .navbar .navbar-nav > .active-top > a {
    color: #fff;
}

.navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
    background: transparent;
    color: #fff;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > .open > a:hover {
    background: #131313;
    border: none;
    color: #fff;
}

.dropdown-menu li .yamm-content {
    padding-top: 5px;
}

.yamm-content .col-sm-4, .yamm-content .col-sm-6 {
    margin-bottom: 0;
}

.yamm-content .col-sm-4:last-of-type, .yamm-content .col-sm-4:last-of-type {
    margin-bottom: 0;
}

.dropdown-menu li .yamm-content a {
    display: block;
    line-height: 1.111;
    padding: 10px 15px 10px 25px;
}

.dropdown-menu li .yamm-content strong {
    color: #fff;
    font-size: 1.313em;
    font-style: italic;
    font-weight: 300;
}

.yamm-content .nav-title {
    color: #fff;
    position: relative;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

.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 {
        font-size: 0.8em;
    }

    .navbar .navbar-nav > li > a.nav-contact {
        padding-right: 0;
    }

    .yamm .dropdown.yamm-fw .dropdown-menu {
        left: inherit !important;
        right: inherit;
        width: 72%;
    }

    .dropdown-menu li .yamm-content {
        padding-top: 20px;
    }

    .yamm-content .row {
        display: flex;
    }

    .yamm-content .col-sm-4, .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;
    }

    .yamm-content .col-sm-4:first-child, .yamm-content .col-sm-6:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0);
    }

    .yamm-content .col-sm-4:last-child, .yamm-content .col-sm-6:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0);
    }
}

@media (min-width: 992px) {
    .yamm .dropdown.yamm-fw .dropdown-menu {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .yamm .dropdown.yamm-fw .dropdown-menu {
        width: 48%;
    }

    .navbar .navbar-nav > li.li-nav-phone {
        margin-left: 15px;
    }

    .navbar .navbar-nav > li > a.nav-phone {
        color: #f4f4e9;
        font-weight: 400;
        padding-right: 0;
    }

    .navbar .navbar-nav > li > a.nav-phone:active, .navbar .navbar-nav > li > a.nav-phone:focus, .navbar .navbar-nav > li > a.nav-phone:hover {
        color: rgba(244, 244, 233, 0.5);
    }
}

@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 .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;
    }

    .dropdown-menu {
        border: none;
        float: none;
        position: static;
    }

    .yamm-content [class*="col-"] {
        width: 100%;
    }
}

img.coupon {
    width: 120px;
}

.list-group-item.smaller {
    font-size: .6em;
    line-height: 1.3em;
}

.refresh-testimonials-1-wrapper {
    margin-bottom: 15px;
    position: relative;
    z-index: 18;
}

.refresh-testimonials-1-wrapper .refresh-testimonials {
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    position: relative;
}

.refresh-testimonials-1-wrapper .refresh-testimonials-background-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
}

.refresh-testimonials-1-wrapper .refresh-testimonials-background-1:before {
    bottom: 0;
    background: url('/design/bg/testimonials-1.webp') no-repeat center;
    background-size: cover;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.refresh-testimonials-1-wrapper .refresh-testimonials-inner {
    background: rgba(42, 34, 30, 0.7);
    display: block;
    margin: 0 auto;
    padding: 30px;
    position: relative;
}

.refresh-testimonials-1-wrapper .refresh-testimonial {
    margin-bottom: 15px;
    position: relative;
}

.refresh-testimonials-1-wrapper .refresh-testimonial-testimony {
    color: rgba(244, 244, 233, 0.5);
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.14em;
    font-weight: 300;
    line-height: 1.15em;
    margin-bottom: 10px;
    text-transform: none;
}

.refresh-testimonials-1-wrapper .refresh-testimonial-testifier {
    color: rgba(244, 244, 233, 0.5);
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.14em;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: none;
}

.refresh-testimonials-1-wrapper .refresh-testimonial-buttons {
    position: relative;
}

.refresh-testimonials-1-wrapper .refresh-testimonial-button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 300;
    padding: 20px 20px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.5s;
    text-align: center;
}

.refresh-testimonials-1-wrapper .refresh-testimonial-button .plus {
    display: block;
    font-size: 3em;
    font-weight: 100;
    line-height: .5em;
    margin-bottom: 15px;
}

.refresh-testimonials-1-wrapper .refresh-testimonial-button .text {
    display: block;
    line-height: 1;
}

.refresh-testimonials-1-wrapper .refresh-testimonial-button:active, .refresh-testimonials-1-wrapper .refresh-testimonial-button:focus, .refresh-testimonials-1-wrapper .refresh-testimonial-button:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

@media (min-width: 768px) {
    .refresh-testimonials-1-wrapper .refresh-testimonials {
        padding: 100px 0 70px;
    }

    .refresh-testimonials-1-wrapper .refresh-testimonials-inner {
        align-items: center;
        display: flex;
        padding: 60px 30px;
    }

    .refresh-testimonials-1-wrapper .refresh-testimonial {
        margin-bottom: 0;
        padding: 0 10px;
        width: 60%;
    }

    .refresh-testimonials-1-wrapper .refresh-testimonial-testimony {
        font-size: 1.5em;
    }

    .refresh-testimonials-1-wrapper .refresh-testimonial-testifier {
        font-size: 1.33em;
    }

    .refresh-testimonials-1-wrapper .refresh-testimonial-buttons {
        text-align: center;
        width: 40%;
    }
}

@media (min-width: 992px) {
    .refresh-testimonials-1-wrapper {
        margin-bottom: 20px;
    }

    .refresh-testimonials-1-wrapper .refresh-testimonials-inner {
        align-items: center;
        display: flex;
        padding: 70px 55px;
    }

    .refresh-testimonials-1-wrapper .refresh-testimonial {
        width: 65%;
    }

    .refresh-testimonials-1-wrapper .refresh-testimonial-testimony {
        font-size: 1.81em;
    }

    .refresh-testimonials-1-wrapper .refresh-testimonial-buttons {
        text-align: center;
        width: 35%;
    }
}

@media (min-width: 1200px) {
    .refresh-testimonials-1-wrapper {
        margin-bottom: 25px;
    }
}

.site-index-wrapper {
    position: relative;
    margin-bottom: 0;
    z-index: 18;
}

.site-index-wrapper .site-index {
    position: relative;
}

.site-index-wrapper .site-index-open-it {
    position: relative;
}

.site-index-wrapper .site-index-title {
    cursor: pointer;
    color: #b40101;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.86em;
    font-weight: 400;
    transition-duration: 0.5s;
}

.site-index-wrapper .site-index-title:active, .site-index-wrapper .site-index-title:focus, .site-index-wrapper .site-index-title:hover {
    color: rgba(180, 1, 1, 0.5);
}

.site-index-wrapper .site-index-title.active {
    color: rgba(180, 1, 1, 0.5);
}

.site-index-wrapper .site-index-hide-it {
    padding: 15px 0;
    position: relative;
}

.site-index-wrapper .site-index-list {
    margin-bottom: 0;
}

.site-index-wrapper .site-index-list-item {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.86em;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: none;
}

.site-index-wrapper .site-index-list-item a {
    background-image: none;
    color: #b40101;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    text-shadow: none;
}

.site-index-wrapper .site-index-list-item a:active, .site-index-wrapper .site-index-list-item a:focus, .site-index-wrapper .site-index-list-item a:hover {
    color: rgba(180, 1, 1, 0.5);
}

main .site-index-wrapper [class*='col-'] {
    width: 100%;
}

main .site-index .site-index-title {
    cursor: auto;
    pointer-events: none;
}

@media (min-width: 768px) {
    .site-index-wrapper .site-index-list-item:last-of-type {
        margin-bottom: 10px;
    }
}

.sitemap-nav {
    position: relative;
}

.social-media-1 {
    display: inline-block;
    font-size: 1.5em;
}

.social-media-1 a {
    border: 1px solid rgba(244, 244, 233, 0.35);
    color: rgba(244, 244, 233, 0.9);
    display: inline-block;
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 10px;
    text-align: center;
    transition-duration: 0.5s;
    width: 1.5em;
}

.social-media-1 a:last-of-type {
    margin-right: 0;
}

.social-media-1 a:active, .social-media-1 a:focus, .social-media-1 a:hover {
    border: 1px solid rgba(244, 244, 233, 0.35);
    color: rgba(244, 244, 233, 0.5);
}

@media (min-width: 768px) {
    .social-media-1 {
        margin-top: 0;
    }
}

.sup-info-1-wrapper {
    position: relative;
    z-index: 18;
    margin-bottom: 15px;
}

.sup-info-1-wrapper .sup-info-1 {
    background: url('/design/bg/sup-info-1.jpg') 0 0 no-repeat;
    background-size: cover;
    padding: 30px 0 0;
    position: relative;
}

.sup-info-1-wrapper [class*="col-"] {
    margin-bottom: 30px;
}

.sup-info-1-wrapper [class*="col-"]:last-of-type {
    margin-bottom: 0;
}

.sup-info-1-wrapper .col-sup-info-1-button {
    text-align: center;
}

.sup-info-1-wrapper .sup-info-1-button {
    align-items: center;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(163, 173, 174, 0.9);
    color: #2a221e;
    display: inline-flex;
    height: 195px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-decoration: none;
    transition-duration: 0.5s;
    width: 250px;
}

.sup-info-1-wrapper .sup-info-1-button .plus {
    color: #b40101;
    font-size: 3em;
    font-weight: 100;
    line-height: .5em;
    margin: 0 20px 0 15px;
    text-align: left;
}

.sup-info-1-wrapper .sup-info-1-button .text {
    display: block;
    font-size: 1.43em;
    line-height: 1;
    position: relative;
    text-align: left;
}

.sup-info-1-wrapper .sup-info-1-button .text-line-1 {
    display: block;
    font-size: 1.31em;
}

.sup-info-1-wrapper .sup-info-1-button .text-line-2 {
    display: block;
    font-weight: 700;
}

.sup-info-1-wrapper .sup-info-1-button:active, .sup-info-1-wrapper .sup-info-1-button:focus, .sup-info-1-wrapper .sup-info-1-button:hover {
    background: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.sup-info-1-wrapper .col-sup-info-1-service-area-social {
    background: rgba(0, 9, 15, 0.45);
    padding-bottom: 45px;
    padding-top: 45px;
    text-align: center;
}

.sup-info-1-service-area-social {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 250px;
}

.sup-info-1-wrapper .sup-info-1-service-area {
    color: #999899;
    display: block;
    font-size: 1.33em;
    margin-bottom: 30px;
    line-height: 1.05;
}

.sup-info-1-wrapper .sup-info-1-service-area .text-light {
    color: #f4f4e9;
}

@media (min-width: 768px) {
    .sup-info-1-wrapper .sup-info-1 {
        background: url('/design/bg/sup-info-1.jpg') 20% 0 no-repeat;
        background-size: cover;
        padding: 0;
    }

    .sup-info-1-wrapper .row {
        display: flex;
        height: 350px;
    }

    .sup-info-1-wrapper [class*="col-"] {
        padding: 0;
    }

    .sup-info-1-wrapper .sup-info-1-button {
        background: rgba(255, 255, 255, 0.35);
        height: 175px;
        margin-top: 35px;
        width: 225px;
    }

    .sup-info-1-wrapper .sup-info-1-button .text {
        display: block;
        font-size: 1.14em;
        line-height: 1;
        position: relative;
        text-align: left;
    }

    .sup-info-1-wrapper .col-sup-info-1-service-area-social {
        background: rgba(0, 9, 15, 0.5);
        display: flex;
        justify-content: center;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
    }

    .sup-info-1-wrapper .col-sup-info-1-service-area-social:after {
        background: rgba(0, 9, 15, 0.5);
        bottom: 0;
        content: '';
        display: block;
        height: 100%;
        left: 100%;
        margin-right: -100vw;
        position: absolute;
        right: 100%;
        top: 0;
    }

    .sup-info-1-service-area-social {
        margin-top: 78px;
        display: inline-block;
        position: relative;
        text-align: left;
        width: auto;
    }

    .sup-info-1-wrapper .sup-info-1-service-area {
        font-size: 1.19em;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .sup-info-1-wrapper .sup-info-1 {
        background: url('/design/bg/sup-info-1.jpg') 80% 0 no-repeat;
        background-size: cover;
    }

    .sup-info-1-wrapper .row {
        height: 450px;
    }

    .sup-info-1-wrapper .col-sup-info-1-button-2 {
        text-align: left;
    }

    .sup-info-1-wrapper .sup-info-1-button {
        background: rgba(255, 255, 255, 0.2);
        height: 214px;
        margin-top: 40px;
        width: 275px;
    }

    .sup-info-1-wrapper .sup-info-1-button.sup-info-1-button-2 {
        margin-left: 5px;
    }

    .sup-info-1-wrapper .sup-info-1-button .text {
        font-size: 1.57em;
    }

    .sup-info-1-service-area-social {
        margin-top: 93px;
    }

    .sup-info-1-wrapper .sup-info-1-service-area {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .sup-info-1-wrapper .sup-info-1 {
        background: url('/design/bg/sup-info-1.jpg') 80% 0 no-repeat;
        background-size: cover;
    }

    .sup-info-1-wrapper .row {
        height: 500px;
    }

    .sup-info-1-wrapper .col-sup-info-1-button-2 {
        text-align: left;
    }

    .sup-info-1-wrapper .sup-info-1-button {
        height: 268px;
        margin-top: 40px;
        width: 344px;
    }

    .sup-info-1-wrapper .sup-info-1-button.sup-info-1-button-2 {
        margin-left: 5px;
    }

    .sup-info-1-wrapper .sup-info-1-button .plus {
        font-size: 3.8em;
    }

    .sup-info-1-wrapper .sup-info-1-button .text {
        font-size: 2.14em;
    }

    .sup-info-1-service-area-social {
        margin-left: 30px;
        margin-top: 95px;
    }

    .sup-info-1-wrapper .sup-info-1-service-area {
        font-size: 1.81em;
        margin-bottom: 10px;
    }
}

body {
    background: #fff;
    color: #2a221e;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 300;
    min-height: 100vh;
    overflow-x: hidden;
    padding: 0;
}

a {
    color: #b40101;
    -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;
    text-decoration: none;
}

a:active, a:focus, a:hover {
    color: rgba(180, 1, 1, 0.5);
    outline: 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;
    text-decoration: none;
}

a.click-to-call {
    color: #2a221e;
    text-decoration: none;
}

a.click-to-call:active, a.click-to-call:focus, a.click-to-call:hover {
    color: #2a221e;
}

article {
    font-size: 1em;
    margin: 0 0 15px 0;
}

article .btn {
    text-decoration: none;
}

blockquote {
    background: rgba(0, 0, 0, 0.05);
    border-top: 10px solid #2a221e;
    font-size: 1em;
    margin: 0 0 30px;
    padding: 30px;
}

cite, .cite {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    color: #2a221e;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 2em 0 .5em;
    text-transform: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #2a221e;
}

h1 {
    color: #2a221e;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin-top: 0;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}

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: #2a221e;
    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 h2 {
    margin-top: 0;
}

.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: 0.5em;
}

.mp-editable p strong a {
    background-color: #fff;
    border: 1px solid rgba(141, 142, 159, 0.5);
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    margin: 0.5em;
    padding: 8px 30px 10px;
    text-decoration: none;
}

img.aff {
    display: block;
    margin: 0 auto;
    padding: 1em;
}

.contact-info {
    line-height: 36px;
}

.contact-icon {
    background: #2a221e;
    -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 p {
    font-size: .9em;
    text-align: left;
}

.display-text {
    color: #8c7164;
    font-size: 2em;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

strong.display-text {
    font-weight: normal;
}

.highlight {
    color: #b40101;
    font-size: 1.2em;
}

.landing a {
    text-decoration: none;
}

.landing a:hover h4 {
    color: rgba(42, 34, 30, 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;
}

.bs-gallery a {
    font-size: 0;
}

.img-thumbnail-sm {
    border: 1px solid #ddd;
    padding: 2px;
    margin: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

.blueimp-gallery-left #prv, .blueimp-gallery-right #nxt {
    display: none;
}

.content {
    margin: 3em 0 60px 0;
    position: relative;
    z-index: 18;
}

.home .wrapper {
    position: relative;
}

.home .xs-wrapper {
    left: 0;
    position: absolute;
    /*top: 400px;*/
    width: 100%;
}

.home .content {
    margin: 0;
    padding: 30px 0;
}

.home .content h1 {
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin-top: 0;
    text-transform: none;
}

.home .content p {
    margin-bottom: 15px;
}

.home .content-btn {
    display: block;
    font-size: 0.86em;
    font-weight: 400;
    line-height: 1;
}

.home .content-btn a {
    align-items: center;
    background: #b40101;
    color: #fff;
    display: inline-flex;
    height: 45px;
    justify-content: center;
    text-decoration: none;
    width: 192px;
    text-shadow: none;
}

.home .content-btn a:active, .home .content-btn a:focus, .home .content-btn a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.banner-interior-wrapper .banner-interior {
    background-position: 65% 0;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 300px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

.banner-interior-wrapper .banner-interior.storm-damage-insurance-claims {
    background-position: 20% 0;
}

.banner-interior-wrapper .banner-interior.our-process {
    background-position: 100% 0;
}

.home-adviser-logo img {
    max-width: 200px;
}

#bannerInteriorID::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.windows-banner-page .banner-interior {
    background-position: 45% 0;
    background-size: cover;
}

.financing-banner-page .banner-interior {
    background-position: 55% 0;
    background-size: cover;
}

.faq-banner-page .banner-interior {
    background-position: 50% 0;
    background-size: cover;
}

.contact-mail a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.contact-mail a:hover, .contact-mail a:active, .contact-mail a:focus {
    color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    img.aff {
        float: right;
        padding: 1em;
    }

    .col-margin [class*="col-"] {
        margin: 1.5em 0;
    }

    .home .xs-wrapper {
        padding-top: 148px;
        top: 0;
    }

    .home .content {
        align-items: flex-end;
        display: flex;
        height: 792px;
        margin-bottom: 15px;
        padding: 0;
        width: 100%;
    }

    .home .content .col-content {
        width: 100%;
    }

    .home .content .content-inner {
        margin-bottom: 55px;
        position: relative;
        width: 100%;
    }

    .home .content .col-content {
        background: rgba(55, 50, 46, 0.7);
        padding-bottom: 15px;
        padding-top: 15px;
        position: relative;
    }

    .home .content .col-content:before {
        background: rgba(55, 50, 46, 0.9);
        bottom: 0;
        content: "";
        left: 0;
        margin-left: -100vw;
        position: absolute;
        right: 100%;
        top: 0;
    }

    .home .content h1 {
        color: #fff;
        font-size: 1.5em;
        font-weight: 400;
        letter-spacing: 0.01em;
        margin-bottom: 15px;
    }

    .home .content p {
        color: #fff;
        margin-bottom: 17px;
    }

    .banner-interior-wrapper .banner-interior {
        height: 600px;
        max-width: 100%;
        background-position: 50% 0;
        background-size: cover;
    }

    .financing-banner-page .banner-interior {
        background-position: 50% 0;
        background-size: cover;
    }

    .faq-banner-page .banner-interior {
        background-position: 65% 0;
        background-size: cover;
    }

    .banner-interior-wrapper .banner-interior.storm-damage-insurance-claims {
        background-position: 20% 0;
    }

    .banner-interior-wrapper {
        /*position: absolute;*/
        height: 570px;
        width: 100%;
        top: 0px;
        left: 0px;
    }

    .content {
        margin: 100px 0 60px 0;
    }
}

@media (min-width: 992px) {
    .display-text {
        font-size: 5em;
    }

    .home .content {
        margin-bottom: 20px;
    }

    .content {
        margin: 100px 0 60px 0;
    }

    .home .content .col-content {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 1000px;
    }

    .blueimp-gallery .modal-dialog {
        max-width: 65%;
    }

    .home .content {
        margin-bottom: 25px;
    }

    .home .content .col-content {
        width: 950px;
    }

    .banner-interior-wrapper .banner-interior {
        max-width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
    .modal-dialog {
        margin: 10px auto;
        width: 50% !important;
    }
}

.content-secondary-inner a, .content-secondary-inner a:active, .content-secondary-inner a:focus, .content-secondary-inner a:hover {
    color: #949291;
    text-decoration: none;
}

.sup-info-1-service-area a, .sup-info-1-service-area a:active, .sup-info-1-service-area a:focus, .sup-info-1-service-area a:hover {
    color: #999899;
    text-decoration: none;
}


#totop {
    font-weight: 900;
    color: #fff;
    position: fixed;
    display: none;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 25px;
    text-align: center;
    padding-top: 6px;
    border-radius: 6px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #8B1E2D;
    box-shadow: 0 0 10px #000;
}

#totop.top-visible {
    font-size: 18px;
    height: 39px;
    width: 39px
}

ul.cities-served-list {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.cities-served-list li a{
    text-decoration: none !important;
    line-height: 1.8;
    color: #2a221e;
    font-size: 22px;
}

ul.cities-served {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.footer-address {
    color: #cfcfcf;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    margin: 10px 0 0;
}

.footer-address a, .footer-address a:active, .footer-address a:focus, .footer-address a:hover {
    color: #cfcfcf;
}

.footer-email {
    color: #cfcfcf;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    margin: 0;
}

.footer-email a, .footer-email a:active, .footer-email a:focus, .footer-email a:hover {
    color: #cfcfcf;
}

.footer-phone {
    color: #cfcfcf;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    margin: 0 0 3px;
}

.footer-phone a, .footer-phone a:active, .footer-phone a:focus, .footer-phone a:hover {
    color: #cfcfcf;
}

.footer-phone a:hover {
    color: #8B1E2D;
}

.footer-license {
    color: #cfcfcf;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    margin: 0 0 3px;
}

.footer-social-icons {
    height: 47px;
    line-height: 1.5;
    text-align: left;
}

.footer-social-icons a[target="_blank"]::after {
    display: none;
}

.footer-social-icons a {
    display: inline-block;
    font-size: 1.3em;
    color: #cfcfcf;
    margin-right: 5px;
}
.footer-social-icons a.social.google {
    font-size: 1.2em;
}

.footer-social-icons a.social.yelp {
    font-size: 1.2em;
}

.footer-social-icons a:hover {
    color: #ffffff !important;
}

.footer-request-estimate {
    text-align: right;
    /*margin-top: 52px;*/
}

@media screen and (max-width: 1199px) {
    .footer-request-estimate {
        margin-top: 25px;
    }
}

.footer-request-estimate-btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1;
    text-transform: none;
}

.footer-request-estimate-btn a {
    align-items: center;
    background: #b40101;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    height: 45px;
    text-decoration: none;
    width: 190px;
}

.footer-request-estimate-btn a:active, .footer-request-estimate-btn a:focus, .footer-request-estimate-btn a:hover {
    background: #b40101;
    color: rgba(255, 255, 255, 0.5);
}

.footer-section-header {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px 0;
}

ul.footer-areas-served {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.footer-areas-served li {
    line-height: 30px;
    color: #cfcfcf;
}

ul.footer-areas-served li a {
    line-height: 30px;
    color: #cfcfcf;
}

ul.footer-areas-served li a:hover {
    color: #8B1E2D;
}

ul.footer-site-links {
    font-family: 'Roboto', sans-serif;
    font-size: 0.65em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.footer-site-links li a {
    line-height: 24px;
    color: #cfcfcf;
}

ul.footer-posts {
    font-family: 'Roboto', sans-serif;
    font-size: 0.65em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.footer-posts li {
    margin-bottom: 8px;
}

ul.footer-posts li a {
    line-height: 20px;
    color: #949291;
}

.footer-copyright-content {
    color: rgba(50, 63, 73, 0.8);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
    text-transform: none;
    background-color: #f5f5f5;
    padding: 5px 0 10px;
}

.footer-copyright-content .footer-legal {
    color: #949291;
    font-family: 'Roboto', sans-serif;
    font-size: 0.47em;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 7px;
}

.footer-copyright-content .footer-legal a, .footer-copyright-content .footer-legal a:active, .footer-copyright-content .footer-legal a:focus, .footer-copyright-content .footer-legal a:hover {
    color: #949291;
}

.footer-partners {
    margin-top: 30px;
    text-align: right;
}

.footer-partners a[target="_blank"]::after {
    display: none;
}

@media (max-width: 1200px) {
    .footer-request-estimate {
        text-align: left;
    }
    .footer-partners {
        text-align: left;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .footer-partners {
        text-align: center;
    }
}

.content-secondary-2 .content-secondary-wrapper .content-secondary p {
    display: block;
}

ul.service-area-list li a{
    text-decoration: none !important;
    line-height: 1.8;
    color: #2a221e;
}

.callouts-fixed-top-wrapper {
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

.callouts-fixed-top-wrapper .callouts-fixed-top {
    background: rgba(42, 34, 30, 1);
    position: relative;
}

.callouts-fixed-top-wrapper .callout-fixed-top-link{
    align-items: center;
    display: flex;
    color: rgba(255, 255, 255, 1.0);
    height: 45px;
    justify-content: center;
    text-decoration: none;
    transition-duration: 0.5s;
}

.callouts-fixed-top-wrapper .callout-fixed-top-link i {
    margin-right: 7px;
}

.callouts-fixed-top-wrapper .callout-fixed-top-link:active, .callouts-fixed-top-wrapper .callout-fixed-top-link:focus, .callouts-fixed-top-wrapper .callout-fixed-top-link:hover {
    color: rgba(255, 255, 255, 0.5);
}

.callouts-fixed-bottom-wrapper .callout-fixed-bottom-link:active, .callouts-fixed-bottom-wrapper .callout-fixed-bottom-link:focus, .callouts-fixed-bottom-wrapper .callout-fixed-bottom-link:hover{
    color: rgba(255, 255, 255, 0.5);
}

.callouts-fixed-bottom-wrapper {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    width: 270px;
    z-index: 1001;
}

.callouts-fixed-bottom-wrapper .callouts-fixed-bottom {
    background: rgba(180, 1, 1, 1);
    line-height: 1;
    padding: 15px 0;
    position: relative;
}

.callouts-fixed-bottom-wrapper .callout-fixed-bottom-link-wrapper {
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    padding: 0 15px;
    position: relative;
    text-align: center;
}

.callouts-fixed-bottom-wrapper .callout-fixed-bottom-link {
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    color: rgba(255, 255, 255, 1.0);
    padding: 15px 5px;
    text-decoration: none;
    transition-duration: 0.5s;
}

@media (min-width: 768px) {
    .banner-interior-wrapper {
        display: block;
    }

    .header {
        margin-top: 0px;
    }

    .cycle-1-wrapper .banner {
        top:0;
    }

    .home .xs-wrapper {
        top:0px;
    }

    .home .content .col-content::before {
        display: none;
    }
}

.help-block.with-errors {
    font-size: 0.789em;
    font-weight: 300;
}
#thank-you-box {
    display: none;
}
#thank-you-box h3 {
    margin-top: 0 !important;
}

ul.sitemap-list li a{
    color: #2a221e;
    text-decoration: none !important;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .logo {
        background-size: 180px 74px;
        width: 180px;
        height: 74px;
        margin: 10px 0;
    }
    .header .navbar-toggle {
        border: none;
        color: rgba(255, 255, 255, 0.4);
        font-size: 1.14em;
        font-weight: 300;
        margin: 21px 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;
    }

    .header .navbar-toggle:active, .header .navbar-toggle:focus, .header .navbar-toggle:hover, .header .navbar-brand:active, .header .navbar-brand:focus, .header .navbar-brand:hover {
        background: transparent;
        color: #fff;
    }

    .navbar {
        min-height: 0 !important;
    }
    .navbar-header {
        display: none;
    }
    .sup-info-1-wrapper .col-sup-info-1-button {
        text-align: center;
    }
    .cycle-1-wrapper .banner {
        top: 0 !important;
    }
}

.mp-editable h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em ;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin-top: 0;
    text-transform: none;
}

.mp-editable h3 {
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 1.5em 0 .5em;
}

.mp-editable .header-size-3 {
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 1.5em 0 .5em;
    font-size: 1.1em;
}

.mp-editable .header-size-3.city-page-subheader {
    margin-top: 0;

}

.mp-editable .job-requests {
    border: 1px solid #d9d9d9;
    margin-top: 2em;
    margin-bottom: 10px;
}

.mp-editable .job-requests-title {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    font-weight: 700;
    padding: 5px 8px 5px 12px;
    background-color: #ededed;
}

.mp-editable .job-requests-content {
    padding: 12px 12px 0 12px;
    margin-bottom: 10px;
    overflow-y: hidden;
}

.sa.module {
    display: block;
    clear: both;
}
.sa_table {
    display: table;
    border: 1px solid #d9d9d9;
}
.sa_table_row {
    background: #ffffff;
    display:table-row;
}
.sa_table_header {
    background-color: #ededed;
    font-weight:700;
}
.sa_table_cell {
    display:table-cell;
    padding:5px;
}
.sa_table_cell a {
    color: #2a221e;
}
.sa_table_cell a:hover {
    color: #b40101;
}
.sa_table_cell.b-t-1 {
    border-top: 1px solid #d9d9d9;
}
.sa_table_cell.b-r-1 {
    border-right: 1px solid #d9d9d9;
}
.sa_table_cell.b-b-1 {
    border-bottom: 1px solid #d9d9d9;
}
.sa_table_cell.b-l-1 {
    border-left: 1px solid #d9d9d9;
}

.follow-us {
}

.follow-us a {
    margin-right: 5px;
    color: #cfcfcf;
}

.follow-us a:active, .follow-us a:focus, .follow-us a:hover {
    color: #ffffff;
}

.follow-us a:hover {
    color: #8B1E2D;
}

.follow-us a.bbb-link {
    display: inline-block;
}

.follow-us a.bbb-link svg {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    fill: #949291;
    margin-bottom: 4px;
}

.follow-us a:hover.bbb-link svg {
    fill: #ffffff;
    -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;
}

.footer-service-areas {
    font-weight: 300;
    font-size: 0.8em;
    line-height: 1.6em;
    color: #949291;
}

.footer-service-areas a {
    color: #949291;
}

.footer-service-areas a:active, .footer-service-areas a:focus, .footer-service-areas a:hover {
    color: #ffffff;
}

.announcement-bar {
    background-color: #1C1C1C;
    color: #FFFFFF;
    padding: 8px 0;
    height: 40px;
}

.announcement-bar .announcement-text {
    text-align: center;
    font-size: 15px;
    margin: 0;
}

.announcement-bar .announcement-text a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.announcement-bar .announcement-mobile-text {
    display: none;
}

@media (max-width: 768px) {
    .announcement-bar {
        height: auto;
        padding: 6px 0;
    }

    .announcement-bar .announcement-text {
        display: none;
    }

    .announcement-bar .announcement-mobile-text {
        display: block;
        text-align: center;
    }

    .announcement-bar .announcement-mobile-text p {
        margin: 0;
        font-size: 13px;
    }

    .announcement-bar .announcement-mobile-text p:first-child {
        margin-bottom: 5px;
    }

    .announcement-bar .announcement-mobile-text a {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 15px;
        text-decoration: none;
    }
}
