body{
    background: #fff;
    font-family: "proxima-nova", sans-serif !important;
    font-style: normal;
    color:#333;
    font-weight:400;
}
::-moz-selection /* Code for Firefox */,
::selected{
  color: #fff;
  background: #cf1f25;
}
.content-area ul, .content-area ol{
margin-left:2.5rem;
}
.content-area ul li {
  color: #333; 
  list-style: none; 
}
.content-area ul li::before {
    color: #cf1f25;
    font: normal normal normal 24px/1 FontAwesome;
    content: "\f0c8";
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
    position: relative;
    left: -.3rem;
    font-size: .5rem;
    top: -0.2rem;
}
ul#nav_categories li::before {
  content: none;
}
h1{
  font-family: "proxima-nova", sans-serif;
  font-size: 2.25rem;
  line-height: 38px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 10px;
  text-transform: none;
  color: #000;
}
h1.small-bz, .local-bz h1 {
  margin-top: 50px;
}
#layout-blocks a.button.call-to-action {
    margin-top: 0;
}
#layout-blocks h3 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.local-bz .fa-phone {
  position: relative;
  top: 1px;
  left: 2px;
  color: #cf1f25;
}
.local-bz .fa-stack.fa-md {
  position: absolute;
  right: 10px;
  top: 22px;
}
span.number {
    color: #cf1f25;
}
.fa-phone:before {
  content: "\f095";
  font-size: 1.75rem;
}
.local-bz .hide-for-large .top-bar .logo {
  width: 230px;
  padding: 15px 10px 15px 17px;
}
.local-bz h1 {
  text-align: left;
}
.local-bz h2.portfolio{
  line-height: 36px;
}
.local-bz h3 {
    padding: 0;
    color: #fff;
    text-transform: none;
    font-size: 1.5rem;
}
.local-bz .intro {
  padding-top: 0;
}
.local-bz .short-red {
  background: #cf1f25;
  margin: 10px 0 15px;
}
.local-bz .button{
  background: #fff;
  color: #333;
  border: 1px solid #fff;
  padding: 20px 25px;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.local-bz .button:hover, .local-bz .button:active, .local-bz .button:focus {
  background: #e1f8f7;
  color: #333;
  border: 1px solid #e1f8f7;
}
.local-bz a.button::after {
    content: none;
}
.local-bz .entry-detail h2 {
    padding: 20px 0 8px 0;
}
.local-bz .opening {
  background: #5EC0BD;
  height: 680px;
}
.local-bz .opening h1, .local-bz .opening .intro{
  color: #fff;
}
.local-bz .teal{
  background: #5EC0BD;
  padding: 2rem 0;
}
.points {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
}
.points h2.portfolio {
  padding-bottom: 0;
}
.points p {
  color: #777;
}
.local-bz .grey-bg{
  background-color: #f8f8f9;
  padding: 1rem 0;
}
.local-bz .entry-detail {
  margin: 30px 0 30px 0;
}
.local-bz .feedback {
  margin: 10px 0 50px;
}
.local-bz blockquote {
  margin: 10px 0;
  position: unset;
  padding-left: 0;
  border-left: none;
  padding: 0;
  text-align: center;
}
.local-bz blockquote h4,.local-bz .feedback-body{
  text-align: center;
}
.local-bz blockquote::before {
    content: none;
}
.local-bz img.quotemarks {
    width: 3rem;
}
.local-bz .client-name{
  margin-top: 10px;
}
.local-bz blockquote img{
  margin-top: 30px;
  border-radius: 100%;
  width: 5rem;
}
.local-bz.local-website .sign-up h2.portfolio {
    padding-bottom: 0;
}
.slick-slider{
  margin-bottom: 0;
}
.alert{
  background:#cf1f25;
  padding:.5rem 1rem;
  color:#fff;
}
.alert a{
  color:#fff;
  border-bottom:1px dotted;
}
.alert a:hover{
    color:#eee;
}
.slideshow{
  position: relative;
  width: 100%;
  overflow: hidden;
    height: 300px;
}
.a-slide {
    height: 300px;
    width: 100%;
    background-size: cover !important;
    position: relative;
    float: left;
    background-color: #333;
}
.a-slide.page{
  min-height: 100px;
  text-align: center;
}
.slick-list {
    overflow: visible;
}
ul.slick-dots{
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
}
.slick-dots li {
    margin: 0 0px;
}
.slick-dots li button:before{
    content: "";
}
.slick-dots li button{
    border-radius: 10px;
    background: rgba(157, 157, 157, 1);
    height: 10px;
    width: 10px;
    padding: 2px;
}
li.slick-active button{
    background: #fff;
}
.grey-bg h2.portfolio, .sign-up h2.portfolio {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.pricing{
  margin-top: 1rem;
}
.local-bz p.subtext {
  color: #999;
  margin-top: 1rem;
  font-size: 1rem;
}
.pricing-table {
  background-color: #fff;
  border: 0;
  width: 100%;
  text-align: center;
  list-style-type: none;
  margin-left: 0;
  border-radius: 10px;
  box-shadow: 0 3px 1px 0px rgba(0,0,0,0.05), 0 0 9px 1px rgba(0,0,0,0.05);
}
.pricing-table li {
  border-bottom: solid 1px #f5f5f5;
  padding: 0.875rem 1.125rem;
  color: #999;
  transition: background .3s;
}
.pricing-table li:last-child {
  border-bottom: 0;
}
.pricing-table li.title h3 {
  color: #fff;
  padding: 0;
  text-transform: uppercase;
}
.pricing-table li.title {
  background-color: #5ec0bd;
  border-bottom: 0;
  padding: 1.25rem 1.125rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pricing-table li.price {
  border-bottom: 0;
  padding-top: 2rem;
  color: #333;
}
.pricing-table .price h4 {
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 3px;
  color: #333;
}
.pricing-table li.description {
  color: #333;
  font-size: 1rem;
  padding-top: 0;
  font-style: italic;
}
.pricing-table :last-child {
  margin-bottom: 0;
}
.local-bz .sign-up .form{
  background: #fff;
  border-radius: 10px;
  padding-top: 1rem;
  padding-bottom: 3rem;
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.09), 0px 9px 8px 1px rgba(0, 0, 0, 0.06);
}
.local-bz .sign-up {
  padding: 3.25rem 0;
}
.local-bz .sign-up a {
  color: #333;
  border-bottom: 1px dotted #999;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
}
.local-bz .sign-up a:hover, .local-bz .sign-up a:focus, .local-bz .sign-up a:active {
  color: #cf1f25;
  border-bottom: 1px dotted #999;
  letter-spacing: normal;
  text-transform: none;
}
.local-bz label.freeform-label {
  font-weight: 400 !important;
}
.local-bz .freeform-row {
  margin: 0;
}
.local-bz button.btn.btn-success {
  background: #5ec0bd;
  color: #fff;
  border: 1px solid #5ec0bd;
  padding: 20px 25px;
  margin-top: 20px;
  transition: background .3s;
}

.submit-align-spread button:nth-child(3) {
  float:right;
}


.local-bz button.btn.btn-success:hover {
  background: #2f8f8c;
  color: #fff;
  border: 1px solid #2f8f8c;
}
.local-bz .freeform-row .freeform-column{
  padding: 3px 0;
}


h2{
	font-family: "proxima-nova", sans-serif;
	font-size: 2.125rem;
  color: #000;
	font-weight: 800;
  line-height: 40px;
  margin-bottom: 10px;
}
h3{
  font-family: "proxima-nova", sans-serif;
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 10px;
  padding-top: 30px;
  font-style: normal;
  font-weight: 700;
}
h4{
  font-size: 1.875rem;
  line-height: 32px;
}
h4, .dftop_label .dform_label{
  font-family: "proxima-nova", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: normal;
}
div#forms_field_285 .dform_label{
  color: transparent;
}
span.req {
  color: #cf1f25 !important;
  font-weight: 800 !important;
}
a {
  color: #333;
  border-bottom: 1px dotted #999;
  transition: color .3s;
}
a:hover, a:focus, a:active {
    color: #cf1f25;
    border-bottom: 1px dotted #999;
}
.service-body{
  line-height: 30px;
  font-size: 1.125rem;
}
.service-body h2{
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 700;
  margin-top: 30px;
}
.entry-detail h4{
  font-size: 2.25rem;
  padding: 0 0 15px 0;
  line-height: 40px;
  text-align: unset;
}
.dform_container label{
  margin-top: 0px !important;
}
.dform_container .dfinput_full.captcha-simple label{
  margin-top: 0px !important;
}
.dform_element .dform_label{
  font-weight: 400 !important;
}
.dform_element{
  margin: 5px 0 15px !important;
}
.dftop_label .dform_label{
  font-size: 1.125rem;
}
.dform_container label {
    display: inline !important;
}
.dform_container textarea{
  padding: 6px 0px 2px 10px !important;
  margin-bottom: 0;
}
.dfinput_names .name_first, .dfinput_names .name_last{
  width: 50% !important;
}
.dform_container input.text {
    padding: 5px 5px 6px 10px !important;
    margin-bottom: 1px;
}
.dform_desc{
  font-size:.875rem;
  margin-left:1px;
  margin-bottom:5px;
}
#forms_field_294 .dform_desc, #forms_field_273 .dform_desc, #forms_field_286 .dform_desc, #forms_field_275 .dform_desc, #forms_field_295 .dform_desc{
    background: #fcff87;
    width: auto;
    display: inline;
}
h4{
  font-weight: 800;
  text-align: center;
}
.privacy h2.about {
  padding-top: 10px;
}
.privacy h3 {
  padding-top: 10px;
  text-transform: none;
}
.blog-content.content-area {
  margin-top: 0;
  padding-top: 0;
}
h2.home, h2.portfolio, .blog-content h2, h2.about, .related-case-study h2{
  font-style: normal;
  font-weight: 800;
  font-size: 2rem;
  color: #000;
  clear: both;
}
h2.home, .blog-content h2, h2.about, .related-case-study h2{
  line-height: 35px;
}
h2.portfolio{
  line-height: 45px;
}
h2.home, h2.portfolio, h2.about, .related-case-study h2{
  padding-top: 30px;
}
h2.home, h2.portfolio, .blog-content h2, h2.about{
  padding-bottom:18px;
}
h3.success{
  margin-bottom: 10px;
  padding-top: 20px;
}
h3.service{
  padding-bottom: 30px;
}
.related-case-study h2{
  padding-bottom: 0px;
}
.related-case-study h2.portfolio{
  padding-top: 0px;
}
.related-case-study .overlay-card h2{
  padding-bottom: 0px;
}
.card{
  border: none;
}
h1.portfolio, h1.blog{
  padding-bottom: 0px;
}
h1.portfolio{
  padding-top: 0px;
  margin-top: 10px;
}
h1.portfolio span{
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
}
.content-area.home h1{
  margin-top: 10px;
}
h2.portfolio, h2.about{
  text-transform: none;
}
h1.blog{
  text-align: center;
}
.blog-category{
  font-size: 1.125rem;
  color: #cf1f25;
  text-align: center;
  font-weight: 700;
  letter-spacing: .05em;
  padding-bottom: 4px;
  padding-top: 25px;
}
h2.blog {
    font-size: 2rem;
    line-height: 2.25rem;
    text-transform: none;
    letter-spacing: normal;
    text-align: center;
}
.blog-entry.featured{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.blog.hero img {
  margin-top: 0;
}
.blog-entry.featured .blog-category, .blog-entry.featured h2.blog{
  text-align: center;
}
.archive-list{
  padding: 1rem 0;
}
.archive-list h2.blog, .archive-list .blog-category{
  text-align: center;
}
.credits{
  text-align: center;
  margin-top: .5rem;
}
.author-divider{
  color: #cf1f25;
  font-weight: 800;
}
.blog-category-list{
  color: #000;
  text-transform: uppercase;
  text-align: left;
  padding-left: 1.5rem;
}
.blog-category-list p{
  margin-bottom: .125rem;
  margin-top: 2rem;
}
.blog-category-list a.button{
  color: #999;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  letter-spacing: 0.1em;
}
.blog-content .entry-detail h2{
  text-transform: none;
  letter-spacing: normal;
  margin-top: -10px;
  padding-top: 20px;
  padding-bottom: 0px;
}
.blog.date{
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  padding-top: 0px;
  color: #777;
}
.blog{
  text-align: left;
}
.blog-list{
  margin-top: 20px;
}
.blog-list ul {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.blog-entry{
  margin-top: 2rem;
}
.blog-entry.first{
  margin-top: 40px;
}
.animated-search-form[type=search] {
  margin: 40px auto;
  width: 10rem;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  background-image: url("../png/search-icon-15.png");
  background-position: 0.625rem 0.625rem;
  background-repeat: no-repeat;
  padding: 0.75rem 1.25rem 0.75rem 2rem;
  transition: width 0.4s ease-in-out;
}
.animated-search-form[type=search]:focus {
  width: 100%;
}
p{
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 30px;
  color: #333;
}
li{
  font-size: 1.125rem;
}
.hide-for-large .top-bar .logo{
  width: 220px;
  padding: 15px 10px 15px 17px;
}
.sub-text{
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center; 
}
.portfolio-detail{
  margin: 20px 0 0 0;
}
.photo-credits{
  color: #ccc;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 18px;
}
.share{
  margin: 40px 0;
}
.blog.share {
  margin: 0 0 1rem 0;
  border-bottom: 2px solid #efefef;
}
.entry-hero img{
  padding-bottom: 20px;
}
.entry-hero .intro{
  padding-top: 10px;
}
.entry-detail.synopsis{
  margin: 20px 0 0 0;
}
.entry-detail.double-image, .entry-detail.triple-image{
  margin: 30px 0 40px 0;
}
.entry-detail.double-text{
  margin: 30px 0 30px 0;
}
.entry-detail.fw-padding, .entry-detail.fw{
  margin: 20px 0 50px 0;
}
.blog-content .entry-detail.fw-padding{
  margin: 20px 0;
}
.entry-detail h2{
  padding: 10px 0 8px 0;
  line-height: 35px;
}
h3.case-study{
  color: #ccc;
  margin-top: -48px;
}

/*updated service cards*/
.secondary-services.new {
  margin: 40px 0 60px 0;
}
.services.new{
  margin: auto;
  box-shadow: none;
}
.services.new:hover {
    box-shadow: none;
}
.services.new p {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.75rem;
}
.services .card-profile-stats {
    padding: 0;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.06), 0 0 0 1px rgba(0,0,0,.02);
    border: none;
    background: #fff;
}
.services .card-profile-stats:hover {
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.13), 0 0 0 0 rgba(0,0,0,.2);
}
.card-profile-stats {
    margin: 0 0 2.25rem;
}
.services .card-profile-stats .card-profile-stats-intro {
    text-align: left;
}
.services .card-profile-stats .card-profile-stats-intro .card-profile-stats-intro-pic {
    border-radius: 0%;
    margin: 0 0 1.25rem;
}
.services .card-profile-stats-intro-content {
    padding: 0 1.25rem;
    text-align: left;
}
.card-profile-stats-intro-content h2 {
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    font-size: 1.25rem;
    line-height: 24px;
    text-transform: uppercase;
}
.services .card-profile-stats-more-content {
    padding: 0 1.25rem 1rem 1.25rem;
}
i.fa.fa-arrow-right {
    vertical-align: middle;
    color: #cf1f25;
    padding: 0 10px;
    margin-left: auto;
    margin-right: 0;
    font-size: 18px;
    top: -2px;
    position: relative;
    float: right;
}


.services{
  margin: 25px 0px 10px 0px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0,0,0,0.08);
}
.services.first{
  margin-top: 30px;
}
.services:hover{
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.13), 0 0 0 0px rgba(0,0,0,0.20);
}
.services p{
  padding-left: 20px;
  padding-right: 20px;
}
.secondary-services.double-image, .secondary-services.triple-image{
  margin: 0;
}
.primary-services{
  padding: 20px 0px;
}
.secondary-services{
  padding: 20px 20px 0 20px;
  margin: 0 0 40px 0;
}
.service-heading{
  position: relative;
  background: #cf1f25;
  padding: 5px 5px 5px 20px;
  display: flex;
  align-items: flex-start;
}
.service-heading h2{
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  letter-spacing: .05em;
  font-size: 1rem;
  line-height: 24px;
  text-transform: uppercase;
}
i.fa.fa-caret-right{
  vertical-align: middle;
  color: #fff;
  padding: 10px;
  margin-left: auto;
  margin-right: 0;
}
.services .service-excerpt{
  padding: 20px 20px 20px 20px;
  background: #fff;
}
.service-content{
  padding: 40px 0 90px 0;
  margin-bottom: -60px;
}
.service-content img{
  padding: 0px 0px 40px 0px;
}
.service-excerpt{
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  color: #000;
}
.intro.small-bz {
  margin-bottom: 30px;
}
.intro{
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 28px;
  color:#777;
  padding-top: 20px;
}
.intro a{
  color: #777;
}
.intro a:hover, .intro a:focus, .intro a:active{
  color: #cf1f25;
}
.content-area.home .intro{
  padding-top: 10px;
}
.service-intro{
  margin-bottom:30px;
}
.main-office{
  padding: 40px 0;
  text-align: center;
}
.main-office-address, .main-office-contact{
  padding: 0 0 20px 0;
}
.main-office iframe{
  width: 100%;
  height: 400px;
  border: none; 
}
.values, .contact-form{
  margin-top: 20px;
}
.contact-form{
  padding: 40px 0;
}
.contact-form .menu a {
    border-bottom: none;
    font-size: 14px;
    padding: 20px 15px;
}
.contact-form h4 {
  text-align: left;
}
.contact-form hr {
  border-bottom: 1px solid #e7e7e7;
}
.contact-form a:hover, .contact-form a:focus {
    color: #333;
    cursor: default;
}
.contact-form ul.menu {
    margin-bottom: 20px;
}
.contact-form .menu .active>a {
    background: #cf1f25;
    color: #fff;
    border-radius: 7px;
    font-weight: 700;
}
.contact-form .menu li {
  border-bottom: none;
  margin-right: 10px;
}
.values{
  padding: 0 0 40px 0;
  overflow:auto;
}
.values.new .entry-detail.leftimage-righttext {
    margin-top: 2rem;
}
.values .sub-text, .partnerships .sub-text{
  margin-bottom: 50px;
}
.value-info{
  padding: 20px 0;
  border-left: none;
}
.value-info.new{
  padding: 0 0 30px 0;
  border-left: none;
  height: auto;
}
.value-info.new .value-numbers {
    font-size: 1.5rem;
    padding: 18px 0 0 18px;
    border-radius: 60%;
    background: #008CFF;
    width: 50px;
    height: 50px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.value-info.new .entry-detail.leftimage-righttext, .value-info.new .entry-detail.rightimage-lefttext {
    margin: 30px 0;
}
.value-heading{
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 28px;
  color: #000;
  text-transform: uppercase;
}
.value-numbers{
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 3.125rem;
  line-height: 15px;
  padding-bottom: 10px;
  color: #cf1f25;
}
.partnerships a{
  border-bottom: none;
}
.partnerships img{
  opacity: .5;
}
.short-red{
  width: 100px;
  padding: 0.5px 0;
  background: #cf1f25;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 5px;
}
.credits .short-red{
  margin-bottom: 25px;
}
.locations .short-red{
  margin: 20px auto;
}
blockquote {
    margin: 60px 10px 10px 55px;
    position: relative;
    padding-left: 15px;
    border-left: 3px solid #efefef;
    padding-top:0;
}
blockquote::before {
    content:'"';
    background: #fff url('../svg/quote-marks.svg') 0 0 no-repeat;
    height: 40px;
    left: -45px;
    font-family: serif;
}
blockquote::before{
    top: 50%;
    color: rgba(255, 255, 255, 0);
    font-size: 5rem;
    position: absolute;
    margin-top:-18px;
    font-family: serif;
}
blockquote h4{
  padding-top:0;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 32px;
  text-align: left;
}
.form form{
  margin-top: 0px;
}
textarea {
    padding: 20px 40px 60px 20px;
}
label {
    margin: 30px 0 5px 0;
    line-height: 22px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.checkbox label {
    margin-top: 0;
    font-weight: 400;
}
[type=text], select, textarea, [type=tel], [type=email] {
    border: 1px solid #e7e7e7;
    box-shadow: none;
    background: #fafafa;
    background-image: none !important;
}
[type=text] {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}
[type=text]:focus, textarea:focus, [type=tel]:focus, [type=email]:focus {
  box-shadow: none;
  background: #fff;
  transition: background .25s;
  border: 1px solid #e7e7e7;
}
.feedback{
  margin-top: -10px;
}
.feedback-body{
  text-align: left;
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  color: #777;
  line-height: 25px;
}
.client-name{
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
.client-title-company{
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 21px;
}
.entry-title{
  font-family: "proxima-nova", sans-serif;
  font-size: 1.625rem;
  line-height: 28px;
  color: #fff;
  padding-top: 30px;
  padding-left: 20px;
  font-weight: 400;
}
.category{
  font-family: "proxima-nova", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 15px 20px;
  letter-spacing: .1em;
}
.main-office h2.about{
  padding: 30px 0 0 0;
}
.second-row{
  padding: 0;
}
.locations .address{
  text-align: center;
}
.call-to-action{
  background: #e7e7e7 url('../jpg/digitaldesigns-calltoaction.jpg') 0 0 no-repeat;
  background-size: cover;
  padding: 60px 0px 40px 0px;
  margin-top: 80px;
}
.blog-content{
  margin-bottom: 3.75rem;
}
.blog-content img{
  height: auto !important;
}

.blog img{
  margin-top: 50px;
}
.blog.call-to-action h4{
  color: #fff;
  margin-bottom: 30px;
}
.blog.call-to-action{
  background: #cf1f25 url('../home_page_img_cover.html') 0 0 repeat;
}
.author{
  font-weight: 700;
}
.button{
    padding-top: 20px;
    padding-bottom: 0;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 700;}
a.button, button.btn.btn-success{
  font-size: 0.75rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.2em;
}
a.button{
  color: #cf1f25;
  padding: 0.875em 1.4em;
  background-color: transparent;
  position: relative;
  line-height: 1.4;
}
a.button.call-to-action, button.btn.btn-success{
  background: #cf1f25;
  color: #fff;
  padding: 20px 25px;
  margin-top: 20px;
}
button.btn.btn-success{
  padding: 20px 45px;
}
a.button::after, button::after{
  content: '';
  width: 80%;
  left: 50%;
  height: 1px;
  bottom: 0;
  transform: translatex(-50%);
  display: block;
  position: absolute;
  border-bottom: 1px solid #cf1f25;
}
.archive-list a.button::after{
  border-bottom: none;
}
.blog-list a.button::after{
  width: 90%;
}

a.button:hover{
  color: #333;
  background-color: #fff;
}

a.button.call-to-action:hover, button.btn.btn-success:hover{
  color: #fff;
  background-color: #a71a1f;
}
:focus{
  outline: none;
}
.button:focus, .button:hover{
  background-color: #fff;
  color: #333;
}
a.button.call-to-action:focus, button.btn.btn-success:focus{
  color: #fff;
  background-color: #a2120f;
}
a.button.hollow::after, button.hollow::after{
  border-bottom: none;
}
.other.case-studies{
  border-top: 2px solid #efefef;
  margin-top: 50px;
}
.case-studies, .grid-container.search-results{
  padding:0 20px;
  border-top: none;
}
.case-studies{
  margin-top: -20px;
}
.grid-container.search-results{
  margin-top: 50px;
}
a.case-study.button{
  color: #999;
  background-color: #fff;
}
a.case-study.button:hover{
  color: #333;
}
a.case-study.button::after{
  content: '';
  width: 80%;
  left: 50%;
  height: 1px;
  bottom: 0;
  transform: translatex(-50%);
  display: block;
  position: absolute;
  border-bottom: 1px solid #999;
}
.social{
  margin: 20px 0 70px 0;
}
a.social.first{
  padding: 0 2px 0 0;  
}
a.social{
  padding: 0 5px;
  border-bottom: none;
}
.fa-stack{
   transition: top 0.3s ease-in-out;
}
.fa-stack:hover{
   top:-5px;
}
.fa{
  font: normal normal normal 20px/1 FontAwesome !important;
}
.fa-stack{
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x{
  width: auto;
}
.fa-facebook, .fa-linkedin, .fa-twitter{
  color: #cf1f25;
}
.footer .fa-facebook, .footer .fa-linkedin, .footer .fa-twitter{
  color: #fff;
  font: normal normal normal 30px/1 FontAwesome;
}
 .result{
   height: 160px;
}
.case-study-thumb{
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  height: 200px;
}
#scroll .item{
  display:none;
}
.case-study-thumb.highlighted{
    margin-top: 30px;
}
.case-study-thumb img{
    max-width: 500px;
    height: 500px;
    position:absolute;
    z-index:3;
    top: -100px;
    transition: all 0.3s ease-in-out;
}
.case-study-thumb.results img{
    max-width: 500px;
    height: auto;
    top:0;
}
.case-study-thumb:hover img{
    transform: scale(1.025);
}
.case-study-thumb.highlighted img{
    max-width: 500px;
    height: auto;
    top: 0;
}
.case-study-thumb .background-hover{
  background: rgba(0,0,0,0.2);
  display: inline;
  height: 100%;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 4;
  transition: all 0.25s ease-in-out;
}
.case-study-thumb:hover .background-hover{
  opacity: 0;
}
.entry-overlay{
  text-shadow: 0px 0px 5px #464646, 0px 0px 0px rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.small-bz .card a{
  border-bottom: none;
}
.small-bz .card-section ul li{
    font-size:.8rem;
}
.small-bz .card-section ul li a{
    border-bottom: 1px dotted #999;
}
.case-study-see-button{
  margin-top: 20px;
}
.case-study-see-button.error{
  margin: 30px 0 20px 0;
}
.overlay-card.first{
  padding-top:30px;
  margin-bottom: 50px;
}
.overlay-card{
  width:100%;
  height:100%;
}
.overlay-card span {
  opacity: 1;
  cursor: pointer!important;
}
.overlay-card span::before {
  content: "";
  left: 0px;
  top: 25px;
  position: absolute;
  width: 100%;
  height: 2px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0);
}
.overlay-card span::after, .blog-entry span::after{
  content: "";
  left: 0px;
  position: absolute;
  width: 0%;
  height: 1px;
  transition: width 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: width 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.overlay-card span::after{
  background-color: #cf1f25;
}
.blog-entry span::after{
  background-color: #fff;
}
.overlay-card span:hover::after, .blog-entry span:hover::after {
  content: "";
  width: 100%;
  padding-right: 20px;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.overlay-card h2{
  padding-bottom: 10px;
}
.overlay-card p{
  color:#000;
  padding-bottom:20px;
}
.blog-entry h2{
  padding-bottom:0;
}
.overlay-card a{
  text-transform: none;
  letter-spacing: inherit;
}
.overlay-card a.button::after{
  border-bottom: none;
}
.overlay-card a.button, .blog-entry a.button{
  transition: .3s;
}
.overlay-card a.button:hover, .blog-entry a.button:hover{
  transform: translateY(-30px);
}
.blog-entry .blog.date {
  text-align: center;
  padding-bottom: 10px;
  text-transform: none;
  font-size: .9rem;
}
.overlay-description{
  position: relative;
  z-index: 5;
  margin-top: -80px;
  background-color: #fff;
  padding: 2px 28px;
  width:90%;
  border-bottom: 1px solid #cf1f25;
}
.portfolio-overlay-description{
  width: 100%;
}
.portfolio-overlay-description{
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}
.portfolio-overlay-description.entry-title{
  margin-top: -100px;
  padding: 0 10px;
}
.portfolio-overlay-description.category{
  margin-top: -5px;
  line-height: 20px;
  padding: 0 10px;
}
.grid-container{
  padding-left: 0rem;
  padding-right: 0rem;
}
.impact-rate{
  background: #cf1f25;
  padding: 25px 0 40px 0;
  margin-top: 30px;
}
.impact-number{
  color: #fff;
  font-size: 96px;
  font-weight: 400;
}
h2.impact-title{
  color: #fff;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 0;
  margin-top: -25px;
}
.header-overlay-description{
  position: relative;
  z-index: 5;
  margin-top: 0px;
  background-color: #fff;
  padding-top: 0px;
}
.grid-x>.small-8.header-overlay-description{
  width: 90%;
}
.grid-container.share{
  margin-bottom: 55px;
}
.top-bar a:hover{
    color:#fff;
}
.menu-icon{
  right:10px;
  top: 28px;
  position:absolute;
}
.menu-icon::after{
  border-bottom:none;
}
.menu-icon::after {
    background: #000;
    -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}
.menu li{
  width:100%;
  text-align:center;
  border-bottom:1px solid #e9e9e9;
}
.footer{
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  padding: 55px 0;
  background-color: #000;
  text-align: center;
}
.footer.new, .footer.new a{
  color: #999;
}
.footer.new a:hover,.footer.new a:focus {
  color: #fff;
}
.footer.new .fa-facebook, .footer.new .fa-linkedin, .footer.new .fa-twitter {
  color: #999;
}
.footer .social {
  margin: 20px 0;
}
.footer .intro {
    color: #b9b9b9;
}
.footer #mc_embed_signup .button:hover {
    background: #a71a1f !important;
}
.footer #mc_embed_signup {
  background: transparent !important;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.footer #mc_embed_signup h2 {
  color: #fff;
}
.footer #mc_embed_signup .button {
  width: auto;
  border: none !important;
  padding: 10px 28px;
  height: auto;
  letter-spacing: 0.2em;
}
.footer #mc_embed_signup input.email {
  margin-bottom: 5px;
  padding: 25px 15px;
  font-family: "proxima-nova", sans-serif;
}
.footer #mc_embed_signup input {
  border: 1px solid #555 !important;
}
.footer-section{
  padding: 20px 0;
}
.footer-menu{
  padding: 10px 0 25px 0;
  line-height: 2em;
}
.footer-menu li{
  list-style: none;
  font-size: 1.125rem;
}
.footer-menu a{
  padding:0 10px;
}
.footer a.button.hollow, .footer a.button.hollow, .call-to-action a.button.hollow{
  background: rgba(0,0,0,0);
  color:#fff;
  border: 1px solid #fff;
  padding: 20px 25px;
}
.footer a.button.hollow:hover, ul.offcanvas-full-screen-menu li a.button.hollow:hover{
  background: #cf1f25;
  color: #fff;
  border: 1px solid #cf1f25 !important;
}
.copyright{
  font-size: 0.75rem;
  padding-top: 20px;
}
.copyright.privacy a {
  font-size: 0.75rem;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
}
.hero-section {
  height: 41vh;
  overflow:hidden;
}
.slick-track {
  height: 40vh;
}
.slick-slide {
    background-size: cover;
    background-position: center;
}
.full-width img, .three-images img, .double-image img{
  width: 100%;
}
.three-images img, .double-image img{
  padding: 5px 0;
}
li.menu-text{
    list-style: none;
}
.top-bar{
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.05);
  position: relative;
  z-index:100;
}
.top-bar, .top-bar ul {
    background-color: #fff;
    padding:0;
    margin: 0;
    text-transform: uppercase;
}
.top-bar a{
    color:#333;
    border-bottom: none;
}
.footer a{
  color: #fff;
  text-transform: uppercase;
  border-bottom: none;
}
.footer p{
    color: #fff;
    font-size: 1.125rem;
}
.top-bar a, .footer a{
    font-weight:700;
    letter-spacing: 2px;
    font-size: 0.875rem;
}
.top-bar a.button.hollow, a.button.hollow{
    background:#cf1f25;
    color:#fff;
    border:none;
}
.top-bar .logo{
    width: 275px;
    padding: 27px 0 25px 0;
}
ul.offcanvas-full-screen-menu li a.button.hollow{
  margin-top: 30px;
  padding: 30px 0px;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 1rem;
  letter-spacing: 0.2em;
}
.offcanvas-full-screen-menu a.button::after, button::after{
  border-bottom:none;
}
.content-area{
  position: relative;
  padding-top: 10px;
}
.offcanvas-full-screen {
  position: fixed;
  z-index: 5000;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #cf1f25;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow-y: auto;
  text-transform: uppercase;
}
[data-whatinput='mouse'] .offcanvas-full-screen {
  outline: 0;
}
.offcanvas-full-screen.is-transition-overlap {
  z-index: 5000;
}
.offcanvas-full-screen.is-transition-overlap.is-open {
}
.offcanvas-full-screen.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.offcanvas-full-screen.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.offcanvas-full-screen.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.offcanvas-full-screen-inner {
  padding: 1rem;
  text-align: center;
  position:relative;
  z-index: 5000;
}
.offcanvas-full-screen-menu {
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding-top: 0;
}

.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
[data-whatinput='mouse'] .offcanvas-full-screen-menu > li {
  outline: 0;
}
.offcanvas-full-screen-menu input,
.offcanvas-full-screen-menu select,
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu button {
  margin-bottom: 0;
  border-bottom: none;
}
.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.offcanvas-full-screen-menu > li > a {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: block;
  padding: 20px 0px;
  line-height: 1;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
.offcanvas-full-screen-menu a {
  color: #fff;
}
.offcanvas-full-screen-menu a:hover, .offcanvas-full-screen-menu a:focus {
  color: #fff;
}
.offcanvas-full-screen-close {
    color: #fff;
    font-size: 4rem;
    position: absolute;
    right: 25px;
    top: 10px;
}
.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
    z-index: 4500;
}
.js-off-canvas-overlay{
  background: none;
}
3.title{
    font-family: "proxima-nova", sans-serif;
    font-weight:200;
    font-size: 3.125rem;
    padding:0;
    text-transform:none;
}
.button.red{
    background-color:#f44336;
    padding:20px 30px;
}
.text-padding{
    padding:0 30px;
}
.short-line {
    background: #f44336;
    width: 150px;
    padding-top: 1px;
    margin: 15px auto;
}
#back-top {
    position: fixed;
    bottom: 20px;
    right: 2%;
    z-index: 100;
}
.button.totop, .button.totop:focus {
    background-color: #ccc;
    transition: background-color .25s ease-out,color .25s ease-out;
    width: 56px;
    height: 56px;
    padding: 16px 0 10px 3px;
    border-radius: 50%;
    color:#fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.06), 0 0 0 1px rgba(0,0,0,.02);
}
.button.totop:hover{
  background-color:#cf1f25;
  color:#fff;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.13), 0 0 0 0 rgba(0,0,0,.2);
}
a.button.totop::after{
   border-bottom:none;
}
.values .sub-text, .partnerships .sub-text {
    text-transform: none;
    letter-spacing: normal;
    margin-top: -20px;
    font-size: 1.125rem;
    line-height: 30px;
}
.partnerships {
    margin-top: 1rem;
}
.intro p {
    color: #777;
}
/*SBW Landing*/
#examples {
    margin-top: 2rem;
}


/*Consent Banner*/
.cc-revoke, .cc-window {
    font-family: "proxima-nova", sans-serif !important;
    font-size: 14px !important;
    line-height: 19px !important;
}
.cc-link {
    border: none !important;
}
.cc-btn {
    letter-spacing: 0.2em !important;
    padding: 10px 20px !important;
}
.cc-color-override-229733147 .cc-btn:hover, .cc-color-override-229733147 .cc-btn:focus {
    background-color: #a71a1f !important;
    border: none;
    padding: 12px 20px !important;
}
.cc-compliance {
    margin-left: 0;
}


/*Sign up*/
#mc_embed_signup {
    background: #f8f8f9 !important;
    font-family: "proxima-nova", sans-serif !important;
}
#mc_embed_signup form {
    padding: 10px 40px !important;
    margin: 0;
}
#mc_embed_signup .button {
    background-color: #cf1f25 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
}
#mc_embed_signup input {
    border: 1px solid #e7e7e7 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
#mc_embed_signup h2 {
    font-weight: 800 !important;
    font-size: 1.875rem !important;
    text-align: center;
}
.sign-up {
    background: #cf1f25;
    padding: 2.25rem 0 3.25rem;
}
.sign-up .intro {
    padding-top: 0;
    color: #fff;
    text-align: center;
}
.sign-up .link {
    margin-top: 30px;
}
.sign-up a {
    color: #fff;
    letter-spacing: 2px;
    border-bottom: 2px dotted #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: border-bottom .25s ease-out;
}
.sign-up a:hover {
    color: #fff;
    letter-spacing: 2px;
    border-bottom: 2px dotted #ff8185;
}
.location-title{
  font-weight: bold;border-bottom: 1px solid #ffffff4f;margin-bottom: 3px;
}


/*=========================================== Medium and up ======================================================*/
@media screen and (min-width: 40em) {
.cc-compliance {
    margin-left: 1rem;
}
.contact-form ul.menu {
    margin-bottom: 35px;
}
.contact-form .menu .active>a {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.sign-up {
    padding: 2.75rem 0 3.25rem;
}
.sign-up .intro {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
}
.sign-up .link {
    margin-top: 0;
}
.footer .fa-twitter{
  font: normal normal normal 28px/1 FontAwesome;
}

.local-bz .opening, .slideshow, .a-slide {
  height: 470px;
}
.local-bz .teal{
  padding: 4rem 0;
}
.local-bz .fa-phone {
  color: #cf1f25;
}
.local-bz .fa-stack.fa-md {
  right: 125px;
  top: 16px;
}
.fa-phone:before {
  font-size: 1.25rem;
}
.local-bz h1 {
  margin-top: 0;
}
.local-bz .intro{
  padding: 6rem 12rem 0 5rem;
}
.local-bz .intro .button {
  margin-top: 2rem;
  margin-bottom: 0;
}
.points {
    margin-top: 3.25rem;
}
.points p {
    color: #777;
    font-size: 1.18rem;
    line-height: 32px;
}
.local-bz .sign-up .form {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.local-bz .feedback {
  margin: 30px 0 120px;
}
.local-bz .grey-bg {
  padding: 4rem 0;
}
.local-bz .entry-detail.leftimage-righttext, .local-bz .entry-detail.rightimage-lefttext {
  margin: 70px 0;
}
.pricing {
  margin-top: 2rem;
}
.pricing-table li.title h3 {
  font-size: 1.25rem;
}
.pricing-table li.price {
  padding-top: 1.75rem;
}
.pricing-table .price h4 {
  font-size: 3rem;
  margin-bottom: 6px;
}
.pricing-table li.description {
  padding-bottom: 1.25rem;
}
.pricing-table li:last-child {
  padding-bottom: 1.5rem;
}
.local-bz .form form {
  margin-top: 10px;
}



.menu li{
display: list-item;
text-align: -webkit-match-parent;
width:auto;
border:none;
}
h1{
  font-size: 3.125rem;
  margin: 0;
  padding: 0;
  line-height: 55px;
  padding-bottom: 8px;
}
h1.blog {
  padding-top: 3rem;
}
h1.small-bz {
  margin-top: 40px;
}
h2{
  font-size: 3.5rem;
  line-height: 56px;
}
.privacy h2.about {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 2rem;
}
h3{
  font-size: 1.375rem;
}
h1.portfolio{
  padding-top: 30px;
  line-height: 40px;
}
.blog.hero img {
  margin-top: 60px;
}
.content-area.home h1{
  margin-top: -20px;
}
.sub-text{
  font-size: 1.25rem;
  line-height: 24px;
}
h2.home{
  font-size: 2.25rem;
  line-height: 40px;
  padding-top: 30px;
}
.related-case-study h2.portfolio{
  font-size: 1.125rem;
  padding-top: 0px;
}
.related-case-study .overlay-description{
  padding: 2px 20px;
  margin-top: -60px;
}
h2.portfolio, h2.about{
  font-size: 2.25rem;
}
h2.portfolio{
  padding-top: 100px;
}
.values.new h2.about {
  padding-top: 20px;
}
h2.about{
  padding-top: 60px;
}
.main-office{
  text-align: left;
}
.main-office h2.about{
  padding-top: 30px;
}
h3.success{
  margin-bottom: 30px;
}
h3.service{
  padding-bottom: 0;
}
.short-red{
  margin-top: 30px;
}
.service-body{
  line-height: 30px;
}
.service-body h2{
  font-size: 1.625rem;
  margin: 40px 0 2px 0;
}
.portfolio-detail{
  margin: -120px 0 0 0;
}
.content-area{
    margin-top: 60px;
}
.content-area.home{
    margin-top: 0px;
    position:relative;
    top:-100px;
}
ul.menu{
    padding-top:0;
}
a.button, button.btn.btn-success{
  font-size: 0.875rem;
}
.top-bar a{
  color:#000;
}
.top-bar a:hover{
  color:#cf1f25;
}
.top-bar a.active, .top-bar a:active{
  color:#999;
}
.top-bar{
  padding-bottom:5px;
}
.top-bar .logo{
  width: 240px;
}
.hero-section {
  height: 720px;
  position: relative;
  margin-bottom: 20px;
}
.hero-section video {
  object-fit:contain;
}
.menu a{
  padding: 20px 15px;
}
.top-menu{
    background-color:#007ac2;
    padding:10px 20px;
}

.top-bar a.button.hollow, a.button.hollow{
    background-color:transparent;
    color:#cf1f25;
    border:1px solid #cf1f25;
    padding: 20px 25px;
    margin-left: 10px;
}
.top-bar a.button.hollow:hover, a.button.hollow:hover, .top-bar a.button.hollow.active{
    background-color:#cf1f25;
    color:#fff;
    border:1px solid #cf1f25;
}
.logo{
    width: 187px;
    padding-top:30px;
    margin-left:200px;
}
.top-bar-right{
    margin-right: 200px;
}
.overlay-card{
  padding-top: 30px;
}
.overlay-card.portfolio-vew{
  padding-top: 0px;
}
.overlay-card.first{
  padding-top:30px;
  margin-bottom: 0px;
}
.primary-services{
  padding: 0;
  margin: 0 0 -10px 0;
}
.overlay-description{
  padding:2px 40px;
  border-bottom: none;
}
.header-overlay-description{
  margin-top: -120px;
  padding: 40px 60px 30px 60px;
}
.header-overlay-description.blog{
  padding: 40px 60px 0 60px;
}
.service-heading h2{
  font-size: 1.125rem;
}
blockquote {
    padding-left: 25px;
    margin: 60px 10px 20px 55px;
}
blockquote::before {
    left: -60px;
    font-size: 7rem;
}

blockquote h4{
  padding-bottom: 0px;
}
.three-images img, .double-image img{
  padding: 0 10px;
}
.impact-rate{
  padding: 70px 0 110px 0;
}
.impact-number{
  font-size: 172px;
}
h2.impact-title{
  font-size: 1.5rem;
  padding-top: 0px;
  margin-top: -40px;
}
.feedback{
  margin: 10px 0 -55px 0;
}
.feedback-body{
  font-size: 1.25rem;
  line-height: 31px;
  padding-top: 20px;
}
.blog-list a.button::after{
  border-bottom: none;
}
h2.blog {
    font-size: 1.75rem;
    line-height: 2rem;
}
h2.blog, .blog-category{
    text-align: left;
}
.blog-entry .blog.date {
    text-align: left;
    padding-bottom: 20px;
}
.blog-entry.featured .blog.date {
    text-align: center;
}
.blog-category{
  margin-top: 0px;
  padding-bottom: 5px;
  font-size: 1rem;
}
.blog-list{
  margin-top: 40px;
}
.inner.blog-list {
    margin-top: 10px;
}
.blog-content .entry-detail h2{
  font-size: 2rem;
  line-height: 2rem;
  margin: 20px 0 2px 0;
  padding-bottom: 15px;
}
.blog-entry.featured{
  margin-bottom: 2rem;
  border-bottom: 2px solid #efefef;
}
.blog-entry span::after{
  background-color: #cf1f25;
}
.locations{
  padding: 0px 0 20px 0;
  margin-top: -30px;
}
.locations h2{
  padding-bottom: 20px;
}
.locations .short-red{
  margin: auto;
  margin-top: 12px;
  margin-bottom: 20px;
}
a.social{
  padding: 0 15px;
}
.second-row{
  padding: 35px 0 0 0;
}
.services{
  margin-top: 30px;
}
.secondary-services{
  margin: 0 0 60px 0;
  width: 100%;
}
.service-content{
  margin-bottom: 0;
}
.service-content img{
  padding: 20px 0 60px 0;
}
.entry-title{
  font-size: 1.75rem;
  padding: 30px 0 0 25px;
}
.entry-detail.synopsis{
  margin: 50px 0 60px 0;
}
.entry-detail.double-image, .entry-detail.triple-image, .secondary-services.double-image, .secondary-services.triple-image{
  margin: 0;
}
.entry-detail.fw-padding, .entry-detail.fw{
  margin: 30px 0 40px 0;
}
.entry-detail.text-column{
  margin: 60px 0 60px 0;
}
.entry-detail.leftimage-righttext, .entry-detail.rightimage-lefttext{
  margin: 30px 0 30px 0;
}
.external-link{
  margin: 10px 0 40px 0;
}
.category{
  font-size: 0.8125rem;
  padding: 3px 0 20px 25px;
}
.values, .contact-form{
  margin-top: 50px;
  margin-bottom: 50px;
}
.values{
  padding: 0px 30px 90px 40px;
}
.values.new {
  padding: 0px 30px 0px 40px;
  margin-bottom: 30px;
}
.value-heading{
  font-size: 1.5rem;
  line-height: 40px;
}
.values .sub-text {
margin-bottom: 60px;
}
.values .sub-text {
    margin-bottom: 20px;
}
.partnerships {
    margin-top: 4rem;
}
.contact-form{
  padding: 40px 0 90px 0;
}
.value-info{
    padding: 40px 30px 20px 25px;
    border-left: 2px solid #e0e0e0;
    height: 320px;
}
.value-info.new .entry-detail.leftimage-righttext, .value-info.new .entry-detail.rightimage-lefttext {
    margin: 20px 0 80px 0;
}
.value-numbers{
  font-size: 4.5rem;
  padding: 0 0 20px 0;
}
.case-studies{
  padding: 10px 20px 50px 65px;
  margin-top: 20px;
}
.result{
  height: 340px;
  margin-top: 30px;
}
.grid-margin-x>.cell.case-study-thumb {
    margin-right: .45em;
     margin-left:.45em;
}
.grid-margin-x>.large-8.cell.case-study-thumb.highlighted {
    margin-right: .45em;
     margin-left:.45em;
     width: calc(65.5% - 1.875rem);
}
.case-study-thumb.highlighted{
    margin-top: 0px;
}
.case-study-thumb.highlighted img{
    width: 1050px;
    max-width: 1000px;
}
.case-study-thumb{
  height: 380px;
  margin-top:0;
  margin-bottom:.9em;
}
.case-study-thumb img {
    max-width: 600px;
    height: 600px;
    top: -130px;
}
.case-study-thumb.results img{
    max-width: 1100px;
    height: 409px;
    top:-20px;
}
.case-study-see-button.error{
  margin: 0 0 40px 0;
}
.other.case-studies{
  margin-top: 90px;
}
.other.case-study-thumb img{
  top: 0px;
}
.result-thumb img{
    width: 1000px;
    max-width: 1000px;
    height: auto;
}
.call-to-action{
  margin-top: 70px;
  padding: 80px 0px 60px 0px;
}
.call-to-action h4{
  font-size: 2.375rem;
  margin-bottom: 10px;
  line-height: 40px;
}
.blog-content .feedback-body{
  padding-bottom: 20px;
}
a.social{
  padding: 5px;
}
.copyright{
  padding-top: 0px;
}
.footer{
  text-align:left;
  padding: 55px 30px 55px 30px;
}
.footer-menu li {
    display: inline;
    padding: 0 15px;
}
.footer-menu li:first-child {
    padding-left:0;
}
.footer .fa-facebook, .footer .fa-linkedin, .footer .fa-google-plus{
  font: normal normal normal 24px/1 FontAwesome;
}
.footer .social {
    margin: 0 auto 20px auto;
}
.intro {
    margin-bottom: 4px;
}
.entry-hero {
    position: relative;
    top: -100px;
}
.slick-track {
    height: 90vh;
}
/*SBW Landing*/
#examples h2.home {
    padding-bottom: 0;
    margin-bottom: 0;
}
}

/*===========
============================= STYLES BELOW HERE ARE FOR SPECIFIC SCREEN SIZES ONLY and include a MIN and MAX
=============================
============*/

/*============Medium Only SCREENS==========*/

@media only screen and (min-width: 40.063em) and (max-width: 63.9em)
{

.local-bz .intro {
    padding: 3rem 12rem 2rem 5rem;
}
.local-bz .feedback {
    margin: 40px 0 100px;
}


#topmenu{
  display:none;
}
.top-bar-right {
    margin-right: 0px;
}
.logo{
  margin-left:10px;
}
.menu-icon{
  top: 33px;
  right: 20px;
}
.menu a{
  padding: 20px 10px;
}
.hide-for-large .top-bar .logo{
  width: 240px;
}
.offcanvas-full-screen-menu > li > a{
  font-size: 1.25rem;
  padding: 15px;
}
.text-padding{
    padding:0px 20px;
}
h1.portfolio{
  padding-top: 10px;
  line-height: 35px;
}
h2{
    padding-top:20px;
}
h2.portfolio{
  padding-top: 30px;
}
blockquote{
  margin: 0 10px 10px 55px;
}
.entry-detail img{
  padding-top: 30px;
}
.impact-rate{
  padding: 30px 0 80px 0;
}
.hero-section{
  height: 440px;
}
.hero-section video{
  height:440px;
}
.header-overlay-description{
  margin-top: -80px;
}
.values{
  padding: 0px 30px 80px 40px;
}
.value-info{
    height: 500px;
}
.service-body h2, .blog-content h2 {
  margin: 0 0 2px 0;
}
.case-studies{
  padding: 10px 30px 50px 45px;
}
.case-study-thumb img{
    max-width: 1000px;
    height: 1000px;
    top: -200px;
}
.case-study-see-button{
  margin-top: -35px;
}
.grid-margin-x>.large-8.cell.case-study-thumb.highlighted{
  width: calc(100% - 1.875rem);
}
.overlay-description{
  border-bottom: 1px solid #cf1f25;
}
.footer{
  padding: 30px 30px 20px 30px;
}

.footer-menu li{
  padding: 0 10px;
}
.footer-menu{
  padding: 0 0 25px 0;
}
.social{
  margin: 5px 0 20px 0;
}

}
/*============IPAD Landscape ==========*/

@media only screen and (min-width: 64em) and (max-width: 90.000em)
{
.local-bz h1 {
    margin-top: 0;
    font-size: 2.75rem;
    line-height: 2.75rem;
}
.local-bz .feedback {
    margin: 20px 0 100px;
}
.top-bar-right {
    margin-right: 30px;
}
.logo{
      margin-left:25px;
}
.top-bar a.button.hollow {
    padding: 20px 20px;
}
.menu a {
    padding: 20px 10px;
    font-size: 0.875rem;
}
h2.portfolio{
  padding-top: 10px;
}
.case-study-see-button{
  margin-top: -30px;
}
.blog.case-study-see-button{
  margin: 10px 0 100px 0;
}
.grid-margin-x>.large-8.cell.case-study-thumb.highlighted{
  width: calc(65.5% - 2.025rem);
}
.hero-section {
    height: 580px;
}
.hero-section video{
  height:815px;
}
a.social.last{
  padding-right: 20px;
}
.footer a.button.hollow{
  padding: 20px 18px;
}
}
/*============X-LARGE SCREENS AND BIGGER========== (this is the size of our monitors at full width)*/

@media only screen and (min-width: 90.063em)
{
.local-bz .intro {
    padding: 10rem 15rem 0 5rem;
}
.hero-section {
    height: 600px;
}
.slideshow{
}
.slick-track {
    height: 60vh;
}
.primary-services{
  margin: -10px 0 0 0;
}
.portfolio-detail{
  margin: -120px 0 0 0;
}
.blog.intro{
  padding-bottom: 30px;
}
.case-study-see-button{
  margin: -30px 0 100px 0;
}
.blog.case-study-see-button{
  margin: 10px 0 100px 0;
}
.portfolio-detail.case-study-see-button{
  margin: -30px 0 100px 0;
}
blockquote{
  margin: 40px 10px 20px 55px;
}
.call-to-action{
  margin-top: 70px;
}
.secondary-services{
  padding: 10px 20px 0 20px;
}
.service-body h2, .blog-content h2{
  font-size: 2.25rem;
  line-height: 2.25rem;
}
h2.portfolio{
  padding-top: 10px;
}
h3.success{
  padding-top: 30px;
}
.entry-detail.double-image, .entry-detail.triple-image{
  margin: 50px 0 70px 0;
}
.entry-detail.leftimage-righttext, .entry-detail.rightimage-lefttext{
  margin: 50px 0 70px 0;
}
.grid-margin-x>.large-8.cell.case-study-thumb.highlighted{
  width: calc(65.5% - 1.5rem);
}
.case-study-thumb img {
    max-width: 700px;
    height: 700px;
    top: -130px;
}
.case-study-thumb.highlighted img{
    width: 1200px;
    max-width: 1250px;
}
.external-link{
  margin: 10px 0 60px 0;
}
.other.case-studies{
 padding: 0px 20px 50px 65px;
}
.contact-form{
  padding: 10px 0 100px 0;
  margin-top: 40px;
}
.locations{
  padding: 0px 0 100px 0;
  margin-top: -10px;
}
}

/*============XXLarge screens ========== min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { 
.local-bz .intro {
    padding: 14rem 10rem 0 3rem;
}

} 


/*============Specific iPad Queries ==========*/
/*iPad 1 & 2 in portrait & landscape*/
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
}

/*iPad 1 & 2 in landscape*/
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
.local-bz .intro {
    padding: 3rem 4rem 0 3rem;
}
.a-slide, .slideshow, .local-bz .opening {
    height: 410px;
}
}


/*iPad 1 & 2 in portrait*/
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
.local-bz .intro {
    padding: 3rem 10rem 2rem 3rem;
}
.local-bz .entry-detail.leftimage-righttext, .local-bz .entry-detail.rightimage-lefttext {
    margin: 20px 0;
}
.local-bz .opening {
    height: 980px;
}
.slideshow {
    height: 500px;
}
.a-slide {
    height: 500px;
    background-position-y: bottom !important;
}
.local-bz .fa-phone {
    top: 6px;
    left: 102px;
}
.fa-phone:before {
    font-size: 2rem;
}
}



/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
.local-bz .intro {
    padding: 2rem 6rem 0 2rem;
}
.local-bz .entry-detail.leftimage-righttext, .local-bz .entry-detail.rightimage-lefttext {
    margin: 20px 0;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.local-bz .intro {
    padding: 5rem 10rem 0 3rem;
}
}


/*============Phone ONLY ==========*/

@media only screen and (max-width: 50.000em)
{
.main-text-section{
    background-repeat:no-repeat;
}
#topmenu{
  display: none;
}
}

/*============(1024x768)============*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.case-study-thumb.highlighted img {
    width: 1220px;
    max-width: 1200px;
    left: -300px;
}
.case-study-thumb {
    height: 300px;
}
}

/*============(1366x768)============*/
@media  screen and (max-width: 1366px) {
.case-study-thumb.highlighted img {
    width: 1170px;
    max-width: 1160px;
    left: -200px;
}
}

/*============(1440x900)============*/
@media  screen and (max-width: 1440px) {
.case-study-thumb.highlighted img {
    width: 1160px;
    max-width: 1180px;
    left: -200px;
}
}
