/*.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	margin-bottom:20px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dont-break-out {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}*/

#__content a {color: #e74c3c;}

.newsletter input[type=button] {
	border:none;
	margin:0;
	outline:none;
	font-size:16px;
	font-family:'Rubik', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	padding:18px 75px;
	margin-top:20px;
	background-color:#e74c3c;
	color:#fff;
	border-radius:5px;
	cursor:pointer;
}
.newsletter input[type=button]:hover,
.newsletter input[type=button]:focus {
	background-color:#c0392b;
}
.newsletter input[type=button]:active {
	box-shadow:inset 0 0 5px rgba(0,0,0,.5);
	padding:19px 75px 17px;
}

.newsletter .message.error {color:red}
.newsletter .message.ok {color:green}