/* Color Tokens */
.color-tokens {
	color: #00678F; /* $primary */
	background-color: #F5866C; /* $secondary */
	border-top-color: #0F563E; /* $tertiary */
	border-right-color: #939598; /* $text */
	border-bottom-color: #DDEBF8; /* $light */
	border-left-color: #2C2C2E; /* $dark */
}
/* End Color Tokens */

/* Header HC1 Styles */
#HeaderZone {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
}

.mobile-landscape #HeaderZone {
	position: relative;
	top: auto;
	left: auto;
}

.mobile-landscape {
	padding-top: 0 !important;
}

body.nevermind {
	padding-top: 0 !important;
}

body.nevermind #HeaderZone {
	position: relative;
}

.no-backgroundsize #HeaderZone {
	position: relative;
}

body.cms-admin {
	padding-top: 156px !important;
}

.cms-admin #HeaderZone {
	position: relative;
}

.cms-edit-layout #HeaderZone {
	position: static;
}

.header-panel.hc1 {
	padding: 0;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.25);
	transition: padding .5s ease 0s;
}

.fixed .header-panel.hc1 {
	padding: 0;
}

.header-panel.hc1 .top-section {
	background-color: #939598; /* $text */
	z-index: 2;
}

.header-panel.hc1 .top-section .flex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}

.header-panel.hc1 .top-section .flex .utilities {
	display: table;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.header-panel.hc1 .top-section .flex .utilities li {
	display: table-cell;
	position: relative;
}

.header-panel.hc1 .top-section .flex .utilities li + li:before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
	height: .7em;
	background-color: #C9CACB; /* lighten($text,50%) */
	left: 0;
}

.header-panel.hc1 .top-section .flex .utilities li a {
	display: block;
	padding: 1em 2em;
	font-size: .8em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 700;
}

.header-panel.hc1 .top-section .flex .utilities li:last-child a {
	padding-right: 0;
}

.header-panel.hc1 .top-section .flex .utilities li a:hover {
	color: #F5866C; /* $secondary */
}

.header-panel.hc1 .social-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.header-panel.hc1 .social-nav ul {
	display: table;
	padding: 0;
}

.header-panel.hc1 .social-nav li {
	display: table-cell;
	padding: 0 .25em;
	vertical-align: top;
}

.header-panel.hc1 .social-nav a {
	display: block;
	color: #fff;
	transition: color .5s ease 0s;
}

.header-panel.hc1 .social-nav a:hover {
	color: #F5866C; /* $secondary */
}

.header-panel.hc1 .social-nav a icon {
	display: block;
	padding: .5em;
	font-size: 1.225em;
}

.header-panel.hc1 .social-nav a icon.blogger, .header-panel.hc1 .social-nav a icon.feed {
	font-size: 1.125em;
}

.header-panel.hc1 .mid-section {
	z-index: 4;
	background-color: #FFFFFF;
}

.header-panel.hc1 .mid-section .flex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.header-panel.hc1 .mid-section .top-logo {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: 10em;
	transition: .5s ease;
}

.header-panel.hc1 .mid-section .top-logo img {
	display: block;
	padding: 0.8em 0 1.2em;
}

.header-panel.hc1 .mid-section .right-info {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: 50%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.header-panel.hc1 .sitesearch {
	background: #0F563E; /* $tertiary */
	border-radius: .2em;
	overflow: hidden;
	height: 2.7em;
}

.no-flexbox .header-panel.hc1 .sitesearch {
	margin: 0;
}

.header-panel.hc1 .sitesearch input {
	border: 0;
	background: transparent;
	color: #FFFFFF;
	font-size: .9em;
	font-family: inherit;
	font-weight: 700;
	float: left;
	padding: 0.9em;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.header-panel.hc1 .sitesearch a {
	display: inline-block;
	background-color: #0D4C37; /* darken($tertiary,12%) */
	width: 3.4em;
	height: 2.7em;
	position: relative;
	color: #FFFFFF;
	text-align: center;
	float: right;
	transition: background-color .3s ease;
}

.header-panel.hc1 .sitesearch a:hover {
	background-color: #F5866C; /* $secondary */
}

.header-panel.hc1 .sitesearch a icon {
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 1.3em;
}

.header-panel.hc1 .mid-section .search {
	padding: 0 0 0 1em;
	font-size: 1.4em;
	color: #00678F; /* $primary */
	cursor: pointer;
}

.header-panel.hc1 .bottom-section {
	background-color: #00678F; /* $primary */
}

.header-panel.hc1 .top-nav {
	padding: 0;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.header-panel.hc1 .bottom-section .top-nav {
	z-index: 2;
	position: relative;
	background-color: #00678F; /* $primary */
}

.header-panel.hc1 .top-nav > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.header-panel.hc1 .top-nav > ul > li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.no-flex .header-panel.hc1 .top-nav > ul {
	display: table;
	width: 100%;
	height: 100%;
}

.no-flex .header-panel.hc1 .top-nav > ul > li {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	position: relative;
}

.header-panel.hc1 .top-nav a, .header-panel.hc1 .mobile-nav a, .header-panel.hc1 .mobile-nav button {
	display: block;
	padding: .8em 1em;
	font-size: .9em;
	color: #00678F; /* $primary */
	text-align: center;
	background-color: transparent;
	border: none;
	transition: background-color .5s ease 0s;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
}

.header-panel.hc1 .bottom-section .top-nav a {
	color: #FFFFFF;
}

.header-panel.hc1 .mid-section .top-nav .desktop-nav a {
	position: relative;
	text-align: center;
	height_: 152px;
}

.header-panel.hc1 .mid-section .top-nav .desktop-nav a:after {
	content: '\e0eb';
	font-family: icomoon-ult;
	position: absolute;
	bottom: -1em;
	right: 0;
	left: 0;
	color: #DDEBF8; /* $light */
	opacity: 0;
	transition: .3s linear .25s;
}

.header-panel.hc1 .mid-section .top-nav .desktop-nav li.Services a:after {
	display: none;
}

.header-panel.hc1 .mid-section .top-nav .desktop-nav li.Locations a:after {
	display: none;
}

.header-panel.hc1 .mid-section .top-nav .desktop-nav li.Providers a:after {
	display: none;
}

.header-panel.hc1 .mid-section .top-nav .desktop-nav a:hover:after {
	opacity: 1;
	bottom: -1.2em;
}

.header-panel.hc1 .mid-section .top-nav .desktop-nav a span {
	position: relative;
	top: 42%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: 0 auto;
}

.header-panel.hc1 .mobile-nav a, .header-panel.hc1 .mobile-nav button {
	font-size: 1em;
}

.header-panel.hc1 .top-nav li:hover > a {
	background-color: #DAF5FF; /* lighten($primary,90%) */
	color: #00678F; /* $primary */
}

.header-panel.hc1 .top-nav ul.mobile-nav {
	display: none;
}

.header-panel.hc1 .top-nav .mobile-nav li {
	display: none;
}

.header-panel.hc1 .top-nav .mobile-nav li icon {
	display: inline-block;
	margin-right: .5em;
	vertical-align: middle;
}

.header-panel.hc1 .top-nav .mobile-nav li > span {
	vertical-align: middle;
}

.header-panel.hc1 .top-nav .mobile-nav li.mobile-menu {
	display: block;
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel {
	position: absolute;
	top: 100% !important;
	left: 0 !important;
	z-index: 99;
	width: 100%;
	text-align: left;
	background-color: rgba(0,103,143,0.89); /* alpha($primary,89%) */
}

.no-rgba .header-panel.hc1 .top-nav .mobile-nav .imenupanel {
	background-color: color: #00678F; /* $primary */
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu {
	position: absolute;
	top: 0 !important;
	width: 100% !important;
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu .imenuitem {
	border-bottom: 1px solid #2A83AB;
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu a {
	text-align: left;
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu a:hover {
	color: #7CB2E4; /* darken($light,25%) */
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu .imenuitem.iright:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	float: right;
	font-size: 15px;
	color: #fff;
	padding-left: 5%;
	z-index: 10;
	line-height: 30px;
	position: absolute;
	right: 0;
	padding-right: 2%;
	cursor: pointer;
}

.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu .imenuitem.iright:hover:before {
	color: #A8D5FF;
}

.header-panel.hc1 .top-nav .mobile-menu button {
	display: block;
	margin: auto;
}

.header-panel.hc1 .top-nav .mobile-menu button icon {
	display: block;
	margin: 0;
	font-size: 2em;
	line-height: 1;
}

.mobile-search-field {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row no-wrap;
}

.mobile-search-field input {
	-webkit-flex: 0 1 92%;
	-ms-flex: 0 1 92%;
	flex: 0 1 92%;
}

.mobile-search-field a {
	-webkit-flex: 0 1 10%;
	-ms-flex: 0 1 10%;
	flex: 0 1 10%;
}

.mobile-nav .mobile-search .icon-search {
	-webkit-transform: translate(0%, -20%);
	-ms-transform: translate(0%, -20%);
	transform: translate(0%, -20%);
}
/* End Header HC1 Styles */

/* Secondary Nav Styles - Patient Portal */
.secondary-nav-panel {
	background-color: #00678F; /* $primary */
}

.secondary-nav-panel .main {
	padding-left: 2%;
	padding-right: 2%;
}

.secondary-nav-panel nav.secondary-nav > ul {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.secondary-nav-panel nav.secondary-nav > ul li {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.secondary-nav-panel nav.secondary-nav > ul > li > a {
	font-size: .7em;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	padding: 1em 1%;
	text-align: center;
	display: block;
	background-color: transparent;
	transition: background-color .4s ease 0s;
}

.secondary-nav-panel nav.secondary-nav > ul > li > a:hover {
	background-color: #0F563E;
}
/* End Secondary Nav Styles - Patient Portal */

/* Flyout Menu */
.header-panel.hc1 .top-nav div.iflylist {
	min-width: 225px;
	padding: 17px 0 6px 0;
	color: #00678F; /* $primary */
	text-align: left;
	background-color: #fff;
	border: none;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.no-boxshadow .header-panel.hc1 .top-nav div.iflylist {
	border: solid 1px #ddd;
}

.header-panel.hc1 .top-nav div.iflylist:before {
	position: absolute;
	top: -15px;
	left: 30px;
	font-family: 'icomoon-ult';
	font-size: 40px;
	line-height: 40px;
	color: #004864; /* darken($primary,30%) */
	content: '\e0eb';
}

.header-panel.hc1 .top-nav a.iflyOver {
	background-color: #004864; /* darken($primary,30%) */
}

.header-panel.hc1 .top-nav div.iflylist div.iflylist {
	padding: 6px 0;
}

.header-panel.hc1 .top-nav div.iflylist div.iflylist:before {
	display: none;
}

.header-panel.hc1 .top-nav div.ifly {
	background-color: #fff;
	border: none;
	border-top: solid 1px #ddd;
}

.header-panel.hc1 .top-nav div.ifly a {
	min-width: 150px;
	padding: 10px 25px;
	margin-bottom: 0;
	line-height: 1.5em;
	color: #00678F; /* $primary */
	border-bottom: none;
}

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

.header-panel.hc1 .top-nav div.iflyOver {
	background-color: #00678F; /* $primary */
}

.header-panel.hc1 .top-nav div.ifly a.iflyOver {
	color: #fff;
}

.header-panel.hc1 .top-nav div.iflyRight {
	background-image: none;
}

.header-panel.hc1 .top-nav div.iflyRight > a:before {
	float: right;
	margin-right: -27px;
	font-family: 'icomoon-ult';
	font-size: 20px;
	content: '\e0ea';
}

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

div.iflylist div.ui-more-items:before {
	float: left;
	margin-top: -3px;
	margin-left: 12px;
	font-family: 'icomoon-ult';
	font-size: 22px;
	color: #fff;
	content: '\e0f5';
}

div.iflylist div.ui-more-items:after {
	float: right;
	margin-top: -3px;
	margin-right: 12px;
	font-family: 'icomoon-ult';
	font-size: 22px;
	color: #fff;
	content: '\e0f7';
}

div.iflylist div.ui-more-items img.more-up {
	position: absolute;
	top: 0;
	left: 0;
	background: none;
}

div.iflylist div.ui-more-items img.more-down {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
}

.secondary-nav-panel .cdd-nav ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 33%;
	padding: 0 1%;
}

.secondary-nav-panel .cdd-nav {
	padding: .1em 1em;
}

.secondary-nav-panel .cdd-nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
/* End Flyout Menu */

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

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

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

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

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

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

.secondary-nav div.iflylist div.iflylist {
}

.secondary-nav div.ifly {
	border: none;
	background-color: #DDEBF8; /* $light */
	transition: .5s;
	position: relative;
}

.secondary-nav ul li div.ifly a {
	padding: .5em 1.2em;
	color: #00678F;
	min-width: 150px;
	border-bottom: none;
	margin-bottom: 0px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	font-size: .7em;
}

.secondary-navul li  div.ifly a:hover {
	text-decoration: none;
}

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

.secondary-nav div.ifly a.iflyOver {
	color: #0F563E; /* $tertiary */
}

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

.secondary-nav div.iflyRight:after {
	content: '\e0ea';
	position: absolute;
	font-family: icomoon-ult;
	right: 0;
	top: 50%;
	color: #00678F; /* $primary */
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .7em;
}

div.iflylist div.ui-more-items {
	background-color: #00678F;
	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 Team Member Flyout Menu */

/* Targeted Search */
.header-panel.hc1 .search-section {
	display: none;
	background-color: #F5866C; /* $secondary */
}

.header-panel.hc1 .search-section .top-search {
	width: 100%;
	padding: 1em 0;
	margin: 0 auto;
}

.header-panel.hc1 .search-section .top-search .flex {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-panel.hc1 .search-section .top-search input {
	-webkit-flex: 1 1 60%;
	-ms-flex: 1 1 60%;
	flex: 1 1 60%;
	width: 60%;
	padding: .889em;
	font-family: inherit;
	font-size: .889em;
	color: #DDEBF8; /* $light */
	background-color: rgba(221,235,248,0.129); /* alpha($light,13%) */
	border: solid 1px #00678F; /* $primary */
	outline: none;
}

.no-rgba .header-panel.hc1 .search-section .top-search input {
	background-color: #F69179; /* lighten($secondary,9%) */
}

.header-panel.hc1 .search-section .top-search .btn {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 20%;
	padding: .778em 0;
	margin-left: 1.5%;
}

.header-panel.hc1 .search-section .top-search .closer {
	-webkit-flex: 0 0 15%;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 15%;
	margin-left: 5%;
	color: #fff;
}

.header-panel.hc1 .search-section .top-search icon.close {
	position: relative;
	top: .3em;
	font-size: 2em;
}

.header-panel.hc1 .search-section .top-search ::-webkit-input-placeholder {
	color: #DDEBF8; /* $light */
}

.header-panel.hc1 .search-section .top-search ::-moz-placeholder {
	color: #DDEBF8; /* $light */
}

.header-panel.hc1 .search-section .top-search :-ms-input-placeholder {
	color: #DDEBF8; /* $light */
}

.header-panel.hc1 .search-section .top-search :-moz-placeholder {
	color: #DDEBF8; /* $light */
}
/* End Targeted Search */

/* Targeted Search Autocomplete */
.header-panel.hc1 .combo-box {
	position: absolute;
	top: 100%!important;
	left: 0!important;
	z-index: 30;
	width: 100%!important;
	height: auto!important;
	padding: 1em;
	overflow: hidden;
	color: #fff;
	background-color: #00678F; /* $primary */
}

.header-panel.hc1 .combo-box .flex.box {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 5%;
}

.header-panel.hc1 .combo-box .combo-panel {
	flex-shrink: 1;
	width: 50%;
	padding: 1em 2em 2em;
}

.header-panel.hc1 .combo-box a {
	font-size: 1.1em;
	vertical-align: middle;
}

.header-panel.hc1 .combo-box a img {
	float: left;
	margin-right: .75em;
}

.header-panel.hc1 .combo-box .combo-panel.doctors img {
	border: solid 4px #9fdbd8;
	border-width: 4px !important;
	border-radius: 50%;
}

.header-panel.hc1 .combo-box .combo-panel h4 {
	margin: 0 0 .35em;
	font-family: inherit;
	font-size: 1.3em;
	color: #DDEBF8; /* $light */
}

.header-panel.hc1 .combo-box .combo-panel h4 .type {
	float: right;
	margin-top: .5em;
	font-size: .6em;
	color: #F5866C; /* $secondary */
}

.header-panel.hc1 .combo-box .combo-panel h4 .type a {
	font-size: 1em;
	color: #DDEBF8; /* $light */
	vertical-align: baseline;
}

.header-panel.hc1 .combo-box .combo-panel h4 .type a:hover {
	color: #939598; /* $text */
}

.header-panel.hc1 .combo-box .combo-panel h4 .type .pipe {
	font-size: 1.2em;
	color: #F5866C; /* $secondary */
}

.header-panel.hc1 .combo-box .combo-panel .searchitem {
	padding: .5em;
	overflow: hidden;
	background-color: #DDEBF8; /* $light */
	border-bottom: 1px solid #55A9C9; /* adjust($primary,39%,-48%,0%) */
	transition: .5s ease;
}

.header-panel.hc1 .combo-box .combo-panel .searchitem:hover {
	color: #fff;
	background-color: #F5866C; /* $secondary */
}

.header-panel.hc1 .combo-box .combo-panel .searchitem h5 {
	margin: 0;
	font-size: 1.125em;
	color: #F5866C; /* $secondary */
	transition: color .6s ease;
}

.header-panel.hc1 .combo-box .combo-panel .searchitem:hover h5 {
	color: #fff;
}

.header-panel.hc1 .combo-box .combo-panel .searchitem icon {
	position: relative;
	top: 3px;
	display: inline-block;
	margin: 0 .25em 0 0;
	color: #d4a75c;
}

.header-panel.hc1 .combo-box .combo-panel.doctors .result {
	font-size: 1.15em;
	color: #F5866C; /* $secondary */
	transition: .6s ease;
}

.header-panel.hc1 .combo-box .combo-panel.doctors .searchitem:hover .result {
	color: #fff;
}

.header-panel.hc1 .combo-box .combo-panel.doctors em {
	display: block;
	font-size: .9em;
	font-style: italic;
	color: #939598; /* $text */
	transition: .6s ease;
}

.header-panel.hc1 .combo-box .combo-panel.type2 .searchitem {
	height: auto;
	padding: .75em;
	overflow: hidden;
	border-bottom: solid 1px #00b3ad;
	transition: .6s ease;
}

.header-panel.hc1 .combo-box .combo-panel.type2 .searchitem:hover {
	background-color: #F5866C; /* $secondary */
}

.header-panel.hc1 .combo-box .combo-panel.type2 .searchitem:hover .result {
	color: #DDEBF8; /* $light */
}

.header-panel.hc1 .combo-box .combo-panel.doctors .searchitem:hover em {
	color: #00678F; /* $primary */
}

.header-panel.hc1 .combo-box .combo-panel.pages .searchitem a {
	display: block;
	padding: .1em .35em;
	color: #F5866C; /* $secondary */
	transition: .6s ease;
}

.header-panel.hc1 .combo-box .combo-panel.videos .searchitem:hover a {
	color: #DDEBF8; /* $light */
}

.header-panel.hc1 .combo-box .combo-panel.videos .searchitem span {
	font-size: .7em;
	color: #939598; /* $text */
	transition: .6s ease;
}

.header-panel.hc1 .combo-box .combo-panel.videos .searchitem:hover span {
	color: #DDEBF8; /* $light */
}

.header-panel.hc1 .combo-box .combo-panel.videos .searchitem .category-name {
	color: #F5866C; /* $secondary */
}

.header-panel.hc1 .combo-box .combo-panel.videos .searchitem.video {
	float: left;
	height: 70px;
	margin-right: 20px;
}

.header-panel.hc1 .combo-box .combo-panel.videos a img {
	width: 62px;
	height: 34px;
}

.header-panel.hc1 .combo-box .combo-panel.videos a.videothumblink {
	display: block;
	width: 70px;
	height: 45px;
	background-position: left top;
	background-repeat: no-repeat;
}

.header-panel.hc1 .combo-box .combo-panel.videos a.videothumblink img.videothumb {
	margin: 4px;
}

.header-panel.hc1 .combo-box .searchfooter {
	clear: both;
}

.header-panel.hc1 .combo-box .searchfooter a {
	display: block;
	padding: .5em 0;
	font-size: .95em;
	color: #fff;
	text-align: center;
	background-color: rgba(245,134,108,0.51); /* alpha($secondary,51%) */
	transition: .6s ease;
}

.no-rgba .header-panel.hc1 .combo-box .searchfooter a {
	background-color: #F5866C; /* $secondary */
}

.header-panel.hc1 .combo-box .searchfooter a:hover {
	background-color: #F5866C; /* $secondary */
}

.header-panel.hc1 .combo-box .noresults {
	margin: 10px 10px 10px 10px;
	font-family: arial;
	font-size: .9em;
	color: #DDEBF8; /* $light */
}

.header-panel.hc1 .combo-box .noresults a {
	color: #DDEBF8; /* $light */
}
/* End Targeted Search Autocomplete */

/* Custom Dropdowns Styles */
.cdd {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.cdd-item {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
	background-color: #FFFFFF;
	background-size: cover;
	opacity: 0;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	transition: opacity .5s ease, transform .5s ease;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	padding: 2em 0 3em;
	border-top: 1px solid #CBF6E7; /* lighten($tertiary,85%) */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.no-csstransitions .cdd-item {
	display: none;
}

.no-cdd {
	display: none;
}

.cdd-item.active {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	position: relative;
	z-index: 1;
}

.cdd-item1.active {
}

.cdd-item2.active {
	display: none;
}

.cdd-item3.active {
}

.cdd-item4.active {
}

.no-csstransitions .cdd-item.active {
	display: block;
}

.cdd-item > * {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	vertical-align: top;
}

.cdd-item > * + * {
	border-left: 2px solid #C9CACB; /* lighten($text,50%) */
}

.cdd-nav h2 {
	margin-bottom: .5em;
	font-size: 1.438em;
	color: #fff;
}

.cdd-nav h2 a {
	color: #fff;
}

.cdd-nav h2 a:hover {
	color: #DDEBF8; /* $light */
}

.cdd-nav ul {
}

.cdd-nav li {
	padding: 0 4em;
	background-color: #FFFFFF;
	display: inline-block;
	transition: background-color .3s ease;
	width: auto;
}

.cdd-services-nav  ul, .cdd-about-nav  ul, .patients-cdd ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.cdd-about-nav ul li {
	-webkit-flex: 0 1 31%;
	-ms-flex: 0 1 31%;
	flex: 0 1 31%;
	padding: 0;
	width: 31%;
	display: inline-block;
}

.cdd-services-nav ul li {
	padding: 0;
	display: inline-block;
	-webkit-flex: 0 1 19%;
	-ms-flex: 0 1 19%;
	flex: 0 1 19%;
	width: 19%;
}

.cdd-nav1 li:hover {
	background-color: #DDEBF8;
}

.cdd-nav li.level2, .cdd-nav li.level3, .cdd-nav li.level4 {
	display: none;
}

.cdd-item > .cdd-patients {
	position: relative;
	_width: 66.66%;
}

.patients-cdd ul, .contact-cdd ul {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.cdd-item > .cdd-patients .level1, .cdd-item > .cdd-about-nav .level1 {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 33%;
	padding: 0 1.5% 0 3%;
}

.cdd-patients > ul  > .level1 > * {
	_width: 50%;
}

.cdd-patients > ul  > .level1 > div {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	height: 100vh;
}

.cdd-patients > ul  > .level1 > a {
}

.cdd-patients > ul  > .level1 > a:hover + div {
	opacity: 1;
	z-index: 1;
}

.cdd-patients > ul  > .level1 > div:hover {
	z-index: 1;
	opacity: 1;
}

.cdd-nav li a {
	position: relative;
	display: block;
	padding: 0.6em 0;
	font-size: .9em;
	line-height: 1.25em;
	color: #0F563E; /* $tertiary */
	transition: .5s ease;
	border-bottom: 2px solid #DDEBF8; /* $light */
}

.cdd-nav1 li a {
	color: #00678F; /* $primary */
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1em;
	transition: .3s ease;
	padding-right: 2.3em;
	width: 100%;
}

.cdd-nav1 li a:after {
	content: '\e808';
	font-family: fontello;
	color: #F5866C; /* $secondary */
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	transition: .5s ease;
	margin-right: 1em;
	font-weight: normal;
	font-size: 2em;
	display: none;
}

.cdd-nav1 li a:hover:after {
	opacity: 1;
	margin-right: 0;
}

.cdd-nav li a:hover {
	padding-left: 1em;
	color: #00678F; /* $primary */
	background-color: rgba(255,255,255,.2);
}

.cdd-nav1 li a:hover {
	padding-left: 0;
}

.cdd-cta {
	text-align: center;
	padding: 0 4em;
}

.cdd-cta h2 {
	margin-bottom: .4em;
	line-height: 1;
	color: #00678F; /* $primary */
	font-size: 2.6em;
}

.cdd-cta span {
	display: block;
}

.cdd-cta .image-button {
	position: relative;
	padding-bottom: 1.3em;
}

.cdd-cta img {
	border: 2px solid #0F563E; /* $tertiary */
	width: 100%;
	height: 7.5em;
	background-size: cover;
}

.cdd-cta .button-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.doc-cdd {
	display: none;
}

.doc-cdd .main {
	padding-bottom: 3em;
}

.doc-cdd .left {
	width: 35%;
}

.doc-cdd .left a {
	font-size: 0.750em;
	display: block;
	text-align: center;
	margin-top: .5em;
	width: 100%;
}

.doc-cdd .left a:hover {
}

.doc-cdd .searchbox {
	margin: .5em 0 .25em;
	position: relative;
}

.no-generatedcontent .doc-cdd .searchbox.name {
	z-index: 2;
}

.doc-cdd input {
	width: 100%;
	border: 2px solid #DDEBF8;
	display: block;
	border-radius: 2px;
	padding: .9em;
	font-family: inherit;
}

.no-rgba .doc-cdd input {
}

.doc-cdd .autodrop {
	width: 100%;
	top: 100% !Important;
	text-align: center;
	z-index: 2;
	display: none !important;
}

.doc-cdd .autodrop a {
	text-align: center;
	margin: 0;
	padding: .25em 0;
}

.doc-cdd .autodrop .over {
	display: block;
}

.doc-cdd .autodrop .over a {
}

.doc-cdd .right {
	width: 62%;
}

.doc-cdd .right p {
	line-height: 1.75em;
}

.doc-cdd .right .btn {
	float: right;
	font-size: 1.125em;
	width: 20.5em;
}

.doc-cdd h3 {
	font-size: 1.6em;
	margin-bottom: .5em;
}
/* End Custom Dropdowns Styles */

/* Header HC1 IE Fallbacks */
.no-flexbox .header-panel.hc1, .no-flexbox .header-panel.hc1 .top-nav ul, .no-flexbox .header-panel.hc1 .social-nav ul {
	display: table;
	width: 100%;
}

.no-flexbox .header-panel.hc1 .top-section .flex {
	display: block;
}

.no-flexbox .header-panel.hc1 .top-section .flex:after {
	display: block;
	content: '';
	clear: both;
}

.no-flexbox .header-panel.hc1 .mid-section .flex > * {
	vertical-align: middle;
}

.no-flexbox .header-panel.hc1 .top-nav ul.mobile-nav {
	display: none;
}

.no-flexbox .header-panel.hc1 .top-nav li, .no-flexbox .header-panel.hc1 .social-nav ul li {
	display: table-cell;
}

.no-flexbox .header-panel.hc1 .top-logo {
}

.no-flexbox .header-panel.hc1 .right-info {
}

.no-flexbox .header-panel.hc1 .utilities {
	float: right;
}

.no-flexbox .header-panel.hc1 .social-nav {
	float: left;
}

.no-flexbox .hc1.header-panel .mid-section .search {
	vertical-align: middle;
}

.no-flexbox .header-panel.hc1 .search-section .top-search input {
	width: 100%;
}

.no-flexbox .header-panel.hc1 .combo-box .combo-panel {
	width: 33%;
}
/* End Header HC1 IE Fallbacks */

/* Responsive @ 1700px */
@media screen and (max-width:1700px) {
	.header-panel.hc1 .top-nav > ul {
		font-size: 1.1vw;
	}
}
/* End Responsive @ 1700px */

/* Responsive @ 1500px */
@media screen and (max-width:1500px) {
	.header-panel.hc1 .combo-box .flex.box {
		padding: 0 1em;
	}

	.header-panel.hc1 .top-nav > ul {
		font-size: 16px;
	}
}
/* End Responsive @ 1500px */

/* Responsive @ 1425px */
@media screen and (max-width:1425px) {
	.header-panel.hc1 .mid-section .top-logo {
		max-width: 177px;
	}

	.header-panel.hc1.team-member-portal .mid-section .top-logo {
		max-width: 80%;
	}

	.cdd-nav li, .cdd-cta {
		padding: 0 2em;
	}

	.cdd {
		font-size: .9em;
	}

	._fixed .header-panel.hc1 .top-section {
		display: none;
	}

	.cdd-item1.about-cdd.active {
	}
}
/* End Responsive @ 1425px */

/* Responsive @1300px */
@media (max-width:1300px) {
	.secondary-nav-panel .main {
		font-size: .8em;
	}

	.header-panel.hc1.team-member-portal .mid-section .top-logo {
		width: 20%;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .mid-section .flex, .header-panel.hc1.team-member-portal .mid-section .flex {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .top-nav ul.mobile-nav, .header-panel.hc1.team-member-portal .top-nav ul.mobile-nav {
		_display: table;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .top-nav .mobile-nav li, .header-panel.hc1.team-member-portal .top-nav .mobile-nav li {
		display: table-cell;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu a, .header-panel.hc1.team-member-portal .top-nav .mobile-nav .imenupanel .imenu a {
		color: #FFFFFF;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .top-nav .mobile-nav .imenupanel {
	}

	.header-panel.hc1 .bottom-section .top-nav a {
	}
}
/* End Responsive @1300px */

/* Responsive @ 1200px */
@media (max-width:1200px) {
	.header-panel.hc1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header-panel.hc1 .top-logo {
		max-width: 50%;
	}

	.header-panel.hc1 .top-nav {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.header-panel.hc1.team-member-portal .top-nav {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 20%;
	}

	.header-panel.hc1 .right-info {
		max-width: 50%;
	}

	.header-panel.hc1 .combo-box .combo-panel {
		padding: 1em .75em 2em;
	}
}
/* End Responsive @ 1200px */

/* Responsive @ 1050px */
@media (max-width:1050px) {
	.cdd-item1.about-cdd.active {
	}

	body.B-Team-Member-Portal .header-panel.hc1 .social-nav {
		display: none;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .top-section .flex {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .top-section .flex .utilities {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		font-size: .9em;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .top-section .flex .utilities li {
		display: block;
		text-align: center;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
/* End Responsive @ 1050px */

/* Responsive @ 800px */
@media (max-width:800px) {
	.header-panel.hc1 {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.header-panel.hc1 .top-logo {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		max-width: 100%;
		padding-right: 2%;
	}

	.header-panel.hc1 .top-nav {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.header-panel.hc1 .top-nav ul.desktop-nav {
		display: none;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav, .no-flexbox .header-panel.hc1 .top-nav ul.mobile-nav {
		display: table;
		width: 100%;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav li {
		display: table-cell;
		width: 25%;
		position: static;
		-webkit-perspective: none;
		-ms-perspective: none;
		perspective: none;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav .mob-call {
		display: none;
	}

	.header-panel.hc1 .top-nav .mobile-nav li icon {
		display: block;
		margin: 0 0 .2em;
	}

	.header-panel.hc1 .top-nav .mobile-nav li li {
		display: block;
	}

	.header-panel.hc1 .contact-info {
		padding-right: 1em;
		padding-left: 0;
		border-right: solid 1px rgba(44,44,46,0.2); /* alpha($dark,20%) */
		border-left: none;
	}

	.header-panel.hc1 .combo-box {
		display: none !important;
	}

	.no-flexbox .header-panel.hc1 .top-section .flex .utilities li a {
		letter-spacing: 0;
	}

	.secondary-nav-panel {
		display: none;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .top-section .flex .utilities li a {
		padding: 1em 1.5em;
	}

	.header-panel.hc1 .right-info {
		display: none;
	}
}
/* End Responsive @ 800px */

/* Responsive @ 750px */
@media (max-width:750px) {
	.header-panel.hc1 .mobile-nav a span.tab {
		display: none;
	}
}
/* End Responsive @ 750px */

/* Responsive @ 700px */
@media (max-width:700px) {
	.header-panel.hc1 .top-logo {
		-webkit-flex: 0 1 65%;
		-ms-flex: 0 1 65%;
		flex: 0 1 65%;
	}

	.header-panel.hc1 .right-info {
		-webkit-flex: 0 1 35%;
		-ms-flex: 0 1 35%;
		flex: 0 1 35%;
	}

	.header-panel.hc1 .contact-info {
		padding: 0;
		border: none;
	}

	.header-panel.hc1 .top-nav {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.header-panel.hc1 .top-nav .mobile-nav li {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.header-panel.hc1 .top-nav .mobile-menu button icon {
		font-size: 1em;
		vertical-align: middle;
	}

	.header-panel.hc1 .top-section .flex {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-panel.hc1 .social-nav {
		display: none;
	}

	.no-flexbox .header-panel.hc1 .utilities {
		float: none;
		margin: 0 auto;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .top-section .flex .utilities {
		display: table;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .top-section .flex .utilities li {
		display: table-cell;
		position: relative;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .top-section .flex .utilities li a {
		padding: 1em .75em;
		font-size: .9em;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .top-section .flex .utilities li:last-child a {
		padding-right: 0;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .top-section .flex .utilities li + li:before {
		_display: none;
	}

	.header-panel.hc1, .fixed .header-panel.hc1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
/* End Responsive @ 700px */

/* Responsive @ 550px */
@media screen and (max-width:550px) {
	.header-panel.hc1 .top-nav ul.mobile-nav .mob-call {
		display: block;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav .tab-call {
		display: none;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav > li a span {
		display: none;
	}

	.header-panel.hc1 .search-section .top-search .closer {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.header-panel.hc1 .search-section .top-search icon.close {
		display: none;
	}

	.header-panel.hc1 .mid-section .right-info {
		max-width: 60%;
	}

	.header-panel.hc1 .top-nav .mobile-nav li icon {
		font-size: 1.5em;
		margin: 0;
	}

	.header-panel.hc1 .mid-section .top-logo {
		max-width: 40%;
	}

	.header-panel.hc1 .top-nav ul.mobile-nav li div.imenu span {
		display: block;
	}

	.header-panel.hc1.team-member-portal .mid-section .top-logo {
		width: 30%;
	}

	#HeaderZone {
		position: absolute;
	}
}
/* End Responsive @ 550px */

/* Responsive @ 450px */
@media (max-width:450px) {
	.header-panel.hc1 .top-logo {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		padding: 0;
	}

	.header-panel.hc1 .right-info {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		padding: .5em 0;
	}

	.header-panel.hc1 .top-nav {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 100%;
	}

	_body.B-Team-Member-Portal .header-panel.hc1 .top-nav {
		width: 20%;
	}

	.header-panel.hc1 .top-nav .mobile-nav .imenupanel .imenu a {
		padding: .5em;
	}

	.header-panel.hc1 .mid-section .contact-info {
		display: none;
	}

	.header-panel.hc1 .top-section .flex .utilities li a {
		padding: 1em 1.5em;
		text-align: center;
		letter-spacing: 0;
	}

	.header-panel.hc1 .mid-section .right-info {
		display: none;
	}

	.header-panel.hc1 .mid-section .top-logo {
		max-width: 50%;
	}

	.no-flexbox .header-panel.hc1 .mid-section .top-logo img {
		width: 50%;
		margin: 0 auto;
	}

	.header-panel.hc1 .mid-section .flex {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	body.B-Team-Member-Portal .header-panel.hc1 .mid-section .flex, .header-panel.hc1.team-member-portal .mid-section .flex {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-panel.hc1 {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
/* End Responsive @ 450px */

/* Responsive @ Landscape - 550px */
@media (orientation: landscape) and (max-height: 550px) {
	#HeaderZone {
		position: absolute;
	}
}
/* End Responsive @ Landscape - 550px */

.header-panel.hc1 .mid-section .top-nav .desktop-nav li.Careers a:after {
	display: none;
}
