/* Default Form Styles */
.form {
}

.form * {
	transition: .25s ease;
}

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

.form .hide {
	display: none;
}

.form .btn {
}

.form header {
}

.form header h2 {
	margin: 0;
}

.form > div p {
	margin-bottom: 0;
}

.form div > span:first-child, .form span.spacer, .form div > label:first-child {
	width: 30%;
	display: block;
	float: left;
	padding: .7em 1em .7em 0;
}

.form div span.link {
	padding: 1.5%;
	display: block;
	float: right;
	width: 70%;
	clear: right;
}

.form div span.link span {
	display: inline;
	margin-left: -.125em;
}

.form div span.inline, .form.prereg div span.inline {
	width: auto;
}

.form div span em.inline {
	display: inline;
	font-size: 1em;
}

.form div span.wide,  .form.prereg div span.wide, .form div label.wide {
	width: 100%;
	float: none;
}

.form div > span.validator {
	float: none;
	width: auto;
}

.form > div {
	padding: .5em 1em;
	clear: both;
}

.form div > span:first-child em {
	font-size: .8em;
	display: block;
}

.form input, .form textarea, .form select {
	width: 70%;
	font-size: 1em;
	padding: .7em 1em;
	font-family: inherit;
	color: #0C5098; /* $primary */
	background-color: #E6F4FE; /* $secondarylight */
	resize: none;
	margin-bottom: .25em;
	box-shadow: inset 0 1px 2px rgba(12,80,152,.2);
	outline-color: #ADD6FF;
	border-radius: .25em;
	border: none;
}

.form .recaptcha-wrap {
	width: 70%;
	font-size: 1em;
	padding: .7em 1em;
	font-family: inherit;
	color: #0C5098; /* $primary */
	resize: none;
	margin-bottom: .25em;
	display: inline-block;
}

.form select {
	padding: .625em 1em;
}

.form input[type=radio], .form input[type=checkbox] {
	width: 1.25em;
	box-shadow: none;
	border: none;
}

.content img.ui-check-style, .content img.ui-radio-style, .physician.search table td img.ui-radio-style {
	width: 28px!important;
	height: 28px!important;
	background-position: top left!important;
	vertical-align: middle;
	cursor: pointer;
	margin: .25em .5em;
}

.content img.ui-radio-style, .physician.search table td img.ui-radio-style {
	background-image: url(/images/main-images/input-unchecked.png) !important;
}

.content img.ui-radio-style.checked {
	background-image: url(/images/main-images/input-checked.png) !important;
}

.content img.ui-check-style {
	background-image: url(/images/main-images/input-unchecked.png) !important;
}

.content img.ui-check-style.checked {
	background-image: url(/images/main-images/input-checked.png) !important;
}

.content table img.ui-check-style, .content table img.ui-radio-style {
	margin: 0 .5em;
}

.form input.short, .form select.short {
	width: 30%;
}

.form input.wide, .form textarea.wide, .form select.wide {
	width: 100%;
}

.form input.initial {
	width: 20%;
	margin-right: 1em;
	margin-bottom: 0;
}

.form input.date {
	width: 65% !important;
}

.form input.date.short {
	width: 30% !important;
}

.form input.signature.alt {
	width: 63.5%;
}

.form div.ck-editor {
	width: 100% !important;
}

.form div.ck-editor .cke_reset {
	width: 100% !important;
}

form div.ck-editor span.cke_top {
	width: auto;
	float: none;
	padding: .7em 1em;
}

.form div.ck-editor .cke_voice_label {
	display: none;
}

.form .ck-editor-fix div {
	float: left;
	text-align: center;
	max-width: 70%;
}

.form textarea {
	height: 9.375em;
	resize: none;
}

.form > div table {
	margin-top: 0.5%;
}

.form label.ui-check-style {
	font-family: inherit;
	font-size: 100%;
	vertical-align: middle;
}

.form label.spaced {
	vertical-align: middle;
	margin-left: 0;
	padding-top: .25em;
	display: inline-block;
}

.form table.nospacing {
	width: 30%;
}

.form table.nospacing td {
}

.form table.nospacing td select {
	width: 100% !important;
	padding: .7em 1em !important;
}

.nospacing input {
	box-sizing: initial;
}

.form h5 {
	background-color: #0C5098; /* $primary */
	color: #FFFFFF;
	padding: .2em 1em;
	font-size: 1.5em;
	margin: .8em 0 0;
}

.form h5:first-child {
	margin: 0;
}

.form > div table.group {
	width: 50%;
	table-layout: fixed;
}

.form > div table.group td img.ui-check-style {
	margin: 0 .5em 0 0;
}

.form > div table.group td input[type=text] {
	width: 100%;
}

.form > div table.group.radio {
	width: auto;
}

.form > div table.group.radio img {
	margin: 0 .7em;
}

.form > strong {
	display: block;
	background-color: #4B973D; /* $secondary */
	padding: .1em 1.5em .2em;
	color: #FFFFFF;
	clear: both;
}

.form > div.edit {
	padding: 0 1em;
}

.form > div.edit > * {
	margin: 0;
}

.form .cc-images {
	float: left;
	padding-top: .75em;
	padding-left: 1em;
	clear: none !important;
}

.form .cc-images div {
	clear: none !important;
}

.form .cc-cvc {
	margin-left: 1em;
	vertical-align: middle;
}

.form .address {
	clear: both;
}

.form .address > div {
	text-align: center;
	float: left;
	clear: none;
	padding-bottom: .25em;
}

.form .address div span {
	display: block;
	width: auto;
	float: none;
	line-height: 1em;
}

.form .address > div input, .form .address > div select {
	width: 100%;
}

.form .address .street {
	width: 70%;
}

.form .address .city {
	width: 30%;
	margin-right: 1%;
}

.form .address .state {
	width: 23%;
	margin-right: 1%;
}

.form .address .zip {
	width: 15%;
}

.form .phones, .form .dates {
	width: 70%;
	float: left;
	clear: none;
}

.form .phones > div, .form .dates > div {
	padding-bottom: .5em;
}

.form .phones > div span, .form .dates > div span {
	width: 20%;
}

.form .phones > div input {
	width: 80%;
}

.form .phones > div input.wide {
	width: 100%;
}

.form .dates > div input {
	width: 75% !important;
}

.form .phones > div table.nospacing {
	width: auto;
}

.form .phones > div table.nospacing td, .form .phone table.nospacing td {
	padding: 0 .125em !important;
	text-align: center;
}

.form .phones > div table.nospacing input, .form .phone table.nospacing input {
	width: 100% !important;
}

.form .phone.ssn table.nospacing td:last-child {
	width: 40%;
}

.content .form .column {
	padding: 0;
}

.form div h3 {
	margin: 0;
	font-family: inherit;
	font-size: 1.5em;
}

.form div h4 {
	margin: 0;
	font-family: inherit;
	font-size: 1.2em;
	color: #4B973D; /* $secondary */
}

.form > div table td {
	padding-right: 1em;
}

.form > div table td img {
	margin-right: .5em;
}

.form > div.nested {
	padding: 0;
}
/* End Default Form Styles */

/* Form Slide to Unlock */
.form .lock-holder {
	width: 70%;
	display: table;
	margin: auto 0 1em auto;
}

.form .form-lock {
	float: left;
	width: 70%;
	background-color: #E6F4FE; /* $secondarylight */
	position: relative;
	border-radius: 1.5em;
}

.form .form-lock span {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	left: 0;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-style: italic;
	color: #C4D4E0;
	pointer-events: none;
	width: 100%;
	text-align: center;
	padding: 0;
}

.form .form-lock icon {
	font-size: 1.825em;
	display: block;
	color: #FFFFFF;
	width: 1.5em;
	height: 1.5em;
	transition: none;
	position: relative;
	z-index: 2;
	background-color: #0C5098; /* $primary */
	text-align: center;
	line-height: 1.5em;
	cursor: ew-resize;
	box-shadow: 0 1px 2px #000, inset 0 -3px rgba(0,0,0,.2);
	border-radius: 2em;
}

.form .form-lock input {
	display: none;
}

.form .btn.locked {
	background-color: #E1E1E1;
	color: #909090;
	cursor: default;
	pointer-events: none;
}

.form .lock-holder .btn {
	width: 25%;
	margin-top: .175em;
}
/* End Form Slide to Unlock */

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

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

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

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

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

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

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

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

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

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

.results-feed.two {
}

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

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

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

.results-feed .article-holder .article {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.results-feed .article {
	margin: 1em 0;
	border: 1px solid #D1DFE9;
}

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

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

.paging > div {
	width: 100%;
}

.paging h1 {
	margin-bottom: 0;
}

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

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

.paging a:hover {
	background-color: #4B973D; /* $secondary */
}
/* End Default Feed */

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

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

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

.article a.title:hover {
	color: #4B973D;
}

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

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

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

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

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

.article .image {
	width: 100%;
	position: relative;
	height: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-bottom: 50%;
}

.gift .article .image {
	padding-bottom: 75%;
}

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

.article .image a {
	display: block;
}

.article .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

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

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

.article .date {
}

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

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

.article .details a {
	color: #E6F4FE; /* $secondarylight */
}

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

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

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

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

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

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

.article .press-content img.right {
	float: right;
}

.article .press-content p {
	margin: .5em 0;
	font-family: 'Gotham', 'TexGyreHeros', Arial, sans-serif;
	font-size: 1.1em;
	color: #555559;
}

.article .press-content li {
	font-family: 'Gotham', 'TexGyreHeros', Arial, sans-serif;
	font-size: 1.1em;
	color: #555559;
}

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

.article-holder .article .bottom {
}

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

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

.article .category {
	background-color: #E6F4FE; /* $secondarylight */
	padding: 1em;
	color: #4B973D; /* $secondary */
	font-size: .85em;
	margin-bottom: 1em;
}

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

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

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

.article .category a em {
	color: #909090;
}

.article.rel {
	display: table;
	padding-bottom: 0;
}

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

.article.rel > .thumb {
	width: 33%;
}

.article.rel > .thumb img {
	display: block;
	height: auto !important;
}

.article.rel > .thumb a {
	display: block;
}
/* End Default Feed Item */

/* Shared Search */
.boxes.search {
	position: relative;
	display: table;
	width: 100%;
	font-size: 1rem;
}

.boxes.search .searchbox {
	padding: .5em;
	display: table-row;
	width: 100%;
}

.boxes.search .searchbox > div {
	clear: both;
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding: .875em .875em 3em .875em;
	position: relative;
}

.no-boxsizing .boxes.search .searchbox > div {
	padding-bottom: .875em;
	width: 100%;
}

.boxes.search .searchbox .primary {
	background-color: #4B973D; /* $secondary */
}

.boxes.search .searchbox .secondary {
	background-color: #0C5098; /* $primary */
}

.boxes.search .searchbox h2, .boxes.search .searchbox h3 {
	margin-bottom: .5em;
	color: #FFFFFF;
}

.boxes.search .searchbox p {
	margin-top: 0;
	font-size: .875em;
}

.boxes.search .searchbox .primary  p {
	color: #EFEFEF; /* lighten($color3,67%) */
}

.boxes.search .searchbox .secondary p {
	color: #FFF;
}

.boxes.search .searchbox .btn:not(.small) {
	text-align: center;
	padding: .75em .7em .65em;
	line-height: 1;
	display: block;
	bottom: 0;
	position: absolute;
	left: 0;
	margin: 0 .875em .875em;
	width: 92%;
}

.boxes.search .searchbox .primary .btn:not(.small) icon {
	color: #FFFFFF;
}

.sbf-wrap {
	margin-bottom: 0.5em;
	position: relative;
}

.sbf-wrap span {
	display: inline-block;
	font-size: 0.875em;
	padding: .25em 1em;
	font-weight: 500;
	border-radius: 5px 5px 0 0;
}

.searchbox .sbf-wrap span.validator {
	background: transparent !important;
}

.sbf-wrap span.details {
	display: block;
	background: transparent;
}

.sbf-wrap a {
	color: #FFFFFF;
}

.sbf-wrap input, .sbf-wrap select {
	display: block;
	border-radius: 5px;
	border: 3px solid;
	padding: 0.75em 0.5em;
	width: 100%;
	border-top-left-radius: 0;
	background-color: #FFFFFF;
	color: #0C5098; /* $primary */
	font-family: inherit;
	outline: none;
	box-shadow: inset 0 1px #fff, inset 0 0 10px rgba(235,243,248,.75);
}

.sbf-wrap select {
	padding: 0.75em 0.5em 0.65em;
}

.searchbox .primary .sbf-wrap input, .primary .sbf-wrap select {
	width: 100%;
	border-color: #5BB64B; /* lighten($secondary,15%) */
}

.searchbox .secondary .sbf-wrap input, .secondary .sbf-wrap select {
	border-color: #1361B4; /* adjust($primary,10%,-5%,0%) */
}

.searchbox .primary .sbf-wrap span {
	background-color: #5BB64B; /* lighten($secondary,15%) */
	color: #FFFFFF;
}

.searchbox .secondary .sbf-wrap span {
	background-color: #1361B4; /* adjust($primary,10%,-5%,0%) */
	color: #FFFFFF;
}

.searchbox .secondary .sbf-wrap span > span {
	color: #0C5098; /* $primary */
	padding: 0;
	font-size: 1em;
}

.searchbox .secondary .sbf-wrap table {
	background-color: #1361B4; /* adjust($primary,10%,-5%,0%) */
	position: relative;
}

.boxes.search .searchbox > div > span:first-child {
	float: left;
	width: 22%;
	padding: .7em 0 .7em .7em;
	line-height: 1;
}

.boxes.search .btn icon {
	float: right;
	font-size: 1.2em;
}

.boxes.search table td label {
	font-family: inherit;
	font-size: .875em;
	color: #FFFFFF;
	font-weight: 500;
	margin-left: .25em;
}

.boxes.search table {
	border-radius: 0 5px 5px 5px;
	padding: .25em 0;
	width: 100%;
}

.boxes.search .zip-search {
	display: table;
	width: 100%;
}

.boxes.search .zip-search > * {
	display: table-cell;
	vertical-align: bottom;
}

.boxes.search .searchbox .zip-search {
}

.boxes.search .autodrop {
	z-index: 2;
	width: 98%;
	margin-left: 1%;
}

.boxes.search .autodrop .result {
	background-color: #0C5098; /* $primary */
	color: #FFFFFF;
	padding: .5em;
}

.boxes.search .autodrop .result.active {
	background-color: #4B973D; /* $secondary */
	cursor: pointer;
}

.boxes.search .secondary .autodrop .result {
	background-color: #4B973D; /* $secondary */
	color: #FFFFFF;
}

.boxes.search .secondary .autodrop .result.active {
	background-color: #0C5098; /* $primary */
}

.boxes.search .autodrop .result a {
	text-decoration: none;
}

.boxes.search .autodrop .result.active a:not(.btn) {
	color: #E6F4FE; /* $secondarylight */
}

.boxes.search .autodrop .result .picture {
	float: left;
	margin-right: .5em;
}

.boxes.search .autodrop .result .picture img {
	display: block;
}

.boxes.search .autodrop .result .left p {
	color: #FFFFFF;
}

.boxes.search .autodrop .result .specialty span {
	border-radius: 0;
}
/* End Shared Search */

/* Shared Details Pages */
.account.details {
	background-color: #FFFFFF;
	clear: both;
}

.account.details .bottom {
	padding: .5em 1em .75em;
}

.account.details .title {
	padding: 1em;
	background-color: #0C5098; /* $primary */
	margin-bottom: .75em;
	color: #FFFFFF;
	border-bottom: solid .25em #4B973D; /* $secondary */
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-top: none;
	border-left: none;
	border-right: none;
}

.account.details .title h1 {
	font-size: 1.5em;
	color: #FFFFFF;
	margin: 0;
}

.account.details .title a[href*=tel] {
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.25em;
}

.account.details .title a[href*=tel]:before {
	content: '\e819';
	font-family: 'fontello';
	font-weight: normal;
	font-size: 1.5em;
	vertical-align: middle;
	margin-right: .5em;
	color: #E6F4FE; /* $secondarylight */
}

.account.details h2.title {
}

.account.details .title h2 {
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
}

.account.details .title p {
	color: #E6F4FE; /* $secondarylight */
	margin: .25em 0 0;
	line-height: 1.25em;
	font-family: 'TexGyreHeros', Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
}

.account.details .btn {
	text-transform: uppercase;
}

.account.details .column ul {
	list-style: none;
}

.account.details .column > * {
	padding: 1em 0 0 1.5em;
	line-height: 1.75em;
	margin: 0;
}

.account.details strong {
	color: #0C5098; /* $primary */
}
/* End Shared Details Pages */

/* Results List */
.results-list {
}

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

.results-list ul.half {
	width: 49%;
	margin-right: 1%;
}

.results-list > ul > li {
	background-color: #FFFFFF;
	padding: 1em;
	margin-bottom: .25em;
	border: 1px solid #D1DFE9;
	list-style: none;
}

.results-list li a {
	text-decoration: none;
	display: table-cell;
}

.results-list li.ticketing a {
	display: table-cell;
}

.results-list li a em {
	display: block;
	font-size: .8em;
	color: #909090;
}

.results-list li a span {
	color: #4B973D; /* $secondary */
}

.results-list > ul > li.alt {
	background-color: #F5FAFF;
}

.results-list.column > ul {
	list-style: none !important;
}

.results-list .column li {
	padding: 0;
	line-height: 1.4em;
}
/* End Results List */

/* Events Calendar */
.events {
	margin-bottom: 1.5em;
}

.content .events ul.column {
	margin: 0;
}

.content .events ul.column > * {
	margin: 0;
}

.events .column > * {
	padding: 1em 0 0 1.5em;
	line-height: 1.75em;
	margin: 0;
}

#EventDetails .column ul {
	padding: 0;
}

.events .event-details {
	padding: .5em 1.5em;
}

.events .event-details strong {
	display: block;
}

.event-alert {
	background-color: #FF893A;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 1em;
	padding: 1em;
	display: none;
}

.event-alert h3 {
	color: #FFFFFF;
	margin-bottom: 0;
	font-size: 1.3em;
}
/* End Events Calendar */

/* Event Ticketing */
.ticketing.details .top {
	padding: 1em;
}

.ticketing.form h3 {
	font-family: inherit;
	font-size: 1.25em;
	margin: .5em 0;
}

.ticketing.form .nested .section p {
	margin: 0 0 .5em;
}

.ticketing.form .nested .section div {
	padding: .25em 1em;
	clear: both;
}

.ticketing.form .nested .section div.item-column {
	width: 50%;
	display: inline-block;
}

.ticketing .results {
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
}

.ticketing .results td {
	padding: .25em 1em;
	text-align: center;
}

.ticketing .results td.result-item, .ticketing .results td:first-child {
	text-align: left;
}

.ticketing .results .table-head td {
	border-bottom: 1px solid #4B973D; /* $secondary */
}

.ticketing .results .total td {
	background-color: #0C5098; /* $primary */
	font-weight: bold;
	color: #FFFFFF;
}

.ticketing .results .total.guests td {
	background-color: #4B973D; /* $secondary */
}
/* End Event Ticketing */

/* Blog */
.blog .btn.video {
	margin-left: .75em;
}

.blog .btn.video:after {
	content: '\eb93';
	font-family: 'icomoon-ult';
	vertical-align: middle;
	margin-left: .5em;
	line-height: 1;
}

.blog.comments {
	margin-top: 1.5em;
}

.blog.comments .auth {
	text-align: right;
}

.blog.comments h3 {
	margin-top: 1em;
}

.blog.comments .form {
	background-color: #ECF3F8;
	border-radius: .313em;
}

.blog.comments .form p {
	margin: 0;
}

.blog.comments article {
	display: block;
	position: relative;
	margin: 1em 0 3em;
}

.blog.comments article > * {
	position: relative;
}

.blog.comments article .comment {
	padding: 1.333em 1.75em;
	margin: .75em 0;
	background-color: #F2F6F9;
	border-radius: 1em;
	opacity: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	transition: transform 1.5s ease, opacity 1.25s ease .25s;
	position: relative;
}

.blog.comments article.show .comment {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.blog.comments article .comment:after {
	content: '\E0EC';
	position: absolute;
	bottom: 0;
	color: #F2F6F9;
	font-size: 5em;
	z-index: 0;
	-webkit-transform: skew(30deg,0deg);
	-ms-transform: skew(30deg,0deg);
	transform: skew(30deg,0deg);
	line-height: 0;
	right: 35%;
	font-family: 'icomoon-ult';
}

.blog.comments article .c-info {
	padding: .75em 1.4em;
	color: #FFFFFF;
	background-color: #0C5098; /* $primary */
	float: right;
	text-align: center;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: transform 1.5s ease .5s, opacity 1.25s ease .75s;
	border-radius: .666em;
	margin: -1.5em 0 0;
	opacity: 0;
}

.blog.comments article.show .c-info {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.blog.comments article .c-info span {
	display: block;
}

.blog.comments .noresults {
	background-color: #F2F6F9;
	padding: 1.333em 1.75em;
	border-radius: .313em;
	line-height: 1;
}

.blog-nextprev a icon {
	vertical-align: middle;
}

#SharePostIcons {
	text-align: center;
	padding: 1em;
	background-color: #F5FAFF;
}

#SharePostIcons a {
	float: none;
	margin: .125em .05em;
	display: inline-block;
}
/* End Blog */

/* Press Center */
.side-nav.press ul li.level1 a {
	font-weight: normal;
}

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

.side-nav.press ul li.level1 a .date {
	display: block;
}

.side-nav.press ul li.level1 a .date:before {
	font-family: 'icomoon-ult';
	content: '\f96f';
	color: #FFFFFF;
	background-color: #0C5098; /* $primary */
	padding: .25em;
	border-radius: 6em;
	line-height: 1;
	display: inline-block;
	margin-right: .5em;
	vertical-align: middle;
}

.side-nav.press ul li.level1 a .title {
	color: #EDC47E;
	font-size: .85em;
}

.related .article {
	padding-bottom: 0;
	line-height: 1.5em;
}

.no-boxsizing .related .article {
	font-size: .8em;
}

.no-flexboxlegacy .press.related .article {
	min-height: 14em;
}

.related .article .title {
	font-size: 1.175em;
}

.press.menu-buttons {
	list-style: none;
	padding: 0;
	margin: 0;
}

.press.menu-buttons li {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: .5em;
}

.press.menu-buttons li .btn {
	width: 80%;
}

.press.radio a:not(.btn) {
	display: block;
}

.press.radio a icon {
	color: #FF893A;
	position: relative;
	top: 2px;
}

.press.radio h3 {
	margin: .75em 0;
}

.press.radio span {
	display: block;
}
/* End Press Center */

/* Publications */
.publications {
}

.publications .article {
	text-align: center;
}

.publications img {
	display: block;
	margin: .5em auto;
}

.publications strong {
	display: block;
}

.publications .btn {
	margin: .5em auto;
}
/* End Publications */

/* Refer a Friend Thank You */
.cta.refer-ty img.right {
	margin: 0;
	display: block;
	line-height: 1;
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.cta.refer-ty div.half {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.cta.refer-ty h2 {
	text-transform: none;
	margin-bottom: 0;
}

.cta.refer-ty h4 {
	color: #7BC56D;
	margin: 0 0 .5em;
}

.cta.refer-ty ul {
	width: 60%;
	text-align: left;
	list-style: none;
	position: relative;
	margin-top: 0;
	margin-left: 25%;
}

.cta.refer-ty ul:before {
	font-family: 'icomoon-ult';
	content: '\e132';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -.5em;
	line-height: 1em;
	font-size: 4em;
}

.cta.refer-ty li a {
	color: #E6F4FE; /* $secondarylight */
	text-decoration: none;
	position: relative;
	display: block;
	margin-right: 1em;
	transition: .5s ease;
}

.cta.refer-ty li a:hover {
	background-color: #4B973D; /* $secondary */
	color: #FFFFFF;
	padding-left: 1em;
}

.cta.refer-ty li a:before {
	content: '\e82d';
	font-family: 'fontello';
	color: #FFFFFF;
	font-size: .6em;
	position: absolute;
	right: .5em;
	top: 50%;
	margin-top: -.5em;
	line-height: 1em;
}
/* End Refer a Friend Thank You */

/* Video Center */
.results-feed.video .article .image a:before {
	font-family: 'icomoon-ult';
	content: '\f0c1';
	position: absolute;
	z-index: 1;
	color: rgba(255,255,255,0.6);
	font-size: 7em;
	left: 50%;
	top: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	transition: .25s ease;
	line-height: 1;
}

.no-rgba .results-feed.video .article .image a:before {
	display: none;
}

.results-feed.video .article .image a:hover:before {
	cursor: pointer;
	color: #FFFFFF;
}

.results-feed.video .press-content {
	padding: 1em 1.5em;
}
/* End Video Center */

/* Patient Stories */
#SubmitStory small {
	margin: .5em 0 0;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	display: block;
}

#SubmitStory img.ui-check-style {
	margin: 0 .5em 0 0;
}

#SubmitStory > div > div {
	float: left;
	text-align: center;
	max-width: 70%;
}

#SubmitStory > div > div.images input {
	width: 100%;
}

#PatientStory h1 {
	margin: 0;
	color: #FFFFFF;
}

#PatientStory .top {
	padding: 0 1em;
}

#PatientStory .top h3 {
	margin: 1em 0 0;
	line-height: 1.4em;
}

#PatientStory .top h3:before, #PatientStory .top h3:after {
	content: '';
}

#PatientStory .top img {
	margin: 0 1em 0 0;
}

#PatientStory .top img.half {
	width: 48%;
	margin: 0 1% 1.5em;
}

#PatientStory .top em {
	text-align: right;
	display: block;
}

.stories .title {
	padding-top: .75em;
}

.stories .title h3 {
	margin-bottom: 0;
}

.stories .press-content {
	padding: .25em 1.25em;
}
/* End Patient Stories */

/* eNewsletters */
.enews .details {
	padding: 1em;
}
/* End eNewsletters */

/* Photo Gallery */
.photo .article.picture {
	height: 0;
	padding-bottom: 11em;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	overflow: hidden;
	background-size: contain;
}

.no-cssgradients .photo .article {
	height: 13em;
}

.no-boxsizing .Hospital-Tour .article {
	min-height: 13em;
}

.photo .article {
	padding-bottom: 3em;
}

.photo .article .title {
	padding: .25em .75em;
}

.photo .article .press-content {
	padding: .25em 1em;
}

.photo .article .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.photo .article.picture .bottom {
	position: relative;
}

.photo .article .hover {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	color: #FFFFFF;
	text-align: center;
	transition: .5s ease;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	top: 0;
	left: 0;
}

.no-rgba .photo .article .hover {
	background-image: url(/images/design/T-Black-75.png);
}

.photo .article:hover .hover {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.photo .article .hover span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2em;
	margin-top: -2.5em;
}

.photo .article .hover icon {
	font-size: 4em;
	display: block;
}

.photo .article .hover > * {
}

.photo .article .image {
	overflow: hidden;
}

.photo .article .title a {
	display: block;
}

.photo .startDown {
	-webkit-transform: scale(1, 1) perspective(500px) rotateX(90deg);
	-ms-transform: scale(1, 1) perspective(500px) rotateX(90deg);
	transform: scale(1, 1) perspective(500px) rotateX(90deg);
	-webkit-transform-origin: 50% 100% 0;
	-ms-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
}

.photo .flipUp {
	-webkit-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	-ms-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	transform: scale(1, 1) perspective(500px) rotateX(0deg);
	opacity: 1;
	transition: all 0.5s ease-in;
	filter: alpha(opacity=100);
}

.photo .startUp {
	-webkit-transform: scale(1, 1) perspective(500px) rotateX(-90deg);
	-ms-transform: scale(1, 1) perspective(500px) rotateX(-90deg);
	transform: scale(1, 1) perspective(500px) rotateX(-90deg);
	-webkit-transform-origin: 50% 0 0;
	-ms-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
}

.photo .flipDown {
	-webkit-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	-ms-transform: scale(1, 1) perspective(500px) rotateX(0deg);
	transform: scale(1, 1) perspective(500px) rotateX(0deg);
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in;
}

.photo .startHide {
	opacity: 0;
	filter: alpha(opacity=0);
}

.photo .fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in;
}

.photo .btn.showmore {
	width: 40%;
	margin: 0 auto;
	display: block;
}
/* End Photo Gallery */

/* Lightbox */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: none;
}

.pswp * {
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {
	opacity: 0.001;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	transition: none;
}

.pswp__container, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	transition: opacity 0.15s;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}
/* End Lightbox */

/* Lightbox UI */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	transition: opacity 0.2s;
	box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	width: 1.5em;
	height: 1.5em;
	font-family: 'icomoon-ult';
	color: #FFFFFF;
	font-size: 2em;
	font-weight: normal;
}

.no-generated-content .pswp__button, .no-generated-content .pswp__button--arrow--left:before, .no-generated-content .pswp__button--arrow--right:before {
	background: url(/images/main-images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--close:before {
	content: '\e137';
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--share:before {
	content: '\f25d';
}

.pswp__button--fs {
	display: none;
}

.pswp__button--fs:before {
	content: '\ec77';
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp--fs .pswp__button--fs:before {
	content: '\ec79';
}

.pswp__button--zoom {
	display: none;
}

.pswp__button--zoom:before {
	content: '\f94a';
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--zoomed-in .pswp__button--zoom:before {
	content: '\f952';
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	position: absolute;
	width: 70px;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	content: '';
}

.pswp__button--arrow--left:before {
	left: 6px;
	content: '\e0d9';
}

.pswp__button--arrow--right:before {
	right: 6px;
	content: '\e0de';
}

.pswp__counter, .pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0,
				0,
				0,
				0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid rgba(0, 0, 0, 0);
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3B5998;
}

a.pswp__share--twitter:hover {
	background: #00ACED;
	color: #FFF;
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CB2027;
}

a.pswp__share--googleplus:hover {
	background-color: #DD4B39;
	color: #FFFFFF;
}

a.pswp__share--linkedin:hover {
	background-color: #007BB6;
	color: #FFFFFF;
}

a.pswp__share--download:hover, a.pswp__share--email:hover {
	background: #DDD;
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #BBB;
}

.pswp__caption__center {
	text-align: left;
	max-width: 60%;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(/images/main-images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes clockwise {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@-o-keyframes clockwise {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes clockwise {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@-webkit-keyframes donut-rotate {
	0% { -webkit-transform: rotate(0); }
	50% { -webkit-transform: rotate(-140deg); }
	100% { -webkit-transform: rotate(0); }
}

@-moz-keyframes donut-rotate {
	0% { transform: rotate(0); }
	50% { transform: rotate(-140deg); }
	100% { transform: rotate(0); }
}

@-o-keyframes donut-rotate {
	0% { transform: rotate(0); }
	50% { transform: rotate(-140deg); }
	100% { transform: rotate(0); }
}

@keyframes donut-rotate {
	0% { transform: rotate(0); }
	50% { transform: rotate(-140deg); }
	100% { transform: rotate(0); }
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar, .pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
	opacity: 0.001;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}
/* End Lightbox UI */

/* Locations */
.map-holder {
}

.map-holder .imap {
	width: 100%;
	height: 25em;
	position: relative;
}

.map-holder .filter-controls {
	background-color: #4B973D; /* $secondary */
	position: relative;
	z-index: 1;
}

.map-holder .filter-controls select {
	display: none;
}

.map-holder .main {
	display: table;
	width: 100%;
}

.map-holder .filter {
	vertical-align: middle;
}

.map-holder .cat a {
	color: #FFFFFF;
	padding: .5em .75em;
	float: left;
	width: 33.33%;
	text-align: center;
	transition: .5s ease;
	text-decoration: none;
	font-family: 'Univers Condensed', 'Cabin Condensed', Arial, Verdana, Helvetica, sans-serif;
	text-shadow: 0 -1px rgba(0,0,0,.55);
	text-transform: uppercase;
	font-size: 1.25em;
	background-color: #4B973D; /* $secondary */
	border-radius: .25em .25em 0 0;
}

.map-holder .cat a:hover {
	box-shadow: 0 0 2px rgba(0,0,0,.32), inset 0 0 20px rgba(255,255,255,.37);
	padding: .75em;
	margin-top: -.5em;
}

.map-holder .cat a.selected {
	background-color: #0C5098; /* $primary */
	box-shadow: 0 0 2px rgba(0,0,0,.32), inset 0 0 20px rgba(255,255,255,.37);
}

.map-holder .subcat {
	width: 80%;
	margin: .5em auto;
	background-color: #3080E5;
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.25);
	display: none;
}

.dropdown dd, .dropdown dt, .dropdown ul {
	margin: 0;
	padding: 0;
}

.dropdown dd {
	position: relative;
}

.map-holder .dropdown {
	color: #0C5098; /* $primary */
	background-color: #FFFFFF;
	width: 95%;
	margin: .5em auto;
	box-shadow: inset 2px 3px 5px rgba(0,0,0,.23);
	border: solid 3px #0eb3c0;
	text-align: center;
}

.map-holder .dropdown dt span:after {
	content: '\e0eb';
	font-family: 'icomoon-ult';
	position: absolute;
	top: 50%;
	line-height: 1;
	margin-top: -.5em;
	right: 1em;
}

.map-holder .dropdown dt span {
	display: block;
	padding: .5em 1em;
	position: relative;
	cursor: pointer;
}

.map-holder .dropdown dd ul {
	display: none;
	position: absolute;
	left: .5%;
	top: 100%;
	width: 99%;
	background-color: #FFFFFF;
	list-style: none;
	box-shadow: 0 2px 3px rgba(0,0,0,.25);
}

.map-holder .dropdown dd ul li {
	padding: .25em 1em;
	cursor: pointer;
}

.map-holder .dropdown dd ul li:hover {
	background-color: #E6F4FE; /* $secondarylight */
}

.map-holder .gm-style-iw {
	overflow: visible !important;
	left: 0 !important;
	width: 98% !important;
}

.map-holder .gm-style-iw > div {
	overflow: visible !important;
	width: 98% !important;
}

.map-holder .gmnoprint img, .map-holder .gm-style img {
	max-width: none !important;
}

.map-holder .item-content {
	text-align: center;
	padding: 1em 0 0;
	line-height: 1.5em;
	font-family: 'Archivo Narrow', Arial, sans-serif;
}

.map-holder .item-content h2 {
	font-size: 1.5em;
	text-transform: uppercase;
}

.map-holder .item-content p {
	margin: .5em 0;
}

.map-holder .item-content .btn {
	text-transform: uppercase;
}

.map-holder .divider h2 {
	margin: 0;
	line-height: 1;
}

.map-holder .divider {
	padding: 1em 0 .5em;
}

.locations .level2 {
	display: none;
}

.locations.details .column > li.text-r img {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}

.locations.results-feed .cat-header h3 {
	font-weight: normal;
	display: block;
	color: #0C5098;
	padding: .5em;
	font-size: 1.4em;
	background-color: #E6F4FE;
	margin-bottom: .5em;
}

.locations.results-feed .cat-header.sub h3 {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #F5FAFF;
}

.locations .article {
	position: relative;
	padding-left: 27%;
}

.locations .article h2 {
	margin: .5em 0;
}

.locations .article img {
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.locations .article img.no-picture {
	background-size: auto;
	background-repeat: no-repeat;
	background-color: #E6F4FE; /* $secondarylight */
}

.locations .article .column {
	clear: none;
}

.locations .article .column li {
	margin: 0 0 .5em;
}

.locations.details .column > li:first-child {
	width: 60%;
}

.locations.details .column > li:last-child {
	width: 40%;
	text-align: left;
}

.locations .article a[href^=tel] {
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	font-weight: 600;
	font-size: 1.125em;
	display: block;
	color: #4B973D; /* $secondary */
}

.locations .article a[href^=tel]:before {
	font-family: 'fontello';
	content: '\e819';
	font-size: 1.5em;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
	color: #0C5098; /* $primary */
	font-weight: normal;
	line-height: 1.5em;
}

.locations .article a[href^=tel]:hover {
	color: #4B973D; /* $secondary */
}

.locations.details div {
	background-color: transparent;
	padding: 0 0 1em;
	border: none;
	margin-bottom: 1em;
}

.locations.details .contact-info {
	background-color: #4B973D; /* $secondary */
	width: 100%;
	padding: 1.5rem;
	margin-bottom: 2.5em;
}

.locations.details .contact-info h4 {
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 600;
}

.locations.details .contact-info .phone-contact, .locations.details .contact-info .hours {
	position: relative;
	padding-left: 2.75em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.locations.details .contact-info .phone-contact:before {
	font-family: 'icomoon-ult';
	color: #FFFFFF; /* $light */
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.4em;
	content: '\f050';
}

.locations.details .contact-info h5 {
	margin: 0 0 0.25em;
	color: rgba(255,255,255,0.761); /* alpha($light,76%) */
	font-size: 1rem;
	font-weight: 300;
	line-height: 1em;
}

.locations.details div.contact-info p {
	color: #FFFFFF; /* $light */
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3em;
	margin-top: .2em;
}

.locations.details .contact-info .hours {
	position: relative;
	margin-top: 1em;
}

.locations.details .contact-info .hours:before {
	font-family: 'icomoon-ult';
	color: #FFFFFF; /* $light */
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.4em;
	content: '\e7ff';
}

.locations.details div#LocationMap {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	height: auto !important;
}

.locations.details div#LocationMap img {
	display: block;
	height: auto;
}

.locations.details h3 {
	margin: .5em 0;
	font-weight: bold;
	color: #4B973D; /* $secondary */
	font-size: 1.25em;
}

.locations.details div h3 {
	color: #0C5098; /* $primary */
	margin-bottom: 0;
	font-size: 1.143em;
}

.locations.details div p {
	margin: 0 0 .5em;
	font-size: 1rem;
}

.locations.details div p a {
	text-decoration: none;
	color: inherit;
}

.locations.details a.btn {
	clear: both;
	margin-top: 0.25em;
}

.locations.details a.ninja {
	display: none !important;
}

.locations.details .column > li {
	width: 50%;
	margin: 0;
	padding: 1em .5em;
}

.locations.details .column > li.text-r {
	padding-left: 2.5em;
}

.locations.details .column li ul {
	padding: 0;
}

.locations.details .column li .desc ul {
	padding: 0 0 0 2.5em;
	list-style: disc;
}

.locations.details .column .services ul {
	list-style: disc;
	padding-left: 2em;
}

.locations.details .directory ul {
	border-top: solid 1px #D1DFE9;
}

.locations.details .directory ul li {
	position: relative;
	border-bottom: solid 1px #D1DFE9;
	padding: 1em 0;
}

.locations.details .directory ul li strong {
	color: #0C5098; /* $primary */
	position: relative;
	padding-left: 2em;
	display: block;
	cursor: pointer;
	line-height: 1em;
}

.locations.details .directory ul li strong:hover {
}

.locations.details .directory ul li strong:before {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-top: .5em solid transparent;
	border-bottom: .5em solid transparent;
	border-left: .5em solid #4B973D; /* $secondary */
	left: .5em;
	top: 50%;
	margin-top: -.5em;
	transition: .5s ease;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.locations.details .directory ul li.active strong:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.locations.details .directory ul li em {
	display: block;
	color: #4B973D; /* $secondary */
	font-weight: normal;
	font-style: normal;
	padding-left: 2em;
	line-height: 1.25em;
}

.locations.details .directory ul li p {
	margin: .25em 0 0;
	padding-left: 2em;
	display: none;
}

.locations.results-feed.acc .cat-header {
	position: relative;
}

.locations.results-feed.acc .cat-header.collapse h3 {
	transition: .7s ease;
	cursor: pointer;
	background-color: #E6F4FE;
	color: #0C5098;
	display: block;
}

.locations.results-feed.acc .cat-header.collapse a, .locations.results-feed.acc .cat-header a {
	transition: .7s ease;
	cursor: pointer;
	background-color: #E6F4FE;
	color: #0C5098;
	display: block;
	padding: .5em;
	font-size: 1.4em;
	margin-bottom: .938em;
}

.locations.results-feed.acc .cat-header.collapse a:hover {
	color: #FFFFFF;
	background-color: #4B973D;
}

.locations.results-feed.acc .cat-header h3 {
	background-color: #0C5098;
	color: #FFFFFF;
}

.locations.results-feed.acc .cat-header:hover h3 {
	background-color: #0C5098;
	color: #FFFFFF;
}

.locations.results-feed.acc .cat-header.collapse:before,.locations.results-feed.acc .cat-header.collapse:after {
	color: #0C5098;
}

.locations.results-feed.acc .cat-header:before,.locations.results-feed.acc .cat-header:after {
	position: absolute;
	font-family: 'icomoon-ult';
	right: .5em;
	line-height: 1.2;
	display: block;
	top: 50%;
	content: '\ef3a';
	margin-top: -.6em;
	cursor: pointer;
	color: #FFFFFF;
	transition: .7s ease;
}

.locations.results-feed.acc .cat-header:hover:before,.locations.results-feed.acc .cat-header:hover:after {
	color: #FFFFFF;
}

.locations.results-feed.acc .cat-header:after {
	content: url('/images/plus-icon.png');
	display: none;
}

.locations.results-feed.acc .cat-header.collapse:after {
	display: block;
}

.locations.acc .article {
	display: none;
}
/* End Locations */

/* Our Services */
.services.nav {
	width: 100%;
	clear: both;
}

.services.nav a {
	color: #FFFFFF;
	padding: .5em;
	font-size: 1.25em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #4B973D; /* $secondary */
	transition: .25s ease;
	position: relative;
	width: 33.3%;
	float: left;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	font-weight: bold;
	line-height: 1;
	border-bottom: .25em solid #0C5098; /* $primary */
}

.no-rgba .services.nav a {
	font-size: 1em;
}

.services.nav a.active {
	background-color: #0C5098; /* $primary */
	color: #FFFFFF;
	padding: .75em .5em;
	margin-top: -.5em;
}

.services.nav a:hover {
	text-decoration: none;
}

.services.panel {
	border-radius: 0 0 6px 6px;
	background-color: #E6F4FE; /* $secondarylight */
	padding: 1em;
}

.services.panel .noresults {
	background-color: #FFFFFF;
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	padding: .5em;
	border-radius: 5px;
	font-size: .85em;
}

.services.panel .noresults:before {
	font-family: 'icomoon-ult';
	content: '\f147';
	color: #E6F4FE; /* $secondarylight */
	font-size: 2em;
	line-height: 1em;
	padding: .25em;
	float: left;
	margin: 0 2% 0 .75%;
	text-shadow: 0 0 3px rgba(0,0,0,.4);
	box-shadow: 0 0 .25em rgba(0,0,0,0.4), inset 0 0 .25em rgba(0,0,0,0.4);
	border-radius: 6em;
	border: .25em solid #E6F4FE; /* $secondarylight */
	background-color: #0C5098; /* $primary */
}

.services.panel .header p {
	margin: 0 0 1em;
	text-align: center;
	color: #0C5098; /* $primary */
}

.services.panel.az .letters {
	width: 100%;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
}

.services.panel.az .letters span {
	color: #D1DFE9;
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	float: left;
	transition: .2s ease;
	background-color: #F5FAFE;
	width: 3%;
	margin-right: .575%;
	line-height: 1.6em;
}

.services.panel.az .letters span.all {
	width: 6%;
}

.services.panel.az .letters span.active {
	cursor: pointer;
	color: #0C5098; /* $primary */
	background-color: #FFFFFF;
	font-weight: bold;
}

.no-rgba .services.panel.az .letters span.active {
	background-color: #FFFFFF;
}

.services.panel.az .letters span.active:hover {
	background-color: #0C5098; /* $primary */
	color: #FFFFFF;
}

.services.panel.az .letters span.selected, .no-rgba .services.panel.az .letters span.selected {
	color: #FFFFFF;
	background-color: #4B973D; /* $secondary */
}

.services.panel .service-holder {
	padding: 1em 0 1em 2%;
	list-style: none;
	margin: 0;
}

.services.panel .service {
	margin: .5em 0.5%;
	width: 49%;
	float: left;
}

.services.panel .service-holder .service {
	position: relative;
	width: 48%;
	margin: 0 2% 0 0;
}

.services.panel .service-holder .service:hover {
}

.services.panel .service-holder .service:hover:after {
	color: #FFF;
}

.services.panel .service-holder .service a {
	display: block;
	padding: .5em .75em;
	transition: 0.5s ease;
	background-color: #F5FAFE;
	text-decoration: none;
	border-bottom: 1px solid #D1DFE9;
}

.services.panel .service-holder .service a:hover {
	color: #FFFFFF;
	background-color: #0C5098;
}

.services.search .search {
	padding: 0 1em;
}

.services.search input {
	border-radius: .25em;
	vertical-align: middle;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	padding: .5em 1em;
	color: #0C5098; /* $primary */
	font-family: inherit;
	font-size: 1em;
	box-shadow: inset 0 1px 2px rgba(12,80,152,.2);
	border: none;
}

.no-boxsizing .services.search input {
	width: 90%;
}

.services.search input:after {
	content: '\f230';
	font-family: 'icomoon-ult';
}

.services.search input:focus {
	outline: none;
}

.services.search input:active {
	outline: none;
}

.services.search .service span {
	display: none;
}

.services.featured {
	margin: 0;
	list-style: none;
	padding: 0;
}

.services.featured section {
	padding: 1em 1em 1em 2em;
	line-height: 1.75em;
}

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

.services.featured a {
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.services.featured a .btn {
	color: #FFFFFF;
	margin-top: .5em;
	display: block;
}

.services.featured h3 {
	width: 100%;
	text-align: center;
	background-color: #F5FAFE;
	color: #0C5098; /* $primary */
	font-size: 1em;
	padding: .75em 0;
	transition: .5s ease;
	margin: 0;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	border-bottom: 1px solid #D1DFE9;
	box-shadow: inset 0 0 #E6F4FE; /* $secondarylight */
}

.services.featured a.active h3 {
	box-shadow: inset 40em 0 0 #E6F4FE; /* $secondarylight */
}

.services.featured li:last-child {
	border: none;
}

.services.featured .all a {
	background-color: #0C5098; /* $primary */
	color: #FFFFFF;
	text-align: center;
	padding-top: 5em;
	transition: .25s ease;
}

.no-boxsizing .services.featured .all a {
	height: 8.81em;
}

.services.featured .all a:hover {
	background-color: #4B973D; /* $secondary */
	box-shadow: 0 0 2px rgba(0,0,0,.32), inset 0 0 20px rgba(255,255,255,.37);
}

.services.featured .all a:after {
	font-family: 'icomoon-ult';
	content: '\e145';
	display: block;
	font-size: 1.25em;
	color: #C7DDEB;
	transition: .25s ease;
	text-align: center;
}

.services.featured .all a:hover:after {
	color: #B2AFA5;
}
/* End Our Services */

/* Our Experts */
.experts {
	margin: 1em 0;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
}

.experts h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #0C5098; /* $primary */
	margin: 0;
}

.experts .article {
	padding: .3em;
	text-align: center;
}

.experts .article div {
	background-color: #E4ECF1;
	position: relative;
}

.experts .article img {
	display: block;
	margin-right: 0;
}

.experts .article h3 {
	font-size: 1.125em;
	color: #4B973D; /* $secondary */
	margin: .75em 0 .25em;
	font-weight: 600;
}

.experts .article h3 a {
	color: #4B973D; /* $secondary */
	display: block;
}

.experts .article h3 a:hover {
	color: #0C5098; /* $primary */
}

.experts .article p {
	margin: .375em 0;
}

.experts .article .specialty {
	color: #0C5098; /* $primary */
	font-size: .875em;
}

.experts .article .location {
	font-size: .75em;
}

.experts .btn {
	width: 9.875em;
	margin-top: .5em;
}
/* End Our Experts */

/* Testimonials */
.reviews {
	overflow: hidden;
}

.reviews.header p {
	margin: .5em 0;
}

.reviews.header .button {
	font-size: 1em;
}

.reviews .button.cancel:before {
	content: '\e747';
	font-family: 'icomoon-ult';
}

.reviews .button.addreview:before {
	content: '\e253';
	font-family: 'icomoon-ult';
}

.reviews article {
	display: block;
	position: relative;
	margin: 1em 0 3em;
}

ul.reviews {
	padding: 0;
	margin: 0;
}

.reviews li {
	display: block;
	position: relative;
	padding: 0;
}

.reviews li p {
	padding: 1.5em;
	margin: 1.5em 0 3.5em;
	position: relative;
	transition: transform 1.5s ease, opacity 1.25s ease .25s;
	background-color: #E6F4FE; /* $secondarylight */
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	border-radius: .5em;
	opacity: 0;
}

.no-csstransforms .reviews li p, .no-csstransforms .reviews li strong {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.reviews li p:after {
	content: '\e0ec';
	font-family: 'icomoon-ult';
	font-size: 40px;
	line-height: 0;
	position: absolute;
	color: #E6F4FE; /* $secondarylight */
	bottom: 0;
	right: 16%;
	z-index: 0;
	-webkit-transform: skew(30deg,0deg);
	-ms-transform: skew(30deg,0deg);
	transform: skew(30deg,0deg);
}

.reviews li.active p, .reviews li.active strong, .cms-edit-content .reviews li p, .cms-edit-content .reviews li strong {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1;
}

.reviews li strong {
	padding: .75em;
	float: right;
	margin: -4em 1em 0;
	color: #FFFFFF; /* $light */
	background-color: #0C5098; /* $primary */
	z-index: 2;
	position: relative;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	transition: transform 1.5s ease .5s, opacity 1.25s ease .75s;
}

.reviews article > * {
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.reviews article .quote {
	padding: 1.333em 1.75em;
	margin: .75em 0;
	border-radius: 1em;
	background-color: #E9EAEB;
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	transition: transform 1.5s ease, opacity 1.25s ease .25s;
}

.reviews.single article .quote {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.reviews article .quote:after {
	content: '\E0EC';
	position: absolute;
	bottom: 0;
	color: #E9EAEB;
	font-size: 120px;
	font-family: 'icomoon-ult';
	z-index: 0;
	-webkit-transform: skew(30deg,0deg);
	-ms-transform: skew(30deg,0deg);
	transform: skew(30deg,0deg);
	line-height: 0;
	right: 15%;
}

.reviews article.show .quote {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.reviews article .c-info {
	padding: .75em 1.4em;
	color: #FFFFFF;
	float: right;
	border-radius: .666em;
	background-color: #5A5A5A;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: transform 1.5s ease .5s, opacity 1.25s ease .75s;
	margin: -1.5em 0 0;
}

.reviews.single article .c-info {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.reviews article .c-info:after {
	position: absolute;
	bottom: 0;
	color: #5A5A5A;
	font-size: 70px;
	font-family: 'icomoon-ult';
	left: 25%;
	line-height: 0;
}

.reviews article.show .c-info {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.reviews article h1 {
	margin: 0;
	color: #CF8254;
	text-transform: none;
	font-size: 1.5em;
}

.reviews article h1 a {
	color: #CF8254;
}

.reviews article p {
	margin: 10px 0 10px;
	color: #5A5A5A;
}

.reviews article div > span {
	color: #CF8254;
}

.reviews article div > span span {
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	position: relative;
	z-index: 5;
}

.reviews .share {
	position: relative;
	z-index: 5;
}

.reviews .share span {
	margin-right: .6em;
}

.reviews .share a {
}

.reviews .share a icon {
	display: block;
	background-color: #CF8254;
	padding: .333em;
	color: #FFFFFF;
	margin: 0 0 0 .25em;
	transition: .5s;
}

.Testimonials .reviews .share a icon {
	display: inline-block;
}

.reviews .share a icon:hover {
	background-color: #5A5A5A;
}

span.rating span.stars.rating3 {
	width: 72px;
}

span.rating span.stars.rating35 {
	width: 84px;
}

span.rating span.stars.rating4 {
	width: 96px;
}

span.rating span.stars.rating45 {
	width: 108px;
}

span.rating span.stars.rating5 {
	width: 120px;
}

div.clientreviews div.clientrating {
	font-size: 16px;
	margin-top: 15px;
}

.reviews.form {
	padding: 1.5em;
	margin: 1.5em 0;
	background-color: #E9EAEB;
	box-shadow: inset 0 0 2px #cdcdcd;
	background-image: radial-gradient(circle,#FFFFFF,#4B973D); /* $light,$secondary */
}

div.addreview h3 {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 10px;
}

.reviews .thankyou {
	background-color: #A6A6A6;
	color: #FFFFFF;
	padding: .5em 1em;
}

.reviews .thankyou .close {
	background-color: #5A5A5A;
	padding: .45em .5em .35em;
	border-radius: .5em;
	color: #FFFFFF; /* $light */
	line-height: 1em;
	transition: .5s ease;
	font-size: .8em;
	text-align: center;
}

.reviews .thankyou .close span {
	display: none;
}

.no-generated-content .reviews .thankyou .close span {
	display: block;
}

.reviews .thankyou .close:before {
	font-family: 'icomoon-ult';
	content: '\e136';
}

.reviews .thankyou .close:hover {
	background-color: #CF8254;
}

.reviews .rating {
	padding: .7em 0  !important;
	margin: 0px !important;
}

.reviews .rating li {
	line-height: 0px;
	width: 24px;
	height: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
	margin-right: .25em;
	background-color: transparent;
	box-shadow: none;
}

.reviews .rating li:before {
	display: none;
}

.reviews .rating li span {
	display: none;
}

.reviews .disclaimer {
	font-size: .85em;
	text-align: center;
	clear: both;
}
/* End Testimonials */

/* Targeted Search */
.t-search {
	margin-bottom: 1em;
}

.t-search .btn {
	text-transform: uppercase;
}

.t-search h1 {
	margin-bottom: .5em;
}

.t-search h1 span {
	color: #4B973D; /* $secondary */
}

.t-search h3 {
	margin: 0;
}

.t-search h3 span {
	color: #4B973D; /* $secondary */
}

.t-search .article.rel > .thumb {
	width: 25%;
}

.t-search .searchinput {
	padding: .35em;
}

.t-search .searchinput input {
	width: 78%;
	background-color: #E6F4FE; /* $secondarylight */
	color: #0C5098; /* $primary */
	border: none;
	outline: none;
	padding: .75em 1em;
	font-size: 1em;
	font-family: inherit;
	border-radius: .25em;
	box-shadow: inset 0 1px 2px rgba(12,80,152,.2);
}

.content .t-search .searchinput .btn {
	width: 20%;
	padding: .675em;
	margin: 0;
	text-align: center;
}

.t-search.physicians .top {
	position: relative;
	padding: 0;
}

.t-search.physicians .top .title {
	padding: 0 .75em;
	font-size: 1em;
}

.t-search.physicians .press-content {
	padding: 0 1em .25em;
	font-size: .875em;
}

.t-search.physicians .top .btn {
	font-size: .75em;
}

.t-search.physicians .bottom {
	padding: 0 .75em;
}

.t-search .top {
	padding-bottom: 0;
}

.t-search .press-content {
}

.t-search .bottom {
	padding-top: 0;
}

.t-search.video .top {
	font-size: .875em;
}
/* End Targeted Search */

/* Health Library */
.hl {
	clear: both;
}

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

.hl .health-tip {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 4;
	background-color: rgba(75,151,61,0.8); /* alpha($secondary,80%) */
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	padding: .5em 1em;
}

.hl .health-tip:before {
	content: '\e826';
	font-family: 'fontello';
	color: #FFFFFF;
	font-size: 2.5em;
	vertical-align: middle;
	margin-right: .5em;
}

.hl .health-tip a {
	color: #FFFFFF;
	font-size: 1.375em;
	line-height: 1em;
	transition: .5s ease;
	vertical-align: middle;
}

.hl .health-tip a:hover {
	color: #C8F5BF;
}

.hl .holder {
	width: 68%;
}

.hl .hl-nav h2 {
	font-size: 1.143em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.hl .letters {
	padding-right: 1em;
	border-right: solid 1px #D1DFE9;
	font-weight: 600;
	padding-bottom: 1em;
}

.hl .letters a {
	display: block;
	font-size: 1.143em;
	font-family: 'Open Sans';
	font-weight: 700;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	background-color: #E6F4FE; /* $secondarylight */
	margin: 0 .375em .375em 0;
	float: left;
	transition: .25s ease;
}

.hl .letters a:hover {
	background-color: #0C5098; /* $primary */
	color: #FFFFFF;
}

.hl .search {
	padding-left: 2em;
	padding-right: 1em;
}

.hl .search-holder {
	background-color: #E6F4FE; /* $secondarylight */
	border-radius: .25em;
	box-shadow: inset 1px 1px 2px rgba(12,80,152,.2);
	margin-top: 3em;
	position: relative;
	overflow: hidden;
}

.hl .search-holder input {
	border: none;
	background-color: transparent;
	font-family: inherit;
	color: #0C5098; /* $primary */
	padding: .75em;
	width: 88%;
	outline: none;
	font-size: 1rem;
}

.hl .search-holder a {
	position: absolute;
	right: .25em;
	font-size: 2em;
	line-height: 1em;
	top: 50%;
	margin-top: -.5em;
	color: #4B973D; /* $secondary */
}

.hl .search-holder a icon {
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hl .search-holder a:hover icon {
	-webkit-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% { -webkit-transform: translate(100%); }
	50% { opacity: 0; -webkit-transform: translate(-100%); }
	51% { opacity: 1; }
}

@-moz-keyframes toRightFromLeft {
	49% { transform: translate(100%); }
	50% { opacity: 0; transform: translate(-100%); }
	51% { opacity: 1; }
}

@-o-keyframes toRightFromLeft {
	49% { transform: translate(100%); }
	50% { opacity: 0; transform: translate(-100%); }
	51% { opacity: 1; }
}

@keyframes toRightFromLeft {
	49% { transform: translate(100%); }
	50% { opacity: 0; transform: translate(-100%); }
	51% { opacity: 1; }
}

.hl .hl-features {
	clear: both;
	margin-top: 1em;
}

.hl .hl-features header {
	background-color: #0C5098; /* $primary */
	border-bottom: .25em solid #4B973D; /* $secondary */
	padding: 1em 1.5em;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.hl .hl-features header h2 {
	color: #FFFFFF;
	margin: 0;
	font-weight: 700;
}

.hl .hl-features header a {
	color: #FFFFFF;
}

.hl .hl-features header a:hover {
	color: #E6F4FE; /* $secondarylight */
}

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

.hl-features h3 {
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.hl .fyh {
	padding-right: 1em;
}

.hl .fyh ul {
	padding-left: 1em;
	background-color: #F5FAFE;
}

.hl .fyh li {
	border-bottom: solid 1px #D1DFE9;
	padding: .75em 0;
}

.hl .fyh li.last {
	border: none;
}

.hl .fyh li h3 a {
	color: #0C5098;
	font-weight: 600;
}

.hl .fyh li h3 a:hover {
	color: #8A8683;
}

.hl .fyh li a {
	color: #4B973D;
	display: block;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
}

.hl .fyh li a:hover {
	color: #8A8683;
}

.hl .fyh li > a {
	font-size: 0.875em;
	font-weight: 600;
}

.hl .hl-ctas {
	padding: 0 1em;
}

.hl .hl-ctas li {
	margin: 1em 0;
	background-color: #4B973D; /* $secondary */
}

.hl .hl-ctas li a {
	display: table;
}

.hl .hl-ctas li div {
	display: table-cell;
	width: 28%;
}

.hl .hl-ctas img {
	width: 100%;
	display: block;
	line-height: 1em;
}

.hl .hl-ctas h3 {
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
	padding-left: 1.25em;
	border-left: .25em solid #0C5098; /* $primary */
	position: relative;
	transition: .5s linear;
}

.hl .hl-ctas a:hover h3 {
	box-shadow: inset 30em 0 #0C5098; /* $primary */
}

.hl .hl-ctas h3:before {
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-top: .5em solid transparent;
	border-bottom: .5em solid transparent;
	border-left: .5em solid #0C5098; /* $primary */
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5em;
}

.hl .news {
	width: 30%;
	background-color: #F5FAFF;
	border: 1px solid #D1DFE9;
	padding: 0;
}

.hl .news header {
	padding: 1em 0;
	text-align: center;
	font-family: 'ArcherSVG', 'Archer', serif;
	font-style: italic;
	color: #0C5098; /* $primary */
}

.hl .news header h2 {
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	color: #0C5098; /* $primary */
	margin: 0;
	font-style: normal;
	font-size: 2.071em;
	line-height: 1.125em;
}

.hl .news header span {
	font-size: 1.714em;
	position: relative;
	display: inline-block;
	padding: 0 .375em;
}

.hl .news header a:hover span {
	color: #0C5098;
}

.hl .news header span:before, .hl .news header span:after {
	content: '';
	display: block;
	height: 1px;
	width: 3em;
	background-color: #0C5098; /* $primary */
	position: absolute;
	top: 50%;
	transition: .5s ease;
}

.hl .news header span:before {
	left: 100%;
}

.hl .news header span:after {
	right: 100%;
}

.hl .news header a:hover span:before, .hl .news header a:hover span:after {
	width: 3.5em;
}

.hl .news header h3 {
	font-size: 3.571em;
	text-transform: lowercase;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: -.275em;
}

.hl .news ul {
	list-style: none;
	padding: 0 1.5em;
	margin: 0;
}

.hl .news ul li a {
	color: #4B973D; /* $secondary */
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	font-weight: 600;
	display: block;
	padding: .5em 0;
	border-bottom: 1px solid #D1DFE9;
}

.hl .news ul li a:hover {
	color: #0C5098; /* $primary */
}

.hl .news .btn {
	border-radius: 0;
	display: block;
	background-color: #0C5098; /* $primary */
}

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

.hl.cta {
	position: relative;
	overflow: hidden;
	padding: 2em 0;
}

.hl.cta .hl-content {
	width: 43%;
}

.hl.cta .hl-content h2 {
	font-size: 3.75em;
	text-transform: none;
	margin: 0;
}

.hl.cta .hl-content span {
	font-family: 'ArcherSVG', 'Archer', serif;
	font-style: italic;
	position: relative;
	font-size: 1.875em;
	padding: .375em;
}

.hl.cta .hl-content span:before, .hl.cta .hl-content span:after {
	content: '';
	display: block;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	width: 4.5em;
}

.hl.cta .hl-content span:before {
	left: 100%;
}

.hl.cta .hl-content span:after {
	right: 100%;
}

.hl.cta .hl-content h3 {
	font-size: 3.75em;
	color: #FFFFFF;
	font-family: 'ArcherSVG', 'Archer', serif;
	font-style: italic;
	text-transform: lowercase;
	margin-top: -.225em;
}

.hl.cta .hl-content img {
	position: absolute;
	top: 40%;
	left: 2em;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1;
	height: auto;
	right: auto;
}

.hl.cta .wellness-ctas {
	width: 57%;
}

.hl.cta .wellness-ctas h3 {
	color: #FFFFFF;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	position: relative;
}

.hl.cta .wellness-ctas h3 icon {
	position: absolute;
	right: 100%;
	font-weight: normal;
	font-size: 1.5em;
	top: 50%;
	margin-top: -.5em;
	width: 2em;
	text-align: center;
}

.hl.cta .wellness-ctas a {
	color: #7BC56D;
	transition: .5s ease;
}

.hl.cta .wellness-ctas a:hover {
	color: #B3EAA9;
}

.hl.cta .wellness-ctas li {
	float: left;
	width: 50%;
	padding: 1em 2em;
	opacity: 0;
	-webkit-transform: translateY(25%);
	-ms-transform: translateY(25%);
	transform: translateY(25%);
	transition: .5s ease;
}

.hl.cta .wellness-ctas li:nth-child(2n+1) {
	clear: left;
}

.hl.cta .wellness-ctas li.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.hl.cta .wellness-ctas p {
	text-align: left;
	font-size: .875em;
	margin: 0;
}

.healthlibrarygrid {
	margin-bottom: 1.5em;
}

.healthlibrarygrid h3 {
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
}

.healthlibrarygrid .datanavigation {
	overflow: hidden;
	margin-bottom: .5em;
}

.healthlibrarygrid .datanavigation a {
	background-color: #0C5098; /* $primary */
	display: inline-block;
	padding: 0 .25em;
	color: #FFFFFF;
	text-decoration: none;
}

.healthlistitem {
	padding: 1em;
	border: 1px solid #D1DFE9;
	margin-bottom: .25em;
}

.healthlistitem.alt {
	background-color: #F5FAFE;
}

.healthlistitem a {
	text-decoration: none;
	display: block;
}

.JavaScriptQuiz .Question, .CalculatorBox .Question {
	background-color: #FFFFFF;
	border: 1px solid #D1DFE9;
	margin-bottom: .25em;
	padding: 1em;
}

.JavaScriptQuiz .Question:nth-of-type(even), .CalculatorBox .Question:nth-of-type(even) {
	background-color: #F5FAFE;
}

.JavaScriptQuiz .Question .YourAnswer {
	width: auto;
	border-bottom: 1px solid #D1DFE9;
}

.JavaScriptQuiz .Question .YourAnswer.Wrong {
	color: #CB2027;
}

.JavaScriptQuiz .Question .YourAnswer.Right {
	color: #4B973D; /* $secondary */
}

.JavaScriptQuiz .Score {
	padding: 1em;
	border: 2px solid #D1DFE9;
	margin: 1em 0;
	font-size: 1.5em;
	text-align: center;
	background-color: #E6F4FE; /* $secondarylight */
}

.JavaScriptQuiz .Button input, .CalculatorBox .Button input, .Results .Button input {
	background-color: #4B973D;
	border: none;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	padding: .5em 1em;
	color: #FFFFFF;
	font-size: 1.25em;
	cursor: pointer;
	transition: .5s ease;
	margin: 1em 0;
	-webkit-appearance: none;
	border-radius: 0;
}

.Results .Button input {
	margin-top: 0;
}

.JavaScriptQuiz .Button input:hover, .CalculatorBox .Button input:hover, .Results .Button input:hover {
	background-color: #0C5098;
}
/* End Health Library */

/* Scrollbars for Health Library */
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
	min-height: 17.5em;
	padding: 0 1.5em 1em !Important;
	width: 100% !important;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: .5em;
	width: .375em;
	height: 100%;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .375em;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	position: relative;
}

.jspDrag {
	background: #0C5098; /* $primary */
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: .25em;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #0C5098; /* $primary */
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #D4D4D4;
}

.jspVerticalBar .jspArrow {
	height: 1em;
}

.jspHorizontalBar .jspArrow {
	width: 1em;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #E3C070;
	float: left;
	height: 100%;
}
/* End Scrollbars for Health Library */

/* Virtual Tour */
.tour {
	position: relative;
	overflow: hidden;
	background-color: #E6F4FE; /* $secondarylight */
	margin: 0 auto;
	height: 28.5em;
	width: 100%;
}

.tour .loading {
	position: absolute;
	top: 0;
	left: 0;
}

.tour .slides {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 22.5em;
	overflow: hidden;
}

.tour .slides img {
	display: block;
}

.tour .slides .thumb {
	display: none;
}

.tour .caption {
	left: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(12,80,152,0.8); /* alpha($primary,80%) */
	color: #FFFFFF;
	padding: 1em;
	font-size: .875em;
}

.no-rgba .tour .caption {
	background-color: #0C5098; /* $primary */
}

.tour .caption h3 {
	color: #ADD6FF;
	font-family: 'GothamSVG', 'Gotham', sans-serif;
	margin-bottom: .25em;
	font-weight: 600;
	text-transform: uppercase;
}

.tour .caption p {
	margin: 0;
}

.tour .thumb-nav {
	position: absolute;
	width: 100%;
	height: 6.25em;
	left: 0;
	bottom: 0;
	background-color: #D1DFE9;
	overflow: hidden;
}

.tour .thumb-nav .thumb-slides {
	height: 6em;
}

.tour .thumb-nav .p {
	width: 6.188em;
	height: 4.125em;
	position: absolute;
}

.tour .thumb-nav .i {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .6;
	transition: .6s;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	display: block;
}

.tour .thumb-nav .pav .i, .tour .thumb-nav .p:hover .i {
	opacity: 1;
}

.tour .thumb-nav .pav {
}

.tour .thumb-nav .o {
	border: 1px solid #000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tour .thumb-nav .pav .o {
	border-color: #0C5098; /* $primary */
}

.tour .thumb-nav .nav-arrow {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	line-height: 3.5em;
	display: block;
	background-color: rgba(255,255,255,0.6);
	width: 3.5em;
	height: 3.5em;
	text-align: center;
	border-radius: 6em;
	transition: .25s ease;
	-webkit-transform: scale(.8) translateZ(0);
	-ms-transform: scale(.8) translateZ(0);
	transform: scale(.8) translateZ(0);
	top: 50% !important;
	margin-top: -1.75em;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tour .thumb-nav .nav-arrow:hover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.tour .thumb-nav .nav-arrow.leftdn, .tour .thumb-nav .nav-arrow.rightdn {
	background-color: #FFFFFF;
}

.tour .thumb-nav .nav-arrow.left, .tour .thumb-nav .nav-arrow.leftdn {
	left: 1em;
}

.tour .thumb-nav .nav-arrow.right, .tour .thumb-nav .nav-arrow.rightdn {
	right: 1em;
}

.tour .thumb-nav .nav-arrow:before {
	font-family: 'fontello';
	display: block;
	font-size: 1.5em;
}

.tour .thumb-nav .nav-arrow.left:before, .tour .thumb-nav .nav-arrow.leftdn:before {
	content: '\e82e';
}

.tour .thumb-nav .nav-arrow.right:before, .tour .thumb-nav .nav-arrow.rightdn:before {
	content: '\e82d';
	margin-left: .175em;
}
/* End Virtual Tour */

/* Locations Accordion */
.acc {
}

.acc header {
	background-color: #0C5098;
	padding: .5em 1em;
	border-bottom: .3em solid #4B973D;
	transition: .5s ease;
	position: relative;
	cursor: pointer;
}

.acc header:hover {
	background-color: #4B973D;
	border-color: #0C5098;
}

.acc header:after {
	font-family: 'icomoon-ult';
	content: '\f0d7';
	color: #FFFFFF;
	position: absolute;
	right: 1em;
	top: 50%;
	font-size: 1.5em;
	margin-top: -.4em;
}

.acc header.minus:after {
	content: '\ef38';
}

.acc header h3 {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.25em;
	padding: 0;
	margin: 0;
}

.acc .item {
	display: none;
}

.acc footer {
	border-bottom: solid 1px #F0F5F9;
}
/* End Locations Accordion */

/* Careers */
.hr header {
	font-size: 1.5em;
}

.hr header h3 {
	color: #0C5098; /* $primary */
	margin: 0;
	text-transform: uppercase;
}

.hr .article .title {
	padding: 1em 1em;
}

.hr.results-feed .article {
	background-color: #F5FAFF;
}

.hr.results-feed .article strong {
	color: #0C5098;
}

.hr h4 {
	color: #4B973D;
	font-size: 1.35em;
}

.hr.account.details {
	margin: 0 0 1em 0;
}
/* End Careers */

/* Recurring Donations */
.donategrid .donate-amount {
	float: left;
	height: 45px;
	margin: 0 10px 10px 0;
	width: 110px;
	text-align: center;
}

.donategrid .donate-amount a {
	color: #6d6d6d;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 110px;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	background-image: linear-gradient(#fff,#f7f7f7);
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	transition: none;
}

.donategrid .donate-amount a:hover {
	text-decoration: none;
}

.donategrid .other-donate-amount {
	color: #6d6d6d;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 110px;
	text-align: left;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	background-image: linear-gradient(#fff,#f7f7f7);
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.donategrid #OtherAmount {
	width: 90px;
	height: 42px;
	text-align: center;
	background: transparent;
	border: none;
	font-size: 16px;
	font-weight: bold;
	box-shadow: none;
	color: #0C5098; /* $primary */
}

.donategrid #OtherAmount:focus {
	outline: 0;
}

.donategrid a:visited {
	background-color: #A6B2DD;
}

.donategrid .donate-amount a.active, .donategrid span.other-donate-amount.active {
	box-shadow: inset 0 1px 2px rgba(12,80,152,.2);
	border-color: #ADD6FF;
	background-color: #E6F4FE; /* $secondarylight */
	background-image: none;
	color: #0C5098; /* $primary */
}

.donategrid span.other-donate-amount.active input {
	color: #DDDDDD;
}

.recurringmessage {
	color: #909090;
	font-size: .9em;
	font-style: italic;
	clear: both;
}

.donategrid div.data {
	margin: 0 0 30px 0;
	clear: both;
}

.recdono div {
	width: auto;
	padding: 5px;
	color: #7d7d7d;
	font-size: 12px;
}

table.grid.border {
	border-top: solid 1px #eff0f1;
	border-left: solid 1px #eff0f1;
	border-right: solid 1px #eff0f1;
}

table.grid.recdono {
	color: #7d7d7d;
	margin-bottom: 25px;
}

table.grid.recdono td {
	padding: 10px;
	vertical-align: middle;
	font-weight: 300;
	border-bottom: solid 1px #eff0f1;
}

table.grid.recdono tr.item.alt td {
	background-color: #f7f9fa;
}

table.grid.recdono a.smallbtn {
	background-color: #559FD2;
	color: #fff;
	border-radius: 6px;
	font-weight: 500;
	padding: 5px 20px 5px 20px;
}

table.grid.recdono a:hover.smallbtn {
	background-color: #024BA1;
	text-decoration: none;
}

table.grid.recdono h3 {
	margin: 0px 5px;
}

.account.details.recurring .receipt-details {
	width: 65%;
	float: left;
	margin-bottom: 2em;
}

.account.details.recurring .date-details {
	width: 30%;
	float: right;
	text-align: right;
}

.account.details.recurring .date-details div {
	padding: .5em;
}
/* End Recurring Donations */

/* Gift Styles */
.gift .price {
	color: #4B973D; /* $secondary */
	font-size: 1.5em;
}

.gift .price span {
	color: #0C5098; /* $primary */
}

.gift .image-link {
	padding: .5em 0 0 .5em;
	position: relative;
	width: 3em;
	height: 3em;
	outline: none;
	background-color: rgba(0,0,0,0.455);
	transition: .5s ease;
}

.gift .image-link icon {
	font-size: 2em;
	color: #FFFFFF;
}

.gift .image-link:hover {
	background-color: #000000;
}

.gift .column > * {
	padding: 1em 0 0 1.5em;
	line-height: 1.74em;
	margin: 0;
}

.content .gift.details img.left {
	margin: 0 2% 2% 0;
}

.gift.view-cart input, .gift.view-cart span.btn {
	width: 100%;
	float: none;
	padding: .5em;
}

.gift.view-cart .bottom {
	margin-top: 1em;
	background-color: #F0F9FE; /* lighten($secondarylight,41%) */
	padding: 1em;
}

.gift.cart {
	margin-bottom: 1em;
}

.gift.results-feed .article.alt {
	background-color: #E6F4FE; /* $secondarylight */
}
/* End Gift Styles */

/* Responsive Systems @ 1050px */
@media (max-width: 1050px) {
	.boxes.search .searchbox > div {
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}

	.form input, .form textarea, .form select {
	}

	.form, .results-feed, .results-list {
		font-size: inherit;
	}
}
/* End Responsive Systems @ 1050px */

/* Responsive Systems @ 1000px */
@media (max-width: 1000px) {
	.form ul li {
		float: left;
		width: 25%;
		padding: .7em 1em;
	}

	.daisy-award-form ul li {
		float: none;
		width: 100%;
		padding: 0;
	}

	.form ul.table li {
		float: none;
		width: auto;
	}

	.form ul li:last-child {
		padding: 0;
	}

	.form .lock-holder {
		width: 100%;
	}

	.services.nav a {
		width: 25%;
	}

	.services.nav a.featured {
		width: 50%;
	}

	.services.featured section {
		padding: .5em 1em;
	}

	.hl .hl-ctas li div {
		width: 20%;
	}

	.hl.cta .hl-content {
		font-size: .85em;
	}

	.hl.cta .hl-content img {
		left: 0;
	}

	.locations.details .column > li:first-child {
		width: 100%;
	}

	.locations.details .column > li:last-child {
		width: 100%;
		padding-left: 0;
	}

	.locations.details .contact-info {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.locations.details .contact-info h4 {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		text-align: center;
	}

	.locations.details .contact-info .phone-contact, .locations.details .contact-info .hours {
		-webkit-flex: 0 1 48%;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;
	}

	.locations.details .contact-info .hours {
		margin-top: 0;
	}
}
/* End Responsive Systems @ 1000px */

/* Responsive Systems @ 768px */
@media (max-width: 768px) {
	.form {
		box-sizing: border-box;
	}

	.form > div {
		padding: 1.5%;
	}

	.form span, .form ul li {
		padding: 1.5%;
	}

	.form table.nospacing {
		width: 70%;
	}

	.results-feed .article.more, .results-feed .article.video {
		width: 100%;
	}

	.results-feed.related .article .title {
	}

	.services.nav a.featured {
		width: 40%;
	}

	.services.featured .left {
		width: 40%;
	}

	.services.nav a {
		width: 30%;
	}

	.services.featured .right {
		width: 60%;
	}

	.services.panel {
		font-size: 1.1em;
	}

	.hl .holder, .hl .news {
		width: 100%;
	}

	.hl .news ul {
	}

	.hl.cta .hl-content {
		width: 100%;
	}

	.hl.cta .hl-content img {
		display: none;
	}

	.hl.cta .wellness-ctas {
		width: 95%;
	}

	.ticketing.form .nested .section div.item-column {
		width: 100%;
		display: block;
	}
}
/* End Responsive Systems @ 768px */

/* Responsive Systems @ 640px */
@media (max-width: 640px) {
	.services.nav a {
		font-size: 1em;
	}

	.services.panel {
		font-size: 1em;
	}

	.hl .hl-ctas h3 {
		padding-left: .75em;
	}

	.hl .health-tip {
		font-size: .875em;
	}
}
/* End Responsive Systems @ 640px */

/* Responsive Systems @ 550px */
@media (max-width: 550px) {
	.services.nav a, .services.nav a.featured {
		width: 100%;
		font-size: 1.25em;
	}

	.services.nav a.active {
		padding: .5em;
		margin-top: 0;
	}

	.services.panel .service-holder {
		padding: 1em 2%;
	}

	.services.featured .all a {
		padding-top: 3.5em;
	}

	.results-feed.three .article {
		width: 100%;
	}

	.services.panel .service-holder .service {
		width: 100%;
		margin: 0;
	}

	.services.panel.az .letters {
		padding: 0 0 0 2%;
	}

	.services.panel.az .letters span {
		width: 2em;
		height: 2em;
		line-height: 2em;
		font-size: 1.125em;
		margin: .25em;
	}

	.services.panel.az .letters span.all {
		width: 4.5em;
	}

	.hl .health-tip {
		font-size: .675em;
	}

	.hl .letters, .hl .search {
		width: 100%;
		border: none;
		padding: 0;
	}

	.hl .search {
		margin-top: 1em;
	}

	.hl .search-holder {
		margin-top: 1em;
	}

	.hl .fyh, .hl .hl-ctas {
		width: 100%;
		padding: 0;
		margin: 1em 0;
	}

	.hl .news ul {
	}

	.hl.cta .hl-content {
		font-size: .675em;
	}

	.hl.cta .wellness-ctas li {
		width: 98%;
		margin: 0 auto;
		padding: 1em 2em 1em 2.75em;
		float: none;
	}
}
/* End Responsive Systems @ 550px */

/* Responsive Systems @ 480px */
@media (max-width: 480px) {
	.form {
		width: 100%;
		padding: 0;
	}

	.form div > span, .form div > span:first-child, .form.prereg div > span, .form.prereg div > span:first-child {
		width: 100%;
		float: none;
	}

	.form input.wide, .form textarea.wide, .form select.wide {
		width: 100%;
	}

	.form input.short, .form.prereg input.short {
		width: 50%;
	}

	.form table.nospacing td select {
		padding: .4em .5em !important;
	}

	input.ui-input-style.date {
		width: 84%!important;
	}

	.form input, .form textarea, .form select, .form.prereg input, .form.prereg textarea, .form.prereg select {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: .4em .5em;
		font-size: 16px;
	}

	.form > div table.group.radio {
		width: 100%;
	}

	.form div span.inline, .form.prereg div span.inline {
		width: auto;
		display: inline;
	}

	.form div span.spacer {
		display: none;
	}

	.form .address .street {
		width: 100%;
	}

	.form .address .city {
		width: 45%;
	}

	.form .address .state {
		width: 31%;
	}

	.form .address .zip {
		width: 22%;
	}

	#SubmitStory > div > div {
		max-width: 100%;
	}

	.form div.ck-editor {
		width: 100% !important;
	}

	.form .cke_editable {
		font-size: 16px;
	}

	.searchbox-fields table tr td {
		display: block;
		width: 100%;
		margin-bottom: 0.75em;
	}

	.results-feed.two .article-holder .article {
		width: 100%;
	}

	.results-feed.four .article-holder .article {
		width: 48%;
	}

	.results-feed.related .article .title {
		font-size: 1em;
	}

	.form .form-lock, .form .lock-holder .btn {
		width: 100%;
		margin-bottom: 1em;
	}

	.publications .btn {
		font-size: .85em;
	}

	.locations.results-feed .article {
		padding: .5em 1em;
	}

	.locations.results-feed .article img {
		display: none;
	}

	.locations.results-feed .article .column.two > * {
		width: 49%;
		float: left;
	}

	.locations.details .column > li {
		width: 100%;
		padding: 0;
	}

	.locations.details div#LocationMap {
		float: none;
		margin: 0 auto !important;
	}

	.locations.details a.btn {
		display: block;
	}

	.locations.details .column > li.text-r {
		padding: 0;
		text-align: center;
	}
}
/* End Responsive Systems @ 480px */

.St-Joseph-Hospital-Golf-Tournament-2017 #Option124, .St-Joseph-Hospital-Golf-Tournament-2017 #Option125 {
	float: left;
	clear: both;
}

.form.ticketing .cost {
	float: left;
}

#RadiologyContactForm .phones > div table.nospacing {
	width: 30%;
}

.form > div.flex.day-time {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 2em;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form > div.flex.day-time > * {
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.form > div.flex.day-time table {
	width: 25em;
}
