/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html, body {
    width: 100%;
    height: 100%;
}

body {
  font-family: "aaux-next", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  color: #222;
  background: #FFF;
  background-color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;

  text-rendering: optimizeLegibility;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
}

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

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile { display: block; }
.tablet-up { display: none; }
.desktop-up { display: none; }

.missing {
  color: magenta !important;
}

/* ==========================================================================
     ANIMATION
 ========================================================================== */

#nav-bttn, 
.nav-bttn-line, 
#nav-list {
  -webkit-transition: all 0.375s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
          transition: all 0.375s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.side-dots,
.side-dots .dot {
  -webkit-transition: all 0.25s linear;
          transition: all 0.25s linear;
}
#ebook-promo {
  -webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.0000); /* easeInOutQuart */
          transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#ebook-promo.active {
  -webkit-transition: all 0.5s cubic-bezier(0.085, 1.065, 0.250, 1.10); /* easeOutBack */
          transition: all 0.5s cubic-bezier(0.085, 1.065, 0.250, 1.10); /* easeOutBack */
}

/*.carousel .slick-dots li button{
  transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}*/
form input[type=email]{
    -webkit-transition: all .0625s linear;
            transition: all .0625s linear;
}



/* ==========================================================================
   MAIN STRUCTURE
   ========================================================================== */

/* LOGO ---------------------------------------------------------------------------- */

#logo {
  position: absolute;
  display: block;
  top: 30px;
  left: 30px;
  width: 40px;
  height: 38px;
  background-image: url(../img/logo-mobile-grey.svg);/*url(../img/logo-mobile.png);*/
  background-size: 100%;

  z-index: 999;
}
#logo.grey {
  background-image: url(../img/logo-mobile-grey.svg);
}

#logo h1 {
  position: absolute;
  margin-left: -9999px;
}

/* NAV MENU ---------------------------------------------------------------------------- */

#nav-list {
  position: absolute;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 70px 10%;

  background-color: #ab0634;
  z-index: 999;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
#nav-list.active {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
#nav-list li {
  list-style-type: none;
  text-align: center;
  padding: 4px 0;

}
#nav-list li a {
  font-family: "aaux-next", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.375em;
  line-height: 1.2;
  text-decoration: none;
  color: #ffbfd1;
  opacity: 0.7;
}
#nav-list li a .italic {
  font-style: italic;
}
#nav-list li a.section {
  font-size: 1.5em;
  font-weight: 700;
  color: #ffbfd1;
  opacity: 1;
  text-transform: uppercase;
}

/* NAV BUTTON ---------------------------------------------------------------------------- */

#nav-bttn {
  position: absolute;
  display: block;
  top: 40px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 999;
}

#nav-bttn.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-bttn-line {
  position: absolute;
  width: 100%;
  height: 2px;

  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  background-color: #ced9dd;/* #f58665;*/
}
#nav-bttn.grey .nav-bttn-line {
  background-color: #ced9dd;
  opacity: 1;
}

#nav-bttn-line-one { top: -14px; }
#nav-bttn-line-two { top: 0px; }
#nav-bttn-line-three { top: 14px; }

#nav-bttn.active .nav-bttn-line {
   background-color: #ef5122;
  opacity: 1;
}
#nav-bttn.active #nav-bttn-line-one {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
}
#nav-bttn.active #nav-bttn-line-two {
  opacity: 0;
}
#nav-bttn.active #nav-bttn-line-three {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0px;
}

/* SIDE DOTS ELEMENT --------------------------------------------------------- */

.side-dots {
  position: fixed;
  top: 40%;
  bottom: 37%;
  right: 0;
  margin: auto;
  padding: 10px;
  max-height: 150px;
  opacity: 0;

  z-index: 998;
}
.side-dots.active {
  opacity: 1;
}
.side-dots .dot {
  position: relative;
  display: block;
  margin: 10px auto;

  width: 10px;
  height: 10px;
  background-color: #99a5ab;
  opacity: .5;
  border-radius: 10px;
  text-decoration: none;
}
.side-dots .dot.active {
  background-color: #ef5122;
  opacity: 1;
  border-radius: 10px;
  text-decoration: none;
}

/* GENERAL BODY ELEMENTS --------------------------------------------------------------------- */

section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 0 0;
  background-color: white;
  overflow: hidden;
}
#conclusion{
  padding: 0;
}
.section-bottom {
  width: 100%;
  padding: 60px 0 60px;
  background-color: #EEE;
  overflow: hidden;
}

/* New Intro Section ========================== */

#section-first {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.intro-image,
.conclusion-image {
  position: absolute;
  width: 100%;
  height: 70vh; /* MATCHES MARGIN-TOP ON INTRO-CONTENT*/
  background-image: url(../img/img-intro-sm.jpg);
  background-size: cover;
  background-position: 80% center;
}
.conclusion-image {
  height: 50vh; /* MATCHES MARGIN-TOP ON CONCLUSION-CONTENT*/
  background-image: url(../img/img-conclusion-sm.jpg);
  background-position: center;
}
.intro-headline,
.conclusion-headline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 30px 8%;
  text-align: center;
}
.intro-content,
.conclusion-content {
  position: relative;
  overflow: hidden;
  margin: 70vh auto auto; /* MATCHES HEIGHT ON INTRO-IMAGE*/
  padding: 40px 10% 60px;
  background-color: #ef5122;
  text-align: center;
}
.conclusion-content {
  margin: 50vh auto auto; /* MATCHES HEIGHT ON CONCLUSION-IMAGE*/
}
.intro-content .arrow-cta {
  margin-top: 0px;
}
.conclusion-content {
  background-color: white;
}

/* iPhone 4 vh fix */
@media all and (device-width: 320px) and (device-height: 480px) and (orientation:portrait) {
  .intro-image { height: 336px; }
  .conclusion-image { height: 264px; }

  .intro-content { margin: 336px auto auto; }
  .conclusion-content { margin: 264px auto auto; }

}
@media all and (device-width: 320px) and (device-height: 480px) and (orientation:landscape){
  .intro-image { height: 300px; }
  .conclusion-image { height: 280px; }

  .intro-content { margin: 300px auto auto; }
  .conclusion-content { margin: 280px auto auto; }
}
/* iPhone 5 vh fix */
@media all and (device-width: 320px) and (device-height: 568px) and (orientation:portrait) {
  .intro-image { height: 400px; }
  .conclusion-image { height: 300px; }
  .intro-content { margin: 400px auto auto; }
  .conclusion-content { margin: 300px auto auto; }
}
@media all and (device-width: 320px) and (device-height: 568px) and (orientation:landscape){
  .intro-image { height: 300px; }
  .conclusion-image { height: 280px; }
  .intro-content { margin: 300px auto auto; }
  .conclusion-content { margin: 280px auto auto; }
}

section#section-last {
  background-color: #ef5122;
  padding: 50px 0 0;
}

.content-wrapper {
  position: relative;
  margin: auto;
  padding: 0 15% 0 12%;
  width: 100%;
  max-width: 600px;
  text-align: center;
}
.content-wrapper.wider {
  padding: 0 8%;
}
.content-wrapper.full {
  padding: 0;
}


/* SIDE BY SIDE COLUMNS --------------------------------------------------------------------- */


.example-products {
  margin: 35px auto 30px;
  overflow: hidden;
}
.content-wrapper.light,
.content-wrapper.medium,
.content-wrapper.white {
  overflow: hidden;
}
.content-wrapper.light {
  background-color: #f3f3f3;
}
.content-wrapper.white {
  background-color: #FFF;
}
.content-wrapper.medium {
  background-color: #d8dcdd;
}


/* SIDE BY SIDE COLUMNS --------------------------------------------------------------------- */


/* 4-UP STYLES ===================*/

.example-products .column-4-up {
  text-align: left;
}
.example-products .column-4-up h4,
.example-products .column-4-up p  {
  margin-left: 18%;
}
.example-products .column-4-up p {
  margin-bottom: 20px;
  text-align: left;
  color: #fcc2b2;
  opacity: 1;
}
.example-products .column-4-up img {
  position: absolute;
  width: 25px;
}


/* 2-UP STYLES ===================*/

.ebook,
.relationship {
  position: relative;
  margin: auto;
  padding: 40px 0 0 0;
  overflow: hidden;
}
/* Main container div */
.ebook {
	max-width: 400px;
}
.relationship {
  padding: 20px 0 0 0;
}
/* divs that sit side by side on mobile up =================== */
.relationship .column-2-up {
  position: relative;
  display: block;
  float: left;
  margin: auto auto 20px auto;
  padding-top: 35px;

  width: 46%;
  text-align: center;
}
.relationship .column-2-up:nth-of-type(odd) {
  margin-right: 4%;
  clear: both;
}
.relationship .column-2-up:nth-of-type(even) {
  margin-left: 4%;
}
.relationship .column-2-up img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  width: 30px;
}
.relationship .column-2-up p {
  padding: 5px 0;

  margin-bottom: 30px;
  font-size: 0.9375em;
  	  font-weight: 400;
  color: #435054;
  opacity: 1;
}


/* EMAIL FORM --------------------------------------------------------------------- */

form {
    margin: 0 0 50px;
    text-align: center;
    clear:left;

}
form label {
	display: none;
}
form .hs-error-msgs label {
	display: block;
}
form ul.hs-error-msgs {
	margin: 0 0 25px 0;
	padding: 0;
	display: block;
}
form ul.hs-error-msgs li {
	margin: 0;
	padding: 0;
	display: block;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.025em;
	color: #BE4C54;
}
form input[type=email]{

    width: 100%;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #333e42;

    margin: auto auto 20px;
    padding: 13px;

    border: none;
    background: #ecedee;
    border-radius: 2px;
}
form input[type=email]:focus {
  	outline: none;
  	box-shadow: inset 0 0 25px rgba(0,0,0,0.2)
}

form input[type=submit]{
	position: relative;
	display: inline-block;
	padding: 10px 15px 10px 55px;

	background-color: #ef5122;
	background-image: url(../img/cta-icon-ebook.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%;
	border-radius: 4px;
	border: none;
	overflow: hidden;

	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}

/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
	background: #BE4C54;
}


/* CLIENT LIST SECTION --------------------------------------------------------------------- */

.client-list {
  position: relative;
  margin: 45px auto 45px;
  padding: 0 5%;
  overflow: hidden;
  text-align: center;
}
.client-list img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 15px 0;

  opacity: .6;
}

.column-x-up {
  position: relative;
  display: block;
  float: left;
  margin: auto;
  padding: 0;

  width: 100%;
  text-align: center;
}

#mgh { max-width: 250px; }
#htl { max-width: 225px; }
#twc { max-width: 250px; }
#jdc { max-width: 250px; }
#bwh { max-width: 250px; }
#nyp { max-width: 87px; }
#cdh { max-width: 250px; }
#lmv { max-width: 160px; }

/* MINI NAV --------------------------------------------------------------------- */

.mini-nav {
  position: relative;
  height: 20px;
  margin: 10px auto 40px;
}
#conclusion .mini-nav {
  margin: 10px auto 30px;
}
.mini-nav .line {
  position: relative;
  display: inline-block;
  margin: auto 10px;
  width: 6%;
  height: 1px;
  top: -20px;
  background-color: #d6dee0;
}
.mini-nav .icon {
  position: relative;
  display: inline-block;
  margin: auto 10px;
  padding: 0;
  width: 40px;
  min-height: 40px;
  border-radius: 0;
  text-align: center;

  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}

#section1 .mini-nav .icon { background-image: url(../img/mini-nav-icons-01.svg); }
#section2 .mini-nav .icon { background-image: url(../img/mini-nav-icons-02.svg); }
#section3 .mini-nav .icon { background-image: url(../img/mini-nav-icons-03.svg); }
#section4 .mini-nav .icon { background-image: url(../img/mini-nav-icons-04.svg); }
#conclusion .mini-nav .icon { background-image: url(../img/mini-nav-icons-05.svg); }

/* CAROUSEL --------------------------------------------------------------------- */

.carousel {
  position: relative;
  margin: 75px auto 0px;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.carousel .wrapper {
  max-height: 400px;
}
.label-bar {
  position: relative;
  margin: auto;
  padding: 15px 10%;
  background-color: #ee410e;
  opacity: 0.9;
  overflow: hidden;
  z-index: 10;
}
.carousel .wrapper {
  position: relative;
  /*margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;*/
  padding-bottom: 54.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: visible;
}
.slick-list,
.slick-track {
  height: 100%;
}


.carousel .wrapper .slider {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  overflow: visible;
  /*cursor: -webkit-grab;
  cursor: grab;*/
}
/*.slider.view-1 {
  -webkit-transform: translateX(0%); 
  transform: translateX(0%); 
}
.slider.view-2 {
  -webkit-transform: translateX(-100%); 
  transform: translateX(-100%); 
}
.slider.view-3 {
  -webkit-transform: translateX(-200%); 
  transform: translateX(-200%); 
}*/

.carousel .item {
  position: absolute;
  margin: auto;
  padding: auto;
  float: left;
  width: 100%;
  height: 100%;
  background-color: #303030;
  overflow: hidden;
}
.carousel .item {
  position: relative;
}
.carousel .item img {
  position: absolute;
  margin: auto;
  margin-left: -30%;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150%;
  max-width: 150%;
}
.carousel .item .tweet-image {
  position: absolute;
  right: 30px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  background-image: url('../img/social-icon-twitter.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  opacity: 0.6;
}
.carousel .item .tweet-image span {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
.carousel .item img.centered {
  margin-left: -10%;
  width: 120%;
  max-width: 120%;
}

#section3-carousel img {
  margin-left: 0;
  width: 100%;
}
/*.carousel .item:nth-of-type(2) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel .item:nth-of-type(3) {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.carousel .item:nth-of-type(4) {
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}
.carousel .item:nth-of-type(5) {
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
}
.carousel .item:nth-of-type(6) {
  -webkit-transform: translateX(500%);
  transform: translateX(500%);
}*/

.carousel .slick-dots {
  position: relative;
  margin: 20px auto 0;
  padding: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: auto 0;
  padding: 5px;
  width: 25px;
  height: 25px;
}
.carousel .slick-dots li button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #c0cacc;
  outline: none;
  border-radius: 10px;
  border: none;

  font-size: 0;
  line-height: 0;
}
.carousel .slick-dots li.slick-active button {
  background-color: #126c8a;
}


/* Responsive video player container - for vimeo/youtube */

.video-embed-wrapper {
    position: relative;
    padding-bottom: 54.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}
.video-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* EBOOK PROMOTION --------------------------------------------------------------------- */

#ebook-promo {
  position: fixed;
  margin: auto;
  padding: 30px 10%;
  width: 80%;
  max-width: 400px;
  left: 0;
  right: 0;
  bottom: 40px;
  background-color: #e93500;
  border-radius: 3px;

  /*overflow: hidden;*/
  z-index: 11;

  -webkit-transform: translateY(150%) scale(0);
      -ms-transform: translateY(150%);
          transform: translateY(150%) scale(0);
}
#ebook-promo:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: fixed;
  pointer-events: none;
  border-color: rgba(233, 53, 0, 0);
  border-top-color: #e93500;
  border-width: 10px;
  margin-left: -10px;
}
#ebook-promo.active {
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0);
          transform: translateY(0) scale(1);
}
#ebook-promo.destroyed {
  transition: all .25s linear;
  -webkit-transform: translateY(150%) scale(0) !important;
      -ms-transform: translateY(150%) !important;
          transform: translateY(150%) scale(0) !important;
}
#ebook-promo h3,
#ebook-promo a {
  margin-bottom: 5px;
  font-size: 1.0625em;
  font-weight: 400;
  color: white;
  text-decoration: none;
  
  letter-spacing: 0.05em;
}
#ebook-promo h3.em {
  clear: both;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}
#ebook-promo .close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 10px;
  widows: 30px;
  height: 30px;

  background-image: url('../img/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  
  cursor: -webkit-pointer;
  cursor: pointer;

  opacity: 0.5;
}

/* VARIOUS PAGE ELEMENTS AND CTAs --------------------------------------------------------------------- */

.short-div {
  position: relative;
  width: 40%;
  max-width: 70px;
  margin: auto auto 30px;
  height: 3px;
  clear: both;

  background-color: #d7dddf;
  border: none;
}
.section-bottom .short-div {
  background-color: #ced9dd;
}


.short-div.reversed {
  background-color: rgba(255,255,255,0.2);
}
.short-div.menu {
  background-color: #c60037;
  margin: 25px auto;
}
.light .short-div {
  display: block;
  background-color: #ffdacf;
}
.medium .short-div {
  background-color: #f2744e;
}

.main-cta,
.arrow-cta  {
  position: relative;
  display: inline-block;
  margin: 20px auto auto;
  width: auto;
  height: auto;

  background-color: #ef5122;
  border-radius: 2px;
  overflow: visible;
}

.arrow-cta {
  background-color: transparent;
}
.arrow-cta .arrow {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  margin-top: -10px;

  background-image: url('../img/arrow-down-orange.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
#section-first .arrow-cta .arrow {
  background-image: url('../img/arrow-down-white.png');
}
.arrow-cta:hover .arrow {
  transform: translateY(10px);
}
#section-first .arrow-cta:hover .arrow {
  transform: translateY(0);
}
.main-cta .text,
.arrow-cta .text {
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 15px 10px;
  height: 100%;

  font-size: 0.9375em;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #ef5122;
  text-decoration: none;
}
#section-first .arrow-cta .text {
  color: white;
}

.main-cta .icon {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 50px;
  max-width: 20%;
  height: 100%;
  float: left;
  
  background-repeat: no-repeat;
  background-size: auto 40%;
  background-position: center;
  background-color: #ec3600;
}
#section-first .main-cta .icon {
  background-color: rgba(255,255,255,0.2);
}
#cta1 .icon { background-image: url(../img/cta-icon-1.png); }
#cta2 .icon { background-image: url(../img/cta-icon-2.png); }
#cta3 .icon { background-image: url(../img/cta-icon-3.png); }
#cta4 .icon { background-image: url(../img/cta-icon-4.png); }



/* ==========================================================================
    TYPOGRAPHY
   ========================================================================== */

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  position: relative;
  margin: auto;
  padding: 0;
}

h1 {
  position: relative;
  margin: auto auto 30px auto;

  font-size: 1.75em;
  line-height: 1.1;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  max-width: 450px;

  /*text-transform: uppercase;*/
  color: #ef5122;
}
.intro-headline h1,
.conclusion-headline h1,
.section-last h1 {
  font-size: 1.75em;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.intro-headline h1,
.conclusion-headline h1 {
  margin: auto;
}
.intro-headline h1 span,
.conclusion-headline h1 span {
  display: block;
  font-size: 0.875em;
  font-weight: 500;
  text-transform: none;
}

.section-last .medium h1 {
  font-size: 1.75em;
  font-weight: 600;
  color: #435054;
}

h2 {
  position: relative;
  margin: auto auto 20px auto;

  font-size: 1.75em;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.2;
  color: #ef5122;
  text-align: left;
}
h2 a {
  color: #ef5122;
  text-decoration: none;
}

h3 {
  font-size: 1.125em;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  color: white;
}
h4 {
  font-size: 1.25em;
  font-weight: 400;
  color: white;
  line-height: 1.2;
}

p {
  position: relative;
  margin: auto auto 15px auto;

  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.3;
  text-align: left;

  color: #435054;
  opacity: 0.8;
}
.section-first p,
.section-last p { 
  text-align: center;
  color: white;
  opacity: 0.8;
}
.section-first p{ 
  font-size: 1em;
}
.section-last p { 
  text-align: center;
  color: white;
  opacity: 1;
}

.section-last p.intro { 
  margin-bottom: 30px;
  font-size: 1.25em;

  text-align: center;
  color: #ef5122;
  opacity: 1;
}
.section-last p.intro span { 
  font-style: italic;
  font-weight: 300;
}
.section-last .relationship p { 
  opacity: 1;
  text-align: center;
  color: #435054 ;
}
.relationship p a {
  color: #ef5122;
  text-decoration: none;
}

/* ====================================================================== */
/* MOBILE OVERIDES FOR LARGER THAN iPHONE6 AND UP  ====================== */
/* ====================================================================== */

@media only screen and (min-width: 23.375em) {

  .intro-headline {
    padding: 50px 8%;
  }

  .conclusion-image {
    height: 55vh; /* MATCHES MARGIN-TOP ON CONCLUSION-CONTENT*/
  }
  .conclusion-content {
    margin: 55vh auto auto; /* MATCHES HEIGHT ON CONCLUSION-IMAGE*/
    padding-bottom: 80px;
  }

  .main-cta {
    width: auto;
  }
  .main-cta .icon {
    display: inline-block;
  }
  .main-cta .text {
    margin: auto auto auto 50px;
    padding: 15px 20px;
  }
  .main-cta.no-icon .text {
    margin: auto;
    padding: 15px 25px;
  }

  
  .intro-headline h1,
  .conclusion-headline h1 {
    font-size: 2em;
  }
  .section-first p { 
    font-size: 1.25em;
  }

  .section-first .arrow-cta { 
    font-size: 1.25em;
  }

}

/* ====================================================================== */
/* PHABLET/TABLET SCREENS AND UP ======================================== */
/* ====================================================================== */

@media only screen and (min-width: 37.5em) {

	.mobile { display: none; }
	.tablet-up { display: block; }
	.inline { display: inline; }

/* ==========================================================================
     ANIMATION - PHABLET/TABLET SCREENS AND UP
     ========================================================================== */
  
  #nav-list li,
  #nav-list li a,
  #nav-list li a.section,
  #ebook-promo .close {
    -webkit-transition: all 0.375s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
            transition: all 0.375s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
  }
  .carousel .item .tweet-image,
  .carousel .item .tweet-image span {
    -webkit-transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
            transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
  }

	/* ==========================================================================
	MAIN STRUCTURE - PHABLET/TABLET SCREENS AND UP
	========================================================================== */

	#logo {
    position: fixed;
		top: 20px;
		width: 76px;
		height: 68px;
		background-image: url(../img/logo-larger-grey.svg);/*url(../img/logo-larger.png);*/
	}
	#logo.grey {
		background-image: url(../img/logo-larger-grey.svg);
	}

	/* NAV MENU - PHABLET/TABLET SCREENS AND UP --------------------------------------- */

	#nav-list {
    position: fixed;
		padding: 80px 15%;
		min-height: 100%;
		height: auto;
	}

	#nav-list li {
		text-align: left;
    padding-left: 0px;
	}
	#nav-list li a,
  #nav-list li a.section {
		font-size: 1.5em;
		line-height: 1.4;
	}
  #nav-list li a:hover,
  #nav-list li a.section:hover {
    color: white;
    opacity: 1;
  }
  #nav-list li:hover {
    background-color: rgba(0,0,0,0.075);
    padding-left: 15px;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  #nav-list li.divider {
    background-image: none;
  }
  #nav-list li.divider:hover {
    background-color: transparent;
    padding-left: 0;
    background-image: none;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

	/* NAV BUTTON - PHABLET/TABLET SCREENS AND UP --------------------------------------- */

	#nav-bttn {
		right: 50px;
    position: fixed;
		width: 40px;
		height: 40px;
	}
	.nav-bttn-line {
		height: 3px;
	}
	#nav-bttn-line-one { top: -19px; }
	#nav-bttn-line-three { top: 18px; }

  /* SIDE DOTS ELEMENT - PHABLET/TABLET SCREENS AND UP --------------------------------------- */

  .side-dots {

    right: 10px;
    padding: 10px;
  }

	/* GENERAL BODY ELEMENTS - PHABLET/TABLET SCREENS AND UP -------------------------- */

	section {
		padding: 140px 0 0;
	}
  .section-bottom {
    padding: 60px 0 80px;
  }
  .intro-image,
  .conclusion-image  {
    position: absolute;
    width: 100%;
    height: 80vh;
    background-position: right center;
  }
  .conclusion-image {
    height: 75vh;
    background-position: 30% center;
  }
  .conclusion-headline {
    padding: 50px 8%;
  }
  .intro-content,
  .conclusion-content {
    position: relative;
    overflow: hidden;
    margin: 80vh auto auto;
    padding: 50px 10% 60px;
  }
  .conclusion-content {
    margin: 75vh auto auto; /* MATCHES HEIGHT ON CONCLUSION-IMAGE*/
    padding: 50px 15% 120px;
    max-width: 
  }


	section#section-last {
		box-shadow: inset 0 0 300px #de1b00;
		padding: 140px 0 0px;
	}

	.centered-content {
		position: relative;
		padding: 0;
		max-width: 75%;
	}
	.content-wrapper {
		max-width: 80%;
		padding: 0 5%;
	}
	.content-wrapper.wider {
		max-width: 80%;
		padding: 0 10%;
	}
  .content-wrapper.full {
    padding: 0 3%;
  }
	.content-wrapper.light,
	.content-wrapper.medium,
	.content-wrapper.white {
		max-width: 100%;
		padding: 0 10%;
}

	/* SIDE BY SIDE COLUMNS - PHABLET/TABLET SCREENS AND UP -------------------------- */

	.example-products {
		margin: 50px auto 120px;
	}
	.example-products .column-4-up {
		position: relative;
		display: block;
		float: left;

		width: 48%;
		margin: auto auto 20px auto;

		text-align: center;
	}
	.example-products .column-4-up:nth-of-type(odd) {
		margin-right: 2%;
		clear: both;
	}
	.example-products .column-4-up:nth-of-type(even) {
		margin-left: 2%;
	}
	.example-products .column-4-up h4  {
		padding-top: 70px;
		margin-left: auto;
		margin-bottom: 5px;
	}
	.example-products .column-4-up p  {
		margin-left: auto;
		text-align: center;
		font-size: 1.125em;
	}
	.example-products .column-4-up img {
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
	}
	.example-products .column-4-up:nth-of-type(1) img{ width: 40px; }
	.example-products .column-4-up:nth-of-type(2) img{ width: 42px; }
	.example-products .column-4-up:nth-of-type(3) img{ width: 50px; }
	.example-products .column-4-up:nth-of-type(4) img{ width: 40px; }


	/* SIDE BY SIDE COLUMNS - PHABLET/TABLET SCREENS AND UP -------------------------- */


	/* 2-UP STYLES ===================*/

	.ebook,
	.relationship {
    margin: auto;
    padding: 60px 0 0 0;
		max-width: 750px;
	}
	/* Main container div */
	.relationship {
		padding: 20px 0 40px;
		max-width: 450px;
	}
	
	/* divs that sit side by side =================== */
	.ebook .column-2-up {
		position: relative;
		display: block;
		float: left;
		margin: auto auto 40px auto;
		padding-top: 35px;

		width: 46%;
		text-align: left;
	}
	.ebook .column-2-up:nth-of-type(odd) {
		margin-right: 4%;
		clear: both;
	}
	.ebook .column-2-up:nth-of-type(even) {
		margin-left: 4%;
	}

	/* Relationship/social items */
	.relationship .column-2-up {
	  width: 47%;
	}
	.relationship .column-2-up:nth-of-type(odd) {
	  margin-right: 3%;
	}
	.relationship .column-2-up:nth-of-type(even) {
	  margin-left: 3%;
	}
	.relationship .column-2-up img {
	  position: absolute;
	  margin: auto;
	  top: 0;
	  left: 0;
	  right: 0;
	  width: 35px;
	}
	.relationship .column-2-up p {
	  padding: 10px 0 0;
	  font-size: 1em;
	  line-height: 1.4;
	}


	/* EMAIL FORM - PHABLET/TABLET SCREENS AND UP -------------------------- */

	form {
		text-align: left;
	}

	form input[type=email]{
		font-size: 1em;
		text-align: left;
		padding: 17px 22px;
	}


  /* CLIENT LIST SECTION - PHABLET/TABLET SCREENS AND UP -------------------------- */

	.client-list {
		position: relative;
		margin: 75px auto 100px;
		padding: 0%;
	}

	.column-x-up {
		position: relative;
		padding: 0;

		width: 40%;
		min-height: 120px;
	}

	.column-x-up:nth-of-type(odd) {
		margin-left: 5%;
		margin-right: 5%;
	}
	.column-x-up:nth-of-type(even) {
		margin-left: 5%;
		margin-right: 5%;
	}

	.client-list img {
		position: absolute;
		margin: auto;
		padding: 0;

		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

  /* CAROUSEL - PHABLET/TABLET SCREENS AND UP -------------------------- */

  .carousel {
    margin: 125px auto 0;
  }
  .carousel .wrapper {
    max-height: 600px;
  }
  .label-bar {
    position: absolute;
    width: 100%;
    padding: 25px 10%;
    background-color: rgba(206,72.32,0.8);/*#ce4820;*/
  }
  .carousel .item {
    height: 100%;
  }
  .carousel .item .tweet-image {
    right: 30px;
    bottom: 15px;
    width: 80px;
    height: 70px;
    background-size: 30px;
    background-position: center;
    opacity: 0.4;
    overflow: hidden;
  }
  .carousel .item .tweet-image:hover {
    opacity: 0.7;
  }
  .carousel .item .tweet-image span {
    display: block;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
   }
   .carousel .item .tweet-image:hover span {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
   }
  .carousel .slick-dots {
    margin: 30px auto 0;
  }
  .carousel .slick-dots li button{
    width: 14px;
    height: 14px;
  }


  /* EBOOK PROMOTION - PHABLET/TABLET SCREENS AND UP -------------------------- */

  #ebook-promo {
    padding: 30px;
    max-width: 400px;
  }

  #ebook-promo h3,
  #ebook-promo a {
    margin-bottom: 5px;
    font-size: 1.0625em;
    font-weight: 400;
    color: white;
    text-decoration: none;
    
    letter-spacing: 0.05em;
  }
  #ebook-promo h3.em {
    font-size: 1.0625rem;
    line-height: 1.3;
  }
  #ebook-promo .close {
    /*display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 10px;
    widows: 30px;
    height: 30px;

    background-image: url('../img/close.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;

    opacity: 0.5;*/
  }
  #ebook-promo .close:hover {
    transform: rotate(90deg);
  }

  /* VARIOUS PAGE ELEMENTS AND CTAs - PHABLET/TABLET SCREENS AND UP -------------------------- */


  .short-div {
    max-width: 90px;
    height: 3px;
    margin: 40px auto;
  }
  .short-div.menu {
    margin: 15px auto;
    width: 100%;
    max-width: 100%;
  }
  .main-cta {
    margin: 10px auto auto;
  }


  /* ==========================================================================
      TYPOGRAPHY - PHABLET/TABLET SCREENS AND UP ------------------------------
     ========================================================================== */

	h1 {
		margin: auto auto 20px auto;
		font-size: 1.875em;
    line-height: 1.2;
		font-weight: 700;
    text-transform: uppercase;
    max-width: 500px;
	}
  .intro-headline h1,
  .conclusion-headline h1 {
		margin: auto;
		font-size: 3em;
	}
  .conclusion-headline h1 {
    line-height: 1.1;
  }
  .intro-headline h1 span,
  .conclusion-headline h1 span {
  /*  display: block;
    font-size: 0.875em;
    font-weight: 500;
    text-transform: none;*/
  }

  p {
    margin: auto auto 15px auto;
    font-size: 1.25em;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.03em;
    opacity: 1;
  }
  .section-first p {
    margin: auto auto 15px auto;
    font-size: 1.25em;
    text-align: center;
    letter-spacing: 0.03em;
    opacity: 1;
  }
	.section-last p.intro { 
		text-align: left;
		color: inherit;
	}

	.example-product p {
		font-size: 1.125em;
	}
	h2 {
    text-align: center;
    font-size: 1.75em;
    line-height: 1.3;
	}
	h3 {
		font-size: 1.375em;
	}
	h4 {
		font-size: 1.25em;
		letter-spacing: 0.02em;
	}
}


/* iPad vh fix */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .intro-image {
    height: 650px;
    background-position: 80% center;
  }
  .conclusion-image {
    height: 716px;
    background-position: 30% center;
  }
  .intro-content {
    margin: 650px auto auto;
  }
  .conclusion-content {
    margin: 716px auto auto;
  }

  section {
    padding: 200px 0 0;
  }
  .carousel {
    margin: 175px auto auto;
  }

}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  
  #section-first .desktop-up {
    display: block;
  }
  #section-first .short-div {
    margin: 30px auto 30px 0;
    background-color: #ef5122;
  }
  #section-first {
    height: 100%;
  }
  .intro-image {
    height: 704px;
    background-size: cover;
    background-position: 0% bottom;
  }
  .conclusion-image {
    height: 600px;
    background-position: 30% center;
  }
  .intro-headline {
    position: absolute;
    height: 200px;
    left: 13%;
    right: auto;
    top: 200px;
    bottom: auto;
    margin: auto;
    padding: 0;
  }
  .intro-content {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 30px 13%;
    background-color: rgba(239,81,34,0.9);
    text-align: left;
  }
  .conclusion-content {
    margin: 600px auto auto;
  }
  
  /* MAIN CALL TO ACTION ============================= */
  
  .right-quarter {
    position: absolute;
    margin: auto;
    padding: 0 10% 0 0;

    top: 35%;
    right: 0;

    width: 30%;
    text-align: center;
  }
  .arrow-cta  {
    display: inline-block;
    margin: auto;
    padding: 10px 20px;

    background-color: rgba(0,0,0,0.05);
    border-radius: 5px;
    
    text-decoration: none;
    text-align: center;
  }
  .arrow-cta .arrow {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 0;
    top: 5px;
    background-size: 15px;
  }
  .arrow-cta .text {
    padding: 0;
    font-size: 0.8125em;
    font-weight: 600;
  }

  /* TYPOGRAPHY - IPAD LANDSCAPE ============================= */

  .intro-headline h1,
  .conclusion-headline h1 {
    margin: auto auto auto -5px;
    font-size: 4em;
    line-height: 1;
    text-align: left;
  }
  .conclusion-headline h1 {
    margin: auto;
    text-align: center;
  }
  .intro-headline h1 span,
  .conclusion-headline h1 span {
    margin: auto -5px auto auto;
    font-size: 2rem;
    font-weight: 300;
    opacity: 0.6;
  }
  .section-first p {
    position: relative;
    display: block;
    margin: auto 0 auto 0;
    padding-right: 7%;
    width: 70%;
    max-width: 620px;
    float: left;

    font-size: 1em;
    line-height: 1.3;
    font-weight: 100;
    text-align: left;
    
    border-right: 1px solid rgba(255,255,255,0.3);
  }


  /* OTHER VARIOUS ITEMS =================== */

  .carousel .wrapper .slider {
    min-height: 500px;
    max-height: 600px;
  }
  
}


/* ====================================================================== */
/* BIGGER THAN TABLET ======================================================= */
/* ====================================================================== */

@media only screen and (min-width: 64.25em) {

  /* ==========================================================================
     ANIMATION - BIGGER THAN TABLET
     ========================================================================== */

  .lazy {
      opacity: 0;
      -webkit-transform: translate3d(0px,35px,0px);
              transform: translate3d(0px,35px,0px);
  }
  .lazy-static {
      opacity: 0;
  }
  .lazy.loaded,
  .lazy-static.loaded {
      opacity: 1;
      -webkit-transform: translate3d(0px,0px,0px);
              transform: translate3d(0px,0px,0px);
      transition: all 1s 0.125s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
  }

  .lazy.loaded-fade,
  .lazy-static.loaded-fade {
      opacity: 1;
      -webkit-transform: translate3d(0px,0px,0px);
              transform: translate3d(0px,0px,0px);
      -webkit-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
              transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
  }
  .lazy.stagger-1.loaded, .lazy.stagger-1.loaded-fade { transition-delay: 0s; }
  .lazy.stagger-2.loaded, .lazy.stagger-2.loaded-fade { transition-delay: 0.125s; }
  .lazy.stagger-3.loaded, .lazy.stagger-3.loaded-fade { transition-delay: 0.25s; }
  .lazy.stagger-4.loaded, .lazy.stagger-4.loaded-fade { transition-delay: 0.375s; }
  .lazy.stagger-5.loaded, .lazy.stagger-5.loaded-fade { transition-delay: 0.5s; }
  .lazy.stagger-6.loaded, .lazy.stagger-6.loaded-fade { transition-delay: 0.625s; }  
  .lazy.stagger-7.loaded, .lazy.stagger-7.loaded-fade { transition-delay: 0.75s; }  
  .lazy.stagger-8.loaded, .lazy.stagger-8.loaded-fade { transition-delay: 0.8125s; }  


  #nav-bttn, 
  #nav-list {
    transition: all 0.375s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
  }
  .nav-bttn-line {
    transition: all 0.375s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
  }
  .main-cta .icon, 
  .main-cta .text {
    transition: all 0.375s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
  }

  /* ==========================================================================
   MAIN STRUCTURE - BIGGER THAN TABLET
   ========================================================================== */


  /* NAV BUTTON - BIGGER THAN TABLET ------------------------------------------------- */


  #nav-bttn.active:hover {
    -webkit-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
            transform: rotate(160deg);
  }
  #nav-bttn.active:hover .nav-bttn-line {
    background-color: white;
  }
  #nav-bttn:hover .nav-bttn-line {
    opacity: 1;
  }

  .main-cta:hover .text {
    background-color: #ec3600;
  }
  #section-first .main-cta:hover .icon {
    background-color: rgba(255,255,255,0.5);
  }
  #section-first .main-cta:hover .text{
    background-color: rgba(255,255,255,0.2);
  }

  /* GENERAL BODY ELEMENTS - BIGGER THAN TABLET ------------------------------------- */

  #section-first .desktop-up {
    display: block;
  }
  #section-first .short-div {
    margin: 30px auto 30px 0;
    background-color: #ef5122;
  }
  #section-first {
    height: 100vh;
  }
  .intro-image {
    height: 100vh;
    background-image: url(../img/img-intro.jpg);
    background-size: cover;
    background-position: center bottom;
  }
  .conclusion-image {
  }
  .intro-headline {
    position: absolute;
    height: 200px;
    left: 10%;
    right: auto;
    top: 200px;
    bottom: auto;
    margin: auto;
    padding: 0;
    /*background-color: red;*/
  }
  .conclusion-headline {
  }
  .intro-content {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 30px 10%;
    background-color: rgba(239,81,34,0.9);
    text-align: left;
  }
  .conclusion-content {
  
  }

  /* MAIN CALL TO ACTION - BIGGER THAN TABLET ------------------------------------------------- */

  .right-quarter {
    position: absolute;
    margin: auto;
    padding: 0 10% 0 0;

    top: 35%;
    right: 0;

    width: 33%;
    text-align: center;
  }
  .arrow-cta  {
    display: inline-block;
    margin: auto;
    padding: 10px 20px;

    background-color: rgba(0,0,0,0.05);
    border-radius: 5px;
    
    text-decoration: none;
    text-align: center;
    transition: all .125s linear;
  }
  .arrow-cta:hover  {
    background-color: rgba(0,0,0,0.15);
  }
  .arrow-cta .arrow {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 0;
    top: 5px;
    background-size: 15px;
  }
  .arrow-cta .text {
    padding: 0;
    font-size: 0.8125em;
    font-weight: 600;
  }


  /* CAROUSEL - BIGGER THAN TABLET ------------------------------------------------- */
  
  .carousel .wrapper {
    max-height: 80vh;
  }

  .carousel .item img,
  .carousel .item img.centered {
    margin-left: 0%;
    width: 100%;
    max-width: 100%;
  }

  .carousel .item .tweet-image {
    right: 40px;
    bottom: 40px;
    width: 80px;
    height: 80px;
    background-size: 40px;
    background-position: center;
    opacity: 0.4;
    overflow: hidden;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .carousel .item .tweet-image:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .carousel .item .tweet-image span {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
   }
  
  /* SIDE BY SIDE COLUMNS - BIGGER THAN TABLET ------------------------------------------------- */

	.example-products {
		padding: 0;
	}
	.example-products .column-4-up {
		width: 22%;
		margin: auto 2% !important;
	}
	.example-products .column-4-up:nth-of-type(1) {
		margin-left: 0 !important;
		clear: auto;
	}
	.example-products .column-4-up:nth-of-type(odd) {
		margin-right: auto;
		clear: none;
	}
	.example-products .column-4-up:nth-of-type(even) {
		margin-left: auto;
	}
	.example-products .column-4-up:nth-of-type(4) {
		margin-right: 0 !important;
	}

	.example-products .column-4-up p {
		font-size: 1.0625em;
	}

	form input[type=submit]{

		position: relative;
		display: inline-block;
		padding: 13px 20px 13px 75px;
		font-size: 1em;
	}

	/* CLIENT LIST SECTION - BIGGER THAN TABLET ------------------------------------------------- */

	.client-list {
		position: relative;
		margin: 75px auto 100px;
		text-align: center;
		max-width: 920px;
	}

	.column-x-up {
		display: inline-block;
		position: relative;
		margin: 0 2% !important;

		width: 30%;
		min-height: 120px;
		float: none;
	}

	.column-x-up:nth-of-type(odd) {
		margin: 0%;
	}
	.column-x-up:nth-of-type(even) {
		margin: 0%;
	}
	.column-x-up:nth-of-type(3n+1) {
		margin-left: 0 !important;
	}
	.column-x-up:nth-of-type(3n+3) {
		margin-right: 0 !important;
	}

    /* PERSISTENT PROMOTION - BIGGER THAN TABLET ------------------------------------------------- */

  #persistent-promotion {
    margin: 200px 0 0;
  }


  /* ==========================================================================
      TYPOGRAPHY - BIGGER THAN TABLET
     ========================================================================== */
	
  .intro-headline h1,
  .conclusion-headline h1 {
    margin: auto auto auto -5px;
    font-size: 4em;
    line-height: 1;
    text-align: left;
  }
  .conclusion-headline h1 {
    margin: auto;
    text-align: center;
  }
  .intro-headline h1 span,
  .conclusion-headline h1 span {
    margin: auto auto auto 5px;
    font-size: 2rem;
    font-weight: 300;
    opacity: 0.6;
  }
  .section-first p {
    position: relative;
    display: block;
    margin: auto 0 8px 0;
    padding-right: 7%;
    width: 67%;
    max-width: 620px;
    float: left;

    font-size: 1.125em;
    font-weight: 300;
    text-align: left;
    
    border-right: 1px solid rgba(255,255,255,0.3);
  }
  .section-last p.intro { 
		font-size: 1.5em;
		text-align: left;
		color: inherit;
	}
  
  h2 {
    font-size: 2em;
  }


}
/* ====================================================================== */
/* LARGER SCREENS ======================================================= */
/* ====================================================================== */

@media only screen and (min-width: 75em) {

  .desktop-up { display: block; }

/* ==========================================================================
     ANIMATION - LARGER SCREENS
     ========================================================================== */

  #nav-bttn, 
  #nav-list {
    transition: all 0.375s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
  }
  .nav-bttn-line {
    transition: all 0.375s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
  }
  .main-cta .icon, 
  .main-cta .text {
    transition: all 0.375s cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
  }

/* ==========================================================================
   MAIN STRUCTURE - LARGER SCREENS
   ========================================================================== */

	#logo, 
	#logo.grey  {
		top: 20px;
		width: 96px;
		height: 86px;
		background-image: url(../img/logo-larger-grey.svg);/*url(../img/logo-larger.png);*/
	}
	#logo.grey  {
		background-image: url(../img/logo-larger-grey.svg);
	}

  /* NAV MENU - LARGER SCREENS ---------------------------------------------------- */

	nav {
		overflow: hidden;
	}
	#nav-list {
		padding: 120px 25%;
	}
	#nav-list li a,
	#nav-list li a.section {
		font-size: 1.75em;
	}

  /* NAV BUTTON - LARGER SCREENS ---------------------------------------------------- */

	#nav-bttn {
		right: 50px;
		width: 50px;
		height: 50px;
	}

	.nav-bttn-line {
		height: 4px;
	}

	#nav-bttn-line-one { top: -24px; }
	#nav-bttn-line-three { top: 23px; }


	/* GENERAL BODY ELEMENTS - LARGER SCREENS ---------------------------------------------------- */

	section {
		padding: 20vh 0 0;
	}
  #section-first .short-div {
    margin: 30px auto 30px 0;
    background-color: #ef5122;
  }
  .intro-headline {
    position: absolute;
    height: 200px;
    left: 10%;
    right: auto;
    top: 30vh;
    bottom: auto;
    margin: auto;
    padding: 0;
    /*background-color: red;*/
  }
  .intro-content {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 30px 10%;
    background-color: rgba(239,81,34,0.9);
    text-align: left;
  }


	section#section-last {
		padding: 150px 0 0;
	}
	.content-wrapper,
	.content-wrapper.wider,
  .content-wrapper.full {
		padding: 0 5%;
		max-width: 900px;
  }
  .section-bottom {
    padding: 60px 0 10vh;
  }

	/* SIDE BY SIDE COLUMNS - LARGER SCREENS ---------------------------------------------------- */

	.example-products {
		margin: 50px auto 210px;
		padding: 0;
		max-width: 920px;
	}

	/* 2-UP STYLES ===================*/

	.ebook,
	.relationship {
		margin: auto;
    padding: 150px 0 0 0;
	}
	/* Main container div */
	.relationship {
		margin: auto;
    padding: 40px 0 90px;
		max-width: 500px;
	}

	/* divs that sit side by side =================== */
	.ebook .column-2-up {
		margin: auto auto 50px auto;
		padding: 0;
	}
	/* Relationship/social items */
	.relationship .column-2-up img {
	  width: 40px;
	}
	.relationship .column-2-up p {
	  padding: 20px 0 0;
	  font-size: 1.125em;
	}

	/* EMAIL FORM - LARGER SCREENS ---------------------------------------------------- */

	form {
		text-align: left;
	}

	form input[type=email]{
		font-size: 1.25em;
		text-align: left;
		padding: 23px 30px;
	}

    /* MINI NAV - LARGER SCREENS ---------------------------------------------------- */

  .mini-nav {
    margin: 10px auto 20px;
    height: auto;
    overflow: hidden;
  }
  .mini-nav .icon {
    width: 50px;
    min-height: 50px;
    background-size: 50px;
  }

  /* CAROUSEL - LARGER SCREENS ---------------------------------------------------- */

  .carousel {
    margin: 20vh auto 0px;
  }
  .carousel .wrapper {
    max-height: 700px;
  }
  .label-bar {
    position: absolute;
    width: 100%;
    margin: auto;
    padding: 35px 10%;
    overflow: hidden;
  }

  /* VARIOUS PAGE ELEMENTS AND CTAS - LARGER SCREENS ------------------------------------- */

  .short-div {
    max-width: 130px;
    height: 5px;
  }
  .short-div.menu {
    margin: 18px auto;
    height: 3px;
  }
  .main-cta:hover .text {
    background-color: #ec3600;
  }
  .right-quarter {
    padding: 0 8% 0 0;
    top: 39%;
    right: 0;
    width: 30%;
  }


  /* ==========================================================================
    TYPOGRAPHY - LARGER SCREENS
   ========================================================================== */

  h1 {
    margin: auto auto 25px auto;
    font-size: 2em;
    line-height: 1.25;
    font-weight: 700;
    max-width: 550px;
    /*text-transform: none;*/
  }
  .intro-headline h1,
  .conclusion-headline h1 {
    margin: auto auto auto -5px;
    font-size: 4.5em;
    line-height: 1;
    text-align: left;
  }
  .conclusion-headline h1 {
    margin: auto;
    text-align: center;
  }
  .intro-headline h1 h1,
  .conclusion-headline h1 span {
    margin: auto auto auto 5px;
    font-size: 2.25rem;
    font-weight: 300;
    opacity: 0.6;
  }
  .section-last h1 {
    margin: auto auto 30px auto;
    font-size: 2.25em;
    line-height: 1;
    font-weight: 700;
    max-width: 500px;
  }

  p {
    margin: auto auto 15px auto;
    font-size: 1.375em;
    line-height: 1.4;
  }
  .section-first p {
    font-size: 1.25em;
    line-height: 1.3;
    font-weight: 300;
    margin: auto 0 10px 0;
    width: 70%;
    max-width: 820px;
  }
  .conclusion-content p {
    max-width: 760px;
  }
  .section-last p {
    margin: auto auto 15px auto;
    font-size: 1.5em;
    line-height: 1.4;
  }
  .example-product p {
    font-size: 1.125em !important;
    line-height: 1.3 !important;
  }
  .section-last p.intro {
  	 font-size: 1.625em;
  }
  h2 {
    font-size: 2em;
    line-height: 1.4;
    max-width: 800px;
  }
  h3 {
    font-size: 1.5em;
    font-weight: 300;
  }
}

/* ====================================================================== */
/* REALLY LARGE SCREENS ================================================= */
/* ====================================================================== */

@media only screen and (min-width: 93.75em) { /* 1500px wide */

/* ==========================================================================
   MAIN STRUCTURE - REALLY LARGE SCREENS 
   ========================================================================== */

 /* #logo, 
  #logo.grey  {
    top: 20px;
    width: 96px;
    height: 86px;
    background-image: url(../img/logo-larger-grey.svg);
  }
  #logo.grey  {
    background-image: url(../img/logo-larger-grey.svg);
  }*/

  /* NAV MENU - REALLY LARGE SCREENS ------------------------------------------------- */

  /*nav {
    overflow: hidden;
  }*/
  #nav-list {
    padding: 190px 20%;
  }
  #nav-list li a{
    font-size: 1.875em;
  }

  /* NAV BUTTON - REALLY LARGE SCREENS ------------------------------------------------- */

  /*#nav-bttn {
    right: 50px;
    width: 50px;
    height: 50px;
  }

  .nav-bttn-line {
    height: 4px;
  }

  #nav-bttn-line-one { top: -24px; }
  #nav-bttn-line-three { top: 23px; }*/


  /* GENERAL BODY ELEMENTS - REALLY LARGE SCREENS ------------------------------------------------- */

  section {
    padding: 20vh 0 0;
  }
  #section-first .short-div {
    margin: 30px auto 30px 0;
    background-color: #ef5122;
  }
  .intro-image {
    background-position: center center;
  }
  .intro-headline {
    position: absolute;
    height: 200px;
    left: 10%;
    right: auto;
    top: 33vh;
    bottom: auto;
    margin: auto;
    padding: 0;
  }


  section#section-last {
    padding: 150px 0 0;
  }
  .content-wrapper,
  .content-wrapper.wider,
  .content-wrapper.full {
    padding: 0 5%;
    max-width: 1000px;
  }
  .section-bottom {
    padding: 60px 0 15vh;
  }

  .right-quarter {
    padding: 0 8% 0 0;
    top: 39%;
    right: 3%;
    width: 22%;
    text-align: left;
  }


  /* ==========================================================================
    TYPOGRAPHY - REALLY LARGE SCREENS
   ========================================================================== */

  .intro-headline h1,
  .conclusion-headline h1 {
    margin: auto auto auto -5px;
    font-size: 5em;
    line-height: 1;
    text-align: left;
  }
  .conclusion-headline h1 {
    margin: auto;
    text-align: center;
  }
  .intro-headline h1 span,
  .conclusion-headline h1 span {
    margin: auto auto auto 5px;
    font-size: 3rem;
    font-weight: 300;
    opacity: 0.6;
  }
  .section-first p {
    font-size: 1.3125em;
    line-height: 1.3;
    margin: auto 0 10px 0;
    width: 78%;
    max-width: 900px;
  }
  .conclusion-content p {
    max-width: 860px;
  }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none;
    /*visibility: hidden;*/
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}