/* Dave 12/01/2015 - post go live bugs/changes */
body.search .author {
  display: none;
}

body.search .nav-links {
    overflow: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

body.search .nav-previous {
    float: left;
    margin-bottom: 20px;
}

body.search .nav-next {
    float: right;
    margin-bottom: 20px;
}

/* Chad 11/30/2015 - Single Team memeber Page */
.single-teammember .gform_wrapper {
    padding: 0 35px 33px;
}
.single-teammember .gform_wrapper .gform_heading {
    width: 100%;
}
.single-teammember .gform_description {
    line-height: 16px !important;
    margin: 0 0 42px;
    display: block;
}
body.single-teammember .gform_confirmation_message,
#team-member-lt-form-desc {
  text-align: left!important;
}


/* dave changes 0630 */
.comment-reply-link {
  display: none;
}

.comments h2 {
  font-size: 26px!important;
  line-height: 34px!important;
  color: #ff4540!important;
  font-family: UniversLTStd-Light!important;
}

.comments time {
  font-size: 10px;
  font-family: UniversLTStd;
  color: #ff605b;
  line-height: 20px;
  margin-bottom: 30px;
}

.comments .comment {
  margin-bottom: 30px;
}

.comments .comment-edit-link {
  display: none;
}

.comments .form-allowed-tags {
  display: none;
}

.comments .g-recaptcha {
  margin-bottom: 25px;
}
@media only screen and (max-width : 480px){
    .comments .g-recaptcha {
        -webkit-transform:scale(0.77);
            -ms-transform:scale(0.77);
                transform:scale(0.77);
        -webkit-transform-origin:0 0;
            -ms-transform-origin:0 0;
                transform-origin:0 0;
    }
}

.comments label {
  margin: .625em 0 .5em;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  color: #8d8d8d;
  font-size: 11.5px;
}

.comments input[type="text"],
.comments input[type="email"],
.comments input[type="url"],
.comments textarea {
  background-color: #f1f2f2!important;
  border-width: 0 0 1px 0!important;
  border-style: none none solid none!important;
  border-color: #f1f2f2 #f1f2f2 #c8c8c8!important;
  margin: 20px 0 30px !important;
  padding: 0 !important;
  width: 100% !important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

.comments .submit {
  color: #ffffff!important;
  background: #c8c8c8!important;
  padding: 9px 15px 9px 15px!important;
  text-decoration: none!important;
  font-size: 16px !important;
  border: none!important;
  margin-top: 15px!important;
  border-radius: 0!important;
  font-family: UniversLTStd-Light!important;
  line-height: 21.5px!important;
}

.comments .submit:hover {
  background: #ff5440!important;
  text-decoration: none!important;
}



/* dave changes 0629 */
.masonry-entry #collapsing-form {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}

.masonry-entry .aboutteamlink {
  display: none!important;
}

.masonry-entry .collapsing {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.page-template-insights-page #tax-check-0,
.page-template-insights-page #tax-check-1 {
  display: none;
}

.gated-content-download {
  color: #ffffff;
  background: #ff5440;
  padding: 9px 15px 9px 15px;
  text-decoration: none;
  font-size: 16px !important;
  border: none;
  margin-top: 15px;
  border-radius: 0;
  font-family: UniversLTStd-Light;
}

.gated-content-download:hover {
  background: #ff5440;
  color: #ffffff;

}

/* PARCEL DESIGN CUSTOM CSS */

body { height: 100%; min-height: 100%; }
html { min-height: 100%; }

/* GRID */
.col-xs-1-of-5, .col-sm-1-of-5, .col-md-1-of-5, .col-lg-1-of-5,
.col-xs-2-of-5, .col-sm-2-of-5, .col-md-2-of-5, .col-lg-2-of-5,
.col-xs-3-of-5, .col-sm-3-of-5, .col-md-3-of-5, .col-lg-3-of-5,
.col-xs-4-of-5, .col-sm-4-of-5, .col-md-4-of-5, .col-lg-4-of-5,
.col-xs-5-of-5, .col-sm-5-of-5, .col-md-5-of-5, .col-lg-5-of-5
    { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }

.col-xs-1-of-5 { width: 20%; float: left; }
.col-xs-2-of-5 { width: 40%; float: left; }
.col-xs-3-of-5 { width: 60%; float: left; }
.col-xs-4-of-5 { width: 80%; float: left; }
.col-xs-5-of-5 { width: 100%; float: left; }

@media (min-width: 768px) {
    .col-sm-1-of-5 { width: 20%; float: left; }
    .col-sm-2-of-5 { width: 40%; float: left; }
    .col-sm-3-of-5 { width: 60%; float: left; }
    .col-sm-4-of-5 { width: 80%; float: left; }
    .col-sm-5-of-5 { width: 100%; float: left; }
    .col-sm-1-of-5-offset { margin-left: 20%; padding-left: 10px; padding-right: 10px; }
}

@media (min-width: 992px) {
    .col-md-1-of-5 { width: 20%; float: left; }
    .col-md-2-of-5 { width: 40%; float: left; }
    .col-md-3-of-5 { width: 60%; float: left; }
    .col-md-4-of-5 { width: 80%; float: left; }
    .col-md-5-of-5 { width: 100%; float: left; }
}

@media (min-width: 1200px) {
    .col-lg-1-of-5 { width: 20%; float: left; }
}

/* HP GRID */
@media (min-width: 992px) { /* 10 Column Grid */
    .col-md-1-of-10 { width: 10%; float: left; }
    .col-md-2-of-10 { width: 20%; float: left; }
    .col-md-3-of-10 { width: 30%; float: left; }
    .col-md-4-of-10 { width: 40%; float: left; }
    .col-md-5-of-10 { width: 50%; float: left; }
    .col-md-6-of-10 { width: 60%; float: left; }
    .col-md-7-of-10 { width: 70%; float: left; }
    .col-md-8-of-10 { width: 80%; float: left; }
    .col-md-9-of-10 { width: 90%; float: left; }
    .col-md-10-of-10 { width: 100%; float: left; }
}
@media (min-width: 768px) { /* 8 Column Grid */
    .col-sm-1-of-8 { width: 12.5%; float: left; }
    .col-sm-2-of-8 { width: 25%; float: left; }
    .col-sm-3-of-8 { width: 37.5%; float: left; }
    .col-sm-4-of-8 { width: 50%; float: left; }
    .col-sm-5-of-8 { width: 62.5%; float: left; }
    .col-sm-6-of-8 { width: 75%; float: left; }
    .col-sm-7-of-8 { width: 87.5%; float: left; }
    .col-sm-8-of-8 { width: 100%; float: left; }
}

/* UTILITIES */
.img-responsive {width:100%;}
.line { padding-top: 10px; border-top: 1px solid #d2d2d2; }
.float-right { float: right; }
.no-padding { padding: 0; }
@media (max-width: 768px) {
    .no-padding-xs { padding: 0; }
}
.no-margin { margin: 0 !important; }
.no-right-padding { padding-right: 0; }
.no-left-padding { padding-left: 0; }
.clear-xs { clear: both; }


.sidebar-primary .main {width: inherit;}

/* TYPOGRAPHY */
body {font-family: crimson_textroman; font-size:17px; color:#4d4d4d; line-height: 22px; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: UniversLTStd-Light;}
h3 {font-size: 20px; color: #4d4d4d; font-family: UniversLTStd-Light;}
h4 {font-size: 12px; color: #4d4d4d; font-family: UniversLTStd-Light;}
blockquote {font-family: crimson_textroman; font-size: 32px; line-height: 36px; color: #4d4d4d; border-left:none; padding:44px 24px 14px 0;}
.single-works .main h2 {font-family: crimson_textroman; font-size: 26px; color: #4d4d4d; margin-top: 0; margin-bottom: 17px;}
.single-works .collapsing-form-header h2 {margin-top:/*20px;*/10px;}
.main h2 {font-family: crimson_textroman; font-size: 22px;}
#parcel-sidebar {font-family: UniversLTStd-Light; font-size:14px;}
#parcel-sidebar a {color:#4d4d4d; line-height: 33px;}
#parcel-sidebar a:hover, #parcel-sidebar a:active, #parcel-sidebar a:focus {color:#ff4540;}

.about-page h2, .about-page .h2,
.single-insight h2, .single-insight .h2,
.connect-page h2, .connect-page .h2,
.single-teammember h2, single-teammember .h2
{font-size: 26px; line-height: 34px; color: #ff4540; font-family: UniversLTStd-Light;}
.single-insight h2, .single-insight .h2, .single-teammember h2, single-teammember .h2
{margin-bottom: 8px ;margin-top: 22px;}
.about-page h2, .about-page .h2 {margin-bottom:9px;}

.about-page h2 {margin-top:30px;}
.about-page h3, .about-page .h3 {font-size: 20px; line-height: 22px; color: #4d4d4d; font-family: UniversLTStd-Light; margin-top:25px;}
footer, a.aboutprojectlink, a.aboutteamlink, a.tm-sidebar-viewall, #parcel-topbar a {font-family: UniversLTStd-Light;}
.single-works h1, .single-insight h1 {font-family: crimson_textroman; font-size:28px;}
.single-works h1 {color:#ff4540;}
.single-insight h1 {color:#4d4d4d;}
.single-works h1 {margin-bottom: 0px; margin-top:35px;}
/* .single-works h3 {font-size: 20px; line-height: 22px; color: #ff4540; font-family: UniversLTStd-Light;} */
.main ul {padding-left:0px; list-style: none; }
.main ul li {margin: 0 0 10px; padding-left: 12px; position: relative; }
.main ul li:before{ content:"·"; font-family: crimson_textroman; font-size: 18px; left: 0; position: absolute; }
.main #parcel-topbar ul {padding-left:0px;}
.main #parcel-topbar ul li {margin: 0; padding: 0;}
.main #parcel-topbar ul li:before{ content:""; }
#form-overlay-share h2 {margin-top: 0;}

a:focus { /* Remove FF outline box */
  text-decoration: none;
  border-style: none;
  outline: none;
}

/* COLORS */

/* LINKS */
a { color: #ff4540; text-decoration: none !important; }
a:hover { color: #111; text-decoration: none; }

/* HEADER */

.page-header {border-bottom: none; margin: 0; padding: 0;}



.navbar-static-top { border: 0; }
.navbar-default { background-color: #ffffff; }
header .navbar-nav > li > a:hover {
  color: #ff4540;
}
header .banner {
  position: relative;
  z-index: 9999;
}
header .wordmark {
  /* padding: 25px 0 0 15px; */
    padding: 25px 0 0 0;
  display: inline-block;
}
header .wordmark img {
  width: 100px;
  height: auto;
}
header .row {
  position: relative;
}
@media (max-width: 767px) {
  header .top-menu-container {
    border-bottom: 1px solid #d2d2d2;
  }
  header .top-menu-container .navbar-nav {
    float: left;
    width: 100%;
  }
  header .top-menu-container .navbar-nav a {
    font-size: 15pt;
    padding-left: 12px;
  }
  header .top-menu-container .navbar-nav a:active {
    background: none !important;
  }
}
@media (min-width: 768px) {
  header .top-menu-container .menu-container {
    margin-top: -65px;
  }
}
header .navbar-collapse {
  z-index: 999;
  position: relative;
}
header .top-menu {
  margin-top: 30px;
}
@media (min-width: 768px) {
  header .top-menu {
    float: right;
  }
}
header ul li {
  display: inline-block;
  margin: 0;
}
header ul li a {
  color: #696767;
  font-size: 13.5px;
  letter-spacing: .5px;
  padding-right: 0 !important;
  padding-left: 23px !important;
}
header ul li a:hover,
header ul li a:active,
header ul li a:focus {
  background: none !important;
}
header ul li.active a {
  color: #ff4540;
}
header ul li a.hover {
  color: #ff4540;
}


/* LOGO */
a.navbar-brand {
    background-image: url(img/Parcel-Logo_TILE.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 181px;
    text-indent: -9999px;
    width: 125px;
    position: relative !important;
    z-index: 9999 !important;
}



/* NAV */
#navbar {font-family: UniversLTStd-Light; font-size: 14px;}
header #menu-top-menu {
    float:right;
    position: relative;
    right:-158px;
    top: 56px;


    /* margin-bottom:-55px; margin-right:-160px; padding-top:55px; */

}
.navbar-default .navbar-nav > li > a {color: #8d8d8d;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {background-color: #ffffff !important; color:#ff5440 !important;}

.navbar-default {
  background: white;
  border: 0;
  padding: 0;
  margin: 0;
}
.navbar-default .navbar-nav > li > a {
  padding: 0;
}
.navbar-default .navbar-header {
  position: absolute;
  z-index: 99;
  right: 0;
  top: -30px;
}
.navbar-default .navbar-header .navbar-toggle {
  background: white;
  border: none;
  margin-right: 0px;
  margin-top: 20px;
}
.navbar-default .navbar-header .navbar-toggle .icon-bar {
  background: #d2d2d2;
  margin-bottom: 7px;
  width: 30px;
}
.navbar-nav {
  float: right;
  margin: 15px 0 0 0;
  padding: 0;
}
@media (max-width: 465px) {
  .tagline {
    margin-top: 19px;
  }
  .tagline h2 {
    font-size: 14pt !important;
    margin-top: 5px !important;
  }
  .navbar-default .in,
  .navbar .collapsing {
    width: 230px !important;
  }
}
@media (max-width: 767px) {
  .menu-top {
    border: none !important;
  }
  header .top-menu-container {
    /* position: fixed !important; */
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 999;
    overflow: hidden;
  }
  .navbar-default .in,
  .navbar .collapsing {
    width: 300px;
    border: none;
    float: left;
    margin-left: 146px;
    background: white;
    z-index: 99;
  }
  .navbar-default .in ul,
  .navbar .collapsing ul {
    width: 100%;
    overflow: hidden;
  }
  .navbar-default .in ul li,
  .navbar .collapsing ul li {
    clear: both;
    width: 100%;
    padding: 0;
  }
  .navbar-default .in ul li a,
  .navbar .collapsing ul li a {
    font-size: 10pt;
    padding: 0 0 5px;
  }
}




/* SEARCH in HEADER */
/*
header #searchform input {
    border:none;
    box-shadow:none;
    background-image:url(img/Search.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 14px 15px;
    float: right 8px;
    width: 150px;
    color: #c2c2c2;
    font-size: 10px;
    letter-spacing: 0.4px;
    font-family: 'UniversLTStd-Light';
    border-bottom: 1px solid #ffffff;
    transition: border-bottom .5s ease;
    text-transform: uppercase;
}
header #searchform label {
    border:none;
    box-shadow:none;
    color: #c2c2c2;
    font-size: 10px;
    letter-spacing: 0.4px;
    font-family: 'UniversLTStd-Light';
    font-weight: normal;
}



header #searchform input:active, header #searchform input:focus { box-shadow:none; border-bottom: 1px solid #d2d2d2; }
header #searchform label { text-transform: uppercase; }
header #searchform label:hover { text-decoration: none; }
header #searchform .input-group-btn { display:none; }
*/
/*
.navbar-form {color: #c2c2c2;
    font-size: 10px;
    letter-spacing: 0.4px;
    font-family: 'UniversLTStd-Light';}
.navbar-form .form-control {border:none;
    box-shadow:none;}
.search-icon { background-image:url(img/Search.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 14px 15px;
    border:0;
    padding: 7px 8px;
}
*/



.sb-search {
    position: relative;
    margin-top: 0px;
    width: 0%;
    min-width: 60px;
    height: 30px;
    float: right;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    height: 30px;
    margin: 0;
    z-index: 10;
    padding: 0px 20px 0px 0px;
    letter-spacing: 0.4px;
    font-family: 'UniversLTStd-Light';
    font-size: 10px;
    color: #c2c2c2;
}

.sb-search-input::-webkit-input-placeholder {
    color: #c2c2c2;
}

.sb-search-input:-moz-placeholder {
    color: #c2c2c2;
}

.sb-search-input::-moz-placeholder {
    color: #c2c2c2;
}

.sb-search-input:-ms-input-placeholder {
    color: #c2c2c2;
}

.sb-icon-search,
.sb-search-submit  {
    width: 15px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    z-index: 90;
  background-image:url(img/Search.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 14px 15px;
}

.sb-icon-search:before {
    content: "SEARCH";
    right:18px;
    position: absolute;
    font-size: 10px;
    letter-spacing: 0.4px;
    font-family: 'UniversLTStd-Light';
    color: #c2c2c2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.sb-search.sb-search-open .sb-icon-search:before {
    right:0px;
    opacity: 0;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 150px;
}

.sb-search.sb-search-open input {
    border-bottom: 1px solid #c2c2c2;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}







.mobile-search-icon { float:left; margin:28px 10px 0 0; }

/* HR */
hr { border-color: #d2d2d2; }
.hp-grid hr { margin-left:15px; margin-right:15px; }

/* FOOTER */
footer .address-container {padding:0px;}
footer p {margin:0}
footer .address {font-size: 13px; line-height: 17.5px; color: #696767;}
footer .address.phone a {color: #696767;}
/* footer .address.contact {margin-top:10px;} */
/* footer .address.contact a:before {
    background-image: url(img/Next-Icon.svg);
    background-repeat: no-repeat;
    background-size: 10px 18px;
    content: "";
    margin: 0 3px 0 -2px;
    padding: 2px 5px 0px;
    background-position: center;
} */
footer .copyright {font-size: 9.5px; color: #8d8d8d; margin: 0 0 50px;}
.insights-page footer {padding-top:170px !important;} */

/* PAGE OVERLAY */
.hp-overlay-container { margin: 0 auto; position: relative; top: 195px; }
.hp-overlay-copy { color: #161616; font-size: 37px; line-height: 41px; margin-bottom:50px; font-family: 'crimson_textroman';}
.hp-overlay-scroll { color: #000000; font-size: 10px; font-family: UniversLTStd-Light; }
.hp-overlay-down-arrow {
    background-image :url(img/Next-Icon.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 10px 18px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 10px;
    height: 18px;
    margin-left: 5px;
    cursor: pointer;
}

/* HOMEPAGE */
header .tagline { position: absolute; left: 0px; top: 140px; }
header .tagline h2 { font-family: UniversLTStd-Light; font-size: 20px; position:relative; z-index: 4999; color: #ff4540; margin-top: 22px;}

body.home #overlay {
  padding-top: 200px;
}

@media (max-width: 1199px)
{
  body.home #overlay {
    padding-top: 140px;
  }
}


/* HOMEPAGE GRID */
.hp-grid { padding-top:20px; }
.hp-grid .img-responsive {min-width: 100%;}
.home .main.container .container {padding-right:0;}

.hp-grid .espot {display: block; position: relative; padding: 0 15px 15px 0;}
.hp-grid .espot-one-container {float:left; min-height:1px; position: relative; width:80%;}
.hp-grid .espot-one { width:100%;}
.hp-grid .espot-one .image, .hp-grid .espot-one .content {height: 432px;}
/*.hp-grid .espot-one .text {top:41%;}*/
.hp-grid .espot-twothree-container {float:left; min-height:1px; position: relative; width:20%;}
.hp-grid .espot-two {float:left; width:100%;}
.hp-grid .espot-two .image, .hp-grid .espot-two .content {height: 208px;}
.hp-grid .espot-three {float:left; width:100%;}
.hp-grid .espot-three .image, .hp-grid .espot-three .content {height: 208px;}
.hp-grid .espot-fourfivesix-container {float:left; min-height:1px; position: relative; width:40%;}
.hp-grid .espot-four {float:left; width:50%;}
.hp-grid .espot-four .image, .hp-grid .espot-four .content {height: 179px;}
.hp-grid .espot-five {float:left; width:50%;}
.hp-grid .espot-five .image, .hp-grid .espot-five .content {height: 179px;}
.hp-grid .espot-six {float:left; width:100%;}
.hp-grid .espot-six .image, .hp-grid .espot-six .content {height: 303px;}
.hp-grid .espot-seveneightnineten-container {float:left; min-height:1px; position: relative; padding:0; width:60%;}
.hp-grid .espot-seven {float:left; width:66.665%;}
.hp-grid .espot-seven .image, .hp-grid .espot-seven .content {height: 266px;}
.hp-grid .espot-eight {float:left; width:33.335%}
.hp-grid .espot-eight .image, .hp-grid .espot-eight .content {height: 266px;}
.hp-grid .espot-nine {float:left; width:50%;}
.hp-grid .espot-nine .image, .hp-grid .espot-nine .content {height: 216px;}
.hp-grid .espot-ten {float:left; width:50%;}
.hp-grid .espot-ten .image, .hp-grid .espot-ten .content {height: 216px;}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){

    .hp-grid .espot-one-container {float:left; min-height:1px; position: relative; width:75%;}
    .hp-grid .espot-one { width:100%;}
    .hp-grid .espot-twothree-container {float:left; min-height:1px; position: relative; width:25%;}
    .hp-grid .espot-two {float:left; width:100%;}
    .hp-grid .espot-three {float:left; width:100%;}
    .hp-grid .espot-fourfivesix-container {padding:0; width:50%;  }
    .hp-grid .espot-four {float:left; width:50%}
    .hp-grid .espot-five {float:left; width:50%}
    .hp-grid .espot-six {float:left; width:100%;}
    .hp-grid .espot-seveneightnineten-container {width:50%; }
    .hp-grid .espot-seven {float:left; width:100%;}
    .hp-grid .espot-eight {float:left; width:100%;}
    .hp-grid .espot-eight .image, .hp-grid .espot-eight .content {height: 217px;}
    .hp-grid .espot-nine {float:left; width:50%}
    .hp-grid .espot-ten {float:left; width:50%}

/*    .hp-grid .espot-one .text {padding-top: 26%;}
    .hp-grid .espot-two .text {padding-top: 7%;}
    .hp-grid .espot-three .text {padding-top: 7%;}
    .hp-grid .text h3 {font-size: 13px; line-height: 15px;}
    .hp-grid .text p {font-size: 11px; line-height: 14px;}
    .hp-grid .espot-four .text {padding-top: 12%;}
    .hp-grid .espot-five .text {padding-top: 12%;}
    .hp-grid .espot-six .text {padding-top: 27%;}
    .hp-grid .espot-seven .text {padding-top: 22%;}
    .hp-grid .espot-eight .text {padding-top: 16%;}
    .hp-grid .espot-nine .text {padding-top: 16%;}
    .hp-grid .espot-ten .text {padding-top: 16%;}

    .hp-grid .content {padding-top: 5px 15px;} */

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
    .hp-grid .espot-one-container {padding:0; width:100%;}
    .hp-grid .espot-one {}
    .hp-grid .espot-twothree-container {width:100%;}
    .hp-grid .espot-two {float:left; width:50%}
    .hp-grid .espot-three {float:left; width:50%}
    .hp-grid .espot-fourfivesix-container {padding:0; width:100%;}
    .hp-grid .espot-four {float:left; width:50%}
    .hp-grid .espot-five {float:left; width:50%}
    .hp-grid .espot-six {float:left; width:100%;}
    .hp-grid .espot-seveneightnineten-container {width:100%;}
    .hp-grid .espot-seven {float:left; width:50%;}
    .hp-grid .espot-eight {float:left; width:50%;}
    .hp-grid .espot-nine {float:left; width:50%}
    .hp-grid .espot-ten {float:left; width:50%}

    .hp-grid .espot-one .image, .hp-grid .espot-one .content {height: 380px;}
    .hp-grid .espot-two .image, .hp-grid .espot-two .content,
    .hp-grid .espot-three .image, .hp-grid .espot-three .content,
    .hp-grid .espot-four .image, .hp-grid .espot-four .content,
    .hp-grid .espot-five .image, .hp-grid .espot-five .content,
    .hp-grid .espot-seven .image, .hp-grid .espot-seven .content,
    .hp-grid .espot-eight .image, .hp-grid .espot-eight .content,
    .hp-grid .espot-nine .image, .hp-grid .espot-nine .content,
    .hp-grid .espot-ten .image, .hp-grid .espot-ten .content
    {height: 216px;}
    .hp-grid .espot-six .image, .hp-grid .espot-six .content {height: 346px;}

/*    .hp-grid .espot-one .text {padding-top: 23%;}
    .hp-grid .espot-six .text {padding-top: 20%;}
    .hp-grid .espot-two .text,
    .hp-grid .espot-three .text,
    .hp-grid .espot-four .text,
    .hp-grid .espot-five .text,
    .hp-grid .espot-seven .text,
    .hp-grid .espot-eight .text,
    .hp-grid .espot-nine .text,
    .hp-grid .espot-ten .text {padding-top: 14%;} */

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
    .hp-grid .espot-one .image, .hp-grid .espot-one .content {height: 251px;}
    .hp-grid .espot-two .image, .hp-grid .espot-two .content,
    .hp-grid .espot-three .image, .hp-grid .espot-three .content,
    .hp-grid .espot-four .image, .hp-grid .espot-four .content,
    .hp-grid .espot-five .image, .hp-grid .espot-five .content,
    .hp-grid .espot-seven .image, .hp-grid .espot-seven .content,
    .hp-grid .espot-eight .image, .hp-grid .espot-eight .content,
    .hp-grid .espot-nine .image, .hp-grid .espot-nine .content,
    .hp-grid .espot-ten .image, .hp-grid .espot-ten .content,
    {height: 216px;}
    .hp-grid .espot-six .image, .hp-grid .espot-six .content {height: 227px;}

    /* .hp-grid .espot-six .text {padding-top: 14%;}
    .hp-grid .espot-two .text,
    .hp-grid .espot-three .text,
    .hp-grid .espot-four .text,
    .hp-grid .espot-five .text,
    .hp-grid .espot-seven .text,
    .hp-grid .espot-eight .text,
    .hp-grid .espot-nine .text,
    .hp-grid .espot-ten .text {padding-top: 13%;} */

    .hp-grid .content {padding-top: 15px;}


    .hp-grid .espot-two,
    .hp-grid .espot-three,
    .hp-grid .espot-four,
    .hp-grid .espot-five,
    .hp-grid .espot-seven,
    .hp-grid .espot-eight,
    .hp-grid .espot-nine,
    .hp-grid .espot-ten {width:100%;}
    .hp-grid hr {display: none;}



}


.page-template-front-page .hp-grid .content:hover {cursor: pointer;}


/*
.hp-grid .espot-one-container {float:left; min-height:1px; position: relative; padding-right:7.5px; padding-left:0; width:80.4%;}
.hp-grid .espot {display: block; position: relative;}
.hp-grid .espot-one { width:100%;}
.hp-grid .espot-one .image, .hp-grid .espot-one .content {height: 432px;}
.hp-grid .espot-one .text {padding-top: 17%;}
.hp-grid .espot-twothree-container {float:left; min-height:1px; position: relative; padding-left:7.5px; padding-right:0; width:19.6%;}
.hp-grid .espot-two {float:left; padding:0 0 15px 0; width:100%;}
.hp-grid .espot-two .image, .hp-grid .espot-two .content {height: 208px;}
.hp-grid .espot-two .text {padding-top: 12%;}
.hp-grid .espot-three {float:left; padding:0; width:100%;}
.hp-grid .espot-three .image, .hp-grid .espot-three .content {height: 208px;}
.hp-grid .espot-three .text {padding-top: 12%;}
.hp-grid .espot-fourfivesix-container {float:left; min-height:1px; position: relative; padding-right:15px; padding-left:0; width:40.5%;}
.hp-grid .espot-four {float:left; padding-left:0; padding-right:7.5px; width:50%;}
.hp-grid .espot-four .image, .hp-grid .espot-four .content {height: 179px;}
.hp-grid .espot-four .text {padding-top: 6%;}
.hp-grid .espot-five {float:left; padding-left:7.5px; padding-right:0; width:50%;}
.hp-grid .espot-five .image, .hp-grid .espot-five .content {height: 179px;}
.hp-grid .espot-five .text {padding-top: 6%;}
.hp-grid .espot-six {float:left; padding-left:0; padding-right:0; width:100%;}
.hp-grid .espot-six .image, .hp-grid .espot-six .content {height: 304px;}
.hp-grid .espot-six .text {padding-top: 19%;}
.hp-grid .espot-seveneightnineten-container {float:left; min-height:1px; position: relative; padding:0; width:59.5%;}
.hp-grid .espot-seven {float:left; padding-left:0; padding-right:7.5px; width:67%;}
.hp-grid .espot-seven .image, .hp-grid .espot-seven .content {height: 266px;}
.hp-grid .espot-seven .text {padding-top: 15%;}
.hp-grid .espot-eight {float:left; padding-left:7.5px; padding-right:0; width:33%}
.hp-grid .espot-eight .image, .hp-grid .espot-eight .content {height: 266px;}
.hp-grid .espot-eight .text {padding-top: 24%;}
.hp-grid .espot-nine {float:left; padding-left:0; padding-right:7.5px; width:50%;}
.hp-grid .espot-nine .image, .hp-grid .espot-nine .content {height: 216px;}
.hp-grid .espot-nine .text {padding-top: 12%;}
.hp-grid .espot-ten {float:left; padding-left:7.5px; padding-right:0; width:50%;}
.hp-grid .espot-ten .image, .hp-grid .espot-ten .content {height: 216px;}
.hp-grid .espot-ten .text {padding-top: 12%;}
*/
.hp-grid a {display: block; width: 100%;}
.hp-grid .image {background-size: cover !important; width: 100%;}
.hp-grid .cover {background-color: #e2ecf4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  -moz-transition: .5s ease all;
}

.hp-grid .text {
  width: 100%;
/*  height: 100%; */
  position: absolute;
/*  top: 35%; */
  left: -7.5px;
  color: #4d4d4d;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  -moz-transition: .5s ease all;
  padding: 0 25px;
}

.hp-grid .espot:hover .text { opacity: 1; }
.hp-grid .espot:hover .cover { opacity: .9; background-color:#e1f4fd; }

.hp-grid .text h3 {font-size: 15px; color: #4d4d4d; margin-top:3px;  font-family: UniversLTStd-Light;}
.hp-grid .text p {font-size: 13px; line-height: 12px; color: #4d4d4d; margin: 0 0 10px;  font-family: UniversLTStd-Light;}

.hp-grid .content {background-color: #e1f4fd; padding:24px 15px 0 22px;
/*    -webkit-transition:  all 0.5s ease 0s;
    -moz-transition:  all 0.5s ease 0s;
    -o-transition:  all 0.5s ease 0s;
    transition: all 0.5s ease 0s; */
    position: relative;
}
.hp-grid .content:hover {background-color: #ceefff /* #e2ecf4 */;}
.hp-grid .content h4 {font-family: UniversLTStd-Bold; font-size: 10.5px; color: #ff605b; margin: 0 0 12px 0; line-height: 13px;}
.hp-grid .content h2 {font-family: crimson_textroman; font-size: 20px; line-height: 19.77px; color: #4d4d4d; margin: 0 0 6px 0;}
.hp-grid .content p {font-size: 11.5px; line-height: 16px; color: #696767; font-family: UniversLTStd-Light; margin: 0;}
.hp-grid .content .bottom {position: relative;}
.hp-grid .content .arrow {
    background-image: url(img/Next-Icon.svg);
    background-repeat: no-repeat;
    background-size: 9px 17px;
    bottom: 15px;
    content: "";
    float: right;
    height: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    width: 9px;
}

/* ABOUT */
#parcel-sidebar {z-index:9999; /* position: relative; */ padding-top:44px;}
#parcel-sidebar.affix {top:0;}
.aboutteamcontainer {
    background-color: #f6f6f6;
    margin: 45px -15px 4px;
    padding: 39px 0;
    position: relative;
    z-index: 1;
}
.about-page .aboutteamlink, .about-page .aboutprojectlink {font-size: 14px; color: #ff5440;}
.about-page .aboutprojectlink {line-height: 65px;}
.about-page .aboutteamlink {margin-bottom: -10px; margin-top: -60px; /* margin-bottom: 24px; margin-top: -34px; */}
.about-page .aboutteamlink:hover, .about-page .aboutprojectlink:hover {color:#000000;}
.about-page .aboutteamlink:before, .about-page .aboutprojectlink:before  {
    background-image: url(img/Next-Icon.svg);
    background-repeat: no-repeat;
    /* background-size: 9px 17px; */
    content: "";
    margin: 0 8px 0 0;
    padding: 1px 5px 0;
}
.aboutteamlink {display: block; margin: 10px 0 -5px;}
.aboutteamcontainer .row {padding-left:15px;}
.aboutteamcontainer .col-sm-4 {padding:0; margin-right: 15px; width: 30%; max-width: 274px;}
@media only screen and (max-width : 768px){
    .aboutteamcontainer .col-sm-4 {width: 274px}
}
.aboutteamcontainer .row {margin-bottom: 67px;}
.aboutteamcontainer h2, .tm-grid-list h2 {margin-top: 0; margin-bottom: 17px;}
.aboutteamcontainer h4, .tm-grid-list h4, .tm-name {margin-bottom: 2px; margin-top:15px; font-size:24px; color:#4d4d4d;}
.aboutteamcontainer h4 a, .tm-grid-list h4 a, .tm-name a {font-size:24px; color:#4d4d4d;}
.aboutteamcontainer .tm-title, .team-page .tm-title {font-family: UniversLTStd; font-size: 13px; color: #6e6e6f; margin-bottom:15px; letter-spacing: 0.4px;}
.aboutteamcontainer p, .tm-grid-list p, .tm-copy {color: #4d4d4d;}
.tm-grid-list .col-sm-4 {margin-bottom:67px;}
.tm-grid-list {padding-right:45px;}
.tm-grid-list .row {margin:0;}
@media only screen and (max-width : 992px){ .tm-grid-list {padding-right:0px;} }
.about-page-content-inner {width: 69%; padding: 0 15px;}
@media only screen and (max-width : 768px){ .about-page-content-inner {width: 100%; padding: 0 15px;} }


/* INSIGHTS */
.insights-page .side {padding-right:55px;}
.insights-page .side h1 {font-size: 20px; color: #ff5440; font-family: UniversLTStd-Light; margin-top:26px;}
.insights-page .side p {font-size: 11.5px; line-height: 15.5px; color: #696767; font-family: UniversLTStd-Light; padding-right: 15px;}

#insights-feed .item {list-style: outside none none; margin: 0; padding: 0 15px 15px 0;}
.insights-sidebar {position:fixed; width:13%;}
.uwpqsf_submit, .uform_title {display:none;}
#uwpqsf_id .ufrom_title {display:none;}
.insights-more {visibility: hidden;}
/* #insights-feed {
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 4;
    column-gap: 15px;
    width: 100%;
} */
#insights-feed .item.masonry-entry {
    /* display: inline-block; */
    /* width: 23.75%; */
    background-color: #e1f4fd;
    /* margin-top: 15px; */
/*    margin-left: 7.5px;
    margin-right: 7.5px; */
    /* padding-right:15px; */
    overflow: hidden;
    background-clip: content-box !important;
}

.insights-page .gform_wrapper .gform_footer {margin: 1em auto 0; text-align: center;}
.insights-page #gform_wrapper_2 {margin-top: 0; padding-bottom: 15px; padding-top: 0;}
.single-teammember #collapsing-form {padding-top:19px;}
.cta-hr-top {margin: 25px 15px 15px 0;}
.connect-page .cta-hr-top {margin: 25px 0 15px 0;}
.single-works .cta-hr-top, .single-insight .cta-hr-top, .single-teammember .cta-hr-top  {margin: 25px 0 15px 0;}
.cta-hr-bottom {margin: 45px 15px -5px 0;}
.insights-page #collapsing-form {margin-right:15px;}

/* #insights-feed .masonry-entry:hover { cursor: pointer; } */

#insights-feed .item:hover { background-color: #ceefff; }
#insights-feed .item .text .meta span:hover { color: #8d8d8d; }
#insights-feed .item .text { padding:10px 17px; }
#insights-feed .item .text h4
    {font-family: crimson_textroman; font-size: 20px; line-height: 20px; color: #4d4d4d; margin-bottom:5px; margin-top:11px;}
#insights-feed .item .text p
    {font-family: UniversLTStd-Light; font-size: 11px; line-height: 16px; color: #696767;}
#insights-feed .item .text .meta, #insights-feed .item .text .meta a, #insights-feed .item .text .meta a:hover
    {font-family: UniversLTStd-Light; font-size: 10px; line-height: 14px !important; color: #ff605b; margin-bottom:11px;}
#insights-feed .item .text .meta span
    {font-family: UniversLTStd-Bold;}
#insights-feed .item .arrow {
    background-image: url(img/Next-Icon.svg);
    background-repeat: no-repeat;
    background-size: 9px 17px;
    bottom: 15px;
    content: "";
    float: right;
    height: 17px;
    margin: 55px 0 0 0;
    padding: 0;
    position: relative;
    right: 0;
    width: 9px;
}
#insights-feed .item .gated {
    background-image: url(img/Pages-Icon.svg);
    background-repeat: no-repeat;
    background-size: 13px 17px;
    bottom: 15px;
    content: "";
    float: left;
    height: 17px;
    margin: 55px 0 0 0;
    padding: 0;
    position: relative;
    left: 0;
    width: 13px;
}

.display-posts-listing {
  padding: 0px!important;

}


.umloading {
  width: 100%;
  background: url('/wp-content/themes/newfangled-base/images/ajax_loader2.gif') no-repeat bottom center;
  clear: both!important;
  display: block!important;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  min-height: 30px;
}

/*
#insights-feed article {width: 25%; float:left; padding:0 7.5px 15px 7.5px; }
#insights-feed article:nth-child(4n+1) {padding: 0 7.5px 15px 0;}
#insights-feed article:nth-child(4n) {padding: 0 0 15px 7.5px;}
*/
#insights-feed .cta {clear:both;}
#insights-feed .cta:before,
#insights-feed .cta:after {
    content: " ";
    display: table;
}
#insights-feed .cta {
    -moz-column-span: all;
    -webkit-column-span: all;
    column-span: all;
    column-span: all;
    margin-bottom: 45px;
}

.single-insight main h1 {font-size:34px; margin-top:61px; margin-bottom: 0;}
.single-insight main .insights-meta {font-size: 10px; font-family: UniversLTStd; color: #ff605b; line-height: 20px;  margin-bottom: 26px; }
.single-insight main .insights-meta span {font-family: UniversLTStd-Bold;}
.single-insight main #parcel-term-holder { opacity: 0; }
.single-works main #works-single-side-filter { opacity: 0; }

@media (min-width: 768px) {
  #insights-right-sidebar {margin-top:-143px;}
  }
}


/* FILTERS */
#works-single-side-filter #uwpqsf_id {margin-left:0;}
#works-single-side-filter #uwpqsf_id label {width: auto;}
#works-single-side-filter #uwpqsf_id label:after {content: ",\00a0";}
#works-single-side-filter #uwpqsf_id label.last-visible:after {content: "";}
#uwpqsf_id {border: none; font-size: 11.5px; line-height: 13.5px; font-family: UniversLTStd-Light; margin-left:0px;}
#uwpqsf_id input[type="radio"] { display: none; }
#uwpqsf_id label {
    display: block;
    float: left;
    padding: 0;
    /* margin: 0 0 2px 5px; */
    margin: 0 0 2px 0;
    cursor: pointer;
    font-weight: normal;
    color: #696767;
}
#uwpqsf_id label:hover { color:#ff5440 }

#client-filter #tax-check-1 {display: none;}
#client-list #tax-check-0 {display: none;}
.uwpqsf_class > span[class*="taxolabel-"], .uwpqsf_class > span[class*="cmflabel-"] {display:none;}
#uwpqsf_id > input[type="checkbox"] {display:none;}

/* original */

.client-menu {
  margin-bottom: 0;
  margin-top: -40px;
  padding-left: 0;

}
.sticky .client-menu {background-color:rgba(255, 255, 255, 0.9);}
@media (max-width: 768px) {
  .client-menu {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

#parcel-topbar a, .client-filter a, .client-list a {color:#696767 !important}
#parcel-topbar .current, #parcel-topbar .selected {color:#ff5440 !important}
#parcel-topbar a:hover, .client-filter a:hover, .client-list a:hover {color:#ff5440 !important}
#parcel-topbar a:active, .client-filter a:active, .client-list a:active {color:#ff5440 !important}
#parcel-topbar a:focus, .client-filter a:focus, .client-list a:focus {color:#ff5440 !important}

.client-menu li {
  display: inline-block;
  letter-spacing: 0.7px;
  padding-left: 4px !important;
  margin-right: 16px !important;
}
.client-menu li:first-child {
  padding-left: 0px !important;
  padding-right: 4px !important;
}
/*.client-menu li:hover p {
  color: #111111;
}
.client-menu li:hover a {
  color: #ff4540 !important;
}
.client-menu a:focus {
  color: #fff !important;
}*/
.client-menu li a {
  text-transform: uppercase;
}
.client-menu li a p {
  font-size: 8pt;
  margin: 0;
  padding: 10px 15px 9px 0;
}
.client-menu .float-right a p {
  padding-right: 0;
}
.client-filter,
.client-list {
  background: rgba(255, 255, 255, 0.9);
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  width: 100%;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  -moz-transition: .5s ease all;
  opacity: 0;
}
@media (max-width: 768px) {
  .client-filter,
  .client-list {
    margin-top: 42px;
    padding: 0;
    left: 0;
    width: 100%;
  }
}
.client-filter .tag-container,
.client-list .tag-container {
  padding-top: 0;
  position: relative;
  width: 100%;
  padding-left: 0;
}

#client-filter input[type="checkbox"] {display:none;}
#client-list input[type="checkbox"] {display:none;}
#works-single-side-filter input[type="checkbox"] {display:none;}
#works-single-side-filter label {font-size: 9.5pt; color: #4d4d4d; line-height: 16px}
/* #client-filter label, #client-list label  {width:13.5%;} */
#client-filter label, #client-list label  {width:20%;}

.client-filter .tag-container .tags a:hover,
.client-list .tag-container .tags a:hover {
  color: #ff4540 !important;
}
.client-filter .tag-container .tags,
.client-list .tag-container .tags {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .client-filter .tag-container .tags,
  .client-list .tag-container .tags {
    display: inline-block;
      width: 100%;
  }
}
.client-filter a,
.client-list a {
  font-size: 8.5pt;
  float: left;
  width: 20%;
  line-height: 9pt;
  padding-bottom: 3px;
}
.client-filter a:hover,
.client-list a:hover {
  color: #ff4540;
}
/* @media (max-width: 768px) {
  .client-filter a,
  .client-list a {
    width: 50%;
    font-size: 12pt;
    line-height: 14pt;
  }
} */
.client-list ul,
.client-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.client-list a {
  color: #4d4d4d;
  width: 100%;
}
.current,
.current p {
  color: #ff4540 !important;
}
.show-tag-filter {
  min-height: 48px;
  height: auto;
  opacity: 1;
}
.show-clients-filter {
  height: auto;
  opacity: 1;
/*  padding-bottom: 10px; */
}
/* End original */


.single-works #client-list {padding-top:14px}

.single-insight #client-list,
.single-insight #client-filter,
.single-works #client-list,
.single-works #client-filter
{padding-left:326px; padding-right:0;}
.single-insight #parcel-topbar.sticky #client-list,
.single-insight #parcel-topbar.sticky #client-filter
{padding-left:98px;}
.single-works #parcel-topbar.sticky #client-list,
.single-works #parcel-topbar.sticky #client-filter
{padding-left:103px;}
@media only screen and (max-width : 1200px){
    .single-insight #client-list,
    .single-insight #client-filter,
    .single-works #client-list,
    .single-works #client-filter
        {padding-left:285px;}
}
@media only screen and (max-width : 992px){
    .single-insight #client-list,
    .single-insight #client-filter,
    .single-works #client-list,
    .single-works #client-filter
        {padding-left:241px;}
    .single-insight #parcel-topbar.sticky #client-list,
    .single-insight #parcel-topbar.sticky #client-filter
        {padding-left:98px;}
    .single-works #parcel-topbar.sticky #client-list,
    .single-works #parcel-topbar.sticky #client-filter
        {padding-left:103px;}
}
@media only screen and (max-width : 768px){
    .single-insight #client-list,
    .single-insight #client-filter,
    .single-works #client-list,
    .single-works #client-filter,
    .single-insight #parcel-topbar.sticky #client-list,
    .single-insight #parcel-topbar.sticky #client-filter
        {padding-left:98px;}
    .single-works #parcel-topbar.sticky #client-list,
    .single-works #parcel-topbar.sticky #client-filter
        {padding-left:103px;}
}
@media only screen and (max-width : 480px){
    .single-insight #client-list,
    .single-insight #client-filter,
    .single-works #client-list,
    .single-works #client-filter,
    .single-insight #parcel-topbar.sticky #client-list,
    .single-insight #parcel-topbar.sticky #client-filter,
    .single-works #parcel-topbar.sticky #client-list,
    .single-works #parcel-topbar.sticky #client-filter,
    .insights-page #client-list,
    .insights-page #client-filter,
    .insights-page #parcel-topbar.sticky #client-list,
    .insights-page #parcel-topbar.sticky #client-filter
        {padding-left:5px;}
}

.single-works #parcel-topbar.sticky .client-menu {padding-left:5px;}
#parcel-topbar .client-list a {font-size: 11.5px; line-height:13.5px;}

/* WORK */

.single-works .slug {font-family: UniversLtStd-Bold; font-size: 10px; margin-top: 28px; text-transform: uppercase; letter-spacing: 0.25px; font-weight: 500; line-height: 7px; margin-bottom: 17px;}
.single-works .slug a {color:#c3c4c6;}
.single-works .slug a:hover {color:#4d4d4d;}
.single-works .pp-h2 {margin-top:0;}

#client-list img {display: none;}
/* #works-feed {margin:0 -7.5px;} */
#client-list, #client-filter {
    border: none; font-size: 11.5px !important; line-height: 15px !important; font-family: UniversLTStd-Light; margin-left:0px; width: 100%; margin-top: 1px; padding-top: 9px; padding-left: 96px;
}
.insights-page #client-list, .insights-page #client-filter { margin-top: 0px; }
.single-works #parcel-topbar.sticky .col-xs-12.col-sm-4-of-5.float-right.no-padding,
.work-page #parcel-topbar.sticky .col-xs-12.col-sm-4-of-5.float-right.no-padding,
.single-insight #parcel-topbar.sticky .col-xs-12.col-sm-4-of-5.float-right.no-padding
{width:100%}
.work-page #parcel-topbar.sitcky .tags.col-sm-4-of-5.float-right
{padding-left:98px; width:100%;}
.work-page #client-list, .work-page #client-filter {padding-left:0; padding-right:0;}
.work-page .client-filter .tag-container, .work-page .client-list .tag-container {width:80%; float:right; padding-left:95px; padding-right:0;}
.work-page .sticky .client-filter .tag-container, .work-page .sticky .client-list .tag-container
{width:100% !important;}
.work-page #client-list {padding-top:14px;}
@media only screen and (max-width : 768px){
    .work-page .client-filter .tag-container, .work-page .client-list .tag-container {width:100%}
}
@media only screen and (max-width : 480px){
    .work-page .client-filter .tag-container, .work-page .client-list .tag-container {padding-left:5px;}
}


/* #client-list .text {margin-left: 88px;} */
#client-list .text h3 {
    display: block;
    float: left;
    padding: 0;
    margin: 0 0 0 5px;
    cursor: pointer;
    font-weight: normal;
    font-size: 11px; line-height: 12px;
}
#client-list .text h3:hover { text-decoration: underline; }
/* .work-page #client-list .tags {padding-left:0px;} */
/* .work-page #client-list .tags div.item {width:13.5%;} */
.work-page #client-list .tags div.item { width: 33% /* 20%; */}
.single-works #client-list .tags div.item { width: 33% /* 20%; */}
.insights-page #client-list .tags {padding-left:0px;}


#insights-feed {min-height: 300px; margin-top: 11px;}
#works-feed {min-height: 300px; margin-top: 10px;}
#works-feed .item-container, #insights-feed .item-container {width: 100%; height: 100%;}
#works-feed a {display: block; height: 100%; width: 100%;}
#works-feed .cover {background-color: #e1f4fd; color: #4d4d4d; height: 100%; left: 0; opacity: 0; position: absolute; text-align: center; top:0; width: 100%; padding: 0 25px 0;
    -webkit-transition:  all 0.5s ease 0s;
    -moz-transition:  all 0.5s ease 0s;
    -o-transition:  all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#works-feed .item-container:hover .cover {opacity: 0.9;}
#works-feed .text {font-family: UniversLTStd-Light; color: #4d4d4d; /* height: 100%; */ left:0; right:0; bottom: 0; line-height: 15px; position: absolute; opacity: 0; /* top:46%;*/ top:0;
    /*  transition: all 0.5s ease 0s; width: 100%; */ font-size: 14px; text-align: center; display: block;
    -webkit-transition: opacity 0.5s ease 0s;
    -moz-transition:  opacity 0.5s ease 0s;
    -o-transition:  opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;}
#works-feed .item-container:hover .text {opacity: 1;}
#works-feed .item {list-style: outside none none; margin: 0; padding: 0 15px 15px 0;}
@media (min-width: 768px) and (max-width: 990px) {
  #works-feed .cover {
    width: 147px;
    height: 147px;
  }
}
@media (min-width: 991px) and (max-width: 1190px) {
  #works-feed .cover {
    width: 191px;
    height: 191px;
  }
}
@media (min-width: 1191px) {
  #works-feed .item {
    width: 231px;
    height: 231px;
  }
}
#works-feed .item .item-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  text-align: center;
}
#works-feed  .item .item-container img {
  width: 100%;
  height: auto;
}



.works-txt-full p:last-child {margin-bottom: 0 !important;}



#works-single-side-filter .display-posts-listing img {display: none;}
#works-single-side-filter .display-posts-listing h3 {font-size: 11.5px; color: #4d4d4d;}
#works-single-side-filter .display-posts-listing .works-container {width: 100%}

.sticky {
    top: 37px;
    position: fixed;
    width: 1140px;
}

.insights-page .sticky {
    top: 37px;
    position: fixed;
    width: 909px;
    margin-left: 231px;
}
.single-insight .sticky, .single-works .sticky { width: 1140px; margin-left: 0;
}
@media only screen and (max-width : 1200px) {
    .insights-page .sticky {width: 749px; margin-left: 191px;}
    .single-insight .sticky, .single-works .sticky {width: 940px;}
    .work-page .sticky {width: 940px; margin-left: 0px;}
}
@media only screen and (max-width : 992px)  {
    .insights-page .sticky {width: 573px; margin-left: 147px;}
    .single-insight .sticky, .single-works .sticky {width: 720px;}
    .work-page .sticky {width: 720px; margin-left: 0px;}
}
@media only screen and (max-width : 768px)  {
    .insights-page .sticky {width: 100%; margin-left: 0px; padding-right: 30px;}
    .single-insight .sticky, .single-works .sticky {width: 100%; padding-right: 30px;}
    .work-page .sticky {width: 100%; margin-left: 0px; padding-right: 30px;}
}
@media only screen and (max-width : 768px)  {
    .sticky {top: 0 !important;}
}

#parcel-topbar{z-index:9999; margin-top:0; -webkit-column-span:all; column-span:all;}




.single-works .tm-sidebar-posts-header {border-bottom: 1px solid #d2d2d2; margin-bottom: 15px; margin-top: 0px; padding-bottom: 2px;}
.single-works .tm-sidebar-recentposts {
    margin-right: 14px;
    width: 216px;
    vertical-align: top;
}
.single-works .container-fluid img {width:100% !important; max-width:100% !important;}

.single-works .tm-sidebar-recentposts:last-child {
    margin-right: 0px;
}
@media only screen and (max-width : 1200px){
   .single-works .tm-sidebar-recentposts {margin-right: 15px; width: 175px;}
}
@media only screen and (max-width : 992px){
   .single-works .tm-sidebar-recentposts {margin-right: 15px; width: 131px;}
}
@media only screen and (max-width : 768px){
   .single-works .tm-sidebar-recentposts {margin-right: 0px; width: 100%;}
   .single-works .container-fluid.no-padding .row {margin:0;}
}


.single-works .parcel-works-txt-full.bgcolor { margin: 0 /* margin:30px 0 */;}
.single-works #worksbegin + .parcel-works-txt-full.bgcolor { margin: 0 /* margin:0 0 30px 0 */;}






/*
.hp-grid a {display: block; height: 100%; width: 100%;}
.hp-grid .image {background-size: cover !important; width: 100%;}
.hp-grid .cover {background-color: #e2ecf4; height: 100%; left: 0; opacity: 0; top: 0; width: 100%;
    -webkit-transition:  all 0.5s ease 0s;
    -moz-transition:  all 0.5s ease 0s;
    -o-transition:  all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.hp-grid .cover:hover {opacity: 0.95;}
.hp-grid .text {color: #4d4d4d; height: 100%; left: 0; opacity: 0; position: absolute; text-align: center; top:0; width: 100%; padding: 0 25px 0;
    -webkit-transition:  all 0.5s ease 0s;
    -moz-transition:  all 0.5s ease 0s;
    -o-transition:  all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.hp-grid .text:hover {opacity: 1;}
.hp-grid .text h3 {font-size: 15px; line-height: 26px; color: #4d4d4d;}
.hp-grid .text p {font-size: 13px; line-height: 16px; color: #4d4d4d;}

.hp-grid .content {background-color: #e1f4fd; padding:20px 15px 5px 25px;
    -webkit-transition:  all 0.5s ease 0s;
    -moz-transition:  all 0.5s ease 0s;
    -o-transition:  all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
}
.hp-grid .content:hover {background-color: #e2ecf4;}
*/



/* TEAM */
.team-page h1 {font-size: 26px; color: #ff4540; font-family: UniversLTStd-Light; margin: 31px 0 36px 0;}
.team-page .col-sm-4.no-left-padding {}



/* TEAM MEMBERS */


.tm-sidebar-recentposts {
    display: inline-block;
    width: 100%;
    background-color: #e1f4fd;
    margin-bottom: 15px;
}
.tm-sidebar-recentposts:hover { background-color: #ceefff; cursor: pointer; }
.tm-sidebar-recentposts .text { padding:15px 17px; }
.tm-sidebar-recentposts-title {margin-bottom: 0;}
.tm-sidebar-recentposts-title a
    {font-family: crimson_textroman; font-size: 20px; line-height: 20px; color: #4d4d4d;}
.tm-sidebar-recentposts .text .date
    {font-family: UniversLTStd-Light; font-size: 10px; line-height: 13px; color: #ff605b;}
.tm-sidebar-recentposts .arrow {
    background-image: url(img/Next-Icon.svg);
    background-repeat: no-repeat;
    background-size: 9px 17px;
    bottom: 15px;
    content: "";
    float: right;
    height: 17px;
    margin: 20px 0 0 0;
    padding: 0;
    position: relative;
    right: 0;
    width: 9px;
}
.tm-sidebar-recentposts .gated {
    background-image: url(img/Pages-Icon.svg);
    background-repeat: no-repeat;
    background-size: 13px 17px;
    bottom: 15px;
    content: "";
    float: left;
    height: 17px;
    margin: 20px 0 0 0;
    padding: 0;
    position: relative;
    left: 0;
    width: 13px;
}
.tm-sidebar-recentposts img {height: auto; width: 100%;}
.tm-sidebar-connect-header, .tm-sidebar-posts-header {
    font-family: 'UniversLTStd';
    color: #6e6e6f;
    float: left;
}
.tm-sidebar-posts-header {font-size:12px;}
.tm-sidebar-connect-header {font-size:13px; line-height:18px;}
.tm-sidebar-connect-header {margin-top: 40px; width: 100%;}
.tm-sidebar-posts-header {margin-top: 50px; width: 100%;}


.tm-sidebar-viewall {font-size: 13px;}
.tm-sidebar-viewall:before {
    background-image: url(img/Next-Icon.svg);
    background-repeat: no-repeat;
    background-size: 9px 17px;
    content: "";
    margin: 0 3px 0 5px;
    padding: 2px 5px;
}
.single-teammember .main h1, .single-teammember .main .h1 {margin-bottom:4px !important;}
.team-member-title {font-family: UniversLTStd; font-size: 16px; color: #6e6e6f; margin-bottom: 22px;}













/* Overlay */
.form-dimm {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    display: none
}

.form-overlay {
    position: absolute;
    z-index: 99999;
    top: -100%;
    left :0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    padding: 37px 45px;
    padding-bottom: 20px;
    border: none;
    background-color: #FFFFFF;
    display: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out
}

.form-overlay .form-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 17px;
    height: 17px;
    background-image: url(../../assets/svg/close.svg);
    background-size: contain;
    cursor: pointer;
    background-color: black;
    border-radius: 10px;
    padding: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}


/* FORMS */

input[type="text"], input[type="email"], input[type="password"],
textarea{
    -webkit-appearance: none !important;
    border-radius: 0 !important;
}
.gform_wrapper .gform_footer {padding-bottom:0 !important;}




.gform_wrapper {font-family: UniversLTStd-Light; padding:33px 35px; background-color:#f1f2f2; max-width:100% !important; color:#686868; font-size: 11.5px;}
.gform_wrapper h3 {color: #ff5440; font-size:20px !important; margin: 0 0 20px !important;}
.gform_wrapper p, .gform_description {font-size:14px !important; line-height: 18px !important;}
.gform_wrapper p:last-child {margin-bottom: 35px !important;}
.gform_wrapper p.form-submit {margin-bottom: 0px !important;}
.gform_wrapper label {font-weight:normal !important;}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"]{
    background-color: #f1f2f2;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #f1f2f2 #f1f2f2 #c8c8c8;
    margin: 20px 0 30px !important;
    padding: 0 !important;
    width: 100% !important;}
.gform_wrapper textarea {border: 1px solid #c8c8c8; background-color: #f1f2f2;}
.gform_wrapper .gfield_required {color:#8d8d8d !important; margin-left:1px !important;}
input[type=checkbox] { opacity: 0; float:left; }
input[type=checkbox] + label {
  margin: 0 0 0 5px !important;
  position: relative;
  cursor: pointer;
  float: left;
}
.gform_wrapper select {
    background-color: #f1f2f2;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #f1f2f2 #f1f2f2 #c8c8c8;
    width:100% !important;
    margin-left: 0px !important;
    margin-top: 18px;
    margin-bottom: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
@-moz-document url-prefix() {
  .gform_wrapper select {
     margin-top: 18px;
      -moz-appearance: none;
  }
}
.gform_confirmation_message {padding-bottom: 47px;}
.gfield_description.validation_message {margin-top:-34px !important; line-height: 1 !important;}
.validation_error {padding: 3px 0 !important;}
.gfield_error .gfield_label {margin-bottom: 0 !important; margin-top: 5px !important;}
input[type=checkbox] + label ~ label {
  margin: 0 0 0 10px !important;
}
input[type=checkbox] + label::before {
  content: ' ';
  position: absolute;
  left: -17px;
  top: 1px;
  width: 13px;
  height: 13px;
  display: block;
  background: #fcfcfc;
  border: 1px solid #c8c8c8;
}
input[type=checkbox] + label::after {
  content: ' ';
  position: absolute;
  left: -18px;
  top: 1px;
  width: 13px;
  height: 13px;
  display: block;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjE4MS4yIDI3MyAxNyAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxODEuMiAyNzMgMTcgMTYiPjxwYXRoIGQ9Ik0tMzA2LjMgNTEuMmwtMTEzLTExM2MtOC42LTguNi0yNC04LjYtMzQuMyAwbC01MDYuOSA1MDYuOS0yMTIuNC0yMTIuNGMtOC42LTguNi0yNC04LjYtMzQuMyAwbC0xMTMgMTEzYy04LjYgOC42LTguNiAyNCAwIDM0LjNsMjMxLjIgMjMxLjIgMTEzIDExM2M4LjYgOC42IDI0IDguNiAzNC4zIDBsMTEzLTExMyA1MjQtNTI0YzctMTAuMyA3LTI1LjctMS42LTM2eiIvPjxwYXRoIGZpbGw9IiMzNzM3MzciIGQ9Ik0xOTcuNiAyNzcuMmwtMS42LTEuNmMtLjEtLjEtLjMtLjEtLjUgMGwtNy40IDcuNC0zLjEtMy4xYy0uMS0uMS0uMy0uMS0uNSAwbC0xLjYgMS42Yy0uMS4xLS4xLjMgMCAuNWwzLjMgMy4zIDEuNiAxLjZjLjEuMS4zLjEuNSAwbDEuNi0xLjYgNy42LTcuNmMuMy0uMS4zLS4zLjEtLjV6Ii8+PHBhdGggZD0iTTExODcuMSAxNDMuN2wtNTYuNS01Ni41Yy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTI1My41IDI1My41LTEwNi4yLTEwNi4yYy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTU2LjUgNTYuNWMtNS4xIDUuMS01LjEgMTIgMCAxNy4xbDExNC43IDExNC43IDU2LjUgNTYuNWM1LjEgNS4xIDEyIDUuMSAxNy4xIDBsNTYuNS01Ni41IDI2Mi0yNjJjNS4yLTMuNCA1LjItMTIgLjEtMTcuMXpNMTYzNC4xIDE2OS40bC0zNy43LTM3LjdjLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0xNjkuNSAxNjkuNS03MC4yLTcxLjljLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0zNy43IDM3LjdjLTMuNCAzLjQtMy40IDguNiAwIDEybDc3LjEgNzcuMSAzNy43IDM3LjdjMy40IDMuNCA4LjYgMy40IDEyIDBsMzcuNy0zNy43IDE3NC43LTE3Ni40YzEuNi0xLjcgMS42LTYuOS0uMS0xMC4zeiIvPjwvc3ZnPg==') no-repeat center center;
  -ms-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .3s ease;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
input[type=checkbox]:checked + label::after {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.gform_button.button, #expander {
  color: #ffffff;
  background: #c8c8c8;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  font-size:15.5px !important;
  border: none;
  margin-top: 15px;
  border-radius: 0;
  font-family: UniversLTStd-Light;
  min-width: 100px;
}
.gform_title {font-weight: normal !important;}
.gform_button.button:hover, #expander:hover {
  background: #ff5440;
  text-decoration: none;
}
.gform_body select {

/* background-image:
    linear-gradient(45deg, transparent 50%, #c8c8c8 50%),
    linear-gradient(135deg, #c8c8c8 50%, transparent 50%);
  background-position:
    calc(100% - 13px) calc(1em - 3px),
    calc(100% - 5px) calc(1em - 3px);
  background-size:
    8px 8px,
    8px 8px;
*/

  background-image: url(img/form-select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px 9px;
  background-position: center right;
}
select::-ms-expand {
    display: none;
}
.gform_body ul li {padding-left:0;}
.single-insight #field_5_15 select, .single-works #field_1_12 select {margin-top:3px !important;}
.gfield.field_sublabel_below.field_description_below {list-style: none;}
.gform_fields.top_label.form_sublabel_below.description_below {margin:0; padding: 0;}
#collapsing-form {background-color:#f1f2f2; text-align:center; margin:15px 0 45px; padding:17px 0 0;}

.single-insight #collapsing-form, .single-works #collapsing-form {text-align: left; /* margin:-3px 0 30px 0; padding-bottom: 0; */}
/* .single-insight hr {margin-top: 25px;} */

.single-insight .gated-content-download {margin-top:0; margin-bottom: 50px; display: inline-block;}


.single-teammember #formDiv.collapse.in, .single-teammember #formDiv1.collapse.in {margin-top: 0px;}
#formDiv.collapse.in, #formDiv1.collapse.in {margin-top: -80px;}
#formDiv2.collapse.in {margin-top: -60px;}

.cta {background-color:#f1f2f2; text-align:center; margin:0 0 50px; padding:27px 35px;}
#collapsing-form .collapsing-form-header, .gform_confirmation_message  {padding-left: 35px; padding-right: 35px; font-family: UniversLTStd-Light; }
#collapsing-form .collapsing-form-header h4, .cta h2 {font-size:20px !important; color: #ff5440 !important; font-family: UniversLTStd-Light !important;}
#collapsing-form .collapsing-form-header p, .cta p {font-size: 14px; line-height: 16px;font-family: UniversLTStd-Light; color: #686868;}
#collapsing-form .btn.active {display:none;}

.connect-page #collapsing-form .collapsing-form-header {text-align:left;}

.insights-page .collapsing-form-header h2,
.single-insight .collapsing-form-header h2,
.connect-page .collapsing-form-header h2 {margin-top:10px;}
.insights-page #collapsing-form {padding-bottom: 10px;}

body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
    list-style-type: none !important;
    list-style-image: none !important;
    list-style: none !important;
}
body .gform_wrapper form .gform_body ul > li:before {
    content: "";
}



/* FORMS: Progressive Profiling: */
.progressiveprofiling-notrequired {
  display: none !important;
}



.search .search-form {margin-bottom: 50px;}






/* SOCIAL ICONS */
.social {position: relative; display: block;}
.social a {
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    background-image: url(img/3536_Social-Media-Icons.svg);
    background-size: 216px 27px;
    margin-right:5px;
    opacity: 0.29;
}
.social a:last-child {margin-right:0;}
.social a:hover {opacity: 1;}
/* Share */
.social #share-facebook {background-position: -63px 0;}
.social #share-twitter {background-position: -95px 0;}
.social #share-google {background-position: 0 0;}
.social #share-linkedin {background-position: -31px 0;}
.social #share-email {background-position: -158px 0;}
.social #share-instagram {background-position: -189px 0;}
/* Team Member */

.share-link img {height: 27px; margin-right: 5px;}
.share-link img:last-child {margin-right: 0;}
.share-links {display: block; float:left; width: 100%;}
.share-links .count {display: none;}

.tm-social {display: block; float: left; width: 100%;}
.tm-social a {
    float:left; display: block; height: 27px; width: 28px; margin-right: 5px;
    background-image: url(img/3536_Social-Media-Icons.svg);
    background-repeat: no-repeat;
    background-size: 188px 27px;
}
.tm-social a:last-child {margin-right: 0;}
.tm-social .twitter {background-position: -96px 0;}
.tm-social .instagram {background-position: -128px 0;}
.tm-social .linkedin {background-position: -32px 0;}
.tm-social .google {background-position: 0 0;}
/* Footer */
footer .social a {
    width: 24px;
    height: 24px;
    background-image: url(img/3536_Social-Media-Icons.svg);
    background-size: 193px 24px;
    margin-left:5px;
    margin-right: 0px;
    opacity: 0.69;}
footer .social a:hover {opacity: 1;}
footer .social a:first-child {margin-left:0px;}
footer .social .google {background-position: 0 0;}
footer .social .linkedin {background-position: -28px 0;}
footer .social .facebook {background-position: -56px 0;}
footer .social .twitter {background-position: -85px 0;}
footer .social .pintrest {background-position: -113px 0;}
footer .social .email {background-position: -141px 0;}

.container.parcel-works-txt-full blockquote,
.container.parcel-works-txt-full h1,
.container.parcel-works-txt-full h2,
.container.parcel-works-txt-full h3,
.container.parcel-works-txt-full h4,
.container.parcel-works-txt-full h5
{padding-left:70px !important; padding-right:70px !important;}
.container.parcel-works-txt-full blockquote {padding-bottom:0px !important;}
.single-works h4 {font-size:13px;}
.single-works blockquote {margin-bottom:17px;}

/* SEARCH RESULTS PAGE */
.search .search-form {margin-top:30px;}
.search .search-field, .search .search-submit {border-radius: 0;}
.search .search-submit {font-family: universltstd-light; font-size:15.5px; font-weight: normal; color: #ffffff; line-height: 22px; text-align: center; background-color: #c8c8c8; padding: 5px 15px;}
.search .search-submit:hover {background-color: #ff5440;}




.single-works #client-banner-image {
    background-size: cover !important;
    min-height: 600px !important;
		height: 600px !important;
}



/* MEDIA QUERIES */
/* Larger */
@media only screen and (min-width : 1201px){
    .middle-content-padding {padding-right:83px; padding-left:0;}


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
    header #menu-top-menu {right:-125px;}
    footer .copyright {margin: 0px 0 50px 0;}
    /* footer .address-container {padding-top:30px;} */

    #works-feed .works-container {width: 18% !important;}
    /* #insights-feed article { width: 23%;} */
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
    header #menu-top-menu {right:-90px;}

    /* footer .address-container {padding:15px 0 0 0;} */

    #works-feed .works-container {width: 17.4% !important;}
    /* #insights-feed article { width: 22.5%;} */

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
    header #menu-top-menu {margin-bottom:0px; margin-right:0; padding-top:0px; float:left; top:0; right:0;}
    .navbar-default .navbar-header {position: absolute; z-index: 9999; right: 0; top: -30px;}
    .navbar-default .navbar-header .navbar-toggle {background-color: transparent;}
    header .tagline {top:60px;}
    .hp-overlay-container { top:110px; }
    .hp-overlay-copy { font-size: 31px; line-height: 35px;}

    footer .container, .main {padding-left: 0; padding-right: 0;}
    footer .address-container {padding:0 15px}
    /* footer .copyright {margin: 15px 0 50px 0;} */

    .aboutteamcontainer {margin: 50px 0;}
    .aboutteamcontainer .col-sm-4 {margin: 100px 0 0;}
    .aboutteamcontainer .col-sm-4:first-child {margin: 0;}

    .gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper .top_label li.gfield.gf_left_half {width:100% !important;}

 /*   #insights-feed {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
    width: 100%; } */
    #works-feed .works-container {width: 46% !important;}
    /* #insights-feed article { width: 100%;} */

    .insights-page .side {margin-bottom:25px;}
    .middle-content-padding {padding-right:0; padding-left:0;}


    header .top-menu-container .navbar-nav a, header ul li a {padding-left: 0!important;}
    .work-page #client-list, .work-page #client-filter, .single-works #client-list, .single-works #client-filter, .single-insight #client-list, .single-insight #client-filter {margin-top:42px;}
    .insights-page #client-list, .insights-page #client-filter {margin-top:0px;}

    .hp-grid { padding-top:0px; }
    .espot-one .image {background-size: 717px auto !important;}
    .work-page #client-list .tags {padding-left: 0}
    .work-page #client-list .tags div.item {width: 50%}
    .single-works #client-list .tags div.item {width: 50%}
    .client-filter a, .client-list a {padding-bottom: 20px;}
    #parcel-topbar .client-filter a, #parcel-topbar .client-list a {margin-bottom: 7px !important;}
    .work-page #client-list .tags .cover {display: none; height: 0}
    #uwpqsf_id {margin-left: 0;}
    #client-filter .tag-container {padding-right:0;}
    #client-filter label, #client-list label {width: 50%; margin: 0; padding-bottom: 25px;}
    .tm-sidebar-viewall {display:block; margin-bottom: 50px;}
    .search-page .search-form {margin: 50px 0}

    .insights-page .item.masonry-entry {width: 33.3333% !important}

/* LOGO */
    .banner.wordmark img {
        height: 78px;
        text-indent: -9999px;
        /* width: 84px; */
        width: 96px !important;
        z-index: 9999;
        position: relative;}
    header .wordmark { padding: 0 0 0 0; }


.tm-sidebar-connect-header {margin-top: 0px;}
.tm-sidebar-posts-header {margin-top: 0px;}
.social {display:inline-block; /* margin-bottom:30px; */}
    .tm-grid-list .col-sm-4 {margin-bottom: 100px;}

.single-works #client-banner-image {
    min-height: 400px;
    max-height: 400px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 992px){
    .insights-page .item.masonry-entry {width: 33.3333% !important}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){



    #works-feed .works-container {width: 43% !important;}
/*   .insights-page .item.masonry-entry {width: 49.5% !important} */
    .insights-page .item.masonry-entry {width: 100% !important; position: relative !important; top: 0 !important; left: 0!important;}
    .insights-page .item.masonry-entry .item-container img {width: 100%;}

    input[type="checkbox"] + label {margin: 0 0 0 17px !important;}

    .about-page .aboutteamcontainer .col-sm-4 {margin:100px auto 0;}
    .about-page .aboutteamcontainer .col-sm-4:first-child {margin:0 auto;}
    .aboutteamcontainer .row {padding-left: 0;}


    .client-menu li:last-child {margin-right: 0 !important;}
    .client-menu li a p {padding:10px 0 9px 0}

    .single-insight main h1 {margin-top:30px;}
    .insights-page .side {margin-bottom:10px;}

    body > header > div > div > div > div.top-menu-container.menu-top > div.row.menu-container > div.col-xs-3.col-sm-3 {width: 100px !important;}

    footer .address {font-size: 11.5px; letter-spacing: 0; line-height: 16.5px;}

}



/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
    #works-feed .works-container {width: 44% !important;}
    footer .address {font-size: 10.5px; letter-spacing: 0; line-height: 15.5px;}
}


@media only screen and (min-width: 991px) {
    .work .sticky .client-menu,
    .insights .sticky .client-menu,
    .single-works .sticky .client-menu,
    .single-insight .sticky .client-menu {padding-left:27px !important;}
    .work-page .sticky .client-filter .tag-container, .work-page .sticky .client-list .tag-container {padding-left:0;}
    .work .sticky #client-filter, .work .sticky #client-list,
    .insights .sticky #client-filter, .insights .sticky #client-list,
    .single-works .sticky #client-filter, .single-works .sticky #client-list,
    .single-insight .sticky #client-filter, .single-insight .sticky #client-list
    {padding-left:124px !important;}
}

/* END MEDIA QUERIES */
