﻿/* VIDEO BLOCK */

.video-block.blue-pale {

/* margin-bottom: 50px; */
}
.video-block .wrapper .container {
	text-align:center;
}
.video-block .wrapper .container iframe {
	width: 713px;
	height:269px;
}
.video-block .wrapper .container .title-video {
	font-size: 3em;
	color: #0071ce;
	font-weight: 400;
	position: relative;
	margin: 35px auto;
	width: 90%;
	padding: 0;
}
.video-block .wrapper .container p {
	font-size: 2.1em;
	color: #4c6c9d;
	font-weight: 400;
	position: relative;
	margin: 35px auto;
	width: 90%;
	padding: 10px 0 60px 0;
}
.video-block .wrapper .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.video-block .wrapper .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h3.claim {
    color: #fff;
    font-size: 3em;
    font-weight: 500;
    text-align: center;
    padding: 30px 0 0 0;
}
h3.claim:after {
    content:"\e609";
    font-family: icomoon;
    display: block;
    font-size: 2em;
}
