﻿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 Titillium Web, Arial, sans-serif;
        background-color: #ffffff;
        color: black;
      }
      .swMain .stepContainer div.content, .panel p, label, .panel label {
        font:normal 12px Titillium Web, Arial, sans-serif;
      }
      
      .button, .swMain .buttonNext, .swMain .buttonPrevious, .swMain .buttonFinish, .swMain ul.anchor li a.selected, a.resetButton {
      background-color:#c80c0f;
      }
      
      .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: #c80c0f;
      }
      
      .button:hover, .md-button:hover, .button.selected {
        background-color: #4d4d4d;
      }

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

      .main-fg-color-2-hover:hover {
      background-color: #c80c0f;
        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: #c80c0f;
      }

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

      .main-color-stroke-2 {
        stroke: #c80c0f;
      }

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

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

      .main-color-fill-2 {
        fill: #c80c0f;
      }

      @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: #c80c0f;
    }

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

    .login-hrefcolor {
    color: #c80c0f;
    }

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

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

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

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

    .login-fontcolor {
    color: #c80c0f;
    }

    .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 #c80c0f;
    }

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



    /* latin-ext */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcSo_WB_cotcEMUw1LsIE8mM.woff2) format('woff2');
  
  }
  /* latin */
  @font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcZSnX671uNZIV63UdXh3Mg0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  }
  


  @font-face {
    font-family: 'Tank Lite';
    src: url("https://bigdatalondon.circdata-solutions.co.uk/Fusion//client_files/default/DynamailImages/TankLite.ttf");
    font-weight: 500; }
  
.dg-preferences {  
    color: black !important;
    text-align: left !important;
    font-family: Titillium Web!important;
    font-size:12px!important;
}

.md-button.md-raised {
    display: block;
    margin: 0  auto;
    

    
}
#step-2 > span {
   margin-top: 10px!important; 
}

  label.contact_label {
      display: none;
  }

.form_field_83 {
    margin-bottom: : -15px;
    font-family: Titillium Web;
    
}

.form_field_81 {
    top:  -20px;
    font-family: Titillium Web;
}


.form_field_84 .Checkbox  {
    right: 5px;
}



.form_field_84 label[for*='dpa'],
.form_field_85 label[for*='dpa'] {
    font-family: Titillium Web;
    display: inline !important;
    float: right;
    width: 20% !important;
   bottom:  20px;
   display: flex !important; 
   justify-content: center; 
    font-size:12px;
}


 input[id*="dpa"],
input[id*="dms"],
input[id*="dss"] {
    font-family: Titillium Web;
    margin-top: 2px;
    font-size:12px;
} 

.form_field_84 .Checkbox,
.form_field_85 .Checkbox 
{
    left: 10px;
}



  .form_field_84 .checkbox-span,
.form_field_85 .checkbox-span
{
    display: none;
}

.form_field_84 input[type=checkbox],
.form_field_85 input[type=checkbox]
 {
    visibility: visible !important;
}

.dg-preferences {
    font-weight: bold !important;
    font-size: 9px;
    color: black !important;
    text-align: left !important;
    margin-right: -10px;
    padding: 0 0 0px 0px;
    left: 10px;
}


.small-1{
    right: 25px;
    padding: 5px;
    top: -15px;
    
}
#dpacheckbox_23e8b78fxee07x4e6dx8035x6883fcfa9b82_c68673b7xd0bfx43c4xaff5xdd48b0ac9aa1,
#dpacheckbox_bef0375axe1b4x49bex8661xd96f2869ae13_a3cc650exd169x40a8x8da5x92734caa5409
 {
    right: 5px;
}
.form_field_84 .Checkbox  {
    right: 5px;
}
/* .large-2 .small-2 {
    margin-left: -25px;
    
} */
/* .large-2 {
    -23px;
} */


.form_field_84 label[for*='dpa'],
.form_field_85 label[for*='dpa'] {
    display: inline !important;
    float: right;
    width: 20% !important;
   bottom:  20px;
/*     display: flex !important; */
/*     justify-content: center; */
}



.form_field_84 .DropDownList,
.form_field_85 .DropDownList {
    padding-top: 15px !important
}
 input[id*="dpa"],
input[id*="dms"],
input[id*="dss"] {
    margin-top: 2px;
} 

.form_field_84 .Checkbox, 
.form_field_85 .Checkbox
 {
    left: 10px;
}
.form_field_83 {
    margin-bottom: : -15px;
    font-family: Titillium Web;
    
}

.form_field_81 {
    top:  -20px;
    font-family: Titillium Web;
}


.form_field_81 :nth-child(2){
    padding-top: -10px;
    margin-top: -10px;
    top: 30px;
    height: 10px;
    font-family: 'Titillium Web';
    
}


.form_field_83 label {
    font-size: 18px;
    font-family: 'Titillium Web';
}

.form_field_75 label {
    font-size: 18px;
    font-family: 'Titillium Web';
}


.form_field_76 p {
    font-size: 18px !important;
     font-family: 'Titillium Web';
}
.form_field_78 p {
   font-size: 18px;
    font-family: 'Titillium Web';
    margin-bottom: 0px;
    
}
.form_field_84 .question_label,
.form_field_85 .question_label
{
    font-size: 12px;
    font-family: 'Titillium Web';
    font-weight: bold;
}


.field_type_Paragraph p {
    font-size: 18px;
    font-family: 'Titillium Web';
}







  .quote{
  color:red;
  font-weight:bold;
  font-size:12px;
  }
 .form_field_20 {
      margin-bottom: -20px;: 
  }

.form_field_3 .stepBar {
    padding-bottom:15px;
}
.form_field_5{
    margin-bottom: -8px;
}

.form_field_71 {
    margin: 5px -5px 0px 0px;
    line-height: center;
    
}

.form_field_3 .stepBar {
    padding-bottom:15px;
}
.form_field_5{
    margin-bottom: -8px;
}


.field_type_GenericHtml {
    margin-bottom: -10px;
}  
  
  .form_field_11 input{
  margin-bottom:0px !important;
  }





  .form_field_71 label{
  text-align: left;
  padding-left:10px !important;
        font-family: Titillium Web;
      font-size: 1rem;
      padding: 0 rem;
      font-weight: bold;
      color: rgba(0, 0, 0, 0.75);
      background: #fff;
       margin: 0px!important;
  } 

.form_field_72 label {
  text-align: left;
  font-size: 1.2rem;
 font-family: Titillium Web;
   padding: 0rem;
      font-weight: bold;
      color: rgba(0, 0, 0, 0.75);
      background: #fff;
  }

label.inline {
    padding: 0;
    margin:0;

}

  
  select{
      background-position-x: 97% !important;
      background-size: 7% !important;
      background-position-y: center !important;
  }
  
  hr {
      border: 10px solid #f55;
      border-width: 5px 0 0;
      clear: both;
      margin: 1.25rem 0 0.5rem;
      height: 0;
  }
  
  em{
  font-size:12px;
  line-height:1px;
  }
  
  
  .panel {
  /*
  background-image: url(https://bigdatalondon.circdata-solutions.co.uk/Fusion//client_files/default/DynamailImages/big-data-london-copybackground.jpg);*/
      background-position-x: 50%;
      background-position-y: 50%;
      background-size: cover;
      background-repeat-x: initial;
      background-repeat-y: initial;
      background-attachment: initial;
      background-origin: initial;
      background-clip: initial;
      background-color: white;
  }
  
  #logoImage {
  position:relative;
  left:1rem;
  
  }
  
  .large-centered{
  width: 100% !important;
      margin: 0 auto !important;
  padding:0 !important;
  }
  
  
  body {
      
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: 100% 100%;
  }
  
  
  
  .content {
  background:#ffffff !important;
  max-width: 400px!important;
      border: none;
      min-width: 320px!important;
      float: none !important;
      margin: 0 auto !important;
  }
  .swMain ul.anchor {width: 100%}
  .swMain .stepContainer div.content {
  background: #ffffff !important;
      max-width: 550px!important;
      border: none;
      min-width: 320px!important;
      float: none !important;
      margin: 5% !important;
      margin: 0 auto !important;
      border: 0px solid black !important;
      border-radius: 20px !important;
      padding: 2% !important;
  box-shadow: #fff 0px 0px 20px 0px;
  }
  
  .swMain .stepContainer {
      float: none;
      min-width: 100%;
      margin-left: 0px;
      margin: 0 auto;
      margin-bottom: 80px;
  }
  
  .swMain ul.anchor li a {
  max-height: 60px !important;
  min-height: 1px !important;
  height: 55px !important;
  }
  
  .swMain ul.anchor li 
  {display: inline; 
  clear: none;
  margin-right: 2px;
  width: 32% !important;
  }
  
  .swMain ul.anchor li a {width:100%}
  .generated_form {
  background: rgba(0,0,0,0);
      border: 0px;
  }
  
  a.button.facebook {
      background: linear-gradient(rgb(139,157,195) 5%, rgb(59,89,152) 10%, rgb(59,89,152) 90%, rgb(139,157,195) 95%);
      border: 1px solid rgb(223,227,238);
  }
  
  a.button.twitter {
      background: linear-gradient(rgb(0, 172, 237) 5%, rgb(0, 132, 180) 10%,rgb(0, 132, 180) 90%, rgb(0, 172, 237) 95%);
      border: 1px solid rgb(192, 222, 237);
  }
  
  a.button.linkedin {
      background: linear-gradient(#00a0dc 5%, #0077b5 10%, #0077b5 90%, #00a0dc 95%);
      border: 1px solid #caccce;
  }
  
  a.button.emailreg, a.button.update {
      background: linear-gradient(#EE0c0f 5%,#c80c0f 10%, #c80c0f 90%, #EE0c0f 95%);
      border: 1px solid rgb(255,227,238);
  }
  
  
  .form_field_50 .button {
      width: 100%;
      border-radius: 5px;
  }
  
  /*ul.anchor {display:none !important}*/
  .StepTitle {display:none !important}
  div.content {-webkit-border-radius: 0px !important}
  .content, .form_field_35 body  {
  /*
  background-image: url(https://bigdatalondon.circdata-solutions.co.uk/Fusion//client_files/default/DynamailImages/big-data-london-copybackground.jpg) !important;*/
      background-position-x: 50%;
      background-position-y: 50%;
      background-size: cover;
      background-repeat-x: initial;
      background-repeat-y: initial;
      background-attachment: initial;
      background-origin: initial;
      background-clip: initial;
      background-color: white;
  }
  
  .actionBar {
      height: 65px !important;
      position: fixed !important;
      bottom: 0px;
      left: 0px;
      text-align: center !important;
      width: 100% !important;
      background: white;
      border-top: 10px solid #c80c0f;
  }
  
  .header {
  /*font-size:3rem; */
  font-family:Tank Lite,sans-serif;
  margin-top: 1.5rem; 
  color: #c80c0f
  }
  .h1{font-size:1.5rem}
  .h2{font-size:2rem}
  .h3{font-size:2.5rem}
  
  .actionBar .button {
       width:270px;
      display: inline-block;
      position: static;
      float: none;
    }
  
  .buttonDisabled{
      display: none;
  }
  
    
  input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family:Titillium Web;
  font-size:1.2rem;
  font-weight: bold;
  }
  input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  font-family:Titillium Web;
  font-size:1.2rem;
  }
  input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  font-family:Titillium Web;
  font-size:1.2rem;
  }
  input[type="text"]:-moz-placeholder { /* Firefox 18- */
  font-family:Titillium Web;
  font-size:1.2rem;
  }
  select {
      font-family: Titillium Web;
      font-size: 1.2rem;
      padding: 0 0.5rem;
      font-weight: bold;
      color: rgba(0, 0, 0, 0.75);
      background: #fff;
  }
  select::-ms-expand { 
  font-family:Titillium Web;
  font-size:1.2rem;
  padding: 0 0.5rem;
  }
  select::-ms-expand { 
  font-family:Titillium Web;
  font-size:1.2rem;
  padding: 0 0.5rem;
  }
  
  input[type="text"]{
  font-family:Titillium Web;
  font-size:1.2rem;
      font-weight: bold;
  }
  
  .buttonFinish{
  text-transform: uppercase;
  }
  
  label.answer_label span, .divSpecifyLabel {
  font-family:button;
  font-size:1.2rem;
  }
  .button, .error {
  font-family:Titillium Web !important;
  font-size:1.2rem !important;
  }
  .form_field_35 p 
  {
  font-family:Titillium Web !important;
  font-size:1.2rem !important;
  font-weight:bold;
  }
  .form_field_35 a 
  {
  color:#c80c0f
  }
 
  
  .form_field_24 {margin-top:1rem}
  
  select, input[type="text"], input[type="checkbox"], input[type="password"], textarea {
      margin-bottom: 2%;
      border-radius: 8px;
  }
  
  
  .generated_form{
  display:none;
  }
  
  input[type="checkbox"] {
      position: relative;
      display: block;
      width: 1.2rem;
      height: 1rem;
      border: 1px solid #808080;
      content: "";
      background: #FFF;
      margin-top: 0.4rem;
      margin-bottom: 0 !important;
  }
  
  .conf_page {padding: 0px 1rem !important;}
  .form_field_35 {
  padding:1rem !important;
  /*
  background-image: url(https://bigdatalondon.circdata-solutions.co.uk/Fusion//client_files/default/DynamailImages/big-data-london-copybackground.jpg);*/
      background-position-x: 50%;
      background-position-y: 50%;
      background-size: cover;
      background-repeat-x: initial;
      background-repeat-y: initial;
      background-attachment: initial;
      background-origin: initial;
      background-clip: initial;
      background-color: initial;
  }
  .swMain ul.anchor li a
  {
  border:0px !important;
  background: white !important;
  -webkit-box-shadow: none !important;
  box-shadow:none !important;
  color:#404040;
  }
  .swMain ul.anchor li a:hover
  {
  border:0px !important;
  background:white !important;
  -webkit-box-shadow: none !important;
  box-shadow:none !important;
  color:#c80c0f !important;
  }
  .swMain ul.anchor li a.disabled{
  color:#404040;
  }
  .swMain ul.anchor li a.selected
  {
  color:#c80c0f;
  text-decoration:underline;
  }
  .swMain ul.anchor li a.selected span
  {
  text-decoration:underline;
  }
  .swMain ul.anchor li a.done
  {
  color:#c80c0f
  }
  .swMain ul.anchor li a span{
  font-family:Tank Lite,sans-serif !important;
  letter-spacing: 3px;
      font-size: 1.7rem;
  }
  
  .social-media-button{
  max-width:100%;
  }
  
  .stepDesc {font-size:1.3rem !important}
  
  .conf_page,.simplereg_page {
      padding: 0px 1rem !important;
      background: #fff !important;
      min-width: 320px!important;
      max-width: 550px!important;
      margin: 0 auto !important;
      margin-top: 5% !important;
      padding: 6% !important;
      padding-top: 2% !important;
      padding-bottom: 2% !important;
      border-radius: 20px !important;
  }
  
  
  .form_field_44 p {
  font-size: 1.2rem;
      padding: 0px;
      margin: 0px;
      position: absolute;
  }
 
@media only screen and (max-width: 40em) {
    input[type="checkbox"] {
        display: block;
    }
    input[type="radio"] {
        display: inline-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;
        left: -10px;
    }
    .dg-preferences {  
    color: black !important;
    text-align: left !important;
    font-family: Titillium Web!important;
    font-size:9px!important;
        left: 10px!important;
        
    }
    
.form_field_84 label[for*='dpa'],
.form_field_85 label[for*='dpa'] {
    display: inline !important;
    float: right;
    width: 9% !important;
   bottom:  10px;
    
/*      display: flex !important;  */
/*   justify-content: center;  */
}



.form_field_84 .DropDownList,
.form_field_85 .DropDownList {
    padding-top: 15px !important
}
 input[id*="dpa"],
input[id*="dms"],
input[id*="dss"] {
    margin-top: 2px;
} 

.form_field_84 .Checkbox, 
.form_field_85 .Checkbox
 {
    left: -1px;
     top: -20px;
}
.form_field_83 {
    margin-bottom: : -10px;
    font-size: 9px;
    font-family: Titillium Web;
    
}

.form_field_81 {
    top:  -20px;
    font-family: Titillium Web;
}

   input[type="checkbox"] {
      position: relative;
      display: block;
      width: 0.7rem;
      height: 0.7rem;
      border: 1px solid #808080;
      background: #FFF;
      margin-top: 0.4rem;
      margin-bottom: 0 !important;
  }   
    .form_field_78 p {
   font-size: 12px;
    font-family: 'Titillium Web';
    margin-bottom: 0px;
    
}
   .form_field_71 p{
    margin: 5px 5px 15px 5px;
    line-height: center;
       padding-top: 2px;
       
    
}
#dpacheckbox_23e8b78fxee07x4e6dx8035x6883fcfa9b82_c68673b7xd0bfx43c4xaff5xdd48b0ac9aa1,
#dpacheckbox_bef0375axe1b4x49bex8661xd96f2869ae13_a3cc650exd169x40a8x8da5x92734caa5409
 {
    right: -1px;
    
    
}
.form_field_81 :nth-child(2){
    padding-top: -10px;
    margin-top: -10px;
    top: 30px;
    height: 10px;
    font-size: 16px;
    font-family: 'Titillium Web';
    
}
 .form_field_84 .checkbox-span,
.form_field_85 .checkbox-span
{
    display: none!important;
}
 

.form_field_83 label  {
    font-size: 16px;
    font-family: 'Titillium Web';
}
    
.form_field_76 p ,.form_field_81 p
    {
     font-size: 16px!important;
    font-family: 'Titillium Web';  
    }
}

