@import url('../css/legacy/bootstrap.css');

/** LEGACY STYLES
 * ----------------------------------------------------------------------------- */


.wp-block-post-content.is-layout-constrained {
    max-width: calc( var(--wp--style--global--content-size) + var(--wp--style--root--padding-right) + var(--wp--style--root--padding-left) );
    margin: 0 auto;
}

.container {
    width: 100%;
    max-width: 1210px;
}
img.aligncenter {
	margin: 0px auto !important;
}
img[alt="smallreddiv"] {
	height: auto;
	max-width: 100%;
	column-gap: 100px;
	column-count: 1;
	display: block;
	margin-left: 0 !important;
	margin-right: auto !important;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.center {
    text-align: center;
}

.main {
    padding: 0 30px;
    margin-bottom: 50px;

    @media (max-width: 767px) {
        margin-bottom: 35px;
    }
}

.content-padding {
    padding: 2em 0;

    @media screen and (max-width: 767px) {
        padding: 1.5em 0;
    }
}

.content-mini-padding {
    padding: 35px 0 0;
}

.content-mini-padding-top {
    padding: 0;
}

.content-margin {
    margin: 75px 0 0;
}

.page-header {
    position: relative;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    overflow: hidden;

    .header-text {
        position: relative;
        background: rgba(255, 255, 255, 0.9);
        padding: 15px;
        height: 400px;
        width: 40%;
        margin-left: 15px;

        @media screen and (max-width: 1024px){
            width: 50%;
        }

        @media screen and (max-width: 900px){
            width: 60%;
        }

        @media screen and (max-width: 768px){
            height: 300px;
            width: calc(100% - 30px);
        }

        @media screen and (max-width: 400px){
            height: 200px;
        }

        h1 {
            font-size: 62px;
            line-height: 72px;
            color: var(--wp--preset--color--contrast);
            margin-top: -10px;

            @media screen and (max-width: 767px){
                max-width: 70%;
                font-size: 45px;
                line-height: 45px;
                margin-top: 0;
            }

            @media screen and (max-width: 665px){
                max-width: 100%;
                font-size: 35px;
                line-height: 35px;
            }

            @media screen and (max-width: 550px){
                font-size: 30px;
            }

            @media screen and (max-width: 400px){
                font-size: 24px;
                line-height: 24px;
            }
        }

        .sub-content-container {
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: 0;
            padding-bottom: 30px;
        }

        .divider {
            display: block;
            border-top: 2px solid var(--wp--preset--color--contrast);
            width: 85px;
            margin: 0 0 15px 0;

            @media screen and (max-width: 767px) {
                margin: 20px 0 10px;
                width: 50px;
            }
        }

        p {
            color: var(--wp--preset--color--contrast);
            font-weight: 900;
            text-transform: uppercase;
            font-size: 16px;
            line-height: 30px;
            max-width: 400px;
            letter-spacing: 1px;
        }
    }
}

.home-header {
    margin-bottom: 90px;
    padding: 0;

    @media screen and (max-width: 767px){
        margin-bottom: 35px;
    }

    img {
        max-width: 100%;
        width: 100%;
        max-height: 648px;
    }

    .header-text {
        position: absolute;
        top: 25px;
        left: 25px;
        margin-left: 0;
        padding: 25px;

        @media screen and (max-width: 900px){
            height: 300px;
            width: calc(100% - 50px);
        }

        @media screen and (max-width: 720px){
            height: auto;
            bottom: 25px;
        }

        @media screen and (max-width: 480px){
            padding: 20px;
        }

        h1 {
            max-width: 325px;

            @media screen and (max-width: 900px){
                margin: 0;
                font-size: 50px;
                line-height: 55px;
            }

            @media screen and (max-width: 767px){
                max-width: 70%;
                font-size: 45px;
                line-height: 45px;
                margin-top: 0;
            }

            @media screen and (max-width: 665px){
                max-width: 100%;
                font-size: 35px;
                line-height: 35px;
            }

            @media screen and (max-width: 550px){
                font-size: 30px;
            }

            @media screen and (max-width: 400px){
                font-size: 24px;
                line-height: 24px;
            }
        }

        .sub-content-container {
            left: 25px;
            right: 25px;
            padding-bottom: 50px;

            @media screen and (max-width: 720px){
                padding-bottom: 5%;
            }

            @media screen and (max-width: 480px){
                left: 20px;
                right: 20px;
                padding-bottom: 4%;
            }
        }

        span {
            color: var(--wp--preset--color--contrast);
            font-weight: 900;
            text-transform: uppercase;

            &:hover {
                color: var(--wp--preset--color--neutral-light);
            }
        }
    }
}

/* About Us */

.page-id-19 .page-header .header-text {
    h1 {
        max-width: 435px;
    }
}

/* News */
.blog .page-header .header-text {
    h1 {
        max-width: 430px;
    }

    p {
        max-width: 475px;
    }
}

/* Portfolio */
.page-id-33, .page-id-374, .page-id-372 {
    .page-header .header-text {
        p {
            max-width: 450px;
        }
    }
}

/* HR */
.hr {
    background: url('/wp-content/uploads/hr.png');
    margin: 1em 0;
}

/* Three Col */

.three-col {

    margin: 0 -15px;

    div {
        margin-bottom: 55px;

        img {
            width: 100%;
            height: auto;

            @media screen and (max-width: 767px) {
                display: block;
                margin: 0px auto;
            }
        }

        h3 {
            margin-top: 15px;
            margin-bottom: 10px;
            text-transform: none;

            @media screen and (max-width: 980px) {
                font-size: 24px;
                line-height: 24px;
            }
        }

        p {
            margin: 10px 0;

            @media screen and (max-width: 767px) {
                line-height: 24px;
            }
        }

        .red-bot {

        }
    }

    div.three-col-contactbutton {
        clear: both;
        margin-bottom: 0px !important;
        padding-top: 20px;
    }
}

/* Two Col footer */

.two-col {
    margin: -15px;

    .col-div {
        width: 47.5%;
        padding: 20px;
        float: left;
        margin: 1.25%;

        @media screen and (max-width: 640px) {
            width: 100%;
            margin: 0 0 10px 0;
            float: none;

        }

        .interior-div {
            width: 100%;
            margin: auto;
            position: relative;
            padding: 100px 30px;
            text-align: center;

            .plus {
                position: absolute;
                top: 20px;
                right: 20px;
            }

            transition: .25s;
            background-color: rgba(0, 128, 171, 0.7);

            &:hover {
                -o-transition: .25s;
                -ms-transition: .25s;
                -moz-transition: .25s;
                -webkit-transition: .25s;
                transition: .25s;
                background-color: rgba(0, 175, 234, 0.7);
            }

            h3 {
                color: var(--wp--preset--color--base);
                text-transform: uppercase;
            }

            .white-sep {
                display: inline-block;
                border-top: 2px solid var(--wp--preset--color--base);
                width: 175px;
                height: 1px;
            }

            p {
                display: block;
                color: var(--wp--preset--color--base);
            }
        }
    }

    .tenant-list {
        padding: 0px;
        width: 41%;
        margin: 20px 88px 20px 20px;

        @media screen and (max-width: 1199px) {
            width: 47.5%;
            padding: 20px 20px 20px 0px;
            margin: 1.25%;
        }

        @media screen and (max-width: 640px) {
            width: 100%;
            margin: 0;
            float: none;
            padding: 20px;
        }
    }

    a:hover {
        text-decoration: none;
    }
}

/* Employee List */

.employee-list {
    margin: 0 -15px;

    .team-list > a:nth-child(4n-3) > div {
        clear: both !important;
    }

    div {
        text-align: center;
        margin-bottom: 20px;

        img {
            width: 100%;
            height: auto;
            margin-bottom: 22px;
        }

        .name {
            font-size: 18px;
            line-height: 0px;
            font-family: Georgia, Times, "Times New Roman", serif;
            font-style: italic;
            margin: 0;
            color: #59595b;
        }

        .graydiv {
            width: 18px;
            height: 1px;
            display: inline-block;
            border-top: 2px solid #59595b;
        }

        .title {
            font-size: 13px;
            line-height: 18px;
            font-family: Georgia, Times, "Times New Roman", serif;
            font-style: italic;
            margin: 0;
            color: #59595b;
        }
    }

    .content-padding {
        margin-bottom: 0;
    }
}

/* Blockquote */

.lead-content {
    blockquote {
        border-top: 1px solid #c0c2c3;
        border-bottom: 1px solid #c0c2c3;
    }
}

.emp-single {
    blockquote {
        padding: 50px 0;

        p {
            line-height: 60px !important;
        }
    }

    p:after {
        bottom: -40px;
    }
}

.testimonials {
    position: relative;
    text-align: center;

    @media screen and (max-width: 767px) {
        display: none;
    }

    blockquote {
        width: 100%;
        padding: 50px 70px;

        &::before {
            top: -25px;
            left: 10%;
        }

        &::after {
            bottom: 60px;
            right: 10%;
        }

        @media screen and (max-width: 1150px) {
            padding: 45px 70px;
        }
    }

    #prev {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 500;
    }

    #next {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 500;
    }
}

blockquote {
    border-left: 0px;

    span {
        display: block;
        text-align: center;
        font-weight: 900;
        letter-spacing: 1px;
    }

    p {

        border-left: 0;
        border-right: 0;
        padding: 25px 0;
        text-align: center;
        position: relative;
        border-left: 0;
        border-right: 0;
        margin-bottom: 50px;

		@media screen and (min-width: 782px) {
			&::before {
				content: ' ';
				height: 86px;
				width: 86px;
				display: block;
				position: absolute;
				top: -30px;
				left: -75px;
				background: url('/wp-content/uploads/before-small.png') center center no-repeat;
				z-index: -9999;
			}
	
			&::after {
				content: ' ';
				height: 86px;
				width: 86px;
				display: block;
				position: absolute;
				bottom: 3px;
				right: -75px;
				background: url('/wp-content/uploads/after-small.png') center center no-repeat;
				z-index: -9999;
			}
		}
    }

    p {
        max-width: 800px;
        margin: 0 auto;
        color: var(--wp--preset--color--contrast);
        font-size: 25px !important;
        line-height: 30px;
        font-style: normal;

        @media screen and (max-width: 767px) {
            font-size: 18px !important;
            line-height: 20px;
        }
    }

    .quote-author {
        font-size: 30px !important;
        font-weight: 500;
        margin-top: 20px;
        padding: 0px;

        &::before, &::after {
            background: none;
        }

        @media screen and (max-width: 767px) {
            font-size: 16px !important;
            margin-top: 0;
        }
    }

    .quote-title {
        font-size: 18px !important;
        font-weight: 400;
        font-style: italic;
        line-height: 23px;
        padding: 0px;

        &::before, &::after {
            background: none;
        }

        @media screen and (max-width: 767px) {
            font-size: 14px !important;
        }
    }
}

.content-quotes {
    text-align: center;

    .quote-author {
        font-size: 30px !important;
        font-weight: 800;
        margin-top: 20px;
        padding: 0px;
    }

    .quote-title {
        font-size: 22px !important;
        font-weight: 400;
        font-style: italic;
        line-height: 25px;
        padding: 0px;
    }
}

/* Blockquote for about-us/office/ Area */

/*.page-id-293*/
.page-template-templatestemplate-office-php {
    .lead-content {
        blockquote {
            border-top: 0;
            border-bottom: 0;
            padding: 45px 0px;

            p {
                max-width: 960px;
                margin: 0 auto;
                color: var(--wp--preset--color--contrast);
                font-size: 36px !important;
                line-height: 60px;
                font-weight: 300;
                font-style: normal;

                @media screen and (max-width: 767px) {
                    font-size: 20px !important;
                    line-height: 32px;
                    padding: 0;
                }
            }
        }
    }

    .port-cycle {
        background: #ebebeb;
        width: 100%;

        img {
            max-height: 100%;
        }
    }
    #adv-custom-pager {
        height: auto;
        padding-top: 18px;
        margin: 0 -.83%;

        .cycle-pager-button {
            position: relative;
            display: block;
            float: left;
            margin: 0 .83% 20px .83%;
            width: 18.33%;
            overflow: hidden;
            max-height: 147px;
            text-align: center;
            background: #ebebeb;

            img {
                width: auto;
                max-height: 147px;
            }

            .transparent {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: rgba(255, 255, 255, 0.4);
            }
        }

        .cycle-pager-active {
            .transparent {
                background: none;
            }
        }
    }

    .prevbutton {
        position: absolute;
        top: 50%;
        margin-top: -41px;
        left: 30px;
        background: url('/wp-content/uploads/testarrowleft.png') no-repeat;
        z-index: 999;
        width: 44px;
        height: 82px;
    }

    .nextbutton {
        position: absolute;
        top: 50%;
        margin-top: -41px;
        right: 30px;
        background: url('/wp-content/uploads/testarrowright.png') no-repeat;
        z-index: 999;
        width: 44px;
        height: 82px;
    }
}

/* Four Col */
.four-col {
    margin: 0 -15px;

    div {
        margin-bottom: 36px;

        img {
            width: 100%;
            height: auto;

        }

        p {
            margin-bottom: 5px;
        }
    }
}

/* Address */
address {
    p {
        font-style: normal;
        font-size: 20px;
        line-height: 35px;
        margin: 0;
        font-weight: 900;
    }
}

/* Featured Blog Posts */

.featured-articles, .articles-list, .author {
    margin: 0;

    .feat-art, .row {
        margin: 0 -15px 25px -15px;

        .large-article, .sidebar-article {
            .title {
                color: var(--wp--preset--color--contrast);
                font-size: 30px;
                line-height: 42px;
                font-weight: 600;
                margin-bottom: 5px;

                @media screen and (max-width: 480px) {
                    font-size: 19px;
                    line-height: 26px;
                }
            }

            p {
                font-size: 20px;
                line-height: 30px;
            }

            .info {
                font-size: 14px;
                line-height: 25px;
                font-weight: 800;
                font-style: italic;
                margin-bottom: 10px;

                a {
                    text-decoration: none;
                }
            }

            .excerpt {
                color: var(--wp--preset--color--contrast);
                font-size: 18px;
                margin-bottom: 10px;
                line-height: 23px;

                @media screen and (max-width: 767px) {
                    display: none;
                }
            }
        }
        .large-article {
            @media screen and (max-width: 992px) {
                margin-bottom: 15px;
            }

            img {
                height: auto;
                max-height: 480px;
                margin-bottom: 15px;
            }
        }

        .sidebar-article {
            img {
                max-height: 480px;
                margin-bottom: 15px;

                @media screen and (max-width: 992px) {
                    float: left;
                    margin-right: 20px;
                }

                @media screen and (max-width: 564px) {
                    float: none;
                    margin: 0 0 15px 0;
                }
            }
        }
    }

    @media screen and (max-width: 767px) {
        /*display:none;*/
    }
}

.social-share-list {
    text-align: center;
    margin: 25px 0;
    padding: 0;

    li {
        list-style: none;
        display: inline-block;
        margin: 0 12.5px;

        &:first-child {
            margin-left: 0;
        }

        margin-bottom: 15px;
    }

    a {
        text-decoration: none;
    }
}

.award-images {
    div {
        margin-bottom: 50px;
    }
}

.lead-content {
    p, legend {
        font-size: 24px;
        line-height: 36px;

        &.main-txt {
            width: 72%;
            padding-top: 20px;

            @media screen and (max-width: 767px) {
                width: 100%;
            }
        }

        strong {
            font-size: 24px;
        }
    }
}

#social-side {
    position: fixed;
    top: 25%;
    left: 0;

    @media screen and (max-width: 1300px) {
        display: none;
    }

    .social-share-list {
        a {
            &:hover {
                text-decoration: none !important;
            }

            li {
                float: none;
                display: block;
                margin: 0;
                font-size: 15px;
                padding: 10px;
            }
        }
    }
}

.videobot {
    .videobox {
        p {
            margin-top: 10px;
            font-size: 28px;
            font-weight: 800;
        }
    }

    .videobox:first-child {
        margin-top: 0;

    }
}

.award-images {
    padding: 0px;
}

.awards {
    h3 {
        padding-bottom: 15px;
    }

    .red-bot {
        padding-bottom: 15px;
    }
}

.content-slice {
    width: 100%;

    @media screen and (max-width: 767px) {
        width: 100%;
    }

    p strong {
        @media screen and (max-width: 767px) {
            font-size: 22px;
        }
    }
}

@media screen and (max-width: 767px) {
    .scroll-back-to-top-wrapper {
        display: none !important;
    }
}

.scroll-back-to-top-wrapper {
    background: 0 !important;
}

.twocolleft {
    float: left;
    width: 48%;

    @media screen and (max-width: 767px) {
        width: 100%;
        padding: 0 15px;
    }

    li {
        margin-bottom: 15px;
    }
}

.twocolright {
    float: right;
    width: 48%;

    @media screen and (max-width: 767px) {
        width: 100%;
        padding: 0 15px;
    }

    li {
        margin-bottom: 15px;
    }
}

.twocoldevider {
    height: 55px;
    width: 100%;
    display: inline-block;
}

.downloadpdf {
    float: right;

    @media screen and (max-width: 767px) {
        float: none;
    }

    background: #e6e6e6;
    text-align: center;
    padding-top: 39px;
    padding-right: 49px;
    padding-bottom: 39px;
    padding-left: 49px;
    margin-top: 30px;
    max-width: 240px;

    @media (max-width: 767px) {
        padding-top: 26px;
        padding-right: 26px;
        padding-bottom: 26px;
        padding-left: 26px;
        margin-top: 30px;
        max-width: 169px;
    }

    a {
        text-decoration: none;
        font-size: 22px;
        line-height: 24px;
        font-weight: normal;
        color: #242021;

        &:hover, &:focus {
            color: var(--wp--preset--color--contrast);
        }

        @media (max-width: 767px) {
            font-size: 14px;
            line-height: 21px;
        }
    }

    span {
        font-size: 22px;
        line-height: 24px;
        font-weight: normal;
        color: #242021;

        &:hover, &:focus {
            color: var(--wp--preset--color--contrast);
        }
    }

    img {
        margin-bottom: 30px;
        @media (max-width: 767px) {
            margin-bottom: 6px;
        }
    }

}

.checklistdescwrapper {
    float: left;
    margin-bottom: 35px;
}

.download_bottom_link {
    margin-top: 58px;

    .downloadbutton {
        background: var(--wp--preset--color--contrast);
        color: white;
        padding: 18px;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;

        &:hover, &:focus {
            color: var(--wp--preset--color--base);
            background-color: #aa1539;
        }

        @media (max-width: 767px) {
            font-size: 18px;
        }
    }
}

.office-grid-wrapper {
    width: 100%;
    padding-bottom: 25px;
    padding-top: 25px;
	li {
		font-weight: 500;
	}

    @media screen and (min-width: 768px) {
        border-top: 5px solid black;
        border-bottom: 5px solid black;
    }

    &::before {
        width: 30px;
        content: "";
    }

    .office-grid-left {
        float: left;
        width: 48%;
        padding-right: 15px;
        @media screen and (max-width: 767px) {
            width: 100%;
        }
    }

    .office-grid-right {
        float: right;
        width: 48%;
        @media screen and (max-width: 767px) {
            width: 100%;
        }
    }

    ul li {
        font-size: 20px;
        color: black;
        line-height: 26px;
        margin-bottom: 14pt;

        @media screen and (max-width: 767px) {
            padding-left: 20px;
            position: relative;
        }

        &::before {
            @media screen and (max-width: 767px) {
                left: 0;
                position: absolute;
            }
        }
    }
}

.space {
    padding: 55px;
}

/* core values page */
.article-row {
    padding-top: 35px;
    padding-bottom: 35px;
    clear: both;

    .article-values-content {
        position: relative;
        /*display: -webkit-box;*/

        @media (min-width: 1000px) {
            p {
                font-size: 20px;
                line-height: 30px;
                font-weight: normal;

                margin-bottom: 0;

                strong {
                    font-size: 22px;
                    line-height: 26px;
                    font-weight: 800;
                }

            }

            .article-img-left {
                img {
                    /*float: left;*/
                    margin-right: 20px;
                }

                p {
                    width: 50%;
                    float: left;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    padding-bottom: 45px;
                    @media (max-width: 1170px) {
                        width: 43%;
                    }
                }

            }

            .article-data-left {
                p {
                    margin-bottom: 0;
                    width: 50%;
                    float: left;
                    vertical-align: bottom;
                    bottom: 0;
                    position: absolute;

                    @media (max-width: 1170px) {
                        width: 43%;
                    }
                }

                img {
                    float: right;
                }
            }

            .article-mid-col {
                height: 750px;

                .article-mid-bottom {
                    position: absolute;
                    bottom: 0;
                }

                .article-mid-top {
                    position: relative;
                    height: 50%;

                    p {
                        position: absolute;
                        bottom: 0;
                        padding-bottom: 30px;
                    }
                }
            }
        }

        .article-content {
            font-size: 20px;
            line-height: 30px;
            font-weight: normal;
            margin-bottom: 0;

            strong {
                font-size: 22px;
                line-height: 26px;
                font-weight: 800;
            }
        }

        .article-img {
            @media (max-width: 767px) {
                margin-bottom: 20px;
            }
        }

        .article-img.article-img-right {
            float: right;

            @media (max-width: 1024px) {
                float: left;
            }

            @media (max-width: 767px) {
                float: none;
            }
        }

        .article-img.article-img-left {
            text-align: right;

            @media (max-width: 1024px) {
                text-align: left;
            }

            @media (max-width: 767px) {
            }
        }
    }
}

.three-col.portfolio-wrap div,.three-col.blog-wrap div {
    margin-bottom: 25px;
}

.clients-list {
    height: auto;
    overflow: auto;
    margin-bottom: 50px;
}

div#adv-custom-pager {
    height: 105px;
}

.category-downtown-dirt {
    .articles {
        .large-article {
            .title {
                margin-bottom: 18px;
            }
        }
    }

    .dtd-article {
        .title {
            img {
                display: block;
                float: none;
            }
        }
    }
}

.social-button {
    overflow: auto;
    margin-bottom: 15px;

    a {
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        color: #000;
        float: left;
        margin-right: 10px;

        i {
            font-size: 16px;
        }
    }
}

.syrep {
    padding: 35px 0 0px;
}

.mktoForm .mktoFormCol {
    border: 0 !important;
}

.area-served-text {
    display: none;
}

.post-outer {
    img {
        margin: 0;
        display: block;
    }

    h3.blog-title {
        a {
            color: var(--wp--preset--color--contrast);
            &:hover {
                color: var(--wp--preset--color--contrast);
                text-decoration: none;
            }
        }

        font-size: 22px;
        line-height: 26px;
    }
}

.ntr-image {
    display: none;
}

@media screen and (max-width: 767px) {
    .mobile-hide {
        display: none;
    }

    .ntr-image {
        display: inline-block;
    }
}

.checklist {
    .checklist-item.odd {
        background: #e5e5e5;
    }

    @media screen and (max-width: 767px) {
        .checklist-top {
            display: none;
        }
    }

    .checklist-item {
        .item {
            width: 40%;
            float: left;
            color: #231f20;
            font-size: 22px;
            font-weight: 800;
            padding: 45px 105px 45px 45px;

            @media screen and (max-width: 767px) {
                width: 100%;
                padding: 15px 15px 25px 15px;
            }
        }

        .desc {
            width: 60%;
            float: left;
            padding: 45px;

            @media screen and (max-width: 767px) {
                width: 100%;
                padding: 0 15px 45px 15px;
            }

            p {
                font-size: 20px;
                line-height: 30px;
                margin: 0;
            }
        }
    }
}

.office-slideshow {
    margin: 0 -7.5px;
    position: relative;
    overflow: hidden;

    .cycle-slideshow {
        height: 395px;
    }

    @media screen and (max-width: 767px) {
        display: none;
    }

    img {
        padding: 0 7.5px;
        height: 395px;
        width: 596px;
    }

    #next {
        background: url("/wp-content/uploads/testarrowright.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 82px;
        margin-top: -41px;
        position: absolute;
        right: 30px;
        top: 50%;
        width: 44px;
        z-index: 999;
    }

    #prev {
        background: url("/wp-content/uploads/testarrowleft.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 82px;
        left: 30px;
        margin-top: -41px;
        position: absolute;
        top: 50%;
        width: 44px;
        z-index: 999;
    }
}

.error404 {
    .search-form {
        .input-group {
            display: block;
            width: 100%;

            input {
                color: #231f20;
                font-size: 22px;
                height: 70px;
                padding-left: 15px;
            }

            .input-group-btn {
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 9999;

                button {

                }
            }
        }
    }
}

.large-article {
    .play-overlay {
        left: 50%;
        margin-left: -67px;
        margin-top: 67px;
        position: absolute;
        top: 25%;
    }
}

.page-template-template-flex {
    .two-col {
        a.link {
            text-transform: none;
        }

        h3 {
            font-size: 32px;
            line-height: 36px;
        }

        p {
            margin: 10px 0;
            font-size: 18px;
            line-height: 24px;
        }
    }

    .three-col.content-padding {
        padding: 0 0 5em;
    }
}

.newsletter-archive-wrap {
    display: flex;
    justify-content: center;

    ul {
        margin: 0;
        padding: 0;
        list-style: none;

        li {
            &::before {
                display: none;
            }

            &.list-head {
                font-weight: bold;
            }
        }
    }
}

/* about.less */
.about-left {
    p {
        font-size: 32px;
        font-weight: 500;
        color: var(--wp--preset--color--contrast);
        line-height: 56px;
        text-transform: uppercase;
        @media screen and (max-width: 767px) {
            font-size: 32px;
            line-height: 52px;
            text-transform: capitalize;
            font-weight: 600;
        }
    }
    .red-bot {
        @media screen and (max-width: 767px) {
            margin-bottom: 15px;
        }
    }
}

.about-cols {
    margin: 0 -15px;
    div {
        margin-bottom: 25px;
        img {
            width: 100%;
        }
        h3 {
            font-size: 30px;
        }
    }
}

.about-content {
    p {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 100px; /* Chrome, Safari, Opera */
        -moz-column-gap: 100px; /* Firefox */
        column-gap: 100px;
        font-size: 22px;
        line-height: 30px;

        @media screen and (max-width: 960px) {
            -webkit-column-count: 1; /* Chrome, Safari, Opera */
            -moz-column-count: 1; /* Firefox */
            column-count: 1;
            -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
            -moz-column-gap: 0px; /* Firefox */
            column-gap: 0px;
        }
    }
}

:root :is(.col-wwa-right) {
	width: 45%;
	float: right;
	@media screen and (max-width: 960px) {
		width: 100%;
		padding: 0;
		margin: 15px 0;
	}
	& + * {
		clear: both;
		padding-top: calc( 1 * var(--wp--preset--spacing--43) ) !important;
	}
}
:root :is(.col-wwa-left) {
	width: 45%;
	float: left;
	@media screen and (max-width: 960px) {
		width: 100%;
		padding: 0;
		margin: 15px 0;
	}
}
p {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 100px; /* Chrome, Safari, Opera */
	-moz-column-gap: 100px; /* Firefox */
	column-gap: 100px;
	@media screen and (min-width: 767px) {
		/*text-align: justify;*/
	}
}

.page-template-template-office {
    .content-quotes {
        margin-bottom: 75px;
    }
}

.employee-list-wrap {
    .row {
        .employee-list {
            margin: 5em 0;
            padding: 0 10px;

            &:first-child {
                border-right: 1px solid #f2f2f2;
            }

            .center {
                margin-bottom: 0;
                padding-bottom: 20px;
            }
        }

        .team-list {
            a {
                text-decoration: none;

                > div {
                    padding: 0 10px;
                }
            }
        }
    }
}

.featured-members {
    margin-top: 140px;

    a {
        text-decoration: none;
    }

    @media (max-width: 767px) {
        margin-top: 50px;
    }

    .col-xs-12.col-sm-6.col-md-3 {
        display: inline-block;
        float: none;
    }
}

.image-padding {
	padding: 35px 0;

	@media screen and (max-width: 480px){
		padding: 0;
	}
}

.lead-content {
	h1 {
		margin-top: 75px;
		margin-bottom: 25px;
		font-size: 34px;

		@media screen and (max-width: 480px){
			margin-top: 0;
			font-size: 26px;
		}

		&::after {
			display: block;
			content: ' ';
			height: 2px;
			width: 35px;
			background: #000;
			margin-top: 25px;
		}
	}
}

.text-builder {
	padding: 35px 0;
	border-top: 1px solid #e5e5e5;
}

.text-builder + .image-padding {
	padding-top: 0;
}

.image-padding + .text-builder {
	border-top: 0;
	padding-top: 0;
}

.text-column, .three-col, .two-column-text, .three-column-text {
	padding: 45px 35px;
	text-align: center;

	@media screen and (max-width: 480px){
		padding: 35px 0;
	}

	h2 {
		margin-top: 0;
		margin-bottom: 40px;
		font-size: 20px;
		line-height: inherit;
		text-transform: none;
		line-height: 63px;
		font-weight: 800;
		text-transform: uppercase;

		@media screen and (max-width: 480px){
			margin-bottom: 20px;
		}
	}

	h3 {
		margin-top: 5px;
		font-size: 18px;
		text-align: left;
	}

	p {
		font-size: 20px;
		line-height: 35px;
	}

	p + p {
		margin-top: 35px;

		@media screen and (max-width: 480px){
			margin-top: 20px;
		}
	}

	.btn {
		background: #000 url('../img/right-arrow.png') right 25px center no-repeat;
		padding-right: 58px;
		font-size: 12px;

		@media screen and (max-width: 480px){
			display: block;
			width: 100%;
			padding: 0 10px;
			background: #000;
		}
	}

	.btn + .btn {
		margin-left: 30px;

		@media screen and (max-width: 480px){
			margin-top: 10px;
			margin-left: 0;
		}
	}
}

.three-col {
	> div {
		margin-bottom: 0;
	}

	p {
		text-align: left;
		font-size: 16px;
		line-height: 25px;
	}
}

.two-column-text, .three-column-text {
	text-align: left;

	> div {
		@media screen and (max-width: 991px){
			margin-top: 30px;

			&:first-child {
				margin-top: 0;
			}
		}
	}

	h2 {
		span {
			font-weight: normal;
		}
	}

	ul {
		padding-left: 12px;

		li {
			margin-top: 25px;
			font-size: 20px;

			&:first-child {
				margin-top: 0;
			}
		}
	}
}

.single-element + .content-slice {
	padding-top: 0;
}

.content-slice + .single-element {
	padding-top: 0;
}

.text-column + .text-column {
	@media screen and (max-width: 480px){
		padding-top: 0;
	}

	&::before {
		display: block;
		content: ' ';
		height: 2px;
		width: 35px;
		margin: auto auto 35px auto;
		background: #000;

		@media screen and (max-width: 480px){
			margin: auto auto 20px auto;
		}
	}
}
