/* General Site Styles */
html {
}

body {
	background: #ffffff;
	margin: 0px;
	font-family: Montserrat, Arial, sans-serif;
	padding: 0;
}

.fixed-bg {
	background-attachment: fixed;
}

.no-boxsizing .fixed-bg {
	background-attachment: scroll;
}

.swap-panel {
	font-family: Montserrat, Arial, sans-serif;
	text-align: center;
}

.swap-panel > * {
	padding: 1.8em 0;
}

.swap-panel header {
	margin-bottom: 1.8em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	line-height: 1.25;
	font-family: gotham,sans-serif;
}

.content h1, .content h2, .content h3, .content h4 {
	margin: 15px 0;
	line-height: 1.25;
}

h1, .swap-panel header h2 {
	color: #343434;
	font-size: 2.2rem;
}

.content h1 {
	font-size: 3.125em;
	color: #1F3163; /* $primary */
}

.content .press.blog.item h1 {
	font-size: 2em;
}

h2, h3 {
	font-size: 1.7em;
	color: #1F3163; /* $primary */
}

.content h2, .content h3 {
	font-size: 30px;
}

h4 {
	font-size: 1.3em;
	color: #1A8A98; /* $secondary */
	font-weight: bold;
}

.content h4 {
	font-size: 24px;
}

a {
	text-decoration: none;
	color: #D47C2E; /* $third */
	display: inline-block;
}

a:hover {
	text-decoration: none;
	color: #1A8A98; /* $secondary */
}

a.phone-link {
	cursor: default;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content ul, .content-format ul {
	list-style: disc;
	margin: 1em 0;
	padding-left: 40px;
}

.content li > ul, .content-format li > ul {
	margin: 0;
}

.main-content ul {
	margin: 0 0 0 2em;
	padding: 0;
}

.main-content .half ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

.main-content ul li {
	width: 100%;
	padding: .2em 0;
}

.main-content ul li ul {
	list-style-type: circle;
	margin-left: 40px;
}

.main-content .half ul li {
	margin-bottom: .2em;
	display: block;
}

.main-content ul li a {
	color: #1A8A98; /* $secondary */
}

.main-content ul li a:hover {
	color: #D47C2E; /* $third */
}

select {
	background-image: url(/images/design/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.btn {
	display: block;
	padding: .75em 2em;
	font-size: 1em;
	color: #FFFFFF; /* $light */
	background-color: #D47C2E; /* $third */
	border-radius: 20px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	box-shadow: 1px 2px #ffa454;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}

.btn:hover, a:hover .btn {
	background-color: #B26725; /* darken($third,17%) */
	color: #FFFFFF; /* $light */
}

.btn.small {
	font-size: 0.95em;
	padding: 0 1em;
}

.btn.small.wide {
	max-width: 400px;
}

.btn.v1 {
	background-color: #1A8A98; /* $secondary */
	box-shadow: 0 1px 2px #2CA2B1; /* adjust($secondary,13%,-15%,0%) */
}

.btn.v1:hover {
	background-color: #146A75; /* darken($secondary,23%) */
}

.btn.v2 {
	background-color: #1F3163; /* $primary */
	box-shadow: 0 1px 2px #324782; /* adjust($primary,13%,-15%,0%) */
}

.btn.v2:hover {
	background-color: #18264C; /* darken($primary,23%) */
}

.text-highlight {
	display: block;
	margin: 15px auto;
	text-align: center;
	background-color: #1F3163; /* $primary */
	color: #FFFFFF; /* $light */
	font-weight: bold;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.text-highlight > div {
	padding: .75em 1em;
	display: block;
}

.text-highlight h3 {
	text-transform: none;
	color: #343434; /* $dark */
	margin: 0;
}

.text-highlight h3 .highlight {
	color: #FFFFFF; /* $light */
}

.text-highlight p {
	margin: 0;
}

a:hover .text-highlight {
	background-color: #D47C2E; /* $third */
}

.left {
	float: left;
	clear: left;
}

.right {
	float: right;
	clear: right;
}

.half {
	width: 48%;
}

form *,form *:before,form *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main {
	max-width: 1440px;
	min-width: 320px;
	width: auto;
	margin: 0px auto;
	position: relative;
	padding-left: 1%;
	padding-right: 1%;
}

html.no-canvas .main {
	width: 1440px;
}

.main:after {
	content: ' ';
	display: block;
	clear: both;
}

.home-content {
	text-align: center;
}

.content strong {
	color: #1F3163; /* $primary */
}

.content strong em {
	font-size: 1.625em;
	font-style: normal;
}

.content strong.v2 {
	color: #1A8A98; /* $secondary */
}

body.sub.Site-Map .content {
	text-align: left;
}

body.sub .content {
	float: left;
	width: 65%;
}

body.sub.wide .content {
	width: 100%;
	float: none;
}

html.no-canvas body.sub.wide .content {
	width: 1440px;
}

body.sub.Our-Doctors .content {
	width: 48%;
}

body.sub.Our-Doctors .side {
	width: 48%;
	background-color: #1F3163; /* $primary */
	padding: 2em;
	position: relative;
}

body.sub.Our-Doctors .side:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px;
	border-color: #FFF transparent  transparent transparent;
	bottom: -30px;
	left: -30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

html.no-csstransforms body.sub.Our-Doctors .side:after {
	display: none;
}

#ContactMap2 {
	width: 600px;
	height: 275px;
	margin: 0 auto 15px;
	float: right;
	max-width: 50% !important;
}

#ContactMap2, #ContactMap2 img {
	max-width: 100%;
	width: 100%!important;
	height: auto!important;
}

div.zone-editable > * {
	min-height: 15px;
}

body.cms-layout .cms-zone ul.zone-tab li {
	position: relative !important;
	opacity: 1 !important;
	float: none !important;
	overflow: visible !important;
}

body.cms-layout .cms-zone ul.zone-tab {
	overflow: visible !important;
	-webkit-column-count: auto !important;
	-moz-column-count: auto !important;
	column-count: auto !important;
	-webkit-column-gap: 0 !important;
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
}

input, textarea, keygen, select, button {
	letter-spacing: inherit;
	word-spacing: inherit;
	text-shadow: inherit;
	font-family: inherit;
}

::-webkit-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #fff;
}

.third.left {
	width: 33%;
	float: left;
	clear: none;
}

.content-mod {
	width: 65%;
}

body.sidezone #MainZone_ {
	width: 65%;
	float: left;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	margin: 0 0 1em;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
}

form .hide {
	display: none;
}

.supportusbtn {
	display: block;
	padding: .75em 2em;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #D47C2E;
	box-shadow: 1px 2px #ffa454;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-radius: 30px;
	text-align: center;
	margin: 0 auto;
	max-width: 650px;
}

.supportusbtn:hover {
	background-color: #B26725; /* darken($third,17%) */
	color: #FFFFFF; /* $light */
}

.supportusbtnlt {
	padding: .5em 1em;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #D47C2E;
	box-shadow: 1px 2px #ffa454;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-radius: 30px;
	text-align: center;
}

.supportusbtnlt:hover {
	background-color: #B26725; /* darken($third,17%) */
	color: #FFFFFF; /* $light */
}

leftbtn {
	margin: 0;
}

.staff {
	padding: 0;
	margin: 0;
}

.main-content .staff li {
	list-style: none;
	width: 50%;
	padding: 0 1%;
	float: left;
	text-align: left;
	vertical-align: top;
	margin-top: 1%;
	display: inline-block;
}

.no-boxsizing .main-content .staff li {
	width: 48%;
}

.main-content .staff li img {
	width: 8em;
}

.brochurebg {
	padding: 2em 1em 1em 1em;
	background-color: #F1F1F1;
	max-width: 252px;
	text-align: center;
	margin: 0 0 0 1em;
}

.brochurevid {
	padding: 2em 1em 1em 1em;
	background-color: #F1F1F1;
	max-width: 400px;
	text-align: center;
}

.trainingheader h4 {
	font-size: 1.1em;
	text-align: center;
}

p.red {
	color: #C90003;
}

.golfcontainer {
	background-color: #f4f4f4;
}

.golfcontainer p {
	font-size: 1.1em;
	line-height: 1.7em;
}

.golfcontainer a {
}

.golfcontainer img {
	width: 25%;
	display: inline;
	margin-bottom: -5em;
}

.golfcontainer div.golfsec {
	display: inline-block;
	width: 74%;
	padding-bottom: 5em;
}

.golfbtn {
	margin-top: 5em;
}
/* End General Site Styles */

/* Top Banner */
#TopZone {
	background-color: #F1F1F1;
	position: relative;
}

#TopZone:after {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 18.2vw;
	content: '';
	background-color: #1F3163; /* $primary */
	z-index: 0;
}

.header-nav {
	width: 50%;
	float: left;
	padding: 0;
}

.header-nav ul {
	display: table;
	width: 100%;
}

.header-nav ul li {
	display: table-cell;
	text-align: center;
	position: relative;
	vertical-align: middle;
	height: 60px;
	border-left: 1px solid #D8D8D8;
	width: 33.33%;
	padding-left_: 1em;
}

html.no-display-table .header-nav ul li {
	float: left;
	width: 30%;
}

.header-nav ul li a:before {
	font-family: 'fontello'!important;
	color: #D47C2E; /* $third */
	font-size: 1em;
	position: absolute;
	left: -20px;
	top: 50%;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	margin-top: -10px;
}

.header-nav ul li.cta1 a:before {
	content: '\e80e';
}

.header-nav ul li.cta2 a:before {
	content: '\e80e';
}

.header-nav ul li.cta49 {
	background-color: #1F3163;
}

.header-nav ul li.cta49 a {
	color: #FFFFFF;
}

.header-nav ul li a {
	color: #1A8A98; /* $secondary */
	position: relative;
	-webkit-transition: 0.8s ease;
	-moz-transition: 0.8s ease;
	-o-transition: 0.8s ease;
	transition: 0.8s ease;
	display: inline-block;
	padding: 1em 0;
}

.header-nav ul li a icon {
	font-size: 1.5em;
	color: #D47C2E; /* $third */
	position: absolute;
	left: 0;
	top: -5px;
	display: none;
}

.header-nav ul li a:hover {
	color: #D47C2E;
	padding-left: 1em;
}

.top-banner .search {
	width: 26%;
	float: right;
	background-color: #1F3163; /* $primary */
	height: 60px;
	z-index: 1;
	position: relative;
	padding: 0.6em 1em 0.6em 0.75em;
}

html.no-display-table .top-banner .search {
	background-color: transparent;
	width: 24%;
}

.top-banner .search input {
	background-color: #364673;
	border: none;
	color: #FFFFFF; /* $light */
	width: 100%;
	padding: .75em 3em .75em .75em;
	outline: none;
	font-size: .938em;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	border-radius: 5px;
}

.top-banner .search input:focus {
	background-color: #FFF;
	color: #1F3163; /* $primary */
}

.top-banner .search button {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #1F3163; /* $primary */
	border: none;
	color: #D47C2E; /* $third */
	z-index: 2;
	height: 100%;
	cursor: pointer;
	border-radius: 50%;
	padding: 1em 1em;
}

.no-display-table .top-banner .search button {
	width: 10%;
	right: -50px;
	background-color: #D47C2E; /* $third */
	height: 40px;
	top: 10px;
}

.top-banner .search button:after {
	font-family: 'icomoon-ult';
	content: '\f227';
	font-size: 1.2em;
	border: 2px solid #D47C2E; /* $third */
	border-radius: 50%;
	padding: .2em;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.no-borderradius .top-banner .search button:after {
	border: none;
}

body.cms-admin .top-banner .search button:after {
	padding: 0 .2em;
}

.top-banner .search button:hover:after {
	color: #FFFFFF; /* $light */
	border-color: #FFFFFF; /* $light */
}

.topbar-address {
	display: inline-block;
	float: left;
	color: #d47c2e;
	font-size: 1em;
	font-weight: 400;
	line-height: 57px;
	text-align: left;
	width: 24%;
}

.topbar-address i {
	color: #1a8a98;
	font-size: 1.5em;
	margin-right: .2em;
}
/* End Top Banner */

/* Masthead */
.nav-container {
	position: relative;
	z-index: 50;
}

.nav-container.shrink-nav {
}

.fixed {
	position: fixed;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: 0.6s ease;
	-moz-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	transition: 0.6s ease;
}

.nav-container.shrink-nav .fixed {
	-webkit-transform: translate3d(0,-60px,0);
	-moz-transform: translate3d(0,-60px,0);
	-o-transform: translate3d(0,-60px,0);
	transform: translate3d(0,-60px,0);
}

body.cms-admin .fixed, .fixed.relative {
	position: relative;
}

.masthead-zone {
	background-color: #FFFFFF; /* $light */
}

.masthead {
	padding: 1.3em 1%;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.shrink-nav .masthead {
	padding: .55em 1%;
}

.masthead .table {
	display: table;
	width: 100%;
}

.masthead .table > * {
	display: table-cell;
	vertical-align: middle;
}

.masthead .top-logo {
	width: 35%;
}

html.no-boxsizing .masthead .top-logo {
	width: 39%;
}

.masthead .top-logo .address {
	color: #D47C2E; /* $third */
	margin: .5em 0 0 5em;
}

.masthead .top-logo a {
	display: block;
	max-width: 100%;
}

.masthead .top-logo img {
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

html.no-display-table .masthead .table .top-logo {
	float: left;
}

html.no-display-table .masthead .table .contact-info {
	float: right;
}

.masthead .top-logo img.ready {
	width: 100%;
}

.shrink-nav .masthead .top-logo img.ready {
	width: 80%;
}

.masthead .mast-title {
	width: 35%;
}

.masthead .mast-title h2 {
	font-size: 1em;
	color: #BCAB8E;
	text-align: center;
	letter-spacing: .08em;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	top: 0;
	opacity: 1;
}

.shrink-nav .masthead .mast-title h2 {
	top: -1em;
	opacity: 0;
}

.masthead .contact-info {
	width: 30%;
	text-align: center;
}

html.no-boxsizing .contact-info {
	width_: 18%;
}

.contact-info .left-mh {
	float: left;
	position: relative;
	top: .5em;
}

html.no-display-table .contact-info .left-mh {
	float: none;
	display: block;
	top: 0;
	margin-bottom: 0.5em;
}

.contact-info span.call {
	display: inline-block;
	font-size: 1.125em;
	color: #1A8A98; /* $secondary */
	padding: 0 0.5em;
	border-right: 1px solid #D8D8D8;
}

.contact-info a.phone-link {
	font-size: 1.5em;
	color: #1F3163; /* $primary */
	display: inline-block;
	padding: 0 0.375em;
}

.contact-info .right-mh {
	display: inline-block;
	float: right;
	position: relative;
}

html.no-display-table .contact-info .right-mh {
	float: none;
	display: block;
}

.contact-info .UrlTitle {
	background-color: #D47C2E; /* $third */
	padding: 0.65em 1.5em 0.65em 0;
	color: #FFFFFF;
	font-size: 1em;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border-radius: 20px;
	margin-top: .3em;
	display: inline-block;
}

html.no-display-table .contact-info .UrlTitle {
	display: block;
}

.contact-info .UrlTitle:hover {
	padding-right: 2.25em;
}

.contact-info span.portal {
	background-color: #1F3163; /* $primary */
	padding: .65em 1.75em .6em 1em;
	color: #FFFFFF;
	font-size: 1em;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border-radius: 20px;
	margin-top: 0;
	position: relative;
	margin-right: 1em;
}

html.no-display-table .contact-info span.portal {
	display: inline-block;
}

.contact-info a:hover span.portal {
	padding-right: 1em;
}

.contact-info span.portal:after {
	content: '\e915';
	color: #D47C2E; /* $third */
	font-family: 'icomoon-ult'!important;
	position: absolute;
	right: 0.75em;
	top: 50%;
	margin-top: -8px;
	font-size: 0.75em;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.contact-info a:hover span.portal:after {
	right: -1.25em;
	color: #1F3163; /* $primary */
}

.contact-info span {
	font-size: 1em;
	color: #1F3163; /* $primary */
	padding-right: .2em;
}

.masthead .menu-btn {
	font-size: 1.5em;
	padding: 0 0 0 .4em;
	cursor: pointer;
	display: none;
}

.masthead .menu-btn:hover {
	color: #343434; /* $dark */
}

.masthead .top-social {
	display: table;
	width: auto;
	margin: 0 0 0 auto;
}

.masthead .top-social li {
	display: table-cell;
}

.masthead .top-social li:nth-child(n+2) a {
	border-left: solid 1px rgba(52,52,52,0.2);
}

.masthead .top-social a {
	display: block;
	padding: .3em;
	background-color: #283F80; /* lighten($primary,10%) */
	color: #FFFFFF; /* $light */
	font-size: 1em;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#343434 50%); /* ,$dark */
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 50%,#343434 50%); /* ,$dark */
	background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#343434 50%); /* ,$dark */
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#343434 50%); /* ,$dark */
	background-size: 100% 200%;
	background-position: 0 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.masthead .top-social a:hover {
	background-position: 0 100%;
}

.masthead .top-social a icon {
	display: block;
}

#google_translate_element {
	position: relative;
	z-index: 2;
}
/* End Masthead */

/* Top Nav Styles */
.nav-zone {
	background-color: #1A8A98; /* $secondary */
}

.top-nav {
	background-color: #1A8A98; /* $secondary */
	padding: 0;
}

.top-nav .mobile-nav {
	display: none;
}

.top-nav ul {
	width: 100%;
	display: table;
	border-right: 1px solid #1D9CAC; /* lighten($secondary,7%) */
}

.top-nav li {
	display: table-cell;
	width: 14.2%;
	text-align: center;
	vertical-align: middle;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	position: relative;
	cursor: pointer;
	border-left: 1px solid #1D9CAC; /* lighten($secondary,7%) */
}

.no-display-table .top-nav li {
	float: left;
}

.no-cssgradients .top-nav li:hover {
}

.top-nav li:hover {
	background-color: #1F3163; /* $primary */
}

.top-nav > ul > li > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 80%;
	left: 50%;
	height: 2px;
	width: 0%;
	background: #d47c2e;
	-webkit-transition: width .5s ease;
	-moz-transition: width .5s ease;
	-o-transition: width .5s ease;
	transition: width .5s ease;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	border-radius: 6px;
}

.top-nav > ul > li a:hover:after, .top-nav > ul > li:hover a:after {
	width: 50%;
}

.top-nav li.social-button {
	border-left: solid 1px #1EA1B2; /* adjust($secondary,9%,1%,100%) */
}

.top-nav li.social-button:last-child {
	border-right: solid 1px #1EA1B2; /* adjust($secondary,9%,1%,0%) */
}

.top-nav a {
	display: block;
	padding: 1.25em .7em;
	color: #FFFFFF; /* $light */
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.top-nav .social-button a {
	font-size: 1.2em;
	line-height: 1em;
}

.shrink-nav .top-nav a {
	padding_: .5em 0;
}

.top-nav a:hover {
	color: #D47C2E; /* $third */
}
/* End Top Nav Styles */

/* Animation */
.image-zone {
	position: relative;
}

.animation {
	position: relative;
	height: 580px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-moz-transform: translateZ(0) scale(1.0, 1.0);
	-o-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
	background-color: #131D3B; /* darken($primary,40%) */
}

.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-moz-transform: translateZ(0) scale(1.0, 1.0);
	-o-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
}

.slide:before {
	content: '';
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.351);
	z-index: 1;
}

.slide:first-child {
	display: block;
}

.slide .main {
	height: 100%;
}

.slide img.slide-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(1) translateZ(0);
	-moz-transform: scale(1) translateZ(0);
	-o-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
}

html.no-rgba img.slide-bg {
}

.slide img.slide-img {
	position: absolute;
	right: 1%;
	bottom: 0;
	max-width: 40%;
}

.animation .info {
	position: absolute;
	right: 0;
	margin-top: 50px;
	padding: 10px;
	width: 100%;
	height: auto;
	max-width: 420px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	background-color: rgba(255,255,255,0.850);
	-webkit-mask-image: url(/documents/tagline-bg.svg);
	mask-image: url(/documents/tagline-bg.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: bottom;
	top: 45%;
	shape-outside: url(/documents/tagline-bg.svg);
	-webkit-shape-image-threshold: 0.7;
	shape-image-threshold: 0.7;
	-webkit-shape-margin: 1em;
	shape-margin: 1em;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-o-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	-webkit-mask-size: cover;
	z-index: 2;
}

html.no-rgba .animation .info {
	background-color: #FFF;
}

html.no-csstransforms3d .animation .info {
	top: 50px;
}

.info .title {
	border-bottom: 1px solid #D47C2E; /* $third */
	padding-bottom: 1.2em;
}

.left-align .info {
	text-align: left;
	width: 65%;
}

.right-align .info {
	text-align: right;
	width: 65%;
}

.info h2 {
	font-size: 2.6em;
	line-height: 1em;
	color: #1F3163; /* $primary */
}

.info h3 {
	color: #D47C2E;
	line-height: 1em;
	font-size: 2.6em;
}

.info h3 span {
	color: #1A8A98;
}

.left-align .info h3 {
	margin: 0;
}

.right-align .info h3 {
	margin: 0 0 0 auto;
}

.info p {
	display: block;
	margin: .5em auto 0;
	padding: 0;
	font-size: 1.2rem;
	color: #1F3163; /* $primary */
	line-height: 1.685;
}

.left-align .info p {
	margin: 0;
}

.right-align .info p {
	margin: 0 0 0 auto;
}

.info a {
}

.info .btn {
	margin-top: 2.5em;
	opacity: 0;
}

.info .btn:hover {
}
/* End Animation */

/* Sub Slide */
.sub .image-area {
	background-size: cover;
	background-position: top center;
	position: relative;
	background-repeat: no-repeat;
}

.no-boxsizing .sub .image-area {
	position: static;
}

.sub-slide {
	text-align: right;
	padding: 3.125em 0;
	height: 16em;
	overflow: hidden;
}

.editing-content .sub-slide {
	padding: 0;
}

.editing-content .sub-slide img {
	max-height: 150px;
	width: 100%;
}

.sub-slide .main {
	padding: 2.5em 1%;
}

.sub-slide h2 {
	display: inline-block;
	padding: 1em 8% 1em 2%;
	font-size: 3.35em;
	line-height: 1em;
	color: #1A8A98; /* $secondary */
	background-color: rgba(255,255,255,0.9);
	margin: 0 auto;
	mask-image: url(/documents/tagline-bg.svg);
	-webkit-mask-image: url(/documents/tagline-bg.svg);
	mask-position: bottom;
	-webkit-mask-position: bottom;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	shape-outside: url(/documents/tagline-bg.svg);
	shape-image-threshold: 0.7;
	shape-margin: 1em;
	-webkit-mask-size: cover;
	mask-size: cover;
}

html.no-rgba .sub-slide h2 {
	background-color: #FFF;
}

html.no-display-table .sub-slide h2 {
	display: block;
	max-width: 33%;
	margin: 0;
}
/* End Sub Slide */

/* Scroll Button Styles */
.scroll-btn {
	position: absolute;
	top: -7em;
	width: 100%;
	left: 0;
}

.scroll-btn > span {
	display: table;
	background-color: rgba(52,52,52,0.7); /* alpha($dark,70%) */
	padding: 1.3em 1.3em 1em;
	border-radius: 50%;
	color: #FFFFFF; /* $light */
	margin: 0 auto;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.scroll-btn .text {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
}

.scroll-btn icon {
	font-size: 1.8em;
	display: block;
	line-height: 1em;
}

.scroll-btn > span:hover {
	background-color: rgba(31,49,99,0.698); /* alpha($primary,70%) */
}
/* End Scroll Button Styles */

/* Section 0 Styles */
.section-zero {
	position: relative;
	background-color: #1F3163; /* $primary */
	z-index: 5;
	color: #FFFFFF; /* $light */
	padding: 1em 0;
}

.section-zero h1, .section-zero header h2, .section-zero a h2 {
	color: #858585; /* lighten($dark,40%) */
}

.section-zero h2, .section-zero h3 {
	color: #1A8A98; /* $secondary */
}

.section-zero p {
	color: #FFFFFF; /* $light */
}
/* End Section 0 Styles */

/* Section 1 Styles */
.section-one {
	background-color: #FFFFFF; /* $light */
	padding: 1.8em 0px;
	font-size: 1.125em;
	color: #333333; /* darken($dark,2%) */
	font-weight: normal;
	line-height: 1.8em;
}

.section-one h1, .section-one header h2, .section-one a h2 {
	margin-top: 0;
}

.section-one .contact-form input, .section-one .contact-form textarea {
	color: #FFFFFF; /* $light */
	background-color: #1F3163; /* $primary */
	box-shadow: inset 0 1px 3px rgba(255,255,255,0.3), 0 2px 4px rgba(0,0,0,0.5);
	border: none;
}
/* End Section 1 Styles */

/* Section 2 Styles */
.section-two {
	background-image: url(/images/Section2-BG.jpg);
	color: #FFFFFF; /* $light */
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

html.no-boxshadow .section-two {
	padding: 5em 0;
}

.section-two > .main {
	padding: 0;
}

.section-two h1, .section-two header h2, .section-two a h2 {
	color: #FFFFFF; /* $light */
}

.section-two h2, .section-two h3 {
	color: #1A8A98; /* $secondary */
}

.section-two p {
	color: #FFFFFF; /* $light */
}

.section-two a:hover {
	color: #1A8A98; /* $secondary */
}

.section-two .btn:hover {
	color: #FFFFFF; /* $light */
}
/* End Section 2 Styles */

/* Section 3 Styles */
.section-three {
	background-color: #FFFFFF; /* $light */
	color: #1F3163; /* $primary */
}

.section-three .iswap > * {
}

.section-three h1, .section-three header h2, .section-three a h2 {
	color: #1F3163; /* $primary */
}

.section-three .contact-form input, .section-three .contact-form textarea {
	color: #FFFFFF; /* $light */
	background-color: #1F3163; /* $primary */
	box-shadow: inset 0 1px 3px rgba(255,255,255,0.3), 0 2px 4px rgba(0,0,0,0.5);
	border: none;
}
/* End Section 3 Styles */

/* Section 4 Styles */
.section-four {
	color: #FFFFFF; /* $light */
	background-color: #1A8A98; /* $secondary */
	position: relative;
	background-image: url(/images/design/Section4-BG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: initial;
}

.section-four .main {
	padding: 0;
}

#Section4:after_ {
	font-family: 'icomoon-ult';
	content: '\f8c0';
	color: rgba(255,255,255,0.15);
	position: absolute;
	top: 35%;
	left: 50%;
	font-size: 8em;
	margin-left: -.3em;
}

html.no-rgba #Section4:after {
	content: none;
}

.section-four h1, .section-four header h2, .section-four a h2 {
	color: #FFFFFF; /* $light */
}

.section-four h2, .section-four h3 {
	color: #1A8A98; /* $secondary */
}

.section-four p {
	color: #FFFFFF; /* $light */
}

.section-four a:hover {
	color: #1A8A98; /* $secondary */
}

.section-four .btn:hover {
	color: #FFFFFF; /* $light */
}
/* End Section 4 Styles */

/* Section 9 Styles */
.section-nine {
	color: #5D5D5D; /* lighten($dark,20%) */
	background-image: url(/images/Section9-BG.jpg); /* $light */
	border-bottom: 1px solid #949DB8;
	background-size: cover;
	background-position: top center;
	position: relative;
}

.section-nine h1, .section-nine header h2, .section-nine a h2 {
	color: #343434; /* $dark */
}

.section-nine p {
	color: #5D5D5D; /* lighten($dark,20%) */
}

.section-nine .contact-form input, .section-nine .contact-form textarea {
	color: #FFFFFF; /* $light */
	background-color: #1F3163; /* $primary */
	box-shadow: inset 0 1px 3px rgba(255,255,255,0.3), 0 2px 4px rgba(0,0,0,0.5);
	border: none;
}
/* End Section 9 Styles */

/* CTA Styles */
.cta-list {
}

.sub .cta-list {
}

.cta-list ul {
	position: relative;
	display: table;
	height: auto;
	width: 100%;
	overflow: hidden;
}

.cta-list.our-doctors ul {
	display: block;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	height: auto;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	padding: 1em 0;
}

.cta-list ul li {
	position: relative;
	z-index: 1;
	display: table-cell;
	float: left;
	width: 20%;
	color: #fff;
	background: #d47c2e;
	border-radius: 80px 0 0 80px;
	padding-left: 5%;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: .6s ease;
	-moz-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease;
}

.cta-list.our-doctors ul li {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 1em;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.cta-list.our-doctors ul li:after {
	display: none;
}

.cta-list.our-doctors ul li:nth-child(5):before,.cta-list.our-doctors ul li:nth-child(6):before {
	display: none;
}

.cta-list ul li:last-child:before {
	display: none;
}

.items1 li {
	width: 100%;
}

.items2 li {
	width: 50%;
}

.items3 li {
	width: 33.3%;
}

.items4 li {
	width: 25%;
}

html.no-display-table .cta-list ul li {
	float: left;
	width: 15%;
}

.cta-list ul:hover li {
	width: 19%;
}

.cta-list.our-doctors ul:hover li {
	width: 100%;
}

.cta-list ul li:after {
	font-family: 'fontello';
	content: '\e812';
	color: #fff;
	right: -4em;
	top: 50%;
	position: absolute;
	opacity: 0;
	-webkit-transition: .6s ease;
	-moz-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-o-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	display: none;
}

.cta-list li:hover:after {
	opacity: 1;
	-webkit-transform: translate3d(-100px,-50%,0);
	-moz-transform: translate3d(-100px,-50%,0);
	-o-transform: translate3d(-100px,-50%,0);
	transform: translate3d(-100px,-50%,0);
}

.cta-list ul li:hover {
	width: 24%;
}

.cta-list.our-doctors ul li:hover {
	width: 100%;
}

.cta-list li:nth-child(5), .cta-list.our-doctors ul li:nth-child(4), .cta-list.our-doctors ul li:last-child {
	border-radius: 80px;
}

.cta-list.our-doctors ul li:nth-child(4):before {
	display: none;
}

.cta-list li:nth-child(even) {
	background: #1a8a98;
}

.cta-list li.cta2, .cta-list li.cta4 {
	background: #1a8a98;
}

.cta-list ul li a {
	display: block;
}

.cta-list.our-doctors ul li a {
	padding: 6px 10px 6px 3.4em;
}

.side-nav-ctas header h2 {
	color: #FFFFFF; /* $light */
	font-size: 2em;
}

.side-nav-ctas header h2 span {
	color: #D47C2E; /* $third */
	font-style: italic;
}

.cta-list li:nth-child(odd):before, .cta-list.our-doctors li.cta3:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: -80px;
	height: 100%;
	width: 80px;
	background: #d47c2e;
}

.cta-list li:nth-child(even):before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: -80px;
	height: 100%;
	width: 80px;
	background: #1a8a98;
}

.cta-list li .i-wrap {
	color: #d47c2e;
	display: inline-block;
	position: absolute;
	left: 5px;
	font-size: 1.5em;
	text-align: center;
	border-radius: 50%;
	width: 3vw;
	height: 3vw;
	padding: .5em .05em;
	background: #fff;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-o-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	-webkit-transition: -webkit-transform .5s ease;
	-moz-transition: -moz-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	line-height: 1;
}

html.no-csstransforms3d .cta-list li .i-wrap {
	top: 5px;
}

.no-boxsizing .cta-list li .i-wrap {
	display: none;
}

.cta-list li.cta5 .i-wrap,  .cta-list.our-doctors li.cta6 .i-wrap {
	font-size: 1em;
	padding: 1.2em .3em .8em 0;
}

.cta-list.our-doctors li.cta6 .i-wrap {
	padding: 0.9em 0em 0.2em 0;
}

.cta-list.our-doctors li.cta5 .i-wrap {
	font-size: 1.5em;
	padding: 0.4em 0em 0em 0;
}

.cta-list li:nth-child(even) .i-wrap {
	color: #1a8a98;
}

.cta-list li:hover .i-wrap {
	-webkit-transform: translate3d(0,-50%,0) scale3d(1.2,1.2,1.2);
	-moz-transform: translate3d(0,-50%,0) scale3d(1.2,1.2,1.2);
	-o-transform: translate3d(0,-50%,0) scale3d(1.2,1.2,1.2);
	transform: translate3d(0,-50%,0) scale3d(1.2,1.2,1.2);
}

.cta-list ul li h2 {
	font-size: 1.438em;
	line-height: 1;
	padding: 0;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	color: #FFF;
	margin: 1em 0;
}

.cta-list.our-doctors ul li h2 {
	font-size: 1em;
}

.cta-list ul li p {
	line-height: 1.4em;
	margin: 0px 0px 5px;
	padding: .3em 0 1em;
}

.cta-list .btn {
	padding: .7em 2%;
	display: block;
}
/* End CTA Styles */

/* Doctor Side CTA Styles */
#DocAdditionalContent1 {
	width: 678px;
}

.doctorsidebar {
	width: 50%;
	padding-top: 2em;
}

#HowHelp {
	background-color: #1F3163;
	padding: 1em;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#HowHelp:before {
	content: '';
	display: block;
	width: 2em;
	height: 4em;
	-webkit-transform: rotate(134deg);
	-moz-transform: rotate(134deg);
	-o-transform: rotate(134deg);
	transform: rotate(134deg);
	position: absolute;
	bottom: -1.688em;
	left: -0.688em;
	background-color: #FFF;
}

html.no-boxshadow #HowHelp:before {
	display: none;
}

.cta-list-doctors {
}

.cta-list-doctors ul {
	padding: 0;
	margin: 0;
}

.cta-list-doctors ul li {
	display: block;
	background-color: #1a8a98;
	border-radius: 2em;
	padding: 0;
	margin-bottom: 1.5em;
	text-align: left;
}

.cta-list-doctors ul li.cta1, .cta-list-doctors ul li.cta4, .cta-list-doctors ul li.cta5 {
	background-color: #d47c2e;
}

.cta-list-doctors ul li {
	margin-bottom: 1.5em;
	float: left;
	width: 54%;
}

.cta-list-doctors ul li.cta1, .cta-list-doctors ul li.cta3, .cta-list-doctors ul li.cta5 {
	padding-right: 3.5em;
}

.cta-list-doctors ul li.cta2, .cta-list-doctors ul li.cta4, .cta-list-doctors ul li.cta6 {
	margin-left: -3.5em;
}

.cta-list-doctors ul li a {
	display: block;
	padding: .4em;
	position: relative;
	height: 4em;
}

.cta-list-doctors span.i-wrap {
	display: inline-block;
	width: 3.2em;
	height: 3.2em;
	background-color: #FFF;
	border-radius: 50%;
	text-align: center;
	float: left;
	margin-right: .5em;
	position: relative;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.cta-list-doctors ul li a:hover span.i-wrap {
	background-color: transparent;
	margin-right: 0;
}

.cta-list-doctors icon {
	position: relative;
	font-size: 1.95em;
	top: .15em;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	color: #1F3163;
}

.cta-list-doctors ul li a:hover icon {
	color: #FFF;
}

.cta-list-doctors li.cta6 icon {
	font-size: 1.2em;
	top: .68em;
}

.cta-list-doctors icon:before {
}

.cta-list-doctors h2 {
	font-size: 1.25em;
	font-weight: 600;
	color: #FFF;
	positioN: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

html.no-boxshadow .cta-list-doctors h2 {
	top: 28%;
}
/* End Doctor Side CTA Styles */

/* Image CTAs */
.image-ctas li {
	display: block;
	width: 50%;
	float: left;
}

.image-ctas .total3 li:last-child {
	width: 100%;
	float: none;
}

.image-ctas li a {
	display: table;
	width: 100%;
}

.image-ctas li a > * {
	display: table-cell;
	width: 50%;
	vertical-align: bottom;
}

.image-ctas li .cta-img {
	position: relative;
	overflow: hidden;
}

.image-ctas li .cta-img:after {
	content: ' ';
	display: block;
	width: 140%;
	height: 180%;
	position: absolute;
	-webkit-transform: rotate(45deg) translate(0, -95%);
	-moz-transform: rotate(45deg) translate(0, -95%);
	-o-transform: rotate(45deg) translate(0, -95%);
	transform: rotate(45deg) translate(0, -95%);
	background-color: rgba(255,255,255,0.2); /* alpha($light,20%) */
	z-index: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	top: -40%;
	left: -15%;
}

.image-ctas li a:hover .cta-img:after {
	-webkit-transform: rotate(45deg) translate(0, 100%);
	-moz-transform: rotate(45deg) translate(0, 100%);
	-o-transform: rotate(45deg) translate(0, 100%);
	transform: rotate(45deg) translate(0, 100%);
}

.image-ctas img {
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
}

.image-ctas .cta-text {
	background-color: #1F3163; /* $primary */
	padding: 1.5em 0 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.image-ctas a:hover .cta-text {
	background-color: #131D3B; /* darken($primary,40%) */
}

.image-ctas li:nth-child(1) .cta-text, .image-ctas li:nth-child(3) .cta-text {
	background-color: #343434; /* $dark */
}

.image-ctas li:nth-child(1) a:hover .cta-text, .image-ctas li:nth-child(3) a:hover .cta-text {
	background-color: #1F1F1F; /* darken($dark,40%) */
}

.image-ctas li h2 {
	color: #FFFFFF;
	padding: 0 .5em;
}

.image-ctas li p {
	padding: 0 1em;
	font-size: .9em;
	color: #FFFFFF; /* $light */
}

.image-ctas .btn, .image-ctas a:hover .btn {
	display: block;
	box-shadow: none;
	background-color: rgba(255,255,255,0.1);
}
/* End Image CTAs */

/* Side Image CTAS */
.floaters .home-content {
	float: left;
	width: 61%;
}

.floaters .home-content.no-float {
	display: none;
}

.floaters .section-one-swap {
	float: right;
	width: 35%;
}

.side-ctas {
	padding: .5em 0;
}

.side-ctas ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-ctas li {
	width: 100%;
	height: 3em;
	position: relative;
	-webkit-transition: .75s ease;
	-moz-transition: .75s ease;
	-o-transition: .75s ease;
	transition: .75s ease;
}

html.no-backgroundsize .side-ctas li {
	max-width: 351px;
}

.side-ctas li:hover {
	height: 8.8em;
}

.side-ctas a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.side-ctas img {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: cover;
}

.no-display-table .side-ctas .btn {
	padding: .75em 0;
}

.side-ctas h2 {
	position: absolute;
	bottom: 10%;
	padding: 0 1em;
	color: #FFFFFF; /* $light */
	font-size: 1.7em;
	text-shadow: 1px 1px .3em #000;
	margin: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
	width: 100%;
	left: 0;
}

.side-ctas a:hover h2 {
	bottom: 25%;
}

.side-ctas .cta1 .btn, .side-ctas .cta4 .btn,.side-ctas .cta7 .btn {
	background-color: #1F3163;
}

.side-ctas .cta2 .btn, .side-ctas .cta5 .btn {
	background-color: #1A8A98;
}

.side-ctas .btn {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	border-radius: 0;
	opacity: .9;
	bottom: 0;
	padding: .75em 2em;
}
/* End Side Image CTAS */

/* Secondary Nav */
.services-nav {
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
	padding: 0;
	vertical-align: top;
}

.services-nav header {
	background-color: #1F3163; /* $primary */
	text-align: left;
	padding: .5em 0;
	width: 35%;
}

html.no-display-table .services-nav header {
	padding: 0;
}

.services-nav header h2 {
	position: relative;
	color: #D47C2E; /* $third */
	margin: 0 0 -.5em 1em;
	font-size: 1.875em;
	font-style: italic;
}

.services-nav header h3 {
	color: #fff;
	font-family: gotham,sans-serif;
	font-size: 2.5em;
}

.services-nav header h3:first-letter {
	font-size: 1.5em;
}

.services-nav a {
	display: block;
}

.services-nav h3 {
	color: #FFFFFF; /* $light */
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.438em;
	position: relative;
}

.services-nav h3 icon {
	background-color: #F1F1F1;
	color: #1A8A98; /* $secondary */
	padding: .6em;
	border-radius: 50%;
	left: -1em;
	position: absolute;
	top: -.6em;
	-webkit-transition: -webkit-transform .75s ease;
	-moz-transition: -moz-transform .75s ease;
	-o-transition: -o-transform .75s ease;
	transition: transform .75s ease;
}

html.no-borderradius .services-nav h3 icon {
	display: none;
}

.services-nav ul {
	position: absolute;
	top: 100%;
	right: 1px;
	width: 65%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	background-color: #1F3163; /* $primary */
	padding: 1em;
	-webkit-transition: -webkit-transform .5s ease .2s;
	-moz-transition: -moz-transform .5s ease .2s;
	-o-transition: -o-transform .5s ease .2s;
	transition: transform .5s ease .2s;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
	z-index: 2;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
}

.no-csstransforms .services-nav ul {
	display: none;
}

.no-csstransforms .services-nav .nav-expander:hover ul {
	display: block;
}

.services-nav .nav-expander:hover ul {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}

.services-nav ul li {
	display: inline-block;
	width: 100%;
	margin: .3em 0;
}

html.no-csscolumns .services-nav ul li {
	float: left;
	width: 50%;
}

.services-nav ul li a {
	color: #FFFFFF; /* $light */
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.services-nav ul li a:hover {
	color: #D47C2E; /* $third */
}

.services-nav .nav-expander:hover icon {
	-webkit-transform: rotate( 360deg );
	-moz-transform: rotate( 360deg );
	-o-transform: rotate( 360deg );
	transform: rotate( 360deg );
}

.services-nav .nav-expander {
	vertical-align: middle;
	cursor: pointer;
}

.services-nav .clinical {
	background-color: #1A8A98;
}

.services-nav .support {
	background-color: #D47C2E;
}

.services-nav .support icon {
	color: #D47C2E; /* $third */
}

.services-nav > * {
	display: table-cell;
}

html.no-display-table .services-nav > * {
	float: left;
	width: 33%;
	padding: 1.6em 0;
}
/* End Secondary Nav */

/* Button List Styles */
.btn-list {
}

.btn-list ul {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 0;
}

.content .column.two.btn-list > * {
	width: 50%;
}

.btn-list li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 .75em;
}

.btn-list li .btn {
	display: block;
}

.btn-list li .btn:hover {
}
/* End Button List Styles */

/* Fancy Button List Styles */
ul.fancy li a {
	display: block;
	color: #FFFFFF;
	padding: .75em;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	position: relative;
	text-decoration: none;
	border-radius: 20px;
	line-height: 1;
	background-color: #1A8A98;
	width: 96%;
	margin: 0 auto;
}

ul.fancy li a:hover {
	color: #FFF;
	background-color: #D47C2E;
}
/* End Fancy Button List Styles */

/* Single CTA Styles */
.single-cta {
	display: table;
	width: 100%;
}

.single-cta > * {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

.single-cta header {
	width: 27%;
	text-align: left;
}

.single-cta h2 {
}

.single-cta p {
	width: 50%;
	text-align: left;
	padding: 0 2%;
}

.single-cta > span {
	width: 23%;
}

.single-cta .btn {
}
/* End Single CTA Styles */

/* Tradition of Caring */
.tradition-content {
	overflow: hidden;
	display: table;
	width: 100%;
	position: relative;
}

.tradition-content > div {
	padding: 3em 1em;
	vertical-align: middle;
	text-align: left;
	float: none!important;
	display: table-cell;
	position: relative;
}

.tradition-content .title {
	width: 38%;
}

html.no-boxsizing .tradition-content div {
	padding-bottom: 1em;
}

.tradition-content h2 {
	font-size: 4.938em;
	color: #1A8A98; /* $secondary */
	position: relative;
}

.tradition-content.show h2 {
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation: fadeInDown 1s ease;
	-moz-animation: fadeInDown 1s ease;
	-o-animation: fadeInDown 1s ease;
	animation: fadeInDown 1s ease;
}

.tradition-content h2 span {
	color: #D47C2E; /* $third */
	font-style: italic;
	line-height: 0.8;
	position: absolute;
	top: 18px;
}

html.no-cssanimations .tradition-content h2 span {
	position: relative;
	top: 0;
	line-height: 1;
}

.tradition-content.show h2 span {
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation: fadeInUp 1s .2s ease;
	-moz-animation: fadeInUp 1s .2s ease;
	-o-animation: fadeInUp 1s .2s ease;
	animation: fadeInUp 1s .2s ease;
}

@-webkit-keyframes fadeOutUp {
	0% { opacity: 1; -webkit-transform: none; }
	100% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); }
}

@-moz-keyframes fadeOutUp {
	0% { opacity: 1; -moz-transform: none; }
	100% { opacity: 0; -moz-transform: translate3d(0, 100%, 0); }
}

@-o-keyframes fadeOutUp {
	0% { opacity: 1; -o-transform: none; }
	100% { opacity: 0; -o-transform: translate3d(0, 100%, 0); }
}

@keyframes fadeOutUp {
	0% { opacity: 1; transform: none; }
	100% { opacity: 0; transform: translate3d(0, 100%, 0); }
}

@-webkit-keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); }
	100% { opacity: 1; -webkit-transform: none; }
}

@-moz-keyframes fadeInUp {
	0% { opacity: 0; -moz-transform: translate3d(0, 100%, 0); }
	100% { opacity: 1; -moz-transform: none; }
}

@-o-keyframes fadeInUp {
	0% { opacity: 0; -o-transform: translate3d(0, 100%, 0); }
	100% { opacity: 1; -o-transform: none; }
}

@keyframes fadeInUp {
	0% { opacity: 0; transform: translate3d(0, 100%, 0); }
	100% { opacity: 1; transform: none; }
}

@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); }
	100% { opacity: 1; -webkit-transform: none; }
}

@-moz-keyframes fadeInDown {
	0% { opacity: 0; -moz-transform: translate3d(0, -100%, 0); }
	100% { opacity: 1; -moz-transform: none; }
}

@-o-keyframes fadeInDown {
	0% { opacity: 0; -o-transform: translate3d(0, -100%, 0); }
	100% { opacity: 1; -o-transform: none; }
}

@keyframes fadeInDown {
	0% { opacity: 0; transform: translate3d(0, -100%, 0); }
	100% { opacity: 1; transform: none; }
}

.tradition-content p {
	font-size: 1em;
	line-height: 1.8em;
}

.tradition-content .image {
	text-align: right;
	width: 26%;
	position: static;
}

.tradition-content .image img {
	height: auto;
	width: 33%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: 2s ease;
	-moz-transition: 2s ease;
	-o-transition: 2s ease;
	transition: 2s ease;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	opacity: 0;
}

.tradition-content.show .image img {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.tradition-content .description {
	width: 33%;
}

html.no-boxsizing .tradition-content .description {
	width: 28%;
}
/* End Tradition of Caring */

/* Centers of Excellence */
.excellence {
}

.excellence .title {
	vertical-align: middle;
	padding: 0;
	text-align: center;
}

.excellence .title h2 {
	color: #FFF;
	font-size: 5.000em;
}

.excellence .title h2 span {
	font-size: 0.662em;
	font-style: italic;
	color: #D47C2E; /* $third */
}

.excellence .title h3 {
	color: #FFFFFF; /* $light */
	font-size: 4.5em;
	font-style: italic;
	display: inline-block;
	margin-left: .2em;
}

.excellence .title p {
	max-width: 385px;
	margin: 1.5em auto;
	line-height: 1.5;
}

.excellence .circle-container {
	position: relative;
	margin: 8vw auto 0;
}

.excellence .circle-container .btn {
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin: 0 1.5em;
	background: #D47C2E; /* $third */
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	padding: 5em;
	-webkit-transition: .8s ease;
	-moz-transition: .8s ease;
	-o-transition: .8s ease;
	transition: .8s ease;
	box-shadow: 1px 2px 0px 0px #ffa454;
	top: 0;
	opacity: 0;
}

.excellence .circle-container .btn icon {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #1F3163; /* $primary */
	font-size: 2.6em;
	line-height: 1em;
	padding: 0 0 .35em;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.excellence .circle-container .btn icon.icon-pain-guy {
	font-size: 3.5em;
}

.excellence .circle-container .btn icon.icon-panc {
	font-size: 3.4em;
}

.excellence .circle-container .btn:hover icon {
	color: #FFFFFF; /* $light */
}

.excellence .circle-container .btn span {
	display: block;
	font-size: .85em;
}

.excellence .circle-container li:hover:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #D47C2E; /* $third */
	z-index: 1;
}

html.no-rgba .excellence .circle-container li:hover {
	background-color: #1F3163;
}

.excellence .circle-container li:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	padding: 2em;
	background: #1f3163;
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transition: -webkit-transform .8s ease;
	-moz-transition: -moz-transform .8s ease;
	-o-transition: -o-transform .8s ease;
	transition: transform .8s ease;
}

html.no-cssanimations .excellence .circle-container li:after {
	background: transparent;
}

html.no-cssanimations .excellence .circle-container li:hover:after {
	background: #1F3163;
}

.excellence .circle-container li:hover:after {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}

.excellence.show .circle-container .btn {
	opacity: 1;
}

html.no-csstransforms .excellence .circle-container li {
	position: relative;
	display: inline-block;
	margin: 1em;
	top: auto;
	left: auto;
}

.excellence .circle-container .btn a {
	height: auto;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	display: block;
	color: #fff;
	width: 90%;
	font-size: 0.8vw;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	font-weight: bold;
}

html.no-csstransforms .excellence .circle-container {
	width: 100%;
	height: 100%;
}

html.no-display-table .excellence .circle-container {
	max-width: 900px;
	margin: 1em auto;
}

html.no-display-table .excellence .circle-container .btn {
	width: 23%;
	height: 60px;
	display: block;
	padding: 1em;
	float: left;
}

html.no-csstransforms3d .excellence .circle-container .btn a {
	top: 14%;
	left: 4.5%;
}

html.no-display-table .excellence .circle-container .btn a {
	top: 0;
	left: 0;
	position: relative;
	display: block;
}

.excellence.show .circle-container .deg1, .excellence.show .circle-container .deg6 {
	top: -22vw;
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation: fadeInUp 1s .9s ease;
	-moz-animation: fadeInUp 1s .9s ease;
	-o-animation: fadeInUp 1s .9s ease;
	animation: fadeInUp 1s .9s ease;
}

.excellence.show .circle-container .deg2, .excellence.show .circle-container .deg5 {
	top: -11vw;
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation: fadeInUp 1s .6s ease;
	-moz-animation: fadeInUp 1s .6s ease;
	-o-animation: fadeInUp 1s .6s ease;
	animation: fadeInUp 1s .6s ease;
}

.excellence.show .circle-container .deg3, .excellence.show .circle-container .deg4 {
	top: -2vw;
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation: fadeInUp 1s .3s ease;
	-moz-animation: fadeInUp 1s .3s ease;
	-o-animation: fadeInUp 1s .3s ease;
	animation: fadeInUp 1s .3s ease;
}
/* End Centers of Excellence */

/* In the News */
.news {
}

.news-ctas header {
	float: left;
	margin-bottom: 0;
}

.news-ctas header h2 {
	color: #1A8A98; /* $secondary */
	font-size: 4.25em;
	line-height: 1;
	margin: 0;
}

.news-ctas header h2 a {
	color: #1A8A98; /* $secondary */
}

.news-ctas header h2 em {
	color: #D47C2E;
}

.news-ctas header h3 {
	color: #FFFFFF; /* $light */
	font-size: 3.125em;
}

.news-ctas .right-side {
	float: right;
	width: calc(100% - 420px);
	border-left: 1px solid rgba(255,255,255,0.2);
}

.news-ctas ul {
	display: table;
	width: 100%;
}

.news-ctas li {
	display: table-cell;
}

.news-ctas li a {
	width: 100%;
	padding: 0;
	color: #1A8A98; /* $secondary */
}

.news-ctas li a h2 {
	color: #FFFFFF; /* $light */
	font-size: 1.25em;
	margin: .8em 0 0;
	font-family: 'Montserrat', sans-serif;
}

.news-ctas li a icon {
	color: #D47C2E; /* $third */
	font-size: 3em;
}

.news-ctas li {
	width: 20%;
	z-index: 1;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}

html.no-display-table .news-ctas li {
	float: left;
	margin: 0 1em;
}

.no-display-table .news-ctas li {
	width: 18%;
}

.news-ctas li:hover {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	z-index: 2;
}

html.no-csstransforms .news-ctas li:hover icon {
	color: #FFFFFF; /* $light */
}

.news-ctas .footer {
	margin-top: 2em;
}
/* End In the News */

/* Scrolling Lists */
.content-scroll {
	position: relative;
}

.content-scroll.hospital-news {
	text-align: center;
}

.content-scroll.active {
}

.content-scroll.image-list header h2 {
	font-size: 3.125em;
}

.content-scroll.image-list header h3 {
	max-width: 50%;
	margin: 1em auto;
}

.content-scroll .scroll-container {
	position: relative;
	margin-bottom: 2em;
}

.content-scroll .scroll-container img {
	-webkit-transition: -webkit-transform .75s ease;
	-moz-transition: -moz-transform .75s ease;
	-o-transition: -o-transform .75s ease;
	transition: transform .75s ease;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}

.content-scroll li:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.content-scroll li:hover {
	border-color: #D47C2E; /* $third */
}

.content-scroll ul {
	display: table;
	width: 100%;
	-webkit-transition: margin-left .5s;
	-moz-transition: margin-left .5s;
	-o-transition: margin-left .5s;
	transition: margin-left .5s;
	position: relative;
	box-shadow: 0 5px 0 #1a8a98;
}

.content .content-scroll.hospital-news ul {
	padding: 0;
	box-shadow: none;
}

.content-scroll.image-list ul:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	width: 0;
	height: 5px;
	background: #D47C2E; /* $third */
	left: 0;
}

.content-scroll.image-list.show ul:after {
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation: loading 4s ease;
	-moz-animation: loading 4s ease;
	-o-animation: loading 4s ease;
	animation: loading 4s ease;
}

@-webkit-keyframes loading {
	0% { width: 0; }
	100% { width: 100%; }
}

@-moz-keyframes loading {
	0% { width: 0; }
	100% { width: 100%; }
}

@-o-keyframes loading {
	0% { width: 0; }
	100% { width: 100%; }
}

@keyframes loading {
	0% { width: 0; }
	100% { width: 100%; }
}

.content-scroll.image-list li {
	font-size: 2em;
	box-shadow: inset 0 0 50px 0 #d8d8d8;
	border-left: solid 1px #c7c7c7;
}

html.no-boxshadow .content-scroll.image-list li {
	border-top: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}

.content-scroll.hospital-news li {
	font-size: 0.889em;
	padding: 0;
	display: block;
	float: left;
	width: 29%;
	border-bottom: 5px solid #1F3163; /* $primary */
	margin: 0 2% 1.25em;
}

html.no-boxshadow .content-scroll.hospital-news li {
}

.content-scroll.hospital-news li.item4 {
	margin-left: 18.5%;
}

.content-scroll.hospital-news li a {
	padding: 1.5em 2%;
	text-decoration: none;
}

.content-scroll .total1 li {
	width: 100%;
}

.content-scroll .total2 li {
	width: 50%;
}

.content-scroll .total3 li {
	width: 33.333333337%;
}

.content-scroll li {
	display: table-cell;
	padding: 0 2% 1.5em;
	vertical-align: top;
	position: relative;
}

.no-display-table .content-scroll li {
	float: left;
	width: 29%;
}

.content-scroll li span.bubble {
	display: block;
	padding: 1em;
	border: solid 1px #D6D6D6; /* lighten($dark,80%) */
	border-radius: 15px;
	position: relative;
}

.content-scroll.testimonials li span.bubble:after {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	display: block;
	position: absolute;
	top: 100%;
	line-height: 19px;
	font-size: 36px;
	color: #FFFFFF; /* $light */
	width: 100%;
	text-align: center;
	left: 0;
	text-shadow: 0 1px 0 #D6D6D6; /* lighten($dark,80%) */
}

.content-scroll img {
	padding-bottom: .75em;
}

.content-scroll .bubble h3 {
	font-family: PT Sans;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

.content-scroll p {
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

.content-scroll a:hover p {
	color: #1F3163; /* $primary */
}

.content-scroll .btn {
}

.content-scroll .btn:hover {
}

.content-scroll .scroll-nav {
	display: none;
}

.content-scroll.active .scroll-nav {
	display: block;
	position: absolute;
	width: 110%;
	top: 50%;
	left: -5%;
}

.content-scroll .scroll-nav .left-icon {
	float: left;
}

.content-scroll .scroll-nav .right-icon {
	float: right;
}

.content-scroll .scroll-nav span {
	font-size: 2.5em;
	display: block;
	line-height: 0;
	cursor: pointer;
}

.content-scroll .scroll-nav span:after {
	font-family: 'icomoon-ult';
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.content-scroll .scroll-nav .right-icon:after {
	content: '\e915';
}

.content-scroll .scroll-nav .left-icon:after {
	content: '\e914';
}

.content-scroll .scroll-nav span:hover:after {
	color: #4592D8;
}

.content-scroll.image-list icon {
	color: #1A8A98; /* $secondary */
	font-size: 1.8em;
	display: block;
	margin: 0.2em 0;
}

.content-scroll.hospital-news icon {
	color: #D47C2E; /* $third */
	font-size: 3em;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.content-scroll.hospital-news li:hover icon {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.content-scroll li h2 {
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	color: #D47C2E; /* $third */
	font-size: 1.8em;
	margin-bottom: 0.25em;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.content-scroll.hospital-news li h2 {
	color: #1A8A98; /* $secondary */
	font-weight: normal;
	font-size: 1.875em;
}

.content-scroll h2 span {
	color: #D47C2E; /* $third */
	font-style: italic;
}

.content-scroll  h3 {
	margin: 1em auto;
	font-size: 1em;
	font-family: Montserrat, Arial, sans-serif;
	color: #333333;
	line-height: 1.6em;
}

.content-scroll .scroll-container h3 {
	margin: 0;
	color: #1F3163; /* $primary */
	padding: 0;
	line-height: 1em;
}
/* End Scrolling Lists */

/* Standard Feed Scroller */
.content-scroll.standard-feed li {
	padding-bottom: 1em;
}

.standard-feed .thumbnail {
	display: block;
	width: 100%;
	max-width: 175px;
	margin: 0 auto;
}

.standard-feed .thumbnail img {
	display: block;
	width: 100% !important;
	background-size: cover;
	border-radius: 50%;
	background-position: center;
	max-height: 175px;
}

.standard-feed .tag {
	display: table;
	background-color: #343434;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	color: #FFFFFF; /* $light */
	margin: 0 auto;
}

.standard-feed .tag > * {
	display: inline-block;
	padding: .2em .6em;
}

.standard-feed .tag .one {
}

.standard-feed .tag .two {
	background-color: #1F3163; /* $primary */
}

.standard-feed .tag .three {
	color: #1A8A98; /* $secondary */
}

.standard-feed li h3 {
	margin: .7em 0;
	text-transform: none;
	font-size: 1.5em;
	line-height: 1.2em;
}

.standard-feed .btn {
}
/* End Standard Feed Scroller */

/* Content with Horizontal Content List */
.content-feature {
}

.content-list {
	margin: 2em auto;
}

.content-list ul {
	display: table;
	width: 100%;
}

.content-list .total2 li {
	width: 50%;
}

.content-list .total3 li {
	width: 33.333337%;
}

.content-list .total4 li {
	width: 25%;
}

.content-list li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: .5em 1%;
	border-left: solid 1px #FFFFFF; /* $light */
}

.content-list li:last-child {
	border-right: solid 1px #FFFFFF; /* $light */
}

.content-list icon {
	display: block;
	font-size: 3em;
	color: #1F3163; /* $primary */
	padding-bottom: .15em;
}

.content-list li span {
	font-size: 1.45em;
	font-weight: bold;
}

.content-feature .text-highlight {
}

.content-feature .text-highlight h3 {
	color: #343434; /* $dark */
}
/* End Content with Horizontal Content List */

/* Content with Vertical Content List */
.vertical-content-list {
}

.vertical-content-list h3 {
	padding-bottom: .5em;
}

.vertical-content-list ul {
}

.vertical-content-list li {
	display: block;
	font-size: 1.1em;
	padding: .5em 1em;
	margin-bottom: .25em;
	background-color: rgba(31,49,99,0.4); /* alpha($primary,40%) */
}

.vertical-content-list li icon {
	float: left;
	font-size: 1.2em;
}
/* End Content with Vertical Content List */

/* Content Tabs */
.content-tabs {
}

.content-tabs .tabs {
	display: table;
	width: 100%;
}

.content-tabs .tabs a {
	display: table-cell;
	padding: .7em 1% .9em;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#1F3163 50%); /* ,$primary */
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 50%,#1F3163 50%); /* ,$primary */
	background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#1F3163 50%); /* ,$primary */
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#1F3163 50%); /* ,$primary */
	background-size: 100% 200%;
	background-position: 0 0;
	-webkit-transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
	-moz-transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
	-o-transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
	transition: background-position .5s ease .2s, box-shadow .25s linear 0s;
	font-family: PT Sans;
	font-weight: normal;
	font-size: 1.2em;
	color: #FFFFFF; /* $light */
	box-shadow: inset 0 0 0 #FFFFFF; /* $light */
}

.content-tabs .tabs a.active, .content-tabs .tabs a:hover {
	background-position: 0 100%;
	box-shadow: inset 0 .2em 0 #FFFFFF; /* $light */
	-webkit-transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
	-moz-transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
	-o-transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
	transition: background-position .5s ease 0s, box-shadow .25s linear .45s;
}

.content-tabs ul {
	display: block;
	background-color: #FFFFFF; /* $light */
	border-radius: 5px;
	border-bottom: solid .2em #CCCCCC; /* darken($light,20%) */
	position: relative;
	overflow: hidden;
	margin-top: -5px;
}

.content-tabs li {
	color: #5D5D5D; /* lighten($dark,20%) */
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 1.5em;
	text-align: left;
}

.content-tabs li:first-child {
	display: block;
}

.content-tabs li img {
	float: right;
	max-width: 350px;
	margin: 0 0 1em 1em;
}

.content-tabs li h3 {
	color: #1A8A98; /* $secondary */
}

.content-tabs li p {
	color: #5D5D5D; /* lighten($dark,20%) */
}

.content-tabs li .btn {
	display: table;
	margin: 0 0 0 auto;
	width: auto;
}
/* End Content Tabs */

/* Accolade Logos */
.accolade-logos {
}

.accolade-logos ul {
	display: table;
	width: 100%;
	padding: 0;
}

.accolade-logos li {
	display: table-cell;
	width: auto;
	padding: 0 1%;
	vertical-align: middle;
}

.accolade-logos img {
	max-width: 100%;
	display: block;
	margin: .6em auto;
	position: relative;
}
/* End Accolade Logos */

/* Bar Feed Styles */
.bar-feed {
}

.bar-feed ul {
	display: block;
}

.bar-feed li {
	display: table;
	width: 100%;
	margin-bottom: .5em;
}

.bar-feed li > * {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	position: relative;
	padding: .6em 2%;
}

.bar-feed li > div {
	background-color: #343434; /* $dark */
}

.bar-feed li > div:after {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	display: block;
	position: absolute;
	left: 98%;
	top: 50%;
	z-index: 1;
	font-size: 2em;
	line-height: 0;
	color: #343434; /* $dark */
}

.bar-feed li > span {
	background-color: #1F3163; /* $primary */
}

.bar-feed div h3 {
	color: #1A8A98; /* $secondary */
}

.bar-feed span p {
	color: #FFFFFF; /* $light */
	font-size: 1.9em;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-family: PT Sans Narrow;
	line-height: 1em;
}

.bar-feed .btn {
	margin-top: 1.5em;
}
/* End Bar Feed Styles */

/* Contact Form */
.contact-form input, .contact-form textarea {
	width: 100%;
	border: solid 2px #FFFFFF; /* $light */
	resize: none;
	outline: none;
	font-family: PT Sans;
	font-size: 20px;
	color: #FFFFFF; /* $light */
	background-color: transparent;
	display: block;
	margin: .8em 0;
	overflow: auto;
	border-radius: 5px;
	max-width: 680px;
}

.content .contact-form input, .content .contact-form textarea {
	max-width: 100%;
}

.contact-form input {
	height: 50px;
	padding: 0 2%;
}

.contact-form textarea {
	height: 120px;
	padding: 10px 2%;
}

.contact-form select {
	width: 100%;
	background-color: #1F3163; /* $primary */
	color: #FFFFFF; /* $light */
	font-family: PT Sans;
	font-size: 20px;
	border-radius: 5px;
	padding: 10px 2%;
	margin-bottom: .8em;
	max-width: 680px;
	-webkit-appearance: none;
	position: relative;
}

.content .contact-form select {
	max-width: 100%;
}

.contact-form select.howhelp {
	margin-bottom: 0;
}

.contact-form header {
	margin-bottom: 1em;
}

.contact-form .btn {
	margin-top: 1em;
	line-height: 1em;
}

.contact-form {
	margin: 1em 0;
	background-color: #F1F1F1;
	padding: 1em;
}

.content .contact-map {
	width: 60% !important;
	float: right;
}

.content .contact-data {
	width: 35%;
	float: left;
}
/* End Contact Form */

/* Footer Styles */
.footer-one {
	border-top: 4px solid #1A8A98; /* $secondary */
}

.footer-links ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.footer-links ul li {
	padding-right: 1em;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.no-csscolumns .footer-links ul li, .no-display-table .footer-links ul li {
	width: 41%;
	float: left;
}

.footer-links li a {
	display: block;
	padding: .5em .25em;
	font-size: 1em;
	color: #1A8A98; /* $secondary */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-bottom: 1px solid #D47C2E; /* $third */
}

.footer-links li a:hover {
	color: #1F3163; /* $primary */
}

.footer-info {
	padding: 2em 0;
}

.footer-info .third {
	text-align: center;
}

.footer-info .address {
	color: #1A8A98; /* $secondary */
	line-height: 1.5em;
	text-align: center;
	font-size: 1.125em;
	font-weight: 600;
}

.footer-info .address a {
	color: #D47C2E; /* $third */
}

.footer-info .address a:hover {
	color: #1A8A98; /* $secondary */
}

.footer-info .phone-link {
	font-size: 1.7em;
}

.footer-info .link {
	background-color: #D47C2E; /* $third */
	border-radius: 20px;
	padding: .5em 1em;
	color: white;
	margin-top: .3em;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.footer-info .link:hover {
	background-color: #1A8A98; /* $secondary */
}

.schema {
	color: #FFFFFF; /* $light */
	line-height: 1.4em;
	font-size: .9em;
}

.schema img.bottom-logo {
	margin-bottom: 2em;
}

.schema h3 {
	color: #FFFFFF; /* $light */
	margin-bottom: .6em;
}

.schema .phone-link {
	cursor: default;
	color: #1F3163; /* $primary */
}

.schema .phone-link:hover {
	color: #1F3163; /* $primary */
}

.schema a {
	color: #1F3163; /* $primary */
}

.schema a:hover {
	color: #FFFFFF; /* $light */
}

.footer-two {
	background-color: #F1F1F1;
}

.sd-footer {
	padding: 2em 1%;
	color: #5D5D5D; /* lighten($dark,20%) */
}

.sd-footer a {
	display: block;
	float: right;
}

.sd-footer img {
}

.sd-footer small {
	font-size: .9em;
}

.bottom .SDLogo {
	float: right;
	padding: 1em 0;
}

.bottom .SDLogo img {
	width: 75%;
}

html.no-display-table .bottom .SDLogo img {
	max-width: 225px;
}

.bottom .url {
	float: left;
	padding: 3em 0;
	color: #848484; /* $text */
	font-size: .938em;
}

.bottom .url a {
	color: #848484; /* $text */
}
/* End Footer Styles */

/* Side-Nav Styles */
.side {
	padding: 0;
	float: right;
	width: 32%;
	margin: 0 0 15px 3%;
	display: block;
	clear: right;
}

.home .side {
	display: none;
}

.side li > ul {
	margin: 2px 0px;
}

.side-nav header {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	color: #1F3163; /* $primary */
	border-bottom: solid 4px #1A8A98; /* $secondary */
	text-align: center;
}

.side-nav header h2 {
	display: block;
	width: 100%;
	padding: .25em .5em;
	font-size: 2.8em;
	margin: 0;
	color: #1F3163; /* $primary */
}

html.no-boxshadow .side-nav header h2 {
	font-size: 45px;
}

.side-nav .slide-list > li:hover:after, .side-nav .slide-list > li.selected:after {
	color: #FFFFFF; /* $light */
}

.side-nav ul li.level1 a {
	font-size: 1em;
	padding: .75em 2em;
	margin: 0;
	line-height: 1;
	color: #848484; /* $text */
}

.side-nav ul li.level1 a:hover, .side-nav ul li.level1.selected a {
	color: #FFFFFF;
	box-shadow: 1px 2px #ffa454;
	background-color: #D47C2E;
}

.side-nav ul li.level1 ul {
	background-color: #283C75;
}

.side-nav ul li.level2 {
	border-bottom: none;
	margin-bottom: 0px;
}

.side-nav ul li.level2 a {
	padding: .5em 2em .5em 4em;
	box-shadow: none;
	font-size: .85em;
	color: #848484; /* $text */
}

.side-nav ul li.level2 a:hover, .side-nav ul li.level2.selected a {
	box-shadow: 1px 2px #ffa454;
	background-color: #1A8A98;
	color: #FFFFFF; /* $light */
}

.side-nav.sys-nav ul li.level2 > a {
	color: #FFF;
}

.side-nav ul li.level3 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.side-nav ul li.level3 a {
	padding-left: 2.5em;
	font-size: .8em;
	line-height: 1.4em;
	color: #1A8A98; /* $secondary */
}

.side-nav ul li.level3:after {
	display: none;
}

.side-nav ul li.level3 {
}

.side-nav header h2 > a {
	color: #1F3163; /* $primary */
	display: block;
}

.side-nav {
	padding: 0;
}

.side-nav ul {
	margin: 0;
	padding: 1.5em 2.063em 2.063em;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	background-color: #F4F4F4;
	position: relative;
}

.side-nav.sys-nav ul.slide-list {
	padding: 1em 2.063em;
}

.side-nav nav > ul:after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: -25px;
	display: block;
	border-style: solid;
	border-color: #FFF transparent transparent transparent;
	border-width: 25px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.side-nav ul li {
	position: relative;
	padding: 0;
	margin: 0 auto;
	display: block;
	list-style: none;
}

.side-nav ul li:before {
	content: '';
	height: 1px;
	width: 88%;
	background-color: #D47C2E; /* $third */
	display: block;
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.side-nav .slide-list > li:after {
	content: '\e911';
	font-family: 'icomoon-ult';
	position: absolute;
	color: #1F3163; /* $primary */
	top: 50%;
	right: .8em;
	font-size: 1em;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	pointer-events: none;
	line-height: 0;
}

.side-nav .slide-list > li.minus:after, .side-nav .slide-list > li.child0:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.side-nav .slide-list li > ul, .side-nav:not(.sys-nav) li.level2 {
	display: none;
}

.side-nav.sys-nav .slide-list > li:after {
	top: 24px;
}

.side-nav ul li.level2:after {
	display: none;
}

.side-nav ul li.level1.child0:after {
	display: none;
}

.side-nav ul li a {
	display: block;
	color: #FFFFFF; /* $light */
	padding: 0.75em 1em 0.75em 6em;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	position: relative;
	text-decoration: none;
	text-align: left;
	border-radius: 20px;
	line-height: 1.25;
}

.side-nav.sys-nav ul li a {
	padding: 0.75em 1em;
	color: #1F3163; /* $primary */
}

.side-nav.sys-nav ul li.level1 > a {
	color: #1F3163; /* $primary */
}

.side-nav.sys-nav ul li a:hover, .side-nav.sys-nav ul li.level1 > a:hover {
	background-color: #D47C2E; /* $third */
	color: #FFF;
}

.side-nav ul li:hover, .side-nav ul li.selected {
	border-bottom-color: transparent;
}
/* End Side-Nav Styles */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background: #1f3163;
	height: 0;
	color: #ffffff;
	font-weight: 400;
	line-height: 2em;
	text-align: left;
	position: absolute;
	top: 100%;
	border-radius: 0 0 4px 4px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	white-space: nowrap;
	min-width: 340px;
}

nav.top-nav ul li a:hover ~ div.iflylist, nav.top-nav ul li  div.iflylist:hover, .top-nav > ul > li:after:hover ~ div.iflylist {
	opacity: 1;
	height: auto;
	display: block;
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

@-webkit-keyframes flyout {
	0% { opacity: 0; -webkit-transform: rotateX(-90deg); }
	100% { opacity: 1; -webkit-transform: rotateX(0); }
}

@-moz-keyframes flyout {
	0% { opacity: 0; -moz-transform: rotateX(-90deg); }
	100% { opacity: 1; -moz-transform: rotateX(0); }
}

@-o-keyframes flyout {
	0% { opacity: 0; -o-transform: rotateX(-90deg); }
	100% { opacity: 1; -o-transform: rotateX(0); }
}

@keyframes flyout {
	0% { opacity: 0; transform: rotateX(-90deg); }
	100% { opacity: 1; transform: rotateX(0); }
}

nav.top-nav .iflyOver div.iflylist_ {
	animation_: flyout .5s ease;
	transform_: scale(1,1);
	width: auto;
	min-width: 225px;
}

nav.top-nav div.iflylist div.iflylist {
}

nav.top-nav div.ifly {
	border: none;
	background-color: #1F3163; /* $primary */
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

nav.top-nav div.ifly:hover {
	background-color: #142040; /* darken($primary,35%) */
}

nav.top-nav div.ifly a {
	padding: .7em 1.75em;
	color: #FFFFFF; /* $light */
	min-width: 150px;
	border-bottom: none;
	margin-bottom: 0px;
	display: block;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	font-size: 0.813em;
}

nav.top-nav div.ifly a:hover {
	text-decoration: none;
	color: #D47C2E; /* $third */
	padding-left: 2.25em;
	padding-right: 1.25em;
}

nav.top-nav div.iflyOver {
	background-color: #1F3163; /* $primary */
}

nav.top-nav div.ifly a.iflyOver {
	color: #D47C2E; /* $third */
}

nav.top-nav div.iflyRight {
	background-image: none;
	position: relative;
}

nav.top-nav div.iflyRight:after {
	content: '\e0ea';
	position: absolute;
	font-family: icomoon-ult;
	right: 0;
	top: 3px;
	color: #FFFFFF; /* $light */
}

div.iflylist div.ui-more-items {
	background-color: #1F3163; /* $primary */
	border-top: solid 1px #ddd;
	position: relative;
}

div.iflylist div.ui-more-items:before {
	content: '\e0e9';
	font-family: icomoon-ult;
	color: #ffffff;
	position: absolute;
	left: 5px;
	top: 0;
	width: 70px;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	text-align: center;
}

div.iflylist div.ui-more-items:after {
	content: '\e0eb';
	font-family: icomoon-ult;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 5px;
	width: 70px;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	text-align: center;
}

div.iflylist div.ui-more-items img.more-up {
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
	cursor: pointer;
	z-index: 1;
}

div.iflylist div.ui-more-items img.more-down {
	position: absolute;
	top: 0px;
	right: 0px;
	background: none;
	cursor: pointer;
	z-index: 1;
}
/* End Flyout Menu */

/* Mobile Menu */
.site-container {
	position: relative;
	left: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.mm-open .site-container {
	left: 100%;
}

.mobile-menu.top-nav {
	position: absolute;
	width: 100%;
	left: -100%;
	top: 0;
	z-index: 55;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	padding: 1.5em;
	font-size: 2.5em;
}

.mm-open .mobile-menu.top-nav {
	left: 0;
	background-color: #343434; /* $dark */
}

.mobile-menu .menu-btn {
	display: table;
	width: auto;
	margin: 0 auto 1em auto;
	background-color: #343434; /* $dark */
	padding: .25em 2em;
}

.mobile-menu .desktop-nav {
	display: block;
}

.mobile-menu .desktop-nav li {
	display: block;
	width: 100%;
	box-shadow: inset 0 -1px rgba(255,255,255,0.21); /* alpha($light,21%) */
}

.mobile-menu .desktop-nav li a {
}

.mobile-menu.top-nav .iflylist {
	display: none !important;
}

.mobile-menu .top-social {
	display: table;
	width: auto;
	margin: 1em auto 0;
}

.mobile-menu .top-social li:last-child {
	border-right: solid 1px rgba(52,52,52,0.2); /* alpha($dark,20%) */
}

.mobile-menu .top-social a {
	padding: 1em;
}

html.boxsizing body {
	overflow-x: hidden;
}
/* End Mobile Menu */

/* Healthcare Mobile Menu */
html.boxsizing body {
	overflow-x: hidden;
}

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	text-align: left;
	top: 100%!important;
	z-index: 99;
}

#Masthead>div>div.imenupanel {
	position: fixed;
	z-index: 99;
}

div.imenupanel div.imenu {
	width: 100% !important;
}

div.imenuitem {
	color: #fff;
	font-size: 15px;
	border-bottom: solid 1px #5a5a5a;
}

div.imenuitem.iright:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	float: right;
	font-size: 20px;
	color: #fff;
	padding-left: 5%;
	z-index: 10;
	line-height: 46px;
	position: absolute;
	right: 0;
	padding-right: 1%;
	cursor: pointer;
}

.top-nav ul li div.imenuitem a {
	color: #fff;
	display: block;
	padding: 15px;
	text-align: left;
	font-size: 1em;
}

.top-nav ul li div.imenuitem a:hover {
	color: #D47C2E; /* $third */
}

div.imenu {
	position: absolute;
	top: 0px !important;
	width: 100% !important;
}
/* End Healthcare Mobile Menu */

/* Timeline Format */
.timeline-format {
}

.timeline-format .section-one {
	position: relative;
}

.timeline-format .content h1 {
	text-align: center;
}

.timeline-format .side {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	min-height: 100%;
	z-index: 2;
	display: block;
}

.timeline-format .side:empty {
	display: none;
}

.timeline-format .timeline-feed {
	position: relative;
	z-index: 1;
	padding: 2em 0;
}

.timeline-format .timeline-feed:before {
	content: ' ';
	width: 10px;
	height: 100%;
	display: block;
	position: absolute;
	left: calc(50% - 5px);
	background-color: #5D5D5D; /* lighten($dark,20%) */
	z-index: -1;
	border-radius: 10px;
	top: 0;
}

.timeline-feed li.time-item {
	width: 51%;
	display: block;
	position: relative;
	background-color: transparent;
	border: none;
	padding: 1em 0;
	box-shadow: none;
}

.timeline-feed li.time-item:before {
	content: ' ';
	display: block;
	border: solid 4px #1F3163; /* $primary */
	position: absolute;
	border-radius: 50%;
	width: 25px;
	background-color: #FFFFFF; /* $light */
	height: 25px;
	top: 15px;
}

.timeline-feed li.time-item.right {
	float: right;
}

.timeline-feed li.time-item.right:before {
	left: -3px;
}

.timeline-feed li.time-item.left {
	float: left;
}

.timeline-feed li.time-item.left:before {
	right: -3px;
}

.timeline-feed .time-box {
	width: 90%;
	border: solid 3px #5D5D5D; /* lighten($dark,20%) */
}

.timeline-feed .right .time-box {
	float: right;
}

.timeline-feed .left .time-box {
	float: left;
}

.time-box .upper {
	display: block;
	border: none;
	background-color: #5D5D5D; /* lighten($dark,20%) */
	padding: .5em 1.5em;
	color: #FFFFFF;
	min-height: 36px;
}

.time-box .date-wrap {
	text-align: center;
	position: relative;
	margin: 0.5em auto;
}

.time-box .date-wrap:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #1A8A98; /* $secondary */
	left: 0;
	top: 50%;
	z-index: 1;
}

.time-box .date-wrap .p-date {
	display: inline-block;
	padding: 5px 2em;
	background-color: #1A8A98; /* $secondary */
	color: #FFF;
	border-radius: 80px;
	position: relative;
	z-index: 2;
}

.time-box .middle {
	padding: .1em 1.5em 1.5em;
}

.time-box .lower {
	display: block;
	border: none;
	padding: .5em 1.5em;
	color: #FFFFFF;
}

.time-box .lower .left {
	float: left;
}

.time-box .lower .right {
	float: right;
}

.side-btn {
	position: relative;
	color: #1A8A98; /* $secondary */
	top: 1px;
	padding-left: 8px;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: none;
}

.side-btn:hover {
	color: #343434; /* $dark */
}
/* End Timeline Format */

/* Blog Styles */
ul.post-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.blog-system h1 {
	text-align: center;
	font-size: 2.5em;
	line-height: 1em;
	padding-bottom: 15px;
}

ul.post-list > li .category a {
	color: #343434; /* $dark */
}

ul.post-list > li .category a:hover {
	color: #FFFFFF; /* $light */
}

ul.post-list > li, #BlogEntry {
	display: block;
	padding: 1px 2% 15px;
	margin-bottom: 10px;
	border-radius: 0;
	width: 100%;
	text-align: left;
}

ul.post-list > li {
	box-shadow: inset 0 0 50px 0 #d8d8d8;
	border-bottom: 5px solid #D47C2E; /* $third */
	margin-bottom: 2em;
	padding: 1em;
}

.content ul.post-list > li h2 {
	font-family: 'Montserrat', sans-serif;
	color: #1F3163; /* $primary */
	font-size: 1.5em;
}

.content ul.post-list > li h2 a {
	color: #1F3163; /* $primary */
}

#BlogEntry {
	padding: 0;
}

#BlogEntry h1 {
	text-align: left;
}

#BlogEntry h4 {
	color: #1A8A98; /* $secondary */
}

#BlogEntry .pad {
	padding: 10px 2% 15px;
	display: block;
}

ul.post-list > li .category {
	display: block;
	background-color: #1F3163; /* $primary */
	padding: 10px;
	color: #FFFFFF; /* $light */
	margin-top: 10px;
}

.blog > nav {
	display: block;
	padding: 10px 2%;
	color: #1F3163; /* $primary */
	background-color: #E1E1E1;
}

.blog > nav a {
	color: #1A8A98; /* $secondary */
}

.blog > nav a:hover {
	color: #D47C2E; /* $third */
}

.blog > nav icon {
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 5px;
	color: #1A8A98; /* $secondary */
}

.blog > nav .blog-nextprev a {
	color: #1A8A98; /* $secondary */
}

.blog > nav .blog-nextprev a:hover {
	color: #D47C2E; /* $third */
}

ul.post-list .upper {
}

ul.post-list > li h2, ul.post-list > li h4 {
	margin: 10px 0;
	padding: 0;
}

ul.post-list > li h4 {
	font-size: .9em;
	margin-bottom: 8px;
	color: #1F3163; /* $primary */
}

ul.social-icons {
	display: table;
	width: auto;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-nav ul.social-icons {
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 0 15%;
}

ul.social-icons li {
	display: table-cell;
	border: none;
}

.side ul.social-icons li {
}

html.no-display-table ul.social-icons li {
	display: block;
	float: left;
}

.side #BlogCategoryList li {
	display: inline-block;
	margin: 1px;
}

ul.social-icons li a {
	display: block;
	margin-right: 5px;
	padding: 0;
	border: none;
}

.side-nav ul.social-icons li a {
	background-color: transparent;
	box-shadow: none;
	padding: 5px;
	text-align: center;
	margin: 5px 0;
}

.side-nav ul.social-icons li a:hover {
	background-color: transparent;
}

ul.social-icons icon {
	background-color: #1A8A98; /* $secondary */
	color: #FFFFFF; /* $light */
	padding: 10px;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	outline: none;
	display: block;
	font-size: 1.2em;
	border-radius: 50%;
}

.side-nav ul.social-icons .addthis_button_facebook icon {
	background-color: #3C57A2;
}

.side-nav ul.social-icons .addthis_button_twitter icon {
	background-color: #00A8E8;
}

.side-nav ul.social-icons .addthis_button_google icon {
	background-color: #DD4B38;
}

.side-nav ul.social-icons .addthis_button_email icon {
	background-color: #2F70B0;
}

.side-nav ul.social-icons li a icon {
	position: static;
	opacity: 1;
	margin: 0;
	background-color: #343434; /* $dark */
	font-size: 1.5em;
	padding: 8px;
}

ul.social-icons icon:hover {
	background-color: #1C2C59; /* darken($primary,10%) */
}

.side-nav ul.social-icons li a icon:hover {
	background-color: #343434; /* $dark */
}

ul.post-list a.btn {
	float: right;
	display: block;
	text-align: center;
	margin: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	padding: 0.25em 2em;
}

ul.post-list a.More:hover {
	background-color: #1A8A98; /* $secondary */
}

div.blog div.end a.video {
	text-decoration: none;
}

div.blog div.end a.video:hover span {
	text-decoration: underline;
}

div.blog div.end div.comments {
	line-height: 32px;
	padding-right: 8px;
}

div.blog.comment {
	background-color: #FCFCFC; /* darken($light,1%) */
	margin-top: 20px;
}

div.blog div.separator {
	height: 10px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 7px;
	clear: both;
}

div.blog div.addcomment textarea {
	width: 98%;
	height: 100px;
	margin-bottom: 14px;
	margin-top: 18px;
}
/* End Blog Styles */

/* Results Feed */
.resultsfeed {
}

.resultsfeed div {
	margin: 1em 0;
}

.content .resultsfeed a {
	text-decoration: none;
	width: 100%;
}

.resultsfeed a:hover span {
	color: #D47C2E; /* $third */
}

.resultsfeed a:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.resultsfeed span {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	width: 72%;
	margin-left: 1em;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	color: #1A8A98; /* $secondary */
}

.Portals .resultsfeed span {
	width: 100%;
}

.resultsfeed img {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: auto;
	text-decoration: none;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: .75s ease;
	-moz-transition: .75s ease;
	-o-transition: .75s ease;
	transition: .75s ease;
}

.physinstruction {
	margin-top: -7em;
	display: inline-block;
	float: right;
}

.physinstruction a {
	display: inline;
}
/* End Results Feed */

/* Default Feed */
.results-feed {
}

.results-feed a {
	text-decoration: none !important;
}

.results-feed header {
	padding: .5em 0;
}

html.no-flexbox .results-feed header {
	clear: both;
	width: 100%;
}

.results-feed header h1 {
	margin-bottom: 0;
}

.results-feed header h2 {
	margin: 0;
}

.results-feed .divider {
	margin: .5em 0;
	clear: both;
}

.results-feed .divider h2 {
	margin: 0;
}

.results-feed .divider h2 a {
	color: #1A8A98; /* $secondary */
}

.results-feed .divider h2 a:hover {
	color: #1F3163; /* $primary */
}

.results-feed.two {
}

.results-feed .article-holder {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.results-feed.two .article-holder {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@supports (flex-wrap:wrap) {
	.results-feed .article-holder {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.results-feed .article-holder .article {
	width: 100%;
	border: 1px solid #E1E1E1;
}

.results-feed.four .article-holder .article {
	float: none;
	width: 24%;
}

.no-flexbox .results-feed.four .article-holder .article {
	float: left;
	clear: none;
	margin-right: 1%;
}

.results-feed.two .article-holder .article {
	width: 48.5%;
	margin-bottom: 1em;
}

html.no-flexbox .results-feed.two .article-holder .article {
	float: left;
	margin: 0 1% 1em;
	width: 48%;
}

html.no-display-table .results-feed.two .article-holder .article {
	width: 47%;
}

.results-feed.two .article:nth-of-type(2n+1) {
	clear: left;
}

.results-feed.three .article {
	width: 30%;
	float: left;
}

.results-feed.three .article:nth-of-type(3n+1) {
	clear: left;
}

.results-feed.three .article-holder .article {
	width: 32%;
	margin: 0 .5% .5em;
	float: none;
}

html.no-flexbox .results-feed.three .article-holder .article {
	float: left;
	margin: 0 .5% .5em;
	width: 32%;
}

html.no-display-table .results-feed.three .article-holder .article {
	width: 30%;
	margin: 0 1% 1%;
}

.results-feed.four .article {
	width: 25%;
	float: left;
}

.results-feed.four .article:nth-of-type(4n+1) {
	clear: left;
}

.results-feed.five .article {
	width: 19%;
}

.results-feed .article {
	margin: 1em 0;
}

.results-feed .more {
	padding: 1em 0;
	height: auto;
}

.paging {
	padding: 1em 0;
	font-size: .85em;
	clear: both;
}

.paging h1 {
	margin-bottom: 0;
}

.paging .left {
	margin-top: 0;
}

.paging a {
	background-color: #1A8A98; /* $secondary */
	color: #FFFFFF;
	display: inline-block;
	padding: .35em;
	min-width: 1.5em;
	text-align: center;
	font-weight: bold;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	text-decoration: none !important;
	line-height: 1;
}

.paging a:hover {
	background-color: #1F3163; /* $primary */
}
/* End Default Feed */

/* Default Feed Item */
.article .top {
	display: block;
}

.article-holder .article {
	position: relative;
}

.article .title {
	display: block;
	padding: .5em 0;
	text-decoration: none;
	font-size: 1.25em;
	color: #1F3163; /* $primary */
	margin: 0;
}

.article .title:hover {
	color: #D47C2E; /* $third */
}

.no-boxsizing .article .title {
	font-size: 1em;
}

.article .title h1 {
	font-size: 1.5em;
	line-height: 1.25em;
}

.article .title h2 {
	float: left;
	font-family: inherit;
	font-size: 1.25em;
	margin-top: .5em;
	line-height: 1.25em;
}

.article .title a:not(.btn) {
}

.article .title .btn.small {
	font-size: .85rem;
	text-transform: uppercase;
}

.no-boxsizing .article .image {
	height: 7em;
	padding-bottom: 0;
}

.article .image a {
	display: block;
}

.article .image.empty {
	height: auto;
}

.article .image .date {
	position: absolute;
	bottom: 0;
	left: 0;
}

.article .date {
}

.article .byline {
	font-size: .8em;
	margin: 0 0 .5em;
	display: block;
}

.article .details {
	background-color: #1F3163; /* $primary */
	padding: 0;
	color: #FFFFFF;
	font-size: .9em;
	line-height: 1.5em;
	overflow: hidden;
}

.article .details a {
	color: #1A8A98; /* $secondary */
}

.article .details a:hover {
	color: #D47C2E; /* $third */
}

.article .details span {
	display: inline-block;
	vertical-align: middle;
	padding: .25em 1.5em;
}

.article .details .date {
	background-color: #1A8A98; /* $secondary */
}

.article .details .byline {
	font-size: 1em;
	margin: 0;
}

.article .press-content {
	font-size: .95em;
	padding: 1.2em;
}

.article .press-content img {
	float: left;
	max-width: 25%;
	height: auto !important;
	margin-right: 1em;
}

.article .press-content p {
	margin: .5em 0;
}

.article .bottom {
	padding: 0 1em .75em;
}

.article-holder .article .bottom {
}

.article .bottom .addthis_toolbox {
	margin-top: .35em;
}

.results-feed .article .column ul {
	list-style: none;
	margin: 0;
}

.article .category {
	background-color: #E1E1E1;
	padding: 1em;
	color: #D47C2E; /* $third */
	font-size: .85em;
	margin-bottom: 1em;
}

.article .category a {
	text-decoration: none;
}

.article .category a:hover {
	text-decoration: none;
}

.article .category a span {
	text-decoration: none;
	font-weight: bold;
}

.article .category a em {
	color: #909090;
}

.article.rel {
	display: table;
	padding-bottom: 0;
}

.article.rel > * {
	display: table-cell;
	vertical-align: middle;
}

.article.rel > .thumb {
	width: 33%;
}

.article.rel > .thumb img {
	display: block;
	height: auto !important;
}

.article.rel > .thumb a {
	display: block;
}
/* End Default Feed Item */

/* Results System Styles */
.case-sys {
}

.case-sys select {
	border: solid 2px #1A8A98 !important; /* $secondary */
	padding: 3px 25px 3px 10px;
	margin: 0 0 0 10px;
	background-color: #FFFFFF !important; /* $light */
	color: #6D6D6D !important; /* lighten($dark,28%) */
	outline: none;
	line-height: 1.4em !Important;
}

.case-sys .select {
	position: relative;
}

.case-sys .select:after {
	content: '\E975';
	font-family: 'icomoon-ult';
	display: block;
	position: absolute;
	font-size: 22px;
	color: #1F3163; /* $primary */
	top: 4px;
	right: 3px;
	pointer-events: none;
}

.case-sys article {
	display: block;
	padding: 10px 2%;
	background-color: #FCFCFC; /* darken($light,1%) */
	border: solid 3px #5D5D5D; /* lighten($dark,20%) */
	border-radius: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	width: 100%;
	margin-top: 10px;
}

.case-sys h2 {
	color: #1F3163; /* $primary */
	text-transform: none;
}

.case-sys h2 span {
	color: #1A8A98; /* $secondary */
}

.case-sys span {
}

.case-sys .result {
	color: #1A8A98; /* $secondary */
}

.case-sys p {
	margin: 10px 0;
}
/* End Results System Styles */

/* Virtual Tour */
.tour {
	position: relative;
	overflow: hidden;
	background-color: #E6F4FE;
	margin: 0 auto;
	height: 28.5em;
	width: 100%;
}

.tour .loading {
	position: absolute;
	top: 0;
	left: 0;
}

.tour .slides {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 22.5em;
	overflow: hidden;
}

.tour .slides img {
	display: block;
}

.tour .slides .thumb {
	display: none;
}

.tour .caption {
	left: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(31,49,99,0.8); /* alpha($primary,80%) */
	color: #FFFFFF;
	padding: 0 1em 1em;
	font-size: .875em;
}

.tour .caption h3 {
	color: #ADD6FF;
	margin-bottom: .25em;
	font-weight: 600;
}

.tour .caption p {
	margin: 0;
	line-height: 1.4em;
}

.tour .thumb-nav {
	position: absolute;
	width: 100%;
	height: 6.25em;
	left: 0;
	bottom: 0;
	background-color: #D1DFE9;
	overflow: hidden;
}

.tour .thumb-nav .thumb-slides {
	height: 6em;
}

.tour .thumb-nav .p {
	width: 6.188em;
	height: 4.125em;
	position: absolute;
}

.tour .thumb-nav .i {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .6;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	display: block;
}

.tour .thumb-nav .pav .i, .tour .thumb-nav .p:hover .i {
	opacity: 1;
}

.tour .thumb-nav .pav {
}

.tour .thumb-nav .o {
	border: 1px solid #000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tour .thumb-nav .pav .o {
	border-color: #0C5098;
}

.tour .thumb-nav .nav-arrow {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	line-height: 3.5em;
	display: block;
	background-color: rgba(255,255,255,0.6);
	width: 3.5em;
	height: 3.5em;
	text-align: center;
	-webkit-transform: scale(.8) translateZ(0);
	-moz-transform: scale(.8) translateZ(0);
	-o-transform: scale(.8) translateZ(0);
	transform: scale(.8) translateZ(0);
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	border-radius: 6em;
	top: 50% !important;
	margin-top: -1.75em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tour .thumb-nav .nav-arrow:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.tour .thumb-nav .nav-arrow.leftdn, .tour .thumb-nav .nav-arrow.rightdn {
	background-color: #FFFFFF;
}

.tour .thumb-nav .nav-arrow.left, .tour .thumb-nav .nav-arrow.leftdn {
	left: 1em;
}

.tour .thumb-nav .nav-arrow.right, .tour .thumb-nav .nav-arrow.rightdn {
	right: 1em;
}

.tour .thumb-nav .nav-arrow:before {
	font-family: 'icomoon-ult';
	display: block;
	font-size: 1.5em;
}

.tour .thumb-nav .nav-arrow.left:before, .tour .thumb-nav .nav-arrow.leftdn:before {
	content: '\e9a5';
}

.tour .thumb-nav .nav-arrow.right:before, .tour .thumb-nav .nav-arrow.rightdn:before {
	content: '\e9e3';
	margin-left: .175em;
}
/* End Virtual Tour */

/* Review System Styles */
.reviews {
}

#ReviewsHeader {
	text-align: center;
}

.reviews .upper h2 {
	color: #FFFFFF; /* $light */
}

.reviews .share {
	position: relative;
	z-index: 5;
}

.reviews .share span {
	margin-right: 10px;
}

.reviews .share a {
}

.reviews .share a icon {
	display: block;
	background-color: #13A1A3;
	padding: 5px;
	color: #FFFFFF; /* $light */
	margin: 0 0 0 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.reviews .share a icon:hover {
	background-color: rgba(30,30,30,0.298);
}

span.rating span.stars.rating3 {
	width: 72px;
}

span.rating span.stars.rating35 {
	width: 84px;
}

span.rating span.stars.rating4 {
	width: 96px;
}

span.rating span.stars.rating45 {
	width: 108px;
}

span.rating span.stars.rating5 {
	width: 120px;
}

div.clientreviews div.clientrating {
	font-size: 16px;
	margin-top: 15px;
}

div.addreview {
	background: rgba(30,
				30,
				30,
				0.2);
	padding: 1.5em;
	border: none;
}

div.addreview td {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
	text-align: right;
}

div.reviews.addreview span.textlight {
	font-size: 12px;
}

div.addreview h3 {
	margin-bottom: 10px;
}

div.addreview div.auth a {
	margin-top: 10px;
}

div.addreview input, div.addreview select {
	display: block;
}

div.reviews div.thankyou {
	background-color: rgba(30,30,30,0.2);
	color: #FFFFFF;
	padding: 10px;
}

.webwidget_rating_simple {
	padding: 0px  !important;
	margin: 0px !important;
}

.webwidget_rating_simple li {
	line-height: 0px;
	width: 24px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.webwidget_rating_simple li span {
	display: none;
}
/* End Review System Styles */

/* Force Videos to Auto-Resize */
.video-wrap {
	width: 50%;
	margin: 20px 0 0 30px;
	display: block;
}

.video-wrap div[icobalt='CobaltControls.Controls.VideoPlayer'] {
	width: 100% !important;
	height: 0px !important;
	padding: 0 0 56.25% 0 !important;
	position: relative !important;
	max-width: 640px !important;
}

.video-wrap div[icobalt='CobaltControls.Controls.VideoPlayer']>* {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
/* End Force Videos to Auto-Resize */

/* Video Styles */
.results-feed.video .article .image a:before {
	font-family: 'icomoon-ult';
	content: '\f0c1';
	position: absolute;
	z-index: 1;
	color: rgba(255,255,255,0.6);
	font-size: 7em;
	left: 50%;
	top: 50%;
	margin-left: -.5em;
	margin-top: 2.1vw;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	line-height: 1;
}

html.no-boxsizing .video.results-feed .article .top .title {
	margin-top: 1em;
}

.results-feed.video .article .image a {
	position: relative;
}

.no-rgba .results-feed.video .article .image a:before {
	display: none;
}

.results-feed.video .article .image a:hover:before {
	cursor: pointer;
	color: #FFFFFF;
}

.results-feed.video .press-content {
	padding: 0em 1.5em;
}

.results-feed.video .title h1 {
	text-align: left;
}

.results-feed.video .article .top .title {
	padding-left: .5em;
	font-family: Montserrat, Arial, sans-serif;
}

.results-feed.video .image img {
	width: 100% !important;
	height: auto !important;
}

div.video div.item {
	margin: 1%;
	width: 100%;
	color: #fff;
}

div.video div.item > a {
	color: #FFFFFF; /* $light */
	display: block;
	padding: 10px;
	background-color: #1F3163; /* $primary */
	-webkit-transition: .75s ease;
	-moz-transition: .75s ease;
	-o-transition: .75s ease;
	transition: .75s ease;
	border-radius: 3px;
	line-height: 1.2em;
	text-decoration: none !important;
	text-align: left;
}

div.video div.item a:hover {
	text-decoration: none !important;
	background-color: #343434; /* $dark */
}

div.video div.item h3 {
	color: #343434;
	-webkit-transition: .75s;
	-moz-transition: .75s;
	-o-transition: .75s;
	transition: .75s;
	margin-top: 0;
}

|div.video div.item a:hover h3 {
	color: #1A8A98; /* $secondary */
}

div.video div.item span {
	color: #C7C7C7; /* darken($light,22%) */
}

div.video div.end {
	border-bottom: dotted 1px #CCCCCC;
	padding-top: 10px;
	margin-bottom: 18px;
	clear: both;
}

div.video div.player {
	padding-bottom: 13px;
	position: relative;
	clear: both;
	width: 75%;
}

div.video-shadow {
	height: 13px;
	width: 196px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: url(/Shared/videovault/theme/video_sprite.png) no-repeat 0px 0px;
}

* html div.video-shadow {
	display: none;
}

div.video-shadow.left {
	left: 0px;
	background-position: left bottom;
}

div.video-shadow.right {
	right: 0px;
	background-position: right bottom;
}

div.video div.caption {
	color: #666;
	margin-top: 8px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 4px;
}
/* End Video Styles */

/* Review System Styles */
.reviews {
}

.reviews article {
	display: block;
	padding: 0;
	border-radius: 0;
	width: 100%;
	position: relative;
	margin: 10px 0 45px;
}

.reviews article:nth-child(even) {
	clear: left;
}

.reviews.single article {
	width: 98%;
	float: none;
}

.reviews article > * {
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.reviews article .quote {
	padding: 20px 30px;
	margin: 10px 0;
	border-radius: 15px;
	background-color: #1A8A98; /* $secondary */
	position: relative;
	width: 100%;
}

.reviews article .quote:after {
	content: '\E0EA';
	position: absolute;
	bottom: 0;
	color: #1A8A98; /* $secondary */
	font-size: 120px;
	font-family: 'icomoon-ult';
	left: 10%;
	z-index: 0;
	-webkit-transform: skew(-25deg,0deg);
	-moz-transform: skew(-25deg,0deg);
	-o-transform: skew(-25deg,0deg);
	transform: skew(-25deg,0deg);
	line-height: 0;
}

.reviews article .c-info {
	padding: 10px 20px 13px;
	color: #FFFFFF; /* $light */
	float: right;
	border-radius: 8px;
	background-color: #1F3163; /* $primary */
	text-align: center;
}

.reviews article .c-info:after {
	position: absolute;
	content: '\E0EC';
	bottom: 0;
	color: #1F3163; /* $primary */
	font-size: 70px;
	font-family: 'icomoon-ult';
	-webkit-transform: skew(20deg,0deg);
	-moz-transform: skew(20deg,0deg);
	-o-transform: skew(20deg,0deg);
	transform: skew(20deg,0deg);
	left: 25%;
	line-height: 0;
}

.reviews article h1 {
	margin: 0;
	color: #1F3163; /* $primary */
	text-transform: none;
}

.reviews article h1 a {
	color: #1F3163; /* $primary */
	font-size: 20px;
}

.reviews article p {
	margin: 10px 0 10px;
	color: #FFFFFF; /* $light */
}

.reviews article div > span {
	color: #FFFFFF; /* $light */
}

.reviews article div > span span {
	display: block;
	font-family: Marcellus SC;
	color: #1A8A98; /* $secondary */
	font-size: 20px;
	position: relative;
	z-index: 5;
}

.reviews .share {
	position: relative;
	z-index: 5;
}

.reviews .share span {
	margin-right: 10px;
}

.reviews .share a {
}

.reviews .share a icon {
	display: block;
	background-color: #1F3163; /* $primary */
	padding: 5px;
	color: #FFFFFF; /* $light */
	margin: 0 0 0 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.reviews .share a icon:hover {
	background-color: #343434; /* $dark */
}

span.rating span.stars.rating3 {
	width: 72px;
}

span.rating span.stars.rating35 {
	width: 84px;
}

span.rating span.stars.rating4 {
	width: 96px;
}

span.rating span.stars.rating45 {
	width: 108px;
}

span.rating span.stars.rating5 {
	width: 120px;
}

div.clientreviews div.clientrating {
	font-size: 16px;
	margin-top: 15px;
}

div.addreview td {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
	text-align: right;
}

div.reviews.addreview span.textlight {
	font-size: 12px;
}

div.addreview h3 {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 10px;
}

div.addreview div.auth a {
	margin-top: 10px;
}

div.addreview input, div.addreview select {
	display: block;
}

div.reviews div.thankyou {
	background-color: #7D7D7D;
	color: #FFFFFF;
	padding: 10px;
}

.webwidget_rating_simple {
	padding: 0px  !important;
	margin: 0px !important;
}

.webwidget_rating_simple li {
	line-height: 0px;
	width: 24px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.webwidget_rating_simple li span {
	display: none;
}
/* End Review System Styles */

/* Key Frame Animations *//* End Key Frame Animations */

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

/* Responsive 1720px */
@media (max-width:1720px) {
	.header-two .slide {
		padding-left: 20em;
	}

	.image-zone .nav-zone {
		width: 20em;
	}

	.timeline-format .side {
		right: -350px;
		box-shadow: -2px 0 5px -1px rgba(0,0,0,0.2);
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}

	.timeline-format .side.out {
		right: 0;
	}

	.side-btn {
		display: inline-block;
	}
}
/* End Responsive 1720px */

/* Responsive 1600px */
@media (max-width:1600px) {
	.top-nav .desktop-nav li:last-child div.iflylist {
		right: 0!important;
		left: auto!important;
	}
}
/* End Responsive 1600px */

/* Responsive 1480px */
@media (max-width:1480px) {
	.topbar-address {
		width: 28%;
	}

	.header-nav {
		width: 45%;
	}

	.header-nav ul li a:before {
		display: none;
	}

	.masthead .table {
		display: block;
		overflow: hidden;
	}

	.masthead .top-logo {
		float: left;
		display: block;
	}

	.masthead .contact-info {
		float: right;
		display: block;
		width: auto;
	}

	.contact-info .left-mh {
		float: none;
		display: block;
		top: 0;
	}

	.contact-info .right-mh {
		float: none;
		display: block;
	}

	.cta-list li .i-wrap, .cta-list li.cta5 .i-wrap, .cta-list.our-doctors li.cta6 .i-wrap {
		padding: 0.35em 0;
		font-size: 1.5vw;
	}

	.cta-list ul li a {
		font-size: 0.9vw;
	}

	.tradition-content h2 {
		text-align: center;
	}

	.tradition-content h2 span {
		line-height: 0.8;
		display: block;
		position: relative;
		top: 0;
	}

	.excellence .circle-container .btn, .excellence .circle-container .btn:last-child {
		margin: 0 0.5%;
	}

	.excellence .circle-container .btn a {
		font-size: 1.1vw;
	}

	.footer-info {
		padding-left: 2%;
		padding-right: 2%;
	}
}
/* End Responsive 1480px */

/* Responsive 1400px */
@media (max-width:1400px) {
	.header-two #ImageZone {
		font-size: 1.15vw;
	}

	.mast-nav .top-nav {
		display: none;
	}

	#TopZone:after {
		display_: none;
	}

	#TopZone {
		font-size: 1.2vw;
	}

	.doctorsidebar {
		width: 40%;
	}
}
/* End Responsive 1400px */

/* Responsive 1300px */
@media (max-width:1300px) {
	.main-content .staff li {
		float: none;
		width: 49%;
		clear: both;
	}

	.cta-list-doctors ul li {
		margin-bottom: .5em;
		float: none;
		width: 100%;
	}

	.cta-list-doctors ul li.cta2, .cta-list-doctors ul li.cta4, .cta-list-doctors ul li.cta6 {
		margin-left: 0;
		background-color: #1a8a98;
	}

	.cta-list-doctors ul li.cta1, .cta-list-doctors ul li.cta3, .cta-list-doctors ul li.cta5 {
		padding-right: 0;
		background-color: #d47c2e;
	}

	.golfcontainer img {
		float: right;
	}
}
/* End Responsive 1300px */

/* Responsive 1250px */
@media (max-width:1250px) {
	.news-ctas {
		font-size: 1.25vw;
	}

	.news-ctas .right-side {
		width: calc(100% - 26.4em);
	}
}
/* End Responsive 1250px */

/* Responsive 1200px */
@media (max-width:1200px) {
	.content-scroll.active .scroll-nav {
		width: 100%;
		left: 0;
	}

	.tradition-content .description {
		width: 51%;
	}

	.tradition-content .image {
		display: none;
	}

	.footer-links ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.excellence .circle-container {
		max-width: 64vw;
		overflow: hidden;
		margin-top: 0;
	}

	.excellence .circle-container .btn {
		top: 0!important;
		margin: 0 1% 1em!important;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		-webkit-animation: none!important;
		-moz-animation: none!important;
		-o-animation: none!important;
		animation: none!important;
	}

	.excellence .circle-container .btn a {
		font-size: 1.4vw;
	}

	.doctorsidebar {
		width: 35%;
	}
}
/* End Responsive 1200px */

/* Responsive 1100px */
@media (max-width:1100px) {
	.animation {
		height: 35.6em;
	}

	.timeline-format .side {
		width: 20em;
		right: -20em;
	}

	.content-scroll .scroll-container {
		width: 95%;
		margin: 0 auto 2em;
	}

	body {
		font-size: 1.45vw;
	}

	.doctorsidebar {
		width: 28%;
	}

	.physinstruction {
		font-size: .9em;
		margin-top: 0;
		float: none;
	}
}
/* End Responsive 1100px */

/* Responsive 1000px */
@media (max-width:1000px) {
	.doctorsidebar.right, #DocAdditionalContent1.left {
		float: none;
		width: 100%;
		padding-top: 0;
	}

	.cta-list-doctors ul li {
		margin-bottom: .5em;
		float: left;
		width: 53%;
	}

	.cta-list-doctors ul li.cta1, .cta-list-doctors ul li.cta3, .cta-list-doctors ul li.cta5 {
		padding-right: 3.5em;
	}

	.cta-list-doctors ul li.cta2, .cta-list-doctors ul li.cta4, .cta-list-doctors ul li.cta6 {
		margin-left: -3.5em;
	}

	.cta-list-doctors ul li.cta1, .cta-list-doctors ul li.cta4, .cta-list-doctors ul li.cta5 {
		background-color: #d47c2e;
	}

	.cta-list-doctors ul li.cta2, .cta-list-doctors ul li.cta3, .cta-list-doctors ul li.cta6 {
		background-color: #1a8a98;
	}
}
/* End Responsive 1000px */

/* Responsive 950px */
@media (max-width:950px) {
	.masthead .top-logo {
	}

	.masthead .mast-title {
		display: none !important;
	}

	.masthead .contact-info {
	}

	body {
		font-size: 1.68vw;
	}

	.header-nav ul li a:before {
		content: none;
	}

	.tradition-content .title {
		display: block;
		float: none;
		width: 100%;
		margin: .5em 0;
	}

	.tradition-content h2 span {
		display: inline;
	}

	.tradition-content .description {
		float: none;
		width: 100%;
		text-align: center;
	}

	.tradition-content .image {
		float: right;
		width: 35%;
	}

	.excellence .circle-container {
		text-align: center;
	}

	.excellence .circle-container .btn {
		width: auto;
		height: auto;
		float: none;
		margin: 0 0 0.875em 0!important;
		padding: 0;
		border-radius: 0;
		display: block;
		max-width: none;
	}

	.excellence .circle-container .btn.deg5 {
		margin-left: 0!important;
	}

	.excellence .circle-container .btn a {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		width: 100%;
		padding: 0.875em 1em;
	}

	.excellence .circle-container li:after {
		display: none;
	}

	.excellence .circle-container li:before {
		display: none;
	}
}
/* End Responsive 950px */

/* Responsive 900px */
@media (max-width:900px) {
	.secondary-nav header {
		display: none !important;
	}

	body {
		font-size: 1.78vw;
	}

	.secondary-nav ul {
		float: none;
		width: 100%;
		padding: 0;
	}

	.image-zone .top-nav a {
		font-size: 1.1em;
	}

	.floaters .home-content, .floaters .section-one-swap {
		width: 100%;
		float: none;
	}

	.animation {
		height: 48vw;
	}

	.animation .info {
		max-width: none;
		font-size: 1.7vw;
		margin-top: 2vw;
	}

	.side-ctas {
		display: none;
	}

	.side-ctas ul {
		width: 100%;
		display: table;
	}

	.side-ctas li {
		display: inline-block;
		vertical-align: top;
	}

	.side-ctas ul.items3 li {
		width: 33.3333337%;
	}

	.side-ctas ul.items2 li {
		width: 50%;
	}

	.side-ctas img {
		max-height: 138px;
	}

	.side-ctas h2 {
		font-size: 1.5em;
		padding: 0 1.5%;
	}

	.top-banner {
		padding: 0;
	}

	.header-nav, .topbar-address {
		display: none;
	}

	#TopZone {
		font-size: 1em;
	}

	.top-banner .search {
		width: 100%;
	}

	.section-four {
		font-size: 1.4vw;
	}

	.cta-list ul:hover li {
		width: 33.3%;
	}

	.cta-list ul li {
		width: 33.3%;
		margin-bottom: 0.5em;
		padding-left: 4em;
	}

	.cta-list ul li a {
		font-size: 1.6vw;
	}

	.cta-list ul li.cta3 {
		border-radius: 80px;
	}

	.cta-list ul li.cta4 {
		margin-left: 17vw;
	}

	.cta-list.our-doctors ul li.cta4 {
		margin-left: 0;
	}

	.cta-list ul li.cta3:before {
		display: none;
	}

	.cta-list li .i-wrap, .cta-list li.cta5 .i-wrap, .cta-list.our-doctors li.cta6 .i-wrap {
		font-size: 1.5em;
		width: 2.4em;
		height: 2.4em;
	}

	.content-scroll.hospital-news li {
		float: none;
		width: 100%;
		margin: 0 0 1em;
	}

	.content-scroll.hospital-news li.item4 {
		margin-left: 0;
	}

	.content-scroll.hospital-news li a {
		overflow: hidden;
		display: block;
		padding: 0.75em 1.5%;
	}

	.content-scroll.hospital-news icon {
		float: left;
	}

	.content-scroll.hospital-news li h2 {
		margin-top: 0.6em;
	}
}
/* End Responsive 900px */

/* Responsive 850px */
@media (max-width:850px) {
	.swap-panel > * {
		padding: 25px 2%;
	}

	h1, .swap-panel header h2 {
		font-size: 30px;
	}

	h2, h3 {
		font-size: 25px;
	}

	h4 {
		font-size: 20px;
	}

	.bar-feed li {
		display: block;
	}

	.bar-feed li > * {
		display: block;
		width: 100%;
	}

	.swap-panel header {
		margin-bottom: 25px;
	}

	.bar-feed li > div:after {
		content: '\e0eb';
		width: 100%;
		left: 0;
		text-align: center;
		top: 101%;
	}

	.bar-feed span p {
		font-size: 22px;
	}

	.content-tabs li img {
		max-width: 50%;
	}

	.footer-links ul li {
		padding-right: .1em;
	}

	body {
		font-size: 1.88vw;
	}

	body.sub .content, body.sub .side,body.sub.Our-Doctors .content,body.sub.Our-Doctors .side {
		float: none;
		width: 100%;
		margin: 0 0 1em 0;
	}

	.news-ctas {
		font-size: 1.85vw;
	}

	.news-ctas header {
		float: none;
		width: 100%;
	}

	.news-ctas header h2 {
		font-size: 4em;
	}

	.news-ctas .right-side {
		width: 100%;
		float: none;
		border-left: 0;
	}

	.cta-list.our-doctors li:before {
		display: none !important;
	}

	.cta-list.our-doctors li {
		border-radius: 80px;
	}

	.excellence .circle-container .btn span {
		font-size: 1.15em;
	}
}
/* End Responsive 850px */

/* Responsive 800px */
@media (max-width:800px) {
	.timeline-format .timeline-feed:before {
		left: 0;
	}

	.timeline-feed li.time-item {
		width: 100%;
		float: none !important;
		margin-top: 0 !important;
	}

	.timeline-feed li.time-item:before {
		left: -7px !important;
		right: auto !important;
		top: 22px;
	}

	.timeline-feed .time-box {
		float: right !important;
		width: 95%;
	}

	#ContactMap2 {
		max-width: 100% !important;
		float: none;
	}

	body {
		font-size: 2vw;
	}
}
/* End Responsive 800px */

/* Responsive 750px */
@media (max-width:750px) {
	.secondary-nav {
		display: none;
	}

	.info {
		padding-top: 1.5em;
	}

	.info h2, .info h3 {
		font-size: 4em;
	}

	.animation {
		height: 28em;
	}

	.sub .secondary-nav {
		display: block;
		padding: 2em 1em !important;
		border-bottom: solid 10px #FFFFFF; /* $light */
	}

	.sub .secondary-nav header {
		display: block !important;
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #484848; /* lighten($dark,10%) */
		text-align: center;
		float: none;
		margin: 0;
		padding-bottom: 2em;
	}

	.sub .secondary-nav h2 {
		font-size: 30px !important;
	}

	.sub .secondary-nav h3 {
		font-size: 25px;
	}

	.secondary-nav ul {
		display: block;
		width: 100%;
		float: none;
	}

	.sub .secondary-nav li {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #484848; /* lighten($dark,10%) */
	}

	.sub .secondary-nav li a {
		padding: .75em 0;
	}

	.scroll-btn > span {
		font-size: 14px;
		padding: 1em 1em .8em;
		background-color: transparent;
	}

	.scroll-btn {
		position: relative;
		top: 0;
		padding: 1em 0;
	}

	.timeline-format .side {
		position: relative;
		width: 100%;
		right: auto !important;
		box-shadow: none;
	}

	.masthead .top-social {
		display: none;
	}

	.top-nav li.social-button {
		display: none;
	}

	.services-nav .nav-expander {
		display: block;
		width: 100%;
		padding: 1.2em 0;
	}

	.services-nav .nav-expander ul {
		display: none;
	}

	.services-nav .title {
		padding: 0 0 0 .4em;
	}

	.services-nav header h3 {
		font-size: 2.3em;
	}

	.services-nav h3 icon {
		left: -1.4em;
	}

	.services-nav header h2 {
		margin: 0 0 -0.4em 1em;
	}

	.side-btn {
		display: none;
	}

	.illustration-content .illustration {
		display: none;
	}

	.illustration-content .f-text {
		float: none;
		width: 100%;
	}

	body {
		font-size: 2.13vw;
	}
}
/* End Responsive 750px */

/* Responsive 700px */
@media (max-width:700px) {
	.btn-list ul {
		width: 100%;
	}

	.btn-list .btn {
		padding: .75em;
	}

	.side-ctas li {
		width: 100% !important;
		display: block;
		height: auto;
		max-width: 350px;
		margin: 0 auto;
	}

	.side-ctas li:hover {
		height: auto;
	}

	.side-ctas img {
		height: auto;
		max-width: 350px;
	}

	.side-ctas li h2 {
		font-size: 1.7em;
		bottom: auto;
		top: 35%;
	}

	.side-ctas a:hover .btn {
		opacity: 1;
	}

	.image-ctas li {
		width: 100%;
		float: none;
	}

	.image-ctas li:nth-child(odd) .cta-text {
		background-color: #4592D8;
	}

	.image-ctas li:nth-child(even) .cta-text {
		background-color: #343434;
	}

	.footer-info .schema, .footer-info .half {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}

	.footer-links ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		margin-bottom: 1em;
	}

	.footer-links ul li {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}

	.footer-links ul li a {
		border-bottom: none;
	}

	.bottom {
		text-align: center;
	}

	.bottom .SDLogo, .bottom .url {
		float: none;
		padding: .5em 0;
	}

	.side {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.masthead .table > * {
		display: block;
		width: 100% !important;
		text-align: center;
	}

	.contact-info > span, .contact-info > a {
		display: none;
	}

	.masthead .top-logo .address {
		margin: .5em 0;
	}

	body {
		font-size: 2.29vw;
	}

	.video-wrap {
		width: 80%;
		margin: 0 auto;
	}

	body.sidezone #MainZone {
		width: 100%;
		display: block;
		float: none;
	}

	body.sidezone .side {
		display: block;
		width: 100%;
		float: none;
	}

	.form > div {
		padding: .5em 0;
	}

	.videoWrapper {
		padding-bottom: 50.25%;
	}
}
/* End Responsive 700px */

/* Responsive 650px */
@media (max-width:650px) {
	.content-list ul {
		display: block;
	}

	.content-list li {
		display: table;
		width: 100% !important;
		border-left: none;
		border-top: solid 1px #FFFFFF; /* $light */
		padding: 1.5em 0;
	}

	.content-list li:last-child {
		border-right: none;
		border-bottom: solid 1px #FFFFFF; /* $light */
	}

	.content-list li > * {
		display: table-cell;
		vertical-align: middle;
		padding: 0 1%;
	}

	.content-list li span {
		text-align: left;
		width: 70%;
	}

	.content-list li span br {
		display: none;
	}

	.column-content .half {
		float: none !important;
		width: 100%;
	}

	.content-feature .half {
		width: 100%;
		float: none !important;
	}

	.content-tabs li {
		padding: 1em;
		text-align: center;
	}

	.content-tabs li img {
		display: none;
		background-image: none !important;
	}

	.content-tabs .tabs a {
		display: block;
		width: 100%;
		box-shadow: none;
		background-image: none;
		background-color: #1F3163; /* $primary */
		-webkit-transition: .5s !important;
		-moz-transition: .5s !important;
		-o-transition: .5s !important;
		transition: .5s !important;
	}

	.content-tabs .tabs a.active, .content-tabs .tabs a:hover {
		background-color: #343434;
		box-shadow: none;
	}

	.content-tabs .tabs a:nth-of-type(n+2) {
		border-top: solid 1px rgba(52,52,52,0.2); /* alpha($dark,20%) */
	}

	.content-tabs li .btn {
		display: inline-block;
	}

	.content-scroll.image-list header h3 {
		max-width: 95%;
	}

	.content-scroll.image-list li {
		font-size: 1.4em;
		vertical-align: middle;
	}

	.main-content ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.main-content ul li {
		display: block;
		margin-bottom: .2em;
	}

	.tradition-content .title {
		font-size: .9em;
		margin: 0 0 .3em;
	}

	body {
		font-size: 2.46vw;
	}

	.info .btn {
		font-size: 1.75em;
	}

	.cta-list ul:hover li {
		width: 100%;
	}

	.cta-list ul li {
		display: block;
		float: none;
		width: 100%;
		margin: 0 0 0.5em 0;
		border-radius: 80px;
	}

	.cta-list ul li:before {
		display: none;
	}

	.cta-list ul li.cta4 {
		margin-left: 0;
	}

	.cta-list ul li a {
		font-size: 2vw;
	}

	.cta-list li .i-wrap, .cta-list li.cta5 .i-wrap, .cta-list.our-doctors li.cta6 .i-wrap {
	}

	.content .contact-data, .content .contact-map {
		width: 100% !important;
		float: none;
	}

	.cta-list.our-doctors ul li a {
		padding-left: 0;
	}

	.excellence .circle-container .btn span {
		font-size: 2em;
	}

	.golfcontainer img {
		display: none;
	}

	.golfcontainer div.golfsec {
		width: 100%;
	}
}
/* End Responsive 650px */

/* Responsive 600px */
@media (max-width:600px) {
	.fixed {
		position: relative !important;
	}

	.contact-info .UrlTitle {
		padding-left: 1.5em;
	}

	.contact-info .UrlTitle:hover {
		padding-right: 1.5em;
	}

	.top-nav .mobile-nav {
		display: table;
	}

	.top-nav .desktop-nav li a {
		font-size: .6em;
	}

	.top-nav .desktop-nav li {
		padding: .4em .7em;
		background-image: none;
	}

	.top-nav .desktop-nav li:hover {
	}

	.masthead .top-social {
		margin: 1em auto 0;
	}

	.masthead .top-social a {
		font-size: 20px;
	}

	#FooterContent {
		display: none;
	}

	.sub-slide h2 {
		font-size: 25px;
	}

	.practice-nav ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.practice-nav li {
		display: block !important;
		width: 100% !important;
	}

	.practice-nav li a {
		margin-bottom: .2em;
	}

	.contact-info a.phone-link {
		margin-top: .5em;
	}

	body {
		font-size: 2.67vw;
	}

	.resultsfeed span {
		display: block;
		width: 100%;
	}

	.resultsfeed img {
		margin: .5em auto;
		display: block;
	}

	.section-two {
		display: none;
	}

	.excellence .circle-container a {
		position: relative;
		top: auto;
		left: auto;
		margin: .5em;
		float: left;
		width: 47%;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		height: auto;
		padding: 1em 0;
		line-height: 1;
	}

	.excellence .circle-container a:last-child:nth-child(odd) {
		float: none;
		margin: .5em auto;
		clear: both;
	}

	.excellence .circle-container {
		padding: 0;
		width: auto;
		height: auto;
	}

	#Section4:after {
		content: none;
	}

	.section-four {
		font-size: inherit;
	}

	.contact-info .portal {
		display: none;
	}

	.content .content-scroll.hospital-news ul {
		font-size: 1.4vw;
	}

	.results-feed.video .article .image a:before {
		font-size: 5em;
	}

	.sub-slide {
		height: 11em;
	}

	.sub.Contact-Us .image-area, .Contact-Us .section-zero, .sub.Site-Search .image-area, .Site-Search .section-zero {
		display: none;
	}

	.top-nav li {
		position: static;
		-webkit-perspective: none;
		-moz-perspective: none;
		-o-perspective: none;
		perspective: none;
	}

	.top-nav > ul > li > a:after {
		display: none;
	}

	.top-nav .desktop-nav {
		display: none;
	}
}
/* End Responsive 600px */

/* Responsive 550px */
@media (max-width:550px) {
	.slide img.slide-img {
		display: none;
	}

	.animation {
		font-size: 2vw;
		height: 20.6rem;
	}

	.animation .info {
		margin-top: 0;
		height: 100%;
		top: 0;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		font-size: 1.5vw;
	}

	.info h2, .info h3 {
		font-size: 2.2rem;
	}

	.info h4 {
		margin-bottom: -.3em;
	}

	.slide2 .info, .slide2 .info .subtitle {
		text-align: center;
	}

	.slide2 .info h4 {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.info .btn {
		margin-top: .5em;
	}

	.info {
		padding-top: 4em;
		text-align: center !important;
		width: 100% !important;
	}

	.left-align .info h3, .left-align .info p {
		margin: 0 auto;
	}

	.right-align .info h3, .right-align .info p {
		margin: 0 auto;
	}

	.section-one {
		padding: 1em 0;
	}

	.section-one > * {
		padding: 0 2%;
	}

	.btn-list ul {
		padding-top: .5em;
	}

	.btn-list li {
		display: block;
		width: 100%;
		margin-bottom: .5em;
	}

	.sd-footer {
		text-align: center;
	}

	.sd-footer a {
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}

	.accolade-logos {
		padding: 0 !important;
		height: 20px;
	}

	.accolade-logos > * {
		display: none !important;
	}

	body {
		font-size: 2.91vw;
	}

	.excellence .circle-container a {
		float: none;
		width: 100%;
		margin: .5em auto;
	}

	.excellence .circle-container a:last-child:nth-child(odd) {
	}

	.news-ctas {
		font-size: 2.65vw;
	}

	.news-ctas li {
		float: left;
		display: block;
		width: 33.3%;
		margin-bottom: 0.75em;
	}

	.news-ctas li.cta4 {
		margin-left: 17%;
	}

	.main-content .staff li {
		font-size: .8em;
	}
}
/* End Responsive 550px */

/* Responsive 500px */
@media (max-width:500px) {
	.image-ctas li .cta-img {
		display: none !important;
	}

	.image-ctas li {
		margin-bottom: .5em;
	}

	.image-ctas .cta-text {
		width: 100% !important;
		display: block !important;
	}

	body {
		font-size: 3.2vw;
	}

	.cta-list ul li a {
		font-size: 2.5vw;
	}

	.cta-list.our-doctors ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.content .contact-data, .content .contact-map {
		height: 250px;
		margin-top: 54px;
	}

	.side-nav ul li a {
		-webkit-transition: 0s ease;
		-moz-transition: 0s ease;
		-o-transition: 0s ease;
		transition: 0s ease;
	}

	.contact-info .left-mh {
		float: left;
	}

	.contact-info .right-mh {
		float: right;
	}

	.content .column.two.btn-list > * {
		width: 100%;
	}

	.cta-list-doctors ul li {
		margin-bottom: .5em;
		float: none;
		width: 100%;
	}

	.cta-list-doctors ul li.cta2, .cta-list-doctors ul li.cta4, .cta-list-doctors ul li.cta6 {
		margin-left: 0;
		background-color: #1a8a98;
	}

	.cta-list-doctors ul li.cta1, .cta-list-doctors ul li.cta3, .cta-list-doctors ul li.cta5 {
		padding-right: 0;
		background-color: #d47c2e;
	}
}
/* End Responsive 500px */

/* Responsive 450px */
@media (max-width:450px) {
	.top-nav li > a > span {
		display: none;
	}

	.secondary-nav {
		display: none;
	}

	.animation {
		font-size: 2.5vw;
		height: 24rem;
	}

	.info .btn {
		padding: .45em 4em;
		font-size: 0.875rem;
	}

	.info {
		padding-top: 2em;
	}

	.timeline-format .timeline-feed:before {
		display: none;
	}

	.timeline-format .timeline-feed {
		padding: 0;
	}

	.timeline-feed li.time-item:before {
		display: none;
	}

	.timeline-feed li.time-item {
		padding: .5em 0;
	}

	.timeline-feed .time-box {
		float: none !important;
		width: 100%;
	}

	ul.social-icons {
		float: none;
		margin: 0 auto 8px;
	}

	ul.post-list a.btn {
		float: none;
		margin: 0 auto;
	}

	.reviews .share {
		text-align: center;
	}

	.reviews .share span {
		display: block;
	}

	body {
		font-size: 3.56vw;
	}

	.results-feed.two .article-holder .article {
		width: 100%;
	}

	div.gift div.item, div gift div.Product-Item {
		width: 350px;
	}
}
/* End Responsive 450px */

/* Target iPad and iPhone */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.nav-container {
		margin-bottom: -2px;
	}

	.top-nav > ul > li > a:after {
		display: none;
	}

	.masthead .top-logo {
		display: table-cell;
	}
}
/* End Target iPad and iPhone */

html.no-csstransforms3d .top-nav > ul > li > a:after {
	left: 25%;
}

.header-nav ul li.cta3 a:before {
	content: '\e818';
	font-size: 0.875em;
	left: -22px;
	margin-top: -8px;
}
