@charset "UTF-8";

.parallax {
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
a:focus {
	border: 0;
	text-decoration: none;
	outline: none;
}
body {
	font-family: "Facto", sans-serif;
	min-width: 100vw;
	min-height: 100vh;
	background-color: #fff;
	color: #6a6a6a;
}
header {
	background-color: #666;
	color: #fff;
}
h1 {
	font-family: "Facto-Bold", "Facto", sans-serif;
	font-size: 85px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 50px;
	text-transform: uppercase;
}
h1 span {
	white-space: nowrap;
}
h2 {
	font-family: "Facto-Medium", sans-serif;
	font-size: 41px;
	color: #0098a3;
	text-align: center;
}
h3 {
	font-family: "Facto-Bold", sans-serif;
	color: #0098a3;
	margin-top: 15px;
	margin-bottom: 0px;
}
p {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 35px;
}
section {
	padding: 40px 0;
}
strong,
span.facto-bold {
	font-family: "Facto-Bold", "Facto", sans-serif;
	font-weight: 500;
}
span.fa {
	color: #26988a;
}

/* utility classes */
.margin-left{
	margin-left: 15px;
}
.margin-right{
	margin-left: 15px;
}
.shadow {
	text-shadow: 3px 3px 15px #000;
}


.navigation {
	background-color: #0f2946;
	padding: 15px;
}
.navigation img {
	/* margin-top: 15px; */
}
.navigation a {
	color: #fff;
}

/* Top Button Styles */
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: rgba(26,152,140,.4); /* Set a background color */
	color: #fff; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
  background-color: #666; /* Add a dark-grey background on hover */
}

/* Hero Bar styles */
#hero{

}
#hero .hero-head{
	background: url('../hero-bg.jpg') top no-repeat;
	background-size: cover;
	height: 400px;	
}
#hero .hero-head H1{
	margin-top: 115px;
}
#hero .hero-text-block{
	color: #ffffff;
	background-color: #199faa;
	padding: 30px;
	margin-top: -75px;
	min-height: 100px;
	font-size: 30px;
}
#hero .hero-text-block P{
	margin-bottom: 0;
	font-size: 30px;
}

/* INTRO SECTION */
#intro {
	background-color: #fff;
	color: #000;
	padding-top: 75px;
	text-align: center;
}
#intro P{
	font-size: 30px;
}

/* CORE PERFORMANCE BAR */
#core-performance{ min-height: 500px;}
#core-performance .information{
	background: #ece7e5;
	color: #000000;
	padding: 30px;
	text-align: center;
	min-height: 500px;
}
#core-performance .information P{
	font-size: 18px;
	line-height: 35px;
}

#core-performance .information .icon{
	margin-top: -65px;
	padding-bottom: 15px;
}

#core-performance .overheadshot{
	background: url('../core-performance-overhead.jpg') top no-repeat;
	background-size: cover;
	min-height: 500px;
}

/* DID YOU KNOW BAR */
#dyk {
	background-image: url('../grid.jpg');
	background-size: cover;
	padding: 30px 0px;
	color: #fff;
}
#dyk h2 {
	margin-top: 15px;
	color: #fff;
	text-align: left;
}

/* INTERACTIVE HOUSE SECTION */
#info {
	padding-top: 50px;
}
.interactive{
	text-align: center;
	margin: 0px;
}
.interactive h3 span {
	color: #fff;
	background-color: #0098a3;
	display: block;
	border-radius: 50px;
	padding: 6px;
	width: 35px;
	height: 35px;
	margin: 10px auto;
	cursor: pointer;
}
.interactive p{
	font-size: 14px;
	line-height: 20px;
}

.interactive p strong,
#benefits strong {

	font-weight: bold;
}

/* BENEFITS BAR */
#benefits strong {
	font-weight: bold;
}
#benefits {
	background-color: #ece7e5;
	padding: 50px 0px;
}
#benefits h2 {
	text-align: left;
}

/* SUBSCRIBE CTA BAR */
#subscribe {
	background: url('../hero-bg.jpg') top no-repeat;
	background-size: cover;
	padding: 75px 0px;
	text-align: left;
}

#subscribe .formBox{
	background-color: #1a9faa;
	color: #fff;
	text-align: center;
	padding: 45px 15px;
}

#subscribe .formBox H2{
	color: #ffffff;
}

/* FAQ ACCORDIAN SECTION */
#faq {
	padding: 50px 0px;
}
#faq h2 {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
#faq h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#faq .accordion{
	margin-bottom: 50px;
}
#faq #accordion .panel{
	border: none;
}
#faq .panel-heading{
	border: none;
	border-bottom: solid;
	border-color: #DDDDDD;
	border-width: 2px;
	background-color: #ffffff;
	margin: 25px 0 0 0;
	text-align: left;
	padding:0 0 15px 0;
	text-transform: none;
}
#faq .panel-heading .panel-title{
	font-size: 20px;	
}
#faq .panel-heading a{
	display: block;
	width: 100%;
	padding-right: 45px;
}
#faq .panel-heading a::after {
	content: '-';
	position: absolute;
	right: 40px;
}
#faq .panel-heading a.collapsed::after {
	content: '+ ';
}
#faq #accordion .panel-body{
	border:none;
	padding: 15px 0 0 0;
}
#faq #accordion .panel-body p{
	line-height: 26px;
    margin-bottom: 30px;
}
#faq .accordion{
	padding-left: 15px;
}
#faq .card-body {
	margin: 0 0 30px 0;
	line-height: 1.4;
}

/* FOOTER BAR */
footer {
	margin-top: 0;
	padding-top: 70px;
	background-image: url('../footer-background.png');
	background-position: top right;
	background-size: cover;
}
footer img {
	margin-top: -20px;
	max-width: 147px;
}
footer .breakout{
	margin-top: -120px;
}
footer .middle {
	border-right: 1px solid #fff;
}
footer p {
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#footer p a {
	color: #000;
}
#footer {
	background-image: url('../sun.jpg');
	color: #000;
	padding-top: 100px;
	padding-bottom: 600px;
	background-position: bottom;
	background-size: auto 100%;
	background-repeat:no-repeat;
	text-align: center;
	font-weight: bold;
}
#footer a{
	display: block;
	background-color: #1a9faa;
	padding: 5px;
	color: #fff;
	width: 250px;
	margin: 0px auto;
}
footer ul {
	text-align: center;
}
footer ul span.fa{
	color: #231f20 !important;
}

/* RESPONSIVE STYLE OVERRIDES */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { 

	#hero .hero-head H1{
		text-align: center;
		font-size: 50px;
	}	
	
	#hero .hero-text-block P{
		font-size: 24px;
	}
	
	#intro {
		font-size: 22px;
	}
	
	#subscribe {
		text-align: center;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
	#core-performance .information P{
		font-size: 14px;
		line-height: 28px;
	}
	
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
	
	
}