/***************************************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.2.1
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
***************************************************************************************/

/******************************************
GENERAL STYLES
******************************************/
/* Font Faces - BEGIN */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
/* Font Faces - END */

html {
  font-size: 100% !important;
  position: relative;
}
body {
  color: #323A3B;
  font-family: Work Sans, 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7em;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  color: #272525;
  font-family: futura-pt, 'Roboto', sans-serif !important;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 12px;
  padding: 0;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 3.75rem;
  line-height: 1.17em;
}
h2 {
  font-family: Garamond;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.3rem;
}
h3 {
  font-size: 2.3125rem;
  font-family: futura-pt;
  font-weight: 500;
}
h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 29px;
}
h5 {
  font-family: Work Sans;
  font-size: 1.375rem;
  font-weight: 500
}
h6 {
  font-size: 1.125rem;
}
a {
  color: #ED1C24;
  outline: none;
  text-decoration: none;
}
a, a:before, a:after {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
a:hover {
  color: #008743;
  text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
  border: 0;
  max-width: 100%;
  position: relative;
  width: auto\9;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
img:not(.ls-bg) {
  height: auto !important;
}
img:before {
  background-color: #efefef;
  border: 2px dotted rgb(200, 200, 200);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  height: 100px;
  width: 100%;
}
img:after {
  color: rgb(100, 100, 100);
  content: "\f127" " Broken Image of " attr(alt);
  display: block;
  font-size: 16px;
  font-style: normal;
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
img.cke_wordpress_more {
  height: 10px !important;
}
p {
  margin-bottom: 26px;
  margin-top: 26px;
  padding: 0;
}
table {
  margin: 20px 0;
}
hr {
  background-color: transparent;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #ccc;
  color: transparent;
  height: 1px;
  margin: 20px 0;
}
::-webkit-input-placeholder {
opacity: 1;
}
::-moz-placeholder {
opacity: 1;
} /* firefox 19+ */
:-ms-input-placeholder {
opacity: 1;
filter:alpha(opacity=100);
} /* ie */
input:-moz-placeholder {
opacity: 1;
}
iframe {
  max-width: 100%;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
  hyphens: none;
}
#post-not-found {
  padding-top: 30px;
  text-align: center;
}
.em-googlemap, .acf-map {
  position:relative;
}
.overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.twenty20 {
  max-width: 100%;
}
.extra-content, .mainbody {
  padding: 50px 0;
}
/******************************************
LAYOUT STYLES
******************************************/
/*** Enter your style for global layout here ***/
.container, .inner .bottom-bar .container, .inner .main-footer .container {
  width: 1633px;
  max-width: 100%;
}
.inner-banner-img {
  min-height: 375px;
}
.main-header {
  position: absolute;
  z-index: 9999;
  top: 50px;
  left: 70px;
}
.main-header .logo img {
  max-width: 185.27px;
}
.col-md- > p:first-of-type, .chris-edlond-info > p:first-of-type {
  display: none;
}
.custom-width {
  max-width: 768px;
  margin: auto;
}
.ies-ribbon {
  position: relative;
  padding: 167px 0 168px;
}
.ies-ribbon:before, .ies-ribbon:after {
  content: '';
  width: 176px;
  height: 177px;
  position: absolute;
  background-size: cover;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.ies-ribbon:before {
  background: url('library/images/bg1.png') center no-repeat;
  left: -143px;
  top: 0;
}
.ies-ribbon:after {
  background: url('library/images/bg2.png') center no-repeat;
  right: -143px;
  bottom: 0;
}
.no-padding {
  padding: 0;
}
.black-border-offset, .black-border-offset-right, .green-border-offset {
  max-width: 310px;
  position: relative;
  z-index: 1;
  margin: 90px 0;
  padding: 0;
}
.black-border-offset:after, .black-border-offset-right:after, .green-border-offset:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 235px;
  height: 148%;
  right: -28%;
  top: -31%;
  border: 5px solid #000000;
}
.black-border-offset-right {
  margin: 36px 0 0 8.5%;
}
.black-border-offset-right:after {
  right: initial;
  left: -39%;
}
.green-border-offset {
  max-width: 370px;
}
.green-border-offset:after {
  border-color: #008743;
}
.black-border-offset h2, .black-border-offset-right h2, .green-border-offset h2 {
  color: #FFF;
}
.black-border-offset > p:first-of-type, .green-border-offset > p:first-of-type, .black-border-offset-right > p:first-of-type {
  display: none;
}
.single-box .div-1, .divup-wrap.green-border-offset .div-1, .black-border-offset .div-1, .black-border-offset-left .div-1, .black-border-offset-right .div-1, .divup-wrap.texts-wrap .div-1 {
  display: block !important;
}
.white-texts p, .white-texts a.em-button, .white-texts li, .white-texts h5, .white-texts h4, .white-texts h3, .white-texts h2 {
  color: #FFF;
}
.offset-image, .offset-image-right {
  position:relative;
}
.offset-image-right img, .offset-image img {
  max-width: inherit;
  position: absolute;
  right: 85px;
  top: 77px;
  width: 110%;
}
.electrical-workers-wrap img {
  width:130%;
}
.growth-learning-wrap .offset-image img {
  right: -29%;
  top: 0;
}
.offset-image-right img {
  left: -60px;
  top: 0;
}
.offset-texts-left {
  background: #008743;
}
.hide-first-p p:first-of-type {
  margin: 0;
  line-height: 0;
}
.single-box {
  float: none;
  margin: auto;
  padding: 0;
  width: 416px;
  max-width: 100%;
}
.bottom-bar {
  background: #008743;
  position: relative;
  padding: 77px 0 76px;
}
.bottom-bar .container {
  position: relative;
}
.bottom-bar p, .bottom-bar a.em-button {
  color: #FFF;
  border-color: rgba(255, 255, 255, .80);
}
.bottom-bar a.em-button:hover {
  border-color: #808285;
}
.bottom-bar p {
  font-family: futura-pt;
  font-size: 3.375rem;
  line-height: 1.1em;
  padding-right: 400px;
}
.bottom-bar a.em-button {
  position: absolute;
  right: 25px;
  height: 89px !important;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bottom-bar .bottom-bar-section-2 p {
  padding-right: 420px;
  font-size: 2.625rem;
}
.page-id-76 .bottom-bar, .page-id-96 .bottom-bar, .page-id-69 .bottom-bar, .page-id-90 .bottom-bar, .page-id-82 .bottom-bar {
  background-color: #000;
}
.page-id-76 .bottom-bar a.black-arrow, .page-id-96 .bottom-bar a.black-arrow, .page-id-69 .bottom-bar a.black-arrow, .page-id-90 .bottom-bar a.black-arrow, .page-id-82 .bottom-bar a.black-arrow {
  background-image: url(library/images/red-horizontal-arrow.png);
}
.bottom-bar .bottom-bar-section-2 a.em-button {
  right: 25px;
}
.main-footer {
  background: #808285;
}
.main-footer a {
  color: #FFF;
}
.main-footer .footer-col {
  padding-left: 15px;
  padding-right: 15px;
}
.main-footer .footer-col:after {
  content: '';
  clear: both;
  display: block;
}
.main-footer .footer-logo img {
  max-width: 190.35px;
  margin-top: 38px;
}
.main-footer .widget_nav_menu {
  float: left;
}
.main-footer .widget_nav_menu ul {
  list-style: none;
  margin: 60px 0 63px;
  padding: 0;
}
.main-footer .widget_nav_menu ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 70px;
  padding: 10px 0;
}
.main-footer .widget_nav_menu ul li a {
  font-weight: 700;
}
.main-footer .footer-bottom-section {
  background: #585B60;
}
.main-footer .footer-bottom-section p {
  font-size: 14px;
  color: #FFF;
  margin: 18px 0;
}
.main-footer .footer-bottom-section .row {
  padding: 0 15px;
}
.extra-content.full-width .container, .extra-content.wide-section .container {
  width: 1633px;
}
#gform_1 {
  max-width: 1039px;
  margin: auto;
}
blockquote {
  max-width: 497px;
  margin: 44px 0;
  padding-left: 36px;
  font-weight: bold;
  line-height: 2em;
  position: relative;
}
blockquote:after {
  content: '';
  width: 6px;
  border-left: 6px solid #008743;
  height: 81%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*** Homepage - Enter any style for elements on homepage here ***/
.inner .mainbody .vertical-aligned-middle {
  min-height: 345px;
}
.banner-area {
  background: url('library/images/grey-bg1.png') right bottom -8px no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.banner-area .banner-right {
  padding: 142px 4.4% 20px 3.4%;
}
.banner-area .banner-right #textblockswidget-2 {
  max-width: 638px;
}
.banner-area .banner-right h1 {
  max-width: 590px;
}
.banner-area .banner-right p {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.75em;
  margin: 57px 0;
  max-width: 520px;
}
.banner-area .banner-right .btn-wrap {
  margin-top: 93px;
}
.banner-area .banner-right .btn-wrap p {
  max-width: 100%;
}
.banner-area .banner-right p .em-button {
  margin: 10px 0;
}
.banner-area .banner-right p .em-button:last-of-type {
  float: right;
}
.home .mainbody {
  background-color: #DEDEDE;
}
.home .home-row-03 p:first-of-type {
  display: block;
}
.trusted-company-wrap {
  display: table;
}
.trusted-company-wrap .col-xs-12 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
/*.trusted-company-wrap .no-bullet li {
    margin-right: 3%;
    float: left;
    width: 31.33%;
}*/

.trusted-company-wrap .no-bullet li:last-of-type {
  margin-right: 0;
}
.ies-difference-wrap1 {
  position: relative;
  z-index: 2;
  padding: 153px 89px 194px 15px;
}
.ies-difference-wrap1:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  right: 0;
  top: 0;
  background: url('library/images/bg-over1.png') bottom right 194px no-repeat;
}
.ies-difference-wrap1 a.em-button, .ies-difference-wrap1 h2 {
  color: #FFF;
}
.ies-difference-wrap1 a.em-button {
  margin-top: 42px;
}
.ies-difference-wrap2 {
  position: relative;
  z-index: 1;
}
.ies-difference-wrap2:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  left: 0px;
  top: 0;
  background: url(library/images/img1.png) left top no-repeat;
  background-size: auto 100%;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.ies-difference-list {
  background: #FFF;
  padding: 82px 99px 15px 84px;
  margin: 88px 0;
  position: relative;
}
.ies-difference-list:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background: #FFF;
  left: -66px;
  top: 0;
}
.ies-difference-list > div {
  width: 45%;
  display: inline-block;
  margin-right: 9%;
  margin-bottom: 55px;
}
.ies-difference-list > div:nth-of-type(2n+1) {
  margin-right: 0;
}
.ies-difference-list > div:first-of-type {
  display: none;
}
.who-we-work-with-section {
  padding: 117px 0 78px;
}
.who-we-work-with-section p {
  margin-bottom: 37px;
  margin-top: 37px;
}
.who-we-work-with-section img {
  max-width: none;
  position: absolute;
  right: 58px;
}
.who-we-work-with-lists {
  padding: 32px 0;
}
.who-we-work-with-lists .list-check li {
  float: left;
  width: 33%;
  margin-bottom: 35px;
}
.our-work-section-heading {
  max-width: 722px;
  position: relative;
  z-index: 1;
  padding: 77px 0 30px;
}
.our-work-section-heading:before {
  content: '';
  background: url('library/images/bg-over2.png') top right no-repeat #008743;
  position: absolute;
  width: 200%;
  height: 200%;
  right: 0;
  top: 0;
  z-index: -1;
}
.our-work-section-heading h2 {
  font-family: futura-pt;
  font-size: 3.125rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.image-text-wrap {
  position: relative;
  z-index: 2;
  float: right;
  display: table;
}
.our-work-section {
  padding-bottom: 135px;
}
.our-work-section .image-text-wrap {
  max-width: 1437px;
}
.image-text-wrap > div {
  display: table-cell;
  vertical-align: middle;
}
.image-text-wrap .text-wrap-right h3, .image-text-wrap .text-wrap-left h3 {
  background: #000000;
  max-width: 491px;
  padding: 157px 45px;
  position: relative;
  z-index: 2;
  font-family: Garamond;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.3rem;
}
.image-text-wrap .text-wrap-right h3 {
  margin-left: -91px;
}
.image-text-wrap .text-wrap-left h3 {
  margin-right: -91px;
  text-align: right;
}
.image-text-wrap .text-wrap-right.green-bg h3, .image-text-wrap .text-wrap-left.green-bg h3 {
  max-width: 625px;
  width: 625px;
  padding: 169px 67px;
  background: #008743;
  color: #FFF;
}
.middle-box {
  max-width: 771px;
  margin: auto;
}
.middle-box ol {
  padding-left: 0;
}
/*** Internal Pages - Enter any style for elements on internal pages here ***/
.images-wrap > div {
  display: block !important;
}
.images-wrap .first img {
  width: 636px;
}
.inner .container {
  width: 1332px;
}
.inner .main-header {
  position: relative;
  top: 0;
  left: 0;
  background: #F5F5F5;
  padding: 41px 72px;
}
.innner.sfm-pos-right .sfm-navicon-button {
  top: 27px;
  right: 40px;
}
.vertical-aligned-middle {
  display: table;
}
.vertical-aligned-middle > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.commited-growth-wrap {
  position: relative;
  z-index: 2;
  padding: 176px 0 133px;
  margin-top: 120px;
  margin-bottom: 112px;
}
.commited-growth-wrap:before {
  content: '';
  background: url(library/images/grey-bg2.png) bottom right no-repeat #008743;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 120%;
}
.award-boxes p:first-of-type {
  display: none;
}
.award-box {
  background: #000000;
  padding: 143px 74px 52px 74px;
  position: relative;
  width: 48%;
  margin-right: 4%;
}
.award-box:last-of-type {
  margin-right: 0;
}
.award-box img {
  position: absolute;
  top: -61px;
}
.chris-edlond-section {
  overflow: hidden;
}
.chris-edlond-info {
  position: relative;
  z-index: 2;
  height: 740px;
}
.chris-edlond-info img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  z-index: -1;
}
.chris-edlond-info .texts-wrap {
  background: #FFF;
  padding: 74px 110px 85px 70px;
  position: relative;
  margin: 37px 0;
}
.chris-edlond-info .texts-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: -70px;
  width: 78px;
  height: 100%;
  background: #FFF;
}
.chris-edlond-heading {
  position: relative;
  z-index: 3;
  right: -55px;
}
.chris-edlond-heading.green-border-offset:after {
  top: -77%;
  height: 259px;
}
.staff_list {
  list-style: none;
  margin: 86px 0 0;
  padding: 0;
}
.staff_list:after {
  content: '';
  clear: both;
  display: block;
}
.staff_list li {
  float: left;
  width: 48%;
  margin-bottom: 69px;
}
.staff_list li:nth-of-type(2n) {
  float: right;
}
.staff_list li:nth-of-type(2n+1) {
  clear: both;
}
.staff_list h4 {
  position: relative;
  padding-left: 64px;
}
.staff_list h4:before {
  border: 5px solid #008743;
  content: '';
  height: 192px;
  left: -49px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  width: 192px;
  z-index: -1;
}
.staff_list .staff_info {
  margin: 40px 0 0;
}
.staff_list .staff_info p {
}
.staff_list .staff-heading {
  align-items: center;
  display: flex;
}
.staff_list .staff-heading > .profile-thumb, .staff_list .staff-heading > h4 {
  vertical-align: middle;
}
.staff_list .staff-heading > .profile-thumb {
  width: 49.154746%;
}
.staff_list .staff-heading > h4 {
  margin: 0;
  width: 50.845254%;
  z-index: 2;
}
.two-column-list ul li {
  width: 48%;
  float: left;
  margin: 0 4% 61px 0;
}
.two-column-list ul:after {
  content: '';
  clear: both;
  display: block;
}
.two-column-list ul li:nth-of-type(2n) {
  margin-right: 0;
}
.two-column-list ul li:nth-of-type(2n+1) {
  clear: left;
}
.two-column-list > div > p:first-of-type {
  display: none;
}
.services-patrols-section {
  padding-bottom: 19px;
}
.services-patrols-section .images-wrap {
  margin: -134px 0 -21px;
  position: relative;
  top: 157px;
}
.services-patrols-section .images-wrap > .div-1 {
  display: block !important;
}
.check-lists-section {
  min-height: 466px;
}
.page-id-62 h2 {
  font-family: futura-pt, 'Roboto', sans-serif;
  font-weight: 500;
}
.page-id-62 .single-box {
  width: 594px;
}
.page-id-62 .vertical-aligned-middle {
  min-height: 332px;
}
.page-id-62 .vertical-aligned-middle > div {
  padding-top: 13px;
}
.page-id-62 .vertical-aligned-middle > div:last-of-type {
  padding-right: 12%;
}
.page-id-62 .vertical-aligned-middle > div.no-padding-right {
  padding-right: 15px !important;
}
.page-id-62 .white-texts .container {
  position: relative;
  z-index: 1;
}
.page-id-62 .extra-content.white-texts .container:before {
  content: '';
  position: absolute;
  height: 700px;
  width: 100%;
  left: -100%;
  top: 0;
  background: #FFF;
  margin: -50px 0;
  z-index: -1;
}
.page-id-57 .about-row-02 .single-box {
  width: 771px;
}
.page-id-72 .bottom-bar a.em-button {
  border-color: #FFF;
}
.contruction-replacement-upgrades-wrap {
  padding: 212px 0 118px;
  margin-top: -190px;
}
.did-you-know-wrap {
  padding: 176px 0 197px;
}
.did-you-know-wrap .single-box {
  width: 765px;
  max-width: 100%;
}
.did-you-know-wrap .single-box h3 {
  font-size: 5.625rem;
}
.did-you-know-wrap .single-box h3:before {
  content: '';
  background: url('library/images/q-icon.png') center no-repeat;
  width: 157px;
  height: 135px;
  display: inline-block;
  margin-left: -45px;
  margin-right: 35px;
}
.did-you-know-wrap .single-box p {
  font-size: 1.375rem;
}
.smart-lightning-wrap {
  margin-bottom: 220px;
}
.images-wrap {
  margin: -128px 0;
}
.electricity-network-construction-wrap ul {
  margin-left: 65px;
  margin-top: 65px;
}
.electricity-network-construction-wrap ul li {
  padding: 6px 0px 6px 27px;
}
.electricity-network-construction-wrap .black-dot li:before {
  top: 16px;
}
.lv-hv-wrap {
  padding: 213px 0 271px;
}
.lv-hv-wrap .single-box {
  width: 1035px;
  max-width: 100%;
}
.electrical-workers-wrap {
  padding-bottom: 225px;
}
.electrical-workers-wrap .offset-texts-left {
  position: relative;
  z-index: 4;
  padding: 371px 325px 70px 0;
  top: 75px;
}
.electrical-workers-wrap .offset-texts-left:before {
  content:'';
  background: url('library/images/green-bg1.jpg') center right no-repeat #008743;
  position: absolute;
  height: 100%;
  width: 200%;
  right: 0;
  top: 0;
  z-index: -1;
}
.electrical-workers-wrap .black-border-offset {
  text-align: right;
  max-width: 455px;
  position: absolute;
  right: 55px;
  top: 127px;
}
.electrical-workers-wrap .black-border-offset:after {
  height: 249px;
  right: -26%;
  top: -41%;
}
.fully-certified-team-wrap {
  padding: 83px 0 141px;
}
.fully-certified-team-wrap .single-box {
  width: 771px;
  max-width: 100%;
}
.machinery-portfolio-wrap {
}
.machinery-portfolio-wrap .single-box {
  width: 600px;
  max-width: 100%;
  margin: 53px auto 54px;
}
.machinery-portfolio-wrap .offset-image img {
  right: 15px;
  top: -80px;
}
.map-section-wrap {
  padding: 157px 0 115px;
}
.map-section-wrap .single-box {
  width: 771px;
  max-width: 100%;
}
.map-section-wrap .row-01 {
  display: table;
}
.company-standards-wrap .row-01 > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.company-standards-wrap h4 {
  margin: 0;
}
.company-standards-wrap .extra-content-col-inner > p:first-of-type {
  display: none;
}
.systematic-approach-wrap .texts-box {
  width: 636px;
  background: #000;
  padding: 155px 76px;
  margin-left: -70px;
  position: relative;
  z-index: 1;
}
.systematic-approach-wrap .texts-box:before {
  content: '';
  width: 245px;
  height: 259px;
  border: 5px solid #008743;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -78px;
  margin: auto;
  z-index: -1;
}
.systematic-approach-wrap .single-box {
  width: 1037px;
  max-width: 100%;
}
.systematic-approach-wrap .single-box ul.green-dot {
  margin-left: 135px;
}
.systematic-approach-wrap .texts-wrap {
  max-width: 668px;
  background: #008743;
  padding: 40px 125px;
  border-right: 30px solid #FFF;
}
.systematic-approach-wrap .image-box p {
  margin: 0;
}
.growth-learning-wrap p {
  font-weight: 600;
}
.growth-learning-wrap .vertical-aligned-middle > div:last-of-type {
  width: 816px;
  max-width: 100%;
}
.maps-wrap .col-md- > p:first-of-type {
  display: block;
}
.maps-wrap .single-box {
  width: 771px;
  margin: 150px auto 120px;
}
.project-management-row-01 {
  padding-top: 0;
}
.project-management-row-01 .divup-wrap.row .div-1 {
  display: block;
  position: relative;
}
.project-management-row-01 .container {
  width: 100%;
}
.project-management-row-01 .commited-growth-wrap {
  padding: 242px 57px 242px 142px;
  margin-top: 145px;
}
.project-management-row-01 .commited-growth-wrap:before {
  left: initial;
  right: 0;
}
.project-management-row-01 .divup-wrap.row.commited-growth-wrap .div-1:before {
  content: '';
  border: 5px solid #000000;
  width: 245px;
  height: 199%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  margin: auto;
}
.project-management-row-01 .offset-image img {
  right: initial;
  left: -253px;
}
.data-driven-wrap {
  padding: 76px 0 120px
}
.data-driven-wrap .single-box {
  width: 771px;
  max-width: 100%;
}
.page-id-13 .single-box {
  width: 636px;
  text-align: center;
  margin: 99px auto 76px;
}
.contact-form-wrap {
  padding: 79px 0 85px;
}
.contact-form-wrap div.gform_wrapper .top_label .gfield_label {
  font-size: 1.5rem;
  font-family: futura-pt, 'Roboto', sans-serif;
  color: #FFF;
  font-weight: 700;
}
.contact-form-wrap div.gform_wrapper textarea, .contact-form-wrap div.gform_wrapper input[type="text"], .contact-form-wrap div.gform_wrapper input[type="emal"] {
  background: none transparent !important;
  border: 0 none !important;
  border-bottom: 1px solid #FFF !important;
  height: auto !important;
  color: #FFF !important;
  padding: 16px 10px !important;
}
.contact-form-wrap div.gform_wrapper textarea {
  height: 67px !important;
}
.contact-form-wrap div.gform_wrapper ul.gform_fields li.gfield {
  margin: 57px 0;
}
.about-head-section h1 {
  margin-top: -40px;
}
.extra-content.constructions-replace-section {
  padding: 87px 0;
}
.single-post .mainbody .container {
  width: 1570px;
  max-width: 100%;
}
.back-to-archive {
  margin: 90px 0 50px;
  text-align: center;
}
/******************************************
CONTENT PANELS
******************************************/
/* Content Panel default settings */
.extra-content, .extra-content-col-inner {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Custom width container */
.container-custom-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/* Use Divup plugin to create boostrap grid in the WP editor */
.divup-wrap.row .div-1 {
  display: none;
}
/* Grid columns - Vertical align content */
.column-vertical-align .row, .column-vertical-align.row {
  display: flex;
  align-items: center;
}
/* Grid columns - Equal height */
.column-equal-height .row, .column-equal-height.row {
  display: flex;
  align-items: stretch;
}
/* Fluid width content panel, with image on one column */
.side-image-panel .column-01 {
  padding-left: 0;
}
.side-image-panel .column-01 p {
  margin: 0;
}
.side-image-panel .column-02 .extra-content-col-inner {
  max-width: 555px;
}
/* Bottom navigation, below the main content */
.bottom-nav.with-border-padding {
  border-top: 1px solid #ccc;
  padding-top: 48px;
}
.bottom-nav h5 {
  color: #272525;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
.bottom-nav ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.bottom-nav ul li:before {
  display: none;
}
/* Breadcrumbs */
.breadcrumbs {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 30px;
}
/* Free Quote */
.free-quote-cta-panel, .extra-content.free-quote-cta-panel {
  background: #2D56A6;
  padding: 0;
}
.free-quote-cta-panel * {
  color: #fff;
}
.free-quote-bar {
  margin: 0 auto;
  max-width: 1110px;
  padding: 65px 0;
}
.career-opportunities-cta-bottom-bar .free-quote-bar {
  max-width: 950px;
}
.free-quote-cta-panel.free-quote-bar {
  padding: 60px 0 67px;
}
.free-quote-bar h2 {
  margin: 1px 0 0;
}
.free-quote-bar p {
  margin: 0;
  text-align: right;
}
.free-quote-bar a.em-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 100%;
}
.free-quote-bar a.em-white-border:before {
  content: "\f10b";
  font-family: FontAwesome;
  font-size: 34px;
  left: 20px;
  line-height: 1em;
  margin-top: -17px;
  position: absolute;
  top: 50%;
}
.free-quote-bar a.em-white-border {
  padding-left: 35px;
  position: relative;
}
.free-quote-margin {
  margin: 48px 0 0 40px;
}
/* Logos Panel */
.logos-panel ul:before, .logos-panel ul:after {
  content: "";
  display: table;
}
.logos-panel ul:after {
  clear: both;
}
.logos-panel ul {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.logos-panel ul li:before {
  background: #DADADA;
  bottom: -500px;
  content: "";
  left: 0;
  position: absolute;
  top: -500px;
  width: 1px;
}
.logos-panel ul li:first-child:before {
  display: none;
}
.logos-panel ul li {
  float: left;
  padding: 0 15px;
  position: relative;
  text-align: center;
  width: 20%;
}
.logos-panel ul li:nth-child(5n+1) {
  clear: both;
}
/*** Staff List ***/
/* Layout 1 */
.staff-panel .column-01 p {
  margin: 10px 0 0;
}
.staff-panel h3 {
  margin-bottom: 0;
}
.staff-panel h6 {
  font-weight: 300;
}
/* Layout 2 */
.staff-panel-2 {
}
.staff-panel-2 .div-2 p {
  margin: 0;
}
.staff-panel-2 .div-3 {
  margin-top: 50px;
}
.staff-panel-2 h6 {
  float: left;
  margin: 3px 0 0;
}
.staff-panel-2 h4, .staff-panel-2 h5 {
  margin-left: 50px;
}
.staff-panel-2 h5 {
  font-weight: 500;
}
.staff-panel-2 h4 {
  font-size: 1.5rem;
}
/* Contact Us - Form on left and Testimonials on right side */
.contact-form .testimonials-list {
  margin-top: -20px;
}
.contact-form .column-02, .get-a-quote-row-01 .column-02 {
  float: right;
  max-width: 380px;
}
.contact-form .column-02 {
  margin-top: 40px;
}
/* Testimonial Content Box */
.testimonial-box:before {
  background: #68B9BC;
  bottom: 0;
  left: 15px;
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  z-index: -1;
}
.testimonial-box:after {
  content: "\201C";
  display: block;
  font-size: 7.75rem;
  line-height: 1em;
  left: 54px;
  position: absolute;
  top: 18px;
}
.testimonial-box {
  color: #fff;
  font-family: 'mrs-eaves-xl-serif', serif;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.41666667em;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 50px 45px 20px 73px;
  position: relative;
}
.testimonial-box * {
  color: #fff;
}
/******************************************
TYPOGRAPHY
******************************************/
.no-padding {
  padding: 0 !important;
}
.no-padding .container-fluid {
  padding: 0;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.border-bottom .container:before, .border-top .container:before {
  background: rgba(149,152,154,0.5);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 15px;
  position: absolute;
  right: 15px;
}
.border-top .container:before {
  bottom: auto;
  top: 0;
}
.border-bottom .container, .border-top .container {
  position: relative;
}
.border-bottom {
  padding-bottom: 50px;
}
.border-top .container {
  padding-top: 50px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid rgba(149,152,154,0.5);
  color: #403c3e;
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1rem;
  margin: 0;
  max-width: 100%;
  padding: 6px 8px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium, div.gform_wrapper .left_label input.medium, div.gform_wrapper .left_label select.medium, div.gform_wrapper .top_label input.large, div.gform_wrapper .top_label select.large, div.gform_wrapper .left_label input.large, div.gform_wrapper .left_label select.large {
  height: 59px;
  width: 100%;
}
input[type="password"] {
  letter-spacing: 0.3em;
}
textarea, .gform_wrapper .top_label textarea.textarea, .gform_wrapper textarea.textarea {
  height: 200px;
  width: 100%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
  background-size: 9px 5px;
 background-position: right .5rem center;
  background-repeat: no-repeat;
  padding: 0 1rem 0 5px;
}
.gform_wrapper .top_label input[type="file"].medium {
  font-size: inherit;
  font-weight: inherit;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 40px;
}
input[type="submit"], button, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button, div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"], div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
  margin: auto;
  display: block;
  background-color: #000000;
  border: 1px solid rgba(0,0,0,0);
  color: #fff;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.2em;
  font-family: Garamond, 'Poppins', sans-serif;
  height: auto;
  padding: 20px 22px 21px !important;
  width: 289px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  display: block;
}
input[type="submit"]:hover, button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce input.button, div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type="image"]:hover, div.gform_wrapper .gform_footer input[type="submit"]:hover, div.gform_wrapper .gform_page_footer .button.gform_button:hover, div.gform_wrapper .gform_page_footer .button.gform_next_button:hover {
  background-color: #808285;
  color: #fff;
  text-decoration: none;
}
a.em-button {
  background-color: #000000;
  border: 1px solid rgba(0,0,0,0);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.2em;
  font-family: Garamond, 'Poppins', sans-serif;
  padding: 32px 22px 30px !important;
  text-align: left;
  text-decoration: none;
}
a.red-arrow, a.black-arrow {
  background-image: url('library/images/red-horizontal-arrow.png');
  background-position: center right 30px;
  background-repeat: no-repeat;
  padding-right: 103px !important;
  min-width: 300px;
}
a.black-arrow {
  background-image: url('library/images/black-horizontal-arrow.png');
}
a.em-transparent {
  background-color: transparent;
  border: 1px solid #BCBCBC;
  color: #000000;
}
a.em-blue-background {
  background-color: #166988;
}
a.em-blue-border {
  background-color: rgba(0,0,0,0);
  border: 2px solid #009ED2;
  color: #166988;
}
a.em-white-border {
  background-color: rgba(0,0,0,0);
  border: 2px solid #fff;
  color: #fff;
}
a.em-grey-border {
  background-color: rgba(0,0,0,0);
  border: 2px solid #BCBCBC;
  color: #000000;
}
a.em-white-background {
  background-color: #fff;
  color: #3E4047;
}
a.em-black-border {
  background-color: rgba(0,0,0,0);
  border: 2px solid #272525;
  color: #272525;
}
a.em-black-background {
  background-color: #272525;
  color: #fff;
}
a.em-red-border {
  background-color: rgba(0,0,0,0);
  border: 2px solid #ED1B24;
  color: #ED1B24;
}
a.em-red-background {
  background-color: #ED1B24;
  color: #fff;
}
a.em-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a.em-button:hover {
  background-color: #808285;
  color: #fff;
  text-decoration: none;
}
a.em-blue-background:hover {
  background-color: #1d88af;
}
a.em-blue-border:hover {
  background-color: #166988;
  color: #fff;
}
a.em-white-border:hover, a.em-white-background:hover {
  background-color: #00c9cc;
  color: #fff;
}
a.em-black-border:hover, a.em-black-background:hover {
  background-color: #00c9cc;
  color: #fff;
}
a.em-red-border:hover {
  background-color: #ED1B24;
  color: #fff;
}
a.em-red-background:hover {
  background-color: #d4111b;
  color: #fff;
}
a.pdf-link:before, a.doc-link:before {
  font-family: FontAwesome;
  font-size: 30px;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}
a.doc-link:before {
  content: "\f0f6";
}
a.pdf-link:before {
  content: "\f1c1";
}
a.pdf-link, a.doc-link {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 8px 0 6px 53px;
  position: relative;
}
a.hyper-link {
  background: url(library/images/icon-link@2x.png) no-repeat 0 7px;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  -o-background-size: 24px auto;
  background-size: 24px auto;
  font-weight: 500;
  padding: 0 0 0 32px;
  text-decoration: none;
}
p.testimonial {
  border-left: 7px solid #009ED2;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.54545455em;
  margin: 22px 0;
  padding-left: 25px;
}
.blue-dot, .green-dot, .black-dot {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.green-dot li:before, .blue-dot li:before, .black-dot li:before {
  background: #009ED2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 11px;
}
.green-dot li:before {
  background: #008743;
  height: 8px;
  width: 8px;
  top: 18px;
}
.black-dot li:before {
  background: #272525;
}
.green-dot li, .blue-dot li, .black-dot li {
  padding: 0 0 0 27px;
  position: relative;
}
.green-dot li {
  padding-top: 6px;
  padding-bottom: 6px;
}
.list-check-square, .list-check {
  list-style: none;
  padding: 0;
}
.list-check-square li {
  background: url(library/images/check-square@2x.png) no-repeat 0 0.12em;
  -webkit-background-size: 21px auto;
  -moz-background-size: 21px auto;
  -o-background-size: 21px auto;
  background-size: 21px auto;
  margin: 1rem 0;
  padding-left: 30px;
}
.list-check li:before {
  color: #FFF;
  content: "\f00c";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
  background: #ED1C24;
  padding: 5px 5px;
  line-height: 1em;
  border-radius: 50%;
  font-size: 18px;
}
.list-check li {
  font-weight: 500;
  margin: 1rem 0;
  padding-left: 45px;
  position: relative;
}
.no-bullet {
  margin-left: 0;
  padding: 0;
}
.no-bullet li ul, .no-bullet li ol {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 0;
}
ul.square, ol.square {
  list-style-type: square;
}
ul.circle, ol.circle {
  list-style-type: circle;
}
ul.disc, ol.disc {
  list-style-type: disc;
}
ul.no-bullet, ol.no-bullet {
  list-style: none;
}
.big-margin li {
  margin-bottom: 1.5rem;
}
table.table-style-1 {
  background: #0d294a5;
}
.table-style-1 td, .table-style-1 th {
  border-bottom: none;
  border-left: 1px solid #fff;
  border-right: none;
  border-top: 1px solid #fff;
  padding: 13px 15px 13px;
  text-align: left;
}
.table-style-1 th {
  background: #152e54;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.333333em;
}
.table-style-1 tr td:first-child, .table-style-1 tr th:first-child {
  border-left: none;
}
.table-style-1 tr:nth-child(2n) td {
  background: #e1e5ec;
}
table.notable {
}
code {
  background-color: #f8f8f8;
  border: 1px solid #dfdfdf;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0 5px;
}
abbr, acronym {
  color: #222;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase;
}
abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 24px;
}
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
img.alignright {
  display: inline;
  float: right;
  margin-left: 18px;
  margin-top: 4px;
}
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.align-left {
  float: left;
}
.align-right {
  float: right;
}
.text-right {
  text-align: right;
}
.mce-content-body img[data-wp-more] {
  height: 16px !important;
}
 @media (max-width: 1400px) {
input[type="text"],  input[type="password"],  input[type="datetime"],  input[type="datetime-local"],  input[type="date"],  input[type="month"],  input[type="time"],  input[type="week"],  input[type="number"],  input[type="email"],  input[type="url"],  input[type="search"],  input[type="tel"],  input[type="color"],  select,  div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  height: 44px;
}
a.em-button,  input[type="submit"], button,  .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,  .woocommerce .cart .button, .woocommerce .cart input.button,  div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],  div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
  padding: 22px 30px 21px !important;
}
.jqTransformSelectWrapper div span,  .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
  line-height: 42px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
  width: 42px;
}
}
 @media (max-width: 1199px) {
input[type="text"],  input[type="password"],  input[type="datetime"],  input[type="datetime-local"],  input[type="date"],  input[type="month"],  input[type="time"],  input[type="week"],  input[type="number"],  input[type="email"],  input[type="url"],  input[type="search"],  input[type="tel"],  input[type="color"],  select,  div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  height: 40px;
}
a.em-button,  input[type="submit"], button,  .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,  .woocommerce .cart .button, .woocommerce .cart input.button,  div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"],  div.gform_wrapper .gform_page_footer .button.gform_button, div.gform_wrapper .gform_page_footer .button.gform_next_button {
  padding: 11px 25px 10px !important;
}
.jqTransformSelectWrapper div span,  .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
  line-height: 38px;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
  width: 38px;
}
}
 @media (max-width: 991px) {
a.pdf-link:after, a.doc-link:after {
  right: 0;
}
a.pdf-link, a.doc-link {
  padding-right: 40px;
}
}
 @media (max-width: 767px) {
/*
     * Responsive Table
    */

    /* Force table to not be like tables anymore */
    .notable, .notable thead, .notable tbody, .notable tfoot, .notable tr, .notable th, .notable td,  .table-style-1, .table-style-1 thead, .table-style-1 tbody, .table-style-1 tfoot .table-style-1 tr, .table-style-1 th, .table-style-1 td,  .table-style-2, .table-style-2 thead, .table-style-2 tbody, .table-style-2 tfoot, .table-style-2 tr, .table-style-2 th, .table-style-2 td,  .shop_table, .shop_table thead, .shop_table tbody, .shop_table tfoot, .shop_table tr, .shop_table th, .shop_table td {
  display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
    .notable thead tr, .notable th,  .table-style-1 thead tr, .table-style-1 th,  .table-style-2 thead tr, .table-style-2 th,  .shop_table thead tr, .shop_table th {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.table-style-2 tr {
  border-top: 1px solid #e5e5e5;
}
.table-style-2 tbody tr:first-child {
  border-top: none;
}
.notable td,  .table-style-1 td,  .table-style-2 td,  .shop_table td {
  /* Behave like a "row" */
        border: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  text-align: left;
  white-space: normal;
  width: 100% !important;
}
.notable td:before,  .table-style-1 td:before,  .table-style-2 td:before,  .shop_table td:before {
  display: block;
  font-weight: bold;
  text-align:left;
  width: 100%;
  white-space: normal;
}
/* Label the data */
    .notable td:before,  .table-style-1 td:before,  .table-style-2 td:before,  .shop_table td:before {
  content: attr(data-heading);
}
/* Custom Style */
    .shop_table tr {
  border-top: 1px solid #e5e5e5;
}
.shop_table tbody tr:first-child {
  border-top: none;
}
.table-style-1 td,  .table-style-2 td,  .shop_table td {
  padding: 0 10px 10px !important;
  width: auto !important;
}
.shop_table td {
  border-top: none !important;
}
.table-style-1 tr td:first-child,  .table-style-2 tr td:first-child,  .shop_table tr td:first-child, .shop_table tr th:first-child {
  padding-top: 10px !important;
}
.product-remove {
  line-height: 0.9em;
}
.list-check li {
  padding-left: 27px;
}
.list-check-square li {
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  -o-background-size: 16px auto;
  background-size: 16px auto;
}
a.em-button,  input[type="submit"], button,  .woocommerce #respond input#submit.alt, .woocommerce a.button .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,  .woocommerce .cart .button, .woocommerce .cart input.button,  div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 1.25rem;
  line-height: 1em;
  padding-bottom: 10px !important;
  padding-top: 11px !important;
}
}
 @media (max-width: 641px) {
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
  line-height: inherit;
  margin-bottom: 0;
}
}
 @media (max-width: 480px) {
p.testimonial {
  border-left-width: 8px;
  padding-left: 15px;
}
a.pdf-link, a.doc-link {
  padding-left: 40px;
}
}
/******************************************
SIDEBAR
******************************************/
.main-sidebar ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-sidebar ul.menu > li {
  margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
  background: #b8b8b8;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.006em;
  padding: 22px 15px 21px 20px;
  position: relative;
  text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
  background: #152e54;
}
/******************************************
IMAGE SCROLLER
******************************************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
  margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
  margin-left: 0;
}
.em-image-slider {
  overflow: hidden;
}
.image-scrollbox > ul {
 *zoom: 1;
}
.image-scrollbox > ul:before, .image-scrollbox > ul:after {
  content: "";
  display: table;
  line-height: 0;
}
.image-scrollbox > ul:after {
  clear: both;
}
.image-scrollbox > ul {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  width: 5000px;
}
.image-scrollbox > ul li {
  float: left;
  margin: 0 40px 0 0;
}
/******************************************
ACCORDION
******************************************/
.accordion {
  margin: -20px 0 30px;
}
.accordion > p {
  display: none; /* Fix empty P tag */
}
h3.accordion-title:before {
  content: "\002B";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1em;
  margin-top: -9px;
  position: absolute;
  right: 25px;
  top: 50%;
}
h3.accordion-title.open:before {
  content: "\2212";
}
h3.accordion-title {
  border: 2px solid #ED1B24;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 50px 0 0;
  padding: 30px 60px 30px 30px;
  position: relative;
}
h3.accordion-title.open {
  background: #009ED2;
  border-color: #009ED2;
  color: #fff;
}
.accordion-content {
  background: #F2F2F2;
  margin: 0;
  padding: 15px 40px;
}
/******************************************
WP-TILES
******************************************/
div.tb-close-icon:before {
  line-height: 18px;
}
div.tb-close-icon {
  height: 18px;
  line-height: 18px;
  width: 18px;
}
div#TB_caption {
  height: auto;
  padding-left: 15px;
}
/******************************************
WOOCOMMERCE
******************************************/
/* General Styles */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background: #fff;
  margin: 0 auto 30px !important;
  max-width: 1060px;
}
.woocommerce-wrapper {
  position: relative;
}
/* MiniCart */
.em-minicart-wrapper, .em-minicart-wrapper a {
  color: #B1B1B1;
}
.em-minicart-wrapper a:hover {
  color: #de4d21;
  text-decoration: none;
}
.em-minicart-wrapper > div {
  display: inline-block;
  margin: 0 4px;
  vertical-align: top;
}
.em-minicart-link a:before {
  content: "\f291";
  font-family: FontAwesome;
  font-size: 1.25rem;
  line-height: 1em;
  text-indent: 0;
}
.em-minicart-link a {
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
}
.em-minicart-checkout {
  font-weight: normal;
  text-transform: uppercase;
}
/* Product Slider */
.em-product-slider {
  margin: 0;
  padding: 0 30px;
}
.em-product-slider .slides > li {
  text-align: center;
}
.em-product-slider .slides > li a {
  display: block;
}
.em-product-slider-thumb {
  display: block;
  height: 210px;
}
.em-product-slider .slides > li img {
  display: inline;
  max-height: 165px;
  width: auto;
}
.em-product-slider-title {
  font-size: 1.5rem;
  font-weight: normal;
}
.em-product-slider .flex-direction-nav a {
  top: 110px;
}
/* Product Archive Page */
.product-listing-switch-view {
  float: right;
  list-style: none;
  margin: 9px 0 0;
  padding: 0;
}
.product-listing-switch-view li {
  border-left: 1px solid #c7c6c2;
  float: left;
  margin-left: 13px;
  padding-left: 13px;
}
.product-listing-switch-view li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.product-listing-switch-view li a:before {
  color: #d6d6d3;
  font-family: FontAwesome;
  font-size: 1.222222rem;
  margin-right: 3px;
  vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
  content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
  content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
  color: #000;
}
.product-listing-switch-view li a {
  color: #596060;
  display: block;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: normal;
  text-decoration: none;
}
.woocommerce ul.products li.product {
 *zoom: 1;
}
.woocommerce ul.products li.product:before, .woocommerce ul.products li.product:after {
  content: "";
  display: table;
  line-height: 0;
}
.woocommerce ul.products li.product:after {
  clear: both;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  margin-top: 50px !important;
  max-width: none;
}
.single-product.woocommerce .woocommerce-error, .single-product.woocommerce .woocommerce-info, .single-product.woocommerce .woocommerce-message {
  margin-top: 0 !important;
}
.woocommerce-products-header__title {
  font-size: 1.875rem;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  float: none;
  font-size: 1rem;
  margin: 4px 0 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  margin: 0;
  position: absolute;
  right: 0;
  top: 12px;
}
.woocommerce-ordering .jqTransformSelectWrapper div span, .woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
  line-height: 48px;
}
.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen {
  width: 48px;
}
.woocommerce nav.woocommerce-pagination {
  margin: 80px 0 0;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  padding: 0 8px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  border: 1px solid #FB9475;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  font-size: 1.25rem;
  height: 44px;
  line-height: 42px;
  padding: 0;
  text-align: center;
  width: 44px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #FB9475;
  color: #fff;
}
/* Product Archive - Grid View */
.woocommerce ul.products {
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  float: left;
  margin: 56px 0 0;
  padding: 0 15px;
  width: 50%;
}
.woocommerce ul.products li.product:nth-child(2n+1) {
  clear: both;
}
.product-list-item {
  background: #F5F5F5;
}
.product-list-info {
  padding: 35px;
}
.product-list-thumb {
  text-align: center;
}
.woocommerce ul.products li.product a img {
  display: inline;
  line-height: 0;
  margin: 0;
  vertical-align: top;
  width: auto;
}
.product-listing-title {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}
.product-list-des {
  font-size: 1rem;
  margin-top: 3px;
}
.product-list-des p {
  margin: 0;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #FCB97D;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 12px 0 25px;
}
.product-list-link {
  float: left;
}
.product-list-link a.em-button, .woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button {
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  font-size: 1.0625rem;
  height: 58px;
  padding: 18px 25px;
  text-align: center;
}
.woocommerce ul.products li.product .button {
  float: right;
  margin: 0;
}
form.cart {
  float: right;
}
form.cart .quantity {
  background: #F5F5F5;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  float: left;
  width: 100px;
  padding-right: 40px;
}
.woocommerce .product-list-info form.cart .quantity {
  background: #fff;
}
.woocommerce form.cart .quantity .qty {
  background: #F5F5F5;
  border: none;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  height: 58px;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}
.woocommerce .product-list-info form.cart .quantity .qty {
  background: #fff;
}
form.cart .button {
  margin-left: -40px !important;
}
/* Product Archive - List View */
body.em-list-view-mode.woocommerce ul.products {
  margin: 0;
}
body.em-list-view-mode.woocommerce ul.products li.product {
  float: none;
  width: auto;
}
body.em-list-view-mode .product-list-item {
  padding: 40px 25px;
}
body.em-list-view-mode .product-list-item, body.em-list-view-mode .product-list-thumb, body.em-list-view-mode .product-list-content {
  min-height: 1px !important;
}
body.em-list-view-mode .product-list-thumb {
  float: left;
  width: 150px;
}
body.em-list-view-mode .product-list-info {
  padding: 0 0 0 175px;
}
body.em-list-view-mode .product-list-des {
  margin-bottom: 30px;
  margin-top: 9px;
}
body.em-list-view-mode.woocommerce ul.products li.product .price {
  float: left;
  margin: 17px 0 0;
  width: 33.333333%
}
body.em-list-view-mode .product-list-link a.em-button, body.em-list-view-mode.woocommerce ul.products li.product .button {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
/* Product Detail */
.woocommerce div.product div.images.woocommerce-product-gallery {
  float: left !important;
  margin: 0;
  padding-right: 15px;
  padding-top: 10px;
  width: 50%;
}
.woocommerce div.product div.images {
  text-align: center;
}
.woocommerce div.product div.images img {
  display: inline;
  line-height: 0;
  vertical-align: top;
  width: auto;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: right !important;
  margin: 0;
  padding-left: 15px;
  width: 50%;
}
.woocommerce div.product .product_title {
  font-size: 1.875rem;
  margin-bottom: 12px;
}
.product-detail-des {
  font-size: 1rem;
  line-height: 1.625em;
}
.product-detail-des p {
  margin-bottom: 12px;
  margin-top: 12px;
}
.product_meta {
  font-size: 1em;
}
.woocommerce div.product form.cart {
  float: none;
  margin-bottom: 40px;
  margin-top: 37px;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0;
}
.product-detail-message {
  font-size: 13px;
  line-height: 1.69230769em;
  margin-top: 23px;
}
/* Cart Page */
.woocommerce table.shop_table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 50px;
}
.woocommerce table.shop_table thead th {
  background: #FB9475;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  padding-bottom: 28px;
  padding-top: 28px;
}
.woocommerce table.shop_table tr {
  border-bottom: 1px solid #FB9475;
  border-left: 1px solid #FB9475;
  border-right: 1px solid #FB9475;
}
.woocommerce table.shop_table tbody tr:last-child {
  border: none;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  border-bottom: 1px solid #FB9475;
}
.woocommerce a.remove {
  color: #E46C48 !important;
  font-size: 2.5rem;
  font-weight: normal;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  max-height: 70px;
  max-width: 70px;
  width: auto;
}
#add_payment_method table.cart input.qty, .woocommerce-cart table.cart input.qty, .woocommerce-checkout table.cart input.qty {
  background: #F5F5F5;
  border: none;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  height: 58px;
  width: 90px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
  border-bottom: none;
  padding: 40px 0 0;
}
.woocommerce .cart td.actions .button {
  height: 58px;
  padding: 10px 30px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  background: #F5F5F5;
  border: none;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  font-size: 1.0625rem;
  height: 58px;
  margin: 0;
  padding: 5px 70px 5px 20px;
  width: 210px;
}
.woocommerce .cart td.actions .coupon .button {
  background: #FCB97D;
  margin-left: -60px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
}
.woocommerce .cart td.actions .coupon .button:hover {
  background: #FB9475;
}
.woocommerce .cart td.actions .button[name="update_cart"] {
  background: none;
  border-color: #E46C48;
  color: #E46C48;
  opacity: 1;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: calc(50% - 15px);
}
.cart_totals {
  background: #F5F5F5;
  padding: 38px 45px;
}
.cart_totals h2 {
  font-size: 1.875rem;
  margin-bottom: 0;
}
.woocommerce .cart_totals table.shop_table td, .woocommerce .cart_totals table.shop_table th {
  border-bottom: 1px solid #B1B1B1;
  padding: 28px 0;
}
.woocommerce .cart_totals table.shop_table .order-total td, .woocommerce .cart_totals table.shop_table .order-total th {
  border-bottom: none;
  padding-bottom: 5px;
}
.woocommerce .cart_totals table.shop_table td {
  font-size: 14px;
  line-height: 1.3em;
  text-align: right;
}
.woocommerce .cart_totals table.shop_table td p {
  margin: 0;
  width: 70%;
}
.woocommerce .cart_totals table.shop_table th {
  font-weight: 300;
  width: 30%;
}
.woocommerce-shipping-calculator {
  margin-top: 15px;
}
.woocommerce .cart_totals table.shop_table td p {
  width: auto;
}
.woocommerce .cart_totals table.shop_table .amount {
  color: #FCB97D;
  font-size: 1.5rem;
  font-weight: normal;
}
.woocommerce .cart_totals table.shop_table .includes_tax .amount {
  font-size: 14px;
}
.woocommerce .cart_totals table.shop_table small {
  font-size: 14px;
}
.cart-note {
  font-size: 12px;
  line-height: 1.66666667em;
  margin-bottom: 40px;
}
.cart-note p {
  margin-bottom: 22px;
  margin-top: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
}
/* Checkout Page */
#ship-to-different-address {
  font-size: 1rem;
}
#order_review_heading {
  margin-top: 30px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr:last-child {
  border-bottom: 1px solid #FB9475;
  border-left: 1px solid #FB9475;
  border-right: 1px solid #FB9475;
}
p#e_deliverydate_field {
  float: none;
}
.ft_shipping_notice, .ft_shipping_notice_more {
  font-size: 14px;
  line-height: 1.5em;
}
.ft_shipping_notice {
  font-style: italic;
}
.woocommerce .checkout_coupon input.button {
  height: 59px;
  padding-bottom: 15px;
  padding-top: 10px;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox:before, .woocommerce form .form-row label.woocommerce-form__label-for-checkbox:after {
  content: "";
  display: table;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox:after {
  clear: both;
}
#ajax-load-more {
  margin-top: 49px;
}
 @media (max-width: 1199px) {
/* Product Archive - Grid View */
    .woocommerce ul.products li.product {
  margin-top: 30px;
}
.product-list-info {
  padding: 20px;
}
.woocommerce ul.products li.product .price {
  font-size: 2rem;
}
.product-list-link a.em-button,  .woocommerce ul.products li.product .button,  .woocommerce div.product form.cart .button {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  height: 44px;
  padding: 11px 15px !important;
}
form.cart .quantity {
  width: 90px;
}
.woocommerce form.cart .quantity .qty {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  height: 44px;
  padding: 5px;
}
/* Product Archive - List View */
    body.em-list-view-mode .product-list-item {
  padding-bottom: 30px;
  padding-top: 30px;
}
body.em-list-view-mode.woocommerce ul.products li.product .price {
  margin-top: 10px;
}
body.em-list-view-mode .product-list-link a.em-button,  body.em-list-view-mode.woocommerce ul.products li.product .button {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/* Cart Page */
    .cart_totals {
  padding: 28px 30px;
}
.woocommerce .cart_totals table.shop_table .amount {
  font-size: 1.25rem;
}
.banner-area .banner-right p .em-button {
  font-size: 16px;
}
}
 @media (max-width: 991px) {
/* Product Archive - Grid View */
    .product-listing-title {
  font-size: 1.25rem;
}
.woocommerce ul.products li.product .price {
  font-size: 1.75rem;
}
.product-list-link {
  float: none;
}
.product-list-link a.em-button {
  display: block;
}
.woocommerce ul.products li.product .button {
  float: none;
  margin-top: 15px;
}
form.cart {
  float: none;
  margin-top: 15px;
  position: relative;
}
form.cart .quantity {
  padding-right: 150px;
  width: 100%;
}
.woocommerce ul.products li.product form.cart .button {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}
/* Product Archive - List View */
    body.em-list-view-mode .product-list-des {
  margin-bottom: 20px;
}
body.em-list-view-mode .product-list-link {
  float: left;
}
.woocommerce ul.products li.product .button {
  float: right;
  margin: 0;
}
body.em-list-view-mode.woocommerce ul.products li.product .price {
  float: none;
  margin: 0 0 15px;
  width: auto;
}
body.em-list-view-mode.woocommerce form.cart {
  float: right;
  margin: 0;
}
body.em-list-view-mode form.cart .quantity {
  padding-right: 130px;
  width: 180px;
}
body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
  padding-left: 5px;
  padding-right: 5px;
  width: 130px;
}
/* Product Detail */
    .woocommerce div.product form.cart div.quantity {
  padding-right: 40px;
  width: 100px;
}
}
 @media (max-width: 767px) {
/* Product Archive Page */
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: none;
  margin-top: 15px;
  max-width: 250px;
  position: static;
}
/* Product Archive - Grid View */
    .woocommerce ul.products {
  max-width: 470px;
  margin: 0 auto;
}
.woocommerce ul.products li.product {
  float: none !important;
  padding: 0;
  width: auto;
}
/* Product Archive - List View */
    body.em-list-view-mode.woocommerce ul.products {
  max-width: none;
}
body.em-list-view-mode .product-list-item {
  padding: 20px;
}
body.em-list-view-mode .product-list-thumb {
  width: 80px;
}
body.em-list-view-mode .product-list-info {
  padding-left: 100px;
}
body.em-list-view-mode form.cart .quantity {
  padding-right: 110px;
  width: 160px;
}
body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
  width: 110px;
}
/* Product Detail */
    .woocommerce div.product div.images.woocommerce-product-gallery,  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none !important;
  padding: 0;
  width: auto;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  margin-top: 30px;
}
/* Cart Page */
    .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
  padding-bottom: 10px;
}
.cart_totals {
  padding: 20px;
}
.woocommerce table.shop_table tbody tr,  .woocommerce table.woocommerce-checkout-review-order-table tbody tr:last-child {
  border: 1px solid #FB9475;
  margin: 10px 0;
}
.woocommerce table.shop_table td {
  border: none;
}
.woocommerce table.shop_table_responsive tr td.actions, .woocommerce-page table.shop_table_responsive tr td.actions {
  background: none;
  padding: 10px 0 0 !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce .cart_totals table.shop_table tr {
  border: none;
}
.woocommerce .cart_totals table.shop_table tr td {
  background: none;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot {
  border: 1px solid #FB9475;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #FB9475;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child {
  border-top: none;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  border: none;
  display: block;
  position: static;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  border: none;
}
}
 @media (max-width: 480px) {
/* Product Archive - List View */
    body.em-list-view-mode .product-list-thumb {
  float: none;
  width: auto;
}
body.em-list-view-mode .product-list-thumb img {
  max-height: 150px;
}
body.em-list-view-mode .product-list-info {
  padding-left: 0;
  padding-top: 20px;
}
.woocommerce ul.products li.product .price {
  text-align: center;
}
body.em-list-view-mode .product-list-link {
  float: none;
}
.woocommerce ul.products li.product .button,  body.em-list-view-mode.woocommerce form.cart {
  float: none;
  margin-top: 15px;
}
body.em-list-view-mode form.cart .quantity {
  padding-right: 130px;
  width: 100%;
}
body.em-list-view-mode.woocommerce ul.products li.product form.cart .button {
  width: 130px;
}
/* Checkout Page */
    .woocommerce form .form-row-first, .woocommerce-page form .form-row-first,  .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: none;
  width: auto;
}
}
/******************************************
TESTIMONIALS
******************************************/
/* Default Layout */
.testimonials-list:before, .testimonials-list:after {
  content: " ";
  display: table;
}
.testimonials-list:after {
  clear: both;
  margin: 0 -15px;
}
.testimonials-list {
  margin: -50px -15px 0;
}
.testimonials-list .quote {
  float: left;
  margin: 50px 0 0;
  padding: 0 15px;
  width: 100%;
}
.testimonial-avatar {
  display: none;
}
.testimonials-list blockquote {
  background: url(library/images/five-stars@2x.png) no-repeat left top;
  -webkit-background-size: 157px auto;
  -moz-background-size: 157px auto;
  -o-background-size: 157px auto;
  background-size: 157px auto;
  margin: 0;
  padding: 45px 0 0;
}
.testimonials-list blockquote p {
  margin: 0;
}
.testimonials-list .author {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-top: 5px;
}
/* Layout 01 - Two columns, no thumb */
.woothemes-testimonials-layout-01 .testimonials-list .quote {
  width: 50%;
}
.woothemes-testimonials-layout-01 .testimonial-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
}
/* Layout 02 - One column, no thumb */
.woothemes-testimonials-layout-02 {
}
/* Layout 03 - Thumbnail on left, testimonial text on the right */
.woothemes-testimonials-layout-03 .testimonials-list .quote {
  display: flex;
  align-items: center;
}
.woothemes-testimonials-layout-03 .testimonial-avatar {
  display: inherit;
  width: 296px;
}
.woothemes-testimonials-layout-03 .testimonial-avatar img {
  width: 192px;
}
/* Layout 04 - Quote icon on the left, no thumb */
.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
  background: url(library/images/icon-quote@2x.png) no-repeat center center;
  -webkit-background-size: auto 27px;
  -moz-background-size: auto 27px;
  -o-background-size: auto 27px;
  background-size: auto 27px;
  border: 3px solid #ED1B24;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 68px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 68px;
}
.woothemes-testimonials-layout-04 .testimonials-list blockquote {
  background: none;
  margin: 0;
  padding: 0 0 0 100px;
  position: relative;
}
.woothemes-testimonials-layout-04 .testimonials-list .author {
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 9px;
  padding-left: 100px;
}
/******************************************
FLEXSLIDER
******************************************/
.flexslider {
  background: none;
  border: none;
}
.flex-direction-nav {
  height: 0;
}
.flex-nav-prev {
  float: left;
}
.flex-nav-next {
  float: right;
}
.flex-direction-nav a:before {
  color: rgba(0,0,0,0.4);
  font-family: FontAwesome;
  font-size: 60px;
  line-height: 34px;
  text-indent: 0;
  text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
  content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
  content: "\f105";
}
.flex-direction-nav a:hover:before {
  color: rgba(0,0,0,1);
}
.flex-direction-nav a {
  font-size: 0;
  line-height: 0;
  opacity: 1 !important;
  outline: none;
  text-indent: -999em;
  width: 25px;
}
.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider .slides img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/******************************************
NEXTGEN FLEXSLIDER
******************************************/
.flexslider.em-nextgen-flexslider {
  margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
  margin-right: 36px;
}
/******************************************
GRAVITY FORM
******************************************/
div.gform_wrapper {
  margin: 0;
  max-width: none;
}
div.gform_wrapper ul.gform_fields li.gfield {
  margin: 25px 0;
  padding-right: 0;
}
.gform_wrapper form li #extensions_message {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
div.gform_wrapper .top_label .gfield_label, div.gform_wrapper .left_label .gfield_label {
  display: block;
  font-weight: inherit;
  margin: 0 0 4px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0;
}
div.gform_wrapper .gform_footer {
  margin: 20px 0 0;
  padding: 0;
}
.ui-datepicker-title select {
  height: auto;
  width: auto;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
  margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
  height: 100px;
}
/******************************************
BLOG
******************************************/
.img-zoom {
  width: auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.img-zoom:hover {
  -webkit-transform: scale(1.075);
  -moz-transform: scale(1.075);
  -o-transform: scale(1.075);
  transform: scale(1.075);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);  /* For Webkit browsers */
  filter: gray;  /* For IE 6 - 9 */
  -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
  background: #f4f4f4;
  margin: 0 0 43px;
  padding: 25px 30px;
}
.blog-description p {
  margin: 0;
}
.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.postlist .post {
  border-top: 1px solid #e5e5e5;
  margin-top: 35px;
  padding-top: 35px;
}
.postlist .post-list .post:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.post-list-date {
  font-size: 0.875rem;
  margin-bottom: 14px;
}
.post-list-date a {
  text-decoration: underline;
}
h2.entry-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.post-list-thumbnail {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.post-list-thumbnail a.em-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-list-content p {
  margin-top: 0;
}
.post-list-content a.excerpt-read-more {
  display: none;
}
.post-tags:before {
  content: "\f02c";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 1px;
}
.post-tags {
  font-size: 0.875rem;
  margin: 15px 0 0;
  padding: 0 0 0 30px;
  position: relative;
}
h1.single-title {
  font-weight: normal;
  font-size: 3.75rem;
  text-align: center;
}
.post-image {
  margin: 15px 0;
}
.hentry header {
  padding: 66px 0 86px;
}
.byline {
  font-family: Garamond;
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  text-align: center;
  color: #008743;
  margin-top: 17px;
}
.alm-listing .image-text-wrap .post-content {
  width: 636px;
  background: #008743;
  margin-left: -107px;
  position: relative;
  padding: 77px;
}
.alm-listing .image-text-wrap .text-align-right .post-content {
  margin-right: -107px;
  margin-left: 0;
}
.alm-listing a {
  color: #FFF;
}
.alm-listing p, .alm-listing .text-wrap {
  font-size: 1.33585rem;
  color: #FFF;
  font-weight: normal;
}
.alm-listing li h3 {
  margin: 0 0 22px;
  font-size: 2rem;
}
.alm-listing li {
  padding: 0;
  margin: 0 0 140px;
}
.alm-listing li img {
  position: initial;
}
.alm-listing .entry-meta {
  font-family: Garamond;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 24px;
}
.alm-listing a.em-button {
  font-size: 1.470rem;
  padding: 32px 36px 30px !important;
  color: #FFF;
  margin-top: 46px;
}
button.alm-load-more-btn {
  background-color: rgba(0,0,0,0);
  border: 2px solid #BCBCBC;
  color: #000000;
  display: inline-block;
  font: bold 1.375rem/1.2em Garamond, 'Poppins', sans-serif;
  padding: 33px 36px 30px;
  text-align: left;
  text-decoration: none;
  height: auto;
  text-transform: uppercase;
  background-image: url(library/images/red-horizontal-arrow.png);
  background-position: center right 30px;
  background-repeat: no-repeat;
  padding-right: 103px !important;
}
button.alm-load-more-btn:hover {
  background-color: #000000;
  color: #FFF;
  border-color: #000;
}
button.alm-load-more-btn.done {
  background-color: #008743;
}
/******************************************
NAVIGATION
******************************************/
nav.main-nav ul.nav {
 *zoom: 1;
}
nav.main-nav ul.nav:before, nav.main-nav ul.nav:after {
  content: "";
  display: table;
  line-height: 0;
}
nav.main-nav ul.nav:after {
  clear: both;
}
nav.main-nav ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.main-nav ul.nav > li {
  float: left;
  position: relative;
}
nav.main-nav ul.nav > li > a {
  color: #404040;
  display: block;
  font: normal 1.0625rem/54px 'Roboto Condensed', sans-serif;
  padding: 0 24px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
nav.main-nav ul.nav > li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  margin-left: 7px;
  margin-top: -2px;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  vertical-align: middle;
}
nav.main-nav ul.nav > li.menu-item-has-children.menu-item-opened > a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: FlipV;
}
nav.main-nav ul.nav > li.current-menu-item > a, nav.main-nav ul.nav > li.current-parent-item > a, nav.main-nav ul.nav > li.current-menu-ancestor > a, nav.main-nav ul.nav > li:hover > a, nav.main-nav ul.nav > li.hover > a {
  color: #2D56A6;
}
nav.main-nav ul.nav > li.current-menu-item > a, nav.main-nav ul.nav > li.current-parent-item > a, nav.main-nav ul.nav > li.current-menu-ancestor > a {
  font-weight: normal;
}
nav.main-nav ul.nav li ul {
  background: #1B4D60;
  left: 100%;
  -moz-opacity: 0.00;
  -khtml-opacity: 0.00;
  opacity: 0.00;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
  filter:alpha(opacity=0);
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  visibility: hidden;
  width: 250px;
}
nav.main-nav ul.nav li:hover > ul, nav.main-nav ul.nav li.hover > ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
nav.main-nav ul.nav > li > ul {
  left: 30px;
  top: 100%;
}
nav.main-nav ul.nav li ul li {
  border-top: 1px solid #fff;
  position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
  border-top: none;
}
nav.main-nav ul.nav li ul li a {
  color: #fff;
  display: block;
  font: normal 1.0625rem/1.3em 'Roboto Condensed', sans-serif;
  padding: 8px 14px;
  text-decoration: none;
}
nav.main-nav ul.nav li ul li a:hover {
  background: #2D56A6;
}
nav.main-nav ul.nav li ul li.current-menu-item > a, nav.main-nav ul.nav li ul li.current-parent-item > a, nav.main-nav ul.nav li ul li.current-menu-ancestor > a {
  background: #166988;
}
/******************************************
SUPERFLY MENU
******************************************/
div.sfm-label-metro .sfm-navicon-button {
  background: #008743;
}
div.sfm-label-metro .sfm-navicon, div#sfm-mob-navbar .sfm-navicon, div.sfm-label-metro .sfm-navicon:after, div#sfm-mob-navbar .sfm-navicon:after, div.sfm-label-metro .sfm-navicon:before, div#sfm-mob-navbar .sfm-navicon:before {
  background: #FFF;
}
div#sfm-sidebar .sfm-menu li {
  margin-bottom: 1px;
}
div#sfm-sidebar .sfm-menu li:after {
  background: #fff;
  display: none;
}
div#sfm-sidebar .sfm-menu li a {
  font-family: Garamond, arial;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 27px 15px;
  padding-left: 40px !important;
}
div#sfm-sidebar .sfm-menu li.sfm-active-class > a:before {
  width: 100%;
}
div#sfm-sidebar .sfm-menu li > a:before {
  background: #000000;
}
#sfm-sidebar.sfm-compact .sfm-logo {
  text-align: left;
}
#sfm-sidebar .sfm-menu li > a span {
  text-transform: none;
}
.sfm-scroll-wrapper {
  background: url('library/images/menu-bg.png') top right no-repeat;
}
.sfm-child-menu li a, div#sfm-sidebar .sfm-menu-level-1 li a {
  font-family: futura-pt, 'Roboto', sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
}
.sfm-logo img {
  max-width: 185.27px;
}
.sfm-rollback {
  left: initial;
  right: 60px;
  position: absolute;
  top: 0;
}
.inner .sfm-rollback {
  top: 28px;
  right: 42px !important;
}
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
  width: 40px;
}
.sfm-navicon {
  width: 40px;
}
.sfm-navicon-button {
  padding: 46px 30px;
}
.sfm-navicon:after {
  top: -14px;
}
.sfm-navicon:before {
  top: 14px;
}
.sfm-child-menu li a, div#sfm-sidebar .sfm-menu-level-1 li a {
  font-family: "futura-pt", Arial !important;
}

/******************************************
RESPONSIVE STYLES
******************************************/
@media (min-width: 1200px) {
}
 @media (max-width: 1800px) {
html {
  font-size: 93.575% !important;
}
.header-phone a.em-button {
  font-size: 1rem;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
nav.main-nav ul.nav > li > a {
  font-size: 15px;
  padding: 0 14px;
}
.header-nav, .header-phone {
  padding-top: 20px;
}
.container, .inner .bottom-bar .container, .inner .main-footer .container {
  width: 1495px;
}
.home .extra-content.home-row-06,  .home .extra-content.home-row-05,  .home .extra-content.home-row-03,  .home .extra-content.home-row-01 {
  background-size: 1492px auto !important;
}
.banner-area {
  position: relative;
  overflow: hidden;
}
.banner-area > .row > div {
  width: 50% !important;
}
.banner-area .banner-left {
  position: absolute;
  overflow: hidden;
}
.banner-area .banner-left img {
  height: 100% !important;
  max-width: none !important;
  margin-right: -240px;
  float: right;
}
.banner-area .banner-right {
  float: right;
}
.ies-difference-wrap1 {
  padding: 150px 89px 150px 15px;
}
.ies-difference-list > div {
  width: 47%;
  margin-right: 5%;
  margin-bottom: 35px;
}
}
 @media (max-width: 1508px) {
.commited-growth-wrap {
  padding: 74px 35px 40px;
}
.commited-growth-wrap > div {
  width: 100%;
  float: none;
}
.commited-growth-wrap > div:last-of-type {
  margin-top: 65px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.electrical-workers-wrap .offset-texts-left {
  padding: 371px 325px 70px 15px;
}
}
@media (max-width: 1440px) {
/* General Styles */
    .accordion {
  margin-top: 0;
}
h3.accordion-title {
  margin-top: 30px;
  padding: 20px 60px 20px 20px;
}
/*** Enter your custom style here ***/
    html {
  font-size: 100% !important;
}
body {
  font-size: 1.125rem;
}
h2 {
  font-size: 2.375rem;
}
h4 {
  font-size: 1.375rem;
}
.container, .inner .bottom-bar .container, .inner .main-footer .container {
  width: 1220px;
}
.home .extra-content.home-row-06, .home .extra-content.home-row-05, .home .extra-content.home-row-03, .home .extra-content.home-row-01 {
  background-size: 1220px auto !important;
}
.banner-area > .row > div.banner-left {
  width: 45% !important;
}
.banner-area > .row > div.banner-right {
  width: 55% !important;
}
.black-border-offset:after, .black-border-offset-right:after, .green-border-offset:after {
  width: 208px;
  height: 131%;
  top: -23%;
  right: -24%;
}
.ies-difference-wrap1 {
  padding: 93px 89px 93px 15px;
}
.ies-difference-list {
  padding: 59px 84px 12px 6px;
}
.ies-difference-list:before {
  width: 66px;
}
.ies-difference-list:after {
  content: '';
  clear: both;
  display: block;
}
.ies-difference-list > div {
  margin-bottom: 17px;
  float: left;
}
.ies-difference-list > div > p:first-child {
  margin: 0;
}
.who-we-work-with-section {
  padding: 36px 0;
}
.who-we-work-with-section img {
  right: 39px;
}
.who-we-work-with-lists .list-check li:nth-of-type(3n+1) {
  clear: left;
}
.list-check li {
  padding-left: 30px;
}
.list-check li:before {
  font-size: 10px;
  top: 4px;
}
.our-work-section {
  padding-bottom: 65px;
}
.our-work-section-heading h2 {
  font-size: 2.875rem;
}
.our-work-section .image-text-wrap {
  max-width: 1080px;
}
.image-text-wrap .text-wrap-right h3, .image-text-wrap .text-wrap-left h3 {
  padding: 75px 45px;
  font-size: 2.125rem;
}
a.em-button {
  font-size: 1.25rem;
  padding-top: 29px !important;
  padding-bottom: 28px !important;
}
.bottom-bar {
  padding: 54px 0 53px;
}
.bottom-bar p {
  font-size: 2.875rem;
}
.bottom-bar a.em-button {
  height: 84px !important;
  padding-right: 102px !important;
}
.main-footer .footer-logo img {
  max-width: 160.03px;
  margin-top: 9px;
}
.main-footer .widget_nav_menu ul {
  margin: 25px 0 37px;
}
/*.offset-image-right img, .offset-image img {
        height: 585px !important;
    }*/

    .chris-edlond-info .texts-wrap {
  padding: 74px 70px 85px 70px;
}
.chris-edlond-info:before {
  content: '';
  background: #171717;
  position: absolute;
  height: 105%;
  width: 18%;
  left: -11%;
  top: 0;
  z-index: 0;
}
.chris-edlond-info .texts-wrap:before {
/*display: none;*/
    }
.chris-edlond-heading {
  z-index: 5;
}
.chris-edlond-heading-wrap > div:nth-of-type(2) {
  position: relative;
}
.chris-edlond-heading-wrap > div:nth-of-type(2):before {
  content: '';
  background: #171717;
  position: absolute;
  height: 105%;
  width: 100%;
  left: 5%;
  top: 0;
  z-index: 5;
}
.electrical-workers-wrap .black-border-offset {
  margin: 24px 0 44px;
  top: 40px;
}
.electrical-workers-wrap .black-border-offset:after {
  width: 200px;
  height: 200px;
  right: -23%;
  top: -17%;
}
.electrical-workers-wrap .offset-texts-left {
  padding: 268px 166px 30px 15px;
  height: auto !important;
}
.project-management-row-01 .commited-growth-wrap {
  padding: 50px 57px 50px 142px;
}
.project-management-row-01 .divup-wrap.row.commited-growth-wrap .div-1:before {
  height: 135%;
}
.project-management-row-01 .commited-growth-wrap > div:last-of-type {
  margin-bottom: 65px;
}
.did-you-know-wrap {
  padding: 80px 0 130px;
}
.did-you-know-wrap .single-box h3 {
  font-size: 3.625rem;
}
.did-you-know-wrap .single-box p {
  font-size: 1.125rem;
}
.image-text-wrap .text-wrap-right.green-bg h3, .image-text-wrap .text-wrap-left.green-bg h3 {
  padding: 95px 50px;
  max-width: 550px;
}
.alm-listing .image-text-wrap .post-content {
  width: 500px;
  padding: 50px;
}
.alm-listing .entry-meta,  .alm-listing li h3 {
  font-size: 1.5rem;
  margin: 0 0 15px;
}
.alm-listing p,  .alm-listing .text-wrap {
  font-size: 1.125rem;
  line-height: 1.4em;
}
.alm-listing a.em-button {
  font-size: 1.125rem;
  padding: 24px 36px 22px !important;
  color: #FFF;
  margin-top: 35px;
}
.page-id-57 .about-row-02 .single-box {
  margin: -119px auto -72px;
}
.staff_list h4 {
  padding-left: 42px;
}
.staff_list h4:before {
  height: 140px;
  width: 140px;
  left: -28px;
}
.image-wrap img {
  width: 675px;
}
  .page-id-76 .image-wrap img {
    max-width: 900px;
    width: auto;
  }
  .page-id-76 .total-div-13.texts-wrap p {
    width: 319px;
  }
}
 @media (max-width: 1280px) {
.banner-area .banner-right p {
  max-width: 563px;
  margin: 46px 0;
}
.banner-area .banner-left img {
  height: 100%;
}
.banner-area .banner-right .btn-wrap {
  margin-top: 66px;
}
.banner-area > .row > div.banner-right {
  width: 56% !important;
  height: auto !important;
}
.banner-area > .row > div #media_image-2 {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.container, .inner .bottom-bar .container, .inner .main-footer .container {
  width: 1140px;
}
.home .extra-content.home-row-06, .home .extra-content.home-row-05, .home .extra-content.home-row-03, .home .extra-content.home-row-01 {
  background-size: 1140px auto !important;
}
a.red-arrow, a.black-arrow {
  min-width: 260px;
}
.ies-difference-wrap1 {
  padding: 93px 80px 93px 15px;
}
.sfm-navicon-button {
  padding: 35px 19px;
}
.image-text-wrap .text-wrap-left h3 {
  padding: 59px 42px 63px;
}
.inner .sfm-rollback {
  top: 41px;
}
.chris-edlond-heading {
  right: 0;
}
.staff_list li {
  position: relative;
}
.main-footer .widget_nav_menu ul li {
  margin-right: 30px;
}
#divup-post-82-4 > #divup-id-9 {
  display: none;
}
#divup-post-82-4 > #divup-id-9 + p {
  display: none;
}
.lv-hv-wrap {
  padding: 80px 0;
}
.maps-wrap .single-box {
  margin: 20px auto 40px;
}
.systematic-approach-wrap .col-xs-12 > p:nth-last-of-type(2),  .systematic-approach-wrap .col-xs-12 > p:last-of-type {
  display: none;
}
.contruction-replacement-upgrades-wrap {
  padding: 126px 0 60px;
}
.image-text-wrap .text-wrap-right.green-bg h3, .image-text-wrap .text-wrap-left.green-bg h3 {
  max-width: 455px;
  font-size: 1.8rem;
  line-height: 1.5em;
}
.alm-listing {
  margin-top: 30px;
}
.alm-listing li {
  margin-bottom: 60px;
}
.alm-listing .image-text-wrap .post-content {
  width: 400px;
  padding: 35px;
}
.alm-listing a.em-button {
  padding: 23px 19px 21px !important;
  width: 234px;
  display: block;
}
.banner-area {
  background-size: 47% 71%;
  background-position: right bottom -36px;
}
.banner-area .banner-right {
  padding: 105px 4.4% 50px 3.4%;
}
}
 @media (max-width: 1199px) {
/* General Styles */
    .testimonial-box:after {
  left: 24px;
}
.testimonial-box {
  font-size: 1.25rem;
  padding: 50px 30px 10px 40px;
}
.free-quote-bar,  .free-quote-bar p {
  text-align: center;
}
/*** Enter your custom style here ***/
}
 @media (max-width: 1147px) {
.chris-edlond-heading.green-border-offset:after {
  top: -39%;
}
}
 @media (max-width: 1091px) {
.systematic-approach-wrap .texts-wrap {
  width: 100%;
  max-width: 100%;
  padding: 40px 62px;
  border: 0 none;
}
   .systematic-approach-wrap .image-box {
     display: none;
   }
   .page-id-76 .total-div-13.texts-wrap p {
     width: 100%;
   }
}
 @media (max-width: 1024px) {
body {
  font-size: 1rem;
}
h1 {
  font-size: 3rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
.banner-area .banner-right {
  padding: 144px 4.4% 20px 3.4%;
}
.banner-area .banner-right p {
  font-size: 1.125rem;
  margin: 39px 0;
}
.banner-area .banner-right .btn-wrap {
  margin-top: -2px;
  margin-bottom: 92px;
}
.banner-area .banner-left img {
  right: 141px;
  margin-right: -386px;
}
a.red-arrow, a.black-arrow {
  min-width: 225.27px;
  background-position: center right 17px;
  background-size: 34.69px auto;
  padding-right: 73px !important;
}
.container, .inner .bottom-bar .container, .inner .main-footer .container {
  width: 940px;
}
.home .extra-content.home-row-06, .home .extra-content.home-row-05, .home .extra-content.home-row-03, .home .extra-content.home-row-01 {
  background-size: 940px auto !important;
}
.ies-difference-wrap1,  .ies-difference-wrap2 {
  width: 100%;
  height: auto !important;
}
.custom-width {
  max-width: 601px;
}
.ies-ribbon {
  padding: 108px 0 103px;
}
.black-border-offset, .black-border-offset-right, .green-border-offset {
  margin: 39px 0 23px;
  float: none !important;
}
.ies-difference-wrap1 {
  padding: 65px 80px 66px 15px;
}
.ies-difference-wrap1:before {
  background: url(library/images/bg-over1.png) bottom left 35px no-repeat;
  right: 0;
  width: 114%;
  background-size: 336px;
}
.ies-difference-wrap1 a.em-button {
  margin-top: 0;
}
.ies-difference-wrap1 .extra-content-col-inner > div {
  float: left !important;
  margin-left: 11.5%;
}
.ies-difference-wrap1 .extra-content-col-inner > p {
  float: right !important;
  margin-right: 12%;
  margin-top: 74px;
}
.home-row-02 .container {
  width: 100% !important;
}
.ies-difference-list {
  padding: 50px 45px 15px 45px;
  max-width: 755px;
  margin: 87px auto;
}
.ies-difference-list:before {
  display: none;
}
.ies-difference-list h4 {
  margin-bottom: -17px;
}
.ies-difference-wrap2:before {
  width: 100%;
  background-size: cover;
}
.who-we-work-with-lists .list-check li {
  font-size: 13px;
}
.who-we-work-with-section img {
  width: 924px;
}
.our-work-section {
  padding-top: 26px;
}
.our-work-section-heading {
  max-width: 545px;
}
.our-work-section-heading:before {
  background-size: 52.5%;
  padding: 48px 0 0px;
}
.our-work-section-heading h2 {
  font-size: 2.625rem;
  margin-bottom: 16px;
}
.bottom-bar p {
  font-size: 1.75rem;
  padding-right: 300px;
}
.bottom-bar a.em-button {
  height: 69px !important;
  right: 15px;
}
.main-footer .row {
  margin: 0;
}
.list-check {
  margin: 0;
}
.list-check li {
  padding-left: 25px;
  margin-bottom: 21px !important;
}
.list-check li:before {
  padding: 3px 3px;
  top: 4px;
}
a.em-button {
  font-size: 1.125rem;
  padding: 24px 15px 23px !important;
}
.image-text-wrap .text-wrap-right.green-bg h3, .image-text-wrap .text-wrap-left.green-bg h3 {
  max-width: 390px;
  font-size: 1.5rem;
}
.banner-area {
  background-size: 51% 64%;
  background-position: right bottom -21px;
}
.banner-area .banner-right {
  padding: 114px 7% 20px 4.7%;
}
.banner-area .banner-right h1 {
  margin-bottom: 43px;
}
.banner-area .banner-right p {
  line-height: 1.8em;
}
.banner-area .banner-right p .em-button {
  padding: 28px 22px 29px;
}
.commited-growth-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-row-02 .award-boxes {
  margin-top: -67px;
}
.bottom-bar .bottom-bar-section-2 p {
  padding-right: 270px;
  font-size: 2rem;
}
.our-clients-row-08 {
  min-height: 373px;
}
.smart-lightning-wrap {
  margin-bottom: 122px;
}
#divup-post-76-5 {
  margin-bottom: -76px;
  margin-top: -45px;
}
.page-id-13 .single-box {
  margin: 0 auto;
}
.sfm-sidebar-close:before, .sfm-sidebar-close:after {
  width: 25px;
}
div#sfm-sidebar .sfm-menu li a {
  font-size: 1.25rem;
  padding: 17px 15px;
}
.sfm-pos-right div#sfm-sidebar.sfm-vertical-nav .sfm-menu li a {
  padding-left: 15px !important;
}
.sfm-child-menu li a,  div#sfm-sidebar .sfm-menu-level-1 li a {
  font-size: 1.125rem !important;
}
.electrical-workers-wrap {
  padding-top: 0;
  padding-bottom: 72px;
}
.electrical-workers-wrap .offset-texts-left {
  top: 34px;
}
.fully-certified-team-wrap {
  padding: 60px 0 37px;
}
.machinery-portfolio-wrap .offset-image img {
  top: -50px;
}
.contact-form-wrap div.gform_wrapper ul.gform_fields li.gfield {
  margin: 35px 0;
}
.contact-form-wrap div.gform_wrapper .top_label .gfield_label {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.contact-form-wrap {
  padding: 40px 0 82px;
}
.two-column-list ul li:last-of-type {
  margin-bottom: 0 !important
}
.maintenance-section .single-box {
  margin: 30px auto -47px;
}
.page-id-57 .about-row-02 .single-box {
  margin: -50px auto -11px;
}
.extra-content iframe {
  height: 400px;
}
   .images-wrap .first img, .images-wrap img {
     width: 389px;
   }
   .page-id-76 .image-wrap img {
      max-width: 700px;
  }
}
 @media (max-width: 991px) {
h3 {
  font-size: 1.3125rem;
}
p {
  margin-bottom: 15px;
  margin-top: 15px;
}
.post-list-thumbnail {
  margin-right: 15px;
}
.table-style-1 td, .table-style-1 th {
  padding-left: 10px;
}
.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.column-vertical-align .row,  .column-vertical-align.row,  .column-equal-height .row,  .column-equal-height.row {
  display: block;
}
/* Testimonials */
    .woothemes-testimonials-layout-03 .testimonial-avatar {
  width: 200px;
}
.woothemes-testimonials-layout-03 .testimonial-avatar img {
  width: 150px;
}
/* General Styles */
    .extra-content,  .free-quote-bar,  .free-quote-cta-panel.free-quote-bar {
  padding: 30px 0;
}
.border-bottom .container {
  padding-bottom: 30px;
}
.border-top .container {
  padding-top: 30px;
}
.background-only-panel {
  height: 250px !important;
}
.free-quote-bar {
  text-align: center;
}
.free-quote-bar h2 {
  margin-top: 0;
}
.free-quote-bar .col-md-4 {
  margin-top: 30px;
}
.free-quote-bar p {
  text-align: center;
}
.staff-panel {
  padding-bottom: 10px;
  padding-top: 10px;
}
.staff-panel-first {
  padding-top: 30px;
}
.staff-panel .extra-content-col {
  padding-bottom: 5px;
  padding-top: 5px;
}
.staff-panel .column-01 p {
  margin: 0;
}
.testimonial-box:after {
  top: 12px;
}
.accordion {
  margin-top: 10px;
}
h3.accordion-title {
  margin-top: 20px;
  padding: 15px 60px 15px 15px;
}
.accordion-content {
  padding: 15px 30px;
}
.contact-form .column-02, .get-a-quote-row-01 .column-02 {
  max-width: none;
}
/*** Enter your custom style here ***/
    .container, .inner .bottom-bar .container, .inner .main-footer .container {
  width: 720px;
}
.home .extra-content.home-row-06, .home .extra-content.home-row-05, .home .extra-content.home-row-03, .home .extra-content.home-row-01 {
  background-size: 720px auto !important;
}
.who-we-work-with-section img {
  width: 690.5px;
  max-width: 100%;
  position: relative;
  top: 0;
  right: initial;
  display: block;
  margin: -149px auto 0;
}
.who-we-work-with-section p {
  margin-bottom: 10px;
}
.who-we-work-with-section p:last-of-type {
  text-align: center;
  margin: 50px 0 20px;
}
.our-work-section {
  padding-top: 25px;
}
.who-we-work-with-lists {
  padding-bottom: 0;
  padding-top: 45px;
}
.home-row-03 {
  padding-bottom: 97px;
}
a.em-button {
 font-size: .875rem;
  padding: 17px 15px 16px !important;
}
.main-header {
  top: 15px;
  left: 37px;
}
.banner-area {
  background: url(library/images/grey-bg1.png) right -105px bottom -21px no-repeat;
  background-size: 627px;
}
.banner-area .banner-left {
  display: none;
}
.banner-area .banner-right p {
  margin: 49px 0 47px;
}
.banner-area .banner-right p .em-button {
  margin: 0 0 10px;
}
.banner-area .banner-right .btn-wrap {
  margin-bottom: 65px;
}
a.red-arrow, a.black-arrow {
  min-width: 229.05px;
}
a.em-button {
  padding: 29px 22px 28px !important;
  background-position: center right 25px;
}
.banner-area > .row > div.banner-right {
  width: 542px !important;
  float: none;
  margin: auto;
  padding: 111px 30px 20px;
  height: auto !important;
}
.main-header .logo img {
  max-width: 119.28px;
}
.trusted-company-wrap h3 {
  margin: 0;
}
.trusted-company-wrap .col-xs-12 {
  width: 50%;
}
.trusted-company-wrap .col-xs-12 ul {
  margin: 0;
}
.trusted-company-wrap .no-bullet li {
  margin-right: 7.5%;
  width: 28.33%;
}
.ies-ribbon:before {
  left: -122px;
  background-size: cover;
  width: 64px;
  height: 65px;
}
.ies-ribbon:after {
  right: -112px;
  background-size: cover;
  width: 64px;
  height: 65px;
}
.ies-difference-list h4 {
  margin-bottom: 0;
}
.our-work-section .container {
  width: 100%;
}
.our-work-section .col-xs-12 {
  padding: 0;
}
.our-work-section-heading {
  max-width: 100%;
  padding: 50px 0 27px;
  overflow: hidden;
}
.our-work-section-heading:before {
  background-size: 487.27px;
}
.our-work-section-heading > div {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 15px;
}
.our-work-section .image-text-wrap {
  margin: 20px 0 0;
}
.image-text-wrap .text-wrap-right h3, .image-text-wrap .text-wrap-left h3 {
  line-height: 3rem;
  padding: 59px 45px 63px;
}
.image-text-wrap .text-wrap-left h3 {
  padding: 59px 42px 63px;
}
.bottom-bar {
  padding: 32px 0 28px;
}
.bottom-bar p {
  font-size: 1.75rem;
  padding-right: 0;
  line-height: 1.4em;
  text-align: center;
}
.bottom-bar a.em-button {
  position: relative;
  left: 0;
  right: 0;
  height: auto !important;
  padding: 18px 14px 16px !important;
  margin: 12px 0;
}
.bottom-bar .bottom-bar-section-2 p {
  padding-right: 0;
}
.inner .vertical-aligned-middle, .inner .vertical-aligned-middle > div {
  display: block;
}
.inner .offset-image-right img, .inner .offset-image img {
  height: auto !important;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  width: auto;
  max-width: 100%;
  margin-top: -35px;
}
.two-column-list ul li {
  width: 100%;
}
.page-id-62 .bottom-bar {
  margin-top: 50px;
}
.inner .main-header {
  padding: 25px 15px;
}
.inner .sfm-rollback {
  top: 49px;
  right: 15px !important;
}
.inner .mainbody .vertical-aligned-middle {
  min-height: auto;
}
.commited-growth-wrap {
  padding: 35px 0;
  margin-top: 35px;
  margin-bottom: 35px;
}
.commited-growth-wrap > div {
  width: auto;
}
.commited-growth-wrap > div h3 {
  font-size: 2.125rem;
}
.black-border-offset, .black-border-offset-right, .green-border-offset {
  margin: 39px auto 23px;
}
.page-id-57 .about-row-02 .single-box {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.chris-edlond-info {
  height: auto;
  padding: 1px 15px;
}
.chris-edlond-heading-wrap > div {
  width: 100%;
}
.chris-edlond-heading.green-border-offset:after {
  height: 150px;
  width: 150px;
  right: -15%;
  top: -27%;
}
.chris-edlond-heading h2 {
  margin-bottom: 37px;
}
.services-patrols-section .images-wrap {
  margin: 0 0 45px;
  top: 0;
  text-align: center;
}
.services-row-02 {
  text-align: center;
}
.services-row-02 img.alignright {
  float: none;
}
.images-wrap {
  margin: 50px 0;
  text-align: center;
}
.electrical-workers-wrap {
  margin-top: -100px;
}
.electrical-workers-wrap .black-border-offset {
  margin: 5px auto 44px;
  top: 40px;
  left: 0;
}
.electrical-workers-wrap .offset-texts-left {
  padding: 216px 15px 30px;
  margin-bottom: 135px;
}
.electrical-workers-wrap .black-border-offset:after {
  width: 150px;
  height: 150px;
  right: -12%;
  top: -12% !important;
}
.maps-wrap {
  text-align: center;
}
.maps-wrap .single-box {
  margin: 50px auto;
}
.main-footer {
  text-align: center;
}
.main-footer .footer-logo img {
  float: none;
  margin: 55px auto 5px;
}
.main-footer .widget_nav_menu {
  float: none;
}
.project-management-row-01 .commited-growth-wrap {
  padding: 10px 15px;
}
.project-management-row-01 .divup-wrap.row.commited-growth-wrap .div-1:before {
  display: none;
}
.project-management-row-01 .commited-growth-wrap > div:last-of-type {
  margin: 25px auto;
}
.about-head-section h1 {
  margin-top: 0;
}
.check-lists-section {
  min-height: auto;
}
.page-id-62 .vertical-aligned-middle > div:last-of-type {
  padding-right: 15px !important;
}
.contruction-replacement-upgrades-wrap {
  margin-top: 0;
}
.smart-lightning-wrap {
  margin-bottom: 50px;
}
.chris-edlond-info:before, .chris-edlond-info .texts-wrap:before {
  display: none;
}
.alm-listing .image-text-wrap > div {
  display: block;
  position: initial !important;
}
.alm-listing .image-text-wrap .post-content {
  width: 100%;
  margin: 0;
}
.alm-listing .image-text-wrap > div.image-wrap img {
  height: auto !important;
}
.electrical-workers-wrap {
  margin-top: 0;
  padding-top: 0;
}
.electrical-workers-wrap .offset-texts-left {
  position: initial;
  margin-bottom: 36px;
}
.fully-certified-team-wrap {
  padding-top: 10px !important;
}
.about-row-02 .award-boxes {
  margin-top: -29px;
}
.growth-learning-wrap {
  padding-bottom: 0;
}
.machinery-portfolio-wrap .single-box {
  margin: 35px auto 0px;
}
.maintenance-section .single-box {
  margin: -65px auto -20px;
}
.page-id-57 .about-row-02 .single-box {
  margin: 0 auto;
}
}
 @media (max-width: 920px) {
.ies-difference-wrap1 .extra-content-col-inner > div {
  margin-left: 0;
}
.ies-difference-wrap1 .extra-content-col-inner > p {
  margin-right: 0;
}
}
 @media (max-width: 768px) {
.post-list-thumbnail {
  float: none;
  margin: 0 0 10px;
}
.postlist > article.post {
  margin-top: 25px;
  padding-top: 25px;
}
/* Testimonials */
    .contact-form .testimonials-list {
  margin-top: 0;
}
.testimonials-list {
  margin-top: -15px;
}
.testimonials-list .quote {
  margin: 15px 0;
  text-align: center;
}
.testimonials-list blockquote {
  -webkit-background-size: 100px auto;
  -moz-background-size: 100px auto;
  -o-background-size: 100px auto;
  background-size: 100px auto;
  background-position: center top;
  padding-top: 20px;
}
.woothemes-testimonials-layout-01 .testimonials-list .quote,  .woothemes-testimonials-layout-03 .testimonial-content {
  max-width: none;
}
.woothemes-testimonials-layout-01 .testimonials-list .quote {
  width: 100%;
}
.woothemes-testimonials-layout-03 .testimonials-list .quote {
  display: block;
}
.woothemes-testimonials-layout-03 .testimonial-avatar {
  margin-bottom: 20px;
  text-align: center;
  width: auto;
}
.woothemes-testimonials-layout-03 .testimonial-avatar img {
  width: 80px;
}
/* Content Panels */
    .column-equal-height .row, .column-equal-height.row {
  display: block;
}
.align-left-xs {
  background-position: left center;
}
.background-only-panel {
  height: 200px !important;
}
/* General Styles */
    .logos-panel {
  text-align: center;
}
.logos-panel ul {
  display: block;
}
.logos-panel ul li:before {
  display: none;
}
.logos-panel ul li {
  float: none;
  padding: 12px 0;
  width: auto;
}
.extra-content .testimonials-list blockquote p {
  max-width: none;
}
.woothemes-testimonials-layout-04 .testimonials-list blockquote:before {
  left: 50%;
  margin-left: -34px;
  top: 0;
}
.woothemes-testimonials-layout-04 .testimonials-list blockquote {
  padding-left: 0;
  padding-top: 100px;
}
.woothemes-testimonials-layout-04 .testimonials-list .author {
  padding-left: 0;
}
.accordion {
  margin-top: 15px;
}
h3.accordion-title {
  margin-top: 15px;
  padding: 12px 50px 12px 15px;
}
h3.accordion-title:before {
  right: 15px;
}
.accordion-content {
  padding: 10px 20px;
}
/*** Enter your custom style here ***/
    .ies-ribbon {
  padding: 64px 0;
}
.ies-ribbon:after {
  right: -24px;
}
.ies-ribbon:before {
  left: -24px;
}
.image-text-wrap {
  float: none;
  display: block;
}
.image-text-wrap:after {
  content: '';
  clear: both;
  display: block;
}
.image-text-wrap > div {
  display: block;
}
.image-text-wrap .text-wrap-right {
  width: 255px;
  float: right;
  margin: 70px 0;
}
.image-text-wrap > div.text-wrap-left {
  width: 265px;
  margin: 70px 0;
  float: left;
}
.image-text-wrap > div.image-wrap {
  position: absolute;
  top: 0;
  right: 202px;
}
.image-text-wrap > div.text-wrap-left + div.image-wrap {
  left: 202px;
  right: initial;
}
.image-text-wrap > div.image-wrap-right {
  right: initial;
  left: 202px;
}
.image-text-wrap > div.image-wrap img {
  height: 432px !important;
  max-width: none;
  width: auto;
}
.award-box {
  padding: 143px 25px 52px 25px;
}
.award-box img {
  right: 0;
  left: 0;
  margin: auto;
}
.staff_list li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 50px;
}
.systematic-approach-wrap .texts-box {
  width: auto;
  padding: 60px 39px;
  margin-left: -101px;
}
.systematic-approach-wrap .texts-box:before {
  width: 178px;
  height: 210px;
  left: -55px;
}
.page-id-13 .single-box {
  margin: 0 auto;
}
.contact-form-wrap div.gform_wrapper ul.gform_fields li.gfield {
  margin: 30px 0;
}
.did-you-know-wrap .single-box h3:before {
  background-size: cover;
  width: 94px;
  height: 80px;
  margin-left: 0;
  margin-right: 15px;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.did-you-know-wrap .single-box h3 {
  font-size: 2.475rem;
}
.did-you-know-wrap .single-box p {
  font-size: 1rem;
}
.staff_list h4 {
  position: relative;
  text-align: left;
}
.staff_list .staff_info {
  margin-top: 0;
}
.bottom-bar .bottom-bar-section-2 p {
  font-size: 1.8rem;
}
#divup-post-76-5 {
  margin-bottom: -60px;
  margin-top: -85px;
}
}
@media (max-width: 767px) {
.company-standards-wrap .row-01 > div {
  display:block;
  vertical-align:auto;
  float:none;
  text-align:center;
}
}
 @media (max-width: 730px) {
.ies-difference-wrap1 {
  padding: 65px 15px 55px;
  text-align: center;
}
.ies-difference-wrap1 .extra-content-col-inner > div {
  float: none !important;
  display: inline-block;
  margin-right: 90px;
}
.ies-difference-wrap1 .extra-content-col-inner > p {
  float: none !important;
  text-align: center;
  margin-top: 64px;
}
.who-we-work-with-lists {
  padding-bottom: 30px;
  padding-top: 45px;
}
.who-we-work-with-lists .list-check li {
  text-align: left;
}
.our-work-section {
  padding-top: 0;
}
#divup-id-8.image-text-wrap > div.image-wrap {
  right: 0;
}
#divup-id-8.image-text-wrap > div.image-wrap {
  position: initial;
}
#divup-id-8.image-text-wrap > div.image-wrap p {
  margin: 0;
}
#divup-id-8.image-text-wrap > div.image-wrap img {
  height: auto !important;
  max-width: 100%;
}
}
 @media (max-width: 603px) {
.extra-content iframe {
  height: 250px;
}
}
 @media (max-width: 503px) {
body {
  font-size: 1.25rem;
}
h1 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2.3125rem;
}
h4 {
  font-size: 1.5rem;
}
.banner-area .banner-left {
  display: block;
}
.image-text-wrap .text-wrap-right h3, .image-text-wrap .text-wrap-left h3 {
  font-size: 1.875rem;
  padding: 95px 35px 95px;
}
.our-work-section .image-text-wrap {
  margin: -15px 0 0;
}
.image-text-wrap .text-wrap-right {
  margin: 60px 0;
}
.image-text-wrap > div.text-wrap-left {
  margin: 57px 0;
}
.image-text-wrap > div.image-wrap {
  right: 265px;
}
.image-text-wrap > div.image-wrap-right {
  left: 260px;
}
.who-we-work-with-lists .list-check li {
  width: 50%;
}
.who-we-work-with-lists .list-check li:nth-of-type(3n+1) {
  clear: none;
}
.who-we-work-with-lists .list-check li:nth-of-type(2n+1) {
  clear: left;
}
.bottom-bar p {
  font-size: 2rem;
}
.bottom-bar a.em-button {
  position: initial;
  height: auto !important;
  padding: 35px 20px 33px !important;
  margin: 12px;
  font-size: 22px;
  width: 387px;
  max-width: 100%;
}
.trusted-company-wrap h3 {
  margin: 0 0 40px;
  font-size: 2rem !important;
  line-height: 1.4em;
}
.main-footer {
  text-align: center;
}
.main-footer .footer-logo img {
  float: none;
}
.main-footer .footer-bottom-section span:last-of-type {
  display: block;
  width: 1px;
  height: 1px;
  color: transparent;
}
a.em-button {
  font-size: 1.25rem;
  width: 377.19px;
  max-width: 100%;
}
a.red-arrow, a.black-arrow {
  background-size: 49.67px auto;
}
.who-we-work-with-image {
  padding: 0;
}
.ies-difference-list {
  padding: 38px 25px 8px;
  max-width: 93%;
  margin: 65px auto;
}
.ies-difference-list > div {
  width: 100%;
  margin: 0 0 33px;
}
.home .extra-content.home-row-06, .home .extra-content.home-row-05, .home .extra-content.home-row-03, .home .extra-content.home-row-01 {
  background: none !important;
}
.ies-ribbon {
  padding: 108px 15px 103px;
}
.trusted-company-wrap {
  display: block;
  text-align: center;
}
.trusted-company-wrap .col-xs-12 {
  display: block;
  width: 100%;
}
.trusted-company-wrap .no-bullet li {
  margin-right: 0;
  width: 100%;
  margin: 15px 0;
}
.trusted-company-wrap .col-xs-12 ul {
  margin-top: 20px;
}
.sfm-navicon-button {
  padding: 46px 30px;
}
.main-header {
  top: 23px;
}
.main-header .logo img {
  max-width: 134.73px;
}
.banner-area {
  margin-top: 100px;
}
.banner-area .banner-left {
  margin-bottom: 50px;
}
.banner-area > .row > div.banner-left {
  width: 100% !important;
  height: auto !important;
  position: relative;
}
.banner-area .banner-left img {
  position: relative;
  width: 100%;
  margin: 0;
  float: none;
  right: 0;
}
.banner-area > .row > div.banner-right {
  text-align: center;
  max-width: 100%;
}
.banner-area .banner-right p .em-button {
  font-size: 1.375rem;
  max-width: 300px;
  margin: 0 0 45px;
}
.banner-area .banner-right p .em-button:last-of-type {
  float: none;
  margin-bottom: 0;
  margin-bottom: -13px;
}
.banner-area .banner-right .btn-wrap {
  margin-bottom: 0;
}
.inner .main-header {
  padding: 37px 15px;
}
.inner .mainbody,  .inner .extra-content {
  text-align: center;
}
ul li,  .list-check {
  text-align: left;
}
.inner .black-border-offset:after,  .inner .black-border-offset-right:after,  .inner .green-border-offset:after {
  display: none;
}
.black-border-offset, .black-border-offset-right, .green-border-offset {
  margin: 15px auto 23px;
}
.award-box {
  width: 100%;
  margin-right: 0;
  height: auto !important;
  margin-bottom: 100px;
}
.award-box:last-of-type {
  margin-bottom: 0;
}
.chris-edlond-info .texts-wrap {
  padding: 30px;
}
.image-text-wrap .text-wrap-right {
  width: 100%;
  float: none;
}
.image-text-wrap > div.image-wrap {
  right: 0;
}
.systematic-approach-wrap .texts-box {
  padding: 30px;
  margin-left: 0;
}
.systematic-approach-wrap .texts-box:before {
  display: none;
}
.systematic-approach-wrap .image-text-wrap .text-wrap-right {
  padding: 30px 0;
}
.systematic-approach-wrap .image-text-wrap > div.image-wrap img {
  height: auto !important;
  max-width: none;
  width: 100%;
}
.systematic-approach-wrap .image-text-wrap > div.image-wrap {
  position: initial;
}
.systematic-approach-wrap .image-text-wrap .text-wrap-right {
  margin: 30px 0 0;
}
.systematic-approach-wrap .single-box ul.green-dot {
  margin-left: 15px;
}
.systematic-approach-wrap .texts-wrap {
  width: 100%;
  margin-right: 0;
  border-right: 0 none;
  padding: 30px;
}
.main-footer .widget_nav_menu ul {
  margin: 25px 0 47px;
}
.main-footer .widget_nav_menu ul:after {
  content: '';
  clear: both;
  display: block;
}
.main-footer .widget_nav_menu ul li {
  width: 50%;
  margin: 0 !important;
  float: left;
}
.trusted-company-wrap .no-bullet li {
  text-align: center;
}
.image-text-wrap .text-wrap-right, .image-text-wrap > div.text-wrap-left {
  margin: 0;
  width: 100%;
}
.image-text-wrap .text-wrap-right h3, .image-text-wrap .text-wrap-left h3 {
  padding: 40px 35px;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.image-text-wrap > div.text-wrap-left {
  width: 100%;
}
.image-text-wrap > div.image-wrap {
  position: relative;
  left: 0 !important;
}
.image-text-wrap > div.image-wrap p {
  margin: 0;
}
.image-text-wrap > div.image-wrap img {
  height: auto !important;
  max-width: 100%;
}
.image-text-wrap .text-wrap-right.green-bg h3,  .image-text-wrap .text-wrap-left.green-bg h3 {
  max-width: 100%;
  padding: 40px 7%;
}
.about-row-02 .award-boxes {
  margin-top: -50px;
}
.maintenance-section .single-box {
  margin: -85px 0 -32px;
}
.electrical-workers-wrap .black-border-offset {
  text-align: center;
  right: 0;
}
.bottom-bar a.em-button {
  margin:0;
}
}
@media (max-width: 480px) {
.g-recaptcha {
  -moz-transform: scale(0.925);
  -webkit-transform: scale(0.925);
  transform: scale(0.925);
  transform-origin: left center 0;
}
#fancybox-content .g-recaptcha {
  -moz-transform: scale(0.725);
  -webkit-transform: scale(0.725);
  transform: scale(0.725);
  transform-origin: left center 0;
}
/* General Styles */
    .list-check-square li {
  margin: 10px 0;
}
.free-quote-bar h2 {
  font-size: 1.5rem;
}
.free-quote-info .div-1 ul li {
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  -o-background-size: 24px auto;
  background-size: 24px auto;
  margin: 13px 0;
  padding: 3px 0 3px 40px;
}
/*** Enter your custom style here ***/
    .staff_list h4 {
  font-size: 1.25rem;
  padding-left: 25px;
  line-height: 1.2em;
}
.staff_list .staff-heading > .profile-thumb {
  width: 45%;
}
.staff_list h4:before {
  left: -22px;
}
.staff_list .staff-heading > h4 {
  width: 55%;
}
.commited-growth-wrap {
  min-height:auto !important;
}
.commited-growth-wrap > div:last-of-type {
  margin-top:0;
}
}
@media (max-width: 480px) {
	.inner .sfm-rollback {
		top: 35px !important;
	}
}
@media (max-width: 420px) {
.main-footer .widget_nav_menu ul li {
  width: 100%;
  text-align: center;
}
}
