@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700";

body
{
  box-sizing: border-box;
  color: #333333;
  font-family: "Open Sans","Helvetica","Roboto",Arial,sans-serif !important;
  font-size: 16px;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
}

p, 
header, 
input
{
  border: 0 none;
  box-sizing: border-box;
  font-family: "Open Sans","Helvetica","Roboto",Arial,sans-serif !important;
  margin: 0;
  outline: 0 none;
  padding: 0;
}

a
{
  color: #777777;
}

#PageSections
{
  background-color: #fff;
  /*box-shadow: 84px -966px 423px -98px rgba(0, 0, 0, 0.5), -200px -966px 423px -98px rgba(0, 0, 0, 0.5), 0 0 200px rgba(0, 0, 0, 0.15);*/
  max-width: 750px;
  width: 100% !important; 
}

#CenterSections
{
  /*box-shadow: 0 166px 187px -140px rgba(255, 255, 255, 0.7) inset;*/
  padding: 20px 20px 50px;
  max-width: 710px;
  width: 100% !important;
  overflow: hidden;
  margin-top: -5px;  
}

#Section1
{
  max-width: 380px;
  width: 100% !important;  
  padding: 20px 0 0;  
}

#Section1 h1, 
#Section1 h2
{
  padding: 0;
  letter-spacing: normal;
}

#Section2
{
  margin-left: 400px !important;
  margin-right: 0 !important;
  min-height: 325px;
  width: auto !important;
  padding: 20px 0 0;
}

#Section2 form
{
  display: inline-block;
}

#Section3
{
  display: none;
  width: 0 !important;
}

#Section7
{
  margin: 5px 0 0;
}

/***** HEADER CONTENT SECTION *****/
#Section4
{
}

#Section4.EditModeSection
{
  height: 150px !important;
}

#Section4.EditModeSection .LogoHeader
{
  background: rgba(0, 0, 0, 0) url('../../Images/ProductTemplates/750x150_HeaderImage_BuilderDisplay.png') no-repeat scroll 0 0;
}

#Section4.EditModeSection img.WebacastBranding, 
#Section4.EditModeSection img.WebcastBranding
{
  height: 150px;
}

.LogoHeader
{
}

.LogoHeader img
{
  width:100%;
  max-width:750px;
  height:auto;
  border-bottom:1px solid #ddd;
}
/***** END HEADER CONTENT SECTION *****/



.LoginSubmitRow
{
  clear: left;
  position: relative;
  text-align: left;
}

.LoginSubmit
{
  background-color: #545454;
  color: #ffffff;
  cursor: pointer;
  font-size: .9rem;
  margin: 0.8rem 0 0;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.5s ease 0s;
  -moz-transition: box-shadow 0.5s ease 0s;
  transition: box-shadow 0.5s ease 0s;
  box-shadow: none;
  border-radius:1.2rem;
  -webkit-appearance: none;
}

.LoginSubmit:hover
{
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2) inset;
}

.ErrorMsg
{
  color: #ff0000;
  display: none;
}

.ErrorMsgShow
{
  color: #ff0000;
  display: block;
  padding: 0 0 10px;
}

#ErrorMsgDisplay
{
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  color: #d74949;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin: 5px 0;
  width: 100%;
}

.LoginInput
{
  background-color: #f7f7f7;
  color: #545454;
  font-size: 16px;
  line-height: 1.4;
  padding: 8px;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-transition: background-color ease .5s;
  -moz-transition: background-color ease .5s;
  transition: background-color ease .5s;  
}

.LoginInput:focus 
{
  background-color: #ffffff;
  color: #333333;
  line-height: 1.4;
  padding: 8px;
  width: 100%;  
}

#ShowNameArea
{
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

#LoginIDLabel
{
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 4px;
}
  
#PasswordLabel
{
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0 4px;
}

#ForgotPasswordArea
{
  margin: 15px 0 0;
  text-align: left;
}

#ForgotPasswordArea .LoginHelpLink
{
  color: inherit;
  font-size: 11px;
  margin: 0 0 4px;
  text-transform: uppercase;
}

#LoggedInHintArea.LoginHelpRow
{
  color: inherit;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  margin: 1rem 0 0.5rem;
}

#LinksArea.LoginHelpRow
{
  color: transparent;
  text-align: left;
}

#LinksArea a
{
  color: #545454;
  display: inline-block;
  font-size: 12px;
  max-width: 130px;
  padding: 8px 0;
  width: 100%;
}

#LinksArea a:hover
{
  text-decoration:none;
}

.RegHeaderText
{
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}

.RegSubHeaderText
{
  font-size:18px;
  line-height:18px;
}

.RegSectionTitle
{
  font-size:18px;
  margin:0 0 5px 0;
  text-transform:uppercase;
}

.RegBtnContainer
{
  margin: 0;
}

.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;
  top: -10px;
  vertical-align: middle;
  -webkit-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
  transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
  text-transform: uppercase;
}

.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: 0;
  top: 24px;
}

.RegBtn
{
  background-color: #869195;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.5rem 1.5rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: box-shadow 0.5s ease 0s;
  -moz-transition: box-shadow 0.5s ease 0s;
  transition: box-shadow 0.5s ease 0s;
  box-shadow: none;
  margin: 1rem 0 0;
  display: inline-block;
  text-transform: uppercase;
  border-radius:1.2rem;
}

.RegBtn:hover
{
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2) inset;
}

.RegHeaderText a:hover
{
  background-color: #ffffff;
}

.SpeakerTitle
{
}

.StartDate,
.StartTime,
.Duration,
.AbstractTitle
{
  text-transform: uppercase;
}

.RegHeaderTextSpeakers
{
}

.RegHeaderTextSec
{
  color: #545454;
  font-size: 18px;
  line-height: 20px;
  margin: 5px 0 0;
}

.SpeakersContainer
{
  margin: 0 0 30px;
}

.SponsorContainer
{
 margin: 0 0 30px;
}

.WCSpeakerListContainer {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  margin: 0 0 20px;
  max-height: 200px;
  min-height: 55px;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.WCSpeakerListImageCenter {
  float: left;
  margin: 0 0.75rem 0.5rem 0;
  width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.WCSpeakerListContainer .WCSpeakerListName {
  display: block;
  font-size: 0.9rem;
}
.WCSpeakerListContainer .WCSpeakerListJobTitle, 
.WCSpeakerListContainer .WCSpeakerListCompany {
  display: block;
  font-size: 0.75rem;
}
.WCSpeakerListContainer .WCSpeakerListBio {
  color: #545454;
  font-size: 11px;
  line-height: 14px;
  max-height: 70px;
  min-height: 50px;
  overflow: auto;
  padding: 0.5rem .5rem 0 0;
}
.WCSpeakerListContainer .WCSpeakerListImageCenter .WCSpeakerListPhotoImage {
  width: 100%;
}
.WCSpeakerListContainer .WCSpeakerListBio p {
  margin: 0 0 .3rem;
}

.RazorLeft, 
#ToolbarLeftImg
{
  background-color: transparent;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  z-index: 100;
}

.SignUpText
{
  font-size: 24px;
  left: -2px;
  margin: 15px 0;
  position: absolute;
  top: -50px;
}

.ConnectContainer
{
  margin: 0 0 30px;
}

.ConnectContainer:after
{
  /*
  background-color: #151515;
  border-bottom: 14px solid #dedede;
  border-right: 14px solid #fff;
  bottom: -14px;
  content: "";
  display: block;
  left: 35px;
  position: absolute;
  */
}

.ConnectTitle
{
}

.ConnectContainer .ShareIcons
{
}

.ConnectContainer .ShareIcons a
{
  text-decoration: none;
  display: inline-block;
}

.ConnectTxt
{
  color: #545454;
  font-size: 20px;
}

.RegText
{
  font-size:14px;
  margin:10px 0 0;
  line-height:20px;
}

.SubDetailsContainer
{
  font-size:14px;
  margin: 0 0 30px;  
}

.DetailsContainer
{
  margin: 0 0 30px;
}

.TextSecTitle
{
  font-size:14px;
  color:inherit;
  padding: 0 5px 0 0;
}

.TextSecTitleValue
{
  color:#545454;
}

.AbstractValue
{
  color: #545454;
  max-height: 750px;
  overflow: auto;
}

.AbstractValue p
{
  color: inherit;
  font-size: inherit;
  margin: 0 0 1rem;
}

.ShowDetails
{
}

.RegisterNow
{
  display: none;
}


/***** FOOTER CONTENT SECTION *****/
#Section5
{
  /*box-shadow: 0 36px 75px 0 rgba(255, 255, 255,1);*/
  width:100% !important;
  overflow: hidden;
}

.CopyrightTxt
{
  padding: 15px 20px 5px;
  text-align: center;
}

.CopyrightTxt a
{
  text-decoration: none;
}

.CopyrightTxt a:hover
{
  text-decoration: underline;
}

.FooterLinks
{
  padding: 10px 20px;
  text-align: center;
}

.FooterLinks a
{
  text-decoration:none;
  padding:0 5px;
}

.FooterLinks a:hover
{
  text-decoration: underline;
}

.AlreadyRegistered, 
.NotRegistered
{
  display:none;
}
/***** END FOOTER CONTENT SECTION *****/

#LinkSep1,
#LinkSep2,
#LinkSep3
{
  display: none;
}

.LoginBox br
{
  display: none;
}



/***** MEDIA QUERIES *****/
@media screen and (max-width: 750px)
{
  .LogoHeader img
  {
    height:auto;
  } 
}

@media screen and (max-width: 640px)
{
  #Section1
  {
    display: inline-block;
    max-width: none !important;
    position: relative;
    margin:0 0 25px;
  }
  
  #Section2
  {
    display: inline-block;
    margin: 0 !important;
    position: relative;
    width: 100% !important;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
  }
  
  #Section2 form 
  {
    display: block;
  }   
  
  #CenterSections
  {
    max-width: none !important;
    width: 93.75% !important;
  }
  
  .LogoHeader img
  {
    height:auto;
  }
  
  .SignUpText
  {
    margin:0;
  }
    
  .CopyrightTxt
  {
    padding:15px 0 5px;
  }
  
  .FooterLinks
  {
    padding:15px 0 30px;
  }
  
  .FooterLinks a
  {
    display: block;
    margin: 0 auto 10px;
    padding: 10px 15px;
    width: 50%;
    background: transparent;
    border: 1px solid #dedede;
    border-radius:1.2rem;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;    
  }
  
  .FooterLinks a:hover
  {
    background: #f0f0f0;
    text-decoration:none;
  } 
  
  .LoginSubmit
  {
    width: 100%;
    padding: 10px 15px;
  }
  
  .LoginSubmit:hover
  {
    padding: 10px 15px;
  } 
  
  #LinksArea a
  {
    border: 1px solid #dedede;
    margin: 0 2px 7px 0;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.5s ease 0s;
    -moz-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
    max-width: 45%;
    border-radius: 1.2rem;
  }
  
  #LinksArea a:hover
  {
    background-color: #dedede;
  } 
  
  #LinksArea.LoginHelpRow
  {
    text-align: center;
  }
}

@media screen and (max-width: 480px)
{  
  #CenterSections
  {
    width: 91.7% !important;
  }
  
  #Section2
  {
  }
  
  .WCSpeakerListContainer .WCSpeakerListBio {
    float: left;
  }   
}

@media screen and (max-width: 360px)
{
  .FooterLinks a
  {
    width: 75%;
  }  
  #CenterSections
  {
    width: 89% !important;
  } 
}
/***** END MEDIA QUERIES *****/