@charset "UTF-8";
/************************************
/ Global Variables
/***********************************/
.text-center {
  text-align: center;
}

/************************************
/ Global Styles
/***********************************/
h1 {
  font-size: 4em;
}

h2 {
  font-size: 3em;
  margin-bottom: 24px;
}

h1:after, h2:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#183E6C), to(#4FCAEE));
  background: linear-gradient(to right, #183E6C, #4FCAEE);
  width: 55px;
  height: 4px;
  display: block;
  position: relative;
  margin: 20px auto 20px auto;
  border-radius: 4px;
}

h3 {
  font-size: 1.25em;
  margin-bottom: 1em;
}

h3:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#183E6C), to(#4FCAEE));
  background: linear-gradient(to right, #183E6C, #4FCAEE);
  width: 55px;
  height: 4px;
  display: block;
  position: relative;
  margin: 15px 0;
  border-radius: 4px;
}

h4 {
  font-size: 1.125em;
  margin-bottom: 1em;
}

h5 {
  font-size: 0.875em;
  margin-bottom: 1.25em;
}

h6 {
  font-size: 12px;
  margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
  line-height: 1.1em;
  color: #000;
  font-weight: 700;
}

.small {
  font-size: 13px;
}

.highlight {
  color: #4FCAEE;
  font-weight: 700;
}

body {
  background: #fff;
  font-size: 16px;
  color: #414243;
  font-weight: 400;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) { /* @grid-float-breakpoint -1 */
  body {
    padding-top: 0;
  }
}
.card {
  margin-bottom: 30px;
}

.content {
  background-color: #fff;
  margin-bottom: 30px;
}

.clearfix {
  clear: both;
}

a {
  color: #E0228F;
  font-weight: 700;
  text-transform: none;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

a.btn, a.btn2, a.btn-white {
  font-weight: 700;
  border: 0px;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.btn {
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #E0228F;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #E0228F;
}
.btn a {
  color: #fff;
}
.btn input {
  border: transparent;
  background-color: #407DBC;
  color: #fff;
}

.btn:hover {
  color: #fff;
  text-decoration: underline;
}
.btn:hover a {
  color: #fff;
}

.btn.exhibit {
  color: #407DBC;
  background-color: #fff;
  border: 1px solid #407DBC;
  margin-left: 10px;
}

.btn.register {
  border: 1px solid #E0228F;
  margin-left: 10px;
}

.center {
  text-align: center;
}

#content {
  background: url("/~/media/ccexpo/Images/internal-content-bg") no-repeat;
  background-position: top right;
}

.form-control {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  min-height: 45px;
  background-color: #fff;
}

.form-control.direct-entry {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px;
  width: 230px;
  height: 32px;
  border-radius: 0;
}

.form-control-select {
  padding: 10px 7px;
  min-height: 44px;
}

hr {
  border: 0;
  height: 1px;
  background: #bcbcbc;
}

.internal-content {
  margin-top: 15px;
}

.radio input[type=radio] {
  margin: 4px 0 0;
  margin-left: 0;
  position: relative;
  min-height: 0;
}

.form-wrapper .checkbox input[type=checkbox] {
  margin-left: 0;
  margin-right: 20px;
}

.checkbox input[type=checkbox] {
  margin-left: -20px;
}

.highlight {
  background-color: #407DBC;
  color: #fff;
  padding: 0 10px;
  font-style: italic;
}

input, select, textarea {
  max-width: 100%;
  min-height: 31px;
}

.intro-text {
  font-size: 1.25em;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 2.5em;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
.image-responsive img {
  max-width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.section-padding {
  padding: 50px 0;
}

.section-black {
  background: #000;
  color: #fff;
}

.section-blue-light {
  background: #4FCAEE;
  color: #fff;
}
.section-blue-light h2, .section-blue-light h3, .section-blue-light h4, .section-blue-light h5, .section-blue-light h6 {
  color: #fff;
}
.section-blue-light h2 a, .section-blue-light h3 a, .section-blue-light h4 a, .section-blue-light h5 a, .section-blue-light h6 a {
  color: #fff;
}
.section-blue-light a {
  color: #fff;
}
.section-blue-light .btn {
  color: #fff;
  background: #fff;
}

.section-blue {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#183E6C), to(#4FCAEE));
  background-image: linear-gradient(to bottom right, #183E6C, #4FCAEE);
  color: #fff;
}
.section-blue h2, .section-blue h3, .section-blue h4, .section-blue h5, .section-blue h6 {
  color: #fff;
}
.section-blue h2 a, .section-blue h3 a, .section-blue h4 a, .section-blue h5 a, .section-blue h6 a {
  color: #fff;
}
.section-blue a {
  color: #fff;
}
.section-blue .btn {
  color: #fff;
  background: #fff;
}

.section-pink, .section-countdown {
  background: #E0228F url("/~/media/CCExpo/images/pinkbg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
.section-pink h2, .section-pink h3, .section-pink h4, .section-pink h5, .section-pink h6, .section-countdown h2, .section-countdown h3, .section-countdown h4, .section-countdown h5, .section-countdown h6 {
  color: #fff;
}
.section-pink h2 a, .section-pink h3 a, .section-pink h4 a, .section-pink h5 a, .section-pink h6 a, .section-countdown h2 a, .section-countdown h3 a, .section-countdown h4 a, .section-countdown h5 a, .section-countdown h6 a {
  color: #fff;
}
.section-pink h2:after, .section-countdown h2:after {
  background: none;
  content: none;
}
.section-pink a, .section-countdown a {
  color: #fff;
}

.section-ocean-reversed {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#4FCAEE), to(#183E6C));
  background-image: linear-gradient(to bottom right, #4FCAEE, #183E6C);
}

.section-gray {
  background: #eee;
}

.section-blue {
  background: #407DBC;
}

.section-blue-light {
  background: #4FCAEE;
  color: #fff;
}
.section-blue-light h2, .section-blue-light h3, .section-blue-light h4, .section-blue-light h5, .section-blue-light h6 {
  color: #4FCAEE;
}
.section-blue-light .btn {
  color: #fff;
  background: #4FCAEE;
}

.section-blue {
  color: #fff;
}
.section-blue h2, .section-blue h3, .section-blue h4, .section-blue h5, .section-blue h6 {
  color: #4FCAEE;
}
.section-blue h2 a, .section-blue h3 a, .section-blue h4 a, .section-blue h5 a, .section-blue h6 a {
  color: #4FCAEE;
}
.section-blue a {
  color: #fff;
}
.section-blue .btn {
  color: #fff;
  background: #4FCAEE;
}

.section-blue-dark {
  color: #fff;
  background: #183E6C;
}
.section-blue-dark h2, .section-blue-dark h3, .section-blue-dark h4, .section-blue-dark h5, .section-blue-dark h6 {
  color: #4FCAEE;
}
.section-blue-dark h2 a, .section-blue-dark h3 a, .section-blue-dark h4 a, .section-blue-dark h5 a, .section-blue-dark h6 a {
  color: #4FCAEE;
}
.section-blue-dark .btn {
  color: #fff;
  background: #4FCAEE;
}

.slick-prev:before, .slick-next:before {
  color: #E0228F;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "⸻";
  text-align: center;
  opacity: 0.25;
  color: #4FCAEE;
  -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button:before {
  color: #4FCAEE;
}

.spacing {
  padding: 30px;
}

.padding-bottom {
  padding-bottom: 30px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.nopadding {
  paddingbottom: 0;
}

.nomargin {
  margin-bottom: 5px;
}

.notification {
  background-color: #ffffbf;
  padding: 10px;
}

.border-top {
  border-top: 4px solid #407DBC;
}

.border-bottom {
  border-bottom: 4px solid #407DBC;
}

thead {
  background-color: #407DBC;
  color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}

.newsletter-signup {
  text-align: center;
}
.newsletter-signup input {
  min-width: 250px;
}

.textbox {
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 3px;
}

.update-invalid {
  color: red;
  background: #fbe3e4;
  border: 2px solid red;
}

.logo {
  border: 1px solid #bcbcbc;
  position: relative;
  display: block;
  float: left;
  height: auto;
  width: 100%;
  margin: 15px 0;
  background: #fff;
  text-align: center;
  padding: 20px;
  min-height: 120px;
}
.logo img {
  max-width: 80%;
}

.logo-label {
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.logo-level {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 5px 1px 5px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
}

.logo a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 121px;
  border: 0;
}

header {
  background: #fff;
  color: #183E6C;
  padding: 20px 0;
  -webkit-box-shadow: 10px 10px 8px #eee;
          box-shadow: 10px 10px 8px #eee;
  font-weight: 700;
}

.header-buttons {
  margin-top: 5px;
}
.header-buttons a {
  font-size: 0.875em;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.header-info {
  padding: 6px 0 0 20px;
  font-size: 12px;
}

.header-dates {
  color: #183E6C;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.header-location {
  color: #183E6C;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.mainnavwrapper {
  background: #4FCAEE;
}

.alert-bar {
  color: #fff;
  text-align: center;
  background-color: #407DBC;
  font-weight: 700;
}
.alert-bar a {
  color: #fff;
}

.navbar-toggler {
  color: #407DBC;
  background-color: #407DBC;
  border: 2px solid #fff;
  width: 47px;
  height: 34px;
  border: none;
}
.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
}

a.nav-link {
  color: #407DBC;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #407DBC;
  padding-right: 15px;
  padding-left: 15px;
}

a#nav_conference_link {
  padding-left: 0px;
}

a.nav-link:hover {
  color: #407DBC;
  text-transform: uppercase;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  background: #fff;
  font-size: 12px;
  border-radius: 0;
  top: 90%;
}

.dropdown-item {
  color: #407DBC;
  background: #fff;
  font-weight: 700;
  padding: 0.4rem 1rem;
}

.dropdown-item:hover {
  color: #407DBC;
}

button.btn {
  padding: 15px;
}

.navbar-nav > li > .dropdown-menu a {
  border-bottom: 1px solid #eee;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 15px;
}
.navbar-nav > li > .dropdown-menu a :hover {
  font-weight: 700;
}

.nav-item {
  font-size: 14px;
}

.navbar {
  margin-bottom: 0px;
  padding: 0.5rem 0 0.5rem 0;
  font-face: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.navbar-default {
  background-color: #fff;
  border: none;
}

.navbar-collapse {
  padding-left: 0;
}

.dropdown-menu {
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 12px #eee;
          box-shadow: 0px 0px 12px #eee;
  border: none;
  border-radius: 3px;
}

.navbar-nav > li > .dropdown-menu, .dropdown-submenu {
  color: #407DBC;
}
.navbar-nav > li > .dropdown-menu a, .dropdown-submenu a {
  color: #407DBC;
}
.navbar-nav > li > .dropdown-menu a:hover, .dropdown-submenu a:hover {
  font-weight: 700;
}

.navbar-default .navbar-nav > li > a {
  color: #407DBC;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 24px;
  border-top: 3px solid #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #407DBC;
  font-weight: 700;
}

a.nav-link {
  color: #407DBC;
  text-transform: uppercase;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}
.dropdown-submenu > .dropdown-menu a {
  color: #407DBC;
}

.dropdown-menu > li > a {
  padding: 5px 10px;
}

ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
  display: none;
}

ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-submenu:hover > ul.dropdown-menu {
  background: #407DBC;
}
.dropdown-submenu:hover > ul.dropdown-menu a {
  color: #fff;
}
.dropdown-submenu:hover > ul.dropdown-menu :hover {
  background: #fff;
}
.dropdown-submenu:hover > ul.dropdown-menu :hover a {
  color: #407DBC;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
  margin-top: 5px;
  margin-right: -10px;
  padding-right: 10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

[id^=agenda-day-] .agenda-time p {
  font-size: 10px;
  line-height: 14px;
}

@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    margin-top: 0;
  }
  .dropdown-toggle {
    margin-bottom: 2px;
  }
  .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
    margin-bottom: 0;
  }
}
.statblock {
  width: 164px;
  margin: 0 28px 0 0;
}

.sidenav {
  font-size: 0.9em;
  padding: 15px 0;
}

.sidenav a {
  display: block;
  color: #407DBC;
  padding: 8px;
}

.sidenav a:hover {
  color: #407DBC;
  font-weight: 700;
}

.sidenav a.active {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#4FCAEE), to(#183E6C));
  background-image: linear-gradient(to bottom right, #4FCAEE, #183E6C);
}

.sidenav a.active:hover {
  color: #fff;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#4FCAEE), to(#183E6C));
  background-image: linear-gradient(to bottom right, #4FCAEE, #183E6C);
}

.sidenav-black {
  padding: 7.5px;
  margin-bottom: 15px;
  background: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.sidenav-black .header {
  font-size: 18px;
  font-weight: 700;
  color: #4FCAEE;
  text-transform: uppercase;
}

.sidenav-black a {
  color: #fff;
}

.sidenav-black .form-wrapper .textbox {
  height: 37px;
  margin-bottom: 15px;
}

.sidenav-black .form-wrapper .campaign-fieldinvalid {
  color: #f00;
  background: #fbe3e4;
  border: 2px solid #f00;
}

.footer-left-border {
  border-left: solid 1px #4FCAEE;
  padding-left: 20px;
}

footer {
  margin-top: 30px;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer a {
  font-weight: 400;
}
footer li img {
  padding-right: 10px;
  padding-bottom: 10px;
}

#eucookielawcontainer {
  display: block;
  position: fixed;
  left: auto;
  right: auto;
  bottom: 0;
  width: 100%;
  z-index: 10000;
}
#eucookielawcontainer .eucookiebanner {
  font-size: 1.2em;
  margin: 0 auto;
  max-width: 90%;
}
@media (min-width: 992px) {
  #eucookielawcontainer .eucookiebanner {
    max-width: 85%;
  }
  #eucookielawcontainer .eucookiebanner .cookieblock {
    display: table-cell;
    padding: 0 1.25rem 0 0;
    vertical-align: middle;
  }
}
#eucookielawcontainer .button {
  margin: 2em 0 0 0;
  white-space: nowrap;
}
#eucookielawcontainer .padding {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border: 5px solid #ffd500;
  color: #fff;
  overflow: hidden;
  padding: 1.25rem;
  text-align: center;
}

.local {
  font-size: 14px;
  padding: 15px 0;
}

ul.social li img {
  float: left;
}

.section-informa {
  background: #525a5c;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
}
.section-informa a {
  color: #fff;
}
.section-informa .terms {
  text-align: right;
}
.section-informa .terms a {
  margin-left: 70px;
}
.section-informa .copyright {
  text-align: right;
}

.advertisement {
  margin-bottom: 30px;
}

.breadcrumb {
  background-color: transparent;
}

.informa-banner .pillar-nav__header {
  padding: 6px 30px 6px 15px;
}

.informa-banner a {
  padding: 4px 8px 4px 8px;
}

.informa-banner ul {
  margin: 0;
  border-bottom: 1px solid #c0c0c0;
}

.informa-banner .pillar-nav__inner {
  background-color: #ffffff;
  padding: 4px 0px 1px 0px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: none;
}

@media (min-width: 992px) {
  .informa-banner .pillar-nav__inner {
    display: block;
  }
}
.informa-banner .pillar-nav__item {
  border-radius: 0;
  background-color: #ffffff;
}

.informa-banner .pillar-nav__item a {
  text-decoration: none;
  white-space: nowrap;
  color: #525a5c;
  border-bottom: 2.8px solid #ffffff;
}

.informa-banner .pillar-nav__item a:hover {
  color: #b3b6b5;
  border-bottom: 2.8px solid #b3b6b5;
}

.informa-banner .pillar-nav__item--content > a:before {
  font-family: "Pillar-Navigation";
  font-size: 110%;
  content: "\e900";
  color: #525a5c;
}

.informa-banner .pillar-nav__item--directory > a:before {
  font-family: "Pillar-Navigation";
  font-size: 115%;
  content: "\e901";
  color: #525a5c;
}

.informa-banner .pillar-nav__item--education > a:before {
  font-family: "Pillar-Navigation";
  content: "\e902";
  color: #525a5c;
}

.informa-banner .pillar-nav__item--event > a:before {
  font-family: "Pillar-Navigation";
  content: "\e903";
  color: #525a5c;
  margin-top: 3px;
}

.informa-banner .pillar-nav__item--forums > a:before {
  font-family: "Pillar-Navigation";
  content: "\e904";
  color: #525a5c;
}

.informa-banner .pillar-nav__item--content:hover > a:before {
  font-family: "Pillar-Navigation";
  content: "\e900";
  color: #b3b6b5;
}

.informa-banner .pillar-nav__item--directory:hover > a:before {
  font-family: "Pillar-Navigation";
  content: "\e901";
  color: #b3b6b5;
}

.informa-banner .pillar-nav__item--education:hover > a:before {
  font-family: "Pillar-Navigation";
  content: "\e902";
  color: #b3b6b5;
}

.informa-banner .pillar-nav__item--event:hover > a:before {
  font-family: "Pillar-Navigation";
  content: "\e903";
  color: #b3b6b5;
  margin-top: 3px;
}

.informa-banner .pillar-nav__item--forums:hover > a:before {
  font-family: "Pillar-Navigation";
  content: "\e904";
  color: #b3b6b5;
}

.informa-banner .pillar-nav__item.pillar-more:hover > ul {
  display: block;
}

.informa-banner .pillar-nav__item.pillar-more:hover i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.informa-banner .pillar-nav__item .pillar-list-nested {
  background-color: #ffffff;
  left: 0px;
  right: 0;
  padding: 0;
  margin-top: 1px;
  position: absolute;
  width: 230px;
  z-index: 1;
  border-bottom: 1px solid #ffffff;
}

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item {
  left: auto;
  display: list-item;
  background-color: #f6f6f6;
  margin: 0;
}

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item.active {
  display: block;
}

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item a, .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item a:visited {
  border: 0;
  font-weight: 400;
}

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item a:hover, .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item a:visited:hover {
  color: #525a5c;
  font-weight: 800;
}

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--content:hover > a:before {
  content: "\e900";
  color: #525a5c;
}

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--directory:hover > a:before {
  content: "\e901";
  color: #525a5c;
}

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--education:hover > a:before {
  content: "\e902";
  color: #525a5c;
}

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--event:hover > a:before {
  content: "\e903";
  color: #525a5c;
  margin-top: 3px;
}

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--forums:hover > a:before {
  content: "\e904";
  color: #525a5c;
}

@media (min-width: 992px) {
  .informa-banner {
    display: block;
  }
}
#iribbon-container {
  background: #525a5c;
  border-bottom: 1px solid #a5acaf;
  color: #fff;
  font-size: 13px;
  min-height: 35px;
  line-height: 18px;
  position: relative;
  font-weight: 400;
}

#iribbon-container nav ul {
  list-style: outside none none;
  margin: 0;
  padding: 1em 0;
}

#iribbon-container nav ul li {
  list-style: outside none none;
  margin: 0;
  padding: 1em 0;
}

#iribbon-container ul, #iribbon-container ol {
  margin: 0 0 20px 20px;
}

#iribbon-container a {
  color: #fff;
  padding: 1px 0 0 0;
  font-weight: 400;
}

#iribbon-container p {
  font-family: Arial, Helvetica, sans-serif;
}

#iribbon-title {
  background: url(/images/iribbon-logo.gif) no-repeat center top;
  border: none;
  bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: block;
  height: 16px;
  left: 50%;
  margin: 10px auto 10px -46px;
  padding-top: 0;
  position: absolute;
  text-indent: -999em;
  -webkit-transition: none;
  transition: none;
  width: 92px;
}

@media not all, not all {
  #iribbon-title {
    background: rgba(0, 0, 0, 0) url(/images/iribbon-logo@2x.png) repeat 0 0/92px 34px;
  }
}
#iribbon-detail {
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
  padding: 0 15px 2em 15px;
  -webkit-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}

#iribbon-detail.ribbon-hide {
  display: none;
  max-height: 0px;
}

#iribbon-detail.ribbon-show {
  display: block;
  max-height: 400px;
}

@media (min-width: 992px) {
  #iribbon-detail {
    padding-bottom: 2em;
  }
  #iribbon-detail.ribbon-hide {
    display: none;
    max-height: 0px;
  }
  #iribbon-detail.ribbon-show {
    display: block;
    max-height: 400px;
  }
}
#iribbon-detail p {
  margin: 0;
  padding: 0;
}

#iribbon-detail ul {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  border-bottom: none;
}

#iribbon-detail ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  line-height: 1em;
  padding: 0 8px 0 0;
}

#iribbon-detail ul li:last-child {
  border: 0 none;
}

#iribbon-detail ul li a {
  text-decoration: underline;
  text-transform: uppercase;
  padding-left: 10px;
  border-left: 1px solid #a5acaf;
}

#iribbon-detail ul li.iribbon-mainlink {
  border: 0 none;
  padding-left: 0;
}

#iribbon-detail ul li.iribbon-mainlink a {
  padding-left: 0px;
  border: none;
  text-transform: none;
}

#iribbon-left {
  float: left;
  padding: 25px 15px 5px 15px;
  width: 100%;
}

#iribbon-left p {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  #iribbon-left {
    float: left;
    margin: 40px 0;
    max-width: 590px;
    padding: 0 15px 0 15px;
    width: 40%;
  }
}
#iribbon-right {
  float: left;
  padding: 25px 5px 15px 15px;
  width: 100%;
}

@media (min-width: 992px) {
  #iribbon-right {
    float: left;
    margin: 40px 0;
    max-width: 590px;
    padding: 0 15px 0 15px;
    width: 50%;
    border-left: 1px solid #a5acaf;
    float: right;
    padding-left: 2%;
  }
}
#iribbon-title.active {
  background-position: center bottom;
}

.case-study-info {
  padding-bottom: 15px;
}

.information {
  font-size: 12px;
}

.session {
  padding: 30px 0;
  border-top: 1px solid #eee;
}
.session h3 {
  margin-top: 1em;
}
.session h4 {
  color: #fff;
}

.session-num {
  padding: 3px 8px;
  font-weight: 700;
  color: #fff;
  background: #407DBC;
  margin-bottom: 15px;
}

.session-title-spotlight {
  font-size: 1.25em;
  font-color: #000;
}

.fa-clock-o, .fa-plus-circle {
  float: right;
  padding: 8px;
}

.fa-chevron-up {
  float: right;
  padding-top: 3px;
}

.agenda-day {
  display: block;
  height: 38px;
  padding: 0 10px 0 10px;
  margin: 0 0 15px 0;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#4FCAEE), to(#407DBC));
  background: linear-gradient(to bottom right, #4FCAEE, #407DBC);
  border-radius: 3px;
}
.agenda-day a {
  color: #fff;
}

#content [id^=agenda-day-] .agenda-time p {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background: #eee;
  margin-top: 4px;
  margin-bottom: 4px;
}

.agenda-activity p {
  margin-bottom: 0;
  margin-top: 4px;
  font-weight: 700;
  font-weight: 600;
  color: #000;
  background-color: #eee;
  margin-top: 4px;
  padding: 6px;
}

.agenda-subactivity {
  font-weight: 700;
  color: #000;
  padding-top: 10px;
  background: #fff;
}
.agenda-subactivity a {
  color: #407DBC;
}
.agenda-subactivity p {
  margin-bottom: 0;
}
.agenda-subactivity .session-description {
  font-weight: 400;
}
.agenda-subactivity .session-description a {
  color: #407DBC;
}

.track-selector {
  background: #4FCAEE;
  padding: 0px 10px;
  margin-bottom: 15px;
}
.track-selector h4 {
  color: #fff;
}

.track-selector select {
  margin: 6px 0;
  font-size: 16px;
}

#tours {
  padding: 40px 0 30px 0;
  background: #ebebeb;
}

#tours h1 {
  color: #ff8400;
}

.exhibitor {
  position: relative;
  display: block;
  float: left;
  height: auto;
  width: 100%;
  margin: 15px 0;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 1px 0px 5px #bcbcbc;
          box-shadow: 1px 0px 5px #bcbcbc;
  text-align: center;
  min-height: 145px;
}
.exhibitor img {
  max-width: 80%;
}

.exhibitor:hover {
  text-decoration: none;
  border: 2px solid #4FCAEE;
}

/*-----------Pricing and Discounts-----------*/
.p1 {
  background: #4FCAEE;
}

.p2 {
  background: #183E6C;
}

.p3 {
  background: #407DBC;
}

.p4 {
  background: #4FCAEE;
}

.p5 {
  background: #183E6C;
}

.pricing {
  position: relative;
  min-height: 170px;
  color: #fff;
  border: none;
  padding: 15px;
}

.pricing-special {
  font-size: 30px;
  font-weight: 700;
}

.pricing-name {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.pricing-content LI {
  font-size: 30px;
  border-bottom: #f5f9e7 1px solid;
  color: #888;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
}

.card-header {
  background: #000;
}
.card-header a h5 {
  color: #fff;
}

/*-------------all sliders-----------------------------*/
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
  background: #fff;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*-------------home main slider-----------------------------*/
#home-slider {
  color: #fff;
}
#home-slider .slick-dots {
  position: relative;
  bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
#home-slider .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
  margin-right: 5px;
}
#home-slider .slick-prev {
  left: 0px;
  background: url("/~/media/ccexpo/Images/home-slider-left-arrow") no-repeat;
  height: 80px;
  width: 24px;
  z-index: 20;
}
#home-slider .slick-prev:before, #home-slider .slick-next:before {
  color: transparent;
  content: none;
}
#home-slider .slick-next {
  right: 0px;
  background: url("/~/media/ccexpo/Images/home-slider-right-arrow") no-repeat;
  height: 80px;
  width: 24px;
}
#home-slider .slick-next :before {
  color: transparent;
}
#home-slider .slick-track {
  padding: 0 0;
}
#home-slider .slick-list {
  padding: 0 !important;
}
#home-slider .slick-slide {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#home-slider .slider-image {
  background-size: cover;
  background-position: center;
}
#home-slider h2:after {
  content: none;
}
#home-slider h2 {
  color: #fff;
}
#home-slider .slide-text {
  margin-bottom: 30px;
  font-size: 1.25em;
}
@media (min-width: 576px) {
  #home-slider .slick-dots {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #home-slider .slick-dots {
    max-width: 720px;
  }
}
@media (max-width: 991px) {
  #home-slider .slider-height {
    min-height: 500px;
  }
  #home-slider .slider-image {
    background-position: left;
    background-size: auto;
  }
}
@media (min-width: 992px) {
  #home-slider .slick-dots {
    max-width: 960px;
  }
  #home-slider .slider-height {
    min-height: 560px;
  }
}

/*-----keynotes-----*/
#keynotes .keynote-container {
  position: relative;
  min-height: 520px;
  text-align: center;
}
#keynotes .speaker-info {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 300;
  color: #000;
}
#keynotes .speaker-info .speaker-name {
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 24px;
}
#keynotes .speaker-info .speaker-title {
  font-size: 16px;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
}
#keynotes .speech-title {
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.25em;
  position: relative;
  top: 40%;
  width: 100%;
  z-index: 300;
  color: #fff;
  opacity: 0;
}
#keynotes .keynote-color-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #63add0;
  opacity: 0;
  position: absolute;
  z-index: 200;
}
#keynotes .keynote-container:hover .speech-title {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
#keynotes .keynote-container:hover .keynote-color-overlay {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.7;
}
#keynotes .keynote-container:hover .speaker-info {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #fff;
}
#keynotes .keynote-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#keynotes .keynote-image .fade-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: linear-gradient(to bottom, transparent, white);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: 100;
}
#keynotes .keynote-image .keynote-background {
  min-height: 520px;
}
#keynotes .keynote-image .keynote-background .keynote-eyebrow {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

/*-----speakers-----*/
#speakers {
  text-align: center;
}
#speakers .speaker-image img {
  border-radius: 6px;
}
#speakers .speaker-info {
  margin-top: 25px;
  font-size: 16px;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
}
#speakers .speaker-name {
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

/*-----topics-----*/
#topics .card {
  -webkit-box-shadow: 0px 0px 10px #bcbcbc;
          box-shadow: 0px 0px 10px #bcbcbc;
  border-radius: 0.5rem;
}
#topics .card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
#topics .card-title {
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  color: #000;
  text-transform: none;
}
#topics .card-title:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#183E6C), to(#4FCAEE));
  background: linear-gradient(to right, #183E6C, #4FCAEE);
  width: 40px;
  height: 4px;
  display: block;
  position: relative;
  margin-bottom: 60px;
  margin: 15px 0;
  border-radius: 4px;
}
#topics .card-text {
  margin-bottom: 30px;
}

/*-------------details-----------------------------*/
#details h2:after {
  margin: 20px 0;
}

/*-------------speakers-----------------------------*/
#speakers-slider {
  padding: 10px;
  color: #fff;
  min-height: 105px;
}
#speakers-slider h4 {
  color: #407DBC;
}
#speakers-slider .speaker-name {
  font-weight: 700;
}
#speakers-slider .speaker-title {
  font-size: 0.875em;
  font-style: italic;
}
#speakers-slider .speaker-company {
  font-weight: 700;
  font-size: 0.875em;
}
#speakers-slider .home-highlights {
  padding: 15px;
  color: #fff;
  background: #183E6C;
}
#speakers-slider .home-highlights h1, #speakers-slider .home-highlights h2, #speakers-slider .home-highlights h3, #speakers-slider .home-highlights h4 {
  color: #fff;
  margin-bottom: 5px;
}
#speakers-slider .slick-track {
  background: transparent;
}
#speakers-slider .slick-slide img {
  max-width: 250px;
}

/*-------------case studies slider must sit after the group "all sliders"----------------------------*/
.cs-speaker {
  font-size: 16px;
}

.cs-title {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  line-height: 1em;
}

#casestudieshome {
  background: url("~/media/CCExpo/images/casestudies-bg.jpg") no-repeat;
  background-size: cover;
}
#casestudieshome .slick-slide {
  margin-top: 15px;
  position: relative;
  text-align: center;
}
#casestudieshome .slick-slide > div {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#casestudieshome .slick-slide > div .overlay-container {
  visibility: hidden;
}
#casestudieshome .slick-center {
  margin-top: -50px;
}
#casestudieshome .slick-center > div {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
#casestudieshome .slick-center > div .overlay-container {
  visibility: visible;
}
#casestudieshome .slider__item > img {
  width: 100%;
  height: auto;
}
#casestudieshome .slick-track {
  background: transparent;
}
#casestudieshome .slick-prev, #casestudieshome .slick-next {
  color: #407DBC;
}

.case-studies .slick-prev:before, .case-studies .slick-next:before {
  color: #407DBC;
  top: 35%;
  left: -10px;
}
@media (max-width: 768px) {
  .case-studies .slick-prev:before, .case-studies .slick-next:before {
    visibility: hidden;
  }
}
.case-studies .details {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
.case-studies .details .featured-speakers-slider {
  width: 78.81356%;
  float: right;
  margin-right: 0;
}
.case-studies .slick-side .overlay-container {
  display: none;
}

/*-------------video-----------------------------*/
#video {
  background-position: right;
}

/*-------------sponsors slider must sit after the group "all sliders"-----------------------------*/
#sponsors .slick-track {
  padding: 0;
}

.sponsorSliderDiv {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 1400px;
  height: 120px;
  overflow: hidden;
  visibility: hidden;
}

.ciac-advisor-name {
  font-weight: 700;
}

.keynote-speaker-detail {
  padding: 15px 0;
}
.keynote-speaker-detail img {
  width: 100%;
}

.keynote-speaker-info {
  font-size: 13px;
  font-weight: 700;
}

/************************************
/ Used on keynotes paragraphs that use "Read More"
/***********************************/
.read-more-box {
  position: relative;
  overflow: hidden;
}
.read-more-box .card {
  background-color: transparent;
  border: none;
}
.read-more-box .card-body {
  padding: 0;
}

.read-more-box .read-more {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(to bottom, transparent, #fff);
}

.modal-header {
  padding: 0;
}

.modal-header .close {
  padding: 0;
  margin: 0 10px 0 auto;
  color: #183E6C;
  font-size: 16px;
}

.modal-body {
  padding: 0 5px;
}

.lightbox {
  /** Hide the lightbox */
  display: none;
  /** Apply basic lightbox styling */
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #333333;
}

.lightbox:after {
  content: "";
  display: table;
  clear: both;
}

.lightbox .box {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 658px;
  margin: 2% auto;
  background-color: #000;
  -webkit-box-shadow: 0px 1px 26px -3px #777777;
          box-shadow: 0px 1px 26px -3px #777777;
}

.lightbox .title {
  margin: 0;
  font-size: 22px;
}

.lightbox .content {
  display: block;
  font-size: 18px;
  line-height: 22px;
}

.lightbox .close {
  float: right;
  display: block;
  text-decoration: none;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #858585;
}

.lightbox .open {
  /** Show lightbox when mouse leaves the browser window */
  display: block;
  outline: none;
}

exitmodal-body {
  padding: 0;
}

#follow-1 #myBtn {
  display: none;
  position: fixed;
  top: 200px;
  right: 0px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #407DBC;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  background: url(~/media/CCExpo/images/follow1.jpg);
  height: 184px;
  width: 300px;
}
#follow-1 #myBtn:hover {
  background-color: #407DBC;
}

/*-----------------Countdown-timer-----------------------*/
.countdown {
  font-weight: 700;
  font-size: 2em;
  color: #fff;
}
.countdown a {
  color: #fff;
}

#clockdiv {
  padding-top: 10px;
}

#clockdiv .numbers {
  background-color: #E0228F; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#3eb4e5), to(#2ea6dd));
  background: linear-gradient(#3eb4e5, #2ea6dd); /* Standard syntax */
  width: 115px;
  height: 85px;
  line-height: 80px;
  color: #fff;
  float: left;
  margin-right: 7px;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: -5px;
  display: inline-block;
}

#clockdiv .numberlabel {
  background-color: #3eb4e5; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#2ea6dd), to(#28a2da));
  background: linear-gradient(#2ea6dd, #28a2da); /* Standard syntax */
  width: 115px;
  height: 30px;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  float: left;
  margin-right: 7px;
  padding-top: -12px;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  content: " ";
  visibility: hidden;
}

.clearfix:after {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
  content: " ";
  visibility: hidden;
}

/*-------------testimonials slider must sit after the group "all sliders"-----------------------------*/
#testimonials .testimonial {
  font-size: 1.25em;
}
#testimonials .name {
  font-size: 1.125em;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #000;
}
#testimonials .position {
  font-size: 16px;
}
#testimonials .company {
  font-size: 16px;
}
#testimonials .slide {
  padding: 30px;
}
#testimonials .slick-track {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  display: block;
  background: transparent;
}

#topics {
  background: url("/~/media/ccexpo/Images/topics-bg") no-repeat;
  background-position-x: right;
  background-position-y: 500px;
}
/*# sourceMappingURL=styles.css.map */