/* Content Editor */
.text-hightlight.v1 {
}

.text-hightlight.v2 {
}
/* End Content Editor */

/* Color Tokens */
.color-tokens {
	color: #006A94; /* $primary */
	background-color: #8D0E3A; /* $secondary */
	border-left-color: #3479B8; /* $tertiary */
	border-right-color: #FFFFFF; /* $light */
	border-bottom-color: #6A7D89; /* $dark */
}
/* End Color Tokens */

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

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

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

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

.t-search h3 {
	margin: 0;
}

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

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

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

.t-search .searchinput input {
	width: 78%;
	background-color: #eee;
	color: #000;
	border: none;
	outline: none;
	padding: .75em 1em;
	font-size: 1em;
	font-family: inherit;
	border-radius: .25em;
}

.t-search .searchinput .btn {
	width: 20%;
	padding-right: 0;
	padding-left: 0;
}

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

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

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

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

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

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

.t-search .press-content {
}

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

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

/* Form Slide to Unlock */
.form .lock-holder {
	float: right;
	width: 70%;
}

.form .form-lock {
	float: left;
	width: 70%;
	background-color: #006A94; /* $primary */
	position: relative;
}

.form .form-lock span {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	left: 0;
	font-style: italic;
	color: #FFFFFF;
	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;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	position: relative;
	z-index: 2;
	background-color: #8D0E3A; /* $secondary */
	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%;
	margin-top: .175em;
	padding-right: 0;
	padding-left: 0;
}
/* End Form Slide to Unlock */

/* Default Form Styles */
.form * {
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}

.form {
	background-color: #EEEEEE;
	color: #3479B8; /* $tertiary */
	padding: 3% 2.5%;
}

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

.form .hide {
	display: none;
}

.form .btn {
}

.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: 3px;
	font-family: inherit;
	color: #000000;
	background-color: #FFFFFF;
	resize: none;
	margin-bottom: 5px;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form select::-ms-expand {
	display: none;
}

.form select {
	background-image: url(/images/design/selectBG.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	padding-bottom: .6em;
}

.no-cssanimations .form select {
	background-image: none;
}

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

.form input[type=checkbox], .form img.ui-check-style {
	margin: .5em .5em 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;
	cursor: pointer;
	box-shadow: none;
}

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

.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.wide,  .form.prereg div span.wide {
	width: 100%;
	float: none;
}

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

.form > div {
	padding: .3em 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: #006A94; /* $primary */
	color: #FFFFFF; /* $light */
	padding: .3em 1em;
	font-size: 1.5em;
	margin: .8em 0 0;
	text-shadow: 0 -1px rgba(0,0,0,.4);
	box-shadow: 0 0 2px rgba(0,0,0,.32), inset 0 0 1.25em rgba(255,255,255,.17);
	border-radius: .313em;
	text-transform: uppercase;
}

.form h5 strong {
	font-size: .8em;
	display: block;
	text-transform: initial;
}

.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: #006A94; /* $primary */
	padding: .1em 1.5em .2em;
	color: #8D0E3A; /* $secondary */
	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: #8D0E3A; /* $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 */

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

html.no-rgba .results-feed {
	width: 100%;
	float: left;
}

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

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

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

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

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

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

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

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

.results-feed .divider h2 a:hover {
	color: #006A94; /* $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;
}

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

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

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

.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;
	box-shadow: inset 0 3px #0097C3, inset 0 0 62px #4D94A9;
	border-radius: 5px/8px;
}

.no-boxshadow .results-feed .article {
	background-color: #DBF5FF; /* lighten($primary,90%) */
	clear: both;
}

.no-canvas .results-feed.photo.three .article {
	clear: none;
}

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

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

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

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

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

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

.hr .top .column {
	font-size: .9em;
}

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

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

.article .title h1 {
	margin: 0;
	font-size: 1em;
	line-height: 1.25em;
	font-family: inherit;
	text-transform: none;
}

.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-image: url(/images/design/Logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF; /* $light */
	padding-bottom: 56.25%;
	border: 1px solid #DBF5FF; /* lighten($primary,90%) */
	border-bottom: none;
}

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

.article .details a {
	color: #8D0E3A; /* $secondary */
}

.article .details a:hover {
	color: #D7F4FF; /* lighten($primary,89%) */
}

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

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

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

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

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

.article.page .press-content img {
	max-width: 100%;
}

.article.page .press-content img.blog-thumbnail {
	margin-bottom: 1.5em;
}

.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 {
	padding: 1em;
	color: #8D0E3A; /* $secondary */
	font-size: .85em;
	margin-bottom: 1em;
}

.article .category a {
	text-decoration: none;
	color: #3479B8; /* $tertiary */
}

.article .category a:hover {
	text-decoration: none;
	color: #8D0E3A; /* $secondary */
}

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

.article .category a em {
	color: #8D0E3A; /* $secondary */
}

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

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

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

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

.boxes.search .searchbox h2, .boxes.search .searchbox h3 {
	margin-bottom: .5em;
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	text-shadow: 0 -1px rgba(0,0,0,.55);
}

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

.boxes.search .searchbox .primary  p {
	color: #EDEDED; /* darken($light,7%) */
}

.boxes.search .searchbox .secondary p {
	color: #FFFFFF; /* $light */
}

.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; /* $light */
}

.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; /* $light */
}

.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; /* $light */
	color: #006A94; /* $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: #BD134E; /* lighten($secondary,15%) */
}

.searchbox .secondary .sbf-wrap input, .secondary .sbf-wrap select {
	border-color: #EDC47E;
}

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

.searchbox .secondary .sbf-wrap span {
	background-color: #EDC47E;
	color: #245594;
}

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

.searchbox .secondary .sbf-wrap table {
	background-color: #EDC47E;
	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: #245594;
	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: #D4A75C;
	color: #245594;
	padding: .5em;
}

.boxes.search .autodrop .result.active {
	background-color: #245594;
	cursor: pointer;
}

.boxes.search .secondary .autodrop .result {
	background-color: #3080E5;
	color: #FFFFFF;
}

.boxes.search .secondary .autodrop .result.active {
	background-color: #245594;
}

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

.boxes.search .autodrop .result.active a:not(.btn) {
	color: #D4A75C;
}

.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; /* $light */
}

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

/* Shared Details Pages */
.account.details {
	background-color: #EEEEEE;
	border-radius: .313em;
	color: #3479B8; /* $tertiary */
}

.account.details input, .account.details select, .account.details textarea {
	background-color: #FFFFFF;
}

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

.account.details .title {
	padding: 1em;
	background-color: #006A94; /* $primary */
	border-radius: .313em;
	box-shadow: 0 0 2px rgba(0,0,0,.32), inset 0 0 1.25em rgba(255,255,255,.17);
	background-image: url(/images/design/Contact-Bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-shadow: 0 -1px rgba(0,0,0,.4);
	margin-bottom: .75em;
	color: #FFFFFF;
}

.account.details h2.title {
	text-transform: uppercase;
}

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

.account.details .title p {
	color: #B2AFA5;
	margin: .25em 0 0;
	max-width: 70%;
	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: #0068AC;
}
/* End Shared Details Pages */

/* Blog */
.results-feed .blog-nextprev:after {
	content: ' ';
	display: block;
	clear: both;
}

#SharePostIcons {
	text-align: center;
	padding: 1em 0;
}
/* End Blog */

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

.photo .article:not(.picture) {
	padding-bottom: 2.2em;
}

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

.no-canvas .photo .article .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-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	top: 0;
	left: 0;
}

.no-opacity .photo .article .hover {
	display: none;
	background: url(/images/design/ie-black-clear.png);
}

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

.no-opacity .photo .article:hover .hover {
	display: block;
}

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

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

.photo .article .hover > * {
}

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

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

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

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

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

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

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

.photo .fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	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;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: none;
}

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

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {
	opacity: 0.001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-moz-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	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;
	-moz-backface-visibility: hidden;
	-o-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;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

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

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

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

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

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

.pswp__container, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-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;
	-webkit-transition: opacity 0.15s;
	-moz-transition: opacity 0.15s;
	-o-transition: opacity 0.15s;
	transition: opacity 0.15s;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-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;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	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;
	line-height: 1.5em;
}

.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 {
	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;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	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;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.25s;
	-moz-transition: -moz-transform 0.25s;
	-o-transition: -o-transform 0.25s;
	transition: transform 0.25s;
	-webkit-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-o-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);
	-moz-transform: translateY(0);
	-o-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;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	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;
	-moz-animation: clockwise 500ms linear infinite;
	-o-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;
	-moz-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	-o-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 {
	-moz-box-sizing: border-box;
	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% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}

@-o-keyframes clockwise {
	0% { -o-transform: rotate(0deg); }
	100% { -o-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% { -moz-transform: rotate(0); }
	50% { -moz-transform: rotate(-140deg); }
	100% { -moz-transform: rotate(0); }
}

@-o-keyframes donut-rotate {
	0% { -o-transform: rotate(0); }
	50% { -o-transform: rotate(-140deg); }
	100% { -o-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;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-moz-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	-o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	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 */

/* Responsive Systems @ 1110px */
@media (max-width: 1110px) {
	.results-feed.three .article {
		width: 48%;
	}

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

	.results-feed.three .article:nth-of-type(2n+1) {
		clear: left;
	}
}
/* End Responsive Systems @ 1110px */

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

	.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 {
		-moz-box-sizing: border-box;
		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 @ 480px */
@media (max-width: 480px) {
	.form {
		width: 100%;
		padding: 0;
	}

	.form div > span, .form div > span:first-child, .form.prereg div > span, .form.prereg div > span:first-child {
		width: 100%;
		float: none;
	}

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

	.form input.short, .form.prereg input.short {
		width: 50%;
	}

	.form table.nospacing td select {
		padding: .4em .5em !important;
	}

	input.ui-input-style.date {
		width: 84%!important;
	}

	.form input, .form textarea, .form select, .form.prereg input, .form.prereg textarea, .form.prereg select {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: .4em .5em;
		font-size: 16px;
	}

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

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

	.form div span.spacer {
		display: none;
	}

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

	.form .address .city {
		width: 45%;
	}

	.form .address .state {
		width: 31%;
	}

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

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

	.results-feed.three .article {
		width: 100%;
	}
}
/* End Responsive Systems @ 480px */
