body #main {
    min-height: 200px;
}

body.experience-editor {
    overflow-x: hidden;
}

body.experience-editor #header {
    position: initial;
    background: lightgrey;
}

body.experience-editor .slider-section {
    height: auto;
    margin-bottom: 10px;
    border: 5px grey solid;
    background-color: #F0F8FF;
    overflow: auto;
}

body.experience-editor .owl-carousel {
    white-space: nowrap;
    padding-bottom: 0;
    height: initial;
    padding: 10px;
}

body.experience-editor .owl-carousel .item {
    display: inline-grid;
}

body.experience-editor .owl-carousel .item .bg {
    padding-top: 200px;
}

body.experience-editor .owl-carousel .item .container {
    width: 400px;
}

body.experience-editor .owl-carousel .item .container .row>div {
    margin-left: 0px;
}

body.experience-editor .owl-carousel .item .container .row>div h1 {
    font-size: 25px;
    line-height: 27px;
    margin-top: 8px;
}

body.experience-editor .posts .post-holder {
    display: block;
}

body.experience-editor .posts h2 {
    top: 0px;
}

@media (min-width: 768px) {
    body.experience-editor .post {
        width: 33%;
        padding: 0 1px;
        display: inline-block;
    }
    body.experience-editor .post.big {
        width: 49%
    }
}

@media (min-width: 993px) {
    body.experience-editor .post a:hover .hover,
    body.experience-editor .post.big a:hover .hover {
        visibility: hidden;
    }
}

body.experience-editor .slider-1.owl-carousel div.text {
    white-space: normal;
}

body.experience-editor .slider-1.owl-carousel .exp-editor {
    min-width: 400px;
}

body.experience-editor .spotlight-block {
    margin-top: 0px !important;
}

body.experience-editor .spotlight-block .holder {
    min-width: 255px;
    width: 0 !important;
}

.slider.owl-carousel .owl-stage {
    display: flex;
}

.banner.empty-banner {
    padding-top: 155px;
    padding-bottom: 17px;
}
.loader {
    margin: 20px 0;
    text-align: center;
}

.filter-by li {
    width: 100%;
    float: left
}


    .filter-by li .filter-by-label {
        color: #666;
        float: left;
        margin-right: 15px;
        padding-bottom: 8px;
    }


.filter-by a.clear-filter {
    display: inline-block;
 
}

#nav > ul > li > .drop-down > ul > li > .drop-down ul.one-column-nav{
    column-count: 1;
}

.filter-by ul {
    list-style-type: none;
}


blockquote q::before {
    content: "\201C" !important;
}

blockquote q::after {
    content: "\201D" !important;
}

.call-wrap {
    background: #fff none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    z-index: 30;
    top: -700px;
}

.call-wrap.body-hidden {
    height: 100%;
}

.call-hd {
    background: #000000;
    border-bottom: solid #e2e2e2 1px;
    padding: 15px 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.call-hd > span {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    float: left;
    width: 45%;
}

.phone-list {
    float: left;
    padding: 50px 0;
    width: 100%;
    height: 90%;
    overflow-y: scroll;
    position: relative;
    top: 0;
}

.phone-list li {
    font-size: 28px;
    color: #333;
    font-weight: 400;
    padding: 15px 25px;
    border-bottom: solid #e1e1e1 1px;
    list-style-type: none;
}

.phone-list ul {
    margin: 0;
    padding: 0;
}

.phone-list li a span {
    font-size: 24px;
}

.phone-list li span {
    font-size: 17px;
}

.phone-list li.active {
    color: #333;
}

.phone-list li a {
    color: #333;
    font-size: 28px;
    display: inline-block
}

.phone-list li.active a {
    color: #000
}

.call-cancel {
    float: right;
    position: relative;
    top: 7px;
    color:#ffffff
}

.banner .bg-image.no-image {
    background-color: #1b0c3e;
}

.spotlight-mobile-title {
    font-size: 26px;
    margin-bottom: 40px;
}

.spotlight-mobile-blockquote q {
    margin-bottom: 0 !important;
}

.spotlight-mobile-blockquote q::before {
    content: "" !important;
}

.spotlight-mobile-blockquote q::after {
    content: "" !important;
}

.spotlight-mobile-blockquote cite {
    font-size: 18px !important;
    padding: 0 !important;
}

@media screen and (min-width: 992px) {
    #nav > ul > li > .drop-down > ul > li > .drop-down {
        width: 758px;
    }

        #nav > ul > li > .drop-down > ul > li > .drop-down ul {
            -webkit-column-count: 3;
            column-count: 3;
            -webkit-column-gap: 0;
            column-gap: 0;
            position: static;
            margin-bottom: -10px;
        }

            #nav > ul > li > .drop-down > ul > li > .drop-down ul:before {
                content: "";
                box-shadow: -1px 0 0 0 #fff;
                position: absolute;
                top: 0;
                bottom: 0;
                min-height: 100%;
                width: 1px;
                z-index: 1;
            }

        #nav > ul > li > .drop-down > ul > li > .drop-down > ul li {
            display: inline-block;
            vertical-align: top;
            width: 100%;
        }
}

@media (max-width: 767.98px) {
    .sidebar .contact-wrapper .img-holder {
        display: none !important;
    }
}


@media (max-width: 991px) {

    .nav-holder .has-drop-down-a {
        text-decoration: underline;
        text-underline-position: under;
        text-decoration-color: #d51c27;
        text-decoration-thickness: from-font;
    }
    .nav-holder .has-drop-down-a:after {
        content: "";
        border-bottom: 1px solid black;
        border-left: 0 !important;
        height: 1px;
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 0;
    }

        .nav-holder .has-drop-down-a.no-link {
            text-decoration: none;
        }
}

.ui-helper-hidden-accessible {
    display: none;
}
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}


.auto-complete-scroll {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}


.subjectheading.newsubjectheading {
    text-transform: uppercase;
}
.padding-off {
    padding-left: 0px;
    padding-right: 0px;
}


.container .description ul:not(.sort-by-wrap), .container .list-style ul:not(.sort-by-wrap), .content ul:not(.sort-by-wrap), .page-content ul:not(.list-unstyled) {
    padding-left: 0;
    list-style: none;
    margin-bottom: .9375rem !important;
}

    .container .description ul:not(.sort-by-wrap) li, .container .list-style ul:not(.sort-by-wrap) li, .content ul:not(.sort-by-wrap) li, .page-content ul:not(.list-unstyled) li {
        position: relative;
        padding-left: 17px;
        margin-bottom: 21px;
        background: none;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 1.063rem;
        font-weight: 300;
        line-height: 1.5;
        color: #010101;
    }
        .container .description ul:not(.sort-by-wrap) li:before, .container .list-style ul:not(.sort-by-wrap) li:before, .content ul:not(.sort-by-wrap) li:before, .page-content ul:not(.list-unstyled) li:before {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            width: 9px;
            height: 9px;
            background: #d51c27;
            border-radius: 50%;
        }

.container .filter-by ul li {
    padding: 0px;
}
.container .filter-by ul li:before {
    content: none !important;
}

.sort-by-wrap li:before {
    content: none !important;
}


.description p strong, .our-services-details-page .content p strong {
    font: 500 21px/1.1 "Butler", "Times New Roman", serif;
    margin-bottom: 1.5625rem !important;
    display: block;
}
.our-services-details-page .content p strong + br {
    display: none;
}

.description p a[style="color: #db2032;"] {
    color: #d51c27 !important;
}
    .description p a[style="color: #db2032;"]:hover {
        color: #a60507 !important;
        text-decoration: none;
    }



.overlay, .show-div{width:100%; height:100%; background:#000; position:absolute; left:0; top:0; display:none; z-index:10}
.show-div-padding{background: #000 none repeat scroll 0 0;box-sizing: border-box;display: none; height:auto;}
.hidden-div .menu-close span::before, .menu-close span::after, .inner-header .menu-icon span::before, .inner-header .menu-icon span::after, .inner-header .menu-close span::before, .menu-close span::after, .inner-header .menu-icon span{background:#88898c;}
.cookie-popup.hidden-div {
    background: #232323;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 5%;
    box-sizing: border-box;
    z-index: 20;
    float: left;
}

.description p strong:empty, .our-services-details-page .content p strong:empty {
    display: none;
}
/*.description p strong, .our-services-details-page .content p strong {
    display: inline;
    margin-bottom: 0px !important;
}*/
.description p strong + br, .our-services-details-page .content p strong + br {
    display: none;
}
.container .description ul:not(.sort-by-wrap) li ul li:before, .container .list-style ul:not(.sort-by-wrap) li ul li:before {
    background: #888a8d;
}
.container .description ul:not(.sort-by-wrap) li ul li:before, .container .list-style ul:not(.sort-by-wrap) li ul li:before {
    background: #888a8d;
    top: 7px;
    left: 2px;
}
.glossary-list ul:not(.sort-by-wrap) li ul, .description ul:not(.sort-by-wrap) li ul {
    margin-top: 10px;
}

.read-more {
    margin: 28px 0 0;
}
.read-more a{display: inline-block; font-weight:400; padding: 10px 10px 10px 10px;text-transform: uppercase; color:#fff; font-size:18px}
.read-more a:first-child {padding-left: 0;}

.read-more a:before{content:"|"; padding:0 25px 0 0px; color:#fff }
.read-more a:first-child:before{content:""; padding:0}
.show-div-padding{background: #000 none repeat scroll 0 0;box-sizing: border-box;display: none; height:auto;
    left: 0;padding: 0 5%;position: absolute;top: 0;width: 100%;z-index: 30;}
.cookie-popup.hidden-div {
    background: #232323;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 5%;
    box-sizing: border-box;
    z-index: 20;
    float: left;
}
.read-more a:hover{color:#d92231}
.read-more a:hover:before{color:#fff}
.backBtn span{width:34px; height:24px;  float:left; background:url("../images/sprite.png") no-repeat scroll -163px -8px; display:none; transition:none;}
.backBtn span{width:34px; height:24px;  float:left; background:url("../images/sprite.png") no-repeat scroll -163px -8px;  transition:none;}
.menu-close-wrap .backBtn span.visible {display:block;}

.backBtn span{position: absolute;top:21px;left: 20px;}
.menu-icon, .menu-close{cursor: pointer;display: inline-block;float: left;height:22px;padding: 0;position: relative;width:30px;z-index: 1; margin-right:7px; overflow:hidden}
.menu-icon span, .menu-close span{background-color: #fff; display: block;font-size: 0;height:4px;left: 0; position: absolute;top: 50%;width: 100%;}
.menu-icon span::before, .menu-icon span::after, .menu-close span:before, .menu-close span:after{background: #fff none repeat scroll 0 0;content: "";height:4px;left: 0;position: absolute;transition: transform 0.3s ease 0s;width: 100%;}
.menu-close span:before, .menu-close span:after{height:3px}

.menu-icon span::before{transform: translateY(-250%);z-index: 999;}
.menu-icon span::after{transform: translateY(250%);}
.menu{color: #fff;font-size: 31px;  text-transform: uppercase; line-height:25px; font-weight:400; display:block}
.menu-close{width:65px; height:65px;}
.menu-close span::before{transform:translateY(0px) rotate(45deg); -webkit-transform:translateY(0px) rotate(45deg); -o-webkit-transform:translateY(0px) rotate(45deg);}
.menu-close span::after{transform: translateY(250%); -webkit-transform: translateY(250%); -o-webkit-transform: translateY(250%);  }
.menu-close span::after {transform: translateY(0px) rotate(-45deg);z-index: 9999; -webkit-transform: translateY(0px) rotate(-45deg); -o-webkit-transform: translateY(0px) rotate(-45deg);}
.menu-close span {background-color: transparent;}
.hidden-div .menu-close  {width:65px;height:65px;position: absolute;right: 30px;top: 30px;transition:all 200ms ease 0s; -moz-transition:all 200ms ease 0s; -webkit-transition:all 200ms ease 0s; -o-transition:all 200ms ease 0s; -khtml-transition:all 200ms ease 0s; -ms-transition:all 200ms ease 0s; margin-right:0}
.hidden-div .menu-close span::before, .menu-close span::after{background:#8d949a}
#cookiePopup {
    height: 130px; display: block; bottom: 0px; position: fixed; top: auto; z-index: 100; background: none; min-height: auto;line-height:20px;
}
#cookiePopup>.cookie-popup {
    bottom: 0; display: block; width: 100%; margin: 0 auto; padding: 1% 2%;
}
#cookiePopup .menu-close {
    width: 30px; top: 15px; height: 30px; right: 15px;
}
#cookiePopup .menu-close-wrap {
    float: right;
}
#cookiePopup .cookie-title {
    color: white;
}
#cookiePopup .cookie-title h2 {
    color: #db2032; font-weight: bold; margin-bottom: 10px; font-size:26px;
}
#cookiePopup .cookie-description {
    float: left;
}
#cookiePopup .read-more {
    margin-top: 0px; text-align: right; padding-right: 3px; line-height: 0px; float: right;
}

.promo-section .promo-holder .scEnabledChrome {
    width: -webkit-fill-available;
}

@media (max-width: 768px) {
    #cookiePopup {
        height: 210px;
    }
	
    .show-div-padding {
        padding: 0;
    }
}


    .has-drop-down .has-drop-down-a .drop-opener {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }
        .has-drop-down .has-drop-down-a .drop-opener:after {
            content: "";
            position: absolute;
            top: 4px;
            right: 4px;
            height: 0;
            width: 0;
            border-bottom: 7.5px solid transparent;
            border-left: 7.5px solid #d51c27;
            border-top: 7.5px solid transparent;
        }

@media screen and (max-width: 991px) {
    a.no-link {
        border-bottom: unset !important;
    }
}

.description p strong, .our-services-details-page .content p strong {
    line-height: 1.3em;
    margin-top: 2rem;
    margin-bottom: 1.3rem!important;
}


.slider .text:before {
    content: none;
}
.slider .btn-more:before {
    content: "";
    background: #d51c27;
    height: 1px;
    width: 104px;
    top: -20px;
    position: absolute;
    left: 0;
}

.slider .btn-more {
    letter-spacing: .7px;
    padding-right: 17px;
    vertical-align: bottom;
    position: absolute;
    bottom: 2.1875rem !important;
}

.banner-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    background: -webkit-linear-gradient(30deg, #7f1819, #7f1819, #b22426, #b22426, #7f1819, #7f1819);
    background: linear-gradient(60deg, #7f1819, #7f1819, #b22426, #b22426, #7f1819, #7f1819);
    background-size: 200% 200%;
    -webkit-animation: gradient 25s ease infinite;
    animation: gradient 25s ease infinite;
}
@media screen and (min-width: 768px) {
    .banner-section:before { background-size: 400% 400%; }
}

.promos-experience-editor {
    width: 100%;
    min-height: 200px;
}

.promo-experience-editor-image {
    width: 345px !important;
    height: 85px;
}