/************************************
/ Global Variables
/***********************************/
.text-center {
  text-align: center;
}

/************************************
/ Global Styles
/***********************************/
h1 {
  font-size: 4em;
}

h2 {
  font-size: 3em;
  margin-bottom: 24px;
  text-align: center;
}

h1:after, h2:after {
  content: "";
  background: #009d8e;
  width: 55px;
  height: 4px;
  display: block;
  position: relative;
  margin: 20px auto 20px auto;
  border-radius: 4px;
}

h1.nounderline:after, h2.nounderline:after {
  content: "";
  background: none;
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  margin: 0;
  border-radius: 0;
}

h3 {
  font-size: 1.25em;
  margin-bottom: 1em;
}

h3:after {
  content: "";
  background: #009d8e;
  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: #000000;
  font-weight: 700;
}

.small {
  font-size: 13px;
}

body {
  background: #ffffff;
  font-size: 16px;
  color: #56595A;
  font-weight: 400;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

body .homefont {
  font-size: 1.125em;
}

b, strong {
  font-weight: 700;
}

.center {
  text-align: center;
}

#content {
  background: url(/~/media/SMWorld/Images/internal-content-bg) no-repeat;
  background-position: top right;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}

ul {
  list-style-image: url(/~/media/SMWorld/Images/bullet-teal.png);
  list-style-position: initial;
  list-style-type: disc;
  margin: 0;
}
ul .menu {
  list-style-image: none;
}

a, a:hover {
  color: #009d8e;
  /*font-weight: $font-weight-bold;*/
}

.btn, .btn-warning {
  background-color: #f8bc16;
  color: #0e2f42;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 25px;
  margin: 0.5em 0;
}
.btn a, .btn-warning a {
  color: #0e2f42;
  font-weight: 700;
}
.btn a :hover, .btn a :focus, .btn-warning a :hover, .btn-warning a :focus {
  color: #ffffff;
}

.btn:hover, .btn:focus {
  color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}

.internal-content {
  margin-top: 15px;
}

.section-padding {
  padding: 35px 0;
}

.section-orange, .section-countdown {
  background: #f15a22 url(/~/media/SWL/Images/orangebg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.section-orange h2, .section-countdown h2 {
  color: #ffffff;
}

.section-teal {
  background: #009d8e;
  color: #ffffff;
}
.section-teal a {
  color: #ffffff;
}

.section-black {
  background: #000000;
  color: #ffffff;
}
.section-black h1, .section-black h2, .section-black h3, .section-black h4, .section-black h5, .section-black h6 {
  color: #ffffff;
}
.section-black a {
  color: #ffffff;
}

.section-purple {
  color: #ffffff;
  background: #842990;
}
.section-purple h3 {
  color: #ffffff;
}
.section-purple h5 {
  color: #ffffff;
}
.section-purple .btn, .section-purple .btn-warning, .section-purple .call-to-action, .section-purple a.btn, .section-purple .btn a, .section-purple .btn-info, .section-purple input[type=submit] {
  background-color: #ffffff;
  text-decoration: none;
  color: #ffffff;
}
.section-purple .btn a, .section-purple .btn-warning a, .section-purple .call-to-action a, .section-purple a.btn a, .section-purple .btn a a, .section-purple .btn-info a, .section-purple input[type=submit] a {
  color: #ffffff;
  font-weight: 700;
}
.section-purple .btn a :hover, .section-purple .btn-warning a :hover, .section-purple .call-to-action a :hover, .section-purple a.btn a :hover, .section-purple .btn a a :hover, .section-purple .btn-info a :hover, .section-purple input[type=submit] a :hover {
  text-decoration: underline;
}

hr.special, hr.special.left {
  border: none;
  width: 68px;
  color: #009d8e;
  height: 3px;
  margin-top: 10px;
  background-color: #009d8e;
}

hr.special.left {
  margin: 10px 0 15px 0;
  text-align: left;
}

input {
  border-radius: 5px;
  padding: 5px;
}

label {
  font-weight: 600;
  margin-left: 10px;
}

.segment_purple {
  background: url("/~/media/SMWorld/Images/Backgrounds/purple");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
  padding: 35px 0;
  color: #ffffff;
}
.segment_purple hr.special {
  background-color: #f8bc16;
}
.segment_purple h2, .segment_purple h3 {
  color: #ffffff;
}

thead {
  background-color: #009d8e;
  color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}

header {
  background: #ffffff;
  color: #0e2f42;
  -webkit-box-shadow: 10px 10px 8px #eee;
          box-shadow: 10px 10px 8px #eee;
  padding: 15px 0;
}

.header-buttons a {
  font-size: 0.875em;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.header-info {
  padding: 0px 0 0 10px;
  font-size: 12px;
  font-weight: 700;
}

.header-dates {
  color: #0e2f42;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.header-location {
  color: #0e2f42;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.mainnavwrapper {
  background: #ffffff;
}

.alert-bar {
  color: #ffffff;
  text-align: center;
  background-color: #f8bc16;
  font-weight: 700;
}
.alert-bar a {
  color: #ffffff;
}

.primarynavwrapper {
  font-weight: 700;
}

.navbar-toggler {
  color: #000000;
  background-color: #000000;
  border: 2px solid #ffffff;
  width: 47px;
  height: 34px;
  border: none;
}
.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 5px;
}

a.nav-link {
  color: #000000;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000000;
  padding-right: 15px;
  padding-left: 15px;
}

a#nav_conference_link {
  padding-left: 0px;
}

a.nav-link:hover {
  color: #000000;
  text-transform: uppercase;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  background: #ffffff;
  font-size: 12px;
  border-radius: 0;
  top: 90%;
}

.dropdown-item {
  color: #000000;
  background: #ffffff;
  font-weight: 700;
  padding: 0.4rem 1rem;
}

.dropdown-item:hover {
  color: #000000;
}

.dropdown-item.active, .dropdown-item:active {
  background: #ffffff;
}

button.btn {
  padding: 15px;
}

.btn.exhibit {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
  margin-left: 10px;
}

.btn.register {
  border: 1px solid #f8bc16;
  margin-left: 10px;
}

.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: #ffffff;
  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: #000000;
}
.navbar-nav > li > .dropdown-menu a, .dropdown-submenu a {
  color: #000000;
}
.navbar-nav > li > .dropdown-menu a:hover, .dropdown-submenu a:hover {
  font-weight: 700;
}

.navbar-default .navbar-nav > li > a {
  color: #000000;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 24px;
  border-top: 3px solid #ffffff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #000000;
  font-weight: 700;
}

a.nav-link {
  color: #000000;
  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: #000000;
}

.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: #000000;
}
.dropdown-submenu:hover > ul.dropdown-menu a {
  color: #ffffff;
}
.dropdown-submenu:hover > ul.dropdown-menu :hover {
  background: #ffffff;
}
.dropdown-submenu:hover > ul.dropdown-menu :hover a {
  color: #000000;
}

.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: #ffffff;
  margin-top: 5px;
  margin-right: -10px;
  padding-right: 10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.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;
}

ul.menu {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
ul.menu li {
  list-style: none;
}
ul.menu a {
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  padding: 15px;
}

.page_header {
  background-image: url("/~/media/SMWorld/Images/Backgrounds/SecondaryPageMenuBackground");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
  margin: 0 auto;
  border-bottom: 10px solid #842990;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 4em;
  font-weight: 500;
  padding: 60px 0;
}

/*-----------------------Exhibitors Grid Listing------------------------------------*/
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fa-plus:before {
  content: "\f067";
}

.exhibitor-level {
  font-size: 1.25em;
  color: #0e2f42;
  font-weight: 700;
}

/*-----------Exhibitors Grid Listing copied from HDI-------*/
.exhibitor {
  margin: 0 8px 16px 0;
  padding: 0;
  position: relative;
  background: #ffffff;
}
.exhibitor a {
  width: 160px;
  height: 160px;
}
.exhibitor a img {
  border: 1px solid #eee;
  margin: 0 8px 16px 0;
  padding: 5px;
}
.exhibitor .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 1px 5px 1px 5px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
}

.exhibitor-description {
  position: relative;
  display: none;
  min-width: 100%;
  padding: 20px 10px 10px 10px;
  margin: 0 0 16px 0;
  clear: both;
  background: #dcdcdc;
  border: none;
}

.exhibitor-description:after {
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #d9d9d9;
}

.exhibitor-description .exhibitor-descimage {
  float: left;
  width: 200px;
  margin-right: 25px;
}

.exhibitor-description .exhibitor-descbio {
  float: left;
  width: 443px;
}

.exhibitor-description .exhibitor-bio-name {
  font-size: 18px;
  font-weight: 700;
}

.exhibitor-description .exhibitor-level {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px 5px 1px 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
}

/*-----------Pricing and Discounts-----------*/
.pricing {
  background: #0e2f42;
  color: #ffffff;
  min-height: 190px;
  padding: 15px;
}

.pricing-name {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}

.pricing-special {
  font-size: 30px;
  font-weight: 700;
}

.p1 {
  background: #842990;
}

.p2 {
  background: #009d8e;
}

.p3 {
  background: #f8bc16;
}

.pricing .card-body {
  padding: 0px;
}

/*-----keynotes-----*/
#keynotes .keynote-container {
  position: relative;
  min-height: 520px;
  text-align: center;
  padding: 20px;
}
#keynotes .speaker-info {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 300;
  color: #000000;
}
#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: #ffffff;
  opacity: 0;
}
#keynotes .keynote-color-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #009d8e;
  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: #ffffff;
}
#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: #ffffff;
  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 #8C8F90;
          box-shadow: 0px 0px 10px #8C8F90;
  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: #000000;
  text-transform: none;
}
#topics .card-title:after {
  content: "";
  background: #009d8e;
  width: 40px;
  height: 4px;
  display: block;
  position: relative;
  margin-bottom: 60px;
  margin: 15px 0;
  border-radius: 4px;
}
#topics .card-text {
  margin-bottom: 35px;
}

/*-------------details-----------------------------*/
#details h2 {
  text-align: left;
}
#details h2:after {
  margin: 20px 0;
}

/*------------------------Start Subscribe-----------------------------*/
#subscribe .subscribe-div .row .email-address {
  width: 100%;
  color: #000;
  font-size: 48px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #fff;
  padding: 15px 30px 15px 30px;
  margin: 10px 0px 10px 0px;
  display: inline-block;
  text-decoration: none;
  border: none;
}

#subscribe .subscribe-div .row .email-address:active,
#subscribe .subscribe-div .row .email-address:focus {
  outline: none;
}

#subscribe .subscribe-div .row .submitz {
  color: #000000;
  font-weight: normal;
  font-size: 24px;
  font-family: "Montserrat", "Source Sans Pro", Arial, Helvetica, sans-serif;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f8bc16;
  padding: 25px;
  margin: 10px 0px;
  display: inline-block;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
}

#subscribe .subscribe-div .row .submitz:hover {
  color: #ffffff;
}

/*------------------------Start Gallery-----------------------------*/
#gallery a.btn {
  margin: 25% 0;
}
#gallery .gallery-div {
  margin-top: 35px;
}

/*----------------------Start Sponsors-----------------------------*/
#sponsors {
  text-align: center;
  padding: 30px 0 40px 0;
  background: url("/~/media/SMWorld/Images/Backgrounds/White");
  background-size: cover;
  background-repeat: no-repeat;
}

#sponsors .sponsors-intro {
  margin-right: 9%;
  margin-left: 9%;
}

#sponsors hr {
  border: none;
  width: 6%;
  color: #2c378d;
  height: 3px;
  margin-top: 35px;
  margin-bottom: 35px;
  border-color: #2c378d;
}

/*----------------------Sponsor Slider-----------------------------*/
.jssorl-009-spin img {
  -webkit-animation-name: jssorl-009-spin;
          animation-name: jssorl-009-spin;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes jssorl-009-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes jssorl-009-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*-------------subscribe-----------------------------*/
#subscribe h2 {
  text-align: left;
}

.email-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.email-form .email-address {
  padding: 7px 7px 7px 15px;
}
.email-form input {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  border: 0;
}
.email-form [type=submit]:not(:disabled) {
  background: #f15a22;
  color: #ffffff;
  border-radius: 3px;
  border: 2px solid white;
}

/*---------------------Testimonial-Carousel---------------------------------*/
.testimonial-title {
  font-style: italic;
}

#QuoteCarousel {
  padding: 30px 0 0 0;
  height: 275px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c378d), to(#009d8e));
  background-image: linear-gradient(#2c378d, #009d8e);
}

#quote-carousel .carousel-indicators {
  bottom: -140px;
}

#quote-carousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin: 3px;
  border: 2px solid #ffffff;
}

#quote-carousel .carousel-indicators li.active {
  background-color: #f8bc16;
  border: 2px solid #f8bc16;
}

#quote-carousel .carousel-control {
  z-index: 2;
}

#quote-carousel .carousel-inner {
  overflow: visible;
}

#quote-carousel .carousel-caption {
  text-shadow: none;
}

#quote-carousel .carousel-caption ul {
  padding-left: 0;
}

#quote-carousel .carousel-caption li {
  list-style-type: none;
}

#left-icon {
  margin-top: 120px;
}

#right-icon {
  margin-top: 120px;
}

/*-------------all sliders-----------------------------*/
.slick-slide {
  margin: 0px 20px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.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: #ffffff;
}

.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: #ffffff;
  max-height: 560px;
}
#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: #ffffff;
  opacity: 1;
  font-size: 20px;
  margin-right: 5px;
}
#home-slider .slick-prev {
  left: 0px;
  background: url("/~/media/SWL/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/SWL/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 .slider-image .btn a {
  background-color: #f8bc16;
  color: #0e2f42;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 25px;
  margin: 0.5em 0;
}
#home-slider h2:after {
  content: none;
}
#home-slider h2 {
  color: #ffffff;
  text-align: left;
  font-weight: 700;
}
#home-slider .slide-text {
  margin-bottom: 35px;
  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;
  }
}

/*-------------speakers-----------------------------*/
#speakers-slider {
  padding: 10px;
  color: #ffffff;
  min-height: 105px;
}
#speakers-slider h4 {
  color: #2c378d;
}
#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: 17.5px;
  color: #ffffff;
  background: #0e2f42;
}
#speakers-slider .home-highlights h1, #speakers-slider .home-highlights h2, #speakers-slider .home-highlights h3, #speakers-slider .home-highlights h4 {
  color: #ffffff;
  margin-bottom: 5px;
}
#speakers-slider .slick-track {
  background: transparent;
}
#speakers-slider .slick-slide img {
  max-width: 250px;
}

/*-----------------Countdown-timer-----------------------*/
.countdown {
  font-weight: 700;
  font-size: 2em;
}
.countdown a {
  color: #ffffff;
}

#clockdiv {
  padding-top: 10px;
}

#clockdiv .numbers {
  background-color: #f15a22;
  /* 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: #ffffff;
  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;
}

.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: normal;
}

#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: normal;
}

#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: 50%;
  }
}
#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;
}

.modal-header {
  padding: 0.5rem 1rem;
}
.modal-header .btn {
  padding: 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: #000000;
  -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;
}

.footer-left-border {
  border-left: solid 1px #ffffff;
  padding-left: 20px;
}

footer .container ul {
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
}
footer .container a {
  font-weight: normal;
  color: #ffffff;
}
footer .container 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 a {
  color: #fff;
}
#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: #ffffff;
  font-size: 14px;
  padding: 15px 0;
}
.section-informa a {
  color: #ffffff;
}
.section-informa .terms {
  text-align: right;
}
.section-informa .terms a {
  margin-left: 70px;
}
.section-informa .copyright {
  text-align: right;
}
/*# sourceMappingURL=SMWorld.css.map */