body, p, h1, h2, ul, li {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

body {
    font-size: 18px;
}

* {
	box-sizing: border-box;
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	display: block;
}

a {
	text-decoration: none;
}

/* TOP MENU */

.top-nav > div:first-child {
	height: 140px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.top-nav {
	position: relative;
}

.top-nav > div > div {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.top-nav > div > div img {
	width: 275px;
	margin: 0 auto;
}

.top-nav ul.login {
	margin-right: 30px;
	-ms-flex-item-align: center;
	    align-self: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.top-nav ul.login li {
	padding: 10px 15px;
	display: inline-block;
	float: right;
}

.top-nav ul.login li a {
	font-size: 1.125em;
	color: #FFF;
}

.top-nav ul.login li a:after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 0px;
	height: 2px;
	background: #FFF;
	-webkit-transition: width .25s;
	transition: width .25s;
}

.top-nav ul.login li a:hover:after {
	width: 30px;
}

.top-nav h1 {
    -ms-flex-item-align: start;
        align-self: flex-start;
    letter-spacing: .085em;
    font-size: 1.62em;
    line-height: 1.4em;
    color: #FFF;
    margin-bottom: 5px;
}

/* HEADER */

body {
	background-image: -webkit-linear-gradient(bottom, #F3732C, #F3732C);
	background-image: linear-gradient(to top, #F3732C, #F3732C);
	background-size: 50% 100%;
	background-position: right;
	height: 100vh;
	background-repeat: no-repeat;
}

.content {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.right-main, .left-main {
	height: calc(100vh - 190px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}

.right-main > div > p {
	color: #FFF;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	line-height: 1.4em;
	font-size: 1em;
        letter-spacing: .05em;
	font-family: "Arial Rounded MT Bold";
} 

.right-main > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	max-width: 480px;
	position: relative;
	max-height: 360px;
	top: -70px;
}
form {
	-ms-flex-item-align: start;
	    align-self: flex-start;
}

form input[name=gender] {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	z-index: 0;
}

label[for=date], .gender-label {
	color: #FFF;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}

form input[type=date] {
	padding: 5px;
	color: #949caa;
	outline: none;
	border: none;
	font-size: 0.875em;
}

form label[for=male], form label[for=female] {
	text-transform: uppercase;
	color: #252525;
	font-size: 0.875em;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 5px 0;
	background: #FFF;
	border-radius: 5px 0 0 5px;
	border-right: 1px solid #949caa;
	cursor: pointer;
        position: relative;        
	z-index: 10;
}


.gender-div, form input[type=date] {
	border-radius: 5px;
}

.birth-div select {
	flex: 1;
	padding: 5px;
	color: #5d5d5d;
	outline: none;
	border: none;
	font-size: 0.875em;
	border-radius: 5px;
}

.birth-div select#day {
	margin: 0 5px;
}

.birth-div select#month {
	flex: 2;
}

.birth-div div {
	display: flex;
	justify-content: space-between;
}

.checked {
	background: #00b2d5 !important;
	color: #FFF !important;
}

form input[type=date]:focus, form input[type=date]:hover, .gender-div:hover, #submit:hover {
	box-shadow: 0 0 2px 2px rgba( 0, 0, 0, .15);
}

form label[for=female] {
	border-radius: 0 5px 5px 0;
	border-right: none;
}

form label[for=male]:hover, form label[for=female]:hover {
	background: #949caa;
	color: #FFF;
}

.gender-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 350px;
}

.birth-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 350px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.gender-div label[for=male], .gender-div label[for=female] {
	text-align: center;
}

.birth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.birth input {
	width: 100%;
}

.hispanic {
	color: #FFF;
	padding: 15px 0 20px;
	width: 275px;
	margin: 0;
}

.hispanic > div {
	position: relative;
}

.hispanic p {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 15px;
}

label[for=yes] {
	margin-right: 10px;
}

label[for=no], label[for=yes] {
	margin-left: 35px;
}

input[name=hispanic] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: pointer;
	position: absolute;
	top: -2px;
	left: 85px;
	height: 100%;
	width: 17px;
	z-index: 10;
}

input[name=hispanic]:nth-of-type(1) {
	left: 10px;
}

#submit {
	border: none;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	margin: 0 auto;
	background: #00b2d5;
	border-radius: 5px;
	padding: 8px 35px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: .05em;
	font-size: 0.875em;
	cursor: pointer;
}



.checkmark  {
  position: absolute;
  top: 2px;
  height: 15px;
  width: 15px;
  border: 2px solid #eee;
  border-radius: 50%;
}

.checkmark:nth-of-type(1) {
	left: 15px;
}

.checkmark:nth-of-type(2) {
	left: 90px
}

.hispanic input#yes:hover ~ .checkmark:nth-of-type(1) {
  background-color: rgba(0, 0, 0, .05);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
}

.hispanic input#no:hover ~ .checkmark:nth-of-type(2) {
  background-color: rgba(0, 0, 0, .05);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
}

.hispanic.container input#yes:checked ~ .checkmark:nth-of-type(1) {
  background-color: #2196F3;
}

.hispanic.container input#no:checked ~ .checkmark:nth-of-type(2) {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.hispanic input#yes:checked ~ .checkmark:nth-of-type(1):after {
  display: block;
}

.hispanic input#no:checked ~ .checkmark:nth-of-type(2):after {
  display: block;
}

form .checkmark:after {
 	top: 2px;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #00b2d5;
}

.left-main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 350px;
    position: relative;
    top: -70px;
}

.left-main ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 20px 0;
	max-width: 368px;
}

.left-main ul li:nth-of-type(1) {
	margin-top: 0;
}

.left-main ul li:nth-of-type(3) {
	margin-bottom: 0;
}

.left-main ul li img {
	height: 85px;
	width: 85px;
	margin-right: 30px
}

.left-main ul li p {
	  color: #949caa;
    font-size: 1.225em;
    font-family: Arial;
}


/* FOOTER */

footer {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

footer ul {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

footer ul li {
	display: inline-block;
	text-align: center
}

footer ul li a {
	white-space: nowrap;
	padding: 5px;
	font-size: .875em;
	color: white;	
}


@media only screen and (max-width: 739px) {
	.top-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		position: initial;
	}
	
	.top-nav > div:first-child {
		height: 60px;
		max-width: 100%;
	}

	.top-nav > div > div img {
	    width: 200px;
	    margin: 0 auto;
	}
	
	.top-nav ul.login {
		margin-right: 0px;
	}
        
        .birth-div, .gender-div {
            width: -webkit-fill-available;
            min-width: 310px;
        }
	
	body {
	    background-size: 100% calc(100vh - 250px);
	    background-position: bottom;
	    height: 100vh;
	    background-repeat: no-repeat;
	    position: relative;
	}
	
	.left-main {
		height: unset;
		flex: 1;
		padding-bottom: 10px;
	}
	
	.right-main {
            height: calc(100vh - 300px);
            flex: 1;
            justify-content: flex-start;
	}
        
        .hashispanic {
            margin-top: 20px;
        }

	.left-main ul li {
		margin: 15px 0;
	}

	.left-main ul li:nth-of-type(1) {
		margin: 0;
	}

	.left-main ul li:nth-of-type(3) {
		margin: 0;
	}

	.left-main ul li p {
		font-size: 1em;
	}
	
	.right-main > div {
		min-height: 340px;
	}
	
	.top-nav ul.login {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
	
	.top-nav ul.login li a {
		color: #949caa;
	}
	
	.left-main ul, .right-main div {
		top: 0;
	}
	
	.left-main ul li img {
		height: 50px;
		margin-right: 15px;
	}

	label[for=date], .gender-label {
		margin-top: 10px;
	}

	form input[type=date] {
		width: 310px;
	}
        
        footer {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            margin: 0 auto;
            bottom: 0;
            position: relative;
        }
        
        footer ul li a {
            font-size: .75em;
        }
        
        body {
            font-size: 16px;
        }
}

@media only screen and (max-width: 739px) and (min-height: 740px) {
	.left-main {
		height: 285px;
	}

	.right-main {
		height: 50vh;
	}

	body {
		background-size: 100% calc(100vh - 325px) !important;
	}

	label[for=date], .gender-label {
		margin-top: 20px;
	}

	.left-main ul li img {
	    height: 65px;
	}

	.left-main ul li p {
    	font-size: 1.225em;
	}

	.right-main > div {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 739px) and (max-height: 590px) {
	body {
		height: fit-content;
		background-size: 100% calc(100% - 260px);
	}

	.right-main {
		height: unset;
	}
}