@font-face {
  font-family: 'geomanist-book';
  src: url('/media/8d8b89da4e4a1ed/geomanist-book-webfont.eot'); /* IE9 Compat Modes */
  src: url('/media/8d8b89da83f5a23/geomanist-book-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('/media/8d8b89da7daec1e/geomanist-book-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('/media/8d8b89dan755a33e/geomanist-book-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/umbraco/#/media/media/edit/1061') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'geomanist-regular';
  src: url('/media/8d8b89f8e4948e7/geomanist-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('/media/8d8b89f94936a05/geomanist-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('/media/8d8b89f93f505b7/geomanist-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('/media/8d8b89f92f21301/geomanist-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/umbraco/#/media/media/edit/1067?list=1071&page=1&filter=&orderBy=updateDate&orderDirection=desc') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Moncr';
  src: url('/media/8d8b89ec41df205/moncr.otf');
}

/* GLOBAL TEXT */
p {
    font-size: 18px;
    font-family: 'geomanist-regular', sans-serif;
    color: #22242E;
}

ul, ol {
    font-size: 18px;
    font-family: 'geomanist-regular', sans-serif;
    color: #2d3641;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'geomanist-book', sans-serif;
    margin-bottom: 20px;
}

h1 {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    color: #FFC000;
    text-transform: uppercase;
}

h3 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
}

h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}

/* COLOURS */
.bg-primary {
    background-color: #0a0914 !important;
}

.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary p {
    color: #ffffff;
}

.bg-primary-gradient {
    background: url(/media/me1jgmwf/nms-background-gradient-portrait.jpg);
    background-size: cover;
    background-position: center center;
}

.bg-primary-gradient h1, .bg-primary-gradient h2, .bg-primary-gradient h3, .bg-primary-gradient h4, .bg-primary-gradient h5, .bg-primary-gradient h6, .bg-primary-gradient p {
    color: #ffffff;
}

.bg-secondary {
    background-color: #22242E !important;
}

.bg-secondary p {
    color: #ECF0F1;
}

.bg-light-gradient {
    background: url(/media/ys3jlcmi/bottom-left-lines.png);
}


/* OL style */
ol {
  list-style: none;
  counter-reset: steps;
}

ol li {
  counter-increment: steps;
  margin-bottom: 15px;
}

ol li::before {
  content: counter(steps);
  margin-right: 0.5rem;
  background: #2d3641;
  color: white;
  font-size: 28px;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 1.2em;
}

/* OL style - FOOTER */

footer ol {
    padding: 0;
    color: #ffffff;
}

footer ol li::before {
  background: #FFC000;
  font-size: 20px;
}

/* Extra bootstrap padding & margin class */
.p-6 {
    padding: 80px;
}

.pl-6 {
    padding-left: 80px;
}

.pr-6 {
    padding-right: 80px;
}

.px-6 {
    padding-right: 80px;
    padding-left: 80px;
}

.py-6 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-6 {
    padding-top: 80px;
}

.pb-6 {
    padding-bottom: 80px;
}

.m-6 {
    margin: 80px;
}

.ml-6 {
    margin-left: 80px;
}

.mr-6 {
    margin-right: 80px;
}

.mx-6 {
    margin-right: 80px;
    margin-left: 80px;
}

.my-6 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-6 {
    margin-top: 80px;
}

.mb-6 {
    margin-bottom: 80px;
}

/* Custom positioning classes */
.plus-top {
    position: relative;
    top: 120px;
    margin-bottom: 190px;
}

/* Angled green lines */
.angled-lines {
    width: 70%;
    height: 40px;
    display: block;
}

/* COOKIE BANNER */
.cookie-banner {
  position: fixed;
  z-index: 9;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #22242E;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.cookie-banner p {
    color: #fff;
}

.cookie-banner a {
    color: #ffffff;
}

.cookie-reject {
    height: auto;
    background-color: #6c757d;
    border: none;
    color: white;
    margin-left: 10px;
    border-radius: 20px;
    padding: 2px 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: 'geomanist-book', sans-serif !important;
}

.cookie-close {
    height: auto;
    background-color: #ffffff;
    border: none;
    color: #000000;
    margin-left: 10px;
    border-radius: 20px;
    padding: 2px 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: 'geomanist-book', sans-serif !important;
}

/* NAV BAR */

.nav-item {
    font-family: 'geomanist-book', sans-serif;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    font-style: normal;
    color: #ffffff !important;
    margin: 0px 5px;
}

.nav-item .nav-link {
    color: #2d3641;
    margin: 15px 0;
}

.nav-item:hover {
    color: #49bbdb !important;
}

.nav-item .btn {
    padding: 10px 20px !important; 
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #49bbdb;    
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #49bbdb;
}

.navbar-dark .navbar-toggler, .navbar-light .navbar-toggler {
    border: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,225,225, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(18,50,79, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

/* TRANSPARENT NAV */
.transparent-nav {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.transparent-nav .nav-item .nav-link {
    color: #ffffff !important;
}

#mobile-hamburger {
    max-height: 30px;
    cursor: pointer;
}

/* NAVIGATION OVERLAY */
#navigation-overlay {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
    z-index: 999999999;
    height: 100%;
    width: 100%;
    background-color: #0a0914;
    align-items: center;
}

#navigation-overlay .nav-item {
    font-size: 22px;
    padding: 10px 0;
}

#navigation-overlay a, #navigation-overlay h2 {
    color: white;
}

#navigation-overlay a:hover, #navigation-overlay h2:hover {
    color: #49bbdb;
}

.closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* FORMS */
.umbraco-forms-form input.text, .umbraco-forms-form textarea {
    max-width: 100% !important;
    width: 100% !important;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea, .umbraco-forms-form select {
    background-color: transparent;
    border: 2px solid #2d3641 !important;
    border-radius: 30px;
    padding: 10px 20px !important;
    margin: 8px 0 !important;
    color: #2d3641;
    width: 100%;
}

.singlechoice label.umbraco-forms-label {
    display: initial !important;
}

label.umbraco-forms-label {
    display: none !important;
    font-weight: bold;
}

.radiobuttonlist label {
    display: inline;
}

.umbraco-forms-field.singlechoice {
    margin-bottom: 15px;
}

.umbraco-forms-container {
    margin-bottom: 15px;
}

.umbraco-forms-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2d3641;
    opacity: 1; /* Firefox */
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'geomanist-book', sans-serif !important;
}

.umbraco-forms-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2d3641;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'geomanist-book', sans-serif !important;
}

.umbraco-forms-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #2d3641;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'geomanist-book', sans-serif !important;
}

.umbraco-forms-form {
    margin-top: 25px;
}

input.btn.primary {
    background-color: #49bbdb;
    color: #ffffff !important;
    border: none;
    background: linear-gradient(255.89deg, #49bbdb 0%, #0a0914 100%);
    width: 100%;
}

input.btn.primary:hover {
    background-color: #FFC000;    
}

.umbraco-forms-form span.contourError, .umbraco-forms-form span.field-validation-error {
    color: #ec1b00 !important;
    display: block;
}

/* SESSION FORMS */
.form-horizontal {
    padding: 25px;
}

.form-control {
    border-radius: 30px;
    border: 2px #2d3641 solid;
    color: #2d3641;
    padding: 20px 20px;
    font-size: 18px;
    font-family: 'geomanist-regular', sans-serif;
}

.control-label {
    font-size: 18px;
    /* text-transform: uppercase; */
    font-family: 'geomanist-regular', sans-serif;
}

.btn-default {
    background-color: #2d3641;
    width: 100%;
    color: #ffffff;
}

/* HEADER */
header {
    padding-top: 122px;
}

.header-short {
    padding-bottom: 50px !important;
    min-height: 450px !important;
    align-items: end !important;
}

.top-section-heading {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* FEATURED BANNER */
.featured-banner img {
    width: 300px;
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.featured-banner h1 {
    font-size: 26px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.featured-banner h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .header {
        margin-top: -278px;
        padding-top: 335px !important;
    }
}

/* Carousel */
.carousel-item {
    height: 70vh;
    background-size: cover;
    background-position: center center;
}

.carousel-content {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

/* LLOYDS SPONSOR SECTION */

.lloyds-sponsor-section, .mtc-sponsor-section {
    background-color: #F5F5F5;
    padding: 60px 0;
}

.lloyds-sponsor-section img, .mtc-sponsor-section img {
    width: 100%;
}

/* FOOTER */
footer {
    background: linear-gradient(255.89deg, #49bbdb 0%, #0a0914 100%);
}

footer p, footer a {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
}

footer .footer-logo {
    height: 120px;
    width: auto;
    max-width: 100%;
}

footer .footer-hosts {
    width: 100%;
    margin: 10px 0;
}

.socket {
    border-top: 1px solid #ffffff;
}

.media-partners-grid {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.media-partners-grid img {
    width: 140px;
    height: auto;
    margin: 0 20px;
}

/* SESSION FOOTER */
.qr-code {
    width: auto;
    height: 170px;
}

/* SITE WIDE */
.primary-hr {
    border-top: 3px solid #FFC000;
    width: 70px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.secondary-hr {
    border-top: 3px solid #2d3641;
    width: 70px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn {
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'geomanist-book', sans-serif !important;
    padding: 10px 60px;
    margin: 15px 0;
}

.btn-primary {
    background-color: #49bbdb;
    color: #ffffff !important;
    border: none;
    background: linear-gradient(255.89deg, #49bbdb 0%, #0a0914 100%);
}

.btn-secondary {
    background-color: #ffffff;
    color: #0a0914 !important;
    font-weight: bold;
    border: none;
    border: 1px solid #ffffff;
}

.btn-outline {
    background-color: transparent;
    color: #ffffff !important;
    font-weight: bold;
    border: 1px solid #ffffff;
}

.btn-dark {
    color: #ffffff !important;
    background-color: #000000;
    border: 1px solid #000000;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    background-color: #49bbdb;
    color: #ffffff !important;
    background: linear-gradient(255.89deg, #49bbdb 0%, #0a0914 100%);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: rgba(255, 255, 255, 1);
    background-color: #ffffff;
    color: #49bbdb !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: transparent;
    color: #ffffff !important;
    border: 1px solid #ffffff;
}

.horizontal-image-box img {
    height: 570px;
    width: 100%;
    object-fit: cover;
}

.horizontal-image-box-2 img {
    height: 570px;
    width: 100%;
    object-fit: cover;
}

.horizontal-image-box {
    -ms-flex-align: center!important;
    align-items: center!important;
    margin: 90px 0;
}

.horizontal-image-box-2 {
    -ms-flex-align: center!important;
    align-items: center!important;
    margin: 90px 0 0 0;
    padding-bottom: 90px;
}


.image-overlay {
    background-color: black;
    opacity: 20%;
}

.background-image-box {
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
}

.background-image-round {
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: cover !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.background-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0a0914;
    opacity: 0.85;
    top: 0;
}

/* TAB CONTENT */
.tab-pane {
    padding: 30px 0;
}

.tab-pane img {
    max-width: 100%;
    width: 100%;
}

.tab-content-nav .nav-item {
    background-color: #FFFFFF;
    color: #22242E;
    border: none;
    margin: 0;
    font-size: 20px;
}

.tab-content-nav .nav-link {
    border: none;
    border-radius: 0;
    padding: 10px;
}

.tab-content-nav .nav-link.active {
    background-color: #22242E;
    color: #FFC000;
}

.tab-content-nav.nav-tabs {
    border: none;
}

/* HOME PAGE */
.video-background {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: end;
    min-height: 1000px;
}

.video-background .section-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.our-purpose {
    background-color: #ECF0F1;
}

.event-themes {
    background-color: white;
}

.event-themes-title {
    font-size: 32px;
}

.event-theme-button {
    width: 100%;
}

.event-image {
    height: auto;
    width: 100%;
}

.event-content {
    background-color: #22242E;
    height: -webkit-fill-available;
}


.event-header {
    color:#FFC000;
    font-size: 20px;
}

.event-text {
    color: white;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.home-page-header {
    background-color: #2d3641;
    background-image: url("https://nmsummit.co.uk/media/55olotr5/nms-2022-banners.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 275px !important;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .home-page-header {
        padding-top: 335px !important;
    }
}

.home-page-header-reg {
    background-color: #2d3641;
    background-image: url("https://nmsummit.co.uk/media/35zh3ajw/nms-2022-banners2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 275px !important;
    padding-bottom: 100px;
}

.home-page-header h1 {
    font-size: 32px;
    color: #ECF0F1;
}

.home-page-header p, .home-page-header h3, .home-page-header h4 {
    color: #ffffff;
    text-transform: none !important;
}

.home-page-header-reg h1 {
    font-size: 32px;
    color: #ffffff;
}

.home-page-header-reg p, .home-page-header-reg h3, .home-page-header-reg h4 {
    color: #ffffff;
    text-transform: none !important;
}

.on-demand-button img {
    height: 130px;
}

.on-demand-button {
    margin: 0 25px;
}

.now-live {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.now-live img {
    height: 130px;
    width: auto;
    margin: 0 10px;
}

.now-live p {
    font-family: 'Geomanist';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    text-transform: uppercase;
    line-height: 100%;
    margin: 0 10px;
}

/* SPEAKERS */
.speaker-card {
    background-color: #0a0914;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 30px 15px 15px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.speaker-card .speaker-image {
    background: linear-gradient(255.89deg, #49bbdb 0%, #0a0914 100%);
    padding: 3px;
    width: 200px;
    max-width: 100%;
    height: auto;
    border-radius: 200px;
    margin: 0 auto 20px auto;
}

.speaker-card .speaker-image img {
    width: 100%;
    height: 200px;
    max-height: 100%;
    object-fit: cover;
    border-radius: 200px;
}

.speaker-card p {
    color: #ffffff;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 1.2em;
}

.speaker-card .name {
    color: #49bbdb;
}

.speaker-socials {
    margin: 15px 0;
}

.speaker-socials svg {
    margin: 0 5px;
}

.speaker-links {
    margin-top: auto;
}

/* SPEAKERS LIST */
.speaker-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.speaker-list {
    text-align: center;
    margin: 30px 0;
}

.speaker-item {
    margin: 0 5px 20px 5px;
    width: 200px;
}

.speaker-list .speaker-image {
    background: linear-gradient(255.89deg, #49bbdb 0%, #0a0914 100%);
    padding: 3px;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    margin: 0 auto 20px auto;
}

.speaker-list h4 {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.speaker-list .speaker-title {
    font-weight: 700;
}

.speaker-list p {
    color: #0a0914;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.speaker-list .speaker-image img {
    width: 100%;
    border-radius: 200px;
    height: 200px;
    max-height: 100%;
    object-fit: cover;
}

/* MODAL */
.modal-content {
    background-color: #0a0914;
    border: none;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.modal-content .close {
    opacity: 1 !important;
}

.modal-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.modal-content img {
    width: 400px;
    max-width: 100%;
    margin-bottom: 40px;
}

.modal-content .speaker-name {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'geomanist', sans-serif;
}

.modal-content .speaker-title, .modal-content .speaker-company {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 3px;
    font-family: 'geomanist', sans-serif;
}

/* ICON LIST SECTION */
.icon-list img {
    height: 48px;
    margin: 15px;
}

/* COUNTDOWN TIMER */
.countdown-container {
    margin-bottom: 24px;
    font-family: 'geomanist-book', sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}

.countdown-data {
    font-weight: 700 !important;
    font-size: 36px !important;
    text-align: center !important;
    margin-bottom: 22px !important;
}

/* TICKET LISTING */
.ticket-listing h3 {
    color: #0a0914;
}

.ticket-listing h4 {
    color: #49bbdb;
    font-size: 24px;
    font-weight: 700;
}

.ticket-listing h5 {
    color: #49bbdb;
    font-size: 24px;
    font-weight: 700;
}

.ticket-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #0a0914;
    text-align: center;
    height: 100%;
}

.ticket-item p, .ticket-item li {
    color: #ffffff;
}

.ticket-price {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    font-family: 'geomanist-book', sans-serif;
    padding: 15px 0;
    margin-top: auto;
}

.ticket-price span {
    display: block;
    color: #49bbdb;
    font-size: 18px;
}

/* SPONSORS ARCHIVE */
.sponsor-card {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px
}

.sponsor-card .sponsor-image {
    flex: 0 0 auto;
    height: auto;
}

.sponsor-card .sponsor-image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.sponsor-card-body {
    width: 100%;
    flex: 0 0 auto;
}

.sponsor-level {
    background: linear-gradient(255.89deg, #49bbdb 0%, #0a0914 100%);
    border-radius: 100px;
    width: fit-content;
    margin: 20px 0 20px 0;
    padding: 6px 30px;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

.sponsor-card h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: #0a0914;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.sponsor-card .sponsor-contact-info {
    font-size: 16px;
    line-height: 150%;
    color: #0a0914;
    font-weight: 700;
    margin-bottom: 5px;
}

.sponsor-card .sponsor-contact-info a {
    color: #49bbdb;
    font-weight: 400;
}

.divide {
    background: linear-gradient(255.89deg, #49bbdb 0%, #0a0914 100%);
    width: 100%;
    height: 2px;
    margin: 20px 0;
}


/* SESSION PAGE */
#session-stream {
    width: 100%;
}

#page-content-wrapper .row.m-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

#page-content-wrapper .row .col-12 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

#seminar-speakers img {
    width: 270px;
    max-width: 100%;
}

#seminar-speakers p {
    font-size: 14px;
}

#overview .session-listing-number {
    color: #FFC000;
    font-family: 'geomanist-book', sans-serif;
}

#overview h1 {
    font-size: 28px;
    color: #2d3641;
}

#overview p {
    font-size: 14px;
}

.meet-the-experts .btn {
    width: fit-content !important;
    padding: 10px 40px;
}

.meet-the-experts h3 {
    color: #2d3641;
}

.meet-the-experts h4 {
    color: #ffffff;
    text-transform: uppercase;
}

.meet-the-experts {
    background-color: #2d3641;
    margin-top: 80px;
}

.meet-the-experts .row {
    margin-right: 0;
    margin-left: 0;
}

.meet-the-experts p {
    margin: 0;
    color: #ffffff;
}

.meet-title {
    color: #FFC000 !important;
    font-size: 20px;
}

/* SESSIONS ARCHIVE PAGE */
.session-item {
    background-color: #0a0914;
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.session-item-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
}

.session-item .btn {
    white-space: nowrap;
}

.session-item-theme {
    font-size: 18px;
}

.session-item-duration span {
    color: #49bbdb;
}

.session-item h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #49bbdb;
    margin-bottom: 20px;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.session-item p {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.session-item-speaker-list {
    display: flex;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.session-item-speaker {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    margin-bottom: 10px;
    align-items: center;
}

.speaker-item-image {
    background: linear-gradient(255.89deg, #49bbdb 0%, #0a0914 100%);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 2px;
}

.speaker-item-image img {
    width: 48px;
    height: 48px;
    border-radius: 100px;
}

.speaker-item-info {
    padding: 5px 5px 5px 10px;
    max-width: 240px;
}

.speaker-item-info p {
    margin: 0;
    font-size: 12px;
    line-height: 130%;
}

.session-pills .nav-link.active {
    background-color: #49bbdb;
    color: #ffffff !important;
    border: none;
    background: linear-gradient(255.89deg, #49bbdb 0%, #0a0914 100%);
}

.session-pills .nav-link {
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'geomanist-book', sans-serif !important;
    padding: 10px 60px;
    margin: 15px 0;
    background-color: #ffffff;
    color: #0a0914 !important;
    border: 2px solid #0a0914;
    margin-right: 20px;
}

.pill-button[aria-expanded="true"] .more, .pill-button[aria-expanded="false"] .less {
    display: none;
}

.pill-button[aria-expanded="false"] .more, .pill-button[aria-expanded="true"] .less  {
    display: block;
}

.glightbox-clean .gslide-title {
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #fff !important;
    margin-bottom: 4px !important;
    text-transform: capitalize !important;
    font-family: 'geomanist-regular', sans-serif !important;
}

.glightbox-clean .gslide-description {
    background: #0a0914 !important;
}

/* BREAKPOINTS */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    .home-page-header h1 {
        font-size: 50px;
    }
    
    .home-page-header-reg h1 {
        font-size: 50px;
    }
    
    h1 {
        font-size: 56px;
    }
    
    h3 {
        font-size: 48px;
    }

    h4 {
        font-size: 32px;
    }
    
    h5 {
        font-size: 24px;
    }
    
    .featured-banner h1 {
        font-size: 56px;
    }
    
    .countdown-data {
        font-size: 56px !important;
    }
    
    .media-partners-grid {
        flex-direction: row;
    }
    
    .sponsor-card {
        flex-direction: row;
    }
    
    .sponsor-card .sponsor-image {
        flex: 0 0 280px;
    }
    
    .sponsor-card-body {
        flex-grow: 1;
        flex: auto;
    }
    
    .video-background {
        min-height: 600px;
        align-items: center;
        justify-content: center;
    }
    
    .session-item-header {
        flex-direction: row;
        gap: 30px;
    }
        
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #mobile-hamburger {
        display: none;
    }
    
    .navbar-nav {
        display: flex;
    }
    
    .speaker-list {
        justify-content: space-between;
    }
    
    .modal-dialog {
        max-width: 800px !important;
    }
    
    .now-live {
        flex-direction: row;
    }
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .video-background {
        min-height: 800px;
    }
}
        