/************************************
/ Global Styles
/***********************************/
h1 {
  font-size: 3.125em;
  margin-bottom: .35em;
  color: #0f2f41;
}

h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #0f2f41;
}

h3 {
  font-size: 1.375em;
  margin-bottom: 1em;
  color: #000000;
}

h4 {
  font-size: 1.125em;
  margin-bottom: 1.25em;
  color: #000000;
}

h5 {
  font-size: 1em;
  margin-bottom: 1.25em;
  color: #000000;
}

h6 {
  font-size: 12px;
  margin-bottom: 1.25em;
  color: #0f2f41;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1em;
  letter-spacing: inherit;
}

h1, h2, h5, h6 {
  font-weight: 700;
}

h3, h4 {
  font-weight: 600;
}

h1, h4 {
  text-transform: none;
}

body {
  background: #ffffff;
  padding-top: 200px;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
}

.center {
  text-align: center;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}

p {
  margin: 0 0 15px;
}

.container ul {
  list-style-position: initial;
  list-style-type: disc;
  margin: 0;
  color: #0f2f41;
}

h1 {
  font-size: 3.125em;
  font-weight: 600;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.375em;
  font-weight: 700;
}

h4 {
  font-size: 1.125em;
  font-weight: 600;
}

h5 {
  font-size: 1em;
}

p {
  margin: 0px 0 35px;
}

a, a:hover {
  color: #007fc5;
  font-weight: bold;
}

.btn, .btn-warning, .call-to-action, a.btn, .btn a, .btn-info, input[type=submit] {
  background-color: #f15a22;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-color: transparent;
}

.btn a, .btn-warning a, .call-to-action a, a.btn a, .btn a a, .btn-info a, input[type=submit] a {
  color: #ffffff;
  font-weight: bold;
}

.btn a :hover, .btn-warning a :hover, .call-to-action a :hover, a.btn a :hover, .btn a a :hover, .btn-info a :hover, input[type=submit] a :hover {
  color: #ffffff;
  border-color: transparent;
}

.btn:hover, .btn-warning:hover, .call-to-action:hover, a:hover.btn, .btn a:hover, .btn-info:hover, input[type=submit]:hover {
  background-color: #f7941d;
  text-decoration: none;
  color: #ffffff;
  border-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

.segment-blue {
  text-align: center;
  background: url(~/media/HDIConf/2018/Images/SpeakersBackground.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 35px;
}

.segment-blue img {
  border: 3px solid #f15a22;
}

.segment-blue, .segment-blue h1, .segment-blue h2, .segment-blue h3, .segment-blue h4, .segment-blue h5 {
  color: #ffffff;
}

.segment-blue hr {
  border: none;
  width: 65px;
  color: #f15a22;
  height: 3px;
  background-color: #f15a22;
  margin-top: 15px;
  margin-bottom: 15px;
}

.segment-yellow {
  padding: 35px;
  background-color: #ffc20e;
}

.segment-yellow hr {
  border: none;
  width: 65px;
  color: #0f2f41;
  height: 3px;
  background-color: #0f2f41;
  margin-top: 15px;
  margin-bottom: 15px;
}

.segment-yellow .btn, .segment-yellow .btn-warning, .segment-yellow .call-to-action, .segment-yellow a.btn, .segment-yellow .btn a, .segment-yellow .btn-info, .segment-yellow input[type=submit] {
  background-color: #0f2f41;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-color: transparent;
}

.segment-yellow .btn a, .segment-yellow .btn-warning a, .segment-yellow .call-to-action a, .segment-yellow a.btn a, .segment-yellow .btn a a, .segment-yellow .btn-info a, .segment-yellow input[type=submit] a {
  color: #ffffff;
  font-weight: bold;
}

.segment-yellow .btn a :hover, .segment-yellow .btn-warning a :hover, .segment-yellow .call-to-action a :hover, .segment-yellow a.btn a :hover, .segment-yellow .btn a a :hover, .segment-yellow .btn-info a :hover, .segment-yellow input[type=submit] a :hover {
  color: #ffffff;
}

.segment-yellow .btn:hover, .segment-yellow .btn-warning:hover, .segment-yellow .call-to-action:hover, .segment-yellow a:hover.btn, .segment-yellow .btn a:hover, .segment-yellow .btn-info:hover, .segment-yellow input[type=submit]:hover {
  background-color: #007fc5;
  text-decoration: none;
  color: #ffffff;
}

thead {
  background-color: #0f2f41;
  color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}

/*---------------------Alert------------------------------*/
.alert-bar {
  color: #ffffff;
  background-color: #007fc5;
  font-weight: bold;
}

/*-----------------Navigation----------------*/
#mainform nav,
#mainform nav > div {
  border: none;
  background-color: #ffc20e;
}

/*-----------------Branding----------------*/
.navbar-brand-div {
  background-color: #022E4D;
  margin: 0;
  padding: 0;
  height: auto;
  width: 50%;
}

.navbar-brand {
  float: right;
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
}

.navbar-event-div {
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
}

.navbrand-row {
  background-image: url(~/media/HDIConf/2019/NavBackground.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 170px;
  border-bottom: 5px solid #f15a22;
}

#Img1 {
  padding-top: 20px;
}

.navbrand-text .navbrand-date {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #ffc20e;
  margin: 43px 0 0 0px;
  padding: 0;
}

.navbrand-text .navbrand-location {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  padding: 0;
  margin: 0;
}

.navbrand-slogan {
  float: right;
  margin-top: 25px;
  margin-bottom: 20px;
}

/*-----------------Date & Location----------------*/
.event-date {
  color: #022E4D;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  margin: 23px 5px 0 10px;
  padding: 0;
}

.event-location {
  color: #022E4D;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 5px 0 10px;
  padding: 0;
}

/*-----------------------Navigation------------------------*/
#menu {
  height: auto;
}

.navbar ul {
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}

.navbar-collapse {
  margin-left: 0;
}

li.dropdown {
  margin-right: 3%;
}

.nav .caret {
  border-top-color: #9E368E;
}

.navbar-default .navbar-nav .dropdown .dropdown-toggle {
  color: #0f2f41;
  font-weight: 800;
  padding: 20px 0px 20px 0px;
  margin: 5px 18px 5px 18px;
}

#dropdown6, #dropdown7 {
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #0f2f41;
  padding: 15px 30px 15px 30px;
  margin: 10px 0px 10px 0px;
}

#dropdown1:hover,
#dropdown2:hover,
#dropdown3:hover,
#dropdown4:hover,
#dropdown5:hover {
  padding-bottom: 20px;
  margin-bottom: 0px;
  border-bottom: 5px solid #007fc6;
}

#dropdown6:hover,
#dropdown7:hover {
  background-color: #007fc5;
}

.main-menu {
  margin-left: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-default .navbar-nav li.open a.dropdown-toggle {
  padding-bottom: 20px;
  margin-bottom: 0px;
  border-bottom: 5px solid #007fc6;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open {
  background-color: inherit;
  color: #FFF;
}

.nav .dropdown .dropdown-menu {
  border-top-width: 0;
}

.nav .dropdown .dropdown-menu li:hover {
  background-color: #3eb4e5;
}

.nav .dropdown .dropdown-menu li:hover a {
  color: #FFF;
}

.nav .dropdown .dropdown-menu li {
  height: 35px;
  white-space: nowrap;
  font-size: 11pt;
  padding: 5px 60px 5px 5px;
}

.nav .dropdown .dropdown-menu li.divider {
  height: 1px;
  background-color: #0984c8;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.nav .dropdown .dropdown-menu li.divider:hover {
  background-color: #0984c8;
}

ul .menu {
  padding-left: 0;
}

.nav .dropdown .dropdown-menu ul {
  margin-top: 0px;
  list-style-type: none;
}

.nav .dropdown .dropdown-menu a {
  padding: 5px 10px 0px 10px;
  text-decoration: none;
  color: #0986c9;
  display: block;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.nav .dropdown .dropdown-menu a:visited {
  color: #3eb4e5;
}

/*-----------------------Media Queries------------------------*/
@media only screen and (max-width: 1200px) {
  /*---------------------Alert------------------------------*/
  .alert-bar {
    font-size: 9pt;
  }
  .alert-bar a.btn {
    font-size: 9pt;
  }
  /*-----------------Date & Location----------------*/
  .event-date {
    font-size: 1.2em;
    padding: 5px 0 0 0;
  }
  .event-location {
    font-size: 1em;
    padding: 0;
  }
  /*-----------------------Navigation------------------------*/
  li.dropdown {
    font-size: 0.8em;
  }
  li.dropdown > a {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1040px) {
  .navbar-brand-div > a > img {
    padding: 0 0 0 20px;
  }
  /*-----------------Date & Location----------------*/
  .event-date {
    font-size: 1em;
    margin: 0;
    padding: 30px 0 0 3px;
  }
  .event-location {
    font-size: .8em;
    margin: 0;
    padding: 0 0 0 3px;
  }
  /*-----------------------Navigation------------------------*/
  li.dropdown {
    font-size: 0.8em;
    margin: 0 1% 0 0;
    padding: 0 0 0 0;
  }
  li.dropdown > a {
    padding: 5px 10px 0 0;
  }
}

@media only screen and (max-width: 914px) {
  .navbar-brand-div > a > img {
    padding: 0 0 0 20px;
  }
  /*-----------------Date & Location----------------*/
  .event-date {
    font-size: 1em;
    margin: 0;
    padding: 20px 0 0 3px;
  }
  .event-location {
    font-size: .8em;
    margin: 0;
    padding: 0 0 0 3px;
  }
  /*-----------------------Navigation------------------------*/
  li.dropdown {
    font-size: 0.6em;
    margin: 0 0 0 0;
    padding: 0 5px 0 0;
  }
  li.dropdown > a {
    padding: 5px 8px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  body {
    padding-top: 240px;
  }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #mainform > nav {
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    border: none;
    border-bottom: 1px solid grey;
    background-color: White;
  }
  #mainform > nav > div {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
  }
  #mainform > nav > div > div.navbar-header {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
  }
  /*---Hamburger Menu---*/
  #mainform > nav > div > div {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
  }
  /*-----------------Branding----------------*/
  #mainform > nav > div > div.navbar-header,
  #mainform > nav > div > div.navbar-header > div,
  #mainform > nav > div > div.navbar-header > div > div > div.col-sm-8.navbar-brand-div,
  .navbar-brand-div {
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    border: none;
  }
  #mainform > nav > div > div.navbar-header > div {
    height: auto;
    width: auto;
  }
  #mainform > nav > div > div.navbar-header > div > div > div.col-sm-8.navbar-brand-div {
    margin: 0 0 0 15px;
    padding: 0;
    height: auto;
    width: auto;
    float: left;
    border: none;
  }
  .navbar-brand-div > a {
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    float: left;
    border: none;
  }
  .navbar-brand-div > a > img {
    margin: 0;
    padding: 0 0 0 15px;
    height: auto;
    width: auto;
  }
  /*-----------------Date & Location----------------*/
  #mainform > nav > div > div.navbar-header > div > div > div.col-sm-4.navbar-event-div {
    margin: auto;
    padding: 0 0 0 110px;
    width: 45%;
  }
  #mainform > nav > div > div.navbar-header > div > div > div.col-sm-4.navbar-event-div > div.event-date {
    font-size: 1.4em;
    margin: auto;
    padding: auto;
  }
  #mainform > nav > div > div.navbar-header > div > div > div.col-sm-4.navbar-event-div > div.event-location {
    font-size: 1.2em;
    margin: auto;
    padding: auto;
  }
  /*-----------------------Navigation------------------------*/
  /*---Hamburger---*/
  #mainform > nav > div > div.navbar-header > button {
    height: auto;
    width: auto;
  }
  #menu {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  li.dropdown {
    font-size: 1.4em;
    margin: 15px 0 10px 0;
    padding: 0;
    width: auto;
  }
  ul.menu > li > a {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 600px) {
  #mainform > nav > div {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
  }
  /*-----------------Branding----------------*/
  .navbar-brand-div,
  #mainform > nav > div > div.navbar-header > div > div > div.col-sm-8.navbar-brand-div {
    float: left;
    border: none;
  }
  /*-----------------Date & Location----------------*/
  #mainform > nav > div > div.navbar-header > div > div > div.col-sm-4.navbar-event-div {
    float: left;
    margin: 0;
    padding: 0 0 20px 20px;
    width: auto;
  }
  #mainform > nav > div > div.navbar-header > div > div > div.col-sm-4.navbar-event-div > div.event-date {
    font-size: 1.4em;
    margin: auto;
    padding: auto;
  }
  #mainform > nav > div > div.navbar-header > div > div > div.col-sm-4.navbar-event-div > div.event-location {
    font-size: 1.2em;
    margin: auto;
    padding: auto;
  }
}

/*-----------------------Media Queries------------------------*/
@media only screen and (max-width: 768px) {
  #speakers .speakers-div .row {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #speakers .speakers-div .row {
    display: block;
  }
  #speakers > div > div > div.col-12.col-sm-4 > h1 {
    font-size: 24px;
  }
  #speakers > div > div > div.col-12.col-sm-4 > p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #speakers .speakers-div .row {
    display: block;
  }
}

/*------------------------End SpeakersSlider-----------------------------*/
/*-----------------------Start Secondary Page------------------------*/
.request-info {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 1.5em;
}

#mainform > div.container.main-content > div > div > div > div > div > div > div > div > div > h3 {
  font-size: 2em;
}

#mainform > div.container.main-content > div > div > div > div > div > div > div > div > div > h5 > ul > li > p {
  font-size: 16px;
}

#confcenter_1_Salesforcerequestexhibitorform1 > span > div > div.col-md-3 > label {
  padding: 0 0 0 20%;
  margin: 0;
}

#confcenter_1_Salesforcerequestexhibitorform1 > span > div {
  padding: 0;
  margin: 0;
  font-size: .8em;
}

#mainform > div.container.main-content > div > div > div.row {
  margin: 0 20%;
  padding: 0;
}

#mainform > div.container.main-content > div > div > div.row > div > div {
  margin: 0;
  padding: 0;
}

#mainform > div.container.main-content,
#mainform > div.container.main-content > div,
#mainform > div.container.main-content > div > div,
#mainform > div.container.main-content > div > div > h2 {
  margin: 0;
  padding: 0;
  width: 100%;
}

.background-grey {
  background-color: #ccc;
}

#mainform > div.container.main-content > div > div {
  margin: 0 auto;
}

.main-content h3 {
  font-size: 1.125em;
}

#mainform > div.container.main-content > div > div > div > div > div > ul > li {
  font-size: 32px;
  display: block;
}

#mainform > div.container.main-content > div > div > div > div > div > ul > li:before {
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 32px;
  font-weight: 100;
  float: left;
  color: #fff;
  background-color: #0f2f41;
  margin: 0;
  margin-left: -30px;
  padding: 3px 6px;
  border-radius: 15px;
}

.info {
  background-color: #F8BC16;
}

.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 #ffc20e;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 3.125em;
  font-weight: 500;
  padding: 60px 0;
}

/*-----------Pricing and Discounts-----------*/
.pricing {
  margin-bottom: 15px;
  border-top: #eee 3px solid;
  border-right: #eee 3px solid;
  border-bottom: #eee 3px solid;
  position: relative;
  border-left: #eee 3px solid;
  min-height: 250px;
}

.pricing-active {
  border-top: #33a6db 3px solid;
  border-right: #33a6db 3px solid;
  border-bottom: #33a6db 3px solid;
  border-left: #33a6db 3px solid;
  margin-top: -10px;
  -webkit-box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
  box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

.pricing:hover {
  border-top: #33a6db 3px solid;
  border-right: #33a6db 3px solid;
  border-bottom: #33a6db 3px solid;
  border-left: #33a6db 3px solid;
}

.pricing:hover H4 {
  color: #33a6db;
}

.pricing-head {
  text-align: center;
}

.pricing-head H3 {
  margin: 0px;
  line-height: normal;
}

.pricing-head H4 {
  margin: 0px;
  line-height: normal;
  height: 162px;
}

.pricing-head H3 SPAN {
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
  display: block;
}

.pricing-head H4 SPAN {
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
  display: block;
}

.pricing-head H3 {
  font-size: 27px;
  background: #33a6db;
  border-bottom: #41b91c 1px solid;
  font-weight: 300;
  color: #fafafa;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-head H4 {
  font-size: 54px;
  background: #fbfef2;
  border-bottom: #f5f9e7 1px solid;
  font-weight: 300;
  color: #bac39f;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-head-active H4 {
  color: #33a6db;
}

.pricing-head H4 I {
  font-size: 28px;
  position: relative;
  font-style: normal;
  top: -8px;
}

.pricing-head H4 SPAN {
  font-size: 14px;
  position: relative;
  font-style: normal;
  top: -10px;
}

.pricing-content LI {
  font-size: 32px;
  border-bottom: #f5f9e7 1px solid;
  color: #888;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-footer {
  font-size: 11px;
  color: #777;
  padding-bottom: 19px;
  text-align: center;
  padding-top: 0px;
  padding-left: 20px;
  line-height: 17px;
  padding-right: 20px;
}

.price-active {
  z-index: 9;
}

.pricing:hover {
  z-index: 9;
}

.price-active H4 {
  color: #33a6db;
}

.no-space-pricing .pricing:hover {
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head H4 {
  font-size: 80px;
  color: #33a6db;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.no-space-pricing .pricing:hover .pricing-head H4 {
  font-size: 80px;
  color: #33a6db;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

/*-----------exhibitors-----------*/
.exhibitor-level {
  font-size: 2em;
  color: #0f2f41;
}

/*------------------------Start Schedule-----------------------------*/
.main-content .agenda-day-row {
  margin-left: 12% !important;
  margin-right: 12% !important;
}

.main-content .agenda-day-row-first {
  padding-top: 15px !important;
}

.main-content .agenda-day-column {
  padding-left: 0px;
  padding-right: 0px;
}

.main-content .agenda-day {
  display: block;
  height: 38px;
  padding: 0 10px 0 10px;
  margin: 0 0 15px 0;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  color: #fff;
  background: #cd3f2b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 0 #cd3f2b;
  -moz-box-shadow: 0 2px 0 0 #cd3f2b;
  box-shadow: 0 2px 0 0 #cd3f2b;
}

.main-content .agenda-day:hover, .main-content .agenda-day:focus {
  text-decoration: none;
}

.main-content .agenda-day span {
  float: right;
}

.main-content .agenda-day span.blockicon {
  color: #fff;
}

.main-content [id^=agenda-day-] {
  margin: 0 12% 15px 12%;
}

.main-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: #f9bd1e;
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-content [id^=agenda-day-] .agenda-time i {
  font-size: 20px;
}

.main-content [id^=agenda-day-] .agenda-activity p {
  padding: 0px 0px 0px 10px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
  background-color: #e2e2e2;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #e2e2e2, #fff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #e2e2e2, #fff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #e2e2e2, #fff);
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right top, from(#e2e2e2), to(#fff));
  background: -o-linear-gradient(left, #e2e2e2, #fff);
  background: linear-gradient(to right, #e2e2e2, #fff);
  /* Standard syntax */
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-content [id^=agenda-day-] .agenda-activity p a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.main-content [id^=agenda-day-] .agenda-activity span p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  background-color: #fff;
  background: #fff;
}

.main-content [id^=agenda-day-] .agenda-activity .agenda-subactivity p {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  background-color: #fff;
  background: #fff;
}

.main-content [id^=agenda-day-] .agenda-activity .agenda-subactivity p a {
  font-family: "Raleway", sans-serif;
  color: #000;
}

.main-content [id^=agenda-day-] .agenda-activity .agenda-subactivity span {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  padding: 0px 0px 0px 10px;
}

.main-content [id^=agenda-day-] .divider-medium,
.main-content [id^=agenda-day-] .divider-bar {
  display: block;
  width: 100%;
  height: 4px;
  margin: 8px 0 16px 0;
  clear: both;
  background: #000;
}

.main-content [id^=agenda-day-] .divider-thin {
  display: block;
  width: 100%;
  height: 1px;
  margin: 4px 0 4px 0;
  clear: both;
  background: #bbb;
}

.main-content [id^=agenda-day-] i.fa.accordion-session.fa-plus-circle {
  cursor: pointer;
  padding-left: 3px;
}

.main-content [id^=agenda-day-] i.fa.accordion-session.fa-minus-circle {
  cursor: pointer;
  padding-left: 3px;
}

/*------------------------End Schedule-----------------------------*/
/*------------------------Start Speakers-----------------------------*/
#speakers figure {
  position: relative;
}

#speakers .overlay {
  background-color: #3dc0d1;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: none;
  padding: 10px 10px 5px 10px;
  bottom: 0.1px;
  z-index: 1;
  text-align: center;
  color: white;
  opacity: 0.9;
}

#speakers .modal-body h4 {
  color: #0d1031;
}

#speakers .modal-body h5 {
  color: #fd9519;
}

#speakers .modal-image-overlay {
  top: 380px;
}

/*---------------------Video carousel------------------*/
#main-carousel {
  background-image: url("~/images/hdiconf/hdiconf-herobg.jpg");
  background-size: cover;
}

#main-carousel .minimum-height {
  min-height: 200px;
}

#main-carousel .carousel-bottom {
  height: 14px;
  background-color: #032E4E;
}

#main-carousel .carousel-indicators {
  bottom: -12px;
  font-size: 12px;
  line-height: 1.2em;
}

#main-carousel .btn {
  background-color: #004a80;
  border: 3px solid #ffc20e;
}

#main-carousel .btn:hover {
  background-color: #ffc20e;
  color: #004a80;
  border-color: #ffc20e;
}

.carousel-caption {
  top: 1%;
  margin: 0;
  padding: 0;
  font-size: 1.375em;
}

.carousel-caption {
  top: 16% \;
}

/*Hack to target IE9 with the backslash*/
.carousel-caption-data h1 {
  margin: 0;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 4.0em;
  text-align: left;
}

.carousel-caption-data h3 {
  margin: .25% 1% .25% 0;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 50px;
  text-align: left;
}

.carousel-caption-data div {
  margin: 0;
  text-align: left;
  font-weight: 500;
}

.carousel-caption-data .carousel-caption-text h1 {
  text-shadow: 2px 2px 4px #000000;
}

.carousel-caption-data .carousel-caption-text h3 {
  text-shadow: 2px 2px 4px #000000;
}

.carousel-caption-data .carousel-caption-text div {
  text-shadow: 2px 2px 2px #000000;
}

@media only screen and (max-width: 1200px) {
  .carousel-caption-data h1 {
    font-size: 3em;
  }
  .carousel-caption-data h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 950px) {
  .carousel-caption-data h1 {
    font-size: 2em;
  }
  .carousel-caption-data h3 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 675px) {
  .carousel-caption-data h1 {
    font-size: .8em;
  }
  .carousel-caption-data h3 {
    font-size: 30px;
  }
  .carousel-caption-button {
    margin: 3% 0 0 0;
    padding: 3px 10px;
    color: white;
  }
  .carousel-caption-button-1 {
    border: #f1ad28 3px solid;
  }
  .carousel-caption-button-2 {
    border: #ffc20e 3px solid;
  }
}

/*------------------------Introduction-----------------------------*/
#introduction {
  text-align: center;
  padding: 35px;
}

#introduction hr {
  border: none;
  width: 65px;
  color: #0f2f41;
  height: 3px;
  background-color: #0f2f41;
  margin-top: 15px;
  margin-bottom: 15px;
}

#introduction img {
  display: inline;
}

/*-------------keynotes-----------------------------*/
#keynotes {
  text-align: center;
}

#keynotes img {
  display: inline;
}

/*-------------details and subscribe-----------------------------*/
#details h2 {
  margin-top: 17.5px;
}

#details hr, #subscribe hr {
  border: none;
  width: 65px;
  color: #ccc;
  height: 3px;
  background-color: #ccc;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
}

#subscribe h2 {
  margin-top: 0;
}

/*---------------------gallery---------------------------------*/
#gallery {
  background-color: #f7941d;
}

.gallery-btn {
  position: absolute;
  top: 35%;
  left: 25%;
  z-index: 10;
}

/*---------------------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(#0f2f41), to(#007fc5));
  background-image: -webkit-linear-gradient(#0f2f41, #007fc5);
  background-image: -o-linear-gradient(#0f2f41, #007fc5);
  background-image: linear-gradient(#0f2f41, #007fc5);
}

#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: #ffc20e;
  border: 2px solid #ffc20e;
}

#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;
}

/*---------------------sponsors---------------------------------*/
#sponsors {
  text-align: center;
  background: url(~/media/HDIConf/2018/Images/SponsorsBackground.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 35px;
}

#sponsors hr {
  border: none;
  width: 65px;
  color: #ccc;
  height: 3px;
  background-color: #ccc;
}

.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);
  }
}

.tracks {
  border-bottom: 1px solid #ccc;
  padding-bottom: 17.5px;
  margin-bottom: 17.5px;
}

.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);
  -ms-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;
  -o-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;
  -o-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;
}

.footer-left-border {
  border-left: solid 1px #ffffff;
  padding-left: 20px;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
}

footer a {
  font-weight: normal;
}

footer li img {
  padding-right: 10px;
  padding-bottom: 10px;
}

.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=HDIConf.css.map */