.entry-content .wrap {
  max-width: 1280px;
}

/* Place span elements in radiobuttons and checkboxes below the option name as a description */
.ginput_container input {
  vertical-align: bottom;
}
.ginput_container label span {
  display: block;
}
.ginput_container label span {
  opacity: 0.6;
  font-size: 0.9em;
}

/*
"What are you interested in learning first?" step
*/
.gform_wrapper .fv-pg-gf-interested-checkboxes .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.gform_wrapper .fv-pg-gf-interested-checkboxes .gfield_checkbox li {
  position: relative;
}
.gform_wrapper .fv-pg-gf-interested-checkboxes .gfield_checkbox li input {
  position: absolute;
  top: 1em;
  right: 1em;
}

/* Some styling for the selected courses */
.gfield article.selected {
  background: lightgray;
}

/* Questionnaire summary */
.fv-pg-bar {
  width: 100%;
  height: 1em;
  background: white;
}
.fv-pg-bar-progress {
  height: 1em;
  background: #00b38f;
}
.fv-pg-questionnaire-progress-step.complete {
  /* TODO: checkboxes here */
  background: lightgray;
}

.gf_login_links {
  font-size: .8em;
  margin-top: 1em;
  text-align: center;
}

/* Logic for the login form on the page */

/* Login form and the switching link need to be hidden, but only Questionnaire = body.page-blank */
body.page-blank .gf_login_form, body.page-blank .gf_login_links,
body.page-blank p[data-fv-pg-questionnaire-run] {
  display: none;
}
/* Logged in users should not see the login link */
body.logged-in p[data-fv-pg-questionnaire-login] {
  display: none;
}

/* Questionaire */

.content{
	padding-bottom:0;
}

.entry-content h1 {
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 27px;
}


.page-template-page_blank-php .bumper {
  min-height: 0;
}

.page-template-page_blank-php.page-blank .content {
  background: none;
  background-size: initial;
  padding-top: 0;
background: #fff;
}

body.page-blank.custom-background.page-template-page_blank-php{
  background-color: #ffffff !important;
}

.page-template-page_blank-php .gform_page {
padding:40px 0;

  padding-bottom: 0;
  border: 2px solid #E6E6E5;
border-radius:10px;
position:relative;
}
body.page-template-page_blank-php .gform_wrapper ul li.gfield{
  margin-top: 0;
  padding-top: 0;
}

body.page-template-page_blank-php .gform_wrapper label.gfield_label {
  text-align: center;
  font-size: 26px;
  color: #003D52;
display:block;
}

body.page-template-page_blank-php .gform_wrapper  .gfield .gfield_description {
  width: 100%;
display:block;
  text-align: center;
  font-size: 16px;
  font-style: italic;
color:#6B787C;
  margin-top: 10px;
  padding-bottom: 20px;
}

body.page-template-page_blank-php .gform_wrapper ul.gform_fields li.gfield input[type=radio],
body.page-template-page_blank-php .gform_wrapper ul.gform_fields li.gfield input[type=checkbox] {
  margin-left: 1px;
  display: none;
}

body.page-template-page_blank-php .gform_wrapper ul.gfield_radio li,
body.page-template-page_blank-php .gform_wrapper .gfield:not(.fv-pg-gf-interested-checkboxes) ul.gfield_checkbox li  {
  border-top: 2px solid #E6E6E5;
margin-bottom: 0;
}
body.page-template-page_blank-php .gform_wrapper ul.gfield_radio li:last-of-type,
body.page-template-page_blank-php .gform_wrapper .gfield:not(.fv-pg-gf-interested-checkboxes) ul.gfield_checkbox li:last-of-type  {
  border-bottom: 2px solid #E6E6E5;
}

body.page-template-page_blank-php .gform_wrapper .gfield_radio li label,
body.page-template-page_blank-php .gform_wrapper .gfield:not(.fv-pg-gf-interested-checkboxes) .gfield_checkbox li label{
  font-size: 18px;
  color: #003D52;
  font-weight: 700;
  margin: 0;
  padding: 30px 35px;
  width: 100%;
  display: block;
  margin: 0;
  max-width: initial;
position:relative;
}

body.page-template-page_blank-php .gform_wrapper .gfield_radio li label span,
body.page-template-page_blank-php .gform_wrapper .gfield:not(.fv-pg-gf-interested-checkboxes) .gfield_checkbox li label span{
color:#6B787C;
font-size:16px;
margin-top: 5px;
font-weight:400;
opacity:1;
}

body.page-template-page_blank-php .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label, body.page-template-page_blank-php .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label span,
body.page-template-page_blank-php .gform_wrapper .gfield:not(.fv-pg-gf-interested-checkboxes) ul.gfield_checkbox li input[type="checkbox"]:checked+label, body.page-template-page_blank-php .gform_wrapper .gfield:not(.fv-pg-gf-interested-checkboxes) ul.gfield_checkbox li input[type="checkbox"]:checked+label span {
  background: #00B38F;
  color: #fff;
}

body.page-template-page_blank-php .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label:before,
body.page-template-page_blank-php .gform_wrapper .gfield:not(.fv-pg-gf-interested-checkboxes) ul.gfield_checkbox li input[type="checkbox"]:checked+label:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 16px;
  right: 35px;
  top: 50px;
background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7.09091L8.57143 13L18 3' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body.page-template-page_blank-php .gform_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 0;
  padding: 16px 0;
  clear: both;
  text-align: center;
  display: block;
}

body.page-template-page_blank-php .gform_wrapper .gform_page_footer .button.gform_next_button{
  margin-right: 10px;
  background: #00B38F;
  padding: 24px 60px;
  border-radius: 4px;
  font-size: 18px;
}

body.page-template-page_blank-php .entry-content .wrap {
  max-width: 955px;
}

p[data-fv-pg-questionnaire-login] {
  text-align: center;
  color: #003D52;
  font-size: 14px;
  margin-bottom:0;
}
p[data-fv-pg-questionnaire-login] a {
  color: #003D52;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
}
p[data-fv-pg-questionnaire-login] a:hover {
text-decoration:underline;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
	position: fixed;
    top: 26px;
    left: 0;
    background: none;
    color: #003D52;
    opacity: 1;
    font-size: 16px;
    margin-left: 40px;
    background: #f9f9f9;
    padding: 18px 35px;
    border-radius: 4px;
    display: none;
    visibility: hidden;
}
.gfield_description.validation_message {
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    color: #003d52 !important;

}

.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
	background:#ddd;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button:before {
content:"";
position:absolute;
margin-left:-50px;
width:22px;
height:13px;
background-size:cover;
background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.5L2 6.5L8 11.5' stroke='%23003D52' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21 6.5H3' stroke='%23003D52' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}


.gform_wrapper .gfield.fv-pg-gf-interested-checkboxes ul.gfield_checkbox li label {
  border: 2px solid #E6E6E5;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
overflow: hidden;
}

.gform_wrapper .fv-pg-gf-interested-checkboxes .gfield_checkbox {
  grid-gap: 15px;
padding:0 45px;
}

.gform_wrapper .gfield.fv-pg-gf-interested-checkboxes ul.gfield_checkbox li label h4 {
  font-size: 16px;
  padding: 0 14px;
}
.gform_wrapper .gfield.fv-pg-gf-interested-checkboxes ul.gfield_checkbox li label img{
margin-bottom:14px;
}

.gform_wrapper .gfield.fv-pg-gf-interested-checkboxes ul.gfield_checkbox li label button {
  font-size: 14px;
  width: calc(100% - 28px);
  display: block;
  margin-left: 14px;
  margin-right: 14px;
  margin-bottom: 14px;
  border-radius: 4px;
  background: #00b38f;
  padding: 12px;
}
.gform_wrapper .gfield.fv-pg-gf-interested-checkboxes ul.gfield_checkbox li label button:hover {

background: #003d52;
}

body.page-template-page_blank-php .gform_wrapper .gfield.fv-pg-gf-interested-checkboxes ul.gfield_checkbox li input[type="checkbox"]:checked+label{
  background: #003D52;
  color: #fff;
}
body.page-template-page_blank-php .gform_wrapper .gfield.fv-pg-gf-interested-checkboxes ul.gfield_checkbox li input[type="checkbox"]:checked+label h4{
color: #fff;	
}

body.page-template-page_blank-php .gform_wrapper .gfield.fv-pg-gf-interested-checkboxes ul.gfield_checkbox li input[type="checkbox"]:checked+label button{
background: #003142;
color:#fff;
    transition: none;
}
body.page-template-page_blank-php .gform_wrapper .gfield.fv-pg-gf-interested-checkboxes ul.gfield_checkbox li input[type="checkbox"]:checked+label img{
opacity:0.3;
}

body.page-template-page_blank-php .gform_wrapper .gfield.fv-pg-gf-interested-checkboxes ul.gfield_checkbox li input[type="checkbox"]:checked+label:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 16px;
z-index: 1;
  right: 20px;
  top: 20px;
background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7.09091L8.57143 13L18 3' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* Loader part */

div.fv-pg-questionnaire-summary-step {
    position: relative;
}

.fv-pg-questionnaire-summary-step h2 {
    font-size: 22px;
    font-weight: 700;
    padding-left: 40px;
}

li#field_100_9 {
    position: relative;
}


.fv-pg-bar-progress {

    background: #00b38f;
    border-radius: 12px;
    height: 12px;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
.fv-pg-bar {
    height: 12px;
    background: #F0F3F5;
    border-radius: 12px;
    overflow: hidden;
}

.fv-pg-questionnaire-progress {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px;

}

h4[data-fv-pg-bar-number] {
    position: absolute;
    top: 5px;
    right: 55px;
    font-size: 16px;
    color: #6B787C;
    font-weight: 400;
}
.fv-pg-questionnaire-progress-step.complete {
	
		background:none;
}
.fv-pg-questionnaire-progress-step {
    padding: 20px;
    padding: 20px 35px;
    border-top: 2px solid #E6E6E5;
	position: relative;
}
.fv-pg-questionnaire-progress-step:last-of-type {
	padding-bottom: 30px;
}

.fv-pg-questionnaire-progress-step h3 {
    font-size: 14px;
    color: #6B787C;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.fv-pg-questionnaire-progress-step p {
    font-size: 18px;
    color: #003D52;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
	padding-right:25px;
}

.fv-pg-questionnaire-summary-step li.gfield {
    padding-right: 0 !important;
}
.fv-pg-questionnaire-summary-step .gform_page_footer .button.gform_next_button {
    display: none;
}
.fv-pg-questionnaire-summary-step .gform_ajax_spinner {
	display:none;
}
.gform_page_footer {
    position: relative;
}
.fv-pg-questionnaire-summary-step .gform_page_footer {
    margin: 0 !important;
    padding: 0 !important;

}
.gform_ajax_spinner {
    position: absolute;
    right: calc(50% - 115px);
    bottom: 18px;
}

.fv-pg-questionnaire-progress-step.complete:before{
	content: "";
    position: absolute;
    width: 21px;
    height: 16px;
    right: 35px;
    top: 38px;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7.09091L8.57143 13L18 3' stroke='%2300B38F' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}





@media only screen and (max-width: 767px) {

body.page-template-page_blank-php .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label:before, body.page-template-page_blank-php .gform_wrapper .gfield:not(.fv-pg-gf-interested-checkboxes) ul.gfield_checkbox li input[type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 16px;
    right: 18px;
    top: 28px;
}

body.page-template-page_blank-php .gform_wrapper .gfield_radio li label, body.page-template-page_blank-php .gform_wrapper .gfield:not(.fv-pg-gf-interested-checkboxes) .gfield_checkbox li label {
    font-size: 18px;
    color: #003D52;
    font-weight: 700;
    margin: 0;
    padding: 22px 22px;
    padding-right: 40px;
    width: 100%;
    display: block;
    margin: 0;
    max-width: initial;
    position: relative;
}
body.page-template-page_blank-php .gform_wrapper .gfield_radio li label span, body.page-template-page_blank-php .gform_wrapper .gfield:not(.fv-pg-gf-interested-checkboxes) .gfield_checkbox li label span {
    color: #6B787C;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    opacity: 1;
}
body.page-template-page_blank-php .gform_wrapper label.gfield_label {
    text-align: center;
    font-size: 23px;
    color: #003D52;
    display: block;
    padding: 0 10px;
}
body.page-template-page_blank-php .gform_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 0;
    background: #00B38F;
    padding: 16px 54px;
    margin-bottom: 0;
    border-radius: 4px;
    font-size: 18px;
}

body.page-template-page_blank-php .gform_wrapper .gform_page_footer {
    padding: 16px;
    display: flex;
    flex-direction: column-reverse;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    position: initial;
    top: 0;
    left: 0;
    background: none;
    color: #003D52;
    opacity: 1;
    font-size: 16px;
    margin-left: 0;
    background: #f9f9f9;
    padding: 18px 35px;
    border-radius: 4px;
    margin-bottom: 0;
    margin-top: 15px;
}
.gform_ajax_spinner {
    position: absolute;
    right: 0;
	left:0;
    bottom: -30px;
	margin:auto;
	padding-left:0 !important;
}
.gform_wrapper .fv-pg-gf-interested-checkboxes .gfield_checkbox {
    grid-gap: 10px;
    padding: 10px;
}
.gform_wrapper .fv-pg-gf-interested-checkboxes .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.fv-pg-questionnaire-summary-step h2 {
    font-size: 19px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 70px;
}
.fv-pg-questionnaire-progress {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.page-template-page_blank-php .gform_wrapper {
    padding: 25px 0;
	    padding-bottom: 0;
}

h4[data-fv-pg-bar-number] {
    position: absolute;
    top: 2px;
    right: 18px;
    font-size: 16px;
    color: #6B787C;
    font-weight: 400;
}
.fv-pg-questionnaire-progress-step {
    padding: 20px;
    padding: 20px 20px;
    padding-right: 40px;
    border-top: 2px solid #E6E6E5;
    position: relative;
}
.fv-pg-questionnaire-progress-step p {
    font-size: 16px;
    color: #003D52;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
	padding-right:0;
}
.fv-pg-questionnaire-summary-step input#gform_previous_button_100_11 {
    display: none;
}
.fv-pg-questionnaire-progress-step.complete:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 16px;
    right: 19px;
    top: 20px;
}


}

@media only screen and (max-width: 812px) and (orientation: landscape){
	
	
	.gf_login_form {
    
    margin: auto;
    margin-top: 0 !important;
    padding-top: 0 !important;
	}
	.gform_wrapper h3.gform_title {
    margin-bottom: 15px !important;
    font-size: 21px;
}
	.gf_login_form input[type=text], .gf_login_form input[type=password] {
  
    margin-bottom: 7px  !important;

}
	body.page-template-page_blank-php .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label:before, body.page-template-page_blank-php .gform_wrapper .gfield:not(.fv-pg-gf-interested-checkboxes) ul.gfield_checkbox li input[type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 16px;
    right: 18px;
    top: 28px;
}

body.page-template-page_blank-php .gform_wrapper .gfield_radio li label, body.page-template-page_blank-php .gform_wrapper .gfield:not(.fv-pg-gf-interested-checkboxes) .gfield_checkbox li label {
    font-size: 18px;
    color: #003D52;
    font-weight: 700;
    margin: 0;
    padding: 22px 22px;
    padding-right: 40px;
    width: 100%;
    display: block;
    margin: 0;
    max-width: initial;
    position: relative;
}
body.page-template-page_blank-php .gform_wrapper .gfield_radio li label span, body.page-template-page_blank-php .gform_wrapper .gfield:not(.fv-pg-gf-interested-checkboxes) .gfield_checkbox li label span {
    color: #6B787C;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    opacity: 1;
}
body.page-template-page_blank-php .gform_wrapper label.gfield_label {
    text-align: center;
    font-size: 23px;
    color: #003D52;
    display: block;
    padding: 0 10px;
}
body.page-template-page_blank-php .gform_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 0;
    background: #00B38F;
    padding: 16px 54px;
    margin-bottom: 0;
    border-radius: 4px;
    font-size: 18px;
	margin-left:10px;
}

body.page-template-page_blank-php .gform_wrapper .gform_page_footer {
	padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    position: initial;
    top: 0;
    left: 0;
    background: none;
    color: #003D52;
    opacity: 1;
    font-size: 16px;
    margin-left: 0;
    background: #f9f9f9;
    padding: 18px 35px;
    border-radius: 4px;
    margin-bottom: 0;
    margin-top: 0;
margin-right: 10px;
}
.gform_page_footer input {
    width: 50% !important;
    float: left;
}

.gform_ajax_spinner {
    position: absolute;
    right: 0;
	left:0;
    bottom: -30px;
	margin:auto;
	padding-left:0 !important;
}
.gform_wrapper .fv-pg-gf-interested-checkboxes .gfield_checkbox {
    grid-gap: 10px;
    padding: 10px;
}
.gform_wrapper .fv-pg-gf-interested-checkboxes .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(2,1fr);

}
.fv-pg-questionnaire-summary-step h2 {
    font-size: 19px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 70px;
}
.fv-pg-questionnaire-progress {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.page-template-page_blank-php .gform_wrapper {
    padding: 25px 0;
	    padding-bottom: 0;
}

h4[data-fv-pg-bar-number] {
    position: absolute;
    top: 2px;
    right: 18px;
    font-size: 16px;
    color: #6B787C;
    font-weight: 400;
}
.fv-pg-questionnaire-progress-step {
    padding: 20px;
    padding: 20px 20px;
    padding-right: 40px;
    border-top: 2px solid #E6E6E5;
    position: relative;
}
.fv-pg-questionnaire-progress-step p {
    font-size: 16px;
    color: #003D52;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
	padding-right:0;
}
.fv-pg-questionnaire-summary-step input#gform_previous_button_100_11 {
    display: none;
}
.fv-pg-questionnaire-progress-step.complete:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 16px;
    right: 19px;
    top: 20px;
}

}

@media only screen and (min-width: 760px) and (max-width: 950px){
.gform_wrapper .gfield.fv-pg-gf-interested-checkboxes ul.gfield_checkbox li label h4 {
    font-size: 12px;
    padding: 0px 9px;
}
.gform_wrapper .gfield.fv-pg-gf-interested-checkboxes ul.gfield_checkbox li label button {
    margin-left: 9px;
    margin-right: 9px;
	width: calc(100% - 18px);
}

.fv-pg-questionnaire-summary-step h2 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 40px;
    margin-top: 5p;
}
h4[data-fv-pg-bar-number] {
    position: absolute;
    top: 4px;
	right: 40px;
}
}
	


p[data-fv-pg-questionnaire-run] {
    margin-top: 50px;
    font-size: 14px;
}
body.page-template-page_blank-php .gform_wrapper.gf_login_form label.gfield_label {
    text-align: center;
    font-size: 23px;
    color: #003D52;
    display: block;
    padding: 0;
}


/*signup*/

.fv-pg-questionnaire-registration-step{
    max-width: 457px;
    margin: auto;
    margin-top: 0px;
    border: none !important;
    text-align: left !important;
}
.gform_wrapper h3.gform_title {
	margin-bottom:35px;
    font-size: 21px;
}
.fv-pg-questionnaire-registration-step label.gfield_label {
    text-align: left !important;
    font-size: 16px !important;
}
.gform_page.fv-pg-questionnaire-registration-step input[type=text], .fv-pg-questionnaire-registration-step input[type=password] {
    border: 2px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #fff !important;
	width: 100%;
}
body.page-template-page_blank-php .fv-pg-questionnaire-registration-step input#choice_3 {
	display: inline-block;
    margin-top: 0px;
    width: 18px;
    height: 18px;
}

body.page-template-page_blank-php .fv-pg-questionnaire-registration-step  li.gchoice.gchoice_3 label {
    position: inherit !important;
    display: inline-block !important;
    width: auto !important;
    padding: 8px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

body.page-template-page_blank-php .fv-pg-questionnaire-registration-step li:last-of-type {
    border: 0 !important;
}

body .fv-pg-questionnaire-registration-step div.ginput_container_checkbox {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
input#gform_submit_button_0 {
    width: calc( 100% - 16px );
    background: #00B38F;
    border-radius: 4px;
}
body .fv-pg-questionnaire-registration-step  .gform_footer {
    padding: 0;
    margin: 16px 0 0 0;
    clear: both;
    width: 100%;
}
p[data-fv-pg-questionnaire-run] {
    margin-top: 50px;
    font-size: 14px;
}
body.page-template-page_blank-php .fv-pg-questionnaire-registration-step label.gfield_label {
    text-align: center;
    font-size: 23px;
    color: #003D52;
    display: block;
    padding: 0;
}

div.fv-pg-questionnaire-registration-step h2 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 35px;
	line-height: 28px;
}
div.fv-pg-questionnaire-registration-step h2 span{
	color:#00b38f;
}

.ginput_container_password span.medium {
    width: 100%;
}
li#field_100_15 {
    font-size: 12px;
}

li#field_100_15 a {
    text-decoration: underline;
}

input#gform_submit_button_100 {
    width: 100%;
    background: #00B38F;
    border-radius: 4px;
    font-size: 16px;
    padding: 16px 24px;
}
.fv-pg-questionnaire-registration-step .top_label {
    padding-top: 5px;
}

.fv-pg-questionnaire-registration-step .gform_ajax_spinner {
    position: absolute;
    right: 0;
	left:0;
    bottom: -10px;
	margin:auto;
	padding-left:0 !important;
}

.fv-pg-questionnaire-registration-step ul.gform_fields li.gfield {
    padding-right: 0;
}

#validation_message_100_16, #validation_message_100_13{
	position: absolute;
    text-align: center;
    width: auto !important;
    margin-top: -21px !important;
    font-size: 13px !important;
    color: red !important;
	
}

input#gform_submit_button_0:hover, input#gform_submit_button_100:hover, body.page-template-page_blank-php .gform_wrapper .gform_page_footer .button.gform_next_button:hover{
	background: #029578;
}


@media only screen and (max-width: 767px) {
.gf_login_form{
	margin-top:0;
}
p[data-fv-pg-questionnaire-run] {
    margin-top: 20px;

}

.fv-pg-questionnaire-registration-step {
    padding-top: 0;
}
div#gform_wrapper_100 {
    padding-top: 0;
    margin-top: 0;
}
.entry-content h1 {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 9px;
}

input#gform_submit_button_100 {
    margin-bottom: 0;
}
.fv-pg-questionnaire-registration-step .gform_page_footer{
	padding:0;
	margin-bottom: 30px;
	
}
.fv-pg-questionnaire-registration-step .gform_ajax_spinner {
	bottom:-20px;
}


}

/* Extra buttons */

a#fv-pg-questionnaire-prev {
    position: absolute;
    top: 22px;
    left: 20px;
    background: #ddd;
    color: #003D52;
    opacity: 1;
    font-size: 14px;
    background: #f9f9f9;
    padding: 4px 7px;
    border-radius: 5px;
    display:none;
}
a#fv-pg-questionnaire-next {
    margin-right: 0;
    background: #00a282;
    padding: 7px 28px;
    margin-bottom: 0;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    right: 0;
    position: fixed;
    z-index: 10;
    bottom: 20px;
    border-radius: 5px 0 0 5px;
    display:none;
    visibility: hidden;
}
