@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700);

/* This is the most up to date */
body
{
  background-color: #ffffff;
  font-family:'Open Sans','Helvetica','Roboto',Arial,sans-serif !important;
  font-size: 16px;
  color: #333333;
  position:relative;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0px;
  padding:0px;
  zoom:1;
  /* box-shadow:0 234px 0 inset, 0 280px 51px -45px rgba(0, 0, 0, 0.3) inset; */
  overflow-x:hidden;
}

p,header,input
{
  padding: 0;
  margin: 0;
  outline: 0;
  border:0;
  -webkit-border-radius: 0px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
 font-family:'Open Sans','Helvetica','Roboto',Arial,sans-serif !important;
}

input,select
{
  width:100%;
  border:0px;
}

input:focus,
select:focus
{
  background-color:#ffffff !important;
}

input[type="submit"]
{
  height: 40px;
  font-size: 16px;
  white-space: nowrap;
  padding: 0px 15px;
  text-transform: uppercase;
  background-color:#545454;
  margin:10px 0px 0px 0px;
  color:#FFFFFF;
  -webkit-appearance: none;
  box-shadow:0px 0px 58px rgba(0,0,0,.25) inset;
  cursor:pointer;
  transition:box-shadow ease .5s, background-color ease .5s;
  width:auto;
}

input[type="submit"]:hover
{
  height: 40px;
  font-size: 16px;
  white-space: nowrap;
  padding: 0px 15px;
  text-transform: uppercase;
  background-color:#777777;
  margin:10px 0px 0px 0px;
  color:#FFFFFF;
  -webkit-appearance: none;
  box-shadow:0px 0px 50px rgba(0,0,0,.2) inset;
  cursor:pointer;
}
.QuickRegistrationRow input 
{
  background-position: left center;
}
.ErrorMsg
{
  display:none;
  color:#FF0000;
}

.ErrorMsgShow
{
  display:block;
  color:#FF0000;
  padding:0px 0px 10px 0px;
}

#ShowNameArea
{
  font-size:20px;
  padding-bottom:20px;
  text-transform:uppercase;
}
#PasswordLabel
{
  font-size:18px;
  font-weight:300;
  color:inherit;
  margin:10px 0px 4px 0px;
}

.SignUpText
{
  font-size: 24px;
  left: -2px;
  margin: 15px 0;
  position: absolute;
  top: -50px;
  color:#545454;
}

.RegHeaderText
{
  font-size:17px;
  color:#333333;
  margin:5px 0px 20px 0px;
  line-height:20px;
}
.RegHeaderText a
{
  color: inherit;
}
.RegHeaderText a:hover
{
  background-color:#ffffff;
}

.RegBtnContainer
{
  margin:0px;
}
/* .RegHeaderText a
{
  background-color:#fbfbfb;
  color:#545454;
  font-size:11px;
  padding:1px 4px;
  text-decoration:none;
  vertical-align:middle;
} */

.RegBtnContainer a
{
  background-color: #545454;
  box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.04);
  color: #f7f7f7;
  float: right;
  font-size: 11px;
  margin-right:-9px;
  padding: 4px 14px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  top:-10px;
  -webkit-transition:background-color ease .5s, padding ease .5s;
  -moz-transition:background-color ease .5s, padding ease .5s;
  transition:background-color ease .5s, padding ease .5s;
}

.RegBtnContainer a:hover
{
  background-color: #777777;
  padding:4px 24px 4px 14px;
}

.RegBtnContainer a:before {
  border-right: 9px solid #DEDEDE;
  border-top: 7px solid #545454;
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 24px;
}

.RegHeaderText a:hover
{
  background-color:#ffffff;
}



.SpeakerTitle
{
  font-size:18px;
  color:#545454;
  margin:20px 0px 5px 0px;
  text-transform:uppercase;
}

.RegHeaderTextSpeakers
{
}

.RegHeaderTextSec
{
  font-size:18px;
  color:#545454;
  margin:5px 0px 0px 0px;
  line-height:20px;
}


.RegHeaderTextMobile
{
  font-size:18px;
  margin:20px 0px 0px 0px;
  line-height:20px;
}

.CopyrightTxt 
{
  font-size: 11px;
}
.CopyrightTxt a 
{
  color: inherit;
  padding: 0 2px;
  text-decoration: none;
}
.CopyrightTxt a:hover
{
  color: #666;
}
.FooterLinks 
{
  float: right;
  font-size: 11px;
}
.FooterLinks a 
{
  color: inherit;
  padding: 0 2px;
  text-decoration: none;
}
.FooterLinks a:hover
{
  color: #666;
}


.LogoHeader
{
  /* background-color:#141414; */
}

.RazorLeft,#ToolbarLeftImg
{
  display:inline-block;
  position:absolute;
  top:5px;
  z-index:100;
  background-color:transparent;
  margin:0px;
  padding:0px;
}

.LoginSubmitRow
{
  text-align:left;
  position:relative;
  clear:left;
}

#ErrorMsgDisplay
{
  background: rgba(0, 0, 0, 0.7);
  background:#333333\9;
  color: #d74949;
  float: left;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0;
  width: 100%;
  line-height:24px;
}

.LoginHelpRow
{
  text-align:left;
}

#LinksArea.LoginHelpRow
{
  color:transparent;
}

#ForgotPasswordArea
{
  margin:15px 0px 0px 0px;
}

#LinksArea a {
  background-color: #DEDEDE;
  color: #545454;
  font-size: 12px;
  padding: 4px 8px;
  text-decoration: none;
}

#LinksArea a:hover {
  background-color: #f7f7f7;
}

.ConnectContainer
{
  background-color:#fff;
  margin:25px 0px 0px 0px;
  padding:8px 15px 10px 15px;
  position:relative;
  width:180px;
}

.ConnectContainer:after
{
  background-color: #151515;
  border-right: 14px solid #fff;
  border-bottom: 14px solid #f0f0f0;
  bottom: -14px;
  left: 35px;
  content: "";
  display: block;
  position: absolute;
}

.ConnectTxt
{
  font-size:24px;
  color:#545454;
}

.RegTxt
{
  font-size:24px;
  margin:0px;
  line-height:24px;
  text-transform:uppercase;
}

#Section5
{
  width:100% !important;
  background-color:#ebebeb;
}

.RegHeaderTextSec2
{
  font-size:14px;
  margin:10px 10px 0px 0px;
  line-height:20px;
  text-shadow:1px 1px 0px rgba(255,255,255,.5);
}

.SubDetailsContainer
{
  padding:10px 15px 20px 15px;
  margin:15px 0px 0px 0px;
  font-size:12px;
}

.TextSecTitle
{
  font-size:14px;
  color:inherit;
  padding:0px 5px 0px 0px;
}

.TextSecTitle2
{
  font-size:14px;
  color:#777777;
}

.TextSecTitleValue
{
  color:#545454;
}

.AbstractValue
{
  color:#545454;
  max-height:170px;
  min-height:75px;
  overflow:auto;
}

.AbstractValue p
{
  color:#545454 !important;
  font-size:12px !important;
  line-height:14px;
  
}

#PageColumns
{
  background-color:#f0f0f0;
  /* box-shadow:0 0 200px rgba(0, 0, 0, 0.15); */
  box-shadow:84px -966px 423px -98px rgba(0,0,0,.5), -200px -966px 423px -98px rgba(0,0,0,.5), 0 0 200px rgba(0, 0, 0, 0.15);
  border-right:1px solid silver;
  border-left:1px solid silver;
}

#Section1
{
  padding:20px 20px 0px 20px;
  box-shadow:0 166px 187px -140px rgba(255, 255, 255, 0.7) inset;
}


#Section2
{
  padding:20px 20px 0px 0px;
  box-shadow:0 166px 187px -140px rgba(255, 255, 255, 0.7) inset;
  background:#f0f0f0;
}


/*IE 8*/
#Section1
{
  /*width:380px/9 !important;*/
}

#Section2
{
  margin-left:400px/9 !important;
  margin-right:0px/9 !important;
  width: auto/9 !important;
  height:auto/9;
}

#ShowNameArea
{
  display:none/9;
}

.ShowDetails
{
  display:none/9;
}

#PageColumns {
    padding: 20px 20px 0/9;
    width: 960px/9 !important;
}

.LoginSubmitRow
{
  display:inline/9;
}


.PageColumns
{
}

#ItemList
{
  position:relative;
  top:28px;
  margin-bottom:50px !important;
}

/* PASSWORD NOTIFICATIONS */

.PasswordStatus
{
  display:block;
}


.PasswordStatus[style="color: Green;"]
{
  font-size:12px;
  color:#333333 !important;
  margin:2px;
}


.PasswordStatus[style="color: Red;"]
{
  font-size:12px;
  color:#ddd !important;
  margin:2px;
}

.PasswordStatusImage
{
  display:block;
  float:left;
}

.PasswordStatusImage[src*="PasswordGood.png"] 
{
  background: url(../images/CheckMarkIcon.png) no-repeat;
  height: 21px;
  margin: 0px 4px 0px 4px;
  padding-left: 21px;
  vertical-align: middle;
  width: 0;
}

.PasswordStatusImage[src*="PasswordBad.png"] 
{
  background: url(../images/PasswordErrorIcon.png) no-repeat;
  height: 21px;
  margin: 0px 4px 0px 4px;
  padding-left: 21px;
  vertical-align: middle;
  width: 0;
  float:left;
}


#SurveyInputContainer
{
  width:100% !important;
}

/* GRID 0px - 320px -------------------- */

@media screen and (min-width: 0px) and (max-width: 320px)
{

  body
  {
    margin:10px;
  }
  
  input,select
  {
    width:100% !important;
  }
  
  input[type="submit"]
  {
    width:auto !important;
  }
   
  #Section5 
  {
    background:#FFFFFF;
    padding: 0 0 5px;
    border-bottom:1px solid silver;
  }

  #Section1
  {
    display:none;
     /*Display Details*/
    padding:20px;
    width:0px !important;
   /* width:auto !important; */
   /*  width:142% !important; */
  /*  box-shadow:95px 0 0 rgba(0, 0, 0, 0.7); */
    background-color:#DEDEDE;
    margin:0px 0px 20px 0px; 
    position:relative;
  }
  
  #Section2
  {
    margin-left:0px !important;
    margin-right:0px !important;
    margin-top:10px !important;
    min-height: 325px;
    padding:0px 0px 50px 0px !important;
    width:100% !important;
    background: #FFFFFF !important;
  }
  
  .ShowDetails
  {
    cursor:pointer;
    font-size:12px;
    text-transform:uppercase;
    color:inherit;
    margin:0px 0px 0px 0px;
    padding:4px 8px;
    text-align:center;
    position:relative;
    background-color:#f7f7f7;
  }
  
  .ShowDetails:after
  {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 8px solid;
    border-bottom-color:inherit;
    bottom: -4px;
    content: "";
    height: 0;
    left: 47%;
    position: absolute;
    width: 0;
  }

  .LogoHeader
  {
    height:35px;
    display:none;
  }
  
  #PageColumns
  {
    width:100% !important;
    box-shadow:0 0 200px rgba(0, 0, 0, 0.15);
  }

  #Section4
  {
    margin-left:0px !important;
    /* display:none; */
  }

  #Section4 p img,.LogoHeader img.WebacastBranding
  {
    display:none;
  } 
   
  .FooterLinks 
  {
    color:#fff !important;
    font-size: 12px !important;
    margin:50px 0 0 !important;
    float: none !important;
  }  
  .FooterLinks a 
  {
    background: #f4f4f4;
    color: #545454;
    display: block;
    margin: 0 10px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
  }
  .CopyrightTxt 
  {
    padding: 20px 0 0 !important;
    text-align: center !important;
    font-size: 12px !important;
 }  
  
  #ItemList
  {
    margin:0px !important;
    width:100% !important;
    top:98px;
  }

  .SignUpText {
    color: #555555;
    font-size: 21px;
    left: 21px;
    position: absolute;
    top: -45px;
  }
   
  .RegHeaderText2 {
      color: inherit;
      font-size: 22px;
      left: 21px;
      line-height: 26px;
      position: absolute;
      top: -87px;
  }
}


@media screen and (min-width: 321px) and (max-width: 480px) 
{

  body
  {
    margin:10px;
  }
  
  input,select
  {
    width:100% !important;
  }
  
  input[type="submit"]
  {
    width:auto !important;
  }
  
  #Section5 
  {
    background:#FFFFFF;
    padding: 0 0 5px;
    border-bottom:1px solid silver;
  }

  /* #Section1
  {
    display:none;
  } */
  
  
  html body#Page form table#PageColumns.QuickRegistrationTable tbody tr td#Section1.QuickRegistrationPageColumn div.RegHeaderTextSpeakers div.WCSpeakerListContainer div.WCSpeakerListBio span.test
  {
    display:block !important;
  }
  
  #Section1
  {
    display:none;
     /*Display Details*/
    padding:20px;
    width:0px !important;
  /*  width:auto !important; */
   /*  width:142% !important; */
  /*  box-shadow:95px 0 0 rgba(0, 0, 0, 0.7); */
    background-color:#DEDEDE;
    margin:0px 0px 20px 0px;
    position:relative;
  }
  .ShowDetails
  {
    cursor:pointer;
    font-size:12px;
    text-transform:uppercase;
    color:inherit;
    margin:0px 0px 0px 0px;
    padding:4px 8px;
    text-align:center;
    position:relative;
    background-color:#f7f7f7;
  }
  
  .ShowDetails:after
  {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 8px solid;
    border-bottom-color:inherit;
    bottom: -4px;
    content: "";
    height: 0;
    left: 47%;
    position: absolute;
    width: 0;
  }

  .LogoHeader
  {
    height:52px;
    display:none;
  }
  
   #ToolbarLeftImg
  {
    height:46px !important;
    width:195px !important;
  }
  
  #PageColumns
  {
    width:100% !important;
    box-shadow:0 0 200px rgba(0, 0, 0, 0.15);
  }
  
  #Section2
  {
    margin-left:0px !important;
    margin-right:0px !important;
    margin-top:10px !important;
    min-height: 325px;
    padding:0px 0px 50px 0px !important;
    width:100% !important;
    background: #FFFFFF !important;
  }
  
  #Section4
  {
    margin-left:0px !important;
   /*  display:none; */
  }

  #Section4 p img,.LogoHeader img.WebacastBranding
  {
    display:none;
  }
  
  #ItemList
  {
    margin:0px !important;
    width:100% !important;
    top:98px;
  }


  .SignUpText {
    color: #555555;
    font-size: 21px;
    left: 21px;
    position: absolute;
    top: -45px;
  }
  
  
  .RegHeaderText2 {
      color: inherit;
      font-size: 22px;
      left: 21px;
      line-height: 26px;
      position: absolute;
      top: -87px;
  }
  
  .FooterLinks 
  {
    color:#fff !important;
    font-size: 12px !important;
    margin:50px 0 0 !important;
    float: none !important;
 }  
  .FooterLinks a 
  {
    background: #f4f4f4;
    color: #545454;
    display: block;
    margin: 0 10px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
  }
  .CopyrightTxt 
  {
    padding: 20px 0 0 !important;
    text-align: center !important;
    font-size: 12px !important;
 }  
  

}

/* GRID 481px - 768px ----------------- */

@media screen and (min-width: 481px) and (max-width: 768px) 
{

  #PageColumns
  {
    width:100% !important;
    padding:0px;
    box-shadow:0 76px 140px -45px rgba(255, 255, 255, 0.8) inset;
  }
  
  #Section1
  {
    width:300px !important;
  }

  #Section2
  {
    margin-left:320px !important;
    margin-right:40px !important;
    min-height:325px;
    width:auto !important;
  }
  
  #Section2 form
  {
    display:inline-block;
  }

  #Section3
  {
  }

  #Section4
  {
    width:100% !important;
  }

  #Section4 p img
  {
    width:100% !important;
    height:auto !important;
  }  
  .RazorLeft,#ToolbarLeftImg
  {
    display:none;
    position:absolute;
    top:10px;
    z-index:100;
  }

  #ShowNameArea
  {
    display:none;
  }
  .LogoHeader img.WebacastBranding
  {
    /* width:100%; */
  }
  
  .ShowDetails
  {
    display:none;
  }
    
  #Section1
  {
    padding: 20px 20px 0;
  }
  
  .RegHeaderText2 {
    display:none;
  }
  .FooterLinks 
  {
    float: none !important;
    font-size: 11px;
  }  
  .FooterLinks 
  {
    color:#fff !important;
    font-size: 12px !important;
 }  
  .FooterLinks a 
  {
    background: #f4f4f4;
    color: #545454;
    display: block;
    margin: 0 10px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
  }
  .CopyrightTxt 
  {
    padding: 20px 0 0 !important;
    text-align: center !important;
    font-size: 12px !important;
 }  

  
}

/* GRID 768px - 1024px ----------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) 
{


  /*PAGE CHANGES*/

  #PageColumns
  {
    width:960px !important;
  }
  
  #Section1
  {
    width:380px !important;
  }

  #Section2
  {
    margin-left:400px !important;
    margin-right:0px !important;
    min-height:325px;
    width:auto !important;
  }
  
  #Section2 form
  {
    display:inline-block;
  }

  #Section3
  {
  }

  #Section4
  {
    width:750px;
  }
  
  .RazorLeft,#ToolbarLeftImg
  {
    display:none;
    position:absolute;
    top:10px;
    z-index:100;
  }

  #Section4
  {                               
  }

  #Section4 p img
  {
    width:750px !important;
    height:90px !important;
  }  

  #ShowNameArea
  {
    display:none;
  }
  
  .ShowDetails
  {
    display:none;
  }

  #Section1
  {
    padding: 20px 20px 0;
  }
  
  .RegHeaderText2 {
    display:none;
  }

}


/* GRID 1024px - Infinity ------------------- */

@media screen and (min-width: 1024px) 
{

  #PageColumns
  {
    width:960px !important;
  }
  
  #Section1
  {
   /* width:380px !important;*/
  }

  #Section2
  {
    margin-left:400px !important;
    margin-right:0px !important;
    min-height:325px;
    width:auto !important;
  }
  
  #Section2 form
  {
    display:inline-block;
  }
  
  #Section3
  {
  }

  #Section4
  {
    width:750px;
  }     

  .RazorLeft,#ToolbarLeftImg
  {
    display:none;
    position:absolute;
    top:10px;
    z-index:100;
  }

  #Section4
  {                               
  }

 /*  #Section4 p img
  {
    width:728px !important;
    height:90px !important;
  }   */

  #ShowNameArea
  {
    display:none;
  }
  
  .ShowDetails
  {
    display:none;
  }
  
  
  #Section1
  {
    /* padding:0px 0px 50px 0px; */
  }
  
  .RegHeaderText2 {
    display:none;
  }
    
}
