/* Default Form Styles */
.form.with-bg {
	background-color: #E1E1E1;
	padding: 0 0 .5em 0;
}

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

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

.form .hide {
	display: none;
}

.form .btn {
}

.form h2 {
	border-bottom: 3px solid #4FA2AD;
	padding-bottom: .2em;
}

.form .button {
	display: block;
	text-align: center;
	max-width: 70%;
}

.form header {
}

.form header h2 {
	margin: 0;
}

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

.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;
	border-radius: 5px;
	outline: none;
	font-family: inherit;
	color: #054077; /* $primary */
	background-color: #FFFFFF;
	resize: none;
	margin-bottom: 5px;
	border: none;
}

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

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

.form input[type=checkbox], .form img.ui-check-style {
	margin: .5em 0 0;
}

.content img.ui-radio-style, .content img.ui-check-style {
	background-image: url(/images/design/input-unchecked.png) !important;
	width: 36px!important;
	height: 36px!important;
	background-position: top left!important;
	vertical-align: middle;
}

.content img.ui-radio-style.checked, .content img.ui-check-style.checked {
	background-image: url(/images/design/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 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: 150px;
	resize: none;
}

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

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

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

.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 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: #054077; /* $primary */
	color: #FFFFFF;
	padding: .2em 1em;
	font-size: 1.5em;
	margin: .8em 0 0;
	border-top: 5px solid #4FA2AD; /* $secondary */
}

.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: #4FA2AD; /* $secondary */
	padding: .1em 1.5em .2em;
	color: #054077; /* $primary */
	font-size: 1em;
	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 .dates > div input {
	width: 75% !important;
}

.content .form .column {
	padding: 1em 0 0 1.5em;
}

.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: #4FA2AD; /* $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 {
	float: right;
	width: 70%;
}

.form .form-lock {
	float: left;
	width: 70%;
	background-color: #F1F1F1; /* $light */
	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: #054077; /* $primary */
	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: #054077; /* $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: 25%;
	padding: 0.7em 0.5em;
}
/* 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: #4FA2AD; /* $secondary */
}

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

.results-feed.two {
}

.results-feed .article-holder {
}

.results-feed.two .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-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@supports (flex-wrap:wrap) {
	.results-feed.two .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;
	float: left;
	clear: left;
	background-color: #054077; /* $primary */
}

.t-search.results-feed.two .article-holder .article {
	background-color: #FFF;
}

.results-feed.two .article-holder .article:nth-child(even) {
	float: right;
	clear: right;
}

.results-feed.two .article-holder .article:nth-child(odd):last-child {
	float: none;
}

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

.results-feed.three.photo .article-holder .article {
	float: left;
}

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: 0;
	padding: 1.5em 2%;
	border-bottom: 1px solid #B3B8BA; /* lighten($color3,47%) */
}

.results-feed .article:nth-child(even) {
}

.results-feed.two .article  .title {
	padding: 0.5em 0.5em;
	border-bottom: 1px solid #0A7EEA; /* lighten($primary,31%) */
	font-size: 1.375em;
}

.results-feed.two .article .bottom {
	padding: 0.75em 0.5em;
}

.t-search.results-feed.two .article .bottom {
	padding-left: 0;
}

.results-feed.two .addthis_32x32_style .at4-icon {
	width: 31px;
	height: 31px;
	background-size: 16px!important;
}

.results-feed.two .addthis_32x32_style .at4-icon:hover {
	background-color: #4FA2AD!important; /* $secondary */
	border-color: #FFF;
}

.results-feed.two .article .btn {
	font-size: 0.875em;
}

.results-feed.two .article .btn:hover {
	color: #FFF;
	border-color: #4FA2AD; /* $secondary */
	background-color: #054077; /* $primary */
}

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

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

.paging h1 {
	margin-bottom: 0;
}

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

.paging a {
	background-color: #054077; /* $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: #4FA2AD; /* $secondary */
}
/* End Default Feed */

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

.article-holder .article {
	position: relative;
	border: 3px solid #dedede;
	background-color: #4FA2AD; /* $secondary */
}

.article-holder .article.alt {
	background-color: #054077; /* $primary */
}

.article-holder .article .inner-wrap {
	padding: 1.75em 5%;
	background-image: url(/images/design/leaves4.png);
	background-repeat: repeat-y;
	background-position: 50% 10px;
}

.article-holder .article.alt .inner-wrap {
	background-image: url(/images/design/leaves3.png);
}

.article .title {
	display: block;
	padding: 0 0 5px 0;
	text-decoration: none;
	font-size: 2.188em;
	margin-bottom: 0;
	color: #FFFFFF;
	font-family: 'ITCGiovanniStdBook', serif;
	font-weight: normal;
	line-height: 1;
}

.t-search .article div.title {
	color: #054077; /* $primary */
}

.t-search.results-feed.two .article .title {
	color: #054077;
	padding-left: 0;
}

.t-search .article .top {
	padding-left: 2%;
}

.article .title:hover {
	color: #054077; /* $primary */
}

.video .article .title:hover, .video .article .title a:hover {
	color: #FFFFFF;
}

.article.alt .title:hover {
	color: #6BB9C2;
}

.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 {
	padding: 0;
	color: #054077; /* $primary */
	font-size: .9em;
	line-height: 1.5em;
	overflow: hidden;
	border-bottom: 3px solid #054077; /* $primary */
}

.article.alt .details {
	color: #4FA2AD; /* $secondary */
	border-color: #4FA2AD; /* $secondary */
}

.article .details a {
	color: #71797C; /* $color3 */
}

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

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

.article .details .date {
}

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

.article .press-content {
	font-size: .95em;
	padding: 1.2em 0;
	color: #FFFFFF;
}

.photo .article .press-content {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.article.page .press-content, .t-search .article .press-content {
	color: #054077;
}

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

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

.article .bottom {
	padding: 0 0em 0.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: #4FA2AD; /* $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 */

/* AddThis Sharing */
.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
	padding: 0 !important;
	margin: 0 .15em 0 0 !important;
	line-height: 1;
}

.addthis_16x16_style span {
	font-size: .8em;
}

.addthis_32x32_style span {
	font-size: 1.3em;
}

.at16nc.at16t_facebook,.at16nc.at16t_twitter, .at16nc.at16t_email, .at16nc.at16t_compact {
	background-image: none;
	line-height: 1 !important;
	text-align: center;
	display: block;
	transition: .2s ease;
	height: auto;
	width: auto;
	text-decoration: none !important;
}

.at16nc.at16t_facebook:hover, .at16nc.at16t_twitter:hover, .at16nc.at16t_email:hover, .at16nc.at16t_compact:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.at16nc.at16t_facebook:after,.at16nc.at16t_twitter:after, .at16nc.at16t_email:after, .at16nc.at16t_compact:after {
	font-family: 'icomoon-ult';
	color: #FFFFFF;
	line-height: 1;
	display: block;
	padding: .4em;
	border-radius: 6em;
}

.at4-icon {
	position: relative;
}

.aticon-facebook:after {
	background-color_: #305891;
	content_: '\eb8f';
}

.aticon-twitter:after {
	background-color_: #2CA8D2;
	content_: '\f2c5';
}

.aticon-email:after {
	background-color: #738A8D;
	content_: '\eebd';
}

.aticon-compact:after {
	background-color_: #F8694D;
	content_: '\f0d7';
}

.addthis_32x32_style .at4-icon {
	background-color: #054077!important; /* $primary */
	width: 51px;
	height: 51px;
	border-radius: 50%;
	border: 2px solid #9AE3FF;
	background-position: 46% 48%;
	background-size: 26px!important;
}

.alt .addthis_32x32_style .at4-icon {
	background-color: #4FA2AD!important; /* $secondary */
}

.addthis_32x32_style .aticon-facebook {
	background-position: 39% 41%;
}
/* End AddThis Sharing */

/* Shared Search */
.boxes.search {
	position: relative;
	display: table;
	width: 100%;
}

.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 4em .875em;
	position: relative;
}

.boxes.search .searchbox .primary {
	background-color: #71797C; /* $color3 */
}

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

.boxes.search .searchbox h2 {
	margin-bottom: 0;
}

.boxes.search .searchbox .primary h2, .boxes.search .searchbox .primary h3 {
	color: #FFF;
}

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

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

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

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

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

.sbf-wrap span {
	font-size: 0.875em;
	padding: 0.375em;
	font-weight: 500;
}

.searchbox .sbf-wrap span.validator {
	background: none;
}

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

.sbf-wrap input, .sbf-wrap select {
	display: block;
	border-radius: 5px;
	padding: 0.75em 0.5em;
	width: 100%;
	color: #FFFFFF;
	font-family: inherit;
	outline: none;
}

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

.searchbox .primary .sbf-wrap input, .primary .sbf-wrap select {
	width: 100%;
}

.searchbox .secondary .sbf-wrap input, .secondary .sbf-wrap select {
}

.searchbox .primary .sbf-wrap span {
	color: #FFF;
}

.searchbox .secondary .sbf-wrap span {
	color: #054077; /* $primary */
}

.searchbox .secondary .sbf-wrap span > span {
	padding: 0;
	font-size: 1em;
}

.searchbox .secondary .sbf-wrap table {
	background-color: #71797C; /* $color3 */
	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: #054077; /* $primary */
	font-weight: 500;
	margin-left: .25em;
}

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

/* Shared Details Pages */
.account.details {
	background-color: #F1F1F1; /* $light */
	border-radius: 5px;
	padding: 0;
}

.account.details .bottom {
	padding: .5em 1em .75em;
	background-color: #71797C; /* $color3 */
}

.account.details .title {
	padding: 1em 1em 0 1em;
	border-bottom: 3px solid #4FA2AD; /* $secondary */
}

.account.details .title h2 {
	margin: 0;
}

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

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

/* Donations */
.donations ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.donations ul li {
	display: table-cell;
	vertical-align: middle;
}

.donations ul li input {
	width: 100%;
}
/* End Donations */

/* Pre-Registration */
.content .form .column.allergies {
	text-align: center;
}

.content .form .column.allergies div {
	margin-right: 2%;
}
/* End Pre-Registration */

/* eCards */
.ecards.results-feed .article {
	text-align: center;
}

span[id$=CardDisplay] table {
	margin: 0 auto;
}
/* End eCards */

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

/* Careers */
.hr {
	margin-bottom: 1em;
}

.hr .article .column li strong {
}

.hr.job .bottom {
	padding: 1em 2em;
}

.hr .article .bottom h4 {
	margin: 0;
	font-weight: bold;
	line-height: 1;
}

.hr .article .bottom p {
	margin: .6em 0;
}

.hr.form .table {
	padding: .5em 1em;
}

.hr.form .table span {
	display: table-cell;
	float: none;
	width: auto;
}

.hr.form .table input {
	width: 100%;
	margin: 0;
}

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

.content .hr.resume .column {
	padding: 0 1em;
}

.content .hr.resume .column ul {
}

.content .hr.resume ul {
	margin: 0;
	list-style: none;
	padding-left: 1.5em;
}
/* End Careers */

/* Blog */
.blog.comment {
	background-color: #71797C; /* $color3 */
	margin-top: 1.5em;
}

.blog .separator {
	height: 1px;
	border-bottom: dotted 1px #4FA2AD; /* $secondary */
	clear: both;
	margin: .5em;
}

.blog .addcomment textarea {
	width: 98%;
	height: 10em;
	margin: 1em auto;
	display: block;
}
/* 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: #054077; /* $primary */
	background-color: #4FA2AD; /* $secondary */
	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: #D4A75C;
	font-size: .85em;
}

.related .article {
	padding-bottom: 0;
}
/* End Press Center */

/* 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: -.7em;
	transition: .25s ease;
}

.results-feed.video .article .image a:hover:before {
	cursor: pointer;
	color: #FFFFFF;
}
/* End Video Center */

/* Testimonial System Styles */
.reviews {
	overflow: hidden;
}

.reviews.header p {
	margin: 0;
}

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

.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: #4FA2AD; /* $secondary */
	position: relative;
	opacity: 0;
	transition: transform 1.5s ease, opacity 1.25s ease .25s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.reviews article .quote:after {
	content: '\E0EA';
	position: absolute;
	bottom: 0;
	color: #4FA2AD; /* $secondary */
	font-size: 120px;
	font-family: 'icomoon-ult';
	left: 10%;
	z-index: 0;
	-webkit-transform: skew(-25deg,0deg);
	-ms-transform: skew(-25deg,0deg);
	transform: skew(-25deg,0deg);
	line-height: 0;
}

.reviews.single article .quote, .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: #F1F1F1; /* $light */
	float: right;
	border-radius: .666em;
	background-color: #000000; /* $dark */
	text-align: center;
	opacity: 0;
	transition: transform 1.5s ease .5s, opacity 1.25s ease .75s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	margin: -3.333em 0 1em 0;
}

.reviews article .c-info span span {
	display: block;
	color: #FFFFFF;
	font-size: 1.25em;
	position: relative;
	z-index: 5;
}

.reviews article .c-info span span.location {
	font-size: .8em;
}

.reviews article .c-info:after {
	position: absolute;
	content: '\E0EC';
	bottom: 0;
	color: #000000; /* $dark */
	font-size: 70px;
	font-family: 'icomoon-ult';
	-webkit-transform: skew(20deg,0deg);
	-ms-transform: skew(20deg,0deg);
	transform: skew(20deg,0deg);
	left: 25%;
	line-height: 0;
}

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

.reviews article h1 {
	margin: 0;
	color: #054077; /* $primary */
	text-transform: none;
	font-size: 1.5em;
}

.reviews article h1 a {
	color: #054077; /* $primary */
}

.reviews article p {
	margin: 10px 0 10px;
	color: #000000; /* $dark */
}

.reviews article div > span {
	color: #054077; /* $primary */
}

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

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

.reviews .share a {
}

.reviews .share a icon {
	display: inline-block;
	background-color: #054077; /* $primary */
	padding: .333em;
	color: #F1F1F1; /* $light */
	margin: 0 0 0 .25em;
	transition: .5s;
}

.reviews .share a icon:hover {
	background-color: #000000; /* $dark */
	cursor: pointer;
}

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

.reviews.single .clientrating {
	font-size: 1em;
	margin-top: .75em;
}

.reviews.form {
	padding: 1.5em;
	margin: 1.5em 0;
	background-color: #C4C8CA; /* lighten($color3,59%) */
}

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

.reviews .thankyou {
	background-color: #757575; /* lighten($dark,46%) */
	color: #FFFFFF;
	padding: .5em 1em;
}

.reviews .thankyou .close {
	background-color: #000000; /* $dark */
	padding: .45em .5em .35em;
	border-radius: .5em;
	color: #F1F1F1; /* $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: #054077; /* $primary */
}

.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 Testimonial System Styles */

/* Web Nursery */
.nursery .form {
	padding: .5em;
}

.nursery .form .half {
	clear: none;
}

.nursery .form .half div {
	clear: both;
}

.no-boxsizing .nursery .form input.date {
	width: 57% !important;
}

.nursery .article {
	text-align: center;
	padding: 1em 0;
}

.nursery .article .parents {
	color: #4FA2AD; /* $secondary */
}

.nursery .article .parents span {
	font-weight: bold;
}

.nursery .article a {
	display: block;
}

.nursery .article img {
	display: block;
	height: auto !important;
	margin: 0 auto;
}

.nursery.details {
	padding-bottom: 1em;
}

.nursery .message {
	clear: both;
	background-color: #FFFFFF;
	box-shadow: 0 0 2px rgba(0,0,0,.32), inset 0 0 1.25em rgba(255,255,255,.17);
	margin: 1em 0 0;
	float: left;
	width: 85%;
	margin-left: 7.5%;
	padding: 1em;
}

.nursery.details img.right {
	margin: 0;
}

.nursery.details section {
	padding: 0 1em 1.5em;
	text-align: center;
}

.nursery.details section a {
	text-decoration: none;
}

.nursery.details .babyinfo {
	font-size: 3em;
	text-transform: lowercase;
}

.no-rgba .nursery.details .babyinfo {
	line-height: 1em;
}

.nursery.details .babyinfo .born {
	text-transform: lowercase;
	display: block;
	text-align: left;
	color: #000000;
	margin-left: 1em;
}

.nursery.details .babyinfo .and {
	display: inline;
	margin-left: -.25em;
	margin-right: -.25em;
	color: #4FA2AD; /* $secondary */
}

.nursery.details .babyinfo .parent {
	display: inline;
	text-transform: none;
}

.nursery.details .babyinfo .on {
	display: block;
	color: #000000;
}

.nursery.details .babyinfo .date {
	line-height: 1em;
	text-transform: none;
}

.nursery.details .babyinfo span {
	display: block;
	color: #054077; /* $primary */
	line-height: .75em;
	font-size: .9em;
}

.nursery.details .babystats {
	margin-top: 2em;
}

.nursery.details .babystats span {
	font-family: sans-serif;
	display: block;
	color: #4FA2AD; /* $secondary */
	font-size: 1.75em;
	line-height: 1.35em;
}
/* End Web Nursery */

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

.photo .article {
}

.photo .article .top {
	display: none;
}

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

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

.photo .article .title:hover {
	color: #9AE3FF;
}

.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__button--close {
	.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left		background-position: before, .pswp--svg .pswp__button--arrow--right:before  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;
	display: block;
}

.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 */

/* Patient Stories */
.form.patient-stories .details {
	margin: .5em 0 0;
	text-align: right;
	font-size: .8em;
}

.form.patient-stories img.ui-check-style {
	margin: 0 .5em 0 0;
}

.form.patient-stories > div > div {
	float: left;
	text-align: center;
	max-width: 70%;
}

.form.patient-stories > div > div.images input {
	width: 100%;
}

#PatientStory h1 {
	margin: 0;
	font-size: 2em;
}
/* End Patient Stories */

/* Gift Styles */
div.gift div.item {
	margin: 7px;
	width: 310px;
	padding: 12px 10px;
	float: left;
	height: 175px;
	border: dotted 1px #CCCCCC;
	position: relative;
}

div.gift div.item.orderitem {
	margin: 7px 0px;
	width: 100%;
	border: dotted 1px #CCCCCC;
	position: relative;
	padding: 9px 0px 9px 0px;
	height: auto;
}

div.giftlinks {
	height: 25px;
	text-align: right;
}

div.gift div.item div.view {
	position: absolute;
	top: 79px;
	left: 14px;
}

div.gift div.item div.link {
	position: absolute;
	right: 15px;
	bottom: 25px;
}

div.gift div.item div.link span {
	margin: 7px;
	background: #FFF url(/Shared/images2/systems/divet4.gif) no-repeat 0px 4px;
	padding-left: 9px;
}

div.gift div.cat-link a {
	font-size: 15px;
	float: right;
	margin-right: 10px;
	padding: 4px;
	border: dotted 1px #CCCCCC;
	border-top: none;
}

div.gift div.end {
	border-bottom: dotted 1px #CCCCCC;
	padding-top: 10px;
	margin-bottom: 18px;
	clear: both;
}

div.gift #Popup_Preview {
	top: 200px;
	left: 200px;
	background-color: #fff;
	border: solid 1px #DDDDDD;
	padding: 2px;
	margin-left: 10px;
}

div.gift #Popup_Preview div {
	border: solid 1px #cccccc;
	padding: 2px;
}

div.gift #Popup_Preview div img {
	width: 480px;
}

div.gift #Popup_Preview div a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #7d7d7d;
	font: normal 13px/20px Arial;
}

div.gift table.cart tr td {
	padding: 5px;
	vertical-align: middle;
}
/* End Gift Styles */

/* Our Locations */
.map-holder {
}

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

.map-holder .filter-controls {
	background-color: #054077; /* $primary */
	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: .75em 1.5em;
	float: left;
	width: 33.33%;
	text-align: center;
	transition: .5s ease;
	text-decoration: none;
	border-bottom: solid 5px #4FA2AD; /* $secondary */
}

html.no-display-table .map-holder .cat a {
	width: auto;
	border-bottom: none;
}

.map-holder .cat a:hover {
	box-shadow: inset 0 100px 0 #71797C; /* $color3 */
}

.map-holder .cat a.selected {
	background-image: linear-gradient(to bottom,#075CAB,#053C6F); /* lighten($primary,14%),darken($primary,7%) */
}

.map-holder .subcat {
	width: 80%;
	margin: .5em auto;
	background-color: #71797C; /* $color3 */
	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: #FFFFFF;
}

.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: #71797C; /* $color3 */
	list-style: none;
}

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

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

.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 {
	max-width: none !important;
}

.map-holder .item-content {
	text-align: center;
	padding: 1em 0 0;
}

.map-holder .item-content h2 {
	font-family: inherit;
	font-size: 1.5em;
}

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

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

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

.locations .level2 {
	display: _none;
}

.locations.details {
	padding-bottom: 1em;
}

.locations.details h3 {
	font-family: inherit;
	color: #71797C; /* $color3 */
	font-size: 1.25em;
	margin: .5em 0;
}

.locations.details p {
	margin: 0;
}

.locations.details a {
	text-decoration: none;
}

.locations.details a[href^=tel]:hover {
	color: #054077; /* $primary */
}

.locations.details strong {
	display: block;
	margin: .5em 0 0;
}

.locations.account.details ul {
	list-style: disc;
	margin: .5em 0;
}

.locations #LocationMap {
	max-width: 100%;
}

.locations #LocationMap a {
	display: block;
}
/* End Our Locations */

/* Our Services */
.services.nav {
	border-radius: 6px 6px 0 0;
	border-bottom: 5px solid #4FA2AD; /* $secondary */
	display: table;
	width: 100%;
	table-layout: fixed;
	overflow: hidden;
}

.services.nav a {
	display: table-cell;
	color: #FFFFFF;
	padding: 10px 0;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	background-color: #054077; /* $primary */
}

.services.nav a.active {
	color: #FFFFFF;
	background-color: #4FA2AD; /* $secondary */
}

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

.services.panel {
	border-radius: 0 0 6px 6px;
	background-color: #4FA2AD; /* $secondary */
	background-image: linear-gradient(to bottom,#4FA2AD,#A8D2D7); /* $secondary,lighten($secondary,51%) */
	margin-bottom: 1.5em;
}

.services.panel .inner-wrap {
	padding: 1em;
	background-image: url(/images/design/search-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 98%;
	overflow: hidden;
}

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

.services.panel a:hover {
	color: #71797C; /* $color3 */
}

.services.panel .noresults {
	background-color: rgba(255,255,255,0.5);
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	padding: .5em;
	border-radius: 5px;
	border-top: 1px solid rgba(255,255,255,0.7);
	font-size: .85em;
}

html.no-backgroundsize .services.panel .noresults {
	background-color: #EFDFC4;
}

.services.panel .noresults:before {
	font-family: 'icomoon-ult';
	content: '\f147';
	color: #83BEC6; /* lighten($secondary,30%) */
	border: 3px solid #83BEC6; /* lighten($secondary,30%) */
	font-size: 2em;
	line-height: 1em;
	padding: 3px;
	float: left;
	margin: 0 2% 0 .75%;
	border-radius: 6em;
}

.services.panel.featured .service {
	float: left;
	width: 45%;
	margin: 0 2.5% .5em;
	position: relative;
}

.services.panel.featured .service:nth-child(odd):after {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #054077; /* $primary */
	top: 0;
	right: -6%;
}

.services.panel.featured .service:nth-child(odd):last-child:after {
	display: none;
}

.services.panel.featured .service a {
	color: #054077; /* $primary */
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	padding: .75em .75em;
	text-align: center;
	transition: .25s ease;
	font-weight: 500;
	display: block;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

html.no-backgroundsize .services.panel.featured .service a {
	background-color: #EFDFC4;
}

.services.panel.featured .service a:hover, html.no-backgroundsize .services.panel.featured .service a:hover {
	background-color: #054077; /* $primary */
	color: #FFFFFF;
}

.services.panel.featured .service a.active {
	color: #71797C; /* $color3 */
	text-decoration: none;
}

.services.panel.featured span.linkpopup img {
	height: 25px;
	width: 25px;
	position: absolute;
	top: 9px;
	right: -5px;
}

.services.panel.featured span.linkpopup img:hover {
	cursor: pointer;
}

.service-tooltip div {
	width: 400px;
	height: auto;
	padding: 10px 15px;
	background-color: #285895;
	border-radius: 4px;
	line-height: 24px;
	font-size: 13px;
}

.service-tooltip div span {
	font: normal 12px/12px Arial;
	color: #fff;
}

.services.panel.featured .detail {
	width: 40%;
	float: left;
	padding-left: 3%;
}

.services.panel.featured .detail .title {
	line-height: 35px;
	font-size: 20px;
	color: #083a81;
	padding: 0px 0px 10px 0px;
}

.services.panel.featured .detail .description {
	line-height: 20px;
	color: #0966a7;
	padding-right: 20px;
}

.services.panel.featured .image {
	background-repeat: no-repeat;
	background-position: 0px -143px;
	height: 238px;
	width: 370px;
	padding: 18px 0px 0px 18px;
	margin: 20px 0px 0px 0px;
}

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

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

.services.panel.az .letters span {
	color: #4FA2AD; /* $secondary */
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	float: left;
	transition: .2s ease;
	background-color: #F1F1F1;
	width: 3%;
	margin-right: .575%;
	box-shadow_: inset 1px 1px 0 rgba(255,255,255,0.5);
	border: 1px solid #FFF;
	line-height: 1.25;
}

html.no-backgroundsize .services.panel.az .letters span {
	background-color: #E0C28E;
}

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

.services.panel.az .letters span.active {
	cursor: pointer;
	color: #054077; /* $primary */
	background-color: rgba(255,255,255,0.6);
}

html.no-backgroundsize .services.panel.az .letters span.active {
	background-color: #FFF;
}

.services.panel.az .letters span.active:hover {
	background-color: #5D6366; /* darken($color3,18%) */
	color: #FFFFFF;
}

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

.services.panel.az .letters span.selected {
	color: #FFFFFF;
	background-color: #71797C; /* $color3 */
}

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

.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:after {
	content: '\e0df';
	position: absolute;
	font-family: 'icomoon-ult'!important;
	display: none;
	top: 50%;
	right: 0.5em;
	margin-top: -12px;
	transition: .5s ease;
}

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

.services.panel .service-holder .service a {
	display: block;
	padding: 0.25em 0em;
	transition: 0.5s ease;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

html.no-backgroundsize .services.panel .service-holder .service a {
	background-color: #EFDFC4;
}

.services.panel .service-holder .service a:hover, html.no-backgroundsize .services.panel .service-holder .service a:hover {
	color: #FFFFFF;
	background-color: #054077; /* $primary */
	border-bottom-color: #054077; /* $primary */
	padding: 0.25em 0.5em;
}

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

.services.search input {
	outline: none;
	border-radius: 5px;
	vertical-align: middle;
	background-color: #054077; /* $primary */
	display: block;
	width: 100%;
	padding: .5em 1em;
	color: #FFFFFF;
	font-family: inherit;
	font-size: 1em;
	border: none;
}

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

.services.search input:active {
	outline: none;
}
/* End Our Services */

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

.t-search h1 {
	margin: 0;
}

.t-search h3 {
	font-size: 1.25em;
	font-family: inherit;
}

.t-search .article.rel > .thumb {
	width: 30%;
	padding: 0 0 0 1%;
}

.t-search .searchinput {
	border-radius: 5px;
	padding: .35em;
	background-color: #F1F1F1; /* $light */
}

.t-search .searchinput input {
	width: 80%;
	background-color: #054077; /* $primary */
	color: #FFFFFF;
	border: none;
	outline: none;
	padding: .625em 1em;
	font-size: 1em;
	font-family: inherit;
	border-radius: 3px 0 0 3px;
}

.t-search .searchinput .btn {
	width: 20%;
	padding: .535em;
	border-radius: 0 3px 3px 0;
}
/* End Targeted Search */

/* Responsive Systems @ 1050px */
@media (max-width: 1050px) {
	.boxes.search .searchbox > div {
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}
}
/* 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;
	}
}
/* End Responsive Systems @ 1000px */

/* Responsive Systems @ 800px */
@media (max-width: 800px) {
	.services.panel .service-holder .service {
		width: 100%;
		float: none;
		margin: 0 0 0.5em;
	}
}
/* End Responsive Systems @ 800px */

/* Responsive Systems @ 768px */
@media (max-width: 768px) {
	.form {
		box-sizing: border-box;
		padding: 5%;
	}

	.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 {
		font-size: 0.875em;
	}
}
/* End Responsive Systems @ 768px */

/* Responsive Systems @ 550px */
@media (max-width: 550px) {
	.services.panel.featured .service {
		float: none;
		width: 100%;
		margin: 0 0 0.5em;
	}

	.services.panel.featured .service:after {
		display: none;
	}

	.article .title h1 {
		font-size: 1em;
	}
}
/* End Responsive Systems @ 550px */

/* Responsive Systems @ 480px */
@media (max-width: 480px) {
	.form {
		width: 100%;
		padding: 0;
		font-size: 13px;
	}

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

	.results-feed {
		font-size: .8em;
	}

	#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 .article-holder {
		display: block;
	}

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

	.results-feed.related .article .title {
		font-size: 1em;
	}
}
/* End Responsive Systems @ 480px */
