@charset "UTF-8";
/* CSS Document */

/* Colors: 

Background/Light Gray: #f6f7f8

Burgundy: #470204

Navy Blue: #010326

Gray: #767478

*/

html {
	background-color:#f9f8f8;
	}

.body {
	width:100%;
	height:100%;
	min-height:800px;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Open Sans', sans-serif;
	
	}
	
p {
	color:#2c3e50;
	}	
	
h1	{
	font-size:18px;
	font-weight:700;
	}
	
.green {color:#3F0;} /* Green */
	
.orange {
	color: #3498DB;
} /* Orange */
	
.fa-building {color:#390;} /* Green */

.fa-square-o, .fa-check-square-o {color:#fff;}

.fa-leaf {color:#390;}		
	
.mainbutton {
	width:300px;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	border: 0;
	border-radius: 0.35em;
	color: #fff;
	background-color:#3498db;
	box-shadow: 0px 4px 0px 0px #2674a9;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	padding-left:15px;
	float:left;
	text-align:center;
	text-decoration:none !important;
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
	}
	
.mainbutton:hover {
	background-color:#2980b9;
	text-decoration:none !important;
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
	}
	
.mainbutton2 {
	width:300px;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight:400 !important;
	font-size:18px !important;
	line-height:50px;
	border: 0;
	border-radius: 0.35em;
	color: #fff;
	margin-left:auto;
	margin-right:auto;
	background-color:#e74c3c;
	box-shadow: 0px 4px 0px 0px #c0392b;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	padding-left:15px;
	position:relative;
	text-align:center;
	text-decoration:none !important;
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
	z-index:1;
	}
	
.mainbutton2:hover {
	background-color:#c0392b;
	text-decoration:none !important;
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
	}	
	
.header button {
	color:#010326;
	font-size:30px;
	font-weigh:300;
	padding:10px;
	position:fixed;
	top:40px;
	right:50px;
	background: rgba(204,204,204,.4);
	z-index:20;
	}
	
	
	
  /* ===========================================*/	
 /* ================= Header ==================*/	
/* ===========================================*/
	
#page-one {
	width:100%;
	height:100%;
	min-height:100vh !important;
	background: url(../images/lftonepage.png);
	background-position: center top;
	background-size: cover;
	float:left;
	}	
	
.header {
	float:left;
	width:100%;
	height:100px;
	background:#fff;
	color:#2c3e50;
	}	
	


.left {
	width:70%;
	float:left;
	text-align:left;
	}	
	
.right {
	width:30%;
	float:right;
	text-align:right !important;
	}	
	

	
.left h1 {
	padding-left:20px;
	font-size:48px;
	font-weight:700;
	line-height:100px;
	color:#2c3e50;
	}		
	
.right h1 {
	padding-right:20px;
	font-size:48px;
	font-weight:300;
	line-height:100px;
	}	
	
.right h1:before {
	content:"";
	}				

.header img /* Logo */{
	width:98%;
	max-width:450px;
	height:auto;
	margin:40px 0px 20px 40px;
	}
	
.promo-text {
	width:85%;
	margin-left:150px;
	font-family: 'Lato', sans-serif;
	font-size:45px;
	font-weight:300;
	line-height:60px;
	color:#af8b21;
	margin-top:15%;
	}
	
.promo-text p {
	font-family: 'Lato', sans-serif;
	font-size:32px;
	font-weight:400;
	line-height:60px;
	}		
	
/* Middle Section */	
	
#featured-text	 {
	width:100%;
	background-color:#ecf0f1;
	padding:10px;
	float:left;
	font-size:12px;
	font-weight:300;
	line-height:18px;
	text-align:center !important;
	}
	
#featured-text h1	{
	font-size:68px;
	font-weight:700;
	line-height:74px;
	padding:10px;
	text-align:center !important;
	}
	
#featured-text h2	{
	font-size:36px;
	font-weight:400;
	padding:10px;
	text-align:center !important;
	}		
	
#featured-text p	{
	font-size:14px;
	font-weight:300;
	padding:10px;
	}		

.col1 {
	width:32%;
	height:100%;
	margin:.5%;
	float:left;
	padding:1%;
	font-size:12px;
	font-weight:300;
	line-height:18px;
	}
	
.col2 {
	width:32%;
	margin:.5% 1% 1% 1%;
	float:left;
	padding:1%;
	font-size:12px;
	font-weight:300;
	line-height:18px;
	}
	
.col3 {
	width:32%;
	margin:.5%;
	float:left;
	padding:1%;
	font-size:12px;
	font-weight:300;
	line-height:18px;
	}	
	
/* Center Section */	

.clipboard {
	float:left;
	}
	
#questions-section {
	clear:both;
	width:100%;
	height:100%;
	min-height:100vh;
	color:#fff;
	background-color:#34495e;
	background-size:cover;
	background-position:top right;
	text-align:center;
	}
	
#questions-section img {
	width:15%;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px !important;
	}	

#questions-section h1 {
	clear:both;
	color:#fff;
	padding-top:20px !important;
	font-size:36px;
	font-weight:300;
	padding-bottom:10px;
	}
	
#questions-section h2 {
	clear:both;
	color:#fff;
	padding-top:20px !important;
	font-size:24px;
	font-weight:300;
	padding-bottom:10px;
	}	
	
#questions-section p {
	width:100%;
	padding:0 15% 20px 15% !important;
	color:#1abc9c;
	font-size:24px;
	font-weight:300;
	text-align:center;
	line-height:36px;
	
	}	
	
#page-two {
	width:100%;
	float:left;
	min-height:100vh;
	color:#fff;
	background-color:#ecf0f1;
	background:url(../images/springtime.jpg);
	background-position:top center;
	background-size:cover;
	text-align:center;
	}	
	
#page-two img {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
	margin-top:20px;
	}		
	
#page-two h2 {
	font-size:36px;
	font-weight:700;
	padding:20px;
	}
	
#page-two p {
	color:#fff;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
	font-weight:300;
	padding-bottom:20px;
	}	
	
#page-two a {
	text-decoration:none !important;}		
	
#page-three {
	width:100%;
	min-height:100vh;
	background-color:#7f8c8d;
	text-align:center;
	padding:50px;
	}	
	
#page-three h1 {
	color:#fff;
	font-size:48px;
	font-weight:400;
	padding-bottom:20px;
	}
	
#page-three h2 {
	color:#fff;
	font-size:36px;
	font-weight:400;
	padding-bottom:20px;
	}	
	
#page-three p {
	font-size:18px;
	font-weight:400;
	padding-bottom:20px;
	}	
	
#page-three a {
	color:#fff;
	text-decoration:none;
	}	
	
#page-three-right {
	width:50%;
	float:left;
	height:50vh;
	min-height:300px;
	background-color:#ecf0f1;
	background:url(../images/Doctor-page-two_small.jpg);
	background-size:cover;
	background-position:top left;
	text-align:center;
	}				
	
	
  /* ==========================================*/	
 /* =============== Home Page ================*/	
/* ==========================================*/	

.banner {
	width:100%;
	}

.banner img {
	width:100%;}			
	


.home-bottom {
	width:100%;
	padding:20px;
	background-color:#fff;
	float:left;
	}

.home-bottom h1	{
	color:#fff;
	background-color:#600;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	padding:4px;
	margin-bottom:10px;
	}	
	

.left {
	width:50%;
	float:left;
	padding-right:1%;
	font-size:12px;
	font-weight:300;
	line-height:18px;
	}

.positions {
	height:60px;
	border-rop: solid 1px #666;
	border-bottom: solid 1px #666;
	margin-top:10px;
	}	

.positions h3 {
	display:inline;}	
	
.title h3 {
	float:left;}
	
.right {
	width:50%;
	float:left;
	padding-left:1%;
	font-size:12px;
	font-weight:300;
	line-height:18px;
	}	

.right	p {
	background-color:#CCC;
	padding:40px;
	font-style:italic;
	}
	
.col4 {
	width:64%;
	margin:.5%;
	float:left;
	padding:1%;
	font-size:12px;
	font-weight:300;
	line-height:18px;
	}

.col4 h1 {
	color:#fff;
	background-color:#600;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	padding:4px;
	margin-bottom:10px;
	}	
	
.col4 p {
	padding-bottom:10px;
	}		
	
.col5 {
	width:34%;
	margin:.5%;
	float:left;
	padding:1%;
	font-size:12px;
	font-weight:300;
	line-height:18px;
	}
	
.col5 h1 {
	color:#fff;
	background:#020228;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	padding:4px;
	margin-bottom:10px;
	}		
	
	
  /* =======================================*/	
 /* =============== Footer ================*/	
/* =======================================*/			
	
.mainFooter {
	width:100%;
	background:#ecf0f1;
	font-weight:300 !important;
	text-align:center;
	padding:10px;
	}	

.mainFooter p {
	font-size:14px;
	line-height:18px;
	font-weight:300 !important;
	color: #2c3e50;
	}
	
.mainFooter a {
	color:#2c3e50 !important;
	text-decoration:none;
	font-weight: bold;}	
	
.mainFooter a:hover {
	text-decoration:underline;
	}	
	
@media only screen and (min-width : 840px) and (max-width : 1193px) {	



.left {
	width:70%;
	float:left;
	text-align:left;
	}	
	
.right {
	width:30%;
	float:right;
	text-align:right !important;
	}	
	

	
.left h1 {
	padding-left:20px;
	font-size:36px;
	font-weight:700;
	line-height:100px;
	color:#2c3e50;
	}		
	
.right h1 {
	padding-right:20px;
	font-size:24px;
	font-weight:300;
	line-height:100px;
	}	
	
	
.header img /* Logo */{
	width:98%;
	max-width:450px;
	height:auto;
	margin:40px 0px 20px 40px;
	}
	

	
.mainbutton {
	width:200px;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	border: 0;
	border-radius: 0.35em;
	color: #fff;
	background-color:#3498db;
	box-shadow: 0px 4px 0px 0px #2674a9;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	padding-left:15px;
	float:left;
	text-align:center;
	text-decoration:none !important;
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
	}	

}	

@media only screen and (min-width : 681px) and (max-width : 839px) {	

.left {
	width:70%;
	float:left;
	text-align:left;
	}	
	
.right {
	width:30%;
	float:right;
	text-align:right !important;
	}	
	

	
.left h1 {
	padding-left:20px;
	font-size:36px;
	font-weight:700;
	line-height:100px;
	color:#2c3e50;
	}		
	
.right h1 {
	padding-right:20px;
	font-size:24px;
	font-weight:300;
	line-height:100px;
	}

.promo-text {
	width:85%;
	margin-left:50px;
	font-family: 'Lato', sans-serif;
	font-size:36px;
	font-weight:300;
	line-height:60px;
	color:#2c3e50;
	margin-top:15%;
	}
	
.promo-text p {
	font-family: 'Lato', sans-serif;
	font-size:32px;
	font-weight:400;
	line-height:60px;
	}

}	

@media only screen and (min-width : 300px) and (max-width : 680px) {	

.left {
	width:100%;
	float:left;
	text-align:center !important;
	}	
	
.right {
	width:100%;
	float:right;
	text-align:center !important;
	}	
	

	
.left h1 {
	padding-left:20px;
	font-size:24px;
	font-weight:700;
	line-height:60px;
	color:#2c3e50;
	}		
	
.right h1 {
	padding-right:20px;
	font-size:24px;
	font-weight:300;
	line-height:30px;
	}

.right a {
	text-decoration:none;}	
	
#page-one {
	width:100%;
	height:100% !important;
	min-height:100vh !important;
	background:linear-gradient( rgba(0,204,255,.8),rgba(0,204,255,.8) ), url(../images/condoph.jpg);
	background-position: center;
	background-size: cover;
	float:left;
	}		

.promo-text {
	width:85%;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Lato', sans-serif;
	font-size:24px;
	font-weight:400;
	line-height:60px;
	color:#fff;
	margin-top:35%;
	text-align:center;
	}
	
.promo-text p {
	font-family: 'Lato', sans-serif;
	font-size:24px;
	font-weight:400;
	line-height:40px;
	color:#000;
	}
	
	
.mainbutton {
	width:300px;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	border: 0;
	border-radius: 0.35em;
	color: #fff;
	background-color:#3498db;
	box-shadow: 0px 4px 0px 0px #2674a9;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	padding-left:15px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	text-decoration:none !important;
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
	}	

.mainbutton2 {
	width:300px;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight:400 !important;
	font-size:18px !important;
	line-height:50px;
	border: 0;
	border-radius: 0.35em;
	color: #fff;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-color:#e74c3c;
	box-shadow: 0px 4px 0px 0px #c0392b;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	padding-left:15px;
	position:relative;
	text-align:center;
	text-decoration:none !important;
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
	z-index:1;
	}	
	
#page-two {
	width:100%;
	height:100%;
	float:left;
	min-height:100vh;
	color:#fff;
	background-color:#ecf0f1;
	background:url(../images/springtime.jpg);
	background-position:top center;
	background-size:cover;
	text-align:center;
	}	
	
#page-two img {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
	margin-top:20px;
	}		
	
#page-two h2 {
	font-size:36px;
	font-weight:700;
	padding:20px;
	}
	
#page-two p {
	color:#000;
	background-color: rgba(255,255,255,.8);
	width:75%;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
	font-weight:300;
	padding-bottom:20px;
	}	
	
#page-two a {
	margin-top:20px;
	text-decoration:none !important;}		
	

	
#questions-section img {
	width:35%;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px !important;
	}	

#questions-section h1 {
	clear:both;
	color:#fff;
	padding-top:20px !important;
	font-size:24px;
	font-weight:300;
	padding-bottom:10px;
	}
	
#questions-section h2 {
	clear:both;
	color:#fff;
	padding-top:20px !important;
	font-size:24px;
	font-weight:300;
	padding-bottom:10px;
	}	
	
#questions-section p {
	width:100%;
	padding:0 5% 20px 5% !important;
	color:#1abc9c;
	font-size:14px;
	font-weight:300;
	text-align:left;
	line-height:36px;
	
	}
	
#page-three h1 {
	color:#fff;
	font-size:36px;
	font-weight:400;
	padding-bottom:20px;
	}
	
#page-three h2 {
	color:#fff;
	font-size:18px;
	font-weight:400;
	padding-bottom:20px;
	}	
	
#page-three p {
	font-size:18px;
	font-weight:400;
	padding-bottom:20px;
	}					

}	
