/***********************************************************************************************************************************************
  /$$$$$$  /$$$$$$$  /$$    /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$$
 /$$__  $$| $$__  $$| $$   | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/| $$__  $$      | $$_____/| $$__  $$|_  $$_/|__  $$__//$$__  $$| $$__  $$
| $$  \ $$| $$  \ $$| $$   | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      | $$  \ $$      | $$      | $$  \ $$  | $$     | $$  | $$  \ $$| $$  \ $$
| $$$$$$$$| $$  | $$|  $$ / $$/| $$$$$$$$| $$ $$ $$| $$      | $$$$$   | $$  | $$      | $$$$$   | $$  | $$  | $$     | $$  | $$  | $$| $$$$$$$/
| $$__  $$| $$  | $$ \  $$ $$/ | $$__  $$| $$  $$$$| $$      | $$__/   | $$  | $$      | $$__/   | $$  | $$  | $$     | $$  | $$  | $$| $$__  $$
| $$  | $$| $$  | $$  \  $$$/  | $$  | $$| $$\  $$$| $$    $$| $$      | $$  | $$      | $$      | $$  | $$  | $$     | $$  | $$  | $$| $$  \ $$
| $$  | $$| $$$$$$$/   \  $/   | $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$/      | $$$$$$$$| $$$$$$$/ /$$$$$$   | $$  |  $$$$$$/| $$  | $$
|__/  |__/|_______/     \_/    |__/  |__/|__/  \__/ \______/ |________/|_______/       |________/|_______/ |______/   |__/   \______/ |__/  |__/
***********************************************************************************************************************************************/
.banner-container .banner-image > div:first-of-type
{
	position: relative;
}

.banner-container .banner-image > div:first-of-type::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	background-color: #ffffff;	
}

@media screen and (max-width: 1200px)
{
	.banner-container .banner-image > div:first-of-type::before
	{
		display: none;
	}	
}

.banner-container .banner-image > div:first-of-type::after
{
	content: '';
    position: absolute;
    bottom: -1px;
    left: 250px;
    width: 50px;
    height: 50px;
    background-image: url('/images/banner-shape.png');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1200px)
{
	.banner-container .banner-image > div:first-of-type::after
	{
		display: none;
	}	
}


.banner-advanced-editor-html-container
{
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}

.media-inner-wrapper
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.media-inner-wrapper .media-background-video
{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}

.banner-advanced-editor-html-container .media-inner-wrapper .white-banner-wrapper
{
	position: absolute;
	left: -170px;
	background-color: #ffffff;
	border-radius: 0 0 0 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	max-width: 643px;
	padding: 40px;
	margin: 0 auto 0 0 
}

@media screen and (max-width: 1600px)
{
	.banner-advanced-editor-html-container .media-inner-wrapper .white-banner-wrapper
	{
		left: 0;
	}
}

@media screen and (max-width: 1200px)
{
	
	.banner-advanced-editor-html-container .media-inner-wrapper .white-banner-wrapper
	{
		margin: 0 auto;
		left: auto;

	}
}


.media-inner-wrapper .banner-caption
{
	font-family: geological_semibold, sans-serif;
	font-weight: normal;
	font-size: calc(26px + (60 - 26) * ((100vw - 400px) / (2000 - 400)));
	color: #0C479D !important;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-caption
	{
		font-size: 61px;
	}
}


.media-inner-wrapper .banner-caption-lesser
{
	position: relative;
	display: flex;
	align-items: center;
	font-family: geological, sans-serif;
	font-size: calc(18px + (21 - 18) * ((100vw - 400px) / (2000 - 400)));
	color: #0C479D !important;
}

.media-inner-wrapper .banner-caption-lesser::after
{
	content: '';
	position: relative;
	display: block;
	height: 2px;
	width: 17px;
	background-color: #FE4446;
	margin-left: 10px;
}


.media-inner-wrapper .banner-description
{
	font-family: geological, sans-serif;
	font-size: calc(16px + (21 - 16) * ((100vw - 400px) / (2000 - 400)));
	color: #2B2626 !important;
	padding-bottom: 20px;
	border-bottom: 2px solid #DFDFDF;
}

.media-inner-wrapper .banner-description.no-underline
{
	border-bottom: none;
}

.media-inner-wrapper .banner-description-lesser
{
	font-family: geological_light, sans-serif;
	font-size: calc(16px + (18 - 16) * ((100vw - 400px) / (2000 - 400)));
	color: #2B2626 !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width: 991px)
{
	.media-inner-wrapper .banner-description-lesser
	{
		display: none;
	}	
}