﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em; }

::-webkit-scrollbar-thumb {
  background: slategray; }

::-webkit-scrollbar-track {
  background: #b8c0c8; }

body {
  scrollbar-face-color: slategray;
  scrollbar-track-color: #b8c0c8; }

html, body {
  height: 100%;
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html, body {
      font-size: 16px;
      font-weight: 400; } }

* {
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif !important;
  box-sizing: border-box;
  line-height: 100%; }

:root {
  /* Not my favorite that line-height has to be united, but needed */
  --lh: 2.5rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif; }

body {
  background: #15224c !important; }

input[type="button"], input[type="submit"], .btn {
  display: inline-block;
  padding: 13px 22px;
  background: #ff0091;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 0px; }

a {
  display: inline-block;
  text-decoration: none;
  transition: all ease .5s; }
  a:hover {
    text-decoration: none;
    transition: all ease .5s; }
  a.btn {
    display: inline-block;
    background: #ff0091;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-decoration: none;
    padding: 10px 20px; }
    a.btn:hover {
      background-color: #0070ba;
      color: #fff;
      text-decoration: none; }

input[type="text"], input[type="password"], textarea, select, input[type="email"], input[type="tel"], input[type="file"] {
  padding: 15px 10px;
  border-radius: 5px;
  line-height: 100%;
  border: 1px solid #868e96;
  background: #fff; }

header .wrapper {
  max-width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 8px 0px 8px 0px;
  line-height: 100%;
  z-index: 9999;
  overflow: visible; }
  @media screen and (max-width: 1200px) {
    header .wrapper {
      margin: 0px 20px;
      position: relative; } }
  header .wrapper nav {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99999; }
    header .wrapper nav > ul {
      margin: 0px;
      display: flex;
      padding: 0px; }
      header .wrapper nav > ul li {
        list-style: none;
        position: relative; }
        header .wrapper nav > ul li a {
          display: block;
          padding: 8px 20px;
          font-size: 13px;
          font-weight: 600;
          color: #fff; }
          header .wrapper nav > ul li a:hover, header .wrapper nav > ul li a:active {
            color: #ff0091;
            text-decoration: none; }
          header .wrapper nav > ul li a.register {
            background: #ff0091;
            color: #fff;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            text-transform: uppercase; }
            header .wrapper nav > ul li a.register:hover {
              background: #0070ba; }
        header .wrapper nav > ul li ul.drpmenu {
          display: none;
          position: absolute;
          top: 100%;
          left: -40%;
          width: auto;
          z-index: 9999;
          background: #15224c;
          border: 1px solid #0070ba;
          padding: 20px;
          min-width: 250px; }
          header .wrapper nav > ul li ul.drpmenu li {
            margin: 0px 0px 5px 0px; }
            header .wrapper nav > ul li ul.drpmenu li a {
              font-size: 12px;
              padding: 4px 0px;
              white-space: nowrap; }
          header .wrapper nav > ul li ul.drpmenu.resources {
            min-width: 500px; }
          header .wrapper nav > ul li ul.drpmenu.events {
            left: inherit;
            right: -50%;
            min-width: 600px; }
            header .wrapper nav > ul li ul.drpmenu.events a {
              word-break: break-word;
              white-space: inherit; }
        header .wrapper nav > ul li:hover ul.drpmenu {
          display: block; }
  header .wrapper .rightsection {
    position: absolute;
    right: 0px;
    top: calc(50% - 15px);
    z-index: 9999; }
    header .wrapper .rightsection span.user {
      width: 30px;
      height: 30px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      background: #c5c5c5 url(../images/user.png) no-repeat 50% 70%;
      background-size: 25px auto;
      display: block;
      margin: 0px 0px 0px 10px;
      cursor: pointer;
      display: block; }
    header .wrapper .rightsection a.btn {
      background: #ff0091;
      padding: 5px 15px;
      font-size: 11px;
      font-weight: 600;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px; }
    header .wrapper .rightsection .prfmenu {
      position: absolute;
      top: 90%;
      right: 0px;
      padding: 10px 10px 0px 10px;
      background: #15224c;
      border: 1px solid #ff0091;
      display: none;
      z-index: 9999; }
      header .wrapper .rightsection .prfmenu.open {
        display: block; }
      header .wrapper .rightsection .prfmenu a {
        display: block;
        margin: 0px 0px 10px 0px;
        font-size: 10px;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        font-weight: 700; }
  header .wrapper a.register.mob {
    display: none; }

header .submenu {
  background: #0070ba;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
  font-family: 'Montserrat', sans-serif !important; }
  header .submenu.sticky {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 999999; }
  header .submenu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0px 6px 0px;
    margin: 0px; }
    header .submenu ul li {
      list-style: none; }
      header .submenu ul li a {
        display: block;
        padding: 2px 10px;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        line-height: 100%; }
        header .submenu ul li a:hover {
          color: #15224c;
          text-decoration: none; }
        header .submenu ul li a.register {
          background: #ff0091;
          color: #fff;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          text-transform: uppercase;
          margin-left: 30px;
          padding: 10px 20px;
          text-decoration: none;
          margin: 0px 0px 0px 30px; }
          header .submenu ul li a.register:hover {
            background: #0070ba;
            text-decoration: none; }
      header .submenu ul li:nth-child(1) a {
        border: 0px !important; }

header .counter {
  background: #ff0091;
  text-align: center;
  padding: 5px 0px;
  color: #fff;
  line-height: 150%;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
  position: relative;
  font-family: 'Montserrat', sans-serif !important; }
  header .counter p {
    color: #fff;
    line-height: 120%;
    font-size: 12px;
    margin: 0px; }

header .sub_banner img {
  width: 100%;
  height: auto; }

main {
  min-height: calc(100% - 80px);
  font-family: 'Montserrat', sans-serif !important; }
  main section.section1 {
    height: 100%;
    position: relative;
    overflow: hidden; }
    main section.section1 video#myVideo {
      position: absolute;
      top: -100px;
      left: 0px;
      right: 0px;
      z-index: 1;
      min-width: 100%;
      opacity: 1;
      overflow: hidden; }
    main section.section1 .video {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: 1;
      min-width: 100%;
      opacity: 1;
      overflow: hidden; }
      main section.section1 .video iframe {
        width: 100%;
        height: 100%;
        min-height: 600px; }
    main section.section1 .wrapper {
      max-width: 1200px;
      margin: 0px auto;
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      height: 100%;
      position: relative;
      z-index: 999;
      padding: 40px 0px; }
      @media screen and (max-width: 1200px) {
        main section.section1 .wrapper {
          padding: 80px 20px; } }
      main section.section1 .wrapper span.conflogo {
        height: 120px;
        width: 100%;
        display: block; }
        main section.section1 .wrapper span.conflogo img {
          height: 100%;
          width: auto; }
      main section.section1 .wrapper h1, main section.section1 .wrapper h2 {
        font-family: 'Roboto Condensed', sans-serif; }
      main section.section1 .wrapper h1 {
        font-size: 100px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        margin: 0px 0px 10px 0px; }
      main section.section1 .wrapper h2 {
        font-size: 50px;
        line-height: 100%;
        margin: 0px 0px 20px 0px;
        font-weight: 700; }
        main section.section1 .wrapper h2 span {
          display: block;
          margin: 0px 0px 5px 0px; }
          main section.section1 .wrapper h2 span:nth-child(1) {
            color: #f9b018; }
          main section.section1 .wrapper h2 span:nth-child(2) {
            color: #0070ba; }
          main section.section1 .wrapper h2 span:nth-child(3) {
            color: #ff0091; }
  main section.section2 {
    padding: 30px 0px;
    background: #0070ba; }
    main section.section2 .wrapper {
      max-width: 1200px;
      margin: 0px auto;
      overflow: hidden;
      position: relative;
      color: #fff;
      padding: 30px 0px 30px 0px;
      display: grid;
      grid-template-columns: 35% 65%;
      justify-content: center;
      align-items: center; }
      main section.section2 .wrapper span img {
        width: calc(100% - 50px); }
      main section.section2 .wrapper .box p {
        margin: 0px;
        font-size: 13px;
        line-height: 20px; }
      main section.section2 .wrapper .box ul {
        margin: 0px;
        padding: 30px 0px 0px 50px; }
        main section.section2 .wrapper .box ul li {
          margin: 0px 0px 20px 0px;
          line-height: 20px;
          font-size: 13px; }
  main section.section3 {
    padding: 60px 0px 20px 0px;
    background: #ff0091; }
    main section.section3 > ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      align-items: flex-start;
      justify-content: space-between;
      color: #fff;
      max-width: 1500px;
      margin: 0px auto; }
      main section.section3 > ul > li {
        list-style: none;
        text-align: center;
        padding: 100px 30px 50px 30px;
        font-size: 14px;
        position: relative; }
        main section.section3 > ul > li:before {
          content: "";
          width: 40px;
          height: 40px;
          position: absolute;
          top: 30px;
          left: calc(50% - 20px); }
        main section.section3 > ul > li p {
          font-weight: 600; }
          main section.section3 > ul > li p span {
            display: block;
            margin: 10px 0px;
            font-weight: 600; }
        main section.section3 > ul > li .table table {
          width: 100%; }
          main section.section3 > ul > li .table table tr th {
            font-weight: 600;
            font-size: 13px;
            padding: 10px;
            text-align: center;
            border: 0px !important; }
            main section.section3 > ul > li .table table tr th span {
              display: block;
              white-space: nowrap; }
          main section.section3 > ul > li .table table tr td {
            font-weight: 500;
            font-size: 13px;
            padding: 10px;
            text-align: left;
            border: 0px !important; }
        main section.section3 > ul > li:nth-child(1):before {
          background: url(../images/calendarnew.png) no-repeat 50% 50%;
          background-size: auto 100%; }
        main section.section3 > ul > li:nth-child(2) {
          border-right: 1px solid #15224c;
          border-left: 1px solid #15224c;
          min-height: 300px; }
          main section.section3 > ul > li:nth-child(2):before {
            background: url(../images/map.png) no-repeat 50% 50%;
            background-size: auto 100%; }
        main section.section3 > ul > li:nth-child(3) {
          padding: 100px 10px 30px 30px; }
          main section.section3 > ul > li:nth-child(3) td {
            white-space: nowrap; }
          main section.section3 > ul > li:nth-child(3):before {
            background: url(../images/dollar.png) no-repeat 50% 50%;
            background-size: auto 100%; }
  main section.section4 {
    padding: 0px; }
    main section.section4 .wrapper {
      max-width: 1500px;
      margin: 0px auto;
      padding: 0px; }
      main section.section4 .wrapper .carousel {
        position: relative; }
        main section.section4 .wrapper .carousel .carousel-inner {
          min-height: 600px; }
          main section.section4 .wrapper .carousel .carousel-inner .item {
            min-height: 600px;
            padding: 0px; }
            main section.section4 .wrapper .carousel .carousel-inner .item .slider-image {
              max-width: 100%;
              height: auto !important; }
              main section.section4 .wrapper .carousel .carousel-inner .item .slider-image img {
                width: 100%;
                max-height: 600px;
                min-height: 600px; }
              main section.section4 .wrapper .carousel .carousel-inner .item .slider-image a {
                display: block;
                width: 100%; }
        main section.section4 .wrapper .carousel .carousel-control {
          width: 40px;
          height: 40px;
          position: absolute;
          top: calc(50% - 20px); }
          main section.section4 .wrapper .carousel .carousel-control.left {
            left: 10px;
            background: url(../images/previous.png) no-repeat 50% 50%;
            background-size: 16px auto; }
          main section.section4 .wrapper .carousel .carousel-control.right {
            right: 10px;
            background: url(../images/next.png) no-repeat 50% 50%;
            background-size: 16px auto; }
        main section.section4 .wrapper .carousel .carousel-indicators li {
          margin: 0px 5px;
          width: 12px;
          height: 12px;
          background: #0070ba;
          border: 0px; }
          main section.section4 .wrapper .carousel .carousel-indicators li.active {
            background: #ff0091; }
      main section.section4 .wrapper ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr); }
        main section.section4 .wrapper ul li {
          padding: 100px 40px;
          list-style: none;
          background: #fff;
          min-height: 400px; }
          main section.section4 .wrapper ul li span {
            display: block;
            font-size: 12px;
            text-transform: uppercase;
            color: #0070ba;
            letter-spacing: 3px;
            margin: 0px 0px 20px; }
          main section.section4 .wrapper ul li h3 {
            font-size: 35px;
            font-weight: 500;
            line-height: 40px;
            text-transform: uppercase;
            margin: 0px 0px 20px 0px; }
          main section.section4 .wrapper ul li:nth-child(2) {
            background: url(../images/kaplan.png) no-repeat 50% 50%;
            background-size: calc(100% - 20px) auto; }
          main section.section4 .wrapper ul li p {
            font-size: 13px;
            line-height: 20px; }
  main section.section5 {
    background: #f9b018; }
    main section.section5 .wrapper {
      max-width: 1200px;
      margin: 0px auto;
      overflow: hidden;
      position: relative;
      padding: 20px; }
      main section.section5 .wrapper ul {
        max-width: 900px;
        margin: 0px auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr); }
        main section.section5 .wrapper ul li {
          list-style: none;
          padding: 0px 30px;
          text-align: center;
          position: relative; }
          main section.section5 .wrapper ul li:after {
            content: "";
            position: absolute;
            right: 0px;
            top: 10px;
            bottom: 10px;
            background: #fff;
            opacity: .5;
            width: 2px; }
          main section.section5 .wrapper ul li:nth-child(4):after {
            display: none; }
          main section.section5 .wrapper ul li h2 {
            font-size: 50px;
            color: #15224c;
            text-align: center;
            margin: 0px;
            padding: 0px;
            line-height: 100%;
            font-weight: 600;
            margin: 0px 0px 10px 0px; }
          main section.section5 .wrapper ul li p {
            font-size: 12px;
            color: #0070ba;
            text-align: center;
            margin: 0px;
            text-transform: uppercase;
            font-weight: 500;
            white-space: nowrap;
            letter-spacing: 1px; }
  main section.section6 {
    padding: 30px 0px;
    background: #fff; }
    main section.section6 .wrapper {
      max-width: 1200px;
      margin: 0px auto;
      overflow: hidden; }
      main section.section6 .wrapper h1.page-head {
        text-align: center !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        font-size: 28px !important;
        font-family: 'Roboto Condensed', sans-serif !important;
        color: #0070ba !important;
        margin: 0px 0px 50px 0px !important;
        border: 0px !important; }
        main section.section6 .wrapper h1.page-head:before, main section.section6 .wrapper h1.page-head:after {
          display: none; }
      main section.section6 .wrapper h2 {
        width: 100%;
        max-width: 400px;
        text-align: center;
        margin: 0px auto 10px auto;
        padding: 8px 10px;
        color: #fff;
        background: #ff0091;
        font-size: 16px;
        font-weight: 600;
        line-height: 100%; }
      main section.section6 .wrapper .box-model {
        box-shadow: none;
        padding: 0px;
        border: 0px; }
        main section.section6 .wrapper .box-model ul {
          margin: 0px;
          padding: 20px 0px 40px 0px;
          text-align: center; }
          main section.section6 .wrapper .box-model ul li {
            list-style: none;
            text-align: center;
            padding: 10px 0px;
            width: calc((100%/5) - 10px);
            display: inline-block;
            margin: 0px 0px 20px 0px; }
            main section.section6 .wrapper .box-model ul li.diamondli {
              width: calc((100%/2) - 10px); }
              main section.section6 .wrapper .box-model ul li.diamondli img {
                max-height: 500px !important;
                max-width: 500px !important; }
              @media screen and (max-width: 600px) {
                main section.section6 .wrapper .box-model ul li.diamondli {
                  width: calc((100%/1) - 10px); }
                  main section.section6 .wrapper .box-model ul li.diamondli img {
                    width: 100%; } }
            main section.section6 .wrapper .box-model ul li.emeraldli {
              width: calc((100%/2) - 10px); }
              main section.section6 .wrapper .box-model ul li.emeraldli img {
                max-height: 400px !important;
                max-width: 400px !important; }
              @media screen and (max-width: 600px) {
                main section.section6 .wrapper .box-model ul li.emeraldli {
                  width: calc((100%/1) - 10px); }
                  main section.section6 .wrapper .box-model ul li.emeraldli img {
                    width: 100%; } }
            main section.section6 .wrapper .box-model ul li a {
              display: block;
              width: 100%; }
            main section.section6 .wrapper .box-model ul li img {
              max-height: 100px;
              max-width: 80%; }

.schedulesessions {
  background: #fff !important;
  padding: 0px 20px !important; }
  .schedulesessions h1 {
    color: #ff0091;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px; }
  .schedulesessions .schedule-courses-tab {
    border-bottom: 1px solid #ff0091;
    max-width: 700px;
    margin: 0px auto; }
    .schedulesessions .schedule-courses-tab ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin: 0px; }
      .schedulesessions .schedule-courses-tab ul li {
        list-style: none;
        padding: 12px 15px;
        background: #0070ba;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        margin: 0px 0px 0px 1px;
        cursor: pointer; }
        .schedulesessions .schedule-courses-tab ul li.selected {
          background: #ff0091;
          cursor: default; }
        .schedulesessions .schedule-courses-tab ul li a {
          display: block; }
  .schedulesessions .schedule-courses-details {
    max-width: 700px;
    margin: 0px auto;
    padding: 20px 0px; }
    .schedulesessions .schedule-courses-details .form-horizontal .form-group {
      font-size: 13px;
      margin: 0px 0px 30px 0px; }
      .schedulesessions .schedule-courses-details .form-horizontal .form-group label.tdEventTime {
        padding: 0px;
        vertical-align: middle;
        font-weight: 500;
        width: 200px;
        text-align: left;
        margin: 0px; }
      .schedulesessions .schedule-courses-details .form-horizontal .form-group .eventtx {
        color: #0070ba;
        font-weight: 700;
        padding: 0px; }
        @media screen and (max-width: 600px) {
          .schedulesessions .schedule-courses-details .form-horizontal .form-group .eventtx {
            padding: 10px 0px; } }
        .schedulesessions .schedule-courses-details .form-horizontal .form-group .eventtx ul {
          padding: 10px 0px; }
          .schedulesessions .schedule-courses-details .form-horizontal .form-group .eventtx ul li {
            list-style: none; }
        .schedulesessions .schedule-courses-details .form-horizontal .form-group .eventtx a.upevent label {
          background: url(../images/accordion_arrows.png) no-repeat 0% 0%;
          display: inline-block;
          cursor: pointer; }
        .schedulesessions .schedule-courses-details .form-horizontal .form-group .eventtx a.downevent label {
          background: url(../images/accordion_arrows.png) no-repeat 100% 0%;
          display: inline-block;
          cursor: pointer; }
        .schedulesessions .schedule-courses-details .form-horizontal .form-group .eventtx a.upevent label, .schedulesessions .schedule-courses-details .form-horizontal .form-group .eventtx a.downevent label {
          display: inline-block;
          width: 16px;
          height: 16px;
          position: relative;
          top: 2px;
          margin-left: 10px;
          cursor: pointer;
          vertical-align: middle; }
    .schedulesessions .schedule-courses-details .form-horizontal .panelDescription {
      padding: 50px 0px 20px 0px;
      position: relative;
      margin: 0px 0px 0px 0px; }
      .schedulesessions .schedule-courses-details .form-horizontal .panelDescription:after {
        content: "";
        position: absolute;
        bottom: 30px;
        height: 1px;
        background: rgba(0, 0, 0, 0.14);
        left: 0px;
        right: 0px; }
      .schedulesessions .schedule-courses-details .form-horizontal .panelDescription a.back {
        position: absolute;
        bottom: 5px;
        right: 0px;
        font-size: 12px; }
      .schedulesessions .schedule-courses-details .form-horizontal .panelDescription h3 {
        margin: 0px;
        padding: 0px 0px 10px 0px;
        font-size: 16px;
        color: #0070ba;
        font-weight: 600; }
      .schedulesessions .schedule-courses-details .form-horizontal .panelDescription h7 {
        font-size: 13px;
        margin: 0px;
        padding: 0px 0px 10px 0px;
        display: block; }
      .schedulesessions .schedule-courses-details .form-horizontal .panelDescription ul {
        margin: 0px; }
        .schedulesessions .schedule-courses-details .form-horizontal .panelDescription ul li {
          list-style: none;
          margin: 0px 0px 5px 0px;
          padding: 0px;
          font-size: 13px; }
          .schedulesessions .schedule-courses-details .form-horizontal .panelDescription ul li p {
            line-height: 30px; }
            .schedulesessions .schedule-courses-details .form-horizontal .panelDescription ul li p.eventchild {
              margin: 0px;
              padding: 0px;
              font-weight: 600; }
              .schedulesessions .schedule-courses-details .form-horizontal .panelDescription ul li p.eventchild a {
                display: inline-block;
                margin: 0px;
                line-height: 100%; }
      .schedulesessions .schedule-courses-details .form-horizontal .panelDescription p {
        line-height: 25px; }
  .schedulesessions #divConferenceSchedule .form-horizontal .handouts {
    max-width: 900px;
    margin: 0px auto 20px auto;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.14);
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .schedulesessions #divConferenceSchedule .form-horizontal .handouts a {
      font-weight: 600; }

.hotelaccomodtaions {
  background: #fff;
  padding: 0px; }
  .hotelaccomodtaions h1 {
    color: #ff0091;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 20px 0px;
    margin: 0px; }
  .hotelaccomodtaions .htelacc .event-hotel-accomodation {
    position: relative;
    padding: 30px 0px; }
    .hotelaccomodtaions .htelacc .event-hotel-accomodation .hotelist {
      padding: 20px;
      color: #fff;
      text-align: left;
      position: relative;
      max-width: 1000px;
      margin: 0px auto; }
      .hotelaccomodtaions .htelacc .event-hotel-accomodation .hotelist:after {
        clear: both;
        content: "";
        display: block; }
      .hotelaccomodtaions .htelacc .event-hotel-accomodation .hotelist * {
        color: #fff; }
      .hotelaccomodtaions .htelacc .event-hotel-accomodation .hotelist .hotel-accomodation-image {
        float: left;
        width: 45%; }
        .hotelaccomodtaions .htelacc .event-hotel-accomodation .hotelist .hotel-accomodation-image img {
          width: 100%;
          margin: 0px 0px 30px 0px; }
      .hotelaccomodtaions .htelacc .event-hotel-accomodation .hotelist .hotelright {
        float: right;
        padding: 0px 20px;
        width: 55%; }
        .hotelaccomodtaions .htelacc .event-hotel-accomodation .hotelist .hotelright h3 {
          margin: 0px;
          padding: 0px 0px 20px 0px;
          font-size: 20px;
          font-weight: 600; }
        .hotelaccomodtaions .htelacc .event-hotel-accomodation .hotelist .hotelright p {
          line-height: 20px;
          font-size: 14px;
          margin: 0px;
          padding: 0px 0px 20px 0px; }
    .hotelaccomodtaions .htelacc .event-hotel-accomodation:nth-child(1) {
      background: #ff0091; }
    .hotelaccomodtaions .htelacc .event-hotel-accomodation:nth-child(2) {
      background: #0070ba; }
      .hotelaccomodtaions .htelacc .event-hotel-accomodation:nth-child(2) .hotelist .hotel-accomodation-image {
        float: right; }
      .hotelaccomodtaions .htelacc .event-hotel-accomodation:nth-child(2) .hotelist .hotelright {
        float: left; }
    .hotelaccomodtaions .htelacc .event-hotel-accomodation:nth-child(3) {
      background: #f9b018; }

#bottom, #top {
  background: #ff0091;
  color: #fff; }
  #bottom h5, #top h5 {
    padding: 20px 0px;
    text-align: center;
    font-size: 16px;
    margin: 0px;
    font-weight: 600; }

#top {
  background: #f9b018;
  color: #000; }

.speakerbios {
  background: #fff;
  padding: 0px; }
  .speakerbios h3 {
    color: #ff0091;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 20px 0px;
    margin: 0px; }
  .speakerbios .accordion {
    max-width: 900px;
    margin: 0px auto; }
    .speakerbios .accordion a {
      display: block;
      text-decoration: none; }
      .speakerbios .accordion a h3 {
        margin: 1px 0px 0px 0px;
        padding: 10px 10px 10px 30px;
        font-size: 13px;
        color: #ff0091;
        background: #0070ba;
        width: 100%;
        text-align: left;
        position: relative; }
        .speakerbios .accordion a h3:before {
          position: absolute;
          top: 0px;
          left: 5px;
          content: "-";
          font-size: 30px;
          font-weight: 500;
          line-height: 100%; }
      .speakerbios .accordion a.collapsed h3 {
        color: #fff; }
        .speakerbios .accordion a.collapsed h3:before {
          position: absolute;
          top: 0px;
          left: 5px;
          content: "+";
          font-size: 30px;
          font-weight: 500;
          line-height: 100%; }
    .speakerbios .accordion .speackerContent {
      padding: 10px;
      border: 1px solid rgba(0, 0, 0, 0.14); }
      .speakerbios .accordion .speackerContent table {
        border-collapse: collapse;
        border-top: 1px solid rgba(0, 0, 0, 0.14);
        border-left: 1px solid rgba(0, 0, 0, 0.14); }
        .speakerbios .accordion .speackerContent table tr td {
          padding: 10px;
          font-size: 12px;
          border-right: 1px solid rgba(0, 0, 0, 0.14);
          border-bottom: 1px solid rgba(0, 0, 0, 0.14); }
          .speakerbios .accordion .speackerContent table tr td:nth-child(2) {
            color: #ff0091; }
  .speakerbios #divSpeakerDetails {
    width: 100%;
    min-height: 100px;
    max-width: 900px;
    margin: 0px auto;
    padding: 20px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 600px) {
      .speakerbios #divSpeakerDetails {
        grid-template-columns: repeat(1, 1fr); } }
    .speakerbios #divSpeakerDetails img.loader {
      margin: 0px auto;
      position: absolute;
      top: 20px;
      left: calc(50% - 40px); }
    .speakerbios #divSpeakerDetails .spkbox {
      text-align: center; }
      .speakerbios #divSpeakerDetails .spkbox .spkprf {
        width: 130px;
        height: 130px;
        overflow: hidden;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        display: block;
        margin: 0px auto 20px auto;
        position: relative;
        cursor: pointer; }
        .speakerbios #divSpeakerDetails .spkbox .spkprf:before {
          position: absolute;
          top: 7%;
          left: 18%;
          transform: rotate(45deg);
          height: 65px;
          width: 130px;
          border-radius: 200px 200px 0px 0px;
          -webkit-border-radius: 200px 200px 0px 0px;
          -moz-border-radius: 200px 200px 0px 0px;
          background: #0070ba;
          content: "";
          z-index: 11; }
        .speakerbios #divSpeakerDetails .spkbox .spkprf:after {
          position: absolute;
          bottom: 0%;
          left: 0%;
          height: 130px;
          width: 130px;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          background: #ff0091;
          content: "";
          z-index: 9; }
        .speakerbios #divSpeakerDetails .spkbox .spkprf img {
          width: calc(100% - 12px);
          position: absolute;
          z-index: 99;
          left: 6px;
          top: 6px;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          max-height: calc(100% - 12px);
          min-height: calc(100% - 12px);
          background: #fff; }
      .speakerbios #divSpeakerDetails .spkbox .spkname {
        font-size: 16px;
        font-weight: 600;
        color: #0070ba;
        margin: 0px 0px 10px 0px; }
      .speakerbios #divSpeakerDetails .spkbox .spkdesig {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        margin: 0px 0px 10px 0px; }
      .speakerbios #divSpeakerDetails .spkbox .spkcompany {
        font-size: 12px;
        font-weight: 600;
        color: #868e96;
        margin: 0px 0px 5px 0px; }
  .speakerbios #covidsafetydiv {
    width: 100%;
    min-height: 100px;
    max-width: 900px;
    margin: 0px auto;
    padding: 0px 0px 40px 0px; }
    @media screen and (max-width: 900px) {
      .speakerbios #covidsafetydiv {
        padding: 0px 20px 40px 20px; } }
    .speakerbios #covidsafetydiv h4 {
      margin: 0px;
      padding: 20px 0px 0px 0px;
      color: #15224c;
      font-size: 18px;
      text-align: left;
      font-weight: 600; }
    .speakerbios #covidsafetydiv h5 {
      margin: 0px;
      padding: 20px 0px 10px 0px;
      color: #0070ba;
      font-size: 17px;
      text-align: left;
      font-weight: 600; }
    .speakerbios #covidsafetydiv p {
      font-size: 15px;
      line-height: 20px;
      margin: 0px 0px 10px 0px;
      padding: 0px; }
    .speakerbios #covidsafetydiv span.updated {
      font-size: 12px;
      display: block;
      margin: 5px 0px 20px 0px;
      font-weight: 500; }
    .speakerbios #covidsafetydiv span.sp {
      color: #ff0091;
      font-weight: 600; }
    .speakerbios #covidsafetydiv ul {
      margin: 0px;
      padding: 0px 0px 30px 0px; }
      .speakerbios #covidsafetydiv ul li {
        list-style: none;
        font-size: 15px;
        line-height: 20px;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 20px;
        position: relative; }
        .speakerbios #covidsafetydiv ul li:before {
          content: "";
          display: block;
          position: absolute;
          left: 5px;
          top: 5px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 5px;
          border-color: transparent transparent transparent #0070ba; }
        .speakerbios #covidsafetydiv ul li.sp {
          font-weight: 600;
          color: #ff0091; }
          .speakerbios #covidsafetydiv ul li.sp:before {
            border-color: transparent transparent transparent #ff0091; }
    .speakerbios #covidsafetydiv a {
      color: #000;
      text-decoration: underline; }

.biography {
  position: relative; }
  .biography span.prfpic {
    position: absolute;
    left: 70px;
    top: 20px;
    z-index: 9999;
    width: 120px;
    height: 140px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.14);
    padding: 10px; }
    .biography span.prfpic img {
      width: 100%; }
  .biography h2 {
    padding: 40px 30px 40px 200px;
    background: #0070ba;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0px auto;
    width: calc(100% - 30px); }
  .biography .bioleft {
    padding: 100px 20px 0px 20px;
    text-align: center; }
    .biography .bioleft p {
      margin: 0px 0px 10px 0px;
      color: #000;
      font-size: 13px;
      font-weight: 500; }
      .biography .bioleft p.position {
        color: #000;
        font-weight: 600; }
      .biography .bioleft p.companyname {
        color: #0070ba; }
      .biography .bioleft p.email {
        color: #0070ba; }
      .biography .bioleft p.img {
        width: calc(100% - 20px);
        margin: 0px auto; }
  .biography .bioright {
    padding: 30px 20px; }
    .biography .bioright h3 {
      color: #0070ba;
      font-size: 20px;
      margin: 0px 0px 10px 0px; }
    .biography .bioright p {
      font-size: 13px;
      line-height: 20px; }

.person-details .modal-header {
  background: #0070ba;
  display: block;
  height: auto;
  max-height: inherit;
  padding: 0px; }
  .person-details .modal-header h4.modal-title {
    display: block;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    height: auto;
    padding: 10px; }

.person-details.modal-dialog.bootstrap-modal-dialog .modal-header {
  height: auto !important;
  position: relative; }
  .person-details.modal-dialog.bootstrap-modal-dialog .modal-header button {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: url(../images/menuclose.png) no-repeat 50% 50%;
    background-size: 16px auto;
    margin: 0px;
    opacity: 1;
    z-index: 9999999; }
    .person-details.modal-dialog.bootstrap-modal-dialog .modal-header button i {
      display: none; }

.person-details #divPersonDetails .contentProfile {
  position: relative;
  max-height: 500px;
  overflow: auto; }
  .person-details #divPersonDetails .contentProfile span.prfpic {
    position: absolute;
    top: 10px;
    left: 40px;
    width: 120px;
    height: 140px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    overflow: hidden;
    background: #fff; }
    .person-details #divPersonDetails .contentProfile span.prfpic img {
      width: 100%; }
  .person-details #divPersonDetails .contentProfile .profileMain {
    padding: 0px; }
    .person-details #divPersonDetails .contentProfile .profileMain:after {
      clear: both;
      content: "";
      display: block; }
    .person-details #divPersonDetails .contentProfile .profileMain * {
      box-sizing: border-box; }
    .person-details #divPersonDetails .contentProfile .profileMain h1 {
      background: #0070ba;
      padding: 40px 40px 40px 190px;
      margin: 0px;
      color: #fff;
      font-size: 25px; }
    .person-details #divPersonDetails .contentProfile .profileMain .profileLeft {
      float: left;
      padding: 40px 20px;
      width: 40%;
      text-align: center; }
      .person-details #divPersonDetails .contentProfile .profileMain .profileLeft h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 0px 0px 10px 0px;
        color: #0070ba; }
      .person-details #divPersonDetails .contentProfile .profileMain .profileLeft h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0px 0px 10px 0px; }
      .person-details #divPersonDetails .contentProfile .profileMain .profileLeft p {
        font-size: 13px;
        line-height: 20px; }
      .person-details #divPersonDetails .contentProfile .profileMain .profileLeft ul li {
        list-style: none !important;
        font-size: 13px;
        margin: 0px 0px 10px 0px;
        line-height: 20px; }
    .person-details #divPersonDetails .contentProfile .profileMain .profileRight {
      float: right;
      width: 60%;
      padding: 20px; }
      .person-details #divPersonDetails .contentProfile .profileMain .profileRight h3 {
        margin: 0px 0px 10px 0px;
        font-size: 23px;
        font-weight: 600;
        color: #0070ba; }
      .person-details #divPersonDetails .contentProfile .profileMain .profileRight p {
        font-size: 14px;
        line-height: 20px;
        margin: 0px 0px 10px 0px; }
      .person-details #divPersonDetails .contentProfile .profileMain .profileRight ul li {
        list-style: none !important;
        font-size: 13px;
        margin: 0px 0px 10px 0px;
        line-height: 20px; }

.tracks {
  background: #fff;
  padding: 0px 0px 50px 0px; }
  .tracks h1 {
    color: #ff0091;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 20px 0px;
    margin: 0px; }
  .tracks .trackingnumbers {
    max-width: 800px;
    margin: 0px auto;
    padding: 0px 0px 0px 75px;
    border-bottom: 1px solid #0070ba;
    position: relative; }
    .tracks .trackingnumbers span.jumpto {
      position: absolute;
      left: 0px;
      top: 5px;
      padding: 5px 0px 0px 5px;
      font-size: 15px;
      font-weight: 700;
      color: #ff0091; }
    .tracks .trackingnumbers ul.tracknumber {
      padding: 10px 0px 0px 10px; }
      @media screen and (max-width: 600px) {
        .tracks .trackingnumbers ul.tracknumber {
          padding: 10px 0px 0px 10px; } }
      .tracks .trackingnumbers ul.tracknumber li {
        list-style: none;
        display: inline-block;
        padding: 0px 5px;
        font-size: 12px;
        font-weight: 600;
        width: calc((100%/24) - 6px);
        color: #868e96; }
        @media screen and (max-width: 600px) {
          .tracks .trackingnumbers ul.tracknumber li {
            width: auto; } }
        .tracks .trackingnumbers ul.tracknumber li.available {
          color: #0070ba;
          cursor: pointer; }
        .tracks .trackingnumbers ul.tracknumber li.active {
          color: #ff0091;
          cursor: pointer; }
  .tracks .schedule-courses-tab {
    max-width: 900px;
    margin: 0px auto; }
    .tracks .schedule-courses-tab ul.mnTabs {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      padding: 20px 0px 0px 0px;
      grid-gap: 1px;
      margin: 0px; }
      @media screen and (max-width: 600px) {
        .tracks .schedule-courses-tab ul.mnTabs {
          grid-template-columns: repeat(1, 1fr); } }
      .tracks .schedule-courses-tab ul.mnTabs li {
        list-style: none;
        background: #0070ba;
        padding: 10px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center; }
        .tracks .schedule-courses-tab ul.mnTabs li.selected {
          background: #ff0091;
          cursor: default; }
  .tracks .schedule-courses-details {
    max-width: 900px;
    margin: 0px auto;
    padding: 20px;
    background: #ff0091; }
    .tracks .schedule-courses-details * {
      color: #fff; }
    .tracks .schedule-courses-details .form-horizontal h2 {
      width: 100% !important;
      font-size: 18px;
      margin: 0px 0px 10px 0px;
      text-align: left;
      font-weight: 600; }
    .tracks .schedule-courses-details .form-horizontal .form-group {
      margin: 0px 0px 20px 0px; }
      .tracks .schedule-courses-details .form-horizontal .form-group label {
        text-align: left;
        padding: 0px;
        font-weight: 500;
        font-size: 13px; }
      .tracks .schedule-courses-details .form-horizontal .form-group .eventnamelist ul {
        padding: 10px 0px; }
        .tracks .schedule-courses-details .form-horizontal .form-group .eventnamelist ul li {
          list-style: none;
          padding: 5px 0px;
          font-size: 12px; }
      @media screen and (max-width: 600px) {
        .tracks .schedule-courses-details .form-horizontal .form-group .eventnamelist {
          padding: 5px 0px; } }

.sponsors {
  background: #fff; }
  .sponsors h1 {
    color: #ff0091;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 20px 0px;
    margin: 0px 0px 20px 0px; }
  .sponsors h2 {
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 0px auto 10px auto;
    padding: 10px;
    color: #fff;
    background: #ff0091;
    font-size: 16px;
    font-weight: 600; }
  .sponsors .event-sponsor-images {
    max-width: 1200px;
    margin: 0px auto;
    padding: 10px 0px 30px 0px; }
    .sponsors .event-sponsor-images ul {
      margin: 0px;
      padding: 20px 0px 40px 0px;
      text-align: center; }
      .sponsors .event-sponsor-images ul li {
        list-style: none;
        text-align: center;
        padding: 10px 0px;
        width: calc((100%/5) - 10px);
        display: inline-block;
        margin: 0px 0px 20px 0px; }
        @media screen and (max-width: 600px) {
          .sponsors .event-sponsor-images ul li {
            width: calc((100%/1) - 10px); } }
        .sponsors .event-sponsor-images ul li.diamondli {
          width: calc((100%/2) - 10px); }
          .sponsors .event-sponsor-images ul li.diamondli img {
            max-height: 500px !important;
            max-width: 500px !important; }
          @media screen and (max-width: 600px) {
            .sponsors .event-sponsor-images ul li.diamondli {
              width: calc((100%/1) - 10px); }
              .sponsors .event-sponsor-images ul li.diamondli img {
                width: 100%; } }
        .sponsors .event-sponsor-images ul li.emeraldli {
          width: calc((100%/2) - 10px); }
          .sponsors .event-sponsor-images ul li.emeraldli img {
            max-height: 400px !important;
            max-width: 400px !important; }
          @media screen and (max-width: 600px) {
            .sponsors .event-sponsor-images ul li.emeraldli {
              width: calc((100%/1) - 10px); }
              .sponsors .event-sponsor-images ul li.emeraldli img {
                width: 100%; } }
        .sponsors .event-sponsor-images ul li a {
          display: block;
          width: 100%; }
        .sponsors .event-sponsor-images ul li img {
          max-height: 100px;
          max-width: 80%; }
  .sponsors .nosponsors {
    text-align: center;
    padding: 40px 0px;
    margin: 0px;
    font-size: 16px;
    color: #ff0091;
    font-weight: 600; }

.attendesmain {
  background: #fff;
  padding: 20px 0px; }
  .attendesmain .container-fluid {
    max-width: 900px;
    margin: 0px auto; }
    .attendesmain .container-fluid h1 {
      color: #ff0091;
      font-size: 20px;
      text-align: center;
      font-weight: 600;
      padding: 20px 0px;
      margin: 0px; }
    .attendesmain .container-fluid .participation-sort {
      text-align: right;
      padding: 10px 0px; }
      .attendesmain .container-fluid .participation-sort label {
        vertical-align: top;
        display: inline-block; }
      .attendesmain .container-fluid .participation-sort span {
        display: inline-block;
        margin: 0px 0px 0px 10px;
        vertical-align: top; }
      .attendesmain .container-fluid .participation-sort input[type="radio"] {
        margin: 1px 3px 0px 0px;
        display: inline-block;
        vertical-align: top; }
    .attendesmain .container-fluid #divAttendees .participationTab {
      text-align: right;
      position: relative;
      padding: 40px 0px 0px 0px; }
      .attendesmain .container-fluid #divAttendees .participationTab:after {
        content: "";
        height: 1px;
        background: #ff0091;
        position: absolute;
        top: 37px;
        left: 0px;
        right: 0px; }
      .attendesmain .container-fluid #divAttendees .participationTab h2 {
        list-style: none;
        padding: 12px 15px;
        background: #0070ba;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        margin: 0px 0px 0px 1px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        position: absolute;
        top: 0px;
        right: 0px; }
        .attendesmain .container-fluid #divAttendees .participationTab h2.selected {
          background: #ff0091; }
        .attendesmain .container-fluid #divAttendees .participationTab h2#tblhdfellow {
          right: 90px; }
      .attendesmain .container-fluid #divAttendees .participationTab table {
        border-collapse: collapse;
        border-top: 1px solid rgba(0, 0, 0, 0.14);
        border-left: 1px solid rgba(0, 0, 0, 0.14);
        margin: 20px 0px 0px 0px;
        width: 100%; }
        .attendesmain .container-fluid #divAttendees .participationTab table tr td {
          padding: 10px;
          font-size: 12px;
          border-right: 1px solid rgba(0, 0, 0, 0.14);
          border-bottom: 1px solid rgba(0, 0, 0, 0.14);
          text-align: left; }

.faq {
  background: #fff;
  padding: 20px; }
  .faq .container-fluid {
    max-width: 1000px;
    margin: 0px auto; }
    .faq .container-fluid h1 {
      color: #ff0091;
      font-size: 20px;
      text-align: center;
      font-weight: 600;
      padding: 20px 0px;
      margin: 0px; }
    .faq .container-fluid h2 {
      color: #0070ba;
      font-size: 16px;
      text-align: left;
      font-weight: 700;
      padding: 20px 0px;
      margin: 0px; }
    .faq .container-fluid dl {
      margin: 0px;
      padding: 0px 0px 10px 30px; }
      .faq .container-fluid dl dt {
        font-weight: 600;
        font-size: 15px;
        margin: 0px 0px 5px 0px;
        position: relative; }
        .faq .container-fluid dl dt:before {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          background: #ff0091;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          left: -20px;
          top: 5px; }
      .faq .container-fluid dl dd {
        font-weight: 500;
        font-size: 15px;
        margin: 0px 0px 15px 0px;
        color: #343a40; }
        .faq .container-fluid dl dd ul {
          margin: 0px;
          padding: 0px 0px 0px 20px; }
          .faq .container-fluid dl dd ul li {
            line-height: 150%;
            margin: 5px 0px; }
        .faq .container-fluid dl dd p {
          margin: 0px 0px 10px 0px;
          line-height: 150%; }

footer {
  background: #15224c;
  z-index: 999999;
  font-family: 'Montserrat', sans-serif; }
  footer * {
    font-family: 'Montserrat', sans-serif !important; }
  footer .container {
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    padding: 20px; }
    footer .container:after {
      clear: both;
      content: "";
      display: block; }
    footer .container ul.social-icons {
      float: left;
      margin: 0px;
      padding: 0px; }
      footer .container ul.social-icons li {
        list-style: none !important;
        display: inline-block !important;
        margin: 10px 15px !important;
        vertical-align: top !important;
        font-family: 'Montserrat', sans-serif !important; }
        footer .container ul.social-icons li a {
          display: block; }
          footer .container ul.social-icons li a i {
            font-size: 50px !important; }
            footer .container ul.social-icons li a i:hover {
              color: #fff; }
          footer .container ul.social-icons li a#iconinsta img.bottom {
            display: none; }
          footer .container ul.social-icons li a#iconinsta:hover img.bottom {
            display: block; }
          footer .container ul.social-icons li a#iconinsta:hover img.top {
            display: none; }
    footer .container .ftr-right {
      float: right;
      line-height: 150% !important;
      padding: 0px; }
      footer .container .ftr-right ul {
        display: block !important;
        text-align: right !important;
        padding: 20px 0px 10px 0px !important;
        margin: 0px !important;
        line-height: 100% !important; }
        footer .container .ftr-right ul:after {
          clear: both;
          content: "";
          display: block; }
        footer .container .ftr-right ul li {
          list-style: none !important;
          color: #fff !important;
          display: inline-block !important;
          font-family: 'Montserrat', sans-serif !important;
          margin: 0px !important;
          line-height: 100% !important;
          float: none !important; }
          footer .container .ftr-right ul li a {
            color: #fff !important;
            font-size: 12px !important;
            display: inline-block !important;
            margin: 0px 0px 0px 10px !important;
            padding: 0px 0px 0px 10px !important;
            border-left: 1px solid #fff !important;
            font-family: 'Montserrat', sans-serif !important;
            font-weight: 500 !important;
            letter-spacing: 0px; }
          footer .container .ftr-right ul li:after {
            display: none; }
          footer .container .ftr-right ul li:nth-child(1) {
            display: none !important; }
          footer .container .ftr-right ul li:nth-child(2) a {
            border: 0px !important; }
      footer .container .ftr-right p {
        margin: 0px !important;
        font-size: 12px !important;
        text-align: right !important;
        color: #fff !important;
        padding: 5px 0px 0px 0px !important;
        font-family: 'Montserrat', sans-serif !important;
        padding: 0px !important;
        line-height: 100% !important;
        display: block !important;
        clear: both !important;
        letter-spacing: 0px; }
        footer .container .ftr-right p.copyright {
          position: relative;
          left: inherit;
          top: inherit;
          bottom: inherit;
          right: inherit; }
    footer .container .homeSearch {
      width: 250px !important;
      position: absolute;
      top: 40px;
      left: calc(50% - 125px);
      text-align: right;
      color: #fff; }
      footer .container .homeSearch span {
        display: block;
        width: 100%; }
        footer .container .homeSearch span input[type="Text"] {
          color: #BABABA;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          padding-right: 24px;
          background: #868e96 url(../images/searchicon.png) no-repeat 98% 50%/16px auto;
          border: none !important;
          -moz-box-shadow: inset 2px 3px 2px RGBA(0, 0, 0, 0.21);
          -webkit-box-shadow: inset 2px 3px 2px RGBA(0, 0, 0, 0.21);
          box-shadow: inset 2px 3px 2px RGBA(0, 0, 0, 0.21);
          padding: 10px;
          width: 100% !important; }
      footer .container .homeSearch label {
        text-align: right;
        font-weight: 500;
        margin: 0px;
        padding: 0px; }

.modal-dialog.bootstrap-modal-dialog {
  top: calc(50% - 300px) !important;
  left: calc(50% - 475px) !important;
  width: 950px !important;
  height: 1000px !important;
  overflow: hidden !important;
  margin: 0px !important;
  z-index: 99999999 !important; }
  @media screen and (max-width: 600px) {
    .modal-dialog.bootstrap-modal-dialog {
      width: calc(100% - 20px) !important;
      height: calc(100% - 20px) !important;
      left: 10px !important;
      top: 10px !important; } }
  .modal-dialog.bootstrap-modal-dialog .modal-header {
    height: 30px; }
  .modal-dialog.bootstrap-modal-dialog .modal-content {
    width: 100% !important; }
  .modal-dialog.bootstrap-modal-dialog .searchprofile {
    display: none; }

.fa {
  font: normal normal normal 14px/1 FontAwesome !important; }

@media screen and (max-width: 1100px) {
  main section.section2 .wrapper {
    padding: 40px 20px; }
  main section.section4 .wrapper .carousel {
    position: relative; }
    main section.section4 .wrapper .carousel .carousel-inner {
      min-height: inherit; }
      main section.section4 .wrapper .carousel .carousel-inner .item {
        min-height: inherit; }
        main section.section4 .wrapper .carousel .carousel-inner .item .slider-image {
          min-height: inherit; }
          main section.section4 .wrapper .carousel .carousel-inner .item .slider-image img {
            width: 100%;
            max-height: inherit;
            min-height: inherit; } }

@media screen and (max-width: 800px) {
  body {
    padding-top: 50px !important; }
    body.acevent {
      padding-top: 50px !important; }
    body.aclayout {
      padding-top: 50px !important; }
  header {
    height: auto; }
    header .wrapper {
      height: 50px;
      position: fixed;
      top: 0px;
      left: 0px;
      right: 0px;
      background: #15224c;
      z-index: 9999;
      margin: 0px; }
      header .wrapper span.toggler {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 10px;
        left: 20px;
        background: url(../images/menu.png) no-repeat 50% 50%;
        background-size: 25px auto;
        display: block; }
        header .wrapper span.toggler.open {
          background: url(../images/menuclose.png) no-repeat 50% 50%;
          background-size: 20px auto; }
      header .wrapper .rightsection {
        right: 20px;
        top: calc(50% - 14px); }
      header .wrapper nav {
        position: fixed;
        top: 50px;
        left: -250px;
        width: 250px;
        bottom: 0px;
        z-index: 99999;
        transition: all ease .5s;
        display: block;
        background: rgba(16, 34, 91, 0.4); }
        header .wrapper nav.open {
          left: 0px;
          transition: all ease .5s; }
        header .wrapper nav > ul {
          display: block;
          padding: 20px; }
          header .wrapper nav > ul li {
            display: block;
            margin: 0px 0px 5px 0px; }
            header .wrapper nav > ul li a {
              padding: 5px 10px; }
            header .wrapper nav > ul li ul.drpmenu {
              position: relative;
              margin: 0px;
              padding: 10px;
              background: none;
              border: 0px;
              left: 20px;
              min-width: inherit; }
              header .wrapper nav > ul li ul.drpmenu li {
                display: block; }
                header .wrapper nav > ul li ul.drpmenu li a {
                  word-break: break-word;
                  white-space: inherit;
                  line-height: 140%; }
              header .wrapper nav > ul li ul.drpmenu.resources {
                width: auto; }
                header .wrapper nav > ul li ul.drpmenu.resources .mob {
                  display: block;
                  width: 100% !important; }
                  header .wrapper nav > ul li ul.drpmenu.resources .mob ul {
                    margin: 0px;
                    padding: 0px; }
      header .wrapper a.register.mob {
        display: block;
        background: #ff0091;
        color: #fff;
        text-decoration: none;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        padding: 5px 15px;
        font-size: 11px;
        font-weight: 600;
        position: absolute;
        right: 135px;
        top: 12px;
        line-height: 16px;
        text-transform: uppercase;
        margin: 0px !important; }
    header .submenu.sticky {
      position: relative; }
    header .submenu ul li a.register {
      display: none; } }

@media screen and (max-width: 600px) {
  header .submenu ul {
    display: block;
    text-align: center; }
    header .submenu ul li {
      display: inline-block;
      width: auto;
      margin: 0px 0px 10px 0px; }
  main section.section1 {
    background: url(../images/eventbg.jpg) no-repeat 50% 0%;
    background-size: 100% auto;
    height: 280px; }
    main section.section1 .wrapper {
      padding: 0px 0px 20px 0px; }
    main section.section1 video {
      display: none; }
  main section.section2 .wrapper {
    display: block; }
    main section.section2 .wrapper span {
      display: block; }
  main section.section3 > ul {
    display: block; }
    main section.section3 > ul > li {
      display: block;
      border-bottom: 1px solid #fff; }
      main section.section3 > ul > li:nth-child(3) {
        border: 0px;
        padding-left: 0px;
        padding-right: 0px; }
      main section.section3 > ul > li .table {
        max-width: 100%;
        overflow: auto; }
        main section.section3 > ul > li .table table th span {
          white-space: inherit;
          word-break: break-all; }
  main section.section4 .wrapper .carousel .carousel-inner {
    min-height: inherit !important; }
  main section.section5 .wrapper ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; }
    main section.section5 .wrapper ul li {
      padding: 10px; }
      main section.section5 .wrapper ul li h2 {
        font-size: 40px; }
      main section.section5 .wrapper ul li p {
        white-space: normal; }
      main section.section5 .wrapper ul li:nth-child(2):after {
        display: none; }
  main section.section6 .wrapper .box-model ul {
    display: block;
    text-align: center; }
    main section.section6 .wrapper .box-model ul li {
      display: block;
      text-align: center;
      width: 100%;
      margin: 0px 0px 10px 0px; }
      main section.section6 .wrapper .box-model ul li a {
        display: block;
        text-align: center; }
        main section.section6 .wrapper .box-model ul li a img {
          max-width: calc(100%  - 40px);
          margin: 0px auto;
          max-height: inherit; }
  .modal-dialog.bootstrap-modal-dialog {
    width: calc(100% - 60px); }
  .schedulesessions {
    padding: 0px !important; }
  .modal-content {
    max-width: calc(100% - 20px) !important; }
  .modal-dialog.bootstrap-modal-dialog {
    width: 100% !important; }
  .biography {
    max-height: 300px;
    overflow: auto; }
    .biography h2 {
      padding: 10px;
      text-align: center; }
    .biography span.prfpic {
      position: relative;
      left: inherit;
      top: inherit;
      margin: 0px auto; }
    .biography .bioleft {
      padding: 20px 0px; }
  .hotelaccomodtaions .htelacc .event-hotel-accomodation .hotelist {
    padding: 20px; }
    .hotelaccomodtaions .htelacc .event-hotel-accomodation .hotelist .hotel-accomodation-image, .hotelaccomodtaions .htelacc .event-hotel-accomodation .hotelist .hotelright {
      float: none;
      width: 100%;
      padding: 0px; }
    .hotelaccomodtaions .htelacc .event-hotel-accomodation .hotelist:nth-child(2) .hotel-accomodation-image, .hotelaccomodtaions .htelacc .event-hotel-accomodation .hotelist:nth-child(2) .hotelright {
      float: none;
      width: 100%; }
  #bootstrap-modal-popup {
    left: 0px !important;
    top: 10px !important; }
  footer .container ul.social-icons {
    float: none;
    display: block;
    padding: 20px 0px;
    text-align: center; }
    footer .container ul.social-icons li {
      margin: 10px 10px !important; }
      footer .container ul.social-icons li a i {
        font-size: 45px !important; }
  footer .container .ftr-right {
    float: none;
    display: block;
    text-align: center !important; }
    footer .container .ftr-right ul {
      text-align: center !important; }
    footer .container .ftr-right p {
      text-align: center !important; }
  footer .container .homeSearch {
    position: relative;
    left: inherit;
    top: inherit;
    margin: 0px auto; }
  .person-details .bootstrap-modal-body {
    padding: 0px; }
  .person-details #divPersonDetails .contentProfile span.prfpic {
    width: 120px;
    height: 120px;
    margin: 0px auto;
    position: relative;
    left: inherit;
    top: inherit;
    display: block; }
    .person-details #divPersonDetails .contentProfile span.prfpic img {
      width: 100%; }
  .person-details #divPersonDetails .contentProfile .profileMain h1 {
    padding: 10px;
    text-align: center; }
  .person-details #divPersonDetails .contentProfile .profileMain .profileLeft, .person-details #divPersonDetails .contentProfile .profileMain .profileRight {
    float: none;
    width: 100%; }
    .person-details #divPersonDetails .contentProfile .profileMain .profileLeft ul, .person-details #divPersonDetails .contentProfile .profileMain .profileRight ul {
      padding: 0px 0px 0px 20px; }
      .person-details #divPersonDetails .contentProfile .profileMain .profileLeft ul li, .person-details #divPersonDetails .contentProfile .profileMain .profileRight ul li {
        text-align: left;
        list-style: disc !important; }
  .person-details #divPersonDetails .contentProfile .searchprofile {
    display: none; } }

span.user {
  width: 30px !important;
  height: 30px !important;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #c5c5c5 !important;
  background-size: 25px auto !important;
  display: block !important;
  margin: 0px 0px 0px 10px !important;
  cursor: pointer !important;
  display: block !important;
  overflow: hidden !important; }
  span.user img {
    width: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    max-height: 100% !important; }

#bootstrap-modal-popup.modal {
  z-index: 99999999 !important; }

.modal-dialog {
  max-width: 100%; }

/*For showing AC pricing in public site*/
.pricelist table {
  border-collapse: collapse;
  width: 100%;
  min-width: 500px; }
  .pricelist table th {
    text-align: left;
    padding: 10px;
    font-size: 15px; }
    .pricelist table th span {
      display: block;
      font-weight: 600; }
      .pricelist table th span label {
        display: block; }
  .pricelist table td {
    text-align: left;
    padding: 10px;
    font-size: 15px; }

.pricelist ul {
  display: none;
  margin: 0px;
  padding: 10px 20px !important; }
  .pricelist ul li {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-align: left; }
    .pricelist ul li h4 {
      font-size: 16px;
      font-weight: 700;
      margin: 0px;
      padding: 0px 0px 10px 0px;
      color: #000000 !important; }
    .pricelist ul li p {
      margin: 0px 0px 10px 0px;
      padding: 0px 0px 0px 20px;
      color: #000000 !important; }
      .pricelist ul li p:after {
        content: "";
        clear: both;
        display: block; }
      .pricelist ul li p > span {
        display: block;
        float: left;
        width: calc(100% - 100px);
        font-size: 15px;
        color: #000000 !important;
        word-break: break-word; }
      .pricelist ul li p > label {
        display: block;
        float: left;
        width: 100px;
        font-size: 15px;
        margin: 0px;
        text-align: right;
        color: #000000 !important;
        padding-top: 5px; }
    .pricelist ul li.sponsors {
      background: transparent; }
      .pricelist ul li.sponsors p {
        padding: 0px;
        margin: 40px 0px 0px 0px; }
        .pricelist ul li.sponsors p > span {
          float: none;
          display: inline-block;
          padding: 0px 0px 10px 10px; }
        .pricelist ul li.sponsors p > label {
          font-weight: normal !important;
          margin: 0px !important; }

@media screen and (max-width: 1000px) {
  .pricelist ul {
    display: block; }
  .pricelist table {
    display: none; } }

@media screen and (max-width: 900px) {
  .pricelist ul {
    padding: 0px; }
  .pricelist ul li p {
    padding: 0px 0px 0px 10px;
    font-weight: normal !important; }
  .pricelist ul li.sponsors p {
    display: block;
    justify-content: flex-start; }
  .pricelist ul li.sponsors p span {
    display: block;
    width: 100%; }
  .pricelist ul li.sponsors p span a {
    word-break: inherit; } }

@media screen and (max-width: 700px) {
  .pricelist ul li p span > label {
    display: block;
    float: none;
    width: 100%; } }

@media screen and (max-width: 500px) {
  .pricelist ul li.sponsors p span > label {
    display: block;
    width: 100%;
    margin: 5px 0px 0px 0px !important; } }

.airlines {
  padding: 20px 0px 0px 0px;
  text-align: center; }
  .airlines > p {
    font-size: 15px;
    line-height: 1.5em;
    max-width: 1000px;
    margin: 0px auto 20px auto; }
  .airlines ul {
    margin: 0px;
    padding: 0px; }
    .airlines ul li {
      list-style: none;
      padding: 60px 0px; }
      .airlines ul li .wrapper {
        max-width: 900px;
        margin: 0px auto;
        padding: 0px 30px; }
        .airlines ul li .wrapper h3 {
          margin: 0px;
          padding: 0px 0px 20px 0px;
          font-size: 20px;
          font-weight: 600;
          color: #fff; }
        .airlines ul li .wrapper p {
          font-size: 15px;
          line-height: 1.5em;
          margin: 0px auto;
          color: #fff; }
            .airlines ul li .wrapper p.star {
                font-size: 14px;
                color: #fff;
                font-weight: 500;
                padding-top: 50px;
            }
      .airlines ul li.pink {
        background: #ff0091; }
        .airlines ul li.pink p.star {
            font-size: 14px;
            color: #fff;
            font-weight: 500;
            padding-top: 50px;
        }
        .airlines ul li.yellow p.star {
            font-size: 14px;
            color: #fff;
            font-weight: 500;
            padding-top: 50px;
        }
        .airlines ul li.blue {
            background: #15224c;
        }
      .airlines ul li.yellow {
        background: #f9b018; }

.aclayout .modal-content {
  top: 10%; }
  .aclayout .modal-content .modal-header {
    position: relative;
    text-align: left;
    display: block;
    height: 40px; }
    .aclayout .modal-content .modal-header .close {
      margin: 0px;
      padding: 0px;
      position: absolute;
      right: 10px;
      top: 5px; }
    .aclayout .modal-content .modal-header h4.modal-title {
      text-align: left;
      font-size: 16px;
      color: white; }
