/*
Theme Name: Bell Works 2020
Description: Fresh New Website for the Bell Works locations.
Version: 1.0.0
*/

/* Resets */

:root {
    --accent: #FEC10E;
    --accent2: #009ADE;
    --desktoppadding: 170px;
}

/* heading font: Gotham bold, content font: Avenir  */
@font-face {
    font-family: 'Gotham';
    src: url(inc/fonts/Gotham-Medium.otf);
}
@font-face {
    font-family: 'Gotham';
    src: url(inc/fonts/Gotham-Black.otf);
    font-weight: 900;
}
@font-face {
    font-family: 'Avenir';
    src: url(inc/fonts/AvenirLTStd-Book.otf);
}
@font-face {
    font-family: 'Avenir';
    src: url(inc/fonts/AvenirLTStd-Medium.otf);
    font-weight: bold;
}
@font-face {
    font-family: 'Avenir';
    src: url(inc/fonts/AvenirLTStd-BookOblique.otf);
    font-style: italic;
}

html, body {
    min-height: 100%;
}

body {
    font-family: 'Avenir', sans-serif;
    line-height: 1.35;
    text-align: left;
    color: #000;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.25;
    font-weight: 900;
    font-family: 'Gotham', serif;
}

h1 {
    font-size: 72px;
    padding-bottom: 10px;
}
h2 {
    font-size: 2.25rem;
    padding-bottom: 10px;
}
h3 {
    font-size: 36px;
    font-weight: 400;
}
h4 {
    font-size: 24px;
    font-weight: 400;
}
h5 {
    font-size: 24px;
    font-weight: 400;
}
h6 {
    font-size: 1rem;
}

p {
    font-size: 18px;
    line-height: 1.45;
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    -webkit-transition: .3s color ease;
    -o-transition: .3s color ease;
    transition: .3s color ease;
    color: var(--accent);
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

blockquote {
    border-left: 3px solid #eee;
    padding-left: 20px;
    margin-left: 20px;
}
input, textarea, select {
    font-size: 16px;
}

/* WP Core Styles */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
img.alignright { float: right; margin: 5px 0 20px 20px; }
img.alignnone { margin: 5px 20px 20px 0; }
img.alignleft { float: left; margin: 5px 20px 20px 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
p.wp-caption-text { font-size: 12px; text-align: center; line-height: 1; margin-top: 0; }

hr, .wp-block-separator.is-style-wide {
    border: none;
    background: #000;
    height: 3.5px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.font-light hr, .font-light .wp-block-separator.is-style-wide {
    background: #FFF;
}

.mobile-only {
    display: none;
}

.animate__delay-1s {
    --animate-delay: 0.15s;
}
.animate__delay-2s {
    --animate-delay: 0.35s;
}

/* Splash Page */
.splash-page-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    background: #000;
}
.splash-content {
    width: 100%;
}
.splash-image {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 25px 65px;
}
.splash-image img {
    display: block;
}

.splash-nav ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0 25px;
    list-style: none;
}
.splash-nav li {
    margin: 0 40px;
}
.splash-nav a {
    display: block;
    height: 68px;
    min-width: 274px;
    font-family: 'Gotham', sans-serif;
    font-size: 36px;
    line-height: 70px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FFF;
    transition: none;
}
.splash-nav a:hover {
    border-color: var(--accent);
    background: var(--accent);
    color: #000;
}

/* Some Global Stuff */
a.side-tab {
	position: fixed;
	left: 0;
	top: calc(50% + 150px);
	bottom: 0;
	transform-origin: 0 50%;
	transform: rotate(-90deg) translate(15%, 50%);
	display: flex;
	align-items: center;
	text-align: center;
	width: 300px;
	height: 62px;
	background: #FFC20E;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 0px 8px #888;
	z-index: 9999;
}
a.side-tab span {
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	margin: 0 auto;
}
.side-tab:hover span {
	text-decoration: underline;
}

a.side-tab.bottom-tab {
	left: auto;
	right: -270px;
	transform: rotate(90deg);
	top: calc(50% - 195px);
	background: #f2881e;
	text-decoration: none;
}

/* Header Stuff */
.sub-menu strong {
    font-weight: 900;
}

.header-wrapper {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    left: 0;
    background: #000;
}
.admin-bar .header-wrapper {
    top: 32px;
}
.header {
    position: relative;
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 25px;
    align-items: center;
    background: #000;
    padding: 25px 40px;
    line-height: 1;
    z-index: 99;
    transition: padding 300ms;
}
.header-logo a {
    display: block;
    padding: 15px 0;
}
.header-logo img {
	max-height: 38px;
    max-width: 300px;
	width: auto;
    transition: width 300ms;
}
.header nav strong {
    font-weight: 900;
}
.header nav ul {
    list-style: none;
}
.header nav .menu {
    text-align: right;
    margin: 0;
    padding: 0;
}
.header nav .menu a {
    font-size: 18px;
    text-decoration: none;
    color: #FFF;
    padding: 10px 0;
    position: relative;
    z-index: 99;
}
.header nav .menu a:hover, .header nav .menu li.menu-item-has-children:hover {
    color: var(--accent);
}
.header nav .menu > li {
    display: inline-block;
    position: relative;
    margin: 0 0 0 30px;
    padding: 10px 0;
}
.header nav .sub-menu {
    position: absolute;
    top: 35px;
    left: -40px;
    display: none;
    text-align: left;
    background: #000;
    padding: 5px 30px 20px 40px;
    min-width: 110px;
}
.header nav .sub-menu li {
    margin: 10px 0;
    position: relative;
}
.header nav .menu > li:hover .sub-menu {
    display: block;
}
.header nav .menu > li.menu-item-has-children:hover:before, .header nav .sub-menu li:before {
    content: '\2219';
    position: absolute;
    left: -23px;
    top: -18px;
    font-size: 85px;
    color: var(--accent);
}
.header nav .menu > li.menu-item-has-children:hover a:before, .header nav .sub-menu li a:before {
    content: '';
    position: absolute;
    left: -13px;
    top: 15px;
    width: 2.5px;
    background: var(--accent);
    height: 145%;
}
.header nav .sub-menu li:last-child a:before {
    display: none;
}
.header nav .sub-menu li a {
    display: block;
    padding: 7px 0 2px;
    white-space: nowrap;
}

.header nav .menu .current_page_item a {
    color: var(--accent);
}
.header nav .menu .current_page_item .sub-menu a {
    color: #FFF;
}
.header nav .menu .current_page_item .sub-menu a:hover {
    color: var(--accent);
}

/* Header Sticky */
.header.sticky {
    padding: 10px 40px;
}

/* Nav */
.toggle-nav {
    display: none;
}

/* Form Stuff */
.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: transparent;
}

.gform_confirmation_wrapper {
    font-size: 18px;
    padding-top: 55px;
    letter-spacing: 4px;
}

::-webkit-input-placeholder {
    color: #9C9EA1;
}
::-moz-placeholder {
    color: #9C9EA1;
}
::-ms-input-placeholder {
    color: #9C9EA1;
}
::-moz-placeholder {
    color: #9C9EA1;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	margin-left: 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-top: none !important;
    border-bottom: none !important;
    background-color: transparent !important;
}
.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message, .gform_wrapper div.validation_error {
    color: #a76a6a !important;
}
.gform_wrapper div.validation_error {
    border-top: 2px solid #a76a6a !important;
    border-bottom: 2px solid #a76a6a !important;
}

/* Page Stuff */
.content-wrapper, .intro-content, #tribe-events-content .main_content {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: var(--desktoppadding);
    padding-right: var(--desktoppadding);
}

.page-hero {
	position: relative;
}
.page-hero h1 {
	position: absolute;
	top: calc(50% - 62px);
	width: 100%;
	font-size: 80px !important;
	text-align: center;
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	color: #FFF;
}

.single-content {
    padding-top: 75px;
    padding-bottom: 75px;
}
.meta-info {
    padding-top: 75px;
}
.archive-title {
    padding: 75px;
    text-align: center;
}
.archive-post {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 75px;
    padding: 0 75px 75px;
}
.archive-post .excerpt {
    padding-top: 15px;
}
.archive-post .excerpt {
    font-size: 20px;
}

.font-light {
    color: #FFF;
}

/* Side Padding */
.cta-button-wrapper {
    display: flex;
    justify-content: space-around;
    padding: 95px var(--desktoppadding) 145px;
}
.styled-button, .cta-button-wrapper a {
    display: inline-block;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: var(--accent);
    border-radius: 5px;
    padding: 17px 35px 13px;
    transition: background 300ms;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
}
.styled-button {
    display: grid;
    min-width: 475px;
    margin: 0 auto;
}
.cta-button-wrapper a {
    margin: 0 35px;
}
.styled-button:hover, .cta-button-wrapper a:hover {
    background: var(--accent2);
}

.long-ctas.cta-button-wrapper a {
    min-width: 400px;
}

.wp-block-button.centered {
    display: block;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 65px;
}
.wp-block-button.centered a {
    font-size: 18px;
}

.wp-block-column .wp-block-image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
}

.long-image {
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-bottom: 25px;
}
.long-image img {
    height: 500px;
    object-fit: cover;
}

.parallax-window {
    height: 800px;
    object-fit: cover;
}
.full_width_image img {
    width: 100%;
}
.full_width_image span {
    display: block;
}

.only-content {
    padding-top: 60px;
}
.page-hero img {
    height: 800px;
    max-height: 60vh;
    width: 100%;
    object-fit: cover;
}

#colab {
    background-size: 80% auto !important;
}

.extra-spacing {
    letter-spacing: 4px;
    margin-bottom: 25px;
}

.full-width-background, .full-width-background div {
    background-size: 100% auto;
}

/* OVERLAY OVERRIDES */
div.featherlight:last-of-type {
    background: transparent;
}
div.featherlight .featherlight-content {
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    padding: 65px 50px 30px;
    max-width: 500px;
}
div.featherlight .featherlight-content h4 {
    margin-bottom: 25px;
    margin-top: 35px;
}
div.featherlight .featherlight-close-icon {
    font-size: 24px;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    background: transparent;
}

/* FORM */
.gform_wrapper form {
    padding-top: 55px;
}
div.gform_wrapper label.gfield_label {
    font-size: 18px;
    letter-spacing: 4px;
}
div.gform_wrapper .gfield_required {
    color: #FFF;
}
div.gform_wrapper .half-field {
    width: 50%;
}

div.gform_wrapper {
    margin-bottom: 0;
}
div.gform_wrapper .top_label div.ginput_container {
    margin-top: 4px;
}
div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
    font-size: 18px !important;
    width: 100%;
}
div.gform_wrapper ul.gfield_checkbox li label, div.gform_wrapper ul.gfield_radio li label {
    font-size: 18px !important;
    margin-left: 12px;
}
div.gform_wrapper ul.gfield_radio li input[type=radio] {
    -webkit-appearance: none;
    position: relative;
    border-radius: 50px;
    border: 2px solid black;
    padding: 3px;
    cursor: pointer;
}
div.gform_wrapper ul.gfield_radio li input[type="radio"]:after {
    border-radius: 25px;
    content: '';
    display: block;
    height: 10px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 10px;
}
div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked:after {
    background-color: #444;
}
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0;
}
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper select, div.gform_wrapper textarea {
    padding: 18px 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 0;
    border: 3.5px solid;
}
div.gform_wrapper select, div.gform_wrapper.gf_browser_gecko select {
    position: relative;
    z-index: 99;
    height: 72px;
    width: 100% !important;
    background: transparent;
    padding: 18px 25px 18px 15px !important;
}
div.ginput_container_select {
    position: relative;
}
div.ginput_container_select::after {
    content: '\2228';
    position: absolute;
    z-index: 0;
    top: 3px;
    right: 0;
    left: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 66px;
    text-align: right;
    color: black;
    background: #FFF;
    height: 65px;
    padding-right: 10px;
}
div.gform_wrapper ul.gform_fields li.gfield {
    padding-bottom: 35px;
}
div.gform_wrapper ul.gform_fields li.gfield.half-field {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
	padding-bottom: 0;
}

div.gform_wrapper input[type=submit] {
    -webkit-appearance: none;
}

div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type=submit]{
    font-family: 'Gotham', sans-serif;
    text-transform: none;
    width: 545px;
    height: 63px;
    background: var(--accent);
    border-radius: 5px;
    transition: background 300ms;
    cursor: pointer;
}
div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type=submit]:hover{
    background: var(--accent2);
}
div.gform_wrapper .gform_footer {
    padding-top: 10px !important;
}

/* POPUP */
div.hustle-ui.hustle-popup {
    width: calc(100% - 40px);
}
div.hustle-ui.hustle-popup .hustle-popup-content {
    max-width: 970px;
}
div.hustle-ui .hustle-info .hustle-group-content h1, .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h1:not([class*="forminator-"]) {
    font-family: 'Gotham', serif !important;
    font-size: 72px !important;
}
div.hustle-ui .hustle-info .hustle-group-content h4, .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h4:not([class*="forminator-"]) {
    font-family: 'Gotham', sans-serif !important;
    font-size: 36px !important;
    font-weight: 400 !important;
}
div.hustle-ui.module_id_1 .hustle-layout .hustle-group-content ul li:before {
    display: none;
}
.hustle-popup-content div.gform_wrapper ul.gform_fields li.gfield.half-field:first-child .ginput_container {
    margin-right: 25px;
}
div.hustle-ui .hustle-info .hustle-group-content ul:not(.forminator-poll--answers) li {
    margin-bottom: 40px;
}
div.hustle-ui:not(.hustle-size--small) .hustle-info.hustle-info--default .hustle-layout .hustle-layout-content .hustle-content {
    padding: 60px 50px;
}
div.hustle-popup-content div.gform_wrapper .gfield_required {
    color: #000;
}
div.hustle-popup-content div.gform_wrapper .gform_footer {
    text-align: center;
}
div.hustle-popup-content div.gform_wrapper .gform_footer input.button {
    background: #1D357F;
    color: #FFF;
}
div.hustle-ui .hustle-button-icon.hustle-button-close {
    z-index: 999;
    position: relative;
    margin-right: 5px;
    margin-bottom: -35px;
}
div.hustle-ui .hustle-button-icon [class*=hustle-icon-] {
    font-size: 20px;
}
div.hustle-ui.module_id_1 .hustle-button-close:hover, div.hustle-ui.module_id_1 .hustle-button-close:active, .hustle-ui.module_id_1 button.hustle-button-close:hover {
    color: var(--accent2) !important;
}

/* VIDEO */
.video-wrapper {
    position: relative;
}
.video-wrapper iframe {
    width: 100%;
    height: 100%;
}
video.server-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(placeholder.jpg) no-repeat;
    background-size: cover;
}

.video-text {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
.video-text h1 {
    font-weight: 400;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 5px #000;
    width: 100%;
}

.embed-video {
    padding: 56.25% 0 0 0;
    position: relative;
}
.embed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* MAIN CONTENT */
.main-content-wrapper {
    padding-top: 118px;
}
/* Side Padding */
.main_content {
    max-width: 1200px;
    background: #FFF;
    padding: 140px var(--desktoppadding) 110px;
	margin: 0 auto;
}
.main_content.no-bottom {
    padding-bottom: 0;
}
.main_content h1 {
    font-size: 78px;
    line-height: 1.15;
    padding-bottom: 48px;
}
.main_content h1.smaller {
    font-size: 72px;
}
.main_content h4 {
    margin-bottom: 28px;
}

.wp-block-columns.image-grid {
    max-width: 660px;
    margin: 0 auto;
}
.wp-block-columns.image-grid .wp-block-column {
    flex: 1;
    flex-basis: calc(50% - 16px)!important;
    flex-grow: 0;
}
.wp-block-columns.image-grid .wp-block-column:nth-child(2n) {
    margin-left: 32px;
}

/* GENERAL CONTENT AREA */
.general_content_area {
    padding: 115px 25px 0;
}
.general_content_area h4 {
    padding-top: 15px;
}
.general_content_area p {
    margin-top: 25px;
}

.general_content_area .gform_wrapper .gfield_required {
    color: #FFF;
}
.general_content_area .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .general_content_area .gform_wrapper select, .general_content_area .gform_wrapper textarea {
    border: none;
}

.general_content_area.bottom-section {
    padding-top: 90px;
    padding-bottom: 160px;
    margin-bottom: -130px;
}
.general_content_area.bottom-section .styled-button {
    display: inline-block;
    margin-top: 15px;
}

.mailing-list h4 {
    letter-spacing: 5px;
}
#instagram {
    position: relative;
    background-color: transparent;
    padding: 150px 15px 0;
    margin-bottom: -185px;
}
#instagram:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: -1;
}
#instagram .content-wrapper {
    max-width: 100%;
    padding: 0;
}
#instagram h3 {
    padding-bottom: 20px;
}
#sb_instagram, #sbi_images {
    position: relative;
    padding-bottom: 0 !important;
    z-index: 999;
}
#sb_instagram a {
    opacity: 1 !important;
}
.sbi_photo_wrap {
    margin: 0 10px;
}

.has-instagram .footer-inner {
    padding-top: 185px;
}
.has-instagram .footer .to-top {
    top: 135px;
}

/* IMAGE WITH TITLE */
.image-with-title {
    text-align: center;
    padding-top: 80px;
    margin-bottom: -130px;
}
.image-with-title.no-margin {
    margin-bottom: 0;
}
.image-with-title h1 {
    font-size: 78px;
}
.image-with-title h1 img {
    max-height: 78px;
    max-width: 200px;
    vertical-align: middle;
}

.small .image-with-title h1 {
    font-size: 72px;
}
.small .image-with-title h1 img {
    max-height: 80px;
}

/* ACCORDION */
.accordion {
    padding: 0 var(--desktoppadding) 25px;
}
.accordion-title {
    font-family: 'Gotham', sans-serif;
    text-align: center;
    cursor: pointer;
    padding: 15px 0;
    margin-top: 15px;
    margin-bottom: 0;
}
.toggle-item {
    display: inline-block;
    width: 20px;
}
.accordion-content {
    display: none;
    padding: 30px 25px 15px;
}

/* SLIDER GENERAL */
.slick-arrow {
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 30px;
}
.slick-prev, [dir='rtl'] .slick-next {
    background-image: url(img/arrow-prev.png);
}
.font-light .slick-prev, .font-light [dir='rtl'] .slick-next {
    background-image: url(img/arrow-prev-white.png);
}
.slick-next, [dir='rtl'] .slick-prev {
    background-image: url(img/arrow-next.png);
}
.font-light .slick-next, .font-light [dir='rtl'] .slick-prev {
    background-image: url(img/arrow-next-white.png);
}
.slick-next:before, .slick-prev:before, [dir='rtl'] .slick-next:before, [dir='rtl'] .slick-prev:before {
    content: '';
}
.slick-slide:focus {
    outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    opacity: 1;
}

/* GENERAL SLIDER */
.general_slider .slider-wrapper:not(.hide-indicator) {
    padding-top: 45px;
}

.general-slider .general-slide {
    position: relative;
}
.general-slider .overlay-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 60%;
}

.general-slide-content h2 {
    position: absolute;
    z-index: 99;
    font-size: 200px;
    margin-left: 100px;
    color: #000;
    text-shadow: 1px 1px 20px #FFF;
}
.no-shadow .general-slider h2 {
    text-shadow: none;
}
.general-slider .text-top {
    top: 0;
}
.general-slider .text-middle {
    top: 215px;
}
.general-slider .text-bottom {
    bottom: 100px;
}
.general-slide-content img {
    width: 66%;
    height: 635px;
    margin: 120px 0 120px auto;
    object-fit: cover;
}

.general-slider .slick-prev {
    top: auto;
    bottom: 120px;
    left: 35px;
}
.general-slider .slick-next {
    top: auto;
    bottom: 120px;
    left: 235px;
}
.general_slider .hide-indicator .slick-prev, .general_slider .hide-indicator .slick-next {
    bottom: 50px;
}

.general_slider .hide-indicator .slick-dots {
    display: none !important;
}

/* style the dots */
.general_slider .slick-dots {
    top: 200px;
    bottom: 165px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
}
.general_slider .slider-wrapper {
    position: relative;
}
.general_slider .slider-wrapper:not(.hide-indicator):after {
    content: '';
    position: absolute;
    top: 255px;
    bottom: 195px;
    left: 26px;
    width: 3.5px;
    background: #000;
}
.general_slider .slick-dots li {
    width: 36px;
    height: 38px;
    margin-left: 20px;
    z-index: 99;
}
.general_slider .slick-dots li.slick-active {
    margin-left: 15px;
}
.general_slider .slick-dots li button {
    height: auto;
    width: auto;
    color: #000;
}
.general_slider .slick-dots li button:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    opacity: 1;
}
.general_slider .slick-dots li.slick-active button:before {
    color: var(--accent);
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 25px;
    opacity: 1;
}

/* NEXT IMAGE SLIDER */
.next_image_slider .intro-content, .next_image_slider .slider-wrapper {
    position: relative;
    z-index: 999;
}
.next_image_slider {
    position: relative;
    background-color: transparent !important;
    padding: 50px 0;
}
.next_image_slider h1 {
    font-size: 78px;
}
.next_image_slider h4 {
    padding-bottom: 22px;
    padding-top: 7px;
}

.next_image_slider .slider-wrapper {
    padding: 60px 0 5px;
}

/*  default */
.slider-default .next-image-slide {
    width: 50vw;
    height: 635px;
}
.slider-default .next-image-slide .slide-wrapper {
    padding: 0 75px;
    height: 100%;
    transition: padding 300ms;
}
.slider-default .next-image-slide img {
    height: calc(100% - 150px);
    width: 100%;
    margin-top: 75px;
    object-fit: cover;
    transition: height 300ms, margin 300ms;
}
.slider-default .next-image-slide.slick-current .slide-wrapper {
    padding: 0;
}
.slider-default .next-image-slide.slick-current img {
    height: 100%;
    margin-top: 0;
}

/*  mirrored */
.slider-mirrored .next-image-slide {
    width: 50vw;
    height: 635px;
}
.slider-mirrored .next-image-slide .slide-wrapper {
    padding: 0;
    transition: padding 300ms;
	height: 100%;
}
.slider-mirrored .next-image-slide img {
    height: 100%;
    object-fit: cover;
    margin-top: 0;
    transition: height 300ms, margin 300ms;
}
.slider-mirrored .next-image-slide.slick-current .slide-wrapper {
    padding: 0 75px;
    height: 100%;
}
.slider-mirrored .next-image-slide.slick-current img {
    height: calc(100% - 150px);
    width: 100%;
    margin-top: 75px;
    object-fit: cover;
}

/* style the dots */
.slider-default .slick-dots, .slider-mirrored .slick-dots {
    bottom: 0;
    right: 70px;
    left: calc(50vw + 70px);
    width: auto;
    display: flex !important;
    justify-content: space-between;
}
.slider-default.slider-wrapper, .slider-mirrored.slider-wrapper {
    position: relative;
}
.slider-default.slider-wrapper:after, .slider-mirrored.slider-wrapper:after {
    content: '';
    position: absolute;
    bottom: 41px;
    left: calc(50vw + 78px);
    right: 78px;
    height: 3.5px;
    background: #000;
}
.slider-default .slick-dots li, .slider-mirrored .slick-dots li {
    width: 15px;
    height: 15px;
    margin-left: 0;
    z-index: 99;
}
.slider-default .slick-dots li.slick-active, .slider-mirrored .slick-dots li.slick-active {
    margin-top: -5px;
}
.slider-default .slick-dots li button, .slider-mirrored .slick-dots li button {
    height: auto;
    width: auto;
    color: #000;
}
.slider-default .slick-dots li button:before, .slider-mirrored .slick-dots li button:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    opacity: 1;
}
.slider-default .slick-dots li.slick-active button:before, .slider-mirrored .slick-dots li.slick-active button:before {
    color: var(--accent);
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 25px;
    opacity: 1;
}

/* mirrored dots */
.slider-mirrored .slick-dots {
    left: 70px;
    right: calc(50vw + 70px);
}
.slider-mirrored.slider-wrapper:after {
    right: calc(50vw + 78px);
    left: 78px;
}

/* equal height */
.equal-wrapper.background-color-replace {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 28%;
    left: 0;
}
.equal_mirrored-wrapper.background-color-replace {
    position: absolute;
    top: 70%;
    right: 0;
    bottom: 0;
    left: 0;
}
.slider-equal .next-image-slide, .slider-equal_mirrored .next-image-slide {
/*     width: 75vw; */
	width: 55vw;
    padding: 40px 80px 40px 0;
}
.slider-equal .slick-prev {
    top: auto;
    bottom: -30px;
    right: 245px;
    left: auto;
}
.slider-equal .slick-next, .slider-equal_mirrored .slick-prev {
    top: auto;
    bottom: -30px;
    right: 45px;
}
.slider-equal_mirrored .slick-prev {
    top: auto;
    bottom: -30px;
    left: 245px;
    right: auto;
}
.slider-equal_mirrored .slick-next {
    top: auto;
    bottom: -30px;
    left: 45px;
    right: auto;
}

/* LAYERED SLIDER */
.layered_slider {
    padding: 100px 0;
}
.layered_slider h1 {
    font-size: 78px;
}
.layered_slider h4 {
    padding-bottom: 20px;
}
.layered_slider p {
    text-align: justify;
	font-size: 16px;
}
.layered_slider table {
    width: 100%;
}
.layered_slider td {
    font-size: 16px;
}

.layered_slider .intro-content {
    padding-bottom: 135px;
}

.layered-slide {
/*     width: 80vw; */
	width: 60vw;
    transition: opacity 300ms;
}
.layered-slide:not(.slick-center){
    opacity: 0.5;
}
.layered-slide-wrapper {
    padding: 50px 75px;
    position: relative;
}
.layered-content {
    position: absolute;
    top: 95px;
    right: 0;
    bottom: 95px;
    width: 400px;
    min-height: 300px;
    background: #FFF;
    overflow-y: auto;
    padding: 15px 45px 25px;
}
.layered-image {
    width: 80%;
    padding-top: 80%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.layered-content p img {
	max-height: 200px;
	width: auto;
}

.layered_slider .slick-prev {
    top: auto;
    bottom: -30px;
    right: 25%;
    left: auto;
}
.layered_slider .slick-next {
    top: auto;
    bottom: -30px;
    right: 10%;
}

/* COLUMN CAROUSEL */
.column_carousel {
    padding: 115px 0;
}
.column_carousel h1 {
    padding-bottom: 20px;
}
.column_carousel .slider-wrapper {
    padding: 105px 0 30px;
}

.column-carousel .slide {
    width: 530px;
}

.column-carousel .slide-inner {
    display: flex;
    flex-direction: column;
    padding: 0 42px;
    border-left: 1px solid #000;
    height: 100%;
}
.column-carousel .slick-current .slide-inner {
    border-left: none;
}

.column-carousel .slide-image {
    position: relative;
    margin-bottom: 35px;
}
.column-carousel .slide-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.column-carousel .slide-title {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
.column-carousel .slide-title h2 {
    font-size: 140px;
    letter-spacing: 2px;
    width: 100%;
}
.column-carousel .slide-title img, .press-logo {
    height: auto;
    width: 90%;
    margin: 0 auto;
    object-fit: initial;
    max-width: 300px;
    filter: brightness(0) invert();
}
.press-logo {
    max-height: 220px;
    object-fit: contain;
}
.press-info {
    display: grid;
    align-content: center;
}
.column-carousel .slide-text {
    min-height: 80px;
    padding: 20px 0;
}
.column-carousel a {
    text-decoration: none;
    color: #000;
}

.column-carousel .slide-inner.slide-more-wrapper {
    align-items: center;
}
.column-carousel .slide[data-slick-index="6"]{
	width: calc(100vw - 530px);
}
.column-carousel .slide-more {
    height: 100%;
    display: grid;
    align-items: center;
}
.column-carousel .slide-more h3 {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    text-decoration: underline;
}

/* EVEN NUMBER OF SLIDES */
.column-carousel .even-slides.slide:nth-child(odd) .slide-content {
    margin-top: 9px;
}
.column-carousel .even-slides.slide:nth-child(odd) .slide-image {
    order: 2;
    margin-bottom: 0;
    margin-top: 10px;
}
.column-carousel .even-slides.slide:nth-child(even) .byline p {
    margin-bottom: 0;
}

/* ODD NUMBER OF SLIDES */
.column-carousel .odd-slides.slide:not(.slick-cloned):nth-child(odd) .slide-content {
    margin-top: 9px;
}
.column-carousel .odd-slides.slide:not(.slick-cloned):nth-child(odd) .slide-image {
    order: 2;
    margin-bottom: 0;
    margin-top: 10px;
}
.column-carousel .odd-slides.slide:not(.slick-cloned):nth-child(even) .byline p {
    margin-bottom: 0;
}

.column-carousel .odd-slides.slick-cloned:nth-child(even) .slide-image {
    order: 2;
    margin-bottom: 42px;
    margin-top: 10px;
}
.column-carousel .odd-slides.slick-cloned:nth-child(odd) .byline p {
    margin-bottom: 0;
}

.font-light .column-carousel .slide-inner {
    border-color: #FFF;
}
.font-light .column-carousel a {
    color: #FFF;
}

.column-carousel .source-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.column-carousel p {
    font-size: 24px;
}
.column-carousel .date {
    text-align: right;
}

.column-carousel .slick-prev {
    top: auto;
    left: auto;
    right: 260px;
    bottom: -75px;
}
.column-carousel .slick-next {
    top: auto;
    right: 50px;
    bottom: -75px;
}

/* CONTENT CAROUSEL */
.content-carousel {
    padding: 95px 0 185px;
}
.content-carousel .content-slide {
    max-width: 450px;
}
.content-carousel .content-slide-wrapper {
    padding: 40px;
}
.content-carousel .slide-icon {
    width: 235px;
    padding-bottom: 30px;
}
.content-carousel .content-slide h4 {
    font-size: 36px;
    padding-bottom: 15px;
}
.content-carousel .content-slide p {
    text-align: justify;
}
.content-carousel .content-slide {
    padding-top: 70px;
    transition: margin 300ms;
}
.content-carousel .content-slide:nth-child(odd) {
    margin-top: -70px;
}

.content-carousel .slick-next {
    top: auto;
    right: 50px;
    bottom: 120px;
}
.content-carousel .slick-prev {
    top: auto;
    left: auto;
    right: 260px;
    bottom: 120px;
}

/* TIMELINE SLIDER */
.timeline_slider {
    overflow: hidden;
}
.timeline_slider h1 {
    font-size: 78px;
}
.timeline_slider p {
    margin-top: 35px;
}

.timeline-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
/* Side Padding */
.timeline-slider .slide-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    padding: 300px 75px 125px;
}
.timeline-slider .slide-wrapper h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
}
.timeline-slider .slide-wrapper h3 {
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 35px;
}
.timeline-slider .slide-wrapper p {
    margin-top: 45px;
}

.timeline-slider .slide-content {
    padding-top: 170px;
}
.timeline-slider .slide-image img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.timeline-slider .slick-prev {
    top: 330px;
    left: 75px;
}
.timeline-slider .slick-next {
    top: 330px;
    left: 285px;
}

.timeline-slider .slick-dots {
    position: absolute;
    top: 105px;
    bottom: auto;
    display: flex;
    justify-content: space-between;
    z-index: 999;
}
.timeline-slider-wrapper {
    margin-left: var(--desktoppadding);
    margin-right: var(--desktoppadding);
    position: relative;
}
.timeline-slider-wrapper:after {
    content: '';
    position: absolute;
    top: 120px;
    right: calc(var(--desktoppadding) * -1);
    left: calc(var(--desktoppadding) * -1);
    height: 5px;
    background: #6D6E6F;
}
.timeline-slider .slick-dots li {
    width: 36px;
    height: 38px;
    margin-left: 75px;
    margin-right: 125px;
    position: relative;
}
.timeline-slider .slick-dots li:after {
    content: '';
    height: 5px;
    position: absolute;
    top: 15px;
    right: 32px;
    background: #6D6E6F;
    width: 100vw;
    z-index: 1;
}
.timeline-slider .slick-dots .slick-active:after {
    z-index: 2;
    background: #000;
}
.timeline-slider .slick-dots .slick-active~li:after {
    background: #6D6E6F;
}
.timeline-slider .slick-dots li button {
    position: relative;
    z-index: 10;
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    line-height: 1;
    text-align: left;
    color: #000;
    height: auto;
    width: auto;
    min-width: 155px;
    padding-top: 70px;
}
.timeline-slider .slick-dots li button:before {
    width: 36px;
    height: 38px;
    font-size: 36px;
    line-height: 38px;
    opacity: 1;
}
.timeline-slider .slick-dots li.slick-active button:before {
    color: var(--accent);
    opacity: 1;
    height: 42px;
    width: 40px;
    font-size: 40px;
    line-height: 42px;
    top: -2px;
}
.timeline-slider .slick-dots .slick-active~li button, .timeline-slider .slick-dots .slick-active~li button:before {
    color: #6D6E6F
}

/* DATE SLIDER */
.date-slider-wrapper {
    position: relative;
    height: 1050px;
}
.date-slider, .date-slider .slick-list, .date-slider .slick-track {
    height: 100%;
}
.date-slide {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.date-slide:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: -1px;
    background-color: rgba(34, 30, 31, 0.75);
}
.date-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    width: 45%;
    margin: 0 75px 0 auto;
    padding: 25px;
    z-index: 99;
    height: 100%;
}
.date-content h3 {
    font-size: 78px;
    font-weight: 400;
    word-break: break-word;
    padding-bottom: 35px;
}
.date-content p {
    font-size: 24px;
}
.dates-for-slider {
    position: absolute;
    top: 20px;
    bottom: 30px;
    left: 25px;
    width: 385px;
}
.dates-for-slider h2 {
    font-size: 150px;
    font-weight: 400;
    text-align: right;
    color: #FFF;
    margin: 5px;
    padding-bottom: 0;
    opacity: 0.5;
    transition: opacity 300ms;
    cursor: pointer;
}
.dates-for-slider .slick-list {
    padding: 0 !important;
}
.dates-for-slider .slick-list .prefix {
    opacity: 0;
    transition: opacity 300ms;
}
.dates-for-slider h2:hover .prefix {
    opacity: 0.5;
}
.dates-for-slider .slick-current h2 {
    opacity: 1;
}
.dates-for-slider .slick-current .prefix {
    opacity: 1;
}

/* LOGO CAROUSEL */
.logo_carousel {
    padding: 145px 85px 115px;
}
.logo_carousel h1 {
    padding-bottom: 20px;
}
.logo_carousel .slick-track {
    padding: 45px 0;
}
.logo_carousel .slide-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}
.logo-carousel .slide {
    transition: opacity 300ms;
    width: 225px;
    height: 225px;
}
.logo-carousel .slide img {
    height: 175px;
    width: 175px;
    object-fit: contain;
    margin: 0 auto;
    transition: width 300ms, height 300ms;
}
.logo-carousel .slide:not(.slick-active){
    opacity: 0;
}
.logo-carousel .slick-center img {
    height: 225px;
    width: 225px;
}

.awards-slider .logo-carousel .slide {
    width: 325px;
    height: 325px;
}
.awards-slider .logo-carousel .slide img {
    width: 275px;
    height: 275px;
}
.awards-slider .logo-carousel .slick-center img {
    width: 325px;
    height: 325px;
}

.logo-carousel .slick-prev {
    left: -65px;
}
.logo-carousel .slick-next {
    right: -65px;
}

/* LOGO GALERY */
/* Side Padding */
.logo_gallery {
    padding: 145px var(--desktoppadding) 50px;
}
.logo_gallery h4 {
    padding-top: 10px;
}
.logo-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.logo-gallery .slide {
    flex: 0 0 calc(25% - 50px);
    padding: 15px 25px;
}

/* CONTENT SLIDEOUT */
.slideout-open h1 {
    text-align: center;
    margin-bottom: 45px;
}
.slideout-closed h1 {
    text-align: center;
}
.slideout-closed h4 {
    text-align: center;
    margin-bottom: 45px;
    padding-top: 15px;
}
/* .slideout-closed {
    background-size: 55% auto !important;
} */
.slideout-closed .content-wrapper {
    padding-top: 145px;
    padding-bottom: 145px;
}
.slideout-open {
    display: none;
    padding-top: 145px;
    padding-bottom: 130px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.slideout-open h4 {
    text-align: center;
}
.slideout-open p {
    line-height: 1.4;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.slideout-open img {
    margin-bottom: 70px;
}

.external-title .slideout-closed .content-wrapper, .external-title .slideout-open {
    padding-top: 0;
}

.contact-info {
    padding-top: 35px;
}
.contact-info img {
    width: 17px;
    margin-right: 30px;
    margin-bottom: 0;
    vertical-align: middle;
}
.contact-info span {
    display: inline-block;
    vertical-align: middle;
}

.content_slideout.bottom-section {
    padding-bottom: 55px;
    margin-bottom: -130px;
}

/* Events */
.custom-events-list, .past-events-list {
    margin: 0 var(--desktoppadding);
}

.event-link {
    display: block;
    background: #FEC10E;
    color: #000;
    text-decoration: none;
    margin-bottom: 55px;
}
.event-link:nth-child(2), .event-link:nth-child(6){
    background: #F2881E;
}
.event-link:nth-child(3), .event-link:nth-child(7){
    background: #009ADE;
}
.event-link:nth-child(4), .event-link:nth-child(8){
    background: #1B3281;
    color: #FFF;
}

/* .past-events-list .event-link {
    background: #D8D8D8;
}
.past-events-list .event-link:nth-child(4), .past-events-list .event-link:nth-child(8) {
    color: #000;
} */

.event-wrapper {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 50px;
}

.event-date {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.event-overlay {
    display: grid;
    align-content: center;
    font-family: 'Gotham', sans-serif;
    font-weight: 900;
    font-size: 80px;
    line-height: 1;
    color: #FFF;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
}
.event-overlay span {
    padding: 0 15px;
}

.event-info {
    padding: 30px 25px;
}
.event-info .normal {
    font-family: 'Avenir', sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Single Events */
#tribe-events-pg-template, .tribe-events-pg-template {
    max-width: 100%;
}
#tribe-events-content {
    padding: 0;
}

.tribe-events-notices {
    display: none;
}

.single-tribe_events .main_content {
    padding: 75px 75px 35px;
}

.single-tribe_events .tribe-events-single-event-title {
    font-size: 78px;
    text-align: center;
}
.tribe-events-schedule {
    text-align: center;
    padding-top: 20px;
}

.single-tribe_events .tribe-events-event-meta {
    background: none;
    border: none;
    margin-bottom: 0;
}
.tribe-events-event-meta .tribe-events-meta-group {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 0;
}
.tribe-events-event-meta .tribe-events-meta-group iframe {
    height: 725px;
}
.single-tribe_events .tribe-events-venue-map {
    width: 100%;
    float: none;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.rsvp-button {
    margin-top: 75px;
    margin-bottom: 75px;
    text-align: center;
    display: block;
}

.tribe-events-tickets input, .tribe-events-tickets button, .tribe-events-tickets select {
    border: 1px solid #e1e1e1;
    padding: 10px;
    font-size: 18px;
}

#rsvp-now {
    display: none;
}

.more-button-wrapper {
    text-align: center;
    margin-top: 75px;
}
.more-button {
    display: inline-block;
}

.share-links {
    margin-top: 40px;
}
.share-links span {
    vertical-align: middle;
    font-size: 24px;
}
.share-links a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    height: 25px;
    width: 25px;
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 8px;
    padding: 5px 0;
    filter: invert();
}
.share-links .facebook-share {
    background-image: url(img/Facebook.svg);
}
.share-links .linkedin-share {
    background-image: url(img/Linkedin.svg);
}
.share-links .twitter-share {
    background-image: url(img/Twitter.svg);
}

/* Footer */
.footer {
    position: relative;
    background: #000;
    margin-top: 125px;
    padding-top: 65px;
    z-index: 0;
}
.footer-container {
    background: var(--accent);
    margin-top: -120px;
    margin-left: 62px;
}
.footer a {
    color: #000;
    text-decoration: none;
}

.footer .to-top {
    position: absolute;
    top: -35px;
    right: 32px;
}
.footer .to-top a {
    display: block;
}
.footer .to-top img {
    height: 73px;
    width: 73px;
}

.footer-inner {
    display: grid;
    grid-template-columns: 340px auto;
    grid-gap: 100px;
    min-height: 420px;
    padding: 78px 105px 35px;
}

.footer-column .logo {
    max-width: 300px;
    margin-bottom: 25px;
}
.footer-column .widget {
    padding-left: 53px;
}
.footer-column h5 {
    margin-bottom: 15px;
    margin-top: 55px;
}
.footer-column p {
    font-size: 16px;
}

.footer-nav .menu {
    display: grid;
    grid-template-columns: minmax(50px, 170px) minmax(120px, 155px) auto;
    grid-gap: 15px 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav .menu > li {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
}
.footer-nav .sub-menu {
    padding-left: 28px;
}
.footer-nav .sub-menu li {
    font-family: 'Avenir', sans-serif;
    font-size: 16px;
    list-style: none;
    margin: 10px 0 15px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
}
.footer-link {
    margin-bottom: 0;
    margin-left: 62px;
    margin-right: 25px;
    padding: 13px 0;
}
.footer-link a {
    font-size: 16px;
    font-weight: 900;
    color: #FFF;
}

/* Social Menu */
.social-menu {
    position: absolute;
    bottom: 25px;
    left: 10px;
}
.social-menu ul {
    padding-left: 0;
}
.social-menu li {
    display: block;
    padding-bottom: 18px;
}
.social-menu li a {
    position: relative;
    display: block;
    font-size: 0;
    height: 25px;
    width: 25px;
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 5px;
    padding: 5px 0;
}
.social-menu li a:hover {
    padding-left: 0;
    filter: invert(52%) sepia(83%) saturate(2959%) hue-rotate(167deg) brightness(90%) contrast(101%);
}
.social-menu .facebook a {
    background-image: url(img/Facebook.svg);
}
.social-menu .instagram a {
    background-image: url(img/Instagram.svg);
}
.social-menu .linkedin a {
    background-image: url(img/Linkedin.svg);
}
.social-menu .twitter a {
    background-image: url(img/Twitter.svg);
}
.social-menu .vimeo a {
    background-image: url(img/Vimeo.svg);
}


@media screen and (max-width: 1385px){
    .footer-inner {
        grid-gap: 50px;
        padding: 75px 55px 35px;
    }
}

@media screen and (max-width: 1240px){
    .header {
        grid-template-columns: 230px auto;
        padding: 25px 25px 25px 20px;
    }

    .header.sticky {
        padding: 10px 25px 10px 20px;
    }

    .main-content-wrapper {
        padding-top: 118px;
    }
}
@media screen and (max-width: 1140px){
    :root {
        --desktoppadding: 100px;
    }

    .header nav .menu > li {
        margin-left: 19px;
    }

    .date-slider-wrapper {
        height: 750px;
    }
    .dates-for-slider {
        width: 300px;
    }
    .dates-for-slider h2 {
        font-size: 100px;
    }

    .date-content {
        width: 50%;
        margin: 0 15px 0 auto;
    }
    .date-content h3 {
        font-size: 58px;
    }

    .footer-inner {
        grid-template-columns: 270px auto;
        grid-gap: 65px;
        padding: 75px 35px 35px;
    }
    .footer .to-top, .has-instagram .footer .to-top {
        top: auto;
        bottom: 95px;
        right: auto;
        left: 95px;
    }
}
@media screen and (max-width: 1040px){
    :root {
        --desktoppadding: 50px;
    }

    .header {
        grid-template-columns: 180px auto;
    }
    .header nav .menu a {
        font-size: 15px;
    }
	.header nav .sub-menu li:before {
		top: -23px;
	}

    .main-content-wrapper {
        padding-top: 110px;
    }

    .main_content h1 {
        font-size: 70px;
    }
    .main_content h1.smaller {
        font-size: 57px;
    }

    div.featherlight .featherlight-content {
        margin-left: 15px;
        margin-right: 15px;
    }

    .timeline-slider .slick-dots li button {
        font-size: 18px;
    }
    .timeline-slider .slide-content {
        padding-top: 110px;
    }
    .timeline-slider .slide-wrapper h3 {
        font-size: 36px;
    }
    .timeline-slider .slide-wrapper h4 {
        font-size: 28px;
    }
    .timeline-slider .slide-wrapper p {
        margin-top: 30px;
    }

    .logo-gallery .slide {
        flex: 0 0 calc(33% - 50px);
    }

    .long-ctas.cta-button-wrapper a {
        min-width: 270px;
    }

    .general-slide-content h2 {
        font-size: 150px;
    }

    .footer-nav .menu > li {
        font-size: 20px;
    }
}

@media screen and (max-width: 900px){
	a.side-tab {
		top: calc(33% + 135px);
		width: 220px;
		height: 29px;
	}
	a.side-tab span {
		font-size: 14px;
	}
	a.side-tab.bottom-tab {
		right: -206px;
		top: calc(50% - 215px);
	}
    .header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        grid-gap: 0;
    }

    .header-logo {
        display: inline-block;
        width: 160px;
        padding: 6px 15px;
    }
    .header-nav {
        display: none;
        flex: 0 0 100%;
        border-top: 1px solid #FFF;
    }
    .header nav .menu {
        text-align: left;
        line-height: 1.5;
    }
    .header nav .menu > li {
        display: block;
        border-bottom: 1px solid white;
        margin-left: 0;
    }
    .header nav .menu > li a.active-nav, .header nav .menu > li.active-nav a {
        color: var(--accent);
    }
    .header nav .menu a {
        display: block;
        padding: 5px 35px;
        font-size: 28px;
        font-weight: 900;
        position: relative;
    }

    .header nav .menu > li.menu-item-has-children:hover a:before, .header nav .sub-menu li a:before, .header nav .menu > li.menu-item-has-children:hover:before, .header nav .sub-menu li:before {
/*         display: none; */
    }
    .header nav .menu a:hover, .header nav .menu li.menu-item-has-children:hover {
        color: #FFF;
    }
    .header nav .menu .menu-item-has-children a:hover {
        color: var(--accent);
    }

    .header nav .menu .menu-item-has-children {
        display: block;
        cursor: pointer;
    }
    .header nav .menu .menu-item-has-children:after {
        content: '+';
        position: absolute;
        z-index: 99;
        top: 1px;
        right: 0;
        font-size: 34px;
        line-height: 72px;
        color: #FFF;
        height: 80px;
        padding: 0 27px;
        cursor: pointer;
    }
    .header nav .menu .menu-item-has-children:hover:after {
        color: var(--accent);
    }

    .header nav .sub-menu {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        padding: 0 30px 0 60px;
        transition: max-height 300ms;
        max-height: 0;
        overflow: hidden;
        margin: 0;
    }
    .header nav .menu > li .sub-menu.opened {
        max-height: 550px;
        margin-bottom: 5px;
    }
    .header nav .menu .sub-menu li {
        margin: 0;
    }
    .header nav .menu .sub-menu li a {
        font-size: 22px;
        font-weight: 400;
        color: #FFF;
    }
    .header nav .sub-menu li:before {
        top: -37px;
		left: -28px;
    }
    .header nav .sub-menu li a:before {
        top: 18px !important;
        height: 115% !important;
    }
	.header nav .menu > li.menu-item-has-children:hover a:before, .header nav .sub-menu li a:before {
		left: -18px;
	}

    .header-wrapper, .admin-bar .header-wrapper {
        position: relative;
        top: auto;
    }
    .header.sticky {
        padding: 0;
    }

    .toggle-nav {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        text-align: right;
        cursor: pointer;
    }
    .toggle-nav img {
        height: 20px;
        width: auto;
        margin-right: 50px;
    }
    .toggle-nav.active:hover {
        color: var(--accent);
    }

    .top-title.image_with_title .image-with-title {
        padding-top: 30px;
    }

    .page-hero {
        padding-bottom: 60px;
    }
    
    .general_slider {
        margin-top: -60px;
    }
	
	.page-hero h1 {
		font-size: 60px !important;
	}

    .main_content {
        padding: 50px var(--desktoppadding) 65px;
    }
    .main_content h1 {
        padding-bottom: 35px;
    }

    .event-wrapper {
        grid-gap: 10px;
    }

    .image-with-title {
        margin-bottom: 0px;
    }

    .splash-image {
        max-width: 495px;
    }
    .splash-nav ul {
        justify-content: center;
    }
    .splash-nav li {
        margin: 0 12px;
    }
    .splash-nav a {
        font-size: 30px;
        line-height: 51px;
        height: 49px;
        min-width: 220px;
    }

    .gform_wrapper form {
        padding-top: 20px;
    }
    div.gform_wrapper label.gfield_label {
        font-size: 18px;
        letter-spacing: 3px;
    }
    div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea, div.gform_wrapper ul.gfield_checkbox li label, div.gform_wrapper ul.gfield_radio li label {
        font-size: 18px !important;
    }
    div.gform_wrapper ul.gform_fields li.gfield {
        padding-bottom: 10px;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1 !important;
        min-height: 1rem !important;
        margin-left: 0;
    }
    div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper select, div.gform_wrapper textarea {
        padding: 7px 15px;
        border: 2.5px solid;
    }
    div.gform_wrapper ul.gform_fields li.gfield.half-field {
        width: 100%;
    }
    div.gform_wrapper select, div.gform_wrapper.gf_browser_gecko select {
        height: 47px;
        padding: 10px 25px 7px 15px !important;
    }
    div.gform_wrapper ul.gfield_radio li label {
        width: 75%;
    }
    div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type=submit] {
        width: auto;
        height: auto;
        padding: 15px 45px;
    }
    div.gform_wrapper .gfield_checkbox li, div.gform_wrapper .gfield_radio li {
        margin-bottom: 12px;
    }
    div.ginput_container_select::after {
        font-size: 30px;
        line-height: 38px;
        height: 43px;
    }

    .general_content_area.mailing-list {
        background-image: url(https://bellworks.pbwebd.com/wp-content/uploads/2020/08/newsletter-circuit-mobile.png) !important;
        background-size: auto 100% !important;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .general_content_area.mailing-list h1 {
        font-size: 36px;
    }
    .general_content_area.mailing-list h4 {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .general_content_area.mailing-list .gform_wrapper form {
        padding-top: 0;
    }
    .general_content_area.mailing-list div.gform_wrapper .gform_footer {
        padding-bottom: 30px;
    }
    .general_content_area.mailing-list div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type=submit] {
        margin-left: auto;
        margin-right: auto;
    }

    .only-content {
        padding-bottom: 50px;
        padding-top: 0;
    }

    .video-wrapper {
        display: none;
    }
    .video-mobile {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .mobile-only.video-mobile {
        display: block;
    }

    div.featherlight .featherlight-content {
        margin-top: 25px;
        margin-left: 35px;
        margin-right: 35px;
    }

    .main-content-wrapper {
        padding-top: 0;
    }

    .timeline-slider .slide-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 25px;
        padding: 360px 75px 100px;
    }
    .timeline-slider .slide-content {
        padding-top: 0;
        order: 2;
    }
    .timeline-slider .slide-image img {
        height: auto;
        max-height: 560px;
        width: 100%;
    }
    .timeline-slider .slick-prev, .timeline-slider .slick-next {
        top: 280px;
    }

    .next_image_slider {
        padding: 80px 0 50px;
    }

    .dates-for-slider {
        width: 260px;
    }

    .layered_slider {
        background-position: center 60% !important;
        padding: 60px 0 100px;
    }
    .layered_slider .intro-content {
        padding-bottom: 65px;
    }
    .layered-image {
        padding-top: 110%;
    }

    .general_content_area {
        padding: 15px 25px 40px;
    }

    .cta-button-wrapper {
        display: flex;
        justify-content: space-around;
        padding: 15px 3% 115px;
    }
    .cta-button-wrapper a {
        margin: 0 10px;
    }

    .logo_carousel {
        padding: 25px 85px 45px;
    }
    
    .general-slider .slick-next {
        left: 195px;
    }

    .next_image_slider h1, .timeline_slider h1 {
        font-size: 72px;
    }

    .general_content_area.bottom-section {
        margin-bottom: -70px;
    }

    div.hustle-ui .hustle-info {
        width: calc(100% - 60px);
        padding-left: 10px;
        padding-top: 40px;
    }
    div.hustle-ui .hustle-info .hustle-group-content h2 {
        font-size: 36px;
    }
    div.hustle-ui .hustle-info .hustle-group-content h4 {
        font-size: 18px;
    }
    div.hustle-ui:not(.hustle-size--small) .hustle-info.hustle-info--default .hustle-layout .hustle-layout-content .hustle-content {
        padding: 40px 20px 0;
    }
    div.hustle-ui .gform_wrapper form {
        padding-top: 10px;
    }
    div.hustle-ui .hustle-info .hustle-group-content ul:not(.forminator-poll--answers) li {
        margin-bottom: 18px;
    }
    div.hustle-ui .gform_wrapper .top_label div.ginput_container {
        margin-top: 3px;
    }
    .hustle-popup-content div.gform_wrapper ul.gform_fields li.gfield.half-field:first-child .ginput_container {
        margin-right: 0;
    }

    #instagram {
        display: none;
    }
    #venues {
        padding-top: 50px;
    }

    .footer {
        margin-top: 0;
        padding-top: 0;
    }
    .has-instagram .footer-inner {
        padding-top: 35px;
    }
    .footer .to-top, .has-instagram .footer .to-top {
        position: fixed;
        left: auto;
        right: 25px;
        bottom: 25px;
        z-index: 9999;
    }
    .footer .to-top img {
        height: 53px;
        width: 53px;
        filter: drop-shadow(0px 0px 7px #FFF) invert(.4);
    }

    .footer-container {
        margin-top: 0;
        margin-left: 0;
    }
    .footer-inner {
        display: block;
        padding: 35px 25px;
    }
    .footer-column {
        text-align: center;
    }
    .footer-column .logo {
        max-width: 220px;
    }
    .footer-column h5 {
        margin-bottom: 7px;
        margin-top: 28px;
    }
    .footer-column p {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .footer-column .widget {
        padding-left: 0;
    }

    .footer-nav {
        padding-top: 35px;
    }
    .footer-nav .menu {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px 30px;
        padding: 0 20px;
        margin: 0 auto;
        max-width: 280px;
    }
    .footer-nav .menu > li {
        font-size: 14px;
    }
    .footer-nav .sub-menu li {
        font-size: 14px;
        margin: 8px 0;
    }

    .hide-sub-mobile .sub-menu {
        display: none;
    }
    .mobile-order-1 {
        order: 1;
    }
    .mobile-order-2 {
        order: 2;
    }
    .mobile-order-3 {
        order: 3;
    }
    .mobile-order-4 {
        order: 4;
    }
    .mobile-order-5 {
        order: 5;
    }
    .mobile-order-6 {
        order: 6;
    }
    .mobile-order-7 {
        order: 7;
    }

    .footer-link {
        padding: 22px 10px 5px;
        margin-left: 0;
        text-align: center;
    }

    .social-menu {
        position: relative;
        bottom: auto;
        left: auto;
    }
    .social-menu ul {
        text-align: center;
        margin-bottom: 0;
    }
    .social-menu li {
        display: inline-block;
        padding-bottom: 12px;
        margin: 10px;
    }

    div.hustle-ui.hustle-popup {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 84vh; /* Fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100);
    }
}

@media (max-width: 781px) and (min-width: 600px) {
    .wp-block-column {
        flex-grow: 1;
    }
    .wp-block-image img {
        width: 100%;
    }
}

@media screen and (max-width: 766px){
    h1, div.hustle-ui .hustle-info .hustle-group-content h1, .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h1:not([class*="forminator-"]) {
        font-size: 36px !important;
    }
    h3 {
        font-size: 30px;
    }
    h4, div.hustle-ui .hustle-info .hustle-group-content h4, .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content h4:not([class*="forminator-"]) {
        font-size: 24px !important;
    }
    h5 {
        font-size: 18px;
    }
    p {
        font-size: 18px;
    }
    .extra-spacing strong {
        display: block;
    }
    hr, .wp-block-separator.is-style-wide {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    
    .wp-caption {
        max-width: 100%;
    }
    img.alignright, img.alignleft { 
        float: none; 
        display: block; 
        margin: 20px auto; 
    }

    .toggle-nav img {
        margin-right: 20px;
    }

    .content-wrapper, .intro-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .styled-button, .cta-button-wrapper a {
        font-size: 18px;
        min-width: 225px;
        padding: 12px 25px 9px;
    }

    .splash-image {
        max-width: 265px;
    }
    .splash-nav ul {
        justify-content: center;
    }
    .splash-nav li {
        margin: 0 12px;
    }
    .splash-nav a {
        font-size: 22px;
        line-height: 38px;
        height: 36px;
        min-width: 150px;
    }

    div.hustle-ui .hustle-info {
        width: calc(100% - 40px);
        padding-left: 20px;
    }

    .main_content {
        padding: 5px 25px 40px;
    }
    .main_content h1 {
        font-size: 36px;
        padding-bottom: 20px;
    }
    .main_content h1.smaller {
        font-size: 36px;
    }
    .main_content h4 {
        margin-bottom: 15px;
    }

    .accordion {
        padding-left: 25px;
        padding-right: 25px;
    }

    .page-hero img {
        height: 500px;
    }

    .video {
        padding-bottom: 50px;
    }

    .general_content_area {
        padding: 20px 25px 40px;
    }
    .general_content_area h4 {
        padding-top: 5px;
    }

    .image-with-title {
        margin-bottom: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .image-with-title h1, .small .image-with-title h1 {
        font-size: 36px;
    }
    .image-with-title h1 img {
        max-height: 45px;
        max-width: 80px;
        vertical-align: text-bottom;
    }
    .small .image-with-title h1 img {
        max-height: 55px;
    }
    .hide-icon-mobile .image_with_title img {
        display: none;
    }

    .top-title.image_with_title .image-with-title {
        padding-top: 0px;
    }

    .wp-block-column .wp-block-image {
        margin-bottom: 30px;
    }

    .wp-block-spacer:not(.static-spacer) {
        height: 15px !important;
    }
    .wp-block-spacer.variable-spacer {
        height: 10px !important;
    }

    .parallax-window {
        height: 500px;
    }

    #venues {
        padding-top: 10px;
    }

    .long-image {
        padding-top: 40px;
        margin-left: -25px !important;
        margin-right: -25px !important;
    }
    .long-image img {
        height: 300px;
        width: 100%;
        object-position: 50% 70%;
    }

    .image-with-title {
        padding-top: 50px;
    }

    .general-slide-content h2 {
        font-size: 75px;
    }
    .general-slide-content img {
        width: 85%;
        height: 445px;
        margin: 60px 0 60px auto;
    }
    .slider-default .next-image-slide, .slider-mirrored .next-image-slide {
        height: 445px;
    }

    .general_slider .slick-dots {
        bottom: 55px;
    }
    .general_slider .slick-dots li {
        width: 15px;
        height: 15px;
        margin-left: 25px;
    }
    .general_slider .slick-dots li button:before {
        font-size: 12px;
        line-height: 12px;
    }
    .general_slider .slick-dots li.slick-active {
        margin-left: 20px;
    }
    .general_slider .slick-dots li.slick-active button:before {
        font-size: 17px;
        line-height: 12px;
        width: 25px;
        height: 20px;
    }
    .general_slider .slider-wrapper:not(.hide-indicator):after {
        bottom: 65px;
        left: 31.5px;
        width: 2.5px;
    }

    .general-slider .slick-next {
        bottom: 10px;
        left: auto;
        right: 25px;
    }
    .general-slider .slick-prev {
        bottom: 10px;
        left: auto;
        right: 100px;
    }

    .general_slider .hide-indicator .general-slide-content img {
        margin: 70px 0 70px auto;
    }
    .general-slider .text-middle {
        top: 5px;
        margin-left: 25px;
    }
    .general-slider .overlay-image {
        background-image: url(https://bellworks.pbwebd.com/wp-content/uploads/2020/08/slider-mobile.png) !important;
        background-position: center 88%;
    }
    .general_slider .hide-indicator .slick-prev, .general_slider .hide-indicator .slick-next {
        bottom: 20px;
    }

    .next_image_slider .slider-wrapper.slider-default, .next_image_slider .slider-wrapper.slider-mirrored {
        padding: 0 0 5px;
    }
    .next_image_slider .slider-wrapper.slider-mirrored {
        padding-top: 30px;
    }

    .slider-default .next-image-slide, .slider-mirrored .next-image-slide {
        height: 250px;
    }
    .slider-default .next-image-slide .slide-wrapper, .slider-mirrored .next-image-slide.slick-current .slide-wrapper {
        padding: 35px;
    }
    .slider-default .next-image-slide img, .slider-mirrored .next-image-slide.slick-current img {
        min-height: 135px;
        height: 135px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-default .slick-dots li.slick-active, .slider-mirrored .slick-dots li.slick-active {
        margin-top: -7px;
        height: 25px;
        width: 25px;
    }
    .slider-default.slider-wrapper:after, .slider-mirrored.slider-wrapper:after {
        bottom: 45px;
    }

    #colab {
        background-image: none !important;
    }
	
	.colab_padding{
		padding-top: 50px;
    	padding-bottom: 50px;
	}

    .next_image_slider {
        padding: 50px 0 10px;
    }
    .next_image_slider h1 {
        font-size: 36px;
    }
    .slider-equal .next-image-slide, .slider-equal_mirrored .next-image-slide {
        width: 100vw;
        padding: 40px 0;
    }
    .slider-equal .slick-next {
        top: 0;
        right: 25px;
        bottom: auto;
    }
    .slider-equal .slick-prev {
        top: 0;
        right: 95px;
        bottom: auto;
    }
    .slider-equal_mirrored .slick-prev {
        top: 0;
        right: auto;
        left: 25px;
        background-image: url(img/arrow-prev.png);
    }
    .slider-equal_mirrored .slick-next {
        top: 0;
        right: auto;
        left: 95px;
        background-image: url(img/arrow-next.png);
    }
    .next-image-slide img {
        min-height: 435px;
        object-fit: cover;
    }

    .slider-default .slick-dots, .slider-mirrored .slick-dots {
        right: 25px;
        left: calc(50vw + 25px);
    }
    .slider-default.slider-wrapper:after, .slider-mirrored.slider-wrapper:after {
        left: calc(50vw + 32px);
        right: 38px;
    }

    .slider-mirrored .slick-dots {
        left: 25px;
        right: calc(50vw + 25px);
    }
    .slider-mirrored.slider-wrapper:after {
        right: calc(50vw + 38px);
        left: 34px;
    }

    .slider-default .slick-dots li.slick-active button:before, .slider-mirrored .slick-dots li.slick-active button:before {
        line-height: 28px;
        height: 20px;
        width: 20px;
        font-size: 20px;
    }
    .slider-default .slick-dots li button:before, .slider-mirrored .slick-dots li button:before {
        width: 12px;
        height: 12px;
        font-size: 12px;
        line-height: 15px;
    }

    .layered_slider {
        background-image: none !important;
        padding: 40px 0 0;
    }
    .layered_slider .intro-content {
        background-image: url(https://bellworks.pbwebd.com/wp-content/uploads/2020/08/on-the-block-mobile-overlay.png) !important;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        padding-bottom: 145px;
        margin-bottom: -145px;
    }
    .layered_slider h1 {
        font-size: 36px;
    }
    .layered_slider td {
        font-size: 16px;
    }

    .layered-slider {
        padding-top: 30px;
    }
    .layered-slide:not(.slick-center) {
        opacity: 0;
    }
    .layered-slide {
        width: auto;
    }
    .layered-slide-wrapper {
        padding: 160px 0 80px;
    }
    .layered-image {
        padding-top: 0;
        position: absolute;
        top: 170px;
        left: -50px;
        width: auto;
        right: -50px;
        bottom: -250px;
    }
    .layered-content {
        position: relative;
        top: -145px;
        right: 0;
        left: 0;
        bottom: 205px;
        width: auto;
        padding: 75px 25px 30px;
    }
    .layered-content img {
        max-height: 135px;
        width: auto;
    }

    .layered_slider .slick-prev {
        top: 70px;
        bottom: auto;
        right: 115px;
    }
    .layered_slider .slick-next {
        top: 70px;
        bottom: auto;
        right: 40px;
    }

    .general_content_area.bottom-section {
        padding-top: 45px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .general_content_area.bottom-section h1 {
        font-size: 36px;
    }
    .general_content_area.bottom-section .styled-button {
        font-size: 18px;
    }

    #image-title img {
        max-height: 50px;
        width: auto;
    }

    .logo_carousel {
        padding: 5px 0 30px;
    }
    .logo_carousel h1 {
        font-size: 36px;
    }
    .logo_carousel .slick-track {
        padding: 25px 0;
    }
    .logo-carousel .slick-prev {
        /* left: 0;
        bottom: 30px; */
        left: 10px;
        bottom: 20px;
        top: auto;
    }
    .logo-carousel .slick-next {
        /* right: 0;
        bottom: 30px; */
        right: 10px;
        bottom: 20px;
        top: auto;
    }

    .column_carousel {
        padding: 35px 0 65px;
    }
    .column_carousel h1 {
        font-size: 36px;
        padding-bottom: 10px;
    }
    .column_carousel .slider-wrapper {
        padding: 50px 0 30px;
    }
    .column-carousel .slide {
        width: 70vw;
    }
	.column-carousel .slide[data-slick-index="6"] {
		width: 30vw;
	}
    .column-carousel .slide-inner {
        padding: 0 20px;
    }
    .column-carousel .slide-image {
        margin-bottom: 20px;
    }
    .column-carousel .slide-text {
        min-height: auto;
    }
    .column-carousel .byline {
        padding-bottom: 15px;
    }

    .column-carousel .slick-prev {
        left: 15px;
        right: auto;
        bottom: -55px;
    }
    .column-carousel .slick-next {
        right: auto;
        bottom: -55px;
        left: 80px;
    }

    .content-carousel {
        padding: 0 0 120px;
    }
    .content-carousel .slide-icon {
        width: 185px;
        padding-bottom: 20px;
    }
    .content-carousel .content-slide h4 {
        padding-bottom: 5px;
        font-size: 18px;
    }
    .content-carousel .content-slide-wrapper {
        padding-bottom: 0;
    }
    .content-carousel .content-slide {
        padding-top: 60px;
    }
    .content-carousel .content-slide:nth-child(odd) {
        margin-top: -40px;
    }

    .content-carousel .slick-prev {
        right: 130px;
        bottom: 70px;
    }
    .content-carousel .slick-next {
        bottom: 70px;
    }
	
	.content-carousel .slide-title {
		background-color: rgba(0, 0, 0, 0.3);
	}
    
    .timeline_slider h1 {
        font-size: 36px;
    }
    .timeline-slider .slide-wrapper {
        padding: 65px 25px 60px;
    }
    .timeline_slider.hide-mobile-titles .slide-content h3 {
        display: none;
    }

    .timeline-slider .slide-title {
        width: 60%;
    }
    .timeline-slider .slide-image img {
        max-height: 200px;
    }
    .timeline-slider .slide-wrapper h2 {
        font-size: 18px;
    }
    .timeline-slider .slide-wrapper h3 {
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 0;
    }
    .timeline-slider .slide-wrapper h4 {
        font-size: 18px;
    }
    .timeline-slider .slide-wrapper p {
        margin-top: 25px;
    }

    .timeline-slider-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }
    .timeline-slider-wrapper:after {
        top: 27px;
        height: 2px;
        right: -20px;
        left: -20px;
    }

    .timeline-slider .slick-dots {
        top: 23px;
    }
    .timeline-slider .slick-dots li {
        width: 21px;
        height: 18px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .timeline-slider .slick-dots li button:before {
        font-size: 12px;
        line-height: 12px;
        height: 15px;
        width: 20px;
    }
    .timeline-slider .slick-dots li.slick-active button:before {
        height: 20px;
        width: 25px;
        font-size: 17px;
        line-height: 12px;
        top: 1px;
    }
    .timeline-slider .slick-dots li button {
        font-size: 0px;
        line-height: 0;
        min-width: 22px;
        padding-top: 12px;
    }

    .timeline-slider .slick-prev {
        top: 65px;
        left: auto;
        right: 90px;
    }
    .timeline-slider .slick-next {
        top: 65px;
        left: auto;
        right: 30px;
    }

    .timeline-slider .slick-dots li:after {
        height: 2px;
        top: 4px;
        right: 16px;
    }
    .timeline-slider .slick-dots .slick-active:after {
        right: 16px;
    }

    .column-carousel .slide-title h2 {
        font-size: 100px;
    }
    .column-carousel p {
        font-size: 18px;
    }
    .column-carousel .slide-image > img {
        height: 350px;
    }

    .date-slider-wrapper, .date-slider, .date-slider .slick-list, .date-slider .slick-track {
        height: auto;
    }
    .dates-for-slider {
        left: auto;
        right: 25px;
        top: 65px;
        bottom: auto;
        height: 375px;
    }
    .dates-for-slider h2 {
        font-size: 72px;
        line-height: 1;
        margin: 0 5px;
    }
    .date-content {
        /* display: block;
        height: auto; */
        width: 90%;
        margin: 465px auto 25px;
        height: calc(100% - 540px);
        align-content: start;
        display: grid;
    }
    .date-content h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .date-slider .slick-track {
        display: flex !important;
    }
    .date-slide {
        height: inherit !important;
        margin-left: -1px;
        padding-right: 1px;
    }

    .logo_gallery {
        padding: 60px 20px 20px;
    }
    .logo_gallery h1 {
        font-size: 36px;
    }
    .logo-gallery .slide {
        flex: 0 0 calc(50% - 30px);
        padding: 15px 15px;
    }

    .slideout-closed .content-wrapper {
        padding-top: 35px;
        padding-bottom: 50px;
        padding-left: 15%;
        padding-right: 15%;
    }
    .slideout-closed h1, .slideout-open h1 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .slideout-open {
        padding-top: 45px;
        padding-bottom: 50px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .slideout-closed {
        background-image: url(https://bellworks.pbwebd.com/wp-content/uploads/2020/08/form-mobile.png) !important;
        background-size: 100% auto !important;
        background-position: center center !important;
    }

    .content_slideout.bottom-section {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .cta-button-wrapper {
        display: block;
        text-align: center;
        padding: 15px 0 25px;
    }
    .cta-button-wrapper a {
        margin: 15px 35px;
    }
    .long-ctas.cta-button-wrapper a {
        min-width: 170px;
        display: inline-block;
        margin: 10px;
    }

    .custom-events-list, .past-events-list {
        margin: 0;
    }
    .custom-events-list {
        padding-bottom: 30px;
    }
    .event-link {
        margin-bottom: 15px;
    }
    .event-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        text-align: center;
    }
    .event-date {
        font-size: 72px;
        min-height: 185px;
    }
    .event-info .normal {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    
    #tribe-events-pg-template {
        padding: 0;
    }
    .single-tribe_events .tribe-events-single-event-title {
        font-size: 48px;
    }
    .single-tribe_events .main_content {
        padding: 0 25px 35px;
    }
    .single-tribe_events .tribe-events-schedule {
        background: none;
        border: none;
    }
    .rsvp-button {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .tribe-events-event-meta .tribe-events-meta-group iframe {
        height: 395px;
    }
    .more-button-wrapper {
        margin-top: 55px;
    }

    .slideout-open .content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .contact-info span {
        max-width: 80%;
    }
}
@media screen and (max-width: 575px){
	
	.page-hero h1 {
		font-size: 50px !important;
	}

    div.featherlight .featherlight-content {
        margin-top: 5px;
        margin-left: 15px;
        margin-right: 15px;
    }
    div.featherlight .featherlight-content {
        padding: 65px 35px 30px;
    }
    
    div.hustle-ui .hustle-info {
        width: calc(100% - 25px);
        padding-left: 5px;
    }

    .content-carousel .content-slide {
        max-width: 290px;
    }
    .content-carousel .content-slide-wrapper {
        padding: 20px;
    }
    
    .layered_slider td:first-child {
        max-width: 3ch;
        text-overflow: clip;
        padding-right: 20px;
    }

    .general_slider:not(.large-text) .general-slide-content h2 {
        font-size: 55px;
        margin-left: 25px;
    }

    .cta-button-wrapper a {
        margin: 15px;
    }

    .tribe-events-tickets {
        width: 100%;
    }
    .tribe-events-tickets td {
        width: calc(100% - 45px);
    }

    .awards-slider .logo-carousel .slide {
        width: 275px;
        height: 275px;
    }
    .awards-slider .logo-carousel .slide img {
        width: 225px;
        height: 225px;
    }
    .awards-slider .logo-carousel .slick-center img {
        width: 275px;
        height: 275px;
    }
}

.df-raw-loading{
	display: none;
}
