
/*---------------------------------
@media all and (min-width: 1024px) and (max-width: 1280px)
@media all and (max-width: 480px)


font-family:'ITC Caslon_224 W01 Book1551458';
font-family:'ITC Caslon_224 W01 Book Italic';
font-family:'ITC Caslon_224 W01 Medium';
font-family:'ITC Caslon_224 W01 Medium It';
font-family:'ITC Caslon_224 W01 Bold1551474';
font-family:'ITC Caslon_224 W01 Bold Italic';
font-family:'ITC Caslon_224 W01 Black';
font-family:'ITC Caslon_224 W01 Black It';



font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;


color: #0d2c6c; primary blue
color: #044182; secondary blue

color: #cc0000; primary red
color: #990000; dark red

-----------------------------------*/



/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url('css/reset.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,500i,600,600i,700,700i,900|Roboto:400,400i,900,900i');


/*---------------------------------
	HTML ELEMENTS
-----------------------------------*/

a{color:inherit;outline:0;cursor:pointer;text-decoration:underline;}
a:active{color:inherit;}
a:visited{}
a:hover{text-decoration:underline;}

strong,b{font-weight:900;}
em,i{font-style: italic;}

a.btn, a:hover.btn, .btn, a.btn-cta, a:hover.btn-cta, a.btn-foot, a:hover.btn-foot {
	display: inline-block;
	padding: 12px 48px;
	background-color: #cc0000;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .75em;
	margin: 12px 0 18px 0;
	clear: both;
	letter-spacing: 2px;
	border-radius: 25px;
	height: 50px;
	font-weight: 500;
}

a.btn-cta {
	width: auto;
	text-align: center;
	background-color: #0d2c6c;
	}
	
a:hover.btn-cta {
	background-color: #ffffff;
	color: #0d2c6c;
}

a.btn-foot {
	min-width: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #cc0000;
	border: 1px solid transparent;
	margin: 0;
	padding: 12px;
	line-height: 100%;
	}
	
a:hover.btn-foot {
	min-width: 100%;
	width: 100%;
	height: auto;
	border: 1px solid #cc0000;
	background-color: #ffffff;
	color: #cc0000;
	margin: 0;
	padding: 12px;
	line-height: 100%;
}

@media all and (max-width: 480px) { 
	
	a.btn, a:hover.btn {
		font-size: .65em;
		padding: 12px 18px;
		line-height: 100%;
	}	
	
}


ul, ol {
margin: 0;
padding: 0;
list-style: none !important;
}

li{
padding:12px 0 0 0;
margin:0 0 6px 0;
border-bottom: 1px solid #dddddd;
}


/*---------------------------------
	LAYOUT
-----------------------------------*/
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
  
  
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body{
margin:0;
padding:0;
color: #0d2c6c;
background: #0d2c6c;
font-size: 20px/100%;
line-height: 150%;
font-weight: normal;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
font-family: 'Roboto', sans-serif;
}

.wrap { 
width:100%;
min-height: 2px;
height: auto;
padding: 5em 0;
}

.wrap-thin { 
width:100%;
min-height: 2px;
height: auto;
padding: 2.5em 0;
}


.wrap-video-links { 
width:100%;
min-height: 2px;
height: auto;
padding: 0 0 5em 0;
}


@media all and (max-width: 480px) {
.wrap, .wrap-thin, .wrap-video-links { 	
padding: 1em 0;
}
}



/*---------------------------------
	HELPERS
-----------------------------------*/

.black-back {
	background-color: #000000;
}

.white-back {
	background-color: #ffffff;
}

.blue-back {
	background-color: #0d2c6c;
	color: #ffffff !important;
}

.yellow-back {
	background-color: #fff200;
}

.grey-back {
	background-color: #eeeeee;
}

.red-back {
	background-color: #cc0000;
	color: #ffffff !important;
}

.center {
	text-align: center;
}

.visible {
	min-height: 1px;
	background-color: transparent;
}

.grey-border {
	border-bottom: 2px solid #eeeeee;
}

@media all and (max-width: 480px) {
	
}




/*---------------------------------
	DOWN ARROW
-----------------------------------*/

.arrowHolder {
	display: block;
	width: 100%;
	height: 20%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #eeeeee;
}

.downArrow{
	position: absolute;
	bottom: 30%;
	left: 48.5%;
	color: #0d2c6c;
	font-size: 2em;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


@media all and (max-width: 768px) { 

.arrowHolder {
	display: none;
	}
}


/*---------------------------------
	HEADINGS
-----------------------------------*/
h1,h2,h3,h4,h5 {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
line-height: 125%;
color: #cc0000;
margin:0 0 18px 0;
}

h1{
text-transform: uppercase;
letter-spacing: 5px;
font-size: 2.5em;
margin-bottom: 1em !important;
}

h2{
font-size: 1.75em;
font-weight: 700;
margin-top: 1.5em;
}

h3, h4{
font-size:1em;
text-transform: uppercase;
letter-spacing: 2px;
}

h4 {
font-weight: 700;
color: #0d2c6c;
}

@media all and (max-width: 480px) {
	
	
	h1{
	font-size:1.75em;
	letter-spacing: 2px;
	line-height: 125%;
	}
	
	h2{
	font-size:1em;
	line-height: 125%;
	}

	h3 {
	font-size:1em;
	line-height: 100%;
	}
	
	h4 {
	font-size: .65em;
	line-height: 100%;
	}
	
}


/*---------------------------------
	PARAGRAPHS
-----------------------------------*/

p, p.large {
	font-size: 1em;
	margin:0 0 18px 0;
}

p.large {
	font-size: 1.25em;
	line-height: 150%;
}

p.subtext {
	font-size: .85em;
	margin:0 0 16px 0;
	font-family: Courier;
}

p.credit {
	font-size: .85em;
	margin:16px 0 0 0;
	color: #666666;
}

p.attribute, p.meta {
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	margin: 1.5em 0 0 0;
	letter-spacing: 2px;
	font-size: 1em;
	color: #ce153f;
}

p.meta {
	font-weight: 400;
	margin: 0 0 2em 0 ;
}

p.kicker {
	font-family: 'Montserrat', sans-serif;
	display: block;
	text-transform: uppercase;
	margin: 0 0 1.5em 0;
	letter-spacing: 2px;
	font-size: .75em;
	color: #ffffff;
	font-weight: 700;
}

p.cost {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 3.5em;
	color: #cc0000;
	display: inline-block;
	margin: 0 auto .5em auto;
	clear: both;
}

p.cost .change {
	font-size: 50%;
	vertical-align: super; 
}

p.gets {
	font-weight: 900;
	margin: 0 0 9px 0;
}

p.value {
	height: 72px;
	width: 72px;
	border-radius: 50%;
	background-color: #fff200;
	display: block;
	position: absolute;
	top:10%;
	right: -36px;
	color: #cc0000;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	line-height: 100%;
	font-weight: 900;
	padding-top: 24px;
	font-size: .75em;
	letter-spacing: 1px;
}

/*---------------------------------
	Blockquote
-----------------------------------*/

blockquote {
	font-family:'CaslonOldFaceW01-Italic';
	font-style: italic;
	font-size: 1.75em;
	display: inline-block;
	clear: both;
	line-height: 125%;
	padding: 0 10%;
}

blockquote a {
	color: inherit;
	text-decoration: none;
	border-bottom: solid 1px #dddddd;
}

blockquote a:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: solid 1px #000000;
}

.blockquote-image {
	text-align: center;
	display: block;
	border-radius: 50%;
	background-color: #ffffff;
	height: 180px;
	width: 180px;
	clear: both;
	margin: 0 auto 36px auto;
	padding: 0;
	border: 6px solid #ffffff;
	overflow: hidden;
}

.quote-area {
	margin-bottom: 5% !important;
	border-bottom: solid 2px #0d2c6c;
}


@media all and (max-width: 480px) {
	
p, p.large {
	font-size: .90em;
	line-height: 125%; 
}

p.subtext {
	font-size: .35em;
	line-height: 125%;
}

p.attribute {
	font-size: .65em;
}
	
blockquote {
	font-size: 1.5em;
	line-height: 125%;
}

}





/*---------------------------------
	IMG
-----------------------------------*/

img { width:100%; max-width:100%; height: auto; display: block; }
img.rounded { border-radius: 50%; border-radius: 50%; border: 4px solid #ffffff; }
img.ar { width: 95%; max-width: 95%; }





/*---------------------------------
	HR
-----------------------------------*/

hr{ clear:both;border-bottom:0;border-top:2px solid #cc0000;border-right:0;border-left:0;min-height: 0;height:1px; width: 9em; margin-bottom: 3em !important;}



/*---------------------------------
	HEADER
-----------------------------------*/

.header {
	min-height: 100px;
	height: auto;
	width: 100%;
	background-color: transparent;
	margin: 0;
	padding: 1.75em 1.25em 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

a.social-btn, a.social-btn:hover {
	display: block;
	border-radius: 50%;
	background-color: #0d2c6c;
	height: 50px;
	width: 50px;
	float: right;
	padding: .875em 1em 1.125em 1em;
	margin: 0 .375em 0 0;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 30;
}

a.social-btn:hover {
	color: #0d2c6c;
	background-color: #ffffff;
}

/*---------------------------------
	INTRO AREA
-----------------------------------*/

.intro {
	display:table;
	height:100vh;
	width:100%;
	background-size:cover;
	background-color: #cc0000;
}

.intro .inner {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100vh;
	max-width:none;
	border-top: 5px solid #0d2c6c;
}

.lead-image {
	background:url('img/siteHeader.png') no-repeat 50% 50%;
	background-size:cover;
	height:100vh;
	position: relative;
	z-index: 20;
	padding: 0 ;
	margin: -5px 0 0 0 !important;
	overflow: hidden;
}

.lead {
	display: table !important;
	height:93vh;
	position:relative;
	z-index: 20;
	padding: 0 !important;
	margin: -5px 0 0 0 !important;
}

.lead-content {
	display:table-cell;
	vertical-align:middle;
	color: #ffffff;
	padding-right: 6em;
	height: auto;
	width: auto;
}

.lead-header {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 3em;
	line-height: 112.5%;
	margin-bottom: .5em;
}


.flag {
	height: 40px;
	width: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background-color: #990000; /* dark red */
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.stars {
	width: 30px;
	height: 20px;
	float: left;
	background-color: #0d2c6c;	 
}

.stripes, .stripes-long {
	height: 5px;
	width: 30px;
	margin-top: 5px;
	background-color: #ffffff;
	float: left;
}

.stripes-long {
	width: 60px;
}


@media all and (max-width: 480px) {
	
.lead-header {
	font-size:1.75em;
	line-height: 112.5%;
}
	

.lead-image. lead {
	height:auto;
}

.lead-content {
	color: #ffffff;
	padding: 0 3%;
	height: auto;
	width: auto;
	text-align: center;
}

}


/*---------------------------------
	IN THE BOOK
-----------------------------------*/

.plus-wrap {
	height: 5px;
	background-color: #cc0000;
	margin-bottom: 1.5em !important;	
}

.plus-highlight {
	display: inline-block;
	background-color: #dddddd;
	margin-top: 1.5em !important;
	padding: 18px 18px 12px 18px; 
}



/*---------------------------------
	WAYS TO BUY AREA
-----------------------------------*/

.buy-container {
	position: relative;
}

a.buy {
	display: block;
	min-height: 400px;
	height: auto;
	padding: 36px;
	margin-bottom: 36px;
	outline: #ce153f 2px solid;
	border: 6px solid transparent;
	text-decoration: none;
	cursor: pointer;	
}

a:hover.buy {
	outline: 2px solid #cc0000;
	border: 6px solid #cc0000;
	text-decoration: none;
}

.logo-box {
	display: block;
	height: 100px;
	width: 100px;
	margin: 0 auto 2em auto;
	padding: 0;
	clear: both;
}

.amazon {background:url('img/amazon.jpg') no-repeat;}
.blurb {background:url('img/blurb.jpg') no-repeat;}
.cp {background:url('img/cp.jpg') no-repeat;}





/*---------------------------------
	TEXT AREA
-----------------------------------*/
.video-area {
	padding: 2% 0;
}

.buy-text {
	padding: 5% 0;
}

.buy-text-big {
	padding: 5% 0 2% 0;
}

.cp-logo {
	display: inline-block;
	max-height: 175px;
	max-width: 175px;
}

@media all and (max-width: 480px) {
	
	.cp-logo {
	max-height: 88px;
	max-width: 88px;
}
	
}





/*---------------------------------
	VIDEO AREA
-----------------------------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 1px;
	height: 0;
	margin-bottom: 12px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*---------------------------------
	SLIDER
-----------------------------------*/

    .slider {
        width: 95%;
        margin: 0 auto;
        overflow: visible;
    }

    .slick-slide {
      margin: 0px 5px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
    
    
ul.slick-dots li {
	 border-bottom: 0px !important;
 }   
 
 
 
 
 /*---------------------------------
	META
-----------------------------------*/

.meta-wrap {
	padding: 2em 0 !important;
}
    

/*---------------------------------
	FOOTER
-----------------------------------*/

.footer {
	width: 100%;
	height: auto;
	min-height: 36px;
	text-align: center;
	color: #fff;
	font-size: .75em;
	padding: 18px 0;
}

.footer a {
	color: #fff;
	text-decoration: underline;
}

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

@media all and (max-width: 480px) {
	
	.footer {
	padding: 2em 3em;
	font-size: .45em;
	line-height: 150%;
	}
	
	
}













































/*---------------------------------
	GRID
-----------------------------------*/

.grid{
max-width:1170px;
margin:0 auto;
padding:0 2em;
}

.grid.flex {
max-width:100%;
margin:0;
padding:0;
}

.row{
display:block;
/* overflow:hidden; */
clear:both;
}

*[class*="col_"].alpha{margin-left:0;}
*[class*="col_"].omega{margin-right:0;}
 
.col_1  { width: 6.6666666666667%; }
.col_2  { width: 15%; }
.col_3  { width: 23.333333333333%; }
.col_4  { width: 31.666666666667%; }
.col_5  { width: 40%; }
.col_6  { width: 48.333333333333%; }
.col_7  { width: 56.666666666667%; }
.col_8  { width: 65%; }
.col_9  { width: 73.333333333333%; }
.col_10 { width: 81.666666666667%; }
.col_11 { width: 90%; }
.col_12 { width: 98.333333333333%; }

*[class*="col_"]{
margin-left: 0.83333333333333%;
margin-right: 0.83333333333333%;
margin-top:0.5em;
margin-bottom:0.5em;
float: left;
display: block;
}


/* ---------------------------------
	
	Responsive Grid Media Queries - 1280, 1024, 768, 480
	1280-1024 	- desktop (default grid)
	1024-768 	- tablet landscape
	768-480 	- tablet 
	480-less 	- phone landscape & smaller
	
----------------------------------- */

@media all and (min-width: 1024px) and (max-width: 1280px) {
	
	.grid *[class*="col_"]{}
	.grid{max-width: 1024px;}
	
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	
	.grid *[class*="col_"]{}
	.grid{max-width: 768px;}
	
}


@media all and (min-width: 480px) and (max-width: 768px) {

	.grid *[class*="col_"]{
	float:none;
	width:auto;
	clear:both;
	display:block;
	}
	
	/* columns inside of columns */
	.grid *[class*="col_"] [class*="col_"]{
	margin-left:0;
	margin-right:0;
	width:100%;
	}
	
	.grid{max-width: 480px;}
	
}

@media all and (max-width: 480px) {
	
	.grid *[class*="col_"]{
	float:none;
	width:auto;
	clear:both;
	display:block;
	}
	
	/* columns inside of columns */
	.grid *[class*="col_"] [class*="col_"]{
	margin-left:0;
	margin-right:0;
	width:100%;
	}
	
	.grid{max-width: 100%;/*320*/}
	
}


/*---------------------------------
	ADD-ONS
-----------------------------------*/

::-moz-selection { color:#ffffff; background: #0d2c6c; }
::selection { color:#ffffff; background: #0d2c6c; }


.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix, *:first-child+html .clearfix{zoom:1}
