/**RESET**/

* {
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

.bold {
    font-weight: 700;
}

.xbold {
    font-weight: 800;
}

.italic {
    font-weight: italic;
}

a, img {
    outline: none;
    border: 0px;
    text-decoration: none;
}

ul, li {
    list-style-type: none;
}
.news-excerpt-container ul,
.single-post .news-cont ul{
    padding-left: 17px;
}
.news-excerpt-container ul,
.news-excerpt-container ul li,
.single-post .news-cont ul,
.single-post .news-cont ul li{
    list-style-type:disc;
}
html, body {
    width: auto;
    min-width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
}

html {
    -ms-content-zooming: none;
}

@-ms-viewport {
    width: device-width;
}

.fade {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.fade:hover, .fade:active {
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}


/****BASIC STYLES****/

body {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #666;
    letter-spacing: 1px;
    background: #eee;
    overflow-x: hidden;
}

html.overflow-hidden {
    overflow: hidden;
    height: 100%;
}

h1, h2, h3, h4, h5 {}

a:link {
    text-decoration: none;
    outline: none;
    color: #404355;
}

a:active {
    color: #999;
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #404355;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #999;
    text-decoration: none;
    outline: none;
}

.noscroll {
    overflow: hidden;
}

.show-767 {
    display: none;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .show-767 {
        display: block;
    }
}


/****LAYOUT****/

.contain {
    width: 1140px;
    display: block;
    position: relative;
    margin: 0px auto;
    float: none;
}

.page-template-page-team-cares .contain {

    overflow:hidden;
    }
.main {
    float: left;
    position: relative;
    width: 100%;
    background: #fff;
}

.section-wrap {
    padding: 100px 0;
}

.section-wrap.nt {
    padding: 100px 0 0 0;
}

.section-wrap.small-wrap {
    padding: 50px 0;
}

.section-wrap-small {
    padding: 40px 0;
}

.list-50 {
    width: 50%;
    float: left;
}

.clearfix {
    clear: both;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .contain {
        width: 990px;
    }
}

@media screen and (max-width: 1023px) {
    .contain {
        width: 100%;
        padding: 0 8px;
        box-sizing: border-box;
    }
    .section-wrap {
        padding: 70px 8px;
    }
    .section-wrap-small {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 24px;
    }
    .section-wrap {
        padding: 30px 8px;
    }
    .section-wrap.small-wrap {
        padding: 50px 8px;
    }
    .list-50 {
        width: 100%;
        float: left;
    }
}
.featherlight .caption{
    position: absolute;
    bottom: 0;
    background: #fff;
    width: calc(100% - 50px);
    box-sizing: border-box;
    font-weight:bold;
    padding-top:10px;
}
/**PRELOADER**/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    z-index: 100000;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/****IE8 UPGRADE SPLASH****/

#ie-upgrade {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: #55565d;
    z-index: 9999;
    display: none;
}

#ie-upgrade span.cont {
    width: 80%;
    top: 33%;
    margin: 0px auto;
}

#ie-upgrade span.cont a {
    text-transform: none;
    display: inline;
    border: none;
    background: transparent;
    font-size: 15px;
    margin: 0 0 0 0;
    text-decoration: underline;
    letter-spacing: 2px;
    line-height: inherit;
    padding: 0 0 0 0;
}

#ie-upgrade span.cont a.splash-link {
    text-transform: uppercase;
    display: inline-block;
    border: 4px solid #fff;
    background: rgba(255, 255, 255, .05);
    font-size: 21px;
    text-decoration: none;
    margin: 50px 0 0;
    letter-spacing: 4px;
    line-height: 30px;
    padding: 13px 30px;
}


/****HEADER****/

#top {
    width: 100%;
    float: left;
    position: relative;
    height: 32px;
    background: #fff;
    border-bottom: 4px solid #ccc;
    font-size: 13px;
}

#top ul.top-lt {
    float: left;
    margin: 6px 0 0;
    padding: 0;
    color: #999;
}

#top ul.top-lt li {
    float: left;
    padding: 0 10px 0 0;
    height: 20px;
    line-height: 20px;
}

#top ul.top-lt li a {
    color: #999;
    border-left: 1px solid #ccc;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
}

#top ul.top-lt li a:active, #top ul.top-lt li a:hover {
    color: #404355;
}


/*
 * Added rules for social ul in #hd-main 7-30-15
 */

#hd-main ul.email {
    float: right;
}

#top ul.social {
    float: right;
    margin: 6px 0 0;
    /*margin: 3px 0 0;*/
}

#hd-main ul.social {
    float: right;
    margin: 33px 0 0;
}

#top ul.social li, #hd-main ul.social li {
    float: right;
}

#top ul.social li a {
    float: left;
    text-indent: -9999px;
    margin: 0 0 0 6px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ccc no-repeat center center;
    transition: all .125s ease-in-out;
    -moz-transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}


/*#hd-main ul.social li a {
	float: left;
	text-indent: -9999px;
	margin: -5px 0 0 6px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #ccc no-repeat center center;
    transition: all .125s ease-in-out;
   -moz-transition: all .125s ease-in-out;
   -webkit-transition: all .125s ease-in-out;
}*/

#top ul.social li a {
    position:relative;
    text-indent: -9999px;
    margin: 0 0 0 6px;
    transition: all .125s ease-in-out;
    -moz-transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
    /* Added 7-30-15*/
    color: #999;
}

#top ul.social li a:hover {
    color: #404355;
}

#hd-main ul.social li a:hover {
    background-color: #404355;
}

#top ul.social li a.fb, #hd-main ul.social li a.fb {
    background-image: url(../images/fb.png);
}

#top ul.social li a.tw, #hd-main ul.social li a.tw {
    font-family:"Font Awesome 6 Pro"!important;
    text-indent:0;
    text-align:center;
    font-style:normal;
    font-weight:400;
    color:#fff;
    font-size:12px;
    /*background-image: url(../images/tw.png);*/
}

#top ul.social li a.tw i, #hd-main ul.social li a.tw i {
    margin:0 0 0 2px;
    display:block;
    line-height:20px;
    }
#top ul.social li a.tt i, #hd-main ul.social li a.tt i {
    margin:0 0 0 2px;
    display:block;
    line-height:20px;
    }
#top ul.social li a.tt, #hd-main ul.social li a.tt {
    font-family:"Font Awesome 6 Pro"!important;
    text-indent:0;
    text-align:center;
    font-style:normal;
    font-weight:400;
    color:#fff;
    font-size:12px;
    /*background-image: url(../images/tw.png);*/
}


#top ul.social li a.li, #hd-main ul.social li a.li {
    background-image: url(../images/li.png);
}
#top ul.social li a.yt, #hd-main ul.social li a.yt {
    background-image: url(../images/yt.png);
}

#top ul.social li a.insta, #hd-main ul.social li a.insta {
    background-image: url(../images/insta.png);
}

#hd-main {
    height: 86px;
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 4px solid #ccc;
}

#hd-main a.logo {
    float: left;
    width: 376px;
    height: 48px;
    /*background: url(../images/logo-full.png) no-repeat center center;*/
    background: url(../images/logo-notag.png) no-repeat center center;
    /*background-size: cover;*/
    background-size: contain;
    background-position: center left;
    text-indent: -9999px;
    margin: 21px 0 0;
}

#hd-main ul.sub-nav {
    float: right;
    position: relative;
    padding: 0px;
    margin: 35px 0 0;
}

#hd-main ul.sub-nav li {
    float: right;
    border-right: 1px solid #404355;
}

#hd-main ul.sub-nav li:first-child {
    border-right: 0px;
}

#hd-main ul.sub-nav li a {
    padding: 0 12px;
    float: left;
    line-height: 16px;
    color: #404355;
    font-size: 14px;
}

#hd-main ul.sub-nav li:first-child a {
    padding-right: 0px;
}

#hd-main ul.sub-nav li a:active, #hd-main ul.sub-nav li a:hover {
    color: #666;
}

@media screen and (max-width: 767px) {
    #top {
        display: none;
    }
    #hd-main {
        height: auto;
    }
    #hd-main a.logo {
        float: none;
        width: auto;
        /*max-width: 90%;*/
        max-width: 50%;
        /*padding-bottom: 12.766%;*/
        padding-bottom: 12.766%;
        height: auto;
        background-size: contain;
        margin: 0px auto;
        display: block;
    }
    #hd-main ul.sub-nav {
        display: none;
    }
    #hd-main ul.social {
        display: none;
    }
}


/****MAIN NAV****/

#main-nav {
    float: left;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    background: #404355;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

#main-nav ul li {
    float: left;
    position: relative;
    display: inline-block;
}

#main-nav ul li a {
    color: #fff;
    float: left;
    display: inline-block;
    line-height: 20px;
    padding: 10px 28px 11px 0;
}

#main-nav ul li a:hover {
    color: #ccc;
}

#main-nav ul li a span {
    float: left;
    display: inline-block;
}
#main-nav ul li:nth-child(7) a{
    color:#52adb1;
}
#main-nav ul li a span.divide {
    height: 20px;
    width: 2px;
    background: #001a2c;
    margin: 0 28px 0 0;
}
#main-nav ul li a span.divide.end {
    height: 20px;
    width: 2px;
    background: #001a2c;
    margin: 0 0 0 28px;
}

#main-nav ul li a span.last {
    margin-left: 28px;
}

#main-nav ul li ul.drop {
    position: absolute;
    z-index: 1000;
    top: 40px;
    left: 0;
    width: auto;
    background: #ccc;
    transition-property: all;
    transition-duration: .1s;
    max-height: 0;
    padding: 0;
    overflow-y: hidden;
}

#main-nav ul li:hover ul.drop {
    max-height: 999px;
    padding: 4px 0;
    overflow-y: visible;
}

#main-nav ul li ul.drop li {
    float: left;
    width: auto;
    position: relative;
    height: auto;
    display: inline-block;
}

#main-nav ul.drop li a {
    float: left;
    height: auto;
    width: auto;
    display: inline-block;
    line-height: 40px;
    color: #404355;
    white-space: nowrap;
    padding: 0 28px;
}

#main-nav ul.drop li a:active, #main-nav ul.drop li a:hover {
    color: #666;
}

#main-nav ul.drop li a span {
    float: left;
    display: inline-block;
    width: 210px;
    padding: 0;
    border-bottom: 1px solid #999;
    border-top: 1px solid #e1e1e1;
}

#main-nav ul.drop li ul.drop2 {
    left: 100%;
    top: -1px;
    padding: 3px 0;
    background: #eee;
    transition-property: all;
    transition-duration: .15s;
    max-width: 0;
    max-height: auto;
    overflow-x: hidden;
}

#main-nav ul.drop li:hover ul.drop2 {
    max-width: 999px;
}

#main-nav ul.drop li ul.drop3 {
    top: -4px;
    padding: 4px 0;
}

#main-nav ul.drop li ul.drop2 li a span {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

#main-nav ul.drop li:first-child a span, #main-nav ul.drop li ul li:first-child a span {
    border-top: 0px;
}

#main-nav ul.drop li:nth-last-child(1) a span, #main-nav ul.drop li ul li:nth-last-child(1) a span {
    border-bottom: 0px;
}

#main-nav li.listings {
    float: right;
    padding: 0;
    margin: 0;
}

#main-nav li.listings a {
    float: left;
    padding: 0;
    background-color: #d7ad1e;
    margin: 0;
    height: 40px;
    line-height: 40px;
    transition: all .125s ease-in-out;
    -moz-transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}

#main-nav li.listings a p {
    float: left;
    padding: 0 22px;
}

#main-nav li.listings a span {
    width: 40px;
    height: 40px;
    display: block;
    float: right;
    border-left: 2px solid #404355;
    background: url(../images/arrow-rt-white.png) no-repeat center center;
}

#main-nav li.listings a:hover {
    background-color: #eee;
    color: #404355;
}

#main-nav li.listings a:hover span {
    background: url(../images/arrow-rt-blue.png) no-repeat center center;
}

#main-nav a#navbtn, #main-nav a#listings {
    display: none;
    float: left;
    width: 50%;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}

#main-nav a#listings {
    background: #d7ad1e;
}

#nav-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 10000;
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

#nav-close:hover {
    opacity: .8;
}


@media screen and (max-width: 1199px) {
    
#main-nav ul li a span.divide {
    height: 20px;
    width: 2px;
    background: #001a2c;
    margin: 0 18px 0 0;
}
#main-nav ul li a span.divide.end {
    height: 20px;
    width: 2px;
    background: #001a2c;
    margin: 0 0 0 18px;
}

#main-nav ul li a {
    color: #fff;
    float: left;
    display: inline-block;
    line-height: 20px;
    padding: 10px 18px 11px 0;
}

}
@media screen and (max-width: 1023px) {
    #main-nav ul.drop li ul.drop3 {
        display: none !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #main-nav ul li a {
        padding: 11px 18px 11px 0;
    }

    #main-nav ul li a span.divide {
        margin: 0 18px 0 0;
    }

    #main-nav ul li a span.last {
        margin-left: 18px;
    }

    #main-nav ul.drop li a {
        padding: 0 18px;
    }

    #main-nav li.listings a p {
        padding: 0 18px;
    }
}
@media screen and (max-width: 767px) {
    #main-nav {
        height: 36px;
    }

    #main-nav a#navbtn, #main-nav a#listings {
        display: block;
    }

    #main-nav ul {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: auto;
        max-height: 100%;
        min-height: 100%;
        overflow-y: scroll;
        background: #001a2c;
        z-index: 10000;
        padding: 20px;
    }

    #main-nav ul li.listings {
        display: none;
    }

    #main-nav ul li {
        float: left;
        display: block;
        width: 100%;
        height: auto;
    }

    #main-nav ul li a {
        line-height: 36px;
        padding: 0;
        font-size: 15px;
        float: left;
        text-indent: 12px;
        width: 100%;
        border-top: 1px solid #777;
    }

    #main-nav ul li a:hover {
        color: #fff;
        background: rgba(0, 0, 0, .25);
    }

    #main-nav ul li:first-child a {
        border-top: 0px;
    }

    #main-nav ul li a span {
        float: left;
        display: inline-block;
    }

    #main-nav ul li a span.divide {
        display: none;
    }

    #main-nav ul li a span.last {
        margin: 0;
    }

    #main-nav ul li ul.drop, #main-nav ul.drop li ul.drop2 {
        position: relative;
        top: auto;
        left: auto;
        float: left;
        width: 100%;
        max-width: auto;
        overflow: visible;
        display: inline-block;
        max-height: 9999px;
        border-top: 1px solid #333;
        height: auto;
        clear: both;
        padding: 6px 0;
        background: none;
    }

    #main-nav ul li:hover ul.drop {
        max-height: 999px;
        padding: 6px 0;
    }

    #main-nav ul.drop li ul.drop2 {
        margin-top: 6px;
        border-bottom: 1px solid #333;
        margin-bottom: 6px;
    }

    #main-nav ul li ul.drop li {
        float: left;
        width: 100%;
        position: relative;
        height: auto;
        display: block;
    }

    #main-nav ul.drop li a {
        line-height: 28px;
        color: #ccc;
        border: none;
        padding: 0 0 0 6px;
        width: 100%;
    }

    #main-nav ul.drop li a:hover {
        color: #fff;
    }

    #main-nav ul.drop li a span {
        float: left;
        display: inline-block;
        width: auto;
        padding: 0;
        border: 0px;
    }

    #main-nav ul.drop li ul.drop2 li a {
        border: 0px;
        padding-left: 12px;
        color: #999;
    }

    #main-nav ul.drop li ul.drop2 li a span {
        border: 0px;
    }

    #nav-close {
        display: block;
    }

    #drop-about, #drop-services, #drop-markets {
        max-height: 35px;
        overflow: hidden;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }

    #drop-about.open {
        max-height: 222px;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }

    #drop-services.open {
        max-height: 270px;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }

    #drop-markets.open {
        max-height: 290px;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
}
@media screen and (max-width: 1023px) {
    #main-nav ul.drop li ul.drop3 {
        display: none !important;
    }
}

/****FOOTER****/
footer {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    padding: 40px 0;
    border-top: 4px solid #ccc;
}
footer article {
    float: left;
    margin: 0;
    width: calc(33.33% - 20px);
}
footer article:nth-child(2) {
    margin: 0 30px;
}
footer h4 {
    text-transform: uppercase;
    padding: 0 0 12px 0;
}
footer a:link, footer a:visited {
    color: #666;
}
footer a:active, footer a:hover {
    color: #404355;
}
footer ul.locations, footer ul.locations li {
    float: left;
}
footer ul.locations li {
    float: left;
    list-style-type: disc;
    width: 50%;
}
footer a.social {
    float: left;
    text-indent: -9999px;
    margin: 0 10px 0 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #404355 no-repeat center center;
    transition: all .125s ease-in-out;
    -moz-transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}
footer a.social:hover {
    background-color: #999;
}
footer a.fb {
    background-image: url(../images/fb.png);
}
footer a.tw {
    background-image: url(../images/tw.png);
}
footer a.li {
    background-image: url(../images/li.png);
}
footer a.yt {
    background-image: url(../images/yt.png);
}
footer a.insta {
    background-image: url(../images/insta.png);
}

footer a.tw, footer a.tw {
    font-family:"Font Awesome 6 Pro"!important;
    text-indent:0;
    text-align:center;
    font-style:normal;
    font-weight:400;
    color:#fff;
    font-size:12px;
    background-image: unset;
}

footer a.tw i, footer a.tw i {
    margin:0 auto;
    display:block;
    line-height:20px;
    }
footer a.tt i, footer a.tt i {
    margin:0 auto;
    display:block;
    line-height:20px;
    }
footer a.tt, footer a.tt {
    font-family:"Font Awesome 6 Pro"!important;
    text-indent:0;
    text-align:center;
    font-style:normal;
    font-weight:400;
    color:#fff;
    font-size:12px;
    /*background-image: url(../images/tw.png);*/
}
footer p {
    float: left;
    margin: 20px 0 0;
}
footer form {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0 0;
}
footer form input[type="email"] {
    float: left;
    width: 248px;
    height: 28px;
    text-indent: 10px;
    line-height: 28px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 14px;
    color: #999;
    letter-spacing: 1px;
    padding: 0;
    border: 1px solid #cecece;
    background: #fff;
}
footer form input[type="submit"] {
    float: left;
    width: 28px;
    box-sizing: content-box;
    height: 28px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #cecece;
    border-left: 0px;
    background: #fff url(../images/arrow-rt-grey.png) center center no-repeat;
}
footer form input[type="submit"]:hover {
    background-color: #eee;
}
footer #signup {
    float: left;
    margin: 10px 0 5px 0;
    padding: 5px 7px;
    background: #404355;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    footer form input[type="email"] {
        width: 180px;
    }

    footer ul.locations li {
        list-style: none;
    }
}
@media screen and (max-width: 767px) {
    footer {
        padding: 12px 0;
    }

    footer h4 {
        padding: 0 0 16px 0;
    }

    footer article, footer article:nth-child(2) {
        float: left;
        margin: 0 0 18px;
        padding: 18px 0 0;
        border-top: 1px solid #ccc;
        width: 100%;
    }

    footer article:first-child {
        border-top: 0;
    }

    footer ul.locations {
        margin-left: 15px;
    }

    footer form input[type="email"] {
        width: calc(100% - 31px);
    }
}

/****LANDING****/
#welcome {
    position: relative;
    float: left;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    height: calc(100% - 286px);
}
#welcome #msg-wrap {
    height: 100%;
}
#welcome .msg {
    position: absolute;
    bottom: 22%;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}
#welcome .msg:hover {
    opacity: .80;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#welcome .msg h1 {
    width: 100%;
    font-size: 62px;
    float: left;
    font-weight: 400;
    line-height: 62px;
}
#welcome .msg h3 {
    text-transform: uppercase;
    float: left;
    font-size: 19px;
    margin-top: 32px;
    width: auto;
    display: inline-block;
    height: 24px;
    line-height: 27px;
    letter-spacing: .1em;
    /*background: url(../images/arrow-rt-white.png) no-repeat right center;*/

    padding-right: 28px;
}
#jump {
    padding-bottom: 120px;
}
a.jump {
    font-size: 28px;
    width: 100%;
    float: left;
    line-height: 120px;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: .1em;
    font-weight: 600;
    color: #c3c3c3;
    position: relative;
    background: #fff url(../images/arrow-dn.png) no-repeat center center;
}
a.jump span {
    padding: 0 0 0 60px;
}
a.jump span:first-child {
    padding: 0 60px 0 0;
}
@media screen and (max-width: 1199px) {
    #welcome {
        position: relative;
        height: calc(100% - 266px);
    }

    a.jump {
        font-size: 24px;
        line-height: 100px;
        background-size: 48px 48px;
    }

    a.jump span {
        padding: 0 0 0 45px;
    }

    a.jump span:first-child {
        padding: 0 45px 0 0;
    }
}
@media screen and (max-width: 1023px) {
    #welcome {
        position: relative;
        height: calc(100% - 256px);
    }

    a.jump {
        font-size: 22px;
        line-height: 90px;
        background-size: 42px 42px;
    }

    a.jump span {
        padding: 0 0 0 38px;
    }

    a.jump span:first-child {
        padding: 0 38px 0 0;
    }

    #welcome .msg h1 {
        font-size: 58px;
        line-height: 58px;
    }

    #welcome .msg h3 {
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 767px) {
    #welcome {
        position: relative;
        height: calc(100% - 113px);
    }

    #jump {
        display: none;
    }

    #welcome .msg {
        bottom: 10%;
    }

    #welcome .msg h1 {
        font-size: 36px;
        max-width: 90%;
        font-weight: 400;
        line-height: 36px;
    }

    #welcome .msg h3 {
        background: none;
        margin-top: 48px;
        height: auto;
    }
}

/****HOME CONT****/
.slides-container ul li strong {
    font-weight: 800;
}
h2#services {
    float: left;
    position: relative;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    line-height: 32px;
    font-size: 32px;
    padding: 24px 0;
    background: #eee;
    color: #666;
    text-align: center;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin:100px 0 0;
    }
h2#services:before, h2#services:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #fff;
    }
h2#services:after {
    top: auto;
    bottom: 0;
    }
.serv-wrap a {
    text-align: center;
    display: inline-block;
    width: 40%;
    margin: 0;
    padding: 0 2%;
    box-sizing: border-box;
    float: left;
    margin-left: 10%;
    transition: all .125s ease-in-out;
    -moz-transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
    }
.serv-wrap a:nth-child(even) {
    float: right;
    margin-right: 10%;
    margin-left: 0;
    }
.serv-wrap a:nth-child(-n+2) {
    margin-bottom: 60px;
    }
.serv-wrap a h3 {
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    line-height: 24px;
    margin-bottom: 12px;
    color: #404355;
    }
.serv-wrap a h3:after {
    content: "";
    position: relative;
    width: 50px;
    display: block;
    clear: both;
    margin-top: 14px;
    left: 50%;
    margin-left: -25px;
    text-align: center;
    height: 4px;
    background: #ddd;
    }
.serv-wrap a p {
    float: left;
    color: #666;
    letter-spacing: 0;
    }
.banner {
    width: auto;
    max-width: 100%;
    min-width: 100%;
    float: left;
    padding: 80px 0;
    }
.map-span {
    background: url(../images/home/map.jpg) no-repeat center center;
    background-size: cover;
    }
.cw-span {
    background: url(../images/home/cafe-img.jpg) no-repeat center center;
    background-size: cover;
    }
.banner div {
    float: right;
    width: 48%;
    text-align: left;
    padding: 0;
    }
.cw-span div {
    float: none;
    width: 960px;
    }
.banner div a {
    color: #fff;
    float: left;
    position: relative;
    z-index: 10;
    }
.banner div a:hover {
    opacity: .80;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }
.banner.map-span div a:hover {
    opacity: 1;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
.banner div h1 {
    font-size: 62px;
    float: left;
    font-weight: 400;
    line-height: 62px;
    }
.banner div h3 {
    text-transform: uppercase;
    float: left;
    clear: both;
    font-size: 18px;
    margin-top: 42px;
    width: auto;
    display: inline-block;
    padding: 8px 24px;
    border: 3px solid #fff;
    letter-spacing: .1em;
    }/*
.cw-span div img {
    position: absolute;
    bottom: -80px;
    right: 0;
    }*/
section.featured {
    background: #eee;
    padding: 100px 0;
    }
.featured h3.title {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    }
.featured h3.title a {
    text-transform: none;
    color: #ccc;
    }
.featured h3.title a:active, .featured h3.title a:hover {
    color: #aaa;
    }
.featured ul {
    float: left;
    width: 100%;
    padding-top: 36px;
    border-top: 1px solid #fff;
    }
.featured ul li {
    float: left;
    padding-bottom: 20px;
    width: calc(33% - 20px);
    margin: 0;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    background: #fff;
    margin-bottom: 30px;
    display: inline-block;
    }
.featured ul li:nth-child(1), .featured ul li:nth-child(2), .featured ul li:nth-child(4), .featured ul li:nth-child(5), .featured ul li:nth-child(7), .featured ul li:nth-child(8) {
    margin: 0 30px 0 0;
    }
.featured ul li a {
    float: left;
    width: 100%;
    height: 100%;
    }
.featured ul li .hover {
    float: left;
    position: relative;
    width: 100%;
    }
.featured ul li .hover img {
    position: relative;
    float: left;
    z-index: 1;
    width: 100%;
    height: auto;
}
.featured ul li .hover p {
    position: absolute;
    top: 0;
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background: rgba(0, 26, 44, .5);
}
.featured ul li:hover .hover p {
    opacity: 1;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.featured ul li .hover p span {
    position: relative;
    display: block;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px auto;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
    width: 60px;
    z-index: 10000;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .25);
}
.featured ul li h3.prop {
    float: left;
    display: block;
    clear: both;
    padding: 21px 12px 0;
    margin: 0;
    line-height: 21px;
    text-transform: uppercase;
    font-size: 18px;
    color: #404355;
}
.featured ul li p.des {
    float: left;
    display: block;
    clear: both;
    color: #666;
    font-size: 16px;
    line-height: 21px;
    padding: 2px 12px 0;
    margin: 0;
}
.featured ul li h4 {
    float: left;
    display: inline-block;
    color: #666;
    clear: left;
    font-size: 16px;
    line-height: 21px;
    padding: 2px 10px 0 12px;
    width: calc(100% - 22px);
    margin: 12px 0 0;
}
.featured ul li h4.size {
    float: right;
    clear: none;
    padding: 2px 12px 0 0;
    width: calc(35% - 12px);
}
.news-wrap {
    padding: 100px 0;
    position: relative;
}
.news-wrap ul.recent {
    position: absolute;
    width: 33.33%;
    padding-right: 60px;
    box-sizing: border-box;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-wrap ul.recent li {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    padding: 20px 0;
    border-bottom: 2px dotted #ccc;
}
.news-wrap ul.recent li a {
    float: left;
    color: #666;
}
.news-wrap ul.recent li a:active, .news-wrap ul.recent li a:hover {
    float: left;
    color: #999;
}
.news-wrap ul.recent li span.date {
    font-weight: 600;
}
.news-wrap ul.recent li:first-child {
    font-size: 18px;
    color: #404355;
    text-transform: uppercase;
    border-bottom: 0px;
    padding-bottom: 0px;
    font-weight: 600;
    padding-top: 0;
}
.news-wrap ul.recent li:nth-last-child(1) {
    border-bottom: 0;
    padding-bottom: 0;
}
.quote {
    float: right;
    position: relative;
    width: 66.66%;
    box-sizing: border-box;
    padding: 40px 100px;
    border-left: 2px solid #ccc;
    font-family: 'Palatino Linotype', 'Palatino', 'Times New Roman', serif;
    text-align: center;
}
.quote p .animated {
    float: left;
    font-size: 26px;
    line-height: 42px;
    color: #404355;
    width: 100%;
}
.quote span .animated {
    clear: both;
    display: block;
    font-size: 18px;
    padding-top: 18px;
    font-style: italic;
}
.soon-title, .soon-sub {
    text-align: center;
}
.soon-title {
    font-size: 36px;
    margin-bottom: 5px;
}
.soon-sub {
    font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .serv-wrap a {
        width: 48%;
        margin-left: 2%;
    }

    .serv-wrap a:nth-child(even) {
        margin-right: 2%;
    }

    .serv-wrap a:nth-child(-n+2) {
        margin-bottom: 40px;
    }

    .serv-wrap a h3 span {
        display: none;
    }

    .banner {
        padding: 50px 0;
    }

    .banner div {
        width: 50%;
    }

    .cw-span div {
        float: none;
        width: 100%;
        margin-left: 0;
        
        position:relative;
    }
    .awards{
        margin-top:20px;
    }
    .cw-span div a *{
        /*float:none;*/
    }

    .banner div a{
        width:100%;
        display: block;
        float:none;
    }
    .banner div h1 {
        font-size: 54px;
        line-height: 54px;
    }

    .banner div h3 {
        font-size: 16px;
        margin-top: 32px;
        padding: 6px 21px;
    }

    /*.cw-span div img {
        width: 260px;
        bottom: -50px;
        right: 40px;
        position: absolute;
        z-index: 1;
    }*/

    section.featured, .news-wrap {
        padding: 70px 0;
    }

    .featured ul li .hover p span {
        font-size: 48px;
        width: 48px;
    }

    .featured ul li h4 {
        float: left;
        width: calc(100% - 12px);
        padding: 0 0 0 12px;
    }

    .featured ul li h4.size {
        float: left;
        width: calc(100% - 12px);
        padding: 0 0 0 12px;
        margin-top: 0px;
    }

    .news-wrap ul.recent {
        width: 40%;
        padding-right: 40px;
        padding-left: 8px;
    }

    .quote {
        width: 60%;
        padding: 30px 60px;
    }

    .quote p .animated {
        font-size: 21px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    h2#services {
        float: left;
        position: relative;
        width: auto;
        min-width: 100%;
        max-width: 100%;
        line-height: 24px;
        font-size: 24px;
        padding: 15px 0;
        background: #eee;
        color: #666;
        text-align: center;
        font-weight: 600;
        letter-spacing: .1em;
        text-transform: uppercase;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin:0;
    }

    .serv-wrap a {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .serv-wrap a:nth-child(even) {
        margin-right: 0;
    }

    .serv-wrap a:nth-child(-n+2) {
        margin-bottom: 20px;
    }

    .banner {
        padding: 35px 0;
    }

    .banner div {
        width: calc(100% - 32px);
        float: left;
        margin: 0 0 0 16px;
        padding: 0;
    }

    .banner div h1 {
        font-size: 44px;
        line-height: 44px;
        width: 100%;
    }

    .banner div h3 {
        font-size: 16px;
        margin-top: 36px;
        padding: 6px 21px;
        float: left;
        width: auto;
        max-width: calc(100% - 32px);
    }
    .cw-span div{
        float:none;
        width:100%;
        text-align:center;
        position:relative;
        margin:0;
    }

    .cw-span div a *{
        float:none;
    }
    .cw-span div a{
        float:none;
        width:100%;

    }
    .awards{
        position:relative;
        margin-top:30px!important;
    }
   /* .cw-span div img {
        width: 180px;
        bottom: -35px;
        right: 0px;
        position: absolute;
        z-index: 1;
    }*/

    section.featured, .news-wrap {
        padding: 40px 0;
    }

    .featured ul li {
        float: left;
        width: 100%;
        margin: 0 0 12px;
    }

    .featured ul li:nth-child(even) {
        margin: 0 0 12px;
    }

    .featured ul li h4 {
        float: left;
        width: calc(100% - 12px);
        padding: 0 0 0 12px;
    }

    .featured ul li h4.size {
        float: left;
        width: calc(100% - 12px);
        padding: 0 0 0 16px;
        margin-top: 0px;
    }

    .news-wrap ul.recent {
        width: calc(100% - 8px);
        padding: 0 0 0 8px;
        position: relative;
        float: left;
        top: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .news-wrap ul.recent li {
        width: 100%;
    }

    .quote {
        width: calc(100% - 16px);
        margin: 0 0 30px 8px;
        float: left;
        padding: 0 16px 30px;
        border-bottom: 2px solid #ccc;
        border-left: 0;
    }

    .quote p .animated {
        font-size: 18px;
        line-height: 32px;
    }
}

/****SUBPAGES****/
#sub-top {
    height: 200px;
    width: auto;
    min-width: 100%;
    float: left;
    max-width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.sub-cont {
    margin-top: 80px;
}
.sub-solo {
    margin-bottom: 80px;
}
.sub-cont .sidebar {
    float: right;
    width: 25%;
    margin: 34px 0 0;
}
.sub-cont .cont-lt {
    float: left;
    width: 66%;
    letter-spacing: 0;
}
.sub-cont h4.crumbs {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #999;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
    letter-spacing: 1px;
    padding: 0 0 2px;
    margin-bottom: 32px;
    border-bottom: 1px solid #ddd;
}
.sub-cont h4.crumbs:after {
    content: '';
    position: relative;
    height: 1px;
    width: 100%;
    clear: both;
    float: left;
    margin: 6px 0 0;
    background: #ddd;
}
.sub-cont h4.crumbs span {
    color: #404355;
}
.sub-cont h3.pull {
    font-size: 21px;
    line-height: 36px;
    color: #404355;
    font-weight: 400;
    float: left;
    padding-bottom: 28px;
}
.single-post .sub-cont h3.pull {
    font-size: 32px;
    line-height: 1.3;
    color: #404355;
    font-weight: bold;
    float: left;
    padding-bottom: 28px;
    text-transform: uppercase;

}
.pull {
    color: #404355;
}
.sub-cont p {
    float: left;
    width: 100%;
    padding-bottom: 28px;
}
.sub-cont form p {
    padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
    #sub-top {
        height: 160px;
    }

    .sub-cont {
        margin-top: 60px;
    }

    .sub-solo {
        margin-bottom: 60px;
    }

    .sub-cont .sidebar {
        width: 28%;
    }

    .sub-cont h4.crumbs {
        margin-bottom: 24px;
    }

    .sub-cont h3.pull {
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 24px;
    }

    .sub-cont p {
        padding-bottom: 24px;
    }
}
@media screen and (max-width: 767px) {
    #sub-top {
        height: 120px;
    }

    .sub-cont {
        margin-top: 40px;
    }

    .sub-solo {
        margin-bottom: 40px;
    }

    .sub-cont .sidebar {
        width: 100%;
        float: left;
        margin: 0 0 20px;
    }

    .sub-cont .cont-lt {
        width: 100%;
    }

    .sub-cont h4.crumbs {
        margin-bottom: 24px;
    }

    .sub-cont h3.pull {
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 24px;
    }

    .sub-cont p {
        padding-bottom: 24px;
    }
}

/****STORY****/
#sub-top.story {
    background: url(../images/covers/story2.jpg) no-repeat center center;
    background-size: cover;
}
#sub-top.westmi {
    background: url(../images/covers/story2.jpg) no-repeat center center;
}
.sub-cont .sidebar .side-nav {
    background: #eee;
    width: 100%;
    float: left;
    border-bottom: 4px solid #bebebe;
}
.sub-cont .sidebar .side-nav li, .sub-cont .sidebar .side-nav li a {
    width: 100%;
    float: left;
    line-height: 46px;
    color: #404355;
}
.sub-cont .sidebar .side-nav li a {
    border-top: 2px solid #fff;
    padding-left: 25px;
    box-sizing: border-box;
}
.sub-cont .sidebar .side-nav li:first-child {
    background: #404355;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 60px;
    padding-left: 25px;
    box-sizing: border-box;
}
.sub-cont .sidebar .side-nav li a:hover {
    background: #ddd;
}
@media screen and (max-width: 1023px) {
    .sub-cont .sidebar .side-nav li, .sub-cont .sidebar .side-nav li a {
        line-height: 42px;
    }

    .sub-cont .sidebar .side-nav li a {
        padding-left: 20px;
    }

    .sub-cont .sidebar .side-nav li:first-child {
        line-height: 28px;
        padding: 10px 0 10px 20px;
    }
}
@media screen and (max-width: 767px) {
    .sub-cont .sidebar {
        display: none;
    }
}

/****TIMELINE****/
#timeline-wrap {
    float: left;
    background: #eee;
    position: relative;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 50px 0 60px;
    margin-top: 40px;
}
#timeline-wrap:before, #timeline-wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: #fff;
}
#timeline-wrap:after {
    top: auto;
    bottom: 0;
}
#timeline-wrap h1 {
    width: 40%;
    text-align: center;
    font-size: 42px;
    position: relative;
    color: #aaa;
    margin: 0px auto;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1.0);
    font-weight: 700;
    margin-bottom: 42px;
    padding-bottom: 36px;
    border-bottom: 1px solid #ccc;
}
#timeline-wrap h1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    background: #fff;
}
#timeline-wrap .contain {
    width: 990px;
}
.timeline-content .date {
    color: #999;
    font-size: 23px;
    font-weight: 700;
    text-shadow: 1px 1px 0px #fff;
    top: 0px;
}
.timeline-content h2 {
    font-size: 23px;
    line-height: 32px;
    color: #404355;
}
.timeline-block:nth-child(odd) .timeline-content h2 {
    text-align: right;
}

#timelineAwards{
    border-top:4px double #ddd;
    margin:100px auto;
}
#timelineAwards h3{
    color:#3f4355;
    font-size:42px;
    line-height:50px;
    letter-spacing: .018em;
    font-weight: bold;
    margin:70px 0 60px;
}
#timelineAwards .awardsText{
    display: inline-block;
    width:50%;
    float:left;
}
#timelineAwards .awardsText p{
    margin-bottom: 45px;
}
#timelineAwards .logos{
    display: inline-flex;
    float:left;
    width:50%;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    margin-top:70px;
}
#timelineAwards .logos img{
    display: inline-block;
    width: 50%;
    flex: none;
    max-width: 150px;
    margin: 30px 60px;
}
@media screen and (max-width: 1023px) {
    #timeline-wrap {
        padding: 30px 0 40px;
    }

    #timeline-wrap .contain {
        width: 100%;
        padding: 0 8px;
        box-sizing: border-box;
    }

    #timeline-wrap h1 {
        width: 100%;
        font-size: 32px;
        margin-bottom: 42px;
        padding-bottom: 28px;
    }

#timelineAwards .awardsText{
    display: inline-block;
    width:100%;
    float:left;
}
#timelineAwards .awardsText p{
    margin-bottom: 25px;
}
#timelineAwards .logos{
    display: inline-flex;
    float:left;
    width:100%;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    margin-top:35px;
}

#timelineAwards .logos img{
    display: inline-block;
    width: 50%;
    flex: none;
    max-width: calc(50% - 60px);
    margin: 15px 30px;
}
}
@media screen and (max-width: 767px) {
    .timeline-block:nth-child(odd) .timeline-content h2 {
        text-align: left;
    }

    .timeline-content .date {
        font-size: 19px;
        padding-bottom: 0;
    }

    .timeline-content h2 {
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }
}

/****SERVICES****/
#sub-top.brokerage {
    background: url(../images/covers/brokerage.jpg) no-repeat center center;
    background-size: cover;
}
.sub-cont .sidebar .side-nav li.sub {
    background: #e1e1e1;
    text-indent: 10px;
}
.sub-cont .sidebar .side-nav li.sub a {
    border-top: 2px dotted #fff;
}
#accord-wrap {
    float: left;
    position: relative;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin-top: 40px;
}
#accord-wrap>ul {
    float: left;
    position: relative;
    width: 100%;
}
#accord-wrap>ul>li {
    float: left;
    position: relative;
    width: 100%;
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3px;
}
#accord-wrap ul li>a {
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    color: #404355;
    display: block;
    text-transform: uppercase;
}
#accord-wrap ul li>a.open, #accord-wrap ul li:hover>a {
    background: #e1e1e1;
}
#accord-wrap ul li a .toggle-icon {
    position: absolute;
    right: 0px;
    font-size: 28px;
    line-height: 60px;
}
#accord-wrap ul li .content {
    padding-top: 20px;
    padding-bottom: 20px;
}
#accord-wrap ul li .content p {
    display: block;
    margin: 20px 0;
}
#accord-wrap ul li .content p:first-child {
    display: block;
    margin: 0 0 20px 0;
}
#accord-wrap ul li .content p:last-child {
    display: block;
    margin: 20px 0 0 0;
}
#accord-wrap ul li .content a {
    font-weight: bold;
    line-height: 24px;
}
h4.facts {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    position: relative;
    line-height: 52px;
    color: #404355;
    text-transform: uppercase;
}
h4.facts:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    background: #ddd;
}
ul.fun-facts {
    width: 100%;
    float: left;
    margin-top: 24px;
}
.fun-facts li {
    display: block;
    display: none;
    font-family: 'Palatino Linotype', 'Palatino', 'Times', serif;
    font-size: 32px;
    line-height: 150%;
    color: #666;
    text-align: center;
    width: 94%;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1023px) {
    #accord-wrap ul li a .toggle-icon {
        right: 8px;
    }

    .fun-facts li {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    #accord-wrap ul li a {
        line-height: 50px;
        font-size: 16px;
    }

    #accord-wrap ul li a .toggle-icon {
        font-size: 24px;
        line-height: 50px;
        right: 8px;
    }

    .fun-facts li {
        font-size: 24px;
    }
}

/****TEAM****/
#sub-top.team {
    background: url(../images/covers/team.jpg) no-repeat center center;
    background-size: cover;
}
.sub-cont h2.team {
    width: 100%;
    float: left;
    font-size: 42px;
    padding-bottom: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #404355;
}
.sub-cont .half {
    float: left;
    width: calc(50% - 15px);
}
.sub-cont .half-rt {
    float: right;
}
#team-select {
    margin: 28px auto 0;
    position: relative;
}
#top-controls {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 3px 0 0;
    padding-top: 36px;
}
#top-controls:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    border-top: 1px solid #ddd;
}
#department-sel option {
  text-transform: uppercase;
}
#team-select select {
    float: left;
    width: calc(33.333% - 8px);
    margin-left: 12px;
    height: 42px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    padding-left: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'proxima-nova', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #404355;
    cursor: pointer;
    background: #eee url(../images/arrow-dn-box.png) no-repeat center right;
}
#team-select select:disabled {
    color: #ddd;
}
#team-select select:disabled:hover {
    background-color: #eee;
    cursor: default;
}
#team-select select::-ms-expand {
    display: none;
}
#team-select select:first-child {
    margin-left: 0;
}
#team-select select:hover {
    background-color: #e1e1e1;
}
#team-select input#staff-search {
    float: left;
    width: calc(100% - 2px);
    height: 42px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 16px;
    text-indent: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'proxima-nova', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #999;
    cursor: pointer;
    margin: 10px 0 0;
    background: #eee url(../images/x-rt-box.png) no-repeat center right;
}
#team-select input#staff-search:disabled:hover {
    cursor: default;
}
#team-select input#staff-search:disabled::-webkit-input-placeholder {
    color: #ddd;
}
#team-select input#staff-search:disabled:-moz-input-placeholder {
    color: #ddd;
}
#team-select input#staff-search:disabled::-moz-input-placeholder {
    color: #ddd;
}
#team-select input#staff-search:disabled:-ms-input-placeholder {
    color: #ddd;
}
#team-select input#staff-search:disabled:-placeholder-shown {
    color: #ddd;
}
#clearSearch {
    width: 42px;
    height: 42px;
    margin: -42px 1px 0 0;
    background: transparent;
    float: right;
}
#clearSearch:hover {
    cursor: pointer;
}
#team-select #firm-list {
    width: 100%;
    height: auto;
    float: left;
    margin: 40px 0 0;
    position: relative;
    height:auto!important;
    display:flex;
    flex-wrap:wrap;
    gap:0 60px;
}

#team-select #firm-list:before {
    content: '';
    height: 100%;
    width: 1px;
    left: 50%;
    position: absolute;
    padding-bottom: 30px;
    background: #e1e1e1;
}
#team-select #firm-list .firm-member {
    float: none;
    width: calc(50% - 30px);
    padding: 30px 15px;
    margin: 0 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    position: relative!important;
    left: unset!important;
    top: unset!important;
}
#team-select #firm-list .firm-member img {
    float: left;
    display: block;
}
#team-select #firm-list .firm-member ul {
    float: left;
    width: calc(100% - 205px);
    margin-left: 25px;
}
#team-select #firm-list .firm-member ul li {
    display: block;
    line-height: 24px;
    /*overflow: hidden;*/

    text-overflow: ellipsis;
}
#team-select #firm-list .firm-member ul li:first-child {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #404355;
}
#team-select #firm-list .firm-member ul li:nth-child(2) {
    padding-bottom: 12px;
}
#team-select #firm-list .firm-member ul li a {
    color: #404355;
}
#team-select #firm-list .firm-member ul li.profile a {
    float: left;
    width: 180px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 16px;
    text-indent: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin: 25px 0 0;
    background: #eee url(../images/arrow-rt-box.png) no-repeat center right;
}
#team-select #firm-list .firm-member ul li.profile a:hover {
    background-color: #e1e1e1;
}
.profiles {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    background: rgba(64, 67, 85, .9);
    overflow: hidden;
    z-index: 10000;
}
.profiles .profile {
    visibility: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 50%;
    width: 1140px;
    height: 600px;
    margin: 0 auto;
    padding: 0 15px 0 0;
    color: #fff;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow-y: scroll;
    overflow-x: hidden;
}
.sub-solo.profiles {
    visibility: visible;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background: transparent;
}
.sub-solo.profiles .profile {
    visibility: visible;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    color: #666;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    overflow-y: hidden;
}
.profiles .profile.profile-tall {
    padding: 40px 0;
    position: static;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}
.profiles .profile:first-child {
    display: block;
}
.profiles .profile .profile-heading {
    margin-top: 40px;
}
.profiles .profile .experience ul, .profiles .profile .experience p {
    margin-bottom: 15px;
}
.profiles .profile .experience ul:last-child, .profiles .profile .experience p:last-child {
    margin-bottom: 0;
}
.profiles .profile ul {
    padding-left: 20px;
}
.profiles .profile ul li {
    list-style-type: disc;
}
.profiles .profile a {
    color: #fff;
    opacity: 1;
}
.sub-solo.profiles .profile a, .sub-solo.profiles .profile h2, .sub-solo.profiles .profile h3 {
    color: #404355;
    opacity: 1;
}
.profiles .profile a:hover {
    opacity: .85;
}
.profiles .profile img, .profiles .profile ul.team-member-info {
    float: left;
}
.profiles .profile img {
    margin-right: 20px;
}
.profiles .profile ul.team-member-info {
    padding-left: 0;
    overflow: hidden;
}
.profiles .profile ul.team-member-info li {
    list-style-type: none;
}
.profiles .profile ul.team-member-info .spacer {
    height: 10px;
}
.profiles .profile ul.team-member-info li h2 {
    text-transform: uppercase;
}
.profiles .profile .affiliations, .profiles .profile .experience {
    margin: 0;
    padding: 0;
}
.profiles .profile-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    opacity: 1;
    font-size: 22px;
    font-weight: bold;
    opacity: 1;
}
.profiles .profile-close-x {
    display: block;
    float: right;
    font-size: 60px;
    font-weight: bold;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}
.profiles .profile-close:hover, .profiles .profile-close:hover .profile-close-x {
    opacity: .85;
}
.team-profile-button {
    float: left;
    width: auto;
    height: 42px;
    line-height: 42px;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 16px;
    text-indent: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin: 25px 0 0;
    background: url(../images/arrow-rt-white-box.png) no-repeat center right;
    color: #fff;
    padding-right: 56px;
}
.profiles .profile .clients ul {
    padding-left: 0;
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */

    -moz-column-count: 3;
    /* Firefox */

    column-count: 3;
}
.profiles .profile .clients ul li {
    margin-left: 20px;
}
@media screen and (max-height: 604px) {
    .profiles .profile {
        height: calc(100% - 40px);
        padding: 20px;
    }
}
@media screen and (max-width: 1199px) {
    #team-select #firm-list:before {
        padding-bottom: 25px;
    }

    #team-select #firm-list .firm-member {
        width: calc(50% - 24px);
        padding: 25px 12px;
        margin: 0 12px;
    }

    #team-select #firm-list .firm-member ul {
        float: left;
        margin-left: 25px;
    }

    #team-select #firm-list .firm-member img {
        width: 130px;
        height: auto;
    }
}
@media screen and (max-width: 1154px) {
    .profiles .profile {
        width: calc(100% - 40px);
        padding: 20px;
    }
}
@media screen and (max-width: 1023px) {
    .sub-cont h2.team {
        font-size: 32px;
    }

    .sub-cont .half, .sub-cont .half-rt {
        float: left;
        width: 100%;
    }

    #top-controls:before {
        width: calc(100% - 16px);
    }

    #team-select #firm-list .firm-member img {
        width: 80px;
        height: auto;
    }

    #team-select #firm-list .firm-member ul {
        width: calc(100% - 95px);
        margin-left: 15px;
    }

    #team-select #firm-list .firm-member ul li.profile a {
        height: 36px;
        font-size: 15px;
        line-height: 36px;
    }
}
@media screen and (max-width: 867px) {
    #team-select #firm-list:before {
        display: none;
    }

    #team-select #firm-list .firm-member {
        float: left;
        width: 100%;
        padding: 25px 0;
        margin: 0;
    }

    #team-select #firm-list .firm-member img {
        width: 130px;
        height: auto;
    }

    #team-select #firm-list .firm-member ul {
        width: calc(100% - 150px);
        margin-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    #team-select select {
        float: left;
        width: 100%;
        margin: 0 0 10px;
        height: 36px;
        font-size: 15px;
    }

    #team-select input#staff-search {
        float: left;
        width: calc(100% - 2px);
        height: 36px;
        margin: 0px;
        font-size: 15px;
    }

    #team-select #firm-list {
        margin-top: 10px;
    }
    /*#team-select #firm-list:before {
		display: none;
	}

	#team-select #firm-list .firm-member {
		float: left;
		width: 100%;
		padding: 25px 0;
		margin: 0;
	}*/

    .profiles .profile-close-text {
        display: none;
    }

    #team-select #firm-list .firm-member img {
        width: 80px;
        height: auto;
    }

    .profiles .profile .clients ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
@media screen and (max-width: 514px) {
    .profiles .profile img {
        margin-bottom: 40px;
    }
}


/****SINGLE TEAM MEMBER***/

.profile-single h3 {
  margin: 40px auto 15px auto;
}

.profile-single .experience p {
  margin-bottom: 0 !important;
  padding-bottom: 15px;
}

.profile-single .experience p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.profile-single h3 {
  width: 100%;
  float: left;
}

.affiliations ul,
.clients ul {
  float: left;
}

.profile-single .team-profile-button {
  float: left;
  width: 180px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  font-size: 16px;
  text-indent: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  margin: 25px 0 0;
  background: #eee url(../images/arrow-rt-box.png) no-repeat center right;
}

@media screen and (max-width: 767px) {
  .profile-single img {
    margin-bottom: 40px;
  }

  .profile-single .team-member-info {
    width: 100%;
  }
}


/****CASE STUDIES****/
#sub-top.case-studies {
    background: url(../images/covers/case-studies.jpg) no-repeat center center;
    background-size: cover;
}
.sub-cont p.case {
    font-size: 19px;
    line-height: 36px;
    color: #404355;
}
.case-wrap {
    background: #eee;
    width: auto;
    position: relative;
    margin-top: 60px;
    min-width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 60px 0;
    transition:height .5s ease;
}
.case-wrap:before, .case-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    border-top: 1px solid #fff;
}
.case-wrap:after {
    top: auto;
    bottom: 0;
}
.case-wrap .cases {
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}
.case-wrap ul li {
    float: left;
    height: 120px;
    width: calc(33.333% - 1px);
    margin: 0;
    padding:20px 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.case-wrap ul li:nth-child(3n) {
    border-right: 0;
}
.case-wrap ul li:nth-child(-n+3) {
    border-top: 0;
}
.case-wrap ul li a {
    
    height:120px;
    text-align: center;
    display: inline-block;
    opacity: .5;
    transition: opacity .5s ease;
    display: block;
    width: 100%;
}

.case-wrap ul li a:link{
    opacity:1;

    transition:opacity .5s ease;
}
.case-wrap ul li a:hover{
    opacity:.5;
    transition:opacity .5s ease;
   
}
.case-wrap ul li a img {
    height: auto;
    width: auto;
    display: inline;
    max-height: 80px;
    float: none !important;
    max-width: 60%;
    margin-top: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    position: relative;
}
.case-wrap a.case-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 44px;
    text-indent: -9999px;
    height: 44px;
    background: #404355 url(../images/arrow-lt-white.png) center center no-repeat;
    margin-top: -22px;
}
.case-wrap a.nav-next {
    left: auto;
    right: 0;
    background: #404355 url(../images/arrow-rt-white.png) center center no-repeat;
}
@media screen and (max-width: 1023px) {
    .sub-cont p.case {
        font-size: 18px;
        line-height: 32px;
    }

    .case-wrap {
        margin-top: 40px;
        padding: 40px 0;
    }

    .case-wrap ul {
        padding: 0 40px;
        box-sizing: border-box;
    }

    .case-wrap ul li {
        height: 80px;
        margin: 12px 0;
    }

    .case-wrap ul li a {
        width: 160px;
    }

    .case-wrap ul li a img {
        max-height: 80px;
        margin-top: 40px;
    }

    .case-wrap a.case-nav {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
}
@media screen and (max-width: 767px) {
    .sub-cont p.case {
        font-size: 18px;
        line-height: 32px;
    }

    .case-wrap {
        margin-top: 10px;
        padding: 30px 0;
    }

    .case-wrap ul li {
        width: 100%;
        margin: 0;
        padding: 15px 0;
        border-top: 2px solid #fff;
    }

    .case-wrap ul:nth-child:first-child li:first-child {
        padding: 0 0 15px;
        border-top: 0px;
    }

    .case-wrap ul:nth-child(2) li:nth-last-child(1) {
        padding: 15px 0 0;
    }

    .case-wrap a.case-nav {
        display: none;
    }
}

/****INDIVIDUAL CASE STUDY****/
.sub-cont .case-nav {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.sub-cont .case-nav li {
    float: right;
    display: inline;
}
.sub-cont .case-nav li a {
    color: #999;
    padding: 0 10px;
    border-right: 1px solid #999;
}
.sub-cont .case-nav li a:hover {
    color: #404355;
}
.sub-cont .case-nav li:first-child a {
    padding-right: 0px;
    border-right: 0px;
}
.study-ind .snapshot {
    float: right;
    width: 60%;
    margin-top: 20px;
    position: relative;
    height: 318px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.study-ind .snapshot:before, .study-ind .snapshot:after {
    content: '';
    position: absolute;
    border-top: 1px solid #ddd;
    width: 100%;
    top: 2px;
    left: 0;
}
.study-ind .snapshot:after {
    top: auto;
    bottom: 2px;
}
.study-ind .snapshot * {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.study-ind .snapshot h2 {
    font-size: 42px;
    line-height: 40px;
    color: #404355;
    font-weight: 400;
    padding: 25px 0 25px 30px;
    border-bottom: 1px solid #ddd;
}
.study-ind .snapshot ul {
    border-top: 1px solid #ddd;
    margin: 2px 0 0;
    padding: 10px 0 0 30px;
    line-height: 21px;
}
.study-ind .snapshot ul li:nth-child(odd) {
    padding-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.study-ind .case-img {
    float: left;
    width: 40%;
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 320px;
    margin-top: 20px;
}
.study-ind .case-img ul li img {
    max-width: 100%;
    width: 100%;
    position: relative;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-top: 160px;
}
.study-ind .case-img a.case-nav {
    position: absolute;
    top: 50%;
    left: 0;
    clear: both;
    width: 40px;
    text-indent: -9999px;
    height: 40px;
    background: rgba(0, 0, 0, .30) url(../images/arrow-lt-white.png) center center no-repeat;
    margin-top: -20px;
}
.study-ind .case-img a.nav-next {
    left: auto;
    right: 0;
    background: rgba(0, 0, 0, .30) url(../images/arrow-rt-white.png) center center no-repeat;
}
.study-ind .case-img a.case-nav:hover {
    background-color: rgba(0, 0, 0, .60);
}
.study-ind .half h3 {
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #404355;
    font-size: 18px;
    border-bottom: 1px dotted #ccc;
    padding: 50px 0 20px;
}
.study-ind .half ul {
    float: left;
    padding: 30px 0 0 20px;
    list-style: disc;
}
.study-ind .half ul li {
    list-style: disc;
    float: left;
    line-height: 21px;
    padding-bottom: 18px;
    color: #404355;
}
.study-ind .half ul li span {
    color: #666;
}
@media screen and (max-width: 1199px) {
    .study-ind .snapshot {
        width: 55%;
        height: 311px;
    }

    .study-ind .case-img {
        width: 45%;
        height: 313px;
    }

    .study-ind .case-img ul li img {
        margin-top: 156px;
    }
}
@media screen and (max-width: 1023px) {
    .study-ind .snapshot {
        width: calc(100% - 376px);
        height: 262px;
    }

    .study-ind .case-img {
        width: 376px;
        height: 264px;
    }

    .study-ind .case-img ul li img {
        margin-top: 132px;
    }

    .study-ind .snapshot h2 {
        font-size: 28px;
        line-height: 28px;
        padding: 18px 0 18px 25px;
    }

    .study-ind .snapshot ul {
        padding: 5px 0 0 25px;
        line-height: 21px;
    }

    .study-ind .snapshot ul li:nth-child(odd) {
        padding-top: 10px;
    }

    .study-ind .case-img a.case-nav {
        width: 32px;
        height: 32px;
        margin-top: -16px;
    }
}
@media screen and (max-width: 767px) {
    .sub-cont .case-nav {
        display: none;
    }

    .study-ind .snapshot {
        float: left;
        width: 100%;
        height: auto;
        border-top: 0;
        margin-top: 0;
        padding-bottom: 18px;
    }

    .study-ind .snapshot:before {
        display: none;
    }

    .study-ind .snapshot h2, .study-ind .snapshot ul {
        padding-left: 0;
    }

    .study-ind .case-img {
        width: 100%;
        height: auto;
    }

    .study-ind .case-img ul li img {
        margin-top: 0;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .study-ind .half h3 {
        padding: 30px 0 15px;
    }

    .study-ind .half ul {
        padding: 20px 0 0 20px;
    }
}

/****CONTACT****/
.phone-no-suite {
    margin-top: 1.4em;
}
_:-ms-lang(x), .phone-no-suite {
    margin-top: 1.75em;
}
.sub-cont h4.crumbs.long {
    width: 66%;
}
.sub-cont h4.crumbs:after {
    content: '';
    position: relative;
    height: 1px;
    width: 100%;
    clear: both;
    float: left;
    margin: 6px 0 0;
    background: #ddd;
}
#sub-top.contact {
    background: url(../images/covers/contact.jpg) no-repeat center center;
    background-size: cover;
}
.sub-cont .sidebar.sb3 .side-nav li, .sub-cont .sidebar.sb3 .side-nav li a {
    line-height: 28px;
}
.sub-cont .sidebar.sb3 .side-nav li:nth-child(2) {
    padding-left: 25px
}
.sub-cont .sidebar.sb3 .side-nav li:nth-child(3), .sub-cont .sidebar.sb3 .side-nav li:nth-child(4) {
    padding-bottom: 12px;
    border-bottom: 2px dotted #fff;
    margin-bottom: 12px;
}
.sub-cont .sidebar.sb3 .side-nav li a {
    border-top: 0px;
    width: calc(100% - 15px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-cont .sidebar.sb3 .side-nav li:first-child {
    line-height: 60px;
    margin-bottom: 24px;
}
.sub-cont .sidebar.sb3 .side-nav li a:hover {
    background: none;
    color: #666;
}
.sub-cont .sidebar.sb3 .side-nav .map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    margin: 12px 25px 25px;
    overflow: hidden;
}
.sub-cont .sidebar.sb3 .side-nav .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.sub-cont form#contact {
    float: left;
    width: 100%;
    display: inline-block;
}
.sub-cont form#contact input, .sub-cont form#contact textarea {
    float: left;
    width: 70%;
    height: 42px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 16px;
    text-indent: 16px;
    background: #eee;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'proxima-nova', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #999;
    cursor: pointer;
    margin: 10px 0 0;
}
.sub-cont form#contact .file-container {
    position: relative;
    float: left;
    width: 226px;
    height: 42px;
    padding: 0;
    margin: 10px 0 2px 0;
}
.sub-cont form#contact .file-container:hover .file-cover i {
    opacity: .65;
}
.sub-cont form#contact input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    margin-top: 0;
    width: 100%;
}
.sub-cont form#contact .file-cover {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 16px;
    text-indent: 16px;
    background: #eee;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'proxima-nova', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #999;
    cursor: pointer;
    z-index: 1;
}
.sub-cont form#contact .file-cover i {
    background: #404355;
    color: #fff;
    width: 48px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-left: 16px;
    text-indent: 0;
}
.sub-cont form#contact textarea {
    width: 100%;
    padding-top: 12px;
    height: 205px;
}
.sub-cont form#contact input[type="submit"] {
    background: #404355;
    color: #fff;
    width: 240px;
    height: 50px;
    line-height: 50px;
    border: 0px;
    padding: 0;
    text-indent: 0;
}

/* Form Messages */
h2.sent, h2.not-sent, .wpcf7-response-output {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 50px;
    color: #fff;
    border: none !important;
    text-align: center;
    font-weight: bold;
    z-index: 10000;
}
h2.sent, .wpcf7-response-output {
    background: #be3325;
}
h2.sent, .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #25be66;
}
@media screen and (max-width: 1023px) {
    .sub-cont .sidebar.sb3 .side-nav li:first-child {
        line-height: 28px;
        margin-bottom: 12px;
    }

    .sub-cont .sidebar.sb3 .side-nav li:nth-child(2) {
        padding-left: 20px
    }

    .sub-cont .sidebar.sb3 .side-nav .map {
        margin: 12px 20px 20px;
    }

    h2.sent, h2.not-sent {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .sub-cont h4.crumbs.long {
        width: 100%;
    }

    .sub-cont .sidebar.sb3 {
        display: block;
    }

    .sub-cont .sidebar.sb3 .side-nav li:nth-child(4) {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .sub-cont .sidebar.sb3 .side-nav .map {
        display: none;
    }

    .sub-cont .sidebar.sb3 li a br:first-child {
        display: none;
    }

    .sub-cont form#contact input {
        width: 100%;
    }

    .sub-cont form#contact input[type="submit"] {
        width: 100%;
    }

    h2.sent, h2.not-sent {
        font-size: 12px;
    }
}
.sub-cont .locations {
    width: 100%;
    position: relative;
    float: left;
    border-top: 1px solid #ddd;
    margin: 50px 0 0;
    padding: 50px 0;
}

/* Added 7-30-15 to cancel footer link hover. */
ul.locations li a:hover {
    color: #666;
}
.sub-cont .locations:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    top: 2px;
}
.sub-cont .locations-m {
    margin-top: 15px;
    padding-top: 0;
    border-top: 0;
}
.sub-cont .locations-m:before {
    display: none;
}
.sub-cont .locations ul {
    float: left;
    width: 100%;
}
.sub-cont .locations ul li {
    float: left;
    width: 25%;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    padding: 25px 25px 0;
    border-bottom: 1px solid #ddd;
}
.sub-cont .locations ul li:nth-child(4n+1) {
    border-left: 1px solid #fff;
}
.sub-cont .locations ul li:nth-child(n+5) {
    border-bottom: 0;
}
.sub-cont .locations ul li h3 {
    text-transform: uppercase;
    padding-bottom: 12px;
}
.sub-cont .locations ul li img {
    width: 210px;
    max-width: 100%;
    margin-bottom: 8px;
}
.sub-cont .locations ul li a.address {
    color: #666;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.sub-cont .locations ul li a:hover {
    color: #004467;
}
.sub-cont .locations ul li a br {
    display: block;
    content: '';
    margin-top: -6px;
}
#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width: 1023px) {
    .sub-cont .locations ul li {
        width: 33.3333%;
    }

    .sub-cont .locations ul li:nth-child(4n+1) {
        border-left: 1px solid #ddd;
    }

    .sub-cont .locations ul li:nth-child(n+5) {
        border-bottom: 1px solid #ddd;
    }

    .sub-cont .locations ul li:nth-child(n+7) {
        border-bottom: none;
    }

    .sub-cont .locations ul li:nth-child(3n+1) {
        border-left: 1px solid #fff;
    }
}
@media screen and (max-width: 767px) {
    .sub-cont .locations {
        padding-top: 15px;
    }

    .sub-cont .locations ul {
        margin-top: 0;
        padding-top: 0;
    }

    .sub-cont .locations ul li {
        width: 100%;
        padding: 15px 15px 0;
        border-left: 0px;
        border-bottom: 1px solid #ddd;
    }

    .sub-cont .locations ul li:nth-child(4n+1) {
        border-left: 0px;
    }

    .sub-cont .locations ul li:nth-child(n+5) {
        border-bottom: 1px solid #ddd;
    }

    .sub-cont .locations ul li:nth-child(n+7) {
        border-bottom: 1px solid #ddd;
    }

    .sub-cont .locations ul li:nth-child(3n+1) {
        border-left: 0px;
    }

    .sub-cont .locations ul li:nth-last-child(1) {
        border-bottom: 0;
    }
}

/****LOCATIONS****/
#sub-top.locations {
    background: url(../images/covers/locations.jpg) no-repeat center center;
    background-size: cover;
}
#sub-top.grand-rapids {
    background: url(../images/covers/grand-rapids-header.jpg) no-repeat center center;
    background-size: cover;
}
#sub-top.lansing {
    background: url(../images/covers/lansing.jpg) no-repeat center center;
    background-size: cover;
}
#sub-top.muskegon {
    background: url(../images/covers/muskegon.jpg) no-repeat center center;
    background-size: cover;
}
#sub-top.southfield {
    background: url(../images/covers/southfield.jpg) no-repeat center center;
    background-size: cover;
}
#sub-top.kalamazoo {
    background: url(../images/covers/kzoo-header.jpg) no-repeat center center;
    background-size: cover;
}
#sub-top.holland {
    background: url(../images/covers/holland-header.jpg) no-repeat center center;
    background-size: cover;
}
#sub-top.detroit {
    background: url(../images/covers/detroit-header.jpg) no-repeat center center;
    background-size: cover;
}
#sub-top.toledo {
    background: url(../images/covers/toledo-header.jpg) no-repeat center center;
    background-size: cover;
}
.sub-cont .location p {
    font-size: 18px;
}
.sub-cont .sidebar.sb4 li.prop, .sub-cont .sidebar.sb4 li.prop a {
    width: 100%;
    padding: 0;
    position: relative;
    float: left;
}
.sub-cont .sidebar.sb4 li.prop * {
    box-sizing: border-box;
}
.sub-cont .sidebar.sb4 li.prop a {
    width: 100%;
    height: 100%;
    border-top: 0;
    background: none;
    padding-bottom: 20px;
}
.sub-cont .sidebar.sb4 li.prop .hover {
    float: left;
    position: relative;
    width: 100%;
}
.sub-cont .sidebar.sb4 li.prop .hover img {
    position: relative;
    float: left;
    z-index: 1;
    width: 100%;
}
.sub-cont .sidebar.sb4 li.prop .hover p {
    position: absolute;
    top: 0;
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    padding-bottom: 0;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background: rgba(0, 26, 44, .5);
}
.sub-cont .sidebar.sb4 li.prop:hover .hover p {
    opacity: 1;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sub-cont .sidebar.sb4 li.prop .hover p span {
    position: relative;
    display: block;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px auto;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
    width: 60px;
    z-index: 10000;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .25);
}
.sub-cont .sidebar.sb4 li.prop h3.prop {
    float: left;
    display: block;
    clear: both;
    padding: 21px 12px 0;
    margin: 0;
    line-height: 21px;
    text-transform: uppercase;
    font-size: 18px;
    color: #404355;
}
.sub-cont .sidebar.sb4 li.prop p.des {
    float: left;
    display: block;
    clear: both;
    color: #666;
    font-size: 16px;
    line-height: 21px;
    padding: 2px 12px 0;
    margin: 0;
}
.sub-cont .sidebar.sb4 li.prop h4 {
    float: left;
    display: inline-block;
    color: #666;
    clear: left;
    font-size: 16px;
    line-height: 21px;
    padding: 2px 0 0 12px;
    width: calc(65% - 12px);
    margin: 12px 0 0;
}
.sub-cont .sidebar.sb4 li.prop h4.size {
    float: right;
    clear: none;
    padding;
    2px 12px 0 0;
    width: calc(35% - 12px);
}
.sub-cont .loc-all {
    background: #404355;
    color: #fff;
    width: 100%;
    float: left;
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    text-indent: 25px;
}
.sub-cont .loc-all span {
    float: right;
    width: 50px;
    height: 100%;
    background: #404355 url(../images/arrow-rt-white.png) no-repeat center center;
    border-left: 2px solid #fff;
}
.tenant-rep-cont {
    padding-bottom: 80px;
}
.tenant-rep-cont .loc-all {
    max-width: 260px;
    margin: 30px 0 0 0;
}
.sub-cont .location .divide {
    width: 100%;
    position: relative;
    float: left;
    height: 1px;
    background: #ddd;
}
.sub-cont .loc-map {
    position: relative;
    padding-bottom: 39.68%;
    height: 0;
    width: 100%;
    float: left;
    margin: 30px 0 20px 0;
    overflow: hidden;
}
.sub-cont .loc-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.sub-cont .location .team.single-location-team{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.sub-cont .location .team ul {
    width: calc(50% - 20px);
    float: left;
    margin: 0 0 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-right: 20px;
}
.sub-cont .location .team ul li {
    float: right;
    width: calc(100% - 100px);
    text-align: left;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-cont .location .team ul li:first-child {
    float: left;
    width: 80px;
}
.sub-cont .location .team ul li img {
    float: left;
    width: 100%;
    height: auto;
}
.sub-cont .location .team ul li:nth-child(2) a {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.sub-cont .location .team ul li:nth-child(3) {
    padding-bottom: 12px;
}
.sub-cont .location .team ul:nth-last-child(-n+2) {
    border-color: #fff;
}
.sub-cont .single-loc-search {
    max-width: 50%;
    margin: 0 0 30px 25%;
}
@media screen and (max-width: 1199px) {
    .sub-cont .sidebar.sb4 li:first-child {
        font-size: 15px;
    }

    .sub-cont .sidebar.sb4 li.prop h3.prop {
        font-size: 16px;
    }

    .sub-cont .sidebar.sb4 li.prop h4 {
        width: 100%;
    }

    .sub-cont .sidebar.sb4 li.prop h4.size {
        margin-top: 0;
        font-weight: 400;
        float: left;
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .sub-cont .loc-all {
        line-height: 42px;
        font-size: 15px;
        text-indent: 15px;
    }

    .sub-cont .loc-all span {
        width: 42px;
    }
}
@media screen and (max-width: 767px) {
    .sub-cont .location .team ul {
        width: 100%;
        float: left;
        margin: 0 0 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
        margin-right: 20px;
    }

    .sub-cont .location .team ul:nth-last-child(2) {
        border-bottom: 1px solid #ddd;
    }

    .sub-cont .loc-map {
        margin: 30px 0 15px;
    }

    .sub-cont .cont-lt .loc-all {
        margin-bottom: 25px;
        display: block;
    }

    .sub-cont .single-loc-search {
        max-width: 100%;
        margin: 15px 0 30px 0;
    }
}

/****INDIVIDUAL CASE STUDY****/
.research-list {
    overflow: hidden;
    padding-left: 30px;
    width: calc(50% - 30px);
}
.research-list li {
    list-style-type: disc;
}
.research-pull {
    margin-bottom: 30px;
}
.case-img ul iframe {
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .case-img ul iframe {
        height: 264px;
    }
}
@media screen and (max-width: 767px) {
    .case-img ul iframe {
        height: 500px;
    }

    .research-list {
        overflow: hidden;
        padding-left: 30px;
        width: 100%;
    }
}
@media screen and (max-width: 667px) {
    .case-img ul iframe {
        height: 450px;
    }
}
@media screen and (max-width: 567px) {
    .case-img ul iframe {
        height: 400px;
    }
}
@media screen and (max-width: 467px) {
    .case-img ul iframe {
        height: 350px;
    }
}
@media screen and (max-width: 367px) {
    .case-img ul iframe {
        height: 300px;
    }
}

/****CAREERS****/
.freep-container {
    position: relative;
    height: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.freep {
    position: absolute;
    /*bottom: 50px;*/

    top: 0;
    left: 0;
    width: 300px;
}
.careers-form {
    margin-bottom: 80px;
}
.sub-cont form#contact.careers-form .file-container {
    width: 50%;
}
.sub-cont form#contact.careers-form .file-container p, .sub-cont form#contact.careers-form .file-container span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sub-cont form#contact.careers-form .file-cover i {
    position: absolute;
    right: 0;
}
.careers-banner {
    margin-top: 30px;
}
.careers-final-p {
    padding-bottom: 70px !important;
}
.video-wrap {
    padding: 100px 0 0 0;
}
.careers-video {
    display: block;
    height: 420px;
    width: 746px;
    max-width: 100%;
    margin: 0 auto 0 auto;
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .freep-container {
        max-width: 990px;
    }
}
@media screen and (max-width: 1023px) {
    .freep {
        /*bottom: 30px;*/
        top: 0;
        left: 15px;
    }
}
@media screen and (max-width: 767px) {
    .video-wrap {
        padding: 30px 0 0 0;
    }

    .freep {
        /*bottom: 28px;*/
        top: 0;
        left: 10px;
        width: 200px;
    }

    .sub-cont form#contact.careers-form .file-container {
        width: 100%;
    }

    .careers-video {
        height: 240px;
        width: 100%;
    }
}

/****GLOBAL EXPERIENCE****/
.pull-global {
    margin: 30px 0;
    text-align: center;
    font-size: 18px;
    color: #404355;
    text-transform: uppercase;
}
.global-cities-list {
    padding-left: 0;
    list-style-type: none;
}
.global-cities-list li {
    display: inline-block;
    float: left;
    width: 20%;
    padding: 0;
    text-align: center;
}
.global-map {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1023px) {
    .global-cities-list li img {
        height: 80px;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .global-cities-list li:nth-child(1), .global-cities-list li:nth-child(2), .global-cities-list li:nth-child(3) {
        display: inline-block;
        float: left;
        width: 33.333333333333333%;
        padding: 0;
        text-align: center;
    }

    .global-cities-list li:nth-child(4) {
        display: inline-block;
        float: left;
        width: 35%;
        padding: 0 0 0 15%;
        text-align: center;
    }

    .global-cities-list li:nth-child(5) {
        display: inline-block;
        float: left;
        width: 35%;
        padding: 0 15% 0 0;
        text-align: center;
    }
}

/****TENANT REPRESENTATION****/
.div-50-left {
    width: calc(50% - 15px);
    float: left;
    margin: 0;
    padding-right: 15px;
}
.div-50-right {
    width: calc(50% - 15px);
    float: left;
    margin: 0;
    padding-left: 15px;
}
.tenant-representation-list {
    overflow: hidden;
    padding-left: 30px;
}
.tenant-representation-list li {
    list-style-type: disc;
}
.tenant-representation-olist {
    overflow: hidden;
    padding-left: 30px;
}
.tenant-representation-olist li {
    list-style-type: decimal;
}
.tenant-representation-pull {
    margin-bottom: 30px;
}
.tenant-representation-2nd-row {
    margin-top: 40px;
}


/****Team Cares ************/

.mission{
    width:67%;
    padding:20px 8.333% 0 0;
    display: inline-block;
    box-sizing:border-box;
    border-right:2px solid #eee;
    /*margin-bottom:55px;*/
    margin-bottom:0;
}
.gallery.sidebar{
    display: inline-block;
    margin-top:0;
    padding-top: 20px;
    padding-left:8.333%;
    box-sizing: border-box;
    width:32%;
    margin-bottom:55px;
}
.sidebar h4{
    color:#459a9e;
    font-size:18px;
    font-weight: bold;
    text-transform: uppercase;
}
.mission > h2{
    float:left;
    color:#459a9e;
    font-size:42px;
    font-weight: 400;
}
.mission > img{
    float:right;
    margin-bottom:40px;
}
.gallery .gallery-grid{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-wrap:wrap;
    margin-top:30px;
    margin-top:25px;
}
 .gallery a.lb-open{
    font-size:16px;
    font-weight: bold;
    color:#3f4356;
 }
.gallery .gallery-grid a{
    width:calc(50% - 8px);
    flex:none;
    margin:0 0 16px;
    display: inline-block;
}

.gallery .gallery-grid a img{
    width:100%;
    height:auto;
    display: block;
    }
p.intro{
	font-family:'Palatino Linotype', 'Palatino', 'Times', serif;
    text-align:center;
    font-size:32px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: .04em;
    padding:105px 0;
}
.gray {
    background: #eee;
    width: auto;
    position: relative;
    margin: 0 auto 70px;
    min-width: 100%;
    padding-bottom:0;
    }
.icons.gray {
    background: #eee;
    width: auto;
    position: relative;
    margin: 0 auto;
    min-width: 100%;
    padding:0 0 110px 0;
    }
.gray p.intro{
    float:none;
}
.gray .grid {
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-wrap:wrap;
    margin:0 auto;
    }

.gray .grid-item {
    float: none;
    position: relative;
    display: inline-block;
    width: 25%;
    margin: 20px 0;
    flex:none;
    padding:1%;
    box-sizing:border-box;
    }

.gray .grid-item:hover img{
    opacity: .6;
    transition: opacity .5s ease;
}
.gray .grid-item img {
    height: auto;
    width: auto;
    display: inline;
    transition: opacity .5s ease;
    opacity: 1;
    float: none !important;
    max-width: 100%;
    }

@media screen and (max-width:991px){
.gray .grid-item {
    float: none;
    
    display: inline-block;
    width: 33.333%;
    margin: 20px 0;
    flex:none;
    padding:2%;
    box-sizing:border-box;
    }
}
@media screen and (max-width:767px){
.gray .grid-item {
    float: none;
    
    display: inline-block;
    width: 50%;
    margin: 20px 0;
    flex:none;
    padding:0 5%;
    box-sizing:border-box;
    }
}

/****NEWS****/
.has-sidebar.news-cont {
    /*margin-top: 40px;*/
    margin-top: -10px;
}
.has-sidebar.news-cont .news-item-container > h2{
    float: none;
    color: #459a9e;
    font-size: 42px;
    font-weight: 400;
    width:100%;
    margin-bottom:50px;
    margin-top: 47px;
}
.has-sidebar.news-cont .news-item-container {
    width: 67%;
    padding-right: 8.333%;
    box-sizing: border-box;
    float: left;
    border-right: 2px solid #eee;
    padding-bottom: 30px;
}

.has-sidebar.news-cont .sidebar{
    margin:40px 0;
    padding-left:8.333%;
    box-sizing: border-box;
    width:32%;
    
    float:none;
    display: inline-block;
}
.has-sidebar .news-item.with-thumbnail {
    float: left;
    width: 100%
}
.has-sidebar .news-thumbnail {
    float: left;
    height: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    padding-bottom:0;
}
.has-sidebar .news-thumbnail img{
    width:100%;
    height:auto;
    visibility: hidden;
}
.sidebar .contacts{
    border-bottom:1px solid #eee;
    padding-bottom:60px;
    margin:0 0 2px;
}
.sidebar .events{
    margin:2px 0 0;
    padding-top:60px;
    border-top:1px solid #eee;
}
.sidebar .events h4{
    margin-bottom:32px;
}
/*.sidebar .events h4:last-of-type{
    margin-top:60px;
}*/
.sidebar .events ul.upcoming{
    margin-bottom: 60px;
}
.sidebar .events li:first-of-type{
    padding-top:0;
 }
.sidebar .events li{
    font-size:16px;
    font-weight: 400;
    color:#666;
    text-transform: uppercase;
    color:#3f4356;
    padding:12px 0;
    border-bottom:1px dotted #cfcfcf;
}

.sidebar .events li:last-of-type{
    border-bottom:none;
}
.sidebar .events li span.date{
    font-size:14px;
    font-weight: bold;
    color:#666;
    text-transform: capitalize;
    
}
.sidebar .contacts p{
    font-size:14px;
}
.sidebar .contacts h5{
    font-size:16px;
    text-transform: uppercase;
    font-weight: 400;
}
.sidebar .contacts a{
    font-size:14px;
    text-decoration: underline;
    color:#666666;
}
/****PROPERTY MANAGEMENT****/
.p-property-management:not(:last-of-type) {
    padding-bottom: 15px;
}
.center-pull {
    text-align: center;
}
.logo-row {
    margin-top: 40px;
}
.thirds {
    float: left;
    width: calc(33.333333333333333% - 30px);
    padding: 0 15px;
}
.thirds.property-management {
    text-align: center;
    text-transform: uppercase;
}
.thirds.property-management img {
    max-width: 100%;
    height: auto;
}
.thirds.property-management img.boma {
    margin-top: 15px;
}
#property-management-member.firm-member {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
#property-management-member.firm-member img {
    float: left;
    display: block;
}
#property-management-member.firm-member ul {
    float: left;
    width: calc(100% - 205px);
    margin-left: 25px;
}
#property-management-member.firm-member ul li {
    display: block;
    line-height: 24px;
    /*overflow: hidden;*/

    text-overflow: ellipsis;
}
#property-management-member.firm-member ul li:first-child {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #404355;
}
#property-management-member.firm-member ul li:nth-child(2) {
    padding-bottom: 12px;
}
#property-management-member.firm-member ul li a {
    color: #404355;
}
#property-management-member.firm-member ul li.profile a {
    float: left;
    width: 180px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 16px;
    text-indent: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin: 25px 0 0;
    background: #eee url(../images/arrow-rt-box.png) no-repeat center right;
}
.disc-list {
    overflow: hidden;
    padding-left: 30px;
}
.disc-list li {
    list-style-type: disc;
}
@media screen and (max-width: 1023px) {
    .property-management-bottom .div-50-left, .property-management-bottom .div-50-right {
        width: calc(100% - 30px);
        padding: 0 15px !important;
    }

    .property-management-bottom .div-50-right {
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    .logo-row .thirds {
        float: left;
        width: calc(100% - 16px);
        padding: 0 8px;
    }

    .thirds.property-management:not(:last-child) {
        margin-bottom: 20px;
    }

    .thirds.property-management img.boma {
        margin-top: 0;
    }

    #property-management-member.firm-member ul {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    #property-management-member.firm-member img {
        float: none;
    }
}

/****ADVISORY SERVICES****/
.advisory-video {
    display: block;
    height: 420px;
    width: 746px;
    max-width: 100%;
    margin: 0 auto 40px auto;
}
.thirds.advisory-services h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.thirds.advisory-services img {
    display: block;
    width: auto;
    height: 49px;
    margin: 0 auto 15px auto;
}
.thirds.advisory-services .yellow-circle {
    position: relative;
    height: 120px;
    width: 120px;
    margin: 0 auto 15px auto;
    background: #f5e631;
    border: 1px solid #333;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.thirds.advisory-services .yellow-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    height: 49px;
    margin: 0;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.advisory-services-row {
    margin-top: 40px;
}
.advisory-video-heading {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .thirds.advisory-services {
        float: left;
        width: calc(100% - 16px);
        padding: 0 8px;
    }

    .thirds.advisory-services:nth-child(2), .thirds.advisory-services:nth-child(3) {
        margin-top: 40px;
    }

    .advisory-video-heading a {
        display: block;
        margin-top: 15px;
        font-size: 15px;
    }

    .advisory-link-heading {
        padding: 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .advisory-video {
        height: 240px;
        width: 100%;
    }
}

/****RESEARCH****/
.loc-all.download-reports-button {
    margin-top: 40px;
}

/****NEWS****/

/*.page-template-page-news .news-cont{
    width:1260px;
    max-width:calc(100% - 80px);    
}*/
.news-cont .alm-listing.alm-ajax{
    margin-top:40px;
}
.news-cont .alm-reveal,
.news-cont .alm-listing.alm-ajax{    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.button-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width:767px;
}
@media screen and (max-width:991px){
    .button-group{
        padding:0 20px;
        box-sizing: border-box;
    }
}
.button-group button, .button-group a{
    appearance:none;
    background:none;
    border:none;
    font-size:18px;
    text-transform:uppercase;
    color:#52adb1;
    outline:none;
    cursor:pointer;
    transition: color .25s ease;
}
.button-group button.is-checked,
.button-group a.is-checked,
.button-group button:hover,
.button-group a:hover{
    color:#404355;
    transition: color .25s ease;
}
.thumb-cont p {
  float: none;
  padding-bottom: 0;
  margin-bottom: 28px;
}

.thumb-cont p:first-of-type {
  margin-bottom: 0;
}
.alm-btn-wrap{
    text-align: center;
}
.alm-load-more-btn{
    appearance:none;
    background:#404355;
    font-size:22px;
    color:#fff;
    text-align: center;
    margin:0 auto 60px;
    border:none;
    outline:none;
    line-height: 1.4;
    padding:5px 15px;
    text-transform:uppercase;
    cursor:pointer;
}
.alm-load-more-btn:hover{
    background:#52adb1;
    color:#fff;
    
    text-align: center;
    margin:0 auto 60px;
    border:none;
    outline:none;
}
.alm-load-more-btn.done{
    background:#ccc;
    color:#fff;
    cursor:unset;
    text-align: center;
    margin:0 auto 60px;
    border:none;
    outline:none;
}
.alm-listing.alm-ajax p{
    width:100%;
    margin:0 auto;
    text-align: center;
    padding-bottom:80px;
}
img.alignleft {
  float: left;
  padding: 0 20px 20px 0;
}
.news-read-more{
    margin-bottom:80px;
    display: inline-block;
}
img.alignright {
  float: right;
  padding: 0 0 20px 20px;
}

.news-item-container:nth-child(3n) {
    margin-right:0;
}
.news-item-container {
    width:calc(33.333% - (80px / 3));
    padding-right:0;
    box-sizing: border-box;
    float:left;
    border-right:none;
    margin:0 40px 40px 0;
}/*
.news-item-container:nth-child(3n){
    margin-right:0;
}*/
/*.news-item-container:not(:last-of-type) {
    margin-bottom: 40px;
     width:calc(33.333% - 40px);
    padding-right:0;
    box-sizing: border-box;
    float:left;
    border-right:none;
    
}*/
.news-item.with-thumbnail {
    float: left;
    width: 100%;
}
.news-item:not(:last-child) {
    margin-bottom: 20px;
}
.news-item h3.pull{
    font-size:19px;
    line-height:1.2;
    text-transform:uppercase;
    margin-top:20px!important;
    padding-bottom:10px;
    width:100%;
    float:none;
    font-weight: bold;
    clear:both;
}
/*.news-thumbnail {
    float: left;
    height: 0;
    width: calc(33.333333333333333% - 40px);
    margin-right: 40px;
    padding-bottom: 25%;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}*/
.news-thumbnail {
    float: left;
    height: 0;
    width: calc(100%);
    margin-right: 40px;
    padding-bottom: calc(100%);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover!important;
}
.news-excerpt-container p:last-child {
    padding-bottom: 20px;
}
.news-read-more {
    font-weight: 600;
}
.before-tags {
    margin-bottom: 30px;
    border-top: none;
    border-bottom: 1px solid #ddd;
}
.news-tags li {
    display: inline-block;
}
.news-tags li:first-child {
    margin-right: 15px;
    font-weight: bold;
}
.news-cont .navigation a {
		display: inline-block;
    padding: 17px;
    background: #404355;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.news-cont .navigation a:first-child {
    float: left;
}
.news-cont .navigation a:last-child {
    float: right;
}

@media screen and (max-width: 1024px) {
    
.button-group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding:0 8px;
    max-width:100%;
}
}
@media screen and (max-width: 767px) {

    .news-cont {
        margin-top: 20px;
        padding:0;
        width:100%;
        max-width:calc(100% - 16px);
    }
    .news-item-container{
        width:calc(50% - 8px);
        margin:0 0 20px;
    }
    .news-item.with-thumbnail {
        width: 100%;
    }

    .news-thumbnail {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding-bottom: 100%;
    }
    .news-item h3.pull{
        font-size:16px;
    }
}

@media screen and (max-width: 520px) {
    .thumb-cont img.alignright,
    .thumb-cont img.alignleft {
        display: block;
        height: auto;
        width: 100%;
        float: none;
        padding-bottom: 28px;
    }
}

/***WEST MI***/

/* Slider */
#welcome .slider-west-mi .msg h3 {
    margin-top: 12px;
}

/* Services */
#accord-wrap.west-mi .property-management p {
    margin: 0;
}
#accord-wrap.west-mi .p-property-management:first-of-type {
    margin-top: 20px;
}
#accord-wrap.west-mi .p-property-management:last-of-type {
    margin-bottom: 40px;
}
h3.brokerage-west-mi {
    margin-top: 40px;
}
h3.brokerage-west-mi:first-of-type {
    margin-top: 60px;
}
.west-mi .br-services .div-50-left, .west-mi .br-services .div-50-right {
    margin-top: 40px;
}
#property-management-member.firm-member.west-mi img, .firm-member.west-mi img {
    height: auto;
    width: 80px;
}
#property-management-member.firm-member.west-mi {
    padding: 15px;
}
#property-management-member.firm-member.west-mi a {
    font-weight: 400;
    text-transform: none;
}
#team-select #firm-list .firm-member.west-mi ul li:nth-child(2) {
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    .west-mi .br-services .div-50-left, .west-mi .br-services .div-50-right {
        width: 100%;
    }
}

/* Team */
#team-select.west-mi select {
    width: calc(50% - 6px);
}
#team-select.west-mi select:first-child() {
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    #team-select #firm-list .firm-member.west-mi ul {
        width: 100%;
    }

    #team-select #firm-list .firm-member.west-mi img {
        display: block;
        float: none;
        margin: 0 auto 30px auto;
        width: 160px;
    }

    #team-select.west-mi select {
        width: 100%;
    }

    #team-select.west-mi select:first-child() {
        margin-right: 0;
    }
}

/* Locations */
.locations.west-mi {
    margin: 0;
    padding: 30px 0 50px 0;
    border: none;
}
.locations.west-mi::before {
    content: none;
}
.locations.west-mi ul li {
    border-bottom: none;
}
@media screen and (max-width: 1023px) {
    .sub-cont .locations.west-mi ul li {
        width: 50%;
    }

    .sub-cont .locations.west-mi ul li:nth-child(1), .sub-cont .locations.west-mi ul li:nth-child(2) {
        border-bottom: 1px solid #ddd !important;
    }

    .sub-cont .locations.west-mi ul li:nth-child(3) {
        border-left: none;
    }

    .sub-cont .locations.west-mi ul li:nth-child(4) {
        border-left: 1px solid #ddd;
    }
}
@media screen and (max-width: 767px) {
    .sub-cont .locations.west-mi ul li {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .sub-cont .locations.west-mi ul li:nth-child(3) {
        border-left: none;
    }

    .sub-cont .locations.west-mi ul li:nth-child(4) {
        border-bottom: none;
        border-left: none;
    }
}

/* Buttons */
.btn:not(.btn--white, .btn--outline, .btn--sm) {
    background: #404355;
    color: #fff !important;
    width: 100%;
    float: left;
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 50px !important;
    text-transform: uppercase;
    font-weight: 700;
    text-indent: 25px;
}
.btn:not(.btn--white, .btn--outline, .btn--sm) span {
    float: right;
    width: 50px;
    height: 100%;
    background: #404355 url(../images/arrow-rt-white.png) no-repeat center center;
    border-left: 2px solid #fff;
}
.btn-50 {
    max-width: 50%;
}
.btn-50-pair {
    max-width: calc(50% - 10px);
    margin-top: 50px;
    margin-bottom: 60px;
}
.btn-50-pair:first-of-type {
    margin-right: 20px;
}
.btn-center {
    margin: 0 0 0 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.btn-bottom {
    margin-top: 60px;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .btn-50-pair {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        text-indent: 0;
    }

    .btn-50-pair:first-of-type {
        margin-right: 0;
    }

    .btn-50-pair span {
        display: none;
    }

    .btn-center {
        min-width: 285px;
    }
}

/* Forms */
form#west-mi {
    width: 100%;
    display: inline-block;
}
form#west-mi input, form#west-mi textarea {
    width: 70%;
    height: 42px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 16px;
    text-indent: 16px;
    background: #eee;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'proxima-nova', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #999;
    cursor: pointer;
    margin: 10px 0 0;
}
form#west-mi select {
    width: 70%;
    height: 202px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 16px;
    text-indent: 16px;
    background: #eee;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 50px;
    font-family: 'proxima-nova', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #999;
    cursor: pointer;
    margin: 10px 0 0;
}
form#west-mi select option {
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
}
form#west-mi .file-container {
    position: relative;
    width: 226px;
    height: 42px;
    padding: 0;
    margin: 10px 0 2px 0;
}
form#west-mi .file-container:hover .file-cover i {
    opacity: .65;
}
form#west-mi input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    margin-top: 0;
    width: 100%;
}
form#west-mi .file-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 16px;
    text-indent: 16px;
    background: #eee;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'proxima-nova', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #999;
    cursor: pointer;
    z-index: 1;
}
form#west-mi .file-cover i {
    background: #404355;
    color: #fff;
    width: 48px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-left: 16px;
    text-indent: 0;
}
form#west-mi textarea {
    width: 100%;
    padding-top: 12px;
    height: 205px;
}
form#west-mi input[type="submit"] {
    height: 50px;
    width: 240px;
    line-height: 42px;
    margin: 25px 0 0;
    background: transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    text-align: center;
    -o-transition: background .25s ease-in-out;
    -ms-transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
}
form#west-mi input[type="submit"]:hover {
    background: #fff;
    color: #404355;
}
@media screen and (max-width: 767px) {
    form#west-mi input, form#west-mi select, form#west-mi input[type="submit"], form#west-mi textarea {
        width: 100%;
    }
}

.filter-button-group .sortButton {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin: 0 20px 60px;
    
    cursor: pointer;
    transition:all .25s ease;
}
.filter-button-group .sortButton.is-checked, .filter-button-group .sortButton:hover{
    color:#d7ad1e;
    transition:all .25s ease;
}
.awards{
    width:auto!important;
    height:auto!important;
    float:left;
    position: absolute;
    right:0;
    left:unset;
    bottom:0;

}
.award{
    max-width: 90px!important;
    height:auto!important;
    display: inline-block;
    margin:0 10px;
    position: relative!important;
    left:unset!important;
    top:unset!important;
    right:unset!important;
    bottom:unset!important;
}

.award:nth-child(2){
    max-width:150px!important;
}

.cw-span .mobileButton{
    display: none;
}
@media screen and (max-width: 803px){
    .cw-span{
        padding-left:20px;
        box-sizing: border-box;
    }
    .cw-span div{
        text-align: left;
        clear:both;
    }
.cw-span .mobileButton{
    display: block;
    float:left;
    margin-left:0;
}
.cw-span div h1{
    float:left;
    margin-bottom:30px;
}
.cw-span .desktopButton{
    display: none;
}
.award{
    max-width: calc(33.333% - 20px)!important;
    height:auto!important;
    display: inline-block;
    margin:0 10px;
    position: relative!important;
    left:unset!important;
    top:unset!important;
    right:unset!important;
    bottom:unset!important;
}
.award:first-child{
    margin-left:0;
}
.award:nth-child(2){
    max-width: calc(33.333% - 20px)!important;
}
}

@media screen and (max-width:991px){
    .mission, .has-sidebar.news-cont .news-item-container, .has-sidebar.news-cont .sidebar, .gallery.sidebar{
        width:100%;
        padding:0;
        border:none;
    }
    .mission{
        margin-bottom:0;
        padding-top:20px;
    }
    .gallery .gallery-grid a{
        width:calc(33.33% - 8px);
    }
}
@media screen and (max-width:767px){

.mission > h2{
    float:left;
    color:#459a9e;
    font-size:42px;
    font-weight: 400;
    width:100%;
    clear:both;
    margin-bottom:40px;
}
.mission > img{
    float:left;
    clear:both;
    margin-bottom:40px;
}
.has-sidebar.news-cont .sidebar{
    margin-top:0;
    margin-bottom:40px;
}
}