html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold/Gotham-Bold.otf") format("opentype"), url("../fonts/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: 700;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium/Gotham-Medium.otf") format("opentype"), url("../fonts/Gotham-Medium/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Book/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book/Gotham-Book.otf") format("opentype"), url("../fonts/Gotham-Book/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 400;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Thin/Gotham-Thin.eot");
  src: url("../fonts/Gotham-Thin/Gotham-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Thin/Gotham-Thin.otf") format("opentype"), url("../fonts/Gotham-Thin/Gotham-Thin.woff") format("woff"), url("../fonts/Gotham-Thin/Gotham-Thin.ttf") format("truetype"), url("../fonts/Gotham-Thin/Gotham-Thin.svg#Gotham-Thin") format("svg");
  font-weight: 300;
}
/**
 * ==================
 *  General Styles
 * ==================
 */
/* line 10, ../sass/energence.scss */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /* line 14, ../sass/energence.scss */
  body {
    font-family: "Gotham", serif;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    background: #fff;
  }
  
  /* line 21, ../sass/energence.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em;
  }
  
  /* line 25, ../sass/energence.scss */
  h1, h2 {
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  
  /* line 30, ../sass/energence.scss */
  h3 {
    letter-spacing: .1em;
  }
  
  /* line 34, ../sass/energence.scss */
  .wrap {
    max-width: 970px;
    margin: 0 auto;
  }
  
  /* line 39, ../sass/energence.scss */
  .button {
    font-family: "Gotham", serif;
    color: #ad1d41;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 3px solid #252525;
    padding: 10px 96px 10px 50px;
    display: inline-block;
    background: url(../img/arrow-right.png) white no-repeat center right; 
    -webkit-transition: background-color 0.5s ease-in, color 0.5s ease-in;
    -moz-transition: background-color 0.5s ease-in, color 0.5s ease-in;
    -o-transition: background-color 0.5s ease-in, color 0.5s ease-in;
    transition: background-color 0.5s ease-in, color 0.5s ease-in; 
    float: right;
    margin-top: 17px;
  }
  /* line 95, ../sass/_base.scss */
  /* .button:hover {
    background: url(../img/arrow-right.png) #5e9732 no-repeat center right;
    color: #fff;
  } */
  
  /* line 45, ../sass/energence.scss */
  .clearfix {
    clear: both;
  }
  
  /* line 49, ../sass/energence.scss */
  /* .down-arrow {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 18px;
    margin: 0 auto;
    background: url(../img/arrow-down.png) top center no-repeat;
    z-index: 8;
  } */
  
  /**
   * ==================
   *  Header Styles
   * ==================
   */
  /* line 65, ../sass/energence.scss */
  header {
    padding-top: 25px;

  }
  /* line 68, ../sass/energence.scss */
  header #head-top {
    background: #fff;
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    padding-bottom: 140px;
  }
  /* line 76, ../sass/energence.scss */
  header #head-top .wrap {
    padding-top: 30px;
  }

  header #head-top #navButtonCopy{
    font-size: 19px;
    font-weight: bold;
    font-family: "Gotham", serif;
    float: right;
    margin-bottom: -14px;
    margin-top: -10px;
    margin-right: 8px;
    color: #7b7b7b
  }

  img#logo{
    zoom: 150%;
    margin-top: -10px;
  }

  /**
   * ==================
   *  Body Styles
   * ==================
   */
  #hero {
    background:  -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(147,147,147,0.43) 19%, rgba(255,255,255,0) 33%), url(../img/icon-3-D-xl.png) no-repeat center top;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.65)), color-stop(19%, rgba(147,147,147,0)), color-stop(33%, rgba(255,255,255,0))), url(../img/icon-3-D-xl.png) no-repeat center top;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 130%), url(../img/icon-3-D-xl.png) no-repeat center top;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(../img/icon-3-D-xl.png) no-repeat center top;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(../img/icon-3-D-xl.png) no-repeat center top;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.31) 130%), url(../img/icon-3-D-xl.png) no-repeat center top;
    /* background: url(../img/icon-3-D-xl.png) no-repeat center top; */
    background-size: cover;
    height: 1000px;
    text-align: center;
    margin-top: 110px;
    /* position: relative; */
  }

  #main{
    margin: 0 auto;
    position: relative;
    top: 541px;
  }

  #main h1{
    color: white;
    font-size: 4em;
    font-weight: bolder;
    letter-spacing: 2px;
    padding-bottom: 60px;
  }
  #main h3{
    color: #373737;
    font-size: 2.1em;
    font-weight: bolder;
    padding-bottom: 23px;
  }

  #main p{
    color: #373737;
    font-size: 1.4em;
    line-height: 35px;
  }

  @media only screen and (max-width: 1200px)  {

    #main h1{
      color: white;
      font-size: 3.3em;
      font-weight: bolder;
      letter-spacing: 2px;
      padding-bottom: 100px;
    }

  }


  /**
 * Video Section Styles
 */
section#lightbox{
  height:550px;
}

#lightbox {
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #101010), color-stop(100%, #4d4d4c));
  background-image: -webkit-linear-gradient(#101010, #4d4d4c);
  background-image: -moz-linear-gradient(#101010, #4d4d4c);
  background-image: -o-linear-gradient(#101010, #4d4d4c);
  background-image: linear-gradient(#101010, #4d4d4c);
}
/* line 487, ../sass/energence.scss */
#lightbox p {
  padding-top: 40px;
  color: white;
  font-size: 1.8em;
  letter-spacing: 2px;
  line-height: 39px;
}
div.mfp-content {
  width: 640px!important;
}

.mfp-close-btn-in button.mfp-close {
  position: absolute;
  top: -40px;
  background-color: #000;
  width: 100%;
  text-align: right;
  padding-right: 18px;
  opacity: 1;
}

a.video-thumb img{
  padding-top: 60px;
  width: 59%;
}

 /**
 * beard-guy Section Styles
 */
section#beardGuy img{
  width: 100%;
  -webkit-box-shadow: 0px 10px 39px 2px rgba(0,0,0,0.46);
  -moz-box-shadow: 0px 10px 39px 2px rgba(0,0,0,0.46);
  box-shadow: 0px 10px 39px 2px rgba(0,0,0,0.46);
}

 /**
 * bullet-point Section Styles
 */
 section#bulletPoints{
  height: 415px;
  background-color: #d7d3c6;
  margin-top: -21px;
 }
 #headline{
  float: left;
  margin-bottom: 11%;
  width: 50%;
 }
 #headline h1{
  float: right;
  width: 50%;
  text-align: right;
  padding-top: 85px;
  margin-right: 50px;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 160%;
 }
 #sub{
  clear: right;
  padding-top: 93px;
  float: left;
  width: 50%;
  padding-right: 30px;
 }

 #sub p{
  letter-spacing: 3.8px;
  font-weight: bold;
  color: #6b6966;
  width: 72%;
  line-height: 141%;
  font-size: 1.2em;
 }

 ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul li{
  padding-top: 10px;
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: 600;
}

ul span{
  width: 10px;
  background: #c9002d;
  border-radius: 2px;
  float: left;
  margin-top: 3px;
  height: 16px;
  margin-right: 5px;
}

 @media only screen and (max-width: 1200px)  {
  
  #headline h1{
    float: right;
    width: 71%;
    text-align: right;
    padding-top: 95px;
    margin-right: 50px;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 160%;
   }

  #sub p{
    letter-spacing: 1.8px;
    font-weight: 600;
    color: #6b6966;
    width: 100%;
    font-size: 1em;
    line-height: 118%;
  }

  ul li{
    padding-top: 10px;
    font-size: 0.9em;
    letter-spacing: 2px;
    font-weight: 600;
    width: 107%;
  }
  
}



.shadow {
  box-shadow: 0 0px 34px -2px grey;
}

/**
 * Resources Section Styles
 */
/* line 538, ../sass/energence.scss */
#resources {
  background: #fff;
}
/* line 541, ../sass/energence.scss */
#resources h2 {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 50px;
  font-size: 2.5em;
  font-weight: bold;
  color: #464646;
}

/* line 547, ../sass/energence.scss */
.simple-accordion {
  border: 1px solid #555555;
  border-bottom: 0px;
  margin-bottom: 50px;
}
/* line 552, ../sass/energence.scss */
.simple-accordion .accordion-group .group-header {
  cursor: pointer;
}
/* line 555, ../sass/energence.scss */
.simple-accordion .accordion-group .group-header.expand h3 {
  font-family: "Gotham", serif;
  color: #555555;
  font-weight: 700;
  /* text-transform: uppercase; */
  font-size: 21px;
  padding: 25px 67px 25px 20px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #555555;
  background: url(../img/accordion-icons.png) right -74px no-repeat;
}

.simple-accordion .accordion-group .group-header h3 {
  font-family: "Gotham", serif;
  color: #555555;
  font-weight: 700;
  /* text-transform: uppercase; */
  font-size: 21px;
  padding: 25px 67px 25px 20px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #555555;
}

.simple-accordion .accordion-group a{
  text-decoration: none;
}

/* line 565, ../sass/energence.scss */
.simple-accordion .accordion-group.collapsed .group-header h3 {
  background-position: right 25px;
}
/* line 569, ../sass/energence.scss */
.simple-accordion .accordion-group.collapsed .accordion-sub-group {
  display: none;
}
/* line 576, ../sass/energence.scss */
.simple-accordion .accordion-sub-group.collapsed .accordion-sub-inner {
  display: none;
}
/* line 580, ../sass/energence.scss */
.simple-accordion .accordion-sub-group .sub-group-header {
  padding: 25px 20px;
  font-family: "Gotham", serif;
  color: #555555;
  font-weight: 700;
  font-size: 21px;
  border-bottom: 1px solid #555555;
  cursor: pointer;
}
/* line 586, ../sass/energence.scss */
.simple-accordion .accordion-sub-group .sub-group-header:hover {
  background: #e4e0db;
}
/* line 592, ../sass/energence.scss */
.simple-accordion .accordion-sub-group .accordion-sub-inner .accordion-item {
  background: #f8f8f8;
  border-bottom: 1px solid #555555;
  padding: 25px 20px;
  margin: 0 !important;
  font-family: "Gotham", serif;
  color: #555555;
  font-size: 18px;
  display: block;
  cursor: pointer;
}
/* line 601, ../sass/energence.scss */
.simple-accordion .accordion-sub-group .accordion-sub-inner .accordion-item:hover {
  text-decoration: underline;
  background: #eeeeee;
}

/**
 * Portal Section Styles
 */
#portal{
   width: 100%;
   height: 415px;
   background-color: #d7d7d7;
   /* background: url(../img/laptop.png) right -74px no-repeat; */
 }
 #portal .wrap {
  /* position: relative; */
}

/* line 519, ../sass/energence.scss */
#portal .section-img {
  padding-top: 60px;
  padding-bottom: 60px;
  float: left;
}

#portal #portalCopy{
  padding-top: 70px;
  clear: right;
}

#portal #portalCopy h1{
  font-weight: bold;
  font-size: 1.9em;
  margin-bottom: 55px;
  text-transform: none;
}

#portal #portalCopy p{
  color: #6c6c6c;
  width: 31%;
  text-align: center;
  margin: 0px 113px 0px auto;
  font-weight: bold;
}

#portal #portalCopy a{
  text-decoration: none;
  background-color: #ab083c;
  color: #F5F5F5;
  padding: 15px 65px 15px 65px;
  margin-left: 13%;
  line-height: 120px;
  vertical-align: bottom;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.1em;
}


/**
 * Contact form Section Styles
 */
/* line 614, ../sass/energence.scss */
 #contact {
  background: #fff;
}
/* line 617, ../sass/energence.scss */
 #contact .wrap {
  position: relative;
}
/* line 621, ../sass/energence.scss */
 #contact h2 {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  margin-top: 65px;
}
 #contact p {
  text-align: center;
  line-height: 2;
  max-width: 65%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 1.2em;
}

/* line 628, ../sass/energence.scss */
 #contact form.hasErrors .prompt {
  visibility: visible;
  opacity: 1;
}
/* line 634, ../sass/energence.scss */
 #contact form .row {
  margin-bottom: 20px;
  height: 58px;
  position: relative;
  clear: both;
}
/* line 640, ../sass/energence.scss */
 #contact form .row label {
  position: absolute;
  top: 20px;
  left: 30px;
  font-family: "Gotham", serif;
  color: #444444;
  font-size: 18px;
}
/* line 648, ../sass/energence.scss */
 #contact form .row input[type='text'],
 #contact form .row input[type='email'] {
  border: 1px solid #333333;
  width: 100%;
  padding: 23px 30px;
  font-family: "Gotham", serif;
  color: #444444;
  font-size: 18px;
  outline: none;
  margin: 0;
  height: 72px;
}
/* line 657, ../sass/energence.scss */
 #contact form .row input[type='text']:focus,
 #contact form .row input[type='email']:focus {
  outline: none;
  border: 1px solid #000000;
}
/* line 662, ../sass/energence.scss */
 #contact form .row input[type='text'].error,
 #contact form .row input[type='email'].error {
  border: 2px solid red;
}
/* line 667, ../sass/energence.scss */
 #contact form .row .styled-select {
  background: transparent;
  line-height: 1;
  border: 1px solid #333333;
  border-radius: 0;
  height: 72px;
  -webkit-appearance: none;
  width: 100%;
  overflow: hidden;
  background: url(../img/select-box.png) no-repeat left;
}
/* line 678, ../sass/energence.scss */
 #contact form .row .styled-select.error {
  border: 2px solid red;
}
/* line 682, ../sass/energence.scss */
 #contact form .row .styled-select select {
  width: 488px;
  outline: none;
  border: none;
  padding-left: 30px;
  overflow: hidden;
  font-family: "Gotham", serif;
  color: #444444;
  font-size: 18px;
  background: transparent;
  padding-top: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
/* line 700, ../sass/energence.scss */
 #contact form .row .left {
  width: 470px;
  float: left;
  position: relative;
}
/* line 706, ../sass/energence.scss */
 #contact form .row .right {
  width: 470px;
  float: right;
  position: relative;
}
/* line 713, ../sass/energence.scss */
 #contact form .action {
  clear: both;
  margin-top: 40px;
  height: 58px;
  margin-bottom: 40px;
}
/* line 718, ../sass/energence.scss */
 #contact form .action .newsletter-sign-up {
  float: left;
}
/* line 721, ../sass/energence.scss */
 #contact form .action .newsletter-sign-up label {
  font-family: "Gotham", serif;
  color: #444444;
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
  position: relative;
  padding-left: 15px;
  padding-top: 11px;
}
/* line 728, ../sass/energence.scss */
 #contact form .action .newsletter-sign-up label span {
  display: inline-block;
  background: url(../img/checkbox-unchecked.png) no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  left: -26px;
  top: 5px;
}
/* line 738, ../sass/energence.scss */
 #contact form .action .newsletter-sign-up label span.checked {
  background: url(../img/checkbox-checked.png) no-repeat;
}
/* line 745, ../sass/energence.scss */
 #contact form .action input[type='submit'] {
  font-family: "Gotham", serif;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  background: #AB083C;
  border: none;
  padding: 15px 50px;
  float: right;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
/* line 754, ../sass/energence.scss */
 #contact form .action input[type='submit']:hover {
  background: #9E083A;
}
/* line 761, ../sass/energence.scss */
 #contact .prompt {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  text-align: center;
  position: absolute;
  top: 30px;
  width: 100%;
}
/* line 770, ../sass/energence.scss */
 #contact .prompt p {
  border: 1px solid red;
  font-weight: 400;
  padding: 5px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 30px;
}
/* line 780, ../sass/energence.scss */
 #contact .thank_you {
  text-align: center;
}

@media only screen and (max-width: 1200px){
  #contact p {
    text-align: center;
    line-height: 1.5;
    max-width: 86%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 1.1em;
  }
}


/**
 * Footer Section Styles
 */

 #footer{
   background: #110c0c;
   display: inline-block; 
   width: 100%;
 }

 #footer #icon-logo{
  padding-top: 60px;
  padding-bottom: 60px;
  float: left;
  margin-left: 40px;
 }

 #footer #lennox-logo{
  padding-top: 90px;
  float: right;
  margin-right: 80px;
 }

 #lennox-logo a img{
   width: 122%;
 }

#footer p{
  color: white;
  margin-right: 40px;
  font-size: 1.2em;
}

#com-copy{
  clear: both;
  float: right;
  padding-bottom: 65px;
  font-size: 13.5px;
  font-weight: 100;
}