
.headshotImage, .speakerText {
    padding: 10px 10px;
    float: left;
}

.speakerTile {
    clear: both;
}

.speakerText p {
    vertical-align: middle;
    display: table-cell;
    height: 100px;
}

.showHide {
    display: block;
}

.hideShow {
    display: none;
}

#divBody {
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	z-index:1;
	width:100%;
	/*height:100%;*/
}
.App-footer-outter{
    position:relative;
    float:left;
    width:100%;
    background-color: #f7f7f7;
}



.App-footer-outter-inner{
    position:relative;
    /*width:80%;*/
    margin-left:auto;
    margin-right:auto;
    
}

input, select {
    -ms-box-sizing:content-box;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    
}

select {
    width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-right: 5px;
}

select:disabled {
      opacity: 0.5;
} 

UL{
 margin-top:5px;
 margin-bottom:5px;
}

LI{
 margin-bottom:5px;    
}

/* footer*/

label {
	display: block;
	margin-bottom: 5px;
	float: left;
	margin-left:18px;
}

label input[type='checkbox']{
	margin-left:-18px;
}


.footerlogo {
	width: 364px;
    /*width:100%;*/
    float:left;
}


.footerlinks {
	width: 760px;
    float:left;
}

.App-footer dt.Form__label, .App-footer dt.Header--tiny {
	margin-bottom: 0px;
}

dd {
	margin-left:0px;
}

.App-footer dl>div {
    display: inline-block;
}

.App-footer dl>:not(:last-child) {
    margin-right: 3rem;
}

.App-footer {
    position:relative;
    /*float:left;*/
    background-color: #f7f7f7;
    color: #444;
    font-size: .75rem;
    /*margin-top: 4rem;*/
    padding-top: 3rem;
	font-weight: 400;
	margin: 0px auto;
    margin-top:0px;
    margin-right:auto;
    /*margin-bottom:10px;*/
    margin-bottom:auto;
    margin-left:auto;
    /*max-width: 100%;*/
    width: 1140px;
    width:100%;
    /*height:100%;*/
	font-family: proxima-nova,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

footer {
    display: block;
}

.container {
   /* margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;*/
	/*max-width: 100%;*/
    /*width: 1140px;*/
    width:100%;
    margin: 0px auto;
    /*float:left;*/
}

.Article-grid, .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
    float:left;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    /*width: 100%;*/
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	text-align:left;
}

.col-lg-12 {
	text-align:center;
}

.App-footer .Divider {
    margin-bottom: 1.25rem;
}
.Divider--thick {
    height: .5rem !important;
}
.Divider--long {
    width: 100px !important;
}
.Divider {
    background-color: #333;
    height: .25rem;
    width: 65px;
    margin-top:5px;
}

.App-footer .App-logo {
    display: block;
    max-width: 192px;
    width: 100%;
}

.App-footer img {
    max-width: 100%;
    
}

.App-logo {
    height: 3rem;
}

img {
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.App-footer .App-footer__social-icons {
    display: -ms-inline-flexbox;
    /*display: inline-flex;*/
	display: flex;
    margin: 1.125rem 0;
}

.App-footer [class^=ion-]:not(:last-child) {
    margin-right: .625rem;
}

.App-footer [class^=ion-][class*=facebook] {
    background-color: #3b5898;
}

.App-footer [class^=ion-][class*=twitter] {
    background-color: #3f99ff;
}

.App-footer [class^=ion-][class*=youtube] {
    background-color: #e52c26;
}

.App-footer [class^=ion-][class*=linkedin] {
    background-color: #4875b3;
}

.App-footer .App-footer__social-icons a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.App-footer [class^=ion-] {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 1rem;
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    width: 1.75rem;
}

.App-footer a {
    color: #444;
}

svg:not(:root) {
    overflow: hidden;
}

.App-footer address {
    margin-bottom: 1.25rem;
	text-align:left;
	line-height: 150%;
}

address {
    font-style: inherit;
    line-height: 1.5;
}

address, dl, ol, ul {
    margin-bottom: 1rem;
}

address {
    font-style: normal;
    line-height: inherit;
}

.App-footer dl {
    margin: 0 0 5px 0;
    width: 100%;
	text-align: left;
	line-height: 150%;
}

dl, ol, ul {
    margin-top: 0;
}

address, dl, ol, ul {
    margin-bottom: 1rem;
}

/*.d-none {
    display: none!important;
}*/

.App-footer .Form__label, .App-footer .Header--tiny {
    margin-bottom: 1rem;
}

.Divider+.Header {
    margin-top: .625rem;
}

.Form__label, .Header--tiny {
    color: #333;
    font-family: proxima-nova,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .2em;
    margin: .75rem 0 0;
    text-transform: uppercase;
}

.App-footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
	width: 253px;
}

.App-footer li {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 10.75rem;
}

.App-footer a {
    color: #444;
	text-decoration:none;
}

.App-footer li {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 10.75rem;
}

/*.d-none {
    display: none!important;
}*/

.App-footer .Button--block {
    color: #ce181e;
    margin-top: 1rem;
}

.App-footer a {
    color: #444;
}

.Button--block {
    display: block;
    text-align: center;
    width: 100%;
}

.Button--primary--inverted, .Button--red-inverted {
    border: 1px solid #ce181e;
    color: #ce181e;
}

.App-footer img {
    max-width: 100%;
}

.App-Footer__bottom {
    float:left;
    padding: 1.5rem 0;
    text-align: center;
    width: 100%;
    background: #f7f7f7;
	margin: 0px auto;
    /*width: 1140px;*/
	font-family: proxima-nova,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.App-Footer__bottom p {
    font-size: .75rem;
    margin-bottom: .5rem;
}

.App-Footer__bottom a, .App-Footer__bottom a:hover {
	color:#ce181e;
	text-decoration:none;
}

/* footer*/

UL{
 margin-top:5px;
 margin-bottom:5px;
}

LI{
 margin-bottom:5px;    
}

@media only screen and (max-width: 991px) {
    .App-footer .Divider {
        display: none;
    }

    .App-footer .footerlinks .col-md-4 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mb-5, .my-5 {
        margin-bottom: 3rem!important;
    }

    .mb-3, .my-3 {
        margin-bottom: 1rem!important;
    }

    .App-footer .Form__label, .App-footer .Header--tiny {
        font-size: 1rem;
    }

    .d-none {
        display: none!important;
    }
}

@media only screen and (max-width: 880px){

.App-footer-outter-inner{
    position:relative;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    
}

.footerlogo {
	/*width: 364px;*/
    width:100%;
    float:left;
}
    
    
}

@media only screen and (max-width: 850px){
.footerlinks {
	width: 100%;
    float:left;
}
    
.App-footer-outter-inner{
    position:relative;
    /*width:80%;*/
    margin-left:auto;
    margin-right:auto;
    
}
    
    
}

@media only screen and (min-width: 768px){
.showHide {
    display: none !important;
}

.hideShow {
    display: block !important;
}
    
body, html {
    margin:0px;
	background: #f7f7f7;
}

#page-div-inner {
	font-family:Roboto, sans serif;
	font-size:16px;
}

#divBody {
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	z-index:1;
	width:100%;
	/*height:100%;*/
}
    
.App-footer-outter-inner{
    position:relative;
    /*width:80%;*/
	max-width: 1140px;
    margin-left:auto;
    margin-right:auto;
    
}

    
.clearboth {
    clear:both;
    display:block;
    margin:0 auto;
    width:660px;
    height:100%;
    padding:0px 25px;
}

.clearFooter{
    clear:both;
    width:100%;
    margin:0px auto;
    background-color:#f7f7f7;
}

.pageHead_Section{
    width:100%;
    /*height:100px;*/
}

.pageHead_Section_SP{
    float:left;
    width:100%;
    text-align:center;
}

.pageHead_Section_Date{
    float:left;
    width:50%;
    /*height:110px;*/
    /*padding-top:40px;*/
}

.pageHead_Section_Sponsor{
    float:left;
    width:100%;
    text-align:center;
    /*height:110px;*/
    padding-top:10px;
}


.style1 {
    font-weight: bold
}

.style4 {
    font-size: 24px;
    text-align:left;
    position:relative;
    float:left;
}
.style5 {
	font-family:Roboto, sans serif;
	font-size:16px;
    position:relative;
    float:left;
    text-align:left;
}

.sponsor_logo{
    padding:30px 20px 0px 0px;
}

.image_wrapper{
    position:relative;
    float:right;
    width:300px;
}

.spLogo{
    padding:40px 0px 20px 0px;    
}

.sponsorLogo{
     padding:20px 20px 20px 20px;
    /*float:right;*/
}

.webinarType{
    /*position:relative;
    float:left;*/
    text-align:left;
    font-size: 16px;
    color: #000000;
}

.titleStyle{
    /*position:relative;*/
    font-size: 30px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:100%;
    color:#0000cc;
    font-weight:500;
	margin-top:0px !important;
	margin-bottom:0px !important;
	
}

.subtitleStyle{
    /*position:relative;*/
    font-size: 16px;
    font-weight:bold;
    margin-left:auto;
    margin-right:auto;
    /*text-align:center;*/
    width:100%;
    color:#262626;  
}

.inprogressStyle{
     color:#dc0000;
}

#page-form{
	visibility:visible;
	display:block;
}

#page-div-outter_position {    
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:720px;
    height:auto;
}

#page-div-outter {
    position:relative;
    float:left;
    background-color: rgb(255, 255, 255);
    width: 710px;
    height:100%;
    /*margin: 10px auto;*/
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    border: 5px solid rgb(233, 233, 233);
}

#page-div-inner-outter{
    width: 90%;
    height:100%;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
    
#page-div-inner{
	font-family:Roboto, sans serif;
	font-size: 16px;
    width: 100%;
    height:100%;
    /*margin: 0px auto;*/
    /*margin-left:15px;*/
    /*margin-right:10px;*/
    /*padding:0px 15px;*/
    text-align:left;
    position:relative;
    float:left;
} 

#page-div-inner-title{
    position:relative;
    width: 580px;
    height:100%;
    padding-bottom:10px;
    padding-top:15px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#air-date-div{
    text-align:left;
    position:relative;
    float:left;
    padding-top:0px;
    margin-top:0px;
    /*margin-left:15px;*/
    width:100%;
    height:100%;
    padding-left:0px;
    margin-bottom:10px;
    font-family: Roboto, sans serif;
    font-size: 16px;
}

#description-div{
   text-align:left;
    position:relative;
    /*float:left;*/
    width:100%;
    height:100%;
    font-size:16px;     
}

#page-form-outter{
    position:relative;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    
}
    
#page-form{
    text-align:left;
    position:relative;
    float:left;
    width:100%;
    height:100%; 
}

#page-form-inprogress{
    text-align:center;
    position:relative;
    /*float:left;*/
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;    
}

#agenda_form{
    text-align:left;
    position:relative;
    float:left;
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;    
}

#agenda-form-inputposition{
    position:relative;
    float:left;
    padding-top:2px;
    height:100%;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-inner{
    position:relative;
    float:left;
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}
 
.required_indicator{
    color:red;
}

.sales_plan_style{
    position:relative;
    /*float:center;*/
    width:100%;
    padding-top:5px;
    padding-right:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.aganda_form_input_sales_plan{
    position:relative;
    /*float:center;*/
    margin-left:auto;
    margin-right:auto;
    width:300px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.agenda_form_input_question{
    position:relative;
    /*float:left;*/
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}


#agenda-form-question-firstname{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    height:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}


#agenda-form-label-firstname{
    position:relative;
    float:left;
    width:155px;
    padding-top:2px;
    padding-right:3px;
/*    padding-bottom:3px;*/
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-firstname{
    position:relative;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#form_bottom_lower_spacer{
    position:relative;
    float:left;
    width:100%;
    height:5px;
}

.FormInput{
    color:black;
    width:247px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
    padding-left:4px;
}

.speakerQuestion{
    color:black;
    width:404px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
    padding-left:4px;
}

.FormInput2{
    color:black;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
    padding-left:4px;
}
    
    
.select_question_style{
    color:black;
    /*width:255px;*/
    width:247px;
    padding-left:4px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#form_bottom_spacer{
    position:relative;
    float:left;
    width:100%;
    height:15px;
}

#gdpr_section{
    position:relative;
    /*float:left;*/
    width:100%;
    height:100%;
}

#form_bottom_lower_section{
    position:relative;
    /*float:left;*/
    width:100%;
    height:5px;
}


#agenda-form-question-lastname{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    height:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-lastname{
    position:relative;
    float:left;
    width:155px;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-lastname{
    position:relative;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-email{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    height:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-email{
    position:relative;
    float:left;
    width:155px;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-email{
    position:relative;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-company{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    height:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-company{
    position:relative;
    float:left;
    width:155px;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-company{
    position:relative;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-speaker_question{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    height:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-speaker_question{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-speaker_question{
    position:relative;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-title{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    height:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-title{
    position:relative;
    float:left;
    width:155px;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-title{
    position:relative;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-phone{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    height:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-phone{
    position:relative;
    float:left;
    width:155px;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-phone{
    position:relative;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-region{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    height:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-region{
    position:relative;
    float:left;
    width:155px;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-region{
    position:relative;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-companysize{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    height:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-companysize{
    position:relative;
    float:left;
    width:155px;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-companysize{
    position:relative;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-companyrevenue{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    height:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-companyrevenue{
    position:relative;
    float:left;
    width:155px;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-companyrevenue{
    position:relative;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-salespeople{
  position:relative;
  float:left;
  padding-top:5px;
  width:100%;
  height:100%;
  font-family:Roboto,Arial,sans-serif;
  font-size:16px;
}

#agenda-form-label-salespeople{
  position:relative;
  float:left;
  width:155px;
  padding-top:2px;
  padding-right:3px;
  padding-bottom:3px;
  font-family:Roboto,Arial,sans-serif;
  font-size:16px;
}

#agenda-form-input-salespeople{
  position:relative;
  float:left;
  font-family:Roboto,Arial,sans-serif;
  font-size:16px;
}

#agenda-form-question-industry{
  position:relative;
  float:left;
  padding-top:5px;
  width:100%;
  height:100%;
  font-family:Roboto,Arial,sans-serif;
  font-size:16px;
}

#agenda-form-label-industry{
  position:relative;
  float:left;
  width:155px;
  padding-top:2px;
  padding-right:3px;
  padding-bottom:3px;
  font-family:Roboto,Arial,sans-serif;
  font-size:16px;
}

#agenda-form-input-industry{
  position:relative;
  float:left;
  font-family:Roboto,Arial,sans-serif;
  font-size:16px;
}

#agenda-form-question-state{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    height:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-state{
    position:relative;
    float:left;
    width:155px;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-state{
    position:relative;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#gdpr_options{
    position:relative;
    float:left;
    display:none;
    text-align:left;
    width: 140%;
    height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;    
    margin-left:-20%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#gdpr_email_outter{
    text-align:left;
    width:100%;
    height:100%;
    margin-top:10px;
    margin-bottom:5px;
    color:#000000;
    
}

.gdpr_email{
    font-size:12px;
    display:inline;
}

.option_required{
    color:#CC0000;
    font-weight:normal;
}

#gdpr_optin_outter{
    text-align:left;
    width:100%;
    height:100%;
    margin-top:5px;
    margin-bottom:5px;
    color:#000000;
}

.gdpr_optin{
    font-size:12px;
    display:inline;
}


#gdpr_email_message{
    display:inline;
    text-align:left;
    width:100%;
    height:100%;
    margin-top:10px;
    margin-bottom:10px;
    color:#000000;
}

.select_option_style{
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
    /*padding-left:2px;*/
}


#agenda-form-label-indicates{
    position:relative;
    float:left;
    text-align:left;
    width:100%;
    padding-top:5px;
    margin-left:-20%;
    padding-bottom:10px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-submit-outter{
    position:relative;
    width:200px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}    

#agenda-form-label-submit{
    /*display:inline;*/
    position:relative;
    float:left;
    text-align:center;
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    padding-top:5px;
    padding-bottom:5px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.submit_button{
    width:167px;
    height:47px;
}

#agenda-form-label-confirm{
    position:relative;
    float:left;
    text-align:center;
    width:90%;
    padding-top:10px;
    padding-bottom:15px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.confirm_option_style{
    font-size:12px;
    padding-left:4px;
}

#speakers-div{
    text-align:left;
    position:relative;
    float:left;
    width:100%;
    height:100%;
    font-size:16px;
    margin-bottom:20px;
    margin-top:20px;
}


#privacy{
    font-size:12px;
    position:relative;
    float:left;
    height:100%;
    width:100%;
}

#nongdproptions{
    font-size:12px;
    position:relative;
    float:left;
    height:100%;
    width:100%;
    
}

#privacytext{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size:12px;
    position:relative;
    float:left;
    height:100%;
    width:100%;
    
}


#privacytext a{
    text-decoration:none;
}


#content {
	position:relative;
	float:left;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	background-image:url('/img/site/backgrounds/stripe.png');
	background-repeat:repeat;
	background-position:center;
	z-index: -1;
}
}



@media only screen and (max-width: 767px) and (min-width: 415px){
.showHide {
    display: none !important;
}

.hideShow {
    display: block !important;
}
    
body, html {
    margin:0px;
	background: #f7f7f7;
    /*width:100%;*/
    /*height:100%;*/
}
	
#page-div-inner {
	font-family:Roboto, sans serif;
	font-size:16px;
}
    
   
select:disabled {
      opacity: 0.5;
}    
    

.footerlinks {
	width: 100%;
    float:left;
}
    
    
.clearboth {
    clear:both;
    display:block;
    margin:0 auto;
    width:100%;
    height:100%;
    padding:0px 25px;
}


.pageHead_Section{
    clear: both;
    width:100%;
    /*height:110px;*/
    position: relative;
    float: left;
    display: block;
}

.pageHead_Section_SP{
    float:left;
    width:100%;
    text-align:center;
}

.pageHead_Section_Sponsor{
    float:left;
    width:100%;
    text-align:center;
    /*height:100px;*/
    padding-top:10px;
}


.style1 {
    font-weight: bold
}

.style4 {
    font-size: 24px;
    text-align:left;
    position:relative;
    float:left;
}
.style5 {
	font-family:Roboto, sans serif;
	font-size:16px;
    position:relative;
    float:left;
    text-align:left;
}

.sponsor_logo{
    padding:30px 20px 0px 0px;
}

.image_wrapper{
    position:relative;
    float:left;
    width:100%;
}

.spLogo{
    padding:40px 0px 20px 0px;    
}

.sponsorLogo{
     padding:20px 20px 20px 20px;
}

.webinarType{
    /*position:relative;
    float:left;*/
    text-align:left;
    font-size: 16px;
    color: #000000;
}

.titleStyle{
    /*position:relative;*/
    font-size: 26px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:100%;
    color:#0000cc;
    font-weight:500;
	margin-top:0px !important;
	margin-bottom:0px !important;
	
}

.subtitleStyle{
    /*position:relative;*/
    font-size: 16px;
    font-weight:bold;
    margin-left:auto;
    margin-right:auto;
    /*text-align:center;*/
    width:100%;
    color:#262626;   
}

.inprogressStyle{
     color:#dc0000;
}

#divBody {
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	z-index:1;
	width:100%;
	/*height:100%;*/
}
    
    
#page-form{
	visibility:visible;
	display:block;
}


#page-div-outter {
    background-color: rgb(255, 255, 255);
    width: 100%;
    /*height:100%;*/
    /*margin: 10px auto;*/
    /*border: 5px solid rgb(233, 233, 233);*/
}

#page-div-inner{
    width: 100%;
    /*height:100%;*/
    margin: 0px auto;
    /*padding:0px 15px;*/
    text-align:left;
} 

#page-div-inner-title{
    width: 100%;
    padding-bottom:10px;
    padding-top:15px;
}

#air-date-div{
    text-align:left;
    position:relative;
    float:left;
    padding-top:0px;
    margin-top:0px;
    width:100%;
    height:auto;
    padding-left:0px;
    margin-bottom:10px;
    font-family: Roboto, sans serif;
    font-size: 16px;
}

#description-div{
   text-align:left;
    position:relative;
    float:left;
    width:100%;
    font-size:16px;     
}

 
#page-form{
    text-align:left;
    position:relative;
    float:left;
    width:100%;
    height:100%; 
}

#page-form-inprogress{
    text-align:center;
    position:relative;
    float:left;
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;    
}

#agenda_form{
    text-align:left;
    position:relative;
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;    
}

#agenda-form-inputposition{
    position:relative;
    float:left;
    padding-top:2px;
    height:100%;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-inner{
    position:relative;
    float:center;
    width:90%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}
 
.required_indicator{
    color:red;
}

.sales_plan_style{
    position:relative;
    float:center;
    width:100%;
    padding-top:5px;
    padding-right:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.aganda_form_input_sales_plan{
    position:relative;
    float:center;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.agenda_form_input_question{
    position:relative;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.FormInput,
.speakerQuestion{
    color:black;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
    padding-left:4px;
}

.FormInput2{
    color:black;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
    padding-left:4px;
}
    
    
.select_question_style{
    color:black;
    width:100%;
    padding-left:4px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#form_bottom_spacer{
    position:relative;
    float:left;
    width:100%;
    height:15px;
}

#gdpr_section{
    position:relative;
    float:left;
    width:100%;
    height:100%;
}

#form_bottom_lower_section{
    position:relative;
    float:left;
    width:100%;
    height:5px;
}


#agenda-form-question-firstname{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}


#agenda-form-label-firstname{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-firstname{
    position:relative;
    width:100%;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

    
    
#agenda-form-question-lastname{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-lastname{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-lastname{
    position:relative;
    float:left;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-email{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-email{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-email{
    position:relative;
    float:left;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-company{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-company{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-company{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-speaker_question{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-speaker_question{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-speaker_question{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-title{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-title{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-title{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-phone{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-phone{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-phone{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-region{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-region{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-region{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-companysize{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-companysize{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-companysize{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-companrevenue{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-companyrevenue{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-companyrevenue{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-salespeople{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-salespeople{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-salespeople{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-industry{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-industry{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-industry{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-state{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-state{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-state{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#gdpr_options{
    position:relative;
    float:left;
    display:none;
    text-align:left;
    width: 100%;
    height: 100%;
    margin-top: 5px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#gdpr_email_outter{
    text-align:left;
    width:100%;
    height:100%;
    margin-top:10px;
    margin-bottom:5px;
    color:#000000;
    
}

.gdpr_email{
    font-size:16px;
    display:inline;
}

.option_required{
    color:#CC0000;
    font-weight:normal;
}

#gdpr_optin_outter{
    text-align:left;
    width:100%;
    height:100%;
    margin-top:5px;
    margin-bottom:5px;
    color:#000000;
}

.gdpr_optin{
    font-size:16px;
    display:inline;
}


#gdpr_email_message{
    display:inline;
    text-align:left;
    width:100%;
    height:100%;
    margin-top:10px;
    margin-bottom:10px;
    color:#000000;
}

.select_option_style{
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
    /*padding-left:2px;*/
}


#agenda-form-label-indicates{
    position:relative;
    float:left;
    text-align:left;
    width:100%;
    padding-top:5px;
    padding-bottom:10px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}


#agenda-form-label-submit{
    display:inline;
    position:relative;
    float:left;
    text-align:center;
    width:100%;
    padding-top:5px;
    padding-bottom:15px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.submit_button{
    width:167px;
    height:47px;
}

#agenda-form-label-confirm{
    position:relative;
    float:left;
    text-align:center;
    width:90%;
    padding-top:10px;
    padding-bottom:15px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.confirm_option_style{
    font-size:12px;
    padding-left:4px;
}

#speakers-div{
    text-align:left;
    position:relative;
    float:left;
    width:100%;
    font-size:16px;
    margin-bottom:20px;
}


#privacy{
    font-size:16px;
}

#nongdproptions{
    font-size:16px;
}

#privacytext{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size:16px;
}


#privacytext a{
    text-decoration:none;
}


#content {
	position:relative;
	/*float:left;*/
	/*padding: 0px 0px 20px 0px;*/
	/*margin: 0px;*/
    margin-left:auto;
    margin-right:auto;
	width:90%;
	/*height:100%;*/
	background-color:#ffffff;
	/*background-image:url('/img/site/backgrounds/stripe.png');
	background-repeat:repeat;
	background-position:center;*/
	z-index: -1;
}
    
    
}


@media only screen and (max-width: 416px){
.showHide {
    display: none !important;
}

.hideShow {
    display: block !important;
}

body, html {
    margin:0px;
	background: #f7f7f7;
    /*width:100%;*/
    /*height:100%;*/
}
	
#page-div-inner {
	font-family:Roboto, sans serif;
	font-size:16px;
}
    
select:disabled {
      opacity: 0.5;
}  
    

.clearboth {
    clear:both;
    display:block;
    margin:0 auto;
    width:100%;
    height:100%;
    padding:0px 25px;
}


.pageHead_Section{
    width:100%;
    /*height:110px;*/
}

.pageHead_Section_SP{
    float:left;
    width:100%;
    text-align:center;
}

.pageHead_Section_Sponsor{
    float:left;
    width:100%;
    text-align:center;
    /*height:110px;*/
    padding-top:10px;
}


.style1 {
    font-weight: bold
}

.style4 {
    font-size: 24px;
    text-align:left;
    position:relative;
    float:left;
}
.style5 {
	font-family:Roboto, sans serif;
	font-size:16px;
    position:relative;
    float:left;
    text-align:left;
}

.sponsor_logo{
    padding:30px 20px 0px 0px;
}

.image_wrapper{
    position:relative;
    float:left;
    width:100%;
}

.spLogo{
    padding:40px 0px 20px 0px;    
}

.sponsorLogo{
     padding:20px 20px 20px 20px;
}

.webinarType{
    /*position:relative;
    float:left;*/
    text-align:left;
    font-size: 16px;
    color: #000000;
}

.titleStyle{
    /*position:relative;*/
    font-size: 26px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:100%;
    color:#0000cc;
    font-weight:500;
	margin-top:0px !important;
	margin-bottom:0px !important;
	
}

.subtitleStyle{
    /*position:relative;*/
    font-size: 16px;
    font-weight:bold;
    margin-left:auto;
    margin-right:auto;
    /*text-align:center;*/
    width:100%;
    color:#262626;  
}

.inprogressStyle{
     color:#dc0000;
}

#divBody {
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	z-index:1;
	width:100%;
	/*height:100%;*/
}
    
    
#page-form{
	visibility:visible;
	display:block;
}


#page-div-outter {
    background-color: rgb(255, 255, 255);
    width: 100%;
    /*height:100%;*/
    /*margin: 10px auto;*/
    /*border: 5px solid rgb(233, 233, 233);*/
}

#page-div-inner{
    width: 100%;
    /*height:100%;*/
    margin: 0px auto;
    /*padding:0px 15px;*/
    text-align:left;
} 

#page-div-inner-title{
    width: 100%;
    padding-bottom:10px;
    padding-top:15px;
}

#air-date-div{
    text-align:left;
    position:relative;
    float:left;
    padding-top:0px;
    margin-top:0px;
    width:100%;
    height:auto;
    padding-left:0px;
    margin-bottom:10px;
    font-family: Roboto, sans serif;
    font-size: 16px;
}

#description-div{
   text-align:left;
    position:relative;
    float:left;
    width:100%;
    font-size:16px;     
}

 
#page-form{
    text-align:left;
    position:relative;
    float:left;
    width:100%;
    height:100%; 
}

#page-form-inprogress{
    text-align:center;
    position:relative;
    float:left;
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;    
}

#agenda_form{
    text-align:left;
    position:relative;
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;    
}

#agenda-form-inputposition{
    position:relative;
    float:left;
    padding-top:2px;
    height:100%;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-inner{
    position:relative;
    float:center;
    width:90%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}
 
.required_indicator{
    color:red;
}

.sales_plan_style{
    position:relative;
    float:center;
    width:100%;
    padding-top:5px;
    padding-right:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.aganda_form_input_sales_plan{
    position:relative;
    float:center;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.agenda_form_input_question{
    position:relative;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.FormInput,
.speakerQuestion{
    color:black;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
    padding-left:4px;
}

.FormInput2{
    color:black;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
    padding-left:4px;
}
    
    
.select_question_style{
    color:black;
    width:100%;
    padding-left:4px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#form_bottom_spacer{
    position:relative;
    float:left;
    width:100%;
    height:15px;
}

#gdpr_section{
    position:relative;
    float:left;
    width:100%;
    height:100%;
}

#form_bottom_lower_section{
    position:relative;
    float:left;
    width:100%;
    height:5px;
}


#agenda-form-question-firstname{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}


#agenda-form-label-firstname{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-firstname{
    position:relative;
    width:100%;
    float:left;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

    
    
#agenda-form-question-lastname{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-lastname{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-lastname{
    position:relative;
    float:left;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-email{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-email{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-email{
    position:relative;
    float:left;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-company{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-company{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-company{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-speaker_question{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-speaker_question{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-speaker_question{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-title{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-title{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-title{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-phone{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-phone{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-phone{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-region{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-region{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-region{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-companysize{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-companysize{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-companysize{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-companyrevenue{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-companyrevenue{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-companyrevenue{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-salespeople{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-salespeople{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-salespeople{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-industry{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-industry{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-industry{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-question-state{
    position:relative;
    float:left;
    padding-top:5px;
    width:100%;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-label-state{
    position:relative;
    float:left;
    width:100%;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:3px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#agenda-form-input-state{
    position:relative;
    float:left;
    width:100%;    
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#gdpr_options{
    position:relative;
    float:left;
    display:none;
    text-align:left;
    width: 100%;
    height: 100%;
    margin-top: 5px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

#gdpr_email_outter{
    text-align:left;
    width:100%;
    height:100%;
    margin-top:10px;
    margin-bottom:5px;
    color:#000000;
    
}

.gdpr_email{
    font-size:16px;
    display:inline;
}

.option_required{
    color:#CC0000;
    font-weight:normal;
}

#gdpr_optin_outter{
    text-align:left;
    width:100%;
    height:100%;
    margin-top:5px;
    margin-bottom:5px;
    color:#000000;
}

.gdpr_optin{
    font-size:16px;
    display:inline;
}


#gdpr_email_message{
    display:inline;
    text-align:left;
    width:100%;
    height:100%;
    margin-top:10px;
    margin-bottom:10px;
    color:#000000;
}

.select_option_style{
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
    /*padding-left:2px;*/
}


#agenda-form-label-indicates{
    position:relative;
    float:left;
    text-align:left;
    width:100%;
    padding-top:5px;
    padding-bottom:10px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}


#agenda-form-label-submit{
    display:inline;
    position:relative;
    float:left;
    text-align:center;
    width:100%;
    padding-top:5px;
    padding-bottom:15px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.submit_button{
    width:167px;
    height:47px;
}

#agenda-form-label-confirm{
    position:relative;
    float:left;
    text-align:center;
    width:90%;
    padding-top:10px;
    padding-bottom:15px;
    font-family:Roboto,Arial,sans-serif;
    font-size:16px;
}

.confirm_option_style{
    font-size:12px;
    padding-left:4px;
}

#speakers-div{
    text-align:left;
    position:relative;
    float:left;
    width:100%;
    font-size:16px;
    margin-bottom:20px;
}


#privacy{
    font-size:16px;
}

#nongdproptions{
    font-size:16px;
}

#privacytext{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size:16px;
}


#privacytext a{
    text-decoration:none;
}


#content {
	position:relative;
	/*float:left;*/
	/*padding: 0px 0px 20px 0px;*/
	/*margin: 0px;*/
    margin-left:auto;
    margin-right:auto;
	width:90%;
	/*height:100%;*/
	background-color:#ffffff;
	/*background-image:url('/img/site/backgrounds/stripe.png');
	background-repeat:repeat;
	background-position:center;*/
	z-index: -1;
}

.footerlinks {
	width: 100%;
    float:left;
}
 
.App-footer-outter-inner{
    position:relative;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    
}

.App-footer {
	float:left;
}
    
    
    
}