/* Default Form Styles */
.form {
	font-size: 1rem;
}

.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 {
	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 {
	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: #007C85; /* $primary */
	background-color: #FFFFFF;
	resize: none;
	margin-bottom: .25em;
	border: solid 1px #0eb3c0;
	box-shadow: inset 2px 3px 5px rgba(0,0,0,.23);
	outline-color: #007C85;
}

.form select {
	padding-bottom: .6em;
}

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

.content img.ui-check-style, .content img.ui-radio-style {
	width: 28px!important;
	height: 28px!important;
	background-position: top left!important;
	vertical-align: middle;
	cursor: pointer;
}

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

.content img.ui-radio-style.checked {
	background-image: url(/images/main-images/radio-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;
}

.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 textarea {
	height: 9.375em;
	resize: none;
}

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

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

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

.form table.nospacing td {
}

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

.form h5 {
	background-color: #007C85; /* $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: #977323; /* $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;
}

.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: 4.5em !important;
}

.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: #977323; /* $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: 75%;
	background-color: #F0EADA;
	position: relative;
}

.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: #977323; /* $secondary */
	pointer-events: none;
	width: 100%;
	text-align: center;
	padding: 0;
}

.form .form-lock icon {
	font-size: 1.825em;
	display: block;
	color: #FFFFFF;
	width: 1.25em;
	height: 1.5em;
	transition: none;
	position: relative;
	z-index: 2;
	background-color: #007C85; /* $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);
}

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

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

.form .lock-holder .btn {
	width: 20%;
}
/* End Form Slide to Unlock */

/* Default Feed */
.results-feed {
	font-size: 1rem;
}

.results-feed.photo {
	font-size: 1em;
}

.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: #977323; /* $secondary */
}

.results-feed .divider h2 a:hover {
	color: #007C85; /* $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;
	background-color: #FFFFFF;
	border: 2px solid #E1E1E1;
}

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

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

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

.paging a {
	background-color: #007C85; /* $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: #977323; /* $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: #007C85; /* $primary */
}

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

.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: #007C85; /* $primary */
	padding: 0;
	color: #FFFFFF;
	font-size: .9em;
	line-height: 1.5em;
	overflow: hidden;
}

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

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

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

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

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

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

.article .press-content p {
	margin: .5em 0;
}

.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: #E1E1E1;
	padding: 1em;
	color: #977323; /* $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: #977323; /* $secondary */
}

.boxes.search .searchbox .secondary {
	background-color: #007C85; /* $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: #007C85; /* $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: #BE912C; /* lighten($secondary,15%) */
}

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

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

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

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

.searchbox .secondary .sbf-wrap table {
	background-color: #049BA6; /* 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: #007C85; /* $primary */
	color: #FFFFFF;
	padding: .5em;
}

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

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

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

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

.boxes.search .autodrop .result.active a:not(.btn) {
	color: #E3C070; /* $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;
	border: 2px solid #E1E1E1;
	font-size: 1rem;
}

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

.account.details .title {
	padding: 1em;
	background-color: #007C85; /* $primary */
	background-repeat: no-repeat;
	background-position: center right;
	margin-bottom: .75em;
	color: #FFFFFF;
	border-bottom: solid 2px #E1E1E1;
}

.account.details h2.title {
}

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

.account.details .title p {
	color: #E3C070; /* $secondarylight */
	margin: .25em 0 0;
	line-height: 1.25em;
}

.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: #007C85; /* $primary */
}
/* End Shared Details Pages */

/* Results List */
.results-list {
	font-size: 1rem;
}

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

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

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

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

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

.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;
}
/* End Events Calendar */

/* 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;
	transition: transform 1.5s ease, opacity 1.25s ease .25s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	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: #007C85; /* $primary */
	float: right;
	text-align: center;
	border-radius: .666em;
	transition: transform 1.5s ease .5s, opacity 1.25s ease .75s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	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;
}
/* End Blog */

/* Press Center */
.side-nav.press ul li.level1 a {
	font-size: 1em;
	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: #007C85; /* $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 */

/* Magazines */
.magazine.current {
	margin-bottom: 1.5em;
}

.magazine.current img {
	display: block;
	margin: 0 auto;
}
/* End Magazines */

/* 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: 0em 1.5em;
}
/* End Video Center */

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

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

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

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

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

/* Outdoor Adventures Form */
#MedicationList {
	width: 100%;
	padding: 0;
}

#MedicationList li {
	clear: both;
	list-style: none;
}

#MedicationList li.hidden {
	display: none;
}

#MedicationList li > * {
	vertical-align: middle;
	float: left;
	width: 25%;
}

.form.oa ul.care-type {
	display: table;
	list-style: none;
	padding: 0;
	width: 70%;
	margin: .675em 0;
}

.form.oa ul.care-type li {
	display: table-cell;
	list-style: none;
	padding: 0;
}

.form.oa ul.care-type li img {
	margin-right: .5em;
	margin-top: 0;
}
/* End Outdoor Adventures Form */

/* 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;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition: .5s ease;
	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-origin: 50% 100% 0;
	-ms-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
	-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);
}

.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-origin: 50% 0 0;
	-ms-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-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);
}

.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%;
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.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;
	box-shadow: none;
	transition: opacity 0.2s;
}

.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;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.25s ease-out;
	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;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.25s;
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	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: #977323; /* $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: #977323; /* $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: #007C85; /* $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;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.25);
	border-radius: 5px;
	display: none;
}

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

.dropdown dd {
	position: relative;
}

.map-holder .dropdown {
	color: #007C85; /* $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: #E3C070; /* $secondarylight */
}

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

.map-holder .gm-style-iw > div {
	overflow: visible !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;
}

.no-boxshadow .locations .article {
	min-height: 15em;
}

.locations .article .press-content {
	padding-top: 0;
	padding-bottom: 0;
}

.locations .article .press-content a {
	display: block;
}

.locations .article .press-content a[href^=tel] {
	display: inline;
}

.locations .article .btn {
	text-transform: uppercase;
}

.locations .article a[href^=tel]:hover {
	color: #007C85; /* $primary */
}
/* End Locations */

/* Our Services */
.services.nav {
	width: 100%;
	background-color: #977323; /* $secondary */
	border-radius: .5em .5em 0 0;
}

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

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

.services.nav a.active {
	background-color: #007C85; /* $primary */
	box-shadow: 0 0 2px rgba(0,0,0,.32), inset 0 0 20px rgba(255,255,255,.37);
}

.services.nav a:hover {
	text-decoration: none;
	padding: .75em .5em;
	margin-top: -.5em;
	box-shadow: 0 0 2px rgba(0,0,0,.32), inset 0 0 20px rgba(255,255,255,.37);
}

.services.panel {
	border-radius: 0 0 6px 6px;
	background-color: #ECF3F8;
	padding: 1em;
}

.services.panel a {
	color: #007C85; /* $primary */
	text-decoration: none;
}

.services.panel a:hover {
	color: #3080E5;
}

.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: #BE912C; /* lighten($secondary,15%) */
	font-size: 2em;
	line-height: 1em;
	padding: .25em;
	float: left;
	margin: 0 2% 0 .75%;
	border-radius: 6em;
	box-shadow: 0 0 .25em rgba(0,0,0,0.4), inset 0 0 .25em rgba(0,0,0,0.4);
	text-shadow: 0 0 3px rgba(0,0,0,.4);
	border: .25em solid #977323; /* $secondary */
	background-color: #007C85; /* $primary */
	background-image: linear-gradient(to top,rgba(0,0,0,0.18),rgba(255,255,255,0.2));
}

.services.panel.featured .service {
	float: left;
	width: 40%;
	margin: 0 5% .5em;
}

.services.panel .header p {
	margin: 0 0 1em;
	text-align: center;
	color: #245594;
}

.services.panel.az .letters {
	width: 100%;
	margin: 0 auto;
}

.services.panel.az .letters span {
	color: #C9DEEE;
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	float: left;
	transition: .2s ease;
	background-color: rgba(255,255,255,0.65);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.75);
	width: 3%;
	margin-right: .575%;
}

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

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

.services.panel.az .letters span.active {
	cursor: pointer;
	color: #007C85; /* $primary */
	background-color: #FFFFFF;
	box-shadow: inset 0 0 5px rgba(214,223,238,.75), 0 0 2px rgba(0,0,0,.25);
}

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

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

.services.panel.az .letters span.all.active {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.services.panel.az .letters span.selected, .no-rgba .services.panel.az .letters span.selected {
	color: #FFFFFF;
	background-color: #867F70;
}

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

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

.services.panel .service-holder .service {
	position: relative;
	width: 48%;
	margin: 0.5em 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: 0.25em 0.5em;
	transition: 0.5s ease;
	background-color: #FFFFFF;
	box-shadow: inset 0 0 5px rgba(214,223,238,.75), 0 0 2px rgba(0,0,0,.25);
	font-size: .875em;
}

.services.panel .service-holder .service a:hover, html.no-backgroundsize .services.panel .service-holder .service a:hover {
	color: #FFFFFF;
	background-color: #007C85; /* $primary */
	box-shadow: 0 0 2px rgba(0,0,0,.32), inset 0 0 20px rgba(255,255,255,.37);
}

.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: #007C85; /* $primary */
	font-family: inherit;
	font-size: 1em;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,.33);
	border: none;
	background-image: linear-gradient(to top,#DCDCDC,#FFFFFF);
}

.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 {
	padding: 0;
	margin: 0;
	list-style: none;
}

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

.services.featured li {
	float: left;
	width: 33%;
	margin-right: .2%;
	margin-bottom: .2%;
}

.services.panel.featured li {
	width: 24.8%;
}

.services.featured h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	background-color: #977323; /* $secondary */
	color: #FFFFFF;
	font-family: inherit;
	font-size: 1em;
	padding: .75em 0;
	transition: .25s ease;
}

.services.featured a:hover h3 {
	background-color: #007C85; /* $primary */
	padding: 1.25em 0;
	box-shadow: 0 0 2px rgba(0,0,0,.32), inset 0 0 20px rgba(255,255,255,.37);
}

.services.featured .all a {
	background-color: #007C85; /* $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: #977323; /* $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 */

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

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

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

.t-search h1 span {
	color: #007C85; /* $primary */
}

.t-search h3 {
	font-size: 1.25em;
	margin: 0;
	text-transform: uppercase;
}

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

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

.t-search .searchinput {
	background-color: #007C85; /* $primary */
	padding: .35em;
	font-size: 1rem;
}

.t-search .searchinput input {
	width: 80%;
	background-color: #FFFFFF;
	color: #007C85; /* $primary */
	border: none;
	outline: none;
	padding: .75em 1em;
	font-size: 1em;
	font-family: inherit;
	box-shadow: inset 2px 3px 5px rgba(0,0,0,.23);
}

.t-search .searchinput .btn {
	width: 20%;
	padding: .425em .675em;
}

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

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

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

.t-search.physicians .top .btn {
	font-size: .875em;
	padding: .1em .5em;
}

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

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

.t-search .press-content {
	padding: 0 1.5em;
}

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

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

/* Responsive Systems @ 1050px */
@media (max-width: 1050px) {
	.boxes.search .searchbox > div {
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}

	.form input, .form textarea, .form select {
		-webkit-appearance: none;
	}

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

	.form ul li:last-child {
		padding: 0;
	}

	.form .lock-holder {
		width: 100%;
	}
}
/* 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 {
	}
}
/* End Responsive Systems @ 768px */

/* Responsive Systems @ 550px */
@media (max-width: 550px) {
	.services.featured li, .services.panel.featured li {
		width: 49.8%;
	}

	.services.nav a {
		width: 100%;
	}

	.services.featured a {
		height: 10em;
	}

	.services.featured .all a {
		padding-top: 3.5em;
	}

	.results-feed.three .article {
		width: 100%;
	}
}
/* 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;
	}

	#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;
	}
}
/* End Responsive Systems @ 480px */

.article .press-content img.fullimage {
	max-width: 100%;
	padding: 1em;
}

.alert-content {
	background-color: #eaab00;
	max-width: 2000px;
	margin: 0 auto;
	color: rgb(255,255,238);
	font-weight: 600;
	padding: 10px;
}

.alert-content p {
	margin: 0;
}

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