/* @override 
	http://colorectalsurgery.com.au.localdev.simple.com.au/css/main.css
	http://new-colorectalsurgery-com-au.cloud.hosting-toolkit.net/css/main.css */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
html {
	background-color: #575757;
	height: 100%;
}
body {
    font-size: 15px;
    line-height: 1.7;
    color: #fff;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.chromeframe a {
	color: #fff !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





body {
	background-color: #000;
	height: 100%;
}

body.content-page {
	background: url(/img/internal-bg2.jpg) center top no-repeat;
}

p {
	margin: 0;
	padding: 0 0 25px 0;
	word-wrap:break-word;
}

article.col2.overview p {
	font-size: 1em;
	text-transform: uppercase;
}

p + ul, p + ol {
	margin-top: -10px;
	margin-bottom: 25px;
}

p.date {
	font-style: italic;
}

#news p.date {
	margin: 0;
	padding: 0 0 5px 0;
}

#news h3 {
	margin-bottom: 0;
}

a {
	color: #cbcbcb;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 12px 0;
	font-family:'Proxima N W01 Reg', Arial, sans-serif;
	font-variant: normal;
}

h1 {
	color: #fff;
	font-size: 3.571em;
	letter-spacing: -0.05em;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

.wrapper {
	width:100%;
	overflow-x:hidden;
	min-width:980px;
	height: 100%;
}
		
.container {
	width:960px;
	margin:0 auto;
	text-align:left;	
	position: relative;		
	height: 100%;
}

.container.mob-nav {
	overflow:hidden;		
	margin-left:70%;
	position:fixed;
}

.content-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	height: 100%;
	width: 960px;
	/*overflow-y: hidden;*/
	
}



header {
	padding-top: 0px;
}

header h1 {
	display: none;
}

.logo {
	padding-top: 50px;
	display: block;
	width: 140px;
}

.logo img {
	width: 100%;
	height: auto;
}

nav.main-nav {
	width: 25%;
	float: left;
	border-top: 1px solid #4c4c4c;
	margin-top: 40px;
	margin-right:  5%;
	text-transform: uppercase;
}

nav.main-nav ul {
	margin: 0 0 30px 0;
	padding: 12px 0;
	border-bottom: 1px solid #4c4c4c;
	min-height: 295px;
	
}

nav p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

nav p span {
	font-size: 1.65em;
}

nav.main-nav li {

}

nav.main-nav a {
	display: block;
	color: #cacaca;
	line-height: 1.3;
	padding: 6px 0;
	text-decoration: none;
}

nav.main-nav li.active a {
	color: #fff;
}
 
nav.main-nav a:hover {
	color: #fff;
}

.slider-caption, .page-title {
	margin-top: 40px;
	float: left;
	min-height: 236px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 70%;
	text-transform: uppercase;
	position: relative;
}

.slider-caption {
	width: 370px;
}


.page-title {
	min-height: 321px;
	border-bottom: 1px solid #4c4c4c;
}

.page-title.doctor {
	min-height: 80px;
	margin-top: 281px;
}

.slider-caption h2, .page-title h1 {
	font-size: 2.5em;	
	font-weight: normal;
	line-height: 0.7;
	margin-bottom: 25px;
	
}

.slider-caption .inactive-link {
	opacity: 0;
	transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	z-index: 0;
}

.slider-caption .active-link {
	opacity: 1;
	transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	z-index: 100;
}

.slider-caption .inactive-link, .slider-caption .active-link {
	position: absolute;
	top: 0;
	left: 0;
}

.slider-caption h2 {
	max-width: 400px;
	line-height: 1;
	display: block;
}

.page-title h1 {
	margin-top: -70px;
	margin-bottom: 20px;
}

.page-title p {
	font-size: 1.250em;
	text-transform: uppercase;
	color: #cbcbcb;
	position: absolute;
	bottom: 0;
	left: 0;
}

.slider-caption h2, .page-title h1 {
	letter-spacing: 0.05em;
	
}

.page-title h1 {
	padding-bottom: 32px;
	border-bottom: 1px solid #4c4c4c;
	line-height: 1;
}

.page-title.doctor h1 {
	border-bottom: none;
	padding-bottom: 10px;
}

.page-title.doctor p {
	padding-bottom: 80px;
}

.slider-caption p {
	color: #d3d3d3;
}

.enquiry-buttons a {
	text-decoration: none;
	
}

.enquiry-buttons {
	position: absolute;
	bottom: 0;
}

.enquiry-buttons a {
	display: block;
	float: left;
	padding: 0 45px 17px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 36px;
	border-bottom: 0px solid #4c4c4c;
	color: #fff;
}

.enquiry-buttons a:hover {
	border-bottom: 4px solid #4c4c4c;
}


/*
 * Home features
 */


.home-features, .content {
	margin: 40px 0 0 -800px;
	padding: 50px 0 0 0;
	width: 2560px;
	padding: 30px 800px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 199;
	background-color: rgba(0,0,0,0.65);
}

.not-found .content {
	margin: 0;
	padding: 0;
	width: auto;
	background-color: transparent;
}

.no-rgba .home-features, .no-rgba .content {
	background: transparent url('../img/opacity-black.png') repeat left top;
	
}


.content {
	margin-top: 40px;
	padding-top: 80px;
}

.home-features h3, .content h3 {
	font-weight: b;
	text-transform: uppercase;
	color: #cbcbcb;
	font-size: 0.929em;
	margin-bottom: 25px;
}

.content h2 {
	margin-top: 30px;
	line-height: 1.2;
}

.content h3 {
	margin-top: 30px;
	border-bottom: 1px solid #646464;
}

.subnav h3 {
	border: none;
	margin-top: 0;
	margin-bottom: 10px;
}

#doc-list h3 {
	margin-top: 40px;
	margin-bottom: 10px;
}

.home-features nav ul, .content nav ul {
	margin: 0;
	padding: 0;
}

.home-features li a, .content li a {
	display: block;
	border-bottom: 1px solid #646464;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	text-decoration: none;
}

ul#nav-sub {
	border-bottom: 1px solid #646464;
}

ul#nav-sub li a {
	border-top: 1px solid #646464;
	border-bottom: none;
	padding: 10px 0 5px 0; 
	text-decoration: none;
}

ul#nav-sub li.active > a {
	color: #fff;
}
 
ul#nav-sub ul {
	 margin-bottom: 25px;
	 padding-left: 20px;
	 display: none;
}

ul#nav-sub li.active ul, ul#nav-sub li.parent-active ul {
	display: block;
}

ul#nav-sub ul a {
	border: none;
}

.home-features li.last a {
}

.home-features nav a {
	color: #fff;
}



/*
 * Doctor pop up images
 */

#doctorList li {
	position: relative;
}


.profilePopup {
	position: absolute;
	height: 190px;
	width: 200px;
	display: block;
	top: -20px;
	left: -240px;
	z-index: 1000;
	border: 10px solid #333;
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.7);
}

/*
.profilePopup.on {
	top: 0px;
}
*/

.profilePopup:after {
	left: 100%;
	top: 2px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #333;
	border-width: 20px;
}

.doctor-thumb {
	width: 200px;
	height: 190px;
	background-position: -320px -20px !important;
}


/*
 * Footer
 */

footer {
	padding-top: 50px;
	background-color: rgba(0,0,0,0.65);
	margin-left: -800px;
	width: 2560px;
	padding: 30px 800px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 199;
	min-height: 300px;
}

.no-rgba footer {
	background: transparent url('../img/opacity-black.png') repeat left top;
	
}

footer .left, footer .right {
	padding-top: 30px;
	border-top: 1px solid #666262;
	width: 50%;
	float: left;
}

footer .right p {
	float: right;
	text-align: right;
}

footer p {
	font-size: 0.85em;
	color: #cacaca;
	text-align: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

footer a {
	text-decoration: none;
}
	

/*
 * Slider(s)
 */

.homepage-slider-container {
	width:2560px;
	margin-left:-800px;
	position: relative;
	background: #575757 url('../img/bg.jpg') no-repeat center top;
}
	
.homepage-mobile-slider-container {
	display:none;
	width:auto;
}
   
.homepage-slider-main {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
 }
	
.homepage-slider-main li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	transition: all 1s ease-in-out !important;
	-webkit-transition: all 1s ease-in-out !important; /* Safari */
	margin-left: 10px;
	
}
	
.homepage-slider-main li:first-child {
	position: relative;
	display: block;
	float: left;
}
	
.homepage-slider-main img {
	display: block;
	height: auto;
	float: left;
	border: 0;
}
	  

/*
 * Slider Navigation Dots
 */



.rslides_tabs {
	position: absolute;
	top: 490px;
	left: 1105px;
	z-index: 10000;
	list-style-type: none;
	text-indent: -999em;
	width: 100%;
	padding: 0;
}

.rslides_tabs ul {
	margin: 0;
	padding: 0;
}

/*
.rslides_tabs li {
	display: inline-block;
	float: left;
}
*/

.rslides_tabs a {
	background-color: #fff;
	display: inline-block;
	width: 11px;
	height: 11px;
	float: left;
	border-radius: 11px;
	opacity: 0.4;
	margin-right: 11px;
}

.rslides_here a {
	opacity: 1;
}


/*
 * Slider parrallax effect
 */

li.rslides1_on {
	margin-left: -10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s; /* Safari */
	
}


/*
 * Add CSS transitions
 */


.enquiry-buttons a, .enquiry-buttons a:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s; /* Safari */
}



img.news {width: 100%; height: auto; margin-bottom: 20px;}

img.responsive {
	max-width: 100%;
	height: auto !important;
}


/* ==========================================================================
   Mobile Navigation
   ========================================================================== */

	.mobile-navigation-button {
		display:none;		
	}
	
	.mobile-navigation-menu {
		display:none;
		width:70%;
		height:1400px;						
		position:absolute;
		margin:0;
		padding:0;
		top:0;
		left:0;		
		background-color: #575757;		
		z-index:999;			
		-webkit-box-shadow: #000 0px -5px 14px;
		box-shadow: #000 0px -5px 14px;
	}
	
	.mobile-menu-title {
		font-size:1.143em;
		color:#fff;
		padding:20px;
		font-weight:900;
		padding-top:10px;
		padding-bottom:11px;
	}
	
	.mobile-navigation-menu ul {
		margin-top:0px;
		border-bottom:1px solid #4c4c4c;
		list-style-type: none;
		margin: 0 10px;
		padding: 0;
	}	
	
	.mobile-navigation-menu li {
		line-height:42px;
		border-top:1px solid #4c4c4c;
	}
	
	.mobile-navigation-menu a {
		color:#fff;
		padding-left:20px;
		text-decoration:none;
		font-size: 1.143em;
		line-height:42px;
		display: block;
	}
	
	.mobile-navigation-menu a:hover {
		color: #fff;
		background-color: #8a8a8a;
	}




	.mobile-features {
		display: none;
	}

/*
 * Internal pages
 */
 

.google-map-container {
	width: 100%;
	height: 500px;
	
}

#map_canvas {
	width: 100%;
	height: 100%;
}

.google-map-container p {
	position: relative;
}


label {
	display: block;
	margin-bottom: 4px;
}

input[type="text"], textarea {
	border: 0px solid #d1d1d1;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 5px;
    color: #fff;
    margin-bottom: 20px;
    background-color: rgba(255,255,255,0.2);
}

input[type="submit"] {
	display: inline-block;
	background-color: #606060;
	border: none;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
}

input[type="submit"]:hover {
	background-color: #fff;
	color: #000;
}
	




/* ==========================================================================
   Styles to remove from desktop site
   ========================================================================== */



.mobile-only {
	display: none;
}






/* ==========================================================================
   Helper classes
   ========================================================================== */
   
.clear {
	clear: both;
}


.col1, .col2, .col3 {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
}

.col1 {
	padding-right: 5%;
	width: 30%;
}



.col1.last {
	padding-right: 0;
	width: 20%;
}

.col2 {
	padding-right: 40px;
	width: 50%;
	
}

.col3 {
	float: right;
	width: 70%;
	

}


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* ==========================================================================
   MOBILE STYLES
   1. Tablet styles
   ========================================================================== */
   
@media only screen and (max-width: 979px) {

	
	.wrapper {
   		min-width:0px;
   	}

	.container, .content-container {
	   	width:100%;
	   	margin:0;
	   	text-align:left;
	   	padding-left:0px;
	   	padding-right:0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	 }
	
	.main-nav {
		display: none;
	}
	

	.container {
			/* Animation Property */
			animation-property: width;
			animation-property: height;
			transition-duration: 0.2s;
			/* webkit */
			-webkit-animation-property: width;
			-webkit-animation-property: height;
			-webkit-transition-duration: 0.2s;
			/* moz */
			-moz-animation-property: width;
			-moz-animation-property: height;
			-moz-transition-duration: 0.2s;
			/* opera */
			-moz-appearanceo-animation-property: width;
			-o-animation-property: height;
			-o-transition-duration: 0.2s;
		}
		
		.content-container {
			width: 100%;
			/*background-color: #575757;*/
		}
		
		
	
		.mobile-only {
			display: block;
		}
		
		.homepage-slider-container {
			margin-left: -100%;
		}
			
		.homepage-slider-main {
			width: 100%;
			margin: 0;
			padding: 0px 0 0 0;
		}
		
		.rslides_tabs {
			display: none;	
		}
		
		
		.mobile-header {
			background-color: #575757;
			padding: 10px 3%;
			-webkit-box-shadow:  0px 3px 15px 1px rgba(0, 0, 0, .3);
			box-shadow:  0px 3px 15px 1px rgba(0, 0, 0, .3);
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			height: 70px; 
		}
		
		header {
			z-index: 600;
			width: 100%;
		}
		
			
		.mobile-phone {
			float: left;
			line-height: 45px;
					
		}
		
		.mobile-phone a {
			color: #fff;
			text-decoration: none;
			margin: 0 15px 0 0;
			font-size: 1.5em;
			font-weight: bold;
			background: transparent url('../img/phone-icon-small.svg') no-repeat left center;
			background-size: 20px 20px;
			padding: 0 0 0 28px;
			color: #7bcaff;
		}
		
		.mobile-nav-button {
			float: left;
			display: block;
			width: 40px;
			color: #e31e25;
			height: 40px;
			padding-left: 0;
			padding-top: 13px;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
		}
			
		.mobile-nav-button span {
			width: 24px;
			height: 4px;
			background: #fff;
			border-radius: 2px;
			display: block;
			margin: 0 0 4px 0px;
			
		}
	
		header.mobile-only nav {
			background-color: #0872ba;
			height: 0px;
			overflow: hidden;
			transition: all 750ms;
			-moz-transition: all 750ms; /* Firefox 4 */
			-webkit-transition: all 750ms; /* Safari and Chrome */
			-o-transition: all 750ms; /* Opera */
			margin-top: 40px;
		}
	
		.logo {
			display: none;
		}
		
		.mobile-logo {
			float: right;
			width: 141px;
			height: 50px;
			background: transparent url('../img/colorectal-mobile-logo.svg') no-repeat left top;
		}
		
		.slider-caption, .page-title {
			width: 94%;	
			margin-top: 150px;
			margin-left: 3%;
			margin-right: 3%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
		}
	
		.home-features, .content {
			width: 100%;
			padding: 50px 3%;
			margin: 50px 0 0 0;
		}
	
		footer {
			width: 100%;
			padding: 0 3%;
			margin: 0;
		}
	
		.caption span.desktop-only {
			display: none;
		}
	
		.page-title {
			min-height: 0 ;
		}
	
	
		.page-title p {
			position: relative;
			bottom: auto;
			left: auto;
		}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
	
}


/* ==========================================================================
   MOBILE STYLES
   Type / slider size refinements
   ========================================================================== */
   
@media only screen and (max-width: 900px) {

	
	.homepage-slider-container {
		margin-left: -110%;
	}
		
	
	
}


@media only screen and (max-width: 840px) {

	
	.homepage-slider-container {
		margin-left: -130%;
	}
		
	.slider-caption h2 {
		font-size: 220%;
		margin-bottom: 15px;
	}
	
}


@media only screen and (max-width: 740px) {

	
	.homepage-slider-container {
		margin-left: -153%;
	}
		
	.slider-caption h2 {
		font-size: 200%;
		margin-bottom: 10px;
	}
	
}
	




/* ==========================================================================
   MOBILE STYLES
   2. Mobile styles
   ========================================================================== */
   
@media only screen and (max-width: 700px) {

	
	.desktop-only, div.enquiry-buttons {
		display: none;
	}
	
	
		
	.homepage-mobile-slider-container {
		padding-top: 40px;
		display: block;
		position: relative;
		height: 400px;
		left: 50%;
		margin-left: -350px;
		
	}
	
	.homepage-mobile-slider-container.internal ul {
		display: none;
	}
	
	.homepage-mobile-slider-container.internal {
		height: 150px;
		background: #000 url('../img/mobile-header.jpg') no-repeat left top;
		top: 45px;
	}
	
	.page-title {
		margin-top: 120px;
		min-height: 0 ;
	}
	
	.page-title h1 {
		margin-top: 0;
		line-height: 50px;
		padding-bottom: 0px;
		border-bottom: none;
		font-size: 2em;
	}
	
	.page-title p {
		font-size: 1em;
		position: relative;
		bottom: auto;
		left: auto;
	}
	
	.page-title.doctor {
		min-height: 0;
		margin-top: 110px;
		width: 70%;
	}
	
	.page-title.doctor p {
		padding-bottom: 40px;
	}
	
	.page-title.doctor h1 {
		padding-bottom: 0;
		margin-bottom: 0;
		line-height: 1.2;
	}
	
	.content {
		margin-top: 25px;
		padding-top: 25px ;
	}
	
	.homepage-slider-container {
		display: none;
	}
	
	.slider-caption {
		min-height: 0px;
		border-bottom: 0;
		margin-top: 75px;
		margin-bottom: 50px;
	}
	
	.slider-caption h2 {
		font-size: 140%;
		margin-bottom: 0px;
		width: 150px;
	}
	
	.slider-caption p {
		font-size: 80%;
		margin-bottom: 25px;
	}
	
	.slider-caption p a {
		line-height: 30px;
	}
	
	.home-features {
		padding-top: 0;
		margin-top: 15px;
	}
	
	.home-features, .no-rgba .home-features {
		background: #000;
	}
	
	.col1, .col1.last, .col2, .col3 {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		float: none;
		
	}
		
	.home-features article, .home-features nav {
		padding-top: 20px;
	}			
		
	
	.mobile-features {
		display: block;
		margin-top: 120px;
	}
	
	
	
	.mobile-features a {
		display: block;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		line-height: 1.4;
		background-color: rgba(0,0,0,0.65);
		background-image: url(../img/arrow-icon.svg);
		background-repeat: no-repeat;
		background-position: 95% center;
		position: right center;
		border-top: 1px solid #7d7d7d;
		padding: 12px 3%;
		font-size: 1.2em;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		
	}
	
	
	.col1, .col2 {
		padding-right: 0;
	}
	
	
	
	footer .left, footer .right {
		width: 100%;
		float: none;
		text-align: left;
	}
	
	footer .right p {
		float: none;
		text-align: left;
	}
	
	footer .right {
		border: none;
	}
	
	.google-map-container {
		height: 300px;
		
	}
	
	
	
	
	
	
	
	
}






@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* Resets */
html.new-dev *:focus { outline: none; }

html.new-dev { background: transparent; }

html.new-dev .home-features, html.new-dev .content, html.new-dev footer {
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
}

html.new-dev footer {
	height: auto !important;
	min-height: 0;
}

html.new-dev .logo {
	display: inline-block;
	width: auto;
	padding-top: 0;
}

html.new-dev .logo img {
	width: auto;
	height: auto;
}

html.new-dev header h1 { display: block; }

html.new-dev h1, html.new-dev h2, html.new-dev h3, html.new-dev h4, html.new-dev h5, html.new-dev h6,
html.new-dev .header {
	padding: 0;
	font-family: proxima-nova, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.125em;
	text-transform: uppercase;
}

html.new-dev a {
	text-decoration: none;
	color: currentColor;
}
html.new-dev a:hover, html.new-dev a:focus { text-decoration: underline; }

html.new-dev nav.main-nav {
	width: auto;
	float: none;
	padding: 0;
	border: 0;
	margin: 0;
	text-transform: uppercase;
}

html.new-dev .main-nav ul {
	min-height: 0;
	padding: 0;
	border: 0;
	margin: 0;
}

html.new-dev .main-nav a {
	padding: 0;
	line-height: 1;
}

html.new-dev .content li a {
	display: list-item;
	border: 0;
	margin: 0;
}

html.new-dev footer p {
	color: currentColor;
	font-size: inherit;
	text-align: inherit;
	text-transform: uppercase;
}

html.new-dev html, html.new-dev button, html.new-dev input, html.new-dev select, html.new-dev textarea {
	color: currentColor;
}

html.new-dev .content h2 {
	margin-top: 0;
	line-height: 1;
}

html.new-dev .content h3 {
	margin: 0;
	border: 0;
}

/* dev */


html.new-dev .button {
	border: 1px solid white;
	padding: 1.15em 3em;
	background: transparent;
	color: white;
	line-height: 1;
}

html.new-dev .button:hover, html.new-dev .button:hover { text-decoration: underline; }

html.new-dev body { background: #232323; }

html.new-dev .container {
	box-sizing: border-box;
	width: 100%;
}

@media (min-width: 1366px) { html.new-dev .container { width: 1346px; } }
@media (min-width: 1920px) { html.new-dev .container { width: 1900px; } }

html.new-dev main {
	display: block;
	padding: 40px;
	background: url(/img/feature.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

@media (min-width: 700px) { html.new-dev main { padding: 40px 80px 120px; } }

html.new-dev header {
	width: 220px;
	margin-bottom: 220px;
}

html.new-dev .logo h1 {
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
}

html.new-dev .content  {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 150px;
}

@media (min-width: 980px) { html.new-dev .content { justify-content: space-between; } }
@media (min-width: 1920px) { html.new-dev .content { margin-bottom: 300px; } }

html.new-dev nav.main-nav {
	width: 280px;
}

html.new-dev .main-nav a {
	font-size: 16px;
	line-height: 26px;
	color: #AFAFAF;
	letter-spacing: 3px;
}

html.new-dev .main-nav a:hover, html.new-dev .main-nav a:focus { color: white; }

html.new-dev .main-nav li { margin-bottom: 1em; }

html.new-dev .content--right {
	max-width: 550px;
	text-align: center;
}

@media (min-width: 700px) { html.new-dev .content--right { text-align: right; } }

html.new-dev .content--right h2 {
	margin-bottom: 80px;
	font-size: 24px;
}

@media (min-width: 700px) { html.new-dev .content--right h2 { font-size: 30px; } }

html.new-dev .content--right .button {
	display: inline-block;
	margin-bottom: 2em;
	font-size: 22px;
}

html.new-dev .doctors-overlay {
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.9);
	transition: 0.6s ease-in-out;
	z-index: 1000;
}

html.new-dev .doctors-overlay:not(.overlay) { top: 100%; }

html.new-dev .doctors-overlay .container {
	max-height: 100vh;
	padding: 40px;
	overflow-y: scroll;
}

@media (min-width: 1366px) { html.new-dev .doctors-overlay .container {
	padding: 80px;
	padding-top: 40px;
} }

html.new-dev .doctors-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 60px;
}

html.new-dev #doctors-close {
	padding: 0 0 1em 2em;
	border: 0;
	text-transform: uppercase;
	background: transparent;
}

html.new-dev .doctors-content {
	display: flex;
	flex-wrap: wrap;
	margin: -0.25em;
}

@media (max-width: 1365px) {
	html.new-dev .doctors-content {
		justify-content: center;
		height: 95%;
		overflow-y: scroll;
	}
}

html.new-dev .doctors-content a {
	position: relative;
	display: inline-block;
	width: 344px;
	height: 405px;
	margin: 2.5px;
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

@media (min-width: 1366px) { html.new-dev .doctors-content a { width: 232px; height: 274px; } }
@media (min-width: 1920px) { html.new-dev .doctors-content a { width: 344px; height: 405px; } }

html.new-dev .doctors-rollover {
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	padding-left: 30px;
	padding-top: 30px;
	
	transition: all 0.3s ease-in-out;
	background-color: rgba(15, 15, 15, 0.6);
}

@media (min-width: 1366px) {
	html.new-dev .doctors-rollover { bottom: -90px; }
	
	html.new-dev .doctors-content a:focus .doctors-rollover,
	html.new-dev .doctors-content a:hover .doctors-rollover { bottom: 0; }
}

html.new-dev .doctors-rollover h3 {
	font-size: 16px;
	line-height: 20px;
	color: white;
	font-weight: normal;
}

html.new-dev .doctors-rollover small { font-size: 12px; }

html.new-dev .doctors-rollover h3,
html.new-dev .doctors-rollover small { letter-spacing: 0.225em; }

@media (min-width: 1920px) {
	html.new-dev .doctors-rollover h3 { font-size: 12px; }
	html.new-dev .doctors-rollover small { font-size: 10px; }
}

@media (min-width: 1920px) {
	html.new-dev .doctors-rollover h3 { font-size: 16px; }
	html.new-dev .doctors-rollover small { font-size: 12px; }
}




html.new-dev footer {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	
	background-color: #191919;
	color: #969696;
	font-size: 16px;
	line-height: 22px;
}

@media (min-width: 700px) { html.new-dev footer { padding: 30px 80px 40px; } }

@media (max-width: 979px) { html.new-dev footer {
	flex-direction: column;
	align-items: center;
	text-align: center;
} }

html.new-dev footer .header { font-weight: normal; }

html.new-dev .footer--left { margin-top: 30px; }
html.new-dev .footer--right { margin-top: 30px; }

html.new-dev .footer--center {
	text-align: center;
	width: 120px;
}

@media (max-width: 979px) { html.new-dev .footer--center { margin-top: 30px; } }

html.new-dev .footer--center img { width: 40px; margin-bottom: 30px; }

@media (min-width: 980px) { html.new-dev .footer--right { text-align: right; } }



/* Social Media */
html.new-dev .facebook__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-top: 1px solid white;
	margin-bottom: 70px;
}

html.new-dev .facebook__header, html.new-dev .facebook__view-more {
	text-transform: uppercase;
	font-family: proxima-nova, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 3px;
}

html.new-dev .facebook__header img {
	width: 32px;
	height: 32px;
	margin-right: 1em;
}

html.new-dev .facebook__header span, html.new-dev .facebook__header a { line-height: 1; }

html.new-dev .facebook__header span { vertical-align: bottom; }

@media (max-width: 979px) { html.new-dev .facebook__header a { display: none; } }

html.new-dev .facebook__latest {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1365px) { html.new-dev .facebook__latest { flex-direction: column; } }

html.new-dev .facebook__post { display: none; }
html.new-dev .facebook__post.loaded { display: flex; }

@media (max-width: 1919px) { html.new-dev .facebook__post { max-width: 47.5%; } }

@media (max-width: 979px) { html.new-dev .facebook__post { flex-direction: column; } }
@media (max-width: 1919px) { html.new-dev .facebook__post { margin-bottom: 60px; } }

html.new-dev .post__image-wrapper {
	position: relative;
	flex-shrink: 0;
	max-width: 340px;
	height: 240px;
	overflow: hidden;
}

@media (max-width: 979px) { html.new-dev .post__image-wrapper { max-width: 340px; } }

@media (min-width: 980px) { html.new-dev .post__image-wrapper {
	width: 340px;
	margin-right: 40px;
} }

html.new-dev .post__image-wrapper img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}

html.new-dev .post__content {
	position: relative;
	max-width: 760px;
	font-family: proxima-nova, Arial, sans-serif;
	line-height: 26px;
	font-size: 14px;
}

html.new-dev .post__image-wrapper + .post__content { max-width: 420px; }

@media (max-width: 979px) { html.new-dev .post__content {
	min-height: 240px;
	margin-bottom: 1em;
} }

@media (min-width: 980px) { html.new-dev .post__content { height: 240px; } }

html.new-dev .post__content h3 {
	font-size: 14px;
	color: #AFAFAF;
	letter-spacing: 1px;
}

html.new-dev .post__content h2 { font-size: 16px; }

html.new-dev .post__content a {
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

@media (min-width: 980px) { html.new-dev .facebook__view-more { display: none; } }
