/** TYPE
===================================*/

.primary-header {
  font-size: 46px !important;
  line-height: 1.2 !important;
  margin-bottom: 0.25em !important;
  font-weight: 200;
  text-align: center;
  color: #FFF !important;
}

.secondary-header {
  font-size: 28px !important;
  line-height: 1.3 !important;
  margin-bottom: 0.5em !important;
  font-weight: 200;
  text-transform: none;
}
.secondary-header a{
  text-decoration: none;
  color: #0091ba;
}
.secondary-header-icon {
  font-size: 28px !important;
  line-height: 1.3 !important;
  margin-top: 40px !important;
  margin-bottom: 0.5em !important;
  font-weight: 200;
  text-transform: none;
}

h3 {
  margin-bottom: 0.25em !important;
  color: #FFF;
}

h4 {
  font-weight: 200;
  color: #222 !important;
  font-size: 22px;
  line-height: 40px !important;
}

h5{
  font-size: 22px;
  color: #222 !important;
  font-weight: 600;
}

p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
  margin-bottom: 2.75em;
}

.how-works{
  font-size: 18px;
  line-height: 30px;
  max-width: 900px;
}

@media screen and (min-width: 641px) {
.secondary-header, .secondary-header-icon, h3 {
  font-size: 36px !important;
  margin-bottom: 0.25em !important;
}

.primary-header {
  font-size: 58px !important;
}

}

/** MODULES
===================================*/

.button {
  padding: 15px 20px;
  font-size: 12px;
  display: inline-block;
  color: #FFF !important;
  font-weight: bold;
  background: #2681EC;
  border-radius: 4px;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}

.button:hover, .button:focus {
  text-decoration: none;
  background: #004290;
}

.button a{
  color: #fff;
  text-decoration: none;
}

.icons-perks{
  padding-bottom: 18px;
}

/** LAYOUT SECTIONS
===================================*/

/* All sections */

.intro, .subscription-details, .faq {
  text-align: center;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1025px) {
.intro, .faq{
  padding-left: 60px;
  padding-right: 60px;
}
}

/* Intro */

.intro {
  margin: 15px auto 60px;
  display: table;
  width: 100%;
}

.intro-inner {
  background: url(../../../Landing/2016/subscription/01-CL-hero-image.jpg) -150px no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  height: 400px !important;
  padding: 50px 15px;
  max-width: 1920px;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}

.intro p {
  padding: 0 2%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #fff !important;
  margin-bottom: 0;
}

@media screen and (min-width: 480px) {
.intro-inner {
  background-position: 0;
}
}

@media screen and (min-width: 641px) {
.intro-inner {
  height: 500px;
}

.intro p {
  font-size: 22px;
}
}

@media screen and (min-width: 1025px) {
.intro {
  margin: 45px auto 60px;
}

.intro-inner {
  background-position: 0;
}

.intro p {
  padding: 0;
  max-width: 520px;
}
}

/* Subscription Details */

.subscription-details {
  margin-bottom: 60px;
}

.subscription-details p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

/* Quotes */

.quotes {
  text-align: center;
  margin: 40px auto 0;
  padding: 0 15px 40px;
  max-width: 1500px;
}

.quotes-inner {
  background: #f2f2f3;
  padding: 60px 0 30px;
}

.quotes .secondary-header {
  margin-bottom: 0.875em !important;
  color: #FFF;
  padding: 0 30px;
}

.quotes p {
  color: #67757f;
  -webkit-text-size-adjust: 100%;
}

p.quote {
  background: #FFF;
  padding: 50px 60px;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #67757f;
  line-height: 1.5;
  font-size: 16px;
}

.quote:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFF;
  border-width: 10px;
  margin-left: -10px;
}

@media screen and (min-width: 1025px) {
p.quote {
  padding: 50px 300px;
  font-size: 18px;
}

.quotes {
  text-align: center;
  margin: 0 auto 60px;
  padding: 0 60px 0;
}
}

/*LEARN MORE*/

.learn-more{
  text-align: center;
  padding: 0 15px 40px;
  margin: 40px auto 0;
  max-width: 1500px;
}

.learn-more .secondary-header {
  color: #fff !important;
  font-size: 22px !important;
  padding-bottom: 10px;
}

.learn-more p{
  padding: 0 5%;
  color:#fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.learn-more a{
  color: #fff;
}

.learn-more-inner {
  background-color: #67757f;
  padding: 60px 0 30px;
}

@media screen and (min-width: 1025px) {
.learn-more {
  text-align: center;
  margin: 0 auto;
  padding: 60px 60px 60px;
}
}

.read-more{
  font-size: 12px !important;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

/*faq*/
.faq h2{
  margin-bottom: 10px;
}

/*contact us*/

.contact-us {
  text-align: center;
  margin-top: 60px;
}
.contact-us p{
  font-size: 16px;
  margin-bottom: 60px;
}

/** SLIDER RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/** SLIDER THEME
===================================*/
ul.bxslider {
  margin: 0;
  padding: 0;
}

.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
      -ms-transform: translatez(0);
      -o-transform: translatez(0);
      transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../bxslider/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 25px;
  background: url(../../../Landing/2015/ourpromise/arrows.png) no-repeat 0 -50px;
}

.bx-wrapper .bx-next {
  right: 25px;
  background: url(../../../Landing/2015/ourpromise/arrows.png) no-repeat -19px -50px;
}

@media screen and (min-width: 1025px) {
.bx-wrapper .bx-prev {
  left: 35px;
  background: url(../../../Landing/2015/ourpromise/arrows.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
  right: 25px;
  background: url(../../../Landing/2015/ourpromise/arrows.png) no-repeat -38px 0px;
}
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 32%;
  margin-top: -45px;
  outline: 0;
  width: 32px;
  height: 46px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../../../Landing/2015/ourpromise/arrows.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../../../Landing/2015/ourpromise/arrows.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/** ACCORDION
===================================*/

.accordion-content p{
  line-height: 24px;
  margin-bottom: 10px;
  padding-top: 5px;
}

.accordion {
  border-bottom: 1px solid #000;
  padding: 0;
  text-align: center;
}

.accordion-inner {
  padding: 20px;
}

.accordion-first {
  border-bottom: 1px solid #000;
  padding: 20px;
}


.accordion h5{
  font-size: 18px !important;
  margin-top: 5px;
}

@media screen and (min-width: 64em) {
.accordion {
  border-bottom: 1px solid #000;
  text-align: center;
}

.accordion-first {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px;
}

.accordion-toggle {
  margin-top: 15px;
  cursor: pointer;
  margin-bottom: 5px !important;
}

.accordion-toggle:after {
  content:"+";
  margin-left: 5px;
  font-size: 20px;
}

.accordion-toggle.expanded:after {
  content:"-";
}