/* Site Search */
.searchbtn {
	background-color: #005D91; /* $primary */
	padding: 4px 3% 5px;
	text-align: center;
	color: #FFFFFF;
	height: auto!important;
	transition: .5s ease;
	border-radius: 5px;
}

.searchbtn span {
	margin: 0!important;
}

.searchbtn:hover {
	background-color: #78A22F; /* $secondary */
	color: #FFFFFF;
}

.search-results {
}

.search-form {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.search-form .left {
	width: calc(100% - 95px);
}

.search-form .left input {
	width: 100%;
	font-size: 1em;
	padding: 0.6em;
	border: none;
	outline: none;
	border-radius: 5px;
	background-color: #EDEDED;
	color: #000000;
}

.search-form .right {
}

.search-form .right input {
	background-color: #005D91; /* $primary */
	border: none;
	color: #FFF;
	padding: 0.5em 0.75em;
	font-size: 1em;
	border-radius: 5px;
	width: auto;
}

.search-form .right input:hover {
	background-color: #78A22F;
}

.search-results .item.search {
	padding: 0.75em 2% 1em;
	border-bottom: 1px dashed #E1E1E1;
}

.search-results .title {
	font-size: 1.875em;
	color: #855B1E;
	font-family: 'Roboto Slab', serif;
	border-bottom: solid #dfddc6 1px;
	padding-bottom: .5em;
}

.content .search-results .title a {
	text-decoration: none_;
}

.search-results .results-content {
}

.search-results .link {
	text-align: right;
	margin-top: 1em;
}

div.item.search {
	padding: 1em;
	margin: 20px 0px;
}
/* End Site Search */

/* Locations */
.gm-style .gm-style-iw {
	line-height: 17px;
}

.Locations .link-wrap {
	display: none;
}
/* End Locations */

/* Press Center */
.pc-item {
	margin-bottom: 15px;
}

.pc-item .name {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.pc-item .name a {
	color: #C57842;
}

.pc-item .name a:hover {
	color: #14424B;
}
/* End Press Center */

/* 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;
	font-size: .9em;
}

.donations ul li:last-child {
	width: 180px;
}

.donations .support-of {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.donations .support-of > * {
	width: 47%;
}

div.inSupportOf {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	clear: both;
}

div.inSupportOf div {
	max-width: 50%;
	min-width: 50%;
}

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

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

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

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

/* Pre-Registration */
.pre-reg.form > div.half {
	clear: none;
	float: left;
}

.pre-reg.form > div.half.clear {
	clear: both;
}

.pre-reg.form div.half > span:first-child {
	width: 100%;
}

.pre-reg.form > div {
	font-size: 1em;
	padding: .3em .2em;
}

.pre-reg.form div > span:first-child {
}
/* End Pre-Registration */

/* Default Press Center */
div.article div.divider {
	margin: 7px 0px;
	border-top: dotted 1px #CCCCCC;
	clear: both;
}

div.article div.divider.end {
	border-top: solid 1px #CCCCCC;
}

.pc-img-link {
	float: left;
	margin: 0 12px 12px 0;
}

div.article div.byline {
	font-size: 11px;
	color: #999;
	margin-bottom: 7px;
}

div.article h2 {
	margin-top: 5px;
	margin-bottom: 0px;
}

div.article div.content {
	color: #4b4b4b;
}

div.article div.category {
	border: dotted 1px #ccc;
	padding: 5px;
	background-color: #f2f2f2;
	clear: both;
	margin-top: 15px;
}

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

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

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

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

div.article div.category div {
	font-size: 11px;
}

div.article.more {
	margin-top: 15px;
}
/* End Default Press Center */

/* Search */
.m_search .m_search_title {
	font-size: 20px;
	font-weight: bold;
}
/* End Search */

/* Search Results Styles */
div.SearchTopBorder {
	clear: both;
	background-image: url(/images/HeaderBorder.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 2px;
	margin-top: 20px;
	height: 4px;
}

div.searchresults h3 {
	background-color: #2A5586;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 10px 0px;
	height: 16px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #ffffff;
	font-family: OpenSans, Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	min-width: 200px;
	float: left;
}

div.searchresults h3.main {
	background-color: #006c64;
	overflow: hidden;
}

div.searchresults h3.suggested {
	background-color: #828282;
}

div.searchresults h3.doc {
	background-color: #97C66F;
}

div.searchresults.main a.title {
	color: #083A81;
	font-size: 14px;
}

div.searchresults div.title {
	font-size: 1.875em;
	color: #005D91; /* $primary */
	border-bottom: solid #dfddc6 1px;
	padding-bottom: .5em;
}

div.searchresults div.title a {
	color: #005D91; /* $primary */
}

div.searchresults div.title a:hover {
	color: #78A22F; /* $secondary */
}

div.searchresults .link {
	text-align: right;
}

div.searchresults div.content {
	float: none;
	width: 100%;
	margin: 15px 0;
}

div.searchresults div.separator {
	line-height: 12px;
	border-top: dotted 1px #CCCCCC;
	margin-top: 5px;
}

#RightGrid {
	float: right;
}

#RightGrid div.divider {
	margin: 20px 4px 1px 4px;
	border-top: solid 1px #CCCCCC;
	height: 10px;
}

#PageGrid {
}

#SearchGrid {
}

#PhySearch {
	margin-top: 15px;
}

#PhySearch div.left {
	float: left;
	width: 55px;
}

#PhySearch div.right {
	float: left;
	width: 145px;
}

#PhySearch div.right div.name {
}

#PhySearch div.right div.spcialty {
}

#PhySearch div.right div.link {
}

#SearchBox {
	background-color: #F3F4F6;
	border: solid 1px #ececec;
	height: 40px;
	padding: 8px 10px;
	border-radius: 5px;
}

#SearchBox div.searchinput {
	float: left;
}

#SearchBox div.searchinput input {
	border: solid 1px #bebfc0;
	border-radius: 5px;
}

#SearchBox div.searchinput input.box {
	line-height: 22px;
	height: 22px;
	padding: 2px;
	padding-left: 10px;
	color: #717986;
}

#SearchBox div.searchinput input.button {
	border: none;
	margin-top: 3px;
	margin-left: 4px;
}

#SearchBox div.searchinput input:focus {
	outline: none;
}

#VideoGrid {
	display: none;
}

div.searchresults div.videos {
	width: 100px;
	float: left;
	margin: 5px 15px;
}

div.searchresults div.videos a {
	text-align: center;
}

div.videos div.imgBGsml {
	background-image: url(/images/main-images/videoimageBGsml.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 120px;
	height: 76px;
	margin: auto;
}

div.videos div.imgBGsml img {
	margin: 3px 0px 0px 3px;
}

.m_search {
	margin-bottom: 12px;
}

.m_search h3 {
	padding-bottom: 5px;
	border-bottom: 2px solid #257C8E;
}

.m_search > div {
	padding: 12px 2%;
	border: 1px solid #BFE5FF;
	margin-bottom: 5px;
}
/* End Search Results Styles */

/* Photo Gallery */
.photo .article.picture {
	height: 0;
	padding-bottom: 9em;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	overflow: hidden;
	background-size: cover;
	float: left;
	width: 31%;
	margin: 4px;
	height: 150px;
	position: relative;
}

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

.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;
	line-height: 1.4em;
}

.photo .article .hover > * {
}

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

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

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

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

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

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

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

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

.photo .btn.showmore {
	width: 40%;
	margin: 0 auto;
	display: block;
}

html.no-flexbox .photo .btn.showmore {
	display: inline-block;
}
/* End Photo Gallery */

/* ! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: none;
}

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

.pswp img {
	max-width: none;
}

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

.pswp--open {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}
/* End ! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/* ! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	transition: opacity 0.2s;
	box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

.pswp__button--fs {
	display: none;
}

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

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

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

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

.pswp__button--zoom {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

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

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

.pswp__preloader--active {
	opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}
/* End ! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/* Items */
div.item {
	display: block;
	box-shadow: 0px 0px 8px 0px rgba(223,221,195,0.8);
	position: relative;
	margin: 0px 0px 40px;
	background-color: #FFF;
	overflow: hidden;
}

.inside-item {
	background-color: #ededed;
}

html.no-boxshadow div.item {
	border: 1px solid #e1dfc9;
}
/* End Items */

/* Default Form Styles */
.form * {
	transition: .25s ease;
}

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

.form .btn {
}

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

.form header {
}

.form header h2 {
	margin: 0;
}

.form .secondcol {
	margin-left: 32%;
}

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

.form div span.pricetotal {
	padding: .7em 1em .7em 0;
	display: block;
}

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

.form input, .form textarea, .form select {
	width: 67%;
	font-size: 1em;
	padding: .7em 1em;
	border-radius: 5px;
	outline: none;
	font-family: inherit;
	color: #FFFFFF;
	background-color: #005D91; /* $primary */
	resize: none;
	margin-bottom: 5px;
	border: solid 3px #78A22F; /* $secondary */
}

.form .recaptcha-wrap {
	width: 67%;
	font-size: 1em;
	outline: none;
	font-family: inherit;
	color: #EDEDED;
	resize: none;
	margin-bottom: 5px;
	display: inline-block;
}

.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/main-images/input-unchecked.png) !important;
	width: 36px!important;
	height: 36px!important;
	background-position: top left!important;
	vertical-align: middle;
	background-repeat: no-repeat;
}

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

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

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

.form table.nospacing td {
}

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

.form h5 {
	background-color: #005D91; /* $primary */
	color: #FFFFFF;
	padding: .2em 1em;
	font-size: 1.5em;
	margin: .8em 0 0;
	border-top: 5px solid #78A22F; /* $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: #78A22F; /* $secondary */
	padding: .1em 1.5em .2em;
	color: #EDEDED;
	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: 67%;
}

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

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

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

.form .phones, .form .dates {
	width: 67%;
	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: #888888;
}

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

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

.form > div.nested {
	padding: 0;
}

::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

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

	.form input, .form textarea, .form select {
		margin: 0 auto;
	}

	.photo .article.picture {
		width: 48%;
	}
}

@media (max-width: 480px) {
	.form {
		box-sizing: border-box;
		width: 100%;
		padding: 5%;
	}

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

	.form input, .form textarea, .form select {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 2% auto;
	}

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

	.photo .article.picture {
		width: 100%;
		float: none;
	}

	.form .secondcol {
		margin-left: 0;
	}
}
/* End Default Form Styles */

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

.form .form-lock {
	float: left;
	width: 67%;
	background-color: #ededed;
	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: #005D91; /* $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: #5A5A5A;
	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;
}
/* End Form Slide to Unlock */

/* Responsive Systems @ 1000px */
@media (max-width: 1000px) {
	.form ul li {
		float: left;
		width: 25%;
		padding: .7em 1em;
	}
}
/* End Responsive Systems @ 1000px */

/* 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%;
	}

	.pre-reg.form > div.half.clear {
		padding: 1em .2em 6em;
	}

	.corona-banner h2 {
		font-size: 1.75em;
		color: #000000;
	}

	.corona-banner h3 {
		font-size: 1.3755em;
		color: #33726a;
	}

	.corona-banner p {
		font-size: 1.75em;
		color: #000000;
		font-weight: 300;
	}

	.corona-banner h3 b {
		font-size: 1.75em;
		color: #000000;
		font-weight: 300;
	}

	.corona-banner img {
		height: 100%;
		width: 100%;
		background-position: 47% 23%;
		background-repeat: no-repeat;
		background-size: contain;
		top: 52px;
	}
}
/* End Responsive Systems @ 768px */

/* 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, .form select.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.ck-editor {
		width: 100% !important;
	}

	.form .cke_editable {
		font-size: 16px;
	}

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

	.form .address .city {
		width: 100%;
		margin-right: 0;
	}

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

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

	.form span.spacer {
		display: none;
	}
}
/* End Responsive Systems @ 480px */

/* Responsive Systems @ 400px */
@media (max-width: 400px) {
	.form ul li {
		width: 32%;
	}
}
/* End Responsive Systems @ 400px */

.form.hide {
	display: none;
}

.form .btn.v1[disabled] {
	pointer-events: none;
	cursor: pointer;
	opacity: .6;
}

.form .error-message {
	color: rgb(255,0,0);
}

.corona-banner h2 {
	font-size: 3.75em;
	color: #000000;
}

.corona-banner h3 {
	font-size: 6.3755em;
	color: #33726a;
}

.corona-banner p {
	font-size: 3.75em;
	color: #000000;
	font-weight: 300;
	text-align: none !important;
}

.corona-banner h3 b {
	font-size: 3.75em;
	color: #000000;
	font-weight: 300;
}

.corona-banner a {
	background-color: red;
	color: white !important;
}
