/* Font Face */
@font-face {
	font-family: 'Coneria';
	src: url('fonts/demo_coneriascript-webfont.eot');
	src: url('fonts/demo_coneriascript-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/demo_coneriascript-webfont.woff') format('woff'),
		 url('fonts/demo_coneriascript-webfont.ttf')  format('truetype'),
		 url('fonts/demo_coneriascript-webfont.svg#coneria_script_demoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* End Font Face */

/* General Site Styles */
html {
}

/* pt-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/includes/fonts/pt-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/includes/fonts/pt-sans-v17-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/includes/fonts/pt-sans-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/includes/fonts/pt-sans-v17-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* pt-sans-narrow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('/includes/fonts/pt-sans-narrow-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-narrow-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('/includes/fonts/pt-sans-narrow-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	background: #ffffff;
	margin: 0px;
	font-family: PT Sans Narrow;
	padding: 0;
	font-size: 1em;
}

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}

a.white {
	color: white;
}

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

.main-content {
	padding-bottom: .5em;
	color: #696969;
	line-height: 1.75em;
	font-size: 1em;
	font-family: 'PT Sans', sans-serif;
}

.swap-panel {
	font-family: PT Sans;
	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: 1em;
	font-family: PT Sans Narrow;
	text-transform: initial;
}

.content h1, .content h2, .content h3, .content h4 {
	line-height: 1.2em;
	margin-bottom: .2em;
}

.content h1 {
	font-size: 2.188em;
	font-family: 'Adamina', serif;
	color: #1055A8; /* $color3 */
	font-weight: normal;
}

h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #758F64;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #C37D2B; /* $secondary */
}

.content h2 {
	font-size: 1.875em;
	font-weight: normal;
}

.content h3 {
	font-size: 1.5em;
	font-weight: normal;
}

h4 {
	font-size: 1.3em;
	color: #D7A048;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #758F64; /* $primary */
}

a:hover {
	text-decoration: none;
	color: #000000; /* $dark */
}

a.phone-link {
	cursor: default;
}

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

.content ul, .content-format ul {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}

.content ul li ul {
	margin: 0;
}

.content ul li, .content-format ul li {
	position: relative;
	padding-left: 2em;
}

.content ul li:before, .content-format ul li:before {
	font-family: 'icomoon-ult';
	content: '\e188';
	font-size: .7em;
	position: absolute;
	left: 0;
}

.btn {
	display: inline-block;
	padding: .75em 4em;
	font-size: 1.125em;
	color: #1D4B71;
	background-color: #DCB161;
	transition: .5s;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.082), inset 0 -3px #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	border-radius: 10px;
}

.btn.v1 {
	background-color: #1055A8; /* $color3 */
	color: #FFFFFF; /* $light */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.08), inset 0 -3px #fff;
}

.btn.v1:hover {
	background-color: #0A366A; /* darken($color3,37%) */
	color: #FFFFFF; /* $light */
}

.btn:hover, a:hover .btn {
	background-color: #C37D2B; /* $secondary */
	color: #FFFFFF; /* $light */
}

.btn.small {
	padding: .2em .75em .45em;
}

.text-highlight {
	display: block;
	margin: 15px auto;
	text-align: center;
	background-color: #758F64; /* $primary */
	color: #FFFFFF; /* $light */
	font-weight: bold;
	font-family: PT Sans Narrow;
	transition: .5s;
}

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

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

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

.text-highlight p {
	margin: 0;
}

a:hover .text-highlight {
	background-color: #5E7250; /* darken($primary,20%) */
}

.left {
	float: left;
}

.right {
	float: right;
}

.half {
	width: 48%;
}

.shadowe {
	position: absolute;
	bottom: 100%;
	width: 160%;
	height: 3em;
	left: -30%;
	overflow: hidden;
	pointer-events: none;
}

.shadowe:before {
	position: absolute;
	content: '';
	top: 100%;
	width: 70%;
	left: 15%;
	display: block;
	box-shadow: 0 0 2.5em rgba(0,0,0,0.298); /* alpha($dark,30%) */
	border-radius: 10%;
	height: 100%;
}

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

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

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

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

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

#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;
}

body > iframe {
	position: absolute;
	width: 0;
	height: 0;
}
/* End General Site Styles */

/* Top Banner */
.top-banner {
	background-color: #829C72; /* lighten($primary,10%) */
	color: #FFFFFF;
}

#TopZone {
	background-color: #758F64; /* $primary */
}

.top-banner .search {
	float: right;
	width: 30%;
	position: relative;
}

.top-banner .header-nav {
	float: left;
}

.top-banner .header-nav li {
	display: inline-block;
	margin: 1em;
}

.top-banner .header-nav li a {
	color: #FFFFFF; /* $light */
	font-family: 'PT Sans Narrow', 'PT Sans';
	text-transform: uppercase;
	transition: .5s ease;
}

.top-banner .header-nav li a:hover {
	color: #EECD8B;
}

.top-banner .search input {
	background-color: #657B56; /* darken($primary,14%) */
	color: #FFFFFF;
	padding: .5em;
	border-radius: 8px;
	font-size: 1em;
	margin: .5em 0;
	width: 100%;
	border: none;
	box-shadow: inset 0 -2px #FFFFFF; /* $light */
	background-image: linear-gradient(to bottom,#526B41,#668055);
	text-transform: uppercase;
}

.top-banner .search ::-webkit-input-placeholder {
	color: #FFFFFF;
}

.top-banner .search :-moz-placeholder {
	color: #FFFFFF; /* $light */
}

.top-banner .search ::-moz-placeholder {
	color: #FFFFFF; /* $light */
}

.top-banner .search ::-ms-input-placeholder {
	color: #FFFFFF; /* $light */
}

.top-banner .search button {
	position: absolute;
	right: 1em;
	top: 1.2em;
	background-color: transparent;
	color: #FFFFFF;
	border: none;
}


/*.top-banner .search button:after {*/
/*	content: '\f22d';*/
/*	font-family: 'icomoon-ult';*/
/*	color: #FFFFFF;*/
/*	font-size: 1.2em;*/
/*	-webkit-transform: rotate(180deg);*/
/*	-ms-transform: rotate(180deg);*/
/*	transform: rotate(180deg);*/
/*}*/

.no-cssscrollbar .top-banner .search button:after {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
/* End Top Banner */

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

.fixed {
	position: fixed;
	width: 100%;
}

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

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

.masthead {
	padding: 1.3em 1%;
	position: relative;
	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%;
}

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

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

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

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

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

.contact-info a.phone-link {
	font-size: 1.4em;
	font-weight: bold;
	color: #1055A8;
	display: inline-block;
}

.contact-info .address {
	font-size: 1.4em;
}

.contact-info span {
	font-size: .938em;
	color: #758F64; /* $primary */
	display: block;
}

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

.masthead .menu-btn:hover {
	color: #000000; /* $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: #829C72; /* lighten($primary,10%) */
	color: #FFFFFF; /* $light */
	font-size: 1em;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#000000 50%); /* ,$dark */
	background-size: 100% 200%;
	background-position: 0 0;
	transition: .5s;
}

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

.masthead .top-social a icon {
	display: block;
}
/* End Masthead */

/* Top Nav Styles */
.sub .nav-zone {
	background-color: rgba(245,128,0,0.63);
}

.nav-zone, .sub .shrink-nav .nav-zone {
	background-color: #C37D2B;
}

.top-nav {
	padding: 0;
}

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

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

.top-nav li {
	display: table-cell;
	width: auto;
	padding: 0 1%;
	text-align: center;
	vertical-align: middle;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 50%,#BE6930 50%);
	background-size: 100% 200%;
	background-position: 0% 0%;
	-webkit-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	transition: .5s;
	position: relative;
	cursor: pointer;
}

.top-nav li:hover {
	background-position: 0 100%;
}

.top-nav li.social-button {
	border-left: solid 1px rgba(0,0,0,0.2); /* alpha($dark,20%) */
}

.top-nav a {
	display: block;
	padding: .8em 0;
	color: #FFFFFF; /* $light */
	transition: .5s;
	font-weight: 600;
	font-size: 1.188em;
	letter-spacing: 1px;
}

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

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

.top-nav a:hover {
}
/* End Top Nav Styles */

/* Animation */
.image-zone {
	position: relative;
	background-color: #f3f3f3;
}

.animation {
	position: relative;
	height: 33.375em;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	-ms-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
	padding-bottom: 46em;
}

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

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

.animation .video-bg, .animation .video-bg .vid, .animation .video-bg .canvas, .animation .overlay {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.animation .slide4 .video-bg, .animation .slide4 .video-bg .vid, .animation .slide4 .video-bg .canvas, .animation .slide4 .overlay {
	position: absolute;
	width: 120%;
	top: 3rem;
	left: -12rem;
}

.animation .slide2 .video-bg .vid {
	top: -3.3em;
}

.animation .slide3 .video-bg .vid {
	top: -3.5em;
}

.animation .slide4 .video-bg .vid {
	top: -3.3em;
}

.animation .video-bg .canvas {
	display: none;
}

.animation .video-bg, .animation .overlay {
	height: 100%;
}

.animation .overlay {
	background-color: #000000; /* $dark */
	opacity: .4;
	filter: alpha(opacity=40);
	z-index: 2;
	display: none;
}

.animation .video-bg .vid {
	z-index: 1;
	min-height: 120%;
}

.animation .main {
	height: 100%;
	z-index: 5;
}

.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);
	-ms-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	opacity: 0.5;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.animation .info {
	position: relative;
	padding: 8.5em 0 0;
	left: 30%;
}

.animation .info h2 {
	font-size: 7em;
	color: #E0B167;
	font-family: 'Coneria', sans-serif;
	text-shadow: 2px 3px #fff, 2px 2px 2px rgba(0,0,0,0.608);
	font-weight: normal;
}

.animation .info h3 {
	font-size: 1.688em;
	color: #FFFFFF;
	margin: 0 auto;
	font-family: Adamina, serif;
	font-weight: normal;
	padding-left: 3em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.608);
}

.no-csstransitions .animation .info .ie-wrapper {
	max-width: 571px;
	padding: 10px;
	border-radius: 20px;
}

.animation .info p {
	display: table;
	margin: 0 auto;
	padding: .3em .75em;
	font-size: 1.6em;
	font-weight: bold;
	color: #343434;
	background-color: rgba(195,125,43,0.9);
}

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

.animation .video-bg #video1.vid {
	top: -5em;
	width: 100vw;
	object-fit: cover;
}
/* End Animation */

/* Subpage Banner Content */
.sbc {
	height: 22.188em;
	position: relative;
	top: -3.3em;
}

.sbc img {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
	top: 0px;
	left: 0;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}

.cms-admin .sbc img {
	height: 22.188em !important;
}

.sbc .main {
	height: 100%;
	padding: 0.5em 2%;
	z-index: 2;
}

.sbc-text {
	position: absolute;
	top: 8.875em;
	left: 0;
	min-width: 10em;
}

.sbc-text h2 {
	font-size: 8em;
	color: #E0B167;
	text-shadow: 2px 2px #fff;
	font-family: 'Coneria', sans-serif;
	font-weight: normal;
}

body.B-Solutions .sbc-text h2 {
	display: none;
}

body.B-Campus-Happenings.P-Campus-Happenings .sbc-text h2 {
	display: none;
}

body.B-Solutions.P-Solutions .sbc-text h2 {
	display: block;
}
/* End Subpage Banner Content */

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

.scroll-btn > span {
	display: table;
	background-color: rgba(0,0,0,0.698); /* alpha($dark,70%) */
	padding: 1.3em 1.3em 1em;
	border-radius: 50%;
	color: #FFFFFF; /* $light */
	margin: 0 auto;
	text-align: center;
	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(117,143,100,0.698); /* alpha($primary,70%) */
}
/* End Scroll Button Styles */

/* Section 0 Styles */
.section-zero {
	background-color: #FFFFFF; /* $light */
	z-index: 5;
	color: #FFFFFF; /* $light */
	background-image: linear-gradient(to bottom,#B8D2EB 10%,#B8D2EB,#FFFFFF,#FFFFFF); /* ,,,$light */
	margin-top: 5em;
}
/* End Section 0 Styles */

/* Section 1 Styles */
.section-one {
	background-color: #FFFFFF; /* $light */
	padding: 1.8em 0px;
	font-family: PT Sans;
	color: #666666; /* lighten($dark,40%) */
	background-image: url(/images/main-images/Section4Bg[1].jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	border-top: 1px solid #dde3d0;
	background-size: cover;
}

.sub main {
	background-image: url(/images/main-images/Content-BG.png);
	background-color: #f3f3f3;
	display: block;
	padding-top: 2em;
	margin-top: -3.3em;
}

body.sub .content {
	width: 63%;
	float: right;
}

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

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

.home-content > .half.left {
	width: 62%;
}
/* End Section 1 Styles */

/* Section 2 Styles */
.section-two.fixed-bg {
	background-image: url(/images/main-images/VideoBg[1].jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: scroll;
	border-bottom: 5px solid #DCB161;
	background-color: #7b926b;
	background-size: cover;
}

.no-backgroundsize .fixed-bg.section-two {
	height: 35em;
}

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

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

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

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

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

.section-two .title h2 {
	color: #FFFFFF; /* $light */
	font-family: 'Adamina', serif;
	font-weight: normal;
	font-size: 2em;
	margin: .5em 0;
}

.phys-spotlight {
	position: relative;
}
/* End Section 2 Styles */

/* Section 3 Styles */
.section-three {
	background-color: #FFFFFF; /* $light */
	color: #333333; /* lighten($dark,20%) */
	background-image: url(/images/main-images/Section-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.section-three .contact-form input, .section-three .contact-form textarea {
	color: #FFFFFF; /* $light */
	background-color: #758F64; /* $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 8 Styles */
.section-eight {
	background-image: url(/images/main-images/Contact-UPA.jpg);
	color: #FFFFFF; /* $light */
	background-repeat: no-repeat;
	background-size: cover;
}

.section-eight.fixed-bg {
	background-attachment: inherit;
}

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

.section-eight .btn:hover {
	color: #FFFFFF; /* $light */
}

.section-eight .contact-form input, .section-eight .contact-form textarea {
	background-color: #FFFFFF; /* $light */
	border-radius: 10px;
	color: #696969;
}

.section-eight ::-webkit-input-placeholder {
	color: #696969;
}

.section-eight ::-moz-input-placeholder {
	color: #696969;
}

.section-eight :-moz-input-placeholder {
	color: #696969;
}

.section-eight :-ms-input-placeholder {
	color: #696969;
}
/* End Section 8 Styles */

/* Section 9 Styles *//* End Section 9 Styles */

/* Scrolling Styles Default */
[data-role="scroller"] [data-role="container"] {
	position: relative;
	overflow: hidden;
}

[data-role="scroller"] [data-role="list"] {
	position: relative;
	transition: transform 1s ease 0s, margin 1s ease 0s;
}

[data-role="scroller"] [data-role="item"] {
	flex: 0 0 auto !important;
}

/* End Scrolling Styles Default */

/* Physician Spotlight */
.phys-spotlight {
	position: relative;
	height: 28em;
	overflow: hidden;
}

.phys-spotlight ul {
	left: -1em;
	width: calc(100% + 2em);
	position: relative;
	transition: transform 1s ease 0s, margin 1s ease 0s;
}

.illustration-content > .half.left {
	border-right: 1px solid #DCB161;
}

.f-video {
	margin-top: 3.5em;
}

.phys-spotlight h3 {
	color: #FFFFFF; /* $light */
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 300;
	font-size: 2.188em;
	margin-top: 1em;
}

.phys-spotlight img {
	border-radius: 5px;
	max-width: 152px;
	width: 100%;
}

.phys-spotlight .phy p {
	color: #DCB161;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.750em;
	margin: 0 0 .5em;
}

.phys-spotlight .phy .half.left {
	text-align: right;
	padding-right: 1em;
}

.phys-spotlight .phy {
	margin-top: 2em;
	text-align: left;
	padding-right: 1em;
}

.phys-spotlight .phy span {
	display: block;
	margin: .5em 0;
}

.phys-spotlight .phy .btn {
	margin-top: 1em;
	width: 85%;
	text-align: center;
	padding: .75em 0;
}

.phys-spotlight .slide-nav {
	position: absolute;
	bottom: 1em;
	z-index: 5;
	left: 50%;
	margin-left: -2em;
}

.phys-spotlight .slide-nav a.prev {
	color: #B0873B;
	background-color: #DCB161;
	padding: .5em .8em .5em .8em;
	border-radius: 10px;
	border-right: 3px solid #FFFFFF; /* $light */
	position: relative;
	z-index: 1;
	transition: .35s ease;
}

.phys-spotlight .slide-nav a.next {
	color: #FFFFFF; /* $light */
	background-color: #444545;
	padding: .5em .8em .5em .8em;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	margin-left: -10px;
	transition: .35s ease;
}

.phys-spotlight .slide-nav a:hover {
	padding: .5em 1.5em .5em;
}

.no-csstransitions .phys-spotlight .slide-nav a.next:hover {
	background-color: #000000; /* $dark */
	padding: .5em .8em;
}

.no-csstransitions .phys-spotlight .slide-nav a.prev:hover {
	background-color: #C37D2B; /* $secondary */
	padding: .5em .8em;
	color: #FFFFFF; /* $light */
}

.phys-spotlight .slide-nav a icon {
	vertical-align: middle;
}
/* End Physician Spotlight */

/* Press Feed on Homepage */
.press-feed {
	padding: 2em 0;
	position: relative;
}

.content-scroll header h2 {
	color: #1055A8;
	font-family: 'Adamina',serif;
	font-weight: normal;
	font-size: 2.188em;
}

.press-feed .article {
	width: 31.33%;
	vertical-align: top;
	display: inline-block;
	position: relative;
	padding: 0 2%;
}

.press-feed .article img {
	border-radius: 10px;
	border-bottom: 3px solid #FFFFFF; /* $light */
	-webkit-filter: grayscale(100%);
	filter: gray;
	background-position: bottom;
	transition: .5s ease;
}

.no-backgroundsize .press-feed .article .date {
	background-color: #696969;
}

.press-feed .article .press-content {
	background-color: #CE7A41;
	padding: 2em 1em 1em;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-top: -.4em;
	min-height: 14.5em;
}

.no-backgroundsize .press-feed .article .press-content {
	margin-top: 0;
}

.press-feed .article .press-content h2 {
	color: #FFFFFF; /* $light */
	font-size: 1.375em;
	line-height: 1.5em;
}

.press-feed .article .press-content a p {
	color: #FFFFFF;
	font-weight: normal;
}

.press-feed .article a {
	color: #FFFFFF;
}

.press-feed .article a:hover {
	color: #FFFFFF; /* $light */
}

.press-feed .article a:hover p {
	color: #ECECEC;
}

.press-feed .article a:hover img {
	-webkit-filter: none;
	filter: none;
}

.press-feed .article a span {
	color: #FFFFFF; /* $light */
	font-weight: bold;
	transition: .5s ease;
}

.press-feed .article a:hover .press-content span {
	font-size: 1.2em;
}

.no-backgroundsize .press-feed .article a:hover .press-content span {
	font-size: 1em;
}

.press-feed .article:nth-child(3n + 2) .press-content {
	background-color: #dcb161;
}

.no-backgroundsize .press-feed .article.item2 .press-content,.no-backgroundsize .press-feed .article.item5 .press-content {
	background-color: #dcb161;
}

.press-feed .article:nth-child(3n + 2) .date .month {
	background-color: #C39B50;
}

.no-backgroundsize .press-feed .article.item2 .date .month, .no-backgroundsize .press-feed .article.item5 .date .month {
	background-color: #C39B50;
}

.press-feed .article:nth-child(3n + 3) .press-content {
	background-color: #758F64;
}

.no-backgroundsize .press-feed .article.item3 .press-content,.no-backgroundsize .press-feed .article.item6 .press-content {
	background-color: #758F64;
}

.press-feed .article:nth-child(3n + 3) .date .month {
	background-color: #647D53;
}

.no-backgroundsize .press-feed .article.item3 .date .month, .no-backgroundsize .press-feed .article.item6 .date .month {
	background-color: #647D53;
}

.press-feed .article .date {
	position: relative;
}

.press-feed .article .date span {
	background-color: #3A3A3A;
	color: #FFFFFF;
	padding: .5em .8em .5em .8em;
	position: absolute;
	bottom: -1em;
	left: 50%;
	border-radius: 10px;
	margin-left: -.5em;
	z-index: 1;
}

.press-feed .article .date span.month {
	margin-left: -3em;
	border-right: 3px solid #FFFFFF; /* $light */
	z-index: 2;
	background-color: #B0632F;
}

.press-feed .article .date span.day {
	padding-left: 1.6em;
}

.press-feed .btn {
	margin-top: 2em;
}

.press-feed .press-content icon {
	font-size: .5em;
}

.press-feed .date {
	height: 8em;
	width: 100%;
}

.press-feed .date img {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.press-feed .date img.default {
	background-size: contain;
}
/* End Press Feed on Homepage */

/* Home Page Contact */
.map .addresses {
	background-color: #CE7A41;
	vertical-align: top;
	display: block;
	margin-top: -.8em;
	padding: .5em 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.map img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-top: .8em;
}

.map .address {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	position: relative;
	font-family: 'PT Sans Narrow',sans-serif;
	font-size: 1.125em;
	padding: 0 .2em;
}

.map .address:first-child:after {
	border-right: 1px solid #FFFFFF; /* $light */
	width: 1px;
	height: 80%;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20%;
}

.map .btn {
	margin: 1em 0;
}
/* End Home Page Contact */

/* CTA Styles */
.cta-list {
	display: table;
	width: 100%;
	position: relative;
	padding: 1.8em 2% 1.8em;
	text-align: center;
	margin-top: -5em;
	background-color: #FFFFFF; /* $light */
	background-image: linear-gradient(to bottom,#B7D1EA,#EFEFEF,#EFEFEF,#EFEFEF);
	box-shadow: 0 -.2em 0 1em rgba(229,229,229,0.2);
	z-index: 1;
}

.sub .cta-list {
	padding: 1.8em 1%;
}

.cta-list ul {
}

.cta-list ul li {
	position: relative;
	display: inline-block;
	padding: 0 1%;
	width: 25%;
}

.cta-list ul li:last-child {
}

.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;
}

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

.cta-list ul li icon {
	font-size: 4em;
	color: #758F64; /* $primary */
}

.cta-list ul li img {
	vertical-align: bottom;
	background-size: cover;
	object-fit: cover;
	background-repeat: no-repeat;
	aspect-ratio: 4/3;
	width: 100%;
	transition: .5s ease;
}

.cta-list ul li:hover img {
	-webkit-filter: grayscale(100%);
	filter: gray;
}

.cta-list ul li h2 {
	font-size: 1.563em;
	line-height: 1.2em;
	padding: .3em 0;
	text-transform: uppercase;
	font-family: BenchNine;
	font-weight: normal;
	background-color: #1055A8; /* $color3 */
	color: #FFFFFF;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.08), inset 0 -3px #fff;
	transition: .5s ease;
}

.cta-list ul li:hover h2 {
	background-color: #0D4385; /* darken($color3,21%) */
}

.cta-list ul li.item2 h2 {
	background-color: #758F64; /* $primary */
}

.cta-list ul li.item2:hover h2 {
	background-color: #5C714F; /* darken($primary,21%) */
}

.cta-list ul li.item3 h2 {
	background-color: #E0B167;
}

.cta-list ul li.item3:hover h2 {
	background-color: #D7A048;
}

.cta-list ul li.item4 h2 {
	background-color: #CE7A41;
}

.cta-list ul li.item4:hover h2 {
	background-color: #BE6930;
}

.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;
}

.cta-list a:hover .btn {
}

.content-cta.half.left {
	width: 50%;
	position: relative;
}

.content-cta h2 {
	background-color: #1055A8;
	color: #FFFFFF;
	text-align: center;
	padding: .3em 0;
	margin: 0;
}

.content-cta .count {
	background-color: #E0B167;
	padding: 1em 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 1px 1px 1px #FFFFFF, inset 0 -3px #FFFFFF;
}

.content-cta .count div {
	text-align: center;
	padding: 1em 2em;
	position: relative;
}

.content-cta .count div:first-child:after {
	position: absolute;
	right: -6px;
	top: 50%;
	height: 70%;
	margin-top: -18%;
	content: '';
	width: 6px;
	border-right: 6px solid #758F64;
	border-radius: 8px;
}

.content-cta .count h3 {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.813em;
	margin: 0;
}

.content-cta .count span {
	color: #FFFFFF;
	font-size: 1.313em;
	transition: .5s ease;
}

.content .content-cta a {
	text-decoration: none;
}

.content .content-cta a:hover span {
	color: #000000; /* $dark */
}

.sub.content-cta {
	width: 75%;
	position: relative;
}

.sub.content-cta .count div:first-child:after {
	margin-top: -10.5%;
}

.sub.content-cta .count span {
	font-size: 1.5em;
}
/* End CTA Styles */

/* Content with Illustration */
.illustration-content .text-highlight h3 {
	font-size: 1.5em;
	color: #000000; /* $dark */
}

.illustration-content .text-highlight p {
	font-size: 1.5em;
	padding-top: .3em;
}

.illustration-content .illustration {
}

.illustration-content .illustration img {
	width: 100% !important;
	height: auto !important;
}
/* End Content with Illustration */

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

.content-scroll.active {
}

.content-scroll .scroll-container {
	position: relative;
	overflow: hidden;
}

.content-scroll ul {
	display: table;
	width: 100%;
	transition: margin-left .5s;
}

.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%;
	vertical-align: top;
	position: relative;
}

.content-scroll li span.bubble {
	display: block;
	padding: 1em;
	border: solid 1px #CCCCCC; /* 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 #CCCCCC; /* 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 {
	transition: color .5s;
}

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

.content-scroll .btn {
	background-color: #1055A8; /* $color3 */
	color: #FFFFFF; /* $light */
}

.content-scroll .btn:hover {
	background-color: #0B3A72; /* darken($color3,32%) */
}

.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';
	transition: .5s;
	display: block;
	color: #1055A8; /* $color3 */
}

.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: #758F64; /* $primary */
}
/* 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: #758F64; /* $primary */
}

.standard-feed .tag .three {
	color: #C37D2B; /* $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: #758F64; /* $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: #000000; /* $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(117,143,100,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: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#758F64 50%); /* ,$primary */
	background-size: 100% 200%;
	background-position: 0 0;
	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 */
	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: #333333; /* 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: #C37D2B; /* $secondary */
}

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

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

/* 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 auto;
	overflow: auto;
	border-radius: 0;
	max-width: 680px;
}

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

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

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

.map {
	position: relative;
	padding-right: 2.5em;
	max-width: 470px;
}

.map:after {
	border-right: 1px solid #DCB161;
	content: '';
	height: 75%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 1em;
}
/* End Contact Form */

/* Footer Styles */
.footer-one {
	background-image: url(/images/main-images/Footer.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-content {
	background-color: rgba(117,143,100,0.71); /* alpha($primary,71%) */
}

.footer-links ul {
	display: table;
	width: 100%;
	margin: 0 auto;
}

.footer-links ul li {
	display: table-cell;
	text-align: center;
	padding: 0 3%;
}

.footer-links li a {
	display: block;
	padding: 1.5em .25em;
	font-size: 1em;
	color: #FFFFFF; /* $light */
	transition: .5s;
	text-transform: uppercase;
}

.footer-links li a:hover {
	color: #EECD8B;
}

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

.schema {
	font-family: PT Sans;
	color: #FFFFFF; /* $light */
	line-height: 1.4em;
	font-size: .9em;
	border: 2px solid #FFFFFF; /* $light */
	width: 22em;
	padding: 2em 1.5em;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.522);
}

.no-rgba .schema {
	background-color: #000000;
}

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

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

.schema .phone-link {
	cursor: default;
	color: #DCB161;
}

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

.schema a {
	color: #DCB161;
}

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

.footer-two {
	background-color: #FFFFFF; /* $light */
}

.sd-footer {
	padding: 1em 1%;
	color: #333333; /* lighten($dark,20%) */
	text-align: center;
}

.sd-footer a {
	display: block;
}

.sd-footer img {
	width: 50% !important;
	height: auto !important;
	max-width: 220px;
}

.sd-footer small {
	font-size: .9em;
}
/* End Footer Styles */

/* Side-Nav Styles */
.side {
	float: left;
	width: 34%;
}

.side > * {
	display: block;
	position: relative;
}

.side-nav {
	margin: 0 0 2em;
}

.side-nav .shadowe:before {
	box-shadow: 0 0 2.5em rgba(0,0,0,0.2);
}

.side-nav header h2 a {
	color: #EFEFEF;
	text-transform: uppercase;
	font-family: 'BenchNine',sans-serif;
	font-weight: normal;
	font-size: 1em;
}

.side-nav header h2 {
	color: #EFEFEF;
	text-transform: uppercase;
	font-family: 'BenchNine',sans-serif;
	font-weight: normal;
	font-size: 1.7em;
}

.side-nav header {
	text-align: center;
	padding: 1em 0;
	background-color: #1055A8; /* $color3 */
}

.side .side-nav ul li:last-child a {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.08), inset 0 -3px #fff;
}

.side-nav ul {
	width: 100%;
	position: relative;
	padding-top: 1em;
	background-color: #E0B167;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.side-nav li > ul {
	padding: 0px 1em;
	margin: 0.125em 0;
}

.side-nav ul li {
	display: block;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	line-height: 1.25;
	text-align: center;
}

.side-nav ul li a {
	display: block;
	color: #FFFFFF; /* $light */
	padding: 0.625em 1.5em;
	position: relative;
	background-color: #E0B167;
	border-top: 1px solid #CB9B51;
}

.side-nav ul li.level1 {
	position: relative;
}

.side-nav ul li.level1 span {
	position: absolute;
	height: 100%;
	width: 1.75em;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}

.side-nav ul li.level1 a {
	background-color: #E0B167;
	color: #FFFFFF; /* $light */
	font-size: 1.25em;
}

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

.side-nav ul li.level2 a {
	color: #1055A8; /* $color3 */
	font-size: 1.1em;
	background-color: #CEDEF2;
	padding: .575em 1.75em;
	font-weight: 600;
}

.side-nav ul li.level3 {
}

.side-nav ul li.level3 a {
	font-size: 1.05em;
	padding-left: 2.75em;
	background-color: #CEDEF2;
	color: #1055A8; /* $color3 */
	border-color: #1D4B71;
}

.side-nav ul li.level4 a {
	font-size: 1em;
	padding-left: 3.75em;
	background-color: #CEDEF2;
	color: #1055A8; /* $color3 */
}

.side-nav ul li.level5 a {
	font-size: .9em;
	padding-left: 5em;
	background-color: #CEDEF2;
	color: #1055A8; /* $color3 */
}

.side-nav ul li a:hover, .side-nav ul li.selected a, .side-nav ul li.hovered a {
	background-color: #BE924B;
	color: #FFFFFF; /* $light */
}

.side-nav ul.slide-list li.level1 a:before {
	content: '';
	position: absolute;
	width: 0.875em;
	height: 2px;
	top: 50%;
	right: .5em;
	background-color: #FFFFFF; /* $light */
	margin-top: -1px;
}

.side-nav ul.slide-list li.level1 a:after {
	content: '';
	position: absolute;
	right: .845em;
	top: 50%;
	margin-top: -.4375em;
	line-height: 1;
	background-color: #FFFFFF; /* $light */
	display: block;
	width: 2px;
	height: 0.875em;
	transition: .5s ease;
}

.side-nav ul.slide-list li.level1.minus a:after {
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.no-csstransforms .side-nav ul.slide-list li.level1.minus a:after {
	display: none;
}

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

.no-generatedcontent .side-nav ul.slide-list li.level1 a {
	background-image: url(/images/design/SideNav-Plus.png);
	background-repeat: no-repeat;
	background-position: 96% 50%;
}

.no-generatedcontent .side-nav ul.slide-list li.level1.minus a {
	background-image: url(/images/design/SideNav-Minus.png);
}

.no-generatedcontent .side-nav ul.slide-list li.level1.child0 a {
	background-image: none;
}

.side-contact {
	background-color: #1055A8; /* $color3 */
	padding: 1em .8em;
	text-align: center;
	margin: 2em 0;
}

.side-contact h2 {
	color: #FFFFFF; /* $light */
	padding: 0 2em .5em;
	text-align: center;
	font-size: 1.875em;
	font-family: 'Adamina',serif;
	font-weight: normal;
	line-height: 1.4em;
}

.side-contact .form input, .side-contact .form textarea {
	width: 100%;
	margin: 0;
}

.side-contact .form div {
	padding: .2em 0;
}

.side-contact .btn {
	padding: .5em 2.5em;
	margin: .5em 0;
}

.contact.form input, .contact.form textarea, .contact.form select {
	width: 100%;
	font-size: 1em;
	padding: .7em 1em;
	border-radius: 5px;
	outline: none;
	font-family: inherit;
	color: #696969;
	background-color: #FFFFFF;
	resize: none;
	margin-bottom: 5px;
	border: none;
}

.contact-form h3 {
	color: #DCB161;
	font-weight: 300;
	margin: 1em 0;
	font-size: 1.875em;
}

.contact-form h2 {
	font-family: Adamina,serif;
	font-size: 2.188em;
}
/* End Side-Nav Styles */

/* Locations Page */
.locations iframe {
	width: 100% !important;
}

.locations {
	position: relative;
	margin-bottom: 3em;
}

body.Locations .image-zone {
	height: 550px;
}

body.Locations.sub main {
	margin-top: 0;
}

.locations .overlay {
	background: transparent;
	position: absolute;
	width: 100%;
	height: 550px;
}
/* End Locations Page */

/* Force Videos to Auto-Resize */
.content div[icobalt='CobaltControls.Controls.VideoPlayer'] {
	width: 100% !important;
	height: auto !important;
	position: relative;
	max-width: 480px;
}

.content div[icobalt='CobaltControls.Controls.VideoPlayer']>div {
	width: 100% !important;
	height: auto !important;
	padding: 0 0 78.75% 0 !important;
}

.content div[icobalt='CobaltControls.Controls.VideoPlayer'] object {
	top: 0;
	left: 0;
	position: absolute;
}
/* End Force Videos to Auto-Resize */

/* Flyout Menu */
nav.top-nav div.iflylist {
	border: none;
	text-align: left;
	min-width: 225px;
	background-color: transparent;
	-webkit-animation: flyout .5s ease;
	animation: flyout .5s ease;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

@-webkit-keyframes flyout {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-moz-keyframes flyout {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-o-keyframes flyout {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes flyout {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

nav.top-nav .iflyOver div.iflylist {
	-webkit-animation: flyout .5s ease;
	animation: flyout .5s ease;
}

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

nav.top-nav div.ifly {
	border: none;
	background-color: #BE6930;
	transition: .5s;
	position: relative;
}

nav.top-nav div.ifly a {
	padding: .7em 1.2em;
	color: #FFFFFF; /* $light */
	min-width: 150px;
	border-bottom: none;
	margin-bottom: 0px;
	display: block;
}

nav.top-nav div.ifly a:hover {
	text-decoration: none;
}

nav.top-nav div.iflyOver {
	background-color: #C37D2B; /* $secondary */
}

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

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: .8em;
	color: #FFFFFF; /* $light */
}

div.iflylist div.ui-more-items {
	background-color: #758F64; /* $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;
	transition: 1s;
}

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

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

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

.mobile-menu .menu-btn {
	display: table;
	width: auto;
	margin: 0 0 1em auto;
	background-color: #1055A8; /* $color3 */
	padding: .75em 2em;
}

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

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

.mobile-menu .desktop-nav li a {
	border-bottom: 1px solid rgba(238,205,139,0.314);
}

.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(0,0,0,0.2); /* alpha($dark,20%) */
}

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

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

/* Responsive Height @ 850px */
@media (max-height:850px) {
	.masthead {
		padding: .5em 1%;
	}

	.top-nav a {
		padding: .5em 0;
	}
}
/* End Responsive Height @ 850px */

/* Responsive @1450px */
@media (max-width:1450px) {
	.animation .video-bg #video1.vid {
	}
}
/* End Responsive @1450px */

/* Responsive @1300px */
@media (max-width:1300px) {
	.animation .video-bg #video1.vid {
	}
}
/* End Responsive @1300px */

/* Responsive @ 1200px */
@media (max-width:1200px) {
	.content-scroll.active .scroll-nav {
		width: 100%;
		left: 0;
	}

	.animation .slide4 .video-bg, .animation .slide4 .video-bg .vid, .animation .slide4 .video-bg .canvas, .animation .slide4 .overlay {
		width: 130%;
		top: 2rem;
		left: -14rem;
	}
}
/* End Responsive @ 1200px */

/* Responsive @ 1100px */
@media (max-width:1100px) {
	body {
		font-size: 1.45vw;
	}

	.content-scroll .scroll-container {
		width: 95%;
		margin: 0 auto;
	}

	.animation {
		height: 28em;
	}

	.slide .info {
		padding: 8.5em 6em 0;
	}

	.content {
		font-size: 1.1em;
	}

	.sbc img {
		background-size: 120%;
	}

	.sbc-text {
		display: none;
	}

	.sbc {
		height: 14.188em;
	}
}
/* End Responsive @ 1100px */

/* Responsive @ 950px */
@media (max-width:950px) {
	.masthead .top-logo {
		width: 65%;
	}

	.masthead .mast-title {
		display: none !important;
	}

	.masthead .contact-info {
		width: 35%;
	}

	.sbc {
		height: 12.188em;
	}

	body {
		font-size: 1.68vw;
	}

	.animation .video-bg #video1.vid {
	}
}
/* End Responsive @ 950px */

/* Responsive @ 850px */
@media (max-width:850px) {
	body {
		font-size: 1.88vw;
	}

	.animation .video-bg {
	}

	.animation .video-bg #video1.vid {
	}

	.animation .slide2 .main {
		background-color: rgba(0,0,0,0.3);
	}

	.swap-panel > * {
		padding: 25px 2%;
	}

	.content-tabs li img {
		max-width: 50%;
	}

	.slide .info h2 {
		font-size: 5em;
	}

	.slide .info {
		padding: 6.5em 6em 0;
	}

	.slide2 .info h3 {
		padding-left: 5em;
	}

	.map {
		padding: 0;
	}

	.contact-form .half {
		width: 100%;
		float: none;
		margin: 0 auto 1em;
	}

	.map:after {
		display: none;
	}

	.side {
		float: none;
		width: 100%;
		margin: 2em 0;
	}

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

	.shadowe {
		width: 100%;
	}

	.sbc {
		height: 11.088em;
	}
}
/* End Responsive @ 850px */

/* Responsive @ 750px */
@media (max-width:750px) {
	.info .btn {
		margin-top: 1em;
		font-size: 1.6em;
	}

	.illustration-content .f-text, .illustration-content .illustration {
		float: none;
		width: 100%;
	}

	.illustration-content > .half.left {
		border-right: none;
		border-bottom: 1px solid #DCB161;
		padding-bottom: 2em;
	}

	body {
		font-size: 2.133vw;
	}

	.phys-spotlight {
		height: 26em;
	}

	.sbc-text h2 {
		font-size: 6em;
	}

	.section-one {
		background-image: none;
	}

	.home-content > .half.left {
		width: 100%;
	}

	.sbc {
		height: 10.088em;
		top: 0;
		margin-bottom: 2em;
	}
}
/* End Responsive @ 750px */

/* Responsive @ 650px */
@media (max-width:650px) {
	.cta-list ul li {
		width: 50%;
		padding: 2%;
	}

	body {
		font-size: 2.46vw;
	}

	.section-zero-swap.main {
		padding: 0;
	}

	.slide .info h2 {
		font-size: 4em;
		line-height: 1.3em;
	}

	.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 {
		background-image: none !important;
		display: none;
	}

	.content-tabs .tabs a {
		display: block;
		width: 100%;
		box-shadow: none;
		background-image: none;
		background-color: #758F64; /* $primary */
		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(0,0,0,0.2); /* alpha($dark,20%) */
	}

	.content-tabs li .btn {
		display: inline-block;
	}

	.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;
	}

	.home-content .content-cta.half.left {
		width: 100%;
	}

	.home-content .content-cta .count div {
		width: 48%;
		float: left !important;
	}

	.sub .nav-zone {
		background-color: #C37D2B; /* $secondary */
	}

	.sub.content-cta {
		width: 100%;
	}
}
/* End Responsive @ 650px */

/* Responsive @ 600px */
@media (max-width:600px) {
	.fixed {
		position: relative !important;
	}

	body {
		font-size: 2.667vw;
	}

	.animation .info {
		padding: 5.5em 0 0;
	}

	.masthead .table > * {
		display: block;
		width: 100% !important;
		text-align: center;
	}

	.contact-info > span, .contact-info > a {
		display: none;
	}

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

	.masthead .top-social {
		margin: 1em auto 0;
	}

	#FooterContent {
		display: none;
	}

	.sub-slide {
		padding: 50px 1%;
	}
}
/* End Responsive @ 600px */

/* Responsive @ 550px */
@media (max-width:550px) {
	.slide img.slide-img {
		display: none;
	}

	.slide.slide4 img.slide-bg {
		width: 117%;
		top: -10%;
		background-size: cover;
		background-position: 42% 50%;
	}

	.animation .info h2 {
		font-size: 5em;
		margin-right: 9rem;
	}

	.animation .info {
		text-align: center !important;
		width: 100% !important;
	}

	.animation .info h3 {
		padding: 0;
		margin: .5em 0;
	}

	.section-one {
		padding: 1em 0;
	}

	.section-one > * {
		padding: 0 2%;
	}

	.sd-footer {
		text-align: center;
	}

	.sd-footer a {
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}

	.top-banner .search button {
		display: none;
	}

	.top-banner .search {
		width: 40%;
	}

	.sbc {
		height: 8.088em;
	}

	body {
		font-size: 2.91vw;
	}

	.animation .video-bg #video1.vid {
	}
}
/* End Responsive @ 550px */

/* Responsive @ 450px */
@media (max-width:450px) {
	.top-nav li > a > span {
		display: none;
	}

	ul.social-icons {
		float: none;
		margin: 0 auto 8px;
	}

	ul.post-list a.More {
		float: none;
		margin: 0 auto;
	}

	.reviews .share {
		text-align: center;
	}

	.reviews .share span {
		display: block;
	}

	.phys-spotlight .slide-nav a.next {
		padding: .5em .8em .3em 1.2em;
	}

	.phys-spotlight .phy p {
		font-size: 1.45em;
	}

	.main-content {
		font-size: 1.1em;
	}

	.animation .info {
		font-size: .85em;
	}

	.cta-list ul li h2 {
		font-size: 1.45em;
	}

	.sbc {
		height: 7.088em;
	}

	body {
		font-size: 3.56vw;
	}

	.animation .info h3 {
		width: 17rem;
		margin-right: 60%;
	}

	.animation .video-bg #video1.vid {
		width: 200%;
		left: -1em;
	}
}
/* End Responsive @ 450px */

#SiteMap li:before {
	display: none;
}

.column.two.login {
	border: solid 3px #1055A8;
	padding: .5em;
}
