/*postion:aboslute*/
.h21S_12, .p1S_12, .div1S_12, .p2S_12, .but1S_12{position:absolute;box-sizing:border-box;}
/*postion:aboslute*/

/*Custom Radio Buttons*/
.container {
    display: block;
    position: relative;
    padding-left: 23px;
    margin-bottom: -15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left:25px;
	padding-right:40px;
}
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    margin-top:0px;
    top: 3px;
    left: 0;
    height: 11px;
    width: 11px;
    background-color: #ffffff;
    border-radius: 100%;
    border:1px solid #404040;
    box-shadow: inset 0px 0px 3px rgba(33,33,33,0.65);
}
.container:hover input ~ .checkmark {
    background-color: #dddddd;
}
.container input:checked ~ .checkmark {
    background-color: #990033;
}
/*Custom Radio Buttons*/
.feed{display:none;}
input[type="checkbox"]{cursor:pointer;}

.h21S_12{top:40px;left:4%;font-size:32px;}
.but1S_12{top:500px;left:4%;font-size:15px;padding:5px 20px;border-radius:100px;}
.subText{font-size:14px;}
.p1S_12{top:105px;left:6%;font-size:18px;padding-right:20px;}
.div1S_12{left:10%;font-family: 'Arimo', sans-serif;font-size:18px;padding-right:20px;}
.p2S_12{left:5%;width:90%;font-size:16px;text-align:center;}

.a2A{top:205px;}
.f2A{top:400px;}

@media screen and (min-width:690px){
	.h21S_12{top:40px;left:4%;font-size:38px;}
	.p1S_12{top:115px;left:6%;font-size:21px;}
	.subText{font-size:16px;}
	.div1S_12{left:10%;font-size:21px;}
	.p2S_12{left:5%;width:90%;font-size:20px;}
	.but1S_12{top:490px;left:4%;font-size:19px;}
	.container {padding-left: 25px;margin-bottom: -15px;font-size: 21px;left:25px;}
	.checkmark {top: 6px;height: 11px;width: 11px;}
	
	.a2A{top:205px;}
	.f2A{top:410px;}
}

@media screen and (min-width:960px){
	.h21S_12{top:40px;left:4%;font-size:45px;}
	.p1S_12{top:125px;left:6%;font-size:26px;}
	.subText{font-size:16px;}
	.div1S_12{left:10%;font-size:22px;}
	.p2S_12{left:5%;width:90%;font-size:22px;}
	.but1S_12{top:490px;left:4%;font-size:19px;}
	.container {padding-left: 25px;margin-bottom: -15px;font-size: 22px;left:25px;}
	.checkmark {top: 6px;height: 11px;width: 11px;}
	
	.a2A{top:230px;}
	.f2A{top:425px;}
}