/* SITE WIDE TYPOGRAPHY */
body {
	font-family: 'Open Sans', sans-serif;
	color: #212121;
	font-size: 16px;
}

h2.section-header {
	font-weight:400;
	font-size: 24px;
	margin-bottom:50px;
	text-align:center;
	text-transform: uppercase;
}

a, a:visited {
	text-decoration: none;
	color: #03A9F4;
}

.section-header {

}

/* END SITE WIDE TYPOGRAPHY */


/* SITE WIDE STYLES */

section {
	padding: 50px 0;
}

.group:after {
	content: "";
	display:table;
	clear:both;
}

/* END SITE WIDE STYLES */


/** HEADER **/

header.header {
	position: relative;
	height:60px;
	width:100%;
	background: #212121;
	z-index: 1;
}

.header-logo{
	float: left;
	width: 355px;
}

.header-logo img {
	float:left;
	padding:5px 0 0 20px;
}

.header-logo h1, .header-logo h2 {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-weight: 300;
	color: white;
	padding: 0 0 0 15px;
}

.header-logo h1 {
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 11px;
}

.header-logo h2 {
	font-size: 12px;
	line-height: 1;
}

@media screen and (max-width: 1160px) {
	.header-logo {
		width: 85px;
	}
	.header-logo h1, .header-logo h2 {
		display: none;
	}
}


/** Navigation **/

.main-navigation ul {
	margin: 0;
	padding: 0;
}

#nav-toggle {
		display: none;
	}

@media screen and (min-width:880px) {

	header.header {
		position: fixed;
		top:0;
	}

	.nav-toggle, .nav-toggle span {
		display: none;
	}

	.main-navigation ul {
		position: absolute;
		top: 0;
		right: 0px;
		margin: 0;
	}

	.main-navigation ul li {
		display: inline-block;
		background: #212121;
		transition: all .3s ease-out;
	}

	.main-navigation ul li:hover {
		background: #727272;
	}

	.main-navigation ul li a {
		color: white;
		padding: 19px 20px 19px 20px;
		display: block;
		text-transform: uppercase;
	}
}


@media screen and (max-width: 879px) {

	.nav-toggle {
	    position: fixed;
	    top: 15px;
	    right: 0px;
	    color: rgba(255,255,255, 1);
	    z-index: 1;
	    cursor: pointer;
	    padding: 8px 30px;
	    background: #212121;
	    opacity: .7;
	    transition: all .3s ease-out;
	}

	.nav-toggle span {
		font-family: 'Open Sans', sans-serif;
		font-size:16px;
		padding: 0 0 0 5px;
		text-transform: uppercase;
	}

	.nav-toggle:hover {
		color: rgba(255,255,255, .8);
		opacity: 1;
	}

	.main-navigation {
		position: fixed;
		top: 0px;
		right: -220px;
		width: 180px;
		height: 100%;
		background: #212121;
		z-index: 0;
		transition: all .3s ease-out;
	}

	.main-navigation ul {
		margin-top: 60px;
	}

	.main-navigation li {
		list-style: none;
	}

	.main-navigation a {
		color: rgba(255,255,255,0.8);
		padding: 15px 30px;
		display: block;
	}

	.main-navigation li:hover a {
		color: rgba(255,255,255, 1);
		background: #727272;
	}

	#nav-toggle {
		display: none;
	}

	#nav-toggle:checked + nav.main-navigation {
		right: 0px;
	}

}

/** END OF HEADER **/


/** HERO SECTION **/

section.hero {
	background: url('../images/main-bg.jpg') center center;
	background-size: cover;
	height: 100vh;
	text-align:center;
	position: relative;
	padding:0;
}

.hero-title {
	position:absolute;
	width:82%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: transalte(-50%, -50%);
}

.hero-logo {
	width:100%;
}

.hero h1, .hero h2 {
	font-weight:300;
	text-transform: uppercase;
	color:white;
	line-height: 1;
    text-shadow: 0px 2px 6px #989898;
}

.hero h1 {
	font-size: 100px;
	border-bottom: 2px solid white;
	line-height: 1;
}

.hero h2 {
	font-size: 52px;
}

@media screen and (max-width: 768px) {
	.hero h1 {
		font-size: 70px;
	}

	.hero h2 {
		font-size: 42px;
	}
}

@media screen and (max-width: 500px) {
	.hero h1 {
		font-size: 40px;
	}

	.hero h2 {
		font-size: 30px;
	}
}

/** END HERO SECTION **/


/** MAIN INTRO SECTION **/

section.main-intro {
	margin-bottom:50px;
}

.main-intro p {
	max-width: 1000px;
	margin:0 auto;
	padding: 0 5% 30px 5%;
}

.service-wrap {
	max-width:1030px;
	margin:40px auto;
	text-align: center;
	clear:both;
}

.service-wrap img {
	margin:0 0 30px 0;
	max-height: 140px;
}

.service-wrap h2 {
	font-weight:300;
	font-size: 24px;
	text-transform: uppercase;
}

.service-wrap ul {
	padding:0;
	margin:5px 0;
	list-style-type: none;
}

.service-wrap ul li {
	font-weight: 300;
	font-size: 18px;
	padding:10px 0;
}

@media screen and (max-width: 786px) {
	.ost-manipulation {
		width: 100%;
		margin-top: 10px;
	}
}

/** END MAIN INTRO **/


/** PROVIDERS SECTION **/

section.providers {
	background: #2C5DAB;
	color: white;
}

.provider {
	margin-bottom:40px;
}

.providers-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.providers-wrap .provider-img {
    float: left;
    max-width: 29%;
    margin-right: 30px;
    box-sizing: border-box;
    border-radius: 50%;
}

.providers-wrap .provider-img img {
	max-width: 100%;
	border-radius: 50%;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
}

.providers-wrap .provider-text {
	width: 69%;
	padding-right: 20px;
	float: right;
	box-sizing: border-box;
}

.providers-wrap hr.provider-top-line {
	max-width: 20%;
	background-color: #B6B6B6;
	border: 0;
	height: 3px;
	margin-left: 0;
}

.providers-wrap .provider-name-title {
	font-size: 22px;
	text-transform: uppercase;
}

.providers-wrap .provider-name-title strong {
	text-decoration: none;
	font-weight: 700;
}

.providers-wrap p.provider-name-title{
	margin-top: 0px;
}

.providers-wrap .provider-name-title strong {
	display: block;
}

.provider-text{
	font-size: 14px;
}

@media screen and (max-width: 768px ) {
	.provider {
		margin-bottom: 40px;
	}

	.providers-wrap .provider img {
		float: none;
		width: 200px;
		margin: 0 auto;
		display: block;
	}

	.providers-wrap .provider-text {
		float: none;
		width: 100%;
		padding: 30px;
	}

	.providers-wrap .provider-img {
		float:none;
		margin: 0 auto;
		max-width: 100%
	}

	.providers-wrap hr.provider-top-line {
		margin: 0 auto;
	}

	.providers-wrap .provider-name-title {
		text-align: center;
	}
}

/** END PROVIDER SECTION **/

/** STAFF SECTION **/

section.staff {
	background: url("../images/staff-bg.jpg") center center;
	background-size: cover;
}

.staff-wrap {
	max-width:900px;
	margin:0 auto;
	text-align: center;
}

img.staff-pic {
	border-radius: 50%;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px;
}

p.staff-name {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
}

p.staff-title {
	font-size: 22px;
	font-weight: 300;
}

/** END STAFF SECTION **/

/** INSURANCE AND FORMS SECTION **/

section.insurance-forms {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	line-height: 2;
}

ul.form-downloads {
	padding:0;
	margin:5px 0;
	list-style-type: none;
}

/** END INSURANCE AND FORMS SECTOIN **/

/** CONTACT **/

section.contact {
	background: url("../images/contact-bg.jpg") top center no-repeat;
	background-size: cover;
}

section.contact .section-header {
	color: white;
}

.contact-wrap {
	max-width: 860px;
	padding: 0 20px;
	margin: 0 auto;
}

.contact-info, .contact-form {
	max-width: 860px;
	margin: 0 auto;
	padding: 20px;
	background: white;
	margin-bottom: 50px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

.contact-info .span-1 {
	border-right: 1px solid #b1b1b1;
	margin-bottom: 0;
}

.contact-info .span-1:nth-child(3) {
	border-right: 0;
}

.contact-info p {
	text-align: center;
	font-weight: 300;
	font-size: 24px;
}

@media screen and (max-width: 768px) {
	.contact-info .span-1 {
		width: 100%;
		border: none;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
		margin-bottom: 10px;
	}
}

input[name="name"], input[name="phone"], input[name="email"] {
	float:left;
	box-sizing: border-box;
	padding: 5px;
	height: 35px;
	width: 30%;
	margin-right: 5%;
	border: none;
	border-bottom: 1px solid #b1b1b1;
}

@media screen and (max-width: 768px) {
	input[name="name"], input[name="phone"], input[name="email"]  {
		width: 100%;
		margin-bottom: 20px;
	}
}

input[name="email"] {
	margin-right: 0;
}

textarea[name="message"] {
	float: left;
	display:block;
	height: 150px;
	width: 100%;
	margin: 30px 0 15px 0;
	border: 1px solid #b1b1b1;
}

input[type="submit"] {
	width:140px;
	display:block;
	text-transform: uppercase;
	font-weight: 200;
	padding: 1px 30px;
	border: 0;
	margin: 0 auto;
	font-size: 24px;
	color: white;
	background: #2C5DAB;
	transition: all .3s ease-out;
}

input[type="submit"]:hover {
	background: #1976D2;
	transition: all .3s ease-out;
}

input[name="name"]:focus, input[name="phone"]:focus, input[name="email"]:focus, textarea[name="message"]:focus {
	outline: none;
	background-color: #FBFBFB;
	border-bottom: 1px solid #03A9F4;
}

textarea[name="message"]:focus {
	border: 1px solid #03A9F4;
}

.form-sent {
    max-width: 600px;
    height: 100%;
    margin: 110px auto;
    padding: 20px;
}


/** FOOTER **/
footer {
	height: 60px;
	bottom: 0;
	text-align: center;
	background-color: #212121;
}

footer p {
	margin: 0;
	color: white;
	padding: 20px;
	font-size: 12px;
}

/*
     FILE ARCHIVED ON 23:18:15 Aug 20, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:25:32 Dec 06, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 343.827 (3)
  esindex: 0.006
  captures_list: 359.658
  CDXLines.iter: 10.451 (3)
  PetaboxLoader3.datanode: 461.68 (5)
  exclusion.robots: 0.134
  exclusion.robots.policy: 0.125
  RedisCDXSource: 2.768
  PetaboxLoader3.resolve: 221.879 (3)
  load_resource: 451.692
*/