/* Noto Sans*/
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-display: block;
  font-weight: 300;
  src: local('Noto Sans Light'), local('NotoSans-Light'), url('/font/noto/noto-sans/noto-sans-light.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/font/noto/noto-sans/noto-sans-light.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url('/font/noto/noto-sans/noto-sans-regular.woff2') format('woff2'), url('/font/noto/noto-sans/noto-sans-regular.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-display: block;
  font-weight: 500;
  src: local('Noto Sans Medium'), local('NotoSans-Medium'), url('/font/noto/noto-sans/noto-sans-medium.woff2') format('woff2'), url('/font/noto/noto-sans/noto-sans-medium.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-display: block;
  font-weight: 600;
  src: local('Noto Sans Semi Bold'), local('NotoSans-SemiBold'), url('/font/noto/noto-sans/noto-sans-semibold.woff2') format('woff2'), url('/font/noto/noto-sans/noto-sans-semibold.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-display: block;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url('/font/noto/noto-sans/noto-sans-bold.woff2') format('woff2'), url('/font/noto/noto-sans/noto-sans-bold.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-display: block;
  font-weight: 300;
  src: local('Noto Sans Light Italic'), local('NotoSans-LightItalic'), url('/font/noto/noto-sans/noto-sans-lightitalic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/font/noto/noto-sans/noto-sans-lightitalic.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-display: block;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSansItalic'), url('/font/noto/noto-sans/noto-sans-italic.woff2') format('woff2'), url('/font/noto/noto-sans/noto-sans-italic.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-display: block;
  font-weight: 500;
  src: local('Noto Sans Medium Italic'), local('NotoSans-MediumItalic'), url('/font/noto/noto-sans/noto-sans-mediumitalic.woff2') format('woff2'), url('/font/noto/noto-sans/noto-sans-mediumitalic.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-display: block;
  font-weight: 600;
  src: local('Noto Sans Semi Bold Italic'), local('NotoSans-SemiBoldItalic'), url('/font/noto/noto-sans/noto-sans-semibolditalic.woff2') format('woff2'), url('/font/noto/noto-sans/noto-sans-semibolditalic.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-display: block;
  font-weight: 700;
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url('/font/noto/noto-sans/noto-sans-bolditalic.woff2') format('woff2'), url('/font/noto/noto-sans/noto-sans-bolditalic.woff') format('woff');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url('/font/noto/noto-serif/noto-serif-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/font/noto/noto-serif/noto-serif-regular.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url('/font/noto/noto-serif/noto-serif-bold.woff2') format('woff2'), url('/font/noto/noto-serif/noto-serif-bold.woff') format('woff');
}
.hide-scrollbar {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}
img.avatar {
  border-radius: 50%;
  border: 1px solid #cccccc !important;
  box-shadow: none !important;
  position: relative;
  background: #ffffff;
  color: black;
}
img.img-32 {
  max-width: 32px;
  max-height: 32px;
  min-width: 32px;
  min-height: 32px;
}
img.img-48 {
  max-width: 48px;
  max-height: 48px;
  min-width: 48px;
  min-height: 48px;
}
img.img-80 {
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
}
.inline {
  display: inline-block;
}
.inline-code {
  background-color: #eee;
  border: 1px solid lightgray;
  border-radius: 6px;
  color: #da1e28;
  font-family: monospace;
  padding: 1px;
}
.margin-left {
  margin-left: auto;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-n-15 {
  margin-top: -15px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-top-less-15 {
  margin-top: -15px;
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
/*
 * Add to modal to automatically expand up to the height of the screen and allow body elements to flex and scroll inside
 */
.modal-flex-height .modal-dialog {
  margin: 3vh auto;
}
.modal-flex-height .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  max-height: 94vh;
}
.modal-flex-height .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-10 {
  padding-left: 10px;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-help {
  cursor: help;
}
.cursor-disable {
  cursor: not-allowed;
}
.text-italic {
  font-style: italic;
}
.text-small {
  font-size: 12px;
}
.text-strong {
  font-weight: bold;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.muted {
  color: #999999 !important;
}
.no-wrap {
  white-space: nowrap;
}
.width-100p {
  width: 100%;
}
.height-100p {
  height: 100%;
}
.pointer-events-none {
  pointer-events: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.off-screen {
  visibility: hidden;
  position: fixed;
  left: -10000px;
  top: -10000px;
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/font/material-icons/material-symbols-outlined.woff2') format('woff2');
}
/* fallback */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('/font/material-icons/material-symbols-outlined.woff2') format('woff2');
}
/* fallback */
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url('/font/material-icons/material-symbols-rounded.woff2') format('woff2');
}
/* fallback */
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url('/font/material-icons/material-symbols-rounded-latest.woff2') format('woff2');
}
/* fallback */
@font-face {
  font-family: 'Material Icons Filled';
  font-style: normal;
  font-weight: 400;
  src: url('/font/material-icons/material-symbols-filled.woff2') format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons.outlined {
  font-family: 'Material Icons Outlined';
}
.material-icons.round {
  font-family: 'Material Icons Round';
}
.material-icons.round-latest {
  font-family: 'Material Icons Round';
}
.material-icons.filled {
  font-family: 'Material Icons Filled';
}
.material-icons.icon-flip {
  transform: rotate(180deg);
}
.btn-group-more .btn.dropdown-toggle {
  padding: 0;
  border-radius: 50%;
  line-height: 33px;
  width: 32px;
  height: 32px;
  color: #737373;
  -webkit-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.btn-group-more .btn.dropdown-toggle i:before {
  font-size: 22px;
}
.btn-group-more .btn.dropdown-toggle:hover,
.btn-group-more .btn.dropdown-toggle:focus,
.btn-group-more .btn.dropdown-toggle:active {
  background-color: rgba(119, 119, 119, 0.4);
  color: #222222 !important;
}
.dropdown-menu {
  left: auto;
  right: 0;
  top: -8px;
  border-radius: 4px;
  overflow: hidden;
  border: none;
  padding: 0;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown-menu li a {
  display: flex;
  align-items: center;
  min-height: 40px;
  color: #222222;
}
.dropdown-menu li a.selected {
  background-color: #f5f5f5;
}
.language-select.bzInput.side-nav-mode .bootstrap-select.form-control {
  height: 100%;
  box-shadow: none;
  display: flex;
  align-items: center;
}
.language-select.bzInput.side-nav-mode .bootstrap-select.form-control > button {
  background: transparent;
  color: white;
  border-color: transparent;
  height: unset;
  line-height: 24px;
  display: flex;
  align-items: center;
  padding: 0 16px 0 0;
  border-radius: 0;
  border: none !important;
}
.language-select.bzInput.side-nav-mode .bootstrap-select.form-control > button .filter-option {
  white-space: break-spaces;
}
.language-select.bzInput.side-nav-mode .bootstrap-select.form-control > button span.caret {
  color: #ffffff;
  right: 4px;
}
.language-select.bzInput.side-nav-mode .bootstrap-select.form-control .dropdown-menu {
  max-height: none !important;
}
.language-select.bzInput.landing-screen-mode .bootstrap-select.form-control > button {
  width: auto;
  width: fit-content;
  text-transform: unset;
}
.language-select.bzInput.landing-screen-mode .bootstrap-select.form-control .dropdown-menu {
  width: 160px;
  max-width: 160px;
}
.language-select-widget-wrapper {
  display: flex;
  align-items: center;
}
.language-select-widget-wrapper > label {
  margin-bottom: 0;
  top: 2px;
  position: relative;
}
.language-select-widget-wrapper > label > i.material-icons {
  margin-right: 8px;
  color: #737373;
  font-size: 24px;
}
.language-select-widget-wrapper.minimized > label > i.material-icons {
  margin-right: 0;
}
.language-select-widget-wrapper.minimized .bootstrap-select.form-control > button {
  padding-left: 8px !important;
  border: none !important;
}
.language-select-widget-wrapper.minimized .bootstrap-select.form-control > button:focus,
.language-select-widget-wrapper.minimized .bootstrap-select.form-control > button:active,
.language-select-widget-wrapper.minimized .bootstrap-select.form-control > button:hover {
  outline: 2px solid -webkit-focus-ring-color !important;
}
@media (max-width: 767px) {
  .language-select-widget-wrapper.minimized {
    margin-right: -16px;
  }
  .language-select-widget-wrapper.minimized > label > i.material-icons {
    display: none;
  }
  .language-select-widget-wrapper.minimized .bootstrap-select.form-control > button {
    color: rgba(0, 0, 0, 0.38);
  }
  .language-select-widget-wrapper.minimized .bootstrap-select.form-control > button .filter-option {
    font-size: 0;
    white-space: break-spaces;
  }
  .language-select-widget-wrapper.minimized .bootstrap-select.form-control > button .filter-option:after {
    content: "\e894";
    font-family: 'Material Icons';
    font-size: 24px;
  }
}
body {
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend,
p {
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2 {
  text-transform: capitalize;
}
.title {
  font-size: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}
.no-float {
  float: none;
}
.btn {
  text-shadow: none;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.btn i {
  margin-right: 0;
}
.text-justify {
  text-align: justify;
}
.iconRounded {
  padding-top: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconRounded:hover {
  text-decoration: none;
  cursor: pointer;
}
.boxFeature-2 p {
  font-size: 18px;
}
.boxFeature-2 h2 {
  font-weight: 600;
  font-size: 80px;
}
.boxFeature-2 h3 {
  font-size: 30px;
  margin-top: 30px;
  word-wrap: break-word;
  line-height: 30px;
}
.color4#how-does-it-work .boxFeature-2 h2 {
  color: #ffffff !important;
}
.noPaddingBottom {
  padding-bottom: 0 !important;
}
blockquote:before {
  content: '\F10D';
  font-family: 'fontawesome';
}
blockquote:after {
  content: '\F10E';
  font-family: 'fontawesome';
}
blockquote.long-quote {
  text-transform: none;
  font-weight: 500;
  font-size: 30px;
}
.paralaxText blockquote {
  font-weight: 400;
}
.text-strong {
  font-weight: 600;
  padding-right: 5px;
}
.owl-theme .owl-controls .owl-buttons div {
  font-family: 'fontawesome';
}
body.full-screen {
  padding-top: 40px;
}
body.full-screen .top-banner {
  margin-bottom: 90px;
}
body.full-screen .top-banner h1,
body.full-screen .top-banner h2 {
  color: #ffffff;
  position: relative;
}
body.full-screen .top-banner .event-title {
  font-size: 50px;
  font-weight: 600;
  text-transform: none;
}
body.full-screen .top-banner .event-subtitle {
  font-size: 40px;
  margin: 70px 8% 44px;
}
body.full-screen .top-banner .event-date {
  font-weight: 600;
  color: #ffffff;
}
body.landing-screen-preview .modal-dialog {
  top: 75px;
}
#logoBig h1 {
  color: white;
  font-size: 50px;
  font-weight: 600;
}
#homeFullScreen {
  height: 100vh !important;
}
#homeFullScreen #flexHome h1 {
  margin-top: 50px;
}
#homeFullScreen #flexHome h2.event-date {
  font-weight: 600;
  margin-bottom: 70px;
}
.main-screen-buttons .btn {
  display: inline-block;
}
.main-screen-buttons .link-wrapper {
  position: relative;
  margin-top: 12px;
}
.main-screen-buttons .link-wrapper a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.btn.register-with-linkedin img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
#topButtons {
  position: absolute;
  top: 16px;
  left: 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  #topButtons {
    top: 8px;
    padding: 0 8px;
  }
}
#topButtons .main-screen-login,
#topButtons .language-select-widget-wrapper.minimized {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  border: none;
  height: 40px;
}
#topButtons .main-screen-login {
  order: 1;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  margin-left: auto;
  padding: 0 16px;
}
#topButtons .main-screen-login:hover {
  color: #ffffff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}
#topButtons .language-select-widget-wrapper.minimized > label > i.material-icons {
  color: #f7f7f7;
  margin-left: 8px;
}
#topButtons .language-select-widget-wrapper.minimized .bootstrap-select.form-control {
  background: transparent;
  outline: none;
}
#topButtons .language-select-widget-wrapper.minimized .bootstrap-select.form-control > button {
  color: #f7f7f7;
  background-color: transparent;
  font-weight: 400;
  padding: 0 24px 0 8px;
  font-size: 14px;
  height: 100%;
}
#topButtons .language-select-widget-wrapper.minimized .bootstrap-select.form-control > button span.caret {
  color: #f7f7f7;
}
#topButtons .language-select-widget-wrapper.minimized .bootstrap-select.form-control .dropdown-menu {
  left: 0px;
  right: auto;
}
#topButtons .language-select-widget-wrapper.minimized .bootstrap-select.form-control .dropdown-menu li a {
  outline: none;
}
/* ABOUT THIS EVENT -BRAZEN
================================================== */
.vertical-buttons h3 {
  margin-top: 10px;
}
.vertical-buttons p.login {
  margin-top: 20px;
}
.vertical-buttons .register-with-linkedin {
  width: 100%;
  white-space: normal;
}
/* END ABOUT THIS EVENT -BRAZEN
================================================== */
/* MORE INFO -BRAZEN
================================================== */
.instructional-video-div {
  position: relative;
  overflow: hidden;
  height: 400px !important;
}
.imgWrapper > iframe {
  width: 100% !important;
  height: 400px !important;
}
/* END MORE INFO -BRAZEN
================================================== */
/* TIME ZONE -BRAZEN
================================================== */
.time-zone {
  color: white;
  margin: 50px;
  margin-bottom: 0;
}
.time-zone h3 {
  font-size: 30px;
}
.time-zone .digit {
  font-family: digit_7;
  letter-spacing: 0em;
  color: #FF944D;
}
.connect-with-us {
  padding-bottom: 20px;
}
.connect-with-us h2 {
  font-size: 20px;
  text-align: center;
}
.connect-with-us p {
  font-size: 14px;
}
.register-button-bottom,
.connect-with-us .action-buttons {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.register-button-bottom a,
.connect-with-us .action-buttons a {
  display: inline-block;
}
.register-button-bottom h1,
.connect-with-us .action-buttons h1 {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 22px;
  color: #777;
}
.register-button-bottom .btn img,
.connect-with-us .action-buttons .btn img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.register-button {
  background: #B30000;
  color: #ffffff;
}
.register-button:hover,
.register-button:active,
.register-button:focus {
  color: #B30000;
}
/* END TIME-ZONE -BRAZEN
================================================== */
@media (min-width: 1200px) {
  #flexHome h1 {
    font-size: 50px;
  }
  #flexHome {
    margin-top: 66px;
  }
  .flexslider .slides > li {
    height: 200px;
  }
}
/* ========== Half Screen Image Template =============== */
body.half-screen {
  padding-top: 0px;
}
body.half-screen #home {
  background-size: cover;
  position: relative;
  padding: 80px 0 40px;
}
body.half-screen #home .paralaxMask {
  top: 0;
}
.paralaxMask {
  z-index: -1;
}
body.half-screen .top-banner h1 {
  margin-bottom: 11px;
  font-weight: 300;
  font-size: 32px;
  line-height: 1em;
  text-transform: uppercase;
  padding: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  text-align: center !important;
  display: inline-block;
}
body.half-screen .top-banner {
  overflow: hidden;
  position: relative;
  height: auto;
}
body.half-screen .top-banner .company-logo {
  border: 3px solid #999;
  /*padding: 10px;*/
  background: white;
  border-radius: 10px;
  margin-bottom: 30px;
  max-width: 300px;
  max-height: 150px;
  width: auto;
  height: auto;
}
body.half-screen .top-banner .event-title {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 11px;
  text-transform: none;
}
body.half-screen .top-banner h2.event-date {
  color: #ffffff;
}
body.half-screen .top-banner .event-subtitle {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 400;
  color: #ffffff;
}
.company-logo.full-screen {
  /*padding: 10px;*/
  background: white;
  border-radius: 10px;
  margin-bottom: 50px;
  position: relative;
  max-width: 300px;
  max-height: 150px;
  width: auto;
  height: auto;
}
.action-bar {
  padding: 20px;
}
.action-bar .event-date {
  display: inline-block;
  margin-bottom: 10px;
}
.action-bar .event-time {
  display: inline-block;
  margin-bottom: 0;
}
.action-bar .action-buttons {
  min-width: 550px;
}
.action-bar .action-buttons a,
.action-bar .action-buttons h1,
.action-bar .action-buttons button {
  display: inline-block;
}
.action-bar .action-buttons h1 {
  font-size: 22px;
  margin: auto 10px;
}
.action-bar .action-buttons div {
  margin: auto 10px;
}
.action-bar .action-buttons .btn img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.action-bar .action-buttons .btn i {
  margin-right: 10px;
  color: #fff;
  font-size: 22px;
}
.action-bar p {
  margin-bottom: 0;
}
.action-bar .action-buttons.employer-page p {
  padding-top: 7px;
  margin-bottom: 0;
}
.action-bar .are-you-link {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 8px;
  margin-top: 4px;
}
.are-you-link {
  position: relative;
}
.action-bar-simple {
  padding-top: 10px;
  padding-bottom: 10px;
}
.action-bar-simple p {
  margin-bottom: 0;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.white-action-bar {
  padding: 66px 0 20px;
}
.event-icon {
  color: #C24F4F;
  font-size: 800%;
}
#how-does-it-work .check-instructional-video {
  margin-top: 80px;
}
.pricingBloc h2 {
  font-size: 20px;
  color: #dddddd;
}
.pricingBloc h3 {
  font-size: 25px;
  line-height: 18px;
}
.pricingBloc.focusPlan h3 {
  padding: 1em !important;
}
.pricingBloc ul li {
  padding: 15px 0;
  font-size: 16px;
}
.pricingBloc.focusPlan {
  margin-top: 6px !important;
}
/* === show scroll bar =====*/
.show-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
}
.show-scrollbar::-webkit-scrollbar:vertical {
  width: 11px;
}
.show-scrollbar::-webkit-scrollbar:horizontal {
  height: 11px;
}
.show-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.show-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 8px;
}
.show-scrollbar + .scroll-indicater {
  background: #eeeeee;
}
.scroll-indicater {
  color: transparent;
  background: transparent;
}
.company-logo.about-us {
  margin-bottom: 0;
  max-width: 300px;
  max-height: 150px;
  width: auto;
  height: auto;
}
.about-us-read-more-a {
  text-align: center;
  margin-top: 30px;
}
.more-info {
  padding-bottom: 86px;
}
.more-questions {
  padding-top: 40px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: -20px;
}
/* ========= Flex Slider ========== */
.flexslider .flex-direction-nav a {
  background-color: transparent !important;
  font-size: 45px;
}
#flexHome .flex-control-nav {
  text-align: center;
  margin-bottom: 0;
}
.flexslider .flex-control-paging li a {
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.flexslider .flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: #333 !important;
  border: 2px solid #dddddd !important;
}
.employers.flexslider#flexHome {
  margin: 20px 40px !important;
}
h2.employer-title {
  text-align: center;
  color: #333333;
  font-weight: 600;
  padding-top: 30px;
  margin-bottom: 35px;
}
h2.employer-title:after {
  background: #000000;
  display: block;
  height: 1px;
  width: 200px;
  content: '';
  bottom: -20px;
  position: absolute;
  margin-left: -100px;
  left: 50%;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.alert a {
  color: inherit !important;
}
/* For some reason, gwt bootstrap 3 is bolding anchors in an alert.  This is a workaround for that for this*/
/* specific anchor.*/
#multi_event_package_promotion_link {
  font-weight: 400 !important;
}
#exhibitors-logo > .container > .row > .row {
  margin-bottom: 20px;
}
#exhibitors-logo .exhibitor-logo-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#exhibitors-logo .exhibitor-logo-wrapper > div {
  flex: 0 0 200px;
  padding: 12px;
  position: relative;
  overflow: hidden;
}
#exhibitors-logo .exhibitor-logo-wrapper > div img {
  position: relative;
  margin: 8px 0;
  background-color: white;
  border-radius: 4px;
  -webkit-transition: box-shadow 0.3s ease-out;
  -ms-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  min-height: 1px;
  margin: 0;
}
#exhibitors-logo .exhibitor-logo-wrapper > div .ribbon {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 4px 8px;
  border-radius: 4px 0 8px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.1;
  max-width: calc(90% - 24px);
}
#exhibitors-logo .exhibitor-logo-wrapper > div .ribbon.gold {
  background-color: #FFAD33;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ffad33));
  background-image: -webkit-linear-gradient(top, #ffcc00, #ffad33);
  background-image: -moz-linear-gradient(top, #ffcc00, #ffad33);
  background-image: -ms-linear-gradient(top, #ffcc00, #ffad33);
  background-image: -o-linear-gradient(top, #ffcc00, #ffad33);
}
#exhibitors-logo .exhibitor-logo-wrapper > div .ribbon.silver {
  color: #737373;
  background-color: #DDDDDD;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}
#exhibitors-logo .exhibitor-logo-wrapper > div .ribbon.bronze {
  background-color: #BF8147;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bf8147), to(#d4ab85));
  background-image: -webkit-linear-gradient(top, #d4ab85, #bf8147);
  background-image: -moz-linear-gradient(top, #d4ab85, #bf8147);
  background-image: -ms-linear-gradient(top, #d4ab85, #bf8147);
  background-image: -o-linear-gradient(top, #d4ab85, #bf8147);
}
#exhibitors-logo .other-logo-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
#exhibitors-logo .other-logo-wrapper > div {
  flex: 0 0 160px;
  width: 160px;
  padding: 8px;
}
#exhibitors-logo .other-logo-wrapper > div img {
  width: 100%;
}
/* =============== Register Modal=============== */
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal p,
.modal li {
  color: #333333;
}
.modal-content {
  background: #ffffff;
  opacity: .9;
  border-radius: 0;
}
.modal-header {
  border-bottom: 1px solid #999;
}
.modal-header button.close {
  color: #333333;
  opacity: 1;
}
.modal-title {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
.modal-footer {
  text-align: center;
}
.events {
  min-height: 300px;
  max-height: 480px;
  overflow-y: scroll;
  padding: 10px 25px 30px;
}
.events .event {
  border-bottom: 1px solid #777;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.event .date {
  text-align: center;
  border-left: 4px solid #C24F4F;
  padding-left: 6px;
  font-style: normal;
}
.event .date h2 {
  font-weight: 600;
  margin-bottom: 5px;
}
.event .date h4 {
  font-weight: 300;
  margin-bottom: 0;
}
.event .event-info h3 {
  margin-bottom: 8px;
}
.event .event-info p {
  margin-bottom: 0;
}
.event .select-event {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 767px) {
  .event .select-event {
    margin-top: 15px;
    text-align: left;
  }
  .event .date {
    display: none;
  }
}
.landing-register {
  min-height: 300px;
  max-height: 480px;
  overflow-y: scroll;
  padding: 10px 25px 10px;
  color: #333333;
}
.landing-register .form-group {
  margin-bottom: 0;
}
.landing-register .control-group .control-label,
.landing-register .form-group .control-label {
  font-weight: 300;
}
.landing-register .btn {
  margin-top: 0;
  margin-bottom: 10px;
  width: 200px;
  font-weight: 400;
}
.landing-register .btn.disabled {
  background-color: #ddd;
  color: #333;
}
.landing-register span.help-block {
  word-wrap: normal;
  white-space: normal;
}
.landing-register p.login {
  margin-bottom: 30px;
}
.landing-register p.login > a {
  color: #666666 !important;
}
.landing-register p.terms {
  color: #666666 !important;
  margin-bottom: 0;
}
.landing-register p.login,
.landing-register p.terms {
  font-size: 14px;
}
.landing-register input[type="text"],
.landing-register input[type="password"],
.landing-register input[type="email"] {
  border: 2px solid #cccccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear;
  -moz-transition: border .25s linear, color .25s linear;
  -o-transition: border .25s linear, color .25s linear;
  transition: border .25s linear, color .25s linear;
  padding: 8px 5px;
  text-indent: 6px;
  background: transparent;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 40px;
}
.success-register {
  background-color: #29B866;
  border-color: #29B866;
}
.success-register h2,
.success-register p {
  color: #ffffff;
}
/* Scroll Indicator -- the wrapper element that will become the outer circle */
.arrow-wrap {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 95%;
  margin-left: -5em;
  background: rgba(0, 0, 0, 0.5);
  width: 8em;
  height: 8em;
  padding: 4em 2em;
  border-radius: 50%;
  font-size: 0.5em;
  display: block;
  box-shadow: 0px 0px 5px 0px #333;
}
/* a triangle to make the main part of the arrow. Adjust the border-color to fit your needs */
.arrow {
  position: absolute;
  color: white;
  font-size: 55px;
  top: 0.1em;
  font-weight: 100;
  left: 50%;
  margin-left: -17px;
  opacity: .6;
  -webkit-transform: rotate(360deg);
  /* added for better anti-aliasing on webkit browsers */
}
.bh.arrow-wrap {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 95%;
  margin-left: -32px;
  background: rgba(0, 0, 0, 0.5);
  width: 32px;
  height: 0;
  padding: 32px 16px;
  border-radius: 50%;
  font-size: 0.5em;
  display: block;
  box-shadow: 0px 0px 5px 0px #333;
}
/* a triangle to make the main part of the arrow. Adjust the border-color to fit your needs */
.bh.arrow {
  position: absolute;
  color: white;
  font-size: 55px;
  top: 6px;
  font-weight: 100;
  left: 50%;
  margin-left: -17px;
  opacity: .6;
  -webkit-transform: rotate(360deg);
  /* added for better anti-aliasing on webkit browsers */
}
.top-alert {
  color: #ffffff;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2000;
}
.top-alert.alert-info {
  background-color: #00ccff;
  border-color: #00ccff;
  -moz-box-shadow: 0 1px 1px 1px #333;
  -webkit-box-shadow: 0 1px 1px 1px #333;
  box-shadow: 0 1px 1px 1px #333;
}
.top-alert.event-cancelled-alert {
  position: fixed;
  width: 100%;
  text-align: center;
}
.top-alert.alert-success {
  background-color: #29B866;
  border-color: #29B866;
}
.top-alert.logout-success-alert {
  width: 100%;
  text-align: center;
}
.top-alert .close {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  padding: 0;
  opacity: 0.5;
  font-size: 15px;
  color: #000000 !important;
  text-shadow: none;
}
.top-alert p {
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .mini-action-bar {
    display: none;
  }
}
/*Coming Soon Page*/
#coming-soon {
  margin-top: 200px;
}
/*/Coming Soon Page*/
/*Footer*/
ul.socialNetwork.public-ui-social-icons li {
  margin-right: 5px;
}
.footer-text {
  font-size: 14px;
}
#footerRights {
  padding: 0 0 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  color: #222222;
}
#footerRights #bottomLanguageSelector {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
#footerRights #bottomLanguageSelector .language-select-widget-wrapper {
  margin-bottom: 40px;
}
#footerRights #bottomLanguageSelector .language-select-widget-wrapper .language-select.bzInput.landing-screen-mode .bootstrap-select.form-control {
  height: 40px;
}
#footerRights #bottomLanguageSelector .language-select-widget-wrapper .language-select.bzInput.landing-screen-mode .bootstrap-select.form-control > button {
  display: inline-block;
  padding: 0 24px 0 8px;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  height: 40px;
  font-size: 14px;
  text-transform: none;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  font-weight: 300;
  color: #222222;
  box-shadow: none;
  outline: none;
}
#footerRights #bottomLanguageSelector .language-select-widget-wrapper .language-select.bzInput.landing-screen-mode .bootstrap-select.form-control .dropdown-menu li a {
  outline: none;
}
#footerRights .powered-by-brazen {
  order: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#footerRights .powered-by-brazen img {
  width: 136px;
}
#footerRights .powered-by-brazen p {
  font-size: 12px;
  color: #737373;
  margin: 16px 0 0;
}
/*/Footer*/
/* =========== Fit All Devices ============= */
/* =========== Tablets and Phones============= */
@media (max-width: 1024px) {
  .company-logo.full-screen,
  .company-logo.about-us {
    max-width: 200px;
    max-height: 130px;
  }
  body.full-screen .top-banner {
    margin-bottom: 80px;
  }
  body.full-screen .top-banner .event-title {
    font-size: 40px;
    text-transform: none;
  }
  body.full-screen .top-banner .event-subtitle {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 34px;
  }
  body.full-screen .top-banner .event-date {
    font-size: 20px;
  }
  body.half-screen .top-banner .event-title {
    font-size: 35px;
    font-weight: 600;
    text-transform: none;
  }
  body.half-screen .top-banner .event-subtitle {
    font-size: 25px;
    line-height: 30px;
  }
  .action-bar .event-date,
  .action-bar .event-time,
  .action-bar .action-buttons h1,
  .action-bar .are-you-link {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
  }
  .action-bar .btn,
  .vertical-buttons .btn {
    padding: 10px 13px;
    font-size: 12px;
  }
  .action-bar .action-buttons.employer-page p,
  .action-bar .action-buttons p a {
    padding-top: 0;
    line-height: 20px;
    font-size: 14px;
  }
  .action-bar .action-buttons {
    min-width: 380px;
  }
  .title,
  .noSubtitle {
    font-size: 35px;
  }
  .subTitle {
    font-size: 20px;
  }
  .boxFeature-2 {
    margin-bottom: 30px;
  }
  .boxFeature-2 h2 {
    font-size: 60px;
  }
  .boxFeature-2 h3 {
    margin-top: 5px;
    font-size: 25px;
  }
  .boxFeature-2 p {
    font-size: 14px;
  }
  .time-zone {
    margin: 0;
    margin-top: 40px;
  }
  .time-zone h3 {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .paralaxText blockquote {
    font-size: 35px;
  }
  .footer-text {
    font-size: 14px;
  }
}
/* =========== Phones Specific============= */
@media (max-width: 767px) {
  .main-screen-login {
    font-size: 14px;
    top: 5px;
    right: 5px;
    padding: 5px;
  }
  .company-logo.full-screen,
  .company-logo.about-us {
    max-width: 100px;
    max-height: 60px;
    margin-bottom: 20px;
  }
  body.full-screen .top-banner {
    margin-bottom: 40px;
  }
  body.full-screen .top-banner .event-title {
    font-size: 25px;
    line-height: 25px;
    text-transform: none;
  }
  body.full-screen .top-banner .event-subtitle {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
  }
  body.full-screen .top-banner .event-date {
    font-size: 15px;
  }
  .main-screen-buttons .btn,
  .register-button-bottom .btn,
  .connect-with-us .action-buttons .btn {
    font-size: 12px;
    border-radius: 4px;
  }
  .main-screen-buttons h1,
  .register-button-bottom h1,
  .connect-with-us .action-buttons h1 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
  }
  .main-screen-buttons .btn.homeBtn,
  .register-button-bottom .btn,
  .connect-with-us .action-buttons .btn {
    padding: 19px 13px;
  }
  .main-screen-buttons .btn.homeBtn.register-with-linkedin,
  .register-button-bottom .btn.btn-info,
  .connect-with-us .action-buttons .btn.btn-info {
    padding: 10px 13px;
    width: 115px;
    white-space: normal;
  }
  body.half-screen .top-banner {
    height: auto;
    padding-top: 0;
  }
  body.half-screen .top-banner .company-logo {
    max-width: 200px;
    max-height: 100px;
    border: 1px solid #999;
  }
  body.half-screen .top-banner .event-title {
    font-size: 25px;
    text-transform: none;
  }
  body.half-screen .top-banner .event-subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  body.half-screen .top-banner h2.event-date {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }
  .title,
  .noSubtitle {
    font-size: 25px;
    line-height: 30px;
  }
  .subTitle {
    margin-bottom: 40px;
    line-height: 20px;
  }
  .subTitle:after,
  .noSubtitle:after {
    bottom: -20px;
  }
  .paralaxText {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .more-questions {
    padding-top: 10px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .action-bar .action-buttons {
    min-width: 180px;
  }
  .action-bar .action-buttons h1 {
    margin: 0;
  }
  .action-bar .action-buttons .btn.btn-danger {
    padding: 21px 13px;
  }
  .action-bar .are-you-link {
    display: block !important;
    margin-left: auto;
    margin-top: 10px;
  }
  #how-does-it-work .boxFeature-2 h2 {
    font-size: 90px;
    opacity: .3;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 17px;
  }
  #how-does-it-work .check-instructional-video {
    margin-top: 30px;
  }
  .instructional-video-div {
    height: auto !important;
  }
  .more-info {
    padding-bottom: 40px;
  }
  .paralaxText blockquote {
    font-size: 18px;
  }
  .time-zone h3 {
    font-size: 20px;
  }
  #exhibitors-logo > .container > .row > .row {
    margin: 0;
  }
  .exhibitor-logo {
    margin-bottom: 20px;
  }
  .top-alert.alert-dismissable p {
    font-size: 13px;
  }
  .top-alert.alert-dismissable .remove-frame-text {
    display: none;
  }
  .modal {
    z-index: 3000;
  }
  h2.modal-title,
  h4.modal-title {
    font-size: 20px;
  }
  .modal-header button.close {
    font-size: 30px;
    padding-top: 3px;
    margin-left: -20px;
  }
  .modal.in .modal-dialog {
    padding: 0;
    margin: 0;
  }
  .modal-header {
    padding: 5px 10px;
  }
  .modal-body {
    padding: 5px 0 0;
  }
  .landing-register .control-group .control-label {
    display: none;
  }
  .landing-register .control-group .controls p,
  .landing-register .form-group p {
    margin-bottom: 3px;
    font-size: 11px;
  }
  .landing-register input[type="text"],
  .landing-register input[type="password"],
  .landing-register input[type="email"] {
    font-size: 14px;
  }
  .landing-register .btn {
    margin-top: 0;
    margin-bottom: 10px;
  }
  /* mini action bar */
  .mini-action-bar {
    position: absolute;
    z-index: 2000;
    background-color: transparent !important;
  }
  .mini-action-bar .action-buttons {
    position: fixed;
    width: 100%;
    box-shadow: 0px 1px 1px #333;
    top: 0;
    left: 0;
  }
  .mini-action-bar .action-buttons .btn.btn-danger,
  .mini-action-bar .action-buttons .btn.btn-info {
    border: none;
    border-radius: 0;
    padding: 10px;
  }
  .mini-action-bar .action-buttons .btn.btn-info img {
    height: 15px;
    margin-right: 5px;
    width: 15px;
  }
}
#versionInfo {
  display: none;
}
/*A11y mend*/
div:focus,
section:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
.nav-tabs > li > a:focus {
  outline: none;
}
.parallax-wrapper {
  position: relative;
  overflow: hidden;
}
.parallax-wrapper .simpleParallax {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.parallax-wrapper .simpleParallax .parallax {
  width: 100%;
  height: 100%;
  background-image: url('../../../img/event-landing/background/general-grey.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
/*!!IMPORTANT!! This preloader code needs to sit at very bottom*/
.brazen-preloader {
  top: -10000px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s ease-in-out, top 0s 0.4s, visibility 0s 0.4s;
  -webkit-transition: opacity 0.3s ease-in-out, top 0s 0.4s, visibility 0s 0.4s;
  -o-transition: opacity 0.3s ease-in-out, top 0s 0.4s, visibility 0s 0.4s;
  transition: opacity 0.3s ease-in-out, top 0s 0.4s, visibility 0s 0.4s;
}
.event-landing-screen {
  display: block;
}

