#rodo-btn {
	width: 57px; 
	height: 57px; 
	position: fixed; 
	right: 0; 
	top: 295px; 
	z-index: 1000;
}

#rodo-btn img {
	max-width: 100%; height: auto;
}

.rodo-popup {
	position: relative;	
	background-color: #FFFFFF;
	width: auto;
	max-width: 878px;
	margin: 20px auto;
	line-height: normal;
	padding: 0 0 40px 0;
}

.rodo-popup .mfp-close {
	background-color: #333333;
	color: #FFFFFF !important;
	font-size: 44px;
	font-weight: normal;
}

.rodo-popup-header {
	background: #ED1B22;
	padding: 0px 45px 0 0px;
	color: #ffffff;
	font-weight: 600;
	font-size: 21px;
	line-height: 28px;
	height: 90px;
	margin: 0 0 15px 0;
}

.rodo-popup-header-bkg {
	padding: 10px 10px 0 40px;
	min-height: 66px;
}

#rodo-popup-process-data .rodo-popup-header-bkg,
#rodo-popup-contact-data .rodo-popup-header-bkg
{
	padding-top: 34px;
}

.tab-rodo {
	border: 1px solid #e2e2e2;
	margin: 0 20px 8px 20px;

}

.tab-rodo h6 {

	font-size: 21px;
	font-weight: 600;
	color: #666666;
	cursor: pointer;
	min-height: 21px;
	line-height: 20px;
	padding: 7px 0 7px 15px;
	margin:0;
}

.tab-rodo h6:hover {
	color: #ED1B22;
}

.tab-rodo-content {

	color: #666666;
	font-size: 18px;
	display: none;
	font-weight: normal;
	padding: 20px 20px;
	}

.tab-rodo-content ul {
	margin: 0 0 0 15px;
	padding: 0;
}

.tab-rodo-content p {margin:0}

.tab-rodo-content a {
	color: #666666;

	text-decoration: underline;
}

.tab-rodo-content a:hover {
	text-decoration: none;
}

.rodo-arrow-link {display: inline-block; height: 20px; line-height: 20px; padding: 0 0 0 0px;  font-size: 18px; color: #666666; margin: 10px 45px 0 45px; text-decoration:none;}
.rodo-arrow-link:hover {text-decoration: none;}

.rodo-form-content {padding: 0 40px;}

.links-container {margin: 30px 0 0 0;}


.rodo-form-content label {
	color: #666666;
	font-size: 16px;
	display: block;
	font-weight:400;
	margin: 15px 0 5px 0;
}

.rodo-form-content label.hasError {
	color: #F00;
}

.rodo-form-content input[type=text], .rodo-form-content select {
	height: 35px; 
	line-height: 35px; 
	border: 1px solid #999999; 
	padding: 0 10px; 
	width: 100%;
	color: #666666;
	font-size: 13px;
	font-weight: normal;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.rodo-form-content input[type=text].hasError,
.rodo-form-content select.hasError
.rodo-form-content textarea.hasError {
	border: 1px solid #F00;
}

.rodo-form-content input[type=submit], 
.rodo-form-content input[type=button] {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999999;
	min-width: 190px;
	text-align: center;
	background: none;
	font-size: 22px;
	font-weight: 600;
	color: #666666;
	cursor: pointer;
}

.rodo-form-content input[type=submit]:hover, 
.rodo-form-content input[type=button]:hover {
	color: #ED1B22;
	border-color: #ED1B22;
	background-image: none;
}

.rodo-form-content textarea {
	border: 1px solid #999999; 
	padding: 5px; 
	width: 100%;
	color: #666666;
	font-size: 13px;
	font-weight: normal;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 10rem;
}

#rodo-bottom-info {position: fixed; bottom: 0; right: 0; background: #333333; width: 100%; min-height: 100px; padding: 0 0 20px 0; z-index: 5000;  box-shadow:15px 0 25px #000000}
#rodo-bottom-info-content {width: 94%; margin: 20px auto 0 auto; text-align: left;  font-size: 18px; color: #FFFFFF;}
#rodo-bottom-text {color: #ED1B22;}
#rodo-bottom-all-text {padding: 0 0 20px 0;}
#rodo-bottom-all-text a {text-decoration: underline; color: #FFFFFF;}
#rodo-bottom-all-text a:hover {text-decoration: none;}
#rodo-bottom-text a.rodo-text-link {text-decoration: underline; color: #ED1B22;}
#rodo-bottom-text a.rodo-text-link:hover {text-decoration: none;}
#rodo-bottom-buttons-left {float: left; width: 40%; text-align: left;}
#rodo-bottom-buttons-left a {display: inline-block; height: 27px; line-height: 27px; color: #FFFFFF; font-size: 14px; padding: 0 22px 0 22px; background-color: #ED1B22; text-decoration:none;}
#rodo-bottom-buttons-left a:hover {background-color: #666666;}

#rodo-bottom-buttons-right {float: left; width: 60%; text-align: right;}
#rodo-bottom-buttons-right .btn, #rodo-bottom-buttons-right .btn2 {background:none; height: 27px; line-height: 27px; color: #CCCCCC; font-weight: 400; padding: 0 22px 0 22px; font-size: 14px; text-decoration:none}
#rodo-bottom-buttons-right .btn + .rodo-clearfix {display: none;}
#rodo-bottom-buttons-right .btn {margin: 0 40px 0 0;}
#rodo-bottom-buttons-right .btn:hover {color: #FFFFFF; }

#rodo-bottom-buttons-right .btn2 {padding: 0 0 0 35px;  height: 27px !important; line-height: 27px; display: inline-block;}
#rodo-bottom-buttons-right .btn2:hover {color: #FFFFFF; }
.rodo-clearfix {clear: both; height: 0; line-height: 0; font-size: 0;}

.apply-content {padding: 10px 0 0 0;}
.apply-content .checkbox {
	width: 28px; 
	height: 28px; 
	border: 1px solid #999999; 
	position: absolute; 
	top: 0; 
	left: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.apply-content .checkbox.hasError{
	border: 1px solid #F00; 
}
.apply-content .checkbox-label {min-height: 28px; line-height:28px; position: relative; padding: 0 0 0 43px; margin: 10px 0 0 0;  font-size: 18px; color: #666666; cursor: pointer;}
.apply-content .checkbox-label.hasError{
	color: #F00;
}
.apply-content .required-fields { font-size: 14px;  color: #666666; margin: 15px 0 0 0;}
.apply-content .buttons-content {padding: 12px 0 0 0; border-top: 1px solid #999999; margin: 15px 0 0 0;}
.apply-content .buttons-content .buttons-content-left {float: left; width: 50%; text-align: left;}
.apply-content .buttons-content .buttons-content-right {float: left; width: 50%; text-align: right;}
.buttons-content-right a {text-decoration: none; display: inline-block; height: 20px; line-height: 18px; padding: 0 0 0 22px;  font-size: 16px; color: #666666; text-align: left;}
.buttons-content-right a:hover {text-decoration: underline;}

.error-form {color: #F00; padding: 2px 0 5px 0; font-size: 14px; font-weight: normal;}
.error-main {border: 1px solid #F00; color: #F00; padding: 10px;  font-size: 18px; font-weight: normal; margin: 0 0 10px 0;}
.message-popup { font-size: 14px; text-align: center; color: #009900; padding: 20px;}
.g-recaptcha {margin-top: 10px;}
#volunteerContent {display: none;}

.btnAnchor {display: inline-block; height: 50px; line-height: 50px; background-color: #FFFFFF; background: url(../img/btn2.png) 7px 50% no-repeat; padding: 0 15px 0 50px; color: #666666 !important; font-family: 'Lato', Arial !important; font-weight: bold; font-size: 14px; text-decoration: none !important;}
.btnAnchorWhite {display: inline-block; height: 50px; line-height: 50px; background-color: #FFFFFF; background: url(../img/btn2_white.png) 7px 50% no-repeat; padding: 0 15px 0 50px; color: #ffffff !important; font-family: 'Lato', Arial !important; font-weight: bold; font-size: 14px; text-decoration: none !important;}
.btnAnchor:hover, .btnAnchorWhite:hover {text-decoration: underline !important;}

@media only screen and (max-width: 900px) {
	#rodo-bottom-buttons-left {
		width: 100%;
		text-align: left;
		margin: 0 auto;
		clear: both;
	}

	#rodo-bottom-buttons-left a {
		height: auto; 
		color: #CCCCCC;
		line-height: normal; 
		font-size: 13px; 
		padding: 0; 
		background: none;
		margin-bottom: 3px;
	}

	#rodo-bottom-buttons-left a:hover {
		color: #FFFFFF;
	}

	#rodo-bottom-buttons-right {
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}

	#rodo-bottom-buttons-right .btn, #rodo-bottom-buttons-right .btn2 {
		margin: 0 0 5px 0;
		height: auto; 
		line-height: normal;
		padding: 0;
		background: none;
		font-size: 13px;
		clear: both;
	}

	#rodo-bottom-buttons-right .btn2 {
		margin-top: 3px;
		
	}

	#rodo-bottom-buttons-right .btn:hover, #rodo-bottom-buttons-right .btn2:hover {
		background: none;
	}
	#rodo-bottom-buttons-right .btn + .rodo-clearfix {display: block;}	
}

@media only screen and (max-width: 760px) {

	.rodo-popup {
		padding: 0 0 20px 0;
	}

	.rodo-popup-header {
		padding: 15px 30px 15px 15px;
		font-size: 18px;
		height: auto;
	}
	.rodo-popup-header-bkg{
		background: none;
		padding: 0;
		min-height: 0;
	}
	.rodo-popup .mfp-close {
		font-size: 28px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.tab-rodo {
		margin: 0 15px 8px 15px;

	}
	.rodo-arrow-link {
		margin: 20px 15px 0 0px;
		font-size: 18px;
		height: 16px;
		line-height: 16px;
		padding: 0 0 0 14px;
	
	}

	.tab-rodo h6 {
		font-size: 18px;
	}

	.tab-rodo-content {
		font-size: 11px;
	}

	.tab-rodo-content a {
		font-size: 11px;
	}

	.rodo-form-content {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 560px) {
	.rodo-form-content label {
		font-size: 13px;
	}
	.apply-content .checkbox-label {
		font-size: 11px;
	}
	.apply-content .buttons-content .buttons-content-left {
		float: none; 
		width: 100%; 
		text-align: center;
	}
    .apply-content .buttons-content .buttons-content-right {
		float: none; 
		width: 100%; 
		text-align: center;
		padding: 25px 0 0 0;
	}
	.apply-content .buttons-content .buttons-content-right a {
		padding: 0 0 0 14px;
	}
}


