div.content-sidebar-wrap{
	max-width:100%;
	width:100%;
}
.secondary-content img{
	float:right;
	margin-left:40px;
	margin-bottom:40px;
	max-width:50%;
}
.cross-link-wrap{
	padding:50px 0;
	position:relative;
}
.row.secondary-content{
	margin-bottom: 0;
}
.cross-link-pages > div{
	width:16.667%;
	padding-right:30px;
	box-sizing:border-box;
	float:left;
	text-align:center;
}
.cross-link-pages > div img{
	margin-bottom:10px;
	-webkit-transition:all 300ms;
	border:1px solid #ddd;
}
.cross-link-pages > div a{
	text-decoration:none;
}
.cross-link-pages > div p{
	font-weight:bold;
}
.cross-link-pages > div a:hover img{
	opacity:0.7;
}

.row.secondary_content:after {
	content: '';
	display: table;
	clear: both;
}

.row.gallery {
    padding-top: 50px;
    padding-bottom: 20px;
}

.row.gallery h2 {
    text-align: center;
    /* font-size: 48px; */
}

.gallery-slider .slide {
    padding: 0 10px;
}

button.slick-prev.slick-arrow {
    left: -80px;
    color: #fff;
    width: auto;
    height: auto;
    padding: 10px;
}

button.slick-prev.slick-arrow svg {
    color: #222;
    font-size: 32px;
    width: 32px;
}

button.slick-prev.slick-arrow:hover {
    box-shadow: none;
    background: #efefef;
}

button.slick-next.slick-arrow {
    right: -80px;
    color: #fff;
    width: auto;
    height: auto;
    padding: 10px;
}

button.slick-next.slick-arrow svg {
    color: #222;
    font-size: 32px;
    width: 32px;
}

button.slick-next.slick-arrow:hover, button.slick-prev.slick-arrow:hover {
    box-shadow: none;
    background: #efefef;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.gallery ul.slick-dots {
    position: relative;
}

/* .primary-content img {
    float: right;
    max-width: 500px;
    margin-left: 40px;
    margin-bottom: 40px;
} */

.right {float: right;max-width: 500px;margin-left: 40px;margin-bottom: 20px;}

.right img {margin-bottom: 20px;}

.right a.primary-btn {width: 100%;text-align: center;margin-bottom: 20px;}

.right .fluid-width-video-wrapper {padding-top: 0 !important;}

.right .fluid-width-video-wrapper iframe {position: Relative;width: 560px;height: 315px;max-width: 100%;}

a.brochure-img-link {
    display: block;
    width: fit-content;
    align-self: center;
	margin-bottom: 24px;
}

.row.brochure-cta .row-inner {
    display: flex;
    flex-direction: column;
}

.row.brochure-cta .row-inner a.primary-btn {
	width: fit-content;
    text-align: center;
    align-self: center;
}

@media only screen and (max-width:1400px) {
	.row.gallery .row-inner {
    	max-width: 90%;
	}
}

@media only screen and (max-width:1000px) {
	.cross-link-pages > div{
		width:25%;
	}
	.cross-link-pages > div:nth-child(4n+1){
		clear:both;
	}
}

@media only screen and (max-width:768px) {
	.cross-link-wrap{
	padding:50px 5%;
	}
	.cross-link-pages > div{
	width:33.33%;
	}
	.cross-link-pages > div:nth-child(4n+1){
	clear:none;
	}
	.cross-link-pages > div:nth-child(3n+1){
	clear:both;
	}
}

@media screen and (max-width:680px){
	.secondary-content img{
		margin:0 auto;
		margin-bottom:30px;
		max-width:100%;
		width:100%;
		float:none;
	}
}

@media only screen and(max-width:600px) {
	.detail-page-3 .cross-link-pages > div{
		width:50%;
	}
	.detail-pages .cross-link-pages > div:nth-child(3n+1){
		clear:none;
	}
	.detail-pages .cross-link-pages > div:nth-child(2n+1){
		clear:both;
	}
}

@media screen and (max-width:450px){
	.cross-link-pages > div{
		width:100%;
		float:none;
		padding-right:0;
	}
}