

/* Utility Classes */

.align-center { text-align: center; }

.align-right { text-align: right; }

.align-left { text-align: left; }

.inline-block { display: inline-block; }

.show-for-small-only { display: none; }

/* Global Styles */

a, a:hover, a:visited { 

 color: #000000;

 }

h1 a { 

 font-family: "Oswald", Arial, sans-serif;
 font-size: 66px;
 color: #ffffff;
 font-weight: 700;

}

h1 a:hover, h1 a:visited {

 color: #ffffff;

}

h2 {

 font-family: "Montserrat", Arial, sans-serif;
 font-size: 28px;
 color: #000000;

}

#header { 

 background: #000000;
 padding: 50px 0;
 text-align: center;
 }

 #contentWrapper {

 width: 100%;
 max-width: 1000px;
 margin: 0 auto;

 }

 .section-header { 

 border-bottom: 2px solid #E2E2E2; 
 position: relative;
 height: 69px;
 margin-bottom: 50px;
 margin-top: 100px;


}

.section-header h2 { 

 display: inline-block;
 border-bottom: 5px solid #FFCC33;
 position: absolute;
 top: 7px;
 padding-bottom: 20px;

 }

 .cta { 

 background: #FFCC33;
 border-radius: 17px;
 font-family: "Montserrat", Arial, sans-serif;
 font-weight: 700;
 font-size: 13px;
 color: #000000;
 padding: 10px 40px;

  }

/*MENU SECTION*/

#menu { 

 background: #FFCC33;
 font-family: "Montserrat", Arial, sans-serif;
 font-weight: 700;
 text-align: center;
 padding: 15px 0;

  }

#menu a { 

 color: #000000;
 padding: 0 30px;
 border-right: 2px solid;

   }

#menu a:last-of-type {

 border-right: none;

   }

#footer { 

background: #000000;

}

#footer .black { 

 padding: 30px; 

}

#footer .black .title {

 font-family: "Montserrat", Arial, sans-serif;
 color: #FFCC33;
 font-size: 12px;
 font-weight: 700;
 padding-bottom: 15px;

}

#footer .black ul {

 margin: 0;


}

#footer .black ul li {

 list-style: none;

}

#footer .black ul li a { 

 color: #ffffff;
 font-family: "Montserrat", Arial, sans-serif;
 text-decoration: none;
 font-size: 12px;
 line-height: 24px;

 }

 #footer .footer-copy {

 font-size: 10px;
 color: #ffffff;
 font-family: "Montserrat", Arial, sans-serif;

 }

 #footer .bottom { 

 padding-top: 60px;

  }

#footer .bottom img { 

 padding-top: 20px;

 }

#footer .grey {

 background: #404040;
 color: #ffffff;
 font-family: "Montserrat", Arial, sans-serif;
 font-size: 12px;
 padding: 34px;
 height: 378px;

}

#footer .grey a { 

 color: #ffffff; 

}

#footer .grey table.top { 

 padding-bottom: 60px;
 border-bottom: 2px solid #ffffff;
 margin-bottom: 60px;

 }

 #footer .grey table .tblepad {

 padding: 5px;

 }

 #footer .grey .social .title {

 color: #ffffff;
 font-family: "Montserrat", Arial, sans-serif;
 font-size: 12px;
 text-align: center;
 margin-bottom: 30px;

 }



/*HERO SECTION*/

#hero {

 position: relative;

}

#hero .mob {

 display: none;
 width: 100%;
 height: auto;

}

#hero .hero-copy { 

 position: absolute;
 top: 30%;
 left: 10%;

  }

#hero .hero-copy p {

 padding-top: 15px;

}

#hero .hero-copy p a { 

 font-family: "Montserrat", Arial, sans-serif;
 font-size: 20px;
 color: #ffffff; 
 

}

#hero .hero-copy .hero-border {

 height: 5px;
 background: #FFCC33;
 width: 100px;

}

/*BENEFITS SECTION*/

.benefits {

 

}



 .benefits .pod {

 min-height: 172px;

 }

.benefits .pod .icon { 

 vertical-align: top;
 width: 48px;

}


.benefits .copy { 

 font-family: "Montserrat", Arial, sans-serif;
 font-size: 18px;
 max-width: 375px;
 padding-left: 20px;

 }

 /*RELEVANCE SECTION*/

 .relevance .pod { 

 border: 1px solid #DFDFDF;
 height: 475px;

  }

  .relevance .title {

 font-family: "Oswald", Arial, sans-serif;
 font-weight: bold;
 font-size: 46px;
 padding: 15px;
 line-height: 50px;
 text-transform: uppercase;

  }

  .relevance .copy {

 padding: 15px;

  }

  /*PRODUCTS SECTION*/

  .products { 

   margin-bottom: 50px; 

  }

  .products .pod {

 background: #F5F5F5;
 text-align: center;

  }

  .products .title {

 font-family: "Montserrat", Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 padding-top: 20px;
 height: 67px;
 text-transform: uppercase;

  }

  .products .image {

 padding: 0 0 20px;
 height: 120px;

  }

  .products .button { 

 padding-bottom: 40px;

   }

   .products-copy p { 

    margin-bottom: 75px;

   }

   .display-table { display: none; }

/* Lower than 1200px */

@media screen and (max-width: 1200px) {

 h1 a { 

  font-size: 6vw; 

 }

 #hero .hero-copy p a {

  font-size: 2vw;

 }

}

/* Lower than 1024px */

@media screen and (max-width: 1024px) {

 .products .pod { 

  margin-bottom: 30px; 

 }

 .show-for-large-only {

  display: none;

 }

}


/* Lower than 905px */
@media screen and (max-width: 905px) {

 .benefits .pod .copy { 
 

 }

 .benefits .pod .icon { 


 }

}

/* Lower than 880px */
@media screen and (max-width: 880px) {

 .relevance .pod { 

  height: 450px;

  }

  .relevance .title {

  font-size: 36px;

  }

}

/* Lower than 640px */
@media screen and (max-width: 640px) {

 #header {

  padding: 20px 30px;

 }

 .section-header h2 {

  font-size: 24px;
  padding-bottom: 26px;

 }

 .relevance .pod {

  margin-bottom: 30px;
  height: auto;

 }

 .relevance .pod img {

  width: 100%;

 }

 .show-for-small-only {

  display: block;

 }

 .hide-for-small-only {

  display: none;
 }

 .mob-header {



 }

 #menu { 


  z-index: 2;
  display: none;
  padding: 0;

 }

 #menu a {

  display: block;
  border-right: none;
  padding: 20px 0;
  border-bottom: 1px solid #000000;

 }

 #hero .mob { 

  display: block;

  }

  #hero .desktop {

  display: none;

  }

  h1 a { 

  font-size: 10vw; 

 }

 #hero .hero-copy p a {

  font-size: 4vw;

 }

 .display-table {

  padding-top: 20px;
  display: table;

 }

 #footer .black .title {

  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;

 }

 #footer .bottom { 

  padding-top: 20px;

  }

  #footer .logo-bottom { 

  text-align: center; 
  padding-bottom: 20px;

 }

 #footer .grey { 

  height: auto !important;
  font-size: 12px !important;

  }


}
