/* Shared Details */
.shared-detail {

}

.shared-detail .controlled-width {
    max-width: 785px;
}

/* Shared Top */
.shared-top {   
   background-color: #f4f2f0;
   padding: 25px 10px 50px;
   text-align: center;
}

.shared-top .shared-top-outer {
	display: flex;
	justify-content: space-between;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}

.shared-top .shared-top-outer .left-col {
	text-align: left;
}

.shared-top .shared-top-outer .right-col {
	text-align: right;
}

.shared-top .shared-back-button,
.shared-top .add-this {
	position: relative;
	display: inline-block;
	border: 2px solid #eeebe6;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #50afad;
	background-color: white;
	cursor: pointer;
}

.shared-top .shared-back-button {
	padding: 8px 12px 8px 32px;
}
.add-this { display: none; }
.shared-top .add-this {
    display: inline-block;
	padding: 8px 12px;
}
@media(max-width: 640px){
    .shared-top .add-this a:link {
        line-height: 16px;
    }
}
.shared-top .add-this .fa.fa-share {
	padding-left: 8px;
}

.shared-top .shared-back-button i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 12px;
	font-size: 20px;
	font-weight: 100;
	margin-right: 10px;
}

.shared-top h1 {
    font-size: 52px;
    line-height: 56px;
    margin: 0 0 15px;
}

.shared-top .location {
    position: relative;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 15px;
    padding-left: 18px;
}

.shared-top .location i {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    font-size: 20px;
}

.shared-top .contact-info {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.shared-top .contact-info li {
    position: relative;
    margin: 0 15px;
}

.shared-top .contact-info li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 1px;
    height: 80%;
    background-color: #332212;
}

.shared-top .contact-info li:not(:[data-name="address"]) {
	flex: 1;
}

.shared-top .contact-info li[data-name="address"]::after,
.shared-top .contact-info li:last-child::after {
    display: none;
}

.shared-top .contact-info li[data-name="address"] {
	display: block;
	width: 100%;
    margin-bottom: 15px;
    font-size: 22px;
}

.shared-top .contact-info li[data-name="address"]:before {
	font-family: FontAwesome;
    content: '\f041';
}

.shared-top .contact-info a,
.info-list-label,
.info-list-value {
    color: #332212;
    font-size: 18px;
    font-weight: normal;
}

.shared-top ul {
    list-style: none;
    margin: 0;
}

.shared-top ul.info {
    font-size: 24px;
    line-height: 34px;
    color: #756b5e;
    margin-bottom: 20px;
}

.shared-top .social-icons ul li .info-list-value {
	display: flex;
}

.shared-top ul.links {
    display: flex;
}

.shared-top .weblink,
.shared-top .trip,
.shared-top .printlink {
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 12px 30px;
    margin: 0 15px;
    min-height: 40px;
    min-width: 130px;
}

.shared-top .printlink {
    margin: 0 auto 30px;
    max-width: 170px;
}

.shared-top .weblink a,
.shared-top .trip a,
.shared-top a.printlink {
    min-width: 70px;
    min-height: 20px;
    line-height: 1;
    color: #fff;
}

.shared-top .weblink.blue,
.shared-top .printlink.blue {
    background-color: #50afad;
}

.shared-top .trip.green {
    background-color: #3f9c35;
}

.shared-top.event ul.links {
	width: 100%;
	justify-content: center;
}

.shared-top .trip a[data-tb-add] i.fa.fa-heart-o {
	display: none;
}

.shared-top .trip a[data-tb-add]:after {
	/*content: 'Add to Trip';*/
}

/* .shared-top .trip a,
.shared-top .weblink a {
    color: inherit;
} */
@media(max-width:640px){
    .shared-top .weblink a {
        line-height: 16px;
    }
}
.shared-top .trip a:hover,
.shared-top .weblink a:hover,
.shared-top a.printlink:hover {
    text-decoration: none;
}

.shared-top .link-container {
    display: flex;
    justify-content: center;
}

.shared-top .link-container .left-col,
.shared-top .link-container .right-col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.shared-top .link-container .left-col { 
    /* width: 100%;  */
    flex-wrap: wrap;
}
.shared-top .link-container .left-col .left-col-flex-cont {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.shared-top .link-container .left-col .left-col-flex-cont:first-child div,
.shared-top .link-container .left-col .left-col-flex-cont:last-child div:first-child {
    margin-bottom:30px;
}

.shared-top .trip-adv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 15px 30px;
}

.shared-top .trip-adv .heading {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.shared-top .trip-adv .ta-rating-cont {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 16px;
}
.shared-top .trip-adv a {
    font-size: 16px;
    line-height: 16px;
}
.shared-top .trip-adv-tally {
    display: inline-block;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .shared-top h1 {
        font-size: 42px;
        line-height: 46px;
    }
    .shared-top .location {
        font-size: 20px;
    }
    .shared-top .contact-info,
    .shared-top .contact-info a {
        font-size: 16px;
    }
    .shared-top ul.links li a {
        font-size: 15px;
    }
    .shared-top ul.links li:first-child {
        margin-left: 0;
    }
    .shared-top ul.links li:last-child {
        margin-right: 0;
    }
}

@media (max-width: 640px) {
    .shared-top .contact-info {
        flex-direction: column;
    }
    .shared-top .contact-info li {
		height: auto;
        margin: 0;
	}
	.shared-top .contact-info li .info-list-label,
	.shared-top .contact-info li .info-list-value {
		font-size: 16px;
		line-height: 20px;
    }
    .shared-top .contact-info li::after {
        display: none;
    }
    .shared-top .link-container {
        flex-direction: column;
        align-items: center;
    }
    .shared-top .link-container .left-col,
    .shared-top .link-container .right-col {
        width: 100%;
        justify-content: center;
    }
    .shared-top .weblink,
    .shared-top .trip { padding: 15px 10px; }

    .shared-top ul.links {
        margin-top: 25px;
    }
    .shared-top ul.links li {
        padding: 7px 21px;
        margin: 0 5px;
    }
    .shared-top h1 {
		margin-top: 24px;
        font-size: 36px;
        line-height: 40px;
    }
    .shared-top .location {
        font-size: 16px;
        line-height: 22px;
        width: 55%;
        padding-left: 0;
    }
    .shared-top .location i {
        left: -15px;
    }
    .shared-top .shared-back-button {
        font-size: 15px;
        line-height: 17px;
    }
}

/* Shared Gallery */
.gallery-cont {
    padding: 0 15px;
    background: linear-gradient(to bottom, #f4f2f0, #f4f2f0 25%, white 25%, white 100%);
    margin-bottom: 60px;
}

.gallery-cont.full-width {
    padding: 0;
}

.gallery-cont .shared-gallery {
    display: flex;
    cursor: pointer;
    justify-content: center;
}

.gallery-cont .shared-gallery .slick-slider {
	display: none;
}
.gallery-cont.active .shared-gallery .slick-slider {
	/*display: block;*/
}

.gallery-cont.narrow-width {
    display: none;
	position: relative;
	width: 100%;
}

.gallery-cont.narrow-width .shared-gallery {
    width: 100%;
    max-width: 785px;
    margin: 0 auto;
}

.gallery-cont.narrow-width.active { display: block; }

.gallery-cont.full-width .shared-gallery {
    width: 100%;
}

.gallery-cont.full-width .shared-gallery .item.large {
    flex: 0 1 50%;
}

.gallery-cont .shared-gallery .item .img-cont {
    position: relative;
}
.gallery-cont .shared-gallery .item .img-cont.youtube {
    height:100%;
}
.gallery-cont .shared-gallery .item .img-cont img {
    display: block;
    width: 100%;
}

.gallery-cont .shared-gallery .item .img-cont .open-gallery {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #50afad;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.gallery-cont .shared-gallery .gallery-items {
    flex: 0 1 50%;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid white;
}

.gallery-cont .shared-gallery .gallery-items .item.small {
    flex: auto;
    width: 50%;
    border: 1px solid white;
}

.gallery-cont .shared-gallery .gallery-items .item.small:nth-child(even) {
    border-right: 0;
}

.gallery-cont .shared-gallery .video-open iframe {
    max-width: 100%;
}
.gallery-cont .shared-gallery .youtube-wrapper {
    position: relative;
    width: 100%;
    height: calc(100% - 3px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.gallery-cont .shared-gallery .youtube-wrapper .youtube-play {
    width: 80px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .gallery-cont {
        margin-bottom: 45px;
    }
}

@media (max-width: 640px) {
    .gallery-cont {
        margin-bottom: 30px;
    }
    .gallery-cont.full-width .shared-gallery {
        flex-direction: column;
    }
    .gallery-cont.full-width .shared-gallery .item.large,
    .gallery-cont.full-width .shared-gallery .gallery-items {
        flex: auto;
        width: 100%;
        height: 100%;
    }
    .gallery-cont.full-width .shared-gallery .item.large.youtube {
        flex: auto;
        width: 100%;
        height: calc(2/3 * 100vw);
    }
    .gallery-cont .shared-gallery .item.small .youtube-wrapper .youtube-play {
        width: 50px !important;
    }
    .gallery-cont.full-width .shared-gallery .gallery-items {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        border-left: 0;
    }
    .gallery-cont .shared-gallery .gallery-items .item.small:nth-child(odd) {
        border-left: 0;
    }
    .gallery-cont .shared-gallery .video-open {
        pointer-events: none;
    }
}

/* Shared Bottom */
.panel-one-col.controlled-width.shared-bottom-panel {
    max-width: 1230px;
    padding: 0 15px;
}

.shared-bottom {
	position: relative;
}

.shared-bottom .detail-content {
    position: relative;
    height: 100%;
    /*max-height: 400px;*/
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 35px;
    margin-bottom: 40px;
}

.shared-bottom .detail-content.expanded {
    max-height: none;
}

.shared-bottom .detail-content h2 {
    font-size: 30px;
    line-height: 36px;
}

.shared-bottom .detail-content p {
    line-height: 24px;
    font-weight: 400;
}

.shared-bottom .detail-content .read-more-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
    padding: 120px 0 0;
}

.shared-bottom .detail-content .read-more-cont::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
}

.shared-bottom .detail-content.expanded .read-more-cont {
    background: transparent;
}

.shared-bottom .detail-content.expanded .read-more-cont::after {
    display: none;
}

.shared-bottom .detail-content #read-more {
    border: 0;
    background: transparent;
    color: #50afad;
    font-weight: bolder;
    padding: 0;
    margin: 0;
    transition: none;
    z-index: 1;
}

.shared-bottom .detail-content #read-more:focus {
    outline: none;
}

.shared-bottom  .bottom-divider {
	position: relative;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: url(../png/geo-pattern-woven.png) center / contain repeat-x;
	z-index: 1;
}

.shared-bottom .detail-tab.active dd.active a,
.shared-bottom .detail-tab.active .tab-title.active a {
    background-color: #50afad;
    color: #fff;
}

.shared-bottom .detail-tab .content-panel .content .tabs-content .content { display: none; }
.shared-bottom .detail-tab .content-panel .content .tabs-content .content.active { display: block; }

.shared-bottom ul.amen-subtab > li,
.shared-bottom ul.meeting-subtab > li {
    display: inline-flex;
    width: 100%;
    background-color: #e9e9e9;
    padding: 10px 5px;
    font-size: 14px;
}

.shared-bottom ul.meeting-subtab li {
    width: 100% !important;
}

.shared-bottom ul.amen-subtab > li:nth-of-type(2n),
.shared-bottom ul.meeting-subtab > li:nth-of-type(2n) { background-color: #fff; }

.shared-bottom .map-container {
	position: relative;    
    margin-bottom: 60px;
}

.shared-bottom [data-gMapContainer] {
    display: none;
    position: relative; 
    padding-top: 0px;   
    height: 400px;
}

.shared-bottom .map-container.open [data-gMapContainer] {
    display: block;    
}

.shared-bottom [data-gMapContainer] [data-mapHolder] {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.shared-bottom [data-gMapContainer] [data-mapHolder] .pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 65px;
    color: #3f9c35;
}

.shared-bottom .map-container .map-toggle {
    display: block;
    min-height: 400px;
    width: 100%;
}
.shared-bottom .map-container .map-toggle .map-button-text {
    position: absolute;
    background-color: #50afad;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shared-bottom .map-container .map-toggle .map-button-text:before { content: 'Click to View Map'; }
.shared-bottom .map-container.open .map-toggle { display: none; }
.shared-bottom .map-container .placeholder-map {
    display: block;
    cursor: pointer;
}
.shared-bottom .map-container.open .placeholder-map { display: none; }

.shared-bottom ul {
	position: relative;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	list-style: none;
}
.shared-bottom ul.info-list { padding: 0 0 15px 0; }
.shared-bottom ul.info-list .info-list-label,
.shared-bottom ul.info-list .info-list-value {
	font-size: 16px;
	line-height: 24px;
}
.shared-bottom ul.info-list .info-list-label { font-weight: bold; }
.shared-bottom .detail-tab { margin-bottom: 25px; }

.shared-bottom .detail-tab .tab-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 2px solid #efebe7;
}
.shared-bottom .detail-tab.active .tab-inner { background-color: #f4f2f0; }
.shared-bottom .detail-tab .tab-inner h3 {
    font-size: 28px;
    line-height: 30px;
    margin: 0;
}
.shared-bottom .detail-tab .tab-inner .toggle {
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-color: #50afad;
	cursor: pointer;
}

.shared-bottom .detail-tab .tab-inner .toggle > * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
}

.shared-bottom .detail-tab .tab-inner .toggle .fa.fa-minus {
    display: none;
}

.shared-bottom .detail-tab.active .tab-inner .toggle .fa.fa-minus {
    display: inline-block;
}

.shared-bottom .detail-tab.active .tab-inner .toggle .fa.fa-plus {
    display: none;
}

.shared-bottom .detail-tab .tab-content {
    display: none;
    padding-top: 25px;
}

.shared-bottom .detail-tab.active .tab-content {
    display: block;
}

.shared-bottom .detail-tab .tab-content h6 { margin-top: 5px; }

.shared-bottom .detail-content .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

@media (min-width: 1025px) {
    .shared-bottom {
        margin-bottom: 115px;
    }
}

@media (max-width: 1024px) {
    .shared-bottom .detail-content {
		padding: 0 15px;
	}
    .shared-bottom .detail-content {
        margin-bottom: 40px;
    }	
    .shared-bottom [data-gMapContainer] {
        margin-bottom: 40px;
    }
}

@media (max-width: 640px) {
    .shared-bottom .detail-content h2 {
        font-size: 24px;
        line-height: 30px;
    }
	.shared-bottom .detail-content .description {
		font-size: 16px;
		line-height: 24px;
	}
    .shared-bottom [data-gMapContainer] {
        margin-bottom: 25px;
    }
    .shared-bottom .detail-tab .tab-inner h3 {
        font-size: 22px;
        line-height: 24px;
    }
    .shared-bottom .detail-tab {
        margin-bottom: 10px;
    }
    .shared-bottom .detail-tab .tab-inner .toggle {
        width: 22px;
        height: 22px;
    }
    .shared-bottom .detail-tab .tab-inner .toggle > * {
        font-size: 14px;
    }
}

.featured-slider-alt {
    overflow: hidden;
    padding: 0 15px;
    margin: 0 -15px;
}
.featured-slider-alt .item-cont {
    position: relative;
    margin: 0 -15px;
}
.featured-slider-alt .item-cont .arrows {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
}
.featured-slider-alt .arrows .arrow-cont {
    position: relative;
    width: 40px;
    height: 50px;
    pointer-events: all;
}
.featured-slider-alt .arrows .arrow-cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.8;
    transition: all 0.6s ease-in-out;
    z-index: -1;
}
.featured-slider-alt .arrows .arrow-cont:hover::before {
    opacity: 1;
    background-color: #50afad;
}
.featured-slider-alt .arrows .arrow-cont img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease-in-out;
    z-index: 1;
}
.featured-slider-alt .arrows .arrow-cont .arrow-white {
    opacity: 0;
}
.featured-slider-alt .arrows .arrow-cont:hover .arrow-white {
    opacity: 1;
}
.featured-slider-alt .arrows .arrow-cont:hover .arrow-blue {
    opacity: 0;
}
.featured-slider-alt .item {
    margin: 0 15px;
}
.featured-slider-alt .item .img-cont {
    position: relative;
    margin-bottom: 20px;
}
.featured-slider-alt .item .img-cont img {
    display: block;
    width: 100%;
}
.featured-slider-alt .item .img-cont .feat-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
}
.featured-slider-alt .item .img-cont .feat-badge::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #50afad;
    opacity: 0.8;
    z-index: -1;
}
.featured-slider-alt .item .img-cont .date {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 25px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #3f9c35; 
}
.featured-slider-alt .title {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    letter-spacing: 0;
}
.featured-slider-alt .title i {
    font-size: 34px;
    font-weight: bold;
    line-height: 24px;
}
.featured-slider-alt .date-range,
.featured-slider-alt p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}
@media (max-width: 1024px) {
    .featured-slider-alt .item-cont {
        margin: 0 -15px;
    }
    .featured-slider-alt .title {
        font-size: 20px;
        line-height: 24px;
    }
    .featured-slider-alt .title i {
        font-size: 26px;
        line-height: auto;
    }
    .featured-slider-alt .item .img-cont {
        margin-bottom: 10px;
    }
    .featured-slider-alt .item .img-cont .date {
        font-size: 15px;
    }
}
@media (max-width: 640px) {
    .featured-slider-alt {
        margin-bottom: 30px;
    }
    .featured-slider-alt .title {
        font-size: 25px;
        line-height: 29px;
    }
    .featured-slider-alt .item .img-cont .date {
        font-size: 17px;
    }
    .featured-slider-alt .arrows .arrow-cont:hover::before {
        opacity: 0.9;
        background-color: white;
    }
    .featured-slider-alt .arrows .arrow-cont:hover .arrow-white {
        opacity: 0;
    }
    .featured-slider-alt .arrows .arrow-cont:hover .arrow-blue {
        opacity: 1;
    }
}