﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i");
@import url("//sc.bobitstudios.com/fonts/sourcesanspro/sourcesanspro.css");
table.color-header-gray-body > thead > tr > th {
  background: #88ab86 !important;
  color: #ffffff !important; }

table.color-header-gray-body > thead {
  border-bottom: 2px solid #88ab86 !important; }

.footer .container .row a:hover {
  color: #333333; }

.overview p .btn {
  text-decoration: none;
  color: #ffffff;
  background: #ee3035; }
  .overview p .btn:hover {
    color: #ffffff;
    background: #cc292e; }
  .overview p .btn:active {
    color: #ffffff;
    background: #ee3035; }

table.color-header-gray-body > thead > tr > th {
  background: #ee3035 !important;
  color: #ffffff !important; }

table.color-header-gray-body > thead {
  border-bottom: 2px solid #ee3035 !important; }

html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px; }

* {
  margin: 0;
  padding: 0; }

input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  outline: none; }

textarea {
  padding: 10px 20px; }

a.color-link-no-underline {
  color: #ee3035;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px; }

a.color-link:hover {
  color: #ee3035;
  text-decoration: underline; }

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

.text-center {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 100% !important; }

.text-center .col-center-btns {
  display: inline-block !important;
  float: none !important;
  width: 30% !important;
  margin-bottom: 11px !important;
  padding: 0 10px 9px 10px !important; }

@media only screen and (max-width: 646px) {
  .text-center .col-center-btns {
    width: 48% !important;
    padding: 0 5px 0 5px !important; } }

.overflowHidden {
  overflow: hidden !important;
  -ms-overflow-style: -ms-autohiding-scrollbar !important;
  -ms-overflow-style: none !important; }

/*******************************************************************
Fonts
*******************************************************************/
.section-title {
  font-size: 38px;
  font-weight: 400;
  border-bottom: 2px solid #ee3035;
  display: inline;
  line-height: 1.5em;
  margin-bottom: 1.33em;
  color: #000000; }
  .section-title:after {
    display: block;
    content: "";
    margin-bottom: 1em;
    border-top: none;
    background: none;
    width: auto; }
  @media only screen and (max-width: 576px) {
    .section-title {
      font-size: 24px; } }

.page-title {
  font-size: 38px;
  font-weight: 600;
  border-bottom: 2px solid #ee3035;
  display: block;
  line-height: 1.5em;
  margin: 0 0 1.33em 0;
  text-align: left;
  color: #000000; }
  @media only screen and (max-width: 569px) {
    .page-title {
      font-size: 26px; } }

.pageContent .container .overview .innerWrapper h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 17px; }

.pageContent .container .overview .innerWrapper h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 17px; }

.pageContent .container .overview .innerWrapper h4 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 17px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper h3 {
    font-size: 21px;
    line-height: 28px; }
  .pageContent .container .overview .innerWrapper h4 {
    font-size: 23px;
    line-height: 28px; } }

.pageContent .container .overview .innerWrapper h5 {
  font-size: 23px;
  line-height: 31px;
  margin-top: 10px;
  margin-bottom: 20px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper h5 {
    font-size: 20px; } }

.pageContent .container .overview .innerWrapper p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px; }

.pageContent .container .overview .innerWrapper p span {
  font-weight: bold;
  color: #ee3035; }

.overview p a {
  color: #ee3035;
  text-decoration: underline; }
  .overview p a:hover {
    color: #cc292e; }
  .overview p a:active {
    color: #ee3035; }
  .overview p a:visited {
    color: #ee3035; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper p {
    font-size: 16px;
    line-height: 28px; } }

/*******************************************************************
Buttons
*******************************************************************/
.btn {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff !important;
  padding: .55em 1.1em;
  background-color: #ee3035;
  text-decoration: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.4); }
  .btn:hover {
    background-color: #cc292e;
    text-decoration: none;
    color: #ffffff !important; }
  .btn:active {
    color: #ffffff !important;
    background-color: #ee3035; }

.btn.secondary-button {
  font-size: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.btn.small {
  font-size: 15px;
  color: #ffffff !important;
  font-weight: 500;
  background: #ee3035; }
  .btn.small:hover {
    background: #cc292e; }

/*******************************************************************
Icons
*******************************************************************/
.email-icon-right {
  fill: #ee3035;
  width: 20px;
  height: null;
  display: inline-block;
  vertical-align: bottom; }

.email-icon-footer {
  fill: #999999;
  width: 24px;
  height: null;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  margin-top: 3px; }

.phone-icon-footer {
  fill: #999999;
  width: 20px;
  height: null;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 12px;
  padding-left: 3px;
  margin-bottom: 10px; }

.location-icon-footer {
  fill: #999999;
  width: 18px;
  height: null;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 5px 10px 0 0;
  float: left; }

.calendar-icon {
  fill: #000000;
  width: 26px;
  height: null;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 5px 7px 0 0; }

.header {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: #fff;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  min-height: 100px;
  z-index: 3; }

.header .container {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px; }

@media (min-width: 992px) {
  .header .container {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1350px) {
  .header .container {
    width: 1310px;
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 1249px) {
  .header .container {
    height: 118px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px; } }

@media only screen and (max-width: 769px) {
  .header .container {
    height: 118px;
    padding-top: 15px;
    padding-bottom: 15px; } }

@media only screen and (max-width: 569px) {
  .header .container {
    height: 70px;
    padding-left: 15px; } }

.header .container .row {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  position: relative; }

.header .container .row .logoWrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100px; }

.header .container .row .logoWrapper a {
  display: block;
  float: left;
  text-decoration: none; }

.header .container .row .logoWrapper .logo {
  height: 100%;
  min-width: 130px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  margin-right: 5px; }

@media only screen and (max-width: 1249px) {
  .header .container .row .logoWrapper .logo {
    min-width: 115px;
    margin-right: 5px; } }

@media only screen and (max-width: 769px) {
  .header .container .row .logoWrapper .logo {
    min-width: 105px;
    margin-top: 4px; } }

@media only screen and (max-width: 600px) {
  .header .container .row .logoWrapper .logo {
    min-width: 95px;
    height: 50px; } }

@media only screen and (max-width: 500px) {
  .header .container .row .logoWrapper .logo {
    height: 60px;
    margin-top: 10px;
    max-width: 80px; } }

.sponsor-wrapper-main {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  border-left: 1px solid #dddddd;
  padding-left: 10px;
  margin-left: 10px;
  margin-top: 5px; }
  .sponsor-wrapper-main .sponsor-wrapper {
    overflow: hidden;
    min-width: 106px; }
    @media (max-width: 600px) {
      .sponsor-wrapper-main .sponsor-wrapper {
        min-width: 75px; } }

.header .container .row .logoWrapper .sponsorLogo {
  display: inline-block;
  align-items: center; }

.header .container .row .logoWrapper .sponsorlogo-text {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em; }
  .header .container .row .logoWrapper .sponsorlogo-text p {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2em;
    padding-bottom: 6px; }

.header .container .row .logoWrapper .sponsorLogo p {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em; }

.header .container .row .logoWrapper .sponsorLogo a {
  display: block;
  min-width: 100px;
  min-height: 42px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin-right: 5px; }
  @media only screen and (max-width: 769px) {
    .header .container .row .logoWrapper .sponsorLogo a {
      min-width: 85px;
      min-height: 34px; } }
  @media only screen and (max-width: 600px) {
    .header .container .row .logoWrapper .sponsorLogo a {
      min-width: 76px;
      min-height: 29px; } }
  @media only screen and (max-width: 500px) {
    .header .container .row .logoWrapper .sponsorLogo a {
      min-width: 48px;
      min-height: 35px; } }

.menuWrapper {
  height: 100%;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2; }

.menuWrapper > ul {
  float: right;
  height: 100%;
  list-style-type: none;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  transition: 0.3s; }

@media only screen and (min-width: 1250px) {
  .menuWrapper > ul {
    align-items: center;
    transition: none; } }

.menuWrapper > ul > li {
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  margin-left: 15px;
  cursor: pointer; }

.menuWrapper > ul > li span.parent:after {
  color: #ee3035;
  font-family: "Font Awesome 5 Pro";
  content: '\f107'; }
  @media only screen and (min-width: 1249px) {
    .menuWrapper > ul > li span.parent:after {
      padding-left: 5px;
      height: auto; } }

.menuWrapper > ul > li.home {
  display: none; }

@media only screen and (min-width: 1249px) {
  .menuWrapper > ul > li:hover ul.dropdownCustom {
    display: block; } }

.menuWrapper > ul > li:first-child {
  margin: 0; }

.menuWrapper > ul > li > a {
  color: black; }
  .menuWrapper > ul > li > a:hover {
    text-decoration: none; }

.menuWrapper > ul > li ul.dropdownCustom {
  display: none;
  position: absolute;
  z-index: 1;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ee3035;
  background: #fff;
  padding: 0 13px;
  -webkit-box-shadow: 2px 2px 5px rgba(204, 204, 204, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(204, 204, 204, 0.3);
  box-shadow: 2px 2px 5px rgba(204, 204, 204, 0.3); }
  .menuWrapper > ul > li ul.dropdownCustom li a {
    height: 100%;
    text-decoration: none;
    color: black;
    line-height: 40px;
    font-size: 18px; }
    .menuWrapper > ul > li ul.dropdownCustom li a:hover {
      color: #000000; }

.menuWrapper > ul > li ul.dropdownCustom.opened {
  display: block; }

.menuWrapper > ul > li ul.dropdownCustom .back {
  display: none; }

.menuWrapper > ul > li ul.dropdownCustom li {
  list-style-type: none; }
  @media (min-width: 1250px) {
    .menuWrapper > ul > li ul.dropdownCustom li a {
      white-space: nowrap; } }

.menuWrapper.opened ul li .btn.small {
  font-size: 16px !important;
  font-weight: bold !important; }

/***************************************************
Social Media
***************************************************/
.facebook {
  background: #3b5998; }
  .facebook:before {
    content: '\f39e';
    font-family: 'Font Awesome 5 Brands';
    color: #ffffff; }

.instagram {
  background: #bc2a8d; }
  .instagram:before {
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    color: #ffffff; }

.twitter {
  background: #38A1F3; }
  .twitter:before {
    content: '\f099';
    font-family: 'Font Awesome 5 Brands';
    color: #ffffff; }

.linkedin {
  background: #0e76a8; }
  .linkedin:before {
    content: '\f0e1';
    font-family: 'Font Awesome 5 Brands';
    color: #ffffff; }

.rss {
  background: #ee802f; }
  .rss:before {
    content: '\f09e';
    font-family: "Font Awesome 5 Pro";
    color: #ffffff; }

.sidebar-social-media {
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 20px;
  list-style: none; }
  .sidebar-social-media li {
    display: inline-block;
    margin-right: 3px; }
  .sidebar-social-media a {
    width: 32px;
    height: 32px;
    display: block;
    padding-top: 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .sidebar-social-media a:hover {
      text-decoration: none; }

.socialFooter a {
  width: 40px;
  height: 40px;
  display: block;
  padding-top: 10px;
  text-align: center;
  font-size: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .socialFooter a:hover {
    text-decoration: none; }

.socialFooter .hashTag {
  font-size: 19px;
  color: #ffffff;
  background: none; }
  .socialFooter .hashTag:hover {
    color: #ffffff; }

.mobile-menu-social:hover {
  background: none !important; }

.mobile-menu-social a {
  display: inline-block;
  color: #ee3035;
  background: none !important; }

@media only screen and (min-width: 1249px) {
  .menuWrapper {
    transition: none; }
    .menuWrapper .btn.small,
    .menuWrapper .mobile-menu-social {
      display: none; }
    .menuWrapper ul {
      float: left !important; }
  .register-social-media {
    list-style: none; }
    .register-social-media li {
      float: right; }
    .register-social-media .mobile-menu-social {
      margin-right: 10px; }
      .register-social-media .mobile-menu-social a {
        margin-right: 5px; }
      .register-social-media .mobile-menu-social a:before {
        color: #999999 !important; }
      .register-social-media .mobile-menu-social a:hover {
        text-decoration: none; } }

@media only screen and (max-width: 1249px) {
  .register-social-media {
    display: none; }
  .menuWrapper {
    position: fixed;
    padding: 0;
    width: 0;
    top: 0;
    right: 0; }
    .menuWrapper .btn {
      padding: 0; }
      .menuWrapper .btn.small {
        background: none; }
    .menuWrapper .mobile-menu-social {
      text-indent: unset !important; }
      .menuWrapper .mobile-menu-social a {
        font-size: 22px;
        text-align: center;
        padding-top: 2px;
        margin-right: 10px; }
        .menuWrapper .mobile-menu-social a:hover, .menuWrapper .mobile-menu-social a:active {
          text-decoration: none; }
  .dropdownCustom.opened li a {
    color: #ffffff !important; }
  .menuWrapper ul {
    background: #ee3035;
    width: 0;
    justify-content: flex-start;
    flex-direction: column;
    transition: 0.3s; }
    .menuWrapper ul li {
      font-size: 18px;
      color: #ffffff;
      margin: 0;
      text-indent: 0;
      line-height: 30px;
      padding: 10px 10px 11px 17px;
      text-align: left;
      box-sizing: initial;
      height: auto; }
  .menuWrapper.opened ul {
    width: 320px;
    overflow-y: scroll; }
  .menuWrapper ul > li i {
    display: none; }
  .menuWrapper ul > li > a {
    color: #ffffff; }
  .menuWrapper ul > li > a:hover {
    text-decoration: none; }
  .menuWrapper ul > li ul.dropdownCustom .back {
    line-height: 50px; }
  .menuWrapper ul > li.home {
    display: block;
    line-height: 50px;
    padding: 10px 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box; }
  .menuWrapper ul > li.home a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff; }
  .menuWrapper ul > li span:after {
    box-sizing: initial; }
  .menuWrapper ul > li:hover {
    background: #000000; }
  .menuWrapper ul > li ul.dropdownCustom {
    width: 0;
    display: block;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
    box-shadow: none;
    border: none;
    transition: 0.3s; }
  .menuWrapper ul > li ul.dropdownCustom .back {
    display: block;
    padding: 10px 0 10px 15px;
    margin-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box; }
  /*.header .container .row .menuWrapper ul > li ul.dropdownCustom .back:hover:before {
    background: url("/content/img/icons/iconmonstr-triangle-back-2.svg") no-repeat 0 50%;
  }*/
  .menuWrapper ul > li ul.dropdownCustom.opened {
    width: 320px; } }

@media only screen and (max-width: 769px) {
  .menuWrapper.opened ul {
    width: 320px; }
  .menuWrapper ul > li.home {
    padding: 10px 0; }
  .menuWrapper ul > li.home a {
    padding-left: 15px; }
  .menuWrapper ul > li:hover {
    background: #000000; } }

@media only screen and (max-width: 569px) {
  .menuWrapper ul > li.home {
    padding: 10px 0; } }

.header .container .row .bg {
  width: 0;
  height: 200vh;
  position: absolute;
  top: -50px;
  right: 0;
  background: rgba(50, 50, 50, 0);
  transition: background-color 0.2s ease;
  z-index: 2; }

.header .container .row .bg.opened {
  width: 110%;
  background: rgba(50, 50, 50, 0.9); }

.header .container .row .burgerBtn {
  display: none;
  float: right;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  right: 30px;
  padding: 5px; }

.burgerBtn.opened {
  margin-top: -15px; }

.header .container .row .burgerBtn:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f0c9';
  font-size: 30px;
  color: #ee3035; }

.header .container .row .burgerBtn.opened:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f00d';
  color: #ffffff; }

@media only screen and (max-width: 1249px) {
  .header .container .row .burgerBtn {
    display: block;
    float: initial; } }

@media only screen and (max-width: 769px) {
  .header .container .row .burgerBtn {
    right: 30px; } }

@media only screen and (max-width: 1249px) {
  .header .container .row .menuWrapper ul > li:not(:first-child) span.parent:after {
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    content: '\f054';
    font-weight: 100;
    padding-left: 7px;
    opacity: .5;
    text-indent: 0; } }

.header .container .row .menuWrapper ul > li ul.dropdownCustom .back:before {
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  content: '\f0d9';
  font-weight: 700;
  padding-right: 10px;
  font-size: 22px; }

.locationBar,
.locationBarHome {
  width: 100%;
  min-height: 45px;
  background: #000000;
  background-size: 1156px;
  color: #ffffff;
  text-align: center;
  z-index: -1; }

.header .container .locationBar.locationBar,
.header .container .locationBarHome.locationBar {
  display: block; }

.locationBar p {
  font-size: 18px;
  padding-top: 9px; }

@media only screen and (max-width: 769px) {
  .locationBar,
  .locationBarHome {
    font-weight: 300;
    line-height: inherit;
    padding: 5px 10px; }
    .locationBar p,
    .locationBarHome p {
      font-size: 16px; }
  .locationBar p,
  .locationBarHome p {
    line-height: 32px;
    padding: 10px; } }

@media only screen and (max-width: 625px) {
  .locationBar p,
  .locationBarHome p {
    line-height: 29px;
    padding: 5px 10px; } }

@media only screen and (max-width: 400px) {
  .locationBar p,
  .locationBarHome p {
    line-height: 24px; } }

.footer {
  position: relative;
  border-top: 10px solid #ee3035;
  padding-top: 70px;
  padding-bottom: 60px;
  background: #333333;
  background-size: 1156px;
  box-sizing: border-box;
  overflow: hidden; }

.footer .container .row h1 {
  font-size: 22px;
  color: #ee3035;
  line-height: 0.7;
  margin-bottom: 25px; }

.footer .container .row > div {
  margin-bottom: 20px; }

.footer .container .row .logoFooter .logo {
  display: block;
  margin-bottom: 30px;
  width: 80%; }

@media only screen and (max-width: 768px) {
  .footer .container .row .logoFooter .logo {
    max-width: 249px; } }

.footer .container .row .logoFooter .logo img {
  height: 95px;
  max-width: null; }

.footer .container .row .logoFooter .sponsorLogo {
  display: inline-block;
  min-height: 10px;
  width: 46%;
  margin-right: 3%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600; }

.footer .container .row .logoFooter .sponsorLogo p {
  margin-bottom: 14px; }

.footer .container .row .logoFooter .sponsorLogo a {
  display: block; }

@media only screen and (max-width: 768px) {
  .footer .container .row .logoFooter .sponsorLogo a {
    max-width: 130px; } }

.footer .container .row .logoFooter .sponsorLogo a img {
  display: block;
  width: 100%; }

.footer .container .row .contactFooter p, .footer .container .row .contactFooter a, .footer .container .row .locationFooter p, .footer .container .row .locationFooter a {
  font-size: 19px; }

.footer .container .row .contactFooter p {
  font-size: 19px; }

.footer .container .row .contactFooter p.location {
  display: block;
  margin-left: 32px; }

.contactFooter p.location:before {
  color: #999999;
  font-size: 23px;
  content: '\f017';
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  width: 34px;
  height: 30px;
  position: absolute;
  left: 20px; }

.footer .container p {
  text-decoration: none;
  display: table;
  color: #cccccc;
  line-height: 30px;
  text-indent: 0; }

.footer .container a {
  text-decoration: none;
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-self: flex-start;
  color: #ffffff;
  line-height: 30px;
  text-indent: 0;
  margin-bottom: 8px; }

.footer .container .row .contactFooter .group {
  margin-bottom: 20px;
  margin-left: 5px; }

.footer .container .row .contactFooter .group:last-child {
  margin: 0;
  padding-left: 33px; }

.footer .container .row .contactFooter .group:last-child a {
  text-indent: 0; }

.footer .container .row .contactFooter .group .phone {
  /*white-space: nowrap;
-moz-hyphens:none;
-ms-hyphens:none;
-webkit-hyphens: none;*/
  hyphens: none;
  word-break: keep-all; }

.footer .container .row .socialFooter a {
  display: block;
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.footer .container .row .socialFooter .group {
  height: 45px;
  margin-bottom: 30px; }

.footer .container .row .locationFooter .group {
  margin-bottom: 20px; }

.footer .container .row .locationFooter .group:last-child {
  margin: 0;
  padding-left: 27px; }

.footer .container .row .locationFooter .group:last-child a {
  text-indent: 0; }

.footer .container .row .locationFooter .group p:not(:first-child) {
  text-indent: 0; }

.footer .container .row a:hover {
  color: #ee3035; }

.backtotop {
  background: #ee3035;
  font-size: 30px;
  position: absolute;
  bottom: 3.5em;
  right: 1em;
  padding: 0 .35em;
  color: #ffffff; }
  .backtotop:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f106';
    color: #ffffff; }
  .backtotop:hover {
    text-decoration: none;
    color: #ee3035;
    opacity: 0.7; }

@media only screen and (max-width: 768px) {
  .footer .container .backToTop {
    bottom: 120px;
    right: 30px; } }

@media only screen and (max-width: 568px) {
  .footer .container .backToTop {
    bottom: 105px;
    right: 15px; } }

.footerBottom {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 10px 0;
  -webkit-align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000000;
  color: #cccccc; }
  @media (max-width: 600px) {
    .footerBottom {
      padding-top: 2%;
      padding-bottom: 2%;
      overflow: hidden; } }

.footerBottom .container a {
  text-decoration: none;
  color: #cccccc;
  font-size: 15px;
  float: left; }

.footerBottom .container .copyright {
  float: left;
  font-size: 15px;
  color: #cccccc;
  margin-top: 5px; }

.privacyPolicy span {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  color: #cccccc; }

@media only screen and (max-width: 992px) {
  .privacyPolicy {
    float: right; } }

@media only screen and (min-width: 993px) {
  .privacyPolicy {
    float: right; } }

@media only screen and (max-width: 800px) {
  .privacyPolicy {
    float: left;
    display: block;
    width: 50%; } }

.content {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box; }

@media only screen and (max-width: 768px) {
  .content {
    padding: 0 30px; } }

@media only screen and (max-width: 569px) {
  .content {
    padding: 0 15px; } }

.col {
  width: 25%;
  min-width: 180px;
  padding-right: 2.33%;
  box-sizing: border-box; }

@media only screen and (max-width: 769px) {
  .col {
    width: 50%; } }

@media only screen and (max-width: 569px) {
  .col {
    width: 100%;
    padding-right: 0; } }

.slick-slider {
  position: relative; }

.slick-slider .slick-slide {
  outline: none;
  height: initial; }

.slick-slider .slick-arrow {
  position: absolute;
  top: 45%;
  /*bottom: 0;*/
  margin: -16.5px auto 0;
  z-index: 1;
  width: 33px;
  height: 65px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: none;
  cursor: pointer;
  font-size: 45px;
  line-height: 45px;
  color: #ee3035;
  outline: none; }

@media only screen and (max-width: 845px) {
  .slick-slider .slick-arrow .slick-arrow {
    top: 36%; } }

@media only screen and (max-width: 769px) {
  .slick-slider .slick-arrow {
    width: 25px;
    height: 45px;
    margin-top: -22.5px; } }

@media only screen and (max-width: 569px) {
  .slick-slider .slick-arrow {
    width: 16px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
    line-height: 30px; } }

.slick-slider .slick-prev {
  color: #ee3035;
  font-weight: 300;
  font-size: 50px;
  text-align: left;
  left: 30px; }
  .slick-slider .slick-prev:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f104'; }
  @media only screen and (max-width: 769px) {
    .slick-slider .slick-prev {
      left: 10px; } }

.slick-slider .slick-next {
  color: #ee3035;
  font-weight: 300;
  font-size: 50px;
  text-align: right;
  right: 30px; }
  .slick-slider .slick-next:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f105'; }
  @media only screen and (max-width: 769px) {
    .slick-slider .slick-next {
      right: 10px; } }

.slick-slider .slick-dots {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  position: absolute;
  /*right: 0;
		left: 0;
        display: flex;    */
  bottom: 30px;
  margin: auto;
  display: inline-flex;
  left: 50%;
  margin-left: -30%;
  width: 60%;
  text-align: center;
  overflow: hidden; }

@media only screen and (max-width: 569px) {
  .slick-slider .slick-dots {
    justify-content: center !important;
    width: 94%;
    margin-left: -47%; } }

.slick-slider .slick-dots li {
  list-style-type: none; }

.slick-slider .slick-dots li:not(:last-child) {
  margin-right: 15px; }

.slick-slider .slick-dots li.slick-active button {
  background: #ee3035; }

.slick-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  background: #999;
  outline: none; }

@media only screen and (max-width: 569px) {
  .slick-slider .slick-dots li button {
    width: 10px;
    height: 10px; } }

@media only screen and (min-width: 1280px) {
  .container {
    padding: 0; } }

.pageContent {
  min-height: 100%;
  padding-left: 0;
  padding-right: 0; }

.overview,
.rightRail {
  margin-top: 50px; }

.pageContent .mainSlider {
  max-height: 580px;
  z-index: 1; }

.pageContent .mainSlider .sliderItem {
  max-height: 580px;
  position: relative;
  height: 100%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 131px; }

@media only screen and (max-width: 569px) {
  .pageContent .mainSlider .sliderItem {
    padding-top: 80px;
    padding-bottom: 100px;
    height: 400px;
    min-height: 350px; } }

.pageContent .mainSlider .sliderItem .sliderImage {
  max-height: 580px;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

/*** Hero Image Overlay ***/
.pageContent .mainSlider .sliderItem .sliderImage .sliderOverlay {
  width: 100%;
  height: 100%; }

.pageContent .mainSlider .sliderItem h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.16em;
  margin-bottom: .42em; }
  @media only screen and (max-width: 769px) {
    .pageContent .mainSlider .sliderItem h1 {
      font-size: 48px; } }
  @media only screen and (max-width: 569px) {
    .pageContent .mainSlider .sliderItem h1 {
      font-size: 30px; } }

.pageContent .mainSlider .sliderItem p {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 auto 1.33em auto;
  max-width: 880px; }

@media only screen and (max-width: 769px) {
  .pageContent .mainSlider .sliderItem p {
    width: 90%;
    /*min-height: 126px; */
    /*removed per issue EVT-124*/
    font-size: 30px;
    line-height: 40px; } }

@media only screen and (max-width: 569px) {
  .pageContent .mainSlider .sliderItem p {
    width: 80%;
    font-size: 18px;
    line-height: 26px; } }

.pageContent .mainSlider .sliderItem a {
  width: auto;
  height: 64px;
  font-size: 22px;
  margin: 0 auto;
  padding: 20px 40px; }

@media only screen and (max-width: 569px) {
  .pageContent .mainSlider .slick-dots {
    bottom: 15px;
    bottom: initial; } }

@media only screen and (max-width: 569px) {
  .pageContent .mainSlider .slick-arrow {
    display: none !important; } }

.pageContent .textMsgBlock {
  width: 100%;
  background: #e2e2e2;
  padding-top: 80px;
  padding-bottom: 90px;
  text-align: center; }

@media only screen and (max-width: 992px) {
  .pageContent .textMsgBlock {
    padding-top: 60px;
    padding-bottom: 60px; } }

.pageContent .textMsgBlock .container {
  max-width: 900px; }

.pageContent .textMsgBlock .container h5 {
  line-height: 30px;
  font-size: 22px; }

.pageContent .textMsgBlock .container p {
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .pageContent .textMsgBlock .container .row div a {
    float: right; }
  .pageContent .textMsgBlock .container .row div:last-child a {
    float: left; } }

@media only screen and (max-width: 769px) {
  .pageContent .textMsgBlock .container .row div:first-child a {
    margin-bottom: 15px; } }

.pageContent .textMsgBlock .container a {
  display: inline-block;
  box-sizing: border-box; }

@media only screen and (max-width: 646px) {
  .pageContent .textMsgBlock .container a {
    width: 100% !important;
    line-height: 20px !important;
    height: auto !important;
    padding: 12px 5px 12px; } }

.pageContent .textMsgBlock .container a:first-child {
  border-left: none; }

.pageContent .textMsgBlock .container a:last-child {
  border-right: none; }

@media only screen and (max-width: 569px) {
  .pageContent .textMsgBlock .container h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px; }
  .pageContent .textMsgBlock .container p {
    font-size: 16px;
    line-height: 24px; }
  .pageContent .textMsgBlock .container a {
    width: 195px;
    height: 45px;
    font-size: 16px;
    line-height: 45px; } }

.pageContent .newsUpdates {
  width: 100%;
  margin-bottom: 90px;
  padding-top: 70px; }

@media only screen and (max-width: 992px) {
  .pageContent .newsUpdates {
    margin-bottom: 0; } }

.pageContent .newsUpdates {
  margin-bottom: 30px; }

.pageContent .newsUpdates .container .blockTitle {
  text-align: center; }

.pageContent .newsUpdates .container .blockTitle h1 {
  font-size: 38px;
  font-weight: 400;
  border-bottom: 2px solid #ee3035;
  display: inline;
  line-height: 1.5em;
  margin-bottom: 1.33em;
  color: #000000; }
  .pageContent .newsUpdates .container .blockTitle h1:after {
    display: block;
    content: "";
    margin-bottom: 1em;
    border-top: none;
    background: none;
    width: auto; }
  @media only screen and (max-width: 576px) {
    .pageContent .newsUpdates .container .blockTitle h1 {
      font-size: 24px; } }

.pageContent .mainSlider .sliderItem a {
  font-size: 18px;
  margin: 0 auto;
  padding: 20px 20px; }

.pageContent .newsUpdates .container .row a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  color: #ee3035; }

.pageContent .newsUpdates .container .row a:hover {
  color: #000000; }

.pageContent .newsUpdates .container .row a:first-child {
  margin-bottom: 22px; }

@media only screen and (max-width: 992px) {
  .pageContent .newsUpdates .container .row a:first-child {
    margin-bottom: 10px; } }

.pageContent .newsUpdates .container .row a img {
  width: 100%; }

.pageContent .newsUpdates .container .row p {
  font-size: 20px; }

@media (max-width: 991px) {
  .pageContent .newsUpdates .templateTypeArticle,
  .pageContent .newsUpdates .templateTypePhotoGallery {
    min-height: 370px;
    margin-bottom: 50px;
    padding: 0 30px; }
  .pageContent .newsUpdates .templateTypeVideo {
    min-width: 270px; }
  .pageContent .container .templateTypeArticle:nth-of-type(2n+1),
  .pageContent .container .templateTypeVideo:nth-of-type(2n+1), .pageContent .container .templateTypePhotoGallery:nth-of-type(2n+1) {
    clear: both; } }

.pageContent .newsUpdates .templateTypeArticle .iconVideo,
.pageContent .newsUpdates .templateTypeVideo .iconVideo, .pageContent .newsUpdates .templateTypePhotoGallery .iconPhotoGallery {
  position: relative; }

.pageContent .newsUpdates .templateTypePhotoGallery .iconPhotoGallery:after, .pageContent .newsUpdates .templateTypeVideo .iconVideo:after {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  margin-left: -0.4em;
  margin-top: -0.69em;
  height: 0px;
  width: 0px;
  border-radius: 10px;
  opacity: 0.9;
  vertical-align: baseline;
  -webkit-box-shadow: 0px -1px 18px 2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px -1px 18px 2px rgba(0, 0, 0, 0.45);
  box-shadow: 7px 20px 33px 17px rgba(0, 0, 0, 0.45); }

.pageContent .newsUpdates .templateTypePhotoGallery .iconPhotoGallery:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f030';
  color: #ffffff;
  font-size: 1.4em; }

.pageContent .newsUpdates .templateTypeVideo .iconVideo:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f144';
  color: #ffffff;
  font-size: 1.6em; }

.pageContent .photoGallery {
  text-align: center;
  margin-bottom: 90px;
  padding-top: 90px; }

@media only screen and (max-width: 769px) {
  .pageContent .photoGallery {
    margin-bottom: 60px; } }

.pageContent .photoGallery .photoGallerySlider .sliderItem img {
  width: 100%; }

@media only screen and (max-width: 769px) {
  .pageContent .photoGallery .photoGallerySlider .slick-arrow {
    color: #ffffff; } }

.pageContent .photoGallery .photoTitle {
  position: relative;
  display: block;
  width: 397px;
  max-width: 70%;
  margin: -31px auto 30px auto;
  font-size: 30px;
  line-height: 1.3em;
  padding: .75em .4em;
  color: black;
  text-decoration: none;
  text-align: center;
  background: #fff; }

.pageContent .photoGallery .photoTitle:hover {
  color: #ee3035; }

@media only screen and (max-width: 769px) {
  .pageContent .photoGallery .photoTitle {
    margin-bottom: 10px;
    position: static;
    margin-top: 0;
    font-size: 20px; } }

@media only screen and (max-width: 569px) {
  .pageContent .photoGallery .photoTitle {
    font-size: 30px;
    line-height: initial;
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto; } }

.pageContent .photoGallery a {
  width: 300px;
  margin: 0 auto; }

@media only screen and (max-width: 569px) {
  .pageContent .photoGallery a {
    width: 211px;
    height: 45px;
    line-height: 45px;
    font-size: 16px; } }

.pageContent .whatOthersAreSaying {
  position: relative;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 70px;
  background: #e2e2e2; }

@media only screen and (max-width: 769px) {
  .pageContent .whatOthersAreSaying {
    padding-top: 50px; } }

@media only screen and (max-width: 569px) {
  .pageContent .whatOthersAreSaying {
    padding-bottom: 50px;
    font-size: 30px; } }

.pageContent .whatOthersAreSaying .whatOthersAreSayingSlider {
  position: initial; }

.pageContent .whatOthersAreSaying .whatOthersAreSayingSlider .slick-slide {
  min-height: 400px; }

@media only screen and (max-width: 569px) {
  .pageContent .whatOthersAreSaying .whatOthersAreSayingSlider .slick-slide {
    min-height: 440px; } }

@media only screen and (max-width: 400px) {
  .pageContent .whatOthersAreSaying .whatOthersAreSayingSlider .slick-slide {
    min-height: 388px; } }

.pageContent .whatOthersAreSaying .whatOthersAreSayingSlider .sliderItem {
  text-align: center;
  height: auto;
  padding-bottom: 4%; }

.pageContent .whatOthersAreSaying .whatOthersAreSayingSlider .sliderItem div {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px auto;
  border: 2px solid #e2e2e2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #ee3035;
  text-align: center;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
  font-size: 6em; }

.pageContent .whatOthersAreSaying .whatOthersAreSayingSlider .sliderItem div img {
  display: block;
  position: absolute;
  top: 0;
  margin-left: -1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px; }

.pageContent .whatOthersAreSaying .whatOthersAreSayingSlider .sliderItem div img[src=""] {
  display: none; }

@media only screen and (max-width: 569px) {
  .pageContent .whatOthersAreSaying .whatOthersAreSayingSlider .sliderItem div img {
    width: 60px;
    height: 60px; } }

@media only screen and (max-width: 569px) {
  .pageContent .whatOthersAreSaying .whatOthersAreSayingSlider .sliderItem div {
    height: 60px;
    width: 60px;
    line-height: 1.1;
    font-size: 2em; } }

.pageContent .whatOthersAreSaying .whatOthersAreSayingSlider .sliderItem p {
  max-width: 70%;
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-bottom: 10px; }

@media only screen and (max-width: 569px) {
  .pageContent .whatOthersAreSaying .whatOthersAreSayingSlider .sliderItem p {
    max-width: 70%;
    min-height: 200px;
    padding-bottom: 10px;
    font-size: 18px !important;
    line-height: 26px; } }

.pageContent .whatOthersAreSaying .whatOthersAreSayingSlider .sliderItem h4 {
  max-width: 70%;
  font-size: 22px;
  line-height: 30px;
  margin: 0 auto;
  font-weight: bold; }

@media only screen and (max-width: 569px) {
  .pageContent .whatOthersAreSaying .whatOthersAreSayingSlider .sliderItem h4 {
    max-width: 80%; } }

.pageContent .speakers {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center; }

@media only screen and (max-width: 769px) {
  .pageContent .speakers {
    padding-top: 50px;
    padding-bottom: 70px; } }

@media only screen and (max-width: 569px) {
  .pageContent .speakers {
    padding-top: 50px;
    padding-bottom: 60px; } }

.pageContent .speakers .speakersSlider {
  position: initial;
  margin-bottom: 60px; }

@media only screen and (max-width: 569px) {
  .pageContent .speakers .speakersSlider {
    margin-bottom: 17px; } }

.pageContent .speakers .speakersSlider .slick-arrow {
  top: 33%;
  bottom: initial; }

@media only screen and (max-width: 769px) {
  .pageContent .speakers .speakersSlider .slick-arrow {
    top: 34.5%; } }

@media only screen and (max-width: 569px) {
  .pageContent .speakers .speakersSlider .slick-arrow {
    top: 32%;
    margin-bottom: 10px; } }

.pageContent .speakers .speakersSlider .slick-slide {
  max-height: 350px; }

.pageContent .speakers .speakersSlider .sliderItem {
  text-align: center;
  padding: 0 10px; }

.pageContent .speakers .speakersSlider .sliderItem img {
  display: block;
  width: 60%;
  max-width: 196px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 32px; }

.pageContent .speakers .speakersSlider .sliderItem h5 {
  font-size: 22px;
  color: #ee3035; }

.pageContent .speakers .speakersSlider .sliderItem p {
  font-size: 20px; }

@media only screen and (max-width: 569px) {
  .pageContent .speakers .speakersSlider .sliderItem p {
    width: 90%;
    margin: 0 auto; } }

.pageContent .speakers .speakersSlider .slick-dots {
  bottom: 180px; }

@media only screen and (max-width: 845px) {
  .pageContent .speakers .speakersSlider .slick-dots {
    bottom: 159px; } }

@media only screen and (max-width: 569px) {
  .pageContent .speakers .speakersSlider .slick-dots {
    top: 32%;
    display: none !important; } }

.pageContent .speakers a {
  width: 300px;
  margin: 0 auto; }

@media only screen and (max-width: 569px) {
  .pageContent .speakers a {
    width: 211px;
    height: 45px;
    line-height: 45px;
    font-size: 16px; } }

.pageContent .sponsors {
  text-align: center;
  margin-top: 90px; }

.pageContent .sponsors h1:after {
  display: block;
  content: '';
  height: 30px; }

.pageContent .sponsors h5 {
  line-height: 30px;
  font-size: 22px;
  margin-bottom: 1.5em; }

.pageContent .sponsors p {
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 30px; }

.sponsor-item {
  width: 300px;
  height: 200px;
  display: flex;
  margin: 0 2em 2em 2em;
  text-align: center; }
  .sponsor-item a {
    margin: auto; }
  .sponsor-item img {
    margin: auto;
    max-width: 80%; }

@media (max-width: 768px) {
  .sponsor-item {
    width: 46%;
    margin: 20px 2%;
    max-height: 150px; } }

.pageContent .sponsors .customRow {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.pageContent .sponsors .customRow > a img {
  margin-bottom: 6%; }

.pageContent .sponsors .customRow:not(:last-child) {
  margin-bottom: 32px;
  border-bottom: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.pageContent .subscribe {
  padding: 90px 0 125px 0;
  text-align: center; }

.pageContent .subscribe .container {
  max-width: 711px;
  padding-right: 15px;
  padding-left: 15px; }

.pageContent .subscribe .container h5 {
  margin-bottom: 15px; }

.pageContent .subscribe .container .email-icon-right {
  display: none; }

form {
  display: block; }

@media only screen and (max-width: 769px) {
  form {
    width: 100%; } }

input {
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 20px;
  padding: 1em 1.3em;
  color: #333333; }

form input[type="email"] {
  width: 73%;
  margin-right: 2%; }
  @media only screen and (max-width: 769px) {
    form input[type="email"] {
      width: 73%;
      max-width: 73%;
      margin-right: 2%; } }
  @media only screen and (max-width: 569px) {
    form input[type="email"] {
      width: 65%;
      max-width: 65%;
      margin-right: 2%;
      font-size: 16px; } }

form input[type="submit"] {
  width: 25%;
  font-size: 20px;
  background: #ee3035;
  color: #ffffff; }
  form input[type="submit"]:hover {
    background: #cc292e !important; }
  form input[type="submit"]:hover {
    background: #000000; }

@media only screen and (max-width: 569px) {
  form input[type="submit"] {
    width: 33%;
    font-size: 16px;
    margin-left: -11px; } }

@media only screen and (max-width: 440px) {
  form input[type="submit"] {
    width: 35%;
    margin-left: -8px; } }

@media only screen and (max-width: 320px) {
  form input[type="submit"] {
    margin-left: -6px; } }

@media (max-width: 992px) {
  .pageContent .container {
    width: initial; } }

@media only screen and (max-width: 569px) {
  .pageContent .container {
    padding-left: 0;
    padding-right: 0; }
  .rightRail .row {
    margin-left: 0;
    margin-right: 0; } }

.overview img {
  max-width: 100%; }

@media only screen and (max-width: 728px) {
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

.pageContent .container .overview .social {
  width: 100%;
  text-align: right;
  margin-bottom: 10px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .social {
    margin-bottom: 5px; } }

.pageContent .container .overview .social a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #55C6D3; }

.pageContent .container .overview .social .facebook {
  background: #ffffff url("/content/img/icons/iconmonstr-facebook-2.svg"); }

.pageContent .container .overview .social .twitter {
  background: #ffffff url("/content/img/icons/iconmonstr-twitter-2.svg"); }

.pageContent .container .overview .social .linkedin {
  background: #ffffff url("/content/img/icons/iconmonstr-linkedin-2.svg"); }

.pageContent .container .overview .social .email {
  background: #848484 url("/content/img/icons/iconmonstr-email-3.svg") no-repeat 50%;
  background-size: 50%; }

.pageContent .container .overview .social .print {
  background: #738a8d url("/content/img/icons/iconmonstr-printer-5-white.svg") no-repeat 50%;
  background-size: 50%; }

.pageContent .container .overview .social .more {
  background: #ff6550 url("/content/img/icons/iconmonstr-plus-1-white.svg") no-repeat 50%;
  background-size: 40%; }

.pageContent .container .overview > img {
  width: 100%;
  margin-bottom: 55px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview > img {
    margin-bottom: 15px; } }

.pageContent .container .overview .innerWrapper {
  padding: 0 46px 0 59px; }

@media only screen and (max-width: 1280px) {
  .pageContent .container .overview .innerWrapper {
    padding: 0; } }

@media only screen and (max-width: 769px) {
  .pageContent .container .overview .innerWrapper {
    margin-bottom: 76px; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper {
    font-size: 16px;
    margin-bottom: 81px; } }

.pageContent .container .overview .innerWrapper textarea {
  padding: 10px 15px;
  border: 1px solid #999999;
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
  height: 22%; }

.pageContent .container .overview .innerWrapper table {
  border: transparent;
  margin-bottom: 50px; }

table > thead {
  border: transparent;
  width: 100%; }

table > thead > tr > th {
  background: none;
  color: #000000;
  font-weight: 700;
  font-size: 27px;
  line-height: 27px !important;
  padding: 0.7em 1em 0.4em;
  border: transparent; }

table > thead > tr > th h2, table > thead > tr > th h3,
table > thead > tr > th h4, table > thead > tr > th h5 {
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  line-height: 27px !important; }

table > thead > tr > th p {
  font-weight: 400;
  margin-bottom: 0 !important;
  font-size: 19px;
  line-height: 24px !important; }

table > tbody > tr > td {
  border: none;
  padding: 2% 2%;
  font-size: 20px;
  vertical-align: top;
  font-weight: 400; }

@media only screen and (max-width: 390px) {
  table > tbody > tr > td {
    padding: 2% 1%; } }

table > tbody > tr > td h2, table > tbody > tr > td h3,
table > tbody > tr > td h4, table > tbody > tr > td h5 {
  margin-bottom: 5px !important;
  margin-top: 0 !important; }

table > tbody > tr > td p {
  margin-bottom: 5px !important; }

table > tbody > tr:nth-child(odd) {
  background-color: none;
  color: #000000; }

table > tbody > tr:nth-child(even) {
  background-color: none;
  color: #000000; }

.pageContent .container .overview .innerWrapper table.white-gray {
  border: transparent;
  margin-bottom: 50px; }

table.white-gray h2, table.white-gray h3,
table.white-gray h4, table.white-gray h5 {
  margin-bottom: 5px !important;
  margin-top: 0 !important; }

table.white-gray p {
  margin-bottom: 5px !important;
  font-size: 20px; }

table.white-gray > thead {
  border-bottom: 2px solid #ee3035;
  width: 100%; }

table.white-gray > thead > tr > th {
  background: none;
  border-bottom: 2px solid #ee3035;
  color: #000000;
  font-weight: 700;
  font-size: 27px;
  padding: 20px 2% 1.7%;
  text-align: center;
  border: transparent; }

table.white-gray > thead > tr > th p {
  font-size: 19px !important;
  font-weight: 400;
  margin-bottom: 0 !important; }

table.white-gray > thead > tr > th h2, table.white-gray > thead > tr > th h3,
table.white-gray > thead > tr > th h4, table.white-gray > thead > tr > th h5 {
  font-weight: 700;
  margin-bottom: 10px !important; }

table.white-gray > tbody > tr > td:first-child {
  width: 70%; }

table.white-gray > tbody > tr > td:nth-of-type(2n) {
  width: 15%; }

table.white-gray > tbody > tr > td:nth-of-type(3n) {
  width: 15%; }

table.white-gray > tbody > tr:nth-child(odd) {
  background-color: #ffffff;
  color: #000000; }

table.white-gray > tbody > tr:nth-child(even) {
  background-color: #f6f6f6;
  color: #000000; }

.pageContent .container .overview .innerWrapper table.color-header-gray-body {
  border: transparent;
  margin-bottom: 50px; }

table.color-header-gray-body h2, table.color-header-gray-body h3,
table.color-header-gray-body h4, table.color-header-gray-body h5 {
  margin-bottom: 5px !important;
  margin-top: 0 !important; }

table.color-header-gray-body p {
  margin-bottom: 5px !important;
  font-size: 20px; }

table.color-header-gray-body > thead {
  border-bottom: 2px solid #ee3035;
  width: 100%; }

table.color-header-gray-body > thead > tr > th {
  background: #ee3035;
  color: #ffffff;
  font-weight: 700;
  font-size: 27px;
  padding: 20px 2% 1.7%;
  text-align: center; }

table.color-header-gray-body > thead > tr > th:first-child {
  padding-top: 27px;
  padding-bottom: 25px; }

table.color-header-gray-body > thead > tr > th p {
  font-size: 19px !important;
  font-weight: 400;
  margin-bottom: 0 !important; }

table.color-header-gray-body > thead > tr > th h2, table.color-header-gray-body > thead > tr > th h3,
table.color-header-gray-body > thead > tr > th h4, table.color-header-gray-body > thead > tr > th h5 {
  font-weight: 700;
  margin-bottom: 10px !important; }

table.color-header-gray-body > tbody > tr > td {
  border: 1px solid #cfcfcf; }

table.color-header-gray-body > tbody > tr > td:first-child {
  width: 70%; }

table.color-header-gray-body > tbody > tr > td:nth-of-type(2n) {
  width: 15%; }

table.color-header-gray-body > tbody > tr > td:nth-of-type(3n) {
  width: 15%; }

table.color-header-gray-body > tbody > tr:nth-child(odd) {
  background-color: #f6f6f6;
  color: #000000; }

table.color-header-gray-body > tbody > tr:nth-child(even) {
  background-color: #dddddd;
  color: #000000; }

/*******************************************
Product List 
*******************************************/
.pageContent .container .overview .innerWrapper .product-list {
  overflow: hidden;
  margin-top: 40px; }

.pageContent .container .overview .innerWrapper .product-list .product-item {
  margin-bottom: 70px;
  overflow: hidden; }

.pageContent .container .overview .innerWrapper .product-list a.btn {
  margin-top: 20px;
  display: block;
  padding: 0.4em 0.9em !important;
  text-align: center;
  width: fit-content;
  width: -moz-fit-content;
  display: table;
  font-size: 17px; }

.pageContent .container .overview .innerWrapper .product-list .product-img {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .pageContent .container .overview .innerWrapper .product-list .product-img {
      margin-bottom: 0;
      margin-right: 3.5%;
      float: right; } }

.pageContent .container .overview .innerWrapper .product-list .product-img img {
  margin: 0 auto;
  display: block;
  max-width: 96%; }
  @media (min-width: 960px) {
    .pageContent .container .overview .innerWrapper .product-list .product-img img {
      max-width: 100%; } }
  @media (min-width: 1400px) {
    .pageContent .container .overview .innerWrapper .product-list .product-img img {
      max-width: 300px; } }

.pageContent .container .overview .innerWrapper .product-list .product-info {
  margin-top: 5px; }
  @media (min-width: 768px) {
    .pageContent .container .overview .innerWrapper .product-list .product-info {
      margin-top: 15px; } }

.pageContent .container .overview .innerWrapper .product-list .product-description {
  margin-bottom: 30px;
  width: 100%;
  clear: both; }

.pageContent .container .overview .innerWrapper .product-list h2 {
  font-size: 28px;
  line-height: 114%; }

.pageContent .container .overview .innerWrapper .product-list .product-description p {
  font-size: 17px;
  color: #666666;
  line-height: 156%; }

.pageContent .container .overview .innerWrapper .product-list .company-name-booth-wrapper {
  display: block;
  margin-bottom: 0; }

.pageContent .container .overview .innerWrapper .product-list .company-name-booth-wrapper .booth-number h5 {
  font-weight: 400;
  color: #777777;
  font-size: 18px;
  margin-top: 0; }

.pageContent .container .overview .innerWrapper .product-list .company-name-booth-wrapper .booth-number {
  text-align: right;
  float: right;
  padding-right: 0; }

/*******************************************
Newsletter Subscribe Box
*******************************************/
.textMsgBlock.subscribe {
  background: #f4f4f4;
  overflow: hidden; }
  .textMsgBlock.subscribe h5 {
    margin-bottom: 8px !important; }
  .textMsgBlock.subscribe p.privacypolicy {
    font-size: 12px;
    color: #999999;
    line-height: 135%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    float: none;
    margin-bottom: 15px; }
    .textMsgBlock.subscribe p.privacypolicy a {
      color: #999999;
      text-decoration: underline;
      display: contents;
      line-height: 135%; }
    @media (max-width: 800px) {
      .textMsgBlock.subscribe p.privacypolicy {
        max-width: 500px;
        width: 80%; } }
    @media (max-width: 600px) {
      .textMsgBlock.subscribe p.privacypolicy {
        max-width: 600px;
        width: 100%;
        font-size: 11px;
        line-height: 16px; }
        .textMsgBlock.subscribe p.privacypolicy a {
          color: #999999;
          font-size: 11px;
          display: contents;
          line-height: 16px; } }
  .textMsgBlock.subscribe form input[type="submit"] {
    margin-bottom: 15px; }
    @media (max-width: 769px) {
      .textMsgBlock.subscribe form input[type="submit"] {
        width: 73%;
        margin-right: 2%; } }
    @media (max-width: 600px) {
      .textMsgBlock.subscribe form input[type="submit"] {
        width: 65%; } }
    @media (max-width: 440px) {
      .textMsgBlock.subscribe form input[type="submit"] {
        width: 65%;
        margin-left: 1px; } }
  @media (max-width: 600px) {
    .textMsgBlock.subscribe h5 {
      font-size: 19px !important;
      line-height: 22px !important;
      margin-bottom: 8px !important; } }

.rightRail .subscribe h1 {
  display: inline-block !important;
  margin-bottom: 20px !important; }

.rightRail .subscribe h5 {
  font-size: 14px !important;
  font-weight: normal !important;
  text-align: center !important;
  margin-bottom: 10px !important; }

.rightRail .subscribe .container form input[type="email"] {
  width: 100% !important;
  margin-bottom: 5px;
  font-size: 14px !important;
  height: auto !important; }
  @media (max-width: 569px) {
    .rightRail .subscribe .container form input[type="email"] .rightRail .subscribe .container form input[type="email"] {
      padding: 1em, 1.3em; } }

.rightRail .subscribe .container form input[type="submit"] {
  width: 100% !important;
  font-size: 14px !important;
  height: auto !important; }

.rightRail .subscribe p.privacypolicy {
  font-size: 11px !important;
  line-height: 18px !important; }
  .rightRail .subscribe p.privacypolicy a {
    font-size: 11px !important;
    line-height: 18px !important;
    text-decoration: underline; }

/*******************************************
Testimonial
********************************************/
.testimonial-wrapper {
  padding-bottom: 2.2em; }

.testimonial-wrapper .title-36 {
  font-size: 36px;
  text-align: center;
  padding-bottom: 0.9em;
  padding-top: 0.5em; }

.testimonial-content {
  border: 1px solid #ececec;
  background-color: #fbfbfb;
  padding: 50px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
  position: relative; }

.testimonial-content blockquote {
  font-size: 21px;
  padding-bottom: 45px;
  line-height: 32px;
  color: #333333; }

.testimonial-content h6 {
  font-size: 16px;
  padding-bottom: 0;
  line-height: 1.3em; }

.testimonial-content .name-title {
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 8px; }

.testimonial-content .location {
  font-weight: normal;
  color: #555555;
  line-height: 1.1em; }

.testimonial-content img {
  float: left;
  margin-right: 30px;
  height: 75px;
  width: 75px;
  border-radius: 50%; }

.testimonial-content .title-location {
  text-align: left;
  overflow: hidden; }

.headshot-content {
  display: block;
  overflow: hidden; }

.default-img {
  float: left;
  margin-right: 30px;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background: #ededed;
  text-align: center;
  padding-top: 24px; }

.default-img i {
  font-size: 24px;
  color: #ee3035;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 40);
  /* // for IE8 */
  filter: alpha(opacity=40);
  /* //for IE5-7 */ }

.quote-bg {
  color: #ee3035;
  font-size: 44px;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 40);
  /* // for IE8 */
  filter: alpha(opacity=40);
  /* //for IE5-7 */
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  margin-left: -22px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media only screen and (max-width: 769px) {
  /*** Testimonial ***/
  .testimonial-content {
    padding: 30px; }
  .testimonial-content blockquote {
    font-size: 19px; }
  .testimonial-wrapper .title-36 {
    font-size: 32px;
    padding-bottom: 1em; }
  .testimonial-wrapper {
    padding-bottom: 1.6em; } }

@media only screen and (max-width: 500px) {
  .testimonial-wrapper .title-36 {
    font-size: 32px;
    padding-bottom: 1em; }
  .testimonial-content blockquote {
    padding-bottom: 35px; }
  .testimonial-content h6 {
    padding-top: 5px !important; } }

.pageContent .ourSponsors .testimonial-content {
  max-width: 1200px;
  margin: 0 auto 30px; }

.pageContent .ourSponsors .testimonial-content .headshot-content {
  max-width: 380px;
  margin: 0 auto; }

.pageContent .ourSponsors .testimonial-content .headshot-content .title-location {
  text-align: left;
  width: 235px;
  overflow: hidden; }

.pageContent .ourSponsors .testimonial-content .headshot-content .name-title {
  padding-top: 6px;
  padding-bottom: 5px; }

.pageContent .ourSponsors .testimonial-content .headshot-content .location {
  line-height: 1.3em; }

.pageContent .container .rightRail .testimonial-wrapper .title-36 {
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: 300; }

.pageContent .container .rightRail .testimonial-wrapper .testimonial-content {
  padding: 25px; }

.pageContent .container .rightRail .testimonial-wrapper .testimonial-content blockquote {
  font-size: 18px;
  line-height: 27px; }

.pageContent .container .rightRail .testimonial-wrapper .testimonial-content .name-title {
  padding-top: 5px;
  padding-bottom: 5px; }

.pageContent .container .overview .innerWrapper button,
.pageContent .container .overview .innerWrapper input[type="button"] {
  font-size: 18px;
  font-weight: bold;
  -webkit-appearance: button;
  cursor: pointer;
  background: #ee3035;
  border: 0;
  padding: 6px 0;
  margin-bottom: 15px;
  color: #ffffff;
  min-width: 270px;
  text-align: center; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper button,
  .pageContent .container .overview .innerWrapper input[type="button"] {
    width: 100%; } }

.pageContent .container .overview .innerWrapper form input {
  box-sizing: border-box;
  float: left; }

.pageContent .container .overview .innerWrapper form input[type="password"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #999 currentcolor #999 #999;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  color: #999;
  font-size: 16px !important;
  height: 45px;
  padding-left: 12px;
  padding-right: 2px;
  width: 40%;
  margin-right: 0 !important; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper form input[type="password"] {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #999 !important; } }

.pageContent .container .overview .innerWrapper form input[type="submit"] {
  border: medium none;
  cursor: pointer;
  font-size: 17px !important;
  height: 45px !important;
  line-height: 27px !important;
  width: 30% !important;
  margin-left: -1px;
  padding-left: 7px !important;
  padding-right: 7px !important;
  margin-bottom: 20px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper form input[type="submit"] {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px !important; } }

.pageContent .container .overview .innerWrapper div img {
  /*border: 1px solid #ccc;*/
  margin-right: 30px; }

.pageContent .container .overview .innerWrapper td img {
  margin-right: 10px; }

.pageContent .container .overview .innerWrapper .badge {
  margin-right: 10px;
  margin-bottom: 10px; }

.color-black {
  color: #000000; }

.pageContent .container .overview .innerWrapper .marketing-resources-wrapper {
  overflow: hidden; }

.pageContent .container .overview .innerWrapper .marketing-resources-wrapper img {
  max-width: 100%;
  margin-bottom: 15px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .marketing-resources-wrapper img {
    max-width: 100%; } }

.pageContent .container .overview .innerWrapper .events-team-wrapper {
  overflow: hidden; }

.pageContent .container .overview .innerWrapper .events-team-wrapper img {
  max-width: 100%;
  margin-bottom: 15px; }

.pageContent .container .overview .innerWrapper .events-team-wrapper p {
  font-size: 16px;
  line-height: 24px; }

.pageContent .container .overview .innerWrapper .events-team-wrapper h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px; }

.pageContent .container .overview .innerWrapper .events-team-wrapper h6 {
  color: #ee3035;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px; }

.pageContent .container .overview .innerWrapper .events-team-wrapper .events-team-col {
  min-height: 220px; }

.pageContent .container .overview .innerWrapper .events-team-wrapper .events-team-col:nth-of-type(3n+1) {
  clear: left; }

@media only screen and (max-width: 830px) {
  .pageContent .container .overview .innerWrapper .events-team-wrapper .events-team-col:nth-of-type(2n+1) {
    clear: left; }
  .pageContent .container .overview .innerWrapper .events-team-wrapper .events-team-col:nth-of-type(4n) {
    clear: inherit !important; }
  .pageContent .container .overview .innerWrapper .events-team-wrapper p,
  .pageContent .container .overview .innerWrapper .events-team-wrapper h5,
  .pageContent .container .overview .innerWrapper .events-team-wrapper h6 {
    text-align: center; }
  .pageContent .container .overview .innerWrapper .events-team-wrapper img {
    display: block;
    margin: 0 auto; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .events-team-wrapper .events-team-col {
    min-height: 200px;
    float: none;
    margin: 0 auto; }
  .pageContent .container .overview .innerWrapper .events-team-wrapper .events-team-col:nth-of-type(2n+1) {
    clear: inherit; } }

.pageContent .container .overview .innerWrapper ol {
  line-height: 36px;
  font-size: 20px;
  margin-bottom: 20px;
  margin-left: 19px; }

.pageContent .container .overview .innerWrapper ol li {
  font-size: 20px;
  line-height: 36px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper ol {
    font-size: 22px; } }

.pageContent .container .overview .innerWrapper ul {
  margin-bottom: 50px;
  padding-left: 25px; }

.pageContent .container .overview .innerWrapper ul li {
  font-size: 20px;
  line-height: 36px; }

/**.pageContent .container .overview .innerWrapper ul li:before {
  content: "â€¢";
  color: $primary-color;
  padding-right: 5px;
}**/
@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper ul li {
    font-size: 16px;
    line-height: 28px; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper ul {
    margin-bottom: 30px; } }

.pageContent .container .overview .innerWrapper .overivewSlider {
  background: #121212;
  margin-bottom: 20px; }

.pageContent .container .overview .innerWrapper .overivewSlider .slick-track {
  max-height: 472px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .overivewSlider .slick-track {
    max-height: 200px; } }

.pageContent .container .overview .innerWrapper .overivewSlider .slick-track .slideItem {
  display: block !important; }

.pageContent .container .overview .innerWrapper .overivewSlider .slick-track .slideItem img {
  display: block;
  max-width: 100%;
  max-height: 472px;
  margin: 0 auto; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .overivewSlider .slick-track .slideItem img {
    max-height: 200px; } }

.pageContent .container .overview .innerWrapper .overivewSlider .slick-arrow {
  height: 75px;
  width: 45px;
  min-width: 45px !important;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.pageContent .container .overview .innerWrapper .overivewSlider .slick-arrow.slick-next {
  right: 0; }

.pageContent .container .overview .innerWrapper .overivewSlider .slick-arrow.slick-prev {
  left: 0; }

.pageContent .container .overview .innerWrapper .overivewSlider .slick-arrow .fa {
  font-size: 36px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .overivewSlider .slick-arrow {
    height: 45px;
    width: 25px; }
  .pageContent .container .overview .innerWrapper .overivewSlider .slick-arrow .fa {
    font-size: 26px; } }

.pageContent .container .overview .innerWrapper .captionSlider {
  margin-bottom: 20px; }

.pageContent .container .overview .innerWrapper p.sliderSign {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 0 30px;
  bottom: 0px;
  color: #000000; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper p.sliderSign {
    font-size: 16px;
    line-height: 28px; } }

.pageContent .container .overview .innerWrapper .attendRow {
  margin-bottom: 50px; }

.pageContent .container .overview .innerWrapper .attendRow h5 {
  font-size: 20px;
  line-height: 36px;
  color: #ee3035;
  font-weight: bold; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .attendRow h5 {
    font-size: 18px;
    line-height: 28px; } }

.pageContent .container .overview .innerWrapper .attendRow p {
  font-size: 20px;
  line-height: 36px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .attendRow p {
    font-size: 18px;
    line-height: 28px; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .attendRow {
    margin-bottom: 30px; } }

.pageContent .container .overview .innerWrapper .collapseDropdown {
  margin-bottom: 15px; }

.pageContent .container .overview .innerWrapper .collapseDropdown button {
  width: 100%;
  min-height: 60px;
  line-height: 36px;
  font-size: 30px;
  text-align: left;
  padding: 8px;
  border: none;
  background: #e2e2e2;
  transition: background-color 0.3s, color 0.3s;
  outline: none;
  font-weight: normal;
  color: #000000; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .collapseDropdown button {
    font-size: 22px;
    line-height: 28px;
    width: 100%; } }

@media only screen and (max-width: 317px) {
  .pageContent .container .overview .innerWrapper .collapseDropdown button {
    min-width: 75%; } }

.pageContent .container .overview .innerWrapper .collapseDropdown button:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #ee3035;
  font-family: "Font Awesome 5 Pro";
  content: "\f105"; }

.pageContent .container .overview .innerWrapper .collapseDropdown button[aria-expanded="true"] {
  background: #ee3035;
  transition: background-color 0.3s, color 0.3s;
  color: #ffffff; }

.pageContent .container .overview .innerWrapper .collapseDropdown button[aria-expanded="true"]:before {
  transition: color .3s;
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  content: "\f107"; }

.pageContent .container .overview .innerWrapper .collapseDropdown > div .collapseContent {
  padding: 30px;
  font-size: 20px;
  line-height: 36px;
  border: 1px solid #999;
  border-top: none;
  padding-left: 20px;
  overflow: hidden;
  margin-top: -15px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .collapseDropdown > div .collapseContent {
    font-size: 16px;
    padding: 14px; } }

.pageContent .container .overview .innerWrapper .collapseDropdown > div .collapseContent a {
  color: #ee3035;
  text-decoration: underline; }

.pageContent .container .overview .innerWrapper .collapseDropdown > div .collapseContent ol {
  padding-left: 20px; }

.pageContent .container .overview .innerWrapper .collapseDropdown > div .collapseContent img {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  height: auto !important; }

.pageContent .container .overview .innerWrapper .collapseDropdown > div .collapseContent span {
  white-space: nowrap; }

.faqblock-wrapper .faq-title {
  color: #000000;
  text-decoration: none; }

.pageContent .container .overview .innerWrapper .innerWrapperExhibitors {
  padding: 0 38px 0 67px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperExhibitors {
    margin-bottom: 81px; } }

.pageContent .container .overview .innerWrapper .innerWrapperExhibitors h5 {
  font-size: 30px;
  line-height: 36px; }

.pageContent .container .overview .innerWrapper .innerWrapperExhibitors > p {
  display: block;
  font-size: 20px;
  line-height: 36px; }

.pageContent .container .overview .innerWrapper .innerWrapperExhibitors > p a {
  color: #ee3035;
  text-decoration: underline; }

.pageContent .container .overview .innerWrapper .innerWrapperExhibitors > p:last-of-type {
  margin-bottom: 30px; }

.pageContent .container .overview .innerWrapper .innerWrapperExhibitors .rowHeader {
  background: #ee3035;
  color: #ffffff;
  padding: 10px 0;
  margin-bottom: 0; }

.overview .rowHeader td {
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  padding: 15px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperExhibitors .rowHeader {
    display: none; } }

.pageContent .container .overview .innerWrapper .innerWrapperExhibitors .customRow {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  padding: 33px 3%;
  border-bottom: 1px solid #999; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperExhibitors .customRow {
    padding-bottom: 30px;
    flex-flow: column;
    justify-content: center;
    text-align: left; } }

.pageContent .container .overview .innerWrapper .innerWrapperExhibitors .customRow .compLogo {
  display: block;
  width: 17.5%;
  max-width: 150px; }

.pageContent .container .overview .innerWrapper .innerWrapperExhibitors .customRow .compLogo img {
  width: 100%; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperExhibitors .customRow .compLogo {
    display: block;
    width: 50%;
    margin-bottom: 10px; } }

.pageContent .container .overview .innerWrapper .innerWrapperExhibitors .customRow .compName {
  padding-left: 2.5%;
  max-width: 40%;
  font-size: 22px;
  line-height: 1.4em;
  color: #ee3035; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperExhibitors .customRow .compName {
    display: block;
    max-width: 100%;
    padding-left: 0;
    font-size: 22px;
    line-height: 28px; } }

.pageContent .container .overview .innerWrapper .innerWrapperExhibitors .customRow .compDesc {
  color: #555555;
  font-size: 16px;
  padding: 0 20px;
  max-width: 55%; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperExhibitors .customRow .compDesc {
    max-width: 100%;
    margin: 15px 0; } }

.pageContent .container .overview .innerWrapper .innerWrapperExhibitors .customRow span {
  padding-left: 8.5%;
  font-size: 20px;
  line-height: 1.4em;
  position: absolute;
  right: 80px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperExhibitors .customRow span {
    display: block;
    padding-left: 0;
    font-size: 22px;
    line-height: 28px;
    position: inherit; }
  .pageContent .container .overview .innerWrapper .innerWrapperExhibitors .customRow span:before {
    content: "Booth# "; } }

@media only screen and (max-width: 1230px) {
  .pageContent .container .overview .innerWrapper .innerWrapperExhibitors .customRow span {
    right: 35px; } }

.session-title-top {
  display: block;
  padding-bottom: 0;
  color: #ee3035;
  font-size: 30px !important;
  margin-bottom: 14px !important;
  line-height: 36px;
  text-align: left;
  clear: both;
  padding-top: 10px; }
  @media (max-width: 556px) {
    .session-title-top {
      font-size: 23px !important; } }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule {
  padding: 0 38px 0 67px; }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule p {
  font-size: 20px;
  line-height: 36px; }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule h3.time {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000000 !important;
  float: left;
  padding-right: 20px;
  padding-top: 7px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 38px !important;
  letter-spacing: -0.5px;
  padding-left: 0;
  text-align: left;
  width: 100%; }
  @media (min-width: 640px) {
    .pageContent .container .overview .innerWrapper .innerWrapperSchedule h3.time {
      text-align: right;
      width: 190px; } }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule .session-wrapper {
  background: #ee3035;
  margin-bottom: 60px;
  border: 1px solid #ee3035;
  clear: both; }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule .session-content {
  background: #dddddd;
  padding: 5px 0 0; }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule .session-location {
  border-bottom: 1px solid #dddddd;
  padding: 10px 30px 5px; }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule .session-location:nth-of-type(even) {
  background: #f5f5f5; }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule .session-location p {
  font-size: 18px;
  color: #666666;
  line-height: 30px; }

.session-wrapper {
  margin-top: 30px; }

.session-edit-date {
  float: left; }
  .session-edit-date p {
    font-size: 15px !important; }

.session-print {
  float: right; }

.session-print a {
  color: #000000 !important;
  font-size: 15px; }

.session-print svg, .action-box svg {
  width: 19px;
  height: auto;
  margin: 0 0 0 7px;
  position: relative;
  top: 4px; }

.accordion-toggle, .accordion-printall,
.accordion-group-toggle, .accordion-group-printall {
  color: #000000 !important;
  font-style: italic;
  margin: 0 10px 0 0;
  font-size: 15px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperSchedule p.time {
    font-size: 18px;
    line-height: 28px; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperSchedule p {
    font-size: 16px;
    line-height: 28px; } }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule h2 {
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  line-height: 39px; }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule .calendar-icon {
  display: none; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperSchedule h2:before {
    height: 26px;
    width: 26px;
    position: absolute;
    left: 0;
    padding-top: 20px; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperSchedule h2 {
    font-size: 22px;
    line-height: 28px;
    padding-top: 20px;
    padding-left: 30px;
    position: relative; } }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule a {
  color: #ee3035;
  text-decoration: underline; }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule .row {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperSchedule .row {
    padding-top: 15px;
    padding-bottom: 20px; } }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule img {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 30px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperSchedule img {
    margin-right: 5px;
    margin-bottom: 5px; } }

@media (min-width: 992px) and (max-width: 1020px) {
  .pageContent .container .overview .innerWrapper .innerWrapperSchedule button[data-toggle="collapse"], .pageContent .container .overview .innerWrapper .innerWrapperSchedule .sessionTitle {
    width: 56% !important; } }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule button[data-toggle="collapse"],
.pageContent .container .overview .innerWrapper .innerWrapperSchedule .sessionTitle {
  display: inline-block;
  font-size: 21px;
  font-weight: 400 !important;
  text-decoration: none;
  text-align: left;
  border: none;
  background: none;
  outline: none;
  color: #ee3035;
  width: 66%;
  padding: 10px 0; }
  @media only screen and (max-width: 769px) {
    .pageContent .container .overview .innerWrapper .innerWrapperSchedule button[data-toggle="collapse"],
    .pageContent .container .overview .innerWrapper .innerWrapperSchedule .sessionTitle {
      width: 56%; } }
  @media only screen and (max-width: 613px) {
    .pageContent .container .overview .innerWrapper .innerWrapperSchedule button[data-toggle="collapse"],
    .pageContent .container .overview .innerWrapper .innerWrapperSchedule .sessionTitle {
      width: 100%; } }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule button[data-toggle="collapse"]:after {
  display: inline-block;
  padding-left: 7px;
  color: #ee3035;
  font-family: "Font Awesome 5 Pro";
  content: '\f107';
  font-size: 21px; }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule button[data-toggle="collapse"][aria-expanded="true"]:after {
  content: '\f107'; }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule button[data-toggle="collapse"]:hover {
  color: #ee3035; }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule button[data-toggle="collapse"]:visited {
  color: #ee3035; }

.pageContent .container .overview .innerWrapper .innerWrapperSchedule button[data-toggle="collapse"]:active {
  color: #ee3035; }

.pageContent .container .overview .innerWrapperSpeakers {
  padding: 0 38px 0 58px; }

@media only screen and (max-width: 1280px) {
  .pageContent .container .overview .innerWrapperSpeakers {
    padding: 0; } }

@media only screen and (max-width: 769px) {
  .pageContent .container .overview .innerWrapperSpeakers {
    margin-bottom: 76px; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapperSpeakers {
    font-size: 16px;
    margin-bottom: 81px; } }

.pageContent .container .overview .innerWrapperSpeakers .row {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px; }

.pageContent .container .overview .innerWrapperSpeakers .row.title {
  padding-top: 0;
  padding-bottom: 0; }

.pageContent .container .overview .innerWrapperSpeakers .row.title:not(:first-of-type) {
  padding-top: 45px; }

.pageContent .container .overview .innerWrapperSpeakers .row.title h4 {
  display: block;
  padding-bottom: 25px;
  color: #ee3035;
  font-size: 30px;
  line-height: 36px;
  border-bottom: 1px solid #999; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapperSpeakers .row.title h4 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 10px; } }

.pageContent .container .overview .innerWrapperSpeakers .row img {
  display: block;
  float: left;
  margin-right: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapperSpeakers .row img {
    width: 197px;
    margin: 0 auto 25px auto;
    float: initial; } }

.pageContent .container .overview .innerWrapperSpeakers .row h4 {
  font-size: 22px;
  line-height: 30px;
  color: #ee3035; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapperSpeakers .row h4 {
    font-size: 18px;
    line-height: 28px; } }

.pageContent .container .overview .innerWrapperSpeakers .row h5 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapperSpeakers .row h5 {
    font-size: 16px;
    line-height: 28px; } }

.pageContent .container .overview .innerWrapperSpeakers .row p {
  font-size: 16px;
  line-height: 28px;
  overflow: hidden; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapperSpeakers .row p {
    font-size: 16px;
    line-height: 28px; } }

.pageContent .container .overview .innerWrapperSpeakers > p {
  display: block;
  line-height: 36px;
  font-size: 20px; }

.pageContent .container .overview .innerWrapperSpeakers > p:last-of-type {
  margin-bottom: 30px; }

.pageContent .container .overview .innerWrapper .innerWrapperNewsList .row {
  border-bottom: 1px solid #999;
  margin: 0 0 60px 0;
  padding-bottom: 50px;
  width: 100%; }

.pageContent .container .overview .innerWrapper .innerWrapperNewsList .no-side-padding {
  padding-left: 0;
  padding-right: 0; }

.pageContent .container .overview .innerWrapper .innerWrapperNewsList p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; }

.pageContent .container .overview .innerWrapper .innerWrapperNewsList h5 {
  margin-bottom: 1px;
  margin-top: 0; }

.pageContent .container .overview .innerWrapper .innerWrapperNewsList h5 a {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0; }

.pageContent .container .overview .innerWrapper .innerWrapperNewsList h5 a:hover {
  color: #ee3035;
  text-decoration: none; }

.pageContent .container .overview .innerWrapper .innerWrapperNewsList .color-link {
  color: #ee3035; }

.pageContent .container .overview .innerWrapper .innerWrapperNewsList a.newsLogo {
  display: block;
  float: left;
  margin-right: 25px;
  position: relative; }

.pageContent .container .overview .innerWrapper .innerWrapperNewsList a.photogallery:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: url(/content/img/icons/iconmonstr-picture-12-white-t80.svg) 5% 90% no-repeat;
  background-size: 12%;
  content: ''; }

.pageContent .container .overview .innerWrapper .innerWrapperNewsList a.video:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: url(/content/img/icons/iconmonstr-youtube-white-t80.svg) 50% no-repeat;
  background-size: 20%;
  content: ''; }

.pageContent .container .overview .innerWrapper .innerWrapperNewsList a.newsLogo img {
  max-width: 100%; }

.pageContent .container .overview .innerWrapper .innerWrapperNewsList div img {
  margin-right: 0; }

@media only screen and (max-width: 569px) {
  .pageContent .container .overview .innerWrapper .innerWrapperNewsList .row {
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .pageContent .container .overview .innerWrapper .innerWrapperNewsList a.newsLogo {
    margin-right: 0px; }
  .pageContent .container .overview .innerWrapper .innerWrapperNewsList h5 a {
    font-size: 22px;
    line-height: 28px; }
  .pageContent .container .overview .innerWrapper .innerWrapperNewsList a.color-link-no-underline {
    font-size: 18px; } }

.pageContent .container .sponsors {
  text-align: center;
  padding-top: 110px;
  padding-left: 0; }

@media only screen and (max-width: 992px) {
  .pageContent .container .sponsors {
    padding-right: 0; } }

@media only screen and (max-width: 769px) {
  .pageContent .container .sponsors {
    padding-right: 0; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .sponsors {
    padding-top: 60px; } }

.pageContent .container .sponsors h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 38px;
  text-align: left;
  border-bottom: 2px solid #ee3035;
  font-weight: 600; }

@media only screen and (max-width: 569px) {
  .pageContent .container .sponsors h1 {
    font-size: 30px;
    margin-bottom: 10px; } }

.pageContent .container .sponsors .social {
  width: 100%;
  text-align: right; }

.pageContent .container .sponsors .social a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #55C6D3; }

.pageContent .container .sponsors .social .facebook {
  background: url("/content/img/icons/iconmonstr-facebook-2.svg"); }

.pageContent .container .sponsors .social .twitter {
  background: url("/content/img/icons/iconmonstr-twitter-2.svg"); }

.pageContent .container .sponsors .social .linkedin {
  background: url("/content/img/icons/iconmonstr-linkedin-2.svg"); }

.pageContent .container .sponsors .social .email {
  background: #848484 url("/content/img/icons/iconmonstr-email-3.svg") no-repeat 50%;
  background-size: 50%; }

.pageContent .container .sponsors .social .print {
  background: #738a8d url("/content/img/icons/iconmonstr-printer-5-white.svg") no-repeat 50%;
  background-size: 50%; }

.pageContent .container .sponsors .social .more {
  background: #ff6550 url("/content/img/icons/iconmonstr-plus-1-white.svg") no-repeat 50%;
  background-size: 40%; }

.pageContent .container .sponsors .innerWrapper {
  padding: 0 53px 0 67px; }

@media only screen and (max-width: 1280px) {
  .pageContent .container .sponsors .innerWrapper {
    padding: 0; } }

.pageContent .container .sponsors .innerWrapper h5 {
  line-height: 30px;
  font-size: 22px;
  margin-bottom: 30px; }

.pageContent .container .sponsors .innerWrapper h2 {
  margin-bottom: 20px; }

.pageContent .container .sponsors .innerWrapper p {
  display: block;
  width: 90%;
  text-align: left;
  line-height: 36px;
  font-size: 20px;
  margin-bottom: 30px; }

.pageContent .container .sponsors .innerWrapper p a {
  color: #ee3035; }

@media only screen and (max-width: 769px) {
  .pageContent .container .sponsors .innerWrapper p {
    font-size: 16px;
    line-height: 28px;
    width: 100%; } }

.pageContent .container .sponsors .innerWrapper .associationPartners a {
  max-width: 25%;
  margin-right: 3%;
  margin-bottom: 1%; }

@media only screen and (max-width: 769px) {
  .pageContent .container .sponsors .innerWrapper .associationPartners a {
    max-width: 45%; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .sponsors .innerWrapper .associationPartners a {
    max-width: 90%;
    margin-right: 0; } }

.pageContent .container .sponsors .innerWrapper .associationPartners a:last-child {
  margin-right: 0; }

.pageContent .container .sponsors .innerWrapper .associationPartners a img {
  max-width: 100%; }

.pageContent .container .sponsors .innerWrapper .primarySponsor a {
  max-width: 25%; }

@media only screen and (max-width: 769px) {
  .pageContent .container .sponsors .innerWrapper .primarySponsor a {
    max-width: 50%; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .sponsors .innerWrapper .primarySponsor a {
    max-width: 90%; } }

.pageContent .container .sponsors .innerWrapper .primarySponsor a img {
  max-width: 100%; }

.pageContent .container .sponsors .innerWrapper .leadSponsors a,
.pageContent .container .sponsors .innerWrapper .premierSponsors a {
  margin-right: 1%;
  margin-bottom: 1%;
  max-width: 18%; }

.pageContent .container .sponsors .innerWrapper .leadSponsors a:last-child,
.pageContent .container .sponsors .innerWrapper .premierSponsors a:last-child {
  margin-right: 0; }

@media only screen and (max-width: 769px) {
  .pageContent .container .sponsors .innerWrapper .leadSponsors a,
  .pageContent .container .sponsors .innerWrapper .premierSponsors a {
    max-width: 28%; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .sponsors .innerWrapper .leadSponsors a,
  .pageContent .container .sponsors .innerWrapper .premierSponsors a {
    max-width: 48%; } }

.pageContent .container .sponsors .innerWrapper .leadSponsors a img,
.pageContent .container .sponsors .innerWrapper .premierSponsors a img {
  max-width: 100%; }

.pageContent .container .sponsors .innerWrapper .industrySponsors a {
  margin: 0 0.5%;
  margin-bottom: 1%;
  max-width: 20%; }

.pageContent .container .sponsors .innerWrapper .industrySponsors a:last-child {
  margin-right: 0; }

@media only screen and (max-width: 769px) {
  .pageContent .container .sponsors .innerWrapper .industrySponsors a {
    max-width: 23%; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .sponsors .innerWrapper .industrySponsors a {
    max-width: 30%; } }

.pageContent .container .sponsors .innerWrapper .industrySponsors a img {
  max-width: 100%; }

.pageContent .container .sponsors .innerWrapper .generalSponsors a {
  margin-right: 1%;
  margin-bottom: 1%;
  max-width: 20%; }

.pageContent .container .sponsors .innerWrapper .generalSponsors a:last-child {
  margin-right: 0; }

@media only screen and (max-width: 769px) {
  .pageContent .container .sponsors .innerWrapper .generalSponsors a {
    max-width: 23%; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .sponsors .innerWrapper .generalSponsors a {
    max-width: 30%; } }

.pageContent .container .sponsors .innerWrapper .generalSponsors a img {
  max-width: 100%; }

.pageContent .container .sponsors .innerWrapper .keynoteSponsors a {
  margin-right: 1%;
  margin-bottom: 1%;
  max-width: 20%; }

@media only screen and (max-width: 769px) {
  .pageContent .container .sponsors .innerWrapper .keynoteSponsors a {
    max-width: 18%; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .sponsors .innerWrapper .keynoteSponsors a {
    max-width: 30%; } }

.pageContent .container .sponsors .innerWrapper .keynoteSponsors a img {
  max-width: 100%; }

.pageContent .container .sponsors .innerWrapper .mediaSponsors a {
  margin: 0 0.5%;
  margin-bottom: 1%;
  max-width: 18%; }

.pageContent .container .sponsors .innerWrapper .mediaSponsors a:last-child {
  margin-right: 0; }

@media only screen and (max-width: 769px) {
  .pageContent .container .sponsors .innerWrapper .mediaSponsors a {
    max-width: 23%; } }

@media only screen and (max-width: 569px) {
  .pageContent .container .sponsors .innerWrapper .mediaSponsors a {
    max-width: 30%; } }

.pageContent .container .sponsors .innerWrapper .mediaSponsors a img {
  max-width: 100%; }

.pageContent .container .sponsors .innerWrapper .customRow {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 70px; }

.pageContent .container .sponsors .innerWrapper .customRow a {
  margin-bottom: 10px; }

@media only screen and (max-width: 569px) {
  .pageContent .container .sponsors .innerWrapper .customRow a {
    margin-bottom: 5px; } }

.pageContent .container .sponsors .innerWrapper .customRow:not(:last-child) {
  margin-bottom: 32px;
  border-bottom: 1px solid #999; }

@media only screen and (max-width: 569px) {
  .pageContent .container .sponsors .innerWrapper .customRow {
    padding-bottom: 70px; } }

@media only screen and (max-width: 992px) {
  .pageContent .container .rightRail {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; } }

.rightRail .section-title {
  font-size: 24px !important; }

.pageContent .container .rightRail h5 {
  font-size: 30px;
  line-height: 22px !important;
  text-align: left;
  margin-bottom: 1em; }

.pageContent .container .rightRail p {
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  margin-bottom: 10px !important; }

.pageContent .container .rightRail .btn {
  display: block;
  font-size: 18px;
  height: inherit;
  line-height: 45px;
  padding: 10px 5px;
  margin-bottom: 10px; }

.pageContent .container .rightRail .container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px; }

@media only screen and (min-width: 992px) and (max-width: 1350px) {
  .pageContent .container .rightRail .container .col-md-6 {
    width: 100% !important;
    max-width: 100% !important; } }

.pageContent .container .rightRail .textMsgBlock {
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px; }

@media (max-width: 640px) {
  .pageContent .container .rightRail .textMsgBlock {
    padding: 20px 10px; } }

.pageContent .container .rightRail .textMsgBlock .container a {
  line-height: 22px;
  font-size: 17px;
  padding: 13px 5px; }

.pageContent .container .rightRail .textMsgBlock .container h5 {
  text-align: left; }

.pageContent .container .rightRail .textMsgBlock .container h1:after {
  display: block;
  content: '';
  height: 15px !important; }

.rightRail .subscribe {
  padding: 25px 10px 10px 10px;
  margin-bottom: 30px; }
  .rightRail .subscribe h5 {
    margin-bottom: 0.5em !important; }

.rightRail .subscribe h1 {
  font-size: 22px;
  display: none; }

.rightRail .subscribe h1:after {
  display: block;
  content: '';
  height: 15px !important;
  display: none !important; }

.rightRail .subscribe h5 {
  font-size: 19px !important;
  width: 100%;
  line-height: 22px !important;
  margin: 0 auto;
  text-align: left; }

.rightRail .subscribe h5::before {
  background: none; }

.rightRail .subscribe form input {
  box-sizing: border-box;
  float: left; }

.rightRail .subscribe form input[type="email"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border: 1px solid #999999;
  color: #999;
  font-size: 16px;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  width: 70%;
  margin-right: 0; }

@media only screen and (min-width: 992px) and (max-width: 1350px) {
  .rightRail .subscribe form input[type="email"] {
    width: 100%;
    max-width: 100%;
    border: 1px solid #999; } }

.rightRail .subscribe form input[type="submit"] {
  border: medium none;
  cursor: pointer;
  font-size: 15px;
  height: 45px;
  line-height: 27px;
  width: 30%;
  margin-left: -1px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 10px; }

@media only screen and (min-width: 992px) and (max-width: 1350px) {
  .pageContent .container .rightRail .subscribe form input[type="submit"] {
    width: 100%;
    margin-left: 0;
    margin-top: 10px; } }

.pageContent .container .rightRail .templateTypeArticle,
.pageContent .container .rightRail .templateTypeVideo, .pageContent .container .rightRail .templateTypePhotoGallery {
  width: 50%;
  min-height: auto !important;
  margin-bottom: 20px !important; }

@media (max-width: 569px) {
  .pageContent .container .rightRail .templateTypeArticle,
  .pageContent .container .rightRail .templateTypeVideo, .pageContent .container .rightRail .templateTypePhotoGallery {
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: 100%;
    min-height: auto !important;
    margin-bottom: 30px !important; } }

@media (min-width: 570px) and (max-width: 767px) {
  .pageContent .container .rightRail .templateTypeArticle,
  .pageContent .container .rightRail .templateTypeVideo, .pageContent .container .rightRail .templateTypePhotoGallery {
    width: 100%;
    min-height: auto !important;
    margin-bottom: 60px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pageContent .container .rightRail .templateTypeArticle,
  .pageContent .container .rightRail .templateTypeVideo, .pageContent .container .rightRail .templateTypePhotoGallery {
    width: 50%;
    min-height: 235px !important;
    margin-bottom: 20px !important; } }

@media (min-width: 992px) {
  .pageContent .container .rightRail .templateTypeArticle,
  .pageContent .container .rightRail .templateTypeVideo, .pageContent .container .rightRail .templateTypePhotoGallery {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 145px !important; }
  .pageContent .container .rightRail .templateTypeArticle:nth-of-type(2n+1),
  .pageContent .container .rightRail .templateTypeVideo:nth-of-type(2n+1), .pageContent .container .rightRail .templateTypePhotoGallery:nth-of-type(2n+1) {
    clear: both; }
  .pageContent .container .rightRail .templateTypeArticle .iconVideo, .pageContent .container .rightRail .templateTypeVideo .iconVideo, .pageContent .container .rightRail .templateTypePhotoGallery .iconPhotoGallery, .pageContent .container .rightRail .templateTypePhotoGallery .iconPhotoGallery {
    position: relative; }
  .pageContent .container .rightRail .templateTypeArticle .iconVideo:after, .pageContent .container .rightRail .templateTypeVideo .iconVideo:after, .pageContent .container .rightRail .templateTypePhotoGallery .iconPhotoGallery:after, .pageContent .container .rightRail .templateTypePhotoGallery .iconPhotoGallery:after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    margin-left: -0.4em;
    margin-top: -0.39em;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    font-size: 1.6em;
    opacity: 0.9;
    -webkit-box-shadow: 0px -1px 18px 2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px -1px 18px 2px rgba(0, 0, 0, 0.45);
    box-shadow: 0px -1px 18px 2px rgba(0, 0, 0, 0.45); }
  .pageContent .container .rightRail .templateTypeArticle .iconVideo:after, .pageContent .container .rightRail .templateTypeVideo .iconVideo:after {
    content: '\f144';
    color: #ffffff; }
  .pageContent .container .rightRail .templateTypeArticle .iconPhotoGallery:after, .pageContent .container .rightRail .templateTypeVideo .iconPhotoGallery:after, .pageContent .container .rightRail .templateTypePhotoGallery .iconPhotoGallery:after {
    content: '\f030';
    color: #ffffff; } }

.pageContent .container .rightRail .newsUpdates {
  margin-bottom: 0 !important; }

@media only screen and (min-width: 992px) {
  .pageContent .container .rightRail .newsUpdates .container .row div a:first-child {
    margin-bottom: 5px !important;
    max-height: none !important; }
  .pageContent .container .rightRail .newsUpdates .container .row div a {
    line-height: 19px !important;
    margin-bottom: 10px !important;
    font-size: 16px; }
  .pageContent .container .rightRail .newsUpdates .container .row div p {
    display: none; } }

@media only screen and (max-width: 640px) {
  .pageContent .container .rightRail .newsUpdates .blockTitle h1 {
    font-size: 24px !important; } }

.pageContent .container .rightRail .exhibitorResources {
  margin-bottom: 30px; }

.pageContent .container .rightRail .exhibitorResources h5 {
  display: block;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 36px;
  border-bottom: 2px solid #ee3035;
  margin-bottom: 15px !important;
  padding-bottom: 5px !important; }

.pageContent .container .rightRail .exhibitorResources a {
  display: block;
  color: #ee3035;
  font-size: 20px;
  margin-bottom: 5px; }

.pageContent .container .rightRail .ad {
  margin-bottom: 30px; }

.pageContent .container .rightRail .ad img {
  display: block;
  min-height: 250px;
  margin: 0 auto; }

.pageContent .ourSponsors {
  position: relative;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 85px;
  padding-right: 0;
  padding-left: 0; }

@media only screen and (max-width: 769px) {
  .pageContent .ourSponsors {
    padding-top: 50px; } }

@media only screen and (max-width: 569px) {
  .pageContent .ourSponsors {
    padding-top: 40px; } }

.pageContent .ourSponsors h1 {
  display: inline;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 400; }

@media only screen and (max-width: 569px) {
  .pageContent .ourSponsors h1 {
    font-size: 30px; } }

.pageContent .ourSponsors .ourSponsorsSlider {
  position: initial;
  max-width: 100%;
  padding-top: 7px; }

@media only screen and (max-width: 769px) {
  .pageContent .ourSponsors .ourSponsorsSlider {
    position: relative;
    padding-left: 0;
    padding-right: 0; } }

.pageContent .ourSponsors .ourSponsorsSlider .sliderItem {
  padding: 1% 2%;
  box-sizing: border-box; }

.pageContent .ourSponsors .ourSponsorsSlider .sliderItem:focus {
  outline: none; }

.pageContent .ourSponsors .ourSponsorsSlider .sliderItem img {
  display: block;
  width: 100%; }

.pageContent .ourSponsors .ourSponsorsSlider .slick-arrow {
  top: initial;
  bottom: 34%; }

@media only screen and (max-width: 569px) {
  .pageContent .ourSponsors .ourSponsorsSlider .slick-arrow {
    bottom: 43%; } }

@media only screen and (max-width: 769px) {
  .pageContent .ourSponsors .ourSponsorsSlider .slick-arrow {
    top: 0;
    bottom: 0;
    margin: auto; } }

/*** Container Sizes ***/
@media (min-width: 992px) and (max-width: 1180px) {
  .container {
    width: 100%; } }

@media (min-width: 1181px) {
  .header .container {
    width: 100%; }
  .container {
    width: 1180px; } }

@media (min-width: 1350px) {
  .header .container {
    width: 1310px; }
  .container {
    width: 1310px; } }

/***********************************************
    Register Table
***********************************************/
.registration-rules {
  margin-bottom: 1.5em; }
  .registration-rules h5 {
    font-size: 16px !important;
    font-weight: normal;
    margin-bottom: .5em !important; }
  .registration-rules p {
    font-size: 14px !important;
    color: #777777;
    line-height: 1.6em !important; }

.sponsored {
  margin-bottom: 1.5em; }
  .sponsored span {
    font-size: 12px;
    font-style: italic;
    display: block;
    color: #999999; }

.register-table {
  border-bottom: 1px solid #dddddd; }
  .register-table.row [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px; }
  .register-table.row {
    overflow: hidden; }
  .register-table.head {
    font-size: 12px;
    font-weight: bold; }
    .register-table.head .col-xs-2 div {
      margin-bottom: 15px; }
  .register-table > div {
    padding-top: 15px; }
  .register-table .col-xs-2 {
    text-align: center; }
  .register-table .ticket-info {
    margin-bottom: 15px; }
  .register-table .price {
    text-align: center; }
  .register-table .selected {
    background: #f4f4f4; }
    .register-table .selected p {
      color: #000 !important; }
  .register-table h3 {
    font-size: 18px !important;
    margin-bottom: 0 !important; }
  .register-table p {
    font-size: 1em !important;
    color: #777777 !important;
    margin-bottom: 0 !important; }
  .register-table .more-info {
    font-size: 15px;
    color: #777777;
    text-decoration: underline; }
  .register-table .btn {
    font-size: 12px; }
    @media (max-width: 728px) {
      .register-table .btn {
        background: none;
        padding-left: 0;
        padding-right: 0;
        color: #ee3035 !important;
        text-decoration: underline !important; } }

.price-column-1 {
  margin-bottom: 50px; }
  .price-column-1 .col-xs-8 {
    width: 83.333333%; }

.price-column-2 {
  margin-bottom: 50px; }

.price-column-3 {
  margin-bottom: 50px; }
  .price-column-3 .col-xs-8 {
    width: 50%; }
  .price-column-3 .col-xs-2 span {
    display: none; }

@media (max-width: 576px) {
  .price-column-1 h2,
  .price-column-2 h2,
  .price-column-3 h2 {
    font-size: 22px !important; }
  .price-column-1 h3,
  .price-column-2 h3,
  .price-column-3 h3 {
    font-size: 16px !important; }
  .price-column-3 .register-table {
    margin-left: 0;
    margin-right: 0; }
  .price-column-3 h2 {
    font-size: 22px; }
  .price-column-3 .head {
    display: none; }
  .price-column-3 .ticket-info {
    margin-left: -10px;
    margin-right: -10px; }
  .price-column-3 .col-xs-8 {
    width: 100%; }
  .price-column-3 .col-xs-2 {
    width: 33.3333333%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-top: 0; }
    .price-column-3 .col-xs-2 > div {
      padding-top: 10px;
      padding-bottom: 10px; }
    .price-column-3 .col-xs-2 span {
      display: inherit;
      font-size: 11px; }
  .price-column-3 .register-table div:nth-of-type(2) {
    border-left: 1px solid #cccccc; }
  .price-column-3 .register-table div:nth-of-type(3) {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; }
  .price-column-3 .register-table div:nth-of-type(4) {
    border-right: 1px solid #cccccc; } }

/** End of Register Table **/
/***********************************************
Slider
***********************************************/
.overlay-black-none {
  background-color: none !important; }

.overlay-black-light {
  background-color: #000000;
  opacity: .25; }

.overlay-black-medium {
  background-color: #000000;
  opacity: .5; }

.overlay-black-dark {
  background-color: #000000;
  opacity: .75; }

.overlay-white-none {
  background-color: none !important; }

.overlay-white-light {
  background-color: #ffffff;
  opacity: .25; }

.overlay-white-medium {
  background-color: #ffffff;
  opacity: .5; }

.overlay-white-dark {
  background-color: #ffffff;
  opacity: .75; }

.overlay-primary-none {
  background-color: none !important; }

.overlay-primary-light {
  background-color: #ee3035;
  opacity: .25; }

.overlay-primary-medium {
  background-color: #ee3035;
  opacity: .5; }

.overlay-primary-dark {
  background-color: #ee3035;
  opacity: .75; }

.slider-headline-dark {
  color: #000000; }

.slider-teaser-dark {
  color: #000000;
  opacity: .8; }

.slider-headline-light {
  color: #ffffff; }

.slider-teaser-light {
  color: #ffffff;
  opacity: .8; }

.advertisement-wrapper iframe {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }
