/* Font Face */
@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Gotham-Medium.woff') format('woff'),
		 url('fonts/Gotham-Medium.ttf')  format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Gotham-Bold.woff') format('woff'),
		 url('fonts/Gotham-Bold.ttf')  format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Gotham-Book.woff') format('woff'),
		 url('fonts/Gotham-Book.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamSVG';
	src: url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamSVG';
	src: url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'GothamSVG';
	src: url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'TexGyreHeros';
	src: url('fonts/texgyreheros-regular-webfont.eot');
	src: url('fonts/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/texgyreheros-regular-webfont.woff') format('woff'),
		 url('fonts/texgyreheros-regular-webfont.ttf') format('truetype'),
		 url('fonts/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TexGyreHeros';
	src: url('fonts/texgyreheros-bolditalic-webfont.eot');
	src: url('fonts/texgyreheros-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/texgyreheros-bolditalic-webfont.woff') format('woff'),
		 url('fonts/texgyreheros-bolditalic-webfont.ttf') format('truetype'),
		 url('fonts/texgyreheros-bolditalic-webfont.svg#texgyreherosbold_italic') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'TexGyreHeros';
	src: url('fonts/texgyreheros-italic-webfont.eot');
	src: url('fonts/texgyreheros-italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/texgyreheros-italic-webfont.woff') format('woff'),
		 url('fonts/texgyreheros-italic-webfont.ttf') format('truetype'),
		 url('fonts/texgyreheros-italic-webfont.svg#texgyreherositalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'TexGyreHeros';
	src: url('fonts/texgyreheros-bold-webfont.eot');
	src: url('fonts/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/texgyreheros-bold-webfont.woff') format('woff'),
		 url('fonts/texgyreheros-bold-webfont.ttf') format('truetype'),
		 url('fonts/texgyreheros-bold-webfont.svg#texgyreherosbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Archer';
	src: url('fonts/archer-sembdital-pro.eot');
	src: url('fonts/archer-sembdital-pro.eot') format('embedded-opentype'),
		 url('fonts/archer-sembdital-pro.woff') format('woff'),
		 url('fonts/archer-sembdital-pro.ttf') format('truetype'),
		 url('fonts/archer-sembdital-pro.svg#ArcherSemiboldItalic') format('svg');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'ArcherSVG';
	src: url('fonts/archer-sembdital-pro.svg#ArcherSemiboldItalic') format('svg');
	font-weight: 600;
	font-style: italic;
}
/* End Font Face */

/* General */
body {
	font-family: 'TexGyreHeros', Arial, sans-serif;
	font-size: 100%;
	padding-top: 216px;
	max-width: 100%;
	overflow-x: hidden;
}

body.cms-layout.cms-admin {
	padding-top: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #0C5098;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	line-height: 1.25;
}

.main {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	display: block;
	min-width: 300px;
}

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

html.no-generatedcontent .main {
	zoom: 1;
}

.side>* {
	margin-bottom: 20px;
}

.half {
	width: 48%;
}

.half.left {
	float: left;
}

.half.right {
	float: right;
}

.third {
	width: 30%;
	float: left;
	margin-right: 5%;
}

.third:last-child {
	margin-right: 0%;
}

html.no-lastchild .third {
	width: 28%;
}

.fourth {
	float: left;
	width: 25%;
}

.right {
	float: right;
}

.btn.v2 {
	background-color: #4B973D; /* $secondary */
}

.btn.v2:hover {
	background-color: #0C5098; /* $primary */
}

.btn:hover {
	background-color: #4B973D; /* $secondary */
}

.btn.v3 {
	display: inline-block;
	text-align: left;
	padding: .5em 1em;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	position: relative;
	transition: .5s ease;
	padding-right: 2.5em;
	border-radius: 6em;
	text-decoration: none;
}

.btn.v3:after {
	font-family: 'icomoon-ult';
	font-size: 1.6em;
	position: absolute;
	right: .25em;
	top: 50%;
	margin-top: -.5em;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: .5s ease;
	line-height: 1em;
	content: '\e9a9';
}

a.btn.v3:hover, a:hover a.btn.v3 {
	background-color: #B4CEE1;
	color: #0C5098;
}

a.btn.v3:hover:after, a:hover btn.v3:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #FFFFFF;
}

.btn.v4 {
	display: inline-block;
	text-align: left;
	padding: .6em 2.5em .5em 1em;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	position: relative;
	border-radius: 6em;
	transition: .5s ease;
	text-decoration: none;
	background-color: #4B973D;
}

.btn.v4:after {
	font-family: 'icomoon-ult';
	font-size: 1.5em;
	position: absolute;
	right: .25em;
	top: 50%;
	margin-top: -.5em;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: .5s ease;
	line-height: 1em;
	content: '\e9a9';
}

a.btn.v4:hover, a:hover a.btn.v4 {
	background-color: #B4CEE1;
	color: #0C5098;
}

a.btn.v4:hover:after, a:hover btn.v4:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #FFFFFF;
}

.column.three > * {
	width: 33%;
}

.alert-content2 {
	background-color: #117d08;
	max-width: 2000px;
	margin: 0 auto;
	color: rgb(255,255,238);
	font-weight: 600;
}

.alert-content2 p {
	margin: 0;
}

.alert-content2 a {
	color: rgb(255,255,238);
	text-decoration: underline;
}

ul.twocolumn {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	width: 47%;
}

.column-content {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
}
/* End General */

/* Fancy Lists */
ul.fancy {
	padding-top
	padding-top
	padding-left: 2em2em0;
}

.no-generatedcontent ul.fancy {
	padding-left: 1.5em;
}

ul.fancy li {
	position: relative;
	margin-bottom: 1em;
	list-style: none;
	padding-left: 1.5em;
}

ul.fancy li:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	color: #4B973D; /* $secondary */
	position: absolute;
	left: 0;
	top: .05em;
}

.no-generatedcontent ul.fancy li {
	list-style: disc;
	padding-left: .25em;
}
/* End Fancy Lists */

/* Navigation */
#TopArea {
	position: fixed;
	width: 100%;
	height: 216px;
	z-index: 20;
	top: 0;
	left: 0;
	transition: top 350ms ease-in-out;
}

.cms-layout.cms-admin #TopArea {
	position: relative;
}

.fixed #TopArea {
	top: -46px;
}

#TopBarZone {
	background-color: #0C5098; /* $primary */
}

.top-bar-nav {
	float: left;
	clear: left;
}

.top-bar-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #2E6FB4; /* adjust($primary,18%,-31%,0%) */
	overflow: hidden;
}

.top-bar-nav ul li {
	float: left;
	padding: 5px 8px;
	border-left: 1px solid #2E6FB4; /* adjust($primary,18%,-31%,0%) */
}

.top-bar-nav ul li a {
	display: block;
	padding: 10px 0;
	line-height: 1;
	color: #C2E2FF; /* $color3 */
}

.top-bar-nav ul li a:hover {
	color: #94CE89; /* adjust($secondary,44%,-2%,0%) */
}

#TopZone {
}

.top-bar {
}

#NavZone {
}

.masthead {
	padding: 20px 0;
	background-color: #FFFFFF;
}

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

.phone-info {
	float: right;
	clear: right;
	position: relative;
	top: 8px;
}

.phub-btn {
	background-color: #4B973D; /* $secondary */
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	color: #FFFFFF; /* $text2 */
	margin-right: 10px;
}

.phub-btn:hover {
	background-color: #C2E2FF; /* $color3 */
	color: #0C5098; /* $primary */
}

.phub-btn icon {
	color: #DBECFB; /* adjust($color3,35%,-19%,0%) */
	position: relative;
	top: 2px;
}

.phub-btn:hover icon {
	color: #0C5098; /* $primary */
}

.phub-btn .hub {
	font-weight: bold;
}

.phone-info .phone, .masthead  .phone {
	font-weight: bold;
	font-size: 18px;
	cursor: default;
	color: #FFFFFF;
}

.masthead  .phone {
	color: #00529B;
	font-size: 20px;
	display: none;
	margin: 12px 0;
}

.top-search {
	float: right;
	clear: right;
	position: relative;
	top: 0px;
}

html.no-backgroundsize .top-search {
	width: 360px;
}

.top-search input {
	font-family: 'TexGyreHeros', Arial, sans-serif;
	font-size: 16px;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #BEC8D1; /* adjust($color3,-11%,-83%,0%) */
	color: #0C5098; /* $primary */
	background-color: #DBE6EF; /* adjust($color3,15%,-63%,0%) */
	min-width: 280px;
	margin-right: 8px;
	outline: none;
}

.top-search .SearchButton {
	width: 33px;
	height: 32px;
	position: absolute;
	top: 4px;
	right: 0;
	cursor: pointer;
}

html.no-display-table .top-search input {
	float: left;
}

.top-search .search-button-wrap {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

html.no-display-table .top-search .search-button-wrap {
	margin-top: 6px;
}

.top-search icon {
	color: #FFFFFF; /* $text2 */
	background-color: #4B973D; /* $secondary */
	border-radius: 50%;
	padding: 6px;
	font-size: 20px;
	position: relative;
	top: 4px;
}

.top-search .search-button-wrap:hover icon {
	background-color: #0C5098; /* $primary */
}

.chat-button {
	float: right;
	clear: right;
	margin-top: 15px;
	background-color: #00529B;
	border: 2px solid #00529B;
	color: #FFFFFF;
	font-size: 18px;
	padding: 5px 2% 5px 4%;
	text-align: center;
	text-transform: uppercase;
	border-top: 5px solid #439A3B;
	cursor: pointer;
	position: relative;
}

.chat-button icon {
	position: absolute;
	left: 8%;
	top: 20%;
}

.chat-button:hover {
	color: #C2E2FF;
}

.chat-button:hover icon {
	color: #C2E2FF;
}

#NavArea {
	background-color: #0C5098; /* $primary */
}

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

nav.top-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-row;
	width: 100%;
}

nav.top-nav ul li {
	display: table-cell;
	border-right: 1px solid #2E6FB4; /* adjust($primary,18%,-31%,0%) */
}

nav.top-nav ul li:last-child {
	border-right: none;
}

nav.top-nav ul li a {
	display: block;
	padding: 18px 2%;
	color: #FFFFFF; /* $text2 */
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
}

nav.top-nav ul li a:hover {
	color: #6BBD5C; /* lighten($secondary,23%) */
}

html.no-display-table nav.top-nav ul li {
	float: left;
}
/* End Navigation */

/* Home Scroller */
.scroller {
}

.scroller.home {
	height: 14.813em;
	background-color: #0C5098;
	background-image: url(/images/design/Regional_Locations-bg.png);
	position: relative;
	overflow: hidden;
	background-size: cover;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.scroller.home ul {
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.no-rgba .scroller.home ul {
	background-image: url(/images/design/T-Blue-7.png);
}

.scroller.home li {
	vertical-align: top;
	padding: .5em 4%;
	float: left;
	display: table;
	height: 100%;
}

.scroller.home li div {
	width: 15%;
	text-align: center;
	padding: 0 .2em;
	display: table-cell;
	vertical-align: middle;
}

.no-display-table .scroller.home li div {
	float: left;
}

.scroller.home li div.image-holder {
	width: 32%;
	text-align: center;
	padding: 0;
}

.scroller.home h2 {
	color: #FFFFFF;
	font-size: 2.5em;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	line-height: 1em;
}

.scroller.home h2 span {
	display: block;
}

.scroller.home img {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	max-width: 19.188em;
}

.scroller.home p {
	line-height: 1em;
	padding: 0em 1.575em;
	text-shadow: 0 0 20px #0c5098;
	color: #FFFFFF;
	font-size: 1.25em;
	font-family: 'Open Sans', sans-serif;
}

.scroller.home .btn {
	margin-top: 0em;
}

.scroller.home nav {
	width: 100%;
	height: 0;
}

.scroller.home div.cbp-fwdots {
	position: absolute;
	bottom: 2em;
	right: 3em;
}

.scroller.home div.cbp-fwdots span {
	height: 1.125em;
	width: 1.125em;
	background-color: #4B973D;
	border-radius: 6em;
	display: inline-block;
	margin: 0 .25em;
	cursor: pointer;
}

.scroller.home div.cbp-fwdots span:hover {
	background-color: #FFFFFF;
}

.scroller.home div.cbp-fwdots span.cbp-fwcurrent {
	background-color: #FFFFFF;
	box-shadow: 0 0 0 2px #4b973d;
	transition: box-shadow 0.2s ease-in-out;
}

.scroller.home nav span {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	opacity: .8;
	color: #FFFFFF;
	font-size: 3.125em;
	font-family: 'Open Sans', sans-serif;
	width: 1em;
	text-align: center;
	transition: .5s ease;
	cursor: pointer;
}

.scroller.home nav span:hover {
	opacity: 1;
	-webkit-transform: scale(.8,1.8);
	-ms-transform: scale(.8,1.8);
	transform: scale(.8,1.8);
}

.scroller.home nav span.cbp-fwprev {
	left: 0;
}

.scroller.home nav span.cbp-fwnext {
	right: 0;
}
/* End Home Scroller */

/* Targeted Search */
div.combo-box {
	position: absolute;
	background-color: #FFFFFF; /* $text2 */
	color: #000;
	border: solid 1px #EEEEEE;
	width: 300px !important;
	height: auto;
	z-index: 30;
	overflow: hidden;
	overflow-x: hidden;
	margin-top: 10px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
	padding: 10px 0px;
	right: 0px;
}

div.combo-box div.combo-panel {
	float: left;
	margin: 0;
	width: 100%;
	padding: 0 20px;
}

div.combo-box div.combo-panel .searchitem icon {
	display: inline-block;
	font-size: 15px;
	margin: 0 3px 0 0;
	position: relative;
	top: 3px;
	color: #4B973D; /* $secondary */
}

div.combo-box div.combo-panel.videos {
}

div.combo-box div.combo-panel.videos h4 {
	color: #4B973D; /* $secondary */
}

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

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

div.combo-box div.combo-panel.type2 div.searchitem {
	height: auto;
	overflow: hidden;
	margin-bottom: 2px;
}

div.combo-box div.combo-panel.pages {
	float: right;
	width: 100%;
	padding: 0 20px;
	margin: 0;
}

div.combo-box div.combo-panel a.thumb {
	float: left;
	padding: 2px 0px 15px 0px;
}

div.combo-box div.combo-panel a.thumb img {
	display: block;
}

div.combo-box div.combo-panel.doctors.type2 {
}

div.combo-box div.combo-panel div.searchitem {
	border-bottom: dashed 1px #cccccc;
	padding: 3px 4px 3px 4px;
	border-top: solid 1px transparent;
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
	border-radius: 4px;
	margin-bottom: 1px;
}

div.combo-box div.combo-panel div.searchitem a {
	display: block;
}

div.combo-box div.combo-panel div.searchitem.active {
	background-color: #4B973D; /* $secondary */
}

div.combo-box div.combo-panel div.searchitem.active span {
	color: #FFFFFF; /* $text2 */
}

div.combo-box div.combo-panel div.searchitem.active icon {
	color: #FFFFFF; /* $text2 */
}

div.combo-box div.combo-panel div.searchitem em {
	color: #7A7A7A; /* $text1 */
	font-style: italic;
	font-size: 13px;
}

div.combo-box div.combo-panel div.searchitem.active em {
	color: #FFFFFF; /* $text2 */
}

div.combo-box div.combo-panel h4 {
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	color: #0C5098; /* $primary */
	font-size: 18px;
	margin: 10px 0px;
	border-bottom: solid 1px #cccccc;
}

div.combo-box a {
	color: #7A7A7A; /* $text1 */
}

div.combo-box a img {
	vertical-align: middle;
	margin-right: 7px;
}

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

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

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

div.combo-box div.combo-panel.doctors {
}

div.combo-box div.combo-panel.doctors h4 {
	color: #0C5098; /* $primary */
}

div.combo-box a span {
	vertical-align: middle;
	color: #5B5B5B;
	font-family: 'TexGyreHeros', Arial, sans-serif;
	font-size: 13px;
}

div.combo-box div.searchfooter {
	clear: both;
	padding-left: 20px;
	margin-top: 10px;
	padding-top: 20px;
	font-size: 13px;
}

div.combo-box br {
}

div.combo-box div.combo-panel h4 div.type {
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	font-size: 12px;
	color: #7A7A7A; /* $text1 */
	font-weight: normal;
	float: right;
	font-family: 'TexGyreHeros', Arial, sans-serif;
	position: relative;
	top: 6px;
}

div.combo-box div.combo-panel h4 div.type a {
	color: #4B973D; /* $secondary */
}

div.combo-box div.combo-panel h4 div.type a:hover {
	color: #0C5098; /* $primary */
}

div.combo-box div.noresults {
	font-weight: normal;
	color: #0C5098; /* $primary */
	font-size: 14px;
	margin: 10px;
}

div.combo-box div.noresults a {
	color: #777777;
}
/* End Targeted Search */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #FFFFFF;
	color: #0C5098; /* $primary */
	border: none;
	border-radius: 6px;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	padding: 17px 0px 6px 0px;
	text-align: left;
	min-width: 225px;
	overflow: hidden;
}

nav.top-nav div.iflylist:before {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	position: absolute;
	top: -15px;
	left: 30px;
	font-size: 40px;
	line-height: 40px;
}

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

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

nav.top-nav div.ifly {
	background-color: #FFFFFF;
	border: none;
	border-top: solid 1px #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

/* Animation */
#SlideZone {
}

.animation-wrap {
	position: relative;
}

.animation {
	height: 444px;
	width: 100%;
	position: relative;
	z-index: 5;
	overflow: hidden;
	display: block;
	background-color: #000000;
}

.animation div.slide {
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
}

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

.animation div.slide img.slide-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

div.slide div.info {
	position: absolute;
	top: 190px;
	width: 40%;
	text-align: center;
	text-shadow: 0 0 25px #333;
	left: 20px;
}

div.slide.slide1 div.info {
	top: 222px;
}

div.slide3 div.info {
	top: 200px;
	font-size: 1em;
	width: 40%!important;
	left: 60%;
}

div.slide4 div.info h2 {
	margin-bottom: 5%;
}

div.slide4 div.info h3 {
	margin-bottom: 40px;
	font-size: 120px;
}

div.slide2 div.info h2 {
	font-size: 55px;
}

div.slide2 div.info h3 {
	font-size: 57px;
	margin-top: -12px;
}

div.slide2 div.info p {
	padding: 0 4em;
}

div.slide4 div.info p {
	text-align: center;
}

html.no-rgba div.slide div.info {
}

div.slide div.info h2 {
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	color: #FFFFFF; /* $text2 */
	text-transform: lowercase;
	font-size: 80px;
	font-weight: 300;
	line-height: 1;
}

div.slide div.info h3 {
	color: #FFFFFF; /* $text2 */
	font-weight: 600;
	font-style: italic;
	font-size: 134px;
	text-transform: lowercase;
	line-height: 84px;
	font-family: 'ArcherSVG', 'Archer', serif;
	padding: 0;
	margin-top: -25px;
}

div.slide div.info p {
	line-height: 1.25;
	color: #FFFFFF; /* $text2 */
	font-weight: bold;
}

div.slide1 div.info p {
	color: #FFFFFF!important;
	background-color: transparent!important;
	font-weight: 600!important;
}

div.slide3 div.info p {
	text-align: center;
}

.button, .btn {
	background-color: #0C5098; /* $primary */
	color: #FFFFFF;
	border-radius: 3px;
	padding: 8px 12px;
	line-height: 1;
}

html.no-display-table .button {
	line-height: 1;
	display: inline-block;
}

.button.green, .btn.green {
	background-color: #4B973D; /* $secondary */
}

.button:hover, .btn:hover {
	background-color: #0C5098; /* $primary */
}

.button.green:hover, .btn.green:hover {
	background-color: #0C5098; /* $primary */
}

div.slide .button {
	text-shadow: none;
	box-shadow: 1px 1px 8px -4px #000;
}

div.slide .button:after {
}

div.slide1 {
	background-color: #639442;
}

div.slide1 .info .button {
	top: 1em;
	position: relative;
}

div.slide1 img.sub-image {
	left: 44%;
}

.animation-nav {
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 5;
}

html.no-backgroundsize .animation-nav {
	display: none;
}

.nav-thumbs {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-thumbs li {
	float: left;
	margin-right: 5px;
}

.nav-thumbs li a {
	display: block;
	text-indent: -9999em;
	background-color: #0C5098; /* $primary */
	border-radius: 50%;
	width: 19px;
	height: 19px;
	transition: 200ms ease-in-out;
}

.nav-thumbs li.slide-in a {
	background-color: #4B973D; /* $secondary */
}

.nav-thumbs li a:hover {
	background-color: #4B973D; /* $secondary */
}

#SubpageBanner {
}

.sbc {
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

#banner1 {
	position: relative;
	width: 100%;
	max-height: 200px;
}

.sbc-text {
	position: absolute;
	background-color: #FFFFFF;
	padding: 30px 30px;
	line-height: 1;
	left: 35px;
	border-radius: 18px;
	bottom: 35px;
}

.sbc-text h2 {
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	font-size: 45px;
	color: #4B973D; /* $secondary */
	font-weight: normal;
}

.sbc-text h2 strong {
	font-weight: 600;
	color: #0C5098; /* $primary */
}

.sbc-text p {
	font-size: 16px;
	color: #7A7A7A; /* $text1 */
	margin: 0;
}

.sbc img {
}

.bread {
	padding: 15px;
	background-color: #F5FAFF; /* lighten($color3,83%) */
	border-bottom: 1px solid #DBE7F2; /* adjust($color3,19%,-53%,0%) */
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.bread a {
	color: #0C5098; /* $primary */
}

.bread a:hover {
	color: #4B973D; /* $secondary */
}

.bread span {
	color: #9BB7D1; /* adjust($color3,-19%,-63%,0%) */
}

.bread span icon {
	margin: 0 5px 0 3px;
	top: 2px;
	position: relative;
}

div.slide div.info.v2 {
	text-align: left;
	width: 80%;
	padding: 0 3em;
	text-shadow: none;
}

.info.v2 p {
	font-family: 'ArcherSVG', 'Archer', serif;
	font-size: 2em;
	margin: 0;
	text-align: left;
	padding: 0 !important;
}

.info.v2.noimg p {
	margin-bottom: 1em;
	color: #0C5098;
	background-color: rgba(255,255,255,0.671);
	font-family: 'Gotham', sans-serif;
	font-weight: normal;
}

div.slide div.info.v2 h2 {
	text-transform: capitalize !important;
	font-weight: bold;
	font-size: 60px;
}

.info.v2 img.sub-image {
	margin-top: .5em;
	margin-bottom: .5em;
}

div.slide4 div.info p span {
	font-family: 'archer' , sans-serif;
	font-size: .9em;
}

.donate-slide a.button:hover {
	background-color: #B4CEE1;
	color: #0C5098;
}

.donate-slide .button {
	background-color: #4B973D;
}
/* End Animation */

/* CTAs */
#CTAZone {
	background-color: #FFFFFF;
}

#CTAWrap {
	overflow: hidden;
}

.cta-list {
	width: 100%;
	display: table;
	margin: 0px auto 0px auto;
	table-layout: fixed;
}

.cta-list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: table-row;
}

.cta-list ul li {
	position: relative;
	display: table-cell;
	padding: 20px 2%;
	vertical-align: top;
	border-right: 1px solid #DBE7F2; /* adjust($color3,19%,-53%,0%) */
}

.cta-list ul li:last-child {
	border-right: none;
}

.cta-list ul li:hover {
}

html.no-display-table .cta-list {
	width: 100%;
	display: block;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	margin-left: 15px;
}

html.no-display-table .cta-list ul li {
	display: block;
	float: left;
	width: 28.5%!important;
}

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

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

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

html.no-display-table .cta-list ul.items3 li {
}

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

html.no-cssgradients .cta-list ul li {
}

.cta-list ul li a .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #DBE6F0;
	top: 100%;
	left: 0;
	transition: 600ms ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}

.cta-list ul li a:hover .overlay {
	top: 0;
	opacity: 0.50;
	filter: alpha(opacity=50);
}

.cta-list ul li a img {
	float: right;
	clear: right;
	border-radius: 9%;
}

.cta-list ul li icon {
	font-size: 35px;
	color: #FFFFFF; /* $text2 */
	top: 50%;
	right: -100%;
	position: absolute;
	margin-top: -18px;
	transition: 300ms ease-in-out 150ms;
	opacity: 0;
}

.cta-list ul li a:hover icon {
	right: 50px;
	opacity: 1;
}

.cta-text {
	float: left;
	width: calc(100% - 115px);
	position: relative;
	z-index: 2;
}

.no-csscalc .cta-text {
	width: 50%;
}

.cta-list ul li h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0C5098; /* $primary */
	line-height: 1;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
}

.cta-list ul li p {
	color: #0C5098; /* $primary */
	font-size: 14px;
}

.cta-list ul li .button {
}

.cta-list ul li a:hover .button {
}

html.no-lastchild .cta-list ul li {
}
/* End CTAs */

/* Alert CTAs */
.o-alert {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-color: #e24f4e;
	background-image: linear-gradient(to bottom,#e24f4e,#db4343);
	flex-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.no-cssgradients .o-alert {
	display: block;
}

.o-alert .c-icon {
	padding: 0 .2em;
	font-size: 2.85em;
	color: #fff;
	text-align: center;
	background-color: #e65e5e;
	-webkit-flex: 0 0 10%;
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	flex-basis: 100px;
}

.no-cssgradients .o-alert .c-icon {
	display: inline-block;
	float: left;
	width: 100px;
}

.o-alert .c-content {
	-webkit-flex: 0 0 85%;
	-ms-flex: 0 0 85%;
	flex: 0 0 85%;
}

.o-alert .c-content a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 2.5%;
	flex-flow: row nowrap;
	-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 1%;
}

.no-cssgradients .o-alert .c-content a {
	display: inline-block;
	width: 86%;
	padding: 1.4em .7em;
}

.o-alert .c-alert {
	font-size: 1em;
	color: #fff;
	-webkit-flex: 0 0 80%;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
}

.no-cssgradients .o-alert .c-alert {
	display: block;
	float: left;
	max-width: calc(100% - 9em);
}

.o-alert .c-button.v3 {
	margin-top: .3em;
	background-color: rgba(255,255,255,.2);
	border-radius: 1em;
	box-shadow: 0 1px 3px rgba(0,0,0,.19);
	transition: .5s ease;
	flex-basis: 110px;
	white-space: nowrap;
}

.no-cssgradients .o-alert .c-button.v3 {
	float: right;
	background-color: #EA8483;
}

.o-alert .c-button.v3:hover {
	background-color: #ef8385;
}
/* End Alert CTAs */

/* Main Area */
.main-wrapper {
	float: left;
	width: 71%;
	clear: left;
}

.sub .main-wrapper {
	width: 76%;
}

.sub.wideleft .main-wrapper {
	width: 100%;
}

.sub .main-wrapper.wide` {
	width: 100%;
}

.sub .main-body {
	padding: 20px 0;
}

.sub .cf.hideinfull {
	display: none;
}

.cf.content-wrap {
	padding: 30px 3% 20px 0;
}

#MainZone {
	float: left;
	clear: left;
	width: 49%;
}

.sub #MainZone {
	float: right;
	clear: right;
	width: 65%;
	padding: 0 3%;
}

.sub.wide #MainZone {
	float: left;
	clear: left;
	width: 100%;
	padding: 0 3% 0 0;
}

.sub.wideleft #MainZone {
	width: 71%;
}

#SideZone {
	float: right;
	clear: right;
	width: 49%;
}

.sub #SideZone {
	float: left;
	clear: left;
	width: 35%;
}

.sub.wideleft #SideZone {
	width: 29%;
}

#RightZone {
	float: right;
	clear: right;
	width: 29%;
	background-color: #F5FAFF; /* lighten($color3,83%) */
	border: 1px solid #DBE7F2; /* adjust($color3,19%,-53%,0%) */
	border-top: none;
}

.sub #RightZone > * {
	margin-bottom: 20px;
}

html.no-backgroundsize body.fixed #RightZone {
	position: relative;
	width: 29%;
	left: 0;
	top: 0;
	margin-left: 0;
}

body.sub.fixed #RightZone, .sub #RightZone, html.no-backgroundsize body.sub.fixed #RightZone, html.no-backgroundsize  .sub #RightZone {
	width: 24%;
	padding-bottom: 0;
	background-color: transparent;
	border: none;
	margin-left: 0;
	left: 0;
	top: 0;
	position: relative;
}

.text {
	line-height: 1.5;
	color: #7A7A7A; /* $text1 */
	font-size: 14px;
}

.text a {
	text-decoration: underline;
}

.text a:hover {
	color: #4B973D; /* $secondary */
}

.text a.button:hover, .text a.btn:hover {
	color: #FFFFFF;
}

.text h1 {
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #0C5098; /* $primary */
	line-height: 1.25;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.text h2 {
	color: #4B973D; /* $secondary */
	font-size: 20px;
	line-height: 1.25;
	margin: 0 0 15px 0;
	font-weight: 300;
}

.text h3 {
	color: #0C5098; /* $primary */
	font-size: 16px;
	margin: 0 0 15px 0;
	line-height: 1.25;
}

.text strong {
	color: #7A7A7A;
}

.text .video-wrap {
	position: relative;
	box-shadow: 0px 2px 15px rgba(123,123,123,0.525);
	padding-top: 56.25%;
	margin: 25px 0;
}

.text .video-wrap > div, .text .video-wrap > div > div {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
	top: 0;
	left: 0;
}

div table tbody tr:first-child td strong {
	color: #FFFFFF;
	position: relative;
	top: 2px;
	text-align: center;
}

div table tbody tr:first-child td {
}

div table tbody tr td {
}

div table tbody tr td.noContent + div table tbody tr td {
	border-top: none;
}

td.noContent {
	border-top: none;
	border-bottom: none;
}

td.tdParent {
	border-bottom: none;
}

.tabular-data {
	width: 100%;
	text-align: center;
}

.tabular-data td {
	vertical-align: top;
}

.sub .side-nav h2 {
	background-color: #0C5098; /* $primary */
	color: #FFFFFF; /* $text2 */
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 6%;
}

.sub .side-nav h2 a {
	color: #FFFFFF; /* $text2 */
}

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

.side-nav ul li {
}

.sub .side-nav ul li a {
	padding: 15px 6%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	background-color: #F5FAFF; /* lighten($color3,83%) */
	border: 1px solid #DBE7F2;
	border-top: none;
}

.sub .side-nav.blog ul li a {
	padding: 0;
	background-color: transparent;
	border: none;
	font-weight: normal;
}

.sub .side-nav.blog ul li .categories a {
	display: inline;
}

.sub .side-nav ul li.level1 a {
	color: #4B973D; /* $secondary */
}

.sub .side-nav ul li.level2 a, .sub .side-nav ul li ul li a {
	color: #0C5098; /* $primary */
	padding-left: 10%;
	background-color: #E6EFF6;
}

.sub .side-nav ul li a:hover, .sub .side-nav ul li.level1 a:hover, .sub  .side-nav ul li.selected.level1 a {
	background-color: #439A3B;
	color: #FFFFFF;
	border-color: #439A3B;
}

.sub .side-nav ul li.level2 a:hover, .sub  .side-nav ul li.selected.level2 a, .sub .side-nav ul li ul li a:hover {
	background-color: #00529B;
	color: #FFFFFF;
	border-color: #00529B;
}

.sub  .side-nav.blog ul li a:hover {
	background-color: transparent;
	color: #0C5098; /* $primary */
}

.item.blog h2 {
	margin: 12px 0;
}

.item.blog .content {
	margin-bottom: 12px;
}

.comments {
	line-height: 34px;
	margin-right: 8px;
}

.blog {
}

.blog .feed {
	margin-bottom: 15px;
}

.blog .feed a:hover {
}

.blog .feed header {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: 5px solid #0C5098; /* $primary */
}

.blog .header-info {
	overflow: hidden;
	padding-top: 80px;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 20%,#000000);
}

.blog .date {
	float: left;
	min-width: 60px;
	text-align: center;
	margin-right: 8px;
	background-color: #4B973D; /* $secondary */
	color: #FFFFFF; /* $text2 */
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	line-height: 1;
	padding: 10px 2%;
}

.blog .date .month {
	text-transform: uppercase;
}

.blog .date .day {
	display: block;
	font-weight: 600;
	font-size: 28px;
}

.blog .date .year {
	float: left;
	padding: 5px 3px;
	background-color: #4B973D; /* $secondary */
	color: #FFFFFF; /* $text2 */
	clear: both;
	width: 100%;
}

.blog  .blogtitle {
	color: #FFFFFF; /* $text2 */
	font-weight: bold;
	padding-right: 10px;
	display: block;
}

html.no-textshadow .blog  .blogtitle {
	background-color: #000000;
	min-height: 54px;
}

.blog-intro-text {
}

.blog-text {
	font-size: 13px;
	color: #7A7A7A; /* $text1 */
	line-height: 1.25;
}

.blog-text p span {
	display: block;
	color: #0C5098; /* $primary */
}

.blog-text a:hover {
	color: #0C5098; /* $primary */
}

.blog-text .categores span {
	display: inline;
}

.blog .feed .social-bar {
	background-color: #DBE6EF; /* adjust($color3,15%,-63%,0%) */
	padding: 8px 2%;
	line-height: 1;
	margin-top: 15px;
}

.blog-text .categories {
	margin-top: 12px;
}

.blog-text .categories strong {
	font-weight: normal;
	display: block;
	color: #0C5098; /* $primary */
}

.sub .blog .feed .social-bar {
	text-align: center;
}

.fb_iframe_widget {
	top: -7px;
}

.side-nav .fb_iframe_widget {
	top: -3px;
}

#twitter-widget-0 {
	width: 59px!important;
}

.blog .addthis_toolbox {
	margin-top: 4px;
}

.contact-map {
	width: 450px;
	height: 450px;
	margin: 0 auto;
}

.contact-map , .contact-map  img {
	max-width: 450px;
	width: 100%!important;
	height: auto!important;
}

.caseeval2 {
	padding: 10px 2%;
	background-color: #0C5098; /* $primary */
}

.caseeval2 > div {
	margin-bottom: 12px;
}

.caseeval2 span.validator {
	color: #4B973D; /* $secondary */
}

.caseeval2 input, .caseeval2 textarea {
	width: 100%;
	padding: 1.5%;
	font-size: 1em;
	border: none;
	background-color: rgba(18,18,18,0.2); /* alpha($BG,20%) */
	box-shadow: inset 1px 1px 10px -5px #000;
	border-bottom: 1px solid #1069C8; /* lighten($primary,15%) */
	border-right: 1px solid #1069C8; /* lighten($primary,15%) */
}

.caseeval2 textarea {
	height: 100px;
	overflow: auto;
	resize: none;
}

.caseeval2 .submit {
	box-shadow: none;
	border: none;
	cursor: pointer;
}

.caseeval2 .submit:hover {
}

#RightZone h2 {
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	color: #FFFFFF; /* $text2 */
	font-weight: 600;
	text-transform: uppercase;
}

.sub #RightZone h2 {
	text-transform: none;
	color: #4B973D; /* $secondary */
	font-weight: 600;
}

.sub #RightZone h2.smallHeader {
	font-size: 18px;
	font-weight: bold;
}

#FindDocSide > div > span > div > header > h2 > span {
	color: #00529B;
	font-weight: bold;
}

.sub #RightZone #LocationSideNavigation h2 {
	color: #FFFFFF; /* $text2 */
	border-bottom: 1px solid #4B973D; /* $secondary */
}

#RightSideHeaderContent {
	padding: 20px 8%;
}

#RightSideHeaderContent h2 {
	font-size: 25px;
	color: #0C5098; /* $primary */
}

#RightSideHeaderContent h3 {
	color: #4B973D; /* $secondary */
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Gotham', sans-serif;
	margin-bottom: 10px;
}

#RightSideHeaderContent p {
	color: #7A7A7A; /* $text1 */
	margin: 0;
	padding: 12px 0 0 0;
	border-top: 1px solid #DBE7F2; /* adjust($color3,19%,-53%,0%) */
}

.rside-nav {
}

.rside-nav h2 {
	background-color: #0C5098; /* $primary */
	font-size: 24px;
	padding: 12px 8%;
	line-height: 1;
}

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

.rside-nav ul li {
	border-bottom: 1px solid #DBE7F2; /* adjust($color3,19%,-53%,0%) */
}

.rside-nav ul li a {
	display: block;
	padding: 15px 8%;
	font-size: 14px;
	font-weight: bold;
	transition: 500ms ease-in-out;
	position: relative;
	overflow: hidden;
}

.rside-nav ul li a:hover {
}

.rside-nav ul li a img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%);
	transition: 500ms ease-in-out;
	margin-top: -25px;
}

html.no-backgroundsize .rside-nav ul li a img {
	display: none;
}

.rside-nav ul li a:hover img {
	-webkit-transform: translateX(-2%);
	-ms-transform: translateX(-2%);
	transform: translateX(-2%);
}

.rside-nav ul li a span {
	transition: 500ms ease-in-out;
	display: block;
	text-decoration: underline;
	color: #0C5098; /* $primary */
}

.rside-nav ul li a:hover span {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	color: #4B973D; /* $secondary */
}

#FindLocation {
	padding: 35px 3%;
	background-image: url(/images/design/find-location-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}

#RightZone #FindLocation h2 {
	color: #FFFFFF;
	text-transform: uppercase;
}

#FindLocation h3 {
	color: #C2E2FF; /* $color3 */
}

#FindLocation .loc-icon {
	margin: 15px 0;
}

#FindLocation .button.green:hover {
	background-color: #376E2D; /* darken($secondary,27%) */
}

.fancy.spotlight {
	padding: 1em;
	background-color: #F5FAFF;
	border: 1px solid #D1DFE9;
	margin: 1em 0;
}

.fancy.spotlight h3 strong {
	color: #00529B;
}

.fancy.spotlight.left h2 {
	text-transform: uppercase;
	font-size: 1.6em;
}

.fancy.spotlight.left h2 a {
	color: #00529B;
}

.fancy.spotlight h2 a:hover {
	color: #4B973D;
}

.fancy.spotlight h2 {
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.blue h3 strong {
	color: #00529B;
}

.fancyfont {
	background-color: #F5FAFF;
	font-size: 1.286em;
	color: #4B973D;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	font-weight: 600;
	padding: 1em;
	line-height: 1.333em;
	border-left: 1px solid #C0D1DD;
}
/* End Main Area */

/* Form Styles */
.form {
}

.form span {
	width: 20%;
	display: inline-block;
	font-weight: bold;
	color: #0C5098; /* $primary */
}

.form input, .form select, .form textarea {
	width: 75%;
	font-family: Arial, sans-serif;
	font-size: 1em;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #DBE7F2;
	color: #00529B;
	background-color: #F5FAFF;
	margin-bottom: 8px;
	outline: none;
	display: inline-block;
}

.form .upload .images input {
	width: 95%;
}

.form span.full {
	width: 100%;
	display: block;
}

.form span strong {
	font-size: 1.2em;
	color: #4B973D; /* $secondary */
}

.form input[type=radio], .form input[type=checkbox] {
	width: auto;
}

.form .button {
	background-color: #4B973D; /* $secondary */
	color: #FFFFFF; /* $text2 */
	font-size: 1.2em;
	transition: .5s ease;
	cursor: pointer;
}

.form .button:hover {
	background-color: #0C5098; /* $primary */
}
/* End Form Styles */

/* Contact Form */
.contact-form-box {
	margin-bottom: 20px;
}

.contact-form-box header {
	text-align: center;
	background-color: #DBE6EF; /* adjust($color3,15%,-63%,0%) */
	border: 1px solid #BEC8D1; /* adjust($color3,-11%,-83%,0%) */
	border-radius: 5px;
	padding-top: 10px;
}

.contact-form-box  h2, #RightZone .contact-form-box  h2 {
	color: #439A3B;
	font-size: 23px;
	line-height: 1;
}

.contact-form-box  h3 {
	color: #439A3B;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	font-weight: 100;
	font-size: 26px;
}

.contact-form-box  h3 span {
	font-weight: bold;
	color: #00529B;
}

.contact-form-box p {
	background-color: #4B973D; /* $secondary */
	margin: 12px 0 0 0;
	color: #FFFFFF; /* $text2 */
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	font-size: 14px;
	padding: 15px 1%;
	border-radius: 5px;
}

.contact-form {
	overflow: hidden;
	padding: 8px  0 20px;
	border-bottom: 1px solid #DBE7F2; /* adjust($color3,19%,-53%,0%) */
}

.contact-form input, .contact-form textarea, .contact-form select {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 1em;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #DBE7F2; /* adjust($color3,19%,-53%,0%) */
	color: #0C5098; /* $primary */
	background-color: #F5FAFF; /* lighten($color3,83%) */
	margin-bottom: 8px;
	outline: none;
}

.contact-form textarea {
	height: 100px;
	resize: none;
	overflow: auto;
	margin-top: 2px;
}

html.no-boxsizing .contact-form input, html.no-boxsizing .contact-form textarea {
}

.contact-form .button {
	float: right;
	margin-top: 10px;
}

.contact-form .button:hover {
}

.contact-form .button icon {
	font-size: 10px;
	margin-left: 8px;
}

.contact-form .btns {
	overflow: hidden;
}

.contact-form .btns a {
	font-size: 14px;
	line-height: 1;
}

.contact-form .btns .left {
	float: left;
}

.contact-form .btns .right {
	float: right;
}

div.dis {
	width: 40%;
}

div.zip {
	width: 60%;
}

html.no-display-table div.zip, html.no-display-table div.dis {
	width: 100%;
}

div.zip span {
	display: inline-block;
	margin: 10px 3% 0 5%;
}

html.no-display-table div.zip span {
	display: block;
	text-align: center;
	margin: 8px 0;
}

div.zip input {
	width: 65%;
	float: right;
}

html.no-display-table div.zip input, html.no-display-table .contact-form select {
	width: 100%!important;
	float: none;
}

#FindADoctor h2 span {
	font-weight: bold;
	color: #0C5098; /* $primary */
}

#FindADoctor h3 {
	font-size: 18px;
	font-family: 'TexGyreHeros', Arial, sans-serif;
	color: #4B973D; /* $secondary */
	padding: 0 3px;
	font-weight: bold;
}

.distance-boxes > div {
	float: left;
}

html.no-display-table .distance-boxes > div {
	float: none;
	width: 100%;
}

#ContactForm .step2 {
	display: none;
	padding: 10px;
}

.health-form {
	display: none;
}

.health-wrap {
	display: none;
	z-index: 999;
	width: 100%;
}

.health-wrap.show {
	display: block;
	top: 0;
}

.health-wrap .overlay {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	display: none;
}

.health-wrap.show .overlay {
	display: block;
}

.show .health-form {
	left: 50%;
	margin-left: -225px;
	display: block;
	position: absolute;
	z-index: 20;
	width: 550px;
	height: 460px;
	top: 50%;
	margin-top: -325px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.502);
}

.health-form icon {
	position: absolute;
	top: .5em;
	right: .5em;
	color: #0C5098; /* $primary */
	cursor: pointer;
	font-size: 2em;
}

.health-form icon:hover {
	color: #4B973D; /* $secondary */
}

.healthcalling.button {
	text-align: center;
	display: inline-block;
	background-color: #0C5098; /* $primary */
	font-weight: bold;
	width: 100%;
	transition: .5s ease;
	padding: 0 0 .6em 0;
	border-radius: 4px;
}

.healthcalling.button p {
	background-color: #4B973D; /* $secondary */
	text-align: left;
	font-size: .9em;
	font-weight: 600;
	line-height: 1.3em;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	transition: .5s ease;
	padding: .3em 1em .5em 1em;
	margin: 0 0 .6em 0;
}

.healthcalling.button:hover {
	background-color: #4B973D;
	border-top-color: #0C5098; /* $primary */
}

.healthcalling.button:hover p {
	background-color: #00529B;
}

.healthcalling.button span {
	display: block;
	font-size: 1.5em;
	color: #C2E2FF; /* $color3 */
}

.latesthcarticle {
	color: #00529B;
	margin-bottom: .7em;
	line-height: 0;
	padding-top: 4%;
}

icon.close:before {
	content: '\e135';
}

#ContactForm .step2 .button {
	display: inline-block;
	margin-top: 15px;
}

#ContactForm .step2 label {
	min-width: 130px;
	text-align: left;
}

.ui-dialog {
	text-align: left;
}

.ui-dialog.step {
	margin-left: -225px;
	left: 50% !important;
	border-radius: 5px;
	padding-bottom: 8px;
	position: fixed;
	top: 25% !important;
}

.ui-dialog.step .ui-dialog-titlebar {
	background-color: #4B973D; /* $secondary */
	background-image: none;
	font-weight: normal;
	color: #FFFFFF;
}

.ui-dialog.step .ui-dialog-titlebar span.ui-dialog-title {
	font-family: 'Archer Bold';
}

.ui-dialog.step .ui-dialog-content {
	border: none;
}

.ui-dialog .step2 div {
	width: 94%;
	margin: 5px auto 0px;
}

.ui-dialog .step2 div span, .ui-dialog .step2 div label {
	font-family: 'Gotham';
	color: #0C5098; /* $primary */
	display: inline-block;
}

.ui-dialog .step2 div span {
	color: #9B0003;
}

.ui-dialog .step2 div span.wide, .ui-dialog .step2 div label.wide {
	display: block;
	width: auto;
}

.ui-dialog .step2 div input[type=text] {
	width: 265px;
	border: solid 1px #DBE6ED;
	background-color: #EDF3F7;
	border-radius: 3px;
	padding: 5px;
	font-size: 16px;
	font-family: 'Gotham';
	color: #0C5098; /* $primary */
}

.ui-dialog .step2 div table td {
	color: #0C5098; /* $primary */
	font-family: 'Gotham';
}

div.ui-widget-overlay2 {
	z-index: 30 !important;
}
/* End Contact Form */

/* Locations */
#LocationZone {
	padding: 15px 3% 20px 0;
}

#Locations {
	position: relative;
	margin: 0px auto;
	padding: 15px 0;
	border-top: 1px solid #DBE7F2; /* adjust($color3,19%,-53%,0%) */
}

#Locations header {
	margin-bottom: 20px;
}

#Locations h2 {
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	text-transform: uppercase;
	color: #0C5098; /* $primary */
	font-size: 30px;
	font-weight: 600;
}

.sub #Locations h2 {
	font-size: 18px;
}

#Locations h3 {
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	text-transform: uppercase;
	color: #00529B;
	font-size: 20px;
	font-weight: 600;
}

#Locations h4 {
	font-size: 20px;
	font-weight: normal;
	color: #4B973D; /* $secondary */
}

#FacilitiesMap {
	width: 100%;
	height: 362px;
	z-index: 1;
	position: relative;
}

.sub #FacilitiesMap {
	height: 500px;
}

#FacilitiesList {
	width: 30%;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFFFFF;
	background-color: #152255;
	text-align: center;
	height: 100%;
	padding-top: 25px;
	display: none;
}

#FacilitiesList .location {
	margin: 0 0 1em;
}

#FacilitiesList h3 {
	color: #FFFFFF;
	font-family: 'judson', serif;
	text-transform: uppercase;
	font-size: 1.3em;
}

#FacilitiesList p {
	margin: .3em 0;
}

#FacilitiesList .buttonlist a {
	background-color: #FF8E2B;
	color: #152255;
}

#FacilitiesList .Phone {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.1em;
}

#FacilitiesMap .imap {
	width: 100%;
	height: 85%;
}

.sub #FacilitiesMap .imap {
	height: 100%;
}

#FacilitiesMap .imap img {
	max-width: initial;
}

#FilterTop {
	background-color: #0C5098; /* $primary */
	overflow: hidden;
	border-bottom: 10px solid #4B973D; /* $secondary */
	position: relative;
}

.link-wrap {
	width: 1000%;
	overflow: hidden;
	position: relative;
	transition: 300ms ease-in-out;
	left: 0;
}

.filter-nav {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #093A6F; /* darken($primary,27%) */
	display: none;
}

.filter-nav.show {
	display: block;
}

.filter-nav a {
	display: inline-block;
	padding: 12px 5px 13px;
	background-color: transparent;
	color: #FFFFFF; /* $text2 */
}

.filter-nav a:hover {
	background-color: #4B973D; /* $secondary */
}

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

#FilterTop .link-wrap a {
	display: block;
	text-align: center;
	padding: 15px 15px;
	color: #FFFFFF;
	transition: .4s ease;
	position: relative;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	border-right: 1px solid #2272B9;
}

#FilterTop .link-wrap a:hover, #FilterTop .link-wrap .selected {
	background-color: #439A3B;
	border-color: #439A3B;
}

.side-nav.locations .level2 {
	display: none;
}

.side-nav.locations .level2 a {
	font-size: 13px;
	font-weight: 300;
	padding: 8px 4%;
}

#Locations .gm-style-iw h2 {
	font-weight: 300;
	font-size: 13px;
}
/* End Locations */

/* Footer */
#Footer {
	position: relative;
	z-index: 10;
}

.footer-module .half {
	float: left;
	width: 50%;
	padding-right: 2%;
}

html.no-display-table .footer-module .half {
	width: 47%;
}

.footer-module .half .fourth {
	width: 50%;
}

.footer-menu {
	background-color: #0C5098; /* $primary */
	text-align: center;
	padding: 35px 2%;
}

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

.footer-menu ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #C2E2FF; /* $color3 */
	font-size: 13px;
	border-right: 1px solid #C2E2FF; /* $color3 */
	padding: 1px 10px;
}

.footer-menu ul li:last-child {
	border-right: none;
}

.footer-menu a {
	display: block;
	color: #FFFFFF; /* $text2 */
	line-height: 1;
}

.footer-menu a:hover {
	color: #C2E2FF; /* $color3 */
}

#FooterModule {
	background-color: #E0E9F1; /* adjust($color3,27%,-63%,0%) */
	padding: 0 2% 1px;
}

#FooterModule .map {
	text-align: center;
	padding: 15px 2%;
	margin-bottom_: 35px;
	box-shadow: 0 10px 35px -25px #000;
}

#FooterModule .map a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1C5088; /* desaturate($primary,23%) */
	display: inline-block;
	text-shadow: 0px 1px 1px #FFF;
}

#FooterModule .map a span {
	display: block;
}

#FooterModule .map a icon {
	text-shadow: 0px 0px 5px #FFFFFF;
	transition: 200ms ease-in-out;
	display: block;
	color: #9BB7D1;
	font-size: 16px;
}

#FooterModule .map.rotate a icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.footer-toggle {
	display: none;
}

html.no-display-table .footer-toggle {
	display: block;
}

.links-wrap {
	padding: 35px 2%;
}

.links-wrap h3 a {
	color: #0C5098; /* $primary */
	text-shadow: 1px 1px 0 #FFF;
}

.links-wrap .fourth ul {
	padding: 0;
	list-style: none;
}

.links-wrap .fourth ul li {
	margin-bottom: 10px;
	font-size: 12px;
}

.links-wrap .fourth ul li a {
	display: block;
	font-size: 14px;
	color: #4A5F73;
	padding: 2px 0;
}

.links-wrap  .fourth ul li a:hover {
	color: #4B973D; /* $secondary */
}

.footer-info {
	background-color: #FFFFFF;
	padding: 25px 2% 10px;
}

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

.fi-left .phone {
	font-weight: bold;
	color: #0C5098; /* $primary */
	position: relative;
	margin-left: 30px;
	top: -20px;
	cursor: default;
}

.fi-right {
	float: right;
	clear: right;
	position: relative;
}

.social-footer {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 30px;
}

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

.social-footer ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 20px;
}

.social-footer ul li a {
	display: block;
	color: #7A7A7A; /* $text1 */
	font-size: 20px;
}

.social-footer ul li a:hover {
	color: #0C5098; /* $primary */
}

.disclaimer {
}

.disclaimer .right {
	float: right;
	clear: right;
	margin-left: 15px;
}

.disclaimer .left {
}

.disclaimer .left p {
}

#BottomZone {
}
/* End Footer */

/* Mobile Menu */
#MobileNavZone {
	display: none;
	border-bottom: 1px solid #2E6FB4; /* adjust($primary,18%,-31%,0%) */
	position: relative;
	z-index: 9;
	background-color: #0C5098; /* $primary */
}

ul.MobileBtns {
	width: 100%;
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
	display: block;
	overflow: hidden;
}

ul.MobileBtns li {
	text-align: center;
	width: 25%;
	border-right: 1px solid #2E6FB4; /* adjust($primary,18%,-31%,0%) */
	float: left;
}

ul.MobileBtns li:last-child {
	border-right: none;
}

ul.MobileBtns li > a {
	text-shadow: 0px -1px rgba(0,0,0,0.5);
	display: block;
	padding: 10px 0px;
}

ul.MobileBtns li a.MobileCall {
	display: none;
}

ul.MobileBtns li a h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px 0px;
	font-weight: normal;
	font-size: 16px;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
}

ul.MobileBtns li a icon {
	color: #FFFFFF;
	font-size: 20px;
}

html.boxsizing body {
	overflow-x: hidden;
}

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

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

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

div.imenuitem.iright:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 1;
	float: right;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 41px;
	padding-left: 25%;
}

div.imenuitem a {
	color: #FFFFFF;
	display: block;
	padding: 12px 15px;
}

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

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

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

.text img {
	height: auto!important;
}

@-moz-document url-prefix() {
	.cta-list {
		height: 100%;
	}

	.cta-list ul {
		height: 100%;
	}

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

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

	nav.top-nav div.iflylist {
		left: auto!important;
	}
}

@media (max-width:1155px) {
	#TopBarContent .phone-info {
		padding-right: 1.5%;
	}

	.cf.content-wrap, #LocationZone {
		padding-left: 1.5%;
	}

	body.fixed #RightZone {
		position: relative;
		width: 29%;
		left: 0;
		margin-left: 0;
		top: 0;
	}

	.cta-list .info {
		text-align: center;
	}

	.cta-list ul li h2 {
		min-height: 40px;
	}

	.cta-list ul li icon {
		margin-top: 30px;
	}

	.cta-list ul li a:hover icon {
		right: 50%;
		opacity: 1;
		margin-right: -10px;
	}

	.cta-text {
		width: 100%;
		float: none;
	}

	.cta-list ul li a img {
		float: none;
	}

	.masthead {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}

	.sub .main-body {
		padding-left: 1%;
		padding-right: 1%;
	}

	.sub.normal .main-wrapper {
		width: 100%;
		float: none;
	}

	body.sub.fixed.normal #RightZone, .sub.normal #RightZone {
		float: none;
		width: 100%;
	}

	.sub .cf.hideinfull {
		display: block;
	}

	.sub.normal #RightZone > * {
		float: left;
		width: 31%;
		margin: 0 1%;
	}
}

@media (max-width:1050px) {
	.top-bar-nav ul li a {
		font-size: 12px;
	}

	.top-bar-nav ul li {
		padding: 5px;
	}
}

@media (max-width:900px) {
	.fi-left, .fi-right {
		float: none;
		width: 100%;
		text-align: center;
		top: 0;
	}

	.fi-left {
		margin-bottom: 12px;
	}

	div.slide2 div.info h2 {
		font-size: 58px;
	}

	div.slide2 div.info h3 {
		font-size: 51px;
	}
}

@media (max-width:850px) {
	.top-bar-nav ul li {
		padding: 5px;
	}

	.cta-list ul li h2 {
		min-height: 60px;
	}

	.contact-form .btns .left, .contact-form .btns .right {
		width: 100%;
	}

	.contact-form .button {
		float: none;
		display: block;
	}

	.distance-boxes > div {
		float: none;
		width: 100%!important;
	}

	div.zip span {
		display: block;
		margin: 5px 0;
		text-align: center;
	}

	div.zip input {
		width: 100%;
		float: none;
	}

	.sbc-text {
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		background-color: rgba(255,255,255,0.78);
		height: 100%;
		padding-top: 65px;
		border-radius: 0;
		padding: 30px 2%;
	}

	div.physicianitem div.physiciancol1 {
		width: 50%!important;
	}

	div.physicianitem div.physiciancol2 {
	}

	.fourth {
		width: 50%;
	}

	.o-alert .c-icon {
		flex-basis: 75px;
		font-size: 2em;
	}

	.o-alert .c-content {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}

	#TopBarContent .phone-info {
		font-size: .6em;
	}

	.phone-info .phone, .masthead  .phone {
		font-size: 1.5em;
	}

	.top-search input {
		min-width: 230px;
	}
}

@media (max-width:760px) {
	.masthead {
		text-align: center;
		padding: 10px 0 0 0;
	}

	.column-content {
		display: block;
	}

	.masthead .logo {
		float: none;
		display: inline-block;
		padding: 0 2%;
	}

	.top-search {
		float: none;
		top: 0;
		padding: 5px 1%;
		background-color: #4B973D; /* $secondary */
		margin-top: 5px;
		display: none;
	}

	.chat-button {
		display: none;
	}

	.top-search input {
		width: calc(100% - 50px);
		min-width: 0;
	}

	.top-search icon {
		background-color: #0C5098; /* $primary */
	}

	body {
		padding-top: 0;
	}

	#TopArea {
		position: relative;
		height: auto;
		transition: none;
	}

	.animation {
		height: 255px;
	}

	div.slide div.info {
		left: 0;
		margin-left: 0;
		width: 100%;
		background-color: rgba(12,80,152,0.851); /* alpha($primary,85%) */
		padding: 10px 3% 15px;
		text-shadow: none;
		top: 30px;
	}

	div.slide div.info.v2 {
		left: 0;
		margin-left: 0;
		width: 100%;
		background-color: rgba(12,80,152,0.851); /* alpha($primary,85%) */
		padding: 10px 3% 15px;
		text-shadow: none;
		top: 30px;
		text-align: center;
	}

	div.slide div.info.v2 .sub-image {
		display: none;
	}

	div.slide div.info h2, div.slide1 div.info h2 {
		font-size: 46px;
		display: inline-block;
		line-height: 1;
	}

	.info.v2.noimg p {
		margin: 8px auto;
		background: rgba(255,
					255,
					255,
					0);
		color: #FFFFFF;
		font-size: 1.2em;
	}

	div.slide div.info h3, div.slide1 div.info h3 {
		font-size: 54px;
		line-height: 1;
		display: inline-block;
		margin-left: 8px;
		color: #439A3B;
	}

	div.slide div.info p {
		margin: 8px auto;
		width: 80%;
	}

	div.slide div.info.v2 h2 {
		width: 80%;
		text-align: left;
	}

	div.slide .button {
		display: inline-block;
	}

	.cta-list ul li h2 {
		min-height: 40px;
	}

	#LocationZone {
		padding-right: 1.5%;
	}

	.cf.content-wrap {
		padding: 20px 1.5%;
	}

	#MainZone, #SideZone, .footer .third, .main-wrapper, #RightZone, .sub #SideZone, .sub #MainZone, body.sub.fixed.wide #RightZone, body.fixed #RightZone, .sub.wide #RightZone, .sub.wide .main-wrapper, .sub.wide #MainZone, .sub.wideleft #MainZone, .sub.wideleft #SideZone {
		width: 100%;
		float: none;
	}

	#MainZone {
		padding-bottom: 20px;
	}

	.sub.wide #MainZone {
		padding-right: 0;
	}

	#RightZone {
		padding-bottom: 0;
	}

	.sub.normal #RightZone > * {
		float: none;
		width: 100%;
		margin: 0 0 12px  0;
	}

	.footer .third {
		text-align: center;
		display: block;
		margin-bottom: 12px;
	}

	.disclaimer .right, .disclaimer .left {
		float: none;
		display: block;
		margin: 0;
		width: 100%;
	}

	.disclaimer .right {
		text-align: center;
	}

	#MobileNavZone,  .masthead  .phone {
		display: block;
	}

	#NavZone, #TopBarZone, .animation-nav {
		display: none;
	}

	div.slide4 div.info h2 {
		left: 0%;
		margin-bottom: 0%;
	}

	div.slide4 div.info h3 {
		margin-bottom: 0px;
	}

	.footer-module .half .fourth {
		float: none;
		width: 100%;
	}

	.PhysicianNameSearch {
		float: none;
		width: 100%;
		margin: 0 0 15px!important;
	}

	div.physiciansearchdropdownbox {
		width: 290px!important;
	}

	div.slide1 .info .button {
		bottom: 0em;
	}
}

@media (max-width:700px) {
	div.slide div.info.v2 h2 {
		font-size: 2.5em;
	}
}

@media (max-width:620px) {
	ul.MobileBtns li a h2 {
		font-size: 14px;
	}

	.cta-list ul li h2 {
		min-height: 60px;
	}

	.footer-menu ul li {
		margin-bottom: 10px;
	}

	.o-alert .c-content {
		-webkit-flex: 0 0 85%;
		-ms-flex: 0 0 85%;
		flex: 0 0 85%;
	}

	.o-alert .c-alert {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.o-alert .c-button {
		display: none;
	}
}

@media (max-width:550px) {
	ul.MobileBtns li a h2 {
		display: none;
	}

	div.slide div.info h2 {
		font-size: 36px;
	}

	div.slide div.info h3 {
		font-size: 44px;
	}

	.cta-list, .cta-list ul, .cta-list ul li {
		width: 100%!important;
		display: block;
	}

	.cta-list ul li {
		overflow: hidden;
		border-rirght: none;
		border-bottom: 1px solid #DBE7F2; /* adjust($color3,19%,-53%,0%) */
	}

	.cta-list .info {
		text-align: left;
	}

	.cta-text {
		float: left;
		clear: left;
		width: calc(100% - 115px);
		position: relative;
		top: 30px;
	}

	.cta-list ul li h2 {
		min-height: 0;
	}

	.cta-list ul li a img {
		float: right;
		clear: right;
	}

	.sbc {
		background-image: none!important;
		height: 120px;
	}

	.sbc #banner1 {
		display: none;
	}

	.sbc-text {
		padding: 10px 2%;
	}

	.sbc-text h2 {
		font-size: 40px;
	}

	.bread {
		display: none;
	}

	.footer-module .half {
		float: none;
		width: 100%;
		text-align: center;
	}

	.fi-left a {
		display: block;
		text-align: center;
	}

	.fi-left .phone {
		top: 0;
		margin-left: 0;
		margin-top: 10px;
	}

	.PhysicianNameSearch {
		float: none;
		width: 100%;
		display: block;
	}

	div.physicianitem div.physiciancol1 {
		width: 75%!important;
	}

	div.physicianitem div.physiciancol2 {
		width: 100%!important;
		text-align: center;
		padding: 5px 3%;
		background-color: #D9D9D9;
		clear: both;
		margin-top: 3px;
	}

	div.physicianitem div.physicianphone {
		line-height: 1!important;
		margin-bottom: 0!important;
	}

	#FilterTop .link-wrap a {
		width: 50%;
		border-bottom: 1px solid #2272B9;
	}

	.link-wrap {
		width: 100%!important;
	}

	.filter-nav.show {
		display: none;
	}

	ul.MobileBtns li a.TabletCall {
		display: none;
	}

	ul.MobileBtns li a.MobileCall {
		display: block;
	}

	div.slide2 div.info p {
		padding: 0;
	}

	.health-form iframe {
		width: 100% !important;
	}

	.show .health-form {
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.mobile-list-set {
	}
}

@media (max-width: 480px) {
	width
	.social-footer :100% {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}

	.social-footer ul li {
		margin: 0 10px;
	}

	.side-nav .fb_iframe_widget, #___plus_0, #twitter-widget-0 {
		float: left!important;
		margin-right: 5px!important;
		top: 0;
	}

	.side-nav .fb_iframe_widget {
		float: left;
	}

	.o-alert .c-icon {
		font-size: 1.8em;
		flex-basis: 50px;
	}

	div.slide div.info.v2 h2 {
		font-size: 1.9em;
	}
}

@media (max-width: 700px) and (orientation: landscape) {
	#TopArea {
		position: relative;
	}

	body {
		padding-top: 0;
	}
}
/* End Responsive */

.column > * {
	float: left;
	list-style: none;
	margin: 0 0 1% 0;
}

.column.three > *:nth-child(3n+1) {
	clear: both;
}

.column {
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	list-style: none;
}

/* Content List */
.content-list {
}

.content-list h2 {
	color: #0C5098;
	text-transform: uppercase;
	font-weight: 800;
}

.content-list h3 {
	background-color: #E6F4FE;
	color: #0C5098;
	padding: 1em;
	margin: .1em 0;
	border: none;
}

.content-list h3:after {
	content: '\e915';
	font-family: 'icomoon-ult';
	background-color: transparent;
	transition: color .25s ease, transform .5s ease;
	margin-top: -.65em;
	width: 1em;
	height: 1em;
}

.content-list h3:hover:after {
	color: #ADC4DC;
}

.content-list h3.active:after {
	-webkit-transform: rotate( 90deg );
	-ms-transform: rotate( 90deg );
	transform: rotate( 90deg );
	transition: transform .5s ease;
}

.content-list h3:before {
	display: none;
}

.content-list [data-type=section] {
	background-color: #4B973D;
	color: #C5EABE;
	padding: .5em 1em;
}

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

.content-list ul li {
	position: relative;
	padding-left: 1.5em;
}

.content-list ul li:before {
	position: absolute;
	content: '\e188';
	left: 0;
	font-family: 'icomoon-ult';
	color: #FFFFFF;
	font-size: 1em;
}

.content-list.gal-cont ul li:before {
	content: '\e7db';
	top: -0.2em;
}
/* End Content List */

body.sub .content.large-fonts {
	font-size: 1em;
}

.info.v2.noimg.donate-slide p {
	color: #FFFFFF;
	background-color: transparent;
	font-weight: 600;
}

div.slide1 .info.donate-slide .button {
	bottom: 0;
}

.alert-content {
	background-color: #21b7d6;
	max-width: 2000px;
	margin: 0 auto;
	color: rgb(255,255,238);
	font-weight: 600;
	text-align: center;
}

.alert-content p {
	margin: 0;
	padding: 1em 0;
}

.alert-content a {
	color: rgb(255,255,238);
	text-decoration: underline;
}
