html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
	font-family: Rubik;
	font-size: 16px;
	color: #222;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color: #d25376;
}
a:hover, a:focus{
	color: #d25376;
	text-decoration: none;
}
*{

	box-sizing: border-box;
}
.clearfix{
	clear: both;
}


.not-link{
	text-decoration: none;
	color: #222;
}


.select-animation-1{
	position: relative;
	z-index: 1;
}
.select-animation-1:after{
	position: absolute;
	background-color: #f3f3f3;
	width: 0;
	height: 100%;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
	transition: width 0.2s;
}
.select-animation-1:hover:after{
	width: 100%;
}

.block-title{
	font-size: 48px;
}


.button-2,
form input[type="submit"].button-2{
	font-size: 15px;
	padding: 8px;
	background-color: #2d82b3;
	color: #fff;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
}
.button-2:hover,
form input[type="submit"].button-2:hover{
	background-color: #3d92c3;
	cursor: pointer;
}
.button-2[disabled],
form input[type="submit"].button-2[disabled]{
	background-color: #999;
}


.download-button-with-icon{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	text-decoration: none;
	border: 1px solid #999;
	color: #333;
	padding: 8px;
	text-transform: uppercase;
	border-radius: 3px;
	white-space: nowrap;
}

.download-button-with-icon img{
	width: 32px;
	margin-right: 5px;
	vertical-align: middle;
}
.download-button-with-icon span{
	vertical-align: middle;
}

b{
	font-weight: 500;
}

.nowrap{
	white-space: nowrap;
}

img{
	max-width: 100%;
}


.main-content-wrapper{
	position: absolute;
	left: 0;
	/*top: 0;*/
	width: 100%;
	min-height: 100%;
	padding-bottom: 40px;
}


.clearfix{
	clear: both;
}

.grecaptcha-badge{
	bottom: 60px!important;
}




/* other */
.modal > .title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.message-box .body{
	text-align: center;
}
.modal{
	border-radius: 3px;
}
.blocker{
	z-index: 100;
}
.center{
	text-align: center;
}

/* other */


body .button{
	text-transform: uppercase;
	font-size: 24px;
	border-radius: 3px;
	padding: 10px;
	background-color: #c50000;
	color: #fff;
	text-align: center;
	transition: background-color 0.2s;
	padding: 8px 12px;
}
body .button:hover{
	background-color: #8e0000;
	text-decoration: none;
	color: #fff;
}

.button.neutral{
	background-color: #fff;
    color: #333;
    border: 1px solid #333;
}
.button.neutral:hover{
	background-color: #ededed;
	color: #333;
}

.site-block{
	margin-top: 60px;
	margin-bottom: 60px;
}
.site-block h2{
	text-align: center;
	margin-bottom: 60px;
	font-size: 47px;
}


.adaptive-video-frame{
	max-width: 700px;
	width: 100%;
	height: 400px;
}


@media(max-width: 1000px){
	.adaptive-video-frame{
		height: 50vw;
	}
}