#hero .leftcolumn {
  height:630px;
  background-size:cover;
}
#hero .rightcolumn {
  height:630px;
  background-size:cover;
}
#hero .rightcolumn .x-text p {
  padding-left:15%;
  line-height:1.5;
}
#hero .leftcolumn .hl {
  letter-spacing: 0.3em;
  font-size:50px;
  line-height:1.3;
}
#hero .rightcolumn .hl {
  font-size:41px;
  letter-spacing:.2em;
  text-transform:uppercase;
  font-weight:700;
  line-height:1.3;
}
#discoverlearn .leftcolumn {
  background-image:url('/wp-content/uploads/2017/08/new-clients.jpg');
  background-size:cover;
  height:580px;
  background-position:center;
}
#discoverlearn .rightcolumn {
  background-image:url('/wp-content/uploads/2017/09/unique.jpg');
  background-size:cover;
  height:580px;
  background-position:center;
}
.bottomcta {
  max-width:650px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  font-weight:300;
}
.flex {
  display:-ms-flexbox;
  display:-webkit-box;
  display:flex;
  -ms-flex-pack:justify;
  -webkit-box-pack:justify;
          justify-content:space-between;
}
#discoverlearn .flex .x-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 450px;
}
#gettheresults .flex .x-column {
  display:-ms-flexbox;
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}
#gettheresults .x-text span {
  display:block;
}
/* Recent Posts */
#blogfeed .x-column.x-1-3 {
  width:294px;
  margin-bottom:20px;
}
#blogfeed .recent-posts-widget-with-thumbnails ul li {
  border-bottom:none;
}
#blogfeed .recent-posts-widget-with-thumbnails img {
  display:block;
  float:none;
  margin:0 auto;
}
#blogfeed .rpwwt-post-title {
  font-family:"adobe-caslon-pro",sans-serif;
  padding-top:15px;
  display:block;

}
#blogfeed .recent-posts-widget-with-thumbnails a {
  text-decoration:none;
  border-bottom:none;
  line-height:1.4;
}
#blogfeed .widget ul li {
  border-top:none;
}
.count-studios {display:none}

.h-custom-headline.hlineright.accent span:before {
  display:none;
}
.h-custom-headline.hlineright.accent span:after {
  border-top:6px solid #fff;
  margin-left:10px;
}

.h-custom-headline.hlineleft.accent span:before {
  border-top:6px solid #fff;
  margin-right:15px;
}
.h-custom-headline.hlineleft {
  padding-left:15%;
}
.h-custom-headline.hlineleft.accent span:after {
  display:none;
}
.doubleblock span {
  display:block;
}
.rpwwt-post-title {
  font-size:23px;
  text-align:center;
}
.testimonial-slider .slick-list {
  padding:20px;
}
.testimonial-slider .testimonial-text {
  font-size:18px;
  text-align:center;
  line-height:24px;
  color: #231f20;
}
.testimonial-slider .testimonial-signed {
  font-size:18px;
  text-align:center;
  line-height:24px;
  color: #231f20;
  font-style:italic;
  margin-bottom:0;
}
.slick-prev:before, .slick-next:before {
  color:#000;
}
.slick-prev:before {
	content: "\f104";
  margin-right: -17px;
}
.slick-next:before {
  content: "\f105";
}
.slick-next:before {
  padding:0;
}
.slick-prev, .slick-next {
  text-shadow:none;
  cursor: pointer;
    background: rgba(255,255,255,1);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
#heromobile {display:none;}

#blogfeed .x-container.blog-feed-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* IE Hack */
@media screen and (min-width:0\0) {
    #quarterlyPromotion .topleftColumn {
		height:612px;
	}
	#quarterlyPromotion .topleftColumn .x-bg {
		height:612px;
	}
}

@media screen and (max-width:1024px) {
  .flex {
    display:block;
  }
  #discoverlearn .flex .x-column {
    display:block;
    margin:0 auto;
    float:none;
  }
}
@media screen and (max-width:900px) {
  #gettheresults .x-column.left {
    padding:20px !important;
  }
}
@media screen and (max-width:834px) {
  #hero .rightcolumn .hl {
    font-size:30px;
  }
  #hero .leftcolumn .hl {
    font-size:39px;
  }
}
@media screen and (max-width:768px) and (min-width:768px) {
  #gettheresults .x-column.left {
    display:block;
    height:377px;
    padding-top: 10% !important;
  }
  #blogfeed .x-column.x-1-3 {
  width:100%;
  margin-bottom:20px;
	}
}
@media screen and (max-width:768px) {
  #hero .leftcolumn, #hero .rightcolumn {
    height:400px;
  }
  #hero .leftcolumn .x-gap {
    margin:175px 0 0 0 !important;
  }
  #hero .rightcolumn .x-gap {
    margin:179px 0 0 0 !important;
  }
  #hero .leftcolumn {
    background-position:center;
  }
  #hero p {
    font-size:1em;
  }
  #hero .x-column {
    float:left;
    width:48%;
    margin-right:4%;
  }
  #hero .x-column:last-of-type {
    margin-right:0;
  }
  .ctablock.x-section .x-container.marginless-columns {
    display: table;
  }
  .ctablock.x-section .x-container.marginless-columns .x-column {
    width:50%;
    display:table-cell;
  }
  #stats .buttonrow {
    margin:25px auto 0 !important;
  }
  .flex {
    display:block;
  }
  #discoverlearn .flex .x-column {
    display:block;
    margin:0 auto;
    float:none;
  }
}
@media screen and (max-width:646px) {
  #hero.desktop {
    display:none;
  }
  #heromobile {
    display:block;
  }
  #heromobile .h-custom-headline.hlineright {
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
  }
  #heromobile .h-custom-headline.hlineright:after {
    border-top: 3px solid #fff;
    margin-right: 10px;
    content: "";
    position: absolute;
    top: 35%;
    width: 62px;
    display: block;
    margin-top: 0;
    left:100%;
    margin-left:0.25em;
  }
  #heromobile p {
    font-size:1em;
  }
  .flex {
    display:block;
  }
  #gettheresults .x-column.left {
    padding:40px !important;
  }
  #discoverlearn .flex .x-column {
    width:100%;
    margin-bottom:20px;
  }
}
@media screen and (max-width:550px) {
  #heromobile .h-custom-headline.hlineright:after {
    width:52px;
    margin-left: 0.4em;
  }
  #heromobile .h-custom-headline.hlineleft {
    padding-left:18%;
  }
}
@media screen and (max-width:500px) {
  .ctablock.x-section .x-container.marginless-columns {
    display: block;
  }
  .ctablock.x-section .x-container.marginless-columns .x-column {
    width: 100%;
    display: block;
    padding: 0 0 40px !important;
    border-right: none !important;
  }
  .ctablock.x-section .x-container.marginless-columns .x-column:last-of-type {
    padding: 0 !important;
  }
}
@media screen and (max-width:415px) {
  #heromobile .h-custom-headline.hlineright:after {
    width:27px;
    margin-left:0.5em;
  }
}