/* ----------------------------------------------------------------------------------------------------------------------- */
/* Global ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
}

p {
	margin: 0 0 20px;
}

p:last-child {
	margin-bottom: 0;
}

.hr {
	border-bottom: 1px solid #e5e5e5;
}

.hr hr {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Responsive Grid Layout ------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.responsive-grid-layout-row {
	margin-bottom: 15px;
}

.responsive-grid-layout-row::after {
	clear: both;
	content: '';
	display: table;
}

.responsive-grid-layout-row > .col {
	float: left;
	width: calc(50% - 25px);
}

.responsive-grid-layout-row > .col img,
.responsive-grid-layout-row > .col iframe {
	max-width: 100%;
}

.responsive-grid-layout-row > .col img {
	height: auto !important;
}

.responsive-grid-layout-row > .col.last {
	float: right;
}

.responsive-grid-layout-row.three-column > .col {
	width: calc(100% * 1/3 - 25px);
}

.responsive-grid-layout-row.three-column > .col.first {
	margin-right: 25px;
}

.responsive-grid-layout-row.four-column > .col {
	width: calc(25% - 25px);
	margin-right: 25px;
}

.responsive-grid-layout-row.four-column > .col.last {
	margin: 0;
}

.responsive-grid-layout-row.one-third-two-thirds-columns > .col,
.responsive-grid-layout-row.two-thirds-one-third-columns > .col.last {
	width: calc(100% * 1/3 - 25px);
}

.responsive-grid-layout-row.one-third-two-thirds-columns > .col.last,
.responsive-grid-layout-row.two-thirds-one-third-columns > .col.first {
	width: calc(100% * 2/3 - 25px);
}

.responsive-grid-layout-row.five-column > .col {
	width: calc(20% - 25px);
	margin-right: 25px;
}

.responsive-grid-layout-row.five-column > .col.last {
	margin: 0;
}

.responsive-grid-layout-row.eighty-twenty > .col {
	width: calc(80% - 25px);
}

.responsive-grid-layout-row.eighty-twenty > .col.last {
	width: 20%;
}

.responsive-grid-layout-row.twenty-eighty > .col {
	width: 20%;
}

.responsive-grid-layout-row.twenty-eighty > .col.last {
	width: calc(80% - 25px);
}

.responsive-grid-layout-row.fifteen-thirty-five > .col {
	margin-right: 25px;
	width: calc(35% - 25px);
}

.responsive-grid-layout-row.fifteen-thirty-five > .col.first {
	width: 15%;
}

.responsive-grid-layout-row.fifteen-thirty-five > .col.last {
	margin: 0;
	float: right;
}

.responsive-grid-layout-row.thirty-five-fifteen > .col {
	margin-right: 25px;
	width: calc(15% - 25px);
}

.responsive-grid-layout-row.thirty-five-fifteen > .col.first {
	width: calc(35% - 25px);
}

.responsive-grid-layout-row.thirty-five-fifteen > .col.last {
	margin: 0;
	float: right;
}


@media only screen and (max-width: 960px) {
	.responsive-grid-layout-row.four-column > .col,
	.responsive-grid-layout-row.five-column > .col,
	.responsive-grid-layout-row.five-column > .col.last {
		clear: both;
		float: left;
		margin: 0 0 15px 0;
		width: 50%;
	}
	
	.responsive-grid-layout-row.fifteen-thirty-five > .col {
		width: 70%;
	}

	.responsive-grid-layout-row.fifteen-thirty-five > .col.first {
		clear: both;
		margin-right: 25px;
		width: calc(30% - 25px);
	}

	.responsive-grid-layout-row.fifteen-thirty-five > .col:nth-child(2n+0) {
		float: right;
		margin: 0;
	}
	
	.responsive-grid-layout-row.thirty-five-fifteen > .col {
		width: 30%;
	}

	.responsive-grid-layout-row.thirty-five-fifteen > .col.first {
		clear: both;
		margin-right: 25px;
		width: calc(70% - 25px);
	}

	.responsive-grid-layout-row.thirty-five-fifteen > .col:nth-child(2n+0) {
		float: right;
		margin: 0;
	}
	
	.responsive-grid-layout-row.four-column > .col:nth-child(2n+0),
	.responsive-grid-layout-row.five-column > .col:nth-child(2n+0) {
		clear: none;
		float: right;
	}
}


@media only screen and (max-width: 700px) {
	.responsive-grid-layout-row {
		margin: 0;
	}
	
	.responsive-grid-layout-row.two-column > .col,
	.responsive-grid-layout-row.three-column > .col,
	.responsive-grid-layout-row.three-column > .col.first,
	.responsive-grid-layout-row.four-column > .col,
	.responsive-grid-layout-row.five-column > .col,
	.responsive-grid-layout-row.five-column > .col.last,
	.responsive-grid-layout-row.four-column > .col:nth-child(2n+0),
	.responsive-grid-layout-row.five-column > .col:nth-child(2n+0),
	.responsive-grid-layout-row.one-third-two-thirds-columns > .col,
	.responsive-grid-layout-row.one-third-two-thirds-columns > .col.last,
	.responsive-grid-layout-row.two-thirds-one-third-columns > .col.first,
	.responsive-grid-layout-row.two-thirds-one-third-columns > .col.last,
	.responsive-grid-layout-row.eighty-twenty > .col,
	.responsive-grid-layout-row.eighty-twenty > .col.last,
	.responsive-grid-layout-row.twenty-eighty > .col,
	.responsive-grid-layout-row.twenty-eighty > .col.last {
		float: none;
		margin: 0 0 15px 0;
		width: auto;
	}	
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* New Responsive Layout ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.ss-section-wrap-inner,
.wrapper {
	margin: 0 auto;
	max-width: 1320px;
}

.page-type-0 .middle-area .wrapper {
	max-width: none;
	margin: 0;
}

.ss-content-block {
	box-sizing: border-box;
	margin: 0 0 25px;
	text-align: left;
}

.ss-content-block:after {
	content: '';
	clear: both;
	display: table;
}

.ss-content-block img {
	height: auto !important;
	max-width: 100%;
}

@media only screen and (min-width: 768px) {
	.ss-content-block.col-1,
	.ss-content-block.col-2,
	.ss-content-block.col-2-3, 
	.ss-content-block.col-3,
	.ss-content-block.col-2-5, 
	.ss-content-block.col-3-5,
	.ss-content-block.col-3-4,
	.ss-content-block.col-4,
	.ss-content-block.col-4-5, 
	.ss-content-block.col-5 {
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
		vertical-align: top;
	}

	.ss-content-block.col-1 {
		width: calc(100% - 10px);
	}

	.ss-content-block.col-2 {
		width: calc(50% - 10px);
	}
	
	.ss-content-block.col-2-3 {
		width: calc(100% * 2/3 - 10px);
	}	
	
	.ss-content-block.col-3 {
		width: calc(100% * 1/3 - 10px);
	}	

	.ss-content-block.col-5 {
		width: calc(20% - 10px);
	}

	.ss-content-block.col-2-5 {
		width: calc(40% - 10px);
	}

	.ss-content-block.col-3-5 {
		width: calc(60% - 10px);
	}

	.ss-content-block.col-4-5 {
		width: calc(80% - 10px);
	}

	.ss-content-block.col-4 {
		width: calc(25% - 10px);
	}

	.ss-content-block.col-3-4 {
		width: calc(75% - 10px);
	}
}


@media only screen and (min-width: 1024px) {
	.ss-content-block.col-1,
	.ss-content-block.col-2,
	.ss-content-block.col-2-3, 
	.ss-content-block.col-3,
	.ss-content-block.col-2-5, 
	.ss-content-block.col-3-4,
	.ss-content-block.col-3-5,
	.ss-content-block.col-4,
	.ss-content-block.col-4-5, 
	.ss-content-block.col-5 {
		margin-left: 15px;
		margin-right: 15px;
	}

	.ss-content-block.col-1 {
		width: calc(100% - 30px);
	}

	.ss-content-block.col-2 {
		width: calc(50% - 30px);
	}
	
	.ss-content-block.col-2-3 {
		width: calc(100% * 2/3 - 30px);
	}	
	
	.ss-content-block.col-3 {
		width: calc(100% * 1/3 - 30px);
	}	

	.ss-content-block.col-5 {
		width: calc(20% - 30px);
	}

	.ss-content-block.col-2-5 {
		width: calc(40% - 30px);
	}

	.ss-content-block.col-3-5 {
		width: calc(60% - 30px);
	}

	.ss-content-block.col-4-5 {
		width: calc(80% - 30px);
	}

	.ss-content-block.col-4 {
		width: calc(25% - 30px);
	}

	.ss-content-block.col-3-4 {
		width: calc(75% - 30px);
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* List Items ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.list-items {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.list-items > li {
	border-bottom: 8px solid #e5e5e5;
	padding: 18px 9px;
}

.list-items > li .list-item > ul,
.list-items > li .list-item > div > ul {
	list-style-type: disc;
	margin-bottom: 15px;
}

.list-items > li .list-item > ul:last-child,
.list-items > li .list-item > div > ul:last-child {
	margin-bottom: 0;
}

.list-items li .hr {
	border-bottom: 1px solid #e5e5e5;
	margin: 5px 0 15px 0;
}

.list-items li .hr hr {
	display: none;
}

.detail-page {
	border-bottom: 8px solid #e5e5e5;
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
}

.detail-page h2.title {
	color: #555555;
}

.detail-page-banner {
	display: none;
	margin-bottom: 30px;
}

.detail-page-banner img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

h3.date {
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.list-items li .content {
	float: left;
	max-width: 530px;
}

.list-items li .read-more-wrap {
	float: right;
	width: 100px;
}

.list-item .thumbnail {
	float: left;
	margin: 0 20px 20px 0;
	width: 30%;
}

@media only screen and (max-width: 560px) {
	.list-item .thumbnail {
		float: none;
		margin: 0 0 20px 0;
		width: auto;
	}
}

.list-item .thumbnail img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


/* ------------------------------------------------------------------------------------------------------------------------ */
/* Login Page Form -------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------ */
.login-page-form {
	max-width: 1320px;
	margin: 60px auto;
}

.login-page-form input {
	height: 32px;
	line-height: 32px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Blog Items ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.list-items.blog-items > li {
	padding: 18px 0;
}

.news.detail-page h3.date,
.news-items .news-item h3.date,
.blog.detail-page h3.date,
.blog-items .blog-item h3.date {
	border-bottom: 0;
	margin-bottom: 0;
}

.blog-items .blog-item .content {
	float: none;
	max-width: 100%;
	margin-bottom: 15px;
	width: auto;
}

.social-share-links,
.news.detail-page .social-share-links,
.news-items .news-item .social-share-links,
.blog.detail-page .social-share-links,
.blog-items .blog-item .social-share-links {
	margin: 0;
	padding: 0 0 5px 0;
}

.social-share-links ul,
.news.detail-page .social-share-links ul,
.news-items .news-item .social-share-links ul,
.blog.detail-page .social-share-links ul,
.blog-items .blog-item .social-share-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-share-links ul li,
.news.detail-page .social-share-links ul li,
.news-items .news-item .social-share-links ul li,
.blog.detail-page .social-share-links ul li,
.blog-items .blog-item .social-share-links ul li {
	display: inline-block;
	padding-right: 5px;
}

* + html .social-share-links ul li,
* + html .news.detail-page .social-share-links ul li,
* + html .news-items .news-item .social-share-links ul li,
* + html .blog.detail-page .social-share-links ul li,
* + html .blog-items .blog-item .social-share-links ul li {
	display: inline;
}

.social-share-links ul li a:hover,
.news-items .news-item .social-share-links ul li a:hover,
.blog-items .blog-item .social-share-links ul li a:hover {
	opacity: .7;
}

.news.detail-page .hr hr,
.news-items .news-item .hr hr,
.blog.detail-page .hr hr,
.blog-items .blog-item .hr hr {
	display: none;
}

.list-items.list-items.blog-items.list-mode .blog-item .posted-in {
	display: none;
}

.detail-page.news > .hr {
	margin-bottom: 25px;
}

.blog-right-column {
	margin-top: 25px;	
}

.blog-right-column h3 {
	border-bottom: 1px solid #e5e5e5;
	color: #555555;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

.blog-right-column p {
    line-height: 120%;
    margin: 18px 0;
	padding: 0 18px;
}

.blog-right-column ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.blog-right-column ul li {
 	padding: 0 0 10px 0;
}

.blog-right-column ul.recent-articles li a {
	font-size: 90%;
}

.blog-right-column ul.recent-articles li a .date:after {
	content: ' - ';
}

.comments-heading {
	border-bottom: 1px solid #e5e5e5;
	color: #555555;
	margin: 10px 0 20px 0;
	padding-bottom: 5px;
}

.blog-comments {
	padding: 20px 0;
}

.blog-comment .date {
	color: #9c9d9d;
	font-size: 12px;
}

.blog-comment .content {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0;
}

.posted-in,
p.now-viewing {
	background: #f5f2f1;
	border: 1px solid #b9b9b9;
	display: block;
	margin: 0 0 20px 0;
	padding: 10px;
}

.list-items li .content {
    max-width: 100%;
}

.detail-page .prev-next-link-wrap a {
	box-sizing: border-box;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.detail-page .prev-next-link-wrap .post-title {
	display: none;
}

@media only screen and (min-width: 550px) {
	.detail-page .prev-next-link-wrap a {
		margin-bottom: 0;
		width: auto;
	}
	.detail-page .prev-next-link-wrap a:last-child {
		margin-bottom: 0;
	}

	.detail-page .prev-next-link-wrap .post-title {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	.blog-left-column {
		float: left;
		width: 75%;
	}

	.blog-right-column {
		float: right;
		margin-top: 0;
		width: 20%;
	}
}

.additional-content-box-list-items {
	border-top: 5px solid #b9b9b9;
	margin-top: 40px;
	padding-top: 20px;
}

.additional-content-box-list-items-wrap .content-box-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.additional-content-box-list-items-wrap .content-box-list li {
	display: flex;
	margin: 0 20px 20px 0;
	width: calc(25% - 15px);
}

.additional-content-box-list-items-wrap .content-box-list li a {
	background: #fff;
	box-shadow: 0 6px 15px rgba(0,0,0,0.10);
	box-sizing: border-box;
	display: block;
	width: 100%;
}

@media (min-width: 851px) {
	.additional-content-box-list-items-wrap .content-box-list li:nth-child(4n) {
		margin-right: 0;
	}
}

.additional-content-box-list-items-wrap .content-box-list .thumbnail {
	float: none;
	height: 200px;
	padding: 0;
	width: 100%;
}

.additional-content-box-list-items-wrap .content-box-list .thumbnail img {
	height: 100%;	
	object-fit: cover;
	width: 100%;
}

.additional-content-box-list-items-wrap .content-box-list li a .date {
	margin-top: 10px;
}

.additional-content-box-list-items-wrap .content-box-list li a {
	color: inherit;
	padding-bottom: 20px;
}

.additional-content-box-list-items-wrap .content-box-list li a .date,
.additional-content-box-list-items-wrap .content-box-list li a .title,
.additional-content-box-list-items-wrap .content-box-list li a .abstract,
.additional-content-box-list-items-wrap .content-box-list li a .see-details {
	box-sizing: border-box;
	display: block;
	float: none;
	padding: 5px 15px;
	width: 100%;
}

.additional-content-box-list-items-wrap .content-box-list li a .date {
	color: #333;
	font-size: 90%;
}

.additional-content-box-list-items-wrap .content-box-list li a .date strong {
	margin-left: 4px;
	font-weight: normal;
}

.additional-content-box-list-items-wrap .content-box-list li a .title {
	font-weight: bold;
	font-size: 120%;
}

.additional-content-box-list-items-wrap .content-box-list li a .see-details { 
	font-size: 90%;
	text-decoration: underline;
}

.additional-content-box-list-items-wrap .content-box-list.portfolio-builder li a .see-details {
	display: inline-block;
	text-decoration: none;
	width: auto;
}

.additional-content-box-list-items-wrap .content-box-list li a:hover {
	opacity: .7;
}

@media (max-width: 850px) {
	.additional-content-box-list-items-wrap .content-box-list li {
		margin-bottom: 20px;
		width: calc(50% - 10px);
	}
}

@media (min-width: 501px) and (max-width: 850px) {
	.additional-content-box-list-items-wrap .content-box-list li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 500px) {
	.additional-content-box-list-items-wrap .content-box-list li {
		margin: 0 0 20px 0;
		width: 100%;
	}
}

/** Blog Grid Mode **/
.list-items.blog-items.grid-mode {
	display: flex;
	flex-wrap: wrap;
}

.list-items.blog-items.grid-mode > li {
	background: #ffff;
	box-shadow: 0 5px 12px rgba(0,0,0,0.10);
	box-sizing: border-box;
	display: flex;
	margin: 0 20px 20px 0;
	padding: 0;
	vertical-align: top;
	width: calc((100% / 3) - 14px);
}

@media (min-width: 851px) {
	.list-items.blog-items.grid-mode > li:nth-child(3n) {
		margin-right: 0;
	}
}

.list-items.blog-items.grid-mode .list-item.blog-item {
	display: flex;
	flex-flow: column nowrap;
}

.list-items.blog-items.grid-mode .list-item.blog-item .thumbnail {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	float: none;
	height: 0;
	min-height: 0;
	padding-top: 70%;
	width: 100%;
}

.list-items.blog-items.grid-mode .list-item.blog-item .thumbnail img {
	display: none;
}

.list-items.blog-items.grid-mode .list-item.blog-item .blog-grid-item-content-wrap {
	padding: 25px;
}

.list-items.list-items.blog-items.grid-mode .posted-in {
	border: 0;
	display: block;
	font-size: 90%;
	margin: auto 0 0 0;
}

.reading-time {
	color: #808080;
	font-style: italic;
	margin: 5px 0;
}

@media (min-width: 501px) and (max-width: 850px) {
	.list-items.blog-items.grid-mode > li {
		width: calc(50% - 10px);
	}

	.list-items.blog-items.grid-mode > li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 500px) {
	.list-items.blog-items.grid-mode {
		display: block;
	}

	.list-items.blog-items.grid-mode > li {
		display: block;
		margin: 0 0 20px 0;
		width: 100%;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Blog Comments --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.blog-comment-item {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.blog-comment-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.blog-comment-item.inactive {
	opacity: .5;
	border-left: 5px solid #333;
	padding-left: 15px;
}

.blog-comment-item.inactive:hover {
	opacity: 1;
}

.blog-comment-item .blog-comment-author-and-date-wrap {
	margin-bottom: 5px;
}

.blog-comment-item .blog-comment-author-and-date-wrap .blog-comment-author-info {
	display: inline-block;
	font-weight: 700;
}

.blog-comment-item .blog-comment-author-and-date-wrap .blog-comment-author-info .blog-comment-author-parent-name {
	background: url(/images/shared/arrow-right-solid.svg) 0 50% no-repeat;
	background-size: 10px auto;
	display: inline-block;
	margin-left: 2px;
	padding-left: 15px;
	color: #687a86;
	font-size: 12px;
}

.blog-comment-item .blog-comment-author-and-date-wrap .blog-comment-date {
	color: #656c7a;
	display: inline-block;
}

.blog-comment-item .blog-comment-author-and-date-wrap .blog-comment-date .blog-comment-date-bullet {
	display: inline-block;
	margin-left: 5px;
}

.blog-comment-item .blog-comment-body {
	line-height: 21px;
	margin-bottom: 5px;
}

.blog-comment-item .blog-comments-actions-wrap {
	color: #656c7a;
	font-size: 12px;
}

.blog-comment-item .blog-comments-actions-wrap .blog-comment-action-bullet {
	display: inline-block;
	margin: 0 5px;
}

.blog-comment-item .blog-comments-actions-wrap a {
	color: #656c7a;
	display: inline-block;
}

.blog-comment-item.show-comments-form > .blog-comments-actions-wrap a.reply-link {
	color: #000;
	font-weight: 700;
}

.blog-comment-item .blog-comments-actions-wrap a:hover {
	color: #000;
}

.blog-comment-item .blog-comments-actions-wrap a:last-child {

}

.blog-comment-item .comment-children {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-top: 20px;
	margin-left: 50px;
	padding-top: 20px;
}

.blog-comment-item .blog-comment-form-wrap {
	margin-left: 50px;
	padding-top: 10px;
}

.show-comments-form > .parent-comment-comment-form-container .blog-comment-form-wrap {
	display: block;
}

.blog-comment-form-wrap form {

}

.blog-comment-form-wrap .field-wrap {
	margin-bottom: 5px;
}

.blog-comment-form-wrap .field-wrap label {
	display: none;
}

.blog-comment-form-wrap .field-wrap input,
.blog-comment-form-wrap .field-wrap textarea {
	box-sizing: border-box;
	max-width: 100%;
	width: 400px;
}

.blog-comment-form-wrap .field-wrap textarea {
	height: 100px;
}

.blog-comment-form-wrap .submit-wrap {

}

.blog-comment-form-wrap .submit-wrap .button {

}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Resources ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.resource-page-upper-filter-wrap {

}

.resource-page-upper-filter-form {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}

.resource-page-upper-filter-form .section-filter-wrap,
.resource-page-upper-filter-form .text-search-wrap,
.resource-page-upper-filter-form .submit-wrap {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.resource-page-upper-filter-form .submit-wrap {
	margin-right: 0;
}

.resource-page-upper-filter-form .section-filter-wrap select,
.resource-page-upper-filter-form .text-search-wrap input {
	min-width: 200px;
}

.list-items .list-item.resource-item .file-wrap {
	background-position: 8px 50%;
	background-repeat: no-repeat;
	min-height: 46px;
	padding: 10px 0 0 68px;
}

.list-items .list-item.resource-item h2.title {
	margin-bottom: 3px;
}

.list-items .list-item.resource-item h3.date {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.list-items .list-item.resource-item .content {
	padding: 0 11px;
	float: none;
	width: auto;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Grid Image Links ------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.grid-filters-wrap {
	float: right;
	margin: 0 0 15px;
}

@media screen and (min-width: 1024px) {
	.grid-filters-wrap {
		margin: -25px 0 20px;
	}
}

@media screen and (min-width: 1300px) {
	.grid-filters-wrap {
		margin: -35px 0 25px;
	}
}

.image-grid-link-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.image-grid-link-items li,
.image-grid-link-items .element-item,
.image-grid-link-items .grid-sizer {
	border: 0;
	box-sizing: border-box;
	float: left;
	opacity: 0;
	padding: 0 10px;
	margin-bottom: 25px;
	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	width: calc(100% * 1/3);
}

.image-grid-link-items li {
	opacity: 1;
}

.image-grid-link-items .grid-sizer {
	position: absolute;
	width: calc(100% * 1/3);
}

.image-grid-link-items .gutter-sizer {
	position: absolute;
}


@media only screen and (max-width: 750px) {
	.image-grid-link-items .element-item,
	.image-grid-link-items .grid-sizer {
		width: 50%;
	}
}

@media only screen and (max-width: 400px) {
	.image-grid-link-items .element-item,
	.image-grid-link-items .grid-sizer {
		padding: 0;
		width: 100%;
	}
}


.image-grid-link-items.loaded .element-item {
	opacity: 1;
}

.image-grid-link-items .list-item.image-link-grid-item .image-wrap {
	background: #f5f5f5 50% 50% no-repeat;
	background-size: cover;
	display: block;
	height: 0;
	padding-top: 60%;
}

.image-grid-link-items .list-item.image-link-grid-item .image-wrap img {
	display: none;
	margin: 0 auto;
	max-width: 100%;
}

.image-grid-link-items .list-item.image-link-grid-item .title-link-wrap {
	background: #d7d7d7;
	display: block;
	position: relative;
}

.image-grid-link-items .list-item.image-link-grid-item .title {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.image-grid-link-items a.list-item.image-link-grid-item .title {
	width: 75%;
}

.image-grid-link-items a.list-item.image-link-grid-item .link.button {
	bottom: 0;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 25%;
}

.image-grid-link-items a.list-item.image-link-grid-item .cb {
	clear: both;
	display: block;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Member Directory ------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.member-directory-filter-wrap {
	border-bottom: 1px solid #c6c6c6;
	margin: 0 0 20px;
}

.member-directory-filter-wrap form.category-and-window select {
	width: 45%;
}

.member-directory-items {
	margin-left: -10px;
	margin-right: -10px;
}

.member-directory-items:after {
	clear: both;
	content: '';
	display: table;
}

.member-directory-items .member-directory-item {
	border: 0;
	box-sizing: border-box;
	float: left;
	margin: 0 0 30px 0;
	overflow: hidden;
	padding: 0 10px;
	vertical-align: top;
}

.member-directory-items .member-directory-item .image {
	background: #f5f5f5 url(../images/shared/member-no-photo.jpg) 0 0 no-repeat;
	display: inline-block;
	height: 250px;
	width: 200px;
	overflow: hidden;
}

.member-directory-items .member-directory-item .image img {
	height: 100%;
	width: 100%;
}

.member-directory-items .member-directory-item .info {
	background: #f5f5f5;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.member-directory-items .member-directory-item .info * {
	margin: 0 0 10px;
}

.member-directory-items .member-directory-item .info *:last-child {
	margin-bottom: 0;
}

.page-type-10 a.fr.small-action-button {
	margin: 0 0 15px;
}

.member-directory-items .member-directory-item .info h2.title {
	font-size: 16px;
	padding: 0;
}

.member-directory-items .member-directory-item .info a {
	font-weight: bold;
}

.member-directory-items .member-directory-item .image {
	height: auto;
	width: 100%;
}

.member-directory-items .member-directory-item .info {
	margin-left: 0;
	min-height: auto;
	width: 100%;
}

.detail-page.member-directory {
	clear: both;
}

.detail-page.member-directory .image-column .image {
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
}

.detail-page.member-directory .image-column .image img {
	display: block;
	width: 100%;
}

.detail-page.member-directory .image-column a.button {
	display: block;
	text-align: center;
	width: auto;
}

.detail-page.member-directory .info-column h2.title {
	color: #2c2c2c;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.detail-page.member-directory .info-column h3 {
	background: #555555;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	margin: 0;
	padding: 0 10px;
}

@media screen and (min-width: 900px) {
	.member-directory-items .member-directory-item {
		display: flex;
		flex-wrap: nowrap;
        padding: 0 10px;
        width: 50%;
    }

	.member-directory-items .member-directory-item .info {
		margin-left: 6px;
		min-height: 105px;
		padding: 10px;
		width: calc(100% - 206px);
	}
}

@media screen and (min-width: 768px) {
	.detail-page.member-directory .image-column {
		float: left;
		margin-right: 15px;
		width: 300px;
	}

	.detail-page.member-directory .info-column {
		float: left;
		width: calc(100% - 315px);
	}
}

@media screen and (max-width: 550px) {
	.member-directory-items {
		margin-left: 0;
		margin-right: 0;
	}

    .member-directory-items .member-directory-item {
        padding: 0;
        width: 100%;
    }

	.page-type-10 a.fr.small-action-button {
		display: block;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Job Board ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.job-board-filter-wrap {
	text-align: center;
}

.job-board-filter-wrap .filter-wrap {
	box-sizing: border-box;
	float: left;
	padding-right: 10px;
	text-align: left;
	width: 20%;
}

.job-board-filter-wrap.col-4 .filter-wrap {
	width: 25%;
}

.job-board-filter-wrap.col-3 .filter-wrap,
.job-board-filter-wrap.col-2 .filter-wrap,
.job-board-filter-wrap.col-1 .filter-wrap {
	width: calc(100% * 1/3);
}

.job-board-filter-wrap.col-2 .filter-wrap:last-child {
	float: right;
}

.job-board-filter-wrap .filter-wrap select {
	box-sizing: border-box;
	float: none;
	height: 40px;
	width: 100%;
}

.job-board-filter-wrap .filter-wrap:last-child {
	padding: 0;
}

.job-count-wrap {
	border-bottom: 1px solid #cccccc;
	display: none;
	margin: 15px 0;
	padding-bottom: 15px;
	text-align: center;
}

.job-board-items {
	margin-top: 15px;
}

.job-board-items .list-item {
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	border: 0;
	margin: 0 0 15px 0;
	line-height: 140%;
	padding: 0;
}

.job-board-items.job-detail-page .list-item {
	margin-bottom: 20px;
	padding: 10px;
	position: relative;
}

.job-board-items.job-detail-page .list-item.has-job-id {
	padding-left: 130px;
}

.job-board-items .list-item a {
	background-color: #ffffff;
	display: block;
	min-height: 30px;
	padding: 10px 120px 10px 10px;
	position: relative;
	text-decoration: none;
}

.job-board-items .list-item a:hover {
	background-color: #f9f9f9;
	text-decoration: none;
}

.job-board-items .list-item.has-job-id a {
	padding-left: 130px;
}

.job-board-items .list-item .title {
	font-size: 110%;
	font-weight: bold;
	margin-top: 4px;
}

.job-board-items .list-item .job_id {
	background: #333333;
	bottom: 10px;
	color: #ffffff;
	float: left;
	font-size: 13px;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	width: 105px;
}

.job-board-items .list-item .job_id .inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.job-board-items .list-item .info > div {
	display: inline-block;
	font-size: 90%;
	margin-right: 30px;
}

.job-board-items .list-item .info > div .field-label {
	color: #797979;
	font-weight: bold;
}

.job-board-items .list-item .view-details-icon.button {
	cursor: pointer;
	display: block;
	height: 32px;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 32px;
	margin: -16px 0 0 0;
	padding: 0;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 100px;
}

@media screen and (max-width:890px) {
	.job-board-filter-wrap.col-5 .filter-wrap,
	.job-board-filter-wrap.col-4 .filter-wrap {
		float: none;
		display: inline-block;
		margin-bottom: 15px;
		vertical-align: middle;
		width: 30%;		
	}
}

@media screen and (max-width:600px) {
	.job-board-filter-wrap.col-5 .filter-wrap,
	.job-board-filter-wrap.col-4 .filter-wrap,
	.job-board-filter-wrap.col-3 .filter-wrap {
		float: none;
		display: inline-block;
		margin-bottom: 15px;
		vertical-align: middle;
		width: 48%;		
	}
	
	.job-board-filter-wrap.col-5 .filter-wrap:last-child {
		width: 80%;
	}	

	.job-board-items .list-item a,
	.job-board-items .list-item.has-job-id a {
		padding: 10px 120px 10px 10px;
	}
	
	.job-board-items .list-item.has-job-id a {
		padding-top: 50px;
	}
	
	.job-board-items .list-item.has-job-id .view-details-icon.button {
		margin-top: 0px;
	}
	
	.job-board-items .list-item .job_id {
		bottom: auto;
		height: 30px;
		left: 10px;
		right: 10px;
		top: 10px;
		width: auto;
	}

	.job-board-items.job-detail-page .list-item,
	.job-board-items.job-detail-page .list-item.has-job-id {
		padding: 10px;
		text-align: center;
	}

	.job-board-items.job-detail-page .list-item.has-job-id {
		padding-top: 50px;
	}

	.job-board-items .list-item .title {
		margin-bottom: 5px;
	}

	.job-board-items .list-item .info > div {
		display: block;
		margin: 0;
	}
}

.view-details-icon span {
	background: #ffffff;
	left: 50%;
	position: absolute;
	top: 50%;
}

.view-details-icon .l {
	height: 12%;
	margin: -6% 0 0 -20%;
	width: 40%;
}

.view-details-icon .t {
	height: 40%;
	margin: -20% 0 0 -6%;
	width: 12%;
}

.job-board-items .list-item .expand {
	background: #ececec url(../images/shared/blue-arrow-down.png) 0 0 no-repeat;
	color: #323232;
	display: none;
	font-size: 10px;
	height: 21px;
	line-height: 21px;
	margin: 10px 0;
	padding: 0 0 0 36px;
	text-transform: uppercase;
}

.job-board-items .list-item .expand.on {
	background-image: url(../images/shared/blue-arrow-up.png);
}

.job-board-items .list-item .more-info {
	display: none;
}

.job-form-wrap {
	margin-top: 30px;
	border-top: 8px solid #efefef;
	padding-top: 30px;
}

form.job-form {
	max-width: 800px;
}

form.job-form .field-wrap input.normal {
	box-sizing: border-box;
	width: 100%;
}

.job-form-wrap .submit-wrap {
	clear: both;
}

@media screen and (min-width: 768px) {
	form.job-form .field-wrap {
		float: left;
		width: 47%;
	}

	form.job-form .field-wrap:nth-child(2n+1) {
		float: right;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Search Page ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.search-page-form-wrap .results-found {
	border-bottom: 1px solid #c6c6c6;
	clear: both;
	font-weight: bold;
	padding: 20px 0;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Info Table (used on member detail, job boards) ------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.info-table {
	border-collapse: collapse;
	margin: 0 0 10px 0;
	width: 100%;
}

.info-table th {
	color: #555555;
	font-weight: bold;
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	width: 100px;
}

.info-table th.full {
	width: auto;
}

.info-table td {
	padding: 6px 10px;
	vertical-align: top;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Chosen Select Replacement --------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* @group Base */
.chosen-container {
	*display: inline;
	-moz-user-select: none;
	-webkit-user-select: none;
	display: inline-block;
	font-size: 13px;
	position: relative;
	user-select: none;
	vertical-align: middle;
	zoom: 1;
}

.chosen-container .chosen-drop {
	background: #fff;
	border-top: 0;
	border: 1px solid #aaa;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	left: -9999px;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1010;
}

.chosen-container.chosen-drop-up .chosen-drop {
	bottom: 100%;
	top: auto;
}

.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
}

.chosen-container a {
	cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
	background-clip: padding-box;
	background-color: #fff;
	background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	border-radius: 5px;
	border: 1px solid #aaa;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	display: block;
	height: 23px;
	line-height: 24px;
	overflow: hidden;
	padding: 0 0 0 8px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.chosen-container-single .chosen-default {
	color: #999;
}

.chosen-container-single .chosen-single span {
	display: block;
	margin-right: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
	background: url('/js/jquery/jquery.chosen/chosen-sprite.png') -42px 1px no-repeat;
	display: block;
	font-size: 1px;
	height: 12px;
	position: absolute;
	right: 26px;
	top: 6px;
	width: 12px;
}

.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
}

.chosen-container-single .chosen-single div b {
	background: url('/js/jquery/jquery.chosen/chosen-sprite.png') no-repeat 0px 2px;
	display: block;
	height: 100%;
	width: 100%;
}

.chosen-container-single .chosen-search {
	margin: 0;
	padding: 3px 4px;
	position: relative;
	white-space: nowrap;
	z-index: 1010;
}

.chosen-container-single .chosen-search input[type="text"] {
	background: url('/js/jquery/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px;
	background: white url('/js/jquery/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px;
	border-radius: 0;
	border: 1px solid #aaa;
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 1em;
	height: auto;
	line-height: normal;
	margin: 1px 0;
	outline: 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
}

.chosen-container-single .chosen-drop {
	background-clip: padding-box;
	border-radius: 0 0 4px 4px;
	margin-top: -1px;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	left: -9999px;
	position: absolute;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
	-webkit-overflow-scrolling: touch;
	margin: 0 4px 4px 0;
	max-height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 0 0 4px;
	position: relative;
}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	-webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}

.chosen-container .chosen-results li.no-results {
	display: list-item;
	background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
	cursor: default;
	display: list-item;
	font-weight: bold;
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border: 1px solid #b9b9b9;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
	box-sizing: border-box;
	cursor: text;
	height: 1%;
	height: auto !important;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	background: transparent;
	border-radius: 0;
	border: 0 !important;
	box-shadow: none;
	color: #666;
	font-family: sans-serif;
	font-size: 100%;
	height: 25px;
	line-height: normal;
	margin: 1px 0;
	outline: 0;
	padding: 5px;
}

.chosen-container-multi .chosen-choices li.search-field .default {
	color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
	background-clip: padding-box;
	background-color: #e4e4e4;
	background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	border-radius: 3px;
	border: 1px solid #aaa;
	box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	cursor: default;
	line-height: 13px;
	margin: 3px 0 3px 5px;
	padding: 3px 20px 3px 5px;
	position: relative;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background: url('/js/jquery/jquery.chosen/chosen-sprite.png') -42px 1px no-repeat;
	display: block;
	font-size: 1px;
	height: 12px;
	position: absolute;
	right: 3px;
	top: 4px;
	transition: none;
	width: 12px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}


/* @group Active  */
.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
	color: #111 !important;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
	.chosen-container-single .chosen-single abbr,
	.chosen-container-single .chosen-single div b,
	.chosen-container-single .chosen-search input[type="text"],
	.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
	.chosen-container .chosen-results-scroll-down span,
	.chosen-container .chosen-results-scroll-up span {
		background-image: url('/js/jquery/jquery.chosen/chosen-sprite@2x.png') !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Forms ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.form-section {
	margin-bottom: 40px;
}

.form {
	margin-bottom: 5px;
	width: 100%;
}

.form tr td {
 	vertical-align: top;
}

.form tr td input,
.form tr td select,
.form tr td textarea {
	padding: 5px;
}

.form tr td input.phone {
	width: auto;
}

.form tr td .button {
	padding: 0 15px;
	width: auto;
}

.form label {
	color: #555555;
}

label em {
	color: red;
	font-style: normal;
	font-weight: bold;
	padding-left: 2px;
}

input, select, textarea {
	border: 1px solid #b9b9b9;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
	box-sizing: border-box;
	max-width: 100%;
	outline: none;
	padding: 5px;
}

input[type="text"], 
select, 
textarea {
	max-width: 370px;
	width: 100%;
}

input[type="file"] {
	font-size: inherit;
}

.feedback-form-wrap.fl,
.feedback-form-wrap.fr,
.driving-directions-wrap.fl,
.driving-directions-wrap.fr {
	width: 45%;
}

form .field-wrap {
	margin: 0 0 10px 0;
}

form .field-wrap label {
	display: block;
	margin: 0 0 6px 0;
}

form .field-wrap input[type=text],
form .field-wrap select,
form .field-wrap textarea {
	max-width: 370px;
	width: 100%;
}

input[type=text].monetary-only.usd-field {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAA5CAYAAABXoymnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGvmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTAyLTEzVDEyOjM5OjE4LTA2OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wMi0xM1QxMjo0MjoxOC0wNjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wMi0xM1QxMjo0MjoxOC0wNjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpiMTExYTIwZi00MTZhLTBlNDEtYTgwZS05ZmZjZDZkMzBkNDciIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo0YTZmZDkxOS1kNWZkLTNmNDEtYjBiMy1kN2UxOGM3ODMyZTIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkYmNlNDA4ZC1kZmJiLTRhNDctYjhhZS0wY2M4NmIzYWNhMTgiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmRiY2U0MDhkLWRmYmItNGE0Ny1iOGFlLTBjYzg2YjNhY2ExOCIgc3RFdnQ6d2hlbj0iMjAyMC0wMi0xM1QxMjozOToxOC0wNjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjOGI2NTcyMi0wMWM1LTY4NGEtYWI3OC1jYjdmNjU1MjdiZDYiIHN0RXZ0OndoZW49IjIwMjAtMDItMTNUMTI6NDI6MTUtMDY6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YjExMWEyMGYtNDE2YS0wZTQxLWE4MGUtOWZmY2Q2ZDMwZDQ3IiBzdEV2dDp3aGVuPSIyMDIwLTAyLTEzVDEyOjQyOjE4LTA2OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Z4efawAAA75JREFUWIXV2VloXVUUBuCvtxeLU1Fbi9bZNo6IGpUqDtQxJipV+iCIA4gjFgesUMUqOCBS1AeRoFCUik8GFesQgoiIiq2IPohTEcHYGimxaltra4g+rHPrtebsu09uovSHvGT9Z63/rrP3WmvvM6W7u1sFnI17M3hX4Mcch/Uq0dGBczJ4e+YKqFUU8Gsm749ch1UFTDh2OgHbMnkjkyUg1/FQrsOcXbAHLsFZ6Mr0+xoG8Cq+SRGnJOrALrgHN2NWZuCx8BSWYsNYxrJXsBBf4/42g8Mt+BKX5gp4AH04pM3AzZiFl3FTKwHLRLomC70iu9vRvAivwuJMR6vwOYaxBbtjf5wsynUKfZiNH5oF1PFciwc34GGxstckePOxRHrHLEcPf7+CO6VrwluYg8daBId3cCEeTXC6cVCzgGsS5G9xvpJtlMASrE7Yb2sImIkjEsQ7KgZuxl0J2/yGgE5MLSFtwRttCHhXef84HtNqmJ5wsEmF3l6Cr0r+X8fcehGkDHuLXpDitEJP4WNH1DBYx8cYNfYuqON2PNSGgO9TxhrWS2+tB3FaGwKSaPzqvha8D0QmJnyCajh8JIP7hOjti3DARAmY2tHRQaz0YUV5TGCvgrNI1Px9sA6b2xVAVK3Dxf5s+VzBW1CIuaAQ9LOiyYxHALwi0ntSBR91MTuciRtFV90Pv4jsJDHWorqhcDTetM7B3fgI74ksVRIAz+BIPDtOEQ2cLrLajxOqCIC1uBYn4mmR0vGiC5+I9fIP7LgGxsKQGLN7xSQ0Kma8scprK/QUz25vcDkCGtgqptuX8GQhakh0u30xLdPPKdhVDDnJc0EVzBDD5mViGsrBqVg1UaV1WCzcbpyBNzOeWcHknI7fF+86NeYRU1jPZB7PV+DKFpzLJ/t+4AW8nrAf819cUDyesM2uC5WdJYQufNemgNRENL2OA3FUCeHoCRAwmjLWRMMow/VtBofDEraNNaxMEBZiXpsC7kvYBmv4EF8kSG8r6WQZWCYKUxlWN3bBrQnSbqKTLRVH8Bx0ikG31XG/t7kX9Gt9CfW76O+fYVAcWLeJ5jJDjHTzcG6GyOdxdbOAaeKQcmzGw+1iLQ7FSHMh2irUp47UE4F1ohOO8O9mtLkQsXySgg/gOE3FqawUXyfWQ6pGVMEacUPWhZ+aDamb0oHi7zxcjIswt0LQ9aLG9OPFMlLViWix2NutsECMXL+1Ilb9YvJpJm8l/swhVm3HMzN5B+c63Ok+WPzvAnJn/2y/VRfhJmzM4GV/svkLX3SxHGgfMygAAAAASUVORK5CYII=') 10px 50% no-repeat; 
	background-size: 8px auto;
    padding-left: 25px;
}

form .field-wrap input.phone {
	min-width: 1px;
	margin-right: 7px;
	max-width: 100%;
	width: auto;
}

form .field-wrap.field-address .dib.smr {
	display: block;
	margin: 7px 0 0;
}

table.cms-table .button {
	margin: 15px 0;
}

div#dd-print-button {
	margin-bottom: 35px;
}

form .field-wrap input.phone:last-child {
    margin-right: 0;
}

.captcha-wrap {
	min-height: 78px;
}

#recaptcha_image {
	border: 1px solid #cccccc;
	padding: 10px 0;
}

.calendar-subscribe-overlay-content {
    box-sizing: border-box;
	padding: 45px 30px 30px;
}

.calendar-subscribe-overlay-content h2 {
	font-size: 28px;
}

@media screen and (min-width: 768px) {
	.col-3 .captcha-wrap,
	.col-5 .captcha-wrap,
	.col-4 .captcha-wrap {
		transform: scale(0.8);
		transform-origin: 0 0;
	}
}


form .field-wrap span.checkbox-wrap,
form .field-wrap span.radio-wrap {
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	display: inline-block;
	margin: 3px;
	padding: 5px 10px 5px 5px;
}

form .field-wrap span.checkbox-wrap input,
form .field-wrap span.radio-wrap input {
	width: auto;
	min-width: 1px;
	padding: 0;
	line-height: 100%;
}

form .field-wrap span.checkbox-wrap img {
	margin: -1px 4px 0 0;
	float: left; 
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	width: 20px;
}

form .field-wrap .radio-wrap label {
	cursor: pointer;
	display: block;
	padding-left: 0;
	line-height: 25px;
	min-height: 25px;
	opacity: 1;
	margin: 0;
}


form .field-wrap .checkbox-wrap label.unchecked,
form .field-wrap .radio-wrap label.unchecked,
form .field-wrap .checkbox-wrap label.checked,
form .field-wrap .radio-wrap label.checked {
	background: url(/images/shared/checkbox.svg) 0 50% no-repeat;
	cursor: pointer;
	display: block;
	padding-left: 27px;
	line-height: 25px;
	min-height: 25px;
	opacity: 1;
}

form .field-wrap span.checkbox-wrap label.checked,
form .field-wrap span.radio-wrap label.checked {
	background: url(/images/shared/checkbox-checked.svg) 0 50% no-repeat;
}

form .field-wrap span.checkbox-wrap label.unchecked:hover,
form .field-wrap span.radio-wrap label.unchecked:hover,
form .field-wrap span.checkbox-wrap label.checked:hover,
form .field-wrap span.radio-wrap label.checked:hover {
	opacity: .60;
}

input.datepicker {
	background: #ffffff url(/images/shared/calendar.gif) 5px 48% no-repeat;
	padding-left: 27px;
	cursor: pointer;
}

input.datetimepicker {
	background: #ffffff url(/images/shared/calendar.gif) 5px 48% no-repeat;
	padding-left: 27px;
	cursor: pointer;
}

input.usd-field,
.form tr td input.usd-field {
	background: #fff url(/images/shared/usd.svg) 5px 50% no-repeat;
	background-size: 11px auto;
	padding-left: 22px;
}

.fa {
	margin-right: 5px;
}

.m-signature-pad {
	border: 1px solid #cccccc;
	display: inline-block;
	padding: 10px;
}

.m-signature-pad .m-signature-pad--body {
	height: 150px;
	width: 500px;
}

.m-signature-pad canvas {
	border-bottom: 2px solid #cccccc;
	height: 150px;
	width: 500px;
}

.m-signature-pad .m-signature-pad--footer {
	padding-top: 10px;
}


.m-signature-pad .m-signature-pad--footer .description {
	display: inline-block;
}

.m-signature-pad .m-signature-pad--footer .button {
	float: right;
}

.map-canvas.driving-directions > div > div,
.map-canvas.driving-directions > div > div > img {
    width: 100%!important;
}

.subscribe-long-link {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 600px) {
	.m-signature-pad .m-signature-pad--body,
	.m-signature-pad canvas {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.calendar-subscribe-overlay-content h2 {
		font-size: 21px;
	}

	.calendar-subscribe-overlay-content {
		padding: 45px 10px 10px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Form Builder Goals Graphics ------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* ----------- */
/* Donut Chart */
/* ----------- */
.field-wrap.payment-goal-graphic-field-wrap {
	display: inline-block;
	margin-bottom: 30px;
	text-align: center;
}

.field-wrap.payment-goal-graphic-field-wrap label {
	display: none;
}

.payment-goal-donut-chart-animation-wrap {
	align-items: center;
	display: inline-flex;
	position: relative;
}

.payment-goal-donut-chart-middle-text {
	position: absolute;
	text-align: center;
	font-size: 90%;
	width: 100%;
}

.payment-goal-donut-chart-middle-text strong {
	display: block;
	font-size: 160%;
}

.payment-goal-donut-chart-animation-wrap svg {
	transform: rotate(-90deg);
	height: 160px;
	width: 160px;
}

.payment-goal-donut-chart-circle1,
.payment-goal-donut-chart-circle2 {
	stroke: #f2f2f2;
	stroke-width: 20px;
	cy: 50%;
	cx: 50%;
	r: 43.66061875%;
}

.payment-goal-donut-chart-circle2 {
	stroke: #df5d5d;
}							

.current-progress-25 .payment-goal-donut-chart-circle2 {
	stroke: #d7c36c;
}

.current-progress-50 .payment-goal-donut-chart-circle2 {
	stroke: #d7c36c;
}

.current-progress-75 .payment-goal-donut-chart-circle2 {
	stroke: #56e0d0;
}

.current-progress-100 .payment-goal-donut-chart-circle2 {
	stroke: #54e075;
}

.payment-goal-donut-chart-circle2 {
	stroke-dasharray: calc(3.14159265358979 * (160px - 20px)); /* (formula is: (pi * (width - stroke width)) */
	stroke-dashoffset: calc(3.14159265358979 * (160px - 20px));
	animation: payment-goal-donut-chart-circle-animation 1s ease-out forwards;
}

.payment-goal-description-details {
	display: block;
}

/* -------------- */
/* Horizontal Bar */
/* -------------- */
.field-wrap.payment-goal-graphic-field-wrap.horizontal-bar {
	display: block;
	text-align: left;
}

.horizontal-bar .payment-goal-line-chart-animation-wrap {
	align-items: center;
	background: #ebebeb;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
	height: 40px;
	max-width: 800px;
	overflow: hidden;
	padding: 0 0 0 15px;
	position: relative;
	width: 100%;
}

.horizontal-bar .payment-goal-line-chart-middle-text {
	animation: payment-goal-horizontal-line-circle-animation 1s ease-out forwards;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	padding-right: 25px;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
	width: 0;
	z-index: 1;
}

.horizontal-bar .current-progress-0 .payment-goal-line-chart-middle-text {
	color: inherit;
	min-width: 100%;
	padding: 0;
	text-align: center;
}

@media (max-width: 760px) {
	.horizontal-bar .payment-goal-line-chart-middle-text {
		color: inherit;
		min-width: 100%;
		padding: 0;
		text-align: center;
	}
}

.horizontal-bar .payment-goal-line-chart-middle-text strong:after {
	content: ' ';
}

.horizontal-bar .payment-goal-line-current-progress-line {
	animation: payment-goal-horizontal-line-circle-animation 1s ease-out forwards;
	background: #df5d5d;
	bottom: 0;
	border-radius: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 0;
}

.current-progress-25 .payment-goal-line-current-progress-line {
	background: #d7c36c;
}

.current-progress-50 .payment-goal-line-current-progress-line {
	background: #56e0d0;
}

.current-progress-75 .payment-goal-line-current-progress-line {
	background: #54e075;
}

.horizontal-bar .payment-goal-description {
	margin-top: 10px;
}

.horizontal-bar .payment-goal-days-remaining {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #333;
}


/* ------------ */
/* Vertical Bar */
/* ------------ */
.field-wrap.payment-goal-graphic-field-wrap.vertical-bar {
	align-items: flex-end;
	display: inline-flex;
	text-align: left;
}

.vertical-bar .payment-goal-line-chart-animation-wrap {
	background: #ebebeb;
	border-radius: 20px;
	display: flex;
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 40px;
}

.vertical-bar .payment-goal-line-current-progress-line {
	animation: payment-goal-vertical-line-circle-animation 1s ease-out forwards;
	border-radius: 20px;
	bottom: 0;
	left: 0;
	height: 0;
	position: absolute;
	right: 0;
	z-index: 0;
}

.vertical-bar .payment-goal-description {
	padding-left: 20px;
}

.vertical-bar .payment-goal-line-chart-middle-text {
	border-bottom: 4px solid #ebebeb;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.vertical-bar .payment-goal-line-chart-middle-text {
	font-weight: bold;
	text-transform: uppercase;
}

.vertical-bar .payment-goal-line-chart-middle-text strong {
	display: block;
	font-size: 150%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Galleries ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.list-item.gallery-item .social-share-links {
	display: none;
}

#slideshow-wrapper {
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

#slideshow {
	text-align: center;
}

#slideshow .slide {
	width: 100%;
	text-align: center;
}

#slideshow img {
	height: 100%;
}

#thumbs {
	background: black;
	display: none;
	height: 80px;
	margin-top: -85px;
	overflow: hidden;
	opacity: .8;
	padding: 3px;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

#thumbs a {
	background: #000000;
	display: block;
	float: left;
	height: 80px;
	margin-right: 3px;
	overflow: hidden;
	width: 100px;
}

#thumbs a span {
	display: block;
	height: 80px;
	overflow: hidden;
	width: 100px;
}

#thumbs a.selected span {
	border: 3px solid white;
	width: 94px;
	height: 74px;
}

#thumbs a img {
	width: 125%;
}

#thumbs a:hover img {
	opacity: .4;
}

#next,
#prev {
	background: url(/images/shared/next-arrow.png) 0 0 no-repeat;
	display: none;
	height: 66px;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -33px 0 0 0;
	width: 32px;
	z-index: 99;
}

#prev {
	background: url(/images/shared/prev-arrow.png) 0 0 no-repeat;
	left: 0;
	right: auto;
}

#next:hover,
#prev:hover {
	display: block;
	opacity: 1;
}

.gallery-item h3 {
	border-bottom: 0;
}

.gallery-item .image {
	background: #cccccc;
	display: block;
	float: left;
	height: 130px;
	overflow: hidden;
	text-align: center;
	width: 194px;
}

.gallery-item .image img {
	width: 100%;
}

.gallery-item .info {
	float: left;
	padding: 0 0 0 20px;
}

.gallery-item .info .title {
	display: block;
	padding: 0 0 5px 0;
}

.content-box-slideshow-wrap {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Gallery - Embedded ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.embedded-gallery {
	position: relative;
}

.embedded-gallery .prev-arrow,
.embedded-gallery .next-arrow {
	background: url(/images/shared/prev-arrow.svg) 0 0 no-repeat;
	height: 48px;
	left: 15px;
	margin: -24px 0 0 0;
	opacity: 0.4;
	position: absolute;
	top: 50%;
	width: 29px;
	z-index: 500;
}

.embedded-gallery .prev-arrow:hover,
.embedded-gallery .next-arrow:hover {
	opacity: 1;
}

.embedded-gallery .prev-arrow span,
.embedded-gallery .next-arrow span {
	display: none;
}

.embedded-gallery .next-arrow {
	background: url(/images/shared/next-arrow.svg) 0 0 no-repeat;
	left: auto;
	right: 15px;
}

.embedded-gallery .stage {
	border: none;
	width: 100%;
}

.embedded-gallery .slide {
	height: auto;
	max-width: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.embedded-gallery .slide.placeholder {
	position: static;
}

.embedded-gallery .slide.current.no-slideshow {
	display: block;
}

.embedded-gallery .slide .image {
	text-align: center;
}

.embedded-gallery .slide .image img {
	height: auto;
	max-width: 100%;
}

.slide.placeholder,
.embedded-gallery .stage .placeholder {
    visibility : hidden;
}


.embedded-gallery .slide .caption {
	background: url(/images/shared/semi-transparent-caption-background.png);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	bottom: 0;
	color: #000000;
	left: 0;
	padding: 20px;
	position: absolute;
	right: 0;
}

.embedded-gallery-nav-wrapper,
.embedded-gallery-nav,
.embedded-gallery-nav li a {
	height: 80px;
}

.embedded-gallery-nav-wrapper {
	margin: 10px 0 20px 0;
	overflow: auto;
	padding: 0 1%;
	position: relative;
	width: 98%;
}

.embedded-gallery-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

.embedded-gallery-nav li {
	float: left;
	padding: 0 5px 10px 5px;
	position: absolute;
}

.embedded-gallery-nav li a {
	display: block;
	float: left;
	overflow: hidden;
	width: 120px;
}

.embedded-gallery-nav li a img {
	opacity: .5;
	width: 100%;
}

.embedded-gallery-nav li.activeSlide a img,
.embedded-gallery-nav li a:hover img {
	opacity: 1;
}

.embedded-gallery.static-page-inline-gallery .slide {
	top: 0;
	bottom: 0;
}

.embedded-gallery.static-page-inline-gallery .slide .image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
}

.embedded-gallery.static-page-inline-gallery .slide.placeholder .image {
	position: static;
}

.embedded-gallery.static-page-inline-gallery .slide .image.portrait {
	background-color: #000;
	background-size: contain;
}

.embedded-gallery.static-page-inline-gallery .slide .image img {
	opacity: 0;
	max-height: 100%;
	max-width: 100%;
}

/* embedded gallery fullscreen mode */
body.has-fullscreen-inline-gallery {
	overflow: hidden;
}

.embedded-gallery-wrap .inline-gallery-fullscreen-toggle-link {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='272px' height='272px' viewBox='0 0 272 272' style='enable-background:new 0 0 272 272%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath id='ytp-id-63' class='st0' d='M0 102h34V34h68V0H0V102L0 102z'/%3E%3C/g%3E%3Cpath id='ytp-id-63_00000132063613286078899330000013733722743160841902_' class='st0' d='M0 102h34V34h68V0H0V102L0 102z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath id='ytp-id-64' class='st0' d='M170 0v34h68v68h34V0H170L170 0z'/%3E%3C/g%3E%3Cpath id='ytp-id-64_00000085956972495077682720000006147324541615078307_' class='st0' d='M170 0v34h68v68h34V0H170L170 0z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath id='ytp-id-65' class='st0' d='M238 238h-68v34h102V170h-34V238L238 238z'/%3E%3C/g%3E%3Cpath id='ytp-id-65_00000164491917947713937740000010406101780643456698_' class='st0' d='M238 238h-68v34h102V170h-34V238L238 238z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath id='ytp-id-66' class='st0' d='M34 170H0v102h102v-34H34V170L34 170z'/%3E%3C/g%3E%3Cpath id='ytp-id-66_00000021112059619842446830000016199970098420168085_' class='st0' d='M34 170H0v102h102v-34H34V170L34 170z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	bottom: 20px;
	color: transparent;
	font-size: 0;
	height: 25px;
	position: absolute;
	right: 20px;
	text-indent: -9999px;
	width: 25px;
	z-index: 1000;
}

@media (min-width: 1024.5px) {
	.embedded-gallery-wrap .inline-gallery-fullscreen-toggle-link {
		opacity: 0;
		transition: opacity 0.2s linear, transform 0.2s ease;
	}

	.embedded-gallery-wrap:hover .inline-gallery-fullscreen-toggle-link {
		opacity: 1;
	}

	.embedded-gallery-wrap .inline-gallery-fullscreen-toggle-link:hover {
		opacity: 1;
		transform: scale(1.05);
	}
}

.embedded-gallery-wrap.fullscreen-mode .inline-gallery-fullscreen-toggle-link {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='272px' height='272px' viewBox='0 0 272 272' style='enable-background:new 0 0 272 272%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath id='ytp-id-71' class='st0' d='M68 68H0v34h102V0H68V68L68 68z'/%3E%3C/g%3E%3Cpath id='ytp-id-71_00000003794760405310887880000002199410379959137187_' class='st0' d='M68 68H0v34h102V0H68V68L68 68z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath id='ytp-id-72' class='st0' d='M204 68V0h-34v102h102V68H204L204 68z'/%3E%3C/g%3E%3Cpath id='ytp-id-72_00000132061666958096868910000007878237581382275261_' class='st0' d='M204 68V0h-34v102h102V68H204L204 68z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath id='ytp-id-73' class='st0' d='M170 272h34v-68h68v-34H170V272L170 272z'/%3E%3C/g%3E%3Cpath id='ytp-id-73_00000181791083098170809990000003480920164452267954_' class='st0' d='M170 272h34v-68h68v-34H170V272L170 272z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath id='ytp-id-74' class='st0' d='M0 204h68v68h34V170H0V204L0 204z'/%3E%3C/g%3E%3Cpath id='ytp-id-74_00000069385615196460701520000014756539919814264986_' class='st0' d='M0 204h68v68h34V170H0V204L0 204z'/%3E%3C/g%3E%3C/svg%3E");
}

.embedded-gallery-wrap.fullscreen-mode {
	background: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 5000;
}

.embedded-gallery-wrap.fullscreen-mode .embedded-gallery,
.embedded-gallery-wrap.fullscreen-mode .stage,
.embedded-gallery-wrap.fullscreen-mode .slide {
	background: #000;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.embedded-gallery-wrap.fullscreen-mode .embedded-gallery.static-page-inline-gallery .slide .image {
	background-size: contain;
}

.embedded-gallery-wrap.fullscreen-mode .has-embedded-gallery-nav .slide .image {
	bottom: 120px;
	height: calc(100% - 120px);
}

.embedded-gallery-wrap.fullscreen-mode .embedded-gallery-nav-wrapper {
	background: #000;
	bottom: 0;
	left: 0;
	padding-top: 20px;
	position: fixed;
	right: 0;
	z-index: 999;
}

.inline-gallery-fullscreen-mode-message {
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	left: 50%;
	opacity: 0;
	padding: 10px 30px;
	pointer-events: none;
	position: absolute;
	top: 50px;
	transform: translateX(-50%);
	z-index: 1000;
}

.inline-gallery-fullscreen-mode-message span {
	border: 1px solid #fff;
	display: inline-block;
	margin: 0 5px;
	padding: 10px;
	vertical-align: middle;
}

.embedded-gallery-wrap.fullscreen-mode .inline-gallery-fullscreen-mode-message {
	animation: inline_gallery_fullscreen_mode_message_anim 4.5s linear forwards;
}

@keyframes inline_gallery_fullscreen_mode_message_anim {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	85% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Gallery - Mosaic/Grid ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.embedded-mosaic-gallery {
	opacity: 0;
	transition: opacity 1s ease;
}

.embedded-mosaic-gallery.images-loaded {
	opacity: 1;
}


.embedded-mosaic-gallery .gutter-sizer {
	width: 1%;
}

.embedded-mosaic-gallery .grid-sizer,
.embedded-mosaic-gallery .slide {
	width: 32.666%;
}

@media screen and (max-width: 700px) {
	.embedded-mosaic-gallery .gutter-sizer {
		width: 2%;
	}

	.embedded-mosaic-gallery .grid-sizer,
	.embedded-mosaic-gallery .slide {
		width: 49%;
	}
}

@media screen and (max-width: 400px) {
	.embedded-mosaic-gallery .grid-sizer,
	.embedded-mosaic-gallery .slide {
		float: none;
		width: 100%;
	}
}

.embedded-mosaic-gallery .slide {
	float: left;
	overflow: hidden;
	margin-bottom: 12px;
	position: relative;
}

.embedded-mosaic-gallery .slide img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.embedded-mosaic-gallery.images-loaded .slide img {
	opacity: 1;
}

.embedded-mosaic-gallery.images-loaded .slide:hover a img {
	opacity: .7;
}

.embedded-mosaic-gallery .slide .caption {
	background: url(/images/shared/semi-transparent-caption-background.png);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	bottom: -100px;
	color: #000000;
	left: 0;
	padding: 5px;
	line-height: 120%;
	position: absolute;
	right: 0;
	transition: bottom 0.2s ease;
}

@media screen and (max-width: 400px) {
	.embedded-mosaic-gallery .slide .caption {
		bottom: 0;
		font-size: 85%;
	}
}


.embedded-mosaic-gallery .slide:hover .caption {
	bottom: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Main Content Side Bar ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.main-content {
	min-height: 300px;
}

.main-content:after {
    content: '';
    display: table;
    clear: both;
}

.main-content.has-side-boxes {
	float: left;
	width: 430px;
}

.side-boxes {
	float: right;
	width: 200px;
}

.side-boxes .side-box {
	background: #eeeeee;
	font-size: 90%;
	margin: 0 0 15px 0;
	padding: 10px;
}

.side-boxes .side-box img {
	max-width: 100%;
}

.side-boxes .side-box h3 {
	background: #555555;
	border-bottom: 5px solid #ffffff;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: -10px -10px 5px -10px;
	padding: 5px;
	text-align: center;
}

.side-boxes .side-box .slideshow .slide h2 {
	display: none;
}

.side-boxes .side-box .slideshow .slide .caption {
	display: none;
}

.side-boxes .side-box .slideshow .slide img {
	width: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Side-box Forms -------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.side-boxes .side-box input, 
.side-boxes .side-box select, 
.side-boxes .side-box textarea { 
	min-width: 1px;
	max-width: 90%;
	width: 90%;
}

.side-boxes .side-box #recaptcha_image {
	width: 100%;
	max-width: 100%;
	min-width: 1px;
}

.side-boxes .side-box #recaptcha_image img {
	width: 90%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Frequently Asked Questions (FAQs) Search / Accordion Styles ----------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.faq-page-upper-filter-wrap {
	margin-bottom: 15px;
}

.faq-page-upper-filter-form .section-filter-wrap,
.faq-page-upper-filter-form .text-search-wrap,
.faq-page-upper-filter-form .submit-wrap {
	display: inline-block;
	margin: 0 20px 15px 0;
	vertical-align: middle;
}

.faq-page-upper-filter-form .submit-wrap {
	margin-right: 0;
}

.faq-page-upper-filter-form .section-filter-wrap select,
.faq-page-upper-filter-form .text-search-wrap input {
	min-width: 200px;
}

@media (max-width: 800px) {
	.faq-page-upper-filter-wrap {
		margin-bottom: 30px;
	}

	.faq-page-upper-filter-form .section-filter-wrap,
	.faq-page-upper-filter-form .text-search-wrap,
	.faq-page-upper-filter-form .submit-wrap {
		display: block;
		margin: 0 0 15px;
		max-width: none;
	}

	.faq-page-upper-filter-form .section-filter-wrap select,
	.faq-page-upper-filter-form .text-search-wrap input {
		width: 100%;
	}
}

.list-items.accordion-mode-faqs > li {
	border: 0;
	margin-bottom: 40px;
	padding: 0;
}

.list-items.accordion-mode-faqs > li h2.title.question {
	cursor: pointer;
	font-size: 21px;
	font-weight: 500;
}

.list-items.accordion-mode-faqs > li h2.title.question:after {
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	content: '';
	display: inline-block;
	height: 7px;
	margin: 0 0 4px 12px;
	transform: rotate(45deg);
	width: 7px;
}

.list-items.accordion-mode-faqs > li h2.title.question.selected:after {
	margin: 4px 0 0 12px;
	transform: rotate(-135deg);
}

.list-items.accordion-mode-faqs > li h2.title.question:hover {
	opacity: .7;
}

.list-items.accordion-mode-faqs > li h2.title.question:hover:after {
	opacity: .7;
}

.list-items.accordion-mode-faqs > li .answer {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Calendar -------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.view-as-calendar {
	background: #d4d4d4;
	display: block;
	float: right;
	height: 38px;
	margin: -150px 0 0 0;
	padding: 8px 0 0 0;
	text-align: center;
	width: 110px;
}

.view-as-calendar:hover {
	background: #498fac;
}

.event-links-bar {
	background: #f1f1f1;
	height: 40px;
	line-height: 40px;
	margin: 0 0 20px 0;
}

.event-links-bar h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
    line-height: inherit;
}

.event-links-bar a.button {
	line-height: inherit;
	height: 40px;
	padding: 0 20px;
}

@media screen and (min-width: 768px) {
	.ss-embedded-full-calendar form.category-and-window ul.display-options {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 680px) {
	.event-links-bar {
		height: auto;
		text-align: center;
	}

	.calendar-detail-page .long,
	.event-links-bar .button .long {
		display: none;
	}

	.event-links-bar h3 {
		display: inline-block;
		line-height: 130%;
		margin: 0;
	}
}


.event-items > li {
	border: 0;
	padding: 0 0 15px 0;
}

.event-items > li > h2.date {
	background: #555555;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 10px 15px;
}

.event-items > li h3.title {
	color: #3f3f3f;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}

.event-items > li h4.time {
	color: #3f3f3f;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.event-items > li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.event-items > li > ul > li {
	background: #eeeeee;
	margin: 0 0 5px 0;
	min-height: 30px;
	padding: 15px 20px;
}

.event-items > li > ul > li.has-color {
	position: relative;
	padding-left: 30px;
}

.event-items > li > ul > li.has-color .event-color-bar {
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
}

form.category-and-window select,
form.category-and-window .chosen-container {
	float: left;
	padding: 4px;
	width: 60%;
}

form.category-and-window .chosen-container-multi .chosen-choices {
	padding: 5px;
} 

form.category-and-window .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 6px;
}

form.category-and-window .chosen-container-multi .chosen-choices li.search-choice {
	font-size: 80%;
	font-weight: 700;
	padding: 5px 20px 5px 10px;
}

form.category-and-window .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: auto;
	min-height: 30px;
}

form.category-and-window .text-search-wrap {
	float: right;
}

form.category-and-window ul.display-options,
form.category-and-window ul.time-window-options {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

form.category-and-window ul.display-options {
	margin-bottom: 10px;
	margin-top: -35px;
}

form.category-and-window ul.time-window-options {
	clear: right;
}

form.category-and-window ul.display-options li,
form.category-and-window ul.time-window-options li {
	float: left;
	margin-left: 8px;
}

@media only screen and (max-width: 768px) {
	form.category-and-window ul.display-options,
	form.category-and-window ul.time-window-options {
		float: none;
	}

	form.category-and-window ul.display-options {
		margin-top: 10px;
		text-align: center;
	}	

	form.category-and-window ul.display-options li {
		display: inline-block;
		float: none;
		margin: 0 10px;
	}
}

form.category-and-window ul.display-options li {
	opacity: 0.5;
	font-size: 80%;
	margin-left: 10px;
}

form.category-and-window ul.display-options li.selected,
form.category-and-window ul.display-options li:hover {
	opacity: 1;
}

form.category-and-window ul.time-window-options li a {
	background: #cecece;
	color: #ffffff;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	text-decoration: none;
}

form.category-and-window ul.time-window-options li.selected a,
form.category-and-window ul.time-window-options li:hover a {
	background: #498fac;
}

.calendar {
	width: 100%;
	border: 1px solid #dadada;
	border-left: 0px;
	font-size: 10px;
	margin: 10px 0;
}

.calendar th {
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
	background: #f7f7f7;
	background: linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
	border-left: 1px solid #dadada;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=0 );
	padding: 5px;
	text-align: left;
	text-shadow: 0 1px 0 #ffffff;
	width: 14%;
}

.calendar td {
	border-left: 1px solid #dadada;
	border-top: 1px solid #dadada;
	text-align: right;
	padding: 10px;
	vertical-align: top;
}

.calendar td .inner {
	display: block;
	min-height: 75px;
}

.calendar .weekend { background: #eaeaea; }

.calendar .empty-cell { background: #808080; }

.calendar .today { background: #ffe6e6; }

.calendar .inner > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.calendar a.event {
	background: rgba(0,0,0,.10);
	border-radius: 4px;
	display: block;
	text-align: left;
	line-height: 12px;
	text-decoration: none;
	padding: 3px;
	margin: 2px;
}

.calendar .description > p {
	display: none;
}

.calendar a.event:hover {
	background: rgba(0,0,0,.20);
}


@media screen and (max-width: 768px) {
	.sosimple-overlay {
		box-sizing: border-box;
		left: 0!important;
		margin: 0 25px!important;
		width: calc(100% - 50px)!important;
	}
}


@media screen and (max-width: 670px) {
	table.calendar th,
	table.calendar td.empty-cell {
		display: none;
	}
	
	table.calendar td {
		box-sizing: border-box;
		display: table;
		padding: 15px 0 10px 0;
		margin: 0;
		width: 100%;
	}
	
	table.calendar .inner {
		position: relative;
	}
	
	table.calendar .day-number {
		left: 10px;
		position: absolute;
		top: -8px;
	}
}

.single-ics-event-download-button {
	margin-right: 10px;
}

@media (max-width: 450px) {
	.single-ics-event-download-button {
		margin: 10px 0;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Scheduler Specific Styles --------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.scheduler-timezone-selector-wrap {
	margin: 0 0 20px 0;	
	text-align: right;
}

.scheduler-timezone-selector-wrap .label {
	margin-right: 10px;
}

.scheduler-timezone-selector-wrap select {
	max-width: 100%;
	min-width: auto;
	width: auto;
}

@media (max-width: 680px) {
	.scheduler-timezone-selector-wrap {
		text-align: center;
	}
}

.calendar-detail-page .calendar td .inner {
	min-height: 80px;
	padding-right: 5px;
	text-decoration: none;
}

@media screen and (max-width: 680px) {
	.calendar-detail-page div.inner {
		background: #efefef;
	}
}

.calendar-detail-page a.inner {
	background-color: rgba(54,142,186,.1);
	border: 6px solid rgba(54,142,186,.3);
	font-weight: bold;
	transition: all 0.15s ease;
}

.calendar-detail-page a.inner .hover {
	display: none;
}

@media screen and (min-width: 681px) {
	.calendar-detail-page a.inner:hover {
		background-color: rgba(54,142,186,.8);
		border-color: transparent;
		color: #fff;
	}

	.calendar-detail-page a.inner:hover .non-hover {
		display: none;
	}

	.calendar-detail-page a.inner:hover .hover {
		display: block;
	}
}

@media screen and (max-width: 680px) {
	.calendar-detail-page .calendar td .inner {
		min-height: 0;
		padding: 20px;
		text-align: center;
	}
}

.choose-text,k
.not-available-text {
	letter-spacing: 1px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}

.not-available-text {
	color: #cccccc;
	margin-top: 22px;
}

.calendar-detail-page .button-wrap {
	text-align: right;
}

.calendar-detail-page .schedule-time-selector,
.calendar-detail-page .calendar-title,
.calendar-detail-page .schedule-date,
.calendar-detail-page .select-a-day-heading {
	text-align: center;
}

.calendar-detail-page .schedule-time-selector {
	margin-top: 25px;
}

.timeslot-selector {
	height: 50px;
	line-height: 50px;
	margin: 0 auto 10px auto;
	max-width: 300px;
}

.timeslot-selector .button {
	border-radius: 3px;
	border: 0;
	float: right;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	padding: 0;
	width: 0;
}

.timeslot-selector.engaged .button {
	transition: all 0.2s ease;
	width: 47%;
}

.timeslot-selector.engaged .button:hover {
	background: #146994;
}

.timeslot-selector .time {
	border: 1px solid rgba(54,142,186,.8);
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
	transition: width 0.2s ease, background-color 0.2s ease;
	width: 100%;
}

.timeslot-selector.show-remaining-timeslots .time {
	height: 54px;
	line-height: 36px;
	position: relative;
}

.timeslot-selector.show-remaining-timeslots .time .slots-left-notification {
	bottom: 8px;
	font-size: 12px;
	left: 50%;
	line-height: 100%;
	position: absolute;
	transform: translateX(-50%);
	white-space: nowrap;
}

.timeslot-selector.engaged .time {
	cursor: default;
	float: left;
	width: 47%;
}

.timeslot-selector .time:hover {
	border: 2px solid rgba(54,142,186,1);
}

.timeslot-selector.engaged .time,
.timeslot-selector.engaged .time:hover {
	background: #333;
	border: 2px solid #333;
	color: #fff;
}

.calendar-detail-page .select-a-day-heading {
	font-size: 90%;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
}

.calendar-detail-page.scheduler .col.first {
	float: left;
	width: 48%;
}

.calendar-detail-page.scheduler .schedule-time-selector,
.calendar-detail-page.scheduler .calendar-title,
.calendar-detail-page.scheduler .schedule-date,
.calendar-detail-page.scheduler .select-a-day-heading {
	text-align: left;
}

.calendar-detail-page.scheduler .col.last {
	float: right;
	width: 48%;
}

.calendar-detail-page.scheduler .col.last .field-wrap input[type=text],
.calendar-detail-page.scheduler .col.last .field-wrap textarea,
.calendar-detail-page.scheduler .col.last .field-wrap select {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}

.calendar-detail-page.scheduler .col.last .field-wrap input.datepicker {
	background-position: 12px 48%;
	padding-left: 35px;
	width: auto;
}

.calendar-detail-page.scheduler .col.last .field-wrap input.phone {
	width: auto;
}

.calendar-detail-page.scheduler .col.last .field-wrap.half {
	float: left;
	width: 45%;
}

.calendar-detail-page.scheduler .col.last .field-wrap.half.last {
	float: right;
}

.calendar-detail-page .full-date {
	display: none;
}

.mobile-available-days-heading {
	display: none;
}

.mobile-only-no-availability-message {
	display: none;
}

@media screen and (max-width: 680px) {
	.mobile-available-days-heading {
		display: block;
		font-size: 15px;
		font-weight: bold;
		margin: 10px 0;
		padding: 0;
		text-align: center;
		text-transform: uppercase;
	}
	
	.mobile-only-no-availability-message {
		display: block;
		margin: 10px 0;
		padding: 0;
		text-align: center;
	}
	
	.calendar-detail-page .calendar td,
	.calendar td {
		border-bottom: 1px solid #000;
		min-height: 5px;
		padding: 20px;
	}

	.calendar-detail-page .calendar tr:last-child td:last-child,
	.calendar tr:last-child td:last-child {
		border-bottom: none;
	}
	
	.calendar-detail-page .calendar {
		border: 0;
	}

	.calendar-detail-page .calendar th,
	.calendar-detail-page .calendar td.empty-cell,
	.calendar-detail-page .calendar td.no-events {
		display: none;
	}

	.calendar-detail-page .calendar td {
		box-sizing: border-box;
		display: table;
		padding: 0;
		width: 100%;
	}

	.calendar-detail-page .short-date {
		display: none;
	}

	.calendar-detail-page .full-date {
		color: #333;
		display: inline-block;
		font-size: 12px;
	}
	
	.choose-text, .not-available-text {
		font-size: 12px;
		margin-top: 6px;
	}
	
	.not-available-text {
		color: #808080;
	}
	
	.calendar-detail-page .button-wrap {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.calendar-detail-page.scheduler .col.first,
	.calendar-detail-page.scheduler .col.last {
		float: none;
		width: auto;
	}
	
	.calendar-detail-page.scheduler .col.first {
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}


#scheduler-form {
	position: relative;
}

#form-loading {
	background: #fff url(/images/shared/loader.gif) 50% 50% no-repeat; 
	bottom: 0;
	left: 0;
	opacity:.5; 
	position: fixed; 
	right: 0;
	top: 0;
	z-index:999999;
}

/* Merged Calendar Styles */
.calendar-detail-page.combined-scheduler-view {
	display: flex;
	gap: 20px;
}

.calendars-list-filter-heading {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

.calendars-list-filter {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 140px;
}

.calendar-detail-page.combined-scheduler-view .calendar-controls-and-calendar-wrap {
	margin-left: auto;
	width: calc(100% - 170px);
}

.calendars-list-filter li:not(:last-child) {
}

.calendars-list-filter a {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 15px;
	gap: 5px;
	padding: 5px 0;
	position: relative;
	text-decoration: none;
	transition: background 0.2s ease;
}

.calendars-list-filter a,
.calendars-list-filter a * {
	position: relative;
	z-index: 1;
}

.calendars-list-filter a:hover {
	text-decoration: none;
}

.calendars-list-filter a:before {
	background: rgba(0,0,0,0.05);
	border-radius: 25px;
	bottom: 0;
	content: '';
	left: -15px;
	opacity: 0;
	position: absolute;
	right: -15px;
	top: 0;
	transition: opacity 0.2s ease;
	z-index: 0;
}

.calendars-list-filter a:hover:before {
	opacity: 1;
}

.calendars-list-filter a .icon {
	align-items: center;
	background: #808080;
	border-radius: 2px;
	border: 2px solid #808080;
	display: flex;
	height: 18px;
	justify-content: center;
	min-width: 18px;
	position: relative;
	width: 18px;
}

.calendars-list-filter a:not(.selected) .icon {
	background: transparent !important;
}

.calendars-list-filter a.selected .icon:after {
  content: '';
  width: 4px;
  height: 9px;
  border: solid #ffffff;
  margin: -4px 0 0 1px;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.calendar .timeslot-selector {
	font-size: 14px;
	height: auto;
	line-height: 100%;
	margin: 5px 0 0 0;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
}

.calendar .timeslot-selector .icon {
	background: #808080;
	border-radius: 100%;
	height: 9px;
	width: 9px;
}

.scheduler-outer-wrap .calendar-detail-page .calendar td .inner {
	padding-right: 0;
}

.scheduler-outer-wrap .calendar .today {
	background: transparent;
}

.scheduler-outer-wrap .calendar .weekend.today {
	background: #eaeaea;
}

.scheduler-outer-wrap .calendar .short-date {
	font-size: 11px;
	position: relative;
}

.scheduler-outer-wrap .calendar .today .short-date {
	color: #fff;
}

.scheduler-outer-wrap .calendar .today .short-date * {
	color: #fff;
	position: relative;
	z-index: 1;
}

.scheduler-outer-wrap .calendar .today .short-date:after {
	background: #0b57d0;
	border-radius: 100%;
	content: '';
	height: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	z-index: -1;
}

.calendar .timeslot-selector .button {
	bottom: 0;
	height: 100%;
	left: 0;
	line-height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.calendar .timeslot-selector .time {
	border-radius: 5px;
	border: 0;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 3px 5px;
	text-align: left;
}

.calendar .timeslot-selector:hover .time {
	background: rgba(0,0,0,0.1);
}

.calendar .small-action-button.more-times-button {
    background: transparent;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    float: none;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 100%;
    margin: 5px 0 0;
    padding: 6px 10px;
    text-align: center;
	transition: background 0.2s ease, color 0.2s ease;
}

.calendar .small-action-button.more-times-button:hover {
	background: #333;
	color: #fff;
}

.scheduler-outer-wrap .calendar .empty-cell {
	background: none;
}

.scheduler-outer-wrap .calendar .empty-cell.weekend {
	background: #eaeaea;
}

@media (max-width: 890px) {
	.calendar-detail-page.combined-scheduler-view {
		flex-direction: column;
	}

	.calendar-detail-page.combined-scheduler-view .calendar-controls-and-calendar-wrap {
		width: 100%;
	}

	.calendar-detail-page.combined-scheduler-view .calendar td:not(.has-events) {
		display: none;
	}

	.scheduler-outer-wrap .calendar-detail-page.combined-scheduler-view .calendar td .inner {
		padding: 20px;
	}

	.calendar-detail-page.combined-scheduler-view .short-date {
		display: block;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Content Box - Events List --------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.content-box-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content-box-list li {
	margin-bottom: 10px;
}

.content-box-list li a {
	background: #e8e8e8;
	display: block;
	min-height: 70px;
	text-decoration: none;
}

.content-box-list li a .date {
	background: #999999;
	color: #ffffff;
	font-size: 24px;
	display: block;
	float: left;
	line-height: 24px;
	height: 60px;
	margin-right: 9px;
	padding-top: 10px;
	text-align: center;
	width: 73px;
}

.content-box-list li a .date strong {
	display: block;
	font-weight: bold;
}

.content-box-list li a .title {
	display: block;
	padding: 10px 5px 5px 5px;
}

.content-box-list li a .abstract {
	display: none;
}

.content-box-list li a .see-details {
	color: #005dab;
	display: block;
	padding: 0 5px 5px 5px;
}

.content-box-list .thumbnail {
	display: block;
	margin: 0 0 15px 0;
}

.content-box-list .thumbnail img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.button,
.small-action-button {
	background: #498fac;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	line-height: 130%;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	opacity: 1;
	padding: 0 14px;
	text-decoration: none;
	text-transform: uppercase;
 	-webkit-appearance: none;
 	transition: opacity .25s linear;
}

.small-action-button {
	font-size: 10px;
	font-weight: normal;
	height: 23px;
	line-height: 23px;
}

.button:hover,
.small-action-button:hover {
	color: #ffffff;
	opacity: .75;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* All Search Inputs / Buttons ------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------- */
.search-form,
.text-search-wrap {
	border: 1px solid #C7C7C7;
	border-radius: 6px;
	line-height: 100%;
	max-width: 330px;
	opacity: 1;
	position: relative;
	transition: all .3s ease;
	visibility: visible;
	width: 100%;
}

.search-form input[type=text],
.text-search-wrap .text-search {
	-webkit-appearance: none;
	border: none;
	border-right: 40px solid transparent;
	border-radius: 6px;
	box-shadow: none;
	height: 40px;
	line-height: 40px;
    opacity: 1;
	padding: 9.5px 9.5px 9.5px 20px;
	width: 100%;
}

.text-search-wrap .submit,
.text-search-wrap .button,
.search-form button {
	-webkit-appearance: none;
	background: transparent url(/images/shared/search-icon.svg) 50% 50% no-repeat;
	background-size: 16px auto;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	cursor: pointer;
	font-size: 0;
	height: 100%;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
  	transition: all .2s ease;
	width: 40px;
}

.text-search-wrap .button:hover {
	background: transparent url(/images/shared/search-icon.svg) 50% 50% no-repeat;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* RSS/Pager ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.rss-link-wrap {
	float: left;
}

.rss-link-wrap img {
	max-width: 100%;
}

.blog-right-column .rss-link-wrap {
	float: right;
	width: 23px;
}

.upper-pager {
	text-align: right;
	float: right;
	margin: 0 0 0 0;
	height: 35px;
}

.lower-pager {
	float: right;
}

.page-buttons {
	float: right;
	height: 20px;
	padding: 0;
}

.page-count {
	color: #b7b7b7;
	float: left;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	padding: 0 10px 0 0;
	text-transform: uppercase;
}

.pager, .pager-prev, .pager-next {
	background: #d5d5d5;
	color: #ffffff;
	display: block;
	float: left;
	font-family: 'HelveticaNeue-Bold', Arial;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	margin: 0 0 0 3px;
	padding: 0 8px;
	text-decoration: none;
}

.pager:hover, .pager-prev:hover, .pager-next:hover,
.pager.on {
	background: #498fac;
	border: 0;
	color: #ffffff;
	text-decoration: none;
}

.pager-next, .pager-prev {
	background: #b6b6b6;
	font-size: 10px;
	text-transform: uppercase;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Miscellaneous --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.smr { margin-right: 10px; }
.smt { margin-top: 10px; }
.mt { margin-top: 20px; }
.bmt { margin-top: 30px; }

.vsmb { margin-bottom: 4px; }
.smb { margin-bottom: 10px; }
.mb { margin-bottom: 20px; }
.bmb { margin-bottom: 30px; }

.sml { margin-left: 10px; }

.cb { clear: both; }
.cr { clear: right; }
.cl { clear: left; }
.fr { float: right; }
.fl { float: left; }
.cn { clear: none; }

.tar { text-align: right; }
.tac,th.tac { text-align: center; }
.spt { padding-top: 5px; }
.spr { padding-right: 5px; }
.pt { padding-top: 15px; }
.g { color: #808080; }
.red { color: red; }
.nmr { margin-right: 0; }
.nbg { background: none; }
.gbr { border-right: 1px solid #e8e8e8; }
.dn { display: none; }
.gr { color: green; }
.w { color: #ffffff; }

.small { font-size: 80%; }

.di { display: inline; width: auto; float: none; }
.dib { display: inline-block; }

.uc { text-transform: uppercase; }

strong.match {
	background: #fffae0;
	color: green;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* SoSimple Overlay ------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.sosimple-underlay {
	background: #000000;
	display: none;
	bottom: 0;
	left: 0;
	opacity: .7;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 201;
}

.sosimple-overlay {
	background: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,.50);
	display: none;
	left: 50%;
	margin: 0 0 0 -200px;
	padding: 15px;
	position: absolute;
	top: 100px;
	min-width: 100px;
	z-index: 201;
}

.sosimple-overlay .sosimple-overlay-close {
	background: url(/images/shared/x-close.svg) 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 18px;
	right: 18px;
	width: 25px;
	height: 26px;
	cursor: pointer;
	z-index: 201;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Driving Directions ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.map-wrap {
	margin-top: 15px;
}

.map-canvas.driving-directions {
	height: 400px;
	margin: 15px 0;
	width: 100%;
}

.driving-directions-input-fields .field-wrap {
	position: relative;
	padding-left: 60px;
	margin-bottom: 10px;
}

.driving-directions-input-fields label {
	color: #808080;
	font-size: 85%;
	margin-bottom: 0px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
}

.driving-directions-input-fields .submit-wrap {
	text-align: right;
}


@media screen and (min-width: 900px) {
	.map-content-wrap {
		box-sizing: border-box;
		display: inline-block;
		margin-top: 80px;
		padding-right: 45px;
		width: calc(100% * 1/3);
	}

	.map-wrap {
		margin: 0;
		float: right;
		width: calc(100% * 2/3);
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Images within Content ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.image-left {
	float: left;
	margin: 0 15px 15px 0;
}

.image-right {
	float: right;
	margin: 0 0 15px 15px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Portfolio Builder / Inspiration Gallery (With Left or Top Checkbox Filters) ------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 890.5px) {
	.inspiration-gallery-list.has-left-side-filters {
		display: flex;
		justify-content: space-between;
	}

	.inspiration-gallery-list.has-left-side-filters .inspiration-gallery-left-side {
		width: 225px;
	}

	.inspiration-gallery-list.has-left-side-filters .inspiration-gallery-right-side {
		flex: 1;
		margin-left: 40px;
	}
}

.inspiration-gallery-right-side {
	position: relative;
}

@media (max-width: 890px) {
	.inspiration-gallery-list.has-left-side-filters {
		display: flex;
		flex-direction: column;
	}

	.inspiration-gallery-list.has-left-side-filters .inspiration-gallery-left-side {
		margin-bottom: 80px;
	}
}

.inspiration-gallery-right-side .inspiration-gallery-items {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	width: 100%;
}

.inspiration-gallery-right-side .inspiration-gallery-items .col {
	display: flex;
	max-width: calc((100% / 3) - ((15px / 3) * 2)); /* set 15px to the "gap" value above */
}

@media (max-width: 600px) {
	.inspiration-gallery-right-side .inspiration-gallery-items .col {
		max-width: calc(50% - calc(15px / 2)); /* set 15px to the "gap" value above */
	}
}

.inspiration-gallery-right-side .inspiration-gallery-items .col a {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.inspiration-gallery-right-side .inspiration-gallery-items .col a .image {
	background: 50% 50% no-repeat;
	background-size: cover;
	border: 1px solid #cccccc;
	display: block;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

.inspiration-gallery-right-side .inspiration-gallery-items .col a .image img {
	display: block;
	opacity: 1;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.inspiration-gallery-right-side .inspiration-gallery-items .col a .caption {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 0;
}

.inspiration-gallery-items.quad .row .col a .caption {
	font-size: 12px;
}

.inspiration-gallery-right-side .inspiration-gallery-items .col a:hover .image {
	opacity: .7;
}

.inspiration-gallery-list:not(.has-left-side-filters) .inspiration-gallery-filter-group.categories {
	display: none;
}

/* Category and Filter Groups/Options */
.inspiration-gallery-filter-group {
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 8px 12px;
}

.inspiration-gallery-filter-group .inspiration-gallery-filter-group-toggle {
	cursor: pointer;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding-right: 25px;
	position: relative;
}

.inspiration-gallery-filter-group .inspiration-gallery-filter-group-toggle:after {
	border-color: inherit;
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	height: 7px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-70%) rotate(135deg);
	transition: transform 0.2s ease;
	width: 7px;
}

.inspiration-gallery-filter-group.closed .inspiration-gallery-filter-group-toggle:after {
	transform: translateY(-30%) rotate(-45deg);
}

.inspiration-gallery-filter-group ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.inspiration-gallery-filter-group ul li {
	margin-bottom: 10px;
}

.inspiration-gallery-filter-group ul li label {
	align-items: center;
	cursor: pointer;
	display: flex;
	line-height: 100%;
	margin: 0;
	position: relative;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.inspiration-gallery-filter-group ul li label input[type=checkbox] {
	-webkit-appearance: none;
	border: 1.25px solid #9d9d9d;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	left: 0;
	margin: 0;
	margin-right: 7px;
	padding: 0;
	position: relative;
	top: 0;
	transition: border-color 0.1s ease;
	width: 16px;
}

.inspiration-gallery-filter-group ul li label input[type=checkbox]:checked:before {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	display: inline-block;
	height: 6px;
	left: 4.5px;
	position: absolute;
	top: 2px;
	transform: rotate(45deg);
	width: 3px;
}

.inspiration-gallery-filter-group ul li label .text {
	color: #777777;
	transition: color 0.1s ease;
}

.inspiration-gallery-filter-group ul li label:hover .text {
	color: #000;
}

.inspiration-gallery-filter-group.categories.has-category-selected ul li a {
	padding-left: 12px;
	position: relative;
}

.inspiration-gallery-filter-group.categories.has-category-selected ul li a:before {
	border-color: #808080;
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	height: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-30%) rotate(-135deg);
	transition: transform 0.2s ease;
	width: 5px;
}

.inspiration-gallery-filter-group.categories.has-category-selected ul li.selected a {
	color: inherit;
}


/* detail page */
.detail-page.inspiration-gallery {

}

.detail-page.inspiration-gallery .small-action-button.negmt {
	margin-top: -40px;
}

.detail-page.inspiration-gallery h2.title {

}

.detail-page.inspiration-gallery .social-share-links {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #303030;
	margin: 0 0 15px 0;
	padding: 15px 0 12px 0;
}

.detail-page.inspiration-gallery .social-share-links .houzz iframe {
	position: relative;
	top: -2px;
}

.detail-page.inspiration-gallery .social-share-links li.wishlist {
	float: right;
	margin: 3px 0 0 0;
}

.detail-page.inspiration-gallery .hr {

}

.detail-page.inspiration-gallery .image {
	margin: 0 0 15px 0;
}

.detail-page.inspiration-gallery .image img {
	max-width: 100%;
}

.detail-page.inspiration-gallery .posted-in {

}

.detail-page.inspiration-gallery .ss-section-wrap-inner {
	max-width: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Inspiration Gallery Masonry Grid -------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.inspiration-gallery-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 15px 0;
}

.inspiration-gallery-filters .cb {
	display: none;
}

.inspiration-gallery-filters .select-filter-wrap {
	margin: 0 0 15px 0;
}

.inspiration-gallery-filters .select-filter-wrap label {
	display: none;
}

.inspiration-gallery-filters .select-filter-wrap select {
	width: 100%;
}

.masonry-grid {
	opacity: 0;
	transition: opacity 0.4s linear;
}

.masonry-grid.loaded {
	opacity: 1;
}

.masonry-grid .masonry-item {
	margin-bottom: 25px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.masonry-grid .gutter-sizer {
	position: absolute;
	width: 0;
}

.masonry-item a {
	display: block;
}

.masonry-item a span,
.masonry-item a span img {
	display: block;
}

.masonry-item a .image {
	background: 50% 50% no-repeat;
	background-size: cover;
	height: 0;
	padding-top: 100%;
}

.masonry-item a .image img {
	display: none;
}

.masonry-item a:before {
	backdrop-filter: blur(5px);
	background: rgba(0,0,0,0.6);
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s linear;
}

.masonry-item a span.title {
	color: #fff;
	filter: blur(3px);
	left: 0;
	opacity: 0;
	padding: 10px 25px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%) scale(1.25);
	transition: opacity 0.3s linear, transform 0.3s ease, filter 0.3s ease;
	z-index: 2;
}

.masonry-item a:hover:before {
	opacity: 1;
}

.masonry-item a:hover span.title {
	opacity: 1;
	filter: blur(0);
	transform: translateY(-50%);
	transition-delay: 0.2s;
}

@media (min-width: 550px) {
	.masonry-grid .gutter-sizer {
		width: 25px;
	}

	.masonry-grid .grid-sizer,
	.masonry-grid .masonry-item {
		width: calc(50% - (25px / 2) - 0.1px);
	}
}

@media (min-width: 768px) {
	.masonry-grid .grid-sizer,
	.masonry-grid .masonry-item {
		width: calc((100% / 3) - ((25px / 3) * 2) - 0.1px);
	}
}

@media (min-width: 1024px) {
	.masonry-grid .grid-sizer,
	.masonry-grid .masonry-item {
		width: calc(25% - ((25px / 4) * 3) - 0.1px);
	}
}

@media (max-width: 1024px) {
	.masonry-item a:before {
		display: none;
	}
	
	.masonry-item a span.title,
	.masonry-item a:hover span.title {
		backdrop-filter: blur(5px);
		background: rgba(0,0,0,0.6);
		bottom: 0;
		filter: blur(0);
		opacity: 1;
		padding: 20px;
		top: auto;
		transform: none;
	}	
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Interactive Map Page ------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
  	z-index: 1;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Wishlist -------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.wishlist-list .social-share-links {
	float: right;
	list-style: none;
	margin: -55px 0 0 0;
	padding: 0 0 10px 0;
}

.wishlist-list .social-share-links li {
	border-right: 1px solid #cccccc;
	display: inline-block;
	padding: 0 10px 10px 10px;
	height: 20px;
	line-height: 30px;
}

.wishlist-list .social-share-links li a,
.wishlist-list .social-share-links li.share .st_sharethis_custom {
	color: #202020;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	padding-left: 24px;
}

.wishlist-list .social-share-links li a:hover {
	text-decoration: none;
}

.wishlist-list .social-share-links li:hover {
	opacity: .7;
}

.wishlist-list .social-share-links li.share .st_sharethis_custom {
	background: url(../images/shared/wishlist-share.png) 0 50% no-repeat;
	background-size: 16px 17px;
}

.wishlist-list .social-share-links li.email a {
	background: url(../images/shared/wishlist-email.png) 0 50% no-repeat;
	background-size: 18px 12px;
}

.wishlist-list .social-share-links li.print a {
	background: url(../images/shared/wishlist-print.png) 0 50% no-repeat;
	background-size: 19px 17px;
}

.wishlist-list .social-share-links li.count {
	border-right: 0;
	font-size: 16px;
	font-weight: bold;
}

.wishlist-list .social-share-links li.count:hover {
	opacity: 1;
}

.wishlist-list .social-share-links li.count .label {
	background: url(../images/shared/wishlist-blue.png) 0 50% no-repeat;
	background-size: 28px auto;
	display: inline-block;
	padding-left: 32px;
	line-height: 30px;
	height: 30px;
}

.wishlist-list .social-share-links li.count .count {
	color: #479ce4;
}

.wishlist-list .col {
	border: 1px solid #c5c5c5;
	float: left;
	margin: 0 0 15px 0;
	position: relative;
	min-height: 165px;
	padding: 17px;
	width: 44%;
}

.wishlist-list .col.first {
	clear: both;
}

.wishlist-list .col.last {
	float: right;
}

.wishlist-list .col .remove {
	background: url(../images/shared/blue-x.png) 100% 50% no-repeat;
	background-size: 14px auto;
	color: #479ce4;
	font-size: 12px;
	font-weight: bold;
	padding-right: 18px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.wishlist-list .col .remove:hover {
	text-decoration: underline;
}

.wishlist-list .col .image {
	border: 1px solid #cccccc;
	display: block;
	float: left;
	max-height: 165px;
	overflow: hidden;
	width: 40%;
}

.wishlist-list .col .image img {
	display: block;
	max-width: 100%;
}

.wishlist-list .col .info {
	float: right;
	width: 55%;
	padding-top: 12px;
}

.wishlist-list .col .info .path {
	margin: 0 0 6px 0;
}

.wishlist-list .col .info .title {
	font-size: 16px;
	font-weight: bold;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Right Side Full Width (Feedback/Map Pages) ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.right-side.full-width,
.inside-page .right-side.full-width {
	float: none;
	width: auto;
}

.right-side.full-width .feedback-form-wrap {
	float: left;
	width: 48%;
}

.feedback-form-wrap {
	margin-bottom: 50px;
}

.submission-form-wrap.has-driving-directions {
		border-bottom: 1px solid #cccccc;
		float: none;
		margin-bottom: 25px;
		padding-bottom: 25px;
}


@media only screen and (min-width: 900px) {
	.submission-form-wrap.has-driving-directions {
		float: left;
		width: 48%;
	}

	.driving-directions-wrap {
		float: right;
		width: 48%;
	}
}

.right-side.full-width .feedback-form-wrap.fr {
	float: right;
}

.driving-directions-wrap.fl {
	float: left;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Global Site Alert ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#global-site-alert-popup {
	padding: 0;
	max-width: 100% !important;
}

#global-site-alert-popup .sosimple-overlay-close {
	background: url(/images/shared/white-x-close.png) 0 0 no-repeat;
	height: 38px;
	width: 38px;
	top: 0;
	right: -44px;
}

.global-site-alert .heading {
	background: #777777;
	text-align: center;
	padding: 5px 20px;
}

.global-site-alert .heading h3 {
	color: #ffffff;
	font-size: 44px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.global-site-alert .content-wrap {
	min-height: 100px;
	padding: 5%;
	width: 700px;
	max-width: 90%;
}

.global-site-alert .content-wrap img {
	height: auto !important;
	max-width: 100%;
}

@media only screen and (max-width: 960px) {
	.global-site-alert .heading {
		padding-right: 60px;
	}	
	
	#global-site-alert-popup .sosimple-overlay-close {
		right: 5px;
		top: 4px;
	}
}


@media only screen and (max-width: 775px) {
	#global-site-alert-popup {
		margin: 0 5% !important;
		left: 0 !important;
		width: 90% !important;
	}

	.global-site-alert .heading h3 {
		font-size: 30px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Map Locations Page Type ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.map-locations-categories {
	float: left;
	width: 25%;
}

.map-locations-now-viewing {
	margin-bottom: 10px;
}

.map-locations-now-viewing .numbers {
	float: left;
	height: 30px;
	line-height: 30px;
}

.map-locations-now-viewing .button-wrap {
	float: right;
}

.map-locations-search-wrap {
	margin: 0 0 10px 0;
}

.map-locations-search-wrap input {
	width: 95%;
}

.map-locations-categories-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

form .map-locations-categories-list li.field-wrap span.checkbox-wrap {
	display: block;
}

.map-locations-categories-list li .checkbox-wrap .text .image img {
	box-shadow: none;
}

.map-locations-map-container {
	float: right;
	width: 72%;
}

.map-locations-map-container-heading-area {
	margin: 0 0 10px 0;
}

.map-locations-map-container-heading-area h3 {
	float: left;
}

.map-locations-map-container-heading-area .button-wrap {
	float: right;
}

.map-locations-map-container-heading-area .button {
	opacity: .7;
}

.map-locations-map-container-heading-area .button.selected,
.map-locations-map-container-heading-area .button:hover {
	opacity: 1;
}

/* map holder */
#ajax-map-result {
	min-height: 500px;
	position: relative;
}

/* map container */
.map-locations-map {
	height: 500px;
	position: relative;
}

/* overlay */
.map-loading-overlay {
	background: #ffffff;
	bottom: 0;
	left: 0;
	opacity: .4;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 40;
}

.map-loading-overlay img {
	left: 50%;
	margin: -32px 0 0 -32px;
	position: absolute;
	top: 50%;
}

/* popup */
.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .title {
	font-size: 18px;
	font-weight: bold;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .address .address1 {
	display: block;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .address .address2 {
	display: block;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .address .country {
	display: none;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .categories ul {
	border-top: 1px solid #cccccc;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 8px 0 0 0;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .categories ul li {
	display: inline-block;
	padding-right: 10px;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .button-wrap {
	margin-top: 15px;
}


/* list view */
.list-items.map-locations-items > li .content .address .address1 { 
	display: block;
}

.list-items.map-locations-items > li .content .address .address2 { 
	display: block;
}

.list-items.map-locations-items > li .content .address .country { 
	display: none;
}

.list-items.map-locations-items > li .categories {
	border-top: 1px solid #cccccc;
	margin: 10px 0 0 0;
	padding: 8px 0 0 0;
}

.list-items.map-locations-items > li .categories ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.list-items.map-locations-items > li .categories ul li {
	display: inline-block;
	padding-right: 10px;
}

/* detail page */
.detail-page.map-location .address {
	padding-bottom: 15px;
}

.detail-page.map-location .address .address1 {
	display: block;
}

.detail-page.map-location .address .address2 {
	display: block;
}

.detail-page.map-location .address .country {
	display: none;
}

.detail-page.map-location .content.has-image {
	float: left;
	width: 67%;
}

.detail-page.map-location .image {
	float: right;
	width: 30%;
	margin: 0 0 20px 20px;
}

.detail-page.map-location .image img {
	max-width: 100%;
}

.detail-page.map-location .categories {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin: 10px 0 15px 0;
	padding: 8px 0 10px 0;
}

.detail-page.map-location .categories ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.detail-page.map-location .categories ul li {
	display: inline-block;
	padding-right: 10px;
}

body.page-type-22 .inside-page .wrapper {
	position: relative;
}

#ajax-map-result,
.map-locations-map {
	min-height: 600px;
	position: relative;
	z-index: 1;
}

body.page-type-22 .inside-page .wrapper h1 {
	text-align: center;
}

.map-locations-page-content p {
	color: #545454;
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}

.map-locations-categories-heading-area,
.map-locations-map-container-heading-area {	
	background: #545454;
	margin: 0;
	padding: 10px;
	position: relative;
}

.map-locations-categories-heading-area h3,
.map-locations-map-container-heading-area h3,
.map-locations-zip-radius-wrap h3 {	
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.map-locations-map-container-heading-area .button-wrap {
	position: absolute;
	right: 10px;
	top: 8px;
}

.map-locations-now-viewing .button,
.map-locations-map-container-heading-area .button {
	background: #9c9c9c;
	font-size: 18px;
	opacity: 1;
	height: 28px;
	line-height: 28px;
	margin: 0 8px 8px 0;
	padding: 0 20px;
}

.map-locations-now-viewing .button:last-child,
.map-locations-map-container-heading-area .button:last-child {
	margin: 0;
}


@media screen and (max-width: 550px) {
	.map-locations-map-container-heading-area h3 {
		float: none;
		margin-bottom: 8px;
	}

	.map-locations-map-container-heading-area .button-wrap {
		float: none;
		position: static;
	}

	.map-locations-now-viewing .button,
	.map-locations-map-container-heading-area .button {
		float: left;
	}
}


.map-locations-categories-heading-area .button {
	position: absolute;
	right: 10px;
	top: 8px;
}

.map-locations-categories-heading-area .button.selected,
.map-locations-categories-heading-area .button:hover,
.map-locations-map-container-heading-area .button.selected, 
.map-locations-map-container-heading-area .button:hover {
	background: #01749e;
}

.map-locations-now-viewing {
	background: #ababab;
	color: #ffffff;
	font-size: 16px;
	margin: 0;
	padding: 10px 15px;
}

.map-locations-now-viewing .button-wrap .button {
	background: #e34e4e;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 400;
	opacity: 1;
	padding: 5px 10px;
	text-transform: none;
}

.map-locations-now-viewing .button-wrap .button:hover {
	background: #bd2424;
}

.map-locations-zip-radius-wrap {
	padding: 10px;
}

.map-locations-search-wrap {
	background: #ffffff url(/images/shared/big-search-icon.png) 10px 50% no-repeat;
	border: 1px solid #d4d4d4;
	border-top: 0;
	margin: 0 0;
	padding: 0 10px 0 45px;
}

.map-locations-search-wrap input {
	background: none;
	box-shadow: none;
	border: 0;
	padding: 15px 0 15px 0;
	font-size: 14px;
	width: 100%;
	outline: none;
}

.button.map-location-search-submit-button { display: none; }

@media (max-width: 768px) {
	.button.map-location-search-submit-button {
		display: block; 
		margin: 5px auto 0;
		width: 100%;
	}
}

form .map-locations-categories-list li.field-wrap {
	margin: 0;
	padding: 0;
}

form .map-locations-categories-list li.field-wrap span.checkbox-wrap {
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	box-shadow: none;
	margin: 0;
	padding: 0;
	position: relative;
}

form .map-locations-categories-list li.field-wrap span.checkbox-wrap label {
	background-position: 10px 50%;
	margin: 0;
	padding: 20px 80px 20px 85px;
	position: relative;
}

form .map-locations-categories-list li.field-wrap span.checkbox-wrap label.checked {
	background-image: url(/images/shared/check-on.png);
}

form .map-locations-categories-list li.field-wrap span.checkbox-wrap label.unchecked {
	background-image: url(/images/shared/check-off.png);
}

.map-locations-categories-list li .checkbox-wrap .text .image {
	left: 47px;
	position: absolute;
	top: 8px;
}

.map-locations-categories-list li .checkbox-wrap .text .image img {
	width: auto;
	max-width: 29px;
}

.map-locations-categories-list li .checkbox-wrap .text .title {
	display: block;
	line-height: 14px;
}


.map-locations-categories-list li .checkbox-wrap .text .count {
	background: #e6e6e6;
	bottom: 0;
	font-size: 32px;
	line-height: 68px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 60px;
}

.map-locations-categories-list li .checkbox-wrap .text .count .parenth {
	display: none;
}

/* popup */
.map-locations-map .leaflet-popup .leaflet-popup-tip-container {
	z-index: 3;
	margin-top: -1px;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper {
	border: 1px solid #a0a0a0;
	border-radius: 0;
	box-shadow: 8px 8px 0 0 rgba(0,0,0,0.25);
}


.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content {
	min-width: 260px;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .title {
	font-size: 24px;
	font-weight: bold;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .address {
	font-size: 16px;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .address .address1 {
	display: block;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .address .address2 {
	display: block;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .address .country {
	display: none;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .categories {
	font-size: 14px;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .categories ul {
	border-top: 1px solid #cccccc;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 8px 0 0 0;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .categories ul li {
	display: inline-block;
	border-right: 1px solid #cccccc;
	padding: 0 5px;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .categories ul li:first-child {
	padding-left: 0;
}

.map-locations-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .infobox-content .categories ul li:last-child {
	border-right: 0;
	padding-right: 0;
}

/* list view */
.list-items.map-locations-items {
	margin-top: 15px;
}

.list-items.map-locations-items > li {
	border: 1px solid #a0a0a0;
	margin: 0 0 10px 0;
	padding: 10px 15px;
}

.list-items.map-locations-items > li .content {
	font-size: 16px;
}

.list-items.map-locations-items > li .content .title {
	font-size: 24px;
	margin: 0 0 5px 0;
}

.list-items.map-locations-items > li .content .address {
	float: left;
	margin-right: 20px;
}

.list-items.map-locations-items > li .content .address .address1 { 
	display: block;
}

.list-items.map-locations-items > li .content .address .address2 { 
	display: block;
}

.list-items.map-locations-items > li .content .address .country { 
	display: none;
}

.list-items.map-locations-items > li .content .additional-info {
	float: left;
}

.list-items.map-locations-items > li .content .phone {
	display: inline-block;
	padding-right: 10px;
}

.list-items.map-locations-items > li .content .contact_email {
	display: inline-block;
}

.list-items.map-locations-items > li .categories {
	border-top: 1px solid #cccccc;
	margin: 10px 0 0 0;
	padding: 8px 0 0 0;
}

.list-items.map-locations-items > li .categories strong {
	font-weight: 700;
}

.list-items.map-locations-items > li .categories ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.list-items.map-locations-items > li .categories ul li {
	display: inline-block;
	border-right: 1px solid #cccccc;
	padding: 0 5px;
}

.list-items.map-locations-items > li .categories ul li:first-child {
	padding-left: 0;
}

.list-items.map-locations-items > li .categories ul li:last-child {
	border-right: 0;
	padding-right: 0;
}

.list-items.map-locations-items li .read-more-wrap {
	width: auto;
	padding-top: 30px;
}

.list-items.map-locations-items li .read-more-wrap .button {
	border-radius: 4px;
	font-size: 15px;
	font-weight: 400;
	padding: 5px 15px;
	text-transform: none;
}

#show-map-filters-link,
#close-map-filters-link {
	display: none;
}





/* ----------------------------------------------------------------------------------------------------------------------- */
/* Display Table --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.display-table {
	border: 1px solid #dadada;
	border-right: 0;
	border-bottom: 0;
	width: 100%;
}

.display-table tr.labels {
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
}

.display-table tr.labels th {
	border-bottom: 1px solid #cccccc;

}

.display-table td,
.display-table th,
.display-table th.table-header {
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	display: table-cell;
	height: auto;
	margin: 0;
	padding: 10px 6px;
}

.display-table th {
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
	background: linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=0 );
	text-align: left;
	text-shadow: 0 1px 0 #ffffff;
}

.display-table th.tar {
	text-align: right;
}

.display-table th.actions-column-heading {
	text-align: right;
	width: 65px;
}

.display-table th.table-header { cursor: pointer; }
.display-table th.table-header:hover { 
	color: #808080;
}

.display-table th.table-header.headerSortUp {
	background: #e3e3e3;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#d1d1d1));
	background: -moz-linear-gradient(top,  #e3e3e3,  #d1d1d1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#d1d1d1');
	color: #000000;
}

.display-table th.table-header.headerSortDown {
	background: #d1d1d1;
	background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #d1d1d1,  #e3e3e3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#e3e3e3');
	color: #000000;
}

.display-table tr:hover td {
	background: #eefaff;
}

.display-table tr td img.shadow {
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
}

.display-table tr.inactive td {
	color: #cccccc;
}

.display-table tr.inactive td img {
	opacity: .5;
}

.dragClass td {
	background: #d9ecff;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	opacity: .5;
}

.dragHandle {
	cursor: move;
}

.view-table th {
	color: #808080;
	font-weight: normal;
	text-align: left;
	font-size: 90%;
	padding: 4px 14px 4px 0;
}

.view-table td {
	padding: 4px;
}

.display-table tr.totals-row td,
.display-table tr.totals-row th,
.view-table tr.totals td,
.view-table tr.totals th {
	border-top: 3px double #cccccc;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Community Portal ------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
#filter-form .filter {
	float: left;
	line-height: 100%;
	margin: 0 15px 15px 0;
}

#filter-form .filter .label {
	color: #808080;
	font-size: 85%;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#filter-form .filter select {
	width: auto;
}

#filter-form .rpp-filter {
	display: none;
}

#filter-form .submit.small {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

.member-grid-wrap {
	margin-top: 20px;
}

.member-grid-wrap .grid-item {
	background: rgba(0,0,0,0.02);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	margin: 0 0 30px 0;
	padding: 15px;
}


@media screen and (min-width: 501px) and (max-width: 767px) {
	.member-grid-wrap .grid-item {
		float: left;
		margin-right: 2%;
		width: 49%;
	}
	
	.member-grid-wrap .grid-item:nth-child(2n) {
		margin-right: 0;
		float: right;
	}	
	
	.member-grid-wrap .grid-item:nth-child(2n+1) {
		clear: both;
	}
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
	.member-grid-wrap .grid-item {
		float: left;
		margin-right: 2%;
		width: 32%;
	}
	
	.member-grid-wrap .grid-item:nth-child(3n) {
		margin-right: 0;
		float: right;
	}	
	
	.member-grid-wrap .grid-item:nth-child(3n+1) {
		clear: both;
	}
}


@media screen and (min-width: 1024px) {
	.member-grid-wrap .grid-item {
		float: left;
		margin-right: 1.33%;
		width: 24%;
	}
	
	.member-grid-wrap .grid-item:nth-child(4n) {
		margin-right: 0;
		float: right;
	}	
	
	.member-grid-wrap .grid-item:nth-child(4n+1) {
		clear: both;
	}
}


.member-grid-wrap .grid-item .image-wrap {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	display: block;
	height: 200px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	transition: opacity 0.25s linear;
}

.member-grid-wrap .grid-item .image-wrap.no-photo {
	background-size: contain;
}

.member-grid-wrap .grid-item .image-wrap img {
	opacity: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
}

@media screen and (max-width: 500px) {
	.member-grid-wrap .grid-item .image-wrap {
		height: auto;
	}

	.member-grid-wrap .grid-item .image-wrap.no-photo img {
		width: auto;
	}

}

.member-grid-wrap .grid-item .image-wrap:hover {
	opacity: .7;
}

.member-grid-wrap .grid-item .field-wrap .label {
	font-weight: bold;
}

.member-grid-wrap .grid-item .field-wrap.field-id-email {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.member-grid-wrap .grid-item .view-button-wrap {
	margin-top: 10px;
	text-align: center;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* CM File Library ------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.display-table.cm-file-library {
	border-left: 0;
}

.display-table.cm-file-library td,
.display-table.cm-file-library th {
	border-right: 0;
}

.display-table.cm-file-library th:first-child {
	border-left: 1px solid #dadada;
}

.display-table.cm-file-library th:last-child {
	border-right: 1px solid #dadada;
}

.folder-link,
.file-link {
	background: url(/images/cm_file_library/folder.png) 0 0 no-repeat;
	background-size: 23px auto;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	text-decoration: none;
}

a.folder-link:hover {
	background-position: 0 0;
	color: #5e5e5e;
}

.file-link {
	background-size: auto 23px;
	background-position: 3px 0;
	background-repeat: no-repeat;
}

.cm_file_library .breadcrumbs > li > a {
	text-decoration: none;
	color: #333333;
}

.cm_file_library .breadcrumbs > li > a:hover {
	color: #1ea0da;
}

.breadcrumbs-wrap.cm_file_library {
	height: 22px;
	line-height: 22px;
	margin-bottom: 15px;
	position: relative;
	z-index: 9;
}

.breadcrumbs-wrap.cm_file_library .breadcrumbs {
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	display: block;
	height: 22px;
	line-height: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.breadcrumbs-wrap.cm_file_library .breadcrumbs > li {
	background: url(/images/template/breadcrumb-right-border.png) 100% 50% no-repeat;
	color: #878787;
	float: left;
	font-size: 12px;	
	height: 22px;
	line-height: 22px;
	padding: 0 15px 0 10px;
	position: relative;
}

.breadcrumbs-wrap.cm_file_library .breadcrumbs > li.first {
	padding-right: 16px;
}

.breadcrumbs-wrap.cm_file_library .breadcrumbs li.last {
	background: none;
	color: #000000;
	font-weight: bold;
}

.breadcrumbs-wrap.cm_file_library .breadcrumbs > li a {
	background: url(/images/cm_file_library/folder.png) 0 40% no-repeat;
	background-size: 15px auto;
	display: inline-block;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
}

.progress-wrap {
	max-width: 500px;
}

.upload-wrap {
	font-size: 12px;
	border: 2px solid #cccccc;
	border-radius: 5px;
	margin: 10px 0;
	padding: 13px 10px 10px 10px;
	position: relative;
}

.upload-wrap .progress {
	background: #cfd7da;
	border-radius: 5px;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin-top: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.upload-wrap .bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 16px;
	background: #63a3bb;
}

.upload-wrap .filename {
	float: left;
	font-weight: bold;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 60%;
}

.upload-wrap .upload-complete {
	color: #1dbb74;
}

.upload-wrap .cancel-upload {
	background: url(/images/shared/x-close.png);
	background-size: 100% auto;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 8px;
	height: 8px;
	cursor: pointer;
}

.upload-wrap .seconds-remaining {
	float: right;
	text-align: right;
}

.spin {
	animation: rotating 2s linear infinite;
}

@keyframes rotating {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

#upload-button.disabled {
	color: #808080;
	cursor: not-allowed;
	background: #cccccc;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Social Stream --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.filter-button-group {
	margin-bottom: 15px;
}

.filter-button-group .filter-button {
	color: #808080;
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
}

.filter-button-group .filter-button.all {
	background: #808080;
	color: #ffffff;
	border-radius: 3px;
	height: 22px;
	line-height: 22px;
	padding: 0 12px;
	font-size: 12px;
}

.filter-button-group .filter-button.all:hover,
.filter-button-group .filter-button.all.selected { background: #000000; }

.filter-button-group .filter-button.twitter:hover,
.filter-button-group .filter-button.twitter.selected { color: #4ec2dc; }

.filter-button-group .filter-button.facebook:hover,
.filter-button-group .filter-button.facebook.selected { color: #4a6ea9; }

.filter-button-group .filter-button.youtube:hover,
.filter-button-group .filter-button.youtube.selected { color: #cd201f; }

.filter-button-group .filter-button.pinterest:hover,
.filter-button-group .filter-button.pinterest.selected { color: #cb2027; }

.social-stream.isotope-grid {
	background: url(/images/shared/loader.gif) 50% 40px no-repeat;
	background-size: 32px auto;
	transition: background 0.25s linear;
}

.social-stream.isotope-grid.loaded {
	background: none;
}

.social-stream.isotope-grid .grid-sizer,
.social-stream.isotope-grid .element-item {
	box-sizing: border-box;
	width: 23%;
}

.social-stream.isotope-grid .element-item.featured {
	width: 48%;
}

.social-stream.isotope-grid .gutter-sizer {
	width: 2%;
}

.social-stream .element-item {
	border: 1px solid rgba(0,0,0,0.3);
	margin-bottom: 20px;
	padding-top: 15px;
}

.social-stream.isotope-grid .element-item {
	opacity: 0;
}

.social-stream.isotope-grid.loaded .element-item {
	opacity: 1;
}

.social-stream .element-item .item-content {
	font-size: 90%;
	line-height: 18px;
	padding: 0 15px 15px 15px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.social-stream .element-item .item-content .profile-image {
	border: 1px solid rgba(0,0,0,0.15);
	float: left;
	margin: 0 8px 8px 0;
	padding: 1px;
	width: 50px;
}

.social-stream .element-item .item-content .profile-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.social-stream .element-item .item-content .profile-link {
	display: block;
	margin-bottom: 10px;
}

.social-stream .element-item .item-content .profile-link .handle {
	color: #808080;
	display: block;
}

.social-stream .element-item .photo {
	margin: 0 15px;
}

.social-stream .element-item .photo a {
	border: 1px solid rgba(0,0,0,0.15);
	display: block;
	max-width: 100%;
}

.social-stream .element-item .photo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.ss-stream-additional-photos-wrap img {
    display: none;
}

.ss-stream-additional-photos-wrap {
    display: flex;   
    font-size: 0;
    margin: 5px 15px;
}

.ss-stream-additional-photos-wrap a {
    background-size:cover;
    display: inline-block;
    height: 0;
    margin-right: 5px;
    padding-bottom: 30%;
    position:relative;
    vertical-align:top;
    width: calc((100% / 3) - 2.5px);
}

.ss-stream-additional-photos-wrap a:last-child {
    margin-right: 0;
}

.ss-stream-additional-photos-wrap a .ss-stream-additional-count-wrap {
    background: rgba(0,0,0,0.7);
    bottom: 0;
    left:0;
    position: absolute;
    right: 0;
    top: 0; 
    z-index: 1;
}

.ss-stream-additional-photos-wrap a .ss-stream-additional-count-wrap .ss-stream-additional-count {
    color: #fff;
    font-size: 40px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.social-stream .element-item .author-and-share {
	padding: 10px;
}

.social-stream .element-item .author-and-share .author {
	color: #cccccc;
	float: left;
	font-size: 70%;
}

.social-stream .element-item .author-and-share .author a {
	color: #808080;
	font-style: italic;
}

.social-stream .element-item .author-and-share .share {
	float: right;
}

.social-stream .element-item .author-and-share .share a {
	padding-right: 3px;
	color: #808080;
}

.social-stream .element-item .author-and-share .share a:last-child {
	padding-right: 0;
}

.social-stream .element-item .author-and-share .share a.twitter-reply,
.social-stream .element-item .author-and-share .share a.twitter-retweet {
	font-size: 80%;
}

.social-stream .element-item .author-and-share .share a:hover { color: #000000; }
.social-stream .element-item .author-and-share .share a.facebook:hover { color: #4a6ea9; }
.social-stream .element-item .author-and-share .share a.twitter:hover { color: #4ec2dc; }
.social-stream .element-item .author-and-share .share a.google-plus:hover { color: #d34836; }
.social-stream .element-item .author-and-share .share a.linkedin:hover { color: #0077b5; }

.social-stream .element-item .item-footer {
	color: #ffffff;
	background: #333333;
	font-size: 80%;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
}

.social-stream .element-item.facebook .item-footer { background: #4a6ea9; }
.social-stream .element-item.twitter .item-footer { background: #4ec2dc; }
.social-stream .element-item.youtube .item-footer { background: #cd201f; }
.social-stream .element-item.pinterest .item-footer { background: #cb2027; }

.social-stream .element-item .social-link { 
	font-size: 18px;
	left: 10px;
	position: absolute;
}

.social-stream .element-item .item-footer a {
	color: #ffffff;
	text-decoration: underline;
}

.tipsy {
	line-height: 100%;
	height: auto;
}

@media only screen and (max-width: 960px) {
	.social-stream.isotope-grid .element-item, 
	.social-stream.isotope-grid .grid-sizer {
		width: 32%;
	}

	.social-stream.isotope-grid .element-item.featured {
		width: 66%;
	}
}

@media only screen and (max-width: 675px) {
	.social-stream.isotope-grid .element-item, 
	.social-stream.isotope-grid .grid-sizer {
		width: 49%;
	}
	
	.social-stream .element-item {
		margin-bottom: 12px;
	}

	.social-stream.isotope-grid .element-item.featured {
		width: 100%;
	}
}

@media only screen and (max-width: 375px) {
	.social-stream.isotope-grid .element-item, 
	.social-stream.isotope-grid .grid-sizer {
		width: 100%;
	}
}

/* Embedded Social Stream */
.content-box-embed.social-stream {
	display: flex;
	flex-wrap: wrap;
}

.content-box-embed.social-stream .element-item {
	display: flex;
	flex-direction: column;
    margin: 0 0 25px 0;
	padding: 0;
    width: 100%;
}

.content-box-embed.social-stream .element-item > * {
	order: 1;
}

.content-box-embed.social-stream  .element-item .photo {
	margin: 0;
	order: 0;
}

.content-box-embed.social-stream .element-item .item-content {
	padding: 15px;
}

@media (min-width: 768px) {
	.ss-content-block.col-1 .content-box-embed.social-stream .element-item {
		margin-right: 25px;
		width: calc((100% / 3) - (25px / 3) * 2);
	}

	.ss-content-block.col-1 .content-box-embed.social-stream .element-item:nth-child(3n) {
		margin-right: 0;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Interactive Map ------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.intro-text-wrap {
    margin-bottom: 15px;
}

.interactive-map-categories-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.interactive-map-categories-list li {
	display: inline-block;
}

.interactive-map-container {
	margin-bottom: 15px;
}

.interactive-map-container #map {
	background: #ffffff;
	height: 700px;
}

.interactive-map-icon {
	border-radius: 100%;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
	text-align: center;	
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	width: 30px;
}

.interactive-map-infobox-content {
	line-height: 140%;
}

.interactive-map-infobox-content img {
	max-width: 100%;
}

.interactive-map-infobox-content .image {
	margin: 0 0 10px 0;
	max-width: 100%;
}

.interactive-map-infobox-content .image .slick-arrow {
	background: url(/images/shared/white-arrow-left.png) 50% 50% no-repeat;
	border: 0;
	cursor: pointer;
	height: 47px;
	left: 15px;
	margin: -24px 0 0 0;
	outline: none;
	position: absolute;
	top: 50%;
	text-indent: -9999px;	
	transition: opacity 0.15s linear;
	width: 33px;
	z-index: 20;
}

.interactive-map-infobox-content .image .slick-arrow.slick-next {
	background-image: url(/images/shared/white-arrow-right.png);
	left: auto;
	right: 15px;
}

.interactive-map-infobox-content .image .slick-arrow:hover {
	opacity: .7;
}

.interactive-map-infobox-content .image.loading .img-wrap {
	opacity: 0;
	position: absolute;
}

.interactive-map-infobox-content .image .img-wrap {
	background-color: rgba(0,0,0,0.75);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	outline: none;
	position: relative;
	width: 100%;
}

.interactive-map-infobox-content .image .img-wrap img {
	opacity: 0;
}

.interactive-map-infobox-content .interactive-map-icon {
	display: none;
}

.interactive-map-infobox-content .title {
	display: block;
	font-size: 120%;
	margin: 0 0 10px 0;
}
.interactive-map-infobox-content p {
	line-height: 140%;
	margin: 0 0 15px 0;
}

.interactive-map-infobox-content p:last-child {
	margin: 0;
}

.interactive-map-infobox-content .address {
	display: none;
}

.interactive-map-infobox-content .img-wrap .caption {
	background: rgba(0,0,0,0.70);
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 10px;
	position: absolute;
	right: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Inline Slideshow ------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.image-stage-navigation-wrap,
.internal-page-inline-slideshow-wrap .slideshow-navigation-wrap {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Global Cookie Message ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.global-cookie-notice {
	background: rgba(0,0,0,0.9);
	color: #fff; 
	left: 0; 
	padding: 30px;
	position: fixed; 
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	right: 0;
	top: 0; 
	z-index: 999999;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* YouTube Player Replacement -------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.ss-youtube-vimeo-player {
    background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
    line-height: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.ss-youtube-vimeo-player img {
	display: block;
	width: 100%;
	left: 0;
	margin-top: -9.4%;
	opacity: 0.7;
}

.ajax-loading-spinner-wrap {
	background: rgba(255,255,255,0.8);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}

.ajax-loading-spinner,
.ajax-loading-spinner:after,
.ss-youtube-vimeo-player .ss-video-loading-spinner,
.ss-youtube-vimeo-player .ss-video-loading-spinner:after {
	border-radius: 50%;
	height: 30px;
	width: 30px;
}

.ajax-loading-spinner,
.ss-youtube-vimeo-player .ss-video-loading-spinner {
	animation: video_loading_anim 0.5s infinite linear;
	border-bottom: 4px solid rgba(255, 255, 255, 0.2);
	border-left: 4px solid #ffffff;
	border-right: 4px solid rgba(255, 255, 255, 0.2);
	border-top: 4px solid rgba(255, 255, 255, 0.2);
	left: 50%;
	opacity: 0.6;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 50%;
	transform: translateZ(0);  
	z-index: 1;
}

.ajax-loading-spinner {
	border-bottom: 4px solid rgba(0,0,0, 0.2);
	border-left: 4px solid #000;
	border-right: 4px solid rgba(0,0,0, 0.2);
	border-top: 4px solid rgba(0,0,0, 0.2);
}

@keyframes video_loading_anim {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.ss-youtube-vimeo-player .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.ss-youtube-vimeo-player .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.ss-youtube-vimeo-player img,
.ss-youtube-vimeo-player .play-button {
    cursor: pointer;
}

.ss-youtube-vimeo-player .play-button,
.ss-youtube-vimeo-player .play-button:before {
    position: absolute;
}

.ss-youtube-vimeo-player .play-button,
.ss-youtube-vimeo-player .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}

.ss-youtube-vimeo-player iframe {
	display: block;
	margin: 0 auto;
	width: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Forums ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.circle-image {
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 100%;
	display: inline-block;
	height: 50px;
	width: 50px;
}

.circle-image img {
	display: none;
}

.forum-page-wrap .actions-bar {
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	margin: 15px 0;
	padding: 15px 0;
}

.forum-page-wrap .actions-bar:after,
.forum-page-wrap .thread-header:after {
	clear: both;
	content: '';
	display: table;
}

.forum-page-wrap .actions-bar .button {
	float: left;
	margin-left: 10px;
}

.forum-page-wrap .actions-bar .button:first-child {
	margin-left: 0;
}

.forum-page-wrap .actions-bar .upper-pager {
	float: right;
	height: auto;
}
.forum-page-wrap .actions-bar .forum-topic-search-form {
	float: left;
	margin-left: 50px;
}

.forum-thread {
	background: #F4F4F4;
	margin-bottom: 15px;
	padding: 20px 20px 20px 80px;
	position: relative;
}

.forum-thread:first-child {
	background: #fff;
	border: 1px solid #EFEFEF;	
	box-shadow: 0 10px 20px rgba(0,0,0,0.08);
	margin-bottom: 20px;
}

.delete-thread-button {
	float: right;
}

.forum-thread .thread-header {
	border-bottom: 1px solid #dadada;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
}

.forum-thread .thread-header .thread-info {
	clear: both;
	float: right;
	font-size: 80%;
}

.forum-thread .thread-header .thread-author-image {
	left: 15px;
	position: absolute;
	top: 20px;
}

.forum-thread .thread-header .thread-title {
	font-size: 120%;
	font-weight: bold;
}

.forum-thread .thread-header .thread-author,
.forum-thread .thread-header .thread-date {
	display: inline-block;
	font-size: 80%;
	vertical-align: middle;
}

.forum-thread .thread-header .thread-author:after {
	content: '\2022';
	margin-left: 5px;
}

.forum-thread .thread-header .thread-date {
	color: #808080;
	font-size: 80%;
}

.forum-thread .quote-button-wrap {
	text-align: right;
	padding-top: 15px;
}

.forum-thread .thread-image-wrap {
	border-top: 1px solid #dadada;
	margin-top: 15px;
	padding-top: 15px;
}

.forum-thread .thread-image {
	display: inline-block;
}

.forum-thread .thread-image img {
	display: block;
	width: 100%;
}

.forum-page-wrap #upload-photos-button {
	position: relative;
}

.forum-page-wrap #upload-photos-button form,
.forum-page-wrap #upload-photos-button form input {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.forum-thread-quote:before {
	background: rgba(0,0,0,0.05);
	content: 'Quote:';
	display: block;
	font-size: 12px;
	font-style: italic;
	height: 25px;
	left: 1px;
	line-height: 25px;
	margin-bottom: 10px;
	padding: 0 10px;
	position: absolute;
	right: 1px;
	top: 1px;
}

.forum-thread-quote {
	background: #fff;
	border: 1px solid #EFEFEF;
	box-shadow: 0 10px 20px rgba(0,0,0,0.08);
	display: block;
	margin-bottom: 20px;
	padding: 45px 20px 20px 20px;
	position: relative;
}

.forum-member-profile {
	padding-top: 30px;
}

.forum-member-profile .forum-member-info {
	margin-bottom: 50px;
}

.forum-member-profile .forum-member-info .circle-image.large {
	display: inline-block;
	height: 240px;
	vertical-align: top;
	width: 240px;
}

.forum-member-profile .forum-member-info .forum-member-details {
	display: inline-block;
	margin-left: 50px;
	padding-top: 50px;
	vertical-align: top;
}

.forum-member-profile .forum-member-info .forum-member-details .forum-member-name {
	font-size: 130%;
	font-weight: bold;
}

.display-table.forum tr.stickied td {
	border-bottom: 2px solid #333;
}

.display-table.forum tr.stickied td:first-child {
	border-left: 2px solid #333;
}

.display-table.forum tr.stickied td:last-child {
	border-right: 2px solid #333;
}

.display-table.forum tr.stickied:nth-child(1) td {
	border-top: 2px solid #333;
}

.like-this-button .counter {
	background: #333;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	margin-left: 5px;
	padding: 2px 3px;
	text-align: center;
	vertical-align: middle;
}

.calendar-subscribe-overlay-content {
	margin: 0 auto;
	width: 600px;
	max-width: 100%; 
}

.calendar-subscribe-overlay-content .button {
	margin: 5px 0;
}

@media screen and (min-width: 900px) {
	.driving-directions-input-fields input {
		max-width: none;
	}
}


/* ---------------------------------------------------------------------------------------------------------- */
/* SelectBox Filter Styles ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.select-filter-label {
	margin-left: 0;
}

a.selectBox {
	display: none;
}

.inspiration-gallery-filters .select-filter-wrap {
	display: inline-block;
	float: none;
	margin: 0 0 10px;
	vertical-align: middle;
}

.select-filter-label {
	display: inline-block;
	float: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0 15px 10px 0;
	vertical-align: middle;
}

.select-filter-wrap select {
    -webkit-appearance: none;
	background: #fff url(/images/shared/filter-arrow.svg) 95% 50% no-repeat;
	background-size: 10px auto; 
    border: 1px solid #d0d0d0;
    box-shadow: none;
	box-sizing: border-box;
	margin-right: 15px;
	min-width: 180px;
	padding: 0 0 0 15px;
    vertical-align: middle;
}

.inspiration-gallery-filters select,
select#grid_category_id {
	background: url(/images/shared/filter-arrow.svg) 95% 50% no-repeat;
	background-color: #fff;
	background-size: 8px auto;
	-webkit-appearance: none;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	box-shadow: none;
	color: #2B3439;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	float: none;
	height: 42px;
	margin: 0;
	min-width: 220px;
	outline: none;
	overflow: hidden;
	padding-left: 10px;
	position: relative;
	text-decoration: none;
	transition: all .3s ease;
	vertical-align: middle;
}

.inspiration-gallery-filters select.selected,
.inspiration-gallery-filters select:hover {
	background: none;
}

.inspiration-gallery-filters {
	display: inline-block;
	opacity: 0;
	transition: opacity .5s ease .5s;
	vertical-align: middle;
}

.loaded .inspiration-gallery-filters {
	opacity: 1;
	transform: translateY(0);
}

.select-filter-label { 
	margin: -15px 15px 0 0;
}

a.selectBox {
	display: inline-block !important;
}

@media screen and (max-width: 1024px) {
	a.selectBox {
		display: none!important;
	}
}

.selectBox-label {
	box-sizing: border-box;
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	text-align: left;
	width: calc(100% - 35px);
}

.selectBox-arrow {
	background: url(/images/shared/filter-arrow.svg) 50% 50% no-repeat;
	background-size: 10px auto;
	float: right;
	height: 32px;
	vertical-align: middle;
	width: 35px;
}

.inspiration-gallery-filters .select-filter-wrap {
	display: inline-block;
	float: none;
	margin: 0 15px 15px;
	vertical-align: middle;
}

.inspiration-gallery-filters .select-filter-wrap:last-of-type {
	margin-right: 0;
}

/* Dropdown control */
.inspiration-gallery-filters input, 
.inspiration-gallery-filters textarea {
	background-color: #fff;
	border: none;
	border-radius: 4px;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	height: 32px;
	letter-spacing: .2px;
}

.inspiration-gallery-filters select {
	transition: all .3s ease;
}

.selectBox-dropdown {
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: auto;
	margin: 0;
	min-width: 220px;
	outline: none;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: background .3s ease;
	vertical-align: middle;
	z-index: 5;
}

.selectBox-dropdown.selectBox-menuShowing {
	background: #fff;
	border-bottom-color: transparent;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
	background: #fff;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 3px 8px rgba(0,0,0,.16); 
	box-sizing: border-box;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	max-height: 350px;
	min-width: 222px;
	overflow: auto;
	padding: 10px 0;
	position: absolute;
	text-transform: none;
	transition: all .4s ease;
	z-index: 5;
}

/* Inline control */
.selectBox-inline {
	background: #fff;
	border-radius: 4px;
	display: inline-block;
	outline: none;
	overflow: auto;
	width: 250px;
}

.selectBox-inline:focus {
	border-color: #fff;
}


/* Options */
.selectBox-options {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.selectBox-options li,
.selectBox-options li a {
	box-sizing: border-box;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.selectBox-options li a {
	line-height: 32px;
	overflow: hidden;
	padding: 0 0 0 15px;
	text-decoration: none;
	white-space: nowrap;
}

.selectBox-options li.selectBox-hover a {
	background: #EAEAEA;
}

.selectBox-options li.selectBox-disabled a {
	color: #888;
	background-color: transparent;
}

.selectBox-options li.selectBox-selected a {
	background: #EAEAEA;
}

.selectBox-options .selectBox-optgroup {
	background: #EAEAEA;
	line-height: 1.5;
	padding: .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options a {
	background-color: transparent !important;
}

@media screen and (max-width: 1024px) {
	a.selectBox {
		display: inline-block;
	}
}

@media screen and (max-width: 550px) {
	select#grid_category_id,
	form.category-and-window select,
	form.category-and-window .chosen-container {
		max-width: none;
		width: 100%;
	}
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Global Responsive Styles --------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1420px) {
    .wrapper,
    .ss-section-wrap-inner {
        margin: 0 45px;
        max-width: none;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper,
    .ss-section-wrap-inner {
        margin: 0 25px;
    }
}

@media screen and (max-width: 768px) {
    .map-locations-map-container {
        float: none;
        margin-top: 25px;
        padding: 0;
        width: auto;
    }

    .map-locations-categories {
        float: none;
        position: static;
        width: auto;
    }

    .map-locations-zip-radius-wrap {
        margin: 10px 5px;
    }

    .detail-page.member-directory .image-column {
        float: none;
        margin-top: 0;
        max-width: 450px;
        padding-right: 0;
        width: 100%;
    }

    .detail-page.member-directory .info-column {
        float: none;
        width: 100%;
    }
}


@media screen and (max-width: 550px) {
    .member-directory-items .member-directory-item {
        padding: 0;
        width: 100%;
    }

    .submit-wrap .button {
        display: block;
        width: 100%;
    }

    .list-items .list-item.resource-item .button {
        display: block;
        float: none;
        margin: 8px 0;
        text-align: center;
    }
}

/* alerts.css */
.alert,.good-alert,.bad-alert{background:#e7ffe6;border:1px solid #beffbb;color:#000;margin:10px 0;position:relative}.alert.neutral{background:#fffae0;border:1px solid #ffe153;margin:0 0 10px}.alert .inside,.alert-inside{margin:0 auto;font-size:18px;padding:20px 25px 20px 10px}.alert.neutral .inside{font-size:12px;padding:10px}.bad-alert{background:#ffe6e6;border:1px solid #fbb}.close-it{background:url(/images/shared/hide.png) 0 0 no-repeat;height:20px;position:absolute;right:5px;top:5px;width:56px}.close-it span{display:none}.good-alert.fixed,.bad-alert.fixed{border-top:0;border-left:0;border-right:0;display:none;left:0;margin:0;position:fixed;right:0;top:0;z-index:9999}.good-alert.fixed .alert-inside,.bad-alert.fixed .alert-inside{margin:0 auto;position:relative;max-width:960px}


/* ---------------------------------------------------------------------------------------------------------- */
/* Responsive Data Tables ----------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.display-table .faux-column-label {
	display: none;
}

@media screen and (max-width: 600px) {
	.display-table.no-mobile,
	.display-table.details-table,
	.display-table.mobile-handling {
		display: table;
	}

	.display-table.mobile-handling thead,
	.display-table.mobile-handling th,
	.display-table.mobile-handling tfoot {
		display: none;
	}
	
	.display-table.mobile-handling {
		background: none;
		border: 0;
		box-shadow: none;
	}

	.display-table.mobile-handling tr {
		background: #ffffff !important;
		border-radius: 5px;
		box-shadow: 0 2px 3px rgba(0,0,0,0.25);
		display: block;
		margin: 0 0 15px 0;
	}

	
	.display-table.mobile-handling td {
		background: none !important;
		border: 0;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		box-sizing: border-box;
		display: block;
		font-size: 14px;
		text-align: center;
		width: 100% !important;
	}
	
	.display-table.mobile-handling td.empty,
	.display-table.mobile-handling td.mobile-hide,
	.display-table.mobile-handling td.tablet-hide {
		display: none; 
	}
	
	.display-table.mobile-handling td a {
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 200px;
		vertical-align: middle;
	}
	
	.display-table.mobile-handling .faux-column-label {
		display: inline-block;
		padding-right: 10px;
		color: #808080;
		font-size: 90%;
		text-transform: uppercase;
	}
	
	.display-table.mobile-handling .faux-column-label span {
		display: none;
	}
	
	.display-table td img {
		border: 1px solid rgba(0,0,0,0.1);
	}
	
	.button.table-action {
		display: inline-block;
	}
}


/* ---------------------------------------------------------------------------------------------------------- */
/* SS Accordion Content ------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.ss-accordion-content-wrap {
	margin-bottom: 10px;
}

.ss-accordion-content-wrap:last-child {
	margin-bottom: 25px;
}

.ss-accordion-content-wrap .ss-accordion-toggle {
	background: #e7e7e7;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 10px 50px 10px 20px;
	position: relative;
	text-transform: uppercase;
	transition: background 0.2s ease;
}

.ss-accordion-content-wrap .ss-accordion-toggle .ss-accordion-toggle-icon {
	height: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.ss-accordion-content-wrap .ss-accordion-toggle .ss-accordion-toggle-icon:before,
.ss-accordion-content-wrap .ss-accordion-toggle .ss-accordion-toggle-icon:after {
	background: #808080;
	content: '';
	position: absolute;
}

.ss-accordion-content-wrap .ss-accordion-toggle .ss-accordion-toggle-icon:before {
	height: 4px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.ss-accordion-content-wrap .ss-accordion-toggle .ss-accordion-toggle-icon:after {
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 4px;
}

.ss-accordion-content-wrap .ss-accordion-toggle:hover,
.ss-accordion-content-wrap.show .ss-accordion-toggle {
	background: #ccc;
}

.ss-accordion-content-wrap.show .ss-accordion-toggle .ss-accordion-toggle-icon:after {
	display: none;
}

.ss-accordion-content-wrap .ss-accordion-content {
	display: none;
	padding: 20px;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* SS Editor Video Embed ------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------- */
.ss-editor-video-embed-container {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 25px 0;
	position: relative;
}

/*
.ss-editor-video-embed-container.prevent-clicks:before {
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
*/

.ss-editor-video-embed-container iframe {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	position: relative;
	z-index: 2;
	width: 100%;
}

@supports not (aspect-ratio) {
	.ss-editor-video-embed-container {
		height: 0;
		padding-top: 56.25%;
	}
	.ss-editor-video-embed-container iframe {
		height: 100%;
		position: absolute;
		top: 0;
	}
}

.ss-editor-video-embed-container:after {
	box-sizing: border-box;
	content: '';
	width: 30px;
	height: 30px;
	border: 2px solid rgba(255,255,255,0.1);
	border-top: 2px solid rgba(255,255,255,0.5);
	border-right: 2px solid rgba(255,255,255,0.5);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	border-radius: 50%;
	-webkit-animation: ss_editor_video_spin 1s infinite linear;
	animation: ss_editor_video_spin 1s infinite linear;
	z-index: 1;
}
 
@-webkit-keyframes ss_editor_video_spin {
	from {-webkit-transform: rotate(0deg);}
	to   {-webkit-transform: rotate(359deg);}
}

@keyframes ss_editor_video_spin {
	from {transform: rotate(0deg);}
	to   {transform: rotate(359deg);}
}