/* Reset CSS */
html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

.clear:after {
    content: "";
    display: table;
    clear: both
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

    table td {
        vertical-align: top;
        text-align: left
    }

hr {
    display: block;
    height: 1px;
    border: 1px solid #f3f3f3;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0
}

html, body {
    height: 100%;
    font: 100 17px/1.5em 'acumin-pro', Arial, sans-serif;
    color: #656565;
    line-height: 1.5em;
}

@media only screen and (max-width: 2048px) {
    /* When switching from land to port on Android phones, some
			text elements don't auto resize to fit port mode.  Applying
			a transparent BG fixes this bug */
    h1, h2, h3, h4, h5, h6, p, ul, li {
        background: url(../_images/transparentimage.png) 0 0 repeat;
    }
}

img {
    width: auto;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

button {
    background: transparent;
    border: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        position: absolute !important;
        clip: auto;
        overflow: visible;
        height: auto;
        width: auto;
        z-index: 200;
        background-color: #ffffff;
        padding: 20px;
        font-size: 23px;
        border: 1px solid #000;
    }
/* ----------------------------------------------------
		Start Headers
------------------------------------------------------- */

h1 {
    width: 100%;
    margin: 0 auto 20px auto;
    font: 500 23px/1em 'acumin-pro', Arial, sans-serif;
    color: #303030;
}

h2 {
    width: 100%;
    font: 100 17px/1.5em 'acumin-pro', Arial, sans-serif;
    color: #397fb9;
    text-transform: uppercase;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}



@media screen and (max-width:767px) {
    h1 {
        font: 500 30px/1em 'acumin-pro', Arial, sans-serif;
    }

    h2 {
        font: 100 17px/1em 'acumin-pro', Arial, sans-serif;
    }
}

/* ----------------------------------------------------
		End Headers
------------------------------------------------------- */

a:link,
a:visited,
a:active,
a:hover {
    color: #6493ba;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a.disabled {
    cursor: default;
}

strong {
    font-weight: 600;
}

input[type=text],
input[type=date],
textarea,
select {
    width: 100%;
    max-width: 100%;
    font-family: Arial, sans-serif;
    padding: 7px 0 7px 8px;
    color: #151c22;
    font-size: 16px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #0e151b;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    width: 100% !important;
    height: 150px;
    max-height: 300px;
    padding-right: 7px;
    line-height: 1.5em;
}

/* Set default select background */
select {
    background: #FFFFFF url(../_images/Navigation-MenuDropDownArrow.png) right 10px center no-repeat;
}

    /* Remove dropdown arrow from IE dropdown versions 10 and up */
    select::-ms-expand {
        display: none;
    }

/* Reset select background to normal for IE 9 and below */
.ltie10 select {
    background: #FFFFFF;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
    font-size: 16px;
    -webkit-appearance: none;
    outline: none;
}

input[type=image] {
    outline: none;
}

textarea {
    height: 150px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #797979;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #797979;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #797979;
}

:-moz-placeholder { /* Firefox 18- */
    color: #797979;
}

sup,
sub {
    font-size: .55em;
    text-transform: uppercase;
    position: relative;
    left: 0;
}

sup {
    top: -9px;
}

sub {
    top: 6px;
}

.buttonSpacer {
    margin: 0 0 15px 0;
}

a.btn,
.btn {
    display: inline-block;
    min-width: 115px;
    padding: 13px 15px;
    text-align: center;
    font: 100 15px/1.5em 'acumin-pro', Arial, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #6c6d71;
    border-width: 2px;
    border-style: solid;
    border-color: #6c6d71;
    line-height: 22px;
    -webkit-appearance: none;
    -webkit-transition: background-color .4s ease, color .4s ease;
    -moz-transition: background-color .4s ease,color .4s ease;
    -o-transition: background-color .4s ease, color .4s ease;
    transition: background-color .4s ease, color .4s ease;
}

a.btnBlue,
.btnBlue {
    color: #397fb9;
    border-width: 3px;
    border-color: #397fb9;
    background-color: #ffffff;
}

    a.btnBlue:hover,
    .btnBlue:hover {
        color: #ffffff;
        border-color: #397fb9 !important;
        background-color: #397fb9 !important;
    }

a.btnWhite,
.btnWhite {
    color: #397fb9;
    border-width: 3px;
    border-color: #397fb9;
    background-color: #ffffff;
    padding: 13px 30px;
}

    a.btnWhite:hover,
    .btnWhite:hover {
        color: #397fb9;
        border-color: #f3f3f3;
        background-color: #f3f3f3;
    }

a.btnOutline,
.btnOutline {
    color: #ffffff;
    border-width: 3px;
    border-color: #ffffff;
    background-color: transparent;
    padding: 13px 30px;
}

    a.btnOutline:hover,
    .btnOutline:hover {
        color: #397fb9;
        border-color: #ffffff;
        background-color: #ffffff;
    }

.bodyStopScrolling {
    padding-right: 17px;
    overflow: hidden;
}

.stickyOnScroll.sticky {
    position: sticky;
    top: 15px;
    left: 0;
}

.widgetTopMargin {
    margin-top: 50px;
}

.widgetBottomMargin {
    margin-bottom: 50px;
}

.videoIframeWrap,
.mceNonEditable.embeditem {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    /*border: 1px solid #ececec;*/
    /*background: url(/_assets/images/loading.gif) center center no-repeat;*/
}

    .videoIframeWrap iframe,
    .mceNonEditable.embeditem iframe {
        height: 100% !important;
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
    }

.imgScaleOnHover {
    transition: all .2s ease-in-out;
}

    .imgScaleOnHover:hover {
        transform: scale(1.03);
    }

/* ----------------------------------------------------
		Start Modal Styles
------------------------------------------------------- */

.bodyModalOpen {
    width: 100vw;
    overflow: hidden;
    position: fixed;
    padding-right: 17px;
}

.modalWrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 2%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s;
}

.modalActive {
    visibility: visible;
    opacity: 1;
}

.modalWrapper .modalContent {
    position: relative;
    max-width: 1000px;
    margin: 5% auto;
    padding: 50px 2% 0 2%;
    color: #FFF;
}

    .modalWrapper .modalContent a {
        color: #FFF;
        text-decoration: underline;
    }

.modalClose {
    position: fixed;
    top: 20px;
    right: 35px;
    border-bottom: none;
    font-size: 1.5em;
    padding: 20px 30px;
    text-decoration: none !important;
}

@media all and (max-width: 1023px) {
    .modalWrapper .modalContent {
        margin: 0 auto;
    }

    .modalClose {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5%;
    }
}

/* ----------------------------------------------------
		End Modal Styles
------------------------------------------------------- */

.sitewidth {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 2%;
}

.ltie9 .sitewidth {
    width: 1640px;
}

#Wrapper {
    min-height: 100%;
    position: relative;
}

/* ----------------------------------------------------
		Start Header
------------------------------------------------------- */

header {
}

    header .hcWrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 2%;
        max-width: 1840px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-end;
    }

        header .hcWrap .headerLogo {
            padding: 15px 0;
        }
/* ----------------------------------------------------
		End Header
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Banner Section
------------------------------------------------------- */

.headerImage {
    position: relative;
    overflow: hidden;
}

    .headerImage .mainImage {
        width: 100%;
    }

    .headerImage .headerImageContent {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url('../_images/Snell-Interior-HeroImage-Transparency.png');
    }

    .headerImage.home .headerImageContent {
        background-image: none;
    }

    .headerImage .headerImageContent .accentText {
        color: #ffffff;
        font: 100 17px/0.8em 'acumin-pro', Arial, sans-serif;
        text-transform: uppercase;
        margin-bottom: -10px;
        letter-spacing: 1px;
    }

    .headerImage .headerImageContent .headline {
        color: #ffffff;
        font: 600 151px/.8em 'acumin-pro-extra-condensed', Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .headerImage .headerImageContent .accentText,
    .headerImage .headerImageContent .headline {
        width: 100%;
        max-width: 1380px;
        margin: 0 auto;
    }

    .headerImage.home .headerImageContent {
        text-align: center;
        color: #ffffff;
    }

        .headerImage.home .headerImageContent .accentText {
            font: 400 53px/.8em 'acumin-pro', Arial, sans-serif;
            text-transform: uppercase;
        }

        .headerImage.home .headerImageContent .headline {
            font: 600 151px/.8em 'acumin-pro-extra-condensed', Arial, sans-serif;
            text-transform: uppercase;
        }

.withVid {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 56.25%;
    height: 100%;
    position: relative;
    margin-bottom: -7px;
}

    .withVid > iframe, .withVid > video {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
    }

.headerSection {
    padding: 80px 0;
}

    .headerSection .sitewidth {
        max-width: 1380px;
        padding: 0;
    }

    .headerSection.noImg {
        border-bottom: 1px solid #f3f3f3;
    }

    .headerSection .accentText {
        color: #397fb9;
        font: 100 17px/0.8em 'acumin-pro', Arial, sans-serif;
        text-transform: uppercase;
        margin-bottom: -10px;
        letter-spacing: 1px;
    }

    .headerSection h1, .headerSection .headline {
        color: #303030;
        font: 600 151px/0.8em 'acumin-pro-extra-condensed', Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

@media all and (max-width: 1445px) {
    .headerImage .headerImageContent, .headerSection.noImg .sitewidth {
        padding: 0 2% !important;
    }
}

@media all and (max-width: 1335px) {
    .headerImage .headerImageContent .headline {
        font: 600 100px/0.8em 'acumin-pro-extra-condensed', Arial, sans-serif;
    }
}

@media all and (max-width: 1000px) {
    .headerImage .mainImage {
        width: 125%;
        max-width: 125%;
    }
}

@media all and (max-width: 960px) {
    .headerImage.home .headerImageContent .accentText, .headerSection .accentText {
        font: 400 40px/0.8em 'acumin-pro', Arial, sans-serif;
    }

    .headerImage.home .headerImageContent .headline, .headerSection h1, .headerSection .headline {
        font: 600 121px/0.8em 'acumin-pro-extra-condensed', Arial, sans-serif;
    }
}

@media all and (max-width: 890px) {
    .headerSection {
        padding: 50px 0;
    }

    .headerImage.home .headerImageContent .accentText {
        font: 400 25px/1em 'acumin-pro', Arial, sans-serif !important;
    }

    .headerImage .headerImageContent .accentText, .headerSection .accentText {
        font: 400 15px/1em 'acumin-pro', Arial, sans-serif !important;
        margin-bottom: 0 !important;
    }

    .headerImage .headerImageContent .headline, .headerSection h1, .headerSection .headline {
        font: 600 80px/0.8em 'acumin-pro-extra-condensed', Arial, sans-serif !important;
    }
}

@media all and (max-width: 675px) {

    .headerImage .headerImageContent .accentText, .headerSection .accentText {
        font: 100 13px/0.8em 'acumin-pro', Arial, sans-serif !important;
    }

    .headerImage .headerImageContent .headline, .headerSection h1, .headerSection .headline {
        font: 600 55px/0.8em 'acumin-pro-extra-condensed', Arial, sans-serif !important;
    }
}

@media all and (max-width: 525px) {
    .headerImage .mainImage {
        width: 165%;
        max-width: 165%;
        margin-left: -35%;
    }

    .headerImage.home .headerImageContent .headline, .headerSection h1, .headerSection .headline {
        font: 600 45px/0.8em 'acumin-pro-extra-condensed', Arial, sans-serif !important;
    }
}

@media all and (max-width: 445px) {
    .headerImage .headerImageContent .headline {
        font: 600 40px/0.8em 'acumin-pro-extra-condensed', Arial, sans-serif !important;
    }
}

@media all and (max-width: 345px) {
    .headerImage .headerImageContent .headline {
        font: 600 30px/0.8em 'acumin-pro-extra-condensed', Arial, sans-serif !important;
    }
}
/* ----------------------------------------------------
		End Banner Section
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Main Nav
------------------------------------------------------- */
#MainNavWrap {
    position: relative;
    z-index: 1000;
    padding: 0 0 0 2%;
}

    #MainNavWrap .mainNav {
        width: 100%;
        /*display: table;*/
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
    }

        #MainNavWrap .mainNav li {
            /*display: table-cell;*/
            position: relative;
            font-size: 16px;
            text-transform: uppercase;
            padding-bottom: 10px;
        }

            #MainNavWrap .mainNav li.dropdown {
                margin-right: 10px;
            }

        #MainNavWrap .mainNav .mainNavItem button.openSubnav {
            display: inline-block;
            padding-right: 0px;
            cursor: pointer;
            margin-left: -15px;
        }

        #MainNavWrap .mainNav .mainNavItem img.arrow {
            vertical-align: bottom;
            vertical-align: -webkit-baseline-middle;
            vertical-align: -moz-middle-with-baseline;
            display: inline;
            position: relative;
            top: 0;
            -webkit-transition: top .3s ease-out;
            -moz-transition: top .3s ease-out;
            -o-transition: top .3s ease-out;
            transition: top .3s ease-out;
        }

        #MainNavWrap .mainNav .mainNavItem:hover img.arrow {
            top: 5px;
        }

        #MainNavWrap .mainNav li a.topNavLink {
            display: block;
            float: left;
            padding: 5px 20px 5px 15px;
            color: #505050;
            -webkit-transition: color .7s ease;
            -moz-transition: color .7s ease;
            -o-transition: color .7s ease;
            transition: color .7s ease;
        }

        #MainNavWrap .mainNav li:hover .dropdown {
            background: #ffffff;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }

        #MainNavWrap .mainNav li a.current,
        #MainNavWrap .mainNav li:hover .topNavLink {
            color: #397fb9;
        }

        #MainNavWrap .mainNav .subNav {
            display: none;
            width: 100%;
            position: absolute;
            top: 45px;
            left: 0px;
        }

            #MainNavWrap .mainNav .subNav ul {
                display: inline-block;
                background: #ffffff;
                padding: 10px 0 15px 0;
            }

                #MainNavWrap .mainNav .subNav ul li {
                    /*display: block;*/
                    white-space: nowrap;
                    padding: 5px 20px 5px 15px;
                    text-transform: none;
                    font: 300 16px/1.5em 'acumin-pro', Arial, sans-serif !important;
                }

                    #MainNavWrap .mainNav .subNav ul li a {
                        display: inline-block;
                        padding-right: 15px;
                        color: #505050;
                    }

                        #MainNavWrap .mainNav .subNav ul li a::after {
                            content: '';
                            width: 0px;
                            height: 1px;
                            display: block;
                            background: #505050;
                            transition: 400ms;
                            margin-bottom: -20px;
                        }

                        #MainNavWrap .mainNav .subNav ul li a:hover::after {
                            width: 100%;
                        }

                        #MainNavWrap .mainNav .subNav ul li a.current {
                            color: #397fb9;
                        }

                        #MainNavWrap .mainNav .subNav ul li a.childrenPresent {
                            background: url(../_images/main-nav-blue-plus.jpg) right center no-repeat;
                        }

                    #MainNavWrap .mainNav .subNav ul li:hover a.childrenPresent {
                        background: url(../_images/main-nav-blue-plus-hover.jpg) right center no-repeat;
                    }

                    #MainNavWrap .mainNav .subNav ul li ul {
                        display: none;
                        padding: 0;
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        transition: display 3s linear;
                        background: #f3f3f3;
                        border-bottom-left-radius: 0px;
                        border-bottom-right-radius: 5px;
                        -webkit-border-bottom-left-radius: 0px;
                        -webkit-border-bottom-right-radius: 5px;
                        -moz-border-radius-bottomleft: 0px;
                        -moz-border-radius-bottomright: 5px;
                        border-top-right-radius: 5px;
                        -webkit-border-top-right-radius: 5px;
                        -moz-border-radius-topright: 5px;
                    }

                        #MainNavWrap .mainNav .subNav ul li ul li {
                            padding-left: 0;
                        }

                    #MainNavWrap .mainNav .subNav ul li:hover ul {
                        display: block;
                    }

                    #MainNavWrap .mainNav .subNav ul li ul li a {
                        padding-left: 15px;
                    }

/* ----------------------------------------------------
		End Main Nav
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Mobile Main Nav
------------------------------------------------------- */

.mobileMainMenu {
    display: none;
    width: 100%;
    position: absolute;
    top: 48px;
    left: 0px;
    z-index: 3000;
    font-size: 17px;
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    height: 95vh;
    overflow-y: auto;
}

    .mobileMainMenu ul {
        padding: 0;
        list-style-type: none;
    }

        .mobileMainMenu ul li {
            position: relative;
            /*margin: 0 10px;*/
        }

        .mobileMainMenu ul.mainNav li.mainNavItem {
            border-bottom: 1px solid #e9e9e9;
            margin: 0 10px;
        }

            .mobileMainMenu ul.mainNav li.mainNavItem:last-of-type {
                margin-bottom: 10px;
            }

            .mobileMainMenu ul.mainNav li.mainNavItem.openedSec {
                background-color: #ecedee;
            }

        .mobileMainMenu ul li a {
            display: block;
            padding: 10px 0 10px 35px;
            color: #464646;
            /*background: #f9f9f9;*/
            border-top: 1px solid #e9e9e9;
            font-family: Tahoma, sans-serif;
            color: #000000;
            font-weight: 600;
        }

.mainNavItem .stateTitle {
    display: block;
    padding: 10px 0 10px 35px;
    color: #464646;
    /*background: #f9f9f9;*/
    border-top: 1px solid #e9e9e9;
}

.mainNavItem .locItem {
    padding-left: 10px;
    font-size: 16px;
}

.mobileMainMenu ul.mainNav ul {
    display: none;
}

.mobileMainMenu ul li ul.mobileMenuOpen {
    display: block;
}

.mobileMainMenu ul li ul {
    display: none;
}

    .mobileMainMenu ul li ul li a {
        padding-left: 15px;
        border-top: 0;
        margin: 0 20px;
        font-size: 15px;
        color: #636669;
    }

    .mobileMainMenu ul li ul li a {
        padding-left: 25px;
    }

    .mobileMainMenu ul li ul li ul li a {
        font-weight: 300;
        padding-left: 45px;
    }

    .mobileMainMenu ul li ul li ul li ul {
        padding-left: 30px;
    }

        .mobileMainMenu ul li ul li ul li ul a {
            font-size: 13px;
        }

.mobileMainMenu ul li .mobileToggle {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    padding: 10px 0;
    width: 55px;
    font-family: Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 2.5em;
    background-image: url('../images/plus.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
}

    .mobileMainMenu ul li .mobileToggle.toggleOpen {
        background-image: url('../images/minus.png');
    }

.mobileMainMenu > ul > li > .mobileToggle {
    background-image: url('../images/nav-arrow.png');
    background-size: unset;
    margin-right: 20px;
}

    .mobileMainMenu > ul > li > .mobileToggle.toggleOpen {
        background-image: url('../images/nav-arrow.png');
        transform: rotate(180deg);
        border: 0;
    }

.mobileMenuButton {
    display: none;
    position: absolute;
    top: 15px;
    right: 0px;
}

    .mobileMenuButton .burg {
        display: block;
        width: 30px;
        margin: 16px;
    }

        .mobileMenuButton .burg span {
            display: block;
            height: 4px;
            margin: 6px 0;
            background: #397fb9;
        }

    .mobileMenuButton .close {
        display: none;
        font-size: 32px;
        font-weight: bold;
        margin: 13px 22px;
        color: #000;
    }

.mobileMenuButtonOpen .close {
    display: block;
}

.burg {
    position: relative;
    cursor: pointer;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

    .burg span, .burg span:after, .burg span:before {
        display: block;
        transition-property: all;
        transition-duration: .1s;
    }

    .burg span {
        margin: 0 auto;
        position: relative;
    }

        .burg span:after, .burg span:before {
            position: absolute;
            content: '';
        }

        .burg span, .burg span:after, .burg span:before {
            width: 35px;
            height: 4px;
            background-color: #397fb9;
        }

.mobileMenuButtonOpen .burg span, .mobileMenuButtonOpen .burg span:after, .mobileMenuButtonOpen .burg span:before {
    width: 35px;
    height: 4px;
    background-color: #397fb9;
}

.burg span:before {
    transform: translateY(-10px);
}

.burg span:after {
    transform: translateY(10px);
}

.burg:hover span:before {
    transform: translateY(-12px);
}

.burg:hover span:after {
    transform: translateY(12px);
}

.burg:hover.active span:before {
    transform: rotate(45deg);
}

.mobileMenuButtonOpen .burg:hover span:after {
    transform: rotate(-45deg);
}

.mobileMenuButtonOpen .burg span {
    background-color: transparent !important;
}

    .mobileMenuButtonOpen .burg span:after, .mobileMenuButtonOpen .burg span:before {
        transform: translateY(0);
    }

    .mobileMenuButtonOpen .burg span:before {
        transform: rotate(45deg);
    }

    .mobileMenuButtonOpen .burg span:after {
        transform: rotate(-45deg);
    }

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

    .mainNavItem .openSubnav {
        display: none;
    }

    .mobileMenuButton {
        display: block;
    }

    header {
        background-color: #ffffff;
        position: fixed;
        z-index: 4000;
        border-bottom: 1px solid #f1f0ee;
        width: 100%;
    }

        header .hcWrap {
            align-items: unset;
        }

            header .hcWrap .topLinks {
                padding-right: 0;
            }

            header .hcWrap .socialWrap {
                padding-right: 15px;
                margin: 10px 0;
            }

    main {
        padding-top: 100px;
    }

    .headerImage .displayTable {
        background-image: none !important;
    }

    .spacer {
        display: none;
    }
}

@media screen and (max-width:850px) {
    header .headerLogo {
        max-width: 175px;
        overflow: hidden;
    }

        header .headerLogo img {
            width: 100%;
            padding: 7px 0px;
        }
}

@media all and (max-width: 450px) {
    header .hcWrap {
        padding: 15px 2%;
    }

        header .hcWrap .headerLogo {
            max-width: 150px;
            padding: 0;
        }

    header .headerLogo img {
        max-width: 300px;
    }


    header .hcWrap .topLinks {
        padding-right: 0;
    }

    header .hcWrap .socialWrap {
        display: none;
    }

    main {
        padding-top: 93px;
    }
}

/* ----------------------------------------------------
		End  Mobile Main Nav
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Pagination
------------------------------------------------------- */

.pagination {
    width: auto;
    margin-top: 20px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 19px;
}

    .pagination span,
    .pagination a {
        zoom: 1;
        display: inline-block;
        padding: 10px 10px;
        /*margin-bottom: 10px;*/
        text-align: center;
        color: #2385dc;
        font-size: 0.85em;
    }

    .pagination a {
        color: #303030;
    }

    .pagination span {
        color: #397fb9 !important;
        font-weight: 600;
    }

    .pagination .btnPrev {
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 30px;
    }

    .pagination span.btnPrev {
        background-image: url('../_images/Pagination-Left-Grey.png');
        color: #303030 !important;
        font-weight: 100;
    }

    .pagination a.btnPrev {
        background-image: url('../_images/Pagination-Left-Blue.png');
        color: #397fb9 !important;
        font-weight: 600;
    }

    .pagination .btnNext {
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 30px;
    }

    .pagination span.btnNext {
        background-image: url('../_images/Pagination-Right-Grey.png');
        color: #303030 !important;
        font-weight: 100;
    }

    .pagination a.btnNext {
        background-image: url('../_images/Pagination-Right-Blue.png');
        color: #397fb9;
        font-weight: 600;
    }

    .pagination span {
        color: #ac2522;
    }

@media all and (max-width: 565px) {
    .pagination .label {
        display: none;
    }

    .pagination .btnPrev, .pagination .btnNext {
        height: 30px;
        display: inline;
    }
}
/* ----------------------------------------------------
		End Pagination
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Body
------------------------------------------------------- */
body.mobileOpen {
    overflow: hidden;
}

main {
    display: block;
}

.mainBodyCopy {
    padding-bottom: 35px;
}

.rteCopy {
    margin-bottom: 35px;
}

.mainBodyCopy .rteCopy:last-child {
    margin-bottom: 0;
}

.rteCopy ul,
.rteCopy ol,
.rteCopy p {
    margin-bottom: 20px;
}

    .rteCopy p:last-child {
        margin-bottom: 0;
    }

.rteCopy img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    /*margin: 20px;*/
}

.rteCopy ul li,
.rteCopy ol li {
    padding-bottom: 3px;
}

.rteCopy ul {
    padding-left: 20px;
}

    .rteCopy ul.ulSplit {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }

.rteCopy ol {
    padding-left: 22px;
}

.rteCopy ul li {
    list-style-type: disc;
}

.rteCopy li p {
    margin-bottom: 0;
}

.rteCopy h2 {
    width: 100%;
    margin: 0 auto 20px auto;
    font: 500 23px/1em 'acumin-pro', Arial, sans-serif;
    color: #303030;
}

.rteCopy h3 {
    width: 100%;
    margin: 0 auto 20px auto;
    font: 600 18px/1em 'acumin-pro', Arial, sans-serif;
    color: #303030;
}

.larger {
    font-size: 22px;
    margin-bottom: 10px !important;
}

.smaller {
    font-size: 15px;
}

.grey {
    color: #656565 !important;
}

.blue {
    color: #397fb9 !important;
}
/***********************************/
/***** start home page styles *****/

.homePage .mainBodyCopy {
    padding-bottom: 0;
}

/** headline rotator bar start **/

.textSliderWrap {
    position: relative;
    background-color: #397fb9;
    color: #ffffff;
}

.textSlider .swiper-arrows {
    z-index: 0;
    width: 100%;
    top: 0;
    bottom: 0;
}

.textSlider .swiper-prev, .textSlider .swiper-next {
    display: inline-block;
    height: 100%;
    padding: 0 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.textSlider .swiper-next {
    float: right;
    right: 0;
}

.textSliderWrap .text {
    display: table;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
}

    .textSliderWrap .text .rTitle {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
        font-family: 'GlacialIndifferenceBold', Arial, sans-serif;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .textSliderWrap .text .sLink {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
    }

table.largeResponsiveTable tbody tr td:first-of-type {
    background: #f9f9f9;
}

table.largeResponsiveTable tbody span.label {
    display: none;
}

@media all and (max-width: 850px) {
    main .bgSeal {
        width: 100%;
    }

    .rteCopy table td {
        display: block;
        margin: 10px 0;
        width: 100% !important;
    }

        .rteCopy table td p {
            text-align: left !important;
        }

    table.responsiveTable tbody, table.largeResponsiveTable tbody {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

        table.responsiveTable tbody tr td, table.largeResponsiveTable tbody tr td {
            padding: 10px;
            margin: 0;
            height: auto !important;
            width: auto !important;
        }

    table.responsiveTable, table.largeResponsiveTable {
        border: 0 !important;
    }

        table.responsiveTable tbody tr {
            border-bottom: 1px solid #f9f9f9;
        }

        table.largeResponsiveTable tbody {
            flex-wrap: wrap;
        }

            table.largeResponsiveTable tbody tr:first-of-type {
                display: none;
            }

            table.largeResponsiveTable tbody tr {
                border-bottom: 1px solid #f9f9f9;
                width: 25%;
            }

                table.largeResponsiveTable tbody tr td p {
                    text-align: center !important;
                }

            table.largeResponsiveTable tbody span.label {
                display: block;
            }
}

@media all and (max-width: 675px) {
    .mainBodyCopy {
        padding-bottom: 15px;
    }
}

@media all and (max-width: 550px) {
    .textSliderWrap .text .rTitle {
        display: block;
    }

    .textSliderWrap .text .sLink {
        display: block;
    }

    .rteCopy table td p {
        text-align: center !important;
    }
}
/** headline rotator bar end **/
/** home welcome section start **/
.homeWelcomeSection {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 35px;
    margin-bottom: 35px;
    /*position: relative;*/
    align-items: center;
}

    .homeWelcomeSection h1 {
        font: 400 24px/1.5em 'acumin-pro', Arial, sans-serif;
        color: #303030;
    }

    .homeWelcomeSection .half {
        width: 50%;
    }

        .homeWelcomeSection .half .counterContainer {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
            align-content: center;
            margin-bottom: 40px;
        }

            .homeWelcomeSection .half .counterContainer .countSec {
                padding-bottom: 20px;
                text-align: center;
            }

                .homeWelcomeSection .half .counterContainer .countSec a {
                    color: #656565;
                }

                .homeWelcomeSection .half .counterContainer .countSec:hover a {
                    color: #397fb9;
                    -webkit-transition: color .6s ease;
                    -moz-transition: color .6s ease;
                    -o-transition: color .6s ease;
                    transition: color .6s ease;
                }

                .homeWelcomeSection .half .counterContainer .countSec.first {
                    text-align: left;
                    width: 30.333%;
                }

                .homeWelcomeSection .half .counterContainer .countSec.mid {
                    width: 49.333%;
                    border-left: 6px solid #397fb9;
                    border-right: 6px solid #397fb9;
                    text-align: center;
                }

                .homeWelcomeSection .half .counterContainer .countSec.last {
                    width: 23.333%;
                    text-align: center;
                }

                .homeWelcomeSection .half .counterContainer .countSec .count {
                    font: 600 70px/.9em 'eurostile-extended', Arial, sans-serif;
                    letter-spacing: 1px;
                }

                .homeWelcomeSection .half .counterContainer .countSec .label {
                    font-style: italic;
                    color: #656565 !important;
                }

        .homeWelcomeSection .half .imageMap {
            position: relative;
        }

            .homeWelcomeSection .half .imageMap .mapLabel {
                display: inline-block;
                position: relative;
                bottom: 85px;
                bottom: 135px;
                left: 27%;
                color: #397fb9;
                opacity: 0;
                transition: 1.2s;
                transform: translate(-14%, 0%);
            }

            .homeWelcomeSection .half .imageMap svg {
                display: block;
                width: 80%;
                /*max-width: 300px;*/
                margin: 0 auto;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100%;
                transition: 0.8s;
                padding: 115px 0 0px 0;
            }

            .homeWelcomeSection .half .imageMap.dark svg {
                background-image: url('../_images/Snell-Home-Map1-Revised.png');
            }

            .homeWelcomeSection .half .imageMap.light svg {
                background-image: url('../_images/Snell-Home-Map2-Revised.png') !important;
            }

            .homeWelcomeSection .half .imageMap svg .state {
                opacity: 0;
                visibility: hidden;
                transition: 0.9s;
                transform: translate(14%, 0%);
            }

            .homeWelcomeSection .half .imageMap.opacity svg .state, .homeWelcomeSection .half .imageMap.opacity .mapLabel {
                opacity: 1;
                visibility: visible;
                transform: translate(0, 0);
            }

            .homeWelcomeSection .half .imageMap svg image {
                opacity: 0;
                visibility: hidden;
                transform: translate(14%, 0%);
                transition: 0.9s;
            }

            .homeWelcomeSection .half .imageMap svg path {
                fill: #397fb9;
                opacity: 1;
                transition: all 0.5s linear;
            }

            .homeWelcomeSection .half .imageMap.opacity svg image {
                transform: translate(0, 0);
            }

            .homeWelcomeSection .half .imageMap.opacity:hover svg image {
                opacity: 1;
                visibility: visible;
            }

            .homeWelcomeSection .half .imageMap svg path:hover {
                opacity: 0;
            }

        .homeWelcomeSection .half .statesWrap {
            display: none;
            max-width: 300px;
            margin: 0 auto;
        }

            .homeWelcomeSection .half .statesWrap .btn {
                display: block;
                padding: 10px 0;
                background-color: #6493ba;
                color: #ffffff;
                font: 100 16px/1.5em 'acumin-pro', Arial, sans-serif;
                letter-spacing: 1px;
                border: 0;
                margin-bottom: 5px;
                -webkit-transition: background-color .4s ease;
                -moz-transition: background-color .4s ease;
                -o-transition: background-color .4s ease;
                transition: background-color .4s ease;
            }

                .homeWelcomeSection .half .statesWrap .btn:hover {
                    background-color: #397fb9;
                }

@media all and (max-width: 1360px) {
    .homeWelcomeSection .half .imageMap .mapLabel {
        left: 25%;
    }
.homeWelcomeSection .half .counterContainer .countSec .count {
        font: 600 60px/.9em 'eurostile-extended', Arial, sans-serif;
        letter-spacing: 1px;
    }
}

@media all and (max-width: 1205px) {
    .homeWelcomeSection .left.half {
        width: 60%;
        padding-right: 20px;
    }

    .homeWelcomeSection .half .counterContainer .countSec .count {
        font: 600 50px/0.9em 'eurostile-extended', Arial, sans-serif;
    }

    .homeWelcomeSection .right.half {
        width: 40%;
    }

    .homeWelcomeSection .half .imageMap {
        display: none;
    }

    .homeWelcomeSection .half .statesWrap {
        display: block;
    }
}

@media all and (max-width: 900px) {
    .homeWelcomeSection {
        flex-direction: column;
    }

        .homeWelcomeSection .half {
            width: 100% !important;
            padding-right: 0 !important;
        }

            .homeWelcomeSection .half .counterContainer {
                max-width: 630px;
                margin-left: auto;
                margin-right: auto;
            }

            .homeWelcomeSection .half .buttonSpacer {
                text-align: center;
            }

            .homeWelcomeSection .half .statesWrap {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                max-width: unset;
                margin-top: 25px;
            }

                .homeWelcomeSection .half .statesWrap .btn {
                    width: 48%;
                    margin: 5px 1%;
                }
}

@media all and (max-width: 565px) {
    .homeWelcomeSection .half .counterContainer .countSec .count {
        font: 600 40px/0.9em 'eurostile-extended', Arial, sans-serif;
    }
}

@media all and (max-width: 520px) {
    .homeWelcomeSection .half .counterContainer .countSec {
        padding: 10px !important;
        width: 100% !important;
        text-align: center !important;
    }
}

@media all and (max-width: 440px) {
    .homeWelcomeSection .half .counterContainer {
        flex-wrap: wrap;
    }

        .homeWelcomeSection .half .counterContainer .countSec.mid {
            border-left: 0;
            border-right: 0;
            border-top: 6px solid #397fb9;
            border-bottom: 6px solid #397fb9;
        }
}

@media all and (max-width: 380px) {
    .homeWelcomeSection .half .statesWrap .btn {
        width: 100%;
    }
}
/** home welcome section end **/

/*********************************/
/***** end home page styles *****/


/** start portfolio page styles **/
.noprjct {
    padding: 30px 0;
}

.pfilter {
    background-color: #303030;
    padding: 25px 0;
    margin-bottom: 25px;
}

    .pfilter .content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .pfilter .content input, .pfilter .content select {
            background-color: #f7f7f7;
            padding: 15px 10px;
            border: 1px solid #f7f7f7;
            color: #656565;
        }

        .pfilter .content .searchWrap {
            margin-right: 20px;
            width: 20%;
        }

            .pfilter .content .searchWrap .formWrap, .pfilter .content .searchWrap .formWrap .formRow {
                margin: 0;
            }

            .pfilter .content .searchWrap .formWrap {
                position: relative;
            }

                .pfilter .content .searchWrap .formWrap .formRow input[type=submit] {
                    width: 18px;
                    height: 20px;
                    background-image: url('../_images/search-icon.png');
                    background-repeat: no-repeat;
                    background-position: center;
                    position: absolute;
                    top: 8px;
                    right: 5px;
                }

        .pfilter .content .filterSelectWrap {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 75%;
        }

            .pfilter .content .filterSelectWrap .ddWrap {
                margin-right: 20px;
                width: 33.333%;
            }

        .pfilter .content .filterReset {
            background-color: #f7f7f7;
            padding: 10px 27px;
            text-align: center;
            color: #656565;
        }

.projectList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-image: url('../_images/services-bg.png');
    background-repeat: repeat-x;
    background-size: contain;
}

    .projectList .pItem {
        max-width: 32.3333%;
        width: 48%;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
        display: -ms-grid;
        display: grid;
        position: relative;
        font-size: 21px;
        overflow: hidden;
    }

        .projectList .pItem.item2 {
            margin-left: 1.5%;
            margin-right: 1.5%;
        }

        .projectList .pItem .bgImg {
            position: relative;
            margin-bottom: 40px;
            width: 100%;
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            margin-bottom: 0px;
            height: 0;
            padding-top: 58.13%;
            -webkit-transition: background-size 0.5s;
            -moz-transition: background-size 0.5s;
            -ms-transition: background-size 0.5s;
            -o-transition: background-size 0.5s;
        }

        .projectList .pItem:hover .bgImg {
            background-size: 103%;
        }

        .projectList .pItem .content {
            width: 100%;
            position: absolute;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            top: 0;
            bottom: 0;
            color: #ffffff;
            padding: 30px 20px;
            text-align: center;
            background-image: url('../_images/Markets-InteriorPageLink-ImageTransparency.png');
            -webkit-transition: background 0.5s;
            -moz-transition: background 0.5s;
            -ms-transition: background 0.5s;
            -o-transition: background 0.5s;
        }

        .projectList .pItem:hover .content {
            background: url('../_images/Portfolio-Thumbnail-Transparency.png');
        }

        .projectList .pItem .content .details {
            margin: 0 auto 30px auto;
        }

        .projectList .pItem .content .accentText {
            font: 100 17px/1em 'acumin-pro', Arial, sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .projectList .pItem .content .title {
            font: 600 50px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .projectList .pItem .content .label {
            font: 100 17px/.8em 'acumin-pro', Arial, sans-serif;
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin: 0 auto;
        }

            .projectList .pItem .content .label::after {
                content: '';
                width: 0px;
                height: 1px;
                display: block;
                background: #ffffff;
                transition: 400ms;
                margin-top: 4px;
                margin-bottom: -20px;
            }

        .projectList .pItem:hover .content .label::after {
            width: 100%;
        }

@media all and (max-width: 1555px) {
    .projectList .pItem {
        max-width: 48%;
        margin: 20px 1% !important;
    }
}

@media all and (max-width: 700px) {
    .pfilter .content {
        flex-wrap: wrap;
    }

        .pfilter .content .searchWrap {
            width: 100%;
            max-width: 300px;
            margin: 0 auto 15px auto;
        }

        .pfilter .content .filterSelectWrap {
            width: 80%;
        }

        .pfilter .content .filterReset {
            width: 20%;
        }
}

@media all and (min-width: 806px) and (max-width: 1065px) {
    .projectList .pItem .content {
        padding: 30px 20px;
    }

        .projectList .pItem .content .details {
            margin: 0 auto 15px auto;
        }

        .projectList .pItem .content .title {
            font: 600 32px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
            padding: 10px 0;
        }

        .projectList .pItem .content .location {
            font: 100 16px/1em 'acumin-pro', Arial, sans-serif;
        }
}

@media all and (min-width: 806px) and (max-width: 890px) {
    .projectList .pItem .content .title {
        font: 600 28px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
        padding: 10px 0;
    }
}

@media all and (max-width: 805px) {
    .projectList .pItem {
        width: 100%;
        max-width: 100%;
    }
}

@media all and (max-width: 610px) {
    .projectList .pItem .content .title {
        font: 600 28px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
        padding: 10px 0;
    }

    .projectList .pItem .content .location {
        font: 100 16px/1em 'acumin-pro', Arial, sans-serif;
    }
}

@media all and (max-width: 545px) {
    .pfilter .content .filterSelectWrap {
        width: 100%;
        margin-bottom: 15px;
    }

        .pfilter .content .filterSelectWrap .ddWrap:last-of-type {
            margin-right: 0;
        }

    .pfilter .content input, .pfilter .content select {
        padding: 7px 10px;
    }

    .pfilter .content .filterReset {
        width: 100px;
        padding: 4px 27px;
        margin: 0 auto;
    }
}

@media all and (max-width: 425px) {
    .pfilter .content .filterSelectWrap {
        flex-direction: column;
    }

        .pfilter .content .filterSelectWrap .ddWrap {
            margin-right: 0;
            margin-bottom: 10px;
            width: 100%;
        }

    .projectList .pItem .bgImg {
        padding-top: 65.13%;
    }

    .projectList .pItem .content .title {
        font: 600 30px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
    }
}

@media all and (max-width: 325px) {
    .projectList .pItem .content .accentText {
        font: 100 14px/1em 'acumin-pro', Arial, sans-serif;
    }
    .projectList .pItem .content .title {
    font: 600 24px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
}
}
/** end portfolio page styles **/

/* ----------------------------------------------------
		End Body
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Two Column Layout
------------------------------------------------------- */

#TwoColumn {
    margin-top: 50px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    #TwoColumn #LeftColumn {
        width: 75%;
        border-right: 1px solid #f3f3f3;
        padding-right: 30px;
    }

    #TwoColumn #RightColumn {
        width: 25%;
        padding-left: 40px;
    }

    #TwoColumn.wide #LeftColumn {
        width: 71%;
    }

    #TwoColumn.wide #RightColumn {
        width: 29%;
    }

    #TwoColumn #RightColumn .sidebar .sidebarTitle {
        display: inline-block;
        color: #656565;
        font: 600 45px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 25px;
    }

    #TwoColumn.wide #RightColumn .sidebar .sidebarTitle {
        border-bottom: 1px solid #f3f3f3;
        width: 100%;
    }

    #TwoColumn #RightColumn .sidebar .sideNavItem {
        margin-bottom: 10px;
    }

        #TwoColumn #RightColumn .sidebar .sideNavItem a {
            font: 600 18px/1.5em 'acumin-pro', Arial, sans-serif;
            color: #656565;
            text-transform: uppercase;
            -webkit-transition: color .7s ease;
            -moz-transition: color .7s ease;
            -o-transition: color .7s ease;
            transition: color .7s ease;
        }

            #TwoColumn #RightColumn .sidebar .sideNavItem a:hover, #TwoColumn #RightColumn .sidebar .sideNavItem .current {
                color: #397fb9;
            }

    #TwoColumn #RightColumn .sidebar .callout {
        border-top: 1px solid #f3f3f3;
        padding-top: 40px;
        margin-top: 30px;
        padding-bottom: 40px;
    }
    /** sidebar callouts start **/
    #TwoColumn #RightColumn .sidebar .sidebarCalloutWrap {
        padding: 35px 0;
        position: relative;
        text-align: center;
        font-size: 27px;
        color: #FFF;
        background: #397fb9;
        background-repeat: no-repeat;
        background-size: cover;
    }

        #TwoColumn #RightColumn .sidebar .sidebarCalloutWrap .title {
            font: 600 34px/1em 'acumin-pro', Arial, sans-serif;
            color: #ffffff;
            text-transform: uppercase;
            padding-bottom: 35px;
            letter-spacing: 2px;
        }

        #TwoColumn #RightColumn .sidebar .sidebarCalloutWrap .btn {
            position: relative;
            left: 8px;
            top: -2px;
        }

    #TwoColumn #RightColumn .sidebar .contactCallout .text {
        background: #656565;
        color: #ffffff;
        padding: 10px 15px 20px 15px;
    }

        #TwoColumn #RightColumn .sidebar .contactCallout .text .name {
            font: 600 17px/1.3em 'acumin-pro', Arial, sans-serif;
        }

        #TwoColumn #RightColumn .sidebar .contactCallout .text .title {
            font: 100 15px/1em 'acumin-pro', Arial, sans-serif;
            font-style: italic;
            margin-bottom: 10px;
        }

        #TwoColumn #RightColumn .sidebar .contactCallout .text .email {
            color: #ffffff;
            text-transform: uppercase;
            display: inline-block;
            font-size: 16px;
        }

            #TwoColumn #RightColumn .sidebar .contactCallout .text .email::after {
                content: '';
                width: 0px;
                height: 1px;
                display: block;
                background: #ffffff;
                transition: 400ms;
            }

            #TwoColumn #RightColumn .sidebar .contactCallout .text .email:hover::after {
                width: 100%;
            }
/** sidebar callouts end **/
/** services landing page start **/
.subpagesWrap .spItem {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .subpagesWrap .spItem.odd {
        background-image: url('../_images/services-bg.png');
        background-repeat: repeat-x;
        background-size: contain;
    }

    .subpagesWrap .spItem.even .bgImg {
        order: 2;
        right: -200px;
        opacity: 0;
        -webkit-transition: opacity .9s ease-out, right .7s ease-out;
        -moz-transition: opacity .9s ease-out, right .7s ease-out;
        -o-transition: opacity .9s ease-out, right .7s ease-out;
        transition: opacity .9s ease-out, right .7s ease-out;
    }

    .subpagesWrap .spItem.even .content {
        order: 1;
    }

        .subpagesWrap .spItem.even .content .text {
            margin-left: auto;
        }

    .subpagesWrap .spItem .bgImg {
        max-width: 648px;
        width: 37%;
        position: relative;
        opacity: 0;
    }

        .subpagesWrap .spItem .bgImg img {
            max-width: 100%;
        }

    .subpagesWrap .spItem.odd .bgImg {
        left: -200px;
        opacity: 0;
        -webkit-transition: opacity .9s ease-out, left .7s ease-out;
        -moz-transition: opacity .9s ease-out, left .7s ease-out;
        -o-transition: opacity .9s ease-out, left .7s ease-out;
        transition: opacity .9s ease-out, left .7s ease-out;
    }

        .subpagesWrap .spItem.odd .bgImg.fadein {
            opacity: 1;
            left: 0;
        }

    .subpagesWrap .spItem.even .bgImg.fadein {
        opacity: 1;
        right: 0;
    }

    .subpagesWrap .spItem .content {
        width: 67%;
    }

        .subpagesWrap .spItem .content .text {
            max-width: 1210px;
            padding: 50px 50px;
        }

            .subpagesWrap .spItem .content .text .titleSec {
                margin-bottom: 40px;
            }

                .subpagesWrap .spItem .content .text .titleSec .accentText {
                    width: 100%;
                    font: 100 17px/1em 'acumin-pro', Arial, sans-serif;
                    color: #397fb9;
                    text-transform: uppercase;
                }

                .subpagesWrap .spItem .content .text .titleSec .title {
                    display: inline-block;
                    color: #656565;
                    font: 600 45px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                }

            .subpagesWrap .spItem .content .text .copy {
                margin-bottom: 40px;
            }

                .subpagesWrap .spItem .content .text .copy p {
                    margin-bottom: 20px;
                }

    .subpagesWrap .spItem .btn {
        background: transparent;
    }

@media all and (max-width: 1685px) {
    .subpagesWrap .spItem .content .text {
        padding: 80px 50px;
    }
}

@media all and (max-width: 1250px) {
    #TwoColumn {
        margin-top: 25px;
    }

        #TwoColumn #LeftColumn, #TwoColumn.wide #LeftColumn {
            width: 100%;
            border-right: 0;
            padding-right: 0;
        }

        #TwoColumn #RightColumn {
            display: none;
        }

    .yearWrap.mobile {
        display: block !important;
        max-width: 300px;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 960px) {
    .subpagesWrap .spItem {
        flex-direction: column;
    }

        .subpagesWrap .spItem .content {
            order: 2 !important;
            width: 100%;
        }

            .subpagesWrap .spItem .content .text {
                padding: 30px 50px;
            }

        .subpagesWrap .spItem .bgImg {
            order: 1 !important;
            max-width: 648px;
            width: 100%;
            max-height: 300px;
            margin-bottom: 15px;
            position: relative;
            overflow: hidden;
            float: left;
        }

            .subpagesWrap .spItem .bgImg img {
                width: auto;
                position: relative;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -28%);
                height: auto;
                width: 100%;
                max-width: unset;
            }

        .subpagesWrap .spItem .btn {
            background: #ffffff;
        }
}

@media all and (max-width: 415px) {
    .subpagesWrap .spItem .content .text {
        padding: 30px 30px;
    }

        .subpagesWrap .spItem .content .text .titleSec {
            margin-bottom: 15px;
        }
}
/** services landing page end **/
/** markets landing page start **/
.marketsDisplayWrap {
    background-image: url('../_images/SNELL-MarketsBG.jpg');
    background-repeat: repeat-x;
    background-size: contain;
}

    .marketsDisplayWrap .marketsDisplay {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .marketsDisplayWrap .marketsDisplay .spItem {
            max-width: 32.3333%;
            width: 48%;
            float: left;
            margin-top: 20px;
            margin-bottom: 20px;
            display: -ms-grid;
            display: grid;
            position: relative;
            font-size: 21px;
            overflow: hidden;
        }

            .marketsDisplayWrap .marketsDisplay .spItem.item2 {
                margin-left: 1.5%;
                margin-right: 1.5%;
            }

            .marketsDisplayWrap .marketsDisplay .spItem .bgImg {
                position: relative;
                margin-bottom: 40px;
                width: 100%;
                background-size: 100%;
                background-repeat: no-repeat;
                background-position: center center;
                margin-bottom: 0px;
                height: 0;
                padding-top: 58.13%;
                -webkit-transition: background-size 0.5s;
                -moz-transition: background-size 0.5s;
                -ms-transition: background-size 0.5s;
                -o-transition: background-size 0.5s;
            }

            .marketsDisplayWrap .marketsDisplay .spItem:hover .bgImg {
                background-size: 103%;
            }

            .marketsDisplayWrap .marketsDisplay .spItem .content {
                width: 100%;
                position: absolute;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
                top: 0;
                bottom: 0;
                background-image: url('../_images/Markets-InteriorPageLink-ImageTransparency.png');
                color: #ffffff;
                padding: 30px 30px;
            }

                .marketsDisplayWrap .marketsDisplay .spItem .content .accentText {
                    font: 100 17px/.8em 'acumin-pro', Arial, sans-serif;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                }

                .marketsDisplayWrap .marketsDisplay .spItem .content .title {
                    font: 600 55px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
                    text-transform: uppercase;
                    letter-spacing: 3px;
                    /*margin-bottom: 45px;*/
                }

                .marketsDisplayWrap .marketsDisplay .spItem .content .label {
                    font: 100 17px/.8em 'acumin-pro', Arial, sans-serif;
                    display: inline-block;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                }

                    .marketsDisplayWrap .marketsDisplay .spItem .content .label::after {
                        content: '';
                        width: 0px;
                        height: 1px;
                        display: block;
                        background: #ffffff;
                        transition: 400ms;
                        margin-top: 4px;
                        margin-bottom: -20px;
                    }

            .marketsDisplayWrap .marketsDisplay .spItem:hover .content .label::after {
                width: 100%;
            }

@media all and (max-width: 1020px) {
    .marketsDisplayWrap .marketsDisplay .spItem {
        max-width: 48%;
    }

        .marketsDisplayWrap .marketsDisplay .spItem.item2 {
            margin-left: unset;
            margin-right: unset;
        }
}

@media all and (max-width: 685px) {
    .marketsDisplayWrap .marketsDisplay .spItem {
        max-width: 90%;
        width: 100%;
    }

    .marketsDisplayWrap .marketsDisplay .spItem {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media all and (max-width: 425px) {
    .marketsDisplayWrap .marketsDisplay .spItem {
        max-width: 100%;
        width: 100%;
    }
    .marketsDisplayWrap .marketsDisplay {
        padding: 35px 1% 0 1%;
    }
    .marketsDisplayWrap .marketsDisplay .spItem {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
/*@media all and (min-width: 625px) and (max-width: 885px) {
    .marketsDisplayWrap .marketsDisplay .spItem .content .title {
        font: 600 35px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 625px) {
    .marketsDisplayWrap .marketsDisplay .spItem {
        width: 100%;
    }
}

@media all and (max-width: 380px) {
    .marketsDisplayWrap .marketsDisplay .spItem .content .title {
        font: 600 35px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
        margin-bottom: 10px;
    }
}*/
/** markets landing page end **/
/** project page start **/
.project .accentText {
    width: 100%;
    font: 100 17px/1.5em 'acumin-pro', Arial, sans-serif;
    color: #397fb9;
    text-transform: uppercase;
}

.project h1 {
    text-transform: uppercase;
}

.project .secCopy h2 {
    width: 100%;
    margin: 0 auto 20px auto;
    font: 500 23px/1em 'acumin-pro', Arial, sans-serif;
    color: #303030;
    text-transform: none;
}

.galleryWrap {
    overflow: hidden;
    position: relative;
    margin: 80px 0;
}

    .galleryWrap .swiper .swiper-slide img {
        max-width: 100%;
        width: 100%;
    }

    .galleryWrap .swiper-container-thumbs {
        margin-top: 15px;
    }

        .galleryWrap .swiper-container-thumbs .swiper-slide {
            cursor: pointer;
            max-height: 70px !important;
            overflow: hidden !important;
        }

            .galleryWrap .swiper-container-thumbs .swiper-slide img {
                width: 115%;
            }

    .galleryWrap .swiper-pagination {
        position: unset;
        display: inline;
    }

    .galleryWrap .paging {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 135px;
        align-items: center;
        margin-top: 20px;
    }

        .galleryWrap .paging .current {
            color: #397fb9;
            font-weight: 600;
        }

        .galleryWrap .paging .swiper-button-next, .galleryWrap .paging .swiper-button-prev {
            position: relative;
            display: inline-block;
            margin: 0;
            width: 40px;
        }

        .galleryWrap .paging .swiper-button-prev {
            background-image: url('../_images/Pagination-Left-Blue.png');
        }

        .galleryWrap .paging .swiper-button-next {
            background-image: url('../_images/Pagination-Right-Blue.png');
        }

#TwoColumn #RightColumn .sidebar .sidebarTitle {
    padding-bottom: 15px;
}

#TwoColumn #RightColumn .sidebar .projDetails {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;
}

    #TwoColumn #RightColumn .sidebar .projDetails .item {
        padding-bottom: 20px;
    }

        #TwoColumn #RightColumn .sidebar .projDetails .item .label {
            color: #656565;
            font-style: italic;
        }

        #TwoColumn #RightColumn .sidebar .projDetails .item .name {
            color: #303030;
            font-weight: 600;
        }

#TwoColumn #RightColumn .sidebar .categories {
    padding-top: 20px;
    border-bottom: 1px solid #f3f3f3;
}

    #TwoColumn #RightColumn .sidebar .categories .item {
        margin-bottom: 25px;
    }

        #TwoColumn #RightColumn .sidebar .categories .item .label {
            font: 600 17px/1em 'acumin-pro', Arial, sans-serif;
            color: #303030;
            margin-bottom: 10px;
        }

        #TwoColumn #RightColumn .sidebar .categories .item .btn {
            margin-bottom: 10px;
        }

.relatedProjectsWrap.projectList {
    padding: 30px 0 0 0;
    background-image: url('../_images/related-bg.png');
}

    .relatedProjectsWrap.projectList .titlewrap {
        margin: 0 auto 30px auto;
    }

        .relatedProjectsWrap.projectList .titlewrap .accentText {
            width: 100%;
            font: 100 17px/1.5em 'acumin-pro', Arial, sans-serif;
            color: #397fb9;
            text-transform: uppercase;
        }

        .relatedProjectsWrap.projectList .titlewrap .sectionTitle {
            width: 100%;
            font: 500 23px/1em 'acumin-pro', Arial, sans-serif;
            color: #303030;
            text-transform: none;
        }
/** project page end **/
/** news landing page start **/
.newsListWrap .newsItem {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
}

    .newsListWrap .newsItem .image {
        width: 20%;
        margin-right: 20px;
    }

        .newsListWrap .newsItem .image .imgWrap {
            position: relative;
            overflow: hidden;
            float: left;
            height: 205px;
            width: 100%;
        }

            .newsListWrap .newsItem .image .imgWrap img {
                position: relative;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                height: auto;
                width: 100%;
                max-width: unset;
            }

    .newsListWrap .newsItem .summary {
        width: 80%;
    }

        .newsListWrap .newsItem .summary .date {
            color: #397fb9;
            font: 100 17px/1em 'acumin-pro', Arial, sans-serif;
            letter-spacing: 1px;
        }

        .newsListWrap .newsItem .summary .title a {
            width: 100%;
            margin: 0 auto 20px auto;
            font: 500 23px/1em 'acumin-pro', Arial, sans-serif;
            color: #303030;
            text-transform: uppercase;
        }

    .newsListWrap .newsItem.featured {
        border-top: 1px solid #f3f3f3;
        padding-top: 30px;
    }

        .newsListWrap .newsItem.featured .image {
            width: 44%;
        }

            .newsListWrap .newsItem.featured .image .imgWrap {
                height: 285px;
                width: 100%;
            }

        .newsListWrap .newsItem.featured .summary {
            width: 65%;
        }

        .newsListWrap .newsItem.featured .image.square {
            width: 27%;
        }

            .newsListWrap .newsItem.featured .image.square .imgWrap {
                height: 285px;
                width: 100%;
                max-width: 285px;
            }

.yearWrap {
    background: #303030;
    padding: 15px 30px;
}

    .yearWrap select {
        background-color: #f7f7f7;
        padding: 10px 10px;
        border: 1px solid #f7f7f7;
        color: #656565;
    }

    .yearWrap.mobile {
        display: none;
    }

#TwoColumn #RightColumn .sidebar .recentArticles {
    margin: 50px 0;
    border-bottom: 1px solid #f3f3f3;
}

    #TwoColumn #RightColumn .sidebar .recentArticles .item {
        margin: 45px 0;
    }

        #TwoColumn #RightColumn .sidebar .recentArticles .item .date {
            color: #397fb9;
            font: 100 17px/1em 'acumin-pro', Arial, sans-serif;
            letter-spacing: 1px;
            margin-bottom: 5px;
        }

        #TwoColumn #RightColumn .sidebar .recentArticles .item .title a {
            width: 100%;
            margin: 0 auto 20px auto;
            font: 500 20px/.9em 'acumin-pro', Arial, sans-serif;
            color: #303030;
            text-transform: uppercase;
        }

@media all and (max-width: 775px) {
    .newsListWrap .newsItem.featured .image {
        width: 100%;
        max-width: 475px;
        margin-bottom: 15px;
    }

        .newsListWrap .newsItem.featured .image.square {
            width: 100%;
            max-width: 285px;
        }

    .newsListWrap .newsItem.featured .summary {
        width: 100%;
    }

    .newsListWrap .newsItem {
        flex-direction: column;
    }

        .newsListWrap .newsItem .summary {
            width: 100%;
        }

        .newsListWrap .newsItem .image.square {
            width: 100%;
            max-width: 285px;
            margin-bottom: 20px;
        }
}
/** news landing page end **/
/** news article page start **/
#TwoColumn #LeftColumn .date {
    color: #397fb9;
    font: 100 17px/1em 'acumin-pro', Arial, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

#TwoColumn #LeftColumn .title {
    width: 100%;
    margin: 0 auto 30px auto;
    font: 600 32px/.9em 'acumin-pro', Arial, sans-serif;
    color: #303030;
    text-transform: uppercase;
}

.prevNext {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .prevNext .back {
        margin: 0 15px 0 0;
    }
/** news article page end **/
/** the firm landing page start **/

.timelineWrap .timelineTitle {
    font: 600 19px/1.5em 'acumin-pro', Arial, sans-serif;
    color: #303030;
    padding-top: 35px;
    border-top: 1px solid #f3f3f3;
}

.tl-timeline {
    margin-bottom: 45px;
}

.tl-storyslider {
    max-width: 1540px;
    margin: 15px auto 15px auto;
    left: -55px;
}

.tl-timeline .tl-attribution,
.tl-timeline .tl-menubar,
.tl-timeline .tl-slidenav-content-container .tl-slidenav-title,
.tl-timeline .tl-slidenav-content-container .tl-slidenav-description {
    display: none;
}

.tl-slidenav-previous .tl-slidenav-content-container, .tl-slidenav-next .tl-slidenav-content-container {
    width: 50px !important;
    left: -10px;
}

.tl-timeline .tl-slide-content .tl-headline-date {
    color: #397fb9 !important;
    font: 600 45px/1em 'acumin-pro-extra-condensed', Arial, sans-serif !important;
    font-size: 2em;
    margin-bottom: 7px;
    line-height: 1em;
}

.tl-slide .tl-slide-content-container .tl-slide-content {
    width: auto !important;
    padding-left: 55px !important;
    padding-right: 85px !important;
}

.tl-media-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.tl-timeline .tl-slide-content .tl-headline {
    text-transform: none;
    color: #303030;
    letter-spacing: 1px;
    font: 600 19px/1.5em 'acumin-pro', Arial, sans-serif;
}

.tl-timeline .tl-slide-content .tl-text-content {
    line-height: 1.4em;
}

.tl-slidenav-next .tl-slidenav-icon,
.tl-slidenav-previous .tl-slidenav-icon {
    font-size: 60px !important;
}

.tl-slidenav-next:hover .tl-slidenav-icon,
.tl-slidenav-previous:hover .tl-slidenav-icon {
    margin-left: 0px !important;
}

.tl-timeline .tl-slidenav-next .tl-slidenav-icon:before,
.tl-slidenav-previous .tl-slidenav-icon:before {
    content: " " !important;
}

.tl-timeline .tl-slidenav-next .tl-slidenav-icon {
    margin-left: 0px;
    background: url(../_images/Pagination-Right-Blue.png) 0 0 no-repeat;
}

.tl-timeline .tl-slidenav-previous .tl-slidenav-icon {
    margin-left: 0px;
    background: url(../_images/Pagination-Left-Blue.png) 0 0 no-repeat;
}

@media all and (max-width: 1695px) {
    .tl-storyslider {
        left: 0;
    }
}

@media all and (max-width: 950px) {
    .tl-layout-portrait .tl-storyslider {
        height: 100% !important;
    }

    .tl-timenav {
        display: none;
    }

    .tl-skinny .tl-text {
        margin-top: 0 !important;
    }

    .tl-layout-portrait .tl-storyslider {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .tl-skinny .tl-slidenav-previous .tl-slidenav-content-container, .tl-skinny .tl-slidenav-next .tl-slidenav-content-container {
        width: 50px !important;
        height: 60px !important;
    }

    .tl-slide .tl-slide-content-container .tl-slide-content {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }

    .tl-skinny .tl-slidenav-next {
        right: 20px;
    }

        .tl-skinny .tl-slidenav-next .tl-slidenav-icon {
            margin-left: 0px !important;
        }

        .tl-skinny .tl-slidenav-previous .tl-slidenav-icon, .tl-skinny .tl-slidenav-next .tl-slidenav-icon {
            opacity: 1 !important;
        }
}

@media all and (max-width: 675px) {
    .tl-timeline {
        height: 740px !important;
    }

    .tl-skinny .tl-text h2.tl-headline-title, .tl-skinny .tl-text h2.tl-headline {
        font-size: 20px !important;
    }

    .tl-skinny .tl-slidenav-next {
        right: 10px !important;
    }

    .tl-slide .tl-slide-content-container .tl-slide-content {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
}

.subpagesWrap.theFirm .spItem.odd {
    background-image: none;
}

    .subpagesWrap.theFirm .spItem.odd .bgImg {
        order: 2;
    }

.subpagesWrap.theFirm .spItem.even .bgImg {
    order: 1;
}

.subpagesWrap.theFirm .spItem.even {
    background-image: url(../_images/services-bg.png);
    background-repeat: repeat-x;
    background-size: contain;
}

    .subpagesWrap.theFirm .spItem.even .bgImg {
        left: -200px;
        opacity: 0;
        -webkit-transition: opacity .9s ease-out, left .7s ease-out;
        -moz-transition: opacity .9s ease-out, left .7s ease-out;
        -o-transition: opacity .9s ease-out, left .7s ease-out;
        transition: opacity .9s ease-out, left .7s ease-out;
    }

        .subpagesWrap.theFirm .spItem.even .bgImg.fadein {
            opacity: 1;
            left: 0;
        }

.subpagesWrap.theFirm .spItem.odd .bgImg {
    right: -200px;
    left: unset;
    -webkit-transition: opacity .9s ease-out, right .7s ease-out;
    -moz-transition: opacity .9s ease-out, right .7s ease-out;
    -o-transition: opacity .9s ease-out, right .7s ease-out;
    transition: opacity .9s ease-out, right .7s ease-out;
}

    .subpagesWrap.theFirm .spItem.odd .bgImg.fadein {
        opacity: 1;
        right: 0;
    }

/** the firm landing page end **/
/** leadership page start **/
.display {
    margin: 60px 0;
}

.leadershipWrap .sectionTitle {
    width: 100%;
    margin: 0 auto 20px auto;
    font: 500 23px/1em 'acumin-pro', Arial, sans-serif;
    color: #303030;
}

.leadershipWrap .greybg {
    background-image: url('../_images/SNELL-MarketsBG.jpg');
    background-repeat: repeat-x;
    background-size: contain;
}

.principalsWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .principalsWrap .item {
        max-width: 745px;
        width: 48%;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
        display: -ms-grid;
        display: grid;
        position: relative;
        font-size: 21px;
        overflow: hidden;
    }

        .principalsWrap .item .bgImg {
            position: relative;
            margin-bottom: 40px;
            width: 100%;
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            margin-bottom: 0px;
            height: 0;
            padding-top: 58.13%;
        }

        .principalsWrap .item .content {
            width: 100%;
            position: absolute;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            top: 0;
            bottom: 0;
            padding: 30px 20px;
            background-image: url('../_images/Portfolio-Thumbnail-Transparency.png');
            color: #ffffff;
            font: 100 16px/1.5em 'acumin-pro', Arial, sans-serif;
            opacity: 0;
            -webkit-transition: opacity 0.5s;
            -moz-transition: opacity 0.5s;
            -ms-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
        }

        .principalsWrap .item:hover .content {
            opacity: 1;
        }

        .principalsWrap .item .content .name {
            font: 600 20px/1.5em 'acumin-pro', Arial, sans-serif;
        }

        .principalsWrap .item .content .title {
            font: 100 18px/1.5em 'acumin-pro', Arial, sans-serif;
            margin-bottom: 30px;
        }

        .principalsWrap .item .content .copy p {
            margin-bottom: 15px;
        }

.withImg .genWrap .item {
    margin-right: 1%;
    width: 23%;
    flex: unset;
}

.genWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .genWrap .item {
        margin-right: 45px;
        margin-bottom: 30px;
        /*width: 16.69%;*/
        max-width: 16.69%;
        flex: 1 1 auto;
    }

        .genWrap .item:last-of-type {
            margin-right: 0;
        }

        .genWrap .item .name {
            margin-top: 10px;
            font: 600 17px/1.5em 'acumin-pro', Arial, sans-serif;
        }

.withImg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0;
}

    .withImg .leadershipWrap {
        width: 65%;
        max-width: 1030px;
        margin-left: auto;
        padding: 0 2%;
    }

    .withImg .imageWrap {
        width: 40%;
    }

        .withImg .imageWrap .image {
            background-image: url('../_images/SNELL-MarketsBG.jpg');
            background-repeat: repeat-x;
            background-size: contain;
        }

        .withImg .imageWrap img {
            max-width: 100%;
            padding-left: 30px;
            padding-right: 2%;
        }

@media all and (max-width: 1455px) {
    .principalsWrap .item {
        width: 49%;
    }

        .principalsWrap .item .bgImg {
            padding-top: 63.13%;
        }

        .principalsWrap .item .content {
            font: 100 14px/1.5em 'acumin-pro', Arial, sans-serif;
            padding: 10px 15px;
        }

            .principalsWrap .item .content .title {
                margin-bottom: 15px;
            }

    .withImg .leadershipWrap {
        width: 65%;
    }

    .withImg .imageWrap img {
        max-width: 100%;
        padding-right: 2%;
    }
}

@media all and (max-width: 1275px) {
    .display {
        margin: 0px 0;
    }

    .withImg .genWrap .item {
        margin-right: 1%;
        width: 32%;
    }
}

@media all and (max-width: 1155px) {
    .principalsWrap .item {
        width: 100%;
        max-width: unset;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #303030;
    }

        .principalsWrap .item .bgImg {
            padding-top: 30%;
            align-self: flex-start;
            margin-top: 20px;
        }

        .principalsWrap .item .content {
            opacity: 1;
            position: unset;
            background: #303030;
        }

    .genWrap .item {
        margin-right: 20px;
    }
}

@media all and (max-width: 1020px) {
    .withImg .leadershipWrap {
        width: 100%;
    }

    .withImg .genWrap .item {
        margin-right: 1%;
        width: 24%;
    }

    .withImg .imageWrap {
        display: none;
    }
}

@media all and (max-width: 935px) {
    .genWrap .item {
        width: 30.33%;
        flex: unset;
    }
}

@media all and (max-width: 720px) {
    .genWrap .item {
        width: 48%;
        margin: 10px 1% !important;
    }

    .withImg .genWrap .item {
        margin-right: 1%;
        width: 31%;
    }
}

@media all and (max-width: 685px) {
    .principalsWrap .item {
        flex-direction: column;
    }

        .principalsWrap .item .bgImg {
            padding-top: 50%;
            margin-top: 0px;
        }
}

@media all and (max-width: 520px) {
    .withImg .genWrap .item {
        margin-right: 1%;
        width: 48%;
    }
}
/** leadership page end **/
/* ----------------------------------------------------
		End Two Column Layout
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Widgets
------------------------------------------------------- */
/** start  two column content macro **/

.twoColumnsMacroWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-size: 17px;
    padding: 10px 15px;
    margin-bottom: 35px;
}

    .twoColumnsMacroWrap .column {
        width: 50%;
    }

        .twoColumnsMacroWrap .column.col1 {
            padding-right: 10px;
        }

        .twoColumnsMacroWrap .column.col2 {
            padding-left: 10px;
        }

        .twoColumnsMacroWrap .column .rteCopy ul {
            margin-bottom: 0 !important;
        }

        .twoColumnsMacroWrap .column p {
            margin-bottom: 20px !important;
        }

@media (max-width: 745px) {
    .twoColumnsMacroWrap {
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        padding: 10px 0;
    }

        .twoColumnsMacroWrap .column {
            width: 100% !important;
        }

            .twoColumnsMacroWrap .column.col1 {
                padding-right: 0px;
            }

            .twoColumnsMacroWrap .column.col2 {
                padding-left: 0px;
            }
}
/** end two column content macro **/
/** start secondary content widget **/
.secondaryContent .accentText {
    width: 100%;
    font: 100 17px/1.5em 'acumin-pro', Arial, sans-serif;
    color: #397fb9;
    text-transform: uppercase;
}

.secondaryContent h2 {
    width: 100%;
    margin: 0 auto 30px auto;
    font: 500 23px/1em 'acumin-pro', Arial, sans-serif;
    color: #303030;
    text-transform: none;
}

.secondaryContent .downloads {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

    .secondaryContent .downloads .downloadLink {
        display: inline-block;
        margin-bottom: 20px;
        color: #656565;
        align-self: flex-start;
    }

        .secondaryContent .downloads .downloadLink img {
            padding-right: 10px;
            position: relative;
            -webkit-transition: top .3s ease-out;
            -moz-transition: top .3s ease-out;
            -o-transition: top .3s ease-out;
            transition: top .3s ease-out;
            top: 0;
        }

        .secondaryContent .downloads .downloadLink span {
            text-decoration: underline;
        }

        .secondaryContent .downloads .downloadLink:hover img {
            top: 5px;
        }

        .secondaryContent .downloads .downloadLink.ext:hover img {
            top: 0;
        }
/** end secondary content widget **/
/** start testimonial banner widget **/
.testimonialBanner {
    margin: 50px 0;
    background-color: #397fb9;
    color: #ffffff;
}

    .testimonialBanner .sitewidth {
        padding-top: 45px;
        padding-bottom: 45px;
        background-image: url('../_images/Snell-InteriorPage-Testimonial-LeftQuote.png'), url('../_images/Snell-InteriorPage-Testimonial-RightQuote.png');
        background-position: top left, bottom right;
        background-repeat: no-repeat, no-repeat;
    }

    .testimonialBanner .quote {
        padding: 0 50px;
    }

        .testimonialBanner .quote .text {
            font: 100 36px/1em 'acumin-pro', Arial, sans-serif;
            font-style: italic;
        }

        .testimonialBanner .quote .source {
            padding-left: 15px;
            display: block;
            text-align: right;
        }

@media all and (max-width: 1245px) {
    .testimonialBanner .quote .text {
        font: 100 25px/1em 'acumin-pro', Arial, sans-serif;
    }
}

@media all and (max-width: 915px) {
    .testimonialBanner .quote {
        padding: 0 60px;
    }

        .testimonialBanner .quote .text {
            font: 100 20px/1em 'acumin-pro', Arial, sans-serif;
        }
}

@media all and (max-width: 500px) {
    .testimonialBanner .quote .source {
        display: block;
        text-align: right;
    }

    .testimonialBanner .quote {
        padding: 25px 0px;
    }
}
/** end testimonial banner widget **/
/** start copy / image display widget **/
.copyImageDisplayWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f3f3f3;
    padding: 20px 2%;
    margin: 50px 0;
}

    .copyImageDisplayWrap .left {
        width: 45%;
        padding-right: 50px;
    }

        .copyImageDisplayWrap .left .title {
            font-size: 30px;
            margin: 60px 0 40px 0;
            color: #303030
        }

    .copyImageDisplayWrap .right {
        width: 55%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

        .copyImageDisplayWrap .right .calloutItem {
            flex: 1 1 auto;
            width: 30.33333%;
            max-width: 31.33333%;
            margin: 10px 0 10px 0;
            display: -ms-grid;
            display: grid;
            position: relative;
            overflow: hidden;
        }

            .copyImageDisplayWrap .right .calloutItem.item2 {
                margin-left: 20px;
                margin-right: 20px;
            }

            .copyImageDisplayWrap .right .calloutItem .bgImg {
                position: relative;
                margin-bottom: 40px;
                width: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                margin-bottom: 0px;
                height: 0;
                padding-top: 68.13%;
            }

            .copyImageDisplayWrap .right .calloutItem .content {
                width: 100%;
                position: absolute;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                top: 0;
                bottom: 0;
                background-image: url('../_images/Home-Services-Transparency.png');
                color: #ffffff;
                font-size: 17px;
                text-transform: uppercase;
                padding: 30px 30px;
                -webkit-transition: background 0.5s;
                -moz-transition: background 0.5s;
                -ms-transition: background 0.5s;
                -o-transition: background 0.5s;
            }

            .copyImageDisplayWrap .right .calloutItem:hover .content {
                background-image: url('../_images/Home-Services-Transparency-HOVER.png');
            }

            .copyImageDisplayWrap .right .calloutItem .content .title {
                line-height: 1em;
                letter-spacing: 2px;
            }

@media all and (max-width: 1380px) {
    .copyImageDisplayWrap .right .calloutItem .bgImg {
        padding-top: 100%;
    }
}

@media all and (max-width: 1125px) {
    .copyImageDisplayWrap {
        flex-direction: column;
    }

        .copyImageDisplayWrap .left {
            width: 100%;
            padding-right: 0;
        }

        .copyImageDisplayWrap .right {
            width: 90%;
            margin: 0 auto;
        }

            .copyImageDisplayWrap .right .calloutItem .bgImg {
                padding-top: 68.13%;
            }
}

@media all and (max-width: 900px) {
    .copyImageDisplayWrap .right {
        width: 100%;
    }
}

@media all and (max-width: 650px) {
    .copyImageDisplayWrap .right .calloutItem {
        width: 48%;
        max-width: 48%;
        margin: 10px 1% 10px 1% !important;
    }
}

@media all and (max-width: 485px) {
    .copyImageDisplayWrap .right .calloutItem {
        width: 100%;
        max-width: 100%;
        margin: 10px 1% 10px 1% !important;
    }
}
/** end copy / image display widget **/
/** start featured projects (markets) widget **/
.featuredProjectsWrap {
    overflow: hidden;
    margin: 50px 0;
}

    .featuredProjectsWrap .paging {
        position: relative;
        top: 45px;
        left: 46%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        max-width: 280px;
    }

        .featuredProjectsWrap .paging .swiper-proj-paging {
            text-align: center;
        }

            .featuredProjectsWrap .paging .swiper-proj-paging .current {
                color: #397fb9;
                font-weight: 600;
            }

        .featuredProjectsWrap .paging .swiper-next, .featuredProjectsWrap .paging .swiper-prev {
            position: relative;
            display: inline-block;
            margin: 0;
            width: 40px;
        }

        .featuredProjectsWrap .paging .swiper-prev {
            background-image: url('../_images/Pagination-Left-Blue.png');
        }

        .featuredProjectsWrap .paging .swiper-next {
            background-image: url('../_images/Pagination-Right-Blue.png');
        }

    .featuredProjectsWrap .projectSlide {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .featuredProjectsWrap .projectSlide .left {
            width: 45%;
        }

        .featuredProjectsWrap .projectSlide .right {
            width: 55%;
            padding-left: 30px;
            padding-right: 30px;
        }

            .featuredProjectsWrap .projectSlide .right .title {
                width: 100%;
                font: 600 51px/1.3em 'acumin-pro', Arial, sans-serif;
                color: #303030;
            }

            .featuredProjectsWrap .projectSlide .right .detail {
                font: 600 16px/1.5em 'acumin-pro', Arial, sans-serif;
                letter-spacing: 1px;
            }

            .featuredProjectsWrap .projectSlide .right .summary {
                margin: 30px 0;
                font-size: 16px;
            }

    .featuredProjectsWrap .swiper-container-thumbs {
        background-color: #6493ba;
        margin-top: 10px;
    }

        .featuredProjectsWrap .swiper-container-thumbs .swiper-wrapper {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            max-width: 1800px;
        }

        .featuredProjectsWrap .swiper-container-thumbs .swiper-slide {
            flex: 1 1 auto;
            text-align: center;
            padding: 20px;
            background-color: #6493ba;
            width: auto !important;
            color: #ffffff;
            text-transform: uppercase;
            cursor: pointer;
            font: 100 16px/1.5em 'acumin-pro', Arial, sans-serif;
            letter-spacing: 1px;
            border-right: 1px solid #397fb9;
            -webkit-transition: background-color .4s ease, color .4s ease;
            -moz-transition: background-color .4s ease,color .4s ease;
            -o-transition: background-color .4s ease, color .4s ease;
            transition: background-color .4s ease, color .4s ease;
        }

            .featuredProjectsWrap .swiper-container-thumbs .swiper-slide:last-of-type {
                border-right: 1px solid #6493ba;
            }

            .featuredProjectsWrap .swiper-container-thumbs .swiper-slide:hover, .featuredProjectsWrap .swiper-container-thumbs .swiper-slide-thumb-active {
                background-color: #397fb9;
            }

            .featuredProjectsWrap .swiper-container-thumbs .swiper-slide .market {
                display: inline-block
            }

                .featuredProjectsWrap .swiper-container-thumbs .swiper-slide .market::after {
                    content: '';
                    width: 0px;
                    height: 1px;
                    display: block;
                    background: #ffffff;
                    transition: 400ms;
                }

            .featuredProjectsWrap .swiper-container-thumbs .swiper-slide:hover .market::after {
                width: 100%;
            }

@media all and (max-width: 1480px) {
    .featuredProjectsWrap .paging {
        position: relative;
        top: 25px;
    }

    .featuredProjectsWrap .projectSlide .right .title {
        font: 600 30px/1.3em 'acumin-pro', Arial, sans-serif;
        margin-top: 25px;
    }

    .featuredProjectsWrap .projectSlide .right .summary {
        margin: 10px 0 20px 0;
    }
}

@media all and (max-width: 1320px) {
    .featuredProjectsWrap .projectSlide .right .summary {
        font-size: 15px;
    }

    .featuredProjectsWrap .swiper-container-thumbs .swiper-slide {
        font: 100 14px/1.5em 'acumin-pro', Arial, sans-serif;
    }
}

@media all and (max-width: 1235px) {
    .featuredProjectsWrap {
        position: relative;
    }

        .featuredProjectsWrap .paging {
            display: none;
        }

        .featuredProjectsWrap .projectSlide {
            justify-content: flex-start;
        }

            .featuredProjectsWrap .projectSlide .left {
                width: 70%;
                position: relative;
                top: 0;
                bottom: 0;
                left: 0;
            }

            .featuredProjectsWrap .projectSlide .right {
                width: 70%;
                padding-left: 30px;
                padding-right: 30px;
                position: absolute;
                top: 0;
                bottom: 0;
                background: rgba(0,0,0,.6);
                color: #ffffff;
            }

                .featuredProjectsWrap .projectSlide .right .title {
                    color: #ffffff;
                }


        .featuredProjectsWrap .swiper-container-thumbs {
            background-color: #6493ba;
            max-width: 300px;
            position: absolute;
            top: 0;
            right: 3%;
        }

            .featuredProjectsWrap .swiper-container-thumbs .swiper-wrapper {
                max-width: 300px;
                flex-direction: column;
            }

            .featuredProjectsWrap .swiper-container-thumbs .swiper-slide {
                padding: 10px 20px;
            }
}

@media all and (max-width: 1035px) {
    .featuredProjectsWrap .projectSlide {
        justify-content: center;
        overflow: hidden;
    }

        .featuredProjectsWrap .projectSlide .left {
            width: 80%;
        }

        .featuredProjectsWrap .projectSlide .right {
            width: 80%;
        }

    .featuredProjectsWrap .swiper-container-thumbs {
        display: none;
    }

    .featuredProjectsWrap .paging {
        display: flex;
        top: 0px;
        padding-bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .featuredProjectsWrap .swiper-button-next, .featuredProjectsWrap .swiper-button-prev {
        height: 30px;
        background-size: contain;
    }
}

@media all and (max-width: 760px) {
    .featuredProjectsWrap .projectSlide .left {
        width: 100%;
    }

    .featuredProjectsWrap .projectSlide .right {
        width: 100%;
    }
}

@media all and (max-width: 650px) {
    .featuredProjectsWrap .projectSlide.swiper-slide-active .left img {
        max-width: 125%;
    }

    .featuredProjectsWrap .projectSlide .right .title {
        font: 600 23px/1.3em 'acumin-pro', Arial, sans-serif;
    }

    .featuredProjectsWrap .projectSlide .right .summary {
        font-size: 14px;
    }
}

@media all and (max-width: 520px) {

    .featuredProjectsWrap .projectSlide.swiper-slide-active .left img {
        max-width: 100%;
    }

    .featuredProjectsWrap .projectSlide .right .summary {
        display: none;
    }

    .featuredProjectsWrap .projectSlide .right .buttons {
        margin-top: 25px;
    }
}


/** end featured projects (markets) widget **/
/** start featured project (single) widget **/
.featuredProjectWrap {
    margin: 50px 0;
}

    .featuredProjectWrap .left {
        width: 45%;
        float: left;
        background: #f3f3f3;
        padding: 50px 0 20px 0;
    }

        .featuredProjectWrap .left .galleryWrap {
            max-width: 85%;
            margin: 0;
        }

    .featuredProjectWrap .right {
        width: 55%;
        float: left;
        /* overflow: hidden; */
        max-height: 460px;
    }

    .featuredProjectWrap .left .galleryWrap .mySwiperProjects {
        max-width: 100%;
        overflow: hidden;
    }

    .featuredProjectWrap .left .galleryWrap .swiper-container-thumbs {
        padding-left: 20px;
    }

    .featuredProjectWrap .right .content {
        padding: 50px 0 0px 0;
        position: relative;
        left: -80px;
    }

        .featuredProjectWrap .right .content .top {
            margin-bottom: 0px;
        }

            .featuredProjectWrap .right .content .top .accentText {
                width: 100%;
                font: 100 16px/1em 'acumin-pro', Arial, sans-serif;
                color: #397fb9;
                text-transform: uppercase;
            }

            .featuredProjectWrap .right .content .top .header {
                display: inline-block;
                color: #656565;
                font: 600 45px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
                text-transform: uppercase;
                letter-spacing: 1px;
                margin-bottom: 25px;
            }

        .featuredProjectWrap .right .content .copy .title {
            width: 100%;
            font: 600 51px/1em 'acumin-pro', Arial, sans-serif;
            color: #303030;
            margin-bottom: 20px;
        }

        .featuredProjectWrap .right .content .copy .detail {
            font: 600 16px/1.5em 'acumin-pro', Arial, sans-serif;
            letter-spacing: 1px;
        }

            .featuredProjectWrap .right .content .copy .detail .market {
                letter-spacing: 2px;
                text-transform: uppercase;
                text-decoration: underline;
            }

        .featuredProjectWrap .right .content .copy .summary {
            margin: 30px 0;
            font-size: 16px;
        }

        .featuredProjectWrap .right .content .copy .buttons {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

            .featuredProjectWrap .right .content .copy .buttons a:last-of-type {
                margin-left: 30px;
            }

@media all and (max-width: 1515px) {
    .featuredProjectWrap .right .content {
        padding: 20px 0 0px 0;
    }
}

@media all and (max-width: 1325px) {
    .featuredProjectWrap .left {
        padding: 20px 0 20px 0;
    }

        .featuredProjectWrap .left .galleryWrap {
            max-width: 100%;
            padding-right: 20px;
        }

    .featuredProjectWrap .right {
        max-height: unset;
    }

        .featuredProjectWrap .right .content {
            padding: 0 20px 0px 20px;
            position: unset;
            left: 0;
        }

            .featuredProjectWrap .right .content .copy .buttons a {
                font: 100 13px/1.5em 'acumin-pro', Arial, sans-serif;
            }
}

@media all and (min-width: 875px) and (max-width: 1150px) {
    .featuredProjectWrap .left {
        width: 40%;
    }

    .featuredProjectWrap .right {
        width: 60%;
    }

        .featuredProjectWrap .right .content .top {
            margin-bottom: 0px;
        }

            .featuredProjectWrap .right .content .top .header {
                font: 600 35px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
            }

        .featuredProjectWrap .right .content .copy .title {
            font: 600 40px/1em 'acumin-pro', Arial, sans-serif;
            margin-bottom: 0px;
        }
}

@media all and (max-width: 875px) {
    .featuredProjectWrap .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .featuredProjectWrap .right {
        width: 100%;
    }
}

@media all and (max-width: 575px) {
    .featuredProjectWrap .right .content .top .header {
        font: 600 28px/1em 'acumin-pro-extra-condensed', Arial, sans-serif;
        margin-bottom: 5px;
    }

    .featuredProjectWrap .right .content .copy .title {
        font: 600 35px/1em 'acumin-pro', Arial, sans-serif;
        margin-bottom: 0px;
    }

    .featuredProjectWrap .right .content .copy .summary {
        font-size: 14px;
        margin: 10px 0;
    }
}

@media all and (max-width: 445px) {
    .featuredProjectWrap .left .galleryWrap {
        padding-right: 0;
    }

    .featuredProjectWrap .right .content .copy .buttons {
        flex-wrap: wrap;
    }

        .featuredProjectWrap .right .content .copy .buttons a {
            margin-left: 0 !important;
            margin-top: 10px;
        }
}

@media all and (max-width: 375px) {
    .featuredProjectWrap .right .content .copy .title {
        font: 600 30px/1em 'acumin-pro', Arial, sans-serif;
    }

    .featuredProjectWrap .right .content .copy .detail {
        font: 600 15px/1.5em 'acumin-pro', Arial, sans-serif;
    }

    .featuredProjectWrap .right .content {
        padding: 0 10px 0px 10px;
    }
}
/** end featured project (single) widget **/
/** start news widget **/
.newsDisplayWrap {
    background-color: #f3f3f3;
    margin: 50px 0;
    padding: 20px 0 30px 0;
}

    .newsDisplayWrap .top {
        background-image: url('../_images/bgslice.png');
        background-repeat: repeat-x;
        background-position: center;
    }

        .newsDisplayWrap .top .positioner {
            width: 100%;
            max-width: 1190px;
            margin: 0 auto;
            padding-left: 2%;
            padding-right: 2%;
        }

        .newsDisplayWrap .top .title {
            color: #b4b3b3;
            display: inline-block;
            background-color: #f3f3f3;
            font: 600 26px/1.5em 'acumin-pro', Arial, sans-serif;
            padding: 10px 25px;
        }

    .newsDisplayWrap .newsSlider {
        width: 100%;
        max-width: 1340px;
        margin: 0 auto;
        padding: 25px 2%;
        position: relative;
    }

        .newsDisplayWrap .newsSlider .newsContainer {
            max-width: 1070px;
        }

        .newsDisplayWrap .newsSlider .article .head {
            margin-bottom: 20px;
        }

            .newsDisplayWrap .newsSlider .article .head .cat {
                font: 100 17px/1em 'acumin-pro', Arial, sans-serif;
                color: #d20404;
            }

            .newsDisplayWrap .newsSlider .article .head .date {
                font: 100 13px/1em 'acumin-pro', Arial, sans-serif;
                color: #656565;
            }

        .newsDisplayWrap .newsSlider .article .title {
            font: 100 17px/1em 'acumin-pro', Arial, sans-serif;
            color: #656565;
            text-transform: uppercase;
            line-height: 1.3em;
            letter-spacing: 1px;
            margin-bottom: 15px;
            height: 3em;
        }

        .newsDisplayWrap .newsSlider .article .image {
            height: 0;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center -55px;
            padding-bottom: 53%;
        }

        .newsDisplayWrap .newsSlider.swiper-arrows {
            position: absolute;
            z-index: 2;
            width: 100%;
            top: 0;
            bottom: 0;
        }

        .newsDisplayWrap .newsSlider .swiper-prev, .newsDisplayWrap .newsSlider .swiper-next {
            display: inline-block;
            height: 100%;
            background-image: url('../_images/Snell-News-LeftArrow.png');
            background-position: center;
            background-repeat: no-repeat;
            padding: 0 20px;
            cursor: pointer;
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 2;
        }

        .newsDisplayWrap .newsSlider .swiper-next {
            float: right;
            right: 40px;
            background-image: url('../_images/Snell-News-RightArrow.png');
        }

@media all and (max-width: 1210px) {
    .newsDisplayWrap .newsSlider .newsContainer {
        width: 80%;
        max-width: 800px;
    }

    .newsDisplayWrap .newsSlider .swiper-next {
        right: 10px;
    }
}

@media all and (max-width: 600px) {
    .newsDisplayWrap .newsSlider .swiper-prev, .newsDisplayWrap .newsSlider .swiper-next {
        background-size: 15px;
    }

    .newsDisplayWrap .newsSlider .swiper-prev {
        left: 0;
    }

    .newsDisplayWrap .newsSlider .swiper-next {
        right: 0px;
    }
}
/** end news widget **/
/** start collage widget **/
.collageWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .collageWrap .column {
        width: 20%;
    }
    .collageWrap.noStack .column {
        width: 100%;
        margin: 0.5%;
    }

        .collageWrap.noStack .column img {
            width: 100%;
        }
        .collageWrap .column.col2 {
            margin: 0 0 0 20px;
            width: 25%;
        }

        .collageWrap .column.col3 {
            margin: 0 0 0 20px;
            width: 18%;
        }

        .collageWrap .column.col4 {
            margin: 20px;
            width: 24%;
        }

            .collageWrap .column.col4 .collageImg:first-of-type {
                margin-bottom: 20px;
            }

        .collageWrap .column.col5 {
            width: 17%;
        }

    .collageWrap img.collageImg {
        width: 100%;
        max-width: 100%;
    }

@media all and (max-width: 1615px) {
    .collageWrap .column.col2 {
        margin: 0 0 0 10px;
    }

    .collageWrap .column.col3 {
        margin: 0 0 0 10px;
    }

    .collageWrap .column.col4 {
        margin: 10px;
    }

        .collageWrap .column.col4 .collageImg:first-of-type {
            margin-bottom: 10px;
        }
}

@media all and (max-width: 965px) {
    .collageWrap .column {
        width: 25% !important;
    }

        .collageWrap .column.col5 {
            display: none;
        }
}

@media all and (max-width: 715px) {
    .collageWrap .column.col1 {
        display: none;
    }

    .collageWrap .column {
        width: 33.333% !important;
    }
}

@media all and (max-width: 500px) {
    .collageWrap .column.col2 {
        display: none;
    }

    .collageWrap .column {
        width: 50% !important;
    }
}

@media all and (max-width: 375px) {
    .collageWrap .column.col3 {
        display: none;
    }

    .collageWrap .column {
        width: 100% !important;
    }
}
/** end collage widget **/
/** start locations **/
.locationsWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0;
}

    .locationsWrap .locWrap {
        width: 50%;
    }

        .locationsWrap .locWrap:first-of-type,
		.locationsWrap .locWrap.num1,
		.locationsWrap .locWrap.num2 {
            padding-right: 50px;
        }

        .locationsWrap .locWrap .title {
            font: 600 17px/1.5em 'acumin-pro', Arial, sans-serif;
            margin-bottom: 15px;
        }

        .locationsWrap .locWrap a {
            color: #656565;
        }

        .locationsWrap .locWrap #map {
            margin-top: 15px;
        }

            .locationsWrap .locWrap #map iframe {
                width: 100%;
                min-height: 300px;
            }

@media all and (max-width: 765px) {
    .locationsWrap {
        flex-direction: column;
    }

        .locationsWrap .locWrap {
            width: 100%;
            padding: 20px 0 !important;
        }
}
/** end locations **/
/* ----------------------------------------------------
		End Widgets
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Footer
------------------------------------------------------- */
.toTop {
    max-width: 100px;
    margin: 30px auto;
    text-align: center;
    font: 600 14px/1em 'acumin-pro', Arial, sans-serif;
    text-transform: uppercase;
    color: #6493ba;
}

    .toTop p {
        margin-top: 10px;
    }

footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 35px 0 0 0;
}

    footer .footerNav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    footer .footerNavWrap {
        padding: 40px 0;
        background: #f3f3f3;
    }

        footer .footerNavWrap .content {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            max-width: 1780px;
            margin: 0 auto;
            padding: 0 1%;
        }

            footer .footerNavWrap .content .column {
                width: 50%;
                display: -webkit-flex;
	        display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
            }

                footer .footerNavWrap .content .column .topLvl {
                    /*margin-top: 50px;*/
                    font: 600 16px/1em 'acumin-pro', Arial, sans-serif;
                    text-transform: uppercase;
                    margin-bottom: 24px;
                    display: inline-block;
                    color: #505050;
                }

                footer .footerNavWrap .content .column .locWrap {
                    display: block;
                    font: 100 14px/1.5em 'acumin-pro', Arial, sans-serif;
                    padding-bottom: 10px;
                }

                    footer .footerNavWrap .content .column .locWrap .title {
                        font: 600 13px/1.5em 'acumin-pro', Arial, sans-serif;
                        color: #aaaaaa;
                    }

                    footer .footerNavWrap .content .column .locWrap a {
                        color: #656565;
                    }

            footer .footerNavWrap .content #footerNavigation {
                width: 100%;
                padding-left: 30px;
            }

                footer .footerNavWrap .content #footerNavigation a {
                    color: #505050;
                }

                footer .footerNavWrap .content #footerNavigation .navCol {
                    padding: 0 15px;
                    text-align: center;
                }

                    footer .footerNavWrap .content #footerNavigation .navCol .topLvl {
                        font: 600 16px/1em 'acumin-pro', Arial, sans-serif;
                        text-transform: uppercase;
                        margin-bottom: 24px;
                        display: inline-block;
                    }

    footer .footerNav .navCol {
        min-width: 16.6666%;
        flex: 1 1 auto;
    }

    footer .footerNav .secLvl {
        display: block;
        font: 100 15px/1.5em 'acumin-pro', Arial, sans-serif;
        padding-bottom: 10px;
    }

    footer .copyrightLine {
        background: #444444;
    }

        footer .copyrightLine .content {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            max-width: 1780px;
            margin: 0 auto;
            padding: 15px 1%;
        }

            footer .copyrightLine .content .left {
                width: 50%;
                line-height: 1em;
            }

                footer .copyrightLine .content .left .soc {
                    width: 24px;
                    height: 24px;
                    background-repeat: no-repeat;
                    background-position: center top;
                    display: inline-block;
                    margin-right: 5px;
                }

                footer .copyrightLine .content .left .fb {
                    background-image: url('../_images/Footer-Facebook.png');
                }

                footer .copyrightLine .content .left .twit {
                    background-image: url('../_images/Footer-Twitter.png');
                }

                footer .copyrightLine .content .left .insta {
                    background-image: url('../_images/Footer-Instagram.png');
                }

                footer .copyrightLine .content .left .li {
                    background-image: url('../_images/Footer-LinkedIn.png');
                }

                footer .copyrightLine .content .left .soc:hover {
                    background-position: center bottom;
                }

            footer .copyrightLine .content .right {
                width: 50%;
                color: #aaaaaa;
                font: 100 13px/1.5em 'acumin-pro', Arial, sans-serif;
                text-align: right;
            }

                footer .copyrightLine .content .right a {
                    color: #aaaaaa;
                }

                footer .copyrightLine .content .right .copyright {
                    display: inline-block;
                }
@media all and (max-width: 1445px) {
footer .footerNavWrap .content .column {
    width: 65%;
    }
}
@media all and (max-width: 1225px) {
footer .footerNavWrap .content .column {
    width: 55%;
    }
}
@media all and (max-width: 1065px) {

    footer .footerNavWrap .content {
        padding: 0px 8%;
    }

        footer .footerNavWrap .content .column {
            width: 70%;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

            footer .footerNavWrap .content .column .contactSec {
                padding-left: 40px;
                width: 45%;
            }

                footer .footerNavWrap .content .column .contactSec .topLvl {
                    margin-top: 0;
                }

        footer .footerNavWrap .content #footerNavigation {
            width: 30%;
        }

    footer .footerNav {
        flex-direction: column;
    }
footer .footerNavWrap .content #footerNavigation .navCol {
	text-align: left;
}
    .navCol .subNav {
        display: none;
    }
}

@media all and (max-width: 815px) {
    footer .footerNavWrap .content {
        padding: 0px 2%;
    }
}

@media all and (max-width: 700px) {
    footer .footerNavWrap .content .column {
        flex-direction: column;
    }

        footer .footerNavWrap .content .column .contactSec {
            padding-left: 0;
            margin-top: 20px;
        }
}

@media all and (max-width: 515px) {
    footer .footerNavWrap .content {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

        footer .footerNavWrap .content .column {
            justify-content: center;
            align-items: center;
        }

            footer .footerNavWrap .content .column .locWrap {
                display: none;
            }

        footer .footerNavWrap .content #footerNavigation {
            width: 100%;
            padding-left: 0;
            padding-top: 15px;
        }
        footer .footerNavWrap .content #footerNavigation .navCol {
	    text-align: center;
}
}

@media all and (max-width: 1175px) {
    footer .copyrightLine .content .left {
        width: 25%;
    }

    footer .copyrightLine .content .right {
        width: 75%;
    }
}

@media all and (max-width: 790px) {
    footer .copyrightLine .content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

        footer .copyrightLine .content .left {
            width: 100%;
            padding-bottom: 15px;
        }

        footer .copyrightLine .content .right {
            width: 100%;
            text-align: center;
        }
}
/* ----------------------------------------------------
		End Footer
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Footer Callout Node
------------------------------------------------------- */

.footerCalloutWrap {
    padding: 35px 0;
    position: relative;
    text-align: center;
    font-size: 27px;
    color: #FFF;
    background: #397fb9;
    background-repeat: no-repeat;
    background-size: cover;
}

    .footerCalloutWrap .title {
        font: 600 36px/1.5em 'acumin-pro', Arial, sans-serif;
        color: #ffffff;
        text-transform: uppercase;
        padding-bottom: 35px;
    }

    .footerCalloutWrap .btn {
        position: relative;
        left: 8px;
        top: -2px;
        border: 1px solid #FFF;
    }

@media only screen and (max-width: 1023px) {
    .footerCalloutWrap span {
        display: block;
    }

    .footerCalloutWrap .btn {
        left: 0;
        top: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footerCalloutWrap span {
        line-height: 35px;
    }
}

/* ----------------------------------------------------
		End Footer Callout Node
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Contact Us Styles
------------------------------------------------------- */
/**** start contact form common ****/
.formWrap.contact {
    margin-bottom: 30px;
    background: #f3f3f3;
    padding: 30px 30px;
}

    .formWrap.contact .pnlFormError {
        margin-bottom: 30px;
        color: red;
    }

    .formWrap.contact .formRowSun {
        display: none;
    }

    .formWrap.contact .formRow .formLeft {
        width: 48%;
        float: left;
    }

    .formWrap.contact .formRow .formRight {
        width: 48%;
        float: right;
    }

    .formWrap.contact .formRow {
        margin-bottom: 30px;
    }

        .formWrap.contact .formRow label {
            display: block;
        }

        .formWrap.contact .formRow .formLabel span {
            display: inline;
            color: #af243b;
        }

        .formWrap.contact .formRow input[type=text], .formWrap.contact .formRow textarea {
            display: block;
            padding: 10px;
            border: 1px solid #cecece;
            resize: none;
        }

.formWrap .formRow .required::before {
    content: "*";
    font-weight: bold;
    color: #d20404;
}

.input-validation-error {
    border: 1px solid #c52a25 !important;
}

.validation-summary-errors {
    color: #c52a25;
}

@media all and (max-width: 800px) {
    .formWrap.contact .formRow .formLeft,
    .formWrap.contact .formRow .formRight {
        width: 100%;
        float: none;
    }

    .formWrap.contact .formRow .formLeft {
        margin-bottom: 30px;
    }
}
/**** end contact form common ****/
/**** start sidebar ****/
.sidebar .locWrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
}

    .sidebar .locWrap:last-of-type {
        border-bottom: none;
    }

    .sidebar .locWrap .title {
        font: 600 16px/1.5em 'acumin-pro', Arial, sans-serif;
        margin-bottom: 10px;
    }

    .sidebar .locWrap .detail {
        font: 100 16px/1.5em 'acumin-pro', Arial, sans-serif;
        color: #656565;
        display: block;
        margin-bottom: 5px;
    }

        .sidebar .locWrap .detail a {
            color: #656565;
        }

    .sidebar .locWrap iframe {
        width: 100%;
    }
/**** end sidebar ****/
/* ----------------------------------------------------
		End Contact Us Styles
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Header Image Rotator
------------------------------------------------------- */

.flexslider .slideContent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}

    .flexslider .slideContent .slideHeader {
        margin-bottom: 15px;
        color: #af243b;
        font-family: Arial, sans-serif;
        font-size: 3.944em;
        line-height: 76px;
    }

    .flexslider .slideContent .slideCopy {
        margin-bottom: 25px;
        color: #194a6a;
        font-size: 1.333em;
        font-family: Arial, sans-serif;
        line-height: 33px;
    }

    .flexslider .slideContent .slideLink {
        padding-left: 16px;
        display: inline-block;
        font-family: Arial, sans-serif;
        color: #000;
        background: url(../_images/flexslider-link-arrow.png) 0 center no-repeat;
    }

@media all and (max-width: 1240px) {
    .flexslider .slideContent .slideHeader {
        margin-bottom: 6px;
        font-size: 3.056em;
        line-height: 62px;
    }

    .flexslider .slideContent .slideCopy {
        font-size: 1.167em;
        line-height: 29px;
    }
}

@media all and (max-width: 1023px) {
    .flexslider .slideContent .slideHeader {
        font-size: 42px;
        line-height: 42px;
    }

    .flexslider .slideContent .slideCopy {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 26px;
    }
}

@media all and (max-width: 860px) {
    .flexslider .slideContent .slideHeader {
        font-size: 42px;
        line-height: 42px;
    }
}

@media all and (max-width: 767px) {

    .flexslider .slideContent .slideHeader {
        margin-bottom: 20px;
        font-size: 40px;
    }

    .flexslider .slideContent .slideCopy {
        display: none;
    }
}

@media all and (max-width: 639px) {
    .flexslider .slideContent .slideHeader {
        margin-bottom: 3px;
        font-size: 30px;
        line-height: 33px;
    }
}

/* ----------------------------------------------------
		End Header Image Rotator
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Human Sitemap
------------------------------------------------------- */

.humanSitemap .sitemapColumnWrap a {
    color: #3c3c3c;
}

.humanSitemap .sitemapColumnWrap .sectionColumn {
    float: left;
    padding-left: 16%;
}

@media only screen and (max-width: 959px) {
    .humanSitemap .sitemapColumnWrap .sectionColumn {
        padding-left: 14%;
    }
}

@media only screen and (max-width: 799px) {
    .humanSitemap .sitemapColumnWrap .sectionColumn {
        padding-left: 0;
    }
}

/* ----------------------------------------------------
		End Human Sitemap
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Fusion 360 Embed Element
------------------------------------------------------- */

.fusionEmbedWrap {
    position: relative;
    padding-bottom: 56.6%;
}

    .fusionEmbedWrap iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.fusionEmbedMobileWrap {
    display: none;
}

    .fusionEmbedMobileWrap .caption {
        margin-bottom: 5px;
        font-size: 15px;
    }

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

    .fusionEmbedMobileWrap {
        display: block;
    }
}

/* ----------------------------------------------------
		End Fusion 360 Embed Element
------------------------------------------------------- */
/**ADA Compliance Edits **/
.rteCopy a:link,
.rteCopy a:visited,
.rteCopy a:active,
.rteCopy a:hover {
    text-decoration: underline;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid #303030 !important;
}
.pfilter .content .searchWrap .formWrap .formRow button {
    width: 20px;
    height: 35px;
    background-image: url('../_images/search-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 8px;
    right: 5px;
    cursor: pointer;
}
/* ----------------------------------------------------
		Start ADA Color Shifting
------------------------------------------------------- */

.contrastbutton {
    color: #aaaaaa;
    font: 100 13px/1.5em 'acumin-pro', Arial, sans-serif;
    cursor: pointer;
    padding: 0 5px 0 0;
}

.shiftColor .copyImageDisplayWrap .right .calloutItem .content,
.shiftColor .headerImage.home .headerImageContent,
.shiftColor .headerImage .headerImageContent,
.shiftColor .marketsDisplayWrap .marketsDisplay .spItem .content,
.shiftColor .projectList .pItem .content {
    background-color: rgba(0,0,0,.5);
}

.shiftColor a.btnBlue,
.shiftColor .btnBlue,
.shiftColor .homeWelcomeSection .half .imageMap .mapLabel,
.shiftColor .btn.btnWhite,
.shiftColor .featuredProjectsWrap .paging .swiper-proj-paging .current,
.shiftColor .subpagesWrap .spItem .content .text .titleSec .accentText,
.shiftColor #MainNavWrap .mainNav li a.current,
.shiftColor #MainNavWrap .mainNav li:hover .topNavLink,
.shiftColor h2,
.shiftColor a .upButton p,
.shiftColor #TwoColumn #RightColumn .sidebar .sideNavItem a:hover,
.shiftColor #TwoColumn #RightColumn .sidebar .sideNavItem .current,
.shiftColor #MainNavWrap .mainNav .subNav ul li a.current,
.shiftColor .featuredProjectWrap .right .content .top .accentText,
.shiftColor .galleryWrap .paging .current,
.shiftColor .headerSection .accentText,
.shiftColor .pagination span,
.shiftColor .blue,
.shiftColor .tl-headline,
.shiftColor .tl-timeline .tl-slide-content .tl-headline-date,
.shiftColor #TwoColumn #LeftColumn .date,
.shiftColor #TwoColumn #RightColumn .sidebar .recentArticles .item .date {
    color: #3271A4 !important;
}

.shiftColor .featuredProjectsWrap .swiper-container-thumbs,
.shiftColor .featuredProjectsWrap .swiper-container-thumbs .swiper-slide,
.shiftColor .textSliderWrap,
.shiftColor .testimonialBanner {
    background-color: #47779E;
}

    .shiftColor .featuredProjectsWrap .swiper-container-thumbs .swiper-slide:hover,
    .shiftColor .featuredProjectsWrap .swiper-container-thumbs .swiper-slide-thumb-active {
        background-color: #306B9C;
    }

.shiftColor .newsDisplayWrap .top .title,
.shiftColor .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick .tl-timeaxis-tick-text,
.shiftColor .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text {
    color: #666666;
}

.shiftColor .tl-timemarker-content {
    background-color: #ffffff;
}

.shiftColor footer .copyrightLine .content .right .copyright,
.shiftColor .span,
.shiftColor footer .copyrightLine .content .right,
.shiftColor footer .copyrightLine .content .right a,
.shiftColor .contrastbutton,
.shiftColor a.btnBlue:hover,
.shiftColor .btnBlue:hover {
    color: #ffffff !important;
}

.shiftColor #TwoColumn #RightColumn .sidebar .sidebarCalloutWrap {
    background-color: rgba(48,107,156,.6);
}
/* ----------------------------------------------------
		End ADA Color Shifting
------------------------------------------------------- */