/*!
Theme Name: EarthX
Theme URI: https://earthx.org/
Author: HOLMESMILLET.DEV
Author URI: http://holmesmillet.dev/
Description: This is the main theme and framework file for Earthx2023
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: earthx
Tags: PHP, ACF
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# Templates
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# FONTS
--------------------------------------------------------------*/
@font-face {
    font-family: Gotham;
    src: url('fonts/Gotham-Medium.woff2') format('woff2'), url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Extra';
    src: url('fonts/Gotham-ExtraLight.woff2') format('woff2'), url('fonts/Gotham-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url('fonts/Gotham-Thin.woff2') format('woff2'), url('fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.woff2') format('woff2'), url('fonts/Gotham-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url('fonts/Gotham-Bold.woff2') format('woff2'), url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url('fonts/Gotham-Light.woff2') format('woff2'), url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal
}


/*--------------------------------------------------------------
# RESETS
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  overflow-y: scroll;
  word-break: break-word;
}

*, *:before, *:after {
  box-sizing: inherit;
}
body{
    overflow-x:hidden;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ol{
    list-style: number;
}
ul{
    list-style: square;
}
header ol, header ul{
    list-style: none;
}

main li{
    margin-bottom:1rem;
    margin-left: 1.3rem;
}

img {
  max-width: 100%;
  height: auto;
}
a{
    text-decoration: none;
}

/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/
.pdf-viewer h3{
    font-size:2rem;
    font-weight:bold;
    margin-bottom:1rem;
}
.pdf-viewer{
    margin-bottom:1rem;
}
/* CUSTOM FORM CSS */
#gform_wrapper_2 .field_description_above .gfield_description{
    font-weight: 500;
    margin-bottom: 0.5rem;
}
#gform_submit_button_2{
    background-color: #006DCE;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 700;
    padding: 15px 20px !important;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0px 0px 20px 0px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border: none !important;
}
#gform_wrapper_2 .gchoice{
    margin-bottom: 0.5rem;
    color: #8c8c8c;
}
#gform_wrapper_2 .gfield-choice-input{
    vertical-align: top;
    margin-top: 5px;
}
#gform_wrapper_2 .gfield--type-checkbox .gfield_label.gform-field-label{
    font-weight: bold !important;
}
#gform_wrapper_2 .gform_description{
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #000000;
}
#gform_wrapper_2{
    max-width: 680px;
    margin: 0 auto;
}
#gform_wrapper_2 .gform_title{
    font-weight: bold;
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
}
/* input fields */
main textarea,{
    min-height: 200px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 43px;
    right: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 8px 18px !important
}
.select2-container .select2-selection--single{
    height: 45px;
    border-radius: 8px;
}
body main input,body footer input, body main textarea, body main select,.select2-hidden-accessible{
    padding: 12px 18px !important;
    border-radius: 8px !important;
    border: 1px solid #c8c8c8 !important;
    font-size: 1rem !important;
}
/* tables */
thead tr th{
    background-color: #777777;
    color: #ffffff;
}
.general-text.more-contained{
    display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  background:#ffffff;
  display: block;
  white-space: nowrap;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){
    background-color: #f2f2f2
}
/* global classes */
.is-disabled{
    pointer-events: none;
}
.disable-link{
    opacity: 0.5;
    pointer-events: none;
}
body .is-hidden{
    display: none;
}
.three-col-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    column-gap:3rem;
}
/* buttons */
.ex-button-icon{
    margin-bottom: -4px;
}
.ex-button,#gform_submit_button_1{
    background-color: #006DCE;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 700;
    min-width: 100%;
    padding: 15px 20px !important;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0px 0px 20px 0px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border: none !important;
}
/* gravity forms */
.gform_wrapper.gravity-theme .gfield_label{
    font-weight: normal !important;
}
/* container classes */
.modal-size{
    max-width: 500px;
}
.more-contained{
    display: grid;
    grid-template-columns: minmax(auto, 1024px);
    justify-content: center;
    padding: 4rem 2rem;
}

.contained{
    display: grid;
    grid-template-columns: minmax(auto, 1280px);
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 4rem 2rem;
}
.full{
    display: grid;
    grid-template-columns: minmax(auto, 100%);
    position: relative;
    overflow: hidden;
}
.block-section{
    position: relative;
    display: block;
    margin: 0;
}


/* headings */
.section-header.more-contained{
    padding: 3rem 2rem;
}
.header-wrap .copy p{
    margin-bottom:1rem;
}
.header-wrap .copy a{
    text-decoration: underline;
}
.header-wrap .copy{
    line-height: 2rem;
}
.header-wrap{
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
/* premade font class */
.gotham-bold{
    font-family: "Gotham", "Poppins", sans-serif;
    font-weight: bold;
}
/*
# COLORS
--------------------------*/
.blue{
    color: #006DCE;
}
.blue-2{
    color: #39A0FF;
}
.green{
    color: #52AD48;
}
.green-2{
    color: #61D65B;
}
.bright-green{
    color: #7cda24;
}
.white{
    color:#ffffff;
}

.bg-light-blue {
    background-color: rgb(233,240,248);
}

/*
# HEADER
--------------------------*/
/* logo */
.site-logo .site-logo-url{
    display: flex;
    position: relative;
}
.site-logo .site-logo-img{
    max-width: 220px;
    padding: 15px;
    height: auto;
    width: auto;
}
/* main menu */
#main-menu > .menu-item {
    margin: 0;
    display: inline-block;
    position: static;
    opacity: 1 !important;
}
/* effects primary nav links */
#main-menu > .menu-item > a{
    font-size: 1rem;
    font-weight: 700;
    color: #2B4676;
    padding: 21px 0px;
    left: auto;
    position: relative;
    right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
#main-menu{
    display: inline-flex;
    justify-content: center;
    width: 100%;
    gap: 0.75rem; /* shrunk from 1.5rem to fit extra items */
}
/* menu hover effect */
#main-menu:hover > .menu-item {
    opacity: 0.5 !important;
}
#main-menu > .menu-item:hover {
    opacity: 1 !important;
}
/*Indentation to sub menu lists*/
#main-menu > .menu-item  > .sub-menu-wrap > .sub-menu > .menu-item-has-children > .sub-menu-wrap > .sub-menu{
    list-style:square;
    color: #ffffff;
    margin-left:1.2rem;
}
/* set dropdown nav links white */
#main-menu > .menu-item  > .sub-menu-wrap a{
    color: #ffffff;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align:top;
}
/* effects only the sub-level wrapper */
#main-menu > .menu-item  > .sub-menu-wrap{
    display: none;
    position: absolute;
    background-color: #2B4676;
    width: 100vw;
    left: 0;
}
#main-menu > .menu-item:hover > .sub-menu-wrap{
    display: block;
}

#main-menu > .menu-item.menu-item-has-children:hover > a::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2c4676;
    border-left: 10px solid transparent;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
}
/* align the all menu dropdowns within sub-menu-wrap */
#main-menu > .menu-item  > .sub-menu-wrap > .sub-menu > li > a{
    color: #c9ddff;
}
#main-menu > .menu-item  > .sub-menu-wrap > .sub-menu{
    display: grid;
    justify-content: center;
    gap: 1rem;
    max-width:665px;
    margin: 0 auto;
    padding: 30px 20px;
}
/* bold the 2nd level of drop down menu items */
#main-menu > .menu-item  > .sub-menu-wrap > .sub-menu > .menu-item > a{
    font-weight: bold;
}
#main-menu > .menu-item  > .sub-menu-wrap > .sub-menu > .menu-item.menu-item-has-children > a{
    margin-bottom: 10px;
    display: block;
}
/* menu grid and fill column classes */
#main-menu .grid-2 > .sub-menu-wrap > .sub-menu{
    grid-template-columns: repeat(2, 1fr);
}
#main-menu .grid-1 > .sub-menu-wrap > .sub-menu{
    grid-template-columns: repeat(1, 1fr);
}
#main-menu .fill-1-5 {
    grid-column: 1 ;
    grid-row: 1 / 5;
}
#main-menu .fill-1-6 {
    grid-column: 1 ;
    /*grid-row: 1 / 6;*/
    grid-row: 1 / span 6;
}
#main-menu .split-2 .sub-menu-wrap .sub-menu{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* counter */
.counter{
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
}

.counter img {
    height: auto;
    width: 16px;
    margin: 0px 8px;
}
/* site search page */
.search-entry-title a{
    color: #2B4676;
}
.search-entry-type label span{
    color: C;
}
.search-entry-type label{
    font-style: italic;
    font-size: 14px;
    color: #777777;
}
.search-results-container{
    background: #ffffff;
    padding: 2rem;
    border-radius: 8px;
}
.search-results-container article{
    margin-bottom: 1rem;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1rem;
}
.search-results{
    background-color: #E9F0F8;
}
.search-title span{
    color: #2B4676;
}
.search-title{
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-style: italic;
    color: #777777;
}
.site-page-search .search-submit i,
.site-page-search .search-field{
    font-size: 2rem !important;
}
.site-page-search .search-form label{
    width: 100% !important;
    min-width: unset !important;
}
.site-page-search .search-form{
    width: 100%;
    border-bottom: 2px solid #2B4676;
}
.site-page-search{
    margin-bottom: 3rem;
}
/* site search header */
.search-form label{
    min-width: 170px;
}
.search-field::placeholder{
    color: rgba(43, 70, 118, 0.5);
}
.search-field{
    border: none !important;
    padding: 12px 18px !important;
    width: 210px;
    border-radius: 0px !important;
    color: #2B4676;
    background: none;
}
.search-submit i{
    color: #2B4676;
}
.search-submit{
    background: none;
    border: none;
}
.search-form{
    display: inline-flex;
    border-bottom: 1px solid #2B4676;
}
/* fixes the jump when seconds tick */
.fixed-counter{
    width: 42px;
    display: inline-flex;
}
#expo-counter {
    color: #BED3E5;
}
#expo-counter .counter-label{
    color: #ffffff;
    font-weight: normal;
    margin-left: 2px;
    font-size: 12px;
}
#expo-counter .pipe{
    margin: 0 2px;
    font-weight: normal;
}
#top-right-menu .menu-item:hover > .sub-menu{
    display: block;
}
#top-right-menu .menu-item > .sub-menu{
    position: absolute;
    background: #223557;
    padding: 1rem;
    font-size: 14px;
    display: none;
}
#top-right-menu{
    display: flex;
    gap: 1rem;
}
.top-right-menu {
    display: flex;
    justify-content: flex-end;
}
.top-left-menu .menu{
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.top-left-menu li a,.top-right-menu li a{
    display: inline-flex;
    flex-direction: row-reverse;
    color: #ffffff;
    gap: 10px;
}
.top-header,.primary-header{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}
.top-header .top-left-links,
.top-header .top-right-links{
    display:none;
}
.top-header{
    background-color: #2B4676;
    padding: 8px 20px;
}
.primary-header .site-search{
    display: flex;
    justify-content: flex-end;
    padding: 0rem 1rem;
}
header{
    background: #ffffff;
    z-index: 11;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}
.mobile-header{
    display: block;
}
.desktop-header{
    display: none;
}

/* Mobile Menu */
.mobile-header .search-form label .search-field{
    width:100%;
}
.mobile-header .search-form label{
    min-width:unset;
    width:100%;
}
.mobile-header .search-form{
    width:100%;
}
.mobile-header .site-search{
    padding:1rem 1.5rem;
}
.menu-container{
    border-bottom:;
}
#mobile-main-menu > .menu-item.menu-item-has-children > .sub-menu-wrap > .sub-menu li.menu-item-has-children a{
    color:#c9ddff;
}
#mobile-main-menu > .menu-item.menu-item-has-children > .sub-menu-wrap > .sub-menu li a{
    color:#ffffff;
    padding:0.2rem 1.5rem;
    display:block;
}
#mobile-main-menu > .menu-item.menu-item-has-children > .sub-menu-wrap > .sub-menu{
    padding:1rem 0rem;
}
#mobile-main-menu > .menu-item > a{
    padding:1rem 1.5rem;
    display:block;
    color:#2B4676;
    font-weight:bold;
}
/*set the columns for menu link and icon*/
#mobile-main-menu > .menu-item.menu-item-has-children{
    display:grid;
    grid-template-columns:1fr 70px;
}
/*fill the dropdown contents*/
#mobile-main-menu > .menu-item.menu-item-has-children > .sub-menu-wrap {
    display:none;
    grid-column-start: 1;
    grid-column-end: 3;
    background:#2B4676;
}
/*set size for logo and hamburger menu*/
.mobile-menu-nav{
    display: grid;
    grid-template-columns: 1fr 70px;
    border-bottom: 1px solid #f1f1f1;
}
#mobile-main-menu > .menu-item{
    border-bottom: 1px solid #f1f1f1;
}
#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
    display: grid;
    justify-content: center;
    align-items: center;
}


#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #0d64ae;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
       -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 450px;
    background: #ffffff;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    right:0%;
    transform: translateX(100%);
    transition: all 0.3s ease-out;
}
#menu-container .menu-list.active{
    transform: translateX(0%);
}

#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
.accordion-toggle{
    display:grid;
    justify-content: center;
    align-items:center;
}
.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

.accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}
.accordion-toggle.active-tab i{
    color:#ffffff;
    transform:rotate(0deg);
}
.accordion-toggle i{
    color:#2B4676;
    transform:rotate(180deg);
    transition: all 0.3s ease-out;
}

.accordion-toggle.active-tab {
  background: #2B4676;
  transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}
/*
# Woocommerce Products
--------------------------*/
.woocommerce ul.products li.product .button{
    padding: 0px 0px 1rem 0px;
    border-bottom: 1px solid #006DCE;
    color: #006DCE;
    text-transform: uppercase;
    background: transparent;
    font-size: 1rem;
    font-weight: normal;
    border-radius: 0px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    font-weight: normal;
    color: #777777;
}
.woocommerce ul.products li.product .price{
    font-weight: bold;
    font-size: 1rem;
}

/*
# FOOTER
--------------------------*/

footer ul li{
    margin-left: 1rem;
}
footer{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.footer-logo{
    width: 180px;
    height: auto;
    margin-bottom: 1rem;
}
.footer-social-icon-wrap{
    display: inline-flex;
    gap: 1rem;
}
.footer-block-content{
    margin-bottom: 2rem;
}
.footer-content-wrap{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(241px, 1fr));
    gap: 3rem;
}
.footer-item a{
    color: #ffffff;
}
.footer-item h5{
    font-weight: bold;
    font-size: 0.8rem;
    margin-bottom: 1rem;
}
.footer-item{
    color: #ffffff;
}
.footer-content{
    background: #001746;
    position: relative;
    width: 100%;
}
.footer-bottom-content{
    background-color: #000A1F;
}
.footer-bottom-text {
    opacity: 0.5;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 20px;
    text-align: center;
}
.footer-bottom-text a {
    color: #ffffff;
}
/*EV EDITS*/
.ev-sponsor-levels-table table > thead > tr > th:nth-child(1){
    width:580px;
}

/*--------------------------------------------------------------
# COMPONENTS
--------------------------------------------------------------*/
/* Dual Image Section */
.banner-layout-reverse .dual-image-thumbail-one{
    display: flex;
    justify-content: flex-end;
}
.banner-layout-reverse .dual-image-thumbail-two{
    justify-content: flex-start;
}
.dual-image-thumbail-two{
    display: flex;
    justify-content: flex-end;
    margin-top: -3rem;
}
.dual-image-thumbnail{
    object-fit: cover;
    object-position: center;
    height: 220px;
    max-width: 85%;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 10px 40px 0px rgb(70 87 124 / 50%);
}
/* Table section */
.table-wrap{
    overflow-x: auto;
    margin-bottom: 2rem;
}
/* Speaker Slider */
.speaker-listing-img img{
    border-radius:10px;
    box-shadow: 0 8px 8px -4px rgba(0,0,0,0.3);
}
.speaker-listing-img{
    max-width: 200px;
    margin: 0 auto;
    margin-bottom:1rem;
}
.speaker-listing-title{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.speaker-listing-org-name{
    padding: 0px;
}
.speaker-layout-slider .flickity-page-dots{
    bottom: -40px;
}
.speaker-layout-slider .flickity-page-dots .dot{
    background: #006DCE;
}
.speaker-layout-slider .flickity-page-dots .dot.is-selected{
    background: #ffffff;
    border: 2px solid #006DCE;
}
.speaker-slider-section{
    display: grid;
    grid-template-columns: minmax(auto, 100%);
    justify-content: center;
    padding-bottom: 4rem;
}
.speaker-layout-slider {
    margin-bottom: 5rem;
}
.speaker-listing-url{
    text-align: center;
    display: block;
}
.speaker-listing {
    width: 100%;
    padding: 1rem 2rem;
}
/* counter styles */
.three-counter-heading{
    margin-bottom: 3rem;
}
.counter-heading{
    text-align: center;
}
.counter-number{
    font-size: 4rem;
    text-align: center;
    font-weight: 200;
}
.three-counter-heading{
    text-align: center;
}
.three-counter-layout{
    display: grid;
    gap:2rem;
}
.three-counter-wrap{
    background-size: cover;
    background-position: center;
}
/* Five column section styles */
.five-card-layout-button a{
    font-weight: 500;
    text-decoration: underline;
}
.five-card-layout-copy{
    font-size: 1rem;
    margin-bottom: 1rem;
}
.five-card-layout-heading{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.five-card-layout-img{
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 1rem;
}
.five-column-layout{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap:2rem;
    justify-content: center;
}
/* Thirty Seventy and fifty fiftyStyloes */
.fifty-fifty-wrap h4{
    font-size:1.5rem;
    font-weight:bold;
    line-height:2rem;
}
.fifty-fifty-wrap h4,
.fifty-fifty-wrap p{
    margin-bottom: 1rem;
}
.thirty-seventy-wrap-reverse,
.thirty-seventy-wrap,
.fifty-fifty-wrap-reverse,
.fifty-fifty-wrap{
    display:grid;
    grid-template-columns: 1fr;
    gap:3rem;

}
/* 3 col maps */
.card-layout-map{
    border-radius:8px;
    overflow:hidden;
}
.card-layout-map-contents{
    padding:2rem;
}
.card-layout-map-code iframe{
    width:100%;
    height:100%;
    min-height:300px;
}
.card-layout-map-button{
    font-weight:bold;
    margin-top:1rem;
    display:block;
}
.three-column-map-layout{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap:2rem;

}
/* banner styles */
.banner-layout-wrap.contained{
    padding:2rem 1rem;
}
.banner-branded-title{
    margin-bottom: 1rem;
    height: auto;
    width: auto;
}
.banner-copy a{
    text-decoration: underline;
}
.banner-copy p{
    margin-bottom:1rem;
}
.banner-copy p:last-child{
    margin-bottom:0rem;
}
.banner-copy{
    margin-bottom: 2rem;
}
.banner-title, .banner-title h2, .banner-title h3{
    font-size: 2rem;
    line-height:2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.banner-wrap{
    padding: 0rem 1rem 0rem 1rem;
}
.banner-content-wrap{
    max-width: 500px;
}
.banner-content{
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 3rem 0rem;
}
.banner-image-thumbnail{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.banner-image{
    min-height: 300px;
    height:100%;
    width:100%;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow:0px 10px 40px 0px rgb(70 87 124 / 50%);
}
.banner-layout-reverse{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banner-layout-reverse .banner-image{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.banner-layout-reverse .banner-content{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.banner-layout{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5rem;
}
/* big intro styles */
.big-intro-copy{
    font-size:1.2rem;
    line-height:2rem;
}
.big-intro-heading{
    font-size:2rem;
    font-weight:700;
    line-height:2.5rem;
    margin-bottom:1rem;
}
/* contact page styles */
#edtx-contact-form input,#edtx-contact-form select,#edtx-contact-form textarea{
    width: 100%;
}
#edtx-contact-form .single-cell{
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
}
#edtx-contact-form .double-cell{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    column-gap: 1rem;
}
#edtx-contact-form .double-cell p{
    display: inline-grid;
}


/* cta styles */
.cta-button .ex-button{
    margin:0px 1rem 1rem 0px;
}
.cta-copy{
    font-size:1.2rem;
}
.cta-heading h3{
    font-size:2.5rem;
    font-weight:700;
    line-height:3rem;
}
.cta-wrap,.cta-wrap-single{
    display:grid;
    grid-template-columns:1fr;
    gap:2rem;
    align-items:center;
}
/* hero styles */
.hero-content-wrap .sub-hero-heading a,
.hero-content-wrap .hero-intro-copy a{
    color:#ffffff;
    text-decoration:underline;
}
.hero-bg-img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.hero-bg-img-wrap{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hero-buttons{
    margin-top:1rem;
}
.hero-backdrop{
    opacity: 0.5;
    background: rgb(0,0,0);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.sub-hero-heading{
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.main-hero-heading{
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom:1rem
}
.top-hero-heading{
    display: block;
    font-size: 1.5rem;
    line-height:2rem;
}
/* .hero-content-wrap{
    max-width: 800px;
} */
.hero-content{
    color:#ffffff;
    text-align:center;
}
.section-hero-wrap{
    display:grid;
    justify-content:center;
    align-items:center;
    position:relative;
    background-position:center !important;
    background-size:cover !important;
    min-height:500px;
}
.hero-section {
    z-index:2;
}

/* single column alt styles */
.single-card-layout-heading-alt{
    font-size:2.5rem;
    line-height:3rem;
    font-weight:bold;
    text-transform:uppercase;
}
.single-card-layout-alt{
    position: relative;
    display: grid;
    border-radius: 8px;
    overflow: hidden;
}
.single-card-layout-img-alt{
    object-fit: cover;
    object-position: center;
    width:100%;
    height:auto;
}
.single-card-layout-caption-alt{
    position:absolute;
    bottom:0;
    left:0;
    padding:2.5rem 3rem;
    z-index: 2;
}
.single-card-button-alt:hover .single-card-url-alt{
    opacity: 1;
}
.single-card-button-alt .single-card-url-alt{
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.single-card-button-alt{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 1rem;
}
.single-card-url-alt{
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgb(0 24 71 / 64%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 200;
    font-size: 2rem;
}
.single-card-img-alt{
    min-height: 200px;
    object-fit: cover;
    object-position: center;
}
.single-card-heading-alt{
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.single-card-copy-alt{
    max-width: 480px;
    margin-bottom: 1rem;
}

/* single column styles */
.single-card-layout:hover .single-card-backdrop{
    opacity:1;
}
.single-card-layout:hover .single-card-url{
    opacity:1;
    transform:translateY(0%);
}

.single-card-url{
    font-size:3rem;
    line-height:3.5rem;
    font-weight:200;
    padding:3rem;
    text-align:center;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    color:#ffffff;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:1;
    text-transform:uppercase;
    opacity:0;
    transform:translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.single-card-layout-heading{
    font-size:3rem;
    line-height:3.5rem;
    font-weight:bold;
    margin-bottom:1rem;
}
.single-card-backdrop{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.single-card-layout:hover .single-card-layout-caption{
    opacity:0;
    transform:translateY(100%);
}
.single-card-layout-caption{
    position:absolute;
    bottom:0rem;
    left:0rem;
    padding:2rem;
    z-index:1;
    opacity:1;
    width:100%;
    transform:translateY(0%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.single-card-layout-img{
    width: 100%;
    min-height: 350px;
    object-fit: cover;
    object-position: center;
    height: 350px;
}
.single-card-layout{
    border-radius: 8px;
    display: grid;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.single-column-layout{
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

/* two column alt styles */
.card-layout-2-button-alt:hover .card-layout-2-url-alt{
    opacity: 1;
}
.card-layout-2-button-alt .card-layout-2-url-alt{
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.card-layout-2-button-alt{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 1rem;
}
.card-layout-2-url-alt{
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgb(0 24 71 / 64%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 200;
    font-size: 2rem;
}
.card-layout-2-img-alt{
    min-height: 200px;
    height:200px;
    width:100%;
    object-fit: cover;
    object-position: center;
}
.card-layout-2-heading-alt{
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.card-layout-2-copy-alt{
    max-width: 480px;
    margin-bottom: 1rem;
}

/* two column styles */
.card-layout-2-copy{
    margin-bottom: 3rem;
}
.card-layout-2-url{
    color: #ffffff;
}
.card-layout-2-heading{
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 2rem;
}
.card-layout-2-button{
    display: grid;
    justify-content: flex-start;
    align-items: flex-start;
}
.card-layout-2-caption{
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    padding: 2rem;
}
.card-layout-2-backdrop{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.card-layout-2-img{
    object-fit: cover;
    object-position: center;
    min-height: 380px;
}
.card-layout-2{
    border-radius: 8px;
    display: grid;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.two-column-layout{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}
/* three column alt styles */
.card-layout-3-heading-alt{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.card-layout-3-img-alt{
    max-width: 140px;
}
.three-column-layout-alt{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
/* three column styles */
.three-column-layout{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
.card-layout-3-heading{
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
.card-layout-3:hover .card-layout-3-backdrop{
    opacity:0.3;
}
.card-layout-3:hover .card-layout-3-copy{
    opacity:1;
    transform:translateY(0%);
}
.card-layout-3-copy{
    color:#ffffff;
    position:absolute;
    bottom:0;
    left:0;
    padding:2rem;
    opacity:0;
    z-index:1;
    transform:translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.22,.68,0,1);
    -moz-transition: all .6s cubic-bezier(.22,.68,0,1);
    -ms-transition: all .6s cubic-bezier(.22,.68,0,1);
    -o-transition: all .6s cubic-bezier(.22,.68,0,1);
    transition: all .6s cubic-bezier(.22,.68,0,1)
}
.card-layout-3-backdrop{
    background:#000000;
    opacity:0;
    position:absolute;
    left:0;
    bottom:0;
    height:100%;
    width:100%;
    -webkit-transition: all .6s cubic-bezier(.22,.68,0,1);
    -moz-transition: all .6s cubic-bezier(.22,.68,0,1);
    -ms-transition: all .6s cubic-bezier(.22,.68,0,1);
    -o-transition: all .6s cubic-bezier(.22,.68,0,1);
    transition: all .6s cubic-bezier(.22,.68,0,1)
}
.card-layout-contents{
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.card-layout-3:hover .card-layout-3-img{
    transform:scale(1.1);
}
.card-layout-3-img{
    transform:scale(1);
    transform-origin: center;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    width: 100%;
    height: 180px;
    display: block;
    -webkit-transition: all .6s cubic-bezier(.22,.68,0,1);
    -moz-transition: all .6s cubic-bezier(.22,.68,0,1);
    -ms-transition: all .6s cubic-bezier(.22,.68,0,1);
    -o-transition: all .6s cubic-bezier(.22,.68,0,1);
    transition: all .6s cubic-bezier(.22,.68,0,1)
}
/* Sponsor Wall */
.sponsor-wall-item img{
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
    max-width: 150px;
}
.sponsor-wall-item{
    display: grid;
    justify-content: center;
    align-items: center;
}
.sponsor-layout-wall{
    display: grid;
    gap: 2rem;
}

/* Sponsor Listing */
.sponsor-listing-title{
    font-size: 1.2rem;
    font-weight: 600;
}
.sponsor-listing-content{
    padding: 20px;
}
.sponsor-layout-slider .flickity-page-dots{
    bottom: -40px;
}
.sponsor-layout-slider .flickity-page-dots .dot{
    background: #006DCE;
}
.sponsor-layout-slider .flickity-page-dots .dot.is-selected{
    background: #ffffff;
    border: 2px solid #006DCE;
}
.sponsor-slider-section{
    display: grid;
    grid-template-columns: minmax(auto, 90%);
    justify-content: center;
    padding-bottom: 4rem;
}
.sponsor-layout-slider {
    background: #ffffff;
    margin-bottom: 5rem;
}
.sponsor-listing-url{
    text-align: center;
    display: block;
    color: #4C567C;
}
.sponsor-listing {
    width: 100%;
    padding: 1rem 2rem;
}

.sponsor-sub-heading .heading-alt h4 {
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.sponsor-sub-heading .contained, .sponsor-list .contained {
    padding: 0.5rem 2rem;
}

.sponsor-list .sponsor-slider-section {
    padding-bottom: 0;
}

.sponsor-list .sponsor-layout-slider {
    margin-bottom: 0;
}

/* cell number */
.sponsor-listing:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}
/* jumbotron section styles */
.jumbotron-branded-title{
    margin-bottom: 1rem;
    height: auto;
    width: auto;
}
.jumbotron-copy p{
    margin-bottom:1rem;
}
.jumbotron-copy{
    margin-bottom: 2rem;
}
.jumbotron-title{
    font-size: 2rem;
    line-height:2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.jumbotron-wrap{
    padding: 0rem 1rem 4rem 1rem;
}
.jumbotron-content{
    display: grid;
    grid-template-columns: minmax(auto, 380px);
    justify-content: center;
    align-items: center;
    padding: 0rem 1rem;
}
.jumbotron-banner-img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.jumbotron-banner{
    min-height: 500px;
    height:100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 2rem;
    border-radius: 0px 0px 40px 40px;
    overflow: hidden;
}
.jumbotron-layout-reverse{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jumbotron-layout-reverse .jumbotron-banner{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.jumbotron-layout-reverse .jumbotron-content{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.jumbotron-layout{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    font-size: 1.1rem;
}
/* four column alternate styles */

/* rollover */
.card-layout-alt:hover .card-layout-img-alt{
    transform: scale(1);
}
.card-layout-alt:hover .card-layout-alt-backdrop{
    opacity: 1;
}
.card-layout-alt:hover .card-layout-text-static-alt{
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}
.card-layout-alt .card-layout-text-static-alt{
    transform: translateY(0%);
}
.card-layout-alt:hover .card-layout-text-hover-alt{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.card-layout-text-hover-alt{
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
}
.card-layout-text-static-alt,
.card-layout-text-hover-alt{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    -webkit-transition: all .6s cubic-bezier(.22,.68,0,1);
    -moz-transition: all .6s cubic-bezier(.22,.68,0,1);
    -ms-transition: all .6s cubic-bezier(.22,.68,0,1);
    -o-transition: all .6s cubic-bezier(.22,.68,0,1);
    transition: all .6s cubic-bezier(.22,.68,0,1)
}
.card-layout-alt-backdrop{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.0;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    -webkit-transition: all .6s cubic-bezier(.22,.68,0,1);
    -moz-transition: all .6s cubic-bezier(.22,.68,0,1);
    -ms-transition: all .6s cubic-bezier(.22,.68,0,1);
    -o-transition: all .6s cubic-bezier(.22,.68,0,1);
    transition: all .6s cubic-bezier(.22,.68,0,1)
}
.card-layout-heading-alt{
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow:1px 2px 10px rgb(0 0 0);
}
.card-layout-copy-alt{
    margin: 1rem 0rem 0rem 0rem;
    font-size: 12px;
}
.card-layout-img-alt{
    min-height: 300px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.2);
    transform-origin: 50% 50%;
    z-index: 0;
    -webkit-transition: all .6s cubic-bezier(.22,.68,0,1);
    -moz-transition: all .6s cubic-bezier(.22,.68,0,1);
    -ms-transition: all .6s cubic-bezier(.22,.68,0,1);
    -o-transition: all .6s cubic-bezier(.22,.68,0,1);
    transition: all .6s cubic-bezier(.22,.68,0,1)
}
.card-layout-text-alt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}
.card-layout-alt{
    display: grid;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 0px;
}
/* four column section styles */
.card-layout-heading{
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}
.card-layout-img{
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    width: 100%;
    height: 200px;
    display: block;
    background: #ffffff;
}
.card-layout-text{
    padding: 1.5rem;
}
.card-layout{
    border-radius: 8px;
    overflow: hidden;
    margin: 0rem 0rem 0rem;
}
.four-column-layout{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(241px, 1fr));
    gap: 2rem;
}

/* mod class for 5 column layout */
.expand-5-col .five-column-section.contained{
    grid-template-columns: minmax(auto, calc(100% - 0rem));
}
.expand-5-col .five-column-layout{
    grid-template-columns: 1fr;
}
.expand-5-col .card-layout-img-alt{
    min-height: 500px;
}



/* mod class for 4 column layout */
.expand-4-col .four-column-section.contained{
    grid-template-columns: minmax(auto, calc(100% - 0rem));
}
.expand-4-col .four-column-layout{
    grid-template-columns: 1fr;
}
.expand-4-col .card-layout-img-alt{
    min-height: 500px;
    height: 500px;
    width: 100%;
}

/* Alternate heading section styles */
.header-wrap-alt{
    max-width: 780px;
    margin: 0 auto;
}
.copy-alt p{
    margin-bottom:1rem;
}
.copy-alt{
    text-align: center;
}
.heading-alt h1,
.heading-alt h2,
.heading-alt h3,
.heading-alt h4,
.heading-alt h5,
.heading-alt h6{
    text-align: center;
    margin-bottom: 1rem;
}


/* heading section styles */
.heading-image{
    display: block;
    height: auto;
}
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6,
.heading-alt h1,
.heading-alt h2,
.heading-alt h3,
.heading-alt h4,
.heading-alt h5,
.heading-alt h6 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
}
/* Event calendar Styles */
body .tribe-common .tribe-common-l-container{
    padding-bottom: var(--tec-spacer-5);
    padding-top: var(--tec-spacer-5);
    padding-left: var(--tec-spacer-0);
    padding-right: var(--tec-spacer-0);
}
.center-button-group {
    display: flex;
    justify-content: center;
}
.event-calendar-button{
    text-align: center;
}
.event-calendar-title{
    font-size: 2rem;
    font-weight: bold;
    color: #006dce;
    margin-bottom: 2rem;
}
body .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-photo__event {
    width: var(--tec-grid-width-1-of-4);
}
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
    padding-bottom: var(--tec-spacer-0);
    padding-top: var(--tec-spacer-0);
    padding-left: var(--tec-spacer-0);
    padding-right: var(--tec-spacer-0);
    min-height: auto;
}

/* slider styles */
.slider-branded-image{
    height: auto;
    width: 100%;
}
.slider-subheading a,
.slider-copy-wrap a{
    color:#ffffff;
    text-decoration:underline;
}
.slider-subheading{
    font-size: 1rem;
    font-weight: 500;
    margin-bottom:1rem;
}
.slider-top-label{
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5rem;
    display: inline-block;
}
.slider-heading-wrap{
    margin-bottom: 1rem;
}
.slider-heading{
    font-size: 2.5rem;
    font-weight: 800;
    line-height:2.5rem;
}
.slider-content{
    padding: 4rem 1rem;
    position: relative;
    z-index: 1;
    color: #ffffff;
    bottom: 0rem;
    left: 0rem;
}
.slider {
  background: #ffffff;
  overflow: hidden;
}
.slider-copy-wrap{
    margin-bottom: 4rem;
    max-width: 780px; /* originally 680px, expanded to 780px */
}
.slider-backdrop{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(206deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(206deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(206deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 1;
}
.slider-cell-img-wrap .slider-cell-img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.slider-cell-img-wrap{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider-wrapper{
    z-index: 1;
}
.slider-cell {
    width: 100%;
    min-height: calc(100vh - 150px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 0px;
    background: #8C8;
    background-size: cover !important;
    background-position: center !important;
}
.slider-nav .slider-cell {
  height: 80px;
  width: 100px;
}

.slider-nav .slider-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.slider-nav .slider-cell.is-nav-selected {
  background: #ED2;
}

/* general text styles */

.general-text .text-block p {
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# TEMPLATES
--------------------------------------------------------------*/
/* BLOG ARCHIVE TEMPLATE */
.archive-listing-no-thumb .archive-post-excerpt{
    margin-top: 0px;
}
.archive-listing-no-thumb .archive-post-date-label{
    font-weight: 600;
}
.archive-listing-no-thumb{
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.archive-excerpt-no-thumb{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 2rem;
}
.archive-pagination-btn,
.blog-pagination-btn{
    display: flex;
    color: #000000;
}
.archive-previous,
.blog-previous{
    justify-content: flex-start;
}
.archive-next,
.blog-next{
    justify-content: flex-end;
}
.breadcrumbs-wbg .breadcrumbs li a::before{
    background: #ffffff !important;
}
.breadcrumbs li a::before,
.archive-pagination a::before,
.blog-pagination a::before{
    content: "";
    background: black;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: -100%;
    -webkit-transition: all 0.3s cubic-bezier(.79,-0.01,.18,1);
       -moz-transition: all 0.3s cubic-bezier(.79,-0.01,.18,1);
        -ms-transition: all 0.3s cubic-bezier(.79,-0.01,.18,1);
         -o-transition: all 0.3s cubic-bezier(.79,-0.01,.18,1);
            transition: all 0.3s cubic-bezier(.79,-0.01,.18,1);
}
.breadcrumbs li a:hover::before,
.archive-pagination a:hover::before,
.blog-pagination a:hover::before{
    left: 0%;
}
.archive-pagination a,
.blog-pagination a{
    text-transform: uppercase;
    color: #000000;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 8px;
    letter-spacing: 3px;
}
.archive-pagination{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.archive-header{
    margin-bottom: 0rem;
}
.archive-header-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    display: block;
    position: absolute;
}
.archive-thumbnail-img img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 20rem;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    display: block;
    transform: scale(1);
    transform-origin: center;
    -webkit-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
       -moz-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
        -ms-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
         -o-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
            transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
}
.archive-thumbnail-img:hover img{
    transform: scale(1.1);
    transform-origin: center;
    -webkit-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
       -moz-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
        -ms-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
         -o-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
            transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
}
.archive-thumbnail-img{
    display: grid;
    width: 100%;
}
.archive-post-excerpt{
    margin-top: 1.5rem;
    display: inline-block;
}
.archive-tags{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1rem;
}
.archive-tags a{
    background: black;
    color: white;
    padding: 2px 6px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.archive-cat-listing a{
    word-break: break-word;
    display: inline-block;
    color: #000000;
    border-bottom: 1px solid #000000;
}
.blog-post-date-label,
.archive-post-date-label{
    word-break: keep-all;
}
.archive-details p{
    font-weight: 600;
}
.archive-details{
    display: flex;
    justify-content: normal;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.archive-entry-title a{
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: 1rem;
    display: block;
}
.archive-thumbnail{
    grid-column: span 2;
}
.archive-thumbnail-link{
    overflow: hidden;
    border-radius: 0px 50px 0px 50px;
    display: block;
}

.archive-listing{
    display: grid;
    column-gap: 0rem;
    row-gap: 1.5rem;
    grid-template-columns: repeat(1,1fr);
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.archive-subtitle{
    margin-bottom: 0rem;
    max-width: 780px;
    font-size: 1.3rem;
    line-height: 1.8rem;
}
.archive-title{
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 4rem;
    padding-top: 8rem;
    margin-bottom: 1rem;
}
.archive-hero-backdrop{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 50%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    opacity: 0.6;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.archive-header-divider{
    background:rgba(0,0,0,0.3);
    width:100%;
    height:1px;
    margin-top:2rem;
}
.archive-header-content-no-thumb .archive-title{
    color: #000000;
    padding-top: 3rem;
}
.archive-header-content-no-thumb .archive-subtitle{
    color: #000000;
}
.post-tags{
    vertical-align: sub;
}

/* BLOG PAGE TEMPLATE */
.blog-content-breadcrumbs-no-thumb .breadcrumbs li,
.blog-content-breadcrumbs-no-thumb .breadcrumbs li a{
    color: #000000;
}
.blog-content-breadcrumbs .breadcrumbs li,
.blog-content-breadcrumbs .breadcrumbs li a{
    color: #ffffff;
}
.blog-share-btns a:hover{
    color: #000000;
}
.blog-share-btns a{
    color: #c8c8c8;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.blog-share-wrap{
    position:-webkit-sticky;
    position:sticky;
    top:3rem;
}
.blog-share-btns{
    display: grid;
    flex-direction: column;
    position: absolute;
    gap: 0.3rem;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 0px 20px 20px 0px;
    padding: 0.8rem 0.3rem;
    left: -32px;
}

body .blog-pagination-header .nav-links a{
    opacity: 0.5;
}
body .blog-pagination-header .nav-links a:hover{
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.progress-container {
    width: 100%;
    height: 5px;
    background: #ccc;
    z-index: 2;
}
.progress-bar {
    height: 5px;
    background: #55e345;
    width: 0%;
}
.pagination-no-thumb .flickity-button-icon{
    fill: #000000;
}
.blog-title-contents{
    z-index: 2;
    position: relative;
}
.blog-read-time{
    margin-bottom: 2rem;
}
.blog-pagination-header .flickity-button-icon{
    width: 20px;
    height: 20px;
}
.reverse-pagination-color .blog-pagination-btn{
    color: #ffffff;
    padding: 0.3rem;
}
.reverse-pagination-color .blog-pagination a::before{
    background: #ffffff;
}
.blog-pagination-header{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: grid;
    align-items: center;
}
.blog-pagination-header .nav-links a::before{
    display: none;
}
.blog-pagination .nav-links .nav-next{
    justify-content: flex-end;
}
.blog-pagination .nav-links .nav-previous{
    justify-content: flex-start;
}
.blog-pagination .nav-links{
    grid-template-columns: 1fr 1fr;
}
.blog-pagination .nav-links a{
    opacity: 1;
}
.blog-post-header-content-no-thumb .blog-post-date-label{
    color: #000000
}
.published-on{
    font-size: 10px;
}
.blog-tags{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 3rem;
}
.blog-tags a{
    background: black;
    color: white;
    padding: 2px 6px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.blog-cat{
    margin-bottom: 1rem;
}
.blog-content .blog-cat-listing,
.blog-content .blog-read-time p{
    font-size: 1rem;
    font-weight: 600;
}
.blog-cat-listing a {
    word-break: break-word;
    display: inline-block;
    color: #000000;
    border-bottom: 1px solid #000000;
}

.blog-details{
    display: grid;
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
}
.blog-post-date-label{
    font-weight: 600;
    color: #ffffff;
    display: grid;
    margin-bottom: 1.5rem;
}
.blog-title-contents{
    padding-top: 8rem;
    display: grid;
    grid-template-columns: 1fr;
}
.blog-content-wrapper{
    padding-top: 2rem;
}
.blog-title{
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}
.blog-post-header-content-no-thumb .blog-title-contents{
    padding-top: 2rem;
}
.blog-post-header-content-no-thumb .blog-title{
    padding-top:0rem;
    color:#000000;
}
.blog-post-img figure figcaption{
    text-align: center;
    margin-bottom: 3rem;
    font-style: italic;
    color: #9a9a9a;
}
.blog-post-img figure img{
    margin-bottom: 0rem;
}
.blog-post-img figure{
    width: 100% !important;
}
.blog-post-img img{
    width: 100%;
    margin: 3rem 0rem;
}
.blog-content blockquote p::before{
    content: '"';
    font-size: 3rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.blog-content blockquote p::after{
    content: '"';
    font-size: 3rem;
    position: absolute;
    bottom: -1rem;
    right: 1rem;
}
.blog-content blockquote p{
    font-style: italic;
    font-weight: bold;
    padding: 1rem;
    border: 1px solid black;
    position: relative;
    text-align: center;
}
.blog-content p,
.blog-content ul,
.blog-content ol{
    font-size: 1rem;
    line-height:2rem;
}
.blog-content h1{
    font-size: 3rem;
}
.blog-content h2{
    font-size: 2.5rem;
}
.blog-content h3{
    font-size: 2rem;
}
.blog-content h4{
    font-size: 1.5rem;
}
.blog-content h5{
    font-size: 1rem;
}
.blog-content h6{
    font-size: 0.8rem;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6{
    font-weight: bold;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6,
.blog-content p,
.blog-content ul,
.blog-content ol,
.blog-content hr{
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.blog-content hr{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.blog-title{
    color: #ffffff;
}
.blog-post-header-content{
    position: relative;
    z-index: 1;
    margin: 2rem;
    padding: 0rem 0rem 1rem 0rem;
}
.blog-post-header-content-no-thumb{
    position: relative;
    z-index: 1;
    margin: 0rem 2rem;
    padding: 0rem 0rem 1rem 0rem;
}
.blog-thumbnail-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    display: block;
    position: absolute;
}

/* BLOG CATEGORY & TAG TEMPLATE */
.breadcrumbs li a{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    position: relative;
    overflow: hidden;
    display: flex;
}
.breadcrumbs li:first-child{
    margin-left: 0rem;
}
.breadcrumbs li{
    display: inline-block;
    font-size: 14px;
}
.category-highlight{
    border-bottom: 1px solid #000000;
}
.category-header-content{
    margin-bottom: 5rem;
}
.archive-title.category-title{
    padding-top: 1rem;
    font-size: 2.5rem;
    line-height: 3rem;
}
.category-thumbnail-img{
    display: grid;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 30px 0px 30px 0px;
}
.category-thumbnail-img:hover img{
    transform: scale(1.1);
    transform-origin: center;
    -webkit-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
       -moz-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
        -ms-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
         -o-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
            transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
}
.category-thumbnail-img img{
    width:100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    transform: scale(1);
    transform-origin: center;
    -webkit-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
       -moz-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
        -ms-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
         -o-transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
            transition: all 0.7s cubic-bezier(.79,-0.01,.18,1);
}
.category-no-thumb{
    border: 1px solid #000000;
    padding: 2rem;
    border-radius: 30px 0px 30px 0px;
}
.archive-entry-title.category-entry-title a{
    font-size: 2rem;
    line-height: 2.5rem;
}
.category-catalog{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

/* Earthlings Template
This also shares the same tempalte for organizations for the moment. */
.earthling-content-wrap p{
    margin-bottom: 1rem;
}
.earthling-header h1{
    margin-bottom: 2rem;
    font-weight: bold;
}
.earthlings-wrap article{
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 3rem 0rem;
}
.earthling-headshot{
    margin-bottom: 2rem;
}
.earthling-content-wrap{
    margin-bottom: 2rem;
}
.earthlings-wrap{
    padding: 2rem;
}

/* Product Template */
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    background-color: #006DCE !important;
    font-family: "Poppins", sans-serif !important;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 700;
    padding: 15px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0px 0px 20px 0px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}
.single-product div.product form.cart .variations select{
    height: 45px;
    padding: 0px 10px;
    border-radius: 8px;
}
.nav-links .nav-next,
.nav-links .nav-previous{
    display: flex;
    justify-content: center;
}
.nav-links a:hover{
    opacity: 1;
}
.nav-links a{
    opacity: 0.5;
    color: #848484;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.nav-links{
    display: grid;
    grid-template-columns: 1fr;
    font-size: 14px;
}
.woocommerce div.product form.cart .button{
    background-color: #006DCE;
    font-family: "Poppins", sans-serif !important;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 700;
    padding: 15px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0px 0px 20px 0px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}
.product .flex-viewport{
    margin-bottom: 1rem;
    border: 1px solid #c3c3c3;
}
.woocommerce div.product div.images .flex-control-thumbs img{
    border: 1px solid #c3c3c3;
}
.woocommerce div.product div.images .flex-control-thumbs{
    display: flex;
    gap: 1rem;
}
.woocommerce .quantity .qty{
    height: 44px;
    border-radius: 8px;
    border: 1px solid #acacac;
}
.summary.entry-summary .woocommerce-Price-amount.amount{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    display: inline-block;
}
.product_meta a{
    color: #676767;
    pointer-events: none;
}
.product_meta{
    display: grid;
    row-gap: 1rem;
    color: #8f8f8f;
}
.related.products h2{
    margin-bottom: 1rem;
}
.related.products{
    clear: both;
}
.product-title{
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 1.5rem;
}

/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/
/* 768PX - TABLET AND UP */
@media only screen and (min-width: 768px) {
    .archive-title.category-title{
        padding-top: 2rem;
        font-size: 3rem;
        line-height: 3.5rem;
        margin-bottom: 3rem;
    }
    .blog-content p,
    .blog-content ul,
    .blog-content ol{
        font-size: 1.1rem;
        line-height:2.4rem;
    }
    .blog-content-wrapper{
        padding-top: 4rem;
    }
    .blog-pagination-header .flickity-button-icon{
        width: 30px;
        height: 30px;
    }
    .reverse-pagination-color .blog-pagination-btn{
        padding: 1rem;
    }
    .blog-details{
        grid-template-columns: 3fr 1fr;
    }
    .blog-read-time{
        text-align: right;
    }
    .blog-post-header-content-no-thumb .blog-title-contents{
        padding-top: 6rem;
    }
    .blog-post-header-content,.blog-post-header-content-no-thumb{       padding-bottom: 3.5rem;
    }
    .blog-post-date-label{
        justify-content: flex-end;
        align-items: flex-end;
    }
    .blog-title-contents{
        padding-top: 18rem;
        grid-template-columns: 3fr 1fr;
    }
    .blog-title{
        font-size: 3.5rem;
        line-height: 4rem;
    }
    .archive-listing-no-thumb .archive-post-date-label{
        text-align: right;
    }
    .archive-header{
        margin-bottom: 2rem;
    }
    .archive-subtitle{
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }
    .archive-title{
        font-size: 4rem;
        line-height: 4.5rem;
        padding-top: 20rem;
    }
    .archive-entry-title a{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .archive-thumbnail-img img{
        max-height: 30rem;
    }
    .archive-listing:nth-child(2n) > .archive-thumbnail {
        order: 2;
    }
    .archive-listing:nth-child(2n) > .archive-thumbnail > .archive-thumbnail-link{
        overflow: hidden;
        border-radius: 50px 0px 50px 0px;
        display: block;
    }
    .archive-listing{
        grid-template-columns: repeat(3,1fr);
        column-gap: 3rem;
        row-gap: 3rem;
    }

    .dual-image-thumbnail{
        height: 190px;
        max-width: 90%;
    }
    .dual-image-thumbail-two{
        margin-top: -2rem;
    }
    .earthlings-wrap article{
        grid-template-columns: 1fr 4fr;
    }
    .jumbotron-title{
        font-size: 3rem;
        line-height:3.5rem;
    }
    .general-text.more-contained{
        display: grid;
        padding: 4rem 2rem;
    }
    table {
      white-space: unset;
      display: table;
    }
    .nav-links a{
        font-size: 1rem;
    }
    .product-title{
        margin-bottom: 3rem;
        font-size: 2rem;
    }
    .nav-links .nav-previous{
        justify-content: flex-start;
    }
    .nav-links .nav-next{
        justify-content: flex-end;
    }
    .nav-links{
        display: grid;
        grid-template-columns: 1fr 1fr;
        font-size: 14px;
    }
    .top-hero-heading{
        font-size: 2rem;
        line-height:2.5rem;
    }
    .heading h1,
    .heading h2,
    .heading h3,
    .heading h4,
    .heading h5,
    .heading h6,
    .heading-alt h1,
    .heading-alt h2,
    .heading-alt h3,
    .heading-alt h4,
    .heading-alt h5,
    .heading-alt h6 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 3.5rem;
    }
    .fifty-fifty-wrap-reverse,
    .fifty-fifty-wrap{
        grid-template-columns: 1fr 1fr;
    }
    .thirty-seventy-wrap-reverse{
        grid-template-columns: 3fr 1fr;
    }
    .thirty-seventy-wrap{
        grid-template-columns: 1fr 3fr;
    }
    .single-card-layout-caption{
        width:75%;
    }
    .banner-layout-wrap.contained{
        padding:4rem 2rem;
    }
    .banner-title, .banner-title h2, .banner-title h3{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .banner-image{
        min-height: 500px;
    }
    .banner-layout-reverse{
        grid-template-columns: 2fr 1fr;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .banner-layout{
        grid-template-columns: 1fr 2fr;
        gap: 2rem;
    }
    .cta-wrap-single{
        grid-template-columns:3fr 1fr;
    }
    .cta-wrap{
        grid-template-columns:1fr 1fr 1fr;
    }
    .section-hero-wrap{
        min-height:750px;
    }
    .big-intro-heading{
        font-size:3.5rem;
        line-height:4rem;
    }
    .big-intro-copy{
        font-size:1.5rem;
        line-height:2.5rem;
    }
    .sub-hero-heading{
        font-size:1.5rem;
    }
    .main-hero-heading{
        font-size: 5rem;
        line-height: 5.5rem;
        margin-bottom: 1rem;
    }
    .single-card-url{
        font-size:4rem;
        line-height:4.5rem;
    }
    .single-card-layout-caption{
        padding:3rem;
    }
    .expand-5-col .five-column-layout,
    .expand-4-col .four-column-layout{
        grid-template-columns: 1fr 1fr;
    }
    .expand-4-col .card-layout-img-alt,
    .card-layout-img-alt{
        height: 400px;
        min-height: 400px;
        width: 100%;
    }
    .card-layout-2-copy{
        margin-bottom: 3rem;
    }
    .card-layout-2-caption{
        grid-template-columns: 1fr;
    }
    .card-layout-2-heading{
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .card-layout-2-img{
        min-height: 420px;
    }
    .flickity-page-dots{
        left: unset;
        right: 1rem;
        justify-content: center;
    }
    .sponsor-layout-slider,.speaker-layout-slider {
      margin-bottom: 3rem;
    }
    .sponsor-listing,.speaker-listing {
      width: 33.333%;
    }
    .banner-layout-reverse .banner-image,
    .banner-layout-reverse .banner-content,
    .jumbotron-layout-reverse .jumbotron-banner,
    .jumbotron-layout-reverse .jumbotron-content{
        -webkit-box-ordinal-group:unset;
        -moz-box-ordinal-group:unset;
        -ms-flex-order:unset;
        -webkit-order:unset;
        order:unset;
    }
    .jumbotron-layout-reverse .jumbotron-banner{
        border-radius: 10px 0px 0px 10px;
    }
    .jumbotron-layout .jumbotron-banner{
        border-radius: 0px 10px 10px 0px;
    }
    .jumbotron-content{
        padding: 3rem;
    }
    .jumbotron-banner{
        margin-bottom: 0rem;
        min-height: 500px;
    }
    .jumbotron-wrap{
        padding: 3rem 0rem 3rem 0rem;
    }
    .jumbotron-layout-reverse{
        grid-template-columns: 1fr 1fr;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .jumbotron-layout{
        grid-template-columns: 1fr 1fr;
    }
    .flickity-prev-next-button{
        width: 44px;
        height: 44px;
    }
    .slider-cell::before{
        background: -moz-linear-gradient(206deg, rgba(0,0,0,0.005) 0%, rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient(206deg, rgba(0,0,0,0.005) 0%, rgba(0,0,0,1) 100%);
        background: linear-gradient(206deg, rgba(0,0,0,0.005) 0%, rgba(0,0,0,1) 100%);
    }
    .flickity-page-dots {
        bottom: 1.5rem;
    }
    .ex-button{
        min-width: 120px;
        margin: 0px 20px 20px 0px;
    }
    .slider-cell {
        min-height: 750px;

    }
    .slider-top-label{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .slider-heading-wrap{
        margin-bottom: 2rem;
    }
    .slider-subheading{
        font-size: 1.5rem;
        margin-bottom: 3.5rem;
    }
    .slider-content{
        padding: 20px;
        bottom: 3rem;
        left: 3rem;
        height: auto;
    }
    .slider-heading {
        font-size: 4rem;
        line-height: 4rem;
    }

}
/* 1024PX - SMALL LAPTOP SCREENS AND UP */
@media only screen and (min-width: 1024px) {
    .archive-details{
        justify-content: space-between;
        flex-direction: row;
    }
    .dual-image-thumbail-two{
        margin-top: -5rem;
    }
    .dual-image-thumbnail{
        height: 350px;
        max-width: 85%;
    }
    .top-left-menu li a, .top-right-menu li a{
        font-size:12px;
    }
    .fixed-counter{
        width: 50px;
    }
    #expo-counter .counter-label{
        margin-left: 8px;
        font-size: 12px;
    }
    .counter img{
        width: 20px;
        margin: 0px 12px;
    }
    .counter{
        font-size: 12px;
    }
    #expo-counter .pipe{
        margin: 0 10px;
    }
    .top-header{
        grid-template-columns: 1fr 420px 1fr;
    }
    .primary-header{
        grid-template-columns: 1fr 650px 1fr; /* expanded to fit extra menu items */
    }
    .top-header .top-left-links,
    .top-header .top-right-links{
        display:block;
    }
    .single-card-layout-caption{
        width:60%;
    }
    .banner-layout,.banner-layout-reverse{
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
    }
    .cta-wrap{
        grid-template-columns:1fr 1fr 1fr;
    }
    .expand-5-col .five-column-layout,
    .expand-4-col .four-column-layout{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .card-layout-2-img-alt{
        min-height: 380px;
        height: 380px;
        width:100%;
    }
    .card-layout-2-button{
        justify-content: flex-end;
        align-items: flex-end;
    }
    .card-layout-2-copy{
        margin-bottom: 0rem;
    }
    .card-layout-2-caption{
        grid-template-columns: 2fr 1fr;
    }
    .section-header.more-contained{
        padding: 4rem 2rem;
    }
    .sponsor-listing,.speaker-listing {
      width: 20%;
    }
    .jumbotron-wrap{
        padding: 4rem 0rem 4rem 0rem;
    }
    .header-wrap{
        grid-template-columns: 1fr 2fr;
    }
    .jumbotron-layout-reverse{
        grid-template-columns: 1fr 2fr;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .jumbotron-layout{
        grid-template-columns: 2fr 1fr;
    }
    body .tribe-common .tribe-common-l-container{
        padding-bottom: var(--tec-spacer-12);
        padding-top: var(--tec-spacer-11);
        padding-right: var(--tec-grid-gutter-page-small);
        padding-left: var(--tec-grid-gutter-page-small);
    }
    .mobile-header{
        display: none;
    }
    .desktop-header{
        display: block;
    }
    .slider-content{
        left: 0rem;
    }
    .slider-heading{
        font-size: 6rem;
        line-height: 6rem;
    }
    .slider-top-label {
        font-size: 2rem;
        line-height: 3.5rem;
        display: inline-block;
    }
    .slider-subheading {
        font-size: 1.5rem;
        margin-bottom: 3.5rem;
    }
}
/* 1200PX - SMALL LAPTOP SCREENS AND UP */
@media only screen and (min-width: 1100px) {
    .blog-share-btns {
        gap: 1rem;
        border-radius: 50px;
        padding: 1rem;
        left: 1rem;
    }
}
/* 1280PX - SMALL LAPTOP SCREENS AND UP */
@media only screen and (min-width: 1280px) {
    .top-left-menu li a, .top-right-menu li a{
        font-size:1rem;
    }
    .fixed-counter{
        width: 70px;
    }
    #expo-counter .counter-label{
        margin-left: 8px;
        font-size: 1rem;
    }
    .counter img{
        width: 25px;
        margin: 0px 20px;
    }
    .counter{
        font-size: 1rem;
    }
    #expo-counter .pipe{
        margin: 0 20px;
    }
    .top-header {
      grid-template-columns: 1fr 740px 1fr;
    }
    .primary-header {
      grid-template-columns: 1fr 885px 1fr; /* expanded to fit extra menu items */
    }
    #main-menu > .menu-item > a{
        font-size: 1.25rem;
    }
    #main-menu{
        gap: 2rem;
    }
}

/* 1400PX - ADJUST TOP LEFT MENU FONT SIZE */
@media only screen and (max-width: 1400px) {
    .top-left-menu li a {
        font-size: 12px;
    }
}

/* 1440PX - SMALL LAPTOP SCREENS AND UP */
@media only screen and (min-width: 1440px) {
    .expand-5-col .five-column-layout{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .expand-4-col .four-column-layout{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .jumbotron-banner{
        min-height: 60vh;
    }

}

/* Hot Fixes */

.top-header {
  display: none;
}
