/*
Theme Name: Olshan Foundations
Theme URI: http://www.
Author: SimpleSquare
Author URI: http://www.simplesquare.com
Version: 1.0
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img, legend {
  border: 0; }

legend, td, th {
  padding: 0; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, optgroup, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre, textarea {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

* {
  box-sizing: border-box; }

/*
* Grid
*/
.container {
  position: relative;
  width: 94%;
  min-width: 320px;
  max-width: 1170px;
  /* 1116px inside */
  margin: 0 auto;
  padding: 0 1.22377622377622%;
  /* 0 14px */ }

.container.no-padding {
  padding: 0; }

.container.full-width {
  width: 100%;
  padding: 0; }

.column {
  float: left;
  display: inline;
  margin: 0 1.25448028673835%;
  /* 0 14px */ }

.column.one {
  width: 5.82437275985663%; }

/* 65px */
.column.two {
  width: 14.15770609318996%; }

.column.three {
  width: 22.4910394265233%; }

.column.four {
  width: 30.82437275985663%; }

.column.five {
  width: 39.15770609318996%; }

.column.six {
  width: 47.4910394265233%; }

.column.six.large {
  width: 51.4910394265233%; }

.column.seven {
  width: 55.82437275985663%; }

.column.eight {
  width: 64.15770609318996%; }

.column.nine {
  width: 72.4910394265233%; }

.column.ten {
  width: 80.82437275985663%; }

.column.eleven {
  width: 89.15770609318996%; }

.column.twelve {
  width: 97.4910394265233%; }

/*.one { width: 65px; }
.two { width: 158px; }
.three { width: 251px; }
.four { width: 344px; }
.five { width: 437px; }
.six { width: 530px; }
.seven { width: 623px; }
.eight { width: 716px; }
.nine { width: 809px; }
.ten { width: 902px; }
.eleven { width: 995px; }
.twelve { width: 1088px;}
*/
.column-auto,
.column.twelve {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.column-relative {
  position: relative; }

.one-column-padding.seven.left {
  padding-left: 14.92776886035313%; }

.one-column-padding.five.right {
  padding-right: 21.28146453089245%; }

.one-column-padding.eight.right {
  padding-right: 12.98882681564246%; }

.half {
  display: inline-block;
  width: 50%;
  vertical-align: top; }

.third {
  display: inline-block;
  width: 33.33%;
  vertical-align: top; }

.quarter {
  display: inline-block;
  width: 25%;
  vertical-align: top; }

.group:after,
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

html,
body {
  /* height: 100%; */ }

html {
  font-size: 62.5%;
  /* 10px */ }

body {
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 137.5%;
  color: #333;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box; }

.fluid {
  width: 100%;
  max-width: 100%;
  height: auto; }

/*
*
* Sprite / Icons
*
*/
.sprite-before {
  position: relative; }

.sprite-before:before {
  content: "";
  display: inline-block;
  background: url(../png/sprite.png) 0 0 no-repeat; }

.sprite-after {
  position: relative; }

.sprite-after:after {
  content: "";
  display: inline-block;
  background: url(../png/sprite.png) 0 0 no-repeat; }

.sprite {
  display: inline-block;
  background: url(../png/sprite.png) 0 0 no-repeat; }

/*
*
* Typography
*
*/
.bookmania {
  font-family: "Bookmania-Bold",serif;
  font-style: normal;
  font-weight: 700; }

.bookmania.bold {
  font-weight: 700; }

strong, b {
  font-weight: 700; }

.black {
  font-weight: 900; }

a {
  color: #e80031;
  text-decoration: none;
  transition: opacity .25s; }

.entry-content a {
  color: #e80031; }

a:hover {
  text-decoration: none !important; }

.entry-content a:hover,
.entry-content a:focus,
a:hover {
  text-decoration: underline;
  opacity: .8; }

.entry-content a:hover,
.entry-content a:focus {
  text-decoration: underline !important; }

.white {
  color: #fff; }

h1, h2, h3, h4, h5 {
  color: #333;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.325; }

.section-h1 {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 24px; }

.section-h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px; }

.entry-header .section-h1 {
  margin-bottom: 40px; }

ul,
ol,
p {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside; }

#sidebar.padding-top {
  padding-top: 60px; }

.entry-content.padding-top {
  padding-top: 60px; }

.entry-content h1 {
  font-size: 44px;
  font-family: "Bookmania-Bold",serif;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 24px; }

.entry-content h1.alt {
  font-size: 48px;
  line-height: 54px; }

.entry-content h2,
.entry-content .faux-h2 {
  font-size: 36px;
  margin: 0 0 28px 0;
  font-family: "Bookmania-Bold",serif;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding-top: 12px; }

.faux-h2 {
  font-size: 36px;
  margin: 0 0 28px 0;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding-top: 12px; }

.entry-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 28px 0;
  padding-top: 6px; }

.entry-content h4 {
  font-size: 16px;
  margin: 0 0 28px 0; }

.introduction .entry-content h1 + p,
.introduction .entry-content > p:first-of-type {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px; }

h2 > a,
h3 > a,
h4 > a {
  color: #333;
  text-decoration: none; }

.entry-content h2 > a:hover,
.entry-content h2 > a:focus,
.entry-content h3 > a:hover,
.entry-content h3 > a:focus,
.entry-content h4 > a:hover,
.entry-content h4 > a:focus {
  text-decoration: none; }

.entry-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 60px;
  margin-bottom: 26px;
  padding-bottom: 10px; }

.entry-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 60px;
  margin-bottom: 26px;
  padding-bottom: 10px; }

.entry-content li {
  margin-bottom: 7px;
  font-weight: bold; }

.page-id-4957 .entry-content li {
  font-weight: normal; }

ul.hardhat {
  list-style: none;
  margin-left: 40px; }

ul.hardhat li {
  font-weight: 400;
  padding-left: 50px;
  background: url(../png/hatbullet.png) 0 0 no-repeat; }

ul.hardhat li strong,
ul.nobold li strong {
  font-weight: bold; }

ul.nobold li {
  font-weight: 400; }

ul.reddot,
ol.reddot,
ul.bluedot,
ol.bluedot,
ul.greendot,
ol.greendot {
  list-style: none;
  margin-left: 0; }

ul.reddot li,
ol.reddot li,
ul.bluedot li,
ol.bluedot li,
ul.greendot li,
ol.greendot li {
  position: relative;
  padding-left: 60px; }

ul.reddot li:before,
ol.reddot li:before,
ul.bluedot li:before,
ol.bluedot li:before,
ul.greendot li:before,
ol.greendot li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #e80031;
  border-radius: 5px;
  position: absolute;
  left: 37px;
  top: 8px; }

ul.greendot li:before,
ol.greendot li:before {
  background-color: #3fb207; }

ul.bluedot li:before,
ol.bluedot li:before {
  background-color: #006cff; }

ul.orangearrow,
ol.orangearrow {
  list-style: none;
  margin-left: 0; }

ul.orangearrow li,
ol.orangearrow li {
  position: relative;
  padding-left: 60px; }

ul.orangearrow li:before,
ol.orangearrow li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fda700;
  border-right: 2px solid #fda700;
  position: absolute;
  transform: rotate(45deg);
  left: 37px;
  top: 7px; }

ul.icon-list {
  list-style: none; }

ul.icon-list li {
  margin-bottom: 10px; }

ul.icon-list li:before {
  top: 13px;
  left: -34px !important;
  position: absolute; }

.entry-content li > h3 {
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 20px; }

.entry-content p {
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 28px 0; }

.entry-content blockquote {
  border-left: 10px solid #f5f5f5;
  padding: 6px 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin: 48px auto; }

.entry-content blockquote p {
  font-style: italic;
  font-size: 1.125em;
  line-height: 1.375em;
  font-weight: 700; }

blockquote cite {
  font-style: normal; }

.entry-content blockquote p:last-child {
  margin-bottom: 0; }

.entry-content div.wp-caption {
  max-width: 100% !important; }

.entry-content div.wp-caption img,
.entry-content img.size-full {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block; }

.entry-content .wp-caption-text {
  text-align: center;
  font-style: italic;
  background: #f5f5f5;
  padding: 8px 0;
  border-radius: 0 0 5px 5px; }

.entry-content img.alignnone {
  margin-bottom: 26px;
  width: auto;
  max-width: 100%;
  height: auto; }

.entry-content img.size-large {
  width: 100%;
  height: auto;
  max-width: 100%; }

.entry-content img.alignright {
  float: right;
  margin: 6px 0 26px 20px;
  width: auto; }

.entry-content img.alignleft {
  float: left;
  margin: 6px 20px 26px 0px;
  width: auto; }

.entry-content img.aligncenter {
  clear: both;
  margin: 0 0px 26px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.entry-content img.solid {
  width: auto;
  height: auto; }

.entry-content p:first-of-type > img {
  margin-top: 0; }

.entry-content table {
  width: 100%;
  height: auto !important;
  margin-bottom: 26px;
  border-width: 1px;
  border-color: #999;
  border-collapse: collapse; }

.entry-content table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #999;
  background-color: #dedede; }

.entry-content table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #999;
  background-color: #ffffff; }

.entry-content table td img {
  max-width: 96%;
  height: auto;
  margin-bottom: 0 !important; }

.entry-content .wp-video {
  margin-bottom: 38px;
  padding-top: 18px;
  margin-left: auto;
  margin-right: auto; }

.entry-content .google-trend,
.entry-content .movoto-trend {
  margin-top: 18px;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #eee; }

.entry-content .movoto-trend {
  border: 0; }

.entry-content .google-trend iframe,
.entry-content .movoto-trend iframe {
  width: 100% !important;
  display: block; }

.entry-content .flash-embed {
  margin-bottom: 38px;
  text-align: center; }

.entry-content .flash-embed iframe {
  margin-left: auto;
  margin-right: auto;
  border: 0; }

.entry-content .embed-container {
  margin-bottom: 28px; }

.entry-content object {
  margin-left: auto;
  margin-right: auto; }

.fluid-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto; }

.entry-content .fluid-embed {
  margin-bottom: 28px; }

.fluid-embed iframe,
.fluid-embed object,
.fluid-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.entry-content .nl {
  padding-left: 60px;
  position: relative;
  list-style: none; }

.entry-content .nl p {
  padding-top: 6px;
  margin-bottom: 10px; }

.entry-content .nl:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #e80031;
  position: absolute;
  top: 3px;
  left: 6px;
  border-radius: 32px; }

.entry-content .nl:after {
  content: "1";
  color: #fff;
  font-size: 16px;
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 32px;
  line-height: 20px;
  top: 9px;
  left: 6px;
  text-align: center;
  font-weight: bold; }

.entry-content .nl.nl-2:after {
  content: "2"; }

.entry-content .nl.nl-3:after {
  content: "3"; }

.entry-content .nl.nl-4:after {
  content: "4"; }

.entry-content .nl.nl-5:after {
  content: "5"; }

.entry-content .nl.nl-6:after {
  content: "6"; }

.entry-content .nl.nl-7:after {
  content: "7"; }

.entry-content .nl.nl-8:after {
  content: "8"; }

.entry-content .nl.nl-9:after {
  content: "9"; }

.entry-content .nl.nl-10:after {
  content: "10"; }

.entry-content .share {
  padding-bottom: 12px;
  margin-bottom: 18px; }

.entry-content .share a.facebook {
  margin-left: 8px; }

.entry-content .content-modal {
  float: left;
  margin: 6px 20px 26px 0px; }

.entry-content .content-modal .modal-trigger,
.entry-content .content-modal .modal-trigger img {
  display: block; }

.entry-content .content-modal .wp-video {
  display: none;
  margin-bottom: 18px;
  padding-top: 0; }

.entry-content .content-modal .modal.show .wp-video {
  display: block; }

.entry-content > p > iframe {
  border: 0; }

.ofrm > div {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  text-align: center;
  position: relative;
  margin-right: 2.5%; }

.ofrm > div a,
.ofrm > div a:hover,
.ofrm > div a:focus {
  display: block;
  text-decoration: none !important; }

.ofrm > div a:hover h4,
.ofrm > div a:focus h4 {
  text-decoration: none !important; }

.ofrm > div a img {
  height: 180px;
  width: auto; }

.ofrm .ofrm-popup {
  display: none;
  text-align: left;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px 30px 20px 20px;
  width: 480px;
  min-height: 380px;
  z-index: 99; }

.ofrm .ofrm-popup img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: auto;
  height: calc(100% - 40px);
  max-height: 340px; }

.ofrm .ofrm-popup .entry-content {
  padding-left: 190px; }

.ofrm .ofrm-popup .entry-content p {
  margin-bottom: 18px; }

.ofrm .ofrm-popup .entry-content ul {
  margin-left: 0;
  list-style: none; }

.ofrm .ofrm-popup .entry-content ul.check {
  color: green; }

.ofrm .ofrm-popup .entry-content ul.alert {
  color: #e80031;
  margin-bottom: 0;
  padding-bottom: 0; }

.ofrm .ofrm-popup .entry-content li {
  font-weight: normal; }

.ofrm .ofrm-popup .close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: -132px -4px; }

.ofrm.owm div a img {
  width: 100%;
  height: auto; }

.ofrm.owm .ofrm-popup {
  width: 560px; }

.ofrm.owm .ofrm-popup img {
  width: 250px;
  height: auto; }

.ofrm.owm .ofrm-popup .entry-content {
  padding-left: 270px; }

.ofrm.ewm div a img {
  width: 100%;
  height: auto; }

.ofrm.ewm .ofrm-popup {
  width: 560px; }

.ofrm.ewm .ofrm-popup img {
  width: 250px;
  height: auto; }

.ofrm.ewm .ofrm-popup .entry-content {
  padding-left: 270px; }

.ofrm.wam div a img {
  width: 80%;
  height: auto; }

.ofrm.wam .ofrm-popup {
  width: 560px; }

.ofrm.wam .ofrm-popup img {
  width: 250px;
  height: auto; }

.ofrm.wam .ofrm-popup .entry-content {
  padding-left: 270px; }

#three-approaches div {
  padding-left: 180px;
  position: relative;
  min-height: 160px; }

#three-approaches div img {
  position: absolute;
  top: 0;
  left: 0; }

#three-approaches div li {
  font-weight: normal; }

.ta-center {
  text-align: center; }

.ta-right {
  text-align: right; }

.button,
.entry-content a.button {
  color: #fff !important;
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  border: 0;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  background: none;
  outline: none;
  text-decoration: none; }

/*New Styles*/

.padded-button {
  margin-bottom: 100px;
  text-align: center;
  font: normal normal bold 18px/25px Lato;
  letter-spacing: 1.8px;
  color: #FFFFFF;
  opacity: 1;
  padding-left: 80px;
  padding-right: 80px;
}

.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.meet-the-team-h1 {
  text-align: center;
  font: normal normal bold 36px/50px Bookmania;
  letter-spacing: 0px;
  line-height: 35px;
  color: #333333;
  text-align: center;
  max-width: 690px;
  margin-bottom: 55px;
}

.meet-the-team-hero-container {
  position: relative;
  text-align: center;
  max-width: 100%;
  height: auto;
  margin-bottom: 80px;
}

.taxonomy-title {
  text-align: left;
  font: normal normal bold 16px/20px Lato;
  letter-spacing: 0.64px;
  color: #2B2828;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 20px;
}

.taxonomy-member-container {
  display: grid;
  gap: 65px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.meet-the-team-hero-image {
  width: 100%;
  height: 344px;
  object-fit: cover;
}

.meet-the-team-hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font: normal normal bold 36px/50px Bookmania;
  letter-spacing: 0px;
  color: #FEFEFE;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
}

.member-photo {
  width: 145px;
  height: 145px;
  object-fit: cover;
  background-color: white;
  box-shadow: 0 0 3px #ccc;
}

.member-slider-photo{
  object-fit: cover;
  max-width: 100%;
  width: 130px;
  height: 130px;
  max-height: 100%;
}

.photo-container{

}


.quality-member-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F3F3F3 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 45px;
  width: 350px;
  max-width: 350px;
}

.member-container {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider-title{
  margin-bottom: 25px;
  padding-top: 50px;
  text-align: left;
  font: normal normal bold 40px/56px Bookmania;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}


.quality-members {
  display: grid;
  gap: 40px;
  margin-bottom: 60px;
  grid-template-columns: 1fr 1fr;
}

.members-container {
  margin-bottom: 60px;
}

.quality-member-photo {
  width: 145px;
  height: 145px;
  object-fit: cover;
  background-color: white;
  margin-bottom: 20px;
  box-shadow: 0 0 3px #ccc;
}

.member-name {
  text-align: center;
  font: normal normal bold 16px/20px Lato;
  letter-spacing: 0.32px;
  color: #2B2828;
  opacity: 1;
  margin-bottom: 7px;
  max-width: 155px;
  margin-top: 20px;
}

.member-location {
  text-align: center;
  font: normal normal normal 15px/20px Lato;
  letter-spacing: 0.3px;
  color: #2B2828;
  opacity: 1;
  max-width: 155px;
}

.member-position {
  text-align: center;
  font: normal normal normal 15px/20px Lato;
  letter-spacing: 0.3px;
  color: #2B2828;
  opacity: 1;
  margin-bottom: 7px;
  max-width: 155px;
}

.quality-member-name {
  text-align: center;
  font: normal normal bold 28px/20px Lato;
  letter-spacing: 0.56px;
  color: #2B2828;
  opacity: 1;
  margin-bottom: 15px;
  line-height: 24px;
}

.quality-member-position {
  text-align: center;
  font: normal normal normal 15px/20px Lato;
  letter-spacing: 0.3px;
  color: #2B2828;
  opacity: 1;
}

.quality-member-location {
  text-align: center;
  font: normal normal normal 15px/20px Lato;
  letter-spacing: 0.3px;
  color: #2B2828;
  opacity: 1;
  margin-bottom: 40px;
}

.quality-member-posts {
  text-align: center;
  font: normal normal normal 15px/20px Lato;
  letter-spacing: 0.3px;
  color: #B33D5A;
  opacity: 1;
}


.find-olshan-button{
  text-align: center;
  position: inherit !important;
  width: 100%;
  margin-left: 0px !important;
}

@media screen and (max-width: 768px) {
  .meet-the-team-h1 {
    max-width: 340px;
    font-size: 30px;
  }

  .taxonomy-member-container {
    display: grid;
    gap: 65px;
    grid-template-columns: 1fr;
  }

  .member-name {
    font-size: 25px;
    max-width: none;
  }

  .member-location {
    font-size: 20px;
    max-width: none;
  }

  .member-position {
    font-size: 20px;
    max-width: none;
  }

  .member-photo {
    width: 276px;
    height: 276px;
  }

  .taxonomy-title {
    font-size: 20px;
  }

  .quality-members {
    grid-template-columns: 1fr;
  }

  .padded-button {
    max-width: 295px;
  }
  .meet-the-team-hero-image {
    height: 149px;
  }
}

.slick-prev:before, .slick-next:before{
  color:black;
}

/*New Styles End*/

.button span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ff203a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff203a 0%, #e90031 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff203a 0%, #e90031 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff203a 0%, #e90031 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff203a', endColorstr='#e90031',GradientType=0 );
  /* IE6-9 */
  z-index: -1;
  border-radius: 6px;
  -webkit-transform: skew(-14deg);
  transform: skew(-14deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  text-decoration: none; }

.button:hover span {
  background: #fe6a6a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fe6a6a 0%, #d04960 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fe6a6a 0%, #d04960 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fe6a6a 0%, #d04960 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6a6a', endColorstr='#d04960',GradientType=0 );
  /* IE6-9 */
  text-decoration: none; }

.button:hover {
  text-decoration: none; }

.button.disabled span {
  background: #ccc; }

.button.sprite-before {
  padding-left: 54px; }

.button.sprite-before:before {
  position: absolute; }

.button.sprite-download-white:before {
  width: 24px;
  height: 24px;
  background-position: -164px -36px; }

.button.sprite-before.sprite-download-white:before {
  top: 50%;
  margin-top: -12px;
  left: 16px; }

.sidebar-button {
  margin-bottom: 12px;
  width: 100%; }

select.sr-replace {
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding-left: 8px;
  padding-right: 50px;
  color: #666;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  visibility: hidden; }

select.sr-replace:focus {
  outline: none;
  border-color: #aaa; }

select.error {
  border: 1px solid crimson; }

.select-replace {
  height: 50px;
  width: 100%;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-left: auto;
  margin-right: auto; }

.select-replace-wrap.focus .sr-toggle {
  border-color: #40a1ff; }

.select-replace dl {
  height: 50px;
  width: auto;
  position: relative;
  z-index: 30;
  outline: none;
  overflow: hidden;
  margin: 0; }

.select-replace.open dl {
  z-index: 50;
  overflow: visible;
  margin: 0;
  padding: 0; }

.select-replace .sr-toggle {
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  color: #999;
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 49px;
  text-indent: 20px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  position: relative;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.select-replace .sr-toggle.sr-selected {
  color: #2a2828; }

.select-replace .sr-toggle span.chrome {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 12px;
  top: 8px;
  background: #fff url(../png/sprite.png) -64px -32px no-repeat;
  z-index: 10;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color .35s ease;
  -moz-transition: background-color .35s ease;
  -o-transition: background-color .35s ease;
  -ms-transition: background-color .35s ease;
  transition: background-color .35s ease; }

.select-replace .sr-toggle span.chrome:before {
  content: "";
  width: 9px;
  height: 5px;
  background: url(../png/sprite.png) -247px -53px;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -1px; }

.select-replace .sr-toggle:hover span.chrome {
  background-color: #f9f9f9 !important; }

.select-replace dd {
  background: white;
  border: 1px solid #eee;
  background: #f9f9f9;
  border-top: 0;
  position: absolute;
  left: 0;
  right: 0px;
  top: 50px;
  margin: 0;
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select-replace ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important; }

.select-replace dd li {
  padding: 6px 10px;
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #2a2828;
  font-weight: 700;
  text-transform: none;
  text-indent: 10px;
  background: #fff; }

.select-replace dd li a {
  outline: none;
  color: #2a2828 !important;
  text-decoration: none; }

.select-replace dd li.sr-disabled {
  color: #999; }

.select-replace dd li.sr-disabled.blank {
  height: 0;
  padding: 0; }

.select-replace dd li.sr-selected {
  /*font-weight:600;
	color:#666;*/ }

.select-replace dd li:hover,
.select-replace dd li.highlight {
  background-color: #f5f5f5;
  cursor: pointer; }

.select-replace dd li.sr-disabled:hover {
  color: #a4a4a3;
  background-color: #fff;
  cursor: auto; }

.select-replace.open dd {
  display: block;
  overflow-y: scroll;
  max-height: 280px; }

.select-replace.error .sr-toggle {
  border-color: #ffc800;
  color: #ffc800;
  box-shadow: 0 0 0px 2px #ffc800 inset; }

.sr-blanket {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: none;
  z-index: 40; }

body.touch #select-submenu,
body.touch #select-submenu + .select-replace,
body.touch .sr-replace {
  display: block;
  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
  visibility: visible;
  width: 90%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  height: 50px;
  border: 1px solid #ddd;
  color: #2a2828;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Lato"; }

body.touch form .sr-replace {
  width: 100%;
  max-width: 100%; }

body.touch header .sr-replace {
  margin-top: 30px; }

body.touch .entry-header .sr-replace {
  margin-bottom: 30px;
  margin-top: -20px; }

#select-submenu {
  display: none !important; }

/*
* Forms
*/
input[type=text],
input[type=email],
input[type=password],
input[type=search],
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
  height: 50px;
  text-indent: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Lato";
  color: #2a2828;
  width: 100%;
  outline: none; }

input[type=text].mini,
input[type=email].mini,
input[type=password].mini {
  max-width: 150px;
  min-width: 130px; }

form fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.form-row {
  margin-bottom: 28px; }

.form-row.dbl-margin-bottom {
  margin-bottom: 48px; }

form fieldset .form-row:last-child {
  padding-top: 12px; }

.form-col {
  display: inline-block;
  vertical-align: top;
  width: 50%; }

.form-col.full {
  width: 100%;
  padding: 0; }

.form-col.two-third {
  width: 65%; }

.form-col.third {
  width: 35%; }

.form-row .form-col:first-child {
  padding-right: 14px; }

.form-row .form-col:last-child {
  padding-left: 14px; }

form .form-row:last-child {
  margin-bottom: 0; }

textarea {
  height: 180px;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  line-height: 24px;
  text-indent: 0 !important; }

input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=search].error,
textarea.error {
  border-color: #ffc800;
  color: #ffc800;
  border-width: 3px;
  text-indent: 18px; }

input[type=text].error::-webkit-input-placeholder,
input[type=email].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: #ffc800; }

input[type=text].error:-moz-placeholder,
input[type=email].error:-moz-placeholder,
textarea.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #909;
  opacity: 1; }

input[type=text].error::-moz-placeholder,
input[type=email].error::-moz-placeholder,
textarea.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #909;
  opacity: 1; }

input[type=text].error:-ms-input-placeholder,
input[type=email].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909; }

input[type=submit] {
  cursor: pointer; }

form input[type="checkbox"] {
  display: none; }

form input[type="checkbox"] + label {
  display: block;
  height: auto;
  font-weight: 400;
  color: #999;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-left: 38px;
  margin-right: 20px;
  padding-top: 1px; }

form input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  background: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px; }

form input[type="checkbox"] + label:hover:before {
  border-color: #2a2828; }

form input[type="checkbox"] + label:hover,
form input[type="checkbox"]:checked + label {
  color: #2a2828; }

form input[type="checkbox"].error + label:before {
  border-color: #ec4823; }

form input[type="checkbox"]:checked + label:before {
  background: none;
  border-color: #2a2828; }

form input[type="checkbox"]:checked + label:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url(../png/sprite.png) -295px -41px no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 5px; }

form input[type="checkbox"].error + label {
  color: #ec4823; }

form input[type="checkbox"] + label:focus {
  color: blue; }

form input[type="checkbox"]:checked + label:hover:before {
  background: none; }

form .status {
  height: 0;
  display: none; }

form .status.success {
  background: #00ce98;
  color: #fff;
  padding: 15px 20px 15px 54px;
  position: relative;
  border-radius: 6px;
  font-weight: bold;
  height: auto;
  display: block; }

form .status.success:before {
  width: 24px;
  height: 24px;
  background-position: -164px -4px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -12px; }

form .status.warning {
  background: #2b2828;
  color: #fff;
  padding: 15px 20px 15px 54px;
  position: relative;
  border-radius: 6px;
  font-weight: bold;
  height: auto;
  display: block; }

form .status.warning:before {
  width: 24px;
  height: 24px;
  background-position: -196px -4px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -12px;
  height: auto; }

form .status.error {
  background: #ffc800;
  color: #fff;
  padding: 15px 20px 15px 54px;
  position: relative;
  border-radius: 6px;
  font-weight: bold;
  height: auto;
  display: block; }

form .status.error:before {
  width: 24px;
  height: 24px;
  background-position: -228px -4px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -12px; }

input[type="file"].replaced {
  opacity: 0;
  height: 50px;
  z-index: 9;
  width: 100%; }

.faux-upload {
  display: inline-block;
  background: transparent;
  border: 1px solid #ddd;
  line-height: 20px;
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: pointer;
  vertical-align: top; }

.faux-upload span {
  color: #999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  pointer-events: none;
  font-weight: bold;
  text-indent: 20px;
  height: 50px;
  line-height: 50px;
  padding-right: 50px; }

.faux-upload span em {
  font-weight: normal;
  color: #ccc; }

.faux-upload span:after {
  width: 32px;
  height: 32px;
  background: url(../png/sprite.png) -64px -124px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  top: 8px;
  right: 12px; }

.faux-upload span.active {
  color: #2a2828; }

/*
* Multi use classes
*/
.section-white {
  background: #fff; }

.section-grey {
  background: #f5f5f5; }

section.padding {
  padding-top: 85px;
  padding-bottom: 85px; }

.introduction.padding {
  padding-bottom: 57px; }

.container.padding {
  padding-top: 85px;
  padding-bottom: 85px; }

/*
* Masthead
*/
#masthead {
  height: 80px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: sticky;
  z-index: 9999;
  -webkit-transition: transform .35s .5s;
  transition: transform .35s .5s;
  top: 0; }

#masthead.fixed {
  position: sticky;
  /* top:-160px; */
  left: 0;
  right: 0;
  /* -webkit-transform:translate(0,160px);
    transform:translate(0,160px); */ }

#masthead.fixed + * {
  /* margin-top:80px; GO*/ }

#masthead.hide-nav #main-menu {
  /*opacity:0;*/ }

#masthead.fixed.unstick {
  -webkit-transition: none;
  transition: none;
  top: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

#masthead .container {
  position: relative; }

#masthead .column {
  position: relative; }

#masthead .container:before {
  content: "";
  position: absolute;
  left: 100%;
  width: 1500px;
  height: 80px;
  top: 0;
  background: #ff203a;
  margin-left: -14px; }

#masthead .header-branding {
  display: inline-block;
  width: 130px;
  height: auto;
  margin-top: 4px;
  vertical-align: top; }

#main-menu a.button,
#main-menu a.tel {
  display: none; }

#masthead #main-menu {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 28px;
  margin-right: 8px; }

#masthead #main-menu br {
  display: none; }

#masthead #main-menu li {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  height: 60px;
  margin-right: 5px; }

#masthead #main-menu li:before {
  content: "";
  height: 60px;
  display: inline-block;
  width: 1px;
  left: 0;
  top: 0;
  background: #f3f3f3;
  position: absolute;
  transform: rotate(18deg); }

#masthead #main-menu li a {
  font-size: 15px;
  color: #666;
  font-weight: 600;
  display: block;
  padding-left: 12px;
  padding-right: 0px;
  height: 30px;
  margin-top: 15px;
  line-height: 30px; }

#header-estimate {
  display: inline-block;
  height: 80px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  vertical-align: top; }

#header-estimate:after {
  content: "";
  position: absolute;
  left: 20%;
  width: 500px;
  height: 80px;
  top: 0;
  background: #ff203a;
  margin-left: -14px; }

#header-estimate a:hover {
  opacity: 1 !important; }

#header-estimate strong {
  color: #fff;
  display: inline-block;
  height: 80px;
  padding-top: 20px;
  padding-bottom: 10px;
  z-index: 2;
  vertical-align: top;
  position: relative;
  padding-left: 18px;
  padding-right: 18px; }

#header-estimate strong span {
  display: block;
  position: absolute;
  top: -30px;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 140px;
  width: 100%;
  background: #e80031;
  transform: rotate(18deg); }

#header-estimate .tel {
  position: relative;
  z-index: 9;
  color: #fff;
  font-size: 21px;
  padding-top: 39px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px; }

#header-estimate .sprite-before:before {
  width: 31px;
  height: 31px;
  background-position: -18px -124px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -15px; }

/*
* Hero
*/
#hero {
  position: relative;
  height: auto; }

#hero .slides {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto; }

#hero .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity .7s ease-in-out, visibility .7s ease-in-out;
  -moz-transition: opacity .7s ease-in-out, visibility .7s ease-in-out;
  transition: opacity .7s ease-in-out, visibility .7s ease-in-out; }

#location #hero .slide {
  max-width: 1092px; }

#hero .slide.active {
  opacity: 1;
  z-index: 9;
  visibility: visible; }

#hero .container {
  z-index: 20;
  height: auto;
  padding-bottom: 50px; }

.hero-content {
  margin-top: 15%; }

.hero-content h1,
.hero-content p {
  color: #fff; }

.hero-content h1 {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 20px; }

.hero-content h1.alt {
  font-size: 48px;
  line-height: 56px; }

.hero-content p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px; }

.hero-content p .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fff;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  top: -4px; }

.hero-content .tel {
  font-size: 21px;
  color: #fff;
  margin-left: 23px;
  display: inline-block; }

#hero.home .olshan-family {
  position: absolute;
  bottom: 0;
  right: -20px; }

/*
* Home
*/
#why-olshan li {
  margin-bottom: 31px;
  padding-right: 4%; }

#why-olshan h2 {
  color: #e80031;
  padding-left: 45px;
  position: relative;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 18px; }

#why-olshan h2:before {
  content: "";
  display: inline-block;
  background: url(../png/sprite.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  height: 34px;
  margin-top: -16px; }

#why-olshan li.vehicle h2:before {
  background-position: -140px -79px;
  width: 39px;
  left: -3px; }

#why-olshan li.ribbon h2:before {
  background-position: -272px -79px;
  width: 32px;
  left: -3px; }

#why-olshan li.shield h2:before {
  background-position: -82px -79px;
  width: 26px; }

#why-olshan li.check h2:before {
  background-position: -336px -79px;
  width: 32px; }

#why-olshan li.payment h2:before {
  background-position: -212px -79px;
  width: 25px; }
#home-services .bbb-2020 img {
  max-width: 211px;
  height: auto;
  margin-bottom: 30px;
  margin-top: -70px;
  margin-left: 30px;
}
#home-services h1.section-h2 {
  margin-bottom: 48px;
  padding-top: 20px;
font-size: 48px; }

#home-services .column.four {
  margin-bottom: 28px; }

.home-service,
.mini-service {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  background: #2a2828; }

.mini-services-icons {
  margin-left: -26px;
  position: relative;
  left: 26px;
  margin-bottom: 30px;
  text-align: center; }

.mini-service {
  display: inline-block;
  width: 160px;
  height: 200px;
  vertical-align: top;
  overflow: hidden;
  margin-right: 26px;
  margin-bottom: 26px; }

.home-service img,
.mini-service img {
  display: block; }

.home-service-image,
.mini-service-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: .2;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.mini-service-image {
  height: 100%;
  width: auto;
  left: -20px; }

.home-service h2,
.mini-service span {
  color: #fff;
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  font-size: 24px;
  line-height: 32px;
  padding: 150px 20% 0; }

.mini-service span {
  font-size: 16px;
  line-height: 22px;
  padding: 135px 20px 0 20px;
  top: 0; }

.home-service h2:before,
.mini-service span:before {
  width: 130px;
  height: 130px;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  top: 0; }

.home-service h2.hardhat:before {
  background-position: -175px -174px; }

.home-service:hover h2.hardhat:before {
  background-position: -15px -174px; }

.home-service h2.umbrella:before {
  background-position: -175px -335px; }

.home-service:hover h2.umbrella:before {
  background-position: -15px -335px; }

.home-service h2.water:before {
  background-position: -175px -495px; }

.home-service:hover h2.water:before {
  background-position: -15px -495px; }

.home-service h2.crawl:before {
  background-position: -495px -335px; }

.home-service:hover h2.crawl:before {
  background-position: -335px -335px; }

.home-service h2.drill:before {
  background-position: -495px  -174px; }

.home-service:hover h2.drill:before {
  background-position: -335px  -174px; }

.home-service h2.commerical:before {
  background-position: -815px  -174px; }

.home-service:hover h2.commerical:before {
  background-position: -655px  -174px; }

.home-service h2.hammer:before {
  background-position: -495px -495px; }

.home-service:hover h2.hammer:before {
  background-position: -335px -495px; }

.home-service h2.wrench:before {
  background-position: -815px -335px; }

.home-service:hover h2.wrench:before {
  background-position: -655px -335px; }

.home-service h2.resources:before {
  background-position: -815px -495px; }

.home-service:hover h2.resources:before {
  background-position: -655px -495px; }

.home-service:hover img {
  opacity: .5; }

.mini-service span:before {
  width: 70px;
  height: 70px;
  margin-left: -35px;
  top: 35px;
  background: url(../png/mini-service-sprite.png) 0 0 no-repeat; }

.mini-service span.hardhat:before {
  background-position: 0 0; }

.mini-service:hover span.hardhat:before {
  background-position: 0 -70px; }

.mini-service span.umbrella:before {
  background-position: -70px 0; }

.mini-service:hover span.umbrella:before {
  background-position: -70px -70px; }

.mini-service span.water:before {
  background-position: -140px 0px; }

.mini-service:hover span.water:before {
  background-position: -140px -70px; }

.mini-service span.crawl:before {
  background-position: -210px 0px; }

.mini-service:hover span.crawl:before {
  background-position: -210px -70px; }

.mini-service span.drill:before {
  background-position: -280px  0px; }

.mini-service:hover span.drill:before {
  background-position: -280px  -70px; }

.mini-service span.commercial:before {
  background-position: -350px  0px; }

.mini-service:hover span.commercial:before {
  background-position: -350px  -70px; }

.mini-service span.hammer:before {
  background-position: -420px -0px; }

.mini-service:hover span.hammer:before {
  background-position: -420px -70px; }

.mini-service span.wrench:before {
  background-position: -490px 0px; }

.mini-service:hover span.wrench:before {
  background-position: -490px -70px; }

.mini-service:hover img {
  opacity: .5; }

#home-testimonial {
  padding: 80px 0; }

.home-testimonial {
  position: relative; }

.home-testimonial-image {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  left: 0;
  width: 160px;
  height: 160px;
  display: inline-block; }

.home-testimonial-image img {
  border-radius: 100%; }

.home-testimonial-quote {
  padding: 0;
  margin: 0;
  padding-left: 186px;
  min-height: 160px;
  padding-top: 20px; }

.home-testimonial-quote p {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 26px; }

.home-testimonial-quote p:before {
  content: "\201C"; }

.home-testimonial-quote p:after {
  content: "\201D"; }

.home-testimonial-quote cite {
  font-size: 15px; }

#home-content {
  padding-top: 0; }

#home-content .content-hero {
  height: 445px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  position: relative; }

#home-content .content-hero .container,
#home-content .content-hero .column {
  height: 445px; }

#home-content .content-hero h1 {
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  position: absolute;
  bottom: 100px; }

#home-hiw {
  background: #2A2828;
  padding: 100px; }

#home-hiw h1,
#home-hiw p {
  color: #fff;
  margin-bottom: 15px; }

#home-hiw p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 42px; }

#hiw-trigger {
  position: relative;
  display: inline-block; }

#hiw-trigger img {
  width: 100%;
  max-width: 434px;
  height: auto;
  vertical-align: top;
  cursor: pointer; }

@keyframes pulse_animation {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.12); }
  100% {
    transform: scale(1); } }

.pulse {
  animation-name: pulse_animation;
  animation-duration: 3000ms;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

#hiw-play {
  position: absolute;
  display: inline-block;
  width: 137px !important;
  height: auto !important;
  top: 50%;
  left: 50%;
  margin-top: -67px;
  margin-left: -68px;
  z-index: 1; }

#giant-man {
  position: absolute;
  bottom: -100px;
  right: 90px;
  z-index: 3; }

#hiw-overlay .overlay-inner {
  background: black;
  border-radius: 0;
  max-width: 710px;
  height: auto;
  padding: 0;
  margin-top: -140px; }

#hiw-overlay .overlay-inner span {
  position: absolute;
  top: -50px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  left: 0; }

#hiw-overlay .fluid-embed {
  margin-top: 0;
  max-width: 100%; }

#hiw-overlay #close-overlay {
  width: 50px;
  height: 50px;
  background: #FF203B;
  border-radius: 6px;
  right: 0;
  top: -73px; }

#hiw-overlay #close-overlay:after {
  background-position: -100px -4px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px; }

@media screen and (max-width: 1320px) {
  #giant-man {
    position: absolute;
    bottom: -100px;
    right: 30px;
    z-index: 3;
    height: 550px;
    width: auto; } }

@media screen and (max-width: 1024px) {
  #home-hiw {
    padding-bottom: 50px; }
  #giant-man {
    position: absolute;
    bottom: -50px;
    right: -20px;
    z-index: 3;
    height: 400px;
    width: auto; } }

@media screen and (max-width: 768px) {
  #home-hiw {
    padding: 50px 0 70px 0;
    text-align: center; }
  #giant-man {
    display: none; } }

/*
* About
*/
#hero.about .hero-content {
  margin-top: 48%;
  padding-left: 17.10526315789474%; }

ul.about-solutions {
  margin-left: 0;
  padding-top: 18px; }

ul.about-solutions li {
  display: inline-block;
  width: 49%;
  padding-left: 70px;
  vertical-align: top;
  font-weight: bold;
  color: #e80031;
  margin-bottom: 18px; }

ul.about-solutions li:before {
  position: absolute;
  top: 50%; }

ul.about-solutions li.hardhat:before,
ul.icon-list li.hardhat:before {
  width: 24px;
  height: 13px;
  background-position: -483px -40px;
  margin-top: -6px;
  left: 34px; }

ul.about-solutions li.umbrella:before,
ul.icon-list li.umbrella:before {
  width: 21px;
  height: 24px;
  background-position: -517px -36px;
  margin-top: -12px;
  left: 36px; }

ul.about-solutions li.water:before,
ul.icon-list li.water:before {
  width: 18px;
  height: 24px;
  background-position: -550px -36px;
  margin-top: -12px;
  left: 38px; }

ul.about-solutions li.crawl:before,
ul.icon-list li.crawl:before {
  width: 21px;
  height: 24px;
  background-position: -581px -36px;
  margin-top: -12px;
  left: 36px; }

ul.about-solutions li.drill:before,
ul.icon-list li.drill:before {
  width: 24px;
  height: 24px;
  background-position: -612px -36px;
  margin-top: -12px;
  left: 34px; }

ul.about-solutions li.commercial:before,
ul.icon-list li.commercial:before {
  width: 22px;
  height: 24px;
  background-position: -645px -36px;
  margin-top: -12px;
  left: 34px; }

ul.about-solutions li.hammer:before,
ul.icon-list li.hammer:before {
  width: 24px;
  height: 24px;
  background-position: -676px -36px;
  margin-top: -12px;
  left: 34px; }

ul.about-solutions li.wrench:before,
ul.icon-list li.wrench:before {
  width: 24px;
  height: 24px;
  background-position: -708px -36px;
  margin-top: -12px;
  left: 34px; }

ul.about-solutions li.resources:before,
ul.icon-list li.resources:before {
  width: 23px;
  height: 24px;
  background-position: -740px -36px;
  margin-top: -12px;
  left: 34px; }

ul.about-solutions li.leaf:before,
ul.icon-list li.leaf:before {
  width: 28px;
  height: 23px;
  background-position: -902px -36px;
  margin-top: -12px;
  left: 32px; }

#about-section-three h1.alt {
  padding-left: 204px;
  margin-bottom: 90px;
  position: relative; }

#about-section-three h1.alt img {
  width: 182px;
  height: 182px;
  position: absolute;
  top: 50%;
  margin-top: -91px;
  left: -10px; }

/*
* Services
*/
#hero.services .column {
  height: 440px; }

#hero.services .hero-content {
  margin-top: 0;
  padding-top: 30%; }

.small-testimonial {
  position: relative; }

.small-testimonial-image {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  left: 0;
  width: 160px;
  height: 160px;
  display: inline-block; }

.small-testimonial-quote {
  padding: 0;
  margin: 0;
  padding-left: 186px;
  min-height: 160px;
  padding-top: 20px; }

.small-testimonial-quote p {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 26px; }

.small-testimonial-quote p:before {
  content: "\201C"; }

.small-testimonial-quote p:after {
  content: "\201D"; }

.small-testimonial-quote cite {
  font-size: 15px; }

/*
* Single Service
*/
#service header {
  padding-top: 35px;
  padding-bottom: 35px; }

#service header .column.nine {
  position: relative; }

#service header h1 {
  padding-left: 93px;
  position: relative;
  margin: 0;
  padding-top: 10px;
  margin-top: 48px; }

#service header h1:before {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -33px; }

#service header h1.hardhat:before {
  background-position: -16px  -656px; }

#service header h1.umbrella:before {
  background-position: -304px  -656px; }

#service header h1.water:before {
  background-position: -591px  -656px; }

#service header h1.drill:before {
  background-position: -112px -656px; }

#service header h1.crawl:before {
  background-position: -399px  -656px; }

#service header h1.hammer:before {
  background-position: -688px  -656px; }

#service header h1.wrench:before {
  background-position: -495px -656px; }

#service header h1.resources:before {
  background-position: -784px -656px; }

#service header h1.commerical:before {
  background-position: -208px -656px; }

#select-submenu,
#select-submenu + .select-replace {
  display: none; }

#service header .select-replace-wrap {
  display: none; }

#service-branding {
  display: inline-block;
  background: url(../png/sprite.png) 0 0 no-repeat;
  position: relative;
  min-height: 130px; }

#service-branding.cablelock {
  width: 252px;
  height: 136px;
  background-position: -256px -982px;
  top: -3px; }

#service-branding.waterlock {
  width: 251px;
  height: 140px;
  background-position: 0px -833px;
  top: -1px; }

#service-branding.hydrogo {
  width: 263px;
  height: 140px;
  background-position: -255px -833px;
  top: -1px; }

#service-branding.walllock {
  width: 251px;
  height: 141px;
  background-position: 0px -991px;
  top: -1px; }

#service-branding.crawlsafe {
  width: 251px;
  height: 140px;
  background-position: 0px -1151px;
  top: -1px; }

#service-branding.plumbing {
  width: 255px;
  height: 140px;
  background-position: -255px -1151px;
  top: -1px; }

  #service-branding.pushback {
    width: 251px;
    height: 140px;
    background-position: -553px -1184px;
    top: -1px; }
#service .entry-content h2:first-child + p {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px; }

/*
* Locations
*/
#locations h1 {
  padding-top: 48px;
  padding-bottom: 14px; }

#locations h1:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 20px;
  position: absolute;
  top: 100%;
  margin-left: -20px;
  left: 50%;
  margin-top: -3px; }

#locations h1:after {
  width: 32px;
  height: 32px;
  background-position: 0 -32px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  margin-top: 0px; }

#locations .entry-content h3 {
  margin-bottom: 10px; }

#locations .entry-content a {
  display: block;
  margin-bottom: 6px;
  font-weight: bold; }

#locations .entry-content a + h3 {
  padding-top: 30px; }

/*
* Location
*/
#location #hero {
  margin-bottom: 50px; }

#the-location {
  padding-top: 10px; }

#location-map {
  width: 100%;
  height: 400px; }

#location-map.state {
  margin-bottom: 48px; }

#location-map #the-map {
  height: 400px; }

#location-details {
  background: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 40px; }

#location-details .column.five > * {
  display: block;
  margin-left: 16%; }

#location-details .column.seven > * {
  display: block;
  margin-left: 12%; }

#location-details h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 32px; }

#location-details .street-address {
  line-height: 26px; }

#location-details dl {
  padding-top: 0px; }

#location-details dt,
#location-details dd {
  display: inline-block;
  margin-bottom: 6px;
  vertical-align: top; }

#location-details dt {
  width: 34%;
  font-weight: bold; }

#location-details dd {
  width: 66%;
  margin: 0; }

#location-details dt:last-of-type,
#location-details dd:last-of-type {
  margin-top: 20px; }

.share .twitter,
.share .facebook,
.share .googleplus,
.share .linkedin,
.share .website-url,
#location-details .twitter,
#location-details .facebook {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: top;
  margin: 0 8px 0 0;
  background: url(../png/sprite.png) -578px -2px no-repeat;
  transition: opacity .25s;
  position: relative;
  top: -4px; }

.share .twitter,
#location-details .twitter {
  background-position: -610px -2px; }

.share .googleplus {
  background-position: -868px -37px; }

.share .linkedin {
  background-position: -896px -100px; }

.share .website-url {
  background-position: -960px -100px; }

#location-details ul li,
#why-choose ul li,
#services-list li {
  color: #e80031;
  font-weight: bold;
  margin-bottom: 14px;
  padding-left: 40px; }

#location-details ul li:before,
#why-choose ul li:before,
#services-list li:before {
  position: absolute;
  left: 0;
  top: 50%; }

#location-details ul li.hardhat:before,
#why-choose ul li.hardhat:before,
#services-list li.hardhat:before {
  width: 24px;
  height: 13px;
  background-position: -483px -40px;
  margin-top: -6px; }

#location-details ul li.umbrella:before,
#why-choose ul li.umbrella:before,
#services-list li.umbrella:before {
  width: 21px;
  height: 24px;
  background-position: -517px -36px;
  margin-top: -12px; }

#location-details ul li.water:before,
#why-choose ul li.water:before,
#services-list li.water:before {
  width: 18px;
  height: 24px;
  background-position: -550px -36px;
  margin-top: -12px;
  left: 3px; }

#location-details ul li.crawl:before,
#why-choose ul li.crawl:before,
#services-list li.crawl:before {
  width: 21px;
  height: 24px;
  background-position: -581px -36px;
  margin-top: -12px;
  left: 1px; }

#location-details ul li.drill:before,
#why-choose ul li.drill:before,
#services-list li.drill:before {
  width: 24px;
  height: 24px;
  background-position: -612px -36px;
  margin-top: -12px; }

#location-details ul li.commercial:before,
#why-choose ul li.commercial:before,
#services-list li.commerical:before {
  width: 22px;
  height: 24px;
  background-position: -645px -36px;
  margin-top: -12px; }

#location-details ul li.hammer:before,
#why-choose ul li.hammer:before,
#services-list li.hammer:before {
  width: 24px;
  height: 24px;
  background-position: -676px -36px;
  margin-top: -12px; }

#location-details ul li.wrench:before,
#why-choose ul li.wrench:before,
#services-list li.wrench:before {
  width: 24px;
  height: 24px;
  background-position: -708px -36px;
  margin-top: -12px; }

#location-details ul li.resources:before,
#why-choose ul li.resources:before,
#services-list li.resources:before {
  width: 23px;
  height: 24px;
  background-position: -740px -36px;
  margin-top: -12px; }

#location-details ul li.check:before,
#why-choose ul li.check:before,
#services-list li.check:before {
  width: 24px;
  height: 24px;
  background-position: -388px -36px;
  margin-top: -12px; }

#location-details ul li.van:before,
#why-choose ul li.van:before,
#services-list li.van:before {
  width: 29px;
  height: 24px;
  background-position: -833px -36px;
  margin-top: -12px;
  left: -2px; }

#location-details ul li.ribbon:before,
#why-choose ul li.ribbon:before,
#services-list li.ribbon:before {
  width: 24px;
  height: 24px;
  background-position: -324px -36px;
  margin-top: -12px; }

#location-details ul li.payment:before,
#why-choose ul li.payment:before,
#services-list li.payment:before {
  width: 19px;
  height: 24px;
  background-position: -423px -36px;
  margin-top: -12px;
  left: 4px; }

#location-details ul li.shield:before,
#why-choose ul li.shield:before,
#services-list li.shield:before {
  width: 19px;
  height: 24px;
  background-position: -358px -36px;
  margin-top: -12px;
  left: 3px; }

#location-details ul li.leaf:before,
#why-choose ul li.leaf:before,
#services-list li.leaf:before {
  width: 28px;
  height: 23px;
  background-position: -902px -36px;
  margin-top: -12px;
  left: 1px; }

#why-choose li a {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  left: -40px; }
  #location .bbb-2020 {
    margin-top: 60px;
  }
#location .bbb-2020 img {
    max-width: 350px;
    height: auto;
  }
.local-badges {
  text-align: left;
  padding-top: 40px;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;}

.local-badge {
  width: 25%;
  max-width: 93px;
  max-height: 93px;
  vertical-align: top;
   }

.local-badge img {
  width: 100%;
  height: auto;
  display: block; }

.local-badge.tasm {
  width: 111px; }

/*
* Why Choose ?
*/
#why-choose {
  padding-top: 50px; }

#why-choose h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0; }

#services-list {
  padding-top: 50px; }

#services-list h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0; }

/*
* Reviews
*/
#hero.reviews .hero-content {
  margin-top: 48%;
  padding-left: 17.10526315789474%; }

.reviews-share .share {
  padding: 40px 0 10px; }

#reviews #schedule-estimate {
  margin-top: 40px; }

.single-review {
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: max-height .45s; }

.single-review:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 90px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  border-bottom: 20px solid #fff;
  transition: opacity .35s; }

.single-review.open {
  height: auto;
  max-height: 1000px;
  cursor: default;
  padding-bottom: 40px; }

.single-review.open:after {
  opacity: 0; }

.single-review blockquote {
  border-left: 0;
  width: 100%;
  padding: 0;
  margin: 0; }

.single-review .sr-image {
  width: 160px;
  float: left;
  margin-right: 20px; }

.single-review .sr-image img {
  width: 160px;
  height: auto; }

.star-rating {
  font-weight: bold;
  color: #aaa;
  text-indent: 20px; }

.star-rating .sprite {
  width: 24px;
  height: 24px;
  background-position: -228px -36px;
  vertical-align: top;
  margin-left: 6px;
  position: relative;
  top: -3px;
  cursor: pointer; }

.star-rating .sprite.selected {
  background-position: -260px -36px; }

#reviews header .button {
  display: none; }

/*
* Contact
*/
#contact form {
  padding-bottom: 60px;
  padding-top: 20px; }

#contact form .button {
  vertical-align: top; }

#contact .form-bbb {
  display: inline-block;
  width: 150px;
  height: 41px;
  background: url(../png/sprite.png) -544px -64px no-repeat;
  vertical-align: top;
  position: relative;
  top: 5px;
  margin-left: 20px; }

/*
* Blog
*/
#blog article {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #eee; }

#blog article .entry-header h1 {
  margin-bottom: 12px; }

#blog article .entry-meta {
  color: #999;
  padding-bottom: 50px;
  padding-top: 6px; }

#blog article .entry-meta .share {
  display: inline-block;
  padding-left: 28px; }

#blog article .entry-meta .twitter,
#blog article .entry-meta .facebook {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: top;
  margin: 0 4px;
  background: url(../png/sprite.png) -578px -2px no-repeat;
  transition: opacity .25s;
  position: relative;
  top: -4px; }

#blog article .entry-meta .twitter {
  background-position: -610px -2px; }

#blog article .entry-meta .twitter:hover,
#blog article .entry-meta .facebook:hover {
  opacity: .6; }

#blog article .featured-thumbnail {
  display: block;
  margin-bottom: 0px; }

#blog article .featured-thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 28px; }

#blog .search-form {
  margin-bottom: 28px; }

#blog .search-form,
#blog .search-form label {
  height: 50px;
  position: relative; }

#blog .search-form span {
  display: none; }

#blog .search-form .search-submit {
  position: absolute;
  top: 9px;
  right: 9px;
  outline: none;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  height: 32px;
  width: 32px;
  background: url(../png/sprite.png) -320px 0px no-repeat;
  border: none;
  cursor: pointer; }

#blog h1 + .search-form {
  display: none; }

.pagination {
  text-align: center; }

.pagination li {
  display: inline-block; }

/*
* Modal Windows
*/
.modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: none; }

.modal.show {
  display: block;
  position: fixed; }

.modal-inner {
  width: 100%;
  width: 90%;
  max-width: 716px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  top: 130px;
  position: relative;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  padding: 30px 40px 12px 40px; }

.modal-inner .faux-h2 {
  margin-bottom: 50px; }

.modal-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 26px;
  height: 26px;
  border-radius: 12px;
  background-position: -131px -3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  cursor: pointer; }

/*
* Map Locator
*/
#map-locator {
  height: 600px;
  position: relative; }

#the-map {
  width: 100%;
  height: 600px; }

#map-locator #zip-search {
  width: 528px;
  padding: 48px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -264px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15); }

#map-locator #zip-search .label {
  font-weight: bold;
  font-size: 24px;
  display: block;
  text-align: center; }

#map-locator #zip-search .form-row {
  text-align: center;
  width: 55%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 34px;
  padding-top: 0; }

#map-locator #zip-search input[type=text] {
  width: 100%;
  padding-right: 50px; }

#map-locator #zip-search #zcs-submit {
  position: absolute;
  top: 9px;
  right: 9px;
  outline: none;
  text-indent: -9999px;
  overflow: hidden;
  height: 32px;
  width: 32px;
  background: url(../png/sprite.png) -320px 0px no-repeat;
  border: none;
  cursor: pointer; }


.dropdown-text {
  display: none;
  margin-bottom: 28px;
}

.toggler{
  cursor: pointer;
}


.toggler::before{
  content: '';
  border: solid #e80031;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  margin-right: 10px;
  margin-bottom: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


.accordion-toggle{
  display: block;
}


#map-information h1 {
  font-size: 15px;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px; }

#map-information a {
  display: block;
  font-weight: bold;
  margin-top: 6px; }

/* Template Best Foundation Repair */
.company-content {
  float: left;
  clear: both;
  margin-top: 50px;
  border-top: solid 1px #eee; }

@media (max-width: 1100px) {
  .company-content .column.six, .company-content .column.four, .company-content .column.eight {
    width: 100%; }
  img.aligncenter {
    clear: both;
    margin: 0 auto;
    display: block;
    margin-left: auto;
    margin-right: auto; } }

/*
* Template Parts
*/
#schedule-estimate {
  background: #2a2828;
  border-radius: 5px;
  padding: 28px 27px 1px 27px;
  position: relative;
  margin-bottom: 61px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }

#schedule-estimate:after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 41px;
  background: url(../png/sprite.png) -544px -64px no-repeat;
  position: absolute;
  top: 100%;
  margin-top: 20px;
  left: 50%;
  margin-left: -75px; }

.page-id-104 #schedule-estimate:after {
  display: none; }

#schedule-estimate h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-left: 60px;
  margin-bottom: 29px; }

#schedule-estimate h3:before {
  position: absolute;
  width: 34px;
  height: 32px;
  left: 9px;
  top: 50%;
  margin-top: -16px;
  background-position: -15px -80px; }

#schedule-estimate .status.error,
#schedule-estimate .status.success,
#schedule-estimate .status.warning {
  margin-bottom: 28px; }

.aside-image {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  max-width: 347px; }

#find-olshan {
  height: 176px;
  position: relative;
  max-width: 360px; }

#find-olshan form {
  padding-left: 84px;
  position: relative;
  height: 130px; }

#find-olshan form:before {
  width: 64px;
  height: 85px;
  background-position: -448px -70px;
  position: absolute;
  top: 21px;
  left: 0; }

#find-olshan label {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 20px; }

#find-olshan input {
  max-width: 180px; }

#find-olshan button {
  margin-left: 20px;
  position: absolute;
  bottom: 0;
  right: 5px; }

#breadcrumbs {
  margin: 0;
  padding: 0;
  position: absolute;
  list-style: none;
  top: -6px; }

#blog #breadcrumbs {
  top: -56px; }

#breadcrumbs li {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  margin-right: 6px; }

#breadcrumbs li a {
  font-size: 11px;
  font-weight: bold; }

#sidebar-navigation {
  background: #f5f5f5;
  padding: 0;
  border-radius: 6px;
  margin-bottom: 50px; }

#sidebar-navigation ul {
  margin: 0;
  padding: 0; }

#sidebar-navigation li {
  border-bottom: 1px solid #eee; }

#sidebar-navigation li a,
#menu-resources-menu li a {
  font-weight: bold;
  display: block;
  padding: 18px 26px;
  line-height: 20px;
  transition: opacity .25s; }

#sidebar-navigation li:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

#sidebar-navigation li a:hover {
  opacity: .6; }

#sidebar-navigation li.current-menu-item > a,
#sidebar-navigation li.current_page_item > a {
  color: #999; }

#sidebar-navigation li.current-menu-item.menu-item-has-children > a {
  color: #e80031; }

#sidebar-navigation .menu-item-has-children ul {
  display: none;
  overflow: hidden; }

#sidebar-navigation .menu-item-has-children.current_page_parent ul {
  display: block; }

#sidebar-navigation .menu-item-has-children {
  position: relative; }

#sidebar-navigation .menu-item-has-children.open > a {
  margin-right: 60px;
  padding-right: 0; }

#sidebar-navigation .menu-item-has-children .toggle {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 26px;
  top: 17px;
  opacity: .5;
  -webkit-transition: opacity .25s, transform .35s;
  transition: opacity .25s, transform .35s;
  cursor: pointer; }

#sidebar-navigation .menu-item-has-children .toggle:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #666;
  border-width: 0 2px 2px  0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 8px; }

#sidebar-navigation .menu-item-has-children.open > .toggle {
  border-color: #e80031;
  opacity: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

#sidebar-navigation .menu-item-has-children .toggle:hover {
  opacity: 1; }

#sidebar-navigation .menu-item-has-children ul a {
  padding-left: 52px; }

#sidebar-navigation .menu-item-has-children.open ul {
  display: block;
  border-top: 1px solid #eee; }

#sidebar-navigation .menu-item-has-children.open ul li:last-child {
  border: none; }

/*
* Foundation
*/
#foundation-repair {
  background: #f5f5f5;
  padding: 50px 0;
  margin-top: 60px; }

#foundation-repair .column {
  width: 580px; }

#foundation-repair img {
  position: absolute;
  top: -110px;
  left: 0; }

#foundation-main {
  background: #2a2828;
  padding-top: 100px;
  padding-bottom: 100px; }

#foundation-associates {
  background: #f5f5f5;
  padding: 40px 0; }

#foundation h4 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 22px; }

#menu-footer-menu li {
  display: inline-block;
  width: 49%;
  margin-bottom: 3px; }

#foundation a {
  color: #ff203a; }

#menu-footer-menu li a:hover {
  text-decoration: underline; }

#footer-location-search {
  max-width: 290px; }

#footer-location-search .form-row {
  position: relative;
  padding-top: 0;
  margin-top: 30px; }
/*
#footer-location-search .form-row:last-child:before {
  content: "- or -";
  position: absolute;
  left: 0;
  top: -27px;
  right: 0;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #666666; }
*/
#footer-location-search input[type=text] {
  width: 100%;
  padding-right: 50px; }

#footer-location-search input[type=submit] {
  position: absolute;
  top: 9px;
  right: 9px;
  outline: none;
  text-indent: -9999px;
  overflow: hidden;
  height: 32px;
  width: 32px;
  background: url(../png/sprite.png) -320px 0px no-repeat;
  border: none;
  cursor: pointer; }

.footer-social {
  padding-bottom: 50px;
  padding-top: 10px; }

.footer-social a {
  margin-right: 14px;
  width: 31px;
  height: 32px; }

.footer-social a.facebook {
  background-position: -641px 0px; }

.footer-social a.twitter {
  background-position: -673px 0px; }

.footer-social a.gplus {
  background-position: -705px 0px; }

.footer-social a.youtube {
  background-position: -736px 0px; }

.footer-social a.vimeo {
  background-position: -768px 0px; }

#foundation .copyright {
  color: #fff;
  font-size: 15px; }

#foundation-associates .sprite {
  margin: 0 5px;
  background-size: 992px 1312px; }

#bbb.sprite {
  width: 51px;
  height: 77px;
  background-position: -546px -832px; }

.page-id-104 #bbb.sprite {
  display: none; }

#tab.sprite {
  width: 118px;
  height: 51px;
  background-position: -683px -832px;
  margin-bottom: 5px; }

#al.sprite {
  width: 71px;
  height: 69px;
  background-position: -601px -832px; }

#ghba.sprite {
  width: 113px;
  height: 58px;
  background-position: -546px -912px;
  margin-bottom: 5px; }

#nfra.sprite {
  width: 83px;
  height: 56px;
  background-position: -683px -914px;
  margin-bottom: 5px; }

#yelp.sprite {
  width: 120px;
  height: 64px;
  background-position: -794px -913px;
  margin-bottom: 5px; }

#uspto.sprite {
  width: 86px;
  height: 85px;
  background-position: -544px -979px;
  position: relative;
  top: 5px; }

#ha.sprite {
  width: 84px;
  height: 77px;
  background-position: -647px -983px; }

#bha.sprite {
  width: 86px;
  height: 63px;
  background-position: -747px -991px;
  margin-bottom: 5px; }

#nyt.sprite {
  width: 79px;
  height: 59px;
  background-position: -548px -1077px;
  margin-bottom: 5px; }

#tp.sprite {
  width: 49px;
  height: 49px;
  background-position: -638px -1082px;
  margin-bottom: 10px; }

#google.sprite {
  width: 50px;
  height: 50px;
  background-position: -816px -1080px;
  margin-bottom: 5px; }

#tt.sprite {
  width: 150px;
  height: 30px;
  background-position: -544px -1144px;
  margin-bottom: 5px; }

#yt.sprite {
  width: 104px;
  height: 54px;
  background-position: -701px -1078px;
  margin-bottom: 5px; }

#yp.sprite {
  width: 74px;
  height: 50px;
  background-position: -707px -1139px;
  margin-bottom: 5px; }

ul.company-badges {
  width: 100%;
  margin: 0 !important;
  text-align: center; }

.company-badges li {
  list-style: none;
  display: inline-block;
  margin-right: 20px; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5); }

.overlay-inner {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  margin-top: -100px;
  width: 90%;
  max-width: 400px;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.5); }

.overlay-inner p {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center; }

.overlay .status.success {
  background: #00ce98;
  color: #fff;
  padding: 15px 20px 15px 54px;
  position: relative;
  border-radius: 6px;
  font-weight: bold;
  height: auto;
  display: block; }

.overlay .status.success:before {
  width: 24px;
  height: 24px;
  background-position: -164px -4px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -12px; }

#close-overlay {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: -132px -4px;
  position: absolute;
  top: -12px;
  right: -12px; }

/**
* Video Hero */
#hero.video {
  height: 700px;
  position: relative;
  overflow: hidden; }

#hero.video video {
  display: inline-block;
  vertical-align: baseline;
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: -webkit-translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }

#hero.video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.65);
  z-index: 2; }

#hero.video .hero-content {
  text-align: center;
  margin-top: 18%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }

#hero.video .hero-content h1 {
  font-size: 48px;
  line-height: 68px; }

#hero.video .hero-content .smooth-scroll {
  color: white;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 34px;
  margin-top: 80px; }

#hero.video .hero-content .smooth-scroll:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: white;
  border-radius: 100%;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  -webkit-animation: jump 1.5s ease 0s infinite normal;
  animation: jump 1.5s ease 0s infinite normal; }

#hero.video .hero-content .smooth-scroll:after {
  width: 32px;
  height: 32px;
  background-position: -64px -32px;
  position: absolute;
  border-radius: 100%;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  -webkit-animation: jump 1.5s ease 0s infinite normal;
  animation: jump 1.5s ease 0s infinite normal; }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes jump {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(0); }
  40% {
    transform: translateY(-16px); }
  50% {
    transform: translateY(0); }
  60% {
    transform: translateY(-8px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

@media screen and (min-width: 768px) and (max-width: 1250px) {
  #hero.video {
    height: 605px; }
  #hero.video video {
    height: 100%;
    width: auto; }
  #hero.video .hero-content .smooth-scroll {
    margin-top: 40px; } }

@media screen and (min-width: 320px) and (max-width: 768px) {
  #hero.video {
    height: 400px; }
  #hero.video video {
    height: 100%;
    width: auto; }
  #hero.video .hero-content {
    margin-top: 15%; }
  #hero.video .hero-content h1 {
    font-size: 36px;
    line-height: 44px; }
  #hero.video .hero-content .smooth-scroll {
    color: white;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-bottom: 24px;
    margin-top: 8px; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific sprite */
  .sprite-before:before,
  .sprite-after:after,
  .sprite,
  .select-replace .sr-toggle span.chrome,
  .select-replace .sr-toggle span.chrome:before,
  form input[type="checkbox"]:checked + label:after,
  .faux-upload span:after,
  #why-olshan h2:before,
  #service-branding,
  .share .twitter,
  .share .facebook,
  .share .googleplus,
  #location-details .twitter,
  #location-details .facebook,
  #contact .form-bbb,
  #blog article .entry-meta .twitter,
  #blog article .entry-meta .facebook,
  #blog .search-form .search-submit,
  #map-locator #zip-search #zcs-submit,
  #schedule-estimate:after,
  #footer-location-search input[type=submit] {
    background-image: url(../png/sprite%403x.png);
    background-size: 992px 1312px; } }

/*
 CTA
*/
.cta {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 100px; }

.cta .top {
  position: relative;
  padding: 71px 92px 80px 92px;
  background-color: #2B2828; }

.cta .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  opacity: 0.5;
  z-index: 1; }

.cta.cracklock .bg {
  background-image: url(../jpg/crack-lock-before.jpg); }

.cta.polylift .bg {
  background-image: url(../jpg/polylift-before.jpg); }

.cta .top h2 {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  z-index: 1;
  position: relative; }

.cta .top p {
  box-sizing: border-box;
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 44px; }

.cta .top .button {
  min-width: 247px; }

.cta .top .button:hover {
  text-decoration: none !important; }

.cta .bottom {
  background-color: #F5F5F5;
  padding: 70px 92px; }

.cta .bottom p {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .cta {
    margin-bottom: 50px; }
  .cta .top {
    padding: 61px 32px 60px 32px; }
  .cta .top h2 {
    font-size: 26px;
    line-height: 30px; }
  .cta .bottom {
    background-color: #F5F5F5;
    padding: 50px 32px; } }

/** Landing page */
.page-template-page-landingpage #home-introduction {
  padding-bottom: 45px; }

.page-template-page-landingpage #foundation-repair {
  margin-top: 0; }

.page-template-page-landingpage #home-testimonial {
  padding: 40px 0; }

.page-template-page-landingpage #home-testimonial .column {
  text-align: center; }

.page-template-page-landingpage .lp-cta-red {
  padding: 25px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea0030+0,fe203b+100 */
  background: #ea0030;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ea0030 0%, #fe203b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ea0030 0%, #fe203b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ea0030 0%, #fe203b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0030', endColorstr='#fe203b',GradientType=0 );
  /* IE6-9 */
  text-align: center; }

.page-template-page-landingpage .lp-cta-red a {
  display: inline-block;
  vertical-align: top;
  margin: 0 14px; }

.page-template-page-landingpage .lp-cta-red a.tel {
  color: white;
  font-size: 24px;
  margin-top: 19px; }

.page-template-page-landingpage .lp-cta-red a.tel:hover {
  text-decoration: none; }

.page-template-page-landingpage .lp-cta-red .button {
  color: #2B2828 !important;
  box-shadow: none; }

.page-template-page-landingpage .lp-cta-red .button:hover {
  text-decoration: none; }

.page-template-page-landingpage .lp-cta-red .button span {
  background: white;
  box-shadow: none; }

@media screen and (min-width: 1220px) {
  .page-template-page-landingpage .menu-open.sprite-after {
    display: none; } }

/** Homepage CTAs */
#home-ctas {
  background-color: #D4D0C8;
  overflow: hidden; }

#home-ctas .container {
  display: flex;
  max-width: 1440px; }

#home-ctas > div > div {
  text-align: center;
  height: 688px; }

#home-ctas h2 {
  font-size: 42px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 48px;
  margin-bottom: 60px; }

#home-ctas {
  width: 100%;
  position: relative; }

#home-ctas:before {
  content: ' ';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -20px;
  background: #2B2828; }

.cost-calculator-cta {
  width: 50%;
  padding: 60px 37px 0 0px; }

.cost-calculator-cta--inside {
  display: flex; }

.cost-calculator-cta--inside .button {
  line-height: 25px; }

.cost-calculator-cta--inside img {
  width: 295px; }

@media screen and (min-width: 1440px) {
  .cost-calculator-cta--inside img {
    margin-left: 20px; } }

.cost-calculator-cta--inside div {
  padding: 65px 0 0 40px;
  max-width: 300px; }

.cost-calculator-cta--inside p {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 30px; }

.spot-problems-cta {
  width: 50%;
  padding: 60px 0px 0 57px;
  position: relative; }

.spot-problems-cta img {
  position: absolute;
  bottom: 0;
  left: calc(50% - 157px); }

.spot-problems-cta .button {
  position: absolute;
  bottom: 77px;
  color: #e80031 !important;
  min-width: 186px;
  left: calc(50% - 68px); }

.spot-problems-cta .button span {
  background: #fff; }

@media screen and (max-width: 1140px) {
  .spot-problems-cta img {
    bottom: -70px; }
  .spot-problems-cta .button {
    bottom: 27px; }
  .cost-calculator-cta--inside img {
    width: 295px;
    margin-left: -90px; } }

@media screen and (max-width: 900px) {
  #home-ctas h2 {
    font-size: 36px;
    line-height: 44px; }
  #home-ctas > div > div {
    height: auto; }
  #home-ctas .container {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-direction: column;
    overflow: hidden; }
  #home-ctas:before {
    display: none; }
  .cost-calculator-cta {
    width: 100%;
    padding: 60px 20px 60px 20px;
    max-width: 600px;
    margin: 0 auto; }
  #home-ctas h2 {
    margin-bottom: 40px;
    max-width: 560px; }
  #home-ctas .cost-calculator-cta h2 {
    margin-bottom: 20px; }
  .cost-calculator-cta--inside div {
    padding: 65px 0 0 40px;
    width: auto;
    max-width: 500px;
    margin: 0 auto; }
  .cost-calculator-cta--inside img {
    display: none; }
  .cost-calculator-cta--inside div {
    padding: 0px 0 0 0px;
    width: auto; }
  .cost-calculator-cta--inside p {
    text-align: center; }
  .spot-problems-cta {
    width: 100%;
    background: #2B2828;
    padding: 60px 20px 0px 20px; }
  .spot-problems-cta--inside {
    max-width: 600px;
    margin: 0 auto; }
  .spot-problems-cta img {
    position: relative;
    bottom: 0px;
    display: flex;
    width: 300px;
    height: 380px;
    margin: 0 auto;
    left: auto; }
  .spot-problems-cta .button {
    min-width: 186px; }
  .spot-problems-cta .button {
    bottom: 42px;
    left: calc(50% - 92px); }
  .cost-calculator-cta--inside img {
    width: 295px;
    margin-left: -90px; } }

/* contributor hub */
main#contributor-single h1 {
  margin-bottom: 85px; }

.contributor-box {
  background-color: #f5f5f5;
  padding: 4% 5% 2% 5%; }

.contributor-box .profile-img.alignleft {
  float: left;
  margin: 0 30px 30px 30px;
  max-width: 50%; }

.contributor-box .profile-img {
  margin-top: 10px;
  border-radius: 50%; }

.contributor-box header.entry-header {
  float: left;
  max-width: 50%; }

.contribution-post header.entry-header {
  float: left;
  width: 100%; }

.contributor-box .clearboth {
  clear: both; }

.contributor-box h3 {
  font-size: 25px;
  margin: 20px 0 10px 0; }

.contributor-box .entry-meta {
  margin-top: 30px; }

.contributor-box #services-list {
  padding-top: 0px;
  padding-bottom: 40px; }

#services-list.memberships ul {
  list-style: disc outside;
  margin: 0 0 0 15px;
  padding: 0 0 0 10px; }

#services-list.memberships li {
  margin-bottom: 5px;
  padding-left: 0px;
  margin-left: 0; }

#services-list h4 {
  margin: 0 0 30px 0; }

.contributions-list {
  max-width: 80%;
  margin: 0 auto;
  padding-top: 80px; }

.in-the-news {
  background-color: #f5f5f5;
  display: inline-block;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  color: #796F6F;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: -20px;
  position: relative; }

.in-the-news::after {
  background: #f5f5f5;
  content: "";
  height: 20px;
  width: 20px;
  margin-top: 5px;
  position: absolute;
  right: -8px;
  top: 0%;
  z-index: -1;
  transform: rotate(45deg);
  border-radius: 2px 7px 2px 0px; }

.contributions-list h2 {
  margin-bottom: 40px; }

.contributions-list h2 a {
  color: #E50C37;
  font-size: 35px; }

.contributions-list img {
  max-width: 100%;
  height: auto !important;
  margin: 0px auto 40px auto; }

.contributions-list .entry-content {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #f5f5f5; }

.contributions-list .entry-content:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

#contributor-single section.padding {
  padding-bottom: 70px; }

.contribution-post {
  margin: 0 auto;
  width: 80%;
  max-width: 714px; }

#blog .contribution-post article {
  margin-bottom: 50px;
  padding-bottom: 0px;
  border-bottom: 0px solid #eee; }

.contribution-post .contributor-box .profile-img.alignleft {
  margin: 0 25px 0px 0px;
  max-width: 120px;
  max-height: 120px; }

.contribution-post .contributor-box {
  padding: 30px 40px; }

.contribution-post .contributor-box h3 {
  margin: 10px 0; }

.contribution-post .contributor-box .entry-meta {
  margin-top: 20px; }

#contributor-hub .contributor-box {
  margin-bottom: 30px;
  text-align: center; }

#contributor-hub .contributor-box:hover {
  -webkit-box-shadow: 0px 13px 37px 9px rgba(189, 189, 189, 0.75);
  -moz-box-shadow: 0px 13px 37px 9px rgba(189, 189, 189, 0.75);
  box-shadow: 0px 13px 37px 9px rgba(189, 189, 189, 0.75); }

#contributor-hub h2 {
  font-size: 35px;
  padding-top: 0; }

#contributor-hub h1 {
  margin: 0 1.25448028673835% 80px;
  font-size: 48px; }

#contributor-hub .entry-content {
  margin-bottom: 70px; }

@media (max-width: 500px) {
  .contributor-box .profile-img.alignleft {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    text-align: center; }
  .contributor-box header.entry-header, .contribution-post header.entry-header {
    max-width: 100%; } }

@media (max-width: 768px) {
  #contributor-hub .contributor-box.column {
    padding: 3% 5% 4% 5% !important;
    height: auto;
    max-height: none;
    max-width: 340px;
    margin-left: auto !important;
    margin-right: auto !important; } }

@media (max-width: 1200px) {
  .contributor-box {
    padding: 50px 5% 50px 5%; } }

#comments {
  margin-top: 100px; }

h2.comments-title {
  font-size: 30px;
  margin-bottom: 25px; }

ol.comment-list {
  margin-bottom: 40px; }

h3#reply-title {
  margin-bottom: 25px;
  font-size: 25px; }

ol.comment-list li {
  margin-bottom: 30px; }

.comment-text p {
  line-height: 150%; }

.comment-form-element textarea::placeholder {
  color: #ddd; }

.commentform-element.firstname {
  float: left;
  width: 49%;
  margin-right: 2%; }

.commentform-element.lastname {
  float: left;
  width: 49%; }

.commentform-element.yourmessage {
  margin-top: 15px;
  float: left;
  clear: both;
  width: 100%; }

#comments button {
  margin-top: 30px; }

#comments input.form-submit-button {
  background: transparent !important;
  border: 0 !important; }

@media (max-width: 768px) {
  .commentform-element.firstname, .commentform-element.lastname {
    width: 98%;
    margin: 15px auto !important; } }

/* Mobile sticky footer */
.mobile-sticky-footer {
  display: none; }

/* FB embed fix */
.facebookVideoWrapper {
  position: relative;
  padding-bottom: 50%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }

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

/* Trustpilot 100% width fix */
div.trustpilot-widget {
  width: 100%; }

/* Alert */
div.alert-header {
  background-color: #E50C37;
  padding: 20px 0; }

div.alert-header p {
  color: #fff;
  max-width: 1020px; }

div.alert-header p a {
  color: #fff;
  text-decoration: underline; }

@media screen and (min-width: 320px) and (max-width: 600px) {
  div.alert-header p {
    text-align: center; }
  div.alert-header .hide-on-mobile {
    display: none; } }

/* Contact form tweak April 15 */
#contact .contact-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  #contact .contact-bottom .form-bbb {
    position: relative;
    top: 0;
    min-width: 150px; }

#contact .contact-bottom-row {
  margin-bottom: 22px; }

#contact .form-col.empty {
  display: none; }

@media screen and (min-width: 320px) and (max-width: 374px) {
  #contact form input[type="checkbox"] + label {
    margin-right: 0;
    padding-left: 36px; } }

/* Video Estimate */
.home-video-evaluation-alert {
  background: #FFDE82;
  border-radius: 6px;
  padding: 30px 50px;
  margin-top: 60px; }
  .home-video-evaluation-alert .home-video-evaluation-alert__inside {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .home-video-evaluation-alert .home-video-evaluation-alert__inside p {
      max-width: 424px;
      font-size: 24px;
      font-weight: bold;
      color: #2B2828;
      letter-spacing: 0;
      line-height: 34px;
      padding-right: 2rem; }
    .home-video-evaluation-alert .home-video-evaluation-alert__inside a.button {
      min-width: 277px; }

@media screen and (min-width: 320px) and (max-width: 768px) {
  .home-video-evaluation-alert {
    width: 94% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 30px 30px; }
    .home-video-evaluation-alert .home-video-evaluation-alert__inside {
      flex-direction: column; }
      .home-video-evaluation-alert .home-video-evaluation-alert__inside p {
        max-width: 100%;
        margin-bottom: 2rem;
        text-align: center; } }

#home-video-evaluation-cta {
  position: relative;
  overflow: hidden; }
  #home-video-evaluation-cta .container {
    height: 647px; }
  #home-video-evaluation-cta .screen-man {
    background-image: url(../png/video-man%402x.png);
    background-size: 1050px 582px;
    width: 1050px;
    height: 582px;
    position: absolute;
    display: inline-block;
    left: calc(50% - 847px);
    bottom: -40px; }
  #home-video-evaluation-cta .home-video-evaluation-cta__content {
    padding: 175px 0px 0 76px; }
    #home-video-evaluation-cta .home-video-evaluation-cta__content h2 {
      font-size: 48px;
      line-height: 1.4;
      margin-bottom: 0;
      line-height: 52px; }
    #home-video-evaluation-cta .home-video-evaluation-cta__content p {
      margin: 25px 0 40px;
      font-weight: bold;
      font-size: 18px;
      line-height: 1.6;
      max-width: 434px; }

@media screen and (min-width: 320px) and (max-width: 900px) {
  #home-video-evaluation-cta .container {
    height: 587px; }
  #home-video-evaluation-cta .column.six {
    width: 100%; }
  #home-video-evaluation-cta .screen-man {
    background-image: url(../png/video-man%402x.png);
    background-size: 500px 277px;
    width: 500px;
    height: 277px;
    position: absolute;
    display: inline-block;
    left: calc(50% - 240px);
    bottom: -40px; }
  #home-video-evaluation-cta .home-video-evaluation-cta__content {
    padding: 50px 20px 0 10px;
    text-align: center; }
    #home-video-evaluation-cta .home-video-evaluation-cta__content h2 {
      font-size: 36px;
      line-height: 44px; }
    #home-video-evaluation-cta .home-video-evaluation-cta__content p {
      max-width: auto;
      margin: 25px auto 40px; } }

@media screen and (min-width: 320px) and (max-width: 374px) {
  #home-video-evaluation-cta .home-video-evaluation-cta__content h2 {
    font-size: 32px; } }

#hero.video-estimate-hero {
  background: #2B2828;
  position: relative;
  overflow: hidden; }
  #hero.video-estimate-hero .container {
    padding-bottom: 0; }

#hero.video-estimate-hero .hero-content {
  margin-top: 0;
  padding-top: 100px;
  min-height: 700px; }
  @media screen and (max-width: 768px) and (min-width: 574px) {
    #hero.video-estimate-hero .hero-content {
      padding-top: 80px;
      min-height: 610px; } }
  @media screen and (max-width: 573px) and (min-width: 320px) {
    #hero.video-estimate-hero .hero-content {
      padding-top: 80px;
      min-height: 540px; } }

.video-estimate-hero .screen-man {
  background-image: url(../png/video-man.png);
  width: 927px;
  height: 514px;
  position: absolute;
  display: inline-block;
  left: calc(50% - 450px);
  bottom: 0; }
  @media screen and (max-width: 768px) and (min-width: 574px) {
    .video-estimate-hero .screen-man {
      width: 727px;
      height: 403px;
      left: calc(50% - 350px);
      background-size: 727px 403px; } }
  @media screen and (max-width: 573px) and (min-width: 320px) {
    .video-estimate-hero .screen-man {
      width: 527px;
      height: 292px;
      left: calc(50% - 260px);
      background-size: 527px 292px; } }

.video-estimate-hero .down-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: inline-block;
  left: calc(50% - 16px);
  bottom: 82px;
  z-index: 99; }
  @media screen and (max-width: 768px) and (min-width: 320px) {
    .video-estimate-hero .down-arrow {
      bottom: 50px; } }

.video-estimate-hero .down-arrow:before {
  background-color: #fff;
  width: 32px;
  height: 32px;
  background-position: -64px -32px;
  position: absolute;
  border-radius: 100%;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  -webkit-animation: jump 1.5s ease 0s infinite normal;
  animation: jump 1.5s ease 0s infinite normal; }

.video-estimate-safety .video-estimate-safety__top {
  font-size: 34px;
  line-height: 1.4;
  max-width: 720px;
  margin: 0 auto; }
  .video-estimate-safety .video-estimate-safety__top span {
    text-decoration: underline; }

.video-estimate-safety .video-estimate-safety__no-downloads {
  display: flex;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 720px;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) and (min-width: 320px) {
    .video-estimate-safety .video-estimate-safety__no-downloads {
      padding: 0 20px; } }
  .video-estimate-safety .video-estimate-safety__no-downloads .video-estimate-safety__no-downloads-icon {
    margin-right: 23px; }
  .video-estimate-safety .video-estimate-safety__no-downloads .video-estimate-safety__no-downloads-text {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    position: relative;
    top: -3px;
    text-align: left; }
    @media screen and (max-width: 768px) and (min-width: 320px) {
      .video-estimate-safety .video-estimate-safety__no-downloads .video-estimate-safety__no-downloads-text {
        font-size: 20px; } }

.what-you-need h1 {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) and (min-width: 320px) {
    .what-you-need h1 {
      padding: 0 20px; } }

.what-you-need h3 {
  margin: 0 auto;
  margin-top: 35px;
  max-width: 210px;
  font-size: 24px;
  line-height: 1.4; }
  @media screen and (max-width: 768px) and (min-width: 320px) {
    .what-you-need h3 {
      margin-top: 25px; } }

.what-you-need p {
  font-style: italic;
  margin-top: 7px; }

@media screen and (max-width: 768px) and (min-width: 320px) {
  .what-you-need .column {
    margin-bottom: 25px; } }

@media screen and (max-width: 875px) and (min-width: 769px) {
  .what-you-need .column.four {
    width: 100%; } }

.what-you-need__circle {
  background-image: linear-gradient(-180deg, #FF213B 0%, #EA0030 100%);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  width: 248px;
  height: 248px;
  border-radius: 124px;
  position: relative;
  margin: 0 auto; }

.what-you-need__cellphone {
  width: 74px;
  height: 130px;
  position: relative;
  top: 60px; }

.what-you-need_wifi {
  width: 74px;
  height: 130px;
  position: relative;
  top: 60px; }

.what-you-need__measuring-tape {
  width: 161px;
  height: 154px;
  position: relative;
  top: 48px; }

.take-30-minutes {
  background: #2B2828; }
  .take-30-minutes .column {
    max-width: 720px;
    margin: 0 auto; }
  .take-30-minutes h2 {
    margin-top: 30px;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.4; }
    @media screen and (max-width: 768px) and (min-width: 320px) {
      .take-30-minutes h2 br {
        display: none; } }

.schedule-video-eval {
  margin-bottom: 100px; }
  .schedule-video-eval .column {
    max-width: 720px;
    margin: 0 auto; }
  .schedule-video-eval h2 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) and (min-width: 320px) {
      .schedule-video-eval h2 {
        max-width: 440px;
        margin: 0 auto 50px auto; } }
  @media screen and (max-width: 768px) and (min-width: 320px) {
    .schedule-video-eval {
      margin-bottom: 0px; }
      .schedule-video-eval .form-row .form-col:first-child {
        margin-bottom: 28px; } }
  .schedule-video-eval .button {
    margin-top: 20px; }
  .schedule-video-eval .form-row {
    position: relative; }
  .schedule-video-eval .form-bbb {
    display: inline-block;
    width: 150px;
    height: 41px;
    background: url(../png/sprite.png) -544px -64px no-repeat;
    position: absolute;
    right: 0;
    top: 0px;
    margin-top: 25px;
    margin-left: 20px; }
    @media screen and (max-width: 768px) and (min-width: 320px) {
      .schedule-video-eval .form-bbb {
        right: calc(50% - 75px);
        top: 60px; } }

/*# sourceMappingURL=style.css.map */
