@charset "UTF-8";
/* Fleming Corporate Colors */
/* Other Colors */
/* Neutral Shades */
@font-face {
  font-family: 'TiemposText-Regular';
  src: url("../fonts/TiemposText-Regular.eot");
  src: local("☺"), url("../fonts/TiemposText-Regular.woff") format("woff"), url("../fonts/TiemposText-Regular.ttf") format("truetype"), url("../fonts/TiemposText-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TiemposText-Bold';
  src: url("../fonts/TiemposText-Bold.eot");
  src: local("☺"), url("../fonts/TiemposText-Bold.woff") format("woff"), url("../fonts/TiemposText-Bold.ttf") format("truetype"), url("../fonts/TiemposText-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Graphik-Regular';
  src: url("../fonts/Graphik-Regular.eot");
  src: local("☺"), url("../fonts/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular.ttf") format("truetype"), url("../fonts/Graphik-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* ************************************************************************
                            BASE FONT STYLE
************************************************************************ */
@media (max-width: 160px) {
  body {
    margin-top: 50px; } }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: "TiemposText-Regular", Georgia, "Times New Roman", Times, serif; }
  h1.bold, h2.bold, h3.bold, h4.bold, .h1.bold, .h2.bold, .h3.bold, .h4.bold {
    font-family: "TiemposText-Bold", Georgia, "Times New Roman", Times, serif; }

h5, h6, .h5, .h6 {
  font-family: "TiemposText-Bold", Georgia, "Times New Roman", Times, serif; }

.bold {
  font-family: "TiemposText-Bold", Georgia, "Times New Roman", Times, serif; }

h1, .h1 {
  font-size: 3.43em;
  line-height: 1.04em;
  padding: 27px 0 31px 0;
  margin: 0; }

h2, .h2 {
  font-size: 2.16em;
  line-height: 1em;
  padding: 21px 0 10px 0;
  margin: 0; }

h3, .h3 {
  font-size: 1.28em;
  line-height: 1.11em;
  margin: 25px 0 10px 0; }

h4, .h4 {
  font-size: 1.14em;
  line-height: 1.18em;
  margin: 10px 0 5px 0; }

h5, .h5 {
  font-size: 1em;
  line-height: 1.28em;
  margin: 10px 0 5px 0; }

h6, .h6 {
  font-size: 0.85em;
  line-height: 1.41em;
  margin: 10px 0 5px 0; }

p.intro {
  font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin: 5px 0; }

p {
  font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  margin: 5px 0; }

@media (max-width: 480px) {
  h1, .h1 {
    font-size: 24px;
    margin: 10px 0 5px 0; }
  h2, .h2 {
    font-size: 21px;
    line-height: 21px;
    margin: 21px 0 10px 0; }
  h3, .h3 {
    margin: 11px 0 6px 0; }
  h5, .h5 {
    margin: 8px 0 4px 0; }
  h6, .h6 {
    margin: 8px 0 4px 0; }
  p.intro {
    font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.29em;
    line-height: 1.78em;
    margin: 5px 0; }
  p {
    font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.21em;
    margin: 5px 0; } }

.main-navbar {
  background: #000000;
  background-image: url("../images/header-bg.png");
  background-repeat: repeat-x;
  border: 0;
  border-radius: 0;
  margin-bottom: 0; }
  .main-navbar .navbar-header {
    padding-left: 25px;
    padding-right: 25px; }
  .main-navbar .navbar-toggle {
    background-color: #000000;
    width: 60px;
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    margin-top: 21px; }
  .main-navbar .navbar-toggle .icon-bar {
    background-color: #ffffff;
    width: 30px; }
  .main-navbar .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; }
  .main-navbar .navbar-toggle .text-label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 5px; }
  .main-navbar .navbar-nav li a, .main-navbar .navbar-nav li a:focus {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 12px;
    padding-top: 9px;
    padding-bottom: 7px;
    line-height: normal;
    font-size: 14px;
    background-color: transparent;
    margin-right: 1px;
    transition: background-color 0.2s;
    transition: color 0.2s; }
  .main-navbar .navbar-nav li a:hover {
    color: #000000;
    background-color: #ffffff;
    transition: background-color 0.2s;
    transition: color 0.2s; }
  .main-navbar .navbar-nav li a:active {
    color: #000000;
    background-color: #798fd7;
    transition: background-color 0.2s;
    transition: color 0.2s; }
  .main-navbar .navbar-nav li a.submissive {
    border: 1px solid #333333;
    margin-top: 8px;
    margin-left: 15px;
    color: #999999; }
  .main-navbar .navbar-nav li.active > a {
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 0px;
    padding-bottom: 19px; }

@media (max-width: 160px) {
  .navbar {
    height: 50px;
    background-image: url("../images/header-small-bg.png");
    background-repeat: repeat-x; } }

@media (max-width: 991px) {
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    margin: 7.5px 0; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-nav > li.active > a {
    background-color: transparent !important;
    color: #ffffff !important; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; } }

.navbar-fixed-top .navbar-collapse {
  max-height: none; }

.navbar-brand img {
  width: 121px;
  height: 32px; }

.footer {
  margin-top: 50px;
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  height: 330px;
  background-image: url("../images/double-line-bg.png");
  background-repeat: repeat-x;
  background-position: 0 11px; }
  @media (max-width: 768px) {
    .footer {
      height: auto;
      position: relative; } }
  .footer .rights {
    margin-top: 20px;
    border-top: 1px solid #ffffff;
    height: 60px;
    line-height: 60px; }
  .footer .subfooter {
    height: 209px;
    margin-top: 41px; }
    @media (max-width: 768px) {
      .footer .subfooter {
        height: auto;
        margin-bottom: 30px; } }
    .footer .subfooter .logo-with-line, .footer .subfooter .with-line {
      padding-bottom: 25px;
      border-bottom: 1px solid #ffffff;
      margin-right: 25px;
      margin-bottom: 25px; }
    .footer .subfooter .logo-with-line-mobile, .footer .subfooter .with-line-mobile {
      padding-bottom: 25px;
      border-bottom: 1px solid #ffffff;
      margin-bottom: 25px; }
    .footer .subfooter .white-single-line-no-margin {
      width: 100%;
      height: 1px;
      background: none;
      border-bottom: 1px solid #fff;
      display: block; }
    .footer .subfooter .logo-with-line img, .footer .subfooter .logo-with-line-mobile img {
      width: 121px;
      height: 32px; }
    .footer .subfooter .white-anchor {
      color: #ffffff; }
    .footer .subfooter .with-line, .footer .subfooter .with-line-mobile, .footer .subfooter .footer-socials {
      padding-bottom: 18px; }
      .footer .subfooter .with-line i, .footer .subfooter .with-line-mobile i, .footer .subfooter .footer-socials i {
        font-size: 28px;
        margin-left: 20px; }
    .footer .subfooter a i {
      color: #fff; }
    .footer .subfooter .footer-mobile-socials {
      border-top: 1px solid #fff;
      padding-top: 25px;
      margin-bottom: -25px; }
      .footer .subfooter .footer-mobile-socials h5 {
        display: block; }
      .footer .subfooter .footer-mobile-socials .footer-mobile-socials-icons {
        display: block;
        text-align: right;
        font-size: 28px;
        margin-top: -55px;
        position: relative; }
        .footer .subfooter .footer-mobile-socials .footer-mobile-socials-icons i {
          margin-left: 20px; }
    .footer .subfooter .white-single-line-with-margin {
      width: 100%;
      height: 1px;
      background: none;
      border-bottom: 1px solid #fff;
      display: block;
      margin: 25px 0 25px 0; }
    .footer .subfooter h5, .footer .subfooter b {
      font-family: "TiemposText-Bold", Georgia, "Times New Roman", Times, serif;
      font-weight: 700;
      margin-bottom: 16px; }
    .footer .subfooter .footer-contacts h5 {
      margin-top: 0; }
      .footer .subfooter .footer-contacts h5.with-line {
        margin-top: 10px; }
    .footer .subfooter .footer-contacts .phone {
      display: block;
      margin-bottom: 15px; }
    .footer .subfooter b {
      margin-bottom: 0; }
      .footer .subfooter b a {
        color: #ffffff; }

body.homepage {
  background-color: #000000;
  color: #ffffff; }
  body.homepage h1, body.homepage .h1, body.homepage h2, body.homepage .h2, body.homepage h3, body.homepage .h3, body.homepage h4, body.homepage .h4, body.homepage h5, body.homepage .h5, body.homepage h6, body.homepage .h6 {
    color: #ffffff;
    border-color: #ffffff; }

.become-speaker .banner {
  height: 450px;
  background-image: url("../images/become-a-speaker-cover.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px; }
  .become-speaker .banner h1 {
    color: #ffffff; }
  .become-speaker .banner p {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px; }
  .become-speaker .banner a {
    margin-top: 40px;
    width: 250px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    display: block;
    background-color: #7b91d4;
    color: #ffffff;
    text-transform: uppercase; }

.become-speaker .title {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center; }

.become-speaker .panel {
  background-color: #efefef;
  margin: 10px;
  padding: 20px; }
  .become-speaker .panel h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px; }
  .become-speaker .panel p {
    font-size: 18px;
    line-height: 22px; }
  .become-speaker .panel .block-icon {
    width: 64px;
    height: 64px;
    display: block;
    background-color: #7b91d4;
    margin: 0 auto;
    margin-top: -50px;
    border-radius: 50%;
    background-image: url("../images/accept-icon.png");
    background-position: center;
    background-repeat: no-repeat; }

.become-speaker .action-button {
  margin-top: 40px;
  width: 250px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  display: block;
  background-color: #7b91d4;
  color: #ffffff;
  text-transform: uppercase; }

.become-speaker .what-events {
  margin-top: 40px;
  margin-bottom: 40px; }
  .become-speaker .what-events h1 {
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 32px;
    font-weight: bold; }

.become-partner .banner {
  height: 450px;
  background-image: url("../images/become-a-speaker-cover.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px; }
  .become-partner .banner h1 {
    color: #ffffff; }
  .become-partner .banner p {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px; }
  .become-partner .banner a {
    margin-top: 40px;
    width: 250px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    display: block;
    background-color: #7b91d4;
    color: #ffffff;
    text-transform: uppercase; }

.become-partner .title {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center; }

.become-partner .panel {
  background-color: #efefef;
  margin: 10px;
  padding: 20px; }
  .become-partner .panel h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px; }
  .become-partner .panel p {
    font-size: 18px;
    line-height: 22px; }
  .become-partner .panel .block-icon {
    width: 64px;
    height: 64px;
    display: block;
    background-color: #7b91d4;
    margin: 0 auto;
    margin-top: -50px;
    border-radius: 50%;
    background-image: url("../images/accept-icon.png");
    background-position: center;
    background-repeat: no-repeat; }

.become-partner .action-button {
  margin-top: 40px;
  width: 250px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  display: block;
  background-color: #7b91d4;
  color: #ffffff;
  text-transform: uppercase; }

.become-partner .what-events {
  margin-top: 40px;
  margin-bottom: 40px; }
  .become-partner .what-events h1 {
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 32px;
    font-weight: bold; }

.homepage-search-form {
  display: block;
  margin-left: 15px;
  padding-top: 8px;
  position: relative; }
  .homepage-search-form input[type="search"] {
    height: 32px;
    border: 1px solid #333333;
    color: #ffffff;
    background: #000000;
    padding-left: 40px;
    padding-right: 30px;
    margin: 0;
    min-width: 180px; }
    .homepage-search-form input[type="search"]:focus {
      outline: none; }
  .homepage-search-form .search-clear {
    height: 15px;
    width: 15px;
    display: block;
    right: 10px;
    top: 16px;
    position: absolute;
    cursor: pointer;
    background: none;
    background-image: url("../images/homepage-close-icon.png");
    background-position: center;
    background-size: cover;
    border: none; }
  .homepage-search-form .search-icon {
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    top: 13px;
    background: none;
    background-image: url("../images/homepage-search-icon.png");
    background-position: center;
    background-size: cover;
    border: none;
    left: 10px;
    position: absolute; }

.homepage-content h1 a {
  color: #ffffff;
  display: inline-block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.2s color ease; }
  .homepage-content h1 a.transition-underline:after {
    height: 1px;
    width: 0;
    background: #7C92D2;
    display: block;
    content: "";
    position: absolute;
    transition: 0.2s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    bottom: 0; }
  .homepage-content h1 a:hover {
    color: #7c92d2;
    text-decoration: none; }
    .homepage-content h1 a:hover.transition-underline:after {
      width: 100%; }

.homepage-content .row {
  margin-bottom: 30px; }

.homepage-content .theme-photo {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow-y: hidden; }
  .homepage-content .theme-photo span.theme-photo-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    font-family: TiemposText-Regular, Georgia, 'Times New Roman', Times, serif;
    padding-top: 140px;
    padding-left: 50px;
    font-size: 48px;
    color: #ffffff;
    line-height: 55px;
    opacity: 0;
    transition: 0.8s opacity ease;
    overflow: hidden; }
    .homepage-content .theme-photo span.theme-photo-text span {
      display: inline-block;
      position: absolute;
      z-index: -200;
      margin-left: 80px;
      transition: 1s all ease; }
  .homepage-content .theme-photo:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    transition: 0.5s all ease;
    z-index: 0; }
  .homepage-content .theme-photo:hover:after {
    transition: 0.5s all ease;
    opacity: 0.4; }
  .homepage-content .theme-photo:hover span.theme-photo-text {
    z-index: 999;
    opacity: 1;
    transition: 0.8s opacity ease; }
    .homepage-content .theme-photo:hover span.theme-photo-text span {
      transition: 1s all ease;
      margin-left: 20px; }

@media only screen and (min-width: 768px) {
  .homepage-content .theme-photo {
    width: 100%;
    height: 400px; }
    .homepage-content .theme-photo.-left {
      float: right; }
    .homepage-content .theme-photo.-right {
      float: left; } }

.homepage-content .col-sm-6.-left {
  padding-right: 15px; }

.homepage-content .col-sm-6.-right {
  padding-left: 15px; }

.homepage-content ul {
  border-top: 1px solid #333333;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px; }

.homepage-content li {
  line-height: 18px;
  border-bottom: 1px solid #333333; }
  .homepage-content li a {
    padding: 8px 0 7px 20px;
    display: block;
    width: 100%;
    color: #ffffff;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    text-decoration: none; }
    .homepage-content li a:hover {
      text-decoration: none;
      background-color: #ffffff;
      color: #000000;
      padding-left: 40px; }
      .homepage-content li a:hover span {
        color: #000000; }
    .homepage-content li a span {
      display: inline-block;
      font-weight: normal;
      font-size: 10px;
      margin-left: 5px;
      color: #999999; }

.homepage-content .section-link {
  font-family: TiemposText-Regular;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #7b91d4;
  height: 32px;
  line-height: 36px;
  margin-top: 20px;
  padding-right: 40px;
  background-image: url("../images/gray-panel-button.png");
  background-repeat: no-repeat;
  background-position: right center; }
  .homepage-content .section-link:hover {
    text-decoration: none; }

.about-section {
  background-image: url("../images/about-cover.png");
  background-size: cover;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px; }
  .about-section .header-section {
    padding-top: 30px;
    background: none; }
    .about-section .header-section h1 {
      padding-bottom: 50px; }
      .about-section .header-section h1 span {
        font-size: 0.8em;
        display: block; }
    .about-section .header-section h1, .about-section .header-section h2 {
      border-bottom: 0;
      text-align: center;
      margin: 0; }
    .about-section .header-section p {
      font-size: 1.29em;
      line-height: 1.78em;
      padding-top: 25px;
      padding-bottom: 77px;
      text-align: center;
      max-width: 875px;
      margin: 0 auto; }

.detail-section {
  background: none; }
  .detail-section h1 {
    padding-bottom: 25px; }
    .detail-section h1 span {
      font-size: 0.8em;
      display: block; }
  .detail-section h1, .detail-section h2 {
    border-bottom: 0;
    text-align: left;
    margin: 0; }
  .detail-section p {
    font-size: 1.29em;
    line-height: 1.78em;
    padding-bottom: 25px; }
    .detail-section p:first-of-type {
      padding-top: 25px; }

.contact-box {
  border: 4px solid #000000;
  padding: 15px;
  margin-top: 35px; }
  .contact-box .contact-avatar {
    width: 100px;
    height: 100px;
    margin: 15px 25px 15px 0;
    border: 1px solid #30364a;
    border-radius: 50%;
    float: left; }
  .contact-box .contact-info .bold {
    font-family: 'Graphik-Regular';
    font-weight: bold; }

.members .members-list {
  border-bottom: 1px solid #000000;
  padding-bottom: 25px; }
  .members .members-list:last-child {
    border-bottom: none; }

.member {
  border-bottom: 2px solid #000000;
  padding: 25px 0;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer; }
  .member:hover {
    text-decoration: none; }
  .member a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  .member div.name {
    display: block;
    font-family: 'TiemposText-Bold', sans-serif;
    color: #7b91d4;
    word-wrap: break-word;
    font-size: 17px;
    word-spacing: 9999999px;
    margin-bottom: 5px; }
    .member div.name:hover {
      text-decoration: underline;
      color: black; }
  .member div.position {
    text-transform: uppercase;
    min-height: 60px;
    font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333; }
    .member div.position:hover {
      text-decoration: underline; }
  .member div.linkedin {
    color: #7b91d4;
    display: block;
    font-family: 'Graphik-Reg', sans-serif;
    font-weight: bold;
    font-size: 12px; }
    .member div.linkedin:hover {
      text-decoration: underline; }
  .member img.image {
    width: 100%;
    margin-bottom: 25px; }

.job-offers button.load-more-btn {
  margin-bottom: 40px; }

.job-offers button.load-more-btn.inactive {
  display: none; }

.job-offers .spacer-top {
  padding-top: 30px; }

.jobs-section {
  background-image: url("../images/jobs-cover.jpg");
  background-size: cover;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 700px; }
  .jobs-section .header-section {
    padding-top: 30px;
    background: none; }
    .jobs-section .header-section h1 {
      padding-bottom: 50px; }
      .jobs-section .header-section h1 span {
        font-size: 0.8em;
        display: block; }
    .jobs-section .header-section h1, .jobs-section .header-section h2 {
      border-bottom: 0;
      text-align: center;
      margin: 0; }
    .jobs-section .header-section p {
      font-size: 1.29em;
      line-height: 1.78em;
      padding-top: 25px;
      padding-bottom: 77px;
      text-align: center;
      max-width: 875px;
      margin: 0 auto; }

@media (min-width: 991px) {
  .job-left-col {
    padding-right: 30px; }
  .job-right-col {
    padding-left: 30px; } }

.apply-job-success {
  max-width: 600px;
  margin-bottom: 50px; }
  .apply-job-success .small-caption {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid black;
    padding-bottom: 30px;
    margin-bottom: 40px; }
  .apply-job-success p {
    padding-top: 30px;
    font-size: 18px; }

/* media */
.media-header {
  padding-left: 20px;
  padding-right: 20px; }
  .media-header h1 {
    padding-bottom: 5px; }

.nav-tabs-menu {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  margin-bottom: 20px;
  margin-top: 5px;
  margin-left: 16px;
  margin-right: 16px;
  border-bottom: 1px solid #000000; }

.tabs-right-slider, .tabs-left-slider {
  display: block;
  position: relative;
  z-index: 999;
  font-size: 26px;
  margin-top: 13px; }

.tabs-right-slider {
  float: right;
  background-image: url("../images/chevron-right.png");
  background-size: 16px 23px;
  width: 16px;
  height: 23px; }

.tabs-left-slider {
  float: left;
  background-image: url("../images/chevron-left.png");
  background-size: 16px 23px;
  width: 16px;
  height: 23px; }

.nav.nav-tabs {
  float: left;
  margin-right: -999em;
  white-space: nowrap;
  position: relative;
  border: none; }

.nav-tabs > li.active > a {
  border: none;
  color: #7b91d4;
  cursor: pointer; }

.nav-tabs > li > a {
  border: none;
  font-size: 26px;
  color: #999999;
  border-radius: 0;
  padding: 7px 10px;
  cursor: pointer; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  padding-top: 6px;
  border: none;
  color: #7b91d4; }

.years-wrapper .nav-tabs > li.active > a,
.years-wrapper .nav-tabs > li.active > a:hover,
.years-wrapper .nav-tabs > li.active > a:focus {
  padding-top: 7px; }

.nav-tabs > li > a:hover {
  background-color: #ffffff;
  margin-bottom: 0; }

.about-us-bottom-row {
  margin-bottom: 30px; }

.load-more-row {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  .load-more-row .load-more-btn {
    border: 1px solid #999999;
    padding: 8px 30px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 1px 1px 0 #999999;
    color: black; }
    .load-more-row .load-more-btn .icon {
      color: #7a8fd7;
      margin-right: 15px; }
    .load-more-row .load-more-btn.disabled-btn {
      color: #cccccc;
      border: 1px solid #f4f4f4;
      cursor: not-allowed; }
      .load-more-row .load-more-btn.disabled-btn:hover {
        text-decoration: none; }
      .load-more-row .load-more-btn.disabled-btn .icon {
        color: #cccccc; }

.download-media-kit-link, .media-release-link {
  display: block;
  width: 100%; }
  .download-media-kit-link i, .media-release-link i {
    font-size: 24px;
    float: right; }

.media-icon {
  margin-left: 25px;
  font-size: 24px;
  margin-bottom: -5px; }

.media-release {
  padding-bottom: 80px; }
  .media-release .image {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .media-release > .perex {
    border-bottom: 1px solid #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: TiemposText-Regular, Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 24px; }
  .media-release > .text {
    padding-top: 15px; }

.article-block {
  background: #efefef; }

.event-cross-sale-wrapper {
  padding: 50px 0px; }

.event-cross-sale {
  border: 1px solid #efefef;
  padding: 0;
  min-height: 180px;
  background-color: #efefef; }
  .event-cross-sale .row {
    background-color: #efefef; }
  .event-cross-sale .event-picture {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 180px; }
  .event-cross-sale .content {
    background-color: #efefef;
    padding: 10px 15px; }
    .event-cross-sale .content .tags {
      margin-top: 0; }
    .event-cross-sale .content h3 {
      font-size: 24px;
      margin: 10px 0;
      padding-bottom: 10px; }
    .event-cross-sale .content .fleming-link.with-arrow-icon {
      margin-top: -10px; }
    .event-cross-sale .content .doubled {
      background-image: url("../images/double-border.png");
      background-position: bottom;
      background-repeat: repeat-x; }

.magazine-article {
  padding-bottom: 80px; }
  .magazine-article .image {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .magazine-article .tags {
    margin-top: 30px; }
  .magazine-article .title {
    font-family: TiemposText-Regular, Georgia, 'Times New Roman', Times, serif;
    font-size: 48px;
    font-weight: 500;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    border-top: 1px solid #000000; }
  .magazine-article .author {
    font-family: Graphik-Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000000; }
  .magazine-article .perex {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: TiemposText-Regular, Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 24px; }
  .magazine-article .button {
    margin-bottom: 40px; }
    .magazine-article .button .pdf {
      display: table-cell;
      font-family: TiemposText-Regular, Georgia, 'Times New Roman', Times, serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #ffffff;
      text-align: center;
      vertical-align: middle;
      width: 430px;
      height: 120px;
      background-color: #798fd7;
      box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.25); }
      .magazine-article .button .pdf a {
        color: #ffffff; }
    .magazine-article .button .record {
      display: table-cell;
      font-family: TiemposText-Regular, Georgia, 'Times New Roman', Times, serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      text-align: center;
      vertical-align: middle;
      width: 430px;
      height: 280px;
      background-color: #efefef;
      border: 2px solid #efefef; }
      .magazine-article .button .record .icon {
        float: left;
        margin-left: 20px;
        margin-right: 20px; }
      .magazine-article .button .record .text {
        text-align: left; }
        .magazine-article .button .record .text a {
          color: #000000; }
        .magazine-article .button .record .text .highlights {
          margin-top: 20px;
          margin-bottom: 20px;
          list-style-position: inside;
          font-family: Graphik-Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
          font-size: 14px;
          font-weight: normal; }
        .magazine-article .button .record .text .price {
          padding-left: 195px; }
  .magazine-article .body p {
    padding-bottom: 15px; }
  .magazine-article .body iframe {
    width: 100%; }
  .magazine-article .body img {
    width: 100%; }
  .magazine-article .author-box {
    text-align: center;
    margin: 30px; }
    .magazine-article .author-box .caption {
      text-transform: uppercase;
      width: 100%;
      height: 38px;
      border: 1px solid #000000;
      line-height: 38px; }
    .magazine-article .author-box .info {
      width: 100%;
      border-left: 1px solid #000000;
      border-right: 1px solid #000000;
      border-bottom: 1px solid #000000;
      padding-top: 20px;
      padding-bottom: 20px; }
      .magazine-article .author-box .info .avatar {
        width: 90px;
        height: 90px;
        border-radius: 50%; }
      .magazine-article .author-box .info .name {
        margin-top: 15px;
        font-family: TiemposText-Regular, Georgia, 'Times New Roman', Times, serif;
        font-size: 14px;
        font-weight: bold; }
  .magazine-article .sponsor-box {
    text-align: center;
    margin: 30px; }
    .magazine-article .sponsor-box .caption {
      text-transform: uppercase;
      width: 100%;
      min-height: 38px;
      border: 1px solid #000000;
      line-height: 38px; }
    .magazine-article .sponsor-box .info {
      width: 100%;
      border-left: 1px solid #000000;
      border-right: 1px solid #000000;
      border-bottom: 1px solid #000000;
      padding-top: 20px;
      padding-bottom: 20px; }
      .magazine-article .sponsor-box .info .avatar {
        width: 90px;
        height: 90px; }
      .magazine-article .sponsor-box .info .website {
        margin-top: 15px; }

/* FILTER + FILTER MODAL */
@media (min-width: 1200px) {
  #magazineFilterModal.modal {
    display: block;
    position: relative;
    z-index: 0; }
  #magazineFilterModal.fade {
    opacity: 100; }
  #magazineFilterModal .modal-dialog {
    width: auto;
    margin: 0;
    border: none;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; }
  #magazineFilterModal .modal-content {
    border: none;
    box-shadow: none; }
  #magazineFilterModal .modal-filter-content {
    padding-top: 0; }
  .filter-col, .close-filter {
    display: none !important; } }

.modal-filter-content {
  padding-top: 35px; }

.close-filter {
  top: 0 !important; }

.filter-col {
  margin-bottom: 15px;
  text-align: center;
  margin-top: 10px; }
  .filter-col .filter-modal-btn {
    border: 1px solid #999999;
    padding: 8px 30px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 1px 1px 0 #999999;
    color: black; }
    .filter-col .filter-modal-btn .icon {
      color: #7a8fd7;
      margin-right: 15px; }

.selected-types {
  margin-bottom: 20px; }
  .selected-types .filter-tags {
    float: left;
    width: 80%; }
  .selected-types .filter-caption {
    float: left;
    margin-right: 15px;
    margin-top: 2px;
    font-weight: 800;
    font-family: TiemposText-Regular, Georgia, 'Times New Roman', Times, serif; }
  .selected-types .active-filter-checkbox input[type="checkbox"] + label {
    display: inline-block;
    width: auto;
    float: left;
    padding-right: 15px;
    margin-right: 8px !important; }
  .selected-types .active-filter-checkbox input[type="checkbox"]:checked + label {
    background-color: white;
    color: black; }
  .selected-types .active-filter-checkbox input[type="checkbox"] + label:before {
    content: "";
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-image: url("../images/close-filter-icon.png"); }

.author-wrapper {
  width: 350px;
  margin: 0 auto;
  margin-bottom: 20px; }
  .author-wrapper .author-photo {
    width: 100px;
    height: 100px;
    background-size: cover;
    display: block;
    float: left;
    border-radius: 50%;
    margin-right: 20px; }
  .author-wrapper .author-name {
    padding-top: 15px;
    font-size: 18px;
    color: #7b91d4;
    font-family: 'TiemposText-Bold'; }
  .author-wrapper .author-linkedin {
    color: #7b91d4;
    font-weight: bold; }
    .author-wrapper .author-linkedin span {
      padding-left: 5px; }
  .author-wrapper .author-position {
    text-transform: uppercase;
    margin-bottom: 5px; }

.modal-section-headline {
  font-family: 'TiemposText-Bold';
  font-size: 18px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #000;
  margin-bottom: 30px;
  margin-top: 30px; }

.subscribe-modal-subtitle {
  font-size: 18px;
  margin-top: 25px;
  font-family: 'TiemposText-Bold'; }

.subscribe-modal-title {
  font-size: 28px;
  font-family: 'TiemposText-Regular'; }

.subscribe-action.subscribe-modal-btn {
  width: 100%;
  background-color: #7b91d4; }

.article-subscribe {
  padding: 25px;
  border: 2px solid #efefef; }
  .article-subscribe .article-subscribe-text {
    width: 70%;
    float: left;
    padding-right: 20px; }
    .article-subscribe .article-subscribe-text span {
      display: block;
      margin-bottom: 15px; }
  .article-subscribe .article-subscribe-btn {
    float: right;
    width: 30%; }
    .article-subscribe .article-subscribe-btn a {
      box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.25);
      color: #ffffff;
      cursor: pointer;
      display: block;
      width: 100%;
      background-color: #798fd7;
      font-weight: bold;
      height: 40px;
      line-height: 40px;
      text-align: center;
      text-transform: uppercase; }

.article-subscribe-near {
  padding: 25px;
  border: 2px solid #efefef;
  width: 250px;
  position: absolute;
  margin-left: -270px;
  margin-top: -140px; }
  .article-subscribe-near .article-subscribe-text span {
    display: block;
    margin-bottom: 15px;
    font-size: 20px; }
  .article-subscribe-near .article-subscribe-btn {
    padding-top: 20px; }
    .article-subscribe-near .article-subscribe-btn a {
      box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.25);
      color: #ffffff;
      cursor: pointer;
      display: block;
      width: 100%;
      background-color: #798fd7;
      font-weight: bold;
      height: 40px;
      line-height: 40px;
      text-align: center;
      text-transform: uppercase; }
  .article-subscribe-near .right-sub-arrow {
    width: 15px;
    height: 30px;
    background-image: url("../images/subscribe-right-arrow.png");
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -15px; }

body.landing-page {
  margin-top: 0; }

.event-landing-page {
  width: 100%;
  min-height: 650px;
  text-align: center;
  position: relative; }
  .event-landing-page .event-flag {
    width: 270px;
    height: 128px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -135px;
    text-align: center;
    font-family: Graphik-Regular;
    font-size: 14px;
    padding-top: 35px; }
    .event-landing-page .event-flag:before {
      display: block;
      height: 22px;
      width: 0;
      position: absolute;
      top: 128px;
      content: "";
      border-style: solid;
      border-width: 22px 135px 0 135px; }
    .event-landing-page .event-flag hr {
      width: 160px;
      margin: 9px auto; }
    .event-landing-page .event-flag .flag-supporter {
      font-family: TiemposText-Regular;
      font-size: 21px; }
    .event-landing-page .event-flag.black-white {
      background-color: #ffffff;
      color: #000000; }
      .event-landing-page .event-flag.black-white:before {
        border-color: #ffffff transparent transparent transparent; }
      .event-landing-page .event-flag.black-white .flag-supporter {
        color: #000000; }
  .event-landing-page .big-flag {
    text-align: center;
    font-family: Graphik-Regular;
    font-size: 14px;
    padding-top: 35px;
    position: relative;
    width: 480px;
    height: auto;
    min-height: 128px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15), 1px 0 0 rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.15); }
    @media (max-width: 767px) {
      .event-landing-page .big-flag {
        width: 270px; } }
    .event-landing-page .big-flag hr {
      width: 160px;
      margin: 9px auto; }
    .event-landing-page .big-flag .shadow {
      display: block;
      height: 24px;
      width: 0;
      position: relative;
      bottom: -50px;
      content: "";
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.15) transparent transparent transparent;
      border-width: 22px 240px 0 240px; }
      @media (max-width: 767px) {
        .event-landing-page .big-flag .shadow {
          border-width: 22px 135px 0 135px; } }
    .event-landing-page .big-flag:before {
      display: none; }
    .event-landing-page .big-flag:after {
      display: block;
      height: 22px;
      width: 0;
      position: relative;
      top: 22px;
      content: "";
      border-style: solid;
      border-color: #ffffff transparent transparent transparent;
      border-width: 22px 240px 0 240px; }
      @media (max-width: 767px) {
        .event-landing-page .big-flag:after {
          border-width: 22px 135px 0 135px; } }
    .event-landing-page .big-flag .flag-supporter {
      font-family: TiemposText-Regular;
      font-size: 21px;
      margin-right: 20px;
      margin-left: 20px;
      color: #000000; }
    .event-landing-page .big-flag .flag-supporter-logo {
      margin-top: 20px;
      max-width: 160px; }
  .event-landing-page .white-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 48%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }
  .event-landing-page .event-cover-image {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5; }
  .event-landing-page .event-info {
    position: relative;
    margin-top: 200px; }
    .event-landing-page .event-info.-with-big-flag {
      margin-top: 40px; }
    .event-landing-page .event-info .event-date {
      width: 100%;
      margin: 0 auto;
      font-size: 26px;
      margin-bottom: 25px;
      position: relative; }
      .event-landing-page .event-info .event-date:before {
        content: "";
        display: block;
        width: 300px;
        height: 1px;
        margin: 0 auto;
        margin-bottom: 25px;
        background-color: #000000; }
      .event-landing-page .event-info .event-date:after {
        content: "";
        display: block;
        width: 300px;
        height: 1px;
        margin: 0 auto;
        margin-top: 25px;
        margin-bottom: 25px;
        background-color: #000000; }
    .event-landing-page .event-info h1 {
      font-size: 4.5rem; }
    .event-landing-page .event-info .event-sticker {
      position: absolute;
      width: 100px;
      height: 100px;
      display: block;
      border-radius: 50%;
      box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.25);
      top: 40%;
      right: -90px;
      margin-top: -210px;
      cursor: pointer;
      /*padding: 20px 6px 20px 6px;*/ }
      .event-landing-page .event-info .event-sticker.event-color {
        background-color: #ffffff; }
      .event-landing-page .event-info .event-sticker.default {
        color: #ffffff;
        background-color: #ff0000; }
      .event-landing-page .event-info .event-sticker > .my-label {
        display: inline;
        position: absolute;
        width: 100%;
        margin-top: 30px;
        margin-left: -50px;
        font-family: TiemposText-Bold;
        font-size: 14px;
        text-align: center;
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg); }
        .event-landing-page .event-info .event-sticker > .my-label.default {
          color: #ffffff; }
      .event-landing-page .event-info .event-sticker:hover {
        text-decoration: none;
        outline: none; }
  .event-landing-page .action-buttons .action-button {
    margin-bottom: 25px; }

.conference .event-landing-page .event-flag.white-color {
  color: #ffffff;
  background-color: #0095d0; }
  .conference .event-landing-page .event-flag.white-color:before {
    border-color: #0095d0 transparent transparent transparent; }
  .conference .event-landing-page .event-flag.white-color .flag-supporter {
    color: #ffffff; }

.conference .event-landing-page .event-flag.event-color {
  color: #0095d0;
  background-color: #ffffff; }
  .conference .event-landing-page .event-flag.event-color:before {
    border-color: #ffffff transparent transparent transparent; }
  .conference .event-landing-page .event-flag.event-color .flag-supporter {
    color: #0095d0; }

.conference .event-landing-page .event-info .event-sticker.event-color {
  color: #0095d0; }

.training .event-landing-page .event-flag.white-color {
  color: #ffffff;
  background-color: #eb690b; }
  .training .event-landing-page .event-flag.white-color:before {
    border-color: #eb690b transparent transparent transparent; }
  .training .event-landing-page .event-flag.white-color .flag-supporter {
    color: #ffffff; }

.training .event-landing-page .event-flag.event-color {
  color: #eb690b;
  background-color: #ffffff; }
  .training .event-landing-page .event-flag.event-color:before {
    border-color: #ffffff transparent transparent transparent; }
  .training .event-landing-page .event-flag.event-color .flag-supporter {
    color: #eb690b; }

.training .event-landing-page .event-info .event-sticker.event-color {
  color: #eb690b; }

.webinar .event-landing-page .event-flag.white-color {
  color: #ffffff;
  background-color: #d30030; }
  .webinar .event-landing-page .event-flag.white-color:before {
    border-color: #d30030 transparent transparent transparent; }
  .webinar .event-landing-page .event-flag.white-color .flag-supporter {
    color: #ffffff; }

.webinar .event-landing-page .event-flag.event-color {
  color: #d30030;
  background-color: #ffffff; }
  .webinar .event-landing-page .event-flag.event-color:before {
    border-color: #ffffff transparent transparent transparent; }
  .webinar .event-landing-page .event-flag.event-color .flag-supporter {
    color: #d30030; }

.webinar .event-landing-page .event-info .event-sticker.event-color {
  color: #d30030; }

.exhibition .event-landing-page .event-flag.white-color {
  color: #ffffff;
  background-color: #592783; }
  .exhibition .event-landing-page .event-flag.white-color:before {
    border-color: #592783 transparent transparent transparent; }
  .exhibition .event-landing-page .event-flag.white-color .flag-supporter {
    color: #ffffff; }

.exhibition .event-landing-page .event-flag.event-color {
  color: #592783;
  background-color: #ffffff; }
  .exhibition .event-landing-page .event-flag.event-color:before {
    border-color: #ffffff transparent transparent transparent; }
  .exhibition .event-landing-page .event-flag.event-color .flag-supporter {
    color: #592783; }

.exhibition .event-landing-page .event-info .event-sticker.event-color {
  color: #592783; }

.order-background-cover {
  /*height: 100px;*/
  background-image: url("../images/order-background-image.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 25px; }
  .order-background-cover h2 {
    margin-top: 20px; }
  .order-background-cover ul {
    margin-top: 26px;
    margin-bottom: 0px;
    height: 74px; }
    .order-background-cover ul li {
      color: #000000;
      display: inline-block;
      height: 74px;
      padding: 20px 50px 0px;
      font-size: 14px;
      text-align: center;
      /*border-bottom: 1px solid $black;*/ }
      @media (max-width: 1200px) {
        .order-background-cover ul li {
          padding: 20px 20px 0px; } }
      @media (max-width: 767px) {
        .order-background-cover ul li {
          padding: 20px 30px 0px; } }
      .order-background-cover ul li a {
        color: #000000; }
        .order-background-cover ul li a:hover {
          text-decoration: none; }
      .order-background-cover ul li.active {
        background-color: #ffffff;
        cursor: pointer;
        border-bottom: 1px solid #ffffff; }
        .order-background-cover ul li.active a {
          color: #0095d0; }
    .order-background-cover ul.conference li.active a {
      color: #0095d0; }
    .order-background-cover ul.training li.active a {
      color: #eb690b; }
    .order-background-cover ul.webinar li.active a {
      color: #d30030; }

.contact-options-panel {
  border: 1px solid #efefef;
  display: inline-block;
  padding: 15px 75px; }
  .contact-options-panel h3 {
    display: inline-block;
    margin-top: 10px; }

.credit-card-box {
  padding-top: 4px;
  padding-left: 6px; }

.registration-info {
  font-size: 18px;
  font-family: Graphik-Regular;
  color: #000000; }

.panel-light-border {
  border: 1px solid #efefef;
  padding: 0 25px 25px;
  margin-bottom: 25px; }

.panel-with-plan-and-price {
  padding: 25px;
  color: #ffffff;
  font-family: 'Graphik-Regular';
  font-weight: 700;
  margin-bottom: 25px; }

.no-margin {
  margin: 0px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.breadcrumbs-backlink {
  color: #000000;
  font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: block; }

.panel-form-grey {
  background-color: #efefef;
  color: #000000;
  display: block;
  margin: 0 0 50px 0; }

.panel-select-plan .plan-number {
  text-align: center;
  margin-bottom: 10px; }

.panel-select-plan .panel-plan {
  border: 1px solid #cccccc; }
  .panel-select-plan .panel-plan .panel-plan-text {
    padding: 25px; }

.panel-select-plan .plan-radio-option {
  border-top: 1px solid #cccccc;
  width: 100%; }
  .panel-select-plan .plan-radio-option .radio {
    padding: 10px 15px 10px; }

.panel-select-plan .plan-radio-option:nth-child(even) {
  background-color: #efefef; }

.panel-select-plan .plan-radio-option:nth-child(odd) {
  background-color: #ffffff; }

.discount-deadline {
  font-family: 'TiemposText-Regular', Georgia, "Times New Roman", Times, serif;
  color: #ff0000; }

.quantity-radio-option {
  position: relative;
  height: 48px;
  line-height: 28px;
  padding: 10px 15px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background-color: #efefef; }
  .quantity-radio-option .attendees-count-inputbox {
    height: 28px;
    line-height: normal; }

.quantity-radio-option:last-child {
  border-right: 1px solid #cccccc; }

.last-row .quantity-radio-option {
  border-bottom: 1px solid #cccccc; }

.quantity-radio-option input[type=radio] {
  margin-right: 15px; }

.panel-promo-code {
  border: 1px solid #cccccc;
  background-color: #efefef;
  padding: 5px 25px; }
  .panel-promo-code .form-group {
    margin-bottom: 0; }
    .panel-promo-code .form-group label {
      text-align: right;
      line-height: 42px;
      margin-bottom: 0; }
    .panel-promo-code .form-group input[type=text] {
      height: 42px; }
    .panel-promo-code .form-group.has-feedback .form-control-feedback {
      top: 5px; }

.btn-action {
  text-transform: uppercase;
  height: 44px;
  width: 244px;
  border: none; }

.discount-inline-wrapper {
  display: inline-block; }
  .discount-inline-wrapper .discount-inline-label {
    height: 94px;
    padding: 10px;
    display: table;
    max-width: 120px; }
    .discount-inline-wrapper .discount-inline-label .radio-inline {
      display: table-cell;
      vertical-align: middle; }
      .discount-inline-wrapper .discount-inline-label .radio-inline label {
        max-width: 175px;
        text-align: left;
        padding-left: 25px; }
        .discount-inline-wrapper .discount-inline-label .radio-inline label .iradio_flat-event {
          position: absolute;
          left: 12px;
          top: 50%;
          margin-top: -5px; }

.plan-discount {
  margin: 5px 5px 5px 48px;
  width: 160px;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 0px;
  position: relative;
  height: 94px;
  text-align: center; }
  .plan-discount .discount-content-wrapper {
    display: table;
    height: 94px; }
    .plan-discount .discount-content-wrapper .discount-content {
      display: table-cell;
      vertical-align: middle; }
  .plan-discount:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: -92px;
    width: 0;
    height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 46px; }
  .plan-discount:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -94px;
    width: 0;
    height: 0;
    border-color: transparent #ccc transparent transparent;
    border-style: solid;
    border-width: 47px; }
  .plan-discount hr.discount-divider {
    border-color: #000 -moz-use-text-color -moz-use-text-color;
    border-width: 2px 0 0;
    margin: 0 10px; }
  .plan-discount .discount-name {
    font-family: "TiemposText-Regular", Georgia, "Times New Roman", Times, serif;
    color: #000000;
    font-weight: 700;
    display: inline;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px; }
  .plan-discount .discount-size {
    font-family: "TiemposText-Regular", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #ff0000; }
    .plan-discount .discount-size.save-am {
      font-size: 14px; }
    .plan-discount .discount-size.-small {
      font-size: 15px; }
    .plan-discount .discount-size.-smaller {
      font-size: 12px; }
  .plan-discount .discount-prices .discount-new-price {
    font-family: Graphik-Regular;
    color: #000000;
    font-weight: 700;
    padding-top: 5px; }
  .plan-discount .discount-prices .discount-old-price {
    color: #ff0000;
    font-family: Graphik-Regular; }
    .plan-discount .discount-prices .discount-old-price span {
      text-decoration: line-through; }

.quantity-discount {
  position: absolute;
  z-index: 50;
  top: -5px;
  right: -1px;
  margin: 0px;
  width: 185px;
  height: 58px; }
  .quantity-discount .discount-content-wrapper {
    height: 58px;
    width: 100%; }
  .quantity-discount:after {
    left: -56px;
    border-width: 28px; }
  .quantity-discount:before {
    top: -1px;
    left: -58px;
    border-width: 29px; }
  @media (max-width: 1200px) {
    .quantity-discount .discount-size {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .quantity-discount .discount-name {
      font-size: 12px; }
    .quantity-discount .discount-size {
      display: inline;
      font-size: 14px; } }
  @media (max-width: 768px) {
    .quantity-discount {
      width: 185px; } }

.panel.give-me-call-panel {
  border: 1px solid #cccccc;
  padding: 25px; }
  .panel.give-me-call-panel .action-button {
    margin-top: 15px; }

.form-order .form-group {
  border-bottom: 1px solid #ffffff;
  padding: 6px 25px; }
  .form-order .form-group > label {
    text-align: right;
    line-height: 42px;
    margin-bottom: 0;
    font-weight: normal; }
  .form-order .form-group input[type=text], .form-order .form-group select {
    color: #000000;
    height: 42px; }
  .form-order .form-group p {
    font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #999999; }
  .form-order .form-group .multiselect-row {
    padding-bottom: 25px; }
  .form-order .form-group .multiselect-row-label {
    padding-top: 18px; }

.form-order .form-group:last-child {
  margin-bottom: 0; }

.save-order-link, .order-text-link {
  font-family: 'TiemposText-Regular', Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer; }
  .save-order-link:hover, .order-text-link:hover {
    text-decoration: none; }

.order-thank-you-page ol {
  font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: left; }
  .order-thank-you-page ol li {
    margin-bottom: 20px; }

.order-thank-you-page p {
  font-size: 18px;
  font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.pricebox .order-detail {
  background-color: #efefef; }
  .pricebox .order-detail .order-detail-panel {
    padding: 25px;
    border: 1px solid #cccccc;
    border-bottom: none;
    line-height: 24px;
    margin: 0 -5px;
    min-height: 150px; }
  .pricebox .order-detail .order-final-price {
    font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    height: 65px;
    line-height: 65px;
    margin: 0 -5px;
    padding: 0 25px; }
  .pricebox .order-detail .higlighted-price {
    font-weight: bold;
    margin-top: 20px; }

.pricebox .plan-detail {
  padding: 15px 25px 15px 0px; }
  .pricebox .plan-detail .plan-detail-title {
    padding-left: 25px;
    font-family: "TiemposText-Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #666666;
    padding-bottom: 15px; }
  .pricebox .plan-detail .plan-detail-box {
    padding: 25px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px 1px 1px 0px; }

.container.conference .panel-with-plan-and-price, .container.conference .btn-action, .container.conference .pricebox .order-detail .order-final-price {
  background-color: #0095d0;
  color: #FFFFFF; }

.container.conference .save-order-link, .container.conference .order-text-link {
  color: #0095d0; }

.container.conference a.text-link {
  color: #0095d0;
  cursor: pointer; }

.container.training .panel-with-plan-and-price, .container.training .btn-action, .container.training .pricebox .order-detail .order-final-price {
  background-color: #eb690b;
  color: #FFFFFF; }

.container.training .save-order-link, .container.training .order-text-link {
  color: #eb690b; }

.container.training a.text-link {
  color: #eb690b;
  cursor: pointer; }

.container.webinar .panel-with-plan-and-price, .container.webinar .btn-action, .container.webinar .pricebox .order-detail .order-final-price {
  background-color: #d30030;
  color: #FFFFFF; }

.container.webinar .save-order-link, .container.webinar .order-text-link {
  color: #d30030; }

.container.webinar a.text-link {
  color: #d30030;
  cursor: pointer; }

.container.exhibition .panel-with-plan-and-price, .container.exhibition .btn-action, .container.exhibition .pricebox .order-detail .order-final-price {
  background-color: #592783;
  color: #FFFFFF; }

.container.exhibition .save-order-link, .container.exhibition .order-text-link {
  color: #592783; }

.container.exhibition a.text-link {
  color: #592783;
  cursor: pointer; }

.conference a {
  color: #0095d0; }

.conference a.action-button {
  color: #fff; }

.conference a.btn {
  color: #fff; }

.conference .great-trainer {
  margin-top: 15px;
  border: 1px solid #cccccc;
  padding: 25px; }
  .conference .great-trainer .name {
    margin-right: 125px;
    font-size: 26px;
    font-family: 'TiemposText-Regular'; }
  .conference .great-trainer .bio {
    margin-top: 25px;
    margin-right: 125px; }
  .conference .great-trainer .avatar {
    margin-top: 25px;
    width: 100px;
    height: 100px;
    background-size: cover;
    float: right;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%; }
  .conference .great-trainer .link {
    display: inline-block;
    margin-right: 125px;
    margin-top: 20px;
    font-family: 'TiemposText-Regular';
    font-size: 16px;
    font-weight: bold; }

.conference .fleming-block {
  font-family: 'TiemposText-Regular';
  padding: 25px;
  position: relative; }
  .conference .fleming-block .block-title {
    font-size: 1.28em;
    padding-bottom: 15px; }
  .conference .fleming-block img {
    width: 100%; }
  .conference .fleming-block ul {
    padding-left: 20px;
    font-family: 'Graphik-Regular';
    list-style-image: url("../images/accept-list-icon-conference.png"); }
    .conference .fleming-block ul li {
      padding-left: 10px; }
  .conference .fleming-block.gray-block {
    background-color: #efefef;
    font-family: 'Graphik-Regular'; }
    .conference .fleming-block.gray-block .block-title {
      font-size: 1.28em;
      font-family: 'TiemposText-Regular';
      padding-bottom: 15px;
      border-bottom: 1px solid #000000;
      margin-bottom: 20px; }
  .conference .fleming-block.inline-bullets {
    font-size: 20px; }
    .conference .fleming-block.inline-bullets ul {
      padding-left: 15px;
      list-style-image: url("../images/bulk-list-icon-conference.png");
      text-align: center; }
      .conference .fleming-block.inline-bullets ul li {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 15px; }
        .conference .fleming-block.inline-bullets ul li:before {
          content: '';
          width: 20px;
          height: 20px;
          margin-right: 10px;
          margin-bottom: -2px;
          display: inline-block;
          background-size: cover;
          background-image: url("../images/bulk-list-icon-conference.png"); }
  .conference .fleming-block.white-single-underlined {
    background-color: #ffffff; }
    .conference .fleming-block.white-single-underlined .block-title {
      font-size: 2.16em;
      padding-bottom: 15px;
      border-bottom: 1px solid #000000;
      margin-bottom: 20px; }
    .conference .fleming-block.white-single-underlined a {
      color: #0095d0;
      font-family: 'TiemposText-Regular';
      font-size: 18px;
      font-weight: bold;
      padding: 25px 50px 25px 0;
      display: block;
      float: left;
      width: auto;
      background-image: url("../images/gray-panel-button-conference.png");
      background-position: right center;
      background-repeat: no-repeat; }
  .conference .fleming-block.accept-icon-block {
    padding-top: 55px;
    background-color: #efefef;
    margin-top: 50px; }
    .conference .fleming-block.accept-icon-block .block-icon {
      width: 44px;
      height: 44px;
      display: block;
      background-color: #0095d0;
      position: absolute;
      top: -22px;
      left: 50%;
      margin-left: -22px;
      border-radius: 50%;
      background-image: url("../images/accept-icon.png");
      background-position: center;
      background-repeat: no-repeat; }
  .conference .fleming-block.attendees {
    background-color: #ffffff;
    text-align: center; }
    .conference .fleming-block.attendees p {
      font-size: 22px;
      line-height: 28px; }
  .conference .fleming-block.accept-list-block ul {
    padding-left: 15px;
    list-style-image: url("../images/accept-list-icon-conference.png"); }
  .conference .fleming-block.big-text-block p {
    font-size: 28px;
    line-height: 36px;
    font-family: 'TiemposText-Regular'; }

.conference .big-fleming-color-btn {
  background-color: #0095d0;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 6px solid #cccccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .conference .big-fleming-color-btn.conference {
    background-color: #0095d0; }
  .conference .big-fleming-color-btn.training {
    background-color: #eb690b; }
  .conference .big-fleming-color-btn.webinar {
    background-color: #d30030; }

.conference .speakers-full-block {
  background-color: #efefef;
  padding-top: 25px;
  text-align: center;
  position: relative; }
  .conference .speakers-full-block a, .conference .speakers-full-block a:hover {
    text-decoration: none; }
  .conference .speakers-full-block a h3 {
    color: #000000;
    font-weight: bold;
    font-size: 1.28em; }
  .conference .speakers-full-block a h4 {
    color: #000000;
    font-size: 1.2em;
    font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .conference .speakers-full-block h3 {
    color: #000000;
    font-weight: bold;
    font-size: 1.28em;
    font-family: "TiemposText-Bold", Georgia, "Times New Roman", Times, serif; }
  .conference .speakers-full-block h4 {
    color: #000000;
    font-size: 1em;
    font-family: "TiemposText-Regular", Georgia, "Times New Roman", Times, serif; }
  .conference .speakers-full-block .speaker-company-position {
    font-size: 0.85em;
    padding-bottom: 10px;
    color: #333333; }
  .conference .speakers-full-block .avatar {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    display: block;
    margin: 0 auto;
    border-radius: 50%; }
  .conference .speakers-full-block .about-link {
    font-family: "TiemposText-Bold", Georgia, "Times New Roman", Times, serif;
    color: #0095d0;
    font-weight: bold;
    display: block;
    font-size: 1.28em;
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.conference .speakers-block {
  background-color: #efefef;
  padding-top: 25px; }
  .conference .speakers-block a:hover {
    text-decoration: none; }
  .conference .speakers-block h3 {
    color: #0095d0;
    font-weight: bold; }
    .conference .speakers-block h3 .tag {
      font-size: 8px;
      border: 0;
      font-weight: normal; }
  .conference .speakers-block .bio {
    color: #000000; }
  .conference .speakers-block .avatar {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    display: block;
    margin: 0 auto;
    border-radius: 50%; }
  .conference .speakers-block .linked-in-link {
    color: #0095d0;
    font-weight: bold;
    display: block; }

.conference .all-speakers-link {
  text-align: center;
  font-family: 'TiemposText-Bold', Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  margin: 15px 0 25px 0; }
  .conference .all-speakers-link a {
    color: #0095d0; }
  .conference .all-speakers-link img {
    width: 25px;
    height: 25px; }

.training a {
  color: #eb690b; }

.training a.action-button {
  color: #fff; }

.training a.btn {
  color: #fff; }

.training .great-trainer {
  margin-top: 15px;
  border: 1px solid #cccccc;
  padding: 25px; }
  .training .great-trainer .name {
    margin-right: 125px;
    font-size: 26px;
    font-family: 'TiemposText-Regular'; }
  .training .great-trainer .bio {
    margin-top: 25px;
    margin-right: 125px; }
  .training .great-trainer .avatar {
    margin-top: 25px;
    width: 100px;
    height: 100px;
    background-size: cover;
    float: right;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%; }
  .training .great-trainer .link {
    display: inline-block;
    margin-right: 125px;
    margin-top: 20px;
    font-family: 'TiemposText-Regular';
    font-size: 16px;
    font-weight: bold; }

.training .fleming-block {
  font-family: 'TiemposText-Regular';
  padding: 25px;
  position: relative; }
  .training .fleming-block .block-title {
    font-size: 1.28em;
    padding-bottom: 15px; }
  .training .fleming-block img {
    width: 100%; }
  .training .fleming-block ul {
    padding-left: 20px;
    font-family: 'Graphik-Regular';
    list-style-image: url("../images/accept-list-icon-training.png"); }
    .training .fleming-block ul li {
      padding-left: 10px; }
  .training .fleming-block.gray-block {
    background-color: #efefef;
    font-family: 'Graphik-Regular'; }
    .training .fleming-block.gray-block .block-title {
      font-size: 1.28em;
      font-family: 'TiemposText-Regular';
      padding-bottom: 15px;
      border-bottom: 1px solid #000000;
      margin-bottom: 20px; }
  .training .fleming-block.inline-bullets {
    font-size: 20px; }
    .training .fleming-block.inline-bullets ul {
      padding-left: 15px;
      list-style-image: url("../images/bulk-list-icon-training.png");
      text-align: center; }
      .training .fleming-block.inline-bullets ul li {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 15px; }
        .training .fleming-block.inline-bullets ul li:before {
          content: '';
          width: 20px;
          height: 20px;
          margin-right: 10px;
          margin-bottom: -2px;
          display: inline-block;
          background-size: cover;
          background-image: url("../images/bulk-list-icon-training.png"); }
  .training .fleming-block.white-single-underlined {
    background-color: #ffffff; }
    .training .fleming-block.white-single-underlined .block-title {
      font-size: 2.16em;
      padding-bottom: 15px;
      border-bottom: 1px solid #000000;
      margin-bottom: 20px; }
    .training .fleming-block.white-single-underlined a {
      color: #eb690b;
      font-family: 'TiemposText-Regular';
      font-size: 18px;
      font-weight: bold;
      padding: 25px 50px 25px 0;
      display: block;
      float: left;
      width: auto;
      background-image: url("../images/gray-panel-button-training.png");
      background-position: right center;
      background-repeat: no-repeat; }
  .training .fleming-block.accept-icon-block {
    padding-top: 55px;
    background-color: #efefef;
    margin-top: 50px; }
    .training .fleming-block.accept-icon-block .block-icon {
      width: 44px;
      height: 44px;
      display: block;
      background-color: #eb690b;
      position: absolute;
      top: -22px;
      left: 50%;
      margin-left: -22px;
      border-radius: 50%;
      background-image: url("../images/accept-icon.png");
      background-position: center;
      background-repeat: no-repeat; }
  .training .fleming-block.attendees {
    background-color: #ffffff;
    text-align: center; }
    .training .fleming-block.attendees p {
      font-size: 22px;
      line-height: 28px; }
  .training .fleming-block.accept-list-block ul {
    padding-left: 15px;
    list-style-image: url("../images/accept-list-icon-training.png"); }
  .training .fleming-block.big-text-block p {
    font-size: 28px;
    line-height: 36px;
    font-family: 'TiemposText-Regular'; }

.training .big-fleming-color-btn {
  background-color: #eb690b;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 6px solid #cccccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .training .big-fleming-color-btn.conference {
    background-color: #0095d0; }
  .training .big-fleming-color-btn.training {
    background-color: #eb690b; }
  .training .big-fleming-color-btn.webinar {
    background-color: #d30030; }

.training .speakers-full-block {
  background-color: #efefef;
  padding-top: 25px;
  text-align: center;
  position: relative; }
  .training .speakers-full-block a, .training .speakers-full-block a:hover {
    text-decoration: none; }
  .training .speakers-full-block a h3 {
    color: #000000;
    font-weight: bold;
    font-size: 1.28em; }
  .training .speakers-full-block a h4 {
    color: #000000;
    font-size: 1.2em;
    font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .training .speakers-full-block h3 {
    color: #000000;
    font-weight: bold;
    font-size: 1.28em;
    font-family: "TiemposText-Bold", Georgia, "Times New Roman", Times, serif; }
  .training .speakers-full-block h4 {
    color: #000000;
    font-size: 1em;
    font-family: "TiemposText-Regular", Georgia, "Times New Roman", Times, serif; }
  .training .speakers-full-block .speaker-company-position {
    font-size: 0.85em;
    padding-bottom: 10px;
    color: #333333; }
  .training .speakers-full-block .avatar {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    display: block;
    margin: 0 auto;
    border-radius: 50%; }
  .training .speakers-full-block .about-link {
    font-family: "TiemposText-Bold", Georgia, "Times New Roman", Times, serif;
    color: #eb690b;
    font-weight: bold;
    display: block;
    font-size: 1.28em;
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.training .speakers-block {
  background-color: #efefef;
  padding-top: 25px; }
  .training .speakers-block a:hover {
    text-decoration: none; }
  .training .speakers-block h3 {
    color: #eb690b;
    font-weight: bold; }
    .training .speakers-block h3 .tag {
      font-size: 8px;
      border: 0;
      font-weight: normal; }
  .training .speakers-block .bio {
    color: #000000; }
  .training .speakers-block .avatar {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    display: block;
    margin: 0 auto;
    border-radius: 50%; }
  .training .speakers-block .linked-in-link {
    color: #eb690b;
    font-weight: bold;
    display: block; }

.training .all-speakers-link {
  text-align: center;
  font-family: 'TiemposText-Bold', Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  margin: 15px 0 25px 0; }
  .training .all-speakers-link a {
    color: #eb690b; }
  .training .all-speakers-link img {
    width: 25px;
    height: 25px; }

.webinar a {
  color: #d30030; }

.webinar a.action-button {
  color: #fff; }

.webinar a.btn {
  color: #fff; }

.webinar .great-trainer {
  margin-top: 15px;
  border: 1px solid #cccccc;
  padding: 25px; }
  .webinar .great-trainer .name {
    margin-right: 125px;
    font-size: 26px;
    font-family: 'TiemposText-Regular'; }
  .webinar .great-trainer .bio {
    margin-top: 25px;
    margin-right: 125px; }
  .webinar .great-trainer .avatar {
    margin-top: 25px;
    width: 100px;
    height: 100px;
    background-size: cover;
    float: right;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%; }
  .webinar .great-trainer .link {
    display: inline-block;
    margin-right: 125px;
    margin-top: 20px;
    font-family: 'TiemposText-Regular';
    font-size: 16px;
    font-weight: bold; }

.webinar .fleming-block {
  font-family: 'TiemposText-Regular';
  padding: 25px;
  position: relative; }
  .webinar .fleming-block .block-title {
    font-size: 1.28em;
    padding-bottom: 15px; }
  .webinar .fleming-block img {
    width: 100%; }
  .webinar .fleming-block ul {
    padding-left: 20px;
    font-family: 'Graphik-Regular';
    list-style-image: url("../images/accept-list-icon-webinar.png"); }
    .webinar .fleming-block ul li {
      padding-left: 10px; }
  .webinar .fleming-block.gray-block {
    background-color: #efefef;
    font-family: 'Graphik-Regular'; }
    .webinar .fleming-block.gray-block .block-title {
      font-size: 1.28em;
      font-family: 'TiemposText-Regular';
      padding-bottom: 15px;
      border-bottom: 1px solid #000000;
      margin-bottom: 20px; }
  .webinar .fleming-block.inline-bullets {
    font-size: 20px; }
    .webinar .fleming-block.inline-bullets ul {
      padding-left: 15px;
      list-style-image: url("../images/bulk-list-icon-webinar.png");
      text-align: center; }
      .webinar .fleming-block.inline-bullets ul li {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 15px; }
        .webinar .fleming-block.inline-bullets ul li:before {
          content: '';
          width: 20px;
          height: 20px;
          margin-right: 10px;
          margin-bottom: -2px;
          display: inline-block;
          background-size: cover;
          background-image: url("../images/bulk-list-icon-webinar.png"); }
  .webinar .fleming-block.white-single-underlined {
    background-color: #ffffff; }
    .webinar .fleming-block.white-single-underlined .block-title {
      font-size: 2.16em;
      padding-bottom: 15px;
      border-bottom: 1px solid #000000;
      margin-bottom: 20px; }
    .webinar .fleming-block.white-single-underlined a {
      color: #d30030;
      font-family: 'TiemposText-Regular';
      font-size: 18px;
      font-weight: bold;
      padding: 25px 50px 25px 0;
      display: block;
      float: left;
      width: auto;
      background-image: url("../images/gray-panel-button-webinar.png");
      background-position: right center;
      background-repeat: no-repeat; }
  .webinar .fleming-block.accept-icon-block {
    padding-top: 55px;
    background-color: #efefef;
    margin-top: 50px; }
    .webinar .fleming-block.accept-icon-block .block-icon {
      width: 44px;
      height: 44px;
      display: block;
      background-color: #d30030;
      position: absolute;
      top: -22px;
      left: 50%;
      margin-left: -22px;
      border-radius: 50%;
      background-image: url("../images/accept-icon.png");
      background-position: center;
      background-repeat: no-repeat; }
  .webinar .fleming-block.attendees {
    background-color: #ffffff;
    text-align: center; }
    .webinar .fleming-block.attendees p {
      font-size: 22px;
      line-height: 28px; }
  .webinar .fleming-block.accept-list-block ul {
    padding-left: 15px;
    list-style-image: url("../images/accept-list-icon-webinar.png"); }
  .webinar .fleming-block.big-text-block p {
    font-size: 28px;
    line-height: 36px;
    font-family: 'TiemposText-Regular'; }

.webinar .big-fleming-color-btn {
  background-color: #d30030;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 6px solid #cccccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .webinar .big-fleming-color-btn.conference {
    background-color: #0095d0; }
  .webinar .big-fleming-color-btn.training {
    background-color: #eb690b; }
  .webinar .big-fleming-color-btn.webinar {
    background-color: #d30030; }

.webinar .speakers-full-block {
  background-color: #efefef;
  padding-top: 25px;
  text-align: center;
  position: relative; }
  .webinar .speakers-full-block a, .webinar .speakers-full-block a:hover {
    text-decoration: none; }
  .webinar .speakers-full-block a h3 {
    color: #000000;
    font-weight: bold;
    font-size: 1.28em; }
  .webinar .speakers-full-block a h4 {
    color: #000000;
    font-size: 1.2em;
    font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .webinar .speakers-full-block h3 {
    color: #000000;
    font-weight: bold;
    font-size: 1.28em;
    font-family: "TiemposText-Bold", Georgia, "Times New Roman", Times, serif; }
  .webinar .speakers-full-block h4 {
    color: #000000;
    font-size: 1em;
    font-family: "TiemposText-Regular", Georgia, "Times New Roman", Times, serif; }
  .webinar .speakers-full-block .speaker-company-position {
    font-size: 0.85em;
    padding-bottom: 10px;
    color: #333333; }
  .webinar .speakers-full-block .avatar {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    display: block;
    margin: 0 auto;
    border-radius: 50%; }
  .webinar .speakers-full-block .about-link {
    font-family: "TiemposText-Bold", Georgia, "Times New Roman", Times, serif;
    color: #d30030;
    font-weight: bold;
    display: block;
    font-size: 1.28em;
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.webinar .speakers-block {
  background-color: #efefef;
  padding-top: 25px; }
  .webinar .speakers-block a:hover {
    text-decoration: none; }
  .webinar .speakers-block h3 {
    color: #d30030;
    font-weight: bold; }
    .webinar .speakers-block h3 .tag {
      font-size: 8px;
      border: 0;
      font-weight: normal; }
  .webinar .speakers-block .bio {
    color: #000000; }
  .webinar .speakers-block .avatar {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    display: block;
    margin: 0 auto;
    border-radius: 50%; }
  .webinar .speakers-block .linked-in-link {
    color: #d30030;
    font-weight: bold;
    display: block; }

.webinar .all-speakers-link {
  text-align: center;
  font-family: 'TiemposText-Bold', Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  margin: 15px 0 25px 0; }
  .webinar .all-speakers-link a {
    color: #d30030; }
  .webinar .all-speakers-link img {
    width: 25px;
    height: 25px; }

.exhibition a {
  color: #592783; }

.exhibition a.action-button {
  color: #fff; }

.exhibition a.btn {
  color: #fff; }

.exhibition .great-trainer {
  margin-top: 15px;
  border: 1px solid #cccccc;
  padding: 25px; }
  .exhibition .great-trainer .name {
    margin-right: 125px;
    font-size: 26px;
    font-family: 'TiemposText-Regular'; }
  .exhibition .great-trainer .bio {
    margin-top: 25px;
    margin-right: 125px; }
  .exhibition .great-trainer .avatar {
    margin-top: 25px;
    width: 100px;
    height: 100px;
    background-size: cover;
    float: right;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%; }
  .exhibition .great-trainer .link {
    display: inline-block;
    margin-right: 125px;
    margin-top: 20px;
    font-family: 'TiemposText-Regular';
    font-size: 16px;
    font-weight: bold; }

.exhibition .fleming-block {
  font-family: 'TiemposText-Regular';
  padding: 25px;
  position: relative; }
  .exhibition .fleming-block .block-title {
    font-size: 1.28em;
    padding-bottom: 15px; }
  .exhibition .fleming-block img {
    width: 100%; }
  .exhibition .fleming-block ul {
    padding-left: 20px;
    font-family: 'Graphik-Regular';
    list-style-image: url("../images/accept-list-icon-exhibition.png"); }
    .exhibition .fleming-block ul li {
      padding-left: 10px; }
  .exhibition .fleming-block.gray-block {
    background-color: #efefef;
    font-family: 'Graphik-Regular'; }
    .exhibition .fleming-block.gray-block .block-title {
      font-size: 1.28em;
      font-family: 'TiemposText-Regular';
      padding-bottom: 15px;
      border-bottom: 1px solid #000000;
      margin-bottom: 20px; }
  .exhibition .fleming-block.inline-bullets {
    font-size: 20px; }
    .exhibition .fleming-block.inline-bullets ul {
      padding-left: 15px;
      list-style-image: url("../images/bulk-list-icon-exhibition.png");
      text-align: center; }
      .exhibition .fleming-block.inline-bullets ul li {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 15px; }
        .exhibition .fleming-block.inline-bullets ul li:before {
          content: '';
          width: 20px;
          height: 20px;
          margin-right: 10px;
          margin-bottom: -2px;
          display: inline-block;
          background-size: cover;
          background-image: url("../images/bulk-list-icon-exhibition.png"); }
  .exhibition .fleming-block.white-single-underlined {
    background-color: #ffffff; }
    .exhibition .fleming-block.white-single-underlined .block-title {
      font-size: 2.16em;
      padding-bottom: 15px;
      border-bottom: 1px solid #000000;
      margin-bottom: 20px; }
    .exhibition .fleming-block.white-single-underlined a {
      color: #592783;
      font-family: 'TiemposText-Regular';
      font-size: 18px;
      font-weight: bold;
      padding: 25px 50px 25px 0;
      display: block;
      float: left;
      width: auto;
      background-image: url("../images/gray-panel-button-exhibition.png");
      background-position: right center;
      background-repeat: no-repeat; }
  .exhibition .fleming-block.accept-icon-block {
    padding-top: 55px;
    background-color: #efefef;
    margin-top: 50px; }
    .exhibition .fleming-block.accept-icon-block .block-icon {
      width: 44px;
      height: 44px;
      display: block;
      background-color: #592783;
      position: absolute;
      top: -22px;
      left: 50%;
      margin-left: -22px;
      border-radius: 50%;
      background-image: url("../images/accept-icon.png");
      background-position: center;
      background-repeat: no-repeat; }
  .exhibition .fleming-block.attendees {
    background-color: #ffffff;
    text-align: center; }
    .exhibition .fleming-block.attendees p {
      font-size: 22px;
      line-height: 28px; }
  .exhibition .fleming-block.accept-list-block ul {
    padding-left: 15px;
    list-style-image: url("../images/accept-list-icon-exhibition.png"); }
  .exhibition .fleming-block.big-text-block p {
    font-size: 28px;
    line-height: 36px;
    font-family: 'TiemposText-Regular'; }

.exhibition .big-fleming-color-btn {
  background-color: #592783;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 6px solid #cccccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .exhibition .big-fleming-color-btn.conference {
    background-color: #0095d0; }
  .exhibition .big-fleming-color-btn.training {
    background-color: #eb690b; }
  .exhibition .big-fleming-color-btn.webinar {
    background-color: #d30030; }

.exhibition .speakers-full-block {
  background-color: #efefef;
  padding-top: 25px;
  text-align: center;
  position: relative; }
  .exhibition .speakers-full-block a, .exhibition .speakers-full-block a:hover {
    text-decoration: none; }
  .exhibition .speakers-full-block a h3 {
    color: #000000;
    font-weight: bold;
    font-size: 1.28em; }
  .exhibition .speakers-full-block a h4 {
    color: #000000;
    font-size: 1.2em;
    font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .exhibition .speakers-full-block h3 {
    color: #000000;
    font-weight: bold;
    font-size: 1.28em;
    font-family: "TiemposText-Bold", Georgia, "Times New Roman", Times, serif; }
  .exhibition .speakers-full-block h4 {
    color: #000000;
    font-size: 1em;
    font-family: "TiemposText-Regular", Georgia, "Times New Roman", Times, serif; }
  .exhibition .speakers-full-block .speaker-company-position {
    font-size: 0.85em;
    padding-bottom: 10px;
    color: #333333; }
  .exhibition .speakers-full-block .avatar {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    display: block;
    margin: 0 auto;
    border-radius: 50%; }
  .exhibition .speakers-full-block .about-link {
    font-family: "TiemposText-Bold", Georgia, "Times New Roman", Times, serif;
    color: #592783;
    font-weight: bold;
    display: block;
    font-size: 1.28em;
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.exhibition .speakers-block {
  background-color: #efefef;
  padding-top: 25px; }
  .exhibition .speakers-block a:hover {
    text-decoration: none; }
  .exhibition .speakers-block h3 {
    color: #592783;
    font-weight: bold; }
    .exhibition .speakers-block h3 .tag {
      font-size: 8px;
      border: 0;
      font-weight: normal; }
  .exhibition .speakers-block .bio {
    color: #000000; }
  .exhibition .speakers-block .avatar {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    display: block;
    margin: 0 auto;
    border-radius: 50%; }
  .exhibition .speakers-block .linked-in-link {
    color: #592783;
    font-weight: bold;
    display: block; }

.exhibition .all-speakers-link {
  text-align: center;
  font-family: 'TiemposText-Bold', Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  margin: 15px 0 25px 0; }
  .exhibition .all-speakers-link a {
    color: #592783; }
  .exhibition .all-speakers-link img {
    width: 25px;
    height: 25px; }

@media (max-width: 991px) {
  .big-fleming-color-btn {
    padding: 15px 20px 15px 20px; } }

@media (min-width: 992px) {
  .big-fleming-color-btn {
    padding: 20px 100px 20px 100px; } }

.fleming-panel {
  margin-bottom: 10px; }
  .fleming-panel h1 {
    margin-top: 50px;
    text-align: center; }
  .fleming-panel h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.28em; }
  .fleming-panel.attendees-panel h1 {
    border-bottom: 1px solid #000000; }

.conference .radio label, .conference .checkbox label, .training .radio label, .training .checkbox label, .webinar .radio label, .webinar .checkbox label, .exhibition .radio label, .exhibition .checkbox label {
  padding-left: 35px;
  max-width: 60%; }
  .conference .radio label .iradio_flat-event, .conference .checkbox label .iradio_flat-event, .training .radio label .iradio_flat-event, .training .checkbox label .iradio_flat-event, .webinar .radio label .iradio_flat-event, .webinar .checkbox label .iradio_flat-event, .exhibition .radio label .iradio_flat-event, .exhibition .checkbox label .iradio_flat-event {
    position: relative;
    margin-left: -30px;
    margin-right: 7px; }

.conference .icheckbox_flat-event,
.conference .iradio_flat-event {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icheck/blue.png") no-repeat;
  border: none;
  cursor: pointer; }

.conference .icheckbox_flat-event {
  background-position: 0 0; }

.conference .icheckbox_flat-event.checked {
  background-position: -22px 0; }

.conference .icheckbox_flat-event.disabled {
  background-position: -44px 0;
  cursor: default; }

.conference .icheckbox_flat-event.checked.disabled {
  background-position: -66px 0; }

.conference .iradio_flat-event {
  background-position: -88px 0; }

.conference .iradio_flat-event.checked {
  background-position: -110px 0; }

.conference .iradio_flat-event.disabled {
  background-position: -132px 0;
  cursor: default; }

.conference .iradio_flat-event.checked.disabled {
  background-position: -154px 0; }

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .conference .icheckbox_flat-event,
  .conference .iradio_flat-event {
    background-image: url("../images/icheck/blue@2x.png");
    background-size: 176px 22px; } }

.training .icheckbox_flat-event,
.training .iradio_flat-event {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icheck/orange.png") no-repeat;
  border: none;
  cursor: pointer; }

.training .icheckbox_flat-event {
  background-position: 0 0; }

.training .icheckbox_flat-event.checked {
  background-position: -22px 0; }

.training .icheckbox_flat-event.disabled {
  background-position: -44px 0;
  cursor: default; }

.training .icheckbox_flat-event.checked.disabled {
  background-position: -66px 0; }

.training .iradio_flat-event {
  background-position: -88px 0; }

.training .iradio_flat-event.checked {
  background-position: -110px 0; }

.training .iradio_flat-event.disabled {
  background-position: -132px 0;
  cursor: default; }

.training .iradio_flat-event.checked.disabled {
  background-position: -154px 0; }

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .training .icheckbox_flat-event,
  .training .iradio_flat-event {
    background-image: url("../images/icheck/orange@2x.png");
    background-size: 176px 22px; } }

.webinar .icheckbox_flat-event,
.webinar .iradio_flat-event {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icheck/red.png") no-repeat;
  border: none;
  cursor: pointer; }

.webinar .icheckbox_flat-event {
  background-position: 0 0; }

.webinar .icheckbox_flat-event.checked {
  background-position: -22px 0; }

.webinar .icheckbox_flat-event.disabled {
  background-position: -44px 0;
  cursor: default; }

.webinar .icheckbox_flat-event.checked.disabled {
  background-position: -66px 0; }

.webinar .iradio_flat-event {
  background-position: -88px 0; }

.webinar .iradio_flat-event.checked {
  background-position: -110px 0; }

.webinar .iradio_flat-event.disabled {
  background-position: -132px 0;
  cursor: default; }

.webinar .iradio_flat-event.checked.disabled {
  background-position: -154px 0; }

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .webinar .icheckbox_flat-event,
  .webinar .iradio_flat-event {
    background-image: url("../images/icheck/red@2x.png");
    background-size: 176px 22px; } }

.exhibition .icheckbox_flat-event,
.exhibition .iradio_flat-event {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icheck/magenta.png") no-repeat;
  border: none;
  cursor: pointer; }

.exhibition .icheckbox_flat-event {
  background-position: 0 0; }

.exhibition .icheckbox_flat-event.checked {
  background-position: -22px 0; }

.exhibition .icheckbox_flat-event.disabled {
  background-position: -44px 0;
  cursor: default; }

.exhibition .icheckbox_flat-event.checked.disabled {
  background-position: -66px 0; }

.exhibition .iradio_flat-event {
  background-position: -88px 0; }

.exhibition .iradio_flat-event.checked {
  background-position: -110px 0; }

.exhibition .iradio_flat-event.disabled {
  background-position: -132px 0;
  cursor: default; }

.exhibition .iradio_flat-event.checked.disabled {
  background-position: -154px 0; }

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .exhibition .icheckbox_flat-event,
  .exhibition .iradio_flat-event {
    background-image: url("../images/icheck/magenta@2x.png");
    background-size: 176px 22px; } }

.conference .quantity-radio-option.checked, .conference .plan-radio-option.checked {
  background-color: #0095d0;
  color: #FFFFFF; }
  .conference .quantity-radio-option.checked .attendees-count-inputbox, .conference .plan-radio-option.checked .attendees-count-inputbox {
    color: #0095d0; }

.training .quantity-radio-option.checked, .training .plan-radio-option.checked {
  background-color: #eb690b;
  color: #FFFFFF; }
  .training .quantity-radio-option.checked .attendees-count-inputbox, .training .plan-radio-option.checked .attendees-count-inputbox {
    color: #eb690b; }

.webinar .quantity-radio-option.checked, .webinar .plan-radio-option.checked {
  background-color: #d30030;
  color: #FFFFFF; }
  .webinar .quantity-radio-option.checked .attendees-count-inputbox, .webinar .plan-radio-option.checked .attendees-count-inputbox {
    color: #d30030; }

.exhibition .quantity-radio-option.checked, .exhibition .plan-radio-option.checked {
  background-color: #592783;
  color: #FFFFFF; }
  .exhibition .quantity-radio-option.checked .attendees-count-inputbox, .exhibition .plan-radio-option.checked .attendees-count-inputbox {
    color: #592783; }

.event {
  /*margin-bottom: 407px;*/ }
  .event > .container {
    padding-bottom: 50px; }
  .event .main-navbar.conference .navbar-nav li.active > a, .event .main-navbar.training .navbar-nav li.active > a, .event .main-navbar.webinar .navbar-nav li.active > a, .event .main-navbar.exhibition .navbar-nav li.active > a {
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 0px;
    /*padding-bottom: 19px;*/ }
    .event .main-navbar.conference .navbar-nav li.active > a:hover, .event .main-navbar.training .navbar-nav li.active > a:hover, .event .main-navbar.webinar .navbar-nav li.active > a:hover, .event .main-navbar.exhibition .navbar-nav li.active > a:hover {
      color: #000000; }
  .event .main-navbar.conference .navbar-nav li a, .event .main-navbar.training .navbar-nav li a, .event .main-navbar.webinar .navbar-nav li a, .event .main-navbar.exhibition .navbar-nav li a {
    color: #ffffff; }
    .event .main-navbar.conference .navbar-nav li a:hover, .event .main-navbar.training .navbar-nav li a:hover, .event .main-navbar.webinar .navbar-nav li a:hover, .event .main-navbar.exhibition .navbar-nav li a:hover {
      color: #ffffff; }
  .event .main-navbar.conference {
    /**/
    background: #ffffff; }
    .event .main-navbar.conference .navbar-nav li a {
      background-color: #0095d0; }
    .event .main-navbar.conference .navbar-toggle {
      background-color: #0095d0; }
  .event .main-navbar.training {
    /**/
    background: #ffffff; }
    .event .main-navbar.training .navbar-nav li a {
      background-color: #eb690b; }
    .event .main-navbar.training .navbar-toggle {
      background-color: #eb690b; }
  .event .main-navbar.webinar {
    /**/
    background: #ffffff; }
    .event .main-navbar.webinar .navbar-nav li a {
      background-color: #d30030; }
    .event .main-navbar.webinar .navbar-toggle {
      background-color: #d30030; }
  .event .main-navbar.exhibition {
    /**/
    background: #ffffff; }
    .event .main-navbar.exhibition .navbar-nav li a {
      background-color: #592783; }
    .event .main-navbar.exhibition .navbar-toggle {
      background-color: #592783; }
  .event .main-navbar.conference {
    background-image: url("../images/conference-header-bg.png");
    background-repeat: repeat-x; }
  .event .main-navbar.training {
    background-image: url("../images/training-header-bg.png");
    background-repeat: repeat-x; }
  .event .main-navbar.webinar {
    background-image: url("../images/webinar-header-bg.png");
    background-repeat: repeat-x; }
  .event .main-navbar.exhibition {
    background-image: url("../images/exhibition-header-bg.png");
    background-repeat: repeat-x; }
  .event .event-navbar {
    display: none;
    box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.25); }
    .event .event-navbar.active {
      display: block;
      background-color: #ffffff; }
      .event .event-navbar.active ul.nav.navbar-nav {
        float: none;
        margin: 0 auto; }
        .event .event-navbar.active ul.nav.navbar-nav.conference {
          width: 530px; }
        .event .event-navbar.active ul.nav.navbar-nav.training {
          width: 400px; }
        .event .event-navbar.active ul.nav.navbar-nav.webinar {
          width: 300px; }
        .event .event-navbar.active ul.nav.navbar-nav > li > a {
          font-size: 14px;
          font-family: Graphik-Regular;
          color: #000000; }
          .event .event-navbar.active ul.nav.navbar-nav > li > a:hover {
            background-color: #ffffff; }
  .event .event-submenu {
    text-align: center; }

@media (max-width: 991px) {
  .event-nav-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .conference .event-nav li.event-nav-item-main.active {
    border-bottom: #0095d0 2px solid; }
    .conference .event-nav li.event-nav-item-main.active > a.event-nav-link-main {
      color: #0095d0 !important; }
  .conference .event-nav li.event-submenu {
    border-bottom: #0095d0 1px solid; }
    .conference .event-nav li.event-submenu > a {
      color: #0095d0 !important; }
    .conference .event-nav li.event-submenu.active > a {
      background-position: 16px 9px;
      background-repeat: no-repeat;
      background-image: url("../images/accept-list-icon-conference.png"); }
  .training .event-nav li.event-nav-item-main.active {
    border-bottom: #eb690b 2px solid; }
    .training .event-nav li.event-nav-item-main.active > a.event-nav-link-main {
      color: #eb690b !important; }
  .training .event-nav li.event-submenu {
    border-bottom: #eb690b 1px solid; }
    .training .event-nav li.event-submenu > a {
      color: #eb690b !important; }
    .training .event-nav li.event-submenu.active > a {
      background-position: 16px 9px;
      background-repeat: no-repeat;
      background-image: url("../images/accept-list-icon-training.png"); }
  .webinar .event-nav li.event-nav-item-main.active {
    border-bottom: #d30030 2px solid; }
    .webinar .event-nav li.event-nav-item-main.active > a.event-nav-link-main {
      color: #d30030 !important; }
  .webinar .event-nav li.event-submenu {
    border-bottom: #d30030 1px solid; }
    .webinar .event-nav li.event-submenu > a {
      color: #d30030 !important; }
    .webinar .event-nav li.event-submenu.active > a {
      background-position: 16px 9px;
      background-repeat: no-repeat;
      background-image: url("../images/accept-list-icon-webinar.png"); }
  .exhibition .event-nav li.event-nav-item-main.active {
    border-bottom: #592783 2px solid; }
    .exhibition .event-nav li.event-nav-item-main.active > a.event-nav-link-main {
      color: #592783 !important; }
  .exhibition .event-nav li.event-submenu {
    border-bottom: #592783 1px solid; }
    .exhibition .event-nav li.event-submenu > a {
      color: #592783 !important; }
    .exhibition .event-nav li.event-submenu.active > a {
      background-position: 16px 9px;
      background-repeat: no-repeat;
      background-image: url("../images/accept-list-icon-exhibition.png"); }
  .event .event-nav {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0; }
    .event .event-nav li {
      border-bottom: #ffffff 2px solid; }
      .event .event-nav li.event-nav-item-main > a.event-nav-link-main {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
        font-family: "TiemposText-Regular", Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
        text-transform: none; }
      .event .event-nav li.event-nav-item-main.active {
        background-color: #ffffff !important;
        /*border-bottom: red 2px solid;*/ }
        .event .event-nav li.event-nav-item-main.active > a.event-nav-link-main {
          background-color: #ffffff !important;
          /*color: red !important;*/ }
      .event .event-nav li.event-submenu {
        background-color: #ffffff !important;
        /*border-bottom: red 1px solid;*/ }
        .event .event-nav li.event-submenu > a {
          /*color: red !important;*/
          background-color: #ffffff !important; }
    .event .event-nav li:last-child {
      border-bottom: none; } }

.event-header {
  width: 100%;
  min-height: 450px;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
  position: relative; }
  .event-header.without-extra-margin {
    /*margin-top: 60px;*/ }
  .event-header.custom h2 {
    padding-top: 0;
    padding-bottom: 50px; }
  .event-header .event-cover-image {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-opacity: 0.5;
    -webkit-mask-image: -webkit-gradient(linear, center 10%, center bottom, from(black), color-stop(30%, rgba(0, 0, 0, 0.3)), to(transparent)); }
  .event-header .event-date {
    width: 100%;
    margin: 0 auto;
    font-size: 26px;
    margin-bottom: 25px;
    position: relative; }
    .event-header .event-date:before {
      content: "";
      display: block;
      width: 300px;
      height: 1px;
      margin: 0 auto;
      margin-bottom: 25px;
      background-color: #000000; }
    .event-header .event-date:after {
      content: "";
      display: block;
      width: 300px;
      height: 1px;
      margin: 0 auto;
      margin-top: 25px;
      margin-bottom: 25px;
      background-color: #000000; }
  .event-header .event-place {
    font-size: 18px;
    font-weight: bold; }
  .event-header h1 {
    font-size: 4.5rem; }

.event-h {
  margin-top: 50px;
  text-align: center; }

.event-tab-h {
  margin-top: 50px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px; }

.action-buttons {
  margin-top: 50px;
  margin-bottom: 50px; }

.secondary-link {
  display: inline-block;
  font-family: TiemposText-Bold;
  font-size: 14px;
  margin-top: 25px; }

.action-button, .btn-action {
  text-align: center;
  width: 260px;
  font-family: Graphik-Regular;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  margin: 0 auto;
  box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .action-button:hover, .btn-action:hover {
    text-decoration: none;
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.25);
    color: #ffffff; }

.action-button {
  height: 44px;
  line-height: 44px; }

.btn-action {
  height: 44px;
  line-height: 36px; }
  .btn-action.-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2em;
    white-space: normal;
    text-overflow: clip;
    height: auto; }

.conference .event-navbar ul.nav.navbar-nav > li.active > a {
  color: #0095d0; }

.conference .secondary-link {
  color: #0095d0; }

.conference .action-button, .conference .btn-action {
  background-color: #0095d0; }

.training .event-navbar ul.nav.navbar-nav > li.active > a {
  color: #eb690b; }

.training .secondary-link {
  color: #eb690b; }

.training .action-button, .training .btn-action {
  background-color: #eb690b; }

.webinar .event-navbar ul.nav.navbar-nav > li.active > a {
  color: #d30030; }

.webinar .secondary-link {
  color: #d30030; }

.webinar .action-button, .webinar .btn-action {
  background-color: #d30030; }

.exhibition .event-navbar ul.nav.navbar-nav > li.active > a {
  color: #592783; }

.exhibition .secondary-link {
  color: #592783; }

.exhibition .action-button, .exhibition .btn-action {
  background-color: #592783; }

.partners-attendees {
  padding-top: 50px;
  font-size: 22px; }
  .partners-attendees p {
    font-size: 22px; }

/* CONTACT US */
.contact-row {
  margin-top: 30px; }

.contact {
  margin-top: 30px;
  padding-bottom: 50px; }

.contact-image {
  text-align: right; }
  .contact-image img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-right: 20px;
    margin-bottom: 15px; }

.contact-info {
  text-align: left; }
  .contact-info h3 {
    color: #000000;
    margin-top: 0; }
  .contact-info .contact-item {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px; }
    .contact-info .contact-item a, .contact-info .contact-item a > span {
      color: #0095d0; }
    .contact-info .contact-item span {
      color: #000000; }
    .contact-info .contact-item.linkedin {
      margin-top: 15px; }
  .contact-info.conference .contact-item a, .contact-info.conference .contact-item a > span {
    color: #0095d0; }
  .contact-info.training .contact-item a, .contact-info.training .contact-item a > span {
    color: #eb690b; }
  .contact-info.webinar .contact-item a, .contact-info.webinar .contact-item a > span {
    color: #d30030; }

@media (max-width: 768px) {
  .contact-info, .contact-image {
    text-align: center; }
    .contact-info img, .contact-image img {
      margin-right: 0; } }

.contact-us-panels {
  margin-bottom: 80px; }

.contact-panel h3 {
  text-align: center;
  font-size: 26px; }

.contact-panel p {
  text-align: center;
  font-size: 16px; }

.contact-panel .email-form {
  margin-top: 30px;
  max-width: 150px;
  display: block;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.attendees-last-block {
  font-size: 24px;
  text-align: center; }

.give-me-call-block {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 4px solid #efefef;
  padding: 25px;
  font-size: 18px; }
  .give-me-call-block .big-fleming-color-btn {
    display: block;
    margin: 0 auto; }

.big-webinar-register-btn {
  background-color: #d30030;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 6px solid #cccccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 450px;
  padding: 15px 20px 15px 20px;
  margin-top: 50px; }

.subscribe-btn {
  margin-top: 3px;
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  border-right: none;
  border-left: none;
  border-top: none;
  padding-top: 5px;
  padding-bottom: 5px;
  outline: none;
  text-align: center;
  cursor: pointer; }
  .subscribe-btn:hover {
    color: white;
    text-decoration: none; }
  .subscribe-btn.conference {
    color: #ffffff;
    background-color: #0095d0; }
  .subscribe-btn.training {
    color: #ffffff;
    background-color: #eb690b; }
  .subscribe-btn.webinar {
    color: #ffffff;
    background-color: #d30030; }
  .subscribe-btn.call-btn {
    margin-top: 75px; }

.activity-speaker-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 15px; }

.venue-map-modal .about-venue-h1 {
  font-size: 20px;
  text-align: center;
  font-weight: bold; }

.venue-map-modal .modal-close-btn {
  top: 0 !important; }

.venue-map-modal .about-modal-content {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  .venue-map-modal .about-modal-content #map {
    max-width: 580px;
    height: 350px;
    margin-left: auto;
    margin-right: auto; }

.margin-top-75 {
  margin-top: 75px; }

.fleming-form .form-group.filter-selectbox {
  padding-bottom: 20px; }

.social-footer .social a {
  color: #000000; }

.modal .modal-content {
  border-radius: 0; }
  .modal .modal-content a:hover {
    text-decoration: none; }
  .modal .modal-content .modal-header {
    padding: 0 100px 25px;
    border: 0; }
    .modal .modal-content .modal-header .modal-title {
      font-size: 22px;
      padding-top: 50px;
      text-align: center;
      padding-bottom: 25px;
      margin-bottom: 25px;
      font-weight: bold;
      font-family: 'TiemposText-Regular', Georgia, "Times New Roman", Times, serif; }
  .modal .modal-content .inner-modal-wrapper {
    padding: 0 100px 25px; }
  .modal .modal-content p {
    margin-bottom: 15px; }
  .modal .modal-content .set-up-call-time-box {
    display: none; }
  .modal .modal-content .call-me-now-box {
    text-align: center; }
  .modal .modal-content .modal-label {
    margin-bottom: 15px; }
  .modal .modal-content h3 {
    font-family: TiemposText-Bold;
    font-size: 14px;
    margin: 25px 0; }
  .modal .modal-content .set-up-call-time-box {
    background-color: #efefef; }
    .modal .modal-content .set-up-call-time-box h3 {
      display: inline-block;
      padding-left: 100px; }
    .modal .modal-content .set-up-call-time-box .close-set-up-time {
      display: inline-block;
      width: 20px;
      height: 20px;
      font-size: 21px;
      float: right;
      margin-top: 17px;
      padding-right: 50px; }
  .modal .modal-content .submit-button-box {
    text-align: center; }
    .modal .modal-content .submit-button-box .add-email-input-for-invite:hover {
      text-decoration: none; }
  .modal .modal-content .modal-close-btn {
    width: 50px;
    height: 75px;
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    text-align: center;
    cursor: pointer; }
    .modal .modal-content .modal-close-btn .icon {
      font-size: 50px;
      font-weight: 300; }
    .modal .modal-content .modal-close-btn .close-label {
      position: absolute;
      left: 0;
      bottom: 0; }
  .modal .modal-content .call-disabled-info {
    color: #cccccc;
    font-size: 24px;
    float: right; }
  .modal .modal-content .modal-thank-you {
    display: none; }
  .modal .modal-content .error-message {
    margin: 10px 0; }

.modal .modal-dialog.small-dialog {
  width: 450px; }
  .modal .modal-dialog.small-dialog .inner-modal-wrapper {
    padding: 0 89px 25px; }

.bigger-text-thank-you {
  font-size: 18px;
  line-height: 22px; }

.conference .modal h3 {
  color: #0095d0; }

.conference .modal .close-set-up-time {
  color: #0095d0; }

.conference .modal a.text-link {
  color: #0095d0; }

.training .modal h3 {
  color: #eb690b; }

.training .modal .close-set-up-time {
  color: #eb690b; }

.training .modal a.text-link {
  color: #eb690b; }

.webinar .modal h3 {
  color: #d30030; }

.webinar .modal .close-set-up-time {
  color: #d30030; }

.webinar .modal a.text-link {
  color: #d30030; }

.exhibition .modal h3 {
  color: #592783; }

.exhibition .modal .close-set-up-time {
  color: #592783; }

.exhibition .modal a.text-link {
  color: #592783; }

/* Flexbox Panel Grid */
/* On small screen we want to turn off the flex model and keep just
   regular Bootstrap behaviour. */
@media only screen and (min-width: 768px) {
  .flex-row {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /*-webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;*/ } }

/* Panels are contained within the flex-row divs. */
.flex-container {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }

.h-panel {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  background-color: #efefef;
  margin: 10px;
  padding: 0px; }
  .h-panel.col-sm-4 {
    margin: 0px;
    padding: 10px;
    background-clip: content-box;
    background-color: #efefef; }
  .h-panel .content {
    margin-left: 10px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch; }
  .h-panel.-clickable {
    background-color: #efefef;
    transition: background-color 0.3s; }
    .h-panel.-clickable:hover {
      background-color: #ffffff;
      transition: background-color 0.3s; }
  .h-panel > a {
    text-decoration: none;
    color: #000000;
    min-height: 150px; }
  .h-panel .image {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex: 1;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    float: left;
    width: 200px;
    height: auto;
    background-size: cover;
    background-position: center; }
  .h-panel .heading {
    margin-left: 20px;
    margin-right: 20px; }
    .h-panel .heading > h3 {
      font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-top: 0px;
      margin-bottom: 15px;
      font-size: 12px; }
  .h-panel .tags {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px; }
  .h-panel .text {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px; }
  .h-panel .link {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 53px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-family: 'TiemposText-Bold', sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #7b91d4; }
    .h-panel .link.-conference {
      color: #0095d0; }
    .h-panel .link.-webinar {
      color: #d30030; }
    .h-panel .link.-training {
      color: #eb690b; }
    .h-panel .link.-exhibition {
      color: #592783; }
    .h-panel .link span {
      display: block;
      height: 53px;
      line-height: 53px;
      margin: 0px;
      background-image: url("../images/map-link-icon.png");
      background-position: right center;
      background-repeat: no-repeat;
      padding-right: 60px; }
      .h-panel .link span.-conference {
        background-image: url("../images/conference-link-icon.png"); }
      .h-panel .link span.-webinar {
        background-image: url("../images/webinar-link-icon.png"); }
      .h-panel .link span.-training {
        background-image: url("../images/training-link-icon.png"); }
      .h-panel .link span.-exhibition {
        background-image: url("../images/exhibition-link-icon.png"); }
  .h-panel ul {
    margin-top: 25px;
    padding-left: 0; }
    .h-panel ul li {
      border-top: 1px solid #999999;
      list-style-type: none;
      padding-top: 10px;
      padding-bottom: 10px; }
      .h-panel ul li a {
        color: #000000; }
      .h-panel ul li.dot {
        padding-left: 20px;
        background-image: url("../images/list-dot-icon.png");
        background-repeat: no-repeat;
        background-position: left center; }

.flex-panel {
  background-color: #efefef;
  margin: 10px;
  padding: 0px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }
  .flex-panel.past {
    background-color: #ffffff;
    border: 1px solid #efefef; }
  .flex-panel.col-sm-4 {
    margin: 0px;
    padding: 10px;
    background-clip: content-box;
    background-color: #efefef; }
  .flex-panel.-clickable {
    background-color: #efefef;
    transition: background-color 0.3s; }
    .flex-panel.-clickable:hover {
      background-color: #ffffff;
      transition: background-color 0.3s; }
  .flex-panel > a {
    text-decoration: none;
    color: #000000;
    min-height: 150px; }
  .flex-panel .image {
    height: 200px;
    background-size: cover;
    background-position: center; }
  .flex-panel .heading {
    margin-left: 20px;
    margin-right: 20px; }
    .flex-panel .heading > h3 {
      font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-top: 0px;
      margin-bottom: 15px;
      font-size: 12px; }
  .flex-panel .tags {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px; }
  .flex-panel .text {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px; }
  .flex-panel .link {
    height: 53px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    font-family: 'TiemposText-Bold', sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #7b91d4; }
    .flex-panel .link.-conference {
      color: #0095d0; }
    .flex-panel .link.-webinar {
      color: #d30030; }
    .flex-panel .link.-training {
      color: #eb690b; }
    .flex-panel .link.-exhibition {
      color: #592783; }
    .flex-panel .link span {
      display: block;
      vertical-align: middle;
      line-height: 53px;
      margin: 0px;
      background-image: url("../images/map-link-icon.png");
      background-position: right center;
      background-repeat: no-repeat;
      padding-right: 60px; }
      .flex-panel .link span.-conference {
        background-image: url("../images/conference-link-icon.png"); }
      .flex-panel .link span.-webinar {
        background-image: url("../images/webinar-link-icon.png"); }
      .flex-panel .link span.-training {
        background-image: url("../images/training-link-icon.png"); }
      .flex-panel .link span.-exhibition {
        background-image: url("../images/exhibition-link-icon.png"); }
      .flex-panel .link span.-blank {
        background-image: none !important;
        padding-right: 0px; }
      .flex-panel .link span .chevron {
        margin-left: 20px;
        display: inline-block;
        line-height: 53px;
        vertical-align: middle; }
  .flex-panel ul {
    margin-top: 25px;
    padding-left: 0; }
    .flex-panel ul li {
      border-top: 1px solid #999999;
      list-style-type: none;
      padding-top: 10px;
      padding-bottom: 10px; }
      .flex-panel ul li a {
        color: #000000; }
      .flex-panel ul li.dot {
        padding-left: 20px;
        background-image: url("../images/list-dot-icon.png");
        background-repeat: no-repeat;
        background-position: left center; }

/* Generic Flex Item Layout Class */
.flex-item {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Detect webkit browsers and override the flex property. */
  .flex-item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-container {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-panel {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .flex-panel .link {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .flex-panel.no-full-width {
      -webkit-flex: none;
      -ms-flex: none;
      flex: none; }
  .h-panel {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .h-panel .image {
      -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px; }
    .h-panel .link {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .h-panel.no-full-width {
      -webkit-flex: none;
      -ms-flex: none;
      flex: none; } }

@-moz-document url-prefix() {
  /* Detect Firefox and override the flex property. */
  .flex-item {
    flex: 1; }
  .flex-container {
    flex: 1; }
  .flex-panel {
    flex: 1; }
    .flex-panel .link {
      flex: 1; }
    .flex-panel.no-full-width {
      flex: none; }
  .h-panel {
    flex: 1; }
    .h-panel .image {
      flex: 0 0 200px; }
    .h-panel .link {
      flex: 1; }
    .h-panel.no-full-width {
      flex: none; } }

/* Simple link button with one pixel outline. */
.simple-button {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }
  .simple-button .link {
    display: inline-block;
    width: auto;
    height: 45px;
    border: solid 1px #000000;
    line-height: 45px;
    text-align: center;
    color: #000000;
    transition: all 0.3s;
    padding-left: 15px;
    padding-right: 15px; }
    .simple-button .link:hover {
      color: #7b91d4;
      border: solid 1px #7b91d4;
      transition: all 0.3s;
      text-decoration: none; }

.load-icon {
  width: 25px; }

/* A card displaying the user's avatar, name and basic info*/
.user-card {
  margin: 0 auto;
  width: 420px;
  height: 170px;
  border: 1px solid #000000;
  text-align: left;
  padding: 20px;
  background-color: #ffffff; }
  .user-card > .avatar {
    float: left;
    width: 125px;
    height: 125px;
    border-radius: 50%; }
  .user-card > .info {
    position: absolute;
    margin-left: 150px; }
    .user-card > .info > h3 {
      margin-top: 15px; }

@media (max-width: 767px) {
  .user-card {
    width: 260px;
    height: auto;
    text-align: center; }
    .user-card > .avatar {
      float: none; }
    .user-card > .info {
      position: relative;
      margin-left: 0px; } }

/* Footer with Social Sharing Options */
.social-footer {
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px -5px 1px 0px rgba(0, 0, 0, 0.25); }
  .social-footer > .container {
    text-align: center; }
    .social-footer > .container > .button {
      margin-top: 16px;
      text-align: center;
      line-height: 40px;
      height: 40px;
      display: inline-block;
      color: #ffffff;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer;
      box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.25); }
      .social-footer > .container > .button:hover {
        text-decoration: none; }
      .social-footer > .container > .button.subscribe {
        width: 120px;
        background-color: #7b91d4; }
      .social-footer > .container > .button.share {
        width: 120px;
        background-color: #3d5b97; }
      .social-footer > .container > .button.post {
        width: 120px;
        background-color: #1178b2; }
      .social-footer > .container > .button.tweet {
        width: 120px;
        background-color: #61abdc; }
      .social-footer > .container > .button.subscribe {
        float: left;
        width: 200px; }
    .social-footer > .container > .social {
      margin-top: 16px;
      font-size: 35px; }
      .social-footer > .container > .social > .icon {
        padding-left: 15px; }

.conference .social-footer > .container > .button.subscribe {
  background-color: #0095d0; }

.training .social-footer > .container > .button.subscribe {
  background-color: #eb690b; }

.webinar .social-footer > .container > .button.subscribe {
  background-color: #d30030; }

.exhibition .social-footer > .container > .button.subscribe {
  background-color: #592783; }

footer.with-social-footer {
  margin-bottom: 80px; }

.search-caption {
  padding-top: 20px;
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-size: 18px; }

.search-result {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px; }
  .search-result .link-icon {
    margin-top: 15px;
    float: right;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-image: url("../images/link-icon.png");
    background-repeat: no-repeat; }

.search-heading {
  padding-right: 50px; }

.fleming-search-link {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 15px;
  right: 20px;
  background-size: 35px 35px;
  background-image: url("../images/link-icon.png");
  background-repeat: no-repeat; }

.search-section-headline {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 0;
  margin-bottom: 15px;
  position: relative;
  margin-top: 1px; }
  .search-section-headline.-top-border:after {
    content: "";
    width: 180px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    display: block; }

.simple-button a.link.-with-icon {
  background-image: url("../images/load-icon.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 10px center;
  padding-left: 40px; }

.redactor-body {
  /* TABLE */ }
  .redactor-body ol > li, .redactor-body ul > li, .redactor-body li {
    font-size: 1.29em;
    line-height: 1.7em; }
  .redactor-body table {
    border-collapse: collapse;
    font-size: 1em;
    width: 100%; }
  .redactor-body td, .redactor-body tr {
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top; }
  .redactor-body pre {
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f8f8f8;
    white-space: pre;
    font-size: 90%; }

.detail-section p:first-of-type {
  padding-top: 0; }

html {
  position: relative;
  min-height: 100%; }

a:hover, a:active, a:focus {
  outline: none; }

body {
  background-color: #000000; }

.super-wrapper {
  background-color: #ffffff; }
  .super-wrapper.-simple-menu {
    padding-top: 60px; }
  .super-wrapper.-double-menu {
    padding-top: 110px; }
  .super-wrapper.-hybrid-menu {
    padding-top: 110px; }
  .super-wrapper.-black {
    background-color: #000000; }

@media (max-width: 991px) {
  .super-wrapper.-hybrid-menu {
    padding-top: 60px; } }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

body > .container.main-content {
  padding: 20px;
  padding-top: 0; }

.row.breadcrumbs {
  margin-left: 0;
  margin-right: 0; }

.breadcrumbs .panel {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  top: 59px;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.25); }
  .breadcrumbs .panel .panel-body {
    margin: 0 25px;
    padding: 0;
    font-family: 'TiemposText-Regular', Georgia, "Times New Roman", Times, serif;
    font-size: 17px; }
    .breadcrumbs .panel .panel-body a {
      float: left;
      display: inline-block;
      color: #000000;
      padding: 18px 0 6px 0; }
    .breadcrumbs .panel .panel-body:hover {
      text-decoration: none; }
    .breadcrumbs .panel .panel-body .search-form {
      float: right; }
      .breadcrumbs .panel .panel-body .search-form input {
        font-family: "Graphik-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-top: 8px;
        height: 35px;
        border: none;
        width: 87px;
        padding: 0;
        line-height: 35px;
        font-size: 16px;
        color: #666666; }
        .breadcrumbs .panel .panel-body .search-form input:focus {
          outline: 0; }
      .breadcrumbs .panel .panel-body .search-form .search-icon {
        float: right;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-top: 10px;
        background-image: url("../images/search-icon.png");
        background-position: right;
        background-color: transparent; }

@media (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; }
  body > .container {
    padding: 10px; } }

@media (max-width: 480px) {
  body {
    overflow-x: hidden; } }

/* ************************************************************************
                            BASE PADDINGS
************************************************************************ */
.padding-10 {
  padding: 10px; }

.padding-15 {
  padding: 15px; }

.padding-25 {
  padding: 25px; }

.padding-50 {
  padding: 50px; }

.fleming-btn {
  background: none;
  border: 1px solid #000000;
  padding: 5px 15px 5px 15px; }
  .fleming-btn.active {
    color: #000000; }
  .fleming-btn.inactive {
    color: #cccccc;
    border: 1px solid #cccccc; }
  .fleming-btn.load-icon {
    background-image: url("../images/load-icon.svg");
    background-size: 21px 17px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px; }
    .fleming-btn.load-icon.inactive {
      background-image: url("../images/load-icon-inactive.svg"); }

.panel {
  border-radius: 0;
  box-shadow: none;
  border: none; }
  .panel.site-title {
    margin: 0 0 45px 0; }
    .panel.site-title h2 {
      padding-top: 36px;
      padding-bottom: 30px; }
    .panel.site-title .panel-body {
      padding-bottom: 0; }
  .panel .panel-body.no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0; }
  .panel > .panel-body > p {
    margin-top: 25px; }

.small-separator {
  height: 4px;
  width: 245px;
  margin: 0 auto; }

.large-separator {
  height: 4px;
  width: 100%; }

.doubled {
  background-image: url("../images/double-border.png");
  background-position: bottom;
  background-repeat: repeat-x; }

.doubled-200 {
  background-image: url("../images/double-border-200.png");
  background-position: bottom;
  background-repeat: no-repeat; }

.singled {
  border-bottom: 1px solid #000000; }

.fleming-form label, .fleming-modal-form label {
  font-weight: normal;
  padding-top: 8px;
  text-transform: uppercase;
  color: #000000; }

.fleming-form .form-description, .fleming-modal-form .form-description {
  padding-top: 10px;
  padding-bottom: 5px;
  font-style: italic;
  color: #999999; }

.fleming-form input[type="text"], .fleming-form select, .fleming-modal-form input[type="text"], .fleming-modal-form select {
  height: 43px;
  line-height: 43px; }

.fleming-form input[type="text"]:focus, .fleming-form select:focus, .fleming-modal-form input[type="text"]:focus, .fleming-modal-form select:focus {
  box-shadow: none;
  border-color: #7b91d4; }

.fleming-form .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d9d9d9; }
  .fleming-form .form-group:last-of-type {
    border-bottom: 0; }

.btn-fleming-1 {
  background-color: #7b91d4;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 4px solid #cccccc; }

a.panel-grey {
  transition: background-color 0.5s;
  text-decoration: none;
  color: inherit; }

a.panel-grey:hover {
  transition: background-color 0.5s;
  background-color: #ffffff; }

.highlighted {
  color: #7b91d4; }

.tag {
  background: none;
  border: 1px solid #666666;
  border-radius: 10px;
  color: #666666;
  line-height: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-transform: uppercase; }
  .tag.-featured {
    color: #ffffff;
    background-color: #666666; }
    .tag.-featured.-conference {
      border: 1px solid #0095d0;
      background-color: #0095d0; }
    .tag.-featured.-webinar {
      border: 1px solid #d30030;
      background-color: #d30030; }
    .tag.-featured.-training {
      border: 1px solid #eb690b;
      background-color: #eb690b; }
    .tag.-featured.-exhibition {
      border: 1px solid #592783;
      background-color: #592783; }

.panel-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center; }
  .panel-image.media-1 {
    background-image: url("../images/media-cover-1.png"); }
  .panel-image.media-2 {
    background-image: url("../images/media-cover-2.png"); }

.cover-img {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat; }

.panel-grey {
  background-color: #efefef;
  color: #000000;
  display: block;
  margin: 5px 0px; }
  .panel-grey.places {
    margin-bottom: 10px; }
  .panel-grey.fixed {
    height: 350px; }
    .panel-grey.fixed p {
      height: 150px;
      overflow: hidden; }
  .panel-grey ul {
    margin-top: 25px;
    padding-left: 0; }
    .panel-grey ul li {
      border-top: 1px solid #999999;
      color: #000000;
      list-style-type: none;
      padding-top: 10px;
      padding-bottom: 10px; }
      .panel-grey ul li.dot {
        background-image: url("../images/list-dot-icon.png");
        background-repeat: no-repeat;
        background-position: left center; }
      .panel-grey ul li:last-of-type {
        border-bottom: 1px solid #999999; }
      .panel-grey ul li a {
        color: #000000;
        padding-left: 20px;
        padding-right: 30px;
        display: block;
        background-image: url("../images/link-arrow.png");
        background-position: center right;
        background-repeat: no-repeat; }
  .panel-grey.selected {
    border: 4px solid #7b91d4; }
  .panel-grey .panel-button {
    width: 32px;
    height: 32px;
    margin-top: -4px;
    display: inline-block;
    background-image: url("../images/gray-panel-button.png");
    float: right; }
  .panel-grey h2 {
    padding-bottom: 20px; }
  .panel-grey p {
    padding-top: 20px; }

#mapdiv {
  font-family: 'TiemposText-Bold', sans-serif; }

.fleming-link, .fleming-link:hover {
  font-family: 'TiemposText-Bold', sans-serif;
  padding-top: 15px;
  display: inline-block;
  color: #7b91d4;
  font-size: 18px;
  height: 53px;
  text-decoration: none; }
  .fleming-link.to-bottom, .fleming-link:hover.to-bottom {
    position: absolute;
    bottom: 15px; }
  .fleming-link .map-icon, .fleming-link:hover .map-icon {
    height: 16px;
    width: 10px;
    background-image: url("../images/map-icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 2px; }
  .fleming-link.with-submit-icon, .fleming-link:hover.with-submit-icon {
    background-image: url("../images/map-link-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 60px; }
  .fleming-link.with-arrow-icon, .fleming-link:hover.with-arrow-icon {
    background-image: url("../images/link-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 60px; }
  .fleming-link.with-download-icon, .fleming-link:hover.with-download-icon {
    background-image: url("../images/download-icon-small.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 35px; }

.filter-checkbox input[type="checkbox"], .active-filter-checkbox input[type="checkbox"] {
  display: none; }

.filter-checkbox input[type="checkbox"] + label, .active-filter-checkbox input[type="checkbox"] + label {
  display: block;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  font-weight: normal;
  width: 100%;
  background-color: #ffffff;
  padding: 2px 0 0 15px;
  border-radius: 12px;
  border: 1px solid #666666;
  color: #7b91d4;
  font-size: 13px;
  height: 24px; }

.filter-checkbox.custom-inline input[type="checkbox"] + label, .active-filter-checkbox.custom-inline input[type="checkbox"] + label {
  width: auto;
  float: left;
  padding-right: 20px; }

.filter-checkbox input[type="checkbox"]:checked + label, .active-filter-checkbox input[type="checkbox"]:checked + label {
  background-color: #7b91d4;
  border: 1px solid #7b91d4;
  color: #ffffff; }

.filter-checkbox input[type="checkbox"] + label:before, .active-filter-checkbox input[type="checkbox"] + label:before {
  content: "";
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../images/filter-icon.png"); }

#redactor-modal-box {
  z-index: 9999; }

.under-menu-margin {
  margin-top: 150px; }

/* Used in: speaker.blade.php */
.speaker-profile {
  padding-bottom: 100px; }
  .speaker-profile .speaker-cover-image {
    height: 400px;
    width: 100%;
    background-position: center;
    background-size: cover; }
  .speaker-profile .name {
    padding-bottom: 40px; }
    .speaker-profile .name h1 {
      margin-top: 30px;
      padding: 0px; }
    .speaker-profile .name h2 {
      margin-top: 15px;
      padding: 0px; }
    .speaker-profile .name a {
      margin-top: 15px;
      padding-top: 5px;
      padding-bottom: 5px; }
  .speaker-profile .speaker-company {
    font-size: 1.2em; }
  .speaker-profile .speaker-position {
    font-size: 1em; }
  .speaker-profile .speaker-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%; }
    .speaker-profile .speaker-avatar.bigger {
      width: 250px;
      height: 250px; }
  .speaker-profile .speaker-bio-detail {
    font-size: 22px;
    margin-top: 40px; }
  .speaker-profile .learn-more {
    margin-top: 50px; }
    .speaker-profile .learn-more h2 {
      margin-bottom: 25px; }

.conference .arrow-fleming-link {
  color: #0095d0;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  font-weight: bold;
  padding: 25px 50px 25px 0;
  display: block;
  float: left;
  background-image: url("../images/gray-panel-button.png");
  background-position: right center;
  background-repeat: no-repeat; }

.conference .speaker-website-link {
  width: auto;
  color: #0095d0;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  padding: 25px 50px 25px 0px;
  display: inline-block;
  margin-bottom: 15px;
  background-image: url("../images/conference-link-icon.png");
  background-position: right center;
  background-repeat: no-repeat; }

.conference .arrow-event-link {
  color: #0095d0;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  font-weight: bold;
  padding: 25px 50px 25px 0;
  display: inline-block;
  background-image: url("../images/gray-panel-button-conference.png");
  background-position: right center;
  background-repeat: no-repeat; }

.conference .arrow-fleming-no-link {
  color: #0095d0;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  font-weight: bold;
  padding: 25px 25px 25px 0;
  display: block; }

.training .arrow-fleming-link {
  color: #eb690b;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  font-weight: bold;
  padding: 25px 50px 25px 0;
  display: block;
  float: left;
  background-image: url("../images/gray-panel-button.png");
  background-position: right center;
  background-repeat: no-repeat; }

.training .speaker-website-link {
  width: auto;
  color: #eb690b;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  padding: 25px 50px 25px 0px;
  display: inline-block;
  margin-bottom: 15px;
  background-image: url("../images/training-link-icon.png");
  background-position: right center;
  background-repeat: no-repeat; }

.training .arrow-event-link {
  color: #eb690b;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  font-weight: bold;
  padding: 25px 50px 25px 0;
  display: inline-block;
  background-image: url("../images/gray-panel-button-training.png");
  background-position: right center;
  background-repeat: no-repeat; }

.training .arrow-fleming-no-link {
  color: #eb690b;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  font-weight: bold;
  padding: 25px 25px 25px 0;
  display: block; }

.webinar .arrow-fleming-link {
  color: #d30030;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  font-weight: bold;
  padding: 25px 50px 25px 0;
  display: block;
  float: left;
  background-image: url("../images/gray-panel-button.png");
  background-position: right center;
  background-repeat: no-repeat; }

.webinar .speaker-website-link {
  width: auto;
  color: #d30030;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  padding: 25px 50px 25px 0px;
  display: inline-block;
  margin-bottom: 15px;
  background-image: url("../images/webinar-link-icon.png");
  background-position: right center;
  background-repeat: no-repeat; }

.webinar .arrow-event-link {
  color: #d30030;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  font-weight: bold;
  padding: 25px 50px 25px 0;
  display: inline-block;
  background-image: url("../images/gray-panel-button-webinar.png");
  background-position: right center;
  background-repeat: no-repeat; }

.webinar .arrow-fleming-no-link {
  color: #d30030;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  font-weight: bold;
  padding: 25px 25px 25px 0;
  display: block; }

.exhibition .arrow-fleming-link {
  color: #592783;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  font-weight: bold;
  padding: 25px 50px 25px 0;
  display: block;
  float: left;
  background-image: url("../images/gray-panel-button.png");
  background-position: right center;
  background-repeat: no-repeat; }

.exhibition .speaker-website-link {
  width: auto;
  color: #592783;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  padding: 25px 50px 25px 0px;
  display: inline-block;
  margin-bottom: 15px;
  background-image: url("../images/exhibition-link-icon.png");
  background-position: right center;
  background-repeat: no-repeat; }

.exhibition .arrow-event-link {
  color: #592783;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  font-weight: bold;
  padding: 25px 50px 25px 0;
  display: inline-block;
  background-image: url("../images/gray-panel-button-exhibition.png");
  background-position: right center;
  background-repeat: no-repeat; }

.exhibition .arrow-fleming-no-link {
  color: #592783;
  font-family: 'TiemposText-Regular';
  font-size: 18px;
  font-weight: bold;
  padding: 25px 25px 25px 0;
  display: block; }

.centered-content .arrow-fleming-link,
.centered-content .arrow-fleming-no-link {
  float: none;
  margin: 0 auto;
  display: inline-block; }

.panel-subscribe {
  border: 1px solid #cccccc;
  padding: 25px 15px;
  margin: 30px 0px; }

.partner-img-wrapper {
  height: 250px;
  border: 1px solid #efefef;
  margin: 10px;
  cursor: pointer;
  padding: 5px; }

.partner-img-sm-wrapper {
  height: 125px;
  border: 1px solid #efefef;
  margin: 10px;
  cursor: pointer;
  padding: 5px; }

.partner-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%; }

.partners-modal-img {
  height: 250px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.partners-modal-group {
  font-size: 22px;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-weight: bold;
  font-family: 'TiemposText-Regular', Georgia, "Times New Roman", Times, serif; }

.custom-modal-content {
  padding: 0 100px 50px 100px; }
  .custom-modal-content p {
    font-size: 18px;
    line-height: 22px; }

.block-title-static {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px; }

.static-block {
  background-color: #efefef; }
  .static-block .static-text {
    margin-bottom: 15px;
    text-align: center;
    font-size: 22px; }
    .static-block .static-text:last-child {
      margin-bottom: 0px !important; }

.training .static-block .static-text {
  margin-bottom: 15px;
  text-align: left;
  padding-left: 50px; }

.training .activity-icon {
  position: relative;
  float: left;
  margin-left: -50px;
  background-position-y: 60px; }

.activity-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
  background-image: url("../images/activity-type-icon-sprite.png");
  background-position: top left;
  margin-bottom: 15px;
  background-position-y: 0px; }
  .activity-icon.clock-icon {
    background-position-x: 120px; }
  .activity-icon.speach-icon {
    background-position-x: 90px; }

.program-stream h1 {
  font-size: 22px;
  margin-top: 0;
  font-weight: bold;
  padding-bottom: 25px; }

.program-single-line h1 {
  font-size: 32px;
  padding-bottom: 0px; }

.program-single-line h2 {
  font-size: 22px;
  font-family: 'Graphik-Regular', sans-serif;
  padding-bottom: 15px;
  text-transform: capitalize; }

.panel-regular-underline .flex-row {
  border-top: 1px #000000 solid; }

.past-event {
  font-family: 'TiemposText-Regular';
  width: 130px;
  height: 110px;
  display: block;
  position: fixed;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  top: 0;
  right: 20%;
  z-index: 1031; }
  .past-event .past-event-text {
    padding-top: 25px;
    padding-bottom: 10px;
    background: #000000;
    line-height: 26px; }
  .past-event .end {
    height: 17px;
    width: 130px;
    background-image: url("../images/past-event.png"); }

.modal-dialog, .modal-thank-you {
  color: #000000; }
  .modal-dialog > .inner-modal-wrapper > h2, .modal-thank-you > .inner-modal-wrapper > h2 {
    color: #000000; }

.error-404 .cover-image {
  background-image: url("../images/404-cover.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0; }

.error-404 h1 > .smaller-heading {
  font-size: 32px; }

.error-404 .subtitle {
  font-size: 18px; }

.error-404 .error-panel {
  background-color: transparent; }

.error-404 .img-fader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background: transparent;
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#550000FF, endColorstr=#550000FF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#ffffffff); }

.subscribe-placeholder {
  width: 100%;
  height: 50px;
  background: red; }

.subscribe-in-text-widget {
  background-image: url("../images/subscribe-in-text.png");
  display: block;
  width: 500px;
  height: 180px; }

/* Neutral Styling Links */
a.-no-styling {
  color: inherit;
  text-decoration: inherit; }

/* Advanced Responsive Positioning Classes */
.pull-right-not-xs, .pull-right-not-sm, .pull-right-not-md, .pull-right-not-lg {
  float: right; }

.pull-left-not-xs, .pull-left-not-sm, .pull-left-not-md, .pull-left-not-lg {
  float: left; }

@media (max-width: 767px) {
  .pull-right-not-xs, .pull-left-not-xs {
    float: none; }
  .pull-right-xs {
    float: right; }
  .pull-left-xs {
    float: left; }
  .homepage-search-form {
    margin-left: 15px;
    padding-top: 0; }
    .homepage-search-form input[type="search"] {
      width: 100%; }
    .homepage-search-form .search-clear {
      top: 8px; }
    .homepage-search-form .search-icon {
      top: 5px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pull-right-not-sm, .pull-left-not-sm {
    float: none; }
  .pull-right-sm {
    float: right; }
  .pull-left-sm {
    float: left; }
  .homepage-search-form {
    padding-top: 0; }
    .homepage-search-form .search-clear {
      top: 8px; }
    .homepage-search-form .search-icon {
      top: 5px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pull-right-not-md, .pull-left-not-md {
    float: none; }
  .pull-right-md {
    float: right; }
  .pull-left-md {
    float: left; }
  .homepage-search-form {
    display: none; } }

@media (min-width: 1200px) {
  .pull-right-not-lg, .pull-left-not-lg {
    float: none; }
  .pull-right-lg {
    float: right; }
  .pull-left-lg {
    float: left; } }

ul.alert.alert-danger {
  padding-left: 15px; }
  ul.alert.alert-danger > li {
    margin-left: 25px; }

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