  /* RESET */ 
.page1{
		float: left;
	}
  .elq-form * {
    margin: 0;
    padding: 0;
  }
  .elq-form input, textarea {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  .elq-form button,input[type=reset],input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
  }
.mobile-button{background-color:#ffa500; color:white; margin: 30px auto; border:0;padding:5px 15px;width:100%;}
  /* GENERIC */
  .hidden {
	  display:none;
  }
.mtm10{
	margin-top: -10px;
}
  .w100{max-width: 100% !important;}
  .elq-form input {
    height: 20px;
    line-height: 16px;
  }
  .elq-form .item-padding {
    padding:6px 5px 9px 7px;
  }
  .elq-form .pp-group {
    padding:0px 5px 0px 4px;
  }
  .elq-form .pp-field {
    padding:6px 0px 9px 0px;
  }
  .elq-form .field-wrapper.individual {
    float: left;
    width: 100%;
    clear: both;
  }
  .elq-form .field-p {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .elq-form .zIndex-fix {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .elq-form .field-design {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    padding:0;
  }
  .elq-form .no-fields-prompt {
    float: left;
    width: 100%;
    height: 150px;
    padding-top: 50px;
    clear: both;
  }
  /* SECTION BREAKS */.elq-form .section-break {
    float:left;
    width: 97%;
    margin-right:2%;
    margin-left:1%;
    padding-bottom:6px;
  }
  .elq-form .section-break .heading {
    width:100%;
    font-weight: bold;
    margin:0;
    padding:0;
  }
  /* LABEL */.elq-form .required {
    color: black !important;
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0pt 0pt 0pt;
    padding: 0pt 0pt 0pt;
  }
  /* FIELD GROUP */.elq-form .field-group {
    float: left;
    clear: both;
  }
  .elq-form .field-group.large {
    width:100%;
  }
  .elq-form .field-group.medium {
    width:51%;
  }
  .elq-form .field-group.small {
    width:31%;
  }
  .elq-form .field-group .label {
    float:left;
    width:97%;
    margin-right:2%;
    margin-left:1%;
    padding-bottom:6px;
    font-weight: bold;
  }
  .elq-form .field-group .field-style {
    float: left;
  }
  .elq-form .progressive-profile .pp-inner {
    float: left;
    clear: both;
  }
  .elq-form .progressive-profile .pp-inner.large {
    width:100%;
    padding-left:3px;
  }
  .elq-form .progressive-profile .pp-inner.medium {
    width:51%;
  }
  .elq-form .progressive-profile .pp-inner.small {
    width:31%;
  }
  /* RADIO */.elq-form .radio-option {
    display: inline-block;
  }
  .elq-form .radio-option .label {
    display:block;
    float:left;
    padding-right:10px;
    padding-left:22px;
    text-indent:-22px;
  }
  .elq-form .radio-option .input {
    vertical-align:middle;
    margin-right:7px;
  }
  .elq-form .radio-option .inner {
    vertical-align:middle;
  }
  /* CHECKBOX */.elq-form .checkbox-span {
    display:inline-block;
  }
  .elq-form .checkbox-label {
    margin-left:10px;
	padding-left:10px;
	display:block;
  }
  .elq-form input[name="optIn"]{
	  margin:0;
	  float:left;
  }
  /* INPUT */.elq-form .accept-default {
    width:100%;
  }
  /* SIZING */.elq-form .field-style {
    margin-right:0%;
    margin-left:0%;
  }
  .elq-form .field-style._25 {
    width:21%;
  }
  .elq-form .field-style._50 {
    width:46%;
  }
  .elq-form .field-style._50_left {
    clear:left;
    width:46%;
  }
  .elq-form .field-style._75 {
    width:71%;
  }
  .elq-form .field-style._100 {
    width:100%;
  }
  .elq-form .field-size-top-small {
    width:30%;
  }
  .elq-form .field-size-top-medium {
    width:75%;
  }
  .elq-form .field-size-top-large {
    width:100%;
  }
  .elq-form .field-size-left-small {
    width:21%;
  }
  .elq-form .field-size-left-medium {
    width:46%;
  }
  .elq-form .field-size-left-large {
    width:60%;
  }
  /* INSTRUCTIONS */.elq-form .instructions.default {
    color:#444444;
    display:block;
    font-size:10px;
    padding:6px 0pt 3px;
  }
  .elq-form .instructions.group {
    float:left;
    width:97%;
    margin-right:2%;
    margin-left:2%;
    padding:6px 0pt 3px;
    color:#444444;
    display:block;
    font-size:10px;
  }
  .elq-form .instructions.left-single {
    margin:0 0 0 33%;
  }
  .elq-form .instructions-other {
    margin:0;
  }
  /* POSITIONING */.elq-form .label-position.left {
    display:block;
    line-height:150%;
    padding:1px 0pt 3px;
    float:left;
    width:31%;
    margin:0pt 15px 0pt 0pt;
    word-wrap:break-word;
  }
  .elq-form .label-position.top {
    display:block;
    line-height:150%;
    padding:1px 0pt 3px;
  }
  .elq-form .label-position.alignment-left {
    text-align: left;
  }
  .elq-form .label-position.alignment-right {
    text-align: right;
  }
  /* LIST ORDER */.elq-form .list-order {
    display:block;
  }
  .elq-form .list-order.oneColumn {
    margin:0pt 7px 0pt 0pt;
    width:100%;
    clear:both;
  }
  .elq-form .list-order.twoColumn {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:45%;
  }
  .elq-form .list-order.threeColumn {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:30%;
  }
  .elq-form .list-order.oneColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:100%;
  }
  .elq-form .list-order.twoColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:38%;
  }
  .elq-form .list-order.threeColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:30%;
  }
  /* GRID STYLE */.elq-form .grid-style {
    display:inline;
    float:left;
    margin-left:2%;
    margin-right:2%;
  }
  .elq-form .grid-style._25 {
    width:21%;
  }
  .elq-form .grid-style._50 {
    width:46%;
  }
  .elq-form .grid-style._75 {
    width:71%;
  }
  .elq-form .grid-style._100 {
    width:96%;
  }
  .elq-form .button.orange {
	background:#ffa500;
	font-size:100%;
	height: 33px; 
	padding:0px 15px;
	pointer-events:all;
  }
  .elq-form .button.orange.disabled {
	pointer-events:none;
	cursor: default;
	background:grey;
	font-size:100%;
	height: 33px;  
	padding:0px 15px;
  }
  .rtl {
	  text-align:right;
  }

.cta-impact .heading-block .wrapper::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 96%;
    bottom: 0;
    height: 10px;
    left: 2%;
    border-radius: 100px/5px;
    box-shadow: none;
}
.info {
	font-size: 22px;
	margin-bottom: 2em;
	padding-left: 2em;
	border-left: 2px solid #ffa500;
	font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333;
}

.LV_validation_message {
	font-weight: bold;
	margin: 0 0 0 5px;
}

.LV_valid {
	color: #00CC00;
	display: none;
}

.LV_invalid {
	color: #CC0000;
	font-size: 10px;
}

.LV_valid_field,
	input.LV_valid_field:hover,
	input.LV_valid_field:active,
	textarea.LV_valid_field:hover,
	textarea.LV_valid_field:active {
	outline: 1px solid #00CC00;
}

.LV_invalid_field,
	input.LV_invalid_field:hover,
	input.LV_invalid_field:active,
	textarea.LV_invalid_field:hover,
	textarea.LV_invalid_field:active {
	outline: 1px solid #CC0000;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p {
    margin-bottom: 0px;
}

    .LV_validation_message{
      font-weight:bold;
      margin: 0 0 0 5px;
       display: none;
    }
    .LV_valid{
      color:#00CC00;
      display:none;
    }
    .LV_invalid{
      color:#CC0000;
      font-size:10px;
    }
    .LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
      outline: 1px solid #00CC00;
    }
    .LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
      outline: 1px solid #CC0000;
    }
   .form-design-field .field-wrapper input[type="text"], .form-design-field .field-wrapper input[type="password"], .form-design-field .field-wrapper input[type="email"], .form-design-field .field-wrapper textarea, .form-design-field .field-wrapper select {
    border: 0px solid #D7D7D7;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    padding: 6px 12px;
    font-size: 13px;
    color: #999;
    margin: 0;
    display: block;
    background: #f5f5f5;
    border: 0px solid #f5f5f5;
    font-weight: normal;
	height:27px;
}
input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select, button, label {
    font-family: "Roboto","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: .08em;
}
input {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.elq-form form{
	margin-top: -20px;
}
.form-design-field .field-wrapper {
    margin-bottom: 0px;
}

.elq-form input[type="button"], input[type="submit"], a.button, .btn, .btn-default {
    cursor: pointer;
    padding: 4px 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    outline: none;
    overflow: hidden;
    position: relative;
    z-index: 10;
    color: #fff;
    border: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background: #ffa500;
	margin-top: 0px;
} 
.law_text{
	display: inline-block;
	font-family: "Roboto","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px; 
	line-height: 16px;
	margin-top:30px;
    color:#333;
    letter-spacing: .08em;
} 
.web-contact-form{padding-left:0px;margin-left:-10px;padding-top: 10px;}
.center {text-align: center;}
.elq-form .pp-field {
    padding: 6px 18px 6px 0px;
}
label {
    font-weight: lighter;
    font-size: 16px;
	color: #333;
}
.m-t-20{margin-top:20px;}
.required{color:#000000;}
.input-nl{float:left;}      
#input-nl{
	float:right;
    margin-left: 10px;
	
}
#chkBOX{
	margin-top:0px;
	
}
.jshide{display:none; }  
.nl-agree-text{
    font-family: "Roboto","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px; 
	line-height: 16px;
	margin-top:15px;
    color:#333;  
    padding-left: 28px;
    letter-spacing: .08em;
  }
.elq-form .msg-pdng{
	padding-left: 7px;
}
.elq-form textarea, select {
    padding: 5px 9px !important;
}     
.elq-form .field-style._100 {
    width: 100%;
}
.elq-form input[type="text"], input[type="password"], input[type="email"]{
    max-width: 100%;
}
.elq-form .col-sm-6 {
    width: 96%;
    float: left;
}
.elq-form select {
	max-width: 100%;
}
.elq-form textarea {
    height:120px;
}
.page1, .page2{
	border-left: solid thin #eee;
	padding-left:0px;
}
.page2{width: 100%;}
.page0{padding-left:100px;}
.wp-title-h2 {
	font-size: 1.3em;
	margin-top: 5px;
	margin-bottom: -10px;
	padding-left: 20px;
}
.events-title-h2 {
    font-size: 1.3em;
    margin-top: 35px;
    margin-bottom: -10px;
    padding-left: 20px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {     
	.elq-form .field-style._100 {
		width: 100%;
	}
	.elq-form input[type="text"], input[type="password"], input[type="email"]{
		max-width: 94%;
	}
	.elq-form .col-sm-6 {
		width: 96%;
		float: left;
	}
	.elq-form select {
		max-width: 100%;
	}
	.elq-form textarea {
		max-width: 90.5%;
	} 
	.elq-form input[type="text"], input[type="password"], input[type="email"] {
		max-width: 92%;
	}      
}
@media screen and (min-width: 480px) and (max-width: 639px) {     
	.elq-form .field-style._100 {
		width: 100%;
	}
	.elq-form input[type="text"], input[type="password"], input[type="email"]{
		max-width: 90%;
	}
	.elq-form .col-sm-6 {
		width: 96%;
		float: left;
	}
	.elq-form select {
		max-width: 100%;
	}
	.elq-form textarea {
		max-width: 90.5%;
	}	
	.page1{
		float: none;
		border-left: none;
	}  
	.elq-form .radio-option {
		font-size: 12px;
	}
}
@media screen and (min-width: 220px) and (max-width: 479px) {     
	.elq-form .field-style._100 {
		width: 100%;
	}
	.elq-form input[type="text"], input[type="password"], input[type="email"]{
		max-width: 100%;
	}
	.elq-form .col-sm-6 {
		width: 96%;
		float: left;
	}
	.elq-form select {
		max-width: 100%;
	}
	.elq-form textarea {
		max-width: 90.5%;
	}	
	.page1{
		float: none;
		border-left: none;
	}  
	.elq-form .radio-option {
		font-size: 12px;
	}
}
@media screen and (orientation : portrait) {
	.elq-form .radio-option {
		font-size: 12px;
	}
}

