/* ER Wait Times Module */
.er-times h2 {
	margin: 0px;
	padding: 0 0 .25em;
	font-size: 2.813em;
	font-weight: normal;
}

.er-times {
	text-align: center;
}

.er-times div {
	margin: 0 3% 3% 0;
	float: left;
	width: 30%;
}

.er-times div h3 {
	color: #8D0E3A;
	font-size: 1.4em;
}

.er-times .updatediv {
	float: none;
	width: 100%;
	margin: 0;
	font-size: 22px;
}

.er-times .LastUpdated {
	font-weight: bold;
	font-size: 1em;
}

.er-times div .update {
	font-size: .8em;
}

.er-times .time {
	font-weight: bold;
}

.er-times div strong {
	display: block;
	font-size: 2em;
	color: #006A94;
	margin: 4% 0;
}
/* End ER Wait Times Module */

/* General Site Styles */
html {
	-webkit-text-size-adjust: 100%;
}

body {
	background: #ffffff;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

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

.content ul {
	list-style: disc;
	margin: .25em 0;
	padding-left: 2.500em;
}

.content li > ul {
	margin: 0;
}

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

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

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

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

.iswap:empty {
	display: none;
}

.half {
	width: 50%;
}

.third {
	width: 33.3%;
}

.fourth {
	width: 25%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	min-height: auto !important;
}

.site-schema {
	display: none;
	color: #ddd;
}

.cms-admin.cms-edit-layout .site-schema {
	display: block !important;
}

.req-consult input, .req-consult select, .req-consult textarea {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

.req-consult select {
	background-image: url(/images/design/selectBG.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.no-cssanimations select {
	background-image: none;
}
/* End General Site Styles */

/* Headings, Links & Buttons */
h1, h2, h3, h4 {
	margin: 0;
}

.content h3, .content h4 {
	margin: 0 0 0.938em 0;
}

.content h1 {
	font-size: 2em;
	line-height: 1.1em;
	color: #000;
	font-weight: normal;
	margin-bottom: .75em;
}

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

.content h2 {
	color: #8D0E3A; /* $secondary */
	font-size: 1.3em;
	line-height: 1.1em;
	margin-bottom: .5em;
}

.content a {
	font-weight: bold;
}

.content .img-right {
	float: right;
	margin: 0 0 .5em 1.5em;
}

h1 {
}

h2, h3 {
}

h4 {
}

a {
	text-decoration: none;
	color: #006A94; /* $primary */
}

.content a {
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

_.content img {
	border: 5px solid #FFF;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}

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

a.phone-link, a[href^=tel] {
	cursor: default;
}

.btn {
	display: inline-block;
	text-align: center;
	padding: .65em 2em;
	background-color: #006A94; /* $primary */
	color: #FFF;
	font-size: 1.25em;
	font-weight: bold;
	border-radius: 5px;
	text-transform: uppercase;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.content .btn {
	font-size: inherit;
	padding-top: .5em;
	padding-bottom: .5em;
}

.btn:hover, a:hover .btn {
	background-color: #004865; /* darken($primary,32%) */
	color: #FFF;
}

.btn.v1 {
}

.btn.v1:hover, a:hover .btn.v1 {
}

.btn.v2 {
	background-color: #8D0E3A; /* $secondary */
}

.btn.v2:hover, a:hover .btn.v2 {
	background-color: #700b2e;
	color: #FFF;
}

.btn.v3 {
	background-color: #a5a5a5;
	text-transform: none;
}

.btn.v3:hover, a:hover .btn.v3 {
	background-color: #000;
	color: #FFF;
}

.btn.wide {
	display: block;
}

.btn.min-width {
	display: block;
	max-width: 340px;
	clear: both;
}

.btn.small {
	font-size: .75em;
	padding-top: .3em;
	padding-bottom: .3em;
}
/* End Headings, Links & Buttons */

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

#TopArea {
}

#NavZone {
	position: relative;
	z-index: 20;
}

#ImageZone {
}

body.sub #ImageZone {
}

body.cms-admin.sub #ImageZone {
	background-color: #ccc;
}

#CTAZone {
}

#MainArea {
	padding: 3% 1%;
}

.home #MainArea {
	padding: 4% 1% 0;
}

#MainArea .content.large-fonts {
	font-size: 1.5em;
	line-height: 1.9em;
}

#MainArea > .content {
	float: left;
	width: 68%;
	color: #6C6D6D;
	font-size: 1.3em;
	line-height: 1.7em;
}

.sub #MainArea > .content {
	width: 65%;
}

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

#MainArea .side {
	float: right;
	width: 29%;
}

#Footer {
}

#FooterZone {
}
/* End Layout Styles */

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

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

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

.masthead {
	padding: 0;
	margin: 0;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	background-color: #FFF;
}

.masthead-wrap {
	display: table;
	width: 100%;
	padding: 1.5em 1.75em 1.2em;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.no-boxshadow .masthead-wrap {
	width: 1500px;
	margin: 0 auto;
}

.shrink-nav .masthead-wrap {
	padding: 1em 1em .75em;
}

.top-logo {
	float: left;
}

.top-logo img {
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	padding-right: .25em;
	max-width: 509px;
	width: 100% !important;
	height: auto !Important;
}

.shrink-nav .top-logo img {
	width: 450px;
}

.top-info {
}

.searchsite {
	float: right;
	width: 22em;
	border: 2px solid #006A94; /* $primary */
	border-radius: 5px;
}

.searchsite ::-webkit-input-placeholder {
	color: #000000;
}

.searchsite :-moz-placeholder {
	color: #000000;
}

.searchsite ::-moz-placeholder {
	color: #000000;
}

.searchsite :-ms-input-placeholder {
	color: #000000;
}

.searchsite :focus::-webkit-input-placeholder {
	color: transparent;
}

.searchsite :focus:-moz-placeholder {
	color: transparent;
}

.searchsite :focus::-moz-placeholder {
	color: transparent;
}

.searchsite :focus:-ms-input-placeholder {
	color: transparent;
}

.searchtext input {
	background: none repeat scroll 0 0 #FFF;
	color: #6C6D6D; /* $grey */
	display: block;
	font-family: inherit;
	font-size: inherit;
	padding: 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.1em;
	margin: 0;
	height: 40px;
	border: 0;
	outline: none;
}

.searchtext {
	overflow: hidden;
}

a.search-submit-button {
	background: none repeat scroll 0 0 #006A94; /* $primary */
	color: #FFF;
	display: block;
	float: right;
	font-family: inherit;
	font-size: 1.1em;
	padding: 8px 10px;
	text-align: center;
	width: 45px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
}

a.search-submit-button:hover {
	color: #DDDDDD;
}

.headerlinks {
	padding-top: .2em;
	float: right;
	margin-right: 1.5em;
}

.headerlinks li {
	display: inline-block;
	margin-left: 1.5em;
}

.headerlinks li:first-child {
	margin-left: 0;
}

.headerlinks li a {
	font-size: 1.188em;
	font-weight: bold;
	color: #006A94; /* $primary */
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.headerlinks li a:hover {
	color: #8D0E3A; /* $secondary */
}

.headerlinks li a icon {
	display: none;
}

.headerlinks li.headerlink-item1 a icon {
	display: inline;
	font-size: 1.4em;
}

.headerlinks li.headerlink-item1 a span {
	display: none;
}

.masthead-wrap .btm-info {
	display: table;
	width: 100%;
}

.masthead-wrap .btm-info > * {
	display: table-cell;
}

.googletranslatewrap {
	float: right;
	margin-top: .4em;
}

.masthead .address-phone {
	float: right;
	font-size: 1.25em;
}

.masthead .address-phone a icon {
	color: #006A94; /* $primary */
	font-size: 1.3em;
	position: relative;
	top: 3px;
}

.masthead .address-phone a icon:before {
}

.masthead .address-phone a.address-section {
	color: #6C6D6D; /* $grey */
}

.masthead .address-phone a.address-section:hover {
	color: #8D0E3A; /* $secondary */
}

.masthead .address-phone a.phone-link {
	font-weight: bold;
	color: #006A94; /* $primary */
	position: relative;
	padding-left: .5em;
	margin-left: .5em;
	font-size: 1.1em;
}

.masthead .address-phone a.phone-link:before {
	content: '';
	width: 2px;
	height: 75%;
	position: absolute;
	left: 0;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #006A94; /* $primary */
}

.no-boxshadow .masthead .address-phone a.phone-link:before {
	top: 15%;
}
/* End Masthead */

/* Hot Buttons */
.bcb {
	background-color: #FFF;
	border: solid 2px #006A94; /* $primary */
	border-radius: 5px;
	margin-bottom: 4%;
	overflow: hidden;
	padding: 0;
	height: 3.25em;
}

.bcb-spacer {
	height: 2.875em;
}

.no-boxsizing .bcb-spacer {
	height: 2em;
}

.masthead-fixed .bcb-spacer {
	height: 1.5em;
}

.bread {
	float: left;
	clear: left;
	font-size: 1.375em;
	max-width: 80%;
}

.bread .home {
	display: inline-block;
}

.bread .home icon {
	color: #006A94; /* $primary */
	display: inline-block;
	vertical-align: middle;
	line-height: .8;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	font-size: 2em;
	padding: 0 .6em;
	margin-right: .25em;
}

.bread .home:hover icon {
	color: #8D0E3A; /* $secondary */
}

.bread .home-separator {
	position: relative;
	padding-right: .75em;
}

.bread .home-separator icon {
	font-size: .675em;
	display: inline-block;
	left: 0;
	line-height: 1;
	margin-left: -.275em;
	color: #D1DFE9;
	vertical-align: middle;
}

.bread .separator icon {
	vertical-align: middle;
	color: #A3B3C3;
	font-size: .5em;
	margin: 0 .75em;
}

.bread a {
	color: #006A94; /* $primary */
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}

.bread a:hover {
	color: #8D0E3A; /* $secondary */
}

.bread a, .bread span {
	vertical-align: middle;
}

.bc-buttons {
	float: right;
	clear: right;
}

.bc-buttons ul {
	display: table;
	margin-right: -2px;
}

.bc-buttons li {
	display: table-cell;
	padding: 0;
	border-left: 1px solid #FFF;
	margin: 0;
	background-color: #006A94; /* $primary */
	vertical-align: middle;
	text-align: center;
}

.bc-buttons li a {
	color: #FFF;
	display: block;
	position: relative;
	height: 3.3em;
	width: 4.5em;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.bc-buttons li a:hover {
	color: #DDDDDD;
}

.bc-buttons li icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	font-size: 1.75em;
	line-height: 1em;
}

.no-boxshadow .bc-buttons li icon {
	top: 31%;
}

.bc-buttons li icon.icon-email {
	top: 46%;
}

.no-boxshadow .bc-buttons li icon.icon-email {
	top: 22%;
}

.bc-buttons li icon.font-size {
	font-size: 1.5em;
}

.bc-buttons li icon.icon-print {
	font-size: 1.5em;
}

#SocialSharing {
	min-height: 0;
}

.cms-admin #SocialSharing {
	min-height: .875em;
}

.Refer-a-Friend .bc-buttons li.print {
	display: none;
}
/* End Hot Buttons */

/* Forms */
.req-consult {
	display: block;
	width: 100%;
}

.subfooter-section .req-consult {
	margin-top: 10%;
}

.req-consult input, .req-consult textarea, .req-consult select {
	background-color: #FFFFFF;
	border: none !important;
	display: block;
	margin: 0 1% 0.625em;
	float: left;
	height: 51px;
	width: 48%;
	padding: 1.1em;
	color: #616161;
	font-size: 1em;
	outline: none;
	overflow: auto;
	border-radius: 5px;
}

.req-consult ::-webkit-input-placeholder {
	color: #616161;
}

.req-consult :-moz-placeholder {
	color: #616161;
}

.req-consult ::-moz-placeholder {
	color: #616161;
}

.req-consult :-ms-input-placeholder {
	color: #616161;
}

.req-consult input.long, .req-consult select.long {
	width: 98%;
}

select.hidefirstoption option:first-child {
	display: none;
}

.req-consult .btn {
	margin-top: 10%;
}
/* End Forms */

/* Quick Links */
.slideholder {
	position: relative;
}

.quicklinks {
	width: 16.250em;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	bottom: 4%;
	-webkit-transition: 1s ease .3s;
	-moz-transition: 1s ease .3s;
	-o-transition: 1s ease .3s;
	transition: 1s ease .3s;
	left: -60em;
}

.show .quicklinks {
	left: 3%;
}

.quicklinks-title {
	background-color: #FFF;
	color: #000;
	font-family: Times News Roman, Times, serif;
	font-size: 2em;
}

.quicklinks-title icon {
	color: #FFF;
	background-color: #8D0E3A; /* $secondary */
	width: 2em;
	height: 2em;
	line-height: 1.8em;
	position: relative;
	display: inline-block;
	text-align: center;
}

.quicklinks-title span {
	padding: 0 0 0 3%;
}

.quicklinks ul li.close {
	display: none;
}

.quicklinks ul li.close a {
	margin: 0;
	background-color: #eee;
}

.quicklinks ul li.close a:hover {
	background-color: #CCC;
}

.quicklinks ul li a {
	display: block;
	padding: .75em .5em .75em 3em;
	background-color: #e8e8e8;
	border-top: 1px solid #FFF;
	font-size: 1.2em;
	color: #000;
	position: relative;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.quicklinks ul li a:hover {
	background-color: #CCC;
	color: #FFF;
	padding: .75em .5em .75em 3.5em;
}

.quicklinks ul li a icon {
	color: #006A94; /* $primary */
	font-size: 1.5em;
	position: absolute;
	left: .25em;
	top: 0.25em;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.quicklinks ul li.close a icon {
	font-size: 1.3em;
	top: .5em;
	left: .5em;
	color: #8D0E3A; /* $secondary */
}

.quicklinks ul li a:hover icon {
	color: #8D0E3A; /* $secondary */
	left: .75em;
}
/* End Quick Links */

/* Sub Slide */
.sub #ImageZone {
	background-size: cover;
	background-position: center;
	position: relative;
}

.sub-slide {
	text-align: center;
	background-size: cover;
	background-position: right;
	position: relative;
}

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

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

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

.sub-slide h2 {
	display: inline-block;
	padding: 1.25% 1.5%;
	font-size: 3.65em;
	line-height: 1em;
	color: #FFFFFF;
	font-family: Times News Roman, Times, serif;
	margin: 7% 0;
	font-weight: normal;
	background-color: #006A94; /* $primary */
}
/* End Sub Slide */

/* CTAs Styles */
.cta-list {
	background-color: #dcdcdc;
	padding: 0;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

.cta-list.request-made {
	background-color: #1B4792;
}

.cta-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: table;
	width: 100%;
	border-spacing: 2px 0;
}

.cta-list ul li {
	margin: 0;
	padding: 0;
	display: table-cell;
	text-align: center;
	background-color: #eeeeee;
}

.cta-list ul.items5 li {
	width: 20%;
}

.cta-list ul.items4 li {
	width: 25%;
}

.cta-list ul.items3 li {
	width: 33%;
}

.cta-list ul.items2 li {
	width: 50%;
}

.cta-list ul.items1 li {
	width: 100%;
}

.cta-list ul li a {
	display: block;
	padding: .5em 0;
	position: relative;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.cta-list ul li:hover {
	background-color: #CCC;
}

.cta-list ul li a icon {
	font-size: 3.5em;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	top: 0;
	position: relative;
	display: inline-block;
	border-radius: 5px;
	padding: .1em;
}

.cta-list ul li a img {
	position: relative;
	top: 0;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	height: auto;
	max-width: 57%;
	width: auto;
}

.cta-list ul li a:hover img {
	top: -1em;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.cta-list ul li a:hover icon {
	top: -.5em;
	color: #FFF;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	background-color: #8D0E3A; /* $secondary */
}

.sub.alt .cta-list ul li a:hover icon {
	top: 0;
}

.cta-list ul li a h2 {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #000;
	font-weight: normal;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	position: relative;
	top: 0;
}

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

.cta-list ul li a:hover h2 {
	color: #FFF;
	top: -.5em;
}

.sub.alt .cta-list ul li a:hover h2 {
	top: 0;
}
/* End CTAs Styles */

/* TopNav Styles */
.desktop .top-nav ul {
	display: block;
	margin: 1em 0 0;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.no-rgba .top-nav-wrap.desktop {
	width: 55%;
}

.shrink-nav .desktop .top-nav ul {
	margin-top: .5em;
}

.desktop .top-nav ul li {
	display: inline-block;
	margin-left: 1.2em;
	position: relative;
}

.desktop .top-nav a {
	color: #006A94; /* $primary */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 1.375em;
	font-weight: bold;
	padding: .5em 0;
}

.desktop .top-nav a:hover {
	color: #8D0E3A; /* $secondary */
}

.desktop .top-nav li:first-child {
	margin-left: 0;
}

.mobile .top-nav ul {
	width: 100%;
	display: table;
	background-color: #006A94; /* $primary */
	position: absolute;
}

.mobile .top-nav li {
	display: table-cell;
	width: auto;
	padding: 0 1%;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
	width: 25%;
}

.mobile .top-nav a {
	display: block;
	padding: .8em 0;
	color: #FFFFFF; /* $light */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
}

.mobile .top-nav a icon {
	position: relative;
	top: 2px;
}

.mobile .top-nav a icon.icon-search {
	position: relative;
	top: -1px;
}

.top-nav-wrap.mobile {
	display: none;
}
/* End TopNav Styles */

/* Flyout Menu */
nav.top-nav div.iflylist {
	border: none;
	text-align: left;
	min-width: 280px;
	background-color: transparent;
	-webkit-animation: flyout .5s ease;
	-moz-animation: flyout .5s ease;
	-o-animation: flyout .5s ease;
	animation: flyout .5s ease;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	margin-top: .5em;
	left: -.5em !important;
	top: 1.75em !important;
}

@-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 {
	-webkit-animation: flyout .5s ease;
	-moz-animation: flyout .5s ease;
	-o-animation: flyout .5s ease;
	animation: flyout .5s ease;
}

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

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

nav.top-nav div.ifly a {
	padding: .7em 1em;
	color: #000;
	min-width: 150px;
	border-bottom: none;
	margin-bottom: 0px;
	display: block;
	font-weight: normal;
	border-top: #FFF 1px solid;
	white-space: normal;
}

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

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

nav.top-nav div.ifly a.iflyOver {
	color: #FFFFFF;
}

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: 10px;
	color: #FFFFFF;
	display: none;
}

div.iflylist div.ui-more-items {
	background-color: #006A94; /* $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 */

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

.side a {
	display: block;
}

.side .btn {
	display: block;
}

.sidemenu ul {
	width: 100%;
	position: relative;
}

.sidemenu ul.slide-list {
	background-color: #a5a5a5;
	overflow: hidden;
	border-radius: 5px;
	padding: 10px 0px 33px;
}

.sidemenu li > ul {
	padding: 0px 1em;
	margin: 0.125em 0;
}

.sidemenu ul li {
	display: block;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	line-height: 1.25;
	position: relative;
}

.no-boxshadow .sidemenu ul li {
	border-bottom: 1px solid #FFF;
}

.sidemenu ul.slide-list li:after {
	content: '';
	background: rgba(255,
				255,
				255,
				0.5);
	width: 96%;
	height: 1px;
	border: 0;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.no-rbga .sidemenu ul.slide-list li:after {
	background-color: #FFF;
}

.sidemenu ul li.level1 {
	position: relative;
}

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

.sidemenu ul li.level1 a {
}

.sidemenu ul li.level2 {
	display: none;
}

.sidemenu ul li.level2 a {
	color: #d8d8d8;
	font-weight: bold;
	font-size: 1.25em;
	background-color: #8d0e3a;
	padding: .65em 1em .75em 3em;
}

.sidemenu ul li.level2 a:hover {
	padding: .65em 1em .75em 2em;
}

.sidemenu ul li.level3 {
}

.sidemenu ul li.level3 a {
	color: #d8d8d8;
	font-weight: bold;
	font-size: 1em;
	background-color: #8d0e3a;
	padding-left: 3.5em;
}

.sidemenu ul li.level4 a {
	font-size: .913em;
	padding-left: 4.5em;
	background-color: #8D0E3A;
	color: #d8d8d8;
	font-weight: bold;
}

.sidemenu ul li.level5 a {
	font-size: .813em;
	padding-left: 5.5em;
	background-color: #8D0E3A;
	color: #d8d8d8;
	font-weight: bold;
}

.sidemenu ul li a:hover, .sidemenu ul li.selected a, .sidemenu ul li.hovered a, .sidemenu ul li.minus a {
	background-color: #8D0E3A; /* $secondary */
	color: #FFFFFF;
}

.sidemenu ul.slide-list li.level1 a:before {
	content: '';
	position: absolute;
	width: 0.875em;
	height: 2px;
	top: 50%;
	right: .45em;
	background-color: #FFF;
	margin-top: -1px;
}

.sidemenu ul.slide-list li.level1 a:after {
	content: '';
	position: absolute;
	right: .845em;
	top: 50%;
	margin-top: -.4375em;
	line-height: 1;
	background-color: #FFF;
	display: block;
	width: 2px;
	height: 0.875em;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.sidemenu ul.slide-list li.level1.minus a:after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

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

.sidemenu ul li.level1.child0 a:before, .sidemenu ul li.level1.child0 a:after {
	display: none;
}

.sidemenu {
	margin-bottom: 2em;
}

.sidemenu h2 {
	margin: 0px;
	padding: 0 0 .25em;
	font-size: 2.813em;
	text-align: center;
	font-weight: normal;
}

.sidemenu h2 a {
	color: #000;
}

.sidemenu h2 a:hover {
	color: #8D0E3A; /* $secondary */
}

.sidemenu.infocenter ul li {
	margin-bottom: 5px;
}

.sidemenu ul li a {
	font-size: 1.375em;
	padding: .5em 1em .5em 1.5em;
	display: block;
	color: #FFF;
	text-align: left;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.sidemenu ul li a:hover {
	padding: .5em 1em .5em 1em;
}

.sidemenu.infocenter ul li a {
	background-color: #006A94; /* $primary */
	border-radius: 5px;
	position: relative;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

.sidemenu.infocenter ul li a:hover {
	color: #FFF;
	background-color: #004D6C; /* darken($primary,27%) */
}

.sidemenu.infocenter ul li a icon {
	color: #b0d9fc;
	position: absolute;
	right: 2%;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .8em;
}

.no-boxshadow .sidemenu.infocenter ul li a icon {
	top: 32%;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.sidemenu.infocenter ul li a icon {
			top: 32%;
		}
	}

	.sidemenu ul li a:hover {
	}
}
/* End Side Nav */

/* Total Health */
.totalhealthanimation {
	padding: 0 0 2%;
	overflow: hidden;
	width: 100%;
}

.CntrExcelheader {
	border-top: 1px solid #DEE3EB;
	padding-top: 2em;
	margin-top: .5em;
}

.CntrExcelheader h2 {
	text-align: center;
	font-size: 2.813em;
	color: #000;
	text-align: center;
	font-weight: normal;
}

.totalhealthanimation .slides {
	position: relative;
	height: 330px;
}

.totalhealthanimation .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	padding-top: 3em;
}

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

.totalhealthanimation .image {
	float: left;
	width: 48%;
	height: 264px;
	position: relative;
	margin-left: 2px;
}

.totalhealthanimation .image img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border: 5px solid #FFF;
	background-size: cover;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}

.totalhealthanimation .info {
	float: right;
	width: 50%;
	text-align: center;
	padding: 1.25em;
}

.totalhealthanimation .info h2 {
	color: #8D0E3A; /* $secondary */
	font-size: 2.188em;
	padding: 0 12% .4em;
	font-family: Times News Roman, Times, serif;
	font-weight: normal;
	position: relative;
	display: inline-block;
}

.totalhealthanimation .info h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	border-bottom: 3px solid #DAE0E8;
	width: 70%;
	margin-left: -35%;
}

.totalhealthanimation .info h2 span {
	display: block;
}

.totalhealthanimation .info h3 {
	color: #646362;
	font-size: 1.25em;
}

.totalhealthanimation .info p {
	color: #6C6D6D; /* $grey */
	font-size: 1.438em;
	padding-bottom: 10px;
	line-height: 1.5em;
}

.totalhealthanimation .slide-nav {
	border-top: 1px solid #DEE3EB;
	padding-top: 2em;
	overflow: hidden;
	margin-top: 2em;
}

.totalhealthanimation .slide-nav div {
	display: table;
	width: 100%;
	text-align: center;
	table-layout: fixed;
}

.totalhealthanimation .slide-nav a {
	display: table-cell;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	text-align: center;
	padding: .65em 1em .9em;
	background-color: #FFF;
	color: #000000;
	font-size: 1.5em;
	border-radius: 5px;
	position: relative;
	vertical-align: middle;
}

.totalhealthanimation .slide-nav a:before {
	position: absolute;
	border-left: 1px solid #DEE3EB;
	height: 1em;
	width: 1px;
	bottom: 120%;
	content: '';
	left: 50%;
}

.totalhealthanimation .slide-nav a:hover {
	color: #8D0E3A; /* $secondary */
}

.totalhealthanimation .slide-nav a.active {
	background-color: #006A94; /* $primary */
	color: #FFF;
	cursor: default;
}
/* End Total Health */

/* Whats Going On */
.whatsgoing {
	background: #4389c6 url(/images/design/whatsgoingBG.jpg) top center no-repeat;
	background-size: cover;
	text-align: center;
	color: #FFF;
	padding: 2% 1%;
	position: relative;
	overflow: hidden;
}

.no-boxshadow .whatsgoing {
	background-image: url(/images/design/whatsgoingBG-IE8.jpg);
}

.whatsgoing .main {
	top: 40em;
	-webkit-transition: .75s ease .1s;
	-moz-transition: .75s ease .1s;
	-o-transition: .75s ease .1s;
	transition: .75s ease .1s;
}

@-moz-document url-prefix() {
	.whatsgoing .main {
		top: 0;
	}
}

.show.whatsgoing .main, .cms-admin .whatsgoing .main, .no-cssanimations .whatsgoing .main {
	top: 0em;
}

.whatsgoing h2, .whatsgoing h3 {
	margin: .5em 0;
}

.whatsgoing h2 {
	font-size: 2.125em;
	font-weight: normal;
	line-height: 1.1em;
}

.whatsgoing h3 {
	font-size: 1.25em;
	letter-spacing: 6px;
	text-transform: uppercase;
}
/* End Whats Going On */

/* NewsFeed */
.newsfeed {
	background-color: #f2f2f2;
	padding: .5em 1%;
}

.newsfeed header {
	float: left;
	margin-top: .45em;
}

.newsfeedheader a {
	color: #8D0E3A; /* $secondary */
	font-size: 1.35em;
}

.newsfeedheader a:hover {
	color: #006A94; /* $primary */
}

.newsfeedheader icon {
	font-size: 3em;
	line-height: 1em;
	position: absolute;
	top: -.22em;
	margin: 0;
	padding: 0;
	display: none;
}

.newsfeed .rows {
	float: right;
	width: 91%;
	position: relative;
	overflow: hidden;
}

.newsfeed icon.news {
	color: #8D0E3A; /* $secondary */
	font-size: 2em;
	margin-right: .5em;
}

.newsfeed h3 {
	float: left;
	margin-top: .45em;
	font-size: 1.25em;
	font-weight: normal;
	color: #6C6D6D; /* $grey */
}

.newsfeed h3 span {
	color: #006A94; /* $primary */
}

.newsfeed a.btn {
	float: right;
	font-size: 1em;
	border-radius: 24px;
}
/* End NewsFeed */

/* Awards */
.awards-section {
	position: relative;
	overflow: hidden;
}

.awards-section .main {
	overflow: hidden;
}

.awardsheader {
	positon: relative;
	z-index: 2;
	padding: 2% 1%;
	text-align: center;
}

.awardsheader h2 {
	text-align: center;
	font-size: 2.813em;
	color: #000;
	text-align: center;
	font-weight: normal;
}

.awardsfeed {
	position: relative;
	z-index: 3;
}

.awards-section video {
	position: absolute;
	bottom: 0;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	z-index: 0;
}

.white-overlay {
	background-color: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=40);
	z-index: 1;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.bgbackup {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.no-cssanimations .bgbackup {
	display: block;
}

.no-cssanimations .awards-section video {
	display: none;
}

.awardsfeed .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
/* End Awards */

/* Feeds */
.feeds {
	text-align: center;
	padding: 2.500em 0;
}

.feeds h1 {
	font-size: 2.813em;
	color: #000000;
	margin-bottom: 0.5em;
	font-weight: normal;
}

.feeds .btn {
	margin-top: 1em;
	padding: 0.75em 8%;
}

.feeds ul {
	text-align: left;
	border-top: 8px solid #8D0E3A; /* $secondary */
	background-color: #EEEEEE;
	padding: 0.75em 0 1em 1em;
}

body.sub .feeds ul {
	background-repeat: no-repeat;
	background-position: left center;
}

.feeds ul li {
	padding: 1em 1em 0;
}

.feeds ul li a {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(205,205,153,0.297);
	padding-bottom: 1em;
}

.feeds ul li:last-child a {
	border-bottom: none;
}

.feeds ul .date {
	float: left;
	margin-right: 1em;
	text-align: center;
	font-size: 1.2em;
}

.feeds ul .date .month {
	background-color: #8D0E3A; /* $secondary */
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 5px 5px;
}

.feeds ul .date .day {
	display: block;
	font-weight: bold;
	color: #6C6D6D; /* $grey */
	background-color: #DDDDDD;
	font-size: 1.875em;
	padding: 0 8px 0 6px;
}

.feeds ul li h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	margin-top: 0.5em;
}
/* End Feeds */

/* SubFooter */
.subfooter-section {
	background: #ddd url(/images/design/subFooterBG.jpg) top center no-repeat;
	background-size: cover;
	padding: 3% 1%;
	color: #FFF;
}

.subfooter-section h2 {
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: .6em;
}

.subfooter-section p {
	font-size: 1.125em;
	line-height: 1.1em;
	margin: .5em 0;
}

.subfooter-contact p {
	font-size: 1.07em;
	line-height: 1.1em;
	margin: .5em 0;
}

.subfooter-section a {
	color: #FFFFFF;
}

.subfooter-section a.phone-link {
	font-size: 1.4em;
}

.subfooter-section a:hover {
	color: #DDDDDD;
}

.subfooter-section .main {
	display: table;
}

.subfooter-contact, .subfooter-email, .subfooter-connect {
	display: table-cell;
	vertical-align: top;
}

.content ul.subfooter-social {
	list-style: none;
	padding: 0 0 0 1em;
}

.subfooter-contact {
	width: 27%;
}

.no-rgba .subfooter-contact, .no-rgba .subfooter-connect {
	width: 25%;
	display: block;
	float: left;
}

.no-rgba .subfooter-email {
	width: 40%;
	display: block;
	float: left;
}

.no-rgba .subfooter-email input {
	overflow: hidden;
}

.subfootermap {
	margin: 6% 0 10%;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.subfootermap:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.subfooter-email {
	padding: 0px 8%;
	width: auto;
}

.subfooter-connect {
	width: 20%;
}

ul.subfooter-social {
}

ul.subfooter-social li.social-button {
	font-size: 1.125em;
	position: relative;
	margin-bottom: .2em;
}

ul.subfooter-social li.social-button a {
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

ul.subfooter-social li.social-button a icon {
	color: #FFFFFF;
	font-size: 1em;
	height: 2em;
	width: 2em;
	display: inline-block;
	background-color: #8D0E3A; /* $secondary */
	margin-right: .5em;
	border-radius: 3px;
	position: relative;
	top: .6em;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

ul.subfooter-social li.social-button a:hover icon {
	background-color: #000;
}

ul.subfooter-social li.social-button a icon:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.no-boxshadow ul.subfooter-social li.social-button a icon:before {
	top: 33%;
}

.subfooter-section #LocationMap {
	position: relative;
	margin: 1.5em 0;
	width: 100% !important;
	height: auto !important;
	border: 3px solid #fff;
}

.subfooter-section #LocationMap:before {
	height: 100%;
	width: 100%;
	content: '';
	background-color: #006A94; /* adjust($primary,-11%,0%,49%) */
	position: absolute;
	z-index: 2;
	opacity: .3;
	top: 0;
	left: 0;
}

.no-opacity .subfooter-section #LocationMap:before {
	display: none;
}

.subfooter-section #LocationMap:after {
	height: 100%;
	width: 100%;
	content: '';
	position: absolute;
	border: 3px solid #8D0E3A; /* $secondary */
	z-index: 1;
	top: 0;
	display: none;
}

.subfooter-section #LocationMap a {
	display: block;
}

.subfooter-section #LocationMap a img {
	width: 100%;
	height: 100%;
	display: block;
}
/* End SubFooter */

/* Footer */
.footer-module {
	background-color: #006A94; /* $primary */
	color: #FFF;
	padding: 1%;
}

.links-wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.links-wrap div {
	display: table-cell;
	padding: 0 1%;
	vertical-align: top;
}

.no-display-table .links-wrap div {
	float: left;
}

.links-wrap:after {
	display: none;
}

.links-wrap h3 {
	font-size: 1.438em;
	margin-bottom: .5em;
	margin-top: 1em;
}

.links-wrap h3 a {
	color: #FFF;
}

.links-wrap li {
	margin-bottom: .5em;
	font-size: 1.25em;
}

.links-wrap li a {
	color: #70889E;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	color: #FFF;
}

.links-wrap li a:hover {
	color: #DDDDDD;
}

.footer-info {
	display: table;
	width: 100%;
	padding: 1em 0 0;
}

.footer-info .btm-logo {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.footer-info .address-phone {
	font-size: 1.25em;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.footer-info .address-phone a icon {
	color: #abd7fe;
	font-size: 1.5em;
	position: relative;
	top: 2px;
}

.footer-info .address-phone a icon:before {
}

.footer-info .address-phone a.address-section {
	color: #FFF;
}

.footer-info .address-phone a.phone-link {
	font-weight: bold;
	color: #FFF;
	position: relative;
	padding-left: .5em;
	margin-left: .5em;
	font-size: 1.1em;
}

.footer-info .address-phone a.phone-link:before {
	content: '';
	width: 2px;
	height: 75%;
	position: absolute;
	left: 0;
	top: 52%;
	background-color: #abd7fe;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.no-boxshadow .footer-info .address-phone a.phone-link:before {
	top: 15%;
}

.bottomfooter {
	font-size: 1.25em;
	padding: 2em 1%;
}

.affilation {
	float: right;
}

.affilation img {
	vertical-align: middle;
	float: right;
	margin-left: .5em;
}

.affilation span {
	padding-top: .4em;
	display: inline-block;
}

.affilation a {
	color: #000;
}

.affilation a:hover {
	color: #8D0E3A; /* $secondary */
}

ul.btm-social {
	display: table;
	border-collapse: collapse;
	float: left;
}

ul.btm-social li.social-button {
	display: table-cell;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

ul.btm-social li.social-button a {
	padding: .2em .75em;
	display: block;
}

ul.btm-social li.social-button a icon {
	color: #a33a5e;
	font-size: 1.25em;
}

ul.btm-social li.social-button a:hover icon {
	color: #000;
}

.copyright-footernav {
	clear: both;
	padding-top: 1em;
	color: #6C6D6D; /* $grey */
}

.copyright {
	float: left;
}

.powerby {
	float: right;
}

.powerby a {
	color: #000;
}

.powerby a:hover {
	color: #8D0E3A; /* $secondary */
}

nav.footer-links {
	display: inline-block;
}

nav.footer-links li {
	display: inline-block;
	position: relative;
	padding-left: .5em;
	margin-left: .5em;
}

nav.footer-links li a {
	display: block;
	color: #6C6D6D; /* $grey */
}

nav.footer-links li a:hover {
	color: #8D0E3A; /* $secondary */
}

nav.footer-links li:before {
	content: '';
	width: 1px;
	height: 80%;
	position: absolute;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #6C6D6D; /* $grey */
	left: 0;
}

.no-boxshadow nav.footer-links li:before {
	top: 15%;
}

.Contact-Us .subfooter-email {
	display: none;
}

.Contact-Us .subfooter-connect {
	min-width: 20em;
	float: right;
}
/* End Footer */

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

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: #006A94; /* $primary */
	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 #006A94; /* $primary */
}

.top-nav ul.mobile-nav div.imenuitem a span {
	display: block;
}

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

div.imenuitem.iright:hover:before {
	color: #006A94; /* $primary */
}

.mobile .top-nav div.imenuitem a {
	color: #fff;
	display: block;
	padding: 12px 15px;
	text-align: left;
	z-index: 2;
}

.mobile .top-nav div.imenuitem a:hover {
	color: #FFFFFF; /* $light */
}

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

/* Responsive Img */
img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}
/* End Responsive Img */

/* Responsive @ 1750px */
@media (max-width: 1750px) {
	body {
		font-size: .91vw;
	}
}
/* End Responsive @ 1750px */

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

	.movenavhere #TopNavigation {
		background-color: #006A94; /* $primary */
		padding: 1em 0;
	}

	.shrink-nav .movenavhere #TopNavigation {
		padding: .5em 0;
	}

	.masthead-left {
		vertical-align: middle;
	}

	.desktop .top-nav ul, .shrink-nav .desktop .top-nav ul {
		text-align: center;
		margin: 0;
	}

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

	.desktop .top-nav ul li {
		display: table-cell;
	}

	.movenavhere .desktop .top-nav a {
		color: #FFF;
	}

	.movenavhere .desktop nav.top-nav div.ifly a {
		color: #000;
	}

	.movenavhere .desktop .top-nav a:hover {
		color: #DCDCDC;
	}
}
/* End Responsive @ 1500px */

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

	.totalhealthanimation {
		padding: 0 1% 2%;
	}
}
/* End Responsive @ 1340px */

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

	#TopNavigation {
		background-color: #006A94; /* $primary */
		padding: 1em 0;
	}

	.shrink-nav #TopNavigation {
		padding: .5em 0;
	}

	.masthead-left {
		vertical-align: middle;
	}

	.desktop .top-nav ul, .shrink-nav .desktop .top-nav ul {
		text-align: center;
		margin: 0;
	}

	.desktop .top-nav a {
		color: #FFF;
	}

	.desktop .top-nav a:hover {
		color: #DCDCDC;
	}

	.sidemenu h2 {
		padding-left: 0;
		text-align: center;
	}

	.googletranslatewrap {
		display: none;
	}

	.headerlinks {
		margin-right: 0;
		clear: right;
	}

	.masthead-wrap {
		padding-bottom: .5em;
	}

	.masthead-left, .masthead-right {
		width: 50%;
	}

	nav.footer-links {
		display: block;
	}

	nav.footer-links li:first-child {
		margin: 0;
		padding: 0;
	}

	nav.footer-links li:first-child:before {
		display: none;
	}

	.masthead-right .btm-info {
		position: relative;
	}

	.masthead .address-phone {
		margin: .5em 0 0;
	}

	.masthead .top-logo {
		width: 50% !important;
	}
}
/* End Responsive @ 1280px */

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

	.masthead .address-phone {
		font-size: 1.1em;
	}

	.footer-info .btm-logo, .footer-info .address-phone {
		display: block;
		text-align: center;
		width: 100%;
	}

	.affilation {
		text-align: right;
	}

	.affilation img {
		float: none;
	}

	.affilation span {
		display: block;
	}
}
/* End Responsive @ 950px */

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

	.masthead .top-logo {
		float: none;
		width: 100% !important;
		text-align: center;
	}

	.headerlinks {
		float: none;
		width: 100%;
		text-align: center;
	}

	.masthead .address-phone {
		float: none;
		text-align: center;
	}

	.masthead .address-phone a.address-section {
		display: none;
	}

	.masthead .address-phone a.phone-link:before {
		display: none;
	}

	.searchsite {
		margin: 3% 0 1%;
		width: 100%;
		float: none;
		display: none;
	}

	a.search-submit-button, .searchtext input {
		font-size: 20px;
	}

	#TopNavigation {
		display: none;
	}

	.top-nav-wrap.mobile {
		display: block;
	}

	#MainArea .content, #MainArea .side, .sub #MainArea .content {
		float: none;
		width: 100%;
	}

	.links-wrap div {
		float: left;
		width: 50%;
	}

	.awardsheader h2 {
		font-size: 2em;
	}

	ul.btm-social {
		float: none;
		margin: 0 auto 1em;
	}

	.affilation {
		text-align: center;
		float: none;
	}

	.powerby, .copyright, nav.footer-links {
		float: none;
		text-align: center;
		margin-top: 1%;
	}

	nav.footer-links li, nav.footer-links li:first-child {
		display: block;
		padding: 1%;
		border-bottom: 1px solid #eee;
		max-width: 400px;
		margin: 0 auto;
	}

	nav.footer-links li:before {
		display: none;
	}

	.newsfeed {
		display: none;
	}

	.awards-section {
		display: none;
	}

	.footer-module {
		display: none;
	}

	.quicklinks, .show-item .quicklinks {
		position: relative;
		left: 0;
		width: 100%;
		border-radius: 0;
	}

	.quicklinks-title {
		background-color: #eee;
		cursor: pointer;
	}

	.quicklinks-title:after {
		content: '\e9ee';
		font-family: 'icomoon-ult' !important;
		position: absolute;
		top: .4em;
		right: .5em;
		font-size: 1em;
		color: #8D0E3A; /* $secondary */
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .3s ease;
		-moz-transition: .3s ease;
		-o-transition: .3s ease;
		transition: .3s ease;
	}

	.quicklinks-title:hover:after {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.quicklinks-title:hover {
		background-color: #ddd;
	}

	.quicklinks ul {
		ve: ;width: 100%;
		height: auto;
		margin: 0;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: .5s ease;
		-moz-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
	}

	.quicklinks ul li a {
		font-size: 1.5em;
	}

	.quicklinks ul.active {
		max-height: 30em;
	}

	.quicklinks ul li.close {
		display: block;
	}

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

	.bc-buttons {
		display: none;
	}

	.subfooter-section .main {
		display: block;
	}

	.subfooter-contact, .subfooter-email, .subfooter-connect {
		display: block;
		width: 100%;
		text-align: center;
	}

	.subfooter-connect {
		display: none;
	}

	.subfooter-email {
		padding: 0;
	}

	.subfooter-contact {
		margin-bottom: 3%;
	}

	.subfooter-section h2 {
		margin-bottom: 1%;
	}

	.req-consult .btn {
		margin: 2% auto;
	}

	.subfootermap {
		margin: 2% 0;
	}

	.subfooter-section .req-consult {
		margin-top: 3%;
	}

	.btn.wide {
		max-width: 340px;
		margin-right: auto;
		margin-left: auto;
	}

	.feeds {
		width: 100%;
		margin: 1em 0;
		padding: 0;
	}
}
/* End Responsive @ 780px */

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

	.top-nav ul.mobile-nav a icon {
		margin-right: 0;
		font-size: 1.3em;
	}

	.top-nav ul.mobile-nav a span {
		display: none;
	}

	.CntrExcelheader {
		display: none;
	}

	.content .img-right {
		float: none;
		margin: 0 auto .5em;
		display: block;
	}

	.sub-slide .main {
		background-color: rgba(0,0,0,0.5);
	}

	.headerlinks {
		display: none;
	}

	#CTAZone {
		display: none;
	}

	.bcb {
		display: none;
	}
}
/* End Responsive @ 600px */

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

	.links-wrap div {
		font-size: 1em;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.shrink-nav .masthead-wrap {
		display: none;
	}

	.masthead .address-phone a.phone-link, .footer-info .address-phone a.phone-link {
		margin: 0;
		padding: 0;
	}

	.masthead .address-phone a.phone-link:before, .footer-info .address-phone a.phone-link:before, .masthead .address-phone a icon {
		display: none;
	}

	.newsfeed {
		text-align: center;
		padding: 0 1% .5em;
	}

	.newsfeed header {
		display: block;
		float: none;
		border-bottom: 1px solid #CCC;
		padding-bottom: .5em;
	}

	.newsfeed header span {
		display: inline-block;
		font-size: 2em;
	}

	.newsfeedheader icon {
		position: relative;
		top: 0;
	}

	.newsfeed h3, .newsfeed a.btn {
		float: none;
	}

	.newsfeed a.btn {
		margin-top: .25em;
	}

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

	.cta-list ul li:hover {
		background-color: #8D0E3A;
	}

	.cta-list ul li a:hover icon, .cta-list ul li a:hover img {
		top: 0;
		color: #FFF;
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	.req-consult input, .req-consult textarea, .req-consult select {
		width: 98%;
	}
}
/* End Responsive @ 500px */
