@charset "UTF-8";
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato/lato-v13-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato/lato-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-v13-latin-regular.woff2") format("woff2"), url("../fonts/lato/lato-v13-latin-regular.woff") format("woff"), url("../fonts/lato/lato-v13-latin-regular.ttf") format("truetype"), url("../fonts/lato/lato-v13-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato/lato-v13-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Lato Italic"), local("Lato-Italic"), url("../fonts/lato/lato-v13-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-v13-latin-italic.woff2") format("woff2"), url("../fonts/lato/lato-v13-latin-italic.woff") format("woff"), url("../fonts/lato/lato-v13-latin-italic.ttf") format("truetype"), url("../fonts/lato/lato-v13-latin-italic.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato/lato-v13-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato/lato-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-v13-latin-700.woff2") format("woff2"), url("../fonts/lato/lato-v13-latin-700.woff") format("woff"), url("../fonts/lato/lato-v13-latin-700.ttf") format("truetype"), url("../fonts/lato/lato-v13-latin-700.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/lato/lato-v13-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("../fonts/lato/lato-v13-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-v13-latin-700italic.woff2") format("woff2"), url("../fonts/lato/lato-v13-latin-700italic.woff") format("woff"), url("../fonts/lato/lato-v13-latin-700italic.ttf") format("truetype"), url("../fonts/lato/lato-v13-latin-700italic.svg#Lato") format("svg"); /* Legacy iOS */
}
html, body {
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #2b3a8a;
  /*&:focus,
  &:hover {
      color: #;
  }*/
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.875em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 0.875em;
}

h6 {
  font-size: 0.75em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.25em;
  }
  h4 {
    font-size: 1.125em;
  }
  h5 {
    font-size: 0.875em;
  }
  h6 {
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h1 {
    font-size: 1.875em;
  }
  h2 {
    font-size: 1.3125em;
  }
  h3 {
    font-size: 1.125em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 0.875em;
  }
  h6 {
    font-size: 0.75em;
  }
}
.header {
  background-color: white;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 1099;
}
.header:after {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  height: 21px;
  z-index: 1099;
}

.main-menu {
  display: flex;
}

.footer {
  background-color: #2b3a8a;
  padding: 50px 50px;
}

.main-wrapper {
  max-width: 1920px;
  margin: auto;
  position: relative;
  width: 100%;
}
.header .is__register-btn {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: none;
}
.header .is__register-btn a {
  font-size: 14px;
  padding: 0 12px;
  line-height: 30px;
  height: 30px;
}
@media only screen and (max-width: 991px) and (min-width: 0px) {
  .header .is__register-btn {
    display: block;
  }
}
.header .logo {
  float: left;
  padding: 10px 0 20px 0;
  margin-top: auto;
}
.header .logo a {
  display: block;
  outline: none;
}
.header .logo a img {
  display: block;
  max-width: 100%;
}
.header .logo .logo-sticky {
  display: none;
  height: 100%;
}
.header .right-items {
  float: right;
  width: 100%;
}
.header .right-items .top {
  display: flex;
}
.header .right-items .announcement {
  padding: 10px 0;
  margin-left: 10px;
  margin-right: 10px;
  color: #2b3a8a;
  flex-grow: 1;
  font-size: 0.85em;
  font-style: italic;
}
.header .right-items .item-social {
  transition: all linear 0.35s;
  align-items: flex-end;
  padding: 10px 0;
  margin-top: 0;
}
.header .right-items .item-social .is__facebook a {
  background-color: #4e71a8;
}
.header .right-items .item-social .is__twitter a {
  background-color: #1cb7eb;
}
.header .right-items .item-social .is__linkedin a {
  background-color: #1686b0;
}
.header .right-items .item-social .is__youtube a {
  background-color: #ca3737;
}
@media only screen and (min-width: 768px) {
  .header {
    height: 175px;
  }
  .header.is-sticky {
    transition: height linear 0.35s;
    height: 119px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header.is-sticky .logo {
    transition: all linear 0.35s;
    padding: 3px 0;
  }
  .header.is-sticky .logo a {
    height: 55px;
  }
  .header.is-sticky .logo .logo-desktop {
    display: none;
  }
  .header.is-sticky .logo .logo-sticky {
    display: block;
  }
  .header.is-sticky .main-nav {
    float: right;
  }
  .header.is-sticky .right-items .top .announcement, .header.is-sticky .right-items .top .item-social {
    padding: 0;
    margin-top: -50px;
    overflow: hidden;
  }
  .header.is-sticky .main-nav .ul-parent .li-parent .li-parent-a {
    padding: 13px 15px 5px 15px;
  }
  .header.is-sticky .nav-search .search-input {
    top: 50px;
  }
  .header .logo .logo-desktop {
    display: block;
  }
  .header .m-hamburger {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .logo {
    margin-left: 0;
    padding: 20px 0;
  }
  .header .logo a {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    height: 250px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .header .container {
    position: relative;
  }
  .header .logo {
    margin-left: -15px;
    padding: 30px 0;
  }
  .header .logo a {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 0px) {
  .header {
    height: 220px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .header .logo {
    padding: 5px 0;
  }
  .header .logo a {
    width: 90%;
  }
  .header .right-items .item-social {
    display: none;
    width: 100%;
  }
  .header .main-menu {
    display: block;
  }
  .header .m-hamburger {
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    display: block;
    height: 50px;
    padding: 14px 13px;
    position: absolute;
    right: 0px;
    top: 60px;
    width: 50px;
  }
  .header .m-hamburger:after {
    clear: both;
    content: "";
    display: table;
  }
  .header .m-hamburger.is-hamburger-active {
    background-color: #fff;
  }
  .header .m-hamburger.is-hamburger-active .mh__1 {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Opera, Chrome, and Safari */
    position: relative;
    top: 9px;
  }
  .header .m-hamburger.is-hamburger-active .mh__2 {
    display: none;
  }
  .header .m-hamburger.is-hamburger-active .mh__3 {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Opera, Chrome, and Safari */
    width: 100%;
  }
  .header .m-hamburger .mh__1,
.header .m-hamburger .mh__2,
.header .m-hamburger .mh__3 {
    border-radius: 2px;
    display: block;
    height: 4px;
    background-color: #2b3a8a;
    margin-bottom: 5px;
    width: 100%;
  }
  .header .m-hamburger .mh__3 {
    margin-bottom: 0;
    float: right;
    width: 100%;
  }
}
@media (max-width: 359px) {
  .header .logo {
    padding: 20px 0;
  }
  .header .logo a {
    height: 80px;
  }
}

.footer ul li {
  display: inline-block;
  padding-right: 5px;
}
.footer ul li a {
  color: #fff;
  font-size: 16px;
}
.footer .item-social {
  float: right;
  margin: 10px 0;
}
.footer .item-social ul li a {
  background-color: #2b3a8a;
  color: #fff;
}
.footer .tc-links {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  padding-top: 10px;
  text-align: right;
}
.footer .tc-links li {
  font-size: 26px;
  color: #fff;
  display: inline-block;
  padding: 0 7px;
  position: relative;
}
.footer .tc-links li:last-child {
  padding-right: 0;
}
.footer .tc-links li:last-child a:after {
  display: none;
}
.footer .tc-links li a {
  color: inherit;
  text-transform: uppercase;
}
.footer .tc-links li a:after {
  -webkit-user-select: none;
  user-select: none;
  content: "|";
  display: inline-block;
  position: relative;
  right: -10px;
}
.footer .bottom-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .bottom-nav ul:after {
  clear: both;
  content: "";
  display: table;
}
.footer .bottom-nav ul li {
  color: #fff;
  font-size: 1em;
  display: block;
  margin-right: 30px;
  padding: 2px;
  float: left;
}
.footer .bottom-nav ul li:last-child {
  margin-right: 0;
}
.footer .bottom-nav ul li a {
  color: inherit;
}
.footer .bottom-nav .active {
  font-weight: bold;
}
.footer .bottom-nav-small {
  margin-top: 20px;
}
.footer .bottom-nav-small ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .bottom-nav-small ul:after {
  clear: both;
  content: "";
  display: table;
}
.footer .bottom-nav-small ul li {
  color: #fff;
  display: block;
  margin-right: 30px;
  font-size: 1em;
  padding: 2px;
  float: left;
}
.footer .bottom-nav-small ul li:last-child {
  margin-right: 0;
}
.footer .bottom-nav-small ul li a {
  color: inherit;
}
.footer .copyleft {
  clear: both;
  color: #fff;
  font-size: 1em;
  padding-top: 20px;
}
.footer .copyleft p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footer .js-social-duplicate {
    float: right;
  }
}
@media (min-width: 1200px) {
  .footer .bottom-nav-small {
    position: absolute;
    bottom: -5px;
    right: -32%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-col {
    text-align: center;
    width: 100%;
  }
  .footer .bottom-nav ul li {
    display: inline-block;
    margin: 0 7px;
    float: none;
  }
  .footer .social-col {
    margin-bottom: 20px;
    width: 100%;
  }
  .footer .item-social {
    float: right;
    text-align: center;
  }
  .footer .item-social ul li {
    display: inline-block;
    float: none;
    margin: 0 7px;
  }
  .footer .item-social ul li a {
    color: #fff;
    background-color: #2b3a8a;
  }
  .footer .bottom-nav-small {
    margin-top: 20px;
  }
  .footer .bottom-nav-small ul li {
    display: inline-block;
    float: none;
    margin: 0 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .bottom-nav ul li {
    float: none;
    font-size: 0.875em;
    margin-right: 4px;
  }
  .footer .footer-col {
    text-align: center;
    width: 100%;
  }
  .footer .bottom-nav ul li {
    display: inline-block;
    margin: 0 7px;
    float: none;
  }
  .footer .copyleft {
    padding-top: 15px;
    font-size: 0.875em;
  }
  .footer .social-col {
    margin-bottom: 20px;
    width: 100%;
  }
  .footer .item-social {
    float: right;
    text-align: center;
  }
  .footer .item-social ul li {
    display: inline-block;
    float: none;
    margin: 0 7px;
  }
  .footer .item-social ul li a {
    color: #fff;
    background-color: #2b3a8a;
  }
  .footer .bottom-nav-small {
    display: none;
  }
  .footer .bottom-nav-small ul li {
    display: inline-block;
    float: none;
    font-size: 0.875em;
    margin: 0 7px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .item-social {
    float: left;
    text-align: center;
  }
  .footer .item-social ul li {
    display: inline-block;
    float: none;
    margin: 0 7px;
  }
  .footer .item-social ul li a {
    color: #fff;
    background-color: #2b3a8a;
  }
  .footer .bottom-nav {
    display: none;
  }
  .footer .copyleft {
    font-size: 0.875em;
    text-align: center;
  }
  .footer .bottom-nav-small {
    display: none;
    margin-top: 10px;
    margin-bottom: 35px;
    text-align: center;
  }
  .footer .bottom-nav-small ul li {
    display: inline-block;
    float: none;
    font-size: 14px;
    margin: 0 1px;
  }
}
@media (max-width: 359px) {
  .footer .item-social ul li {
    margin: 0 3px;
  }
}

.s-content {
  padding: 35px 0;
}
.s-content--no-padding {
  padding: 0;
}
.s-content.s-content--no-gap {
  padding-bottom: 0;
}
.s-content.s-content--no-gap .full-image {
  margin-bottom: 0;
}
.s-content img {
  max-width: 100%;
}
.s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
  line-height: 1.3;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}
.s-content h1 + h2,
.s-content h2 + h3,
.s-content h3 + h4,
.s-content h4 + h5,
.s-content h5 + h6 {
  margin-top: -5px;
}
.s-content h1 + p,
.s-content h2 + p,
.s-content h3 + p,
.s-content h4 + p,
.s-content h5 + p,
.s-content h6 + p {
  margin-top: 0;
}
.s-content blockquote {
  font-style: italic;
  padding: 10px 25px 15px 25px;
  margin: 5px 0 25px 0;
  font-size: 125%;
  border-left: none;
}
.s-content p, .s-content ol, .s-content ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.s-content ol ol, .s-content ol ul, .s-content ul ol, .s-content ul ul {
  margin-bottom: 10px;
  margin-top: 0;
}
.s-content p + ol,
.s-content p + ul {
  margin-top: -5px;
}
.s-content table {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.s-content table.table-no-border {
  border: none;
}
.s-content table.table-no-border > thead > tr > th,
.s-content table.table-no-border > tbody > tr > th,
.s-content table.table-no-border > tfoot > tr > th,
.s-content table.table-no-border > thead > tr > td,
.s-content table.table-no-border > tbody > tr > td,
.s-content table.table-no-border > tfoot > tr > td {
  padding: 8px;
  vertical-align: top;
  border: none;
}
.s-content table.table-no-border > tr > th,
.s-content table.table-no-border > tr > td {
  border-bottom-width: 0;
}
.s-content table > thead > tr > th,
.s-content table > tbody > tr > th,
.s-content table > tfoot > tr > th,
.s-content table > thead > tr > td,
.s-content table > tbody > tr > td,
.s-content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}
.s-content table > tr > th,
.s-content table > tr > td {
  border-bottom-width: 2px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .s-content p, .s-content ol, .s-content ul {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.s-section {
  background-size: cover;
  padding: 35px 0;
}
.s-section h1 {
  color: #2b3a8a;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 35px;
  margin-top: 0;
  min-height: 30px;
}
.s-section .s__title {
  color: #2b3a8a;
  line-height: 1em;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .s-section {
    padding: 25px 0;
  }
}

.s-home-banner {
  clear: both;
  margin: auto;
}
.s-home-banner .mb__item {
  outline: none;
}
.s-home-banner .mb__item a {
  display: block;
  outline: none;
}
.s-home-banner .mb__item img {
  display: block;
  height: 470px;
  width: 100%;
}
.s-home-banner .js-home-banner {
  margin: auto;
}
.s-home-banner .js-home-banner.slick-dotted {
  margin-bottom: 0;
}
.s-home-banner .js-home-banner .s-next-arrow,
.s-home-banner .js-home-banner .s-prev-arrow {
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100%;
  transition: background-color linear 0.15s;
  background-color: #fff;
  color: #e64134;
  cursor: pointer;
  font-size: 3em;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -25px;
  width: 50px;
  z-index: 1;
}
.s-home-banner .js-home-banner .s-next-arrow:hover,
.s-home-banner .js-home-banner .s-prev-arrow:hover {
  background-color: #e64134;
  color: #fff;
}
.s-home-banner .js-home-banner .s-next-arrow.slick-disabled,
.s-home-banner .js-home-banner .s-prev-arrow.slick-disabled {
  color: #d0d0d0;
}
.s-home-banner .js-home-banner .s-next-arrow.slick-disabled:hover,
.s-home-banner .js-home-banner .s-prev-arrow.slick-disabled:hover {
  background-color: #fff;
  color: #d0d0d0;
}
.s-home-banner .js-home-banner .s-next-arrow .fa,
.s-home-banner .js-home-banner .s-prev-arrow .fa {
  position: relative;
  top: -2px;
}
.s-home-banner .js-home-banner .s-next-arrow {
  right: 50px;
}
.s-home-banner .js-home-banner .s-next-arrow .fa {
  right: -3px;
}
.s-home-banner .js-home-banner .s-prev-arrow {
  left: 50px;
}
.s-home-banner .js-home-banner .s-prev-arrow .fa {
  left: -3px;
}
.s-home-banner .js-home-banner .slick-dots {
  bottom: 25px;
}
.s-home-banner .js-home-banner .slick-dots li {
  height: 15px;
  margin: 0 7px;
  width: 15px;
}
.s-home-banner .js-home-banner .slick-dots li.slick-active button {
  background-color: #e64134;
  border-color: #e64134;
}
.s-home-banner .js-home-banner .slick-dots li button {
  border-radius: 100%;
  background-color: #fff;
  border: solid 3px #e64134;
  display: block;
  height: 15px;
  padding: 0;
  width: 15px;
}
.s-home-banner .js-home-banner .slick-dots li button:before {
  display: none;
}
@media (min-width: 1200px) {
  .s-home-banner .js-home-banner {
    width: 900px;
    height: 470px;
    float: right;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .s-home-banner .js-home-banner.slick-dotted {
    margin-bottom: 0;
  }
  .s-home-banner .js-home-banner .s-next-arrow,
.s-home-banner .js-home-banner .s-prev-arrow {
    background-color: transparent;
    height: 35px;
    line-height: 35px;
    font-size: 2em;
    margin-top: -17.5px;
    width: 35px;
  }
  .s-home-banner .js-home-banner .s-next-arrow:hover,
.s-home-banner .js-home-banner .s-prev-arrow:hover {
    background-color: transparent;
    color: #e64134;
  }
  .s-home-banner .js-home-banner .s-next-arrow.slick-disabled,
.s-home-banner .js-home-banner .s-prev-arrow.slick-disabled {
    color: #d0d0d0;
  }
  .s-home-banner .js-home-banner .s-next-arrow.slick-disabled:hover,
.s-home-banner .js-home-banner .s-prev-arrow.slick-disabled:hover {
    background-color: transparent;
    color: #d0d0d0;
  }
  .s-home-banner .js-home-banner .s-next-arrow .fa,
.s-home-banner .js-home-banner .s-prev-arrow .fa {
    position: relative;
    top: -1px;
  }
  .s-home-banner .js-home-banner .s-next-arrow {
    right: 15px;
  }
  .s-home-banner .js-home-banner .s-next-arrow .fa {
    right: -1px;
  }
  .s-home-banner .js-home-banner .s-prev-arrow {
    left: 15px;
  }
  .s-home-banner .js-home-banner .s-prev-arrow .fa {
    left: -1px;
  }
  .s-home-banner .js-home-banner .slick-dots {
    bottom: 15px;
  }
  .s-home-banner .js-home-banner .slick-dots li {
    height: 10px;
    margin: 0 5px;
    width: 10px;
  }
  .s-home-banner .js-home-banner .slick-dots li button {
    border: solid 1px #e64134;
    height: 10px;
    width: 10px;
  }
  .s-home-banner .js-home-banner .slick-dots li button:before {
    display: none;
  }
}

.s-register-now {
  background-image: url(../images/background-header.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 25px 0;
}
.s-register-now .rn__wrap {
  padding-right: 175px;
  position: relative;
}
.s-register-now .rn__text {
  color: #000;
  display: inline-block;
  font-size: 1.875em;
  line-height: 1em;
}
.s-register-now .rn__btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 160px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .s-register-now .rn__wrap {
    padding: 25px 0;
    text-align: center;
  }
  .s-register-now .rn__text {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
  }
  .s-register-now .rn__btn {
    position: relative;
    right: auto;
    top: auto;
    margin: 25px auto 0 auto;
  }
}
@media (max-width: 359px) {
  .s-register-now .rn__text {
    font-size: 1.25em;
  }
}

.s-sponsors {
  border-top: solid 1px #e8e8e8;
  overflow: hidden;
  padding: 50px 0;
  width: 100%;
}
.s-sponsors .static-sponsors {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.s-sponsors .static-sponsors:after {
  clear: both;
  content: "";
  display: table;
}
.s-sponsors .static-sponsors .ss__image {
  display: inline-block;
  margin: 10px 0;
  vertical-align: middle;
  width: 16%;
}
.s-sponsors .s__slider {
  position: relative;
}
.s-sponsors .s__slider a {
  outline: none;
  text-decoration: none;
}
.s-sponsors .s__slider .ss__image {
  outline: none;
  padding: 0 5px;
}
.s-sponsors .s__slider .ss__image img {
  display: block;
  margin: auto;
  max-width: 100%;
  outline: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .s-sponsors .s__slider .ss__image img {
    max-width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .s-sponsors .static-sponsors .ss__image {
    margin: 10px 0;
    width: 33%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .s-sponsors .static-sponsors .ss__image {
    margin: 10px 0;
    width: 49%;
  }
  .s-sponsors .s__slider {
    max-width: 500px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .s-sponsors .s__slider {
    max-width: 320px;
  }
}

.s-organised-by {
  background-color: #f8f8f8;
  overflow: hidden;
  padding: 50px 0;
}
.s-organised-by .ob__text {
  color: #2b3a8a;
  font-size: 2.25em;
  margin-bottom: 15px;
  text-align: center;
}
.s-organised-by .ob__images {
  position: relative;
  text-align: center;
}
.s-organised-by .ob__images img {
  display: inline-block;
  max-width: 100%;
}
.s-organised-by .ob__images .obi__list {
  box-sizing: content-box;
  display: inline-block;
  padding: 15px 75px;
  max-width: 250px;
  min-width: 150px;
  min-height: 70px;
  vertical-align: top;
  border-right: solid 1px #e7e7e7;
}
.s-organised-by .ob__images .obi__list.with-border {
  border-left: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
}
.s-organised-by .ob__images .obi__list:first-child {
  padding-left: 0;
}
.s-organised-by .ob__images .obi__list:last-child {
  padding-right: 0;
  border-right: none;
}
.s-organised-by .ob__images .obi__list a {
  display: inline-block;
  outline: none;
  text-decoration: none;
}
.s-organised-by .ob__images .obi__list h3 {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .s-organised-by .ob__images img {
    margin: 0;
  }
  .s-organised-by .ob__images .obi__list {
    padding: 0 50px;
    max-width: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .s-organised-by .ob__images img {
    margin: 0;
  }
  .s-organised-by .ob__images .obi__list {
    padding: 0 25px;
    max-width: 208px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .s-organised-by .ob__text {
    font-size: 1.3125em;
  }
  .s-organised-by .ob__images {
    margin-top: 25px;
  }
  .s-organised-by .ob__images img {
    display: block;
    margin: auto;
    max-width: 100%;
  }
  .s-organised-by .ob__images .obi__list {
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
  }
  .s-organised-by .ob__images .obi__list:first-child {
    margin-left: auto;
  }
  .s-organised-by .ob__images .obi__list:last-child {
    margin-right: auto;
  }
}
@media (max-width: 767px) and (min-width: 640px) {
  .s-organised-by .ob__images .obi__list {
    max-width: 178px;
  }
}
@media (max-width: 638px) {
  .s-organised-by .ob__images {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.s-siew-year {
  background-image: url(../images/background-talks.jpg);
  background-size: cover;
}
.s-siew-year .siew-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -15px 35px -15px;
  text-align: center;
}
.s-siew-year .siew-box li {
  display: inline-block;
  margin: 15px;
  padding: 0;
  vertical-align: top;
}
.s-siew-year .siew-box li.sb__half a {
  width: 385px;
}
.s-siew-year .siew-box li:hover a {
  transition: background-color linear 0.25s;
  background-color: rgba(54, 182, 248, 0.75);
}
.s-siew-year .siew-box li a {
  border-radius: 10px;
  background: rgba(150, 150, 150, 0.85);
  color: #fff;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  height: 245px;
  line-height: 1.125em;
  outline: none;
  text-decoration: none;
  width: 245px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 25px;
}
.s-siew-year .siew-box li a img {
  display: block;
  margin: 30px auto 10px auto;
  height: 100px;
  width: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .s-siew-year .siew-box li.sb__half a {
    width: 316px;
  }
  .s-siew-year .siew-box li a {
    font-size: 1.25em;
    height: 200px;
    line-height: 1.125em;
    width: 200px;
  }
  .s-siew-year .siew-box li a img {
    margin: 10px auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .s-siew-year .siew-box:after {
    clear: both;
    content: "";
    display: table;
  }
  .s-siew-year .siew-box li {
    display: block;
    float: left;
    margin: 0;
    padding: 10px;
    width: 50%;
  }
  .s-siew-year .siew-box li.sb__half a {
    width: 100%;
  }
  .s-siew-year .siew-box li a {
    background-color: #36b6f8;
    font-size: 1.25em;
    line-height: 1.25;
    height: 100px;
    padding-left: 80px;
    padding-right: 15px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .s-siew-year .siew-box li a img {
    display: inline-block;
    margin: -25px 0 0 0;
    height: 50px;
    position: absolute;
    left: 15px;
    top: 50%;
    width: 50px;
  }
  .s-siew-year .siew-box li a span {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
  }
}
@media (max-width: 639px) {
  .s-siew-year .siew-box {
    padding: 0 5px;
  }
  .s-siew-year .siew-box li {
    padding: 5px;
    width: 50%;
  }
  .s-siew-year .siew-box li a {
    background-color: #36b6f8;
    font-size: 1em;
    line-height: 1.15;
    height: 75px;
    padding-left: 45px;
    padding-right: 10px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .s-siew-year .siew-box li a img {
    display: inline-block;
    margin: -12.5px 0 0 0;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 25px;
  }
  .s-siew-year .siew-box li a span {
    display: table-cell;
    height: 45px;
    vertical-align: middle;
  }
}
@media (max-width: 359px) {
  .s-siew-year .siew-box li a {
    font-size: 0.875em;
  }
}

.s-mail-template {
  margin-bottom: 50px;
  margin-top: -50px;
}

.s-roundtables {
  background-image: url(../images/background-roundtables.jpg);
}
.s-roundtables .rtb-box {
  margin: auto;
  max-width: 600px;
}
.s-roundtables .rtb-box .rtb-image {
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
}
.s-roundtables .rtb-box .rtb-image a {
  outline: none;
  text-decoration: none;
  border: none;
}
.s-roundtables .rtb-box .rtb-image img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
}
.s-roundtables .rtb-box .rtb-desc {
  background-color: #fff;
  padding: 25px 45px;
}
.s-roundtables .rtb-box .rtb-desc:after {
  clear: both;
  content: "";
  display: table;
}
.s-roundtables .rtb-box .rtb-desc .rtb-col {
  float: left;
  min-height: 45px;
  padding: 0 15px 0 60px;
  position: relative;
  width: 50%;
}
.s-roundtables .rtb-box .rtb-desc .rtb-col:before {
  background-repeat: no-repeat;
  content: "";
  height: 45px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto 0;
  left: 0;
  width: 45px;
}
.s-roundtables .rtb-box .rtb-desc .rtb-col.rtb--date:before {
  background-image: url(../images/icon-calendar-black.png);
}
.s-roundtables .rtb-box .rtb-desc .rtb-col.rtb--location:before {
  display: none;
}
.s-roundtables .rtb-box .rtb-desc .rtb-title {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.s-roundtables .rtb-box .rtb-desc .rtb-info {
  line-height: 1.3;
  display: block;
}
.s-roundtables .rtb-box .rtb--desc-title {
  padding: 0 15px 15px 15px;
  text-align: center;
  font-size: 1.375em;
  font-weight: 700;
}
.s-roundtables .rtb-box .rtb--desc-title a {
  color: inherit;
  text-decoration: none;
}
.s-roundtables .rtb-box .rtb--location-icon {
  background-image: url(../images/icon-location-orange.png);
  background-repeat: no-repeat;
  content: "";
  height: 45px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto 0;
  outline: none;
  left: 0;
  width: 45px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .s-roundtables .rtb-box {
    max-width: 400px;
  }
  .s-roundtables .rtb-box .rtb-desc {
    padding: 25px;
  }
  .s-roundtables .rtb-box .rtb-desc .rtb-col {
    margin-bottom: 15px;
    width: 100%;
  }
  .s-roundtables .rtb-box .rtb-desc .rtb-col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 359px) {
  .s-roundtables .rtb-box .rtb-desc {
    padding: 15px;
  }
}

.slick-slider.rtb-carousel {
  -webkit-user-select: text;
  user-select: text;
  margin-bottom: 25px;
}
.slick-slider.rtb-carousel .s-prev-arrow {
  left: -40px;
}
.slick-slider.rtb-carousel .s-next-arrow {
  right: -40px;
}
@media (max-width: 567px) {
  .slick-slider.rtb-carousel .s-prev-arrow {
    left: 0;
  }
  .slick-slider.rtb-carousel .s-next-arrow {
    right: 0;
  }
}

.s-siew-speakers {
  background-image: url(../images/background-talks.jpg);
}
.s-siew-speakers .ss-lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 900px;
  margin: 0 auto 25px auto;
}
.s-siew-speakers .ss-lists ul:after {
  clear: both;
  content: "";
  display: table;
}
.s-siew-speakers .ss-lists ul li {
  float: left;
  margin: 25px 0;
  padding: 0 25px;
  width: 25%;
}
.s-siew-speakers .ss-lists ul li a {
  color: inherit;
  display: block;
  font-weight: 700;
  outline: none;
  text-decoration: none;
}
.s-siew-speakers .ss-lists ul li img {
  border: solid 1px #e8e8e8;
  display: block;
  width: 100%;
}
.s-siew-speakers .ss-lists ul li span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 1.125em;
  margin-top: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .s-siew-speakers .ss-lists ul li {
    margin: 10px 0;
    padding: 0 10px;
  }
  .s-siew-speakers .ss-lists ul li span {
    font-size: 1em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .s-siew-speakers .ss-lists ul {
    max-width: 400px;
  }
  .s-siew-speakers .ss-lists ul li {
    margin: 15px 0;
    padding: 0 15px;
    width: 50%;
  }
  .s-siew-speakers .ss-lists ul li span {
    font-size: 1em;
  }
}
@media (max-width: 359px) {
  .s-siew-speakers .ss-lists ul li {
    margin: 7px 0;
    padding: 0 7px;
  }
  .s-siew-speakers .ss-lists ul li span {
    font-size: 0.875em;
  }
}

.s-siew-outreach {
  padding: 50px 0;
}
.s-siew-outreach .or-row {
  padding-top: 15px;
}
.s-siew-outreach .btn-explore {
  margin-left: 25px;
  margin-top: 35px;
}
.s-siew-outreach .or-highlight {
  color: inherit;
  display: block;
  outline: none;
  text-decoration: none;
  padding: 25px;
}
.s-siew-outreach .or-highlight:hover .orh-title {
  color: #2b3a8a;
}
.s-siew-outreach .or-highlight:first-child {
  padding-top: 0;
}
.s-siew-outreach .or-highlight img {
  display: block;
  margin-bottom: 15px;
  max-width: 100%;
}
.s-siew-outreach .or-highlight .orh-title,
.s-siew-outreach .or-highlight .orh-date,
.s-siew-outreach .or-highlight .orh-desc {
  display: block;
  line-height: 1.4;
}
.s-siew-outreach .or-highlight .orh-title {
  font-size: 1.125em;
  font-weight: 700;
}
.s-siew-outreach .or-highlight .orh-date {
  color: #434343;
  margin-bottom: 15px;
  margin-top: 5px;
}
.s-siew-outreach .or-highlight .orh-link {
  margin-top: 25px;
}
.s-siew-outreach .or-item {
  color: inherit;
  display: block;
  outline: none;
  text-decoration: none;
  padding: 25px;
  border-bottom: solid 1px #e8e8e8;
}
.s-siew-outreach .or-item:hover .ori-title {
  color: #2b3a8a;
}
.s-siew-outreach .or-item:first-child {
  padding-top: 0;
}
.s-siew-outreach .or-item:last-child {
  border-bottom: none;
}
.s-siew-outreach .or-item .ori-title,
.s-siew-outreach .or-item .ori-date,
.s-siew-outreach .or-item .ori-desc {
  display: block;
  line-height: 1.4;
}
.s-siew-outreach .or-item .ori-title {
  font-size: 1.125em;
  font-weight: 700;
}
.s-siew-outreach .or-item .ori-date {
  font-size: 0.875em;
  margin-bottom: 15px;
  margin-top: 5px;
}
.s-siew-outreach .or-border-left {
  border-left: solid 1px #e8e8e8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .s-siew-outreach .btn-explore {
    margin-left: 15px;
  }
  .s-siew-outreach .or-highlight {
    padding: 15px;
  }
  .s-siew-outreach .or-item {
    padding: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .s-siew-outreach .btn-explore {
    border-bottom: solid 1px #e8e8e8;
    margin-left: 15px;
    margin-top: 0;
    padding-bottom: 15px;
  }
  .s-siew-outreach .or-border-left {
    border-left: none;
  }
  .s-siew-outreach .or-highlight {
    padding: 25px 15px;
  }
  .s-siew-outreach .or-item {
    padding: 25px 15px;
  }
  .s-siew-outreach .or-item:first-child {
    padding-top: 25px;
  }
}

.s-siew-va {
  padding: 50px 0;
}
.s-siew-va .sva-wrap {
  background-color: #f7f7f7;
}
.s-siew-va .sva-wrap .container {
  padding-left: 35px;
  padding-right: 35px;
}
.s-siew-va .sva-row {
  margin: 0 -35px;
}
.s-siew-va .sva-col {
  padding: 50px 35px;
}
.s-siew-va .sva-col.sva-col-bg {
  text-shadow: 1px 1px 5px #000;
  color: #fff;
  padding-bottom: 150px;
  padding-top: 150px;
  position: relative;
  text-align: center;
}
.s-siew-va .sva-col.sva-col-bg .sva-col-bg-img {
  background-image: url(../images/banner/our-official-hotel.jpg);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 170%;
  z-index: 0;
}
.s-siew-va .sva-col.sva-col-bg .btn-show-mobile {
  display: none;
  text-align: center;
  margin-top: 25px;
}
.s-siew-va .sva-col.sva-col-bg .btn-show-mobile,
.s-siew-va .sva-col.sva-col-bg .tag-title,
.s-siew-va .sva-col.sva-col-bg .tag-content {
  position: relative;
  z-index: 1;
}
.s-siew-va .sva-col.sva-col-bg .tag-title {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5;
}
.s-siew-va .sva-col.sva-col-bg .tag-content {
  font-size: 1.5em;
  line-height: 1.5;
  white-space: pre-wrap;
}
.s-siew-va .sva-col h3 {
  margin-bottom: 25px;
  margin-top: 0;
}
.s-siew-va .sva-col p {
  line-height: 1.5;
  margin-bottom: 25px;
}
.s-siew-va .s-misc {
  padding: 50px 0;
}
.s-siew-va .s-misc a {
  outline: none;
  text-decoration: none;
}
.s-siew-va .s-misc p {
  margin-bottom: 25px;
}
.s-siew-va .s-misc .ibox .ibox-img a {
  display: block;
}
.s-siew-va .s-misc .ibox .ibox-img img {
  border: solid 1px #e8e8e8;
  width: 100%;
}
.s-siew-va .s-misc .ibox .ibox-title {
  color: #313131;
  display: block;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 15px;
}
.s-siew-va .s-misc .ibox .ibox-title a {
  color: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .s-siew-va .sva-col.sva-col-bg .tag-title {
    font-size: 2em;
  }
  .s-siew-va .sva-col.sva-col-bg .tag-content {
    font-size: 1.375em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .s-siew-va .sva-col.sva-hide {
    display: none;
  }
  .s-siew-va .sva-col.sva-col-bg {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .s-siew-va .sva-col.sva-col-bg:after {
    content: "";
    background-image: url(../images/banner/our-official-hotel.jpg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 0;
  }
  .s-siew-va .sva-col.sva-col-bg .btn-show-mobile {
    display: block;
  }
  .s-siew-va .sva-col.sva-col-bg .tag-title {
    font-size: 1.5em;
  }
  .s-siew-va .sva-col.sva-col-bg .tag-content {
    font-size: 1.125em;
  }
  .s-siew-va .s-misc p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 7px;
  }
  .s-siew-va .s-misc .btn-ot, .s-siew-va .s-misc .btn-ot-reverse {
    display: none;
  }
  .s-siew-va .s-misc .ibox {
    border: solid 1px #e8e8e8;
    padding: 10px 10px 10px 130px;
    margin: 0 0 15px 0;
    min-height: 130px;
    position: relative;
  }
  .s-siew-va .s-misc .ibox .ibox-title {
    font-size: 1.125em;
    margin-bottom: 7px;
    margin-top: 0;
  }
  .s-siew-va .s-misc .ibox .ibox-img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 120px;
  }
  .s-siew-va .s-misc .ibox .ibox-img img {
    height: 100%;
    max-width: none;
    position: absolute;
    left: -50%;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 25%;
    width: auto;
  }
}

.s-newsroom .ni__row {
  margin: -10px -10px 35px -10px;
}
.s-newsroom .n__col {
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 0 10px;
}
.s-newsroom .n__col a {
  outline: none;
  text-decoration: none;
}
.s-newsroom .n__col .n__cat {
  color: #2b3a8a;
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 auto 15px auto;
}
.s-newsroom .n__col .n__cat a {
  color: inherit;
}
.s-newsroom .n__col .n__item {
  border: solid 1px #e8e8e8;
  margin: auto;
  position: relative;
}
.s-newsroom .n__col .n__item.n__video .ni__img {
  position: relative;
}
.s-newsroom .n__col .n__item.n__video .ni__img a:before {
  background-image: url(../images/sprites-video-player.png);
  background-repeat: no-repeat;
  background-position: 0 -50px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -35px;
  width: 70px;
  height: 50px;
  z-index: 1;
}
.s-newsroom .n__col .n__item .ni__img {
  background-color: #f7f7f7;
  display: block;
  position: relative;
}
.s-newsroom .n__col .n__item .ni__img:active, .s-newsroom .n__col .n__item .ni__img:focus {
  outline: none !important;
}
.s-newsroom .n__col .n__item .ni__img a {
  display: block;
}
.s-newsroom .n__col .n__item .ni__img img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
}
.s-newsroom .n__col .n__item .ni__desc {
  min-height: 255px;
  padding: 15px 15px 70px 15px;
}
.s-newsroom .n__col .n__item .ni__desc .nid__date,
.s-newsroom .n__col .n__item .ni__desc .nid__title,
.s-newsroom .n__col .n__item .ni__desc .nid__text {
  display: block;
}
.s-newsroom .n__col .n__item .ni__desc .nid__date {
  color: #2b3a8a;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 10px;
}
.s-newsroom .n__col .n__item .ni__desc .nid__title {
  color: #313131;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
.s-newsroom .n__col .n__item .ni__desc .nid__title a {
  color: inherit;
}
.s-newsroom .n__col .n__item .ni__desc .nid__text {
  color: #595959;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.s-newsroom .n__col .n__item .ni__desc .btn-ot, .s-newsroom .n__col .n__item .ni__desc .btn-ot-reverse {
  bottom: 15px;
  position: absolute;
}
.s-newsroom .nib__row {
  padding: 25px 0;
}
.s-newsroom .ibox {
  margin-bottom: 15px;
  margin-top: 15px;
}
.s-newsroom .ibox a {
  outline: none;
  text-decoration: none;
}
.s-newsroom .ibox .ibox-img a {
  display: block;
}
.s-newsroom .ibox .ibox-img img {
  max-width: none;
  width: 100%;
}
.s-newsroom .ibox .ibox-title,
.s-newsroom .ibox .ibox-text {
  display: block;
}
.s-newsroom .ibox .ibox-title {
  color: #313131;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 15px;
}
.s-newsroom .ibox .ibox-title a {
  color: inherit;
}
.s-newsroom .ibox .ibox-text {
  color: #8a8a8a;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .s-newsroom .n__col .n__cat {
    width: 100%;
  }
  .s-newsroom .n__col .n__item {
    min-height: 300px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .s-newsroom .ni__row {
    margin: -10px -5px 35px -5px;
  }
  .s-newsroom .n__col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .s-newsroom .n__col .n__cat {
    font-size: 1.125em;
    width: 100%;
  }
  .s-newsroom .n__col .n__item {
    min-height: 300px;
    width: 100%;
  }
  .s-newsroom .n__col .n__item .ni__desc .nid__date {
    font-size: 0.875em;
  }
  .s-newsroom .n__col .n__item .ni__desc .nid__title {
    font-size: 1em;
  }
  .s-newsroom .n__col .n__item .ni__desc .nid__text {
    font-size: 0.875em;
  }
  .s-newsroom .n__col .n__item .ni__desc .btn-ot, .s-newsroom .n__col .n__item .ni__desc .btn-ot-reverse {
    bottom: 15px;
    font-size: 0.875em;
    position: absolute;
  }
  .s-newsroom .n-simple-block .nsb__title {
    font-size: 1.125em;
  }
  .s-newsroom .ibox .ibox-title {
    font-size: 1.125em;
  }
  .s-newsroom .ibox .ibox-text {
    font-size: 0.875em;
  }
}
@media only screen and (min-width: 768px) {
  .s-newsroom .n-simple-block a {
    color: inherit;
    display: block;
    outline: none;
    text-decoration: none;
  }
  .s-newsroom .n-simple-block a:hover {
    color: #fff;
  }
  .s-newsroom .n-simple-block a:hover .nsb__title {
    transition: all 0.15s linear;
    background-color: #2b3a8a;
  }
  .s-newsroom .n-simple-block .nsb__img {
    display: block;
  }
  .s-newsroom .n-simple-block .nsb__img img {
    width: 100%;
  }
  .s-newsroom .n-simple-block .nsb__title {
    display: block;
    font-size: 1.375em;
    padding: 10px 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .s-newsroom.s-section .s__title h1 {
    margin-bottom: 15px;
  }
  .s-newsroom .ni__row {
    margin: 0 0 35px 0;
  }
  .s-newsroom .n__col .n__cat {
    color: #000;
    font-size: 1.125em;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 auto 5px auto;
  }
  .s-newsroom .n__col .n__item {
    border: solid 1px #e8e8e8;
    padding: 10px 10px 10px 130px;
    margin: 0 0 15px 0;
    min-height: 130px;
    position: relative;
  }
  .s-newsroom .n__col .n__item.n__video .ni__img {
    position: absolute;
  }
  .s-newsroom .n__col .n__item .ni__img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 120px;
  }
  .s-newsroom .n__col .n__item .ni__img img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto !important;
    width: auto;
  }
  .s-newsroom .n__col .n__item .ni__desc {
    height: auto;
    min-height: 0;
    padding: 0;
  }
  .s-newsroom .n__col .n__item .ni__desc .nid__title {
    color: #2b3a8a;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
  }
  .s-newsroom .n__col .n__item .ni__desc .nid__date {
    color: #313131;
    font-size: 0.875em;
  }
  .s-newsroom .n__col .n__item .ni__desc .nid__text {
    display: none;
  }
  .s-newsroom .n__col .n__item .ni__desc .btn-ot, .s-newsroom .n__col .n__item .ni__desc .btn-ot-reverse {
    bottom: 15px;
    display: none;
    font-size: 0.875em;
    padding: 0 20px;
    height: 35px;
    line-height: 33px;
    position: absolute;
  }
  .s-newsroom .nib__row {
    padding-bottom: 0;
  }
  .s-newsroom .n-simple-block {
    margin: 25px 0;
  }
  .s-newsroom .n-simple-block a {
    color: #fff;
    display: block;
    outline: none;
    overflow: hidden;
    position: relative;
    text-decoration: none;
  }
  .s-newsroom .n-simple-block .nsb__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .s-newsroom .n-simple-block .nsb__img img {
    position: relative;
    top: -40%;
    width: 100%;
  }
  .s-newsroom .n-simple-block .nsb__title {
    text-shadow: 1px 1px 1px #000;
    display: block;
    font-size: 1.375em;
    font-weight: 700;
    padding: 50px 15px;
    position: relative;
    text-align: center;
    z-index: 1;
  }
  .s-newsroom .ibox {
    margin-bottom: 25px;
    position: relative;
  }
  .s-newsroom .ibox .ibox-desc {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 7px;
  }
  .s-newsroom .ibox .ibox-title,
.s-newsroom .ibox .ibox-text {
    text-shadow: 1px 1px 1px #000;
    color: #fff;
  }
  .s-newsroom .ibox .ibox-title {
    font-size: 1.125em;
    line-height: 1.2;
    margin-bottom: 7px;
    margin-top: 0;
  }
  .s-newsroom .ibox .ibox-text {
    font-size: 0.875em;
    line-height: 1.1;
    margin-bottom: 7px;
  }
  .s-newsroom .ibox .btn-ot, .s-newsroom .ibox .btn-ot-reverse {
    display: none;
  }
}
@media (max-width: 480px) {
  .s-newsroom .ibox .ibox-img {
    min-height: 250px;
    overflow: hidden;
    position: relative;
  }
  .s-newsroom .ibox .ibox-img img {
    max-width: none;
    width: auto;
    height: 100%;
  }
}

.s-social-media {
  background-image: url("../images/background-city.jpg");
  background-size: cover;
}
.s-social-media h1,
.s-social-media .s__title {
  color: #fff;
}
.s-social-media .s__description {
  color: #fff;
}
.s-social-media .s__contents {
  margin-top: 15px;
}

.s-interviews {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  z-index: 0;
}
.s-interviews .grey-line {
  background-color: #f0f0f0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .s-interviews .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .s-interviews.s-interviews--in-newsroom .grey-line {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.siew-breadcrumb {
  background-color: #fff;
  min-height: 56px;
  padding: 15px 0;
  position: relative;
}
.siew-breadcrumb .breadcrumb {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: transparent;
  margin-bottom: 0;
  padding: 0 615px 0 0;
  position: relative;
}
.siew-breadcrumb .breadcrumb > li + li:before {
  content: "|";
}
.siew-breadcrumb .breadcrumb > li {
  color: #000;
  display: inline;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.siew-breadcrumb .breadcrumb > li:before {
  color: #000;
  margin-right: 2px;
}
.siew-breadcrumb .breadcrumb > li.active {
  color: #2b3a8a;
}
.siew-breadcrumb .breadcrumb > li a {
  color: inherit;
  outline: none;
}
.siew-breadcrumb .container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .siew-breadcrumb {
    height: 56px;
  }
  .siew-breadcrumb.is-sticky {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1098;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .siew-breadcrumb .breadcrumb {
    display: none;
  }
  .siew-breadcrumb.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1098;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .siew-breadcrumb .breadcrumb {
    display: none;
  }
  .siew-breadcrumb.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1098;
  }
}

.page-settings {
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  font-size: 0.875em;
  display: block;
  padding-left: 0;
  position: absolute;
  right: 15px;
  top: -3px;
  bottom: 0;
  text-align: right;
  width: 600px;
}
.page-settings .regis-btn-wrap,
.page-settings .survey-btn-wrap,
.page-settings .font-size,
.page-settings .share,
.page-settings .enquiry {
  display: inline-block;
  vertical-align: middle;
}
.page-settings .regis-btn-wrap,
.page-settings .survey-btn-wrap {
  margin-right: 7px;
  height: 30px;
}
.page-settings .regis-btn-wrap a,
.page-settings .survey-btn-wrap a {
  font-size: 14px;
  line-height: 27px;
  padding: 0 15px;
  height: 30px;
}
@media only screen and (max-width: 991px) and (min-width: 0px) {
  .page-settings .regis-btn-wrap {
    display: none;
  }
}
@media (max-width: 359px) {
  .page-settings .survey-btn-wrap {
    margin-right: 3px;
  }
  .page-settings .survey-btn-wrap a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.page-settings .font-size .fs-text {
  display: inline-block;
  margin-right: 3px;
}
.page-settings .font-size a {
  border-radius: 100%;
  background-color: transparent;
  border: solid 1px #2b3a8a;
  color: #2b3a8a;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  margin: 0 1px;
  outline: none;
  text-align: center;
  text-decoration: none;
  width: 30px;
}
.page-settings .font-size a:hover {
  transition: all linear 0.15s;
  background-color: #2b3a8a;
  color: #fff;
}
.page-settings .font-size a .fa {
  position: relative;
  top: -1px;
}
.page-settings .font-size a .fa.fa-plus {
  left: -1px;
}
.page-settings .share .stButton {
  display: none !important;
}
.page-settings .share .st_sharethis,
.page-settings .enquiry a {
  border-radius: 15px;
  background-color: transparent;
  border: solid 1px #2b3a8a;
  color: #2b3a8a;
  cursor: pointer;
  display: inline-block;
  line-height: 27px;
  height: 30px;
  outline: none;
  margin: 0 1px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.page-settings .share .st_sharethis:hover,
.page-settings .enquiry a:hover {
  transition: all linear 0.15s;
  background-color: #2b3a8a;
  color: #fff;
}
.page-settings .share .st_sharethis .fa-share,
.page-settings .enquiry a .fa-share {
  margin-right: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-settings {
    width: 400px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-settings {
    left: 0;
    right: 0;
    font-size: 0.75em;
    text-align: center;
    padding: 0 7px;
    width: auto;
  }
}
@media (max-width: 360px) {
  .page-settings .share .st_sharethis,
.page-settings .enquiry a {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.s-contact .sc__header {
  padding: 50px 0 25px 0;
}

.s-article table {
  padding-bottom: 15px;
}
.s-article table tr {
  border-bottom: 1px solid grey;
}
.s-article table tr:last-child {
  border-bottom: 1px solid grey;
}
.s-article table td {
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .s-article h1 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .s-article .btn-back-container {
    height: 0;
    font-size: 16px;
    position: relative;
  }
  .s-article .btn-back-container a {
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .s-article h1 br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .s-article h1 br {
    display: none;
  }
  .s-article .btn-back-container {
    margin-bottom: 15px;
  }
}

.item-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.item-social ul li {
  display: block;
  float: left;
  margin: 0 3px;
  padding: 0;
}
.item-social ul li.is__subscribe a {
  border-radius: 15px;
  font-size: 0.875em;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
.item-social ul li a {
  border-radius: 100%;
  background-color: #e64134;
  color: #fff;
  display: block;
  font-size: 1.25em;
  height: 30px;
  line-height: 30px;
  outline: none;
  text-align: center;
  text-decoration: none;
  width: 30px;
}

.nav-and-search {
  clear: both;
}

.main-nav .ul-parent li {
  margin-bottom: 0;
  padding-left: 0;
}
.main-nav .ul-parent a {
  outline: none;
}
@media only screen and (min-width: 992px) {
  .main-nav {
    float: left;
    margin-left: 10px;
    padding-top: 15px;
  }
  .main-nav .ul-parent {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
  }
  .main-nav .ul-parent .li-parent {
    float: left;
  }
  .main-nav .ul-parent .li-parent.active .li-parent-a {
    backgroun-color: #2b3a8a;
    border-bottom: solid 1px #2b3a8a;
  }
  .main-nav .ul-parent .li-parent:hover .div-parent-sub {
    display: block;
    background-color: #fff;
  }
  .main-nav .ul-parent .li-parent .li-parent-a {
    color: #2b3a8a;
    display: block;
    font-size: 0.95em;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
  }
  .main-nav .ul-parent .li-parent .li-parent-a:hover {
    background-color: #2b3a8a;
    color: #fff;
  }
  .main-nav .ul-parent .li-parent .li-parent-a .fa-angle-down {
    display: none;
  }
  .main-nav .not-mm {
    position: relative;
  }
  .main-nav .not-mm .div-parent-sub {
    width: 190px;
    padding: 0;
    left: -10px;
    z-index: 1100;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
  }
  .main-nav .not-mm .div-parent-sub:before {
    background-size: 200%;
    z-index: 0;
  }
  .main-nav .not-mm .div-parent-sub .container {
    padding: 0;
    width: auto;
  }
  .main-nav .not-mm .div-parent-sub .sm-chunk-row .sm-chunk {
    float: none;
    width: auto;
  }
  .main-nav .not-mm .div-parent-sub .sm-chunk-row .sm-chunk .sm-chunk-title {
    border-bottom: none;
    padding: 0;
  }
  .main-nav .not-mm .div-parent-sub .sm-chunk-row .sm-chunk .sm-chunk-title a {
    color: #434343;
    display: block;
    font-size: 0.9em;
    font-weight: 400;
    padding: 10px 25px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    white-space: normal;
    background-color: #fff;
  }
  .main-nav .not-mm .div-parent-sub .sm-chunk-row .sm-chunk .sm-chunk-title a:hover {
    background-color: #2b3a8a;
    color: #fff;
  }
  .main-nav .is-megamenu {
    position: static;
  }
  .main-nav .is-megamenu .div-parent-sub {
    border-bottom: solid 1px #e8e8e8;
  }
  .main-nav .horz-menu {
    width: 150px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    padding: 0 0 0 4px;
    margin: 0;
    background-color: #227087;
  }
  .main-nav .ul-parent-sub {
    display: none;
  }
  .main-nav .div-parent-sub {
    background-color: rgba(255, 255, 255, 0.98);
    display: none;
    left: 0;
    margin-top: 0;
    padding: 15px 15px 35px 15px;
    position: absolute;
    width: 100%;
    z-index: 1100;
  }
  .main-nav .div-parent-sub:before {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 21px;
  }
  .main-nav .div-parent-sub .sm-chunk-row:after {
    clear: both;
    content: "";
    display: table;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk {
    float: left;
    width: 33.333%;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk:hover .sm-chunk-title a {
    background-color: #2b3a8a;
    color: #fff;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk .sm-chunk-title a {
    color: #252525;
    display: block;
    font-size: 1.09375em;
    font-weight: 700;
    padding: 10px 15px;
    text-decoration: none;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk .sm-chunk-title a .js-open-submenu {
    display: none;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk .ul-sub {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 15px 7px 15px;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk .ul-sub li {
    margin-bottom: 3px;
    font-size: 0.9375em;
    line-height: 1.3;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk .ul-sub li a {
    color: #434343;
  }
  .main-nav .item-social {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav .not-mm .div-parent-sub .sm-chunk-row .sm-chunk {
    padding: 0;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk {
    padding: 0 25px;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk .sm-chunk-title a {
    padding: 10px 15px;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk .ul-sub {
    padding: 0 15px 7px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav .ul-parent .li-parent .li-parent-a {
    padding: 10px 5px 10px 5px;
  }
  .main-nav .not-mm .div-parent-sub {
    margin-top: 0;
    left: -15px;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk .sm-chunk-title a {
    font-size: 1.0625em;
    padding: 10px 15px;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk .ul-sub {
    padding: 0 15px 7px 15px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 0px) {
  .main-nav {
    background-color: #fff;
    display: none;
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    margin: 220px 0 0 0;
    overflow-y: auto;
  }
  .main-nav.m-active {
    display: block;
  }
  .main-nav a {
    outline: none;
    text-decoration: none;
  }
  .main-nav .header-subscribe {
    background-color: #5acec5;
  }
  .main-nav .ul-parent {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }
  .main-nav .ul-parent .li-parent {
    margin-bottom: 10px;
  }
  .main-nav .ul-parent .li-parent.is-parent-sub-active .li-parent-a .js-open-submenu:before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
  }
  .main-nav .ul-parent .li-parent.is-parent-sub-active .div-parent-sub {
    display: block;
  }
  .main-nav .ul-parent .li-parent .li-parent-a {
    border-bottom: solid 3px #2b3a8a;
    color: #2b3a8a;
    display: block;
    font-size: 1.25em;
    padding: 7px 65px 7px 15px;
    position: relative;
  }
  .main-nav .ul-parent .li-parent .li-parent-a .js-open-submenu {
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 100%;
    top: 0;
  }
  .main-nav .ul-parent .li-parent .li-parent-a .js-open-submenu:before {
    display: block;
    position: relative;
    top: 10px;
  }
  .main-nav .div-parent-sub {
    background-color: #f6f6f6;
    color: #434343;
    display: none;
    padding: 10px 15px;
  }
  .main-nav .div-parent-sub a {
    color: inherit;
    display: block;
    padding: 4px 0;
  }
  .main-nav .div-parent-sub .container {
    width: 100%;
    padding: 0;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk.is-chunk-active .sm-chunk-title .ul-li-parent-sub-a .js-open-submenu:before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk.is-chunk-active .ul-sub {
    display: block;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk .sm-chunk-title {
    font-size: 1em;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk .sm-chunk-title .ul-li-parent-sub-a {
    padding-right: 40px;
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk .sm-chunk-title .ul-li-parent-sub-a .js-open-submenu {
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    width: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 100%;
    top: 0;
  }
  .main-nav .div-parent-sub .sm-chunk-row .sm-chunk .sm-chunk-title .ul-li-parent-sub-a .js-open-submenu:before {
    display: block;
    position: relative;
    top: 4px;
  }
  .main-nav .ul-sub {
    border-bottom: solid 3px #ccc;
    list-style: none;
    padding: 7px 15px;
    position: relative;
    margin-bottom: 7px;
    background-color: #eee;
    display: none;
  }
  .main-nav .ul-sub li a {
    display: block;
  }
  .main-nav .item-social {
    display: block !important;
    height: auto !important;
    float: none !important;
    padding: 10px 0 25px 0 !important;
    margin-top: 0 !important;
    text-align: center;
  }
  .main-nav .item-social ul li {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav .ul-parent {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 760px;
  }
  .main-nav .ul-parent:after {
    clear: both;
    content: "";
    display: table;
  }
  .main-nav .ul-parent .li-parent {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
  .main-nav .ul-parent .li-parent .div-parent-sub {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .main-nav .item-social li {
    margin-bottom: 10px;
  }
}

.is-body-fixed-by-main-nav {
  /*  position: fixed;
  z-index: -1;*/
  overflow-y: hidden;
}

.nav-search .search-input {
  background-color: #efefef;
}
@media only screen and (min-width: 992px) {
  .nav-search {
    float: right;
  }
  .nav-search .search-input {
    display: none;
    padding: 7px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 123px;
    z-index: 1100;
  }
  .nav-search .search-input.active {
    display: block;
  }
  .nav-search .search-input .container {
    padding: 0 65px 0 15px;
    position: relative;
  }
  .nav-search .search-input input[type=text] {
    background-color: #fff;
    border: none;
    color: #303030;
    line-height: 50px;
    height: 50px;
    font-size: 1em;
    padding: 0 15px;
    width: 100%;
  }
  .nav-search .search-input .btn-search {
    border-radius: 0;
    border: none;
    background-color: #e64134;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
  }
  .nav-search .toggle-search {
    border: none;
    background-color: transparent;
    color: #2b3a8a;
    font-size: 1.125em;
    outline: none;
    padding: 30px 7px 20px 7px;
  }
  .nav-search .toggle-search .fa {
    position: relative;
    top: -4px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-search .search-input .container {
    padding: 0 65px 0 0;
    position: relative;
  }
}
@media only screen and (max-width: 991px) and (min-width: 0px) {
  .nav-search {
    padding: 0 15px 15px 15px;
  }
  .nav-search .search-input {
    display: none;
    padding: 5px 15px;
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    z-index: 1100;
  }
  .nav-search .search-input:before {
    background-image: url(../images/fade-header.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 21px;
    z-index: 0;
  }
  .nav-search .search-input.active {
    display: block;
  }
  .nav-search .search-input .container {
    border: solid 1px #d0d0d0;
    padding: 0 50px 0 0;
    position: relative;
  }
  .nav-search .search-input input[type=text] {
    background-color: #fff;
    border: none;
    color: #303030;
    line-height: 50px;
    height: 50px;
    font-size: 1em;
    padding: 0 15px;
    width: 100%;
  }
  .nav-search .search-input .btn-search {
    border-radius: 0;
    border: none;
    background-color: #e64134;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
  }
  .nav-search .toggle-search {
    border-radius: 100%;
    background-color: #fff;
    border: none;
    color: #2b3a8a;
    cursor: pointer;
    display: block;
    height: 50px;
    padding: 14px 13px;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 50px;
  }
  .nav-search .toggle-search:focus {
    outline: dotted 1px #303030;
  }
  .nav-search .toggle-search.active {
    background-color: #e64134;
  }
  .nav-search .toggle-search .fa {
    position: relative;
    top: -3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-search .container {
    width: 100%;
  }
  .nav-search .search-input {
    padding: 5px;
  }
}

.social-tabs {
  margin: auto;
  max-width: 500px;
}
.social-tabs .nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f7f7f7;
  border: none;
  display: table;
  margin-bottom: 3px;
  width: 100%;
}
.social-tabs .nav-tabs li {
  color: #000;
  display: table-cell;
  float: none;
  text-align: center;
}
.social-tabs .nav-tabs li.active {
  background-color: #2b3a8a !important;
  color: #fff !important;
}
.social-tabs .nav-tabs li.active a:focus {
  background-color: inherit;
  color: inherit;
}
.social-tabs .nav-tabs li a {
  border-radius: 0;
  background-color: inherit;
  border: none !important;
  color: inherit;
  display: block;
  margin: 0;
}
.social-tabs .nav-tabs li a:active {
  background-color: inherit;
  color: inherit;
  outline: none;
}
.social-tabs .nav-tabs li a:focus {
  background-color: #efefef;
  outline: none;
}
.social-tabs .nav-tabs li a:hover {
  background-color: inherit;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .social-tabs .nav-tabs .nt__mobile {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .social-tabs .nav-tabs .nt__desktop {
    display: none;
  }
}
.social-tabs .tab-content {
  background-color: #fff;
  min-height: 300px;
  padding: 7px;
}
.ivs-row {
  position: relative;
}
.ivs-row:after {
  clear: both;
  content: "";
  display: table;
}
.ivs-row a {
  outline: none;
}
.ivs-row .ivs-column {
  height: 570px;
  overflow: hidden;
  width: 50%;
}
.ivs-row .ivs-left {
  float: left;
  position: relative;
}
.ivs-row .ivs-right {
  float: right;
}
.ivs-row .ivs-bottom {
  left: 0;
  right: 0;
  bottom: 35px;
  padding: 0 35px 0 0;
  position: absolute;
}
.ivs-row .link-view-all {
  padding: 0 35px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  line-height: 1em;
}
@media only screen and (min-width: 1200px) {
  .ivs-row {
    overflow: hidden;
    margin: 0;
    width: 1140px;
  }
  .ivs-row .ivs-column {
    height: 570px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ivs-row {
    overflow: hidden;
    margin: 0;
    width: 920px;
  }
  .ivs-row .ivs-column {
    height: 460px;
  }
  .ivs-row .link-view-all {
    font-size: 1.25em;
    top: 2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ivs-row {
    overflow: hidden;
    margin: 0 auto;
    width: 768px;
  }
  .ivs-row .ivs-column {
    height: 384px;
  }
  .ivs-row .ivs-bottom {
    bottom: 15px;
    padding-left: 15px;
  }
  .ivs-row .link-view-all {
    font-size: 1.125em;
    top: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ivs-row {
    max-width: 360px;
    margin: 0 auto;
  }
  .ivs-row .ivs-column {
    height: auto;
    width: 100%;
  }
  .ivs-row .ivs-bottom {
    padding: 0;
    position: absolute;
    left: auto;
    right: 15px;
    bottom: 47px;
  }
  .ivs-row .ivs-bottom div,
.ivs-row .ivs-bottom .ivs-thumb {
    display: none;
  }
  .ivs-row .ivs-bottom .link-view-all {
    padding: 0 15px;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media (max-width: 360px) {
  .ivs-row {
    max-width: 360px;
    margin: 0 -15px;
  }
}

.ivs-big {
  position: static;
}
.ivs-big .ivsb-item {
  position: relative;
}
.ivs-big .ivsb-item .ivsb__image-shadow {
  background-image: url(../images/fade-overlay.png);
  background-position: 0 -1px;
  background-repeat: repeat-x;
  content: "";
  display: block;
  height: 314px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -1px;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  right: 0;
  z-index: 1;
}
.ivs-big .ivsb-item .ivsb__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  text-indent: -9999px;
  outline: none;
  text-decoration: none;
  border: none;
  width: 100%;
}
.ivs-big .ivsb-item .ivsb-details {
  display: block;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 30px;
  position: absolute;
  text-decoration: none;
  outline: none;
  z-index: 2;
}
.ivs-big .ivsb-item .ivsb-details .ivsb__name {
  color: #2b3a8a;
  display: block;
  font-size: 1.875em;
  line-height: 1em;
  margin-bottom: 10px;
}
.ivs-big .ivsb-item .ivsb-details .ivsb__company {
  color: #fff;
  display: block;
  font-size: 1em;
  line-height: 1em;
}
.ivs-big .slick-arrow {
  top: 50%;
  margin-top: -25px;
  position: absolute;
  z-index: 2;
}
.ivs-big .slick-arrow.s-prev-arrow, .ivs-big .slick-arrow.s-next-arrow {
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.25em;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.ivs-big .slick-arrow.s-prev-arrow .fa, .ivs-big .slick-arrow.s-next-arrow .fa {
  position: relative;
  top: -2px;
}
.ivs-big .slick-arrow.s-prev-arrow {
  left: 585px;
}
.ivs-big .slick-arrow.s-prev-arrow .fa {
  left: -2px;
}
.ivs-big .slick-arrow.s-next-arrow {
  right: 15px;
}
.ivs-big .slick-arrow.s-next-arrow .fa {
  right: -2px;
}
@media (max-width: 768px) and (min-width: 768px) {
  .ivs-big .slick-arrow.s-prev-arrow {
    left: 400px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .ivs-big .slick-arrow.s-prev-arrow {
    left: 52%;
  }
}
@media (max-width: 1191px) and (min-width: 992px) {
  .ivs-big .slick-arrow.s-prev-arrow {
    left: 475px;
  }
}
@media (max-width: 767px) {
  .ivs-big .slick-arrow.s-prev-arrow {
    left: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .ivs-big .ivsb-item .ivsb__image {
    height: 570px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ivs-big .ivsb-item .ivsb__image-shadow {
    bottom: -15px;
  }
  .ivs-big .ivsb-item .ivsb__image {
    height: 460px;
  }
  .ivs-big .ivsb-item .ivsb-details .ivsb__name {
    font-size: 1.75em;
  }
  .ivs-big .ivsb-item .ivsb-details .ivsb__company {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ivs-big .ivsb-item .ivsb__image-shadow {
    bottom: -30px;
  }
  .ivs-big .ivsb-item .ivsb__image {
    height: 384px;
  }
  .ivs-big .ivsb-item .ivsb-details {
    bottom: 15px;
    padding: 0 15px;
  }
  .ivs-big .ivsb-item .ivsb-details .ivsb__name {
    font-size: 1.375em;
  }
  .ivs-big .ivsb-item .ivsb-details .ivsb__company {
    font-size: 1em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ivs-big {
    position: relative;
  }
  .ivs-big .ivsb-item .ivsb__image-shadow {
    bottom: -70px;
  }
  .ivs-big .ivsb-item .ivsb__image {
    height: 350px;
  }
  .ivs-big .ivsb-item .ivsb-details {
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0 15px;
  }
  .ivs-big .ivsb-item .ivsb-details .ivsb__name {
    color: #36b6f8;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 10px;
  }
  .ivs-big .ivsb-item .ivsb-details .ivsb__company {
    color: #fff;
    font-size: 1em;
    line-height: 1;
  }
}

.ivs-top .ivsd-item {
  outline: none;
}
.ivs-top .ivsd-item .ivsd__title {
  color: #2b3a8a;
  font-size: 1.625em;
  line-height: 1.2;
  margin-bottom: 15px;
}
.ivs-top .ivsd-item .ivsd__by {
  color: #363636;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.2;
}
.ivs-top .ivsd-item .ivsd__desc {
  color: #363636;
  font-size: 1.125em;
  line-height: 21px;
}
.ivs-top .ivsd-item .ivsd__btn {
  margin-top: 25px;
  height: unset;
  line-height: unset;
}
@media only screen and (min-width: 1200px) {
  .ivs-top .ivsd-item {
    padding: 35px 85px 35px 0;
  }
  .ivs-top .ivsd-item .ivsd__desc {
    line-height: 1.3;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ivs-top .ivsd-item {
    padding: 35px 60px 35px 0;
  }
  .ivs-top .ivsd-item .ivsd__title {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .ivs-top .ivsd-item .ivsd__by {
    font-size: 0.875em;
    margin-bottom: 10px;
  }
  .ivs-top .ivsd-item .ivsd__desc {
    font-size: 1em;
  }
  .ivs-top .ivsd-item .ivsd__btn {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ivs-top .ivsd-item {
    padding: 15px;
  }
  .ivs-top .ivsd-item .ivsd__title {
    font-size: 1.125em;
    line-height: 1.2;
    margin-bottom: 7px;
  }
  .ivs-top .ivsd-item .ivsd__by {
    font-size: 0.875em;
    line-height: 1.2;
    margin-bottom: 7px;
  }
  .ivs-top .ivsd-item .ivsd__desc {
    font-size: 1em;
    line-height: 1.2;
  }
  .ivs-top .ivsd-item .ivsd__btn {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ivs-top .ivsd-item {
    padding: 15px 15px 35px 15px;
  }
  .ivs-top .ivsd-item .ivsd__btn {
    margin-top: 15px;
  }
  .ivs-top .ivsd-item .ivsd__title {
    color: #000;
    font-size: 1em;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .ivs-top .ivsd-item .ivsd__by {
    display: none;
  }
  .ivs-top .ivsd-item .ivsd__desc {
    display: none;
  }
}

.ivs-thumb {
  margin-top: 25px;
}
.ivs-thumb:after {
  clear: both;
  content: "";
  display: table;
}
.ivs-thumb .ivst-item {
  cursor: pointer;
  outline: none;
  display: block;
}
.ivs-thumb .ivst-item.slick-cloned {
  visibility: hidden;
}
.ivs-thumb .ivst-item img {
  transition: border 0.15s linear;
  border: solid 2px transparent;
  display: block;
  height: 50px;
  margin: auto;
  width: 50px;
}
.ivs-thumb .ivst-item.active {
  cursor: default;
}
.ivs-thumb .ivst-item.active img {
  border-color: #e64134;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ivs-thumb {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ivs-thumb {
    margin-top: 10px;
  }
}

.back-to-top {
  border-radius: 100%;
  transition: all linear 0.35s;
  background-color: #e64134;
  border: solid 1px #fff;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-size: 2.25em;
  line-height: 50px;
  width: 50px;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1098;
}
.back-to-top:hover {
  opacity: 1;
}
.back-to-top.is-hidden {
  bottom: -75px;
}
.back-to-top .fa {
  position: relative;
  top: -3px;
}

.linkedin-widget {
  padding: 0 15px 15px 15px;
}
.linkedin-widget .lw__title {
  padding-bottom: 15px;
  padding-top: 8px;
}
.linkedin-widget .lw__title .text {
  display: inline-block;
}
.linkedin-widget .lw__content {
  max-height: 300px;
  margin-left: -15px;
  margin-right: -15px;
  overflow-y: auto;
}
.linkedin-widget .lw__content .item {
  margin-bottom: 15px;
  padding: 0 15px;
}
.linkedin-widget .lw__content .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.linkedin-widget .lw__content .item:last-child .item-text {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.linkedin-widget .lw__content .item:last-child .item-text p:last-child {
  margin-bottom: 0;
}
.linkedin-widget .lw__content .item .item-link {
  color: #2b3a8a;
  display: block;
  font-size: 1.25em;
  line-height: 1.3125em;
  margin-bottom: 5px;
  text-decoration: none;
}
.linkedin-widget .lw__content .item .item-text {
  border-bottom: solid 1px #d0d0d0;
  font-size: 1em;
  line-height: 1.3125em;
  text-align: justify;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.linkedin-widget .lw__content .item .item-text a {
  color: #e64134;
}
.linkedin-widget .lw__content .item .item-text p:last-child {
  margin-bottom: 0;
}
.linkedin-widget .lw__content .item .item-image {
  float: left;
  margin-right: 10px;
  display: block;
  margin-bottom: 6px;
  margin-top: 6px;
  max-width: 100%;
  width: 440px;
}
.linkedin-widget .lw__content .mCSB_container {
  margin-right: 15px;
}

.siew-paging {
  position: relative;
  margin: 50px 0;
}
.siew-paging ol, .siew-paging ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.siew-paging ol li, .siew-paging ul li {
  border-radius: 3px;
  color: #5c5c5c;
  display: inline-block;
  font-size: 1em;
  margin: 3px;
  text-align: center;
  padding-left: 0;
}
.siew-paging ol li.active, .siew-paging ul li.active {
  background-color: #2b3a8a;
  color: #fff;
}
.siew-paging ol li.active a, .siew-paging ul li.active a {
  cursor: default;
}
.siew-paging ol li.disabled, .siew-paging ul li.disabled {
  color: #d0d0d0;
}
.siew-paging ol li.disabled a, .siew-paging ul li.disabled a {
  cursor: default;
  outline: none;
}
.siew-paging ol li.disabled a .fa-angle-left,
.siew-paging ol li.disabled a .fa-angle-double-left,
.siew-paging ol li.disabled a .fa-angle-right,
.siew-paging ol li.disabled a .fa-angle-double-right, .siew-paging ul li.disabled a .fa-angle-left,
.siew-paging ul li.disabled a .fa-angle-double-left,
.siew-paging ul li.disabled a .fa-angle-right,
.siew-paging ul li.disabled a .fa-angle-double-right {
  color: #d0d0d0;
}
.siew-paging ol li a, .siew-paging ul li a {
  color: inherit;
  display: block;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 2px;
  width: 30px;
  text-decoration: none;
}
.siew-paging ol li a .fa-angle-left,
.siew-paging ol li a .fa-angle-double-left,
.siew-paging ol li a .fa-angle-right,
.siew-paging ol li a .fa-angle-double-right, .siew-paging ul li a .fa-angle-left,
.siew-paging ul li a .fa-angle-double-left,
.siew-paging ul li a .fa-angle-right,
.siew-paging ul li a .fa-angle-double-right {
  color: #e64134;
  font-size: 1.2em;
}
.siew-paging .sp__description {
  color: #5c5c5c;
  display: block;
  font-size: 1em;
  position: absolute;
  bottom: 5px;
  right: 0;
}
@media (max-width: 767px) {
  .siew-paging {
    margin: 15px 0 25px 0;
  }
  .siew-paging .sp__description {
    margin: 15px 0 0 0;
    font-weight: 700;
    padding: 0 15px;
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .siew-paging {
    margin: 15px 0 25px 0;
  }
  .siew-paging ol li, .siew-paging ul li {
    font-size: 0.875em;
    margin: 1px;
  }
  .siew-paging ol li a, .siew-paging ul li a {
    height: 25px;
    line-height: 25px;
    width: 25px;
  }
}
@media (max-width: 359px) {
  .siew-paging {
    margin: 15px 0 25px 0;
  }
  .siew-paging ol li, .siew-paging ul li {
    font-size: 0.875em;
  }
  .siew-paging ol li a, .siew-paging ul li a {
    height: 23px;
    line-height: 23px;
    width: 23px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-accordion .panel {
    box-shadow: none;
    border: none;
    margin-bottom: 15px;
  }
  .contact-accordion .panel .panel-heading {
    background-color: #f5f5f5;
    border: none;
  }
  .contact-accordion .panel .panel-title {
    font-size: 1.3125em;
  }
  .contact-accordion .panel .panel-title a {
    display: block;
    padding-right: 65px;
    position: relative;
    text-decoration: none;
  }
  .contact-accordion .panel .panel-title a.collapsed .fa {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
  }
  .contact-accordion .panel .panel-title a .fa {
    position: absolute;
    right: 0;
    top: 2px;
  }
  .contact-accordion .panel .panel-body {
    background-color: transparent;
    border: none !important;
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 25px;
    padding-top: 15px;
  }
  .contact-accordion .panel .panel-body p, .contact-accordion .panel .panel-body td, .contact-accordion .panel .panel-body th {
    margin: 0;
  }
}

.section-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 75px 0;
  position: relative;
}
.section-banner .container {
  text-align: center;
}
.section-banner .sb-title,
.section-banner .sb-sub-title {
  text-shadow: 0px 0px 10px #000;
  color: #fff;
}
.section-banner .sb-title {
  font-size: 2.25em;
  font-weight: 700;
  margin-bottom: 7px;
}
.section-banner .sb-sub-title {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 25px;
}
.section-banner .sb-button .sb-btn-circle {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-banner {
    padding: 50px 0;
  }
  .section-banner .sb-title {
    font-size: 1.5em;
  }
  .section-banner .sb-sub-title {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-banner {
    padding: 30px 0;
  }
  .section-banner .container {
    position: relative;
    text-align: left;
  }
  .section-banner .sb-title,
.section-banner .sb-sub-title {
    padding-right: 50px;
  }
  .section-banner .sb-title {
    font-size: 1.5em;
    line-height: 1.1;
    margin-bottom: 4px;
  }
  .section-banner .sb-sub-title {
    font-size: 1em;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .section-banner .sb-button .btn-ot-reverse {
    display: none;
  }
  .section-banner .sb-button .sb-btn-circle {
    border-radius: 100%;
    background-color: #e64134;
    color: #fff;
    display: block;
    font-size: 1.5em;
    height: 40px;
    line-height: 40px;
    outline: none;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -20px;
    width: 40px;
    text-align: center;
  }
}

.banner-ooh {
  background-image: url(../images/banner/our-official-hotel.jpg);
}

.banner-iea {
  background-image: url(../images/banner/section-iea.jpg);
}

.banner-eso {
  background-image: url(../images/banner/outreach-bg.jpg);
}

.banner-ioner {
  background-image: url(../images/banner/impact-of-new-energy-realities.jpg);
}

.siew-10th {
  background-image: url(../images/contact-us/siew-10-th.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
}
.siew-10th:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(220, 220, 220, 0.85);
  z-index: 0;
}
.siew-10th .container {
  position: relative;
  text-align: center;
  z-index: 1;
}
.siew-10th .s10th-title {
  color: #414141;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 7px;
}
.siew-10th .s10th-tagline {
  color: #414141;
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}
.siew-10th .s10th-detail {
  background-color: rgba(27, 38, 59, 0.85);
  margin-bottom: 40px;
  padding: 15px 0;
  position: relative;
}
.siew-10th .s10th-detail .d-info {
  color: #fff;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 15px 0;
  position: relative;
}
.siew-10th .s10th-detail .d-info:last-child {
  margin-right: 0;
}
.siew-10th .s10th-detail .d-info img {
  display: block;
  height: 50px;
  width: 50px;
  top: 50%;
  margin-top: -27.7777777778px;
  left: 0;
  position: absolute;
}
.siew-10th .s10th-detail .d-info .di-title,
.siew-10th .s10th-detail .d-info .di-text-1,
.siew-10th .s10th-detail .d-info .di-text-2 {
  font-size: 1em;
  line-height: 1em;
  margin-left: 57px;
  margin-bottom: 7px;
  text-align: left;
}
.siew-10th .s10th-detail .d-info .di-title {
  color: #36b6f8;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .siew-10th {
    padding: 30px 0 25px 0;
  }
  .siew-10th .s10th-detail {
    margin-bottom: 25px;
  }
  .siew-10th .s10th-detail .d-info {
    margin: 0 15px 0 0;
    padding: 10px 0;
  }
}

.full-image {
  margin-bottom: 25px;
}
.full-image img {
  height: auto;
  max-height: none;
  max-width: none;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .full-image {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .full-image {
    margin-bottom: 15px;
  }
}

.au-box-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.au-box-row .au-box-item {
  margin: 25px 0;
  padding-bottom: 55px;
  position: relative;
}
.au-box-row .ibox-img img {
  border: solid 1px #e8e8e8;
  display: block;
  max-width: 100%;
  margin: auto;
}
.au-box-row .ibox-desc p {
  margin: 0 0 15px 0;
}
.au-box-row .ibox-title {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.3;
  margin: 25px 0 15px 0;
}
.au-box-row .btn-ot, .au-box-row .btn-ot-reverse {
  bottom: 0;
  left: 15px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .au-box-row .ibox-title {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .au-box-row .au-box-item {
    margin: 25px auto 50px auto;
    max-width: 300px;
  }
  .au-box-row .ibox-title {
    font-size: 1.3125em;
    font-weight: 700;
    margin: 20px 0 10px 0;
  }
  .au-box-row .ibox-desc p {
    margin: 0 0 10px 0;
  }
}

.pns-row .pns-item {
  margin: 15px 0;
  padding-bottom: 55px;
  position: relative;
}
.pns-row .pns-item .ibox .ibox-img img {
  border: solid 1px #e8e8e8;
  display: block;
  max-width: 100%;
  margin: auto;
}
.pns-row .pns-item .ibox .ibox-title {
  display: block;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 25px;
  margin-bottom: 15px;
}
.pns-row .pns-item .btn-ot, .pns-row .pns-item .btn-ot-reverse {
  bottom: 0;
  left: 15px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pns-row .pns-item .ibox .ibox-title {
    font-size: 1.5em;
    font-weight: 700;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pns-row .pns-item {
    margin: 25px auto 50px auto;
    max-width: 300px;
  }
  .pns-row .pns-item .ibox .ibox-title {
    font-size: 1.3125em;
    font-weight: 700;
  }
}

.text-quote {
  text-shadow: 1px 1px 3px #000;
  background-image: url(../images/banner/background-bridge.jpg);
  background-size: cover;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.text-quote .tq__double-quote {
  border-radius: 100%;
  -webkit-user-select: none;
  user-select: none;
  border: solid 1px #fff;
  height: 50px;
  font-family: "Times New Roman", sans-serif;
  font-weight: bold;
  font-size: 3em;
  line-height: 60px;
  text-align: center;
  margin: 0 auto 25px auto;
  width: 50px;
}
.text-quote .tq__text {
  font-style: italic;
  line-height: 1.25;
  margin-bottom: 25px;
  margin-top: 0;
}
.text-quote .tq__text:after, .text-quote .tq__text:before {
  font-family: "Times New Roman", sans-serif;
  font-weight: bold;
}
.text-quote .tq__text:before {
  content: "“";
}
.text-quote .tq__text:after {
  content: "”";
}
.text-quote .tqp__col {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.text-quote .tqp__col.tqp__img {
  margin-right: 10px;
}
.text-quote .tqp__col.tqp__img img {
  border-radius: 100%;
}
.text-quote .tqp__col .tqpc__name {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 7px;
}
.text-quote .tqp__col .tqpc__company {
  font-size: 1em;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .text-quote .tq__text {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-quote .tq__text {
    font-size: 1.875em;
  }
  .text-quote .tqp__col .tqpc__name {
    font-size: 1.25em;
  }
  .text-quote .tqp__col .tqpc__company {
    font-size: 1em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-quote {
    padding: 15px 0;
  }
  .text-quote .container {
    padding: 0 10px;
  }
  .text-quote .tq__double-quote {
    display: none;
    font-size: 2.25em;
    margin: 0 auto 15px auto;
  }
  .text-quote .tq__text {
    font-size: 1.125em;
    margin-bottom: 15px;
  }
  .text-quote .tqp__col {
    text-align: center;
  }
  .text-quote .tqp__col.tqp__img {
    display: none;
  }
  .text-quote .tqp__col .tqpc__name {
    font-size: 1em;
  }
  .text-quote .tqp__col .tqpc__company {
    font-size: 0.875em;
  }
}

.detail-box {
  border: solid 1px #d4d4d4;
  display: table;
  padding: 15px;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 25px;
}
.detail-box.detail-box--no-border {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.detail-box.detail-box--no-border .db__col-right {
  border: none;
  padding: 0;
}
.detail-box .db__col-left,
.detail-box .db__col-right {
  display: table-cell;
  vertical-align: middle;
}
.detail-box .db__col-left {
  padding-right: 25px;
  text-align: center;
  width: 300px;
}
.detail-box .db__col-left img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.detail-box .db__col-right table {
  border: none;
}
.detail-box .db__col-right table tbody tr:first-child td:first-child {
  padding-right: 15px;
  width: 155px;
}
.detail-box .db__col-right table tbody tr td,
.detail-box .db__col-right table tbody tr th {
  border: none;
  word-wrap: break-word;
  padding: 1px 0;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-box .db__col-left {
    width: 200px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .detail-box {
    border: none;
    display: block;
    padding: 15px 0;
  }
  .detail-box .db__col-left,
.detail-box .db__col-right {
    display: block;
    vertical-align: inherit;
  }
  .detail-box .db__col-left {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-bottom: 7px;
    max-width: 300px;
    width: auto;
  }
  .detail-box .db__col-right {
    border: solid 1px #d4d4d4;
    padding: 7px;
  }
  .detail-box .db__col-right table {
    table-layout: fixed;
  }
}
@media (max-width: 360px) {
  .detail-box .db__col-right {
    overflow-x: auto;
  }
  .detail-box .db__col-right table tbody tr {
    border-bottom: solid 1px #e8e8e8;
  }
  .detail-box .db__col-right table tbody tr:last-child {
    border-bottom: none;
  }
  .detail-box .db__col-right table tbody tr td {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

.table-speakers {
  margin-bottom: 25px;
}
.table-speakers table {
  table-layout: fixed;
  width: 100%;
}
.table-speakers table tbody tr:first-child td, .table-speakers table tbody tr:first-child th {
  padding-top: 0;
}
.table-speakers table tbody tr td:first-child {
  padding-right: 15px;
  vertical-align: middle;
  width: 115px;
}
.table-speakers table tbody tr td:first-child img {
  display: block;
  max-width: 100px;
}
.table-speakers table tbody tr td, .table-speakers table tbody tr th {
  padding-bottom: 7px;
  padding-top: 7px;
}
.table-speakers table tbody tr td a, .table-speakers table tbody tr th a {
  font-weight: 700;
}
.table-speakers table tbody tr td p, .table-speakers table tbody tr th p {
  line-height: 1.3;
  margin: 5px 0;
}
@media (max-width: 360px) {
  .table-speakers table tbody tr td:first-child {
    width: 107px;
    padding-right: 7px;
    /*vertical-align: top;*/
  }
  .table-speakers table tbody tr td p, .table-speakers table tbody tr th p {
    margin: 7px 0;
  }
}

.schedule-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}
.schedule-lists .sl__list {
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 300px;
  position: relative;
}
.schedule-lists .sl__list:before {
  border-left: dashed 3px #e8e8e8;
  content: "";
  height: 100%;
  left: 15px;
  top: 15px;
  position: absolute;
  width: 0;
}
.schedule-lists .sl__list:after {
  content: "";
  position: absolute;
  height: 0;
  border-top: dashed 1px #000;
  top: 30px;
  left: 0;
  width: 285px;
  z-index: 0;
}
.schedule-lists .sl__list:hover .sl__date:before {
  transition: border-width 0.15s linear;
  border-width: 6px;
}
.schedule-lists .sl__list:last-child:before {
  display: none;
}
.schedule-lists .sl__list .sl__date {
  background-color: #fff;
  display: block;
  position: absolute;
  font-size: 1.125em;
  top: 15px;
  left: 0;
  line-height: 1.5;
  padding: 1px 15px 1px 45px;
  max-width: 270px;
  z-index: 1;
}
.schedule-lists .sl__list .sl__date:before {
  border-radius: 100%;
  background-color: #fff;
  border: solid 3px #e64134;
  content: "";
  height: 30px;
  left: 0;
  top: 0;
  position: absolute;
  width: 30px;
}
.schedule-lists .sl__list .sl__title {
  font-size: 1.125em;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .schedule-lists .sl__list {
    padding-left: 200px;
  }
  .schedule-lists .sl__list:after {
    width: 185px;
  }
  .schedule-lists .sl__list .sl__date {
    max-width: 170px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .schedule-lists .sl__list {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 31px;
    position: relative;
  }
  .schedule-lists .sl__list:before {
    content: "";
    height: 100%;
    left: 8px;
    top: 15px;
    position: absolute;
    width: 0;
  }
  .schedule-lists .sl__list:after {
    display: none;
  }
  .schedule-lists .sl__list:hover .sl__date:before {
    transition: border-width 0.15s linear;
    border-width: 4px;
  }
  .schedule-lists .sl__list .sl__date {
    font-size: 0.875em;
    background-color: transparent;
    position: absolute;
    top: 15px;
    left: 0;
    line-height: 1;
    padding: 1px 0 1px 31px;
    max-width: 120px;
  }
  .schedule-lists .sl__list .sl__date:before {
    border-radius: 100%;
    background-color: #fff;
    border: solid 2px #e64134;
    content: "";
    height: 16px;
    left: 0;
    top: 0;
    position: absolute;
    width: 16px;
  }
  .schedule-lists .sl__list .sl__title {
    font-size: 1em;
    line-height: 1.2;
    padding-left: 104px;
  }
}

.ibox.ibox-video .ibox-img {
  position: relative;
}
.ibox.ibox-video .ibox-img a:before {
  background-image: url(../images/sprites-video-player.png);
  background-repeat: no-repeat;
  background-position: 0 -50px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -35px;
  width: 70px;
  height: 50px;
  z-index: 1;
}
@media (max-width: 480px) {
  .ibox.ibox-video .ibox-img:before {
    top: 40%;
  }
}

.sitemap-list h4 {
  color: #2b3a8a;
  margin: 15px 0 25px 0;
  font-size: 18px;
  font-weight: normal;
}
.sitemap-list h4 a {
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
}
.sitemap-list h4 ul {
  list-style: none;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.sitemap-list h4 ul li {
  color: #2b3a8a;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
  font-size: 17px;
}
.sitemap-list h4 ul li a {
  color: inherit;
  font-weight: 700;
  text-transform: none;
}
.sitemap-list h4 ul li ul {
  display: none;
}
.sitemap-list h4 ul li ul li {
  color: #2b3a8a;
  font-size: 16px;
}
.sitemap-list h4 ul li ul li a {
  color: #2b3a8a;
  font-weight: normal;
}
.sitemap-list li.is-active ul {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sitemap-list-col.col-sm-4 {
    width: 33.33333333% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sitemap-list-col.col-sm-4 {
    width: 100% !important;
  }
}

.alphabet-lists, .speakers-alphabet {
  clear: both;
  content: "";
  display: table;
  margin-bottom: 25px;
  margin-top: 15px;
  width: 100%;
}
.alphabet-lists ol, .speakers-alphabet ol {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}
.alphabet-lists ol li, .speakers-alphabet ol li {
  display: inline-block;
  font-size: 1.125em;
  margin: 0 7px;
  padding: 0;
  text-transform: uppercase;
}
.alphabet-lists ol li.active a, .speakers-alphabet ol li.active a {
  color: #d8281b;
  font-weight: 700;
}
.alphabet-lists ol li a, .speakers-alphabet ol li a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.live-blog {
  padding: 25px 0;
  position: relative;
}
.live-blog:after {
  clear: both;
  content: "";
  display: table;
}
.live-blog.media-centre .live-blog__box {
  border-bottom: solid 5px #2b3a8a;
}
.live-blog__nav {
  font-size: 16px;
  float: left;
  border-bottom: solid 5px #2b3a8a;
  border-top: solid 5px #2b3a8a;
  padding-bottom: 10px;
}
.live-blog__nav.stick {
  position: fixed;
  bottom: auto;
  top: 106px;
}
.live-blog__nav.stick-bottom {
  position: absolute;
  bottom: 25px;
  top: auto;
}
.live-blog__nav__title {
  font-size: 1.25em;
  font-weight: 700;
  padding: 10px;
}
.live-blog__nav ul {
  list-style: none;
  margin: 7px 0 0 0;
  padding: 0;
}
.live-blog__nav ul li {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  line-height: 1.4;
  font-size: 1em;
  margin: 7px 0;
  padding-left: 35px;
  position: relative;
}
.live-blog__nav ul li.active {
  color: #e64134;
  cursor: auto;
}
.live-blog__nav ul li .fa {
  position: absolute;
  left: 10px;
  top: 3px;
}
.live-blog__boxes {
  float: right;
}
.live-blog .live-blog-additional-link {
  border-color: #2b3a8a;
}
.live-blog .live-blog__box {
  overflow: hidden;
  padding: 25px;
  position: relative;
}
.live-blog .live-blog__box:before {
  height: 5px;
  background-image: url("/images/default-source/liveblog/2019/rainbow-gradient.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.live-blog .live-blog__box:last-child {
  border-bottom: solid 5px #2b3a8a;
}
.live-blog .live-blog__box h2 {
  margin: 0 0 15px 0;
  padding: 0;
}
.live-blog__nav ul li .live-blog__social a .fa {
  left: auto;
  position: static;
  top: auto;
}
.live-blog__social {
  margin-top: 25px;
}
.live-blog__social:after {
  clear: both;
  content: "";
  display: table;
}
.live-blog__social a {
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 22px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 7px;
  text-align: center;
  text-decoration: none;
  outline: none;
  width: 35px;
}
.live-blog__social .btn_fb {
  background-color: #4e71a8;
}
.live-blog__social .btn_twitter {
  background-color: #1cb7eb;
}
.live-blog__social .btn_linkedin {
  background-color: #1686b0;
}
.live-blog__social .btn_youtube {
  background-color: #ca3737;
}
.live-blog .carousel-multi .s-next-arrow,
.live-blog .carousel-multi .s-prev-arrow {
  color: #2b3a8a;
}
.live-blog .carousel-multi .s-next-arrow.slick-disabled,
.live-blog .carousel-multi .s-prev-arrow.slick-disabled {
  color: #85c2ff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .live-blog__nav, .live-blog__boxes {
    float: none;
  }
  .live-blog__nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .live-blog__nav {
    width: 205px;
  }
  .live-blog__nav.stick {
    top: 56px;
  }
  .live-blog__nav ul li {
    font-size: 0.875em;
  }
  .live-blog__boxes {
    width: 490px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .live-blog__nav {
    width: 225px;
  }
  .live-blog__boxes {
    width: 670px;
  }
}
@media only screen and (min-width: 1200px) {
  .live-blog__nav {
    width: 325px;
  }
  .live-blog__boxes {
    width: 790px;
  }
}

.live-blog .live-blog__nav__social-media {
  border-top: solid 5px #2b3a8a;
  margin-top: 20px;
}
.live-blog .live-blog__nav__social-media .s-social-media {
  padding: 0 10px;
  background: none;
}
.live-blog .live-blog__nav__social-media .s-social-media .s__contents {
  margin-top: 0;
}
.live-blog .live-blog__nav__social-media .s-social-media .social-tabs .tab-content {
  min-height: 0;
  padding: 7px 0;
}
.live-blog .live-blog__nav__social-media .s-social-media .social-tabs .nav-tabs li {
  padding: 0 15px;
}
.live-blog .live-blog__nav__social-media .s-social-media .nt__mobile {
  display: inline-block;
}
.live-blog .live-blog__nav__social-media .s-social-media .nt__mobile .fa {
  position: relative;
  left: auto;
  top: auto;
}
.live-blog .live-blog__nav__social-media .s-social-media .nt__desktop {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .live-blog .live-blog__nav__social-media {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (min-width: 0px) {
  .live-blog .live-blog__nav__social-media {
    display: none;
  }
}

.media-centre .js-btn-menu-media-centre {
  display: none;
}
.media-centre .live-blog__nav {
  border-bottom: none;
}
.media-centre .live-blog__nav .js-nav-media-centre > li {
  cursor: default;
  margin: 0;
  padding-left: 0;
}
.media-centre .live-blog__nav h3 {
  color: inherit;
  margin: 0;
  font-weight: normal;
  font-size: 1em;
}
.media-centre .live-blog__nav h3 a {
  color: inherit;
}
.media-centre .mc-calendar {
  padding: 15px 0;
  text-align: center;
}
.media-centre .mc-calendar h3 a {
  border-radius: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 0.15s linear;
  background-color: #e66608;
  border: solid 1px #e66608;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  outline: none;
  padding: 0 25px;
  text-decoration: none;
  text-align: center;
}
.media-centre .mc-contact-us h3 {
  display: none;
}
.media-centre .mc-contact-us .mc-list-content p {
  border-top: solid 1px #d7d7d7;
  margin: 0;
  padding: 10px 0;
}
.media-centre .mc-contact-us .mc-list-content p:last-child {
  border-bottom: solid 1px #d7d7d7;
}
.media-centre .mc-social-media h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.media-centre .mc-social-media h3 a {
  text-decoration: none;
  cursor: default;
}
.media-centre .mc-social-media .live-blog__social {
  margin-top: 7px;
}
.media-centre .js-accordion.active-list h3 a .fa {
  transform: rotate(180deg);
}
.media-centre .js-accordion h3 {
  border-bottom: solid 1px #d7d7d7;
  font-size: 18px;
  padding: 5px 0;
}
.media-centre .js-accordion h3 a {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 30px;
}
.media-centre .js-accordion h3 a .fa {
  transition: transform linear 0.35s;
  left: auto;
  right: 5px;
  top: 2px;
}
.media-centre .js-accordion .mc-list-content ul li {
  color: #e64134;
  margin: 3px 0;
  font-weight: 600;
  padding-left: 0;
}
.media-centre .js-accordion .mc-list-content ul li a {
  color: inherit;
  text-decoration: none;
}
.media-centre .js-accordion .mc-list-content ul li a.active-anchor .fa {
  display: inline-block;
}
.media-centre .js-accordion .mc-list-content ul li .fa {
  position: relative;
  left: auto;
  top: auto;
  vertical-align: middle;
  margin-left: 7px;
  font-size: 12px;
  display: none;
}
.media-centre .live-blog__box {
  position: relative;
}
.media-centre .live-blog__box h2 {
  padding: 0 115px 0 0;
}
.media-centre .albums .album-item .album-title .album-title-wrap {
  font-size: 1em;
  padding: 10px;
}
.media-centre #tab-presentation-slides {
  overflow: visible;
}
.media-centre #tab-presentation-slides h2 {
  padding-bottom: 40px;
}
.media-centre #tab-presentation-slides .siew-select {
  text-align: right;
}
.media-centre #tab-presentation-slides .siew-select .slides-filter-text {
  position: relative;
  right: auto;
  top: auto;
}
.media-centre #tab-presentation-slides .slides .slide-item .si-wrap {
  padding: 15px 0;
}
.media-centre #tab-presentation-slides .slides .slide-item .si-title {
  font-size: 1.2em;
  margin-bottom: 3px;
}
.media-centre .siew-select {
  display: block;
  position: absolute;
  top: 15px;
  right: 25px;
}
@media only screen and (min-width: 768px) {
  .media-centre .live-blog__box {
    min-height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .media-centre .albums .album-item .album-title .album-title-wrap {
    font-size: 0.875em;
    padding: 7px 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media-centre .js-nav-media-centre > li h3 {
    font-size: 16px;
  }
  .media-centre .live-blog__box {
    padding-left: 7px;
    padding-right: 7px;
  }
  .media-centre .mc-list-content ul li {
    font-size: 16px;
  }
  .media-centre .mc-list-content .live-blog__social a {
    margin-right: 3px;
  }
  .media-centre .albums .album-item .album-title .album-title-wrap {
    font-size: 0.875em;
    padding: 7px 3px;
  }
  .media-centre .siew-select {
    right: 7px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .media-centre .live-blog__box {
    min-height: 300px;
  }
  .media-centre .js-btn-menu-media-centre {
    display: inline-block !important;
    background-color: #e64134;
    padding: 7px 15px 7px 45px;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-decoration: none;
  }
  .media-centre .js-btn-menu-media-centre:focus, .media-centre .js-btn-menu-media-centre:hover, .media-centre .js-btn-menu-media-centre:active {
    color: #fff;
    text-decoration: none;
  }
  .media-centre .js-btn-menu-media-centre span {
    position: absolute;
    height: 3px;
    background-color: #fff;
    display: block;
    width: 20px;
    left: 15px;
    top: 50%;
    margin-top: -1px;
  }
  .media-centre .js-btn-menu-media-centre span:before, .media-centre .js-btn-menu-media-centre span:after {
    content: "";
    height: 3px;
    background-color: #fff;
    display: block;
    width: 100%;
  }
  .media-centre .js-btn-menu-media-centre span:before {
    margin-top: -6px;
  }
  .media-centre .js-btn-menu-media-centre span:after {
    margin-top: 9px;
  }
  .media-centre .live-blog__nav .js-nav-media-centre > li {
    margin: 0;
  }
  .media-centre .live-blog__nav .js-nav-media-centre > li:last-child {
    border-bottom: none;
  }
  .media-centre .js-ul-wrapper.active-mobile-menu .js-nav-media-centre {
    display: block;
  }
  .media-centre .js-ul-wrapper.active-mobile-menu .js-btn-menu-media-centre {
    background-color: #2b3a8a;
  }
  .media-centre .js-nav-media-centre {
    display: none;
  }
  .media-centre .live-blog__nav {
    display: block;
    border: none;
  }
  .media-centre .live-blog__box {
    padding: 10px;
  }
  .media-centre .mc-list-content .live-blog__social {
    margin: 7px 0;
  }
  .media-centre .live-blog__box h2 {
    margin: 0 0 35px 0;
  }
  .media-centre .siew-select {
    top: 2px;
    right: 7px;
  }
}

.media-centre .qs-interviews .qs-item {
  border: none;
  margin: 15px 0;
  min-height: 0;
}
.media-centre .qs-interviews .qs-item:hover {
  background-color: #fff;
}
.media-centre .qs-interviews .qs-item:first-child {
  border: none;
}
.media-centre .qs-interviews .qs-item .qs-item-wrap {
  padding: 0;
}
.media-centre .qs-interviews .qs-item .qs-item-image {
  width: 150px;
}
.media-centre .qs-interviews .qs-item .qs-item-info {
  padding-left: 175px;
}
.media-centre .qs-interviews .qs-title {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 7px;
}
.media-centre .qs-interviews .qs-desc {
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media-centre .qs-interviews .qs-item:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .media-centre .qs-interviews .qs-item:first-child {
    margin-top: 0;
  }
  .media-centre .qs-interviews .qs-item .qs-item-image {
    width: 75px;
  }
  .media-centre .qs-interviews .qs-item .qs-item-info {
    padding-left: 90px;
  }
  .media-centre .qs-interviews .qs-title {
    font-size: 1em;
  }
  .media-centre .qs-interviews .btn-ot, .media-centre .qs-interviews .btn-ot-reverse {
    height: 36px;
    line-height: 34px;
  }
}

.podcast-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-wrap: wrap;
}
.podcast-lists .podcast-item {
  padding: 15px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  width: 25%;
  box-sizing: border-box;
}
.podcast-lists .p__photo {
  border: solid 1px;
  border-color: transparent;
  position: relative;
}
.podcast-lists .mic-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.podcast-lists .p__title a {
  display: block;
  color: #313131;
  font-size: 1.125em;
  line-height: 1.2;
  margin-top: 10px;
  text-align: center;
}
.podcast-lists a.p__title:hover {
  text-decoration: none;
  color: #313131;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .podcast-lists .podcast-item {
    width: 50%;
  }
}

.podcast-row {
  margin-top: 30px;
}

.p__banner img {
  width: 100%;
}

.podcast-speaker-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.podcast-speaker-item .s__photo {
  margin-left: auto;
  margin-right: auto;
}
.podcast-speaker-item .s__photo img {
  border: solid 1px #e8e8e8;
  display: block;
  max-width: none;
  height: 200px;
  width: 200px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .podcast-speaker-item .s__photo img {
    height: 100px;
    width: 100px;
  }
}
.podcast-speaker-item .s__details {
  width: 50%;
  padding: 7.5px 0;
  line-height: 1.3;
  vertical-align: middle;
  flex-grow: 0;
  flex-shrink: 0;
}
.podcast-speaker-item .s__details P {
  margin: 5px 0;
  line-height: inherit;
}
.podcast-speaker-item .s__details a {
  font-weight: 700;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .podcast-speaker-item .s__details .podcast-item {
    width: 50%;
  }
}

ul {
  list-style-image: url("../images/icon-bullet-list-orange.png");
  padding-left: 30px;
}
ul ol {
  list-style-image: none;
}
ul li {
  margin-bottom: 3px;
  padding-left: 5px;
  position: relative;
}

ol {
  padding-left: 30px;
}
ol li {
  margin-bottom: 3px;
  padding-left: 5px;
  position: relative;
}

.container-small {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-small {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-small {
    width: 840px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    width: 840px;
  }
}

.is-position-relative {
  position: relative !important;
}

.is-position-static {
  position: static !important;
}

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

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

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

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.no-padding {
  padding: 0 !important;
}

.ptb-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.is-block {
  display: block !important;
}

.btn-ot, .btn-ot-reverse {
  border-radius: 2px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #2b3a8a;
  border: solid 1px #2b3a8a;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  outline: none;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
}
.btn-ot:active, .btn-ot-reverse:active, .btn-ot:focus, .btn-ot-reverse:focus {
  color: #2b3a8a;
  outline: none;
  text-decoration: none;
  border: solid 1px #2b3a8a;
  background-color: #fff;
}
.btn-ot:hover, .btn-ot-reverse:hover {
  background-color: #fff;
  color: #2b3a8a;
  border: solid 1px #2b3a8a;
  text-decoration: none;
}
.btn-ot.btn-ot--long, .btn-ot--long.btn-ot-reverse {
  padding: 0 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn-ot.btn-ot--long, .btn-ot--long.btn-ot-reverse {
    padding: 0 25px;
  }
}

.btn-ot-reverse {
  background-color: #fff;
  color: #2b3a8a;
}
.btn-ot-reverse:active, .btn-ot-reverse:focus {
  color: #2b3a8a;
}

.btn-otr-medium {
  border-radius: 45px;
  font-size: 18px;
  height: 45px;
  line-height: 41px;
  padding-left: 35px;
  padding-right: 35px;
}

.link-view-all {
  color: #fff;
  background-color: #2b3a8a;
  border: solid 1px #2b3a8a;
  display: inline-block;
  font-size: 1.5em;
  margin: 7px 0;
  outline: none;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
}
.link-view-all:active, .link-view-all:focus, .link-view-all:hover {
  color: #fff;
  background-color: #2b3a8a;
  border: solid 1px #2b3a8a;
  outline: none;
  text-decoration: none;
}

.orange-text,
.text--siew-orange {
  color: #e64134;
}

.blue-text,
.text--siew-blue {
  color: #2b3a8a;
}

.font-small {
  font-size: 75%;
}

.siew-table-blue thead td,
.siew-table-blue thead th {
  background-color: #2b3a8a;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

input[type=checkbox],
input[type=radio],
label {
  cursor: pointer;
}

.row-middle-select label {
  position: relative;
  top: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .row-middle-select label {
    top: auto;
  }
}

.siew-list-polling {
  padding-left: 25px;
}
.siew-list-polling li {
  font-size: 1.125em;
  margin: 7px 0 15px 0;
  padding: 0 0 0 15px;
}
.siew-list-polling .polling-radio {
  margin: 7px 0 10px 0;
  width: 100%;
}
.siew-list-polling .polling-radio:after {
  clear: both;
  content: "";
  display: table;
}
.siew-list-polling .polling-radio .pr__item {
  font-size: 0.875em;
  font-weight: 400;
  float: left;
  width: 20%;
}
.siew-list-polling .polling-radio .pr__item input[type=checkbox],
.siew-list-polling .polling-radio .pr__item input[type=radio],
.siew-list-polling .polling-radio .pr__item label {
  cursor: pointer;
  font-weight: 400;
}
.siew-list-polling .polling-radio .pr__item input[type=checkbox],
.siew-list-polling .polling-radio .pr__item input[type=radio] {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.siew-list-polling .polling-radio .pr__item label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) and (min-width: 0px) {
  .siew-list-polling .polling-radio .pr__item {
    float: none;
    margin: 3px 0 5px 0;
    width: 100%;
  }
}

.bootstrap-select.js-custom-select {
  width: auto !important;
  max-width: 400px;
}
.bootstrap-select.js-custom-select.form-control {
  display: block;
  width: 100%;
}
.bootstrap-select.js-custom-select select {
  display: none !important;
}
.bootstrap-select.js-custom-select .filter-option {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-select.js-custom-select .dropdown-toggle {
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.js-custom-select .dropdown-toggle:active, .bootstrap-select.js-custom-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select.js-custom-select .dropdown-toggle .caret {
  color: #e64134;
}
.bootstrap-select.js-custom-select .btn {
  border-color: #959595;
  color: #2b3a8a;
  font-size: 1em;
  padding: 7px 45px 7px 15px;
}
.bootstrap-select.js-custom-select .btn .bs-caret {
  /*.caret {
    background-image: url('../images/icon-arrow-down.png');
    background-repeat: no-repeat;
    border: none;
    width: 20px;
    height: 15px;
    right: 15px;
    margin-top: -6px;
  }*/
}
.bootstrap-select.js-custom-select .dropdown-menu {
  border-radius: 0;
  border: solid 1px #d0d0d0;
  font-size: 1em;
  padding: 0;
}
.bootstrap-select.js-custom-select .dropdown-menu li {
  margin-bottom: 0;
  padding-left: 0;
}
.bootstrap-select.js-custom-select .dropdown-menu li.selected a {
  background-color: #e6af7b;
}
.bootstrap-select.js-custom-select .dropdown-menu li a {
  font-size: 1em;
  padding: 7px 15px;
}
.bootstrap-select.js-custom-select .dropdown-menu li a:active, .bootstrap-select.js-custom-select .dropdown-menu li a:focus {
  outline: none !important;
}
.bootstrap-select.js-custom-select .dropdown-menu li a:hover {
  background-color: #e64134;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bootstrap-select.js-custom-select {
    max-width: 100%;
  }
}

.icon-siew, .icon-universal-link, .icon-xlsx, .icon-zip, .icon-pdf, .icon-doc, .icon-jpg {
  display: inline-block;
  height: 30px;
  width: 30px;
}
.icon-siew:before, .icon-universal-link:before, .icon-xlsx:before, .icon-zip:before, .icon-pdf:before, .icon-doc:before, .icon-jpg:before {
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 30px;
  outline: none !important;
  text-decoration: none;
  width: 30px;
}

.icon-jpg:before {
  background-image: url(../images/icon-jpg.png);
}

.icon-doc:before {
  background-image: url(../images/icon-doc.png);
}

.icon-pdf:before {
  background-image: url(../images/icon-pdf.png);
}

.icon-zip:before {
  background-image: url(../images/icon-zip.png);
}

.icon-xlsx:before {
  background-image: url(../images/icon-xlsx.png);
}

.icon-universal-link:before {
  background-image: url(../images/icon-universal-link.png);
}

.card-eb {
  display: table;
  margin: 25px 0 !important;
  width: 100%;
}
.card-eb .eb-img {
  display: table-cell;
  padding-right: 15px;
  width: 200px !important;
  vertical-align: top;
}
.card-eb .eb-img p {
  margin: 0;
}
.card-eb .eb-img img {
  display: block;
  width: 100%;
}
.card-eb .eb-desc {
  display: table-cell;
  vertical-align: top;
  width: auto !important;
}
.card-eb .eb-desc h2:first-of-type, .card-eb .eb-desc h2:first-child, .card-eb .eb-desc h3:first-of-type, .card-eb .eb-desc h3:first-child, .card-eb .eb-desc h4:first-of-type, .card-eb .eb-desc h4:first-child, .card-eb .eb-desc h5:first-of-type, .card-eb .eb-desc h5:first-child, .card-eb .eb-desc h6:first-of-type, .card-eb .eb-desc h6:first-child {
  margin-top: 0;
}
.card-eb .eb-desc p:last-of-type, .card-eb .eb-desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .card-eb .eb-img {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    width: auto;
  }
  .card-eb .eb-img img {
    margin: auto;
    width: auto;
  }
  .card-eb .eb-desc {
    display: block;
  }
}

.img-col-event {
  margin-bottom: 15px;
  padding-bottom: 7px;
  padding-top: 7px;
}
.img-col-event img {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .img-col-event {
    width: auto !important;
  }
}

.is-mailto {
  display: block;
  -ms-word-break: break-all;
  word-break: break-all;
}

.ema-tab {
  margin-bottom: 25px;
}
.ema-tab .tab-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
}
.ema-tab .tab-nav li {
  background-color: #efefef;
  display: table-cell;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  max-width: 200px;
  vertical-align: middle;
}
.ema-tab .tab-nav li.active {
  background-color: #2b3a8a;
  font-weight: 700;
}
.ema-tab .tab-nav li.active a {
  color: #fff;
}
.ema-tab .tab-nav li a {
  color: #252525;
  display: block;
  height: 100%;
  outline: none;
  padding: 15px;
  text-decoration: none;
  width: 100%;
}
.ema-tab .tab-pane {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ema-tab .tab-nav li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ema-tab .tab-nav li {
    font-size: 16px;
  }
}

.speaker-events-center {
  border: solid 1px #e8e8e8;
  margin: 25px 0;
  padding: 25px;
}
.speaker-events-center .sec__title {
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.3;
  margin: 25px 0 15px 0;
  text-align: center;
}
.speaker-events-center .speaker-item {
  display: block;
}
.speaker-events-center .speaker-item .si__photo,
.speaker-events-center .speaker-item .si__details {
  display: block;
  text-align: center;
  width: 100%;
}
.speaker-events-center .speaker-item .si__photo img {
  margin: auto;
  height: 120px;
  width: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .speaker-events-center .sec__title {
    font-weight: 700;
    font-size: 1.25em;
    margin: 25px 0 10px 0;
  }
  .speaker-events-center .speaker-item {
    margin: 15px 0;
  }
  .speaker-events-center .speaker-item .si__details p {
    margin: 3px 0;
  }
}

.speaker-header {
  margin-bottom: 0;
  margin-top: 15px;
}

.speaker-wrapper {
  margin-top: 0;
  margin-bottom: 25px;
}

.speaker-item {
  display: block;
  width: 100%;
}
.speaker-item .si__photo,
.speaker-item .si__details {
  display: table-cell;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
  vertical-align: middle;
}
.speaker-item .si__photo {
  width: 115px;
}
.speaker-item .si__photo img {
  border: solid #e8e8e8 1px;
  display: block;
  max-width: none;
  height: 100px;
  width: 100px;
}
.speaker-item .si__details {
  line-height: 1.3;
}
.speaker-item .si__details a {
  font-weight: 700;
}
.speaker-item .si__details p {
  line-height: inherit;
  margin: 5px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .speaker-item .si__photo,
.speaker-item .si__details {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .speaker-item .si__details p {
    line-height: inherit;
    margin: 7px 0;
  }
}

.ses-wrap .ses-row:first-child {
  margin-top: 0;
}

.ses-row {
  display: table;
  margin: 25px 0;
  width: 100%;
}
.ses-row .ses-img,
.ses-row .ses-desc {
  display: table-cell;
  vertical-align: top;
}
.ses-row .ses-img {
  padding-right: 25px;
  width: 300px;
}
.ses-row .ses-img img {
  border: solid 1px #e8e8e8;
  display: block;
  margin: auto;
  max-width: 100%;
}
.ses-row .ses-desc h3 {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ses-row .ses-img {
    width: 250px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ses-row {
    border: solid 1px #e8e8e8;
    display: block;
    margin: 15px 0;
    padding: 0;
  }
  .ses-row .ses-img,
.ses-row .ses-desc {
    display: block;
    width: 100%;
  }
  .ses-row .ses-img {
    padding: 15px 15px 0 15px;
  }
  .ses-row .ses-img img {
    margin: auto;
    max-width: 300px;
    width: 100%;
  }
  .ses-row .ses-desc {
    padding: 15px;
  }
}

.no-data-text {
  color: #252525;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.normal-case {
  text-transform: none !important;
}

.menu-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.menu {
  width: 220px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  position: relative;
  padding: 0 0 9px 4px;
  margin: 0;
  background-color: #fff;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
}

/*.menu a, .menu a:link, .menu a:visited, .menu a:focus, span {
    color: #000;
    text-decoration: none;
}

.active .menu a, .menu a:link, .menu a:visited, .menu a:focus, span {
    color: #000;
    text-decoration: none;
}*/
.menu a:hover {
  color: #227087;
  text-decoration: none;
}

.menu > li {
  display: block;
  text-align: center;
  margin-left: -4px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
}

.menu > li > a {
  padding: 20px 18px;
  display: block;
  font-weight: bold;
}

.menu > li:hover > a {
  color: #fff;
}

.menu > li:hover {
  background-color: #5dc5c2;
}

/* Megadrop width dropdown */
.menu > li > .megadrop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: -2px;
  left: 217px;
  width: 1000px;
  min-height: 100%;
  text-align: left;
  margin-top: 30px;
  padding: 7px 0 0 0;
  z-index: 99;
  /*border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;*/
  overflow: hidden;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-left: dashed 2px #000000;
}

.menu > li:first-child .megadrop {
  opacity: 1;
  visibility: visible;
  margin-top: 0px !important;
}

.menu > li:hover .megadrop {
  opacity: 1;
  visibility: visible;
  margin-top: 0px !important;
}

.menu ul li:hover:after {
  color: #227087;
}

.menu .col {
  width: 30.1%;
  float: left;
  color: white;
  margin: 0 0 0 2.2%;
}

.menu .col ul {
  padding: 0;
  margin: 0;
}

.menu .col ul li {
  padding: 0;
  list-style: none;
}

.menu .col h3 {
  font-size: 1em;
  padding: 5px 0;
  margin: 5px 0 5px 0;
  color: #e64134;
  font-weigth: bold;
}

.menu .col ul li a {
  display: block;
  padding: 0 0 15px 0;
  color: #434343;
  font-size: 0.8em;
}

.menu .col ul li a:hover {
  color: #227087;
  text-decoration: underline;
}

.menu > li > ul li ul, .menu li > ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-outs;
}

.spancolor {
  color: #2b3a8a;
}

.maintit {
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}

.is-megamenu .div-parent-sub {
  padding: 0px 15px 35px 15px;
}

.multi-level .has-child:hover .div-sub-child {
  display: block !important;
}

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

.div-sub-child {
  left: 218px;
  top: 20px;
  width: 35vw;
  display: none;
  z-index: 10;
  /* width: 30vw; */
  border-left: solid 1px #e8e8e8;
  /*border-right: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8; */
}

.multi-level .sm-chunk-title {
  width: 30%;
}

.div-sub-child .row {
  padding: 0px 5px;
  margin-right: unset;
  margin-left: unset;
}

.div-sub-child .container {
  height: 462px !important;
}

.multi-level .has-child .div-sub-child {
  width: 70%;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 30%;
}

.multi-level .div-parent-sub {
  height: inherit;
  min-height: 463px;
}

.event {
  padding-left: 20px;
}

.showcaret {
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  top: 15px;
}

.multi-level .div-sub-child {
  height: inherit;
  max-height: 463px;
  overflow-y: auto;
}

.div-sub-child .container {
  padding: 10px !important;
  display: block;
}

.event-detail {
  font-size: 14px !important;
  line-height: 14px;
}

.event-detail a {
  color: #434343;
}

.sm-chunk .webinar {
  margin-bottom: 30px;
}

/*.active .sm-chunk-title a {
    background-color: #2b3a8a;
    color: #fff !important;
}*/
.active .div-sub-child {
  display: block !important;
}

.pd {
  padding: 10px 5px 25px 5px !important;
}

.pd-min {
  padding: 5px 5px 5px 5px !important;
}

.main-nav .not-mm .div-parent-sub {
  left: 0px;
}

.footer-head {
  color: #fff;
  font-size: 20px;
  padding-bottom: 20px;
  margin-left: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-head {
    margin-left: 0px;
  }
  .footer-left ul, .footer-right ul, .footerNav ul {
    padding-left: 0px;
  }
  .footerterms ul {
    float: left !important;
  }
  .footer-right {
    padding-left: 0px;
  }
  .footer ul li {
    display: block;
  }
  .footer-left, .footer-right, .footerterms, .footerNav {
    margin-bottom: 20px !important;
  }
}
.footerterms ul {
  float: right;
}

.footer-left {
  display: flex;
  flex: 1;
  padding-left: unset;
}

.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-cta {
  margin: 30px 0;
  align-self: flex-end;
}
.footer-cta a {
  background-color: #fff;
  color: #2b3a8a;
  font-weight: bold;
  padding: 10px 15px;
  margin-left: 10px;
}
.footer-cta a:hover {
  text-decoration: none;
  color: #2b3a8a;
}

.footer-copy {
  color: #fff;
}

.header-links {
  text-align: center;
}

.header-register {
  padding: 10px 15px;
  border-radius: 2px;
  background-color: #da362c;
  color: #fff;
}

a.header-register:hover, a.header-register:focus {
  color: #fff !important;
  text-decoration: none;
}

.header-subscribe {
  padding: 10px 15px;
  border-radius: 2px;
  background-color: #2b3a8a;
  color: #fff;
}

a.header-subscribe:hover, a.header-subscribe:focus {
  color: #fff !important;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .quick-links-menu {
    width: calc(100% - 900px);
    float: left;
  }
  .quick-links-item {
    position: relative;
    line-height: 117.5px;
    text-align: center;
  }
  .quick-links-item a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 1.15em;
  }
  .quick-links-item:hover * {
    text-decoration: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .quick-links-menu {
    display: table;
    width: 100%;
  }
  .quick-links-item {
    display: table-cell;
    width: 25%;
    padding: 2%;
    text-align: center;
    vertical-align: middle;
  }
  .quick-links-item a {
    display: inline-block;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
  }
  .s-home-banner {
    padding-left: unset;
    padding-right: unset;
  }
  .s-home-banner .mb__item img {
    height: auto;
  }
}
.yellow {
  background-color: #f7bc33;
  color: #000 !important;
}

.red {
  background-color: #dd332c;
}

.blue {
  background-color: #2b3a8a;
}

.green {
  background-color: #5bc3c2;
  color: #000 !important;
}

.news-green {
  background-image: url("/assets/images/resources.jpg");
  margin: 5px;
  padding: 30px;
  height: 300px;
  background-size: cover;
}
.news-green h3, .news-green p {
  color: #fff;
  margin-bottom: 30px;
}
.news-green a {
  position: relative;
  top: 120px;
  padding: 10px 15px;
  background-color: #5bc3c2;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  width: 150px;
  text-align: center;
}
.news-green a:hover {
  text-decoration: none;
  color: #000;
}

.news-yellow {
  background-image: url("/assets/images/resources.jpg");
  margin: 5px;
  padding: 30px;
  height: 300px;
  background-size: cover;
}
.news-yellow h3, .news-yellow p {
  color: #fff;
  margin-bottom: 30px;
}
.news-yellow a {
  position: relative;
  top: 120px;
  padding: 10px 15px;
  background-color: #f7bc33;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  width: 150px;
  text-align: center;
}
.news-yellow a:hover {
  text-decoration: none;
  color: #000;
}

.news-blue {
  background-image: url("/assets/images/resources.jpg");
  margin: 5px;
  padding: 30px;
  height: 300px;
  background-size: cover;
}
.news-blue h3, .news-blue p {
  color: #fff;
  margin-bottom: 30px;
}
.news-blue a {
  position: relative;
  top: 120px;
  padding: 10px 15px;
  background-color: #2b3a8a;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  width: 150px;
  text-align: center;
}
.news-blue a:hover {
  text-decoration: none;
  color: #fff;
}

.news-red {
  background-image: url("/assets/images/resources.jpg");
  margin: 5px;
  padding: 30px;
  height: 300px;
  background-size: cover;
}
.news-red h3, .news-red p {
  color: #fff;
  margin-bottom: 30px;
}
.news-red a {
  position: relative;
  top: 120px;
  padding: 10px 15px;
  background-color: #dd332c;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  width: 150px;
  text-align: center;
}
.news-red a:hover {
  text-decoration: none;
  color: #fff;
}

.s-section h2 {
  font-size: 2em;
  color: #2b3a8a;
  margin: 30px 0;
}

.newsroom {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.footerNav {
  flex: 1;
}

.odc-blur {
  filter: blur(5px);
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.odc-container {
  position: relative;
}

#paywall-wrapper {
  width: 100%;
  color: #fff;
  background-color: #2b3a8a;
  z-index: 1000;
  padding: 35px;
  border-radius: 5px;
  position: absolute;
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.2);
}

#paywall-wrapper input {
  display: block;
  margin: auto;
  padding: 20px;
  color: #474747;
}

#paywall-wrapper * {
  text-align: center;
}

#paywall-wrapper .odc-acode {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  height: unset !important;
  margin-top: 20px;
}

.event-tabs {
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.event-tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.event-tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.event-tab .event-tab:hover {
  background: #1f2a63;
}
.event-tab:after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.event-tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #2b3a8a;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: unset;
  /* Icon */
}

.event-tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2b3a8a;
  background: white;
  transition: all 0.35s;
}

.event-tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2b3a8a;
  cursor: pointer;
}
.event-tab-close .event-tab:hover {
  background: #1f2a63;
}

.event-tab input:checked + .event-tab-label {
  background: #1f2a63;
}
.event-tab input:checked + .event-tab-label .event-tab::after {
  transform: rotate(90deg);
}
.event-tab input:checked ~ .event-tab-content {
  max-height: 100vh;
  padding: 1em;
}

@media only screen and (min-width: 992px) {
  .main-nav .not-mm.multi-level .div-parent-sub {
    width: 51vw !important;
  }
}
@media only screen and (min-width: 1400px) {
  .main-nav .not-mm.multi-level .div-parent-sub {
    width: 45vw !important;
  }
  .multi-level .div-sub-child {
    height: inherit;
    max-height: 463px !important;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .multi-level .has-child:hover .div-sub-child {
    display: block !important;
  }
  .multi-level .div-parent-sub {
    height: auto !important;
  }
  .multi-level .sm-chunk-title {
    width: 100%;
  }
  .multi-level .has-child .div-sub-child {
    display: block;
    width: 100%;
    position: unset;
    top: -10px;
    right: 0px;
    left: 95%;
    width: auto;
    border: none;
    background-color: #fff !important;
  }
  .sm-chunk .event-day {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .multi-level .sm-chunk-title {
    width: 100%;
  }
  .multi-level .has-child .div-sub-child {
    width: 30%;
    position: absolute;
    top: -10px;
    right: 0px;
    left: 95%;
  }
  .div-sub-child {
    min-width: 45vw;
    width: 43vw;
    top: -10px;
    right: 0;
    height: 413px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    background-color: rgba(242, 242, 242, 0.98);
  }
  .showcaret {
    display: none;
  }
  .sm-chunk .event-day {
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .showcaret {
    display: none;
  }
  .sm-chunk .event-day {
    height: auto;
  }
  .footer-cta {
    align-self: center;
  }
  .header-links {
    margin-top: 20px;
  }
  .footerNav {
    margin: unset;
  }
  .footer-cta a {
    float: left;
    margin-right: 10px;
    margin-left: unset;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

label {
  font-weight: 700;
}

input[type=checkbox],
input[type=radio] {
  margin: 5px 7px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}

.form-group label + label.error {
  margin-top: -5px;
}
.form-group label.error {
  color: #f00;
  display: block;
  font-weight: 400;
  font-style: italic;
  margin-top: 3px;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  border: solid 1px #b7b7b7;
}
.form-control:focus {
  border: solid 1px #b7b7b7;
  box-shadow: none;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2b3a8a;
}
.tooltip.bottom .tooltip-inner {
  background-color: #2b3a8a;
}

.table-custom-responsive .tb-rspv-info {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .table-custom-responsive {
    border: solid 1px #e8e8e8;
    margin: 25px;
    padding: 15px 0 0 0;
    overflow-x: auto;
  }
  .table-custom-responsive .tb-rspv-info {
    display: block;
    font-style: italic;
    font-size: 0.875em;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 15px;
    text-align: right;
  }
}

.regist-modal {
  z-index: 9999;
  text-align: center;
}
.regist-modal .modal-header {
  border: none;
}
.regist-modal .modal-dialog {
  margin-top: 15%;
}
.regist-modal .btn-ot-reverse, .regist-modal .btn-ot {
  margin: auto;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  .regist-modal .modal-dialog {
    width: 500px;
  }
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
}
.owl-carousel .owl-item img {
  transform-style: flat;
}

#tab-twitter,
#tab-facebook,
#tab-youtube {
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 200px;
}
#tab-twitter.tab-loaded,
#tab-facebook.tab-loaded,
#tab-youtube.tab-loaded {
  background: none;
}

.mc-wrapper {
  max-width: 700px;
  margin: 0 auto 50px auto;
}
.mc-wrapper .is-video {
  width: 100%;
}
.mc-wrapper .is-video:hover {
  cursor: pointer;
}
.mc-wrapper .is-video:hover .mc-btn-play {
  background-position: 0 -50px;
  cursor: pointer;
  opacity: 1;
}
.mc-wrapper .is-video video {
  width: 100% !important;
}
.mc-wrapper .is-video .vjs-big-play-button {
  display: none;
}
.mc-wrapper .is-video .vjs-playing {
  cursor: default;
}
.mc-wrapper .is-video .vjs-playing .mc-btn-play {
  display: none;
}
.mc-wrapper .is-video .mc-btn-play {
  transition: opacity 0.35s linear;
  -webkit-user-select: none;
  user-select: none;
  background-position: 0 0;
  background-image: url(../images/sprites-video-player.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -25px;
  height: 50px;
  opacity: 0.85;
  width: 70px;
  z-index: 1;
  text-indent: -9999px;
}
.mc-wrapper .carousel-multi {
  min-height: 100px;
  position: relative;
}
.mc-wrapper .carousel-multi .s-next-arrow,
.mc-wrapper .carousel-multi .s-prev-arrow {
  -webkit-user-select: none;
  user-select: none;
  color: #e64134;
  cursor: pointer;
  font-size: 3em;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 3;
}
.mc-wrapper .carousel-multi .s-next-arrow.slick-disabled,
.mc-wrapper .carousel-multi .s-prev-arrow.slick-disabled {
  color: #ffc197;
  cursor: default;
}
.mc-wrapper .carousel-multi .s-next-arrow .fa,
.mc-wrapper .carousel-multi .s-prev-arrow .fa {
  display: block;
  position: relative;
  top: -1px;
}
.mc-wrapper .carousel-multi .s-next-arrow {
  right: -50px;
}
.mc-wrapper .carousel-multi .s-prev-arrow {
  left: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mc-wrapper {
    max-width: 600px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mc-wrapper {
    margin: 0 auto 25px auto;
  }
  .mc-wrapper .mc-video {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mc-wrapper .carousel-multi .s-next-arrow {
    right: 0;
  }
  .mc-wrapper .carousel-multi .s-prev-arrow {
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .js-fx-tab .tab-mobile-title {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .js-fx-tab .tab-mobile-title {
    -webkit-user-select: none;
    user-select: none;
    border-radius: 3px;
    display: block;
    background-color: #2b3a8a;
    color: #fff;
    cursor: pointer;
    font-size: 1.125em;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 15px 65px 15px 15px;
    position: relative;
    text-decoration: none;
  }
  .js-fx-tab .tab-mobile-title.active {
    margin-bottom: 0;
  }
  .js-fx-tab .tab-mobile-title.active .fa:before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
  }
  .js-fx-tab .tab-mobile-title .fa {
    font-size: 30px;
    position: absolute;
    height: 100%;
    line-height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 50px;
  }
  .js-fx-tab .tab-mobile-title .fa:before {
    display: block;
    position: relative;
    top: 12px;
  }
  .js-fx-tab .tab-nav {
    display: none;
  }
  .js-fx-tab .tab-pane {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
  }
  .js-fx-tab .tab-pane .siew-paging {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.js-panel-group .panel {
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
}
.js-panel-group .panel .panel-heading {
  border: none;
  background-color: #efefef;
  font-size: 1.5em;
  padding: 0;
}
.js-panel-group .panel .panel-heading .panel-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.js-panel-group .panel .panel-heading .panel-title a {
  color: inherit;
  display: block;
  padding: 15px 65px 15px 25px;
  outline: none;
  position: relative;
  text-decoration: none;
}
.js-panel-group .panel .panel-heading .panel-title a:hover {
  color: inherit;
}
.js-panel-group .panel .panel-heading .panel-title a.collapsed .fa:before {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Opera, Chrome, and Safari */
}
.js-panel-group .panel .panel-heading .panel-title a .fa {
  font-size: 24px;
  position: absolute;
  height: 100%;
  line-height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 50px;
}
.js-panel-group .panel .panel-heading .panel-title a .fa:before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
  display: block;
  position: relative;
  top: 13px;
}
.js-panel-group .panel .panel-collapse .panel-body {
  border: none;
  padding: 15px 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .js-panel-group .panel .panel-heading .panel-title {
    font-size: 16px;
  }
  .js-panel-group .panel .panel-heading .panel-title a {
    padding: 15px 55px 15px 15px;
  }
  .js-panel-group .panel .panel-collapse .panel-body {
    padding: 10px 15px;
  }
}

.wrapper-btn-expand {
  margin: 25px 0 15px 0;
  min-height: 40px;
  padding: 10px 175px 0 25px;
  position: relative;
}
.wrapper-btn-expand h4 {
  margin: 0;
  padding: 0;
}
.wrapper-btn-expand .wbe__btn {
  height: 40px;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wrapper-btn-expand {
    margin: 25px 0 15px 0;
    min-height: 40px;
    padding: 0 145px 0 15px;
  }
  .wrapper-btn-expand .wbe__btn {
    height: 40px;
    line-height: 38px;
    width: 130px;
  }
}

.siew-select {
  font-size: 16px;
  margin-bottom: 35px;
  text-align: center;
}
.siew-select .js-custom-select {
  margin-bottom: 7px;
  margin-top: 7px;
}

.modal-backdrop {
  z-index: 4999;
}

.ema-modal {
  z-index: 5000;
}
.ema-modal.modal .modal-dialog {
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
.ema-modal.modal .modal-dialog.is-loading .modal-content {
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.ema-modal.modal .modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.ema-modal.modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  position: relative;
  height: 0;
  border: none;
}
.ema-modal.modal .modal-dialog .modal-content .modal-header .close {
  border-radius: 100%;
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: #fff;
  border: solid 3px #e64134;
  color: #e64134;
  font-size: 2em;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  z-index: 1;
}
.ema-modal.modal .modal-dialog .modal-content .modal-header .close span {
  position: relative;
  top: -1px;
}
.ema-modal.modal .modal-dialog .modal-content .modal-body {
  padding: 25px;
}
.ema-modal.modal-large .modal-dialog .modal-content .modal-body .mm-content {
  height: auto;
}
@media (min-width: 0) {
  .ema-modal.modal-large .modal-dialog {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (min-width: 730px) {
  .ema-modal.modal-large .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    width: 700px;
  }
}
@media (min-width: 768px) {
  .ema-modal.modal-large .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .ema-modal.modal-large .modal-dialog {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .ema-modal.modal-large .modal-dialog {
    width: 1000px;
  }
}
.ema-modal.modal-medium .modal-dialog .modal-content .modal-body .mm-content {
  height: auto;
}
@media (min-width: 0) {
  .ema-modal.modal-medium .modal-dialog {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (min-width: 530px) {
  .ema-modal.modal-medium .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    width: 500px;
  }
}
@media (min-width: 768px) {
  .ema-modal.modal-medium .modal-dialog {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .ema-modal.modal-medium .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  .ema-modal.modal-medium .modal-dialog {
    width: 800px;
  }
}
.ema-modal.modal-small .modal-dialog .modal-content .modal-body .mm-content {
  height: auto;
}
@media (min-width: 0) {
  .ema-modal.modal-small .modal-dialog {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (min-width: 430px) {
  .ema-modal.modal-small .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    width: 400px;
  }
}
@media (min-width: 768px) {
  .ema-modal.modal-small .modal-dialog {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .ema-modal.modal-small .modal-dialog {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .ema-modal.modal-small .modal-dialog {
    width: 600px;
  }
}
.ema-modal .mm-content {
  overflow-y: auto;
}
.ema-modal .mm-content h1 {
  margin-bottom: 25px;
  padding: 0;
  text-transform: uppercase;
}
.ema-modal .mm-content .s-content {
  padding: 25px 0 0 0;
}
.ema-modal .mm-content .container {
  width: 100%;
}
.ema-modal .mm-content .s__title {
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ema-modal .modal-dialog .modal-content .modal-body {
    padding: 25px 15px !important;
  }
}

.mCustomScrollbar .mCSB_scrollTools.mCS_no_scrollbar .mCSB_inside .mCSB_container {
  overflow-x: visible;
  margin-right: 0;
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerContainer {
  right: 0;
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_inside .mCSB_container {
  margin-right: 20px;
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #36b6f8;
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  border: solid 1px #e4e4e4;
  width: 6px;
}

.ema-modal.modal-calendar .modal-dialog .modal-content .modal-body .mm-content {
  height: auto;
}
@media (min-width: 0) {
  .ema-modal.modal-calendar .modal-dialog {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (min-width: 430px) {
  .ema-modal.modal-calendar .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .ema-modal.modal-calendar .modal-dialog {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .ema-modal.modal-calendar .modal-dialog {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .ema-modal.modal-calendar .modal-dialog {
    width: 400px;
  }
}
.ema-modal.modal-calendar .s-calendar {
  padding: 0;
}
.ema-modal.modal-calendar .s-calendar h1 {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1;
  margin: 15px 0 25px 0;
  text-transform: none;
  text-align: center;
}
.ema-modal.modal-calendar .s-calendar h5 {
  font-size: 1.125em;
  line-height: 1;
  margin: 0 0 25px 0;
  text-align: center;
}
.ema-modal.modal-calendar .s-calendar ul, .ema-modal.modal-calendar .s-calendar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ema-modal.modal-calendar .s-calendar ul li, .ema-modal.modal-calendar .s-calendar ol li {
  border-top: solid 1px #e8e8e8;
  font-size: 1.125em;
  margin: 0;
  padding: 0;
}
.ema-modal.modal-calendar .s-calendar ul li:first-child, .ema-modal.modal-calendar .s-calendar ol li:first-child {
  border-top: none;
}
.ema-modal.modal-calendar .s-calendar ul li a, .ema-modal.modal-calendar .s-calendar ol li a {
  color: inherit;
  display: block;
  outline: none;
  text-decoration: none;
  padding: 15px;
}
.ema-modal.modal-calendar .s-calendar ul li a:hover, .ema-modal.modal-calendar .s-calendar ol li a:hover {
  background-color: #f7f7f7;
}
.ema-modal.modal-calendar .s-calendar ul li a img, .ema-modal.modal-calendar .s-calendar ol li a img {
  max-width: 60px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ema-modal.modal-calendar .s-calendar h1 {
    font-size: 1.5em;
    margin: 15px 0 15px 0;
  }
  .ema-modal.modal-calendar .s-calendar h5 {
    font-size: 1em;
    margin: 0 0 15px 0;
  }
  .ema-modal.modal-calendar .s-calendar ul, .ema-modal.modal-calendar .s-calendar ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ema-modal.modal-calendar .s-calendar ul li, .ema-modal.modal-calendar .s-calendar ol li {
    font-size: 1em;
  }
  .ema-modal.modal-calendar .s-calendar ul li a img, .ema-modal.modal-calendar .s-calendar ol li a img {
    max-width: 40px;
  }
}
@media (max-width: 1199px) {
  .ema-modal.modal-calendar .s-calendar h1 {
    font-size: 2em;
    margin: 15px 0 20px 0;
  }
  .ema-modal.modal-calendar .s-calendar h5 {
    font-size: 1.125em;
    margin: 0 0 20px 0;
  }
  .ema-modal.modal-calendar .s-calendar ul, .ema-modal.modal-calendar .s-calendar ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ema-modal.modal-calendar .s-calendar ul li, .ema-modal.modal-calendar .s-calendar ol li {
    font-size: 1.125em;
  }
  .ema-modal.modal-calendar .s-calendar ul li a img, .ema-modal.modal-calendar .s-calendar ol li a img {
    max-width: 50px;
  }
}

.ema-modal.social-modal .modal-dialog .modal-content .modal-body .mm-content {
  height: auto;
}
@media (min-width: 0) {
  .ema-modal.social-modal .modal-dialog {
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
  }
}
@media (min-width: 450px) {
  .ema-modal.social-modal .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    width: 400px;
  }
}
@media (min-width: 768px) {
  .ema-modal.social-modal .modal-dialog {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .ema-modal.social-modal .modal-dialog {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .ema-modal.social-modal .modal-dialog {
    width: 400px;
  }
}
.ema-modal.social-modal h3 {
  font-size: 1.5em;
  text-align: center;
  margin: 15px 0 25px 0;
}
.ema-modal.social-modal ul {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
}
.ema-modal.social-modal ul li {
  display: inline-block;
  margin: 0 15px;
  min-width: 75px;
  padding-left: 0;
}
.ema-modal.social-modal ul li.is__facebook i {
  background-color: #4e71a8;
}
.ema-modal.social-modal ul li.is__twitter i {
  background-color: #1cb7eb;
}
.ema-modal.social-modal ul li.is__linkedin i {
  background-color: #1686b0;
}
.ema-modal.social-modal ul li a {
  display: block;
  text-decoration: none;
  outline: none;
}
.ema-modal.social-modal ul li a:hover span {
  font-weight: 700;
}
.ema-modal.social-modal ul li i {
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 2em;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: auto;
  width: 50px;
}
.ema-modal.social-modal ul li span {
  color: #000000;
  display: block;
  font-size: 1em;
  margin-top: 3px;
}
@media (max-width: 449px) {
  .ema-modal.social-modal ul li {
    margin: 0 7px;
    min-width: 0;
  }
  .ema-modal.social-modal ul li i {
    font-size: 2.25em;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .ema-modal.social-modal ul li span {
    display: none;
  }
}

.slick-slider .s-prev-arrow,
.slick-slider .s-next-arrow {
  -webkit-user-select: none;
  user-select: none;
  color: #e64134;
  cursor: pointer;
  font-size: 3em;
  position: absolute;
  height: 48px;
  line-height: 48px;
  top: 50%;
  margin-top: -24px;
  text-align: center;
  width: 20px;
  z-index: 9;
}
.slick-slider .s-prev-arrow.slick-disabled,
.slick-slider .s-next-arrow.slick-disabled {
  color: #ffc197;
  cursor: default;
}
.slick-slider .s-prev-arrow {
  left: -20px;
}
.slick-slider .s-next-arrow {
  right: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-slider .s-prev-arrow {
    left: -10px;
  }
  .slick-slider .s-next-arrow {
    right: -10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slick-slider .s-prev-arrow {
    left: 5px;
  }
  .slick-slider .s-next-arrow {
    right: 5px;
  }
}
@media (max-width: 480px) {
  .slick-slider .s-prev-arrow {
    left: -10px;
  }
  .slick-slider .s-next-arrow {
    right: -10px;
  }
}

.p-date .s-prev-arrow {
  font-size: 2em;
  left: -10px;
  top: 10%;
  color: #2b3a8a;
}
.p-date .s-next-arrow {
  font-size: 2em;
  right: -10px;
  top: 10%;
  color: #2b3a8a;
}
.p-date h3 {
  font-size: 1.25em;
  margin: 0 20px;
  text-align: center;
  color: #fff;
  background-color: #2b3a8a;
  font-weight: bold;
  line-height: 40px;
}

.event-slider {
  margin: 5px 20px;
}
.event-slider .s-prev-arrow {
  font-size: 2em;
  left: -25px;
  top: 10%;
  color: #2b3a8a;
}
.event-slider .s-next-arrow {
  font-size: 2em;
  right: -25px;
  top: 10%;
  color: #2b3a8a;
}
.event-slider a {
  color: #2b3a8a;
  text-align: center;
}
.event-slider p {
  color: #2b3a8a;
  text-align: center;
  font-size: 1em;
  line-height: 1.25em;
  margin: unset;
}
.event-slider hr {
  background: #2b3a8a;
}
.event-slider .event-slide {
  border: solid 1px #2b3a8a;
  text-align: center;
  padding: 10px 20px;
}
.event-slider .on-page {
  background-color: #2b3a8a;
  color: #fff;
}
.event-slider .on-page a, .event-slider .on-page p {
  color: #fff;
}
.event-slider .on-page hr {
  background-color: #fff;
}
.event-slider .slick-track {
  display: flex !important;
  margin: auto;
}
.event-slider .slick-slide {
  height: inherit !important;
  position: static;
  overflow: hidden;
  display: table;
}
.event-slider .slick-slide .pgevent {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .event-slider .event-slide {
    font-size: 14px;
    padding: 5px;
  }
}

.js-close-share-this {
  border-radius: 100%;
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: #fff;
  border: solid 3px #e64134;
  color: #e64134;
  font-size: 2em;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  outline: none;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  z-index: 1000021;
}
.js-close-share-this span {
  position: relative;
  top: -4px;
}

.js-fx-paging {
  min-height: 100px;
}
.js-fx-paging.is-loading {
  background-image: url(../images/preloader.gif);
  background-position: center top;
  background-repeat: no-repeat;
}
.js-fx-paging.is-loading .js-fxp-content-wrapper,
.js-fx-paging.is-loading .js-page-empty,
.js-fx-paging.is-loading .js-fxp-paging-wrapper {
  display: none !important;
}
.js-fx-paging .js-page-empty {
  display: none;
}
.js-fx-paging .js-page-empty.is-shown {
  display: block;
}
.js-fx-paging .is-shown {
  display: block;
}
.js-fx-paging .is-hidden {
  display: none;
}
.js-fx-paging .js-fxp-paging-number {
  -webkit-user-select: none;
  user-select: none;
  display: none;
}
.js-fx-paging .js-fxp-paging-number.page-active {
  display: inline-block;
}
.js-fx-paging .js-fxp-content-page {
  min-height: 50px;
}
.js-fx-paging .js-fxp-content-page.is-loading {
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.js-fx-paging .js-fxp-content-page.is-loading .js-fxp-content-page-inner {
  display: none !important;
}

.js-static-root {
  margin-bottom: 25px;
  min-height: 100px;
}
.js-static-root.is-loading {
  background-image: url(../images/preloader.gif);
  background-position: center top;
  background-repeat: no-repeat;
}
.js-static-root.is-loading .js-loading-is-hidden,
.js-static-root.is-loading .js-static-error,
.js-static-root.is-loading .js-static-wrapper {
  display: none !important;
}
.js-static-root .js-static-visible {
  display: block !important;
  visibility: visible !important;
}
.js-static-root .js-static-error {
  display: none;
}

.modal-back-button {
  margin: 0 15px 15px 15px;
}
.js-popup-data-couldnt-be-loaded {
  margin: 15px 0;
}

.content-youtube-embed {
  margin: 0 auto;
  max-width: 640px;
}

#fb-root {
  height: 0;
}

.s-about-us {
  border-bottom: solid 3px #e9e9e9;
}

.col-contact {
  margin-bottom: 25px;
  margin-top: 15px;
}
.col-contact.cc--no-margin {
  margin-bottom: 0;
}
.col-contact h3 {
  margin: 0 0 10px 0;
}
.col-contact p {
  margin: 0 0 5px 0;
}
.col-contact table tr td {
  vertical-align: top;
}

.col-contact-title-full {
  margin-top: 15px;
}
.col-contact-title-full h3 {
  margin: 0;
}

.edm-ss {
  background-image: url("../images/banner/background-edm-subscription.jpg");
  background-size: cover;
  background-position: bottom center;
  color: #fff;
  padding: 50px 0;
}
.edm-ss h2 {
  font-weight: 700;
  margin: 0;
  padding: 0 0 25px 0;
}

.articles-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -15px 0 -15px;
  overflow: hidden;
}
.articles-listing:after {
  clear: both;
  content: "";
  display: table;
}
.articles-listing .article-item {
  display: block;
  float: left;
  margin: 7px 0;
  padding: 5px 15px;
  width: 25%;
}
.articles-listing .article-item a {
  color: inherit;
  display: block;
  outline: none;
  text-decoration: none;
}
.articles-listing .article-item .ai__image {
  background-color: #f7f7f7;
  display: block;
  position: relative;
}
.articles-listing .article-item .ai__image:active, .articles-listing .article-item .ai__image:focus {
  outline: none !important;
}
.articles-listing .article-item .ai__image.is-loading {
  background-image: url("../images/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.articles-listing .article-item .ai__image img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
}
.articles-listing .article-item .ai__date {
  color: #595959;
  font-size: 0.875em;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1;
}
.articles-listing .article-item .ai__title {
  color: #424242;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.375;
  min-height: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .articles-listing .article-item .ai__title {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .articles-listing {
    margin: 0 -7px;
  }
  .articles-listing .article-item {
    padding: 5px 7px;
  }
  .articles-listing .article-item .ai__title {
    font-size: 1em;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .articles-listing {
    margin: 0;
  }
  .articles-listing .article-item {
    margin: 0 0 25px 0;
    padding: 0;
    float: none;
    width: auto;
  }
  .articles-listing .article-item a {
    border: solid 1px #e8e8e8;
    min-height: 100px;
    padding: 10px 10px 10px 110px;
    position: relative;
  }
  .articles-listing .article-item .ai__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100px;
  }
  .articles-listing .article-item .ai__image img {
    height: 100%;
    max-height: none;
    max-width: none;
    left: 0;
    width: auto;
  }
  .articles-listing .article-item .ai__date {
    margin: 0 0 5px 0;
  }
  .articles-listing .article-item .ai__title {
    font-size: 1em;
    line-height: 1.25;
    min-height: 0;
  }
}

.js-articles-tab .js-fx-paging.is-loading,
.js-module-editorial .js-fx-paging.is-loading,
.js-module-siew-view .js-fx-paging.is-loading {
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.js-articles-tab .js-fx-paging .tab-pane,
.js-module-editorial .js-fx-paging .tab-pane,
.js-module-siew-view .js-fx-paging .tab-pane {
  padding-top: 0;
}
.js-articles-tab .js-fx-paging .articles-listing,
.js-module-editorial .js-fx-paging .articles-listing,
.js-module-siew-view .js-fx-paging .articles-listing {
  margin-top: 0;
}

.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slides .slide-item {
  border-bottom: solid 1px #d0d0d0;
  margin: 0;
  padding: 0;
}
.slides .slide-item:first-child {
  border-top: solid 1px #d0d0d0;
}
.slides .slide-item .si-wrap {
  color: #000;
  display: table;
  padding: 25px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.slides .slide-item .si-wrap:hover {
  background-color: #f7f7f7;
}
.slides .slide-item .si-left {
  display: table-cell;
  padding-right: 25px;
  vertical-align: middle;
}
.slides .slide-item .si-right {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
}
.slides .slide-item .si-right a {
  filter: alpha(opacity=85);
  opacity: 0.85;
  transition: opacity 0.15s linear;
  margin: 0 3px;
  overflow: hidden;
}
.slides .slide-item .si-right a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slides .slide-item .si-title {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 7px;
}
.slides .slide-item .si-title a {
  color: inherit;
  text-decoration: none;
}
.slides .slide-item .si-desc {
  display: block;
}
.slides .slide-item .si-by {
  display: block;
}
.slides .slide-item .btn-ot, .slides .slide-item .btn-ot-reverse {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 25px;
  width: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slides .slide-item .si-title {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slides .slide-item .si-wrap {
    padding: 15px;
  }
  .slides .slide-item .si-title {
    font-size: 1.125em;
  }
  .slides .slide-item .btn-ot, .slides .slide-item .btn-ot-reverse {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 15px 0 0 0;
    right: auto;
  }
  .slides .slide-item .si-left,
.slides .slide-item .si-right {
    display: block;
  }
  .slides .slide-item .si-link {
    padding-bottom: 15px;
    padding-top: 7px;
  }
  .slides .slide-item .si-link .tooltip {
    display: none !important;
  }
  .slides .slide-item .si-link a {
    color: inherit;
    display: block;
    margin: 5px 3px;
    outline: none;
    height: auto;
    min-height: 30px;
    padding-left: 40px;
    position: relative;
    text-indent: 0;
    text-decoration: none;
    width: auto;
  }
  .slides .slide-item .si-link a:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
  }
}

.sft {
  position: relative;
}
.sft .slides-filter-text {
  position: absolute;
  right: 0;
  top: 15px;
}
.sft .slides-filter-text a {
  outline: none;
  text-decoration: none;
}
.sft .slides-filter-text a.active {
  font-weight: 700;
}
.sft .slides-filter-text .separator {
  color: #999;
  margin: 0 7px;
}
@media (max-width: 640px) {
  .sft .slides-filter-text {
    position: relative;
    margin-top: 7px;
    right: auto;
    top: auto;
    margin-bottom: 25px;
  }
}

.qs-interviews {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.qs-interviews .qs-item {
  border-bottom: solid 1px #d0d0d0;
  margin: 0;
  min-height: 308px;
  padding: 0;
  position: relative;
}
.qs-interviews .qs-item:hover {
  background-color: #f7f7f7;
}
.qs-interviews .qs-item:first-child {
  border-top: solid 1px #d0d0d0;
}
.qs-interviews .qs-item .qs-item-wrap {
  padding: 25px;
}
.qs-interviews .qs-item .qs-item-image {
  background-color: #f7f7f7;
  display: block;
  position: absolute;
  width: 258px;
}
.qs-interviews .qs-item .qs-item-image:active, .qs-interviews .qs-item .qs-item-image:focus {
  outline: none !important;
}
.qs-interviews .qs-item .qs-item-image.is-loading {
  background-image: url("../images/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.qs-interviews .qs-item .qs-item-image img {
  border: solid 1px #e8e8e8;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
}
.qs-interviews .qs-item .qs-item-info {
  padding-left: 283px;
}
.qs-interviews .qs-date,
.qs-interviews .qs-title,
.qs-interviews .qs-by,
.qs-interviews .qs-desc {
  display: block;
}
.qs-interviews .qs-date {
  font-size: 0.875em;
  line-height: 1;
  margin-bottom: 4px;
}
.qs-interviews .qs-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 4px;
}
.qs-interviews .qs-title a {
  color: inherit;
  text-decoration: none;
}
.qs-interviews .qs-by {
  margin-bottom: 15px;
}
.qs-interviews .qs-desc {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .qs-interviews .qs-title {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .qs-interviews .qs-item {
    min-height: 130px;
  }
  .qs-interviews .qs-item .qs-item-wrap {
    padding: 15px;
  }
  .qs-interviews .qs-item .qs-item-image {
    width: 100px;
  }
  .qs-interviews .qs-item .qs-item-image a {
    border: none;
    outline: none;
    text-decoration: none;
  }
  .qs-interviews .qs-item .qs-item-image img {
    /*height: $image_size;
    position: absolute;
    left: $item_gutter;
    width: $image_size;*/
  }
  .qs-interviews .qs-item .qs-item-info {
    padding-left: 115px;
  }
  .qs-interviews .qs-title {
    font-size: 1em;
  }
  .qs-interviews .qs-by {
    font-size: 0.875em;
  }
  .qs-interviews .qs-desc {
    display: none;
  }
}

.qs-info-box {
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.qs-info-box .qib-img {
  margin-bottom: 25px;
  padding: 25px 0 0 0;
}
.qs-info-box .qib-img img {
  border: solid 1px #e8e8e8;
  display: block;
  height: auto;
  margin: auto;
  width: 258px;
}
.qs-info-box .qib-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 3px;
}
.qs-info-box .qib-job {
  margin-bottom: 15px;
}
.qs-info-box .qib-by-n-date {
  font-size: 0.875em;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .qs-info-box {
    padding-bottom: 15px;
  }
  .qs-info-box .qib-img {
    margin-bottom: 15px;
  }
  .qs-info-box .qib-job {
    margin-bottom: 10px;
  }
}

.press-releases {
  margin: 0;
  padding: 0;
  list-style: none;
}
.press-releases .pr-item {
  border-bottom: solid 1px #d0d0d0;
  margin: 0;
  padding: 0;
}
.press-releases .pr-item:first-child {
  border-top: solid 1px #d0d0d0;
}
.press-releases .pr-item div {
  color: #000;
  display: block;
  padding: 25px;
  position: relative;
  text-decoration: none;
}
.press-releases .pr-item div:hover {
  background-color: #f7f7f7;
}
.press-releases .pr-item .pr-date {
  display: block;
  font-size: 0.875em;
}
.press-releases .pr-item .pr-title {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 7px;
  margin-top: 3px;
}
.press-releases .pr-item .pr-title a {
  color: inherit;
  text-decoration: none;
}
.press-releases .pr-item .pr-desc {
  display: block;
}
.press-releases .pr-item .btn-ot, .press-releases .pr-item .btn-ot-reverse {
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .press-releases .pr-item .pr-title {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .press-releases .pr-item div {
    padding: 15px;
  }
  .press-releases .pr-item .pr-title {
    font-size: 1.125em;
  }
  .press-releases .pr-item .btn-ot, .press-releases .pr-item .btn-ot-reverse {
    margin: 15px 0 0 0;
  }
}

.tab-archive .ta__nav-wrapper {
  background-color: #efefef;
}
.tab-archive .ta__nav-wrapper .tab-nav {
  margin: 0 auto;
  width: 600px;
  display: block;
}
.tab-archive .ta__nav-wrapper .tab-nav li {
  width: 1%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tab-archive .ta__nav-wrapper .tab-nav {
    display: none;
  }
}

.a-past-speakers {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: auto;
  width: 920px;
}
.a-past-speakers:after {
  clear: both;
  content: "";
  display: table;
}
.a-past-speakers a {
  border: solid 1px;
  border-color: transparent;
  color: inherit;
  display: block;
  outline: none;
  text-decoration: none;
}
.a-past-speakers a:hover {
  transition: all linear 0.15s;
  border-color: #2b3a8a;
}
.a-past-speakers a:hover .ps__name {
  background-color: #2b3a8a;
  color: #fff;
}
.a-past-speakers .ps__item {
  display: block;
  float: left;
  margin: 15px;
  padding: 0;
  width: 200px;
}
.a-past-speakers .ps__img {
  padding: 15px;
}
.a-past-speakers .ps__img-wrapper img {
  border: solid 1px #e8e8e8;
  display: block;
  margin: 0 auto;
  height: 166px;
  width: 166px;
  max-width: none;
}
.a-past-speakers .ps__name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.125em;
  min-height: 30px;
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .a-past-speakers {
    width: 696px;
  }
  .a-past-speakers .ps__item {
    margin: 7px;
    width: 160px;
  }
  .a-past-speakers .ps__img {
    padding: 7px;
  }
  .a-past-speakers .ps__img-wrapper img {
    height: 142px;
    width: 142px;
  }
  .a-past-speakers .ps__name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875em;
    min-height: 30px;
    padding: 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .a-past-speakers {
    width: 440px;
  }
  .a-past-speakers .ps__item {
    margin: 10px;
    width: 200px;
  }
  .a-past-speakers .ps__img {
    padding: 10px;
  }
  .a-past-speakers .ps__img-wrapper img {
    height: 176px;
    width: 176px;
  }
  .a-past-speakers .ps__name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875em;
    min-height: 30px;
    padding: 10px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .a-past-speakers {
    width: 260px;
  }
  .a-past-speakers .ps__item {
    margin: 10px;
    width: 110px;
  }
  .a-past-speakers .ps__img {
    padding: 10px;
  }
  .a-past-speakers .ps__img-wrapper img {
    height: 86px;
    width: 86px;
  }
  .a-past-speakers .ps__name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875em;
    min-height: 30px;
    padding: 10px;
    text-align: center;
  }
}

.a-download {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
}
.a-download .d__item {
  display: table-row;
  padding: 0;
  margin: 0;
}
.a-download .d__item .di__img,
.a-download .d__item .di__title,
.a-download .d__item .di__link {
  border-bottom: solid 1px #efefef;
  cursor: default;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 10px;
}
.a-download .d__item .di__img {
  width: 175px;
  text-align: center;
}
.a-download .d__item .di__img .di__img-wrapper {
  background-color: #f7f7f7;
  display: block;
  position: relative;
}
.a-download .d__item .di__img .di__img-wrapper.is-loading {
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.a-download .d__item .di__img .di__img-wrapper.is-loading img {
  display: none;
}
.a-download .d__item .di__img .di__img-wrapper img {
  border: solid 1px #e8e8e8;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
}
.a-download .d__item .di__link {
  width: 250px;
}
.a-download .d__item .di__link a {
  filter: alpha(opacity=85);
  opacity: 0.85;
  transition: opacity 0.15s linear;
  margin: 0 3px;
  overflow: hidden;
}
.a-download .d__item .di__link a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .a-download .d__item:hover {
    background-color: #f7f7f7;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .a-download {
    display: block;
  }
  .a-download .d__item {
    border-bottom: solid 1px #efefef;
    display: block;
    min-height: 110px;
    position: relative;
  }
  .a-download .d__item .di__img {
    border-bottom: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0;
    width: 100px;
    text-align: center;
  }
  .a-download .d__item .di__img .di__img-wrapper {
    min-height: 0;
    min-width: 0;
  }
  .a-download .d__item .di__title,
.a-download .d__item .di__link {
    border-bottom: none;
    display: block;
    vertical-align: inherit;
    padding: 15px 10px 8px 115px;
    width: auto;
  }
  .a-download .d__item .di__link {
    padding-bottom: 15px;
    padding-top: 7px;
  }
  .a-download .d__item .di__link .tooltip {
    display: none !important;
  }
  .a-download .d__item .di__link a {
    color: inherit;
    display: block;
    margin: 5px 3px;
    outline: none;
    height: auto;
    min-height: 30px;
    padding-left: 40px;
    position: relative;
    text-indent: 0;
    text-decoration: none;
    width: auto;
  }
  .a-download .d__item .di__link a:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
  }
}

.js-archive-paging {
  margin-bottom: 75px;
}
.js-archive-paging.is-loading,
.js-archive-paging .js-fx-paging.is-loading {
  margin: 50px 0 25px 0;
}
.js-archive-paging.is-loading .speakers-alphabet--listing,
.js-archive-paging .js-fx-paging.is-loading .speakers-alphabet--listing {
  display: none;
}
.js-archive-paging .tab-content .tab-pane {
  padding-top: 0;
}
.js-archive-paging .js-fxp-paging-list.is-hidden {
  display: block;
  visibility: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .js-archive-paging {
    margin-bottom: 0;
  }
  .js-archive-paging .js-fxp-paging-list.is-hidden {
    display: none;
    visibility: hidden;
  }
  .js-archive-paging .js-fxp-content-page {
    margin-left: 0;
    margin-right: 0;
  }
}

.sponsor-carousel,
.sponsor-item {
  margin-bottom: 50px;
}
.sponsor-carousel h3,
.sponsor-item h3 {
  font-weight: 700;
  margin: 15px 0 25px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sponsor-carousel,
.sponsor-item {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sponsor-carousel,
.sponsor-item {
    margin-bottom: 25px;
    padding-top: 15px;
  }
  .sponsor-carousel h3,
.sponsor-item h3 {
    margin: 10px 0 15px 0;
  }
}

.sponsor-item {
  text-align: center;
}
.sponsor-item.si--inline a {
  display: inline-block;
}
.sponsor-item.si--inline img {
  display: inline-block;
  margin: 25px;
  vertical-align: middle;
}
.sponsor-item a {
  display: inline-block;
  margin: 0 auto 25px auto;
  outline: none;
  text-decoration: none;
}
.sponsor-item img {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .sponsor-item a img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sponsor-item.si--inline img {
    margin: 15px 25px;
  }
  .sponsor-item a img {
    max-width: 230px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sponsor-item.si--inline a {
    display: block;
  }
  .sponsor-item.si--inline img {
    margin: 10px 15px;
  }
  .sponsor-item a img {
    max-width: 190px;
  }
}
@media (max-width: 360px) {
  .sponsor-item a img {
    max-width: 150px;
  }
}

.carousel-sponsor .jcs--is-static {
  text-align: center;
}
.carousel-sponsor .jcs--is-static .cs__item {
  display: inline-block;
  width: 49.8%;
}
.carousel-sponsor .jcs--is-static .cs__item ul li {
  display: inline-block;
  float: none;
  margin: 10px 0;
  padding: 0 5px;
  width: 32.5%;
}
.carousel-sponsor .cs__item {
  outline: none;
  vertical-align: top;
  width: 100%;
}
.carousel-sponsor .cs__item:after {
  clear: both;
  content: "";
  display: table;
}
.carousel-sponsor .cs__item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.carousel-sponsor .cs__item ul li {
  display: block;
  float: left;
  margin: 15px 0;
  padding: 0 10px;
  height: 70px;
  vertical-align: top;
  width: 33.333%;
}
.carousel-sponsor .cs__item ul li a {
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.carousel-sponsor .cs__item ul li a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-sponsor {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .carousel-sponsor .cs__item ul li {
    height: 70px;
    margin: 10px 0;
  }
}
@media (max-width: 360px) {
  .carousel-sponsor .cs__item ul li {
    height: 40px;
    margin: 7px 0;
  }
}

.albums {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -15px 0 -15px;
}
.albums:after {
  clear: both;
  content: "";
  display: table;
}
.albums .album-item {
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 7px;
  width: 25%;
}
.albums .album-item .album-link {
  color: inherit;
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}
.albums .album-item .album-link:active, .albums .album-item .album-link:focus {
  outline: none !important;
}
.albums .album-item .album-link:hover {
  color: #fff;
}
.albums .album-item .album-link:hover .album-title .album-title-wrap {
  transition: all 0.15s linear;
  background-color: #2b3a8a;
}
.albums .album-item .album-image {
  background-color: #f7f7f7;
  display: block;
  position: relative;
}
.albums .album-item .album-image:active, .albums .album-item .album-image:focus {
  outline: none !important;
}
.albums .album-item .album-image.is-loading {
  background-image: url("../images/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.albums .album-item .album-image img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
}
.albums .album-item .album-title {
  display: block;
}
.albums .album-item .album-title .album-title-wrap {
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .albums {
    margin: 0 -7px 0 -7px;
  }
  .albums .album-item {
    padding: 7px;
  }
  .albums .album-item .album-title .album-title-wrap {
    font-size: 1em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .albums {
    margin: 0 auto 0 auto;
    max-width: 500px;
  }
  .albums .album-item {
    width: 50%;
    padding: 7px;
  }
  .albums .album-item .album-title .album-title-wrap {
    font-size: 0.875em;
    padding: 10px;
  }
}

.albums-detail {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -15px 0 -15px;
}
.albums-detail .youtube-play-icon, .albums-detail.is-video-album .ald-link:before, .albums-detail.albums.is-video-album .album-image:before {
  background-image: url(../images/sprites-video-player.png);
  background-repeat: no-repeat;
  background-position: 0 -50px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -35px;
  width: 70px;
  height: 50px;
  z-index: 1;
}
.albums-detail.albums .ald-link {
  background: none !important;
}
.albums-detail.albums.is-video-album .ald-link:before {
  display: none !important;
}
.albums-detail.albums .album-title .album-title-wrap {
  font-size: 1em;
  font-weight: 400;
}
.albums-detail:after {
  clear: both;
  content: "";
  display: table;
}
.albums-detail.is-video-album .ald-link {
  min-height: 70px;
  position: relative;
}
.albums-detail .ald-item {
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 7px;
  width: 25%;
}
.albums-detail .ald-link {
  background-color: #f7f7f7;
  display: block;
  position: relative;
}
.albums-detail .ald-link:active, .albums-detail .ald-link:focus {
  outline: none !important;
}
.albums-detail .ald-link.is-loading {
  background-image: url("../images/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.albums-detail .ald-link img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .albums-detail {
    margin: 0 -7px 0 -7px;
  }
  .albums-detail .ald-item {
    padding: 7px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .albums-detail {
    margin: 0 auto 0 auto;
    max-width: 500px;
  }
  .albums-detail .ald-item {
    width: 50%;
    padding: 5px;
  }
}

@media (min-width: 0) {
  .ema-modal.albums-modal .modal-dialog {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (min-width: 730px) {
  .ema-modal.albums-modal .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    width: 700px;
  }
}
@media (min-width: 768px) {
  .ema-modal.albums-modal .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .ema-modal.albums-modal .modal-dialog {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .ema-modal.albums-modal .modal-dialog {
    width: 800px;
  }
}

.albums-modal .mc-wrapper {
  margin: 0;
  max-width: 100%;
}
.albums-modal .mc-wrapper .carousel-multi {
  height: 0;
  overflow: hidden;
}
.albums-modal .mc-wrapper .carousel-multi.slick-initialized {
  height: auto;
}
.albums-modal .mc-wrapper .carousel-multi .slick-list {
  transition: height 0.35s linear;
  min-height: 150px;
}
.albums-modal .mc-wrapper .is-image .image-wrapper {
  position: relative;
}
.albums-modal .mc-wrapper .is-image .image-wrapper.is-loading {
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 200px;
}
.albums-modal .mc-wrapper .is-image .image-wrapper.is-loading img {
  display: none;
}
.albums-modal .mc-wrapper .is-image .image-wrapper img {
  display: block;
  margin: auto;
  max-width: none;
  width: 100%;
}
.albums-modal .mc-wrapper .is-image .image-wrapper .image-description {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 7px 15px;
}
.albums-modal .mc-wrapper .video-wrapper {
  overflow: hidden;
  position: relative;
}
.albums-modal .mc-wrapper .video-wrapper.is-paused .video-description {
  display: block;
}
.albums-modal .mc-wrapper .video-wrapper.is-paused .vjs-control-bar {
  display: none !important;
}
.albums-modal .mc-wrapper .video-wrapper.is-played .video-description {
  display: none;
}
.albums-modal .mc-wrapper .video-wrapper .video-description {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 7px 15px;
}
.albums-modal .mc-wrapper .video-wrapper .video-description.is-youtube-description {
  background-color: #f3f3f3;
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
}
@media (max-width: 767px) {
  .albums-modal .mc-wrapper .video-wrapper .mc-video {
    padding: 0;
  }
  .albums-modal .mc-wrapper .video-wrapper.is-played .video-description {
    display: block;
  }
  .albums-modal .mc-wrapper .video-wrapper .video-description {
    background-color: #f3f3f3;
    font-size: 0.875em;
    line-height: 1.2;
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
  }
}
.albums-modal .mc-wrapper .s-next-arrow,
.albums-modal .mc-wrapper .s-prev-arrow {
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100%;
  transition: background-color linear 0.15s;
  background-color: #fff;
  color: #e64134;
  cursor: pointer;
  font-size: 3em;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -25px;
  width: 50px;
  z-index: 1;
}
.albums-modal .mc-wrapper .s-next-arrow:hover,
.albums-modal .mc-wrapper .s-prev-arrow:hover {
  background-color: #e64134;
  color: #fff;
}
.albums-modal .mc-wrapper .s-next-arrow.slick-disabled,
.albums-modal .mc-wrapper .s-prev-arrow.slick-disabled {
  color: #d0d0d0;
}
.albums-modal .mc-wrapper .s-next-arrow.slick-disabled:hover,
.albums-modal .mc-wrapper .s-prev-arrow.slick-disabled:hover {
  background-color: #fff;
  color: #d0d0d0;
}
.albums-modal .mc-wrapper .s-next-arrow .fa,
.albums-modal .mc-wrapper .s-prev-arrow .fa {
  position: relative;
  top: -1px;
}
.albums-modal .mc-wrapper .s-next-arrow {
  right: 25px;
}
.albums-modal .mc-wrapper .s-next-arrow .fa {
  right: -3px;
}
.albums-modal .mc-wrapper .s-prev-arrow {
  left: 25px;
}
.albums-modal .mc-wrapper .s-prev-arrow .fa {
  left: -3px;
}
.albums-modal .mc-wrapper .cm-download-image {
  text-align: center;
  padding: 15px 15px 0 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .albums-modal .mc-wrapper .s-next-arrow,
.albums-modal .mc-wrapper .s-prev-arrow {
    background-color: transparent;
    color: #e64134;
    font-size: 3em;
  }
  .albums-modal .mc-wrapper .s-next-arrow:hover,
.albums-modal .mc-wrapper .s-prev-arrow:hover {
    background-color: transparent;
    color: #e64134;
  }
  .albums-modal .mc-wrapper .s-next-arrow.slick-disabled,
.albums-modal .mc-wrapper .s-prev-arrow.slick-disabled {
    color: #d0d0d0;
  }
  .albums-modal .mc-wrapper .s-next-arrow.slick-disabled:hover,
.albums-modal .mc-wrapper .s-prev-arrow.slick-disabled:hover {
    background-color: transparent;
    color: #d0d0d0;
  }
  .albums-modal .mc-wrapper .s-next-arrow .fa,
.albums-modal .mc-wrapper .s-prev-arrow .fa {
    position: relative;
    top: -1px;
  }
  .albums-modal .mc-wrapper .s-next-arrow {
    right: 5px;
  }
  .albums-modal .mc-wrapper .s-next-arrow .fa {
    right: -3px;
  }
  .albums-modal .mc-wrapper .s-prev-arrow {
    left: 5px;
  }
  .albums-modal .mc-wrapper .s-prev-arrow .fa {
    left: -3px;
  }
}

.search-form {
  background-color: #e8e8e8;
  font-size: 16px;
  padding: 50px 0;
  position: relative;
}
.search-form .sfrm-inner {
  padding-right: 195px;
  position: relative;
}
.search-form .search-box {
  border: none;
  display: block;
  padding: 10px 25px;
  width: 100%;
}
.search-form .search-box.search-box-error {
  outline: solid 1px red;
}
.search-form .search-button {
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  width: 170px;
}
@media (max-width: 480px) {
  .search-form {
    padding: 25px 0;
  }
  .search-form .sfrm-inner {
    padding-right: 0;
  }
  .search-form .search-button {
    position: relative;
    margin-top: 10px;
    right: auto;
    top: auto;
  }
}

.search-results {
  padding: 25px 0;
}

.sr-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sr-lists .sr-item {
  border-bottom: solid 1px #d0d0d0;
  margin: 0;
  padding: 25px;
}
.sr-lists .sr-item:first-child {
  border-top: solid 1px #d0d0d0;
}
.sr-lists .sr-item:hover {
  background-color: #f7f7f7;
}
.sr-lists .sr-title,
.sr-lists .sr-description,
.sr-lists .sr-link {
  display: block;
}
.sr-lists .sr-title {
  color: #2b3a8a;
  font-size: 1.25em;
  font-weight: 700;
}
.sr-lists .sr-title a {
  color: inherit;
  text-decoration: none;
}
.sr-lists .sr-description {
  margin: 15px 0;
}
.sr-lists .sr-link a {
  color: inherit;
  text-decoration: none;
}

.cse-filter {
  display: none;
  margin-bottom: 25px;
  text-align: right;
}
.cse-filter.cse-filter-active {
  display: block;
}

.edms-months {
  margin: 15px 0;
}
.edms-months .edms-month {
  border-bottom: solid 1px #e8e8e8;
  padding: 25px 0;
}
.edms-months .edms-month:first-child {
  padding-top: 0;
}
.edms-months .edms-month:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.edms-months .edms-month h3 {
  margin-top: 0;
}
.edms-months .edms-month .edms-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
.edms-months .edms-month .edms-lists:after {
  clear: both;
  content: "";
  display: table;
}
.edms-months .edms-month .edms-lists li {
  float: left;
  margin: 0;
  padding: 15px;
  width: 25%;
}
.edms-months .edms-month .edms-lists li a {
  color: inherit;
  display: block;
  outline: none;
  text-decoration: none;
}
.edms-months .edms-month .edms-date,
.edms-months .edms-month .edms-title {
  display: block;
}
.edms-months .edms-month .edmlsl-img {
  background-color: #f7f7f7;
  display: block;
  position: relative;
}
.edms-months .edms-month .edmlsl-img:active, .edms-months .edms-month .edmlsl-img:focus {
  outline: none !important;
}
.edms-months .edms-month .edmlsl-img.is-loading {
  background-image: url("../images/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.edms-months .edms-month .edmlsl-img img {
  border: solid 1px #e8e8e8;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
}
.edms-months .edms-month .edmlsl-desc {
  margin-top: 10px;
}
.edms-months .edms-month .edms-date {
  margin-bottom: 3px;
  font-size: 0.875em;
  color: #2b3a8a;
}
.edms-months .edms-month .edms-title {
  color: #313131;
  font-size: 1.125em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edms-months .edms-month .edms-lists {
    margin-left: -10px;
    margin-right: -10px;
  }
  .edms-months .edms-month .edms-lists li {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .edms-months .edms-month .edms-lists {
    margin-left: 0;
    margin-right: 0;
  }
  .edms-months .edms-month .edms-lists li {
    border: solid 1px #e8e8e8;
    float: none;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 10px;
    width: auto;
  }
  .edms-months .edms-month .edms-lists li:last-child {
    margin-bottom: 0;
  }
  .edms-months .edms-month .edms-lists li a {
    min-height: 70px;
    position: relative;
    padding-left: 110px;
  }
  .edms-months .edms-month .edmlsl-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100px;
  }
  .edms-months .edms-month .edmlsl-img img {
    border: none;
    height: 100%;
    max-height: none;
    max-width: none;
    left: 0;
    width: auto;
  }
  .edms-months .edms-month .edms-title {
    font-size: 1em;
  }
}

.s-calendar {
  padding: 50px 0;
}

.calendar-title {
  text-align: left !important;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

.calendar-tab .tab-nav {
  display: none;
}
.calendar-tab .s__title p {
  color: #2b3a8a;
  font-weight: bold;
}
.calendar-tab hr {
  color: #2b3a8a;
  background-color: #2b3a8a;
}
.calendar-tab .schedule-event {
  display: flex;
}
.calendar-tab .schedule-event .schedule-event-webimg {
  width: 100%;
}
.calendar-tab .schedule-event .schedule-event-img {
  display: none;
}
.calendar-tab .schedule-event .schedule--event-img {
  flex: 0 0 35%;
  padding: 20px;
}
.calendar-tab .schedule-event .schedule-event-desc {
  padding: 20px;
}
.calendar-tab .schedule-event .schedule-event-desc p:first-child {
  color: #2b3a8a;
  font-weight: bold;
}
.calendar-tab .schedule-event .schedule-event-desc a {
  text-decoration: underline;
}
.calendar-tab .schedule-day {
  display: flex;
  flex-direction: column;
}
.calendar-tab .schedule-day .s__title {
  text-align: left;
}
.calendar-tab .schedule-day .schedule-event-webimg {
  flex: 0 0 35%;
  padding: 20px;
}
.calendar-tab .tab-nav-single {
  display: none;
  position: relative;
}
.calendar-tab .tab-nav-single.tns__is-hidden {
  display: none !important;
}
.calendar-tab .tab-nav-single .tns__prev,
.calendar-tab .tab-nav-single .tns__next {
  background-color: #efefef;
  color: inherit;
  display: block;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  outline: none;
  text-decoration: none;
  position: absolute;
  top: 0;
  text-align: center;
  z-index: 1;
}
.calendar-tab .tab-nav-single .tns__prev {
  left: 0;
}
.calendar-tab .tab-nav-single .tns__next {
  right: 0;
}
.calendar-tab .tab-nav-single .tns__text {
  -webkit-user-select: none;
  user-select: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #2b3a8a;
  color: #fff;
  cursor: default;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  height: 40px;
  padding: 0 55px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .calendar-tab .tab-nav {
    display: block;
  }
  .calendar-tab .table-responsive {
    display: none;
  }
  .calendar-tab .tab-nav-single {
    display: block;
  }
  .calendar-tab .tab-content > .active {
    display: flex;
    flex-direction: column-reverse;
  }
  .calendar-tab .s__title {
    display: none;
  }
  .calendar-tab .calendar-list {
    width: auto;
  }
  .calendar-tab .calendar-list .s__title {
    display: block;
    background-color: #2b3a8a;
  }
  .calendar-tab .calendar-list .s__title a {
    color: #fff;
  }
  .calendar-tab .calendar-list .s__title p {
    text-align: center !important;
    margin-bottom: 10px;
  }
  .calendar-tab .schedule-day {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
  }
  .calendar-tab .schedule-event {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin: 20px 0;
  }
  .calendar-tab .schedule-event .schedule-title {
    color: #2b3a8a;
    font-weight: bold;
  }
  .calendar-tab .schedule-event .schedule-event-webimg {
    display: none;
  }
  .calendar-tab .schedule-event .schedule-event-img {
    display: block;
  }
  .calendar-tab .schedule-event .schedule-event-desc {
    padding: 0px;
  }
  .calendar-tab .schedule-event .schedule--event-img {
    flex: unset;
    padding: unset;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .calendar-tab1 .tab-nav {
    display: none;
  }
}

.calendar-list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.calendar-list hr {
  color: #2b3a8a;
  background-color: #2b3a8a;
}
.calendar-list .s__title p {
  text-align: left;
  font-weight: bold;
}
.calendar-list .s__title a {
  pointer-events: none;
}
.calendar-list .schedule-event {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .calendar-list .schedule-event-desc {
    display: none;
  }
  .calendar-list hr {
    display: none;
  }
  .calendar-list .schedule-day {
    display: table;
    width: 100%;
  }
  .calendar-list .schedule-event {
    display: inline-flex;
    max-width: 50%;
    vertical-align: middle;
  }
  .calendar-list .s__title a {
    pointer-events: unset;
  }
}

.table-all-week tbody tr td, .table-all-week tbody tr th {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}
.table-all-week tbody tr td div, .table-all-week tbody tr th div {
  line-height: 1.3;
  margin: 3px 0;
}
.table-all-week tbody tr td.is-blue, .table-all-week tbody tr th.is-blue {
  background-color: #2b3a8a;
  color: #fff;
}
.table-all-week tbody tr td.is-time, .table-all-week tbody tr th.is-time {
  font-size: 125%;
  text-align: left;
}
.table-all-week tbody tr td img, .table-all-week tbody tr th img {
  max-width: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table-all-week tbody tr td, .table-all-week tbody tr th {
    padding: 7px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .table-all-week {
    max-width: 640px;
  }
  .table-all-week tbody tr td, .table-all-week tbody tr th {
    white-space: normal;
  }
}

.speaker-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: auto;
  width: 970px;
}
.speaker-lists:after {
  clear: both;
  content: "";
  display: table;
}
.speaker-lists a {
  color: inherit;
  display: block;
  outline: none;
  text-decoration: none;
}
.speaker-lists a:hover {
  transition: all linear 0.15s;
}
.speaker-lists a:hover .sl__img {
  border-color: #2b3a8a;
}
.speaker-lists a:hover .sl__name .sl__name-wrapper, .speaker-lists a:hover .sl__name .sl__pos, .speaker-lists a:hover .sl__name .sl__cname {
  background-color: #2b3a8a;
  border-color: #2b3a8a;
  color: #fff;
}
.speaker-lists a:hover .sl__name .sl__pos {
  padding-bottom: 10px;
}
.speaker-lists .sl__item {
  display: block;
  float: left;
  margin: 7px;
  padding: 0;
  width: 180px;
}
.speaker-lists .sl__img {
  border: solid 1px;
  border-color: transparent;
  padding: 7px;
}
.speaker-lists .sl__img-wrapper {
  background-color: #f7f7f7;
  display: block;
  position: relative;
}
.speaker-lists .sl__img-wrapper.is-loading {
  background-image: url("../images/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.speaker-lists .sl__img-wrapper img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
}
.speaker-lists .sl__name .sl__name-wrapper {
  border: solid 1px;
  border-color: transparent;
  display: block;
  font-size: 1.125em;
  min-height: 30px;
  padding: 10px;
  text-align: left;
  line-height: 16px;
}
.speaker-lists .sl__pos {
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px;
}
.speaker-lists .sl__cname {
  font-size: 14px;
  line-height: 14px;
  padding: 0px 10px 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speaker-lists {
    width: 640px;
  }
  .speaker-lists .sl__item {
    margin: 5px;
    width: 150px;
  }
  .speaker-lists .sl__img {
    padding: 5px;
  }
  .speaker-lists .sl__name .sl__name-wrapper {
    font-size: 0.875em;
    min-height: 30px;
    padding: 10px;
    text-align: left;
  }
  .speaker-lists .sl__pos {
    font-size: 14px;
    line-height: 14px;
    padding: 0px 10px;
  }
  .speaker-lists .sl__cname {
    font-size: 14px;
    line-height: 14px;
    padding: 0px 10px 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .speaker-lists {
    margin-bottom: 0;
    width: 220px;
  }
  .speaker-lists .sl__item {
    margin: 10px;
    width: 200px;
  }
  .speaker-lists .sl__img {
    padding: 10px;
  }
  .speaker-lists .sl__name .sl__name-wrapper {
    font-size: 0.875em;
    min-height: 30px;
    padding: 10px;
    text-align: left;
    line-height: 16px;
  }
  .speaker-lists .sl__pos {
    font-size: 14px;
    line-height: 14px;
    padding: 0px 10px;
  }
  .speaker-lists .sl__cname {
    font-size: 14px;
    line-height: 14px;
    padding: 0px 10px 10px;
  }
}
@media (max-width: 480px) {
  .speaker-lists {
    width: 270px;
  }
  .speaker-lists a {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 1fr;
  }
  .speaker-lists .sl__item {
    margin: 10px;
    width: 100%;
  }
  .speaker-lists .sl__img {
    padding: 10px;
  }
  .speaker-lists .sl__name .sl__name-wrapper {
    font-size: 0.875em;
    min-height: 30px;
    padding: 10px;
    text-align: left;
  }
  .speaker-lists .sl__pos, .speaker-lists .sl__cname {
    font-size: 12px;
  }
}

.s-speakers-detail .speakers-alphabet,
.s-speakers-detail .btn-back-container {
  font-size: 16px;
}

.carousel-speakers {
  -webkit-user-select: text;
  user-select: text;
  margin: 0 auto;
  max-width: 900px;
  padding: 25px 0;
}
.carousel-speakers.cs-no-item {
  padding: 15px 0;
}
.carousel-speakers .info-box {
  display: table;
  padding: 0 0 15px 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.carousel-speakers .info-box.no-csi-img .csi-img {
  display: none !important;
}
.carousel-speakers .info-box.no-csi-img .csi-desc {
  padding-left: 0 !important;
}
.carousel-speakers .csi-img {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  width: 200px;
}
.carousel-speakers .csi-img.is-loading {
  background-image: url("../images/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100px;
  min-width: 100px;
}
.carousel-speakers .csi-img.is-loading img {
  display: none;
}
.carousel-speakers .csi-img img {
  border: solid 1px #e8e8e8;
  height: auto;
  width: 200px;
}
.carousel-speakers .csi-desc {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
  text-align: left;
}
.carousel-speakers .csi-desc h3,
.carousel-speakers .csi-desc div {
  line-height: 1.3;
}
.carousel-speakers .csi-desc h3 {
  font-size: 2em;
  font-weight: 700;
  margin: 0 10px 10px 0;
}
.carousel-speakers .csi-desc div {
  font-size: 1.125em;
  font-weight: 700;
  margin: 5px 10px 5px 0;
}
.carousel-speakers .s-prev-arrow {
  left: -50px;
}
.carousel-speakers .s-next-arrow {
  right: -50px;
}
.carousel-speakers .slick-slide {
  -webkit-user-select: text;
  user-select: text;
  outline: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-speakers .info-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .carousel-speakers .csi-desc h3 {
    font-size: 1.5em;
  }
  .carousel-speakers .csi-desc div {
    font-size: 1em;
  }
  .carousel-speakers .info-bio {
    padding-left: 40px;
    padding-right: 40px;
  }
  .carousel-speakers .s-prev-arrow {
    left: 0;
  }
  .carousel-speakers .s-next-arrow {
    right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .carousel-speakers .info-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .carousel-speakers .info-box.no-csi-img .csi-desc {
    margin-top: 0;
  }
  .carousel-speakers .csi-img {
    display: block;
    margin: auto;
  }
  .carousel-speakers .csi-img img {
    margin: auto;
  }
  .carousel-speakers .csi-desc {
    display: block;
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
  }
  .carousel-speakers .csi-desc h3 {
    font-size: 1.5em;
  }
  .carousel-speakers .csi-desc div {
    font-size: 1em;
  }
  .carousel-speakers .info-bio {
    padding-left: 40px;
    padding-right: 40px;
  }
  .carousel-speakers .s-prev-arrow {
    left: 0;
  }
  .carousel-speakers .s-next-arrow {
    right: 0;
  }
}

.js-module-speakers-detail.is-loading {
  background-position: center center;
  min-height: 200px;
}

.js-module-speakers .is-loading .speakers-filter,
.js-module-speakers .is-loading .speakers-alphabet {
  display: none;
}

.js-module-past-speakers .is-loading .speakers-filter {
  display: none !important;
}
.js-module-past-speakers .speakers-filter {
  margin-top: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .js-module-past-speakers .speakers-filter {
    margin-top: 15px;
  }
}

.speakers-filter {
  text-align: center;
}
.speakers-filter .sf-select,
.speakers-filter .sf-search,
.speakers-filter .sf-search-button {
  display: inline-block;
  margin: 0 7px;
  vertical-align: top;
}
.speakers-filter .sf-select .dropdown-toggle {
  width: 200px;
}
.speakers-filter .sf-select .dropdown-toggle .filter-option {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.speakers-filter .sf-search {
  border: solid 1px #959595;
  height: 38px;
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  width: 200px;
}
.speakers-filter .sf-search input[type=text] {
  border: none;
  height: 36px;
  line-height: 36px;
  outline: none;
  width: 100%;
}
.speakers-filter .sf-search-button a {
  border-radius: 0;
  border: none;
  background-color: #e64134;
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 38px;
  height: 38px;
  text-align: center;
  text-decoration: none;
  width: 38px;
}
@media (max-width: 639px) {
  .speakers-filter .sf-select,
.speakers-filter .sf-search,
.speakers-filter .sf-search-button {
    display: block;
    margin: 5px 0;
    text-align: center;
    width: auto;
  }
  .speakers-filter .sf-select .bootstrap-select {
    display: block;
  }
  .speakers-filter .sf-select .dropdown-toggle {
    float: none;
    width: 100%;
  }
  .speakers-filter .sf-search-button a {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
  .speakers-filter .sf-search-button a .fa {
    display: none;
  }
  .speakers-filter .sf-search-button a .sr-only {
    display: inline-block;
    position: relative;
    text-align: center;
    width: auto;
    height: auto;
  }
}

.hotel-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hotel-lists .hl__item {
  border-bottom: solid 1px #e8e8e8;
  display: table;
  margin: 0;
  padding: 25px 0;
}
.hotel-lists .hl__item:first-child {
  padding-top: 12px;
}
.hotel-lists .hl__item:last-child {
  border-bottom: none;
}
.hotel-lists .hl__img,
.hotel-lists .hl__info {
  display: table-cell;
  vertical-align: top;
}
.hotel-lists .hl__img {
  padding-right: 25px;
  width: 500px;
}
.hotel-lists .hl__img a {
  color: inherit;
  display: block;
  outline: none;
}
.hotel-lists .hl__info p:last-child {
  margin-bottom: 0;
}
.hotel-lists .hl__title {
  color: #2b3a8a;
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.3;
}
.hotel-lists .hl__title a {
  color: inherit;
  display: block;
  outline: none;
}
.hotel-lists .hl__location {
  margin: 15px 0;
  min-height: 60px;
  position: relative;
  padding-left: 75px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.hotel-lists .hl__location a {
  content: "";
  background-image: url(../images/icon-location-sprite.png);
  background-repeat: no-repeat;
  background-position: -60px 0;
  background-size: 120px 60px;
  display: block;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  outline: none;
  text-decoration: none;
  width: 60px;
}
.hotel-lists .hl__location a:hover {
  background-position: 0 0;
}
.hotel-lists .hl__location p {
  line-height: 1.3;
  margin: 5px 0;
}
.hotel-lists .hl__location-text {
  font-weight: 700;
}
.hotel-lists .hl__specs {
  margin: 7px 0;
}
.hotel-lists .hl__specs .hls__text {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2;
  margin: 3px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotel-lists .hl__img {
    width: 350px;
  }
  .hotel-lists .hl__location {
    margin: 7px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hotel-lists .hl__img {
    width: 300px;
  }
  .hotel-lists .hl__location {
    margin: 7px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hotel-lists .hl__item {
    border: solid 1px #e8e8e8;
    display: block;
    margin: 25px auto;
    padding: 0;
    max-width: 360px;
  }
  .hotel-lists .hl__item:first-child {
    padding-top: 0;
  }
  .hotel-lists .hl__item:last-child {
    border-bottom: solid 1px #e8e8e8;
  }
  .hotel-lists .hl__img,
.hotel-lists .hl__info {
    display: block;
    width: 100%;
  }
  .hotel-lists .hl__img {
    padding-right: 0;
  }
  .hotel-lists .hl__img img {
    width: 100%;
  }
  .hotel-lists .hl__info {
    padding: 15px;
  }
  .hotel-lists .hl__title {
    font-size: 1.25em;
  }
  .hotel-lists .hl__specs {
    margin: 7px 0;
  }
  .hotel-lists .hl__specs .hls__text {
    font-size: 1.125em;
  }
  .hotel-lists .hl__location {
    margin: 5px 0;
    min-height: 60px;
    position: relative;
    padding-left: 75px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .hotel-lists .hl__location:before {
    content: "";
    background-image: url(../images/icon-location-sprite.png);
    background-repeat: no-repeat;
    background-position: -60px 0;
    background-size: 120px 60px;
    display: block;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    width: 60px;
  }
}

.program-details {
  margin: 0;
  padding: 0;
  list-style: none;
}
.program-details .pd__item {
  border-bottom: solid 1px #e8e8e8;
  margin: 0;
  padding: 15px 0;
}
.program-details .pd__item:first-child {
  padding-top: 5px;
}
.program-details .pd__item:last-child {
  border-bottom: none;
}
.program-details .pd__date {
  margin-bottom: 10px;
}
.program-details .pd__date img,
.program-details .pd__date span {
  display: inline-block;
  vertical-align: middle;
}
.program-details .pd__date img {
  height: 38px;
  width: 38px;
}
.program-details .pd__date span {
  font-size: 1.25em;
  padding-left: 15px;
}
.program-details .pd__title {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
.program-details .pd__desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .program-details .pd__date span {
    font-size: 1.125em;
  }
  .program-details .pd__title {
    font-size: 1.125em;
  }
}

.round-sessions {
  margin-bottom: 25px;
  margin-top: 5px;
}
.round-sessions .rs__item {
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.round-sessions .rs__img a {
  display: block;
  outline: none;
}
.round-sessions .rs__img img {
  border: solid 1px #e8e8e8;
  display: block;
  margin: auto;
  max-width: 100%;
}
.round-sessions .rs__detail {
  margin-top: 10px;
}
.round-sessions .rs__detail a {
  margin-top: 7px;
}
.round-sessions .rs__title {
  font-size: 1.125em;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .round-sessions .rs__item {
    padding-left: 0;
    padding-right: 0;
  }
}

.round-sessions-carousel {
  -webkit-user-select: text;
  user-select: text;
}
.round-sessions-carousel.slick-initialized {
  margin: 0 auto;
  max-width: 320px;
}
.round-sessions-carousel.slick-initialized .rs__item {
  margin: 0 auto;
  max-width: 320px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .round-sessions-carousel {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
}

.rt-modal .modal-body {
  min-height: 100px;
}
.rt-modal .modal-body img {
  margin: 0 auto;
  max-width: 100%;
}