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

body{
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  width: 100%;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;  
}

ul{
    margin: 0 0 25px 15px;
    padding: 0 0 0 15px;
}
ul li{
    margin: 0 0 10px 5px;
}

ol{
    margin: 0 0 25px 15px;
    padding: 0 0 0 15px;
}
ol > li{
    margin: 0 0 10px 5px;
}

a{
  text-decoration: none;
  color: #ff8800;
}

a:hover{
  color: #668898;
}

img{
  border: none;
  max-width: 100%;
}

iframe{
    max-width: 100%;
}

p{
  margin: 0 0 24px;
}

h1, h2, h3, h4, h5, h6{
    margin: 0 0 24px;
	font-family: 'Londrina Solid', cursive;
	color:#557799;
}

h1{
  font-size: 82px;
  line-height: 82px; 
}

h2{
  font-size: 46px;
  line-height: 52px;
  text-align: center;
}

h3{
  font-size: 32px;
  line-height: 38px;
}

h4{
  font-size: 28px;
  line-height: 34px;
}

h5{
  font-size: 25px;
  line-height: 31px;
}

h6{
    font-size: 18px;
    line-height: 24px;
} 

/*----- Layout------*/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row-sm{
    margin-right: -5px;
    margin-left: -5px;
}
.row-middle {
    align-items: center;
}
.col2{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.row-sm .col2{
    padding-right: 5px;
    padding-left: 5px;
}

@media (min-width: 768px){
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 992px){
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

/*----- GLOBAL------*/

.clear{
  clear: both;
}

.bg-white{
  background: #ffffff;
}

.bg-grey{
    background-color: #dff5fa;
}

.bg-green{
    background-color: #FEC046;
}

.bg-inner{
    padding: 35px;
}

.text-green{
    color: #70ba6c;
}

.text-red{
    color: #ff6633;
}

.text-blue{
    color: #557799;
}

.text-center{
    text-align: center;
}

.text-uppercase{
    text-transform: uppercase;
}

.font-400{
    font-weight: 400;
}

.font-600{
    font-weight: 700;
}

.font-700{
    font-weight: 700;
}

.font-roboto{
    font-family: 'Roboto', sans-serif;  
}
.font-londrina{
    font-family: 'Londrina Solid', cursive;    
}

.margin-md{
    margin-bottom: 30px;
}

.margin{
    margin-bottom: 25px;
}

.margin-sm{
    margin-bottom: 10px;
}

.margin-xs{
    margin-bottom: 5px;
}

.no-margin{
    margin: 0;
}
.list-style{
    margin: 0 0 0 15px;
    padding: 0;
    list-style: disc;
}
.list-style > li{
    padding: 0 0 0 5px;
    margin: 0 0 15px;
}


.main{
  width: 940px;
  margin: 0 auto;
}

.sc{
    padding: 50px 0;
}

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

.sc.sc-menu{
    padding-bottom:0;
    padding-top: 30px;
}

.menu{
	font-size:20px;
	font-weight: bold;
	text-align:center;
	color:#ff8800;
	padding:20px 0;
}

.menu A{
	color:#ff8800;
}

.menu A:hover{
	color:#668898;
}

.top {
	text-align:right;
}
.top A{
	color:#cccccc;
}

.top A:hover{
	color:#CCC;
}
/*----- CONTENT------*/

.site-header{
    background-color: #99ddee;
    color: #ffffff;
    padding: 12px 0;
    text-align: center;
}
.logo{
    text-align: left;
}
.header-info{
    padding-left: 35px;
}

/*----- ENTRY ------*/

.social-media a{
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url(images/social-icon.png);
  background-repeat: no-repeat; 
  margin: 0 3px;
}
.social-media a.facebook{
  background-position: 0 1px;
}
.social-media a.twitter{
  background-position: -42px 1px;
}
.social-media a.instagram{
  background-position: -84px 1px;
}
.social-media a.facebook:hover{
  background-position: 0 -39px;
}
.social-media a.twitter:hover{
  background-position: -42px -39px;
}
.social-media a.instagram:hover{
  background-position: -84px -39px;
}
.social-media span{
  display: block;
  font-family: 'Londrina Solid', cursive;
  font-weight: 400;
}
.tagline{
  font-size: 21px;
  font-weight: 700;
  color: #557799;
  margin-bottom: 8px;
}
.video{
  margin: 20px 0 40px;
}

.header-content .col1{
  width: 670px;
  float: left;
}
.header-content .col1 h4{
  color: #ee302d;
}
.header-content .col2{
  width: 260px;
  float: right;
  text-align: center;
}
.padding-20{
  margin: 20px 40px;
}
.list-item{
  border-bottom: 4px dotted #cccccc;
  margin-bottom: 48px;
  padding-bottom: 48px;
  padding-left: 30px;
  padding-right: 30px;
}
.list-item-green{
    background-color: #ffffff;
    padding: 30px 50px;
    border: 6px solid #99ddee;
}
.list-item-grey{
    padding: 30px 50px;
    border: 6px solid #999999;
}
.list-item .thumb{
  width: 200px;
  float: left;
  text-align:center;
}
.list-item .entry{
  width: 640px;
  float: right;
}
.list-item-yellow .entry{
    width: 600px;
}
.list-item h5{
  margin: 0 0 5px;
}
.question-style{
    padding: 0 20px;
}
.question-style a{
    background: url(images/question.png) no-repeat scroll 0 0;
    background-size: 50px;
    padding-top: 60px;
    display: inline-block;
    color: #000000;
    font-size: 20px;
    line-height: 28px;
}
.question-style a:hover{
    color: #999999;
}

#red {
    color:#70ba6c;
}
.btn{
  background: #ff8800;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0px 60px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  display: table-cell;
  height: 51px;
  vertical-align: middle;
  text-align: center;
}
.btn.btn-block{
    padding: 15px 15px;
    width: 100%;
    text-align: center;
    display: block;
}
.btn img{
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.btn:hover{
  background: #557799;
  color: #ffffff !important;
}
.flash-button{
	background:#ee302d;
	padding:5px 10px;
	color:#fff;
	border:none;
	
	animation-name: flash;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	//Firefox 1+
	-webkit-animation-name: flash;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	//Safari 3-4
	-moz-animation-name: flash;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}

@keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Firefox 1+
@-webkit-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Safari 3-4
@-moz-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}
.row-2 h2{
  color: #000000;
  margin: 0 0 32px;
}
.step-item{
  margin: 40px 0;
  font-size: 18px;
  line-height: 24px;
}
.step-item .col1{
  width: 100px;
  float: left;
  color: #000000;
  font-weight: 700;
}
.step-item .col2{
  width: 820px;
  float: right;
}
.step-notice{
  text-align: center;
}
.step-box{
  text-align: center;
}
.step-box-col{
  padding: 10px;
  background: #f3f3f3;
}
.step-box-col .btn{
  padding: 0px 10px;
  color: #ffffff;
  text-decoration: none;
}
.step-box-col h3{
  margin: 0 0 10px;
}
.step-box-col p{
  padding: 0 40px;
}
.step-box-colA{
  padding: 20px;
  background-color: #daeefb;
}
.step-box-colA p{
  padding: 0 40px;
}
.step-box-colA .btn {
  display: block;
  height: auto;
  padding: 12px 10px;
  color: #ffffff;
  text-decoration: none;
}
.step-box-col1{
  float: left;
  margin-right: 10px;
}
.step-box-col1 .btn {
  display: block;
  height: auto;
  padding: 12px 10px;
}
.step-box-col2{
  float: left;
  margin-right: 0;
}
.step-box-col1,
.step-box-col2{
  width: 445px;
  height: 280px;
}
.step-box-col2 .btn {
  display: block;
  height: auto;
  padding: 12px 10px;
}
.step-box-col3{
  margin: 20px 0;
}
.step-box-col3 .btn{
  display: inline-block;
  padding: 14px 40px;
  height: auto;
}
.step-box-col4{
  text-transform: none;
  font-style: italic;
  font-size: 16px;
  color: #000000;
}
.row-3 h2{
  color: #000000;
  text-align: center;
}
.row-4{
  text-align: center;
  padding: 20px 0;
}
.row-5 .main{
  background: url(images/mike.png) no-repeat scroll 0 0;
  min-height: 856px;
}

.row-5 h1{
  color: #1a427d;
  text-transform: uppercase;
}
.row-5 h1 span{
  text-transform: lowercase;
  display: block;
  font-weight: 400;
  font-style: italic;
}
.row-5 a{
  font-style: italic;
  text-decoration: underline;
}
.row-5 a:hover{
  color: #ee302d;
}
.mike-info{
  padding: 20px 0 0 400px;
}
.sc.sc-footer{
    padding: 30px 0;
}
.copy{
	font-size:12px;
	text-align:center;
	padding: 0;
}

.amazon-header	{
	text-align:center;
	font-size:16px;
	background-color:#f78a31;
	padding:10px 0;
}

.amazon-header A	{
	color:#fff;
}

.amazon-header A:hover	{
	color:#1a427d;
}
.toggle-content	{
	display:none;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.embed-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.notice{
	color: #F80206;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}
.countdown{
  margin-bottom:50px;
}
.countdown:after{
    content:"";
    clear: both;
    display: table;
}
.countdown span{
    display: block;
    width: 25%;
    float: left;
    padding: 50px 15px 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
}
.countdown small{
    position: absolute;
    top: 0;
    left: 50%;
    width: 80px;
    height: 34px;
    padding-top: 0;
    margin-left: -40px;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #eff2f5;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    display: block;
    color: #3a3a3a;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
}

.checklist{
    margin: 0;
    padding: 0;
    list-style: none;
}
.checklist > li{
    font-size: 22px;
    line-height: 30px;
    background: url(images/checklist.png) no-repeat scroll 0 0;
    margin: 0 0 10px;
    padding: 0 0 0 40px;
    background-size: 28px;
}

@media (min-width: 992px){
    .txt-right{
        padding-left: 25px;
    }
    .row-btn p.margin-sm{
        padding: 0 15px !important;
    }
}

@media (max-width: 991px){
    * {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }
    *:before,
    *:after {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }
    h2 {
        font-size: 36px;
        line-height: 36px;
    }
    h3{
      font-size: 28px;
      line-height: 32px;
    }
    h4{
      font-size: 24px;
      line-height: 28px;
    }
    .btn{
        padding: 10px 30px;
        height: auto;
    }
    .main{
        width: 750px;
        padding: 0 15px;
    }
    .menu {
        font-size: 15px;
    }
    .logo img{
        width: 110px;
    }
    .header-info {
        padding-left: 0;
    }
    .header-content .col1 {
        width: 72%;
    }
    .header-content .col2 {
        width: 28%;
        padding-left: 30px;
    }
    .list-item .thumb {
        width: 26%;
    }
    .list-item .entry {
        width: 74%;
        padding-left: 30px;
    }
    .step-item{
        font-size: 18px;
        line-height: 26px;
    }
    .step-item .col1 {
        width: 15%;
    }
    .step-item .col2 {
        width: 85%;
    }
    .step-box-colA p {
        padding: 0;
    }
}

@media (max-width: 767px){
    h2 {
        font-size: 28px;
        line-height: 32px;
    }
    
    h3{
      font-size: 24px;
      line-height: 28px;
    }
    
    h4{
      font-size: 20px;
      line-height: 24px;
    }
    .btn {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .main{
        width: 100%;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        width: 130px;
    }
    .site-header .title {
        display: none;
    }
    .sc-menu{
        display: none;
    }
    .header-content .col1,
    .header-content .col2{
        width: 100%;
    }
    .header-content .col1{
        padding-bottom: 0;
    }
    .header-content .col2{
        padding: 0;
        display: none;
    }
    .padding-20 {
        margin: 20px 0px;
    }
    
    .list-item{
        padding-left: 0;
        padding-right: 0;
    }
    .list-item-green{
        border: 4px solid #99ddee;
        padding: 25px 20px;
    }
    
    .list-item-grey{
        border: 4px solid #999999;
        padding: 25px 20px;
    }
   
    .step-item {
        font-size: 16px;
        line-height: 24px;
        padding-left: 0;
        padding-right: 0;
    }
    .step-item .col1,
    .step-item .col2 {
        width: 100%;
    }
    .list-item .btn{
        width: 100%;
        display: block;
    }
    .list-item .question-style {
        padding: 0;
        margin-bottom: 30px;
    }
    .books-thumb{
        text-align: center;
    }
    .row-2{
        padding-bottom: 0;
    }
    .copy{
        border: none;
        padding: 25px 0;
        background-color: #ffffff;
    }
}