/*
Template Name: Content Page
*/

.flexible-content-row {
	height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* COVER MEDIA */

.video {
	position: relative;
}

.video-item {
	width: 100%;
	height: auto;
	z-index:0;
}

.photo {
    position: relative;
    width: 100%;
}

.photo-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 50vh;
    margin-top: 52px;
    min-height: 400px;
}

@media only screen and (max-width : 500px) {
    .photo-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 43%;
        min-height: 100%;
        min-width: 400px;
        min-height: 200px;
        max-height: 200px;
        margin-top: 85px;
    }

    .text-in-media {
        top: 65% !important;
    }
}



.text-in-media {
    color: #fff;
	font-family: ikano_sansbold;
	text-align: center;
	position: absolute;
    top: 60%;
	z-index: 1;
    transform: translate(0,-50%);
    user-select: none;
}

.text-in-media h1 {
    font-size: 1.75rem;
    line-height: 2rem;
}

/* 2 BOXES ASIDE */

.background-cover-full {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	min-height: 100%;
}

.background-cover-full > * > * > h2 {
	color: #fff;
}

.background-cover-full > * > * > p {
	color: #fff;
}

.background-cover-full > * > * > * > a {
	color: #fff;
}

.background-cover-side {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	min-height: 100%;
}

.content-page-left-box-content {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-right: 15px;
}

.content-page-left-box-content:first-child {
	padding-top: 2.5rem;
}

.content-page-left-box-content:last-child {
	padding-bottom: 2.5rem;
}

.content-page-right-box-content {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 15px;
}

.content-page-right-box-content:first-child {
	padding-top: 2.5rem;
}

.content-page-right-box-content:last-child {
	padding-bottom: 2.5rem;
}

/* CENTERED CONTENT */

.centered-content {
	text-align: center;
	padding-top: 20px;
}

/* CENTERED YOUTUBE VIDEO */

.centered-youtube {
	padding: 10px 20px 10px 20px;
}
@media (max-width: 575px) {
	.centered-youtube iframe{
		max-width: 100%;
        max-height: 100%;
	}
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* CONTENT SLIDER */

.content-slider {
	text-align: center;
}

.slider-nav {
	padding: 0;
	width: 100vw;
	overflow: hidden;
}

.slick-initialized .slick-slide {
	display: table;
}

.slider-background-image {
	background-size: cover;
	background-repeat: no-repeat;
	width: 250px;
	max-width: 250px;
	height: 100px;
	max-height: 100px;
	vertical-align: middle;
	position: relative;
}

.slider-background-image > p {
	display: table-cell;
	vertical-align: middle;
	color: #f5f5f5;
	font-family: ikano_sansbold;
	font-size: 20px;
}

.slick-current::after {
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
}



/* GOVERNANCE */

.large-image {
	max-width: 100%;
	width: auto;
	height: auto;
}

.team-member-name {
	font-family: ikano_sansbold;
}

/* BUSINESS CONTACT INFORMATION */

.col-bci {
	padding-top: 15px;
	padding-bottom: 15px;
}

.list-group-item-bci:last-of-type {
	border-bottom: none;
}

.list-group-item-bci {
	padding-left: 0;
	padding-right: 0;
	cursor: pointer;
	border-bottom: 1px solid #ebeae9;
}

.fa-chevron-up {
	color: #fcbd31;
	padding-bottom: 6px;
	transition: .3s transform ease-in-out;
}

.collapsed .fa-chevron-up {
	transform: rotate(180deg);
}

.content-section a[href^="mailto"] { 
	font-family: ikano_sansbold;
	color: #34353a;
	border-bottom: none;
}

.content-section a[href^="mailto"]:hover { 
	color: #fcbd31;
	text-decoration: none;
	transition: color .2s ease-out;
}

.content-section strong { 
	font-weight: 400;
	font-family: ikano_sansbold;
}

.content-section .no-arrow-img::after{
	content: none;
}

/* MEDIA QUERIES */

@media (max-width: 575px) {
    .text-in-media h1 {
		font-size: 2rem;
		line-height: 2.3125rem;
	}

	.content-page-left-box-content {
		padding-left: 15px;
	}

	.content-page-right-box-content {
		padding-right: 15px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
    .text-in-media h1 {
		font-size: 2.5rem;
		line-height: 2.875rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-in-media h1 {
		font-size: 2.5rem;
		line-height: 2.875rem;
	}

	p {
		margin-top: 1rem;
	}

	.content-page-left-box-content {
		padding-left: 15px;
	}

	.content-page-right-box-content {
		padding-right: 15px;
	}

	.centered-content {
        padding: 40px calc(65vw - ((1200px/2) + 7.5px - 20px)) 40px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.text-in-media h1 {
		font-size: 3.25rem;
		line-height: 3.75rem;
	}

	p {
		margin-top: 1rem;
	}

	.content-page-left-box-content {
		padding-left: 15px;
	}

	.content-page-right-box-content {
		padding-right: 15px;
	}

	.centered-content {
        padding: 40px calc(65vw - ((1200px/2) + 7.5px - 20px)) 40px;
	}
	
	h2 {
		font-size: 2.25rem;
	}
}

@media (min-width: 1200px) {
	.text-in-media h1 {
		font-size: 3.25rem;
		line-height: 3.75rem;
	}

	p {
		margin-top: 1rem;
	}

	.content-page-left-box-content {
		padding-left: calc((50vw - ((1200px/2) + 7.5px - 20px)) + 15px);
		padding-right: 50px;
	}

	.content-page-right-box-content {
		padding-right: calc((50vw - ((1200px/2) + 7.5px - 20px)) + 15px);
		padding-left: 50px;
	}
	
	.centered-content {
        padding: 40px calc(55vw - ((1200px/2) + 7.5px - 20px)) 40px;
	}

	.slider-header-description {
		padding: 40px calc(55vw - ((1200px/2) + 7.5px - 20px)) 40px;
	}

	.slider-for {
		padding: 40px calc(55vw - ((1200px/2) + 7.5px - 20px)) 40px;
	}

	.available-jobs {
		padding: 40px calc(55vw - ((1200px/2) + 7.5px - 20px)) 40px;
	}
	
	h2 {
		font-size: 2.25rem;
	}
}

.container-youtube-1-3{
	padding-top: 50px; 
	padding-bottom: 50px;
}
