@charset "UTF-8";
/* CSS Document */

body { 
	font: normal 18px/24px Arial,Helvetica,sans-serif;
	color: #212121;
	background: #f3f3f3;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Cabin', sans-serif;
	}

.large-fonts { 
	font: 22px/26px 'Cabin', sans-serif;
}

.large-cap {
	font-size: 60px;
	font-family: 'Cabin', sans-serif;
	line-height: 40px;
}

.container { 
	max-width: 870px;
	margin: 0 auto;
	margin-top: 10px;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
        background: #FFF;

}

.content {
	background: #fff;
    	padding: 10px 75px 27px 75px;   
}

.content p {
    	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.4em;
}

.large-fonts .content p {
	font: 22px/26px 'Cabin';
	line-height: 1.4em;
}

hr.style-two {
    border: 0;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #212121;
	margin-bottom: 25px;
	letter-spacing:-1px;
	font-family: 'Lato', sans-serif;
}

h1 { font-size: 78px; line-height: normal; font-weight: 900; color: #000088; }
h2 { font-size: 54px; line-height: normal; font-weight: 900; }
h3 { font-size: 36px; line-height: normal; font-weight: 900; }

.div95 { max-width: 95%; margin: auto; }
.div90 { max-width: 90%; margin: auto; }
.div85 { max-width: 85%; margin: auto; }
.div80 { max-width: 80%; margin: auto; }
.div75 { max-width: 75%; margin: auto; }
.div70 { max-width: 70%; margin: auto; }
.div65 { max-width: 65%; margin: auto; }
.div60 { max-width: 60%; margin: auto; }

.mtop10 { margin-top: 10px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop35 { margin-top: 35px; }
.mtop40 { margin-top: 40px; }
.mtop45 { margin-top: 45px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop75 { margin-top: 75px; }
.mtop80 { margin-top: 80px; }
.mtop90 { margin-top: 90px; }
.mtop100 { margin-top: 100px; }
.mtop125 { margin-top: 125px; }
.mbottom50 { padding-bottom: 50px; }
.mbottom75 { padding-bottom: 75px; }
.mbottom80 { padding-bottom: 80px; }
.mbottom100 { padding-bottom: 100px; }

label { font-size: 24px; padding-left: 10px; } 

.pia { 
   color: #1873b0;
  }

.pianame { 
   color: #1873b0;
   font-style: italic;
   font-weight: bold;
  }

.surveyRadioOption {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 75px;
   font-size: 30px;
   font-weight: bold;
   border-radius: 4px;
   cursor: pointer;
 }

.surveyRadioOption:hover {
   background-color:#0e8dc7; 
   color: #fff; 
 }


/* h4 { font-size: 22px; line-height: normal; font-weight: normal; margin-top: 0; } */

.subhead { font-size: 36px; }

figure {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
figcaption {
  text-align: center;
  font-style: italic;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3rem;
}

.fact1bkgr { 
  background-color: #fff2cc;
  padding: 10px;
  border: #000 4px solid;
}

.fact2bkgr { 
  background-color: #d9e2f3;
  padding: 10px;
  border: #000 4px solid;
}

.fact3bkgr { 
  background-color: #e2efd9;
  padding: 10px;
  border: #000 4px solid;
}

.fact4bkgr { 
  background-color: #fbe4d5;
  padding: 10px;
  border: #000 4px solid;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 90%; margin: auto; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.h2subhead {
  color: #fff;
  background-color: #000;
  font-size: 2.4rem;
  padding: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  margin: auto;
  margin-top: 1.5rem;
  max-width: 90%;
}

.h1top { 
  font-family: 'Bree Serif', serif;
  color: #990000;
  font-size: 4.25rem;
  line-height: 5rem;
  font-weight: bold;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 3rem;
}

#topalert { 
  max-width: 90%;
  background-color: #666;
  margin: auto;
  padding: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
} 

#topalert p { 
  color: #fff;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.45;
}

#topital {
  font-style: italic;
  font-size: 1.6rem;
}

.wrapper {
  overflow:hidden;
  padding-top: 0;
  margin-top: -15px;
}

.wrapper div {
   min-height: 150px;
   padding: 2px;
   padding-top: 0;
}

#one {
  float:left;
  margin-right:10px;
  width:48%;
  text-align: center;
  padding-top: 10px;
}

#two {
  background-color: white;
  overflow:hidden;
  margin:10px;
  text-align: center;
  min-height:170px;
}

@media screen and (max-width: 720px) {
   #one {
    float: none;
    margin-right:0;
    width:auto;
  }
}

.boxyellow {
	background: #Fdf8e1;
	border: 4px solid #f9dc5c;
	padding: 15px 20px;
}
.boxyellow h3 { background: #f9dc5c; 
	color:#FFF; 
	margin:-15px -20px 15px; 
	padding:15px 30px;
}

.boxblue {
	background: #e7f6ff;
	border: 4px solid #009cff;
	padding: 15px 0px;
}

.boxblue h3 { background: #009cff; 
	color:#FFF; 
	margin:-15px -20px 15px; 
	padding:15px 30px;
}
.boxnavy {
	background: #e9ebef;
	border: 4px solid #0d2c54;
	padding: 15px 20px;
}
.boxnavy h3 { background: #0d2c54; 
	color:#FFF; 
	margin:-15px -20px 15px; 
	padding:15px 30px;
}

.boxred {
	background: #f8d5d5;
	border: 4px solid #f9dc5c;
	padding: 15px 20px;
}
.boxred h3 { background: #dd1c1a; 
	color:#FFF; 
	margin:-15px -20px 15px; 
	padding:15px 30px;
}

.warningyellow {
    margin-bottom: 0px;
    padding-top: 6px;
    padding-left: 0px;
    min-height: 30px!important;
    background: url(../images/warning-sign-yellow.png) no-repeat 0 0;
}

.warningred {
    margin-bottom: 0px;
    padding-top: 6px;
    padding-left: 0px;
    min-height: 30px!important;
    background: url(../images/warning-sign-red.png) no-repeat 0 0;
}

.warningtext { padding-left: 60px; margin-top: -5px; }



h5 {
	font-weight: normal;
	color: #212121;
	letter-spacing:-1px;
	font-family: 'Lato', sans-serif;
}
h5 { font-size: 26px; line-height: normal; font-weight: normal; margin-bottom: 0; margin-top: 0; }


h6 {
	font-weight: normal;
	color: #212121;
	letter-spacing:-1px;
	font-family: 'Lato', sans-serif;
}
h6 { font-size: 18px; line-height: normal; font-weight: normal; display: none; }


.imgcaption {
  font-style: italic;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.2rem;
}

.alignleft { float: left; margin-right: 25px; margin-bottom:25px; margin-left:-15px; }
.alignright { float: right; margin-left: 25px; margin-bottom:25px; margin-right:-15px; }
img.white-border {
    border: 3px #fff solid;
	box-shadow: 0px 1px 5px 0px rgba(0,1,1,0.3);
}


ul li { font-size: 22px; line-height: 150%;}
ol li { font-size: 22px; line-height: 150%;}

.add-to-cart {
	background-color:#009cff;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0px;
	border:0px solid #3bc96d;
	display:inline-block;
	color:#ffffff;
	font-family:Lato;
	font-size:40px;
	font-weight:bold;
	font-style:normal;
	height:100px;
	line-height:100px;
	width:600px;
	text-decoration:none;
	text-align:center;
	max-width: 100%;
}
.add-to-cart:hover {
	background-color:#008de8;
}
.add-to-cart:active {
	position:relative;
	top:1px;
}




.third {
	width: 32%;
    float: left;
}
.third img {
	max-width: 100%; height: auto;
}

.twothirds{
	width: 66%;
    float: left;
	padding-left: 2%;
	margin-top: 80px;
}
.twothirds img {
	max-width: 100%; height: auto;
}

.half {
	width: 48%;
    float: left;
}
.half2 {
	width: 50%;
    float: left;
	padding-left: 2%;
}
.half img {
	max-width: 100%; height: auto;
}


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

.red { color: #800000; }
.center { text-align:center; }
.warningtext { padding-left: 60px; margin-top: -5px; }
.highlight { background: #FFFF66; padding: 2px 5px; }
.bluehighlight { background: #e7f6ff; padding: 2px 5px; }
.mt0 { margin-top: 0px; }
.mtb0 { margin-top: 0px; margin-bottom: 0px; }

.boxgray {
	background: #f3f3f3;
	border: 4px solid #dddddd;
	padding: 15px 20px;
}
.boxgray2 {
	background: #f3f3f3;
	border: 4px solid #dddddd;
	padding: 15px 20px;
	margin-bottom: 15px;
}
.boxgray h3 { background: #f3f3f3; 
	color:#FFF; 
	margin:-15px -20px 15px; 
	padding:15px 30px;
}
.boxblue {
	background: #e7f6ff;
	border: 4px solid #009cff;
	padding: 15px 20px;
}
.boxblue h3 { background: #009cff; 
	color:#FFF; 
	margin:-15px -20px 15px; 
	padding:15px 30px;
}
.boxnavy {
	background: #e9ebef;
	border: 4px solid #0d2c54;
	padding: 15px 20px;
}
.boxnavy h3 { background: #0d2c54; 
	color:#FFF; 
	margin:-15px -20px 15px; 
	padding:15px 30px;
}

.boxyellow {
	background: #Fdf8e1;
	border: 4px solid #f9dc5c;
	padding: 15px 20px;
}
.boxyellow h3 { background: #f9dc5c; 
	color:#FFF; 
	margin:-15px -20px 15px; 
	padding:15px 30px;
}
.boxgreen {
	background: #f3f8e7;
	border: 4px solid #7fb800;
	padding: 15px 20px;
}
.boxgreen h3 { background: #7fb800; 
	color:#FFF; 
	margin:-15px -20px 15px; 
	padding:15px 30px;
}
.boxorange {
	background: #feefea;
	border: 4px solid #f6511d;
	padding: 15px 20px;
}
.boxorange h3 { background: #f6511d; 
	color:#FFF; 
	margin:-15px -20px 15px; 
	padding:15px 30px;
}
.boxred {
	background: #f8d5d5;
	border: 4px solid #dd1c1a;
	padding: 15px 20px;
}
.boxred h3 { background: #dd1c1a; 
	color:#FFF; 
	margin:-15px -20px 15px; 
	padding:15px 30px;
}
.checkemail {
    margin-bottom: 0px;
    padding-top: 6px;
    padding-left: 0px;
    min-height: 30px!important;
    background: url(../images/check-email2.png) no-repeat 0 0;
}
.warningyellow {
    margin-bottom: 0px;
    padding-top: 6px;
    padding-left: 0px;
    min-height: 30px!important;
    background: url(../images/warning-sign-yellow.png) no-repeat 0 0;
}
.warningred {
    margin-bottom: 0px;
    padding-top: 6px;
    padding-left: 0px;
    min-height: 30px!important;
    background: url(../images/warning-sign-red.png) no-repeat 0 0;
}

#footer { 
	padding: 15px 0px; 
	margin-bottom: 25px; 
	max-width: 850px;
	margin: 0 auto;
    overflow: hidden;
}

#footer p { font-size: .9rem; color: #666; overflow: hidden; }
#footer p a { color: #999; }
#footer p a:hover { color: #666; }
#footer .center { width: 100%; text-align:center; }

.player {
position: relative;
border: 4px solid #CCC;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.player iframe, .player object, .player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.unmute {
	position: absolute; 
	right: 10px; 
	top: 10px;
	z-index:1;
	background-color: #222;
	border-radius: 4px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}



/*IMAGES*/

p.nothanks, .large-fonts .content p.nothanks { font-size: 12px; line-height: 18px; color: #888;  }

p.small, .large-fonts .content p.small { font-size: 16px; line-height: 18px; color: #212121;  }

p.cb { font-size: 9px; line-height: 18px; color: #000;  }

/* #Media Queries
================================================== */
	/* Smaller than standard 960 (devices and browsers) */

	/* Tablet Portrait size to standard 960 (devices and browsers) */

	/* All Mobile Sizes (devices and browser) */

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 780px) {

 		.container { margin-top: 0; box-shadow: none; }
		.content { padding: 20px 20px 20px 20px; } 

		.subhead { font-size: 30px; }
		.large-fonts .content p { font-size: 20px; }

		h1 { font-size: 60px; }
		h2 { font-size: 44px; }
		h3 { font-size: 30px; }
/*		h4 { font-size: 20px; } */
		h5 { font-size: 18px; }
		h6 { font-size: 18px; display: contents;}

		.div95 { max-width: 100%; margin: auto; }
		.div90 { max-width: 100%; margin: auto; }
		.div85 { max-width: 100%; margin: auto; }
		.div80 { max-width: 100%; margin: auto; }
		.div75 { max-width: 100%; margin: auto; }
		.div70 { max-width: 100%; margin: auto; }
		.div65 { max-width: 100%; margin: auto; }
		.div60 { max-width: 100%; margin: auto; }

		.mtop10 { margin-top: unset; }
		.mtop20 { margin-top: unset; }
		.mtop25 { margin-top: unset; }
		.mtop30 { margin-top: unset; }
		.mtop35 { margin-top: unset; }
		.mtop40 { margin-top: unset; }
		.mtop45 { margin-top: unset; }
		.mtop50 { margin-top: unset; }
		.mtop60 { margin-top: unset; }
		.mtop75 { margin-top: unset; }
		.mtop80 { margin-top: unset; }
		.mtop90 { margin-top: unset; }
		.mtop100 { margin-top: unset; }
		.mtop125 { margin-top: unset; }
		.mbottom50 { padding-bottom: unset; }
		.mbottom75 { padding-bottom: unset; }
		.mbottom80 { padding-bottom: unset; }
		.mbottom100 { padding-bottom: unset; }

                label { font-size: 20px; padding-left: 5px; } 

               .surveyRadioOption {
                  padding-top: 10px;
                  padding-bottom: 10px;
                  padding-left: 10px;
                  font-size: 24px;
                  font-weight: bold;
                  border-radius: 4px;
                  cursor: pointer;
		 }

                .h1top { 
                    font-size: 3rem;
                    line-height: 4rem;
                  }

		.warningtext { margin-top: -10px; }		

		ul li { font-size: 20px; }
		.warningtext { margin-top: -10px; }
		.add-to-cart { font-size: 21px; height: 60px; line-height:60px; height: 200px; }
		img { max-width: 100%; height: auto; }
		.alignleft, .alignright { float: none; margin: 0 auto; display: block; }
		#footer p { padding:0px 15px; overflow: hidden; max-width: 100%;}
		.twothirds { margin-top: 0px; }

}

.testimonial {
    background-color: #ffffe8;
    border: 2px solid #ccc;
    border-radius: .5em;
    -webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 9px rgba(0,0,0,0.5);
    font-family: monospace;
    font-size: 1.1em;
    margin: 1.5em 1.5em;
    padding: 20px;
}