html {
  font-family: "Roboto", arial, sans-serif;
  overflow-x: hidden;
}
/*
#searchNav {
  width: 100%;
}

#dropdownNav {
  margin-top: -5px;
  width: 100%;
}
*/

body {
  font-family: 'Roboto', Arial, sans-serif !important;
}

#menu span.mainitem a {
  text-align: left;
}

#sitebody {
  margin-top: 0px;
}

#locationbar {
  width: 100%;
  font-size: 11pt;
  font-weight: normal;
}

.conference_header {
  background-image: url(../i/conferences_BxW.png);
  background-size: cover;
  background-position: center;
  height: 35%;
  max-width: 100%;
  overflow-x: hidden;
  text-align: center;
}

.conference_header .overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 35%;
  max-width: 100%;
  background-color: rgba(20, 94, 143, 0.85);
  opacity: .75;
  z-index: 1;
}

.conference_header h1 {
  position: relative;
  color: #ffffff;
  letter-spacing: 0.9px;
  font-size: 60px;
  font-weight: bold;
  margin: auto;
  padding-top: 75px;
  z-index: 2;
}

.conference_header p {
  position: relative;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  padding-top: 20px;
  margin-left: 8%;
  margin-right: 8%;
  z-index: 2;
}

.border {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
}

.notop {
  width: 100%;
  max-width: 100%;
  font-size: 25px;
}

.recent {
  font-size: 25px;
}

p {
  font-size: .85em;
  line-height: normal;
}

.leftbox {
  white-space: nowrap;
  }

.rightbox {
  white-space: nowrap;
  }

/*
.acc {
  margin: 90px 0;
  overflow: hidden;
  padding: 0;
}

.acc .li {
  list-style-type: none;
  padding: 0;
}
*/
.acc_ctrl {
  background: #ffffff;
  color: rgba(26, 96, 142, 1);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 3px;
  position: relative;
  text-align: left;
  font-size: 1.4em;
  width: 35px;
  margin: auto;
  font-family: 'Roboto', Arial, sans-serif !important;
}

.acc_crtl {
  border: none;
}

.acc_ctrl:before {
  background: #ffffff;
  content: " ";
  border: none;
  border-bottom: solid 3px #145E8f;
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  width: 14px;
  font-family: 'Roboto', Arial, sans-serif !important;
}

.acc_ctrl:after {
  background: #145E8f;
  content: " ";
  border: none;
  border-bottom: solid 3px #145E8f;
  height: 3px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  font-family: 'Roboto', Arial, sans-serif !important;
}

.acc_ctrl.active:before {
  transform: rotate(180deg);
}

.no_border {
  border: none;
}

.acc_ctrl.active h2, .acc_ctrl:focus h2 {
  position: relative;
}

.acc_panel {
  background: #ffffff;
  display: none;
  overflow: hidden;
  padding: 15px 0px;
  margin: -10px 0px 0px 0px;
  width: 90%;
  font-size: 1em;
  line-height: 18px;
}

@media only screen  and (min-width : 1224px) {

  .conference_header h1 {
    padding-top: 60px;
  }
  .conference_header h1 {
    font-size: 4em;
  }
  .conference_header p {
    font-size: 20px;
  }
  .conference_header .overlay {
    height: 325px;
  }
  .conference_header {
    height: 325px;
  }
}

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

  .mtgheader .limiter {
    background-color: rgba(255,255,255,.9);
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .lightbluebg .limiter {
    padding: 15px;
  }
  .mtgheader .limiter p {
    width: 100%;
  }
  .mtgheader, .padme {
    padding: 0px;
  }
  .conference_header .overlay {
    height: 475px;
  }
  .conference_header {
    height: 475px;
  }
  .rightbox {
    border-left: none;
    padding-left: 50px;
  }
  .leftbox {
    border-left: none;
    padding-left: 50px;
  }
}

@media (max-width: 965px) {
  .conference_header h1 {
    padding-top: 20px;
  }
  .conference_header h1 {
    font-size: 30px;
  }
  .conference_header p {
    font-size: 15px;
  }
  .conference_header .overlay {
    height: 225px;
  }
  .conference_header {
    height: 225px;
  }
  .notop {
    padding-left: 15px;
  }
  .upcomingconf {
    padding-left: 15px;
  }
  .rightbox {
    border-left: none;
    padding-left: 50px;
  }
  .leftbox {
    border-left: none;
    padding-left: 50px;
  }
}

@media all and (max-width: 800px) {
  .leftbox {
    display: yes;
    padding-left: 50px;
  }
  .rightbox {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-left: 50px;
  }

  .hidemobile {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .rightbox {
    border-left: none;
    padding-left: 50px;
  }
  .leftbox {
    border-left: none;
    padding-left: 50px;
  }
  .conference_header .overlay {
    height: 300px;
  }
  .conference_header {
    height: 300px;
  }
}


/*# sourceMappingURL=webinars.css.map */
