body{background-image:none;}
#myBarButton, #myBarContainer, h1.articleheadline, .social_cont, .right_sidebar {
    display: none;
}

.dark-background-section {
  background-image: -webkit-linear-gradient(354deg, #002d58, #004C97);
  background-image: linear-gradient(96deg, #002d58, #004C97);
}

.dark-background-section blockquote{color:#fff; margin: 20px 20px 0 20px; text-align: center;}
.dark-background-section blockquote p{color:#fff;}

.light-background-section{
    background-color: #f2f2f2;
}
blockquote.quote{
    border-left: 0;
}
blockquote.quote {
    position: relative;
    padding: 0.5em 2em 0.5em 2em;
    width: 900px;
    max-width: 100%;
    margin: 20px auto;
}
blockquote.quote p{font-weight: bold; font-size: 18px; line-height:24px;}
blockquote.quote cite{font-style:normal;}
blockquote.quote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 4em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote.quote:after {
    font-family: Georgia, serif;
    position: absolute;
    float:right;
    font-size:4em;
    line-height: 1;
    right:0;
    bottom:-0.15em;
    content: "\201D";
}


.headline-div {
  margin-right: 150px;
  margin-left: 150px;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

.h1-light {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 66px;
  letter-spacing: -2px;
}

.h1-light.h1-line2 {
  margin-top: 0px;
}

.h1-light.landscape-h1 {
  font-size: 48px;
  line-height: 54px;
  text-align: center;
}

.headline-video-container {
  display: none;
  margin-top: 60px;
  padding-bottom: 40px;
}

.headline-playbutton-container {
  display: block;
  margin-top: 60px;
  padding-bottom: 100px;
  text-align: center;
}

.playbutton-image {
  -webkit-transition: opacity 600ms ease, -webkit-transform 600ms ease;
  transition: opacity 600ms ease, -webkit-transform 600ms ease;
  transition: opacity 600ms ease, transform 600ms ease;
  transition: opacity 600ms ease, transform 600ms ease, -webkit-transform 600ms ease;
}

.playbutton-image:hover {
  opacity: 0.3;
  -webkit-transform: scale(1.19);
  -ms-transform: scale(1.19);
  transform: scale(1.19);
}

.content-section {
  padding-top: 40px;
}

.h2-dark{
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}

.h2-dark.h2-line2 {
  margin-top: 0px;
}

.main-body {
  background-color: #fff;
}

.top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  margin-left: 100px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.line-div {
  display: block;
  width: 3%;
  margin: 10px auto 100px;
  border: 2px solid #d42028;
}

.line-div-blue {
  display: block;
  width: 80%;
  margin: 60px auto 60px;
  border: 1px solid #1673a4;
}

.line-div-grey{
     display: block;
  width: 80%;
  margin: 40px auto 40px;
  border: 2px solid #ededed;
}

.line-div.ld-less-padding {
  margin-bottom: 40px;
}

.line-div.recap-line {
  width: 5%;
  margin-bottom: 15px;
}

.line-div.line-cta {
  margin-bottom: 60px;
}

.h3-dark {
  font-family: 'PT Sans', sans-serif;
  color: #6b6b66;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}
.h3-smaller{
    font-size: 26px;
    line-height: 30px;
    margin-top: 10px;
    }
.h3-subhead{
  font-size: 20px;
  color: #000;
  margin-top: 10px;
}

.main-text {
  font-family: 'Source Sans Pro', sans-serif;
  color: #8d8d89;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.device-mockup-div {
  display: block;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  text-align: center;
}

.device-mockup-div .top-column.w-col > a{
    background: #fff;
    position:relative;
}

.lessons-splash a > img, .device-mockup-div a >img{display:block;z-index:0;}
.lessons-splash a:hover > img, .device-mockup-div a:hover >img, .video-splash a:hover > img{
    opacity:0.7;
    z-index:0;
}
.lessons-splash a:after, .device-mockup-div a:after{
    content: ' ';
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    background: url('/homepage/images/play-button.png') no-repeat;
    background-size:contain;
}



.h2-light {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -2px;
}

.h3-light {
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: hsla(0, 0%, 100%, .75);
  font-weight: 400;
}

.how-much-section {
  padding-bottom: 60px;
  background-color: #f2f2f2;
}

.how-much-div {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}

.h2-generic-dark {
  margin-top: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: -1px;
}

.generic-text {
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.recap-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h4-dark {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1px;
}

.recap-text {
  padding-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 36px;
}

.recap-text.recap-text-light {
  color: #fff;
}

.recap-container {
  display: none;
  padding-left: 0px;
}

.h5-dark {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #6b6b66;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.h5-dark.h5-light {
  color: #fff;
}

.recap-c1-column {
  display: block;
  padding: 10px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #ddd;
  text-align: center;
}

.recap-c2-column {
  display: block;
  padding: 10px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #d3d3d3;
  text-align: center;
}

.recap-c3-column {
  display: block;
  padding: 10px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #e6e6e6;
  text-align: center;
}

.recap-subhead-div {
  display: none;
  padding-bottom: 10px;
  text-align: center;
}

.recap-price-div {
  padding-top: 10px;
  background-color: #0098ff;
  text-align: center;
}

.h3-price {
  font-family: Raleway, sans-serif;
  color: #6b6b66;
}

.cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-headline-div {
  text-align: center;
}

.cta-text {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #8d8d89;
  font-size: 16px;
  line-height: 22px;
}

.cta-column1 {
  margin-top: -35px;
}

.order-button-div {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.order-button, .order-button:visited, .content .order-button, .content .order-button:visited{
  padding: 15px 30px;
  border-radius: 6px;
  background-color: #0072CE;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.order-button:hover {
  background-color: #00af33;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  color:#fff;
  text-decoration:none;
}

.order-button.order-button-sticky {
  margin-top: 4px;
  margin-right: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  font-size: 18px;
  line-height: 24px;
}

.order-button.order-button-sticky:hover {
  -webkit-transform: scale(0.89);
  -ms-transform: scale(0.89);
  transform: scale(0.89);
}

.order-button.order-button-price.join-now-btn{
    background: transparent;
    color: #d42028;
    border: 2px solid #d42028;
    padding: 5px 3.5em;
    text-transform:uppercase;
}

.order-button.order-button-price.join-now-btn.filled{
    color: #fff;
    background-color: #d42028;
}

.order-button.order-button-price.join-now-btn:hover{
   background-color: #0072CE;
   border-color:#0072CE;
   color:#fff;
}

.flex-direction-nav{list-style-type:none;}

.footer-section {
  padding: 7px;
    background-color: #0072CE;
    text-align: center;
    box-shadow: 1px 1px 10px #6a6a6a;
}

.footer-div {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.footer-text {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.top-nav-div {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.landscape-header-div {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.landscape-headline-column {
  padding-top: 50px;
}

.landscape-video-column {
  text-align: center;
}
.videoContainer {
	max-width: 800px;
	max-height: 450px;
	margin: auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 

}
#cboxLoadedContent .videoWrapper{height: 56.25%; width: 800px; max-width:100%;}
#cboxTitle{background:transparent;}
.sticky-button {
  position: fixed;
  top: 10px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  text-align: right;
}

.h3-how-much {
  display: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.metro-container {
  display: none;
}

.metro-row1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.metro2-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.metro2-column1 {
  border-style: solid;
  border-width: 0px 0px 12px 12px;
  border-color: #fff;
  background-color: #457fba;
}

.metro2-column2 {
  border-style: solid;
  border-width: 0px 0px 12px 12px;
  border-color: #fff;
  background-color: #624ba0;
}

.metro2-column3 {
  border-style: solid;
  border-width: 0px 12px 12px;
  border-color: #fff;
  background-color: #208688;
}

.metro1-column1 {
  border-style: solid;
  border-width: 12px 0px 12px 12px;
  border-color: #fff;
  background-color: #4e6e8d;
}

.metro1-column2 {
  border: 12px solid #fff;
  background-color: #2d455c;
}

.price-container {
  display: block;
  padding-top: 40px;
}

.price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background:#f2f2f2;
}

.price-column1 {
  padding-right: 0px;
  padding-left: 0px;
  border: 12px solid #fff;
}

.price-column2 {
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 12px 12px 12px 0px;
  border-color: #fff;
}

.price-column3 {
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 12px 12px 12px 0px;
  border-color: #fff;
}

.price-color-header-div {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: -webkit-linear-gradient(270deg, #002d58, #004C97);
  background-image: linear-gradient(180deg, #002d58, #004C97);
}

.h4-price-light {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff; 
}

.h4-price-light.plan-name{
      font-size: 2rem;
      text-transform: uppercase;
      font-weight:normal;
      border-bottom:0;
}

h3.price{
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 3.5rem;
    line-height: auto;
}

h3.price > span{
    font-size: 1.5rem;
    display: inline-block;
    padding-left: 6px;
    }
    
.popular-flag{
    background-color: #0baf51;
    padding:  2px 15px;
    display: inline-block;
    position: absolute;
    top: 8px;
    right:0;
    color: #fff;
    font-size: .8rem;
    line-height: auto; 
}

.price-plan-description{
    padding: 5px 10px;
}
.price-plan-description p{
     color: #707070;
    font-size:16px;
}

.price-plan-description .sub-price{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #364e66;
    border-bottom:0;
}
.price-plan-description .sub-descript{color: #364e66;}
.price-plan-description .small-print{font-size:14px;}

.order-button.order-button-price{
    font-size: 18px;
    padding: 10px 15px;
    margin: 10px auto;
    text-decoration:none;
}
.order-button.square-button{border-radius:0;}

.order-button.order-button-price:hover{background-color: #d42028; transform: none;}

.price-row .sign-up-div{
    position:absolute;
    bottom: 0;
    left: 0;
    right:0;
}
.price-row > div{padding-bottom:70px;}

.price-items-div {
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: left;
}

.price-items-div.price-items-last-div {
  padding-bottom: 20px;
}

.green-check-image {
  display: inline-block;
  padding-right: 14px;
  padding-left: 15px;
  float: left;
  text-align: left;
}

.price-item-text {
  display: inline-block;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

._29-container {
  display: none;
}

._29-column1 {
  border-style: solid;
  border-width: 0px 0px 12px 12px;
  border-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #002d58, #004C97);
  background-image: linear-gradient(180deg, #002d58, #004C97);
  text-align: right;
}

._29-column2 {
  border-right: 12px solid #fff;
  border-bottom: 12px solid #fff;
  background-image: -webkit-linear-gradient(270deg, #002d58, #004C97);
  background-image: linear-gradient(180deg, #002d58, #004C97);
  text-align: left;
}

.h3-29 {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.h3-29.h3-clear {
  color: transparent;
}

.price2-container {
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
}

._29-price2-column1 {
  padding-right: 0px;
  padding-left: 30px;
  border-top-left-radius: 10px;
}

._29-price2-column2 {
  padding-right: 30px;
  padding-left: 0px;
  border-top-right-radius: 10px;
}

._29-module-div-right {
  margin-bottom: 5px;
  background-color: #f2f2f2;
}

._29-module-div-right._29-div-spacer {
  padding-top: 20px;
  background-color: transparent;
}

._29-module-text {
  padding-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

._29-module-text._29-module-text-last {
  padding-bottom: 15px;
}

._29-item-text {
  height: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  background-color: #f2f2f2;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

._29-price2-header-row {
  margin-top: -10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

._29-price2-header-column1 {
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-top-left-radius: 10px;
  background-image: -webkit-linear-gradient(270deg, #002d58, #004C97);
  background-image: linear-gradient(180deg, #002d58, #004C97);
}

._29-price2-header-column2 {
  padding-bottom: 5px;
  border-top-right-radius: 10px;
  background-image: -webkit-linear-gradient(270deg, #002d58, #004C97);
  background-image: linear-gradient(180deg, #002d58, #004C97);
}

._29-price2-h3-light {
  font-family: Raleway, sans-serif;
  color: #fff;
  letter-spacing: -1px;
}

.red-span {
  color: #d42028;
}

._29-price2-order-button {
  border-radius: 6px;
  background-color: #0072CE;
  font-family: Raleway, sans-serif;
}

.price-29-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-29-column1 {
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 12px 12px;
  border-color: #fff;
}

.price-29-column2 {
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 12px;
  border-color: #fff;
}

.price-29-column3 {
  padding-right: 0px;
  padding-left: 0px;
  border-top: 0px solid #fff;
  border-right: 12px solid #fff;
  border-bottom: 12px solid #fff;
}

.price-29-div {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-linear-gradient(270deg, #002d58, #004C97);
  background-image: linear-gradient(180deg, #002d58, #004C97);
}

.price-29-clear-div {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-image: -webkit-linear-gradient(270deg, #002d58, #004C97);
  background-image: linear-gradient(180deg, #002d58, #004C97);
}

@media (max-width: 1300px) {
  .headline-div {
    margin-right: 40px;
    margin-left: 40px;
  }
  .h1-light {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 60px;
    line-height: 66px;
  }
  .playbutton-image {
    max-width: 80%;
  }
  .h2-dark {
    font-size: 36px;
    line-height: 42px;
  }
  .top-row {
    display: block;
    margin-right: 40px;
    margin-left: 40px;
    padding-bottom: 0px;
  }
  .top-column {
    padding-bottom: 40px;
  }
  .line-div {
    width: 5%;
  }
  .h3-light {
    padding-right: 40px;
    padding-left: 40px;
  }
  .how-much-section {
    padding-bottom: 0px;
  }
  .cta-column1 {
    padding-bottom: 20px;
    text-align: center;
  }
  .footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .landscape-header-div {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .landscape-headline-column {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .landscape-spacer-column {
    display: none;
  }
  .price-row {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .price-column2 {
    border-top-width: 0px;
    border-left-width: 12px;
  }
  .price-column3 {
    border-top-width: 0px;
    border-left-width: 12px;
  }
  .logo-image {
    max-width: 50%;
  }
  .price-29-row {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .headline-div {
    margin-right: 20px;
    margin-left: 20px;
  }
  .h1-light {
    font-size: 48px;
    line-height: 54px;
  }
  .h1-light.landscape-h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .h2-dark {
    font-size: 32px;
    line-height: 38px;
  }
  .top-row {
    margin-right: 20px;
    margin-left: 20px;
  }
  .h3-dark {
    font-size: 20px;
    line-height: 26px;
  }
  .main-text {
    font-size: 16px;
    line-height: 22px;
  }
  .h3-light {
    font-size: 20px;
    line-height: 26px;
  }
  .how-much-section {
    padding-bottom: 25px;
  }
  .h2-generic-dark {
    font-size: 28px;
    line-height: 34px;
  }
  .recap-row {
    display: block;
  }
  .recap-subhead-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h3-price {
    font-size: 20px;
    line-height: 26px;
  }
  .cta-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta-column1 {
    padding-bottom: 20px;
    text-align: center;
  }
  .footer-text {
    font-size: 14px;
    line-height: 20px;
  }
  .top-nav-div {
    padding-left: 11px;
    text-align: left;
  }
  .metro-row1 {
    display: block;
  }
  .metro2-row {
    display: block;
  }
  .price-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h3-29 {
    font-size: 20px;
    line-height: 26px;
  }
  .price-29-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .price-29-column1 {
    display: none;
  }
  .price-29-column2 {
    border-right-width: 12px;
    border-left-width: 12px;
  }
  .price-29-column3 {
    display: none;
  }
}

@media (max-width: 479px) {
  .h1-light {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 36px;
    line-height: 42px;
  }
  .h1-light.landscape-h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .h2-dark {
    font-size: 24px;
    line-height: 30px;
  }
  .h2-light {
    font-size: 30px;
    line-height: 36px;
  }
  .h3-light {
    font-size: 16px;
    line-height: 22px;
  }
  .h2-generic-dark {
    font-size: 24px;
    line-height: 30px;
  }
  .h3-price {
    font-size: 18px;
    line-height: 24px;
  }
  .order-button.order-button-sticky {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .price-item-text {
    font-size: 12px;
    line-height: 16px;
  }
}
