﻿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;
    }



    :root {
  --main-color: #b20196;
  --hover-color: #b20196;
  --anchor-done-hover-color: #00a19a;
  --text-color: #131718;
  --body-color: #f2f2f2;
}

html {
  scroll-behavior: smooth;
}
body {
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: scroll;
  background: rgb(236, 236, 236);
}

body p,
a,
label,
span,
li,
ul,
b {
  font-family: 'Montserrat', sans-serif !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
}

body h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 22px !important;
  font-weight: bold;
}

.generated_form {
  background: none;
  border: none;
}

.logo_image {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.stepContainer {
  width: 100%;
  margin-left: 0 !important;
  border-radius: 12px !important;
  -webkit-box-shadow: -7px 3px 18px 0px rgba(66, 68, 90, 0.14);
  -moz-box-shadow: -7px 3px 18px 0px rgba(66, 68, 90, 0.14);
}

.StepTitle {
  display: none !important;
}

.content {
  min-width: 100% !important;
  border-radius: 0 !important;
  padding-top: 21px !important;
  padding-bottom: 21px !important;
  border: none !important;
  border-top: 1px solid #ccc !important;
  background: white !important;
}
.anchor {
  width: 100;
}
.anchor li a {
  display: inline;
}

.actionBar {
  border-radius: 0px !important;
  background: white;
  padding-bottom: 20px !important;
}

.actionBar .button {
  background: none;
  border: 2px solid var(--main-color) !important;
  color: var(--main-color);
}
.actionBar .button.active {
  background: none;
  border: 2px solid var(--main-color) !important;
  color: var(--main-color);
}
.actionBar .button.buttonDisabled {
  background: none !important;
  border: 2px solid rgb(191, 190, 190) !important;
  color: rgb(191, 190, 190) !important;
}

.actionBar .button:hover {
  background: var(--main-color) !important;
  color: white;
}

.actionBar .button.buttonDisabled:hover {
  background: none !important;
  color: gray;
}

.swMain .buttonFinish {
  display: inline-block;
  float: none !important;
  text-align: center !important;
  padding: 12px 20px;
  width: 120px;
  border-radius: 12px !important;
  font-size: 15px;
  font-weight: bold !important;
}

.swMain .buttonPrevious {
  display: inline-block;
  float: none !important;
  text-align: center !important;
  padding: 12px 20px;
  width: 120px;
  border-radius: 12px !important;
  font-size: 15px;
  font-weight: bold !important;
}
.swMain .buttonNext {
  display: inline-block;
  float: none !important;
  text-align: center !important;
  padding: 12px 20px;
  width: 120px;
  border-radius: 12px !important;
  font-size: 15px;
  font-weight: bold !important;
}

.swMain div.actionBar {
  text-align: center;
  height: inherit !important;
}

.mandatory {
  color: red;
}

.form_field .question_label {
  color: var(--main-color);
  font-weight: bolder;
}

.form_field_47 {
  padding: 10px 0px !important;
}

.form_field_47 h3 {
  color: var(--main-color);
  font-size: 22px !important;
  margin-left: 20px;
  font-weight: bold;
}

.form_field_49 {
  text-align: center;
  margin-top: 40px;
  background: #151b4f;
  margin-bottom: -20px;
  width: 102.9%;
  margin-left: -1.5%;
  padding-bottom: 30px !important;
}

.form_field_49 h3 {
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
  padding-top: 20px;
}

.form_field_84 {
  text-align: center;
  margin-top: 40px;
  background: #151b4f;
  margin-bottom: -20px;
  width: 102.9%;
  margin-left: -1.5%;
  padding-bottom: 30px !important;
}

.form_field_84 h3 {
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
  padding-top: 20px;
}

.form_field_85 {
  text-align: center;
  margin-top: 40px;
  background: #151b4f;
  margin-bottom: -20px;
  width: 102.9%;
  margin-left: -1.5%;
  padding-bottom: 30px !important;
}

.form_field_85 h3 {
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
  padding-top: 20px;
}

.form_field_86 {
  text-align: center;
  margin-top: 40px;
  background: #151b4f;
  margin-bottom: -20px;
  width: 102.9%;
  margin-left: -1.5%;
  padding-bottom: 30px !important;
}

.form_field_86 h3 {
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
  padding-top: 20px;
}

.form_field_88 .subLabel_ {
  font-size: 14px !important;
}

.form_field_96 .login_heading {
  font-weight: bold;
}
.form_field_97 .login_heading {
  font-weight: bold;
}

.form_field_96 .login_btn {
  background: var(--main-color);
  max-width: 250px !important;
  margin: auto;
  color: white;
  padding: 10px;
  border-radius: 7px;
  cursor: pointer;
}

.form_field_97 .login_btn {
  background: var(--main-color);
  max-width: 250px !important;
  margin: auto;
  color: white;
  padding: 10px;
  border-radius: 7px;
  cursor: pointer;
}

.form_field_97 {
  text-align: center;
  background: #f5f5f5;
  padding: 20px 0px !important;
  margin-top: 0px;
  margin-bottom: 0px;
}

.form_field_96 {
  text-align: center;
  background: #f5f5f5;
  padding: 20px 0px !important;
}

.form_field_50 {
  text-align: center;
}

/* PRODUCT SELECTOR */

.form_field_2 .product-desc {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Open Sans', sans-serif;
  color: var(--main-color) !important;
}

.form_field_2 .product {
  display: inline-block;
  max-width: 270px;
  border: 3px solid var(--main-color);
  border-radius: 21px;
  cursor: pointer;
  margin-top: 30px;
  transition: 0.5s;
  margin-left: 11px;
  margin-right: 11px;
}

.form_field_2 .product.free .product-desc {
  padding-bottom: 177px;
}
.form_field_2 .product.welcome-party .product-desc {
  padding-bottom: 116px !important;
}

.form_field_2 .pec .product-desc {
  padding-bottom: 27px;
}

.form_field_2 .product .image_container {
  text-align: center;
  margin-top: 20px;
}

.form_field_2 .product:hover {
  border: 3px solid #e912c7;
}

.form_field_2 .product .product-content {
  margin-left: 10px;
}
.form_field_2 .product .product-content img {
  text-align: center !important;
}
.form_field_2 .product .product-title {
  color: var(--main-color);
  font-weight: bold;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-size: 18px !important;
  line-height: 20px;
  text-align: center;
}

.form_field_2 .product .product-desc {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #828282;
  vertical-align: bottom !important;
}

.form_field_2 .product .product-price {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: var(--main-color);
  font-size: 28px !important;
  font-weight: bold;
  text-align: center;
}

.form_field_47 {
  margin-bottom: 0px;
}

.form_field_2 .pec.clicked {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 27px -9px rgb(25, 106, 151);
  -moz-box-shadow: 0px 0px 27px -9px rgb(25, 106, 151);
  box-shadow: 0px 0px 27px -9px rgb(25, 106, 151);
  border: 3px solid #e912c7;
}
.form_field_2 .welcome-party.clicked {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 27px -9px rgb(25, 106, 151);
  -moz-box-shadow: 0px 0px 27px -9px rgb(25, 106, 151);
  box-shadow: 0px 0px 27px -9px rgb(25, 106, 151);
  border: 3px solid #e912c7;
}
.form_field_2 .free.clicked {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 27px -9px rgb(25, 106, 151);
  -moz-box-shadow: 0px 0px 27px -9px rgb(25, 106, 151);
  box-shadow: 0px 0px 27px -9px rgb(25, 106, 151);
  border: 3px solid #e912c7;
}

.form_field_2 .pec.clicked .product-title {
  color: #e912c7;
}

.form_field_2 .free.clicked .product-title {
  color: #e912c7;
}

.form_field_2 .welcome-party.clicked .product-title {
  color: #e912c7;
}

.form_field_2 .btn_more_info_pec {
  cursor: pointer;
}

.form_field_2 .more_info_container p {
  text-align: center;
  margin-top: 10px;
  font-size: 20px !important;
  color: var(--main-color);
}

.form_field_2 .more_info_container p span img {
  margin-top: -5px;
  margin-left: 5px;
}

.product-wrapper {
  max-width: 300px;
  display: inline-block;
  vertical-align: top !important;
}

/* POPUP
--------------------------------  */
.popup-info-container {
  display: inline-block;
  width: 100%;
}

.popup-info {
  width: 70%;
  display: inline-block;
}

.popup-logo {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.container h3 {
  color: var(--main-color);
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.price_heading {
  font-size: 22px !important;
  margin: 0px;
  color: var(--main-color);
}

.programme_heading {
  font-size: 22px !important;
  margin: 0px;
  color: var(--main-color);
}

/* ANCHOR
        -------------------------------- */
ul.anchor {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 5px !important;
}

ul.anchor li {
  width: 100% !important;
}

ul.anchor li a {
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  display: grid !important;
  justify-content: center !important;
}

ul.anchor li a > * {
  color: white !important;
  font-size: 0.8rem !important;
  text-align: center !important;
}

ul.anchor li a.selected {
  background: var(--main-color) !important;
  border: solid 1px var(--main-color) !important;
}

ul.anchor li a[href='#step-1'] {
  border-radius: 10px 0px 0px 10px;
}

ul.anchor li a[href='#step-5'] {
  border-radius: 0px 10px 10px 0px;
}

ul.anchor li a.disabled > * {
  color: transparent;
}

.swMain ul.anchor li a.disabled {
  color: white !important;
  background: white !important;
}

ul.anchor li a .stepNumber {
  font-size: 0.8rem !important;
  padding: 5px !important;
}
.swMain ul.anchor li a.selected {
  box-shadow: none !important;
}

ul.anchor li a.done {
  background: var(--hover-color) !important;
  border: solid 1px var(--hover-color) !important;
}

ul.anchor li a.done span {
  color: var(--hover-color) !important;
}

.swMain ul.anchor li a.disabled {
  border: none;
}
/* END ANCHOR
        -------------------------------- */
.swMain ul.anchor li a.disabled {
  border: none;
}

.field_type_ContactField input {
  height: 50px;
  border-radius: 5px;
  margin: 5px 0px;
}

.field_type_ContactField select {
  height: 50px;
  border-radius: 5px;
  margin: 5px 0px;
}

.form_field_8 {
  margin-bottom: 5px;
}

.form_field_8 label {
  font-size: 13px !important;
}

.form_field_110 .selected-flag {
  transform: translate(4px, 6px) scale(1.27);
}

.form_field_110 input {
  text-indent: 10px;
}

.form_field_19 {
  margin-bottom: 0px;
  border-left: 6px solid var(--main-color);
  margin-left: -13px;
  padding-left: 13px !important;
}

.form_field_19 h3 {
  margin-bottom: 6px;
  font-weight: bold;
  color: var(--main-color);
}

.form_field_19 p {
  margin-left: 2px;
}

.form_field_20 {
  margin-bottom: 0px;
  border-left: 6px solid var(--main-color);
  margin-left: -13px;
  padding-left: 13px !important;
}

.form_field_20 h3 {
  margin-bottom: 6px;
  font-weight: bold;
  color: var(--main-color);
}

.form_field_23 button {
  background: var(--main-color) !important;
}

.form_field_35 {
  border-left: 6px solid var(--main-color);
  margin-left: -13px;
  padding-left: 13px !important;
  margin-top: 40px;
}

.form_field_35 h3 {
  margin-bottom: 6px;
  font-weight: bold;
  color: var(--main-color);
}

.form_field_36 {
  border-left: 6px solid var(--main-color);
  margin-left: -13px;
  padding-left: 13px !important;
}

.form_field_36 h3 {
  margin-bottom: 6px;
  font-weight: bold;
  color: var(--main-color);
}

.form_field_39 {
  border-left: 6px solid var(--main-color);
  margin-left: -13px;
  padding-left: 13px !important;
  margin-top: 40px;
}

.form_field_39 h3 {
  margin-bottom: 6px;
  font-weight: bold;
  color: var(--main-color);
}

.form_field_20 p {
  margin-left: 2px;
}

.form_field_23 {
  margin-bottom: 8px;
}

.form_field_24 {
  margin-bottom: 0px;
}

.form_field_27 {
  margin-top: 0px;
}

.form_field_24 span {
  color: var(--main-color);
  cursor: pointer;
}

.form_field_37 .reset-question-margin {
  margin-top: 20px;
  margin-bottom: 10px;
}
.form_field_38 {
  margin-top: 20px;
}

.form_field_43 span {
  font-weight: bold;
  font-size: 20px !important;
}

.form_field_43 h3 {
  font-weight: bold;
  font-size: 20px !important;
  margin-bottom: 20px;
}

.form_field_44 .check-radio-select input[type='checkbox'] {
  float: none !important;
  margin-left: 10px;
}

.form_field_45 {
  margin-top: 30px;
  margin-bottom: -5px;
}

.form_field_82 {
  text-align: center;
}
.form_field_82 h3 {
  text-align: center;
  color: #e86fd4;
}
.form_field_82 span {
  font-size: 22px !important;
  color: #b20196;
}

.form_field_83 {
  background: #d5e3ec !important;
  border: 1px solid #b4c3cc;
  border-radius: 10px;
  padding: 30px 20px 10px 30px !important;
}

.form_field_83 p {
  color: #558fb3;
}

.form_field_84 {
  text-align: center;
  margin-top: 0px;
  background: #151b4f;
  margin-bottom: -20px;
  width: 98%;
  margin-left: 1%;
  padding-bottom: 30px !important;
}

.subLabel_bc7de18ax2e36x4d1dx887bxbe4339bf3506 {
  padding: 20px 10px 20px 10px;
  background: #d5e3ec !important;
  border: 1px solid #b4c3cc;
  border-radius: 10px;
}

.subLabel_bc7de18ax2e36x4d1dx887bxbe4339bf3506 p {
  color: #558fb3;
}

.form_field_68 {
  margin-top: 10px;
  border-bottom: 1px solid rgb(211, 211, 211);
}
.form_field_69 {
  margin-top: 15px;
  border-bottom: 1px solid rgb(211, 211, 211);
}

.form_field_75 {
  margin-top: 15px;
  border-bottom: 1px solid rgb(211, 211, 211);
}

.form_field_70 {
  margin-top: 15px;
  border-bottom: 1px solid rgb(211, 211, 211);
  padding-bottom: 15px !important;
}

.form_field_71 {
  margin-top: 0px;
  border-bottom: 1px solid rgb(211, 211, 211);
  padding-bottom: 15px !important;
}

.form_field_72 {
  margin-top: 30px;
  border-bottom: 1px solid rgb(211, 211, 211);
  padding-bottom: 15px !important;
}

.form_field_73 {
  margin-top: 15px;
}

.form_field_88 {
  margin-top: 10px;
  border-bottom: 1px solid rgb(211, 211, 211);
  padding-bottom: 30px !important;
}

.form_field_90 {
  margin-bottom: 0px;
  border-left: 6px solid var(--main-color);
  margin-left: -13px;
  padding-left: 13px !important;
}

.form_field_90 h3 {
  margin-bottom: 6px;
  font-weight: bold;
  color: var(--main-color);
}

.form_field_102 {
  background: #d5e3ec !important;
  border: 1px solid #b4c3cc;
  border-radius: 10px;
  padding: 30px 20px 10px 30px !important;
}

.form_field_102 h3 {
    font-size: 20px !important;
    color: #558fb3;
    margin-bottom: 20px;
}

.form_field_102 p {
    margin-bottom: 10px;
}

/* CUSTOM QUESTION STYLING */
.dg-publications {
  width: 90% !important;
  margin: 0 auto 20px !important;
}

.form_field_76 .question_label {
  transform: translateY(40%);
}

.annual_spend {
  width: 510px !important;
  display: flex;
}

.annual_spend span {
  flex-grow: 1;
  text-align: center;
}
div.row.dg-publications
  > div:nth-child(1)
  > div
  > div
  > div
  > .CheckboxList
  > div
  > span:nth-child(2) {
  margin-right: -30px;
}

div.row.dg-publications
  > div:nth-child(1)
  > div
  > div
  > div
  > .CheckboxList
  > div
  > span:nth-child(3) {
  margin-right: -30px;
}

div.row.dg-publications
  > div:nth-child(1)
  > div
  > div
  > div
  > .Checkbox
  > div
  > span:nth-child(2) {
  margin-right: -30px;
}

div.row.dg-publications
  > div:nth-child(1)
  > div
  > div
  > div
  > .Checkbox
  > div
  > span:nth-child(3) {
  margin-right: -30px;
}

/*Pytania*/
.form_field_76 .answer_label,
.form_field_25 .answer_label {
  float: left;
  width: 120px;
  display: flex !important;
  justify-content: center;
}

.dg-publications {
  width: 20%;
}

.dg-publications .reset-question-margin {
  width: 30%;
}

.dg-publications .CheckboxList {
  width: 70%;
}
.dg-publications .Checkbox {
  width: 70%;
}

/* FOOTER */
.form_field_52 {
  background: #2d2d2d;
  margin: 0px;
}

.form_field_52 .footer-info-container {
  display: inline-block;
  width: 99%;
  margin-left: 20px;
  margin-top: 20px;
}

.form_field_52 .footer-info-container div {
  display: inline-block;
  width: 24%;
}
.form_field_52 .footer-info-container div p {
  color: white;
}

.form_field_52 .footer-info-container .number {
  vertical-align: top;
  margin-top: 5px;
}

.form_field_52 .footer-info-container .dates-start {
  font-size: 17px !important;
  margin-bottom: 3px;
}

.form_field_52 .footer-info-container .links-start {
  font-size: 17px !important;
  margin-bottom: 3px;
}
.form_field_52 .footer-info-container .socials-start {
  font-size: 17px !important;
  margin-bottom: 3px;
}

.form_field_52 .footer-info-container div a {
  color: white;
  text-decoration: none;
}

.form_field_52 .links-container p {
  display: inline-block;
  margin-left: 20px;
}

.form_field_52 .links-container a {
  padding-right: 10px;
  color: white;
  border-right: 1px solid white;
}

.form_field_52 .dpa-text {
  margin-left: 20px;
}

.form_field_52 .dpa-text p {
  color: white;
  font-size: 12px !important;
}

.form_field_52 .dpa-text p:nth-child(1) {
  margin-bottom: 10px;
}

.footer-bottom {
  padding: 20px 0px;
  display: inline-block;
  width: 99vw;
  background: #202022;
  margin-left: -15px;
}
.footer-bottom div {
  display: inline-block;
}

.footer-bottom .logotype_left {
  margin-left: 15px;
}

.footer-bottom .logotype_right {
  float: right;
  margin-right: 15px;
}

.footer-bottom .logotype_left img {
  width: 200px;
}

.footer-bottom .logotype_right img {
  width: 140px !important;
}

/* Responsive
  -------------------------------- */

@media only screen and (max-width: 40em) {
  .anchor li a.done label {
    color: var(--main-color) !important;
  }
  .products_container {
    text-align: center !important;
  }
  .products_container .product {
    text-align: left;
  }
  .form_field_49 h3 {
    font-size: 14px !important;
  }
  .form_field_84 h3 {
    font-size: 14px !important;
  }
  .form_field_85 h3 {
    font-size: 14px !important;
  }
  .form_field_86 h3 {
    font-size: 14px !important;
  }
  .form_field_47 {
    text-align: center;
  }
  .form_field_47 h3 {
    font-size: 16px !important;
    margin-left: 0px;
  }
  .form_field_52 .footer-info-container {
    display: inline-block;
    width: auto;
    margin-left: 20px;
    margin-top: 20px;
  }
  .form_field_52 .footer-info-container div {
    display: inline-block;
    width: 95% !important;
  }
  .footer-bottom {
    padding: 20px 0px;
    display: inline-block;
    width: 102vw;
    background: #202022;
    margin-left: -15px;
  }
  .form_field_44 input {
    display: inline-block !important;
  }
  .dg-publications {
    width: 100% !important;

    margin: 0 auto 20px !important;
  }

  .annual_spend {
    display: none;
  }

  .form_field_76 .dms-parent-answer span,
  .form_field_25 .dms-parent-answer span {
    display: block !important;
  }
  .form_field_76 .check-radio-select,
  .form_field_25 .check-radio-select {
    width: 100%;
    float: none !important;
  }
  .form_field_25 {
    margin-top: 30px !important;
  }
}

/* MOZILLA QUICK FIX PRODUCT SELECTOR */
@-moz-document url-prefix() {
  .form_field_2 .product.welcome-party .product-desc {
    padding-bottom: 97.2px !important;
  }
}
