/*
-----------------------------------------------
imarketsolutions.com 
Stylesheet: Home.css
Created: 8/28/2013
Author:  Ben Schiling
Organization:	iMarket Solutions
----------------------------------------------- */

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- BEGIN HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */

/* WRAPPER1 - 50-50 split blocks */

/* Add full background to left */
.fifty-width {
  position: relative;
}
.webp .fifty-width::before {
  background-image: url("/assets/templates/main/images/backgrounds/bg-hero-residential-mobile.webp");
}
.no-webp .fifty-width::before {
  background-image: url("/assets/templates/main/images/backgrounds/bg-hero-residential-mobile.jpg");
}
.fifty-width:before {
  content: '';
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.fifty-width .width-limiter > div:first-of-type,
.fifty-width .width-limiter > section:first-of-type {
  position: relative;
  z-index: 2;
}

/* Add full background to right */
.fifty-width {
  position: relative;
}
.webp .fifty-width::after {
  background-image: url("/assets/templates/main/images/backgrounds/bg-hero-commercial-mobile-v2.webp");
}
.no-webp .fifty-width::after {
  background-image: url("/assets/templates/main/images/backgrounds/bg-hero-commercial-mobile-v2.jpg");
}
.fifty-width:after {
  content: '';
  width: 100%;
  height: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.fifty-width .width-limiter > div:last-of-type,
.fifty-width .width-limiter > section:last-of-type {
  position: relative;
  z-index: 2;
}

@media all and (min-width: 801px) {
  .fifty-width > .width-limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fifty-width > .width-limiter > div,
  .fifty-width > .width-limiter > section {
    width: 50%;
  }
  .webp .fifty-width::before {
    background-image: url("/assets/templates/main/images/backgrounds/bg-hero-residential-desktop.webp");
  }
  .no-webp .fifty-width::before {
    background-image: url("/assets/templates/main/images/backgrounds/bg-hero-residential-desktop.jpg");
  }

  .webp .fifty-width::after {
    background-image: url("/assets/templates/main/images/backgrounds/bg-hero-commercial-desktop-v2.webp");
  }
  .no-webp .fifty-width::after {
    background-image: url("/assets/templates/main/images/backgrounds/bg_hero-commercial-desktop-v2.jpg");
  }



  .fifty-width::before,
  .fifty-width::after {
    width: 50%;
    height: 100%;
  }
}

.tagline {
  color: #222;
  font-size: 1.8em;
  font-weight: 400;
  margin: 0;
  text-align: center;
  line-height: 1.3em;
}

#hero-outer .width-limiter > div {
  padding: 30px 0;
}
#hero-outer .hero-cta {
  display: block;
  text-align: center;
}
#hero-outer .hero-cta a {
  display: inline-block;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  width: 80%;
  max-width: 340px;
  margin: 0 auto;
  text-decoration: none;
  padding: 30px 5px 10px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 10px solid #fff;
}
#hero-outer .hero-cta a:hover,
#hero-outer .hero-cta a:active {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  background-color: #222222;
  border-color: #f9bd46;
}
#hero-outer .hero-cta a:hover p,
#hero-outer .hero-cta a:active p {
  color: #fff;
}
#hero-outer .hero-cta a p {
  font-size: 15px;
  text-transform: uppercase;
}
#hero-outer .hero-cta a img {
  width: 76px;
  height: 76px;
}
#masthead .phone-number {
  font-size: 3.5em;
}
#masthead .masthead-right img {
  max-width: 258px;
  height: auto;
}
@media all and (min-width: 571px) {
  #hero-outer .hero-cta a p {
    font-size: 20px;
    margin-top: 10px;
  }
  #hero-outer .width-limiter > div {
    padding: 100px 0;
  }
}

@media all and (min-width: 801px) {
  #hero-outer .width-limiter > div {
    padding: 175px 0 185px 0;
  }
}

/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- TOP CONTENT --------------------------------------------------------------------------------------------------------------------------------- */

#home-top-content {
  background-repeat: repeat;
}
.webp #home-top-content {
  background-image: url(/assets/templates/main/images/backgrounds/texture.webp);
}
.no-webp #home-top-content {
  background-image: url(/assets/templates/main/images/backgrounds/texture.png);
}

#home-top-content .home-cta-box {
  max-width: 835px;
  margin: 0 auto;
  padding-top: 30px;
}

#home-top-content h1,
#home-top-content .cta-button-wrapper {
  text-align: center;
  margin-top: 0;
}
#home-top-content .cta-button {
  margin: 10px 0;
}

@media all and (min-width: 571px) {
  #home-top-content .cta-button {
    margin: 10px 30px;
  }
  #home-top-content .home-cta-box {
    padding-top: 75px;
  }
}

/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- MAIN CONTENT --------------------------------------------------------------------------------------------------------------------------------- */

/* --------------- Start Main Content Accordion ---------------------- */

#main-content-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acc-limiter {
  width: 100%;
}
.acc-inner-content {
  padding: 10px 20px 20px;
  color: #222;
}
.acc-inner-content {
  display: none;
}
html.no-js .acc-inner-content,
.acc-content.active .acc-inner-content {
  display: block;
}
.acc-title-outer {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  background-color: #444;
  padding: 10px 60px 10px 60px;
  box-shadow: 0 5px 10px rgba(0,0,0,.5);
  color: #fff;
}
.acc-trigger:before {
  position: absolute;
  content: '';
  height: 40px;
  width: 40px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.acc-trigger#acc-1:before {
  background-image: url(/assets/templates/main/images/icons/icon-air-conditioning.png);
}
.acc-trigger#acc-2:before {
  background-image: url(/assets/templates/main/images/icons/icon-heating.png);
}
.acc-trigger#acc-3:before {
  background-image: url(/assets/templates/main/images/icons/icon-indoor-air-quality.png);
}
.acc-trigger#acc-4:before {
  background-image: url(/assets/templates/main/images/icons/icon-maintenance-program.png);
}
.acc-trigger:after {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  background-image: url(/assets/templates/main/images/icons/icon-arrow-right-plain.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.2s;
}
.acc-content.active .acc-trigger:after {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.2s;
}
.acc-trigger {
  display: block;
}
.acc-trigger:focus {
  color: #3a6899;
}
.acc-title {
  margin-top: 0;
  margin-bottom: 0;
}	
#main-content-accordion .cta-button {
  margin: 20px auto;
}

/* -------------------- Main Content Accordion Desktop ------------------ */
@media all and (min-width: 801px) {
  .acc-limiter {
    max-width: 1250px;
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  #main-content-accordion {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .display-mobile {
    display: none;
  }
  .acc-title-outer {
    background-color: transparent;
    box-shadow: none;
  }
  .acc-trigger:after {
    content: none;
  }
  .acc-content {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 20px 30px;
    background-color: #ddd;
  }
  .acc-inner-content {
    display: block;
  }
  #masthead .phone-number {
    font-size: 4.2em;
  }
  #masthead .masthead-right, #masthead .phone-number {
    text-align: center;
  }
}

/*
-----------------------------------------------
imarketsolutions.com 
Stylesheet: Master.css
Created: 8/28/2013
Author:  Ben Schiling
Organization:  iMarket Solutions
----------------------------------------------- */

/*----- LAYOUTS - TYPOGRAPHY ----- */
@media all and (min-width: 571px) {
  h1,.h1 {font-size: 3.5em;}
  h2,.h2 {font-size: 3em;}
  h3,.h3 {font-size: 2.5em;}
  h4,.h4 {font-size: 2em;}
  h5,.h5 {font-size: 1.7em;}
  h6,.h6 {font-size: 1.6em;}
  p, li {font-size: 1.6em; line-height:1.4em;}
}
  
@media all and (min-width: 801px) {
  h1,.h1 {font-size: 4em;}
  h2,.h2 {font-size: 3.2em;}
  h3,.h3 {font-size: 2.8em;}
  h4,.h4 {font-size: 2.2em;}
  h5,.h5 {font-size: 1.8em;}
  h6,.h6 {font-size: 1.7em;}
  p, li {font-size: 1.7em;}
}
  
@media all and (min-width: 1025px) {
  h1,.h1 {font-size: 4.2em;}
  h2,.h2 {font-size: 3.6em;}
  h3,.h3 {font-size: 3em;}
  h4,.h4 {font-size: 2.4em;}
  h5,.h5 {font-size: 2em;}
  h6,.h6 {font-size: 1.8em;}
  p, li {font-size: 1.8em;}
}
  
@media all and (min-width: 571px) {
  .width-limiter {
    width:calc(100% - 40px);
  }
}
  
/* imsLightbox Modal Forms */
@media (min-width: 571px) {
  .ims-lightbox {
    width: 80%;
    left: 10%;
    border-radius: 10px;
  }
  .ims-lightbox .close-popup {
    top: -20px;
    right: -10px;
  }
} 
@media (min-width: 801px) {
  .ims-lightbox {
    width: 85%;
    left: 5%;
  }
}
@media (min-width: 1025px) {
  .ims-lightbox {
    width: 70%;
    left: 15%;
  }
}
@media (min-width: 1251px) {
  .ims-lightbox {
    width: 60%;
    left: 20%;
  }
}
  
/* End - imsLightbox Modal Forms */

/* Hidden Content / Read More Style */

@media all and (min-width: 801px) {
  .hc-trigger {
    display: none;
  }
}
  
/*----- LAYOUTS - ERRORS & CONFIRMATIONS ----- */

@media all and (min-width: 571px) {
  #error-container {
    border-radius: 0 0 0 7px !important;
    width:50% !important;
    right: 0 !important;
  }
}
  
@media all and (min-width: 801px) {
  #error-container {
    width:40% !important;
    right: 2.5% !important;
  }
}

/* --- GENERAL UTILITY ------------------------------------------------------ */
/* --- 404 PAGE ------------------------------------------------------------- */

/*----- LAYOUTS - 404 PAGE ----- */

@media all and (min-width: 801px) {
  #page-not-found #top-content p {
    font-size: 2em;
  }
}

/* --- MASTHEAD ------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION ---------------------------------------------------- */

@media all and (min-width: 801px) {
  #container-footer {
    margin-bottom: 0;
  }
  .mobile-col:not(.mobile-phone),
  .mobile-phone .phone-number svg {
    display: none;
  }
  .mobile-fixed-footer {
    position: relative;
    box-shadow: none;
    height: auto;
    z-index: initial;
  }
  .mobile-phone {
    width: 100%;
    display: block;
  }
  .mobile-phone .phone-number {
    font-size:3.6em;
  }
  #masthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 0;
  }
  #masthead > div {
    width: 33.33%;
  }
  #masthead .masthead-left {
    text-align: left;
  }
  #masthead .masthead-right {
    text-align: right;
  }
  .logo {
    margin-left: 0;
  }
}

@media all and (min-width: 1025px) {
  .phone-number {
    font-size: 4.2em;
  }
  .phone-text {
  }
}

/*--------------------------------------------------------------------------- */
/* --- BEGIN PRIMARY NAVIGATION (DESKTOP) ----------------------------------- */

@media all and (min-width: 571px) {
  #primary-navigation .phone-number {
    font-size: 4em;
  }
}

@media all and (min-width: 801px) {

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- SET UP --------------------------------------------------------------- */

  #container-primary-navigation .nav-logo,
  #container-primary-navigation .phone-number {
    display: none;
  }

  /* no toggle nav button for any desktop view */
  .js #toggle-navigation {
    font-size:0;
    height: 0;
    width:0;
  }

  /* Base CSS for #container-primary-navigation */
  #container-primary-navigation {
    background-color: #005972;
  }

  /* Base CSS for #primary-navigation */
  #primary-navigation {
    clear: both;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    z-index:800;
  }

  /* Base nav ul CSS */
  #primary-navigation ul {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
  }

  /* Base CSS for all nav items */
  #primary-navigation ul li,
  #primary-navigation ul li a {
    text-decoration: none;
    cursor:pointer;
  }

  #primary-navigation a {
    display: block;
    position: relative;
    transition: all 0.2s;
  }

  #primary-navigation a span {
    position: relative;
    line-height: 1.1em;
  }

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- TOP-LEVEL ------------------------------------------------------------ */

  /*-- TOP-LEVEL UL -----------------------*/
  #primary-navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    /* Space items evenly */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /*-- TOP-LEVEL LI -----------------------*/
  #primary-navigation .nav-level-1 {
    position: relative;
  }

  #primary-navigation li.docid-1 {
    display: none;
  }

  /*-- TOP-LEVEL A -----------------------*/
  #primary-navigation .nav-level-1 > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    /* Vertically-Center spans within links */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    /* Set preferred height of link */
    height: 50px;

    /* Set up font styles here */
    font-weight: bold;
    padding: 0 15px;
  }

  /*-- TOP LEVEL LINK COLORS -----------------------*/
  /* Default */
  #primary-navigation .nav-level-1 > a:link,
  #primary-navigation .nav-level-1 > a:visited {
    color: #FFFFFF;
  }

  /* Hover */
  #primary-navigation .nav-level-1 > a:hover,
  #primary-navigation .nav-level-1 > a:active {
    background-color: #5C8E1E;
  }

  /* Current/Active */
  #primary-navigation .nav-level-1.current > a:link,
  #primary-navigation .nav-level-1.current > a:visited,
  #primary-navigation .nav-level-1.current > a:hover,
  #primary-navigation .nav-level-1.current > a:active,
  #service-areas #primary-navigation #nav-21 > a,
  #city-landing-page #primary-navigation #nav-21 > a,
  #wp-blog #primary-navigation #nav-21 > a {
    background-color: #5C8E1E;
  }


  /*-- DROPDOWN ICONS -----------------------*/


  /**** Arrow on the right ****/

  /* Add padding to make room for icon */
  #primary-navigation .nav-level-1:not(.contains-0) > a {
    padding-right: 25px; /* Adjust as needed */
  }

  /* Add icon */
  .nav-level-1:not(.contains-0) > a > span::before {
    content: '';
    background-image: url("/assets/templates/main/images/nav/icon-dropdown.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    height: 100%;
    width: 7px;
    right: -14px;
  }


  /**** Arrow below ****/
  /*.nav-level-1:not(.contains-0) > a::before {
  content: '';
  background-image: url("/assets/templates/main/images/nav/icon-dropdown.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  height: 6px;
  width: 100%;
  bottom: 4px;
  left: 0;
}*/

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- 2ND-LEVEL ------------------------------------------------------------ */

  /*-- 2ND-LEVEL UL -----------------------*/
  #primary-navigation .nav-level-1 > ul {
    display: none;
    position: absolute;
    background-color: #005972;
    box-shadow: 0 3px 4px rgba(0,0,0,0.7);
    text-align: left;
    /*top: 50px;*/ /* Just in case top position is wonky */
    width: 300px;
  }

  /* Show dropdown ul on hover */
  #primary-navigation .nav-level-1.active > ul {
    display: block;
  }

  /* Postion dropdown ul based on position of parent */
  #primary-navigation .nav-level-1.center-position > ul {
    left: -75px;
  }
  #primary-navigation .nav-level-1.right-position > ul {
    left: auto;
    right: 0;
  }

  /*-- 2ND-LEVEL FLEXBOX UL -----------------------*/

  /* Target Desired Nav Items for Flexbox*/
  #primary-navigation #nav-8.active > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* Set up Menu Widths */
  #primary-navigation #nav-8 > ul {
    width: 700px; /* 3-4 Columns */
  }

  /*#primary-navigation #nav-11 > ul {*/
  /*width: 520px;*/ /* 2 Columns */
  /*}*/

  /*-- 2ND-LEVEL FLEXBOX LI -----------------------*/

  /* Set Up Column Widths */

  /* 2 Columns */
  /*#nav-11 li.nav-level-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}*/

  /* 3 Columns */
  #nav-8 li.nav-level-2 {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
  }

  /* 4 Columns */
  /*#nav-12 li.nav-level-2 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}*/


  /* Column Background Colors */
  #nav-8 li.nav-level-2:nth-child(odd) {
    background-color: #005972;
  }

  #nav-8 li.nav-level-2:nth-child(even) {
    background-color: #049aa2;
  }

  /*-- STYLE 2ND-LEVEL FLEXBOX COLUMN TITLES -----------------------*/
  #nav-8 .nav-level-2 > a {
    border-bottom: 4px solid #49becc;
    padding-top: 8px; /* Standardize top padding */
    padding-bottom: 4px; /* Standardize bottom padding */
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  }


  /*-- 2ND-LEVEL A -----------------------*/
  .nav-level-2 a {
    padding: 4px 10px;
  }

  /*.nav-level-2:first-child a {
  padding-top: 8px;
}

  .nav-level-2:last-child a {
  padding-bottom: 8px;
}*/

  /*-- 2ND LEVEL LINK COLORS -----------------------*/
  /* Default */
  #primary-navigation .nav-level-2 a:link,
  #primary-navigation .nav-level-2 a:visited {
    color: #FFFFFF;
  }

  /* Hover */
  #primary-navigation .nav-level-2 a:hover,
  #primary-navigation .nav-level-2 a:active {
    background-color: #5C8E1E;
  }

  /* Current/Active */
  #primary-navigation .nav-level-2.current > a:link,
  #primary-navigation .nav-level-2.current > a:visited,
  #primary-navigation .nav-level-2.current > a:hover,
  #primary-navigation .nav-level-2.current > a:active,
  #service-areas #primary-navigation #nav-119 > a,
  #city-landing-page #primary-navigation #nav-119 > a,
  #wp-blog #primary-navigation #nav-88 > a {  
    background-color: #5C8E1E;
  }

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- 3RD-LEVEL ------------------------------------------------------------ */

  /*-- 3RD LEVEL LINK COLORS -----------------------*/
  /* Default */
  #primary-navigation .nav-level-3 a:link,
  #primary-navigation .nav-level-3 a:visited {
    color: #FFFFFF;
  }

  /* Hover */
  #primary-navigation .nav-level-3 a:hover,
  #primary-navigation .nav-level-3 a:active {
    background-color: #5C8E1E;
  }

  /* Current/Active */
  #primary-navigation .nav-level-3.current > a:link,
  #primary-navigation .nav-level-3.current > a:visited,
  #primary-navigation .nav-level-3.current > a:hover,
  #primary-navigation .nav-level-3.current > a:active {
    background-color: #5C8E1E;
  }

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- DROPDOWNS - CONTAINERS ----------------------------------------------- */

  #primary-navigation ul li.nav-level-1 > ul {
    transition: box-shadow ease 0.3s, max-height ease 0.3s;
  }

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- EXPAND NAVIGATION BUTTONS (repurposed as close megadropdown) --------- */

  /* no close button for no-touchevents devices */
  .no-touchevents div.expand-nav,
  .no-touchevents div.expand-nav span.nav-expand {
    display:none;
  }
  .nav-level-1.active > div.expand-nav {
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    background-color: #DADADA;
    border-radius: 30px;
    box-shadow: 1px 2px 2px #000000;
    color: #000000;
    height: 40px;
    position: absolute;
    left: 280px;
    top: 41px;
    width: 40px;
    z-index: 900;
  }

  /* Standard Button Position */
  .nav-level-1.active.center-position > div.expand-nav {
    left: 210px; 
  }

  /* Left-aligned, 3-4-column menu */
  #primary-navigation #nav-8 > div.expand-nav {
    left: 680px; /* Nav width - 20px */
  }

  /* Left-aligned, 2-column menu */
  /*#primary-navigation #nav-11 > div.expand-nav {*/
  /*left: 500px; *//* Nav width - 20px */
  /*}*/

  /*#primary-navigation #nav-11.center-position > div.expand-nav {*/
  /*left: 423px;*/ /* Custom Adjustment. Not sure what the math is here... */
  /*}*/


  /*#primary-navigation #nav-12 > div.expand-nav {*/
  /*right: -20px;*/  /* This one needs to be right-aligned */
  /*}*/

  .nav-level-1.active.right-position > div.expand-nav {
    left: auto;
    right:-25px;
  }
  .nav-level-1.active > div.expand-nav:hover,
  .nav-level-1.active > div.expand-nav:active {
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    background-color: #333333;
    color: #DADADA;
  }
  .nav-level-1.active > div.expand-nav span.nav-expand {
    display: block;
    height: 40px;
    line-height: 40px;
  }
  .nav-level-1.active > div.expand-nav span.nav-expand:after {
    content: 'X';
  }

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- DROPDOWNS - NAV ITEMS ------------------------------------------------ */

} /* @media all and (min-width: 801px) */
  
/* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
/* --- TWO-LINE TEXT -------------------------------------------------------- */

/* Two-Line Text */
@media all and (min-width: 801px) and (max-width: 1025px) {

}

/* --- END PRIMARY NAVIGATION (DESKTOP) ------------------------------------- */
/*----------------------------------------------------------------------------*/ 

/*----- LAYOUTS - SUBPAGE CONTENT STRUCTURE --------------------------------- */
/* Smaller Desktop */
@media all and (min-width: 801px) {
  .content-left,
  .content-right {
    display: inline-block;
    max-width: 100%;
  }
  .content-left {
    width: calc(100% - 350px);
    padding-right: 45px;
  }
  .content-right {
    width: 350px;
  }
  .no-top-content #top-content-wrap > .width-limiter {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
  }
  /* Template Variable Layout Overrides */
  .full-width-layout .content-left,
  .exclude-top-sidebar #top-content-wrap .content-left,
  .single-sidebar #top-content-wrap .content-left,
  .exclude-bottom-sidebar #main-content-wrap .content-left {
    display: block;
    width: 100%;
  }
  .full-width-layout .content-right,
  .exclude-top-sidebar.exclude-bottom-sidebar .content-right {
    display: none;
    visibility: hidden;
  }
}
  
/* Wider Desktop / DesignDemo Size */
@media all and (min-width: 1025px) {
  .content-left {
    width: calc(100% - 510px);
  }
  .content-right {
    width: 510px;
  }
}

/* --- FOOTER --------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION ---------------------------------------------------- */

@media all and (min-width: 571px) {
  #container-footer #footer-main .width-limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #container-footer .width-limiter .footer-col {
    margin: 0 auto;
    width: 50%;
    max-width: 50%;
    text-align: left;
  }
}

@media all and (min-width: 801px) {
  #container-footer .width-limiter {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #container-footer #footer-main {
    padding: 80px 0;
  }
  #container-footer #footer-bottom .width-limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
  }
  #container-footer .width-limiter .footer-col {
    margin: 0 25px;
    max-width: 185px;
    width: 100%;
    text-align: left;
  }
}
ul.affiliations {
  padding-top: 50px;
  padding-bottom: 80px;
}

#home-blurbs {
  padding-left: 70px;
}
#home-blurbs p {
  position: relative;
}
#home-blurbs p:before {
  position: absolute;
  left: -70px;
  top: 0px;
  width: 70px;
  height: 100px;
  content: '';
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
#home-blurbs p.home-ac:before {
  background-image: url(/assets/templates/main/images/icons/icon-mc-ac.svg);
}
#home-blurbs p.home-heating:before {
  background-image: url(/assets/templates/main/images/icons/icon-mc-heating.svg);
}
#home-blurbs p.home-iaq:before {
  background-image: url(/assets/templates/main/images/icons/icon-mc-iaq.svg);
}
#home-blurbs p.home-electrical:before {
  background-image: url(/assets/templates/main/images/icons/icon-mc-electrical.svg);
}
#home-blurbs p.home-plumbing:before {
  background-image: url(/assets/templates/main/images/icons/icon-mc-plumbing.svg);
}
#home-blurbs p.home-maintenance:before {
  background-image: url(/assets/templates/main/images/icons/icon-mc-membership.svg);
}

/* --------------- End Main Content Accordion ---------------------- */

/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION --------------------------------------------------------------------------------------------------------------------------------- */



/* --- END HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
