.youth-modal,
.youth-modal *,
.youth-modal *:before,
.youth-modal *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.youth-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2000;
	display: none;
	background: rgb(26, 27, 32);
	background: rgba(26, 27, 32, 0.75);
}
.modal-open {
	overflow: hidden;
}
.youth-modal {
	z-index: 3000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	overflow-y: auto;
}
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 94%;
	max-width: 658px;
	padding: 0 10px;
	background: #fff;
	/*margin: 4% auto;*/
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3),
				0 12px 14px -8px rgba(0, 0, 0, 0.4);
	-webkit-transition: all .25s ease-out;
	   -moz-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	     -o-transition: all .25s ease-out;
	        transition: all .25s ease-out;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.permission-modal .modal-content {
	padding-bottom: 10px;
}
.modal-title {
	float: left;
	font: bold 13px/16px Tahoma, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0;
	width: 78%;
}
.modal-close,
.modal-close:hover {
	display: block;
	color: #2d2f3b;
	float: right;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	width: 21.2%;
	text-align: right;
}
.container {
	background: #E0E0DC;
	border: 1px solid #E8E7E6;
	clear: both;
	padding: 25px 0;
	position: relative;
	width: 100%;
}
.video-modal .container,
.gallery-modal .container {
	padding: 0;
	text-align: center;
}
.youth-modal h4 {
	background: url("../images/blue-grunge.png") no-repeat -30px 0;
	color: #fff;
	display: inline-block;
	font: bold 16px Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.youth-modal h4 span {
	border-color: #ABD6DA #92BBBD #89D3D2 #A9D4DB;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	padding: 5px 20px;
}
.youth-modal p {
	color: #1E283C;
	font: 20px/24px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 5% 30px;
}
.step-2,
.step-3 {
	display: none;
}
.youth-modal .button-border {
	margin: 0 15px 10px 0;
	float: none;
	display: inline-block;
}
.youth-modal .button-border a {
	border: 1px solid #A5958E;
	background: none;
	color: #fff;
	display: block;
	font: italic bold 16px Georgia, "Times New Roman", Times, serif;
	padding: 6px 20px;
	text-decoration: none;
}
.youth-modal .share,
.youth-modal .likes {
    background: url("../images/youth-sprite-new.png") no-repeat 0 -123px;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
	padding: 10px 0 10px 14px;
	text-decoration: none;
	color: #1e283c;
    float: left;
	margin-left: 10px;
}
.youth-modal .video-tools .share {
	background-image: none;
	text-transform: none;
	font-size: inherit;
	margin-left: 0;
}
.youth-modal .likes {
    background-position: 0 -81px;
    margin-right: 10px;
    float: right;
}
.youth-modal .share + ul {
	display: none;
	margin: 35px 0 0 18px;
	z-index: 10;
}
.container:after,
.youth-modal:after,
.modal-content:after,
.result-block:after {
	content: ' ';
	display: table;
	clear: both;
}

.youth-modal .form {
	margin: 0 5% 20px;
}
.youth-modal .form > div {
    margin-bottom: 10px;
}
.youth-modal .form label {
	font-size: 16px;
}
.youth-modal .form .button-border {
	margin-top: 20px;
	position: relative;
	left: -5%;
}
.results {
	margin: 0 5% 20px;
}
.result-block {
	color: #1e283c;
	margin-bottom: 10px;
}
.result-per,
.total-responses {
	font: bold italic 14px Georgia, "Times New Roman", Times, serif;
}
.result-per {
	color: #4E96A5;
	margin-right: 15px;
	float: left;
	text-align: right;
	width: 40px;
}
.result-bar {
	display: none;
}
.result-opt {
	float: right;
	width: 75%;
	font-size: 14px;
}
.total-responses {
	font-size: 16px;
	margin: 25px 0;
	border-top: 1px solid #fff;
	padding-top: 8px;
}
.total-responses dt {
	float: left;
	margin-right: 15px;
}
.total-responses dd {
	float: right;
}
.praise {
	display: block;
	text-transform: uppercase;
}

@media (min-width: 400px) {
	.result-opt {
		width: 82%;
	}
}

@media (min-width: 600px) {
	.result-bar {
		display: block;
		height: 17px;
		width: 32%;
		float: left;
	}
	.result-bar div {
		background: #4e96a5;
		height: 17px;
	}
	.result-opt {
		float: right;
		width: 54%;
	}
	.youth-modal .video-tools .tools {
		font-size: 14px;
	}
}

@media (min-width: 760px) {
	.youth-modal p {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 40px;
	}
	.youth-modal h4 {
		font-size: 18px;
	}
	.youth-modal h4 span {
		padding: 7px 25px;
	}
	.youth-modal .button-border a {
		padding: 10px 30px;
	}
	.form input[type=radio]:not(x) + label {
		font-size: 20px;
		padding-left: 25px;
	}
	.form input[type=radio]:not(x) + label:before {
		top: 4px;
	}
	.result-opt,
	.result-per {
		font-size: 16px;
	}
}
