div.content-sidebar-wrap{
	max-width:100%;
	width:100%;
}
.primary-content > picture.fade-in-right{
	float:right;
	margin-left:30px;
	margin-bottom:30px;
}
.secondary-content img {
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
    max-width: 50%;
    border: solid 1px #ddd;
}
.cross-link-wrap{
	padding:50px 0;
	position:relative;
}
.row.secondary-content {
    margin-bottom: 0;
    padding-bottom: 40px;
}
.cross-link-pages > div{
	width:25%;
	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;
}

.cross-link .row-inner {
    display: flex;
}

.cross-link .row-inner > div {
    width: 50%;
}

.cross-link-pages li a {
    font-weight: normal;
    font-size: 0.875em;
}

.cross-link-pages li {
    width: 50%;
    float: left;
}

.cross-link .row-inner > div img {
    width: 100%;
}

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

.row.gallery .row-inner {
    max-width: 1280px;
}

.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: 20px;
    width: 20px;
}

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: 20px;
    width: 20px;
}

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

.secondary-content .row-inner > div {
    margin-bottom: 24px;
}

div.row.secondary_content {
    background: #fff;
}


.row.gallery.static-gallery .row-inner {
    max-width: 100%;
}

.static-gallery .gallery-slider {
    display: flex;
    flex-wrap: wrap;
}

.static-gallery .gallery-slider .slide {
    width: 25%;
    padding: 0;
}

.static-gallery .gallery-slider .slide img {
    border-radius: 0;
    border: solid 1px #fff;
}

.row.gallery.static-gallery {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
	border-bottom:solid 1px #fff;
}

.static-gallery .slide a:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 0;
    transition: all 300ms;
}

.static-gallery .slide a {
    position: relative;
    height: 300px;
    overflow: hidden;
	border:solid 1px #ddd;
}

.static-gallery .slide a img, .static-gallery .slide a picture {
    width: auto;
    max-width: 100%;
    min-height: 100%;
    margin: 0 auto;
}

.static-gallery .slide a:hover:before {
    background: rgb(3 55 154 / 50%);
}

.gallery a.primary-btn.load-gallery {
    min-height: 0;
    width: auto;
    display: inline-block;
}

.gallery .btn-wrap {
    text-align: center;
    padding: 40px 0 60px 0;
}

.gallery-slider.expand-gallery {
    max-height: 700px;
    overflow: hidden;
    position: relative;
    transition: max-height 1200ms ease-in-out;
}

.gallery-slider.expand-gallery:after {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, white, transparent);
    height: 100px;
    width: 100%;
    bottom: 0;
	transition: all 1200ms ease-in-out;
}

.gallery-slider.expand-gallery.show-gallery:after {
    bottom: -100px;
}

.logos h2 {
    text-align: center;
    width: 100%;
}

.logos .row-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logos .row-inner > picture,.logos .row-inner > img {
    width: 13.28%;
    margin-bottom: 30px;
}

.logos .row-inner::after {
    display: none;
}

div.row .video {
    float: right;
    width: 400px;
    max-width: 100%;
    position: relative;
	margin-left:32px;
	margin-bottom:32px;
}

div.row .video svg {
    width: 60px;
    color: #ce2528;
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    right: 0;
    margin: 0 auto;
	transition:all 300ms;
}

div.row .video:hover svg {
    color: red;
}

div.row .video img {
    max-width: 100%;
    margin: 0;
    float: none;
}

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

@media only screen and (max-width:1320px) {
	.row.gallery.static-gallery .row-inner {
		width:100%;
	}
	.static-gallery .slide a {
		height: 200px;
	}
}

@media only screen and (max-width:1200px){
	.cross-link-pages li{
		width:100%;
	}
	.cross-link .row-inner > div.ft-img{
		padding-left:40px;
	}
}

@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:895px) {

	.primary-content > picture.fade-in-right{
		float:none;
		margin:0 auto;
		display:block;
		text-align:center;
		margin-bottom:40px;
	}
	.primary-content > picture.fade-in-right img{
		margin:0 auto;
	}
	.row.gallery h2{
		font-size: 1.4em;
	}
	.static-gallery .gallery-slider .slide {
		width: 33.33%;
	}
	
	.logos .row-inner > picture, .logos .row-inner > img {
		width: 27%;
	}

}

@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, div.row .video{
		margin:0 auto;
		margin-bottom:30px;
		max-width:100%;
		width:100%;
		float:none;
	}
	
	.static-gallery .gallery-slider .slide {
		width: 50%;
	}
}

@media only screen and (max-width:650px){
	.cross-link .row-inner{
		flex-wrap:nowrap;
		flex-direction:column;
	}
	.cross-link .row-inner > div{
		width:100%;
		flex-basis:100%;
		padding:0!important;
		order:2;
	}
	.cross-link .row-inner > div.ft-img{
		order:1;
		margin-bottom:40px;
	}
}

@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 only screen and (max-width:500px) {
	.static-gallery .gallery-slider .slide {
		width: 100%;
		height: 300px;
	}
}
@media screen and (max-width:450px){
	.cross-link-pages > div{
		width:100%;
		float:none;
		padding-right:0;
	}
}