* {
    box-sizing: border-box;
}

html {
	height: 100%;
}

body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    overflow-x: hidden;  
	height: 100%;
}

.main_form {
	height: 100%;
}

.container{
    padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	height: 100%;
}

.flex_fill {
	flex: 1;
}

.centered {
	text-align:center;
}

.topvariable {
	padding-top: 10%;
}

h1{
    color: #ff8300;
    text-align: center;
	font-family: Nunito;
	font-style: normal;
	font-weight: 800;
	font-size: 35px;
	letter-spacing: 0.075em;
}

h3 {
	font-family: Nunito;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 10px;
	vertical-align: middle;
}

.main_image {
	width:100%;
	padding: 10px;
	margin: auto;
}

.radios{
    padding: 10px 10px 0px 10px;
}

.radios input[type='radio'] {
    display: none;
    /*removes original button*/
}

.radios label:before {
    /*styles outer circle*/
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #ff8300;
    background-color: transparent;
	padding: 5px 0px;
}

.radios label {
    position: relative;
	width: 100%;
}

.radios label input[type='radio']:checked+span {
    /*styles inside circle*/
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 4px;
    display: block;
    background-color: #ff8300;
}

.break {
	padding: 5px;
}

.bigbreak {
	padding: 15px;
}


.checkbox {
	font-family: Nunito;
}

input[type=email], select, textarea {
    width: 70%;
    padding: 12px 5px 12px 25px;
    border-radius: 10px 0px 0px 10px;
    resize: vertical;
    background: #F3F3F3;
    border: none;
}

input[type=text] {
    width: 70%;
    padding: 12px 5px 12px 25px;
    border-radius: 10px 0px 0px 10px;
    resize: vertical;
    background: #F3F3F3;
    border: none;
}

input[type=checkbox] {
    height: 1.2em;
    width: 1.2em;
    vertical-align: middle;
    margin: 0 0.4em 0.4em 0;
    border: 1px solid #ff8300;
    -webkit-appearance: none;
}

input[type="checkbox"]:checked {
   background-color: #26a69a;
   -webkit-appearance: checkbox;
}

.actionInput{
	background-color: #ff8300;
	text-transform: uppercase;
	text-align:center;
	align:center;
    color: #fff;
	width: 150px;
    font-weight: bold;
	padding: 15px 25px 15px 25px;
    border: 0px;
	border-radius: 20px;
	margin: 30px 10px;
}

.actionLowInput{
	background-color: #F7F8FC;
	text-transform: uppercase;
	text-align:center;
	align:center;
    color: #ff8300;
    font-weight: bold;
	width: 150px;
	padding: 15px 25px 15px 25px;
    border: 0px;
	border-radius: 20px;
	margin: 30px 10px;
}

.submitInput{
    background-color: #ff8300;
    text-transform: uppercase;
	text-align:center;
	align:center;
    color: #fff;
    font-weight: bold;
	width: 30%;
	padding: 12px 5px 12px 5px;
    border: 0px;
	border-radius: 0px 10px 10px 0px;
}

.separator{
    background-color: #ff8300;
    height: 1px;
    margin-bottom: 8px;
}

.py-5{
    boder: 1px solid red;
}

.submitInputText{
	display:block;
}
	
.submitInputIcon{
	display:none;
	height:32px;
}

.thanks_texto {
	position:absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #ff8300;
	font-family: Nunito;
	font-style: normal;
	font-weight: 800;
	font-size: 45px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.detailText {
	font-family: Nunito;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.075em;
}

.detailEmail {
	color: blue;
	font-family: Nunito;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.075em;
}

span.dot {
  height: 20px;
  width: 20px;
  background-color: #F7F8FC;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px;
}

span.sel {
	background-color: #ff8300;
}

.thanks_image{
	display:inline;
	width: 100%;
}
	
.thanks_image_mv{
	display: none;
}

.form_data {
}

/* Small Form Styles */
.small_form {
    border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    -webkit-border-radius: 11px 11px 11px 11px;

    width: 200px;
    min-width: 200px;
	border: 2px solid #ff8300;
	padding: 15px 20px;
}

.small_form first_column {
	width: 150px;
}

.small_form second_column {
	width: 50px;
}

.small_form input[type=email], select, textarea {
    padding: 12px 5px;
    border-radius: 10px;
    resize: vertical;
    background: #F3F3F3;
    border: none;
	width: 100%;
}

.small_form button{
    color: #FFF;
    background-color: #ff8300;
    display:block;
    height: 24px;
    width: 24px;
    text-align: center;
    vertical-align: middle;
    padding-left: 7px;
    
    border-radius: 50%;
    border: 0px;
}

.small_form button:hover{
    cursor: pointer;
}


@media screen and (min-width:769px) and (max-width: 1200px) {
	body {
		font-size: 12px;
	}
	
	h1{
		margin-top: 10px;
		font-size: 28px;
	}

	h3 {
		font-size: 22px;
	}
	
	.thanks_texto {

		font-size: 32px;
		line-height: 42px;
	}
}

@media screen and (min-width:601px) and (max-width: 769px) {
	
	body {
		font-size: 12px;
	}
	
	h1{
		margin-top: 10px;
		font-size: 26px;
	}

	h3 {
		font-size: 20px;
	}
	
	.thanks_texto {

		font-size: 32px;
		line-height: 42px;
	}

}
@media (max-width: 600px) {
	body {
		font-size: 12px;
	}
	
	h1{
		margin-top: 10px;
		font-size: 26px;
	}

	h3 {
		font-size: 20px;
	}
	
	.thanks_texto {

		font-size: 32px;
		line-height: 42px;
	}
	
	.main_image {
		display:none;
	}
	.image_container {
		display:none;
	}
	.form_data {
		padding: 10px;
	}
}

@media (max-width: 480px) {
	
	body {
		font-size: 12px;
	}
	
	h1{
		margin-top: 10px;
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}
	
	.main_image {
		width:80%;
		display:none;
	}
	
	.image_container {
		display:none;
	}
	
	input[type=email], select, textarea {
		width: 80%;
		padding: 15px 5px 14px 25px;
	}

	input[type=text] {
		width: 80%;
		padding: 15px 5px 14px 25px;
	}
	
	.submitInputText{
		display:none;
	}
	
	.submitInputIcon{
		display: inline;
		
	}
	
	.submitInput{
		color: #fff;
		font-weight: bold;
		width: 20%;
		padding: 8px;
		margin-top: 0px;
	}
	
	.actionInput{
		margin: 30px 50px 10px 50px;
	}

	.actionLowInput{
		margin: 10px 50px 30px 50px;
	}
	
	.thanks_texto {
		transform: translateY(-50%);
		font-size: 22px;
		line-height: 34px;
		letter-spacing: 0.075em;
		margin: 10px 25px;
	}
	
	.thanks_image{
		display:none;
	}
		
	.thanks_image_mv{
		display: inline;
		width: 100%;
	}
	
	.form_data {
		padding: 10px;
	}
}

