﻿body {font-size:80%}
h1 { font-size: 2.75rem;}
 .field_type_Image, .field_type_GenericHtml { margin: 10px 0 10px 0;}
.swMain ul.anchor li a.selected:hover, .swMain .buttonNext:hover {background-color:#007095;}
.check-radio-select .columns{padding-left:0px !important;}

.swMain .stepContainer { float: none;}

.swMain ul.anchor li a, .swMain .actionBar a { -moz-border-radius: none; -webkit-border-radius: none; border-radius: 0; border: 0;}
.swMain .buttonNext, .swMain .buttonPrevious, .swMain .buttonFinish { margin: 10px 3px 0 3px;padding: 3px;border: 0;}
.swMain .buttonDisabled { border: 0 !important;}

.sub-item { float: left; width: 100%;}

label {font-size:inherit;}
div.check-radio-select {margin-bottom:0.5rem;}
div.check-radio-select input[type="radio"] { float: left;margin-right: 5px;}
.first-dd-item {background-color:#fff; color:#ddd;}
.swMain ul.anchor li a .stepDesc { width: 100%;}

.swMain .buttonNext, .swMain .buttonPrevious, .swMain .buttonFinish { margin: 10px 3px 0 3px;padding: 5px;border: 0;}
.swMain .buttonDisabled { border: 0;}
.multi-postcode-section { background-color: #fff;}
.multi-postcode-section legend { background-color: initial; }
label.error, .panel label.error {
    display: none;
    color: #ffffff;
}
div[servercontroltype="Facebook"], div[servercontroltype="LinkedIn"], div[servercontroltype="Twitter"]
{
	display: inline;
}
#honey_pot_c
{
	display: none !important;
}

select, input[type="text"], input[type="checkbox"], input[type="password"], textarea {
	margin-bottom:0px;
}
#billingDetailsPnl select{
	width: 93%;
}

input[type="radio"] {margin-bottom:5px;}

input[type="checkbox"] {float:left; margin-right:3px;}

label.error {
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: white;
}

label.success {
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #548b54;
    color: white;
}

label.checked {
    display:none !important;
}
div.group>label.answer_label::before { content: "+ ";}

div.sub_answers {margin-left:10px;}


.remove_colleague {
    cursor:pointer;
    line-height: 20px;
    margin: 0 0 1rem 0.3rem;
}

.remove_colleague img {
    float:left;
    padding-right:0.3rem;
}
/* checkout page styles*/
.payment-title-box { padding: 0px 10px 10px 10px;}
form .row div.m-credit-card-payment div.panel { background-color: #fff; padding: 1rem;}
.m-credit-card-payment .panel>div { margin-bottom: 10px;}

.invoiceme { width: 100%;}

.total-price-container>div>div {
	padding: 5px !important;
	border: 1px dashed #ddd;
	background-color: #f9f9f9;
}


/* Product styles */
label[for='discount_selector_text_field'].success { background-color: #548b54;}
label[for='discount_selector_text_field'].alert { background-color: #f04124;}
#discount_selector_text_field.success { border: 1px solid #548b54;}
#discount_selector_text_field.alert { border: 1px solid #f04124;}

input.productQuantity { margin-bottom: 0;}
div.field_type_SpecificProductSelector { margin-bottom: 15px;}
input[type=checkbox].inputProductSelector { margin-top: 2px;}
.summary-container>div.columns { margin-bottom: 10px;}
div.summary-value div[class*="sum-"] {border-top: 1px dashed #999;padding: 10px 0px 10px 0px !important;}
.summary-main-container { display: none;}
.product-item-quantity { margin-bottom: 10px;}
.productQuantity { margin-bottom: 0;}
input[type="checkbox"] + label, input[type="radio"] + label  {display:inline;margin-left: 0;}

div.reset-question-margin label {margin-bottom:0px;}

/* Colleague Style Section*/
.colleague_subform { background-color: #ffffff;} 

/* Small screens */
@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) {

.swMain .stepContainer div.content {width:100%;}
/*Postcode loockup fix for small screed*/
div#MB_window { width: 100% !important; left: 0 !important;}

/*input type checkbox for small devices*/

input[type="checkbox"] {
	display: none;
}

	input[type=checkbox] ~ span, input[type=checkbox] + label, .inputProductSelector ~ label {
		display: block;
 
		width: 80%;
		padding: 2px 5px;    
		cursor: pointer;
	
		padding-left: 25px;
		background-image:url('../../../images/checkbox_unchecked.png');
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: left center;
		min-height: 20px;
	}

	input[type=checkbox]:checked ~ span, input[type=checkbox]:checked + label, .inputProductSelector:checked ~ label{
     
		background-image:url('../../../images/check_green.png');
	}
	
/*input type radio for small devices*/

	input[type=radio] { display: none;}

	input#tac_cb { display:block; }

	input[type=radio] + label.answer_label, input[type=radio] + label.indented, input[type=radio] + span {
	display: block;
	background: #eee;
	border: 1px solid gray;
	    width: 100%;
	padding: 6px 0px 6px 5px;
	border-radius: 5px;
	cursor: pointer;
	    margin: 5px 0 0 0;
}

	input[type=radio]:checked + label.answer_label, input[type=radio]:checked + label.indented,  input[type=radio]:checked + span {
    color: #fff;
    font-weight: bold;
   background-size: 20px;
    border: 2px solid #548B54;
	
	background: url('../../../images/checked.png') right 5px center no-repeat,  -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #7CCD7C),
	color-stop(1, #6FB76F)
);

background: url('../../../images/checked.png') right 5px center no-repeat, -o-linear-gradient(bottom, #7CCD7C 0%, #6FB76F 100%);
 background: url('../../../images/checked.png') right 5px center no-repeat, -moz-linear-gradient(bottom, #7CCD7C 0%, #6FB76F 100%);
 background: url('../../../images/checked.png') right 5px center no-repeat, -webkit-linear-gradient(bottom, #7CCD7C 0%, #6FB76F 100%);
 background: url('../../../images/checked.png') right 5px center no-repeat, -ms-linear-gradient(bottom, #7CCD7C 0%, #6FB76F 100%);
 background: url('../../../images/checked.png') right 5px center no-repeat, linear-gradient(to bottom, #7CCD7C 0%, #6FB76F 100%);
}

    div.swMain {padding-top:0px}
	label.contact_label, label.question_label { padding-bottom: 0.350rem; font-weight:bold;}
	.columns {padding-left:1px; padding-right:1px;}
	label.stepNumber {margin-bottom:0px;}
	div.swMain ul.anchor { width:auto; float: none;}

	div.swMain ul.anchor li {clear:none;}

	div.swMain ul.anchor li a {width:100%; height:auto;}
	div.swMain ul.anchor li a .stepNumber {width:auto; font-size:1rem; }
	label.inline {margin-bottom:0;}
	input[type="button"] {margin-top:0.3rem;}
	div.actionBar a.button { width: 101px;}

 } /* max-width 640px, mobile-only styles, use when QAing mobile issues */


   /*Seminar Planner desktop styles*/

.seminarTracks {
	font-weight: bold;
}




/* Medium screens */
@media only screen and (min-width: 40.063em) { 
	ul.medium-block-grid-1 {
		float:none;
	}
	.swMain ul.anchor { margin: 5px 0 0 0;}
	
} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

.swMain .stepContainer div.content {width:100%;}
    label.contact_label, label.question_label { font-weight:bold;}
	div.swMain ul.anchor { width: 100%;}

    .swMain ul.anchor li { clear: none;}
    .swMain ul.anchor li a {width: 100%; font-size: 0.5rem;}
	.swMain ul.anchor li a .stepDesc { font-size: 12px;}
    form .content>.row { margin: 0 0.5rem; }
 } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.063em) { 
.swMain .stepContainer .StepTitle {margin-bottom:10px;}
.swMain ul.anchor, .swMain ul.anchor li {width:200px;}
.swMain .stepContainer { float: left; margin-left:15px; }
	.swMain .stepContainer div.content {max-width:710px; min-width: 710px;}
    .swMain ul.anchor li a { width: 200px; height: auto; min-height: 70px;}

     form .content>.row { margin: 0 0.5rem; }
} /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	
 } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

 #billingDetailsPnl input[type='text'].invalid {
    border-color: red;
    box-shadow: 0 0 5px red;
}
      body {
        font:normal 12px Verdana, Arial, Helvetica, sans-serif;
        background-color: #ffffff;
        color: black;
      }
      .swMain .stepContainer div.content, .panel p, label, .panel label {
        font:normal 12px Verdana, Arial, Helvetica, sans-serif;
      }
      
      .button, .swMain .buttonNext, .swMain .buttonPrevious, .swMain .buttonFinish, .swMain ul.anchor li a.selected, a.resetButton {
      background-color:#008cba;
      }
      
      .main-fg-color-1 {
        background-color: #4d4d4d;
      }

      .main-fg-color-1-hover:hover {
        background-color: #4d4d4d;
        opacity: 0.8;
      }

      .main-fg-color-2 {
        background-color: #008cba;
      }
      
      .button:hover, .md-button:hover, .button.selected {
        background-color: #4d4d4d;
      }

      .button, .md-button {
        background-color: #008cba;
      }

      .main-fg-color-2-hover:hover {
      background-color: #008cba;
        opacity: 0.8;
      }

      .main-bg-color {
        background-color: #ffffff;
      }

      .main-bg-color-hover:hover {
        background-color: #ffffff;
      opacity: 0.8;
      }

      .main-text-color-1 {
        color: #4d4d4d;
      }

      .main-text-color-2 {
        color: #008cba;
      }

      .main-color-stroke-1 {
        stroke: #4d4d4d;
      }

      .main-color-stroke-2 {
        stroke: #008cba;
      }

      .registrant-count::before {
        background-color: #008cba;
      }

      .main-color-fill-1 {
      fill: #4d4d4d;
      }

      .main-color-fill-2 {
        fill: #008cba;
      }

      @media only screen and (max-width: 40em) {
      label.contact_label, label.question_label {
      padding-bottom: 0.350rem;
      font-weight:bold;
      }
      }

      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      div.panel label.contact_label, div.panel label.question_label { font-weight:bold;}
      }

      .hideIt {
      visibility: hidden;
      pointer-events: none;
      }

      label[class*="subLabel"] {
      font-size: 89.5%;
      font-style: oblique;
      margin-top: 3px;
      margin-left: 1px;
      line-height: 1.30;
      text-align: justify;
      opacity:0.9;
      }
      .check-radio-select.Radio {
      padding: 10px 0 10px 10px;
      }
      .check-radio-select.Radio .demo_question_radio .radio_answer {
      top: 10px;
      z-index: 1;
      }
      .check-radio-select.Radio .demo_question_radio .radio_answer + label.subLabel_ {
      top: 7px;
      }
      .check-radio-select.Radio .demo_question_radio .answer_label.group label.answer_label {
      top: 9px;
      position: relative;
      }
      .check-radio-select.Radio .demo_question_radio .answer_label.group + label.subLabel_  {
      top: 2px;
      }
      .check-radio-select.Radio.MultiBox span label.subLabel_, .check-radio-select.CheckboxList span label.subLabel_  {
      top: -7px;
      }
      .check-radio-select Radio .demo_question_radio .answer_label .group label.subLabel_ {
      top: 3px;
      }
      .check-radio-select.Autocomplete label.subLabel_ {
      top: -5px;
      }
      .check-radio-select label[class*="subLabel"] {
      position: relative;
      }
      .check-radio-select.Textbox div.file {
      position: relative;
      top: 10px;
      }
      .check-radio-select.Textbox div.file + label.subLabel_ {
      top: -6px;
      }
      .multiline {
      margin-bottom: 10px;
      }

    .login-fontcolor {
      color: #008cba;
    }

    .login-button:focus {
    background-color: #4d4d4d;
    }

    .login-hrefcolor {
    color: #008cba;
    }

    a.login-hrefcolor:link {
    color: #008cba;
    }

    a.login-hrefcolor:visited {
    color: #008cba;
    }

    a.login-hrefcolor:hover {
    color: #008cba;
    }

    a.login-hrefcolor:active {
    color: #008cba;
    }

    .login-fontcolor {
    color: #008cba;
    }

    .login-v-word {
    padding-top: 5px;
    padding-bottom: 8px;
    background: #ffffff;
    }

    .login-h-line::before,
    .login-h-line::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #008cba;
    }

    .login-v-wrapper {
    position: relative;
    margin: 0 0 2rem 50%;
    height: 19rem;
    border-left: 1px solid #008cba;
    }



    .generated_form ul.anchor {
    width: 100% !important;
    min-width: 100%;
}

.swMain ul.anchor,
.swMain ul.anchor li {
    width: 25%;
    margin: 0px;
    clear: none;
}

.anchor {
    display: none !important;
}

.StepTitle {
    display: none !important;
}

.content {
    background: white !important;
    border: none !important;
}

.contact_label,
.question_label {
    font-weight: bold !important;
}

.membership-lookup-wrap button {
    max-height: auto !important;
    margin-top: 18.5px !important;
}

.not-member-container>p {
    margin: 0 !important;
}

.not-member-container {
    margin-top: 10px !important;
}

.swMain ul.anchor li a {
    width: 99% !important;
}

.stepContainer {
    margin-left: 0px !important;
    width: 100% !important;
}

.content {
    min-width: 100% !important;
    max-width: 100% !important;
}

body {
    background-image: url("https://circdatacdn.z33.web.core.windows.net/CloserStill/BVA/BVA2024/BVA24_background_final.png");
    background-position: center;
    background-attachment: fixed;
    background-image: no-repeat;
    background-size: cover;
}

p,
span,
label,
select,
h4,
a,
h3,
h2,
h1 {
    font-family: "Lufga", sans-serif !important;
}

input,
select,
textarea,
button {
    font-family: "Lufga", sans-serif !important;
    font-size: 12px !important;
}

.generated_form {
    background-color: #fff !important;
}

h2 {
    font-size: 1.4rem;
}

#column-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    width: 98%;
    margin-left: 15px;
}

/* BVA MEMBERSHIP STYLING */
.form_field_143 .membership-lookup-button {
    background: #ed008c;
    padding-bottom: 30px !important;
    float: right;
}

#step-1>div:nth-child(10)>div>div>div>div:nth-child(1) {
    display: inline-block !important;
}

#step-1>div:nth-child(10)>div>div>div>div:nth-child(1) div {
    display: inline-block !important;
}

.form_field_143 .question_text {
    vertical-align: top;
    margin-right: 8px;
}

#step-1>div:nth-child(10)>div>div>div>div:nth-child(1)>div:nth-child(2) {
    width: 49%;
}

/* END BVA MEMBERSHIP STYLING */
.message_box,
.popup_box {
    text-align: left !important;
    font-size: 12px !important;
}

.button,
.swMain .buttonNext,
.swMain .buttonPrevious,
.swMain .buttonFinish,
.swMain ul.anchor li a.selected,
a.resetButton {
    background-color: #ed008c;
}

.form_field_7 {
    margin-top: 0px;
    margin-bottom: 25px;
}

.form_field_130 {
    background: #e6007e;
    color: white !important;
    padding-top: 6px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: center;
    border-radius: 20px;
}

.form_field_130 h2 {
    font-size: 22px !important;
    color: white;
}

.form_field_178 button {
    width: 100%;
    margin-top: 50px !important;
    background: #e5007d
}

.member-disable-container {
    float: right;
    margin-right: -10px !important;
}

.accessibility-heading {
    background: #e6007e;
    color: white !important;
    padding: 12px 0px;
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: center;
    border-radius: 20px;
}

.form_field_129 p,
.form_field_98 label,
.form_field_131 p {
    font-size: 14px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.form_field_131 {
    font-size: 14px;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

.form_field_49 {
    font-size: 14px;
    font-weight: bold !important;
    margin-bottom: 10px;
}

/* Styl dla przycisku */
.form_field_49 input {
    padding: 10px 20px;
    width: 120px !important;
}

.form_field_130 h2 {
    font-weight: bold;
    font-size: 25px;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal */
/* Modal */
.modal {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}

/* Modal Header */
.modal-header {
    border-bottom: none;
}

/* Modal Title */
.modal-title {
    font-size: 24px;
}

/* Modal Body */
.modal-body {
    font-size: 18px;
    line-height: 1.5;
}

/* Modal Footer */
.modal-footer {
    border-top: none;
}

/* Close Button */
.close {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    opacity: 0.5;
}

.close:hover {
    opacity: 1;
    color: #f05ae1 !important;
}

/* Scrollbar */
.modal::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.modal::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.modal::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}

.modal::-webkit-scrollbar-thumb:hover {
    background-color: #b3b3b3;
}

.swMain ul.anchor li a.selected {
    color: #f8f8f8;
    background: #ed008c;
    border: 1px solid #1080c0;
    cursor: text;
    -moz-box-shadow: 1px 5px 10px #888;
    -webkit-box-shadow: 1px 5px 10px #888;
    box-shadow: 1px 5px 10px #888;
}

#step-3>div:nth-child(4)>div>div>div.large-6.medium-6.small-12.columns.inline.reset-question-margin {
    display: none;
}

#step-3>div:nth-child(4)>div>div>div.large-6.medium-6.columns.check-radio-select.DropDownList {
    float: left;
}

/*member error*/


.form_field_143 label.error {
    width: 150% !important;
}

/*custem style*/

.body {
    font-style: normal 12px Verdana, Arial, Helvetica, sans-serif !important;
}

#step-3>div:nth-child(4)>div>div>div.large-6.medium-6.small-12.columns.inline.reset-question-margin {
    display: none;
}

#step-3>div:nth-child(4)>div>div>div.large-6.medium-6.columns.check-radio-select.DropDownList {
    float: left;
}

#step-4>div:nth-child(3)>div>div>div.large-6.medium-6.small-12.columns.inline.reset-question-margin {
    width: 100%;
}

#step-4>div:nth-child(4)>div>div>div.large-6.medium-6.columns.check-radio-select.DropDownList {
    width: 100%;
    margin-top: 20px;
}

#step-4>div:nth-child(3)>div>div>div.large-6.medium-6.columns.check-radio-select.DropDownList {
    width: 51%;
    float: left;
    margin-top: 13px;
}

#step-4>div:nth-child(3)>div>div>div.large-6.medium-6.small-12.columns.inline.reset-question-margin>label {
    font-weight: bold;
}

#step-4>div:nth-child(4)>div>div>div.large-6.medium-6.columns.check-radio-select.DropDownList {
    float: left;
    margin-top: 13px;
}

.form_field_61 table {
    border: 0 !important;
    margin: 0;
}

.form_field_61 .educational-partners {
    width: 70%;
    display: grid;
    grid-template-columns: repeat(3, 33%);
    justify-content: flex-start;
    align-items: center;
}

.closerstill-logo {
    width: 50% !important;
}

.form_field_61 .partner-image {
    display: block;
    text-align: center;
    margin: 20px 0;
    width: 80%;
}

.form_field_133 table {
    border: 0 !important;
    margin: 0;
}

.form_field_133 .educational-partners {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    justify-content: flex-start;
    align-items: center;
}

.form_field_133 .partner-image {
    display: block;
    text-align: center;
    margin: 20px 0;
    width: 80%;
}

.form_field_35 .question_label {
    margin: 0px !important;
    padding: 0px;
}

.form_field_132 p {
    font-size: 13px;
    font-family: "pt sans", arial, sans-serif;
    margin-left: 15px;
}

#step-4>div:nth-child(5)>div>div>div.large-6.medium-6.small-12.columns.inline.reset-question-margin>label {
    font-weight: bold;
}

#step-4>div:nth-child(5)>div>div>div.large-6.medium-6.columns.check-radio-select.DropDownList {
    float: left;
    width: 51%;
}

#step-4>div:nth-child(8)>div>div>div:nth-child(1)>label {
    font-weight: bold;
}

.form_field_106 .DropDownList {
    float: left !important;
    width: 51%;
}

.form_field_106 .reset-question-margin {
    margin-top: 10px;
}

.form_field_102 .reset-question-margin,
.form_field_168 .reset-question-margin {
    margin-bottom: 15px;
}

.form_field_130 {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}

.form_field_130 h2 {
    font-size: 14px !important;
}

.form_field_153 p,
.form_field_149 p,
.form_field_151 p {
    color: black;
}

.form_field_52 {
    display: none;
}

.form_field_53 {
    display: none;
}

#step-4>div:nth-child(10)>div>div>div.large-4.medium-4.small-10.columns {
    margin-top: 12px;
    width: 100%;
}

#discount_selector_text_field {
    width: 30%;
}

#step-4>div:nth-child(10)>div>div>div.large-2.medium-2.small-2.columns {
    float: left;
    margin-left: -42px;
    margin-top: 10px;
}

.form_field_37 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#logoimage {
    width: 45%;
    margin-bottom: 22px;
}

#parent_help_message img {
    margin-top: -6px;
}

#parent_help_message #popup {
    display: none;
    opacity: 0;
    font-weight: normal;
    transition: 0.3s;
}

#parent_help_message:hover #popup {
    display: block;
    transition: 0.3s;
    opacity: 1;
}

.logo_section {
    text-align: center;
}

.logo_section #logoImage {
    width: 1000% !important;
}

.conf_page .logo_section #logoImage {
    width: 100% !important;
}

.swMain ul.anchor li a.done {
    background: #0096a6;
    border: #0096a6;
}

.swMain ul.anchor li a.done:hover {
    background: #296b72;
    border: #296b72;
}

.form_field_148 .check-radio-select {
    margin-top: 0px !important;
}

.form_field_147 .check-radio-select {
    margin-top: 0px !important;
}

.form_field_149 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.form_field_155 {
    margin-top: -10px;
}

.form_field_151 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.form_field_153 p:last-child {
    margin-bottom: 0px;
}

.form_field_146 {
    font-family: "Lufga", sans-serif !important;
}

.vet-show-dsc {
    margin-top: -15px;
}

.form_field_165 {
    margin-top: 30px
}

.form_field_129 {
    margin-top: 20px !important;
    margin-bottom: 0px;
}

.form_field_129 p,
.form_field_131 p {
    font-size: 12px;
    color: black;
}

.form_field_143 .question_text {
    margin-top: 10px;
    margin-bottom: 20px;
}

.form_field_143 input {
    width: 150%;
}

.form_field_143 button {
    margin-top: 40px !important;
    margin-left: 120px;
}

#step-1 .form_field_14,
#step-1 .form_field_15 {
    float: right
}

.form_field_181 .check-radio-select {
    float: left !important;
}

@media only screen and (max-width: 40em) {
    .form_field_143 .question_text label {
        font-weight: bold;
    }

    #step-1>div:nth-child(10)>div>div>div>div:nth-child(1)>div:nth-child(2) {
        width: 100% !important;
    }

    input[type="checkbox"]:checked~span,
    input[type="checkbox"]:checked+label,
    .inputProductSelector:checked~label {
        padding-left: 20px;
    }

    #pp {
        display: block;
    }

    #tc {
        display: block;
    }

    #step-3>div:nth-child(5)>div>div>div.large-6.medium-6.columns.check-radio-select.Checkbox {
        width: 100%;
    }

    .additional-prod-name {
        margin-right: 5px;
        padding: 7px;
        font-size: 14px;
    }

    label.product-item-name {
        margin-left: -50px;
        padding-top: -30px;
        font-size: 12px;
    }

    div.row.ng-scope {
        font-size: 12px;
        padding: 2px !important;
    }
}

/* RESPONSIVE
    -------------------------------- */
@media only screen and (max-width: 40em) {
    #column-1 {
        grid-template-columns: repeat(1, 1fr);
        margin-left: 0;
    }

    input[type="checkbox"] {
        display: block;
    }

    input[type="checkbox"]:checked+label {
        background-image: none;
    }

    input[type="checkbox"]~span,
    input[type="checkbox"]:checked~span,
    input[type="checkbox"]+label {
        cursor: default;
        padding-left: 0;
        background-image: none;
        display: inline;
    }
}