/***** Mixins *****/
.abs_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/******************/
html,
body {
  height: 100%;
  margin: 0;
}
body {
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #5c5c5c;
}
img {
  max-width: 100%;
  max-height: 100%;
}
h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #363636;
}
h3 {
  font-size: 16px;
  font-weight: 700;
  color: #363636;
}
p {
  margin-bottom: 20px;
}
strong {
  font-weight: 700;
}
small {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #363636;
}
.responsive-map {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -130px;
}
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  z-index: 9;
}
#site-header .nav-toggle {
  position: absolute;
  top: 22px;
  left: 15px;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 22px;
  text-decoration: none;
  color: #808080;
}
#site-header h1 {
  margin: 0;
  font-size: 18px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  color: #193c88;
}
#site-header .search-toggle {
  position: absolute;
  top: 20px;
  right: 15px;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 22px;
  text-decoration: none;
  color: #808080;
}
.login-logo {
  position: relative;
  height: calc(100% - 360px);
  z-index: 1;
}
.login-logo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5000000', endColorstr='#00000000', GradientType=1);
  z-index: -1;
}
.login-logo .logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 2;
}
.login-form {
  height: 360px;
  padding: 45px;
  background-color: #fff;
}
.login-form .a-label {
  position: relative;
  display: block;
  padding-top: 20px;
}
.login-form .a-label label {
  position: absolute;
  top: 20px;
  left: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 22px;
  color: #c7c7c7;
}
.login-form .a-label.has-value label {
  top: 0;
  font-size: 13px;
  color: #5b5b5b;
}
.login-form input[type="text"],
.login-form input[type="password"] {
  width: 100%;
  height: 34px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 2px solid #e6e6e6;
  font-size: 22px;
  color: #5c5c5c;
}
.login-form input[type="submit"] {
  display: inline-block;
  width: 80%;
  padding: 15px;
  margin-bottom: 30px;
  border: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.login-form input[type="submit"]:active {
  box-shadow: none;
}
.login-form footer {
  margin-top: 30px;
  text-align: center;
}
.login-form a {
  display: block;
  font-size: 14px;
  color: #95989a;
}
#attendee_mobile_token {
  width: 100%;
  height: 34px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 2px solid #e6e6e6;
  font-size: 10px;
  color: #5c5c5c;
}
#tabs {
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
}
#tabs + .wrapper #site-main {
  padding-top: 126px;
}
#mobile-nav {
  display: none;
  padding-right: 0;
  padding-left: 0;
  background-color: #f6f6f6;
}
#mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile-nav ul li a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  color: #444;
}
#mobile-nav ul li + li {
  border-top: 1px solid #ddd;
}
#site-main {
  padding-top: 66px;
}
.member-logo {
  position: relative;
  padding: 30px 45px;
  z-index: 1;
}
.member-logo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5000000', endColorstr='#00000000', GradientType=1);
  z-index: -1;
}
.member-logo .logo {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 60%;
  margin-right: auto;
  margin-left: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 2;
}
.member-logo .ad {
  padding-top: 30px;
  padding-right: 45px;
  padding-left: 45px;
}
.member-logo img {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.member-logo-plain {
  position: relative;
  padding: 30px 45px;
  z-index: 1;
}
.member-logo-plain .logo {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 60%;
  margin-right: auto;
  margin-left: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 2;
}
.member-logo-plain .ad {
  padding-top: 30px;
  padding-right: 45px;
  padding-left: 45px;
}
.member-logo-plain img {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.event-logo {
  position: relative;
  height: 55%;
  z-index: 1;
}
.event-logo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5000000', endColorstr='#00000000', GradientType=1);
  z-index: -1;
}
.carousel,
.slick-list,
.slick-track {
  height: 100%;
}
.slick-slide {
  position: relative;
  height: 350px;
  padding: 50px;
}
.slick-slide .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.slick-slide .content {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slick-slide .content img {
  display: block;
  max-width: 250px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
.slick-slide .content p {
  color: #fff;
}
.slick-slide.qr {
  background-color: #fff;
}
.slick-slide.qr p {
  color: #000;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  padding: 0;
  margin-top: -18px;
  background-color: transparent;
  border: none;
  z-index: 9;
  font-size: 36px;
  text-align: center;
  color: #aaa;
}
.slick-next {
  right: 0;
  left: auto;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  list-style: none;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 18px 5px;
  vertical-align: middle;
}
.slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: #ebebe4;
  border: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #007cc5;
}
.loggedin-actions {
  position: relative;
  border-top: 1px solid #eee;
  overflow: hidden;
}
.loggedin-actions .action {
  position: relative;
  display: block;
  height: 130px;
  border-bottom: 1px solid #eee;
  float: left;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  text-align: center;
  text-decoration: none;
}
.loggedin-actions .action div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.loggedin-actions .action i {
  font-size: 34px;
}
.loggedin-actions .action span {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #363636;
}
.loggedin-actions .action:active {
  background-color: #f5f5f5;
}
.loggedin-actions.actions-4 .action {
  width: 50%;
}
.loggedin-actions.actions-4 .action:nth-of-type(even) {
  border-left: 1px solid #eee;
}
.loggedin-actions.actions-6 .action {
  width: 33.3%;
  border-left: 1px solid #eee;
}
.loggedin-actions.actions-6 .action:nth-of-type(1),
.loggedin-actions.actions-6 .action:nth-of-type(4) {
  border-left: none;
}
.membership-personal {
  position: relative;
  padding: 30px 45px;
  text-align: center;
}
.membership-personal .avatar-lg {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  border: 6px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 1px #000;
  -webkit-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
.membership-personal .avatar-lg .qr {
  position: absolute;
  top: -6px;
  right: -30px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  border: 4px solid #fff;
  -moz-box-shadow: 0 0 1px #000;
  -webkit-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
.membership-organization {
  position: relative;
  padding: 30px 45px;
  text-align: center;
}
.membership-organization .logo {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.membership-organization address {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #363636;
}
.tabs {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tabs li {
  display: table-cell;
  position: relative;
  width: 1%;
  height: 60px;
  vertical-align: middle;
}
.tabs li a {
  display: block;
  padding: 20px 15px;
  background-color: #e8e8e8;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #919191;
}
.tabs li + li a {
  border-left: 1px solid #eee;
}
.tabs li.active a {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #363636;
}
.tabs-content > div {
  display: none;
}
.tabs-content > div:first-child {
  display: block;
}
.tabs-directory {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tabs-directory li {
  display: table-cell;
  position: relative;
  width: 1%;
  height: 60px;
  vertical-align: middle;
}
.tabs-directory li a {
  display: block;
  padding: 20px 15px;
  background-color: #e8e8e8;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #919191;
}
.tabs-directory li + li a {
  border-left: 1px solid #eee;
}
.tabs-directory li.active a {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #363636;
}
.tabs-directory-content > div {
  display: none;
}
.tabs-directory-content > div:first-child {
  display: block;
}
.directory {
  list-style: none;
  padding: 0;
  margin: 0;
}
.directory li {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: rgba(235, 235, 228, 0.5);
}
.directory li div {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}
.directory li div.avatar {
  width: 80px;
}
.directory li div.avatar .avatar-sm {
  display: block;
  width: 50px;
  height: 50px;
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.directory li div.actions {
  width: 120px;
  text-align: center;
}
.directory li div.actions a {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  text-decoration: none;
}
.directory li:nth-of-type(even) {
  background-color: rgba(237, 237, 237, 0.1);
}

.circle {
  background-color: #e8e8e8;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
}

.circle a {
    text-decoration: none;
}

.initials {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  position: relative;
  top: 1px;
}

.events {
  list-style: none;
  padding: 0;
  margin: 0;
}
.events li {
  position: relative;
  padding: 15px 80px 15px 30px;
  background-color: rgba(235, 235, 228, 0.5);
}
.events li p {
  margin-bottom: 0;
}
.events li:nth-of-type(even) {
  background-color: rgba(237, 237, 237, 0.1);
}
.events a {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  font-size: 35px;
  text-align: center;
  text-decoration: none;
  color: #aaa;
}
.events a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sponsors {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sponsors li {
  padding: 30px;
}
.speakers {
  list-style: none;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0;
}
.speakers li {
  padding-top: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.speakers li header {
  padding-bottom: 30px;
}
.speakers li header div {
  display: table-cell;
  width: 115px;
  vertical-align: middle;
}
.speakers li header div img {
  width: 100px;
  margin-right: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.speakers li header div h2,
.speakers li header div p {
  margin-bottom: 0;
}
.speakers li header div + div {
  width: auto;
}
.map {
  padding: 30px;
}
.page-content {
  padding: 30px;
}
.time-block header {
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.time-block .sessions-courses {
  list-style: none;
  padding: 0;
  margin: 0;
}
.time-block .sessions-courses li {
  position: relative;
  padding: 15px 30px 15px 80px;
  background-color: rgba(235, 235, 228, 0.5);
}
.time-block .sessions-courses li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  color: #e5e5e5;
}
.time-block .sessions-courses li i:before {
  position: relative;
  top: 16px;
}
.time-block .sessions-courses li h3 {
  margin-top: 0;
}
.time-block .sessions-courses li p {
  margin-bottom: 0;
}
.time-block .sessions-courses li:nth-of-type(even) {
  background-color: rgba(237, 237, 237, 0.1);
}
.time-block .sessions-courses li.starred i {
  color: #ffc505;
}
.push {
  height: 130px;
}
#site-footer {
  height: 300px;
  padding: 30px 45px;
  background-color: #f5f5f5;
}
#site-footer img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.ios-prompt {
  background-color: #fcfcfc;
  border: 1px solid #666;
  display: none;
  padding: 0.8rem 1rem 0 0.5rem;
  text-decoration: none;
  font-size: 16px;
  color: #555;
  position: absolute;
  margin: 0 auto 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 0;
}
/*************************************************************/
/******************************** RESPONSIVE *****************/
/*************************************************************/
/* Large devices (desktops, less than 1200px) */
/* Medium devices (tablets, less than 992px) */
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
  html,
  body {
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    -webkit-overflow-scrolling: touch;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .member-logo .logo {
    padding-bottom: 45%;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .member-logo .logo {
    padding-bottom: 35%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .member-logo .logo {
    padding-bottom: 25%;
  }
}