/*!
Theme Name: Fintech Awards 2.0
Theme URI: http://underscores.me/
Author: Emily Webber & Sandeep Kumar
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fintech-awards
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Fintech Awards is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    font-size: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

p,
ul li {
    font-size: 16px;
    font-weight: 500 !important;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
    width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900 !important;
}

section.hero .flex-wrapper .block {
    width: 100%;
}

.h1,
h1 {
    font-size: 35px;
    font-weight: 900 !important;
    text-transform: uppercase;
}

p.section-subtitle {
    margin-top: 20px !important;
    /* font-size: 90%; */
}

.section-subtitle b {
    color: #FFED12;
}

.section-subtitle,
h3.section-subtitle {
    font-weight: 700 !important;
    text-transform: capitalize;
}

.h2,
h2 {
    font-size: 30px;
    font-weight: 900;
    text-transform: sentence;
}

.h3,
h3 {
    font-size: 25px;
    font-weight: 700;
}

.h4,
h4 {
    font-size: 20px;
}

.h5,
h5 {
    font-size: 19px;
}

.h6,
h6 {
    font-size: 18px;
}

p,
ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    font-size: 15px;
}

.btn {
    white-space: unset !important;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 45%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 95%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
    font-family: 'Montserrat', sans-serif;
}


/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    text-transform: none;
}


/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
* Correct the padding in Firefox.
*/

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    vertical-align: baseline;
}


/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
    overflow: auto;
}


/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
 ========================================================================== */


/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
    display: block;
}


/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}


/* Misc
 ========================================================================== */


/**
* Add the correct display in IE 10+.
*/

template {
    display: none;
}


/**
* Add the correct display in IE 10.
*/

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1em;
    font-weight: 500 !important;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

.blockquote-section {
    padding: 10px !important;
}

.blockquote-section .row {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.blockquote-section p {
    font-size: 18px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: left;
}

.blockquote-section p span {
    font-size: 16px;
}

div#page {
    margin-top: 0 !important;
}

.blockquote-section img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.modal-speakers-assignments-photo,
.speakers-assignments-photo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #FFED12;
    text-decoration: none;
    padding: 0 !important;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    /* background: white; */
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.logo h1 {
    margin: 0;
    padding: 0;
}


/*Video Gallery*/

.video-wrap .video-list-item {
    width: 32%;
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
    box-shadow: 0 1px 5px #e3e7eb;
}

.video-wrap .video-list-item.child-winner-3 {
    margin-right: 0;
}

.video-wrap {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.video-wrap .video-list-item h4 {
    margin-top: 10px;
    font-weight: bold;
}

.video-wrap .video-list-item a {
    color: #2A6D9E;
    width: 100%;
}

.video-wrap .video-list-item a:hover {
    color: #3c8ed3;
    text-decoration: none;
}

.video-wrap .video-list-item h4 {
    margin-top: 0;
    padding: 17px;
    margin: 0;
    font-size: 18px;
}

.video-wrap-sidebar {
    margin: 10px 0;
}

.video-list-item figure svg,
.video-wrap-sidebar figure svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 9;
}

.video-list-item figure,
.video-wrap-sidebar figure {
    position: relative;
    margin: 0;
}

.vid-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.video-wrap-sidebar .vid-overlay {
    opacity: 0.4;
}

.video-wrap .video-list-item a:hover .vid-overlay,
.video-wrap-sidebar a:hover .vid-overlay {
    opacity: 1;
}

.search-filter-results {
    margin-top: 40px;
}

form#search-filter-form-5050 {
    display: none;
}

.mfp-wrap,
.mfp-bg {
    z-index: 999999 !important;
}


/* .circle {
    stroke: #ffffff;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0.3;
} */

.playBut {
    /*  border: 1px solid red;*/
    display: inline-block;
    -webkit-transition: all 0.5s ease;
}

.playBut .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #ffffff;
    transform: translateY(0);
}

.playBut:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #ffffff;
    animation: nudge 0.7s ease-in-out;
}

@keyframes nudge {
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    70% {
        transform: translateX(-2px);
    }
    100% {
        transform: translateX(0);
    }
}

.playBut:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover,
a:active {
    outline: 0;
}

#annual-award .wpb_text_column.wpb_content_element.paragraph-center {
    padding: 0 54px;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    /* display: flex; */
    background: #000;
    /* justify-content: space-evenly; */
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width:37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content {
    max-width: 1400px;
    margin: 0 auto;
}

section:not(.content-area, .no-results) {
    padding: 3%;
}

section#shadow-host-companion {
    padding: 0 !important;
}

.page-content,
.entry-summary {
    margin: 1.5em 0;
}

main .entry-content {
    margin-bottom: 0;
    padding: 3% 2%;
    /* color: #fff; */
}

 

main .entry-content section {
    padding: 3% 0%;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-title a {
    color: #FFED12;
}

.entry-title a:hover {
    color: #fff;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 !important;
}


/* * {
    margin: 0;
    padding: 0;
} */

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

 :focus {
    outline: 0;
}

a,
.btn,
input,
select,
textarea,
button,
img {
    outline: 0 !important;
}

select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000;
}

a img {
    outline: 0;
}

input,
select,
textarea {
    outline: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

li {
    list-style: none;
}


/**Common**/


/** Header Css **/

p {
    font-size: 15px;
    color: #2d2d2d;
}

p:last-child {
    margin-bottom: 0;
}

header.header {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    z-index: 99;
    background-color: #000;
    padding: 10px 20px;
}

.logo {
    display: inline-block;
}

.footer-col-middle p {
    color: #fff;
    text-align: center;
}

@media (min-width: 990px) {
    .header-top .container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.header-social-icons {
    display: flex;
    float: right;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.header-social-icons li {
    display: inline-block;
    list-style: none;
    margin-left: 0.7em;
}

.header-social-icons li:first-child {
    margin-left: 0;
}

.fixed .header-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-social-icons ul {
    margin: 0;
}

.header-social-icons li a {
    color: #fff;
    transition: all 0.5s ease;
    font-size: 1.5em;
}

.header-social-icons li a {
    color: #fff;
    transition: all 0.5s ease;
    font-size: 2em;
}

.header-social-icons li a:hover {
    color: #FFED12;
}

.fixed .header-top {
    padding: 1.1em 0;
    display: none;
}

.footer-links {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

header.header.fixed {
    transition: all 0.5s ease;
}

header.header .logo img {
    transition: all 0.5s ease;
    max-width: 125px;
}

footer.footer .logo {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

section.agenda .container {
    max-width: 940px !important;
}


/* Agenda Section */

.agenda-new-wrap.agenda-wrapper-one-coulmns {
    width: 100%;
}

.section.agenda h4,
.section.agenda h3,
.section.agenda>h2 {
    color: #fff;
    text-align: center;
}

.section.agenda .section-title {
    color: #fff;
    text-align: center;
}

.section.agenda h2 {
    display: block;
    color: #fff;
    width: 100%;
    font-weight: bold;
    line-height: 1.2;
}


/*General for Agenda 1 Left Side*/

.section.agenda .agenda-inner-event-wrapper {
    background-color: transparent;
    margin-bottom: 28px;
    padding: 24px 24px 20px 20px;
    border: 5px solid #FFED12;
}

.agenda-inner-event-wrapper .ag2_tmlabel h2 {
    color: #FFED12;
}

.agenda-inner-event-wrapper ul.speakers-list li figure img {
    max-width: 100px;
    border-radius: 50%;
    max-height: 100px;
}

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .text-block-3 {
    color: #FFED12;
}

.agenda-inner-event-wrapper p,
.agenda-inner-event-wrapper ul {
    color: #FFED12;
}

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .text-block-3 .ticker {
    color: #FFED12;
}

.agenda-speaker-section-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.agenda-name-and-title {
    display: block;
    width: 75%;
    margin-left: 0px;
    padding-right: 28px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

h2.agenda_title span {
    cursor: pointer;
}

.section.agenda .agenda-inner-event-wrapper .speakers-list {
    flex-direction: column;
}

.section.agenda .agenda-inner-event-wrapper ul.speakers-list li {
    width: 100% !important;
    align-items: flex-start;
    justify-content: flex-start;
}

.section.agenda .agenda-inner-event-wrapper ul.speakers-list li a {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (min-width: 500px) {
    .section.agenda .agenda-inner-event-wrapper ul.speakers-list li a {
        flex-direction: row;
        align-items: center;
    }
}

.section.agenda .agenda-inner-event-wrapper .speaker-info p,
.section.agenda .agenda-inner-event-wrapper .speaker-info h5 {
    color: #FFED12;
    text-align: left;
}

.section.agenda .agenda-inner-event-wrapper ul.speakers-list li.no-bio:hover .speaker-info p,
.section.agenda .agenda-inner-event-wrapper ul.speakers-list li.no-bio:hover .speaker-info h5 {
    color: #FFED12;
}

.section.agenda .agenda-inner-event-wrapper ul.speakers-list li:hover .speaker-info p,
.section.agenda .agenda-inner-event-wrapper ul.speakers-list li:hover .speaker-info h5 {
    color: #fff;
}

.agenda-new-wrap {
    display: flex;
}

.agenda-breakout-wraper {
    width: 100%;
}

.agenda-wrapper-one-coulmns .agenda-rail-wrapper {
    width: 100%;
}

.agenda-wrapper-one-coulmns .agenda-rail-wrapper.agenda-right {
    display: none;
}

.agenda-wrapper-two-coulmns .agenda-rail-wrapper.agenda-left {
    margin-right: 3%;
}

.agenda-rail-wrapper .rail-title {
    font-size: 29px;
    font-weight: 700;
    margin: 14px 0;
    text-align: center;
    color: #fff;
    line-height: 1.1;
}

h2.agenda_title span a,
h2.agenda_title a {
    text-decoration: underline;
    margin-left: 5px;
}

.speaker-link p.speaker-name,
.speaker-link p.designation,
.speaker-link p.company {
    margin-bottom: 0;
}

time.ag2_tmtime {
    width: 100%;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: block;
    color: #FFED12;
}

a:hover {
    text-decoration: none;
}

#industry-leaders .item.circle .speaker-info h5 {
    color: black;
}

.agenda-rail-wrapper .ag2_tmlabel h2 {
    margin-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: none;
    text-align: left;
}


/** Navifgation**/

.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}


/*.main-navigation li:first-child {
padding-left: 0;
}*/

.session-description {
    color: #fff;
}

.main-navigation li {
    display: inline-block;
    text-align: center;
    padding: 12.5px 7px;
    transition: all 0.5s ease;
    /* padding-left: 0; */
}

.fixed .main-navigation li {
    padding-top: 11px;
    padding-bottom: 11px;
}

.main-navigation li a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    text-align: right;
}

.main-navigation li:hover a {
    color: #FFED12;
}

.main-padding {
    padding: 60px 0;
}

.main-navigation .navbar {
    padding: 0;
}


/**footer**/

footer {
    background-color: #000;
    padding: 3% 2% 7% 2%;
    border-top: 4px solid #FFED12;
}

.footer-col-left img {
    margin-bottom: 1em;
}

ul.contact-info {
    margin-bottom: 0;
}

ul.contact-info li {
    margin-top: 0.5em;
    display: inline-block;
    width: 100%;
    padding-left: 1.7em;
    position: relative;
}

ul.contact-info li a em {
    position: absolute;
    left: 0;
    top: 0.3em;
}

ul.contact-info li:last-child em {
    position: absolute;
    left: 0;
    top: 0.3em;
}

ul.contact-info li a {
    transition: all 0.5s ease;
    font-weight: bold;
    color: #fff;
}

ul.contact-info li:nth-child(2) {
    transition: all 0.5s ease;
    font-weight: bold;
    color: #fff;
}

ul.contact-info li a:hover,
ul.contact-info li:nth-child(2):hover {
    color: #f68218;
}

ul.contact-info li a em.fa.fa-phone {
    top: 0.2em;
}

.footer .h3 {
    color: #f68218;
    font-size: 1.4em;
    font-weight: bold;
}

.footer-col-middle {
    display: table;
    margin: auto;
}

.footer-col-middle ul {
    margin-bottom: 0;
}

.footer .footer-col-middle li a {
    color: #fff;
    font-weight: bold;
    transition: all 0.5s ease;
}

.footer .footer-col-middle li a:hover {
    color: #f68218;
}

.footer-col-middle li {
    margin-top: 10px;
}

.footer-col-middle li:first-child {
    margin: 0;
}

ul.footer-social-icons {
    text-align: left;
    margin: 0;
}

ul.footer-social-icons li {
    display: inline-block;
    line-height: normal;
}

ul.footer-social-icons li:first-child a {
    margin-left: 0;
}

ul.footer-social-icons li a {
    color: #fff;
    transition: all 0.5s ease;
    font-size: 2em;
    margin-left: 0.3em;
}

ul.footer-social-icons li a:hover {
    color: #f68218;
}

.button-choices {
    /*display: inline-block;*/
    float: left;
    width: 100%;
}

ul.main-btn-choices {
    display: none;
}

.footer-btn-choise {
    float: left;
    width: 100%;
}

.footer-col-right {
    max-width: 60%;
    /* margin: auto; */
    text-align: right;
    float: right;
}

.footer-btn-choise a {
    float: left;
    background: left #f68218;
    padding: 9px 15px;
    font-size: 21px;
    font-weight: bold;
    min-width: 100%;
    text-align: center;
    margin-top: 0.6em;
    transition: all 0.5s ease;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-btn-choise.or a {
    background: #f68218;
}

.footer-btn-choise.bl a {
    background-color: #3c8ed3;
    display: none;
}

.footer-btn-choise.bl a:hover {
    background: #fff;
    color: #3c8ed3;
}

.footer-btn-choise.or a:hover {
    background-color: #ffffff;
    color: #f68218;
}

.benzinga-fintech-award {
    background-color: #000;
}

ul.speakers-list {
    list-style-type: none;
    clear: both;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: stretch;
    justify-content: center;
    padding: 0;
}

ul.speakers-list li {
    width: 100%;
    margin: 1%;
    background: #fff;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
}

.speaker-wraper ul.speakers-list li a {
    color: #333;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

ul.speakers-list li figure {
    margin: 0;
}

ul.speakers-list li figure img {
    width: 100%;
    max-width: 125px;
    height: 100%;
    max-height: 125px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.speaker-info {
    padding: 12px 10px;
    text-align: center;
}

.speaker-info {
    font-weight: 300 !important;
}

.speaker-name {
    margin-top: 0px !important;
    font-weight: 700 !important;
    margin-bottom: 3px !important;
    position: relative !important;
    padding-bottom: 0 !important;
    font-size: 18px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 10px;
}

.company-info strong {
    display: block;
}

.speaker-wraper {
    background-color: #f68218;
}

.tagline {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.1em;
    line-height: normal;
}

.tagline.orng {
    color: #002d45;
}

.heading {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 5em;
    line-height: normal;
    margin-bottom: 0.4em;
}

.heading.orng {
    color: #002d45;
}

.heading.small-heading {
    font-size: 2.5em;
    text-align: left;
}

.award-wrap {
    max-width: 80%;
    margin: auto;
}

.award-wrap p {
    font-weight: bold;
}

.important-information {
    max-width: 60%;
    margin: 0 auto;
}

.important-information .heading {
    text-align: center;
}

.info-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
}

.info-left {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #000;
    font-size: 24px;
    line-height: normal;
}

.info-left strong {
    font-weight: 700;
    font-family: 'Open Sans';
}

.info-right {
    display: inline-block;
    font-size: 24px;
    padding-left: 0.5em;
    font-weight: 600;
    font-family: 'Open Sans';
    line-height: normal;
}

#faq-awards {
    background: #f68218;
}

.faq-title .fa {
    color: #fff;
    margin-right: 0.5em;
}

.faq-title {
    position: relative;
    font-size: 1.8em;
    padding-left: 3em;
    color: #fff;
    font-weight: bold;
}

.faq-title br {
    display: none;
}

.faq-list p {
    font-size: 1.3em;
    color: #fff;
}

.faq-list {
    margin-bottom: 1.5em;
}


/** New Award Categories **/


/** Speaker categories **/

.award-categories {
    background-color: unset;
}

.faq-heading {
    position: relative;
    padding-left: 42px;
}

.faq-heading:before {
    content: '\f059 ';
    font-family: 'fontAwesome';
    left: 0;
    position: absolute;
    top: 0;
}

#faq-award-list p {
    font-size: 18px !important;
    color: #fff !important;
    font-weight: 600 !important;
}

#faq-award-list .wpb_button,
#faq-award-list .wpb_content_element,
#faq-award-list ul.wpb_thumbnails-fluid>li {
    margin-bottom: 16px;
}

.award-col {
    position: relative;
    margin-top: 60px;
    overflow: hidden;
}

.award-col:after {
    transition: all 0.5s ease;
    width: 100%;
    height: 0%;
    background: rgba(246, 130, 24, 0.76);
    content: '';
    left: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
}

.award-col:hover:after {
    height: 100%;
    transition: all 0.5s ease;
}

.award-img img {
    width: 100%;
}

.award-bottom {
    transition: all 0.5s ease;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
}

.award-block {
    border: 5px solid #FFED12;
    color: #FFED12;
    padding: 20px;
    width: 46%;
    margin-right: 10px;
    margin-left: 10px;
}

.award-block:nth-of-type(odd) {
    margin-left: 0;
}

.award-block:nth-of-type(even) {
    margin-right: 0;
}

.award-row .flex-wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

.past-event .flex-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.award-bottom a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding: 2em;
}

.award-con {
    position: absolute;
    opacity: 0;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s ease;
    bottom: -100%;
    left: 0;
    padding: 1em;
}

.award-con p {
    color: #fff;
    font-weight: bold;
    transition: all 0.5s ease;
}

.award-title {
    color: #FFED12;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px;
    transition: all 2s ease;
}

.award-img:after {
    background: rgba(0, 0, 0, 0.5);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+15,1+75 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.award-col:hover .award-title.whover {
    opacity: 0;
    transition: 0.05s ease;
}

.award-col:hover .award-con {
    opacity: 1;
    display: block;
    bottom: 0;
    left: 0;
    /* padding: 2em; */
}

.award-col:hover .award-bottom {
    bottom: 0;
}


/* .award-heading {
    background-color: #f68218;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 15px;
} */

.award-slider {
    position: relative;
}

.award-slider .owl-prev {
    position: absolute;
    top: 23.5px;
    background-color: #fff;
    padding: 0.2em 1em;
    color: #f68218;
    font-size: 21px;
    font-weight: bolder;
    left: 0.5em;
    min-width: 180px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}

.award-slider .owl-next {
    position: absolute;
    top: 23.5px;
    background-color: #fff;
    padding: 0.2em 1em;
    color: #f68218;
    font-size: 21px;
    font-weight: bolder;
    right: 0.5em;
    min-width: 180px;
    text-align: center;
    cursor: pointer;
}

.owl-next,
.owl-prev {
    transition: all 0.5s ease;
}

.owl-prev:hover .fa-arrow-left {
    position: relative;
    right: 4px;
    transition: all 0.5s ease;
}

.owl-next:hover .fa-arrow-right,
.owl-next:hover strong {
    position: relative;
    left: 4px;
    transition: all 0.5s ease;
}

.award-slider .owl-prev strong {
    font-weight: 700;
    margin-left: 12px;
    font-family: 'Open Sans';
    text-transform: uppercase;
}

.award-slider .owl-next strong {
    font-weight: 700;
    margin-right: 12px;
    font-family: 'Open Sans';
    text-transform: uppercase;
}

.top-timeline-data {
    margin-bottom: 3em;
}

.top-timeline-data ul {
    display: flex;
    flex-wrap: wrap;
}

.top-timeline-data ul li {
    display: flex;
    flex-direction: column;
    width: 23.5%;
    margin-right: 2%;
    border: 1px solid #ccc;
    padding: 2em;
    align-items: center;
    box-shadow: 0px 0px 10px #ccc;
}

.top-timeline-data ul li:last-child {
    margin-right: 0;
}

.timeline-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5em;
}

.timeline-heading {
    font-weight: bold;
    font-size: 1.2em;
    color: #f68218;
}

.timeline-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 40px; */
    width: 5em;
    padding: 1em;
}

.timeline-text {
    text-align: center;
    font-weight: 600;
    margin-top: 0.2em;
}


/** Timeline**/

.cbp_tmtimeline>li a {
    color: #fff;
    text-decoration: underline;
}

.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}


/* The line */

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #afdcf8;
    left: 20%;
    margin-left: -10px;
}

.cbp_tmtimeline>li {
    position: relative;
}


/* The date/time */

.cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
    top: -10px;
}

.cbp_tmtimeline>li .cbp_tmtime span {
    display: block;
    text-align: right;
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #bdd0db;
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 2em;
    color: #3594cb;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #2A6D9E;
}


/* Right content */

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #3594cb;
    color: #fff;
    padding: 1.5em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel {
    background: #2A6D9E;
}

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #3594cb;
    color: #fff;
    padding: 1.2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}


/*ul.cbp_tmtimeline.orange-color > li:nth-child(odd) .cbp_tmlabel {
background: #F68218;
}
ul.cbp_tmtimeline.orange-color > li .cbp_tmlabel {
background: #ffa14c;
}
*/

.cbp_tmlabel h2 {
    margin-bottom: 0;
    font-size: 1.3em;
    font-weight: bold;
    line-height: normal;
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.cbp_tmtimeline>li .cbp_tmlabel.only-title h2 {
    border: 0;
    margin: 0;
    padding: 0;
}


/* The triangle */

.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #3594cb;
    border-width: 10px;
    top: 10px;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #2A6D9E;
}


/*ul.cbp_tmtimeline.orange-color > li .cbp_tmlabel:after {
border-right-color: #ffa14c;
}
ul.cbp_tmtimeline.orange-color > li:nth-child(odd) .cbp_tmlabel:after {
border-right-color: #F68218;
}*/


/* The icons */

.cbp_tmtimeline>li .cbp_tmicon {
    width: 40px;
    height: 40px;
    font-family: 'ecoico';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #46a4da;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #afdcf8;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
}

.cbp_tmtimeline ul.speakers-list li:nth-child(5) {
    margin-right: 2%;
}

.cbp_tmtimeline ul.speakers-list li figure:after {
    content: "\f002";
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    font-family: FontAwesome;
    text-align: center;
    color: #fff;
    line-height: 88px;
    font-size: 28px;
    transition: all 0.5s ease;
    opacity: 0;
}

.cbp_tmtimeline ul.speakers-list li:hover figure:after {
    opacity: 1;
}

.cbp_tmtimeline ul.speakers-list li figure img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.cbp_tmtimeline .speaker-info h5 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cbp_tmtimeline .speaker-info h4:after {
    content: none;
}

.cbp_tmtimeline ul.speakers-list li figure {
    width: 85px;
    float: left;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.cbp_tmtimeline ul.speakers-list li {
    width: 48%;
    background: none;
    margin-right: 2%;
    margin-bottom: 20px;
    flex-grow: 1;
}

.cbp_tmtimeline ul.speakers-list li:hover {
    background: none;
}

.cbp_tmtimeline ul.speakers-list {
    padding: 0;
    margin-top: 18px;
    flex-wrap: wrap;
}

.cbp_tmlabel .speaker-info {
    color: #fff;
    width: 70%;
    display: inline-block;
    text-align: left;
}

.company-info {
    margin-bottom: 0;
}

.company-info:first-of-type {
    font-weight: 300 !important;
}

.company-info:last-of-type {
    font-weight: bold !important;
}

.cbp_tmtimeline ul.speakers-list li figure {
    width: 85px;
    float: left;
}

.company-info strong {
    font-weight: 700 !important;
}


/*****************Company Profile************************/

.bz3-page-header__company {
    min-height: 270px;
}

.bz3-page-header {
    position: relative;
    width: 100%;
    margin-top: 122px;
}

.bz3-page-header__default-bg {
    background: url(img/black-bg.png);
    background-size: cover;
}

.mfp-close {
    color: #000;
}

.jquery-popup-link,
.no-bio,
.fb-learn,
.wlc-top a,
.footer-links a {
    text-decoration: none;
}

#investor-btn {
    border: 2px solid #202020;
    background: #4f4f4f;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border-radius: 7px;
    width: 100%;
}

#investor-deck {
    background: white;
    padding: 20px 10px 0 10px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

.company-highlights a {
    color: #3c8ed3;
    text-decoration: underline;
}

.company-container {
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
}

.company-mast p {
    text-align: justify;
}

span.floating-title {
    position: absolute;
    background: #3c8ed3;
    color: #fff;
    font-weight: bold;
    padding: 7px 19px;
    top: -15px;
    left: 18px;
    font-size: 15px;
}

.company-meta li img {
    width: 26px;
    margin-right: 13px;
}

span.floating-title img {
    max-width: 26px;
    position: absolute;
    left: 11px;
}

span.floating-title.male-icon img {
    max-width: 17px;
}

.company {
    position: relative;
}

header.header_default {
    margin-bottom: 0;
}

.company-left {
    width: 67%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-right: 1%;
}

.company-highlights {
    width: 32%;
    float: left;
    padding-right: 0;
    padding-left: 0;
}

.company-banner {
    width: 100%;
    float: left;
    padding-right: .625rem;
    padding-left: .625rem;
    position: relative;
}

#industry-leaders {
    padding-top: 0px !important;
}

.company-card {
    background: #f1f1f1;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    float: left;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.company-logo-image {
    width: 19%;
    float: left;
    margin-right: 4%;
}

.company-logo-inner {
    height: 150px;
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.company-logo-image.margin-0 .company-logo-inner {
    margin: 0;
}

.company-mast {
    float: left;
    position: relative;
    width: 77%;
}

.company-mast h1 {
    font-size: 2.5em;
    display: inline-block;
    padding-right: .5rem;
    margin-top: 0;
    color: #002d45;
    font-weight: 700;
}

.company-banner,
.company-highlights .company-card {
    margin-bottom: 5rem;
}

.company-contact.company-card {
    background: #f1f1f1;
}

a.learn-more {
    background: #2A6D9E;
    color: #fff;
    padding: 10px 23px;
    float: left;
    margin-bottom: 2em;
    font-weight: bold;
    border-radius: 5px;
}

.company-card h5 {
    font-size: 19px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    color: #002d45;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}

ul.company-meta {
    list-style: none;
    padding: 0;
}

.below-banner-btn-wrap {
    display: none !important;
}

@media only screen and (max-width:1288px) {
    .company-logo-image {
        height: auto;
        width: 19%;
        border: 0;
    }
    .company-card {
        padding-top: 7rem;
    }
}

@media only screen and (max-width:1024px) {
    header.header{
        display: flex;
        justify-content: space-between;
    }
    .company-mast h1 {
        font-size: 20px;
        display: inline-block;
        padding-right: .5rem;
        margin-top: 0;
        color: #2A6D9E;
    }
    .company-mast p {
        text-align: justify;
        font-size: 13px;
        line-height: 20px;
    }
    .company-highlights p,
    .company-meta li {
        font-size: 13px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width:768px) {
    .company-left,
    .company-highlights {
        width: 100%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width:480px) {
    .company-logo-image {
        height: auto;
        width: 70%;
        border: 0;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .company-mast {
        float: left;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .company-mast h1 small {
        display: block;
        font-size: 16px;
        font-weight: bold;
    }
    .company-mast h1 span {
        display: none;
    }
}

.company-content {
    position: relative;
    height: 104px;
    overflow: hidden;
}

.company-content.fade-out:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f1f1f1);
}

div#read-more-description-toggle,
.less-see {
    background: #f68218;
    display: inline-block;
    color: #fff;
    padding: 9px 21px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
}

a.big-btn {
    background: #f68218;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}


/************Company Profile End************/


/* Example Media Queries */

@media screen and (max-width:65.375em) {
    .cbp_tmtimeline>li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width:47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }
    .cbp_tmtimeline>li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }
    .cbp_tmtimeline>li .cbp_tmtime span {
        text-align: left;
    }
    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }
    .cbp_tmtimeline>li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #3594cb;
        top: -20px;
    }
    .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #2A6D9E;
    }
    .cbp_tmtimeline>li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}


/** Timeline css ends**/


/** accordion**/

.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #002d45;
    border-radius: 0px !important;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: -1px;
}

.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #002d45 !important;
    background-color: #002d45 !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
    background: #002d45 !important;
}

.vc_tta-panel-body {
    background: #002d45 !important;
}

#faq-award p {
    color: #fff;
    font-size: 1.2em;
}

.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff;
}

.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
    border: none !important;
}

span.vc_tta-title-text {
    color: #fff;
    font-size: 1.1em;
}

.vc_tta-panel-body {
    border: none !important;
    padding-top: 0 !important;
}

.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-orange.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff !important;
}

#faq-award .heading.small-heading {
    font-size: 3em;
    margin-top: 0.5em;
}

.home div#primary {
    padding-top: 100px;
    transition: all 0.5s ease;
}

.home.popup-reomved div#primary {
    padding-top: 84px;
}

.bg-dark {
    background-color: #000 !important;
}

.navbar-collapse {
    justify-content: flex-end;
}

.navbar-nav {
    margin-right: 0 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #FFED12;
}

a {
    font-weight: 900;
}


/* body.home ul.speakers-list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
} */


/* Home */

.hero {
    /* margin-top: 80px; */
    padding: 3%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    z-index: 2;
}

.final-cta {
    padding: 3%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    z-index: 2;
}

.white-to-black {
    background-image: linear-gradient(to left, #000000, #040404, #080808, #0c0c0c, #0f0f0f, #181818, #212121, #292929, #3a3a3a, #4c4c4c, #5f5f5f, #737373);
}

.black-to-white {
    background-image: linear-gradient(to right, #000000, #040404, #080808, #0c0c0c, #0f0f0f, #181818, #212121, #292929, #3a3a3a, #4c4c4c, #5f5f5f, #737373);
}

.black-to-white h1,
.black-to-white h2,
.black-to-white h3,
.black-to-white h4,
.black-to-white h5,
.black-to-white h6,
.black-to-white p,
.black-to-white ul {
    color: #fff;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%); */
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero .overlay {
    background: rgb(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.site-main .hero {
    padding-top: 0 !important;
}

.section-title {
    text-transform: uppercase;
}

.hero .section-title,
.hero .flex-wrapper,
.hero svg {
    position: relative;
    z-index: 2;
}

.hero .section-title {
    margin-bottom: 0;
}

.hero-buttons {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.hero-buttons .button {
    margin: 10px 0;
}

.hero-buttons .button:first-of-type {
    margin-left: 0;
}

.hero-buttons .button:last-of-type {
    margin-right: 0;
}

body.page-id-7484 main .entry-content {
    background-color: white !important;
}

.button.black:hover {
    border: 4px solid #000 !important;
}


/* section.black {
    background-color: #000;
    color: #fff;
} */

section.black p {
    color: #fff;
}

section.white {
    background-color: #fff;
    color: #000;
}

section.white p {
    color: black;
}

.section.agenda .agenda-inner-event-wrapper h2,
.section.agenda .agenda-inner-event-wrapper h3,
.section.agenda .agenda-inner-event-wrapper h4,
.section.agenda .agenda-inner-event-wrapper h5,
.section.agenda .agenda-inner-event-wrapper h6,
.section.agenda .agenda-inner-event-wrapper p,
.section.agenda .agenda-inner-event-wrapper strong,
.section.agenda .agenda-inner-event-wrapper ul {
    color: #FFED12;
    text-align: left;
}

.agenda-speakers {
    padding: 0;
    margin-bottom: 20px;
    list-style-type: none;
    margin-left: 2%;
}

.agenda-speakers li {
    margin-bottom: 10px;
}

.agenda-speakers li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.session-type {
    font-weight: bold;
}

.agenda-speakers li a figure {
    margin: 0;
}

.agenda-speakers li a figure img {
    max-width: 100px;
    max-height: 100px;
    /* border-radius: 50%; */
}

.agenda-speakers li:last-of-type {
    margin-bottom: 0px;
}

section.yellow {
    background-color: #FFED12;
    color: #000;
}

button.navbar-toggler {
    display: none;
    width: auto;
    float: none;
    padding: 12px 0px;
    border: none;
}

@media screen and (max-width:991px) {
    button.navbar-toggler {
        display: flex;
    }
}

section.white .button:hover,
section.white .button.yellow:hover,
section.white button:hover,
section.white input[type="button"]:hover,
section.white input[type="reset"]:hover,
section.white input[type="submit"]:hover {
    background-color: #000;
}

.button.black {
    background-color: #000;
    border-color: #000;
    color: #FFED12;
}

p.h4 {
    text-transform: uppercase;
}

.button.black:hover {
    background-color: #FFED12;
    color: #000 !important;
    border-color: #000;
}

section.yellow p {
    color: #000;
}

.section-title span {
    color: #FFED12;
}

@media (min-width: 768px) {
    .hero-buttons {
        flex-direction: row;
    }
    .hero-buttons .button {
        margin: 10px;
    }
    .hero-buttons .button:first-of-type {
        margin-left: 0;
    }
    .hero-buttons .button:last-of-type {
        margin-right: 0;
    }
}

.mfp-inline-holder .mfp-content {
    line-height: 0;
    width: 90%;
    max-width: 768px;
}

.mfp-inline-holder .mfp-content iframe {
    width: 100%;
    height: 90vh;
    max-height: 450px;
}

.mfp-bg {
    background: #002d45;
    opacity: 1;
}

button.mfp-close {
    position: absolute;
    right: 0;
    color: #fff;
    top: -44px;
}

.mfp-inline-holder .mfp-content h4 {
    color: #fff;
    font-weight: 800;
    font-size: 46px;
    text-align: center;
}

button.mfp-close {
    position: fixed;
    right: 30px;
    color: #fff !important;
    top: 30px;
    font-size: 78px;
}


/* 
    Featured Companies Section
*/

section.featured-companies {
    text-align: center;
    color: #fff;
}

.featured-companies .owl-nav i,
section.speakers .speaker-carousel .owl-nav i {
    color: #fff !important;
}

.featured-companies .owl-carousel .item.circle,
.past-winners .owl-carousel .item.circle .past-winner-image {
    background-color: #fff;
}

.video-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 500px;
}

section.hero p.section-subtitle {
    color: white !important;
}

video {
    background-position: center;
    background-size: cover;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    height: 550px;
}


/* Global */

.slick-slider {
    position: relative;
}

.slick-list.draggable {
    width: 100%;
    margin: 0 auto;
    max-width: 85%;
    /* padding: 0 30px !important; */
}

.slick-slider .fa-chevron-left {
    left: 0;
}

.slick-slider .fa-chevron-right {
    right: 0;
}

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
}

.slick-wrapper {
    width: 100%;
}

.slide-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slide-item h3 {
    font-family: Lato, sans-serif;
    font-size: 40px;
}

a {
    transition: all .3s;
    color: #2b73e5;
    /* font-weight: normal !important; */
    text-decoration: none !important;
}

a:hover {
    color: #000;
}

button {
    font-size: 18px;
    font-weight: 800 !important;
    font-family: 'Montserrat', sans-serif !important;
}

section#participate,
section.call-to-action.black {
    text-align: center;
    margin: 0 auto;
}

body.page-template-partnership-template h1 {
    text-transform: unset !important;
}

body.page-template-partnership-template section.section {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

body.page-template-partnership-template .button-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
    width: 100%;
}

img.partner-logo {
    max-width: 200px;
}

body.page-template-partnership-template .button-wrap {
    width: 100%;
    margin: 15px 0;
}

body.page-template-partnership-template .content-block {
    padding: 15px 0;
}

body.page-template-partnership-template .section-title {
    text-align: center;
}

body.page-template-partnership-template ul {
    margin-left: 20px;
}

body.page-template-partnership-template .button {
    text-align: center;
}


/* 
    Hero Section
*/

section.hero {
    overflow: hidden;
    /* margin-top: 120px; */
    position: relative;
    /* margin-top: 80px; */
    /* padding-top: 15% !important; */
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.hero .flex-wrapper {
    display: flex;
    flex-direction: row;
}

section.hero .flex-wrapper .block {
    width: 100%;
}

section.hero svg {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}


/* 
    Deadline Section
*/

section.deadline .flex-wrapper {
    align-items: center;
}

section.deadline .flex-wrapper>div {
    width: 100%;
    text-align: center;
}

section.deadline .section-title {
    font-weight: 900;
    text-transform: unset !important;
}


/* 
    Why Attend Section
*/

section.why-attend .block {
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

section.topics .block {
    width: 100%;
}

section.topics .flex-wrapper {
    justify-content: flex-start !important;
}

section.topics ul li {
    list-style-type: disc;
}

section.topics ul li {
    margin: 10px 0;
}

.site section.section {
    padding: 3% !important;
}

section.why-attend .block p.block-title,
section.topics .block .block-title {
    background-color: unset;
    color: #000;
    font-weight: 700 !important;
    text-align: center;
}

section.why-attend .block .block-title {
    text-align: left !important;
}

section.why-attend p.section-title {
    font-style: italic;
    font-weight: 700 !important;
    text-align: center;
}

#countdown ul {
    padding-left: 0 !important;
    text-align: center;
    margin-bottom: 25px;
}

#countdown li {
    display: inline-block;
    font-size: 14px;
    list-style-type: none;
    padding: 0.5em;
    text-transform: uppercase;
    text-align: center;
}

#countdown li span {
    display: block;
    font-size: 18px;
    font-weight: 900 !important;
}


/* 
    About Section
*/

section.about .simply-countdown>.simply-section .simply-amount,
section.about .simply-countdown>.simply-section .simply-word {
    color: #fff !important;
}

section.about .block:last-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

section#winners-finalists .cards {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

section#winners-finalists .cards .winner-cards {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    margin: 10px;
}

section#winners-finalists .cards .winner-cards .wl-title {
    text-align: center;
    padding: 10px;
    background-color: gray;
    color: white !important;
}

section#winners-finalists .cards .winner-cards .wlc-top {
    width: 100% !important;
    margin: unset !important;
    padding: 10px;
}

section.about .section-cta {
    margin-top: 20px;
}

.section-cta {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

section.black .section-title {
    color: #000;
}

section.yellow .section-title,
section.white .section-title {
    color: #000;
}

.site-main {
    /* background-color: #000; */
}

section.about .section-title {
    border-bottom: 5px solid #FFED12;
    margin-bottom: 30px;
}

section.about .simply-countdown>.simply-section div:after {
    background-color: #fff !important;
}


/* 
    Categories Section
*/

section.categories .flex-wrapper,
section.faqs .flex-wrapper {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
}

section.categories .left-panel,
section.faqs .left-panel {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 20px;
}

section.categories .right-panel,
section.faqs .right-panel {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 20px;
}

section.categories .section-title,
section.faqs .section-title {
    color: #fff;
}

section.categories .award-heading,
section.faqs .award-heading {
    padding: unset !important;
}


/* Right Panel */

section.categories .right-panel,
section.faqs .right-panel {
    width: 68%;
    margin-left: 10px;
    text-align: left;
}

section.categories .right-panel .award-heading,
section.faqs .right-panel .faq-question {
    text-align: left;
}

section.categories .right-panel .award-heading h3,
section.faqs .right-panel .faq-question h3 {
    text-transform: uppercase;
}

section.categories .right-panel .award-heading h3::selection,
section.faqs .right-panel .faq-question h3::selection {
    background: #FFED12;
    color: #000;
}

section.intro h1::selection {
    background: #FFED12;
    color: #000;
}

section.categories .right-panel .award-heading p,
section.faqs .right-panel .faq-answer p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600 !important;
}

section.categories .right-panel .sub-categories-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}

section.categories .right-panel .sub-categories-list .sub-category {
    border: 5px solid #FFED12;
    color: #FFED12;
    width: 46%;
    padding: 20px;
    margin: 1% 2%;
    position: relative;
    /* cursor: pointer; */
    min-height: 100px;
    transition: .5s ease;
}

.sub-category-title h4 {
    color: #FFED12;
}

section.categories .right-panel .sub-categories-list .sub-category .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    background-color: #FFED12;
}

section.categories .right-panel .sub-categories-list .sub-category .overlay .text p {
    color: #000;
    font-size: 16px;
}

section.categories .right-panel .sub-categories-list .sub-category .overlay .text {
    background-color: #FFED12;
    padding: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

section.categories .right-panel .sub-categories-list .sub-category:nth-of-type(odd) {
    margin-left: 0;
}

section.categories .right-panel .sub-categories-list .sub-category:nth-of-type(even) {
    margin-right: 0;
}


/* Left Panel */

section.categories .left-panel,
section.faqs .left-panel {
    border-right: 3px solid #fff;
    width: 29%;
    margin-right: 10px;
}

section.categories .left-panel .award-heading,
section.faqs .left-panel .faq-question {
    text-align: right;
    color: #fff;
    font-weight: 900;
    margin: 10% 0;
    text-decoration: underline;
    line-height: 1.0 !important;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

section.categories .left-panel .award-heading.active a,
section.faqs .left-panel .faq-question.active {
    text-decoration: underline;
    color: #FFED12;
}

section.categories .left-panel .award-heading:hover,
section.faqs .left-panel .faq-question:hover {
    text-decoration: underline;
    color: #FFED12;
}

section.categories .left-panel .award-heading:first-of-type,
section.faqs .left-panel .faq-question:first-of-type {
    margin: 0 0 5% 0;
}

section.categories .left-panel .award-heading:last-of-type,
section.faqs .left-panel .faq-question:last-of-type {
    margin: 0 0 0 0;
}

section.sponsors .owl-nav>div,
section.sponsors .owl-nav>div,
section.articles .owl-nav>div,
section.articles .owl-nav>div i,
.owl-nav>div i {
    color: #000;
}

a:not([href]):not([tabindex]) {
    color: white !important;
}


/* 
    Responsive Section
*/


/* section {
    height: 100%;
    width: 100%;
    position: relative;
    top: 30px;
    color: #000;
    opacity: 0;
    transition: all 0.3s ease;
} 

section.active {
    opacity: 1;
    top: 0;
}

#revealPoint {
    position: fixed;
    height: 20px;
    width: 100%;
    left: 0;
    bottom: 100px;
    color: red;
    padding: 7px;
    margin: 0;
    border-bottom: 1px solid red;
}*/


/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.owl-carousel .item.circle,
.past-winner-image {
    width: 100%;
    /* width: 100px !important;
    min-height: 100px !important; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .item a,
.slide-item a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none !important;
}

.owl-carousel .item a p {
    text-decoration: none !important;
}

.owl-carousel .item a.past-winner {
    color: #000;
}

.owl-carousel .item a.past-winner .award {
    font-weight: 700 !important;
    margin-bottom: 0;
    margin-top: 20px;
}

.owl-carousel .item a.past-winner .company-name {
    font-weight: 300 !important;
}

.owl-carousel .item figure {
    margin: unset;
}

section.speakers .owl-carousel .item.circle {
    width: unset !important;
    min-height: unset !important;
}

section.speakers .owl-carousel .item.circle>.past-winner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    max-width: 1000px;
    margin: 0 auto;
}

section.speakers .owl-carousel .item.circle .past-winner .speaker-content {
    margin-left: 20px;
}

section.speakers .owl-carousel .item.circle .past-winner .speaker-content .speaker-title,
section.speakers .owl-carousel .item.circle .past-winner .speaker-content .company-name,
section.speakers .owl-carousel .item.circle .past-winner .speaker-content .speaker-bio {
    margin-bottom: 0;
}

.owl-carousel .item.circle figure.featured-company-image,
.owl-carousel .item.circle .past-winner-image figure.past-winner,
.slide-item figure.featured-company-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .item.circle figure.past-winner {
    width: 100%;
    width: 100px !important;
    min-height: 100px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}


/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
    display: none;
}

.owl-nav i {
    font-size: 18px;
}

.child-winner-1 {
    display: none;
}

.past-winners .owl-nav i {
    color: #000;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}


/* 
    Responsive & Global
*/

section.judges .section-title,
section.categories .section-title,
section.testimonials .section-title,
section.past-winners .section-title,
section.about .section-title,
section.faqs .section-title,
section.sponsors .section-title,
section.form-cta .section-title,
section.speakers .section-title,
section.socials .section-title {
    text-align: center;
    margin-bottom: 40px;
}

ul.socials {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}

.hbspt-form ul {
    padding-left: 0 !important;
}

ul.socials li {
    width: 20%;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

ul.socials li i {
    font-size: 50px;
}

ul.socials li a {
    color: #000;
}

ul.socials li a:hover {
    color: #FFED12;
}

section.form-cta .section-title {
    color: #fff;
}

.speakers ul.speakers-list li:hover .speaker-info h5,
.black ul.speakers-list li:hover .speaker-info h5,
.speakers ul.speakers-list li:hover .company-info,
.black ul.speakers-list li:hover .company-info {
    color: white !important;
}

.speakers ul.speakers-list li,
.black ul.speakers-list li {
    background-color: white;
}

section.speakers .speaker-info h5,
section.speakers .speaker-name,
.black .speaker-info h5,
section.speakers ul.speakers-list li a,
.black ul.speakers-list li a section.speakers ul.speakers-list li a.no-bio,
.black ul.speakers-list li a.no-bio,
section.speakers ul.speakers-list li a.no-bio:hover,
.black ul.speakers-list li a.no-bio:hover,
section.speakers ul.speakers-list li a.no-bio:hover h5,
.black ul.speakers-list li a.no-bio:hover h5,
section.speakers ul.speakers-list li:hover a .company-info,
.black ul.speakers-list li:hover a .company-info,
section.speakers ul.speakers-list li:hover a.no-bio .company-info,
.black ul.speakers-list li:hover a.no-bio .company-info,
section.speakers .speaker-info,
.black .speaker-info,
.black ul.speakers-list li:hover a.no-bio .speaker-info h5 {
    color: black !important;
}

body.home .section-title {
    text-transform: uppercase;
    font-weight: 900 !important;
    margin-bottom: 8px;
    line-height: 1.1;
}

.flex-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

section.posts .flex-wrapper article {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin: 2% 1%;
    padding: 20px;
    border: 4px solid #FFED12;
}

section.posts .flex-wrapper article:nth-of-type(odd) {
    margin-left: 0 !important;
}

section.posts .flex-wrapper article:nth-of-type(even) {
    margin-right: 0 !important;
}

section.posts .flex-wrapper {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

section.hero .section-content p {
    color: #fff !important;
}

section.why-attend .section-title span {
    color: #000;
}

section.categories .right-panel .award-heading h3,
section.faqs .right-panel .faq-question h3 {
    color: #FFED12;
}

.button,
.button.yellow,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0.5em 1.5em;
    text-transform: uppercase;
    font-weight: 800 !important;
    background-color: #FFED12;
    color: #000;
    transition: all .3s;
    border: 4px solid #FFED12;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none !important;
}

.main-navigation ul ul.sub-menu {
    display: none;
}

.navbar-toggler {
    margin-right: 0;
    margin-left: auto;
}

.button:hover,
button:hover,
.button.yellow:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #FFED12 !important;
    background-color: #000;
    border: 4px solid #FFED12;
}

.button.yellow-outline {
    background-color: transparent;
    color: #FFED12;
    border: 4px solid #FFED12;
}

.button.yellow-outline:hover {
    background-color: #FFED12;
    color: #000 !important;
    border-color: #FFED12;
}


/* Magnific Popup CSS */


/* Styles for dialog window */

.speaker-popup {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */


/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}


/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}


/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/**
 * Fade-move animation for second dialog
 */


/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.card,
.card-body {
    border-radius: 0;
}

.text-center {
    text-align: center;
    margin: 0 auto;
    display: block;
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}


/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b !important;
    opacity: 0.8 !important;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    font-size: 39px;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-wrap {
    z-index: 99999;
}

.speaker-right {
    width: 100%;
}

.speaker-detail {
    max-width: 940px;
    background: #000;
    margin: 0 auto;
    padding: 40px 20px;
    width: 100%;
    top: 50%;
    position: relative;
}

#buy-tickets {
    max-width: 1200px !important;
    background: white;
    margin: 0 auto;
    padding: 40px 20px;
    width: 100%;
    top: 50%;
    position: relative;
}

.speaker-content p {
    color: #fff;
    font-style: normal !important;
}

.speaker-content .speaker-bio {
    margin-top: 20px;
}

.speaker-content p.designation_company {
    margin-bottom: 0;
}

.speaker-content p.designation_company:last-of-type {
    font-weight: 700 !important;
}

.speaker-content .speaker-bio p i {
    font-style: normal;
}

.speaker-content h2 {
    font-size: 30px;
    margin-bottom: 7px;
    margin-top: 0;
    color: #FFED12;
}

span.designation_company {
    margin-bottom: 15px;
    display: block;
}

ul.speakers-list li a {
    color: #333;
}

.vc_custom_heading small {
    font-weight: 700;
    font-size: 32px;
    /* display: block; */
}

#speaker-cat {
    padding-bottom: 25px;
}

.hbspt-form label {
    margin-bottom: 0 !important;
}

.hbspt-form label span {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px !important;
    display: inline-block;
    padding-left: 10px;
    color: #fff;
}

.hbspt-form input[type="text"],
input[type="email"],
input[type="tel"],
select {
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 15px;
}

.hbspt-form textarea {
    width: 100% !important;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 15px;
    height: 282px;
    resize: none;
}

.hbspt-form .input {
    margin-right: 0 !important;
}

.hbspt-form fieldset {
    max-width: 100% !important;
}

.hs_submit.hs-submit {
    text-align: center;
}

.hs_firstname,
.hs_email,
.hs_company {
    padding-right: 15px !important;
}


/* .hs_lastname,
.hs_phone,
.hs_jobtitle {
    padding-left: 15px !important;
} */

section.form-cta .container {
    max-width: 940px !important;
}

section.form-cta {
    overflow: hidden;
    position: relative;
    background-color: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hs_submit.hs-submit input[type="submit"] {
    background: #FFED12;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    /* resize: none; */
    margin-bottom: 15px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    /* border: unset; */
    border: 4px solid #FFED12;
    width: auto;
}

section.yellow .hs_submit.hs-submit input[type="submit"] {
    border: 4px solid #000;
    background: #000;
    color: #FFED12;
}

section.yellow .hs_submit.hs-submit input[type="submit"]:hover {
    background-color: #000;
    color: #FFED12;
    border: 4px solid #000;
}

.hs_submit.hs-submit input[type="submit"]:hover {
    background-color: #FFED12;
    color: #000;
    border: 4px solid #000;
}

#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #FFED12;
    background: #FFED12;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 22;
}

#return-to-top i {
    color: #000;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #FFED12;
}

#return-to-top:hover i {
    color: #000;
    top: 5px;
}

ul.main-btn-choices {
    display: block;
    text-align: center;
    width: 100%;
}

li.mainbtn-choise {
    display: inline-block;
    margin: 0 8px;
}

li.mainbtn-choise a {
    display: inline-block;
    background-color: #f68218;
    padding: 13px 15px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    transition: all 0.5s ease;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    /*width: 171px;*/
    height: 56px;
}

li.mainbtn-choise.bl a {
    background: #3c8ed3;
}

li.mainbtn-choise a:hover {
    background-color: #f97900;
}

li.mainbtn-choise.bl a:hover {
    background: #3279b5;
}

#important-info ul.main-btn-choices {
    display: none;
}

.navbar-toggler-icon {
    background-image: url('img/toggle.png');
    float: left;
    width: 33px;
    height: 31px;
}

.main-btn-choices.mobile-btn {
    display: none;
}

.text-cta a:hover {
    text-decoration: underline;
    color: #fff;
}

#faq-award-list .vc_row.wpb_row.vc_inner.vc_row-fluid {
    margin-bottom: 15px;
}

.mobile-heading-five {
    display: none;
}

 :root {
    --color_0: #000;
    --color_1: #fff;
    --color_2: #B0C333;
    --color_3: #46A450;
}

.past-winner-blocks {
    background-color: #000;
    padding: 30px 20px;
    margin: 15px 0;
    color: #FFED12;
    border: 7px solid #FFED12;
    width: 100%;
    margin: 1% 2%;
}

::selection {
    background: #FFED12;
    color: #000;
}

section.yellow ::selection {
    background: #000;
    color: #FFED12;
}

section a[href="javascript:void(0)"],
.owl-carousel .item a[href="javascript:void(0)"] {
    cursor: auto;
}

section a[href="javascript:void(0)"]:hover {
    color: #fff;
}


/* 
.past-winners .past-winner {
    background-color: #000;
    padding: 30px 20px;
    margin: 15px 0;
    color: #FFED12;
    border: 7px solid #FFED12;
} */

.benzinga-voting .vote-btn {
    display: inline-block;
    margin-left: 15px
}

.benzinga-voting .vote-btn a {
    background: #f68218;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 13px;
    display: inline-block;
}

.benzinga-voting .vote-btn a:hover {
    background: #fff;
    color: #f68218;
}

.vot-close .fa {
    font-size: 21px;
    position: relative;
    top: 5px;
}

#location-info .vc_column-inner {
    padding: 10px 0 !important;
}

#location-info .wpb_content_element {
    margin-bottom: 0 !important;
}

.info-block {
    position: relative;
    display: flex;
}

.info-img {
    width: 74px;
    height: 74px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-img img {
    height: 37px;
    width: auto;
}

.info-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 27px;
}

.info-heading {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

.info-con,
.info-con a {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

.info-block a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#networking ul {
    list-style: none;
}

#networking ul li::before {
    content: "\2022";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#industry-leaders .speaker-info h5 {
    font-size: 15px;
}


/*.info-block.info-block-left:hover .info-con {
    color: #f6841f;
}*/

@media only screen and (max-width:479px) {
    .box .title {
        font-size: 20px;
    }
}

@media (min-width:1300px) {
    /* body.page-template-partnership-template .button-cta {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }
    body.page-template-partnership-template .button-wrap {
        width: 33%;
        margin: 5px;
    } */
}

@media (min-width: 768px) {
    section#winners-finalists .cards .winner-cards {
        width: 47%;
    }
}

@media (min-width: 860px) {
    .video-wrapper,
    .video-wrapper video {
        height: 700px;
    }
}

@media (min-width: 990px) {
    section#winners-finalists .cards .winner-cards {
        width: 30%;
    }
}

@media only screen and (max-width:990px) {
    .benzinga-voting {
        display: none;
    }
    .box {
        margin-bottom: 30px;
    }
    #faq-award-list table tr td {
        font-size: 15px;
    }
}

#label-email-f76dcb4c-6919-4d9f-98a8-de67def66f34 {
    display: none;
}

#news,
#contact-us {
    text-align: center !important;
    padding: 40px 20px !important;
    background-image: url('https://s3.amazonaws.com/wp-uploads.benzinga-events.prod/events/fintech-awards/wp-content/uploads/2023/11/28150804/News-CTA-Option-resized.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white !important;
}

#news .section-title,
#contact-us .section-title,
#contact-us p,
#news p {
    color: white !important;
}

.mini-section {
    padding: 10px !important;
    text-align: center;
}

.mini-section p {
    font-weight: bold !important;
    font-size: 1.2em;
}

.mini-section p>b {
    color: #FFED12;
}


/* #news input {
    width: auto;
} */

#news .hs_submit.hs-submit input[type="submit"] {
    font-size: 15px;
}

#menu-item-7828 {
    display: none;
}

@media screen and (max-width: 987px) {
    .header-button {
        display: none;
    }
    #menu-item-7828 {
        display: block;
    }
}

ul.speakers-list li {
    transition: all 0.3s ease 0s;
}

.slick-list.draggable {
    /* padding: 0 !important; */
}

.ui-tabs-hide {
    display: none;
}

#voting-tab-row {
    margin-top: 140px;
}

#voting-tab-row {
    margin-top: 222px;
    padding: 70px 0;
}

#voting-tab-row .wpb_content_element {
    margin-bottom: 0;
}

.ui-tabs-hide {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
}

.tab-top li a {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

.tab-top li a:after {
    position: absolute;
    content: '';
    right: -19px;
    top: 0;
    height: 64%;
    width: 2px;
    background-color: #000;
    bottom: 0;
    margin: auto;
}

.tab-top li:last-child a:after {
    content: none;
}

.tab-top li.ui-state-active a {
    color: #f68218;
}

.slick-list .tab-block.slick-slide {
    margin: 0 10px;
}

.tab-block-inner {
    border: 3px solid #03293b;
}

.block-title {
    color: #fff;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

ul.award-tab-list {
    display: inline-block;
    width: 100%;
}

ul.award-tab-list li .numb {
    font-size: 48px;
    color: #002d45;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    margin-right: 30px;
}

ul.award-tab-list {
    margin: 0;
}

.block-title {
    border-bottom: none !important;
}

ul.award-tab-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5px 42px;
    border-bottom: 3px solid #03293b;
}

.atr-title {
    font-weight: 700;
    margin-top: 0;
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    color: #03293b;
    line-height: normal;
}

.awrd-tab-bot {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #3885c9;
}

.atr-img {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.votting-last {
    padding: 70px 0;
}

.votting-last p {
    font-size: 19px;
    color: #000;
    margin: 0;
    padding: 0;
    max-width: 821px;
    margin: auto;
}

.votting-last ul.main-btn-choices {
    margin: 25px 0 0;
}

.vot-mid-img-out {
    text-align: center;
    position: relative;
}

.vot-mid-img-out:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 2px;
    background: #002d45;
    top: 42%;
    bottom: 0;
}

.vot-mid-img-inner {
    position: relative;
}

.slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
    position: absolute;
    left: -6%;
    top: 30%;
    font-size: 95px;
}

.slick-custom-arrow.slick-custom-arrow-right.slick-arrow {
    position: absolute;
    right: -6%;
    top: 30%;
    font-size: 95px;
}


/** Award Temp **/

#voting-tab-row h1 {
    font-size: 46px;
    font-weight: 800;
    text-transform: uppercase;
    color: #002d45;
    margin: 0;
}

div#voting-tab-row .heading {
    margin-bottom: 60px;
}

.tab-block {
    max-width: 1015px;
    margin: auto;
}

.atr-img img {
    max-width: 200px;
    height: 22px;
    margin-top: 14px;
}

#fintech-award-bg {
    background-color: #002d45;
}

.list-outer h3 {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    margin-top: 20px;
}

.list-outer ul li {
    list-style-type: cjk-ideographic;
    color: #fff;
    display: inline-block;
    width: 32.33%;
    position: relative;
    margin-top: 7px;
    font-size: 16px;
    margin-bottom: 7px;
    padding-left: 20px;
}

.secion-title.black {
    color: #000;
}

.secion-title.white {
    color: #fff;
}

.secion-title.yellow {
    color: #FFED12;
}

.yotu-playlist .yotu-pagination-more {
    padding: 0.5em 1.5em;
    text-transform: uppercase;
    font-weight: 800 !important;
    background-color: #FFED12;
    color: #000;
    transition: all .3s;
    border: 4px solid #FFED12 !important;
    cursor: pointer;
    box-shadow: none !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.yotu-playlist .yotu-pagination-more:hover {
    background-color: #000;
    color: #FFED12;
    border: 4px solid #000 !important;
}

a .list-outer ul li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    top: 7px;
}

.panel-title {
    border-top: 2px solid #000 !important;
}

.tooltipster-default .tooltipster-content {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
    margin-bottom: 15px;
}

.cbp_tmlabel li strong {
    font-weight: 700;
}

time.cbp_tmtime span+span {
    text-transform: uppercase;
}

h2.agenda_title.have_description span {
    cursor: pointer;
    transition: all 0.5s ease !important;
}

h2.agenda_title.have_description span {
    cursor: pointer;
}

h2.agenda_title.have_description span:hover {
    color: gray !important;
}

@media screen and (min-width:768px) {
    img.wp-image-668.aligncenter.lazyloaded {
        max-width: 80%;
    }
    .past-winner-blocks {
        width: 45%;
    }
    #industry-leaders .speaker-info h5 {
        font-size: 17px;
    }
    .blockquote-section p {
        font-size: 20px;
    }
}

@media screen and (max-width:1199px) {
    #voting-tab-row {
        margin-top: 188px;
        padding: 60px 0;
    }
    .tab-top li a:after {
        right: -11px;
    }
    .slick-custom-arrow.slick-custom-arrow-right.slick-arrow {
        right: -4%;
    }
    .slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
        left: -4%;
    }
}

@media screen and (max-width:1024px) {
    #voting-tab-row {
        margin-top: 160px;
        padding: 60px 0;
    }
    #voting-tab-row h1 {
        font-size: 36px;
    }
    div#voting-tab-row .heading {
        margin-bottom: 30px;
    }
    ul.award-tab-list li {
        padding: 5px 15px;
    }
    ul.award-tab-list li .numb {
        font-size: 40px;
        line-height: 40px;
        margin-right: 15px;
    }
}

@media screen and (max-width:991px) {
    .tab-top {
        display: flex;
        flex-wrap: wrap;
        padding: 0 10px;
        /* align-items: center; */
        justify-content: center;
    }
    .tab-top li {
        width: 33.33%;
        display: flex;
        background: #f27429;
        justify-content: center;
        align-items: center;
        border: 1px solid #fff;
    }
    .tab-top li a {
        color: #fff;
        position: relative;
        display: block;
        text-align: center;
        padding: 13px;
    }
    .tab-top li.ui-state-active a {
        color: #fff;
    }
    .tab-top li.ui-state-active {
        background: #3c8ed3;
    }
    .tab-top li a:after {
        content: none;
    }
    .votting-last p {
        font-size: 17px;
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    .slick-custom-arrow.slick-custom-arrow-right.slick-arrow {
        right: -7%;
    }
    .slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
        left: -7%;
    }
    ul.award-tab-list li .numb {
        font-size: 27px;
        line-height: 24px;
        margin-right: 11px;
    }
    .atr-title {
        font-size: 22px;
    }
    .atr-img img {
        max-width: 200px;
    }
    ul.award-tab-list li .numb {
        font-size: 22px;
        margin-top: 8px !important;
    }
    .votting-last {
        padding: 40px 0;
    }
    #voting-tab-row {
        padding: 40px 0;
    }
    #voting-tab-row h1 {
        font-size: 28px;
    }
}

@media screen and (max-width:540px) {
    .slick-list .tab-block.slick-slide {
        margin: 0 30px;
    }
    .slick-custom-arrow.slick-custom-arrow-right.slick-arrow {
        right: 0%;
        font-size: 50px;
    }
    .slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
        left: 0%;
        font-size: 50px;
    }
    .tab-top li {
        width: 050%;
    }
    .tab-top {
        margin-bottom: 24px;
    }
    #voting-tab-row h1 {
        font-size: 20px;
    }
    div#voting-tab-row .heading {
        margin-bottom: 15px;
    }
    ul.award-tab-list li {
        padding: 3px 6px;
    }
    atr-title {
        line-height: 13px;
    }
    ul.award-tab-list li .numb {
        font-size: 15px;
        line-height: 20px;
        margin-right: 7px;
        margin-top: 0px !important;
    }
    .awrd-tab-bot {
        padding: 4px 10px;
        font-size: 14px;
    }
    li.mainbtn-choise a {
        height: 44px;
        font-size: 16px;
    }
    .votting-last p {
        font-size: 14px;
    }
    .vot-mid-img-inner img {
        width: 72px;
    }
}

@media screen and (max-width:480px) {
    .atr-title {
        font-size: 16px;
    }
}

#annual-award .wpb_content_element {
    margin-bottom: 0;
}

div#annual-award h1 {
    margin-top: 20px;
}

ul.bz-news-list {
    padding: 0;
    margin: 0;
}

ul.bz-news-list li {
    list-style: none;
}

.in-left {
    display: inline-block;
    width: 200px;
    margin-right: 10px;
}

.in-left figure {
    margin-top: 0;
}

ul.bz-news-list a strong {
    color: #333;
}

.in-right {
    display: inline-block;
    width: calc(100% - 230px);
    vertical-align: top;
}

ul.bz-news-list li a {
    display: block;
    font-size: 18px;
    text-decoration: none;
}

span.date {
    font-size: 14px;
    color: rgb(111, 111, 117);
    padding: 2px 0;
    display: block;
}

.content-p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #6f6f75;
}

.in-right .read-more {
    color: #ff7633;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

ul.bz-news-list li:nth-child(odd) {
    background-color: #f5f5f5;
}

ul.bz-news-list li {
    padding: 12px;
    margin-top: 12px;
}

.all-news {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.all-news a {
    display: inline-block;
    background-color: #f68218;
    padding: 13px 15px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    transition: all 0.5s ease;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    width: 171px;
    height: 56px;
}

.all-news a:hover {
    background-color: #f97900;
    color: #fff;
    text-decoration: none;
}

.company-row {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    color: #000;
    border-bottom: 1px dotted #a7a7a7;
    position: relative;
}

.tab-content-inner {
    display: none !important;
}

.company-row a.cta-btn {
    float: right;
    background-color: #f68218;
    color: #fff;
    padding: 4px 10px;
    transition: all 0.5s ease;
    position: absolute;
    right: 0;
    top: 17px;
}

.company-row a.cta-btn:hover {
    background-color: #f97900;
    color: #fff;
}

.category-p {
    font-size: 12px;
    color: #333;
}

ul.sponsors-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}

ul.sponsors-list li {
    float: none;
    width: 23.55%;
    margin: 0 -4px;
    margin-bottom: 27px;
    margin-right: 20px;
    text-align: center;
    display: inline-block;
}

ul.sponsors-list li:nth-child(4n) {
    margin-right: 0;
}

#sponsors-row .wpb_content_element {
    margin-bottom: 0;
}

h4.panel-title a {
    font-size: 700 !important;
}

div#annual-award li {
    margin-bottom: 8px;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
}

body.home #page {
    /* margin-top: 85px !important; */
    padding-top: 0% !important;
}

#page {
    /* margin-top: 50px !important; */
    /* padding-top: 2% !important; */
}

.hero-cta {
    margin-top: 50px;
}

div#annual-award li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
    top: 7px;
}

.main-navigation ul.sub-menu li:last-child {
    border-bottom: none;
}

#travel-info-banner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 44px;
    text-shadow: 0px 0px 10px #000;
    margin: 0;
    margin-bottom: 10px;
}

#travel-info-banner p {
    font-size: 28px;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    margin-bottom: 17px;
}

.page-id-1156 .entry-content {
    padding-top: 80px;
}

.entry-content section.section:first-of-type {
    padding-top: 0 !important;
}

#travel-info-banner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

#travel-info-banner .hero-caption {
    position: relative;
    z-index: 2;
}

#hosted-by ul.speakers-list {
    /* text-align: center; */
    display: flex;
    width: 100%;
    /* align-items: center; */
    justify-content: center;
}

#hosted-by ul.speakers-list li {
    transition: all 0.3s ease 0s;
    text-align: center;
    display: inline-block;
}

ul.speakers-list li:hover .speaker-info h5,
ul.speakers-list li:hover .company-info {
    color: black;
}

a.no-bio:hover {
    cursor: default !important;
}

ul.speakers-list li:hover a.no-bio .speaker-info h5 {
    color: #000 !important;
}

ul.speakers-list li:hover a.no-bio .company-info {
    color: #2d2d2d;
}

.brella-widget-container {
    flex-direction: column-reverse;
}

.powered-by-brella img {
    max-width: 100px;
    width: 100%;
}

#brella-widget div,
.brella-widget-root,
.schedule-modal-content {
    font-family: "Montserrat", Sans-serif !important;
}


/* 
.brella-widget-root {
    background: black !important;
    color: white !important;
}

.schedule-filters-tag,
.schedule-slot-start-time,
.schedule-slot-start-day,
.schedule-slot-subtitle {
    color: white !important;
} */

.speakers-assignments-photo {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
}

.sticky-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background-color: #FFED12;
    padding-left: 100%;
    padding: 5px !important;
    text-align: center;
    box-sizing: content-box;
    z-index: 99;
    max-width: 100%;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.sticky-bottom a {
    font-weight: 900 !important;
    text-decoration: underline;
    color: black !important;
}

@media screen and (min-width: 428px) {
    .schedule-slot-start-time,
    .schedule-slot-start-day {
        color: black !important;
    }
}

@media only screen and (max-width: 768px) {
    .schedule-slot-start-time,
    .schedule-slot-start-day {
        color: black !important;
    }
}

.schedule-filters-tag:hover {
    color: black !important;
}

.schedule-slot {
    background-color: white !important;
}

.schedule-slot-content {
    width: 100% !important;
    max-width: 100% !important;
}

.schedule-slot-head {
    color: #fff !important;
    background: #fff !important;
}

.schedule-slot-name {
    font-size: 18px !important;
}

.speakers-assignments-name {
    font-size: 16px !important;
    line-height: 1.5em !important;
}

@media(min-width: 650px) {
    .brella-widget-container {
        flex-direction: row;
    }
}

span.tooltipstered strong {
    background-color: #f68218;
    font-size: 14px;
    padding: 6px 11px;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 12px;
    margin-bottom: 25px;
    float: left;
}

ul.jump-menu li {
    margin-right: 5px;
}

div#parent-alt li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    top: 7px;
}

div#parent-alt li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 6px;
}

div#parent-alt p {
    margin-bottom: 10px;
}

#parent-alt table td {
    border: 2px solid #002d45;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 15px;
    line-height: normal;
}

div#parent-alt table img {
    width: 150px;
}

#parent-alt table {
    width: 100%;
    max-width: 64%;
    margin: auto;
    margin-top: 20px;
}

.list-sidebar {
    background: #e0e0e0;
    padding: 20px;
}

.list-sidebar input[type="text"] {
    width: 100%;
    border: 2px solid #7d7d7d;
    padding: 10px;
    margin-bottom: 20px;
}

.parent-cat-heading {
    color: #000;
    font-size: 20px;
    margin-bottom: 6px;
}

ul.filters {
    margin-left: 13px;
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f0d8";
    padding-right: 5px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f0d7";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.wlc-top.winner {
    text-decoration: underline;
}


/* @media (min-width: 900px) {
    .wlc-top {
        width: 47%;
        font-size: 18px!important;
        margin: 1%;
    }
} */

section.listmakers .section-title {
    position: relative;
    text-align: center;
}

.mobile-menu {
    display: none;
}

ul#primary-menu li:hover ul.sub-menu li a {
    text-align: left;
}

ul#primary-menu li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    color: #FFED12;
    margin-left: 10px;
    font-size: 10px;
}

@media (min-width:992px) {
    header.header {
        display: flex;
        width: 100%;
        max-width: 100%;
        align-items: center;
        justify-content: space-around;
        text-align: center;
        position: relative;
        left: 0;
        top: 0;
        transition: all 0.5s ease;
        z-index: 99;
        background-color: #000;
    }
    .main-navigation {
        /* margin-left: 5%; */
    }
    header.header .logo img {
        transition: all 0.5s ease;
        max-width: 125px;
    }
    ul#primary-menu li:hover ul.sub-menu {
        margin-left: 0;
        position: absolute;
        padding: 0;
        top: 100%;
        z-index: 99999;
        text-align: left;
        display: none;
        margin-top: 0px;
        padding: 0;
        padding-bottom: 0;
        max-width: 300px;
        height: auto;
        box-shadow: none;
    }
    ul.sub-menu li {
        color: #fff;
    }
    ul.sub-menu li a {
        color: #fff !important;
    }
    ul#primary-menu li:hover>ul.sub-menu {
        display: block;
    }
    ul#primary-menu li:hover ul.sub-menu li {
        background-color: #000;
        display: block;
        text-align: left;
    }
    .sub-menu li a:hover {
        color: #FFED12 !important;
    }
}

.agenda-inner-event-wrapper .speaker-info {
    text-align: left;
}

section.why-attend {
    padding: 2% 3% !important;
}

section.why-attend .block-title {
    padding: 0px;
}

.agenda-inner-event-wrapper {
    padding: 20px 10px;
    margin: 10px 0;
    border: 4px solid #FFED12;
}


/*Winners*/

ul.winner-list {
    /* max-width: 1200px;
    margin: 0 auto; */
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0; */
}

section.past-events a.block {
    /* display: flex; */
    width: 100%;
    background-color: #000;
    padding: 20px 10px;
    margin: 15px 0;
    color: #FFED12;
    border: 7px solid #FFED12;
}

section.inplayer-section {
    padding: 3% 20px;
}

.back-to-hub {
    display: block;
    margin: 15px auto;
    font-weight: 700 !important;
}

section.inplayer-section .section-title {
    text-align: left;
    color: #FFED12;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    margin-top: 0 !important;
}

section.past-events a.block:hover button {
    background-color: #000;
    color: #FFED12;
}

section.past-events a.block p,
section.past-events a.block h4 {
    color: #FFED12;
    text-align: left;
}

.wl-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    padding-bottom: 8px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 7px solid #000;
    width: 100%;
    line-height: 1.2;
}

.winner-list-col {
    width: 100%;
    margin: 20px 0;
}

li.winner-list-col.child-winner-4 .wl-title,
li.winner-list-col.child-winner-4 .wlc-top {
    color: #000;
}

.wlc-top {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 7px;
    width: 100%;
}

.wl-learn a {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
}

.wl-learn a:hover {
    text-decoration: underline;
}

.footer-col-middle h3 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

body.home section.hero {
    padding-top: 4% !important;
    padding-bottom: 4% !important;
}

.footer-col-middle li {
    position: relative;
    padding-left: 25px;
    text-align: left !important;
}

.footer-col-middle li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
}

section.section ul li {
    list-style-type: disc !important;
    margin-bottom: 5px;
}

section.videos ul li,
.winner-list .winner-list-col {
    list-style-type: none !important;
}

img.clipped-left {
    -webkit-clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%);
    margin: 20px auto;
    max-width: 600px;
    width: 100%;
    display: block;
}

img.clipped-right {
    -webkit-clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
    margin: 20px auto;
    max-width: 600px;
    width: 100%;
    display: block;
}

.footer .footer-col-middle li a:hover {
    color: #f68218 !important;
}

.winner-icon {
    background: url(img/trophy.svg);
    width: 38px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

section.deadline .flex-wrapper>div:last-of-type {
    text-align: center;
}

section.why-attend .flex-wrapper .block {
    margin-bottom: 10px;
}

section.why-attend .block p.block-title {
    margin-bottom: 8px !important;
}

section.why-attend .flex-wrapper .block p {
    /* font-weight: 500 !important */
}

section.why-attend .flex-wrapper .block:nth-of-type(2),
section.why-attend .flex-wrapper .block:nth-of-type(4),
section.why-attend .flex-wrapper .block:nth-of-type(3) {
    justify-content: flex-start;
}

section.why-attend .flex-wrapper .block:first-of-type .h2 {
    font-style: italic !important;
}

#industry-leaders .item.circle img,
#hotels img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer-links a {
    color: white;
}

.footer-links a:hover {
    color: #FFED12;
}

#hotels img {
    margin: 10px 0;
    display: block;
}

#hotels .section-title {
    text-align: center;
}

@media (min-width: 425px) {
    #countdown li {
        font-size: 18px;
        padding: 0.5em;
    }
    #countdown li span {
        font-size: 25px;
    }
}

@media (min-width: 500px) {
    ul.speakers-list li {
        width: 43%;
    }
}

@media (min-width: 600px) {
    /* .owl-carousel .item.circle,
    .past-winner-image {
        width: 150px !important;
        min-height: 150px !important;
    } */
    /* .owl-carousel .item.circle figure.past-winner {
        width: 150px !important;
        min-height: 150px !important;
    } */
    .owl-nav>div {
        display: block;
    }
    div.wl-con {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #countdown li {
        font-size: 20px;
        padding: 0.5em;
    }
    #countdown li span {
        font-size: 35px;
    }
}

@media (min-width: 768px) {
    #countdown li {
        font-size: 25px;
        padding: 0.5em;
    }
    #countdown li span {
        font-size: 40px;
    }
    .wlc-top {
        width: 47%;
        font-size: 18px !important;
        margin: 1%;
    }
    ul.speakers-list li {
        width: 29%;
    }
    section.posts .flex-wrapper article {
        width: 48%;
    }
    .flex-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }
    section.why-attend .flex-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
    }
    section.why-attend .flex-wrapper .block,
    section.topics .flex-wrapper .block {
        text-align: left;
    }
    section.deadline .flex-wrapper>div {
        margin: 0 10px;
        text-align: left;
    }
    section.deadline .flex-wrapper>div:first-of-type {
        margin-left: 0;
        width: 29%;
    }
    section.deadline .flex-wrapper>div:last-of-type {
        margin-right: 0;
        width: 65%;
    }
    section.about .flex-wrapper {
        flex-direction: column;
    }
    section.why-attend .flex-wrapper .block {
        margin-right: 10px;
        margin-left: 10px;
        width: 46%;
    }
    section.topics .flex-wrapper .block {
        width: 100%;
    }
    section.why-attend .flex-wrapper .block:first-of-type .h2,
    h1 {
        font-size: 30px;
    }
    section.why-attend .flex-wrapper .block:first-of-type,
    section.topics .flex-wrapper .block:first-of-type {
        margin-left: 0;
    }
    section.why-attend .flex-wrapper .block:last-of-type,
    section.topics .flex-wrapper .block:last-of-type {
        margin-right: 0;
    }
    section.hero {
        /* margin-top: 130px; */
        justify-content: space-between;
    }
    section.past-events a.block {
        width: 45%;
        margin: 15px 15px;
    }
    .h1,
    h1 {
        font-size: 35px;
    }
    .h2,
    h2 {
        font-size: 30px;
    }
    .h3,
    h3 {
        font-size: 25px;
    }
    .h4,
    h4,
    .wlc-top {
        font-size: 22px;
    }
    .h5,
    h5 {
        font-size: 19px;
    }
    .h6,
    h6 {
        font-size: 17px;
    }
    p,
    ul li {
        font-size: 15px;
    }
}

@media (min-width: 990px) {
    body.home section.hero {
        /* margin-top: 100px; */
    }
    .wl-title {
        font-size: 30px;
    }
    section.hero .flex-wrapper .block {
        width: 100%;
    }
    section.hero svg {
        opacity: 1;
        right: 150px;
    }
    section.about .block {
        width: 48%;
    }
    section.about .block:last-of-type {
        width: 48%;
    }
    section.about .flex-wrapper {
        flex-direction: row;
    }
    section.about .block:first-of-type {
        margin-left: 0;
        margin-right: 10px;
    }
    section.about .block:last-of-type {
        margin-right: 0;
        margin-left: 10px;
    }
    section.topics .flex-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
    }
    section.topics .flex-wrapper .block:first-of-type {
        width: 22%;
    }
    section.topics .flex-wrapper .block:nth-of-type(2) {
        width: 35%;
    }
    section.topics .flex-wrapper .block:nth-of-type(3) {
        width: 35%;
    }
    /* .owl-carousel .item.circle,
    .past-winner-image {
        width: 200px !important;
        min-height: 200px !important;
    } */
    .owl-carousel .item.circle figure.past-winner {
        width: 200px !important;
        min-height: 200px !important;
    }
    .h1,
    h1 {
        font-size: 43px;
    }
    .h2,
    h2 {
        font-size: 40px;
    }
    .h3,
    h3 {
        font-size: 30px;
    }
    .h4,
    h4,
    .wlc-top {
        font-size: 25px;
    }
    .h5,
    h5 {
        font-size: 20px;
    }
    .h6,
    h6 {
        font-size: 17px;
    }
    p,
    ul li {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    #countdown li {
        font-size: 20px;
        padding: 0.5em;
    }
    #countdown li span {
        font-size: 30px;
    }
    #industry-leaders .item.circle img {
        max-width: 200px !important;
        min-height: 200px !important;
    }
}

@media (min-width: 1140px) {
    section.why-attend .flex-wrapper .block {
        width: 22%;
    }
}

@media (min-width: 1200px) {
    #countdown li {
        font-size: 25px;
        padding: 0.5em;
    }
    #countdown li span {
        font-size: 30px;
    }
    ul.speakers-list li {
        width: 23%;
    }
    section.categories .right-panel .sub-categories-list .sub-category {
        min-height: 150px;
    }
    section.categories .right-panel .sub-categories-list .sub-category:hover .overlay {
        height: 100%;
        z-index: 2;
    }
    .h1,
    h1 {
        font-size: 55px;
    }
    .h2,
    h2 {
        font-size: 45px;
    }
    .h3,
    h3 {
        font-size: 40px;
    }
    .h4,
    h4 {
        font-size: 30px;
    }
    .h5,
    h5 {
        font-size: 25px;
    }
    .h6,
    h6 {
        font-size: 20px;
    }
    p,
    ul li {
        font-size: 17px;
    }
}

@media (min-width: 1271px) {
    body.home section.hero {
        /* margin-top: 50px; */
    }
}

@media (min-width: 1400px) {
    ul.speakers-list li {
        width: 16%;
    }
}

@media (min-width: 2000px) {
    .h1,
    h1 {
        font-size: 60px;
    }
    .h2,
    h2 {
        font-size: 50px;
    }
    .h3,
    h3 {
        font-size: 45px;
    }
    .h4,
    h4 {
        font-size: 35px;
    }
    .h5,
    h5 {
        font-size: 30px;
    }
    .h6,
    h6 {
        font-size: 25px;
    }
    p,
    ul li {
        font-size: 17px;
    }
}