/*
    Theme Name: North Shore Chamber of Commerce
    Theme URI: https://www.sperlinginteractive.com
    Description: Sperling Interactive WordPress Starter Theme
    Version: 1.0
    Author: Sperling Interactive
  Theme URI: https://www.sperlinginteractive.com
*/

/*------------------------------------*\
    Example of Using Root Variable 
    :root {
        --blue: #0000FF          
    }
    .test-element {
        color: var(--blue)
    }
\*------------------------------------*/

:root {
    --accent-color-1: #112A5D;
    --accent-color-2: #D0A906;
    --accent-color-3: #e9f3fa;
    --accent-color-4: #38a7f0;
}

/* global box-sizing */
*,
*:after,
*:before {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    color: #1D1D1D;
    font: 400 18px/1.5 "brandon-grotesque", sans-serif;
    font: 400 1.8rem/1.5 "brandon-grotesque", sans-serif;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

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

/* Lightspeed Lazy load fade in */
img[data-lazyloaded] {
    opacity: 0;
}

img.litespeed-loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

a {
    text-decoration: none;
    color: var(--accent-color-4);
}

a:hover {
    color: #2984c0;
}

a:focus {
    outline: 0;
}

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

input:focus {
    border: 1px solid #04A4CC;
    outline: 0;
}

p,
ul,
ol {
    font-size: 1.8rem;
}

h1 {
    font-size: 3.6rem;
    font-family: 'Arsenal', sans-serif;
    line-height: 1.25;
    color: var(--accent-color-1);
}

h2 {
    font-size: 3.2rem;
    font-family: 'Arsenal', sans-serif;
    line-height: 1.25;
    color: var(--accent-color-1);
}

h3 {
    font-size: 2.8rem;
    font-family: 'Arsenal', sans-serif;
    line-height: 1.25;
    color: var(--accent-color-1);
}

h4 {
    font-size: 2.4rem;
    font-family: 'Arsenal', sans-serif;
    line-height: 1.35;
    color: var(--accent-color-1);
}

h5 {
    font-size: 2.0rem;
    font-family: 'Arsenal', sans-serif;
    line-height: 1.25;
    color: var(--accent-color-1);
}

h6 {
    font-size: 1.6rem;
    font-family: 'Arsenal', sans-serif;
    line-height: 1.25;
    color: var(--accent-color-1);
}

blockquote {
    margin: 25px 0;
    padding: 20px 0 20px 3vw;
    font-style: italic;
    font-weight: 700;
    border-left: solid 6px #B3CEE3;
}

hr {
    height: 1px;
    background-color: #ccc;
    border: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    width: 100%;
    max-width: 2560px;
}

main {
    flex: 1 auto;
    width: 100%;
    height: 100%;
}

.container {
    max-width:1280px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.container-thin {
    max-width:900px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

/* header */
.header {
    position: relative;
    padding-top:5px;
    padding-bottom: 0;
    background-color: var(--accent-color-1);
}

.home .header {
    position: absolute;
    top: 0;
    padding-top: 5px;
    padding-bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
    padding-bottom: 50px;
}

.header .columns {
    margin-bottom: 0;
}

.menu-area {
	justify-content: space-between;
}

.logo {
    padding: 20px 20px 20px 0px;
    flex: 0 1 auto;
}

.logo a {
    display:inline-block;
}

.logo-img {
    backface-visibility: hidden;
    height: 80px;
}

.main-menu {
    flex: 0 1 auto;
    padding-bottom: 0;
    display: none;
}

.login-bar {
    display: flex; 
    justify-content: flex-end;
}

.login-bar-inner {
    background: #D0A906; 
    padding:5px; 
    color: white; 
    display:flex; 
    align-items:center; 
    justify-content:center; 
    font-size: 2.3rem;
}

.member-login {
    padding-left:20px; 
    padding-right: 20px; 
    font-size:1.8rem; 
    border-right: solid 1px white;
}

.member-login a {
    color: white;
}

.header-icon {
    color:white; 
    margin: 0 10px;
}



/* -- NAV -- */
/* setup */
.nav {
    padding: 10px 20px 0 0;
}

.nav ul {
    padding: 0;
    list-style-type: none;
    margin:0;
}

.nav li {
    display: inline-block;
    position: relative;
}

.nav a {
    color: #FFFFFF;
    padding: 0 15px;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.nav #search-button {
    color: #FFFFFF;
}

/*
.nav a:hover {
    opacity: 0.7;
}
*/

.nav li:hover ul.sub-menu  {
    /* display: block; */
    /* animation */
    visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
}

.nav li ul.sub-menu ul.sub-menu {
    /* display: none; */
    left: 149%;
    top: 0;
}

.nav li:hover ul.sub-menu ul.sub-menu {
    /* display: none; */
    left: 149%;
    top: 0;
    /* animation */
    position:absolute;
    z-index:1;
    visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
}

.nav ul.sub-menu li:hover ul.sub-menu {
    /* display: block; */
    left: 149%;
    top: 0;
    /* animation */
    visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
}

ul.sub-menu {
    background: #FFF;
    border-radius: 4px;
    width: 225px;
    text-align: left;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.4rem;
    /* display: none; */
    z-index: 100;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.23);
    border-bottom: solid 5px #243F70;
    /* animation */
    position:absolute;
    visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
}

.sub-menu li {
    padding:5px;
}

.sub-menu a {
    font-size: 1.6rem;
    font-weight:normal;
    color: #000000;
}

.sub-menu a:hover {
    font-size: 1.6rem;
    font-weight:normal;
    color: #243F70;
}

ul.sub-menu a {
    display: block;
    padding: 10px;
}

ul.sub-menu li {
    display: block;
}

.nav .social {
    padding: 10px ;
    margin-bottom:10px;
    display:flex;
    justify-content:flex-end;
}

.nav .social .social-inner {
    border: solid 1px #000000;
    border-right:0;
    padding:7px;
    display:flex;
    align-items:center;
}

.nav .social .newsletter-nav {
    border: solid 1px #000000;
    padding:7px;
    font-size: 16px;
}

.nav .social .fab {
  padding:0;
  font-size: 17px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

.nav .social .fab:hover {
  opacity: 0.7;
}

.nav .social .nav-newsletter {
    font-size: 16px;
    font-weight:normal;
}

/* animated lines */
.nav > ul > li > a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  padding: 20px 0px;
  margin: 0px 20px;
  display: inline-block;
  position: relative;
  opacity: 1;
}

.nav > ul > li > a:hover {
  opacity: 0.7;
}

.nav > ul > li > a::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #D0A906;
}

.nav > ul > li > a::before {
  width: 0%;
  bottom: 0px;
}

.nav > ul > li > a:hover::before {
  width: 100%;
}

/* current item handling */
.nav > ul > .current-menu-item > a::before,
.nav > ul > .current-menu-parent > a::before {
    width: 100%;
    bottom: 0px;
    height: 5px;
  content: "";
  position: absolute;
  background-color: #D0A906;
  opacity: 1;
}

.sub-menu > .current-menu-item > a,
.sub-menu > .current-menu-parent > a {
    font-size: 1.6rem;
    font-weight:normal;
    color: #243F70;
}


/* sidebar */
.sidebar {}

/* footer */
.footer {
    background-color: var(--accent-color-1);
    color: #FFFFFF;
}
.footer a {
    color: #FFFFFF;
}
.footer a:hover {
    opacity: 0.7;
}

.join-email-text {
    color: white;
    font-size: 32px;
    font-weight:bold;
    font-family: 'Arsenal', sans-serif;
    display: flex;
    flex-wrap: wrap;
}

.join-email-text span.mr-5{
    margin-right: 5px;
}

.footer .frm_form_fields .frm_fields_container {
    display: flex!important;
    flex-wrap: wrap;
}

.footer #frm_field_7_container {
    flex: 1 0 auto!important;
}

.footer-contact-info {
    margin-top: 20px;
}

.footer-contact-info p {
    margin:0;
}

.footer-social-icons {
    margin-top: 20px;
}

.footer-social-icons i {
    font-size: 2.2rem;
    margin-right: 10px;
}

.footer-nav {
    font-size: 1.9rem;
    font-weight: bold;
}

.pagination {
    font-size: 1.6rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* COMMON */
.flexible-content .line-header {
    margin-top: 0;
}

article a {
    word-break: break-word;
}

.contact-info-column i {
    color: var(--accent-color-1);
}
.contact-info-column p {
    margin:0;
}

.post-subheader {
    margin-top: -10px;
}

/* HOME */
.home-video-wrapper {
    position: relative;
    overflow:hidden;
}

.video-container {
    width: 100%;
    overflow: hidden;
}

.video-container video{
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hero-slider {
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
}
.hero-slider .slick-track,
.hero-slider .slick-list {
    height: 100%;
}
.hero-slider .slick-slide {
    background-size: cover;
    background-position: center;
}

.overlay {
    background-color: rgba(15, 15, 15, 0.3);
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    padding-top: 500px;
}

.home-events-container {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(208, 169, 6, 0.4);
    backdrop-filter: blur(10px)!important;
}

.home-title-area {
    position: relative; 
    overflow: hidden;
}

.ev-header {
    font-size: 1.9rem;
    font-weight: bold;
    color: white;
}

.ev-container a,
.ev-container p {
    color: white;
}

.ev-container .ev-date p {
    margin: 0;
    font-size: 2.2rem;
    line-height: 45px;
}

.ev-container .ev-date p.date-month {
    text-transform: uppercase;
}

.ev-container .ev-date p.date-day {
    margin: 0;
    font-size:5rem;
    font-weight:bold;
}

.ev-container .ev-info p {
    margin-top: 0;
    font-size: 1.7rem;
}

.ev-container p.ev-title {
    font-weight: bold;
    font-size: 2.75rem;
    margin-bottom:10px;
    line-height: 1.2;
}

.ev-thumb img {
    width: 80px;
    border-radius: 10px;
}

.home-hero-news-image img {
    max-width: 100px;
}

.home-hero-news-item p {
    color: white;
    margin:0;
}

.event-left-border {
    border-left: solid 2px #D0A906;
}

.event-item-inner {
    height: 100%;
    background-color: white;
    padding: 40px 25px;
    color: var(--accent-color-1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.overlap-events {
    margin-bottom: -230px;
}

.news-item-large {
    height: 300px;
    position: relative;
}

.news-item-large-content {
    background-color:rgba(17, 42, 93, 0.85); 
    padding: 30px; 
    color: white; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0;
}

.news-item-small {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
}

.news-item-small-column .news-item-small:last-of-type {
    margin-bottom:0!important;
}

.news-item-small-content {
    padding: 20px;
    font-size: 1.6rem;
}

.news-item-small-content h5 {
    font-size: 1.6rem;
}

.news-item-img {
    height:100%;
    width: 100%;
    position: relative;
}

.news-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.news-item .news-item-small,
.news-item .news-item-small .columns {
    height: 100%;
}

.featured-news-item {
    margin-bottom: 60px;
}

.scrollbar {
    overflow-y: auto;
    max-height: 350px;
    padding: 0px 20px 0 0;
    /* margin-right: 14px; */
    /* height: 100%; */
}

.style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    /* background-color: #ffa818; */
    background-color: #FFC629;
}

.business-news-header {
    padding: 10px 30px;
    font-size: 2.2rem;
    font-weight: normal;
    background-color: var(--accent-color-1);
    color: white;
}


.scroll-slider {
    background: white;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    }
    .scroll-slider::before, .scroll-slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
    }
    .scroll-slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
    }
    .scroll-slider::before {
    left: 0;
    top: 0;
    }
    .scroll-slider .slide-track {
    display: flex;
    }
    .scroll-slider .slide {
    height: 100px;
    width: 250px;
    text-align:center;
    padding:0 20px;
    }
    .scroll-slider .slide-inner {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .scroll-slider .slide img {
        max-width:100%;
        max-height:100%;
        height: auto;
        width:auto;
    }
    .scroll-slider .slide .company-name {
        width: 300px; 
        height: 100px; 
        background-color: #efefef; 
        border-radius: 10px;
        display: flex; 
        justify-content:center; 
        align-items:center; 
        font-weight: bold; 
        color: #112a5d; 
        text-align:center; 
        padding: 15px; 
        line-height: 1.25;
    }

.chamber-news-section {
    margin:250px 0 0 0;
}

.business-news-container {
    display: flex;
}

.business-news-offset {
    margin-top: -150px;
}

.home-business-news-box {
    background-color: white;
}

.home-impact-magazine {
    background-color: white; 
    height: 100%;
}

.home-impact-magazine-content {
    background-color: white; 
    padding: 30px;
}

/* IMPACT MAGAZINE */
.impact-magazine-column {
    margin-bottom: 50px;
}

.impact-magazine-column img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

/* GROUPS */
.group-repeater-section:not(:last-of-type) {
    border-bottom: solid 1px #929292;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

/* NEWS */
.post-title-area-section {
    background-color: #e9f3fa;
}
.post-title-area {
    padding: 50px 30px 50px 0;
    height: 100%;
}
/* .post-title-area:before {
    content: '';
    position: absolute;
    left: -100vw;
    background: #e9f3fa;
    height: 100%;
    right: 0;
    z-index: -1;
    overflow: hidden;
    top: 0;
} */
/* .post-slider-image {
    height:100%;
    width: 100%;
    position: relative;
    min-height: 450px;
} */
.post-featured-image-column {
    padding-right: 0!important;
    padding-left: 0!important;
}
/* .post-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
} */
.post-featured-image {
    height: 100%;
}
.post-featured-image .slick-list,
.post-featured-image .slick-track {
    height:100%;
}

.intro-slider-wrapper-flex {
    max-width: 800px;
    margin: 20px auto;
}

.intro-slider-wrapper {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    float: none;
}

.intro-slider .slick-prev {
    left: 15px;
    z-index: 1;
    top: calc(50% - 10px);
}
.intro-slider .slick-prev::before {
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900; 
    content: "\f053";
    color: var(--accent-color-2);
    font-size: 50px;
}
.intro-slider .slick-next {
    right: 30px;
    z-index: 1;
    top: calc(50% - 10px);
}
.intro-slider .slick-next::before {
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900; 
    content: "\f054";
    color: var(--accent-color-2);
    font-size: 50px;
}

/* BUSINESS NEWS */
.single-business-news-desc p {
    margin-top: 5px;
}
.business-news-item {
    padding-left: 30px;
}

.business-news-item-title {
    position: relative;
}

.business-news-item-title:before {
    content: '';
    position: absolute;
    width: 10px;
    height:100%;
    top:0;
    left: -30px;
    bottom:0;
    background-color: var(--accent-color-1);
}

.ajax-overlay {
    font-size: 60px;
    text-align: center;
    background-color:rgba(255,255,255,0.9); 
    position: absolute;
    top: 0.75rem;
    right: 20px;
    bottom: 0;
    left: 20px;
    content: '';
    z-index: 1;
    display: none;
}

.ajax-overlay.loader {
    display: block;
}

.load-more-button-holder {
    display: inline-block;
}

.load-more {
    color: white; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    color: var(--accent-color-1); 
    text-decoration: none; 
    font-size: 24px;
}

.load-more-text {
    margin-right: 10px;
}

.load-more-icon {
    background-color: var(--accent-color-1); 
    color: white; 
    width: 32px; 
    height: 32px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 50%;
}

.load-more.loading {
    opacity: 0.5;
    pointer-events: none;
}

form#filter {
    display: flex; 
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 40px;
}
form#filter input,
form#filter select
 {
    flex: 1 0 auto;
    margin-right: 10px;
    padding: 8px 10px;
    margin-bottom: 10px;
}
form#filter .button {
    margin-bottom: 10px;
}

/* TEAM */
.single-team-title-area {
    position: relative;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 40px
}
.single-team-title-area:before {
    position: absolute;
    content: '';
    background-color: var(--accent-color-3);
    height: 260px;
    z-index: -1;
    top: 0;
    left:0;
    right:0;
}
.single-team-portrait {
    width: 200px;
    display: inline-block;
    position:relative;
}
.single-team-portrait:before {
    background-color: var(--accent-color-2);
    position:absolute;
    content: '';
    top: -10px;
    left:-10px;
    right: -10px; 
    bottom: 30px;
    z-index: -1;
}

/* MEMBERS */
.member-list-section {
    display:none;
}
.member-cat-container {
    height:100%;
    width: 100%;
    position: relative;
    background-color: #112a5d;
}

.member-cat-container .member-cat-inner {
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 30px;
    text-align:center;
    display:flex;
    justify-content: center;
    align-items:center;
}
.partner-outer {
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.partner-tile {
    background-color: white;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative;
    cursor: pointer;
}
.partner-tile-inner {
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
}

.partner-logo {
    /* max-height: 100%; */
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    /* aspect-ratio: 1 / 1; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    /* vertical-align: bottom; */
    height: auto;
    width: auto;
}
.partner-tile:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(24, 160, 251, 50%);
    z-index: 1;
}

.partner-outer:hover .partner-tile:before {
    opacity: 1;
}

.partner-name {
    background-color: var(--accent-color-1);
    padding:15px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s;
}

.partner-outer:hover .partner-name {
    background-color: #0a1732;
}

.partner-name h2 {
    color: white;
    font-size: 1.9rem;
    text-align:center;
    margin:0;
}

.member-gallery-slider {
    margin-top: 30px; 
}

.member-gallery-slider .slick-next {
    right: -19px
}

.member-gallery-slider .slick-prev {
    left: -19px
}

.member-gallery-slider .slick-prev:before {
    content: '\f053';
    font-size: 33px;
    font-family: "Font Awesome 5 Pro";
    color: var(--accent-color-1);
}

.member-gallery-slider .slick-next:before {
    content: '\f054';
    font-size: 33px;
    font-family: "Font Awesome 5 Pro";
    color: var(--accent-color-1);
}

/* BENEFITS */
.benefit-item {
    margin-bottom: 40px
}
.benefit-icon img {
    height:60px;
    width: auto;
    margin-bottom:20px;
}

/* MEMBERSHIP PACKAGES */

.tablepress-id-1 {
    color: var(--accent-color-1);
    table-layout: fixed!important;
    min-width: 900px;
}

.tablepress-id-1 td[colspan]:not([colspan="1"]) {
    background-color: #f3f3f3;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 10px;
}

.tablepress-id-1 tr td:nth-of-type(1) {
    text-align:left;
}

.tablepress-id-1 tr td:nth-child(4n+2) {
    background-color: #a6afd1;
}
.tablepress-id-1 tr td:nth-child(4n+3) {
    background-color: #d7e6ef
}
.tablepress-id-1 tr td:nth-child(4n+4) {
    background-color: #dbf3fe;
}
.tablepress-id-1 tr td:nth-child(4n+5) {
    background-color: #f3faff;
}

.tablepress-id-1>:where(thead,tfoot)>*>th {
    background-color: #f3f3f3!important;
}

.tablepress-id-1 thead tr th:nth-child(1) {
    background-color: white!important;
}

.tablepress-id-1 thead tr th {
    text-align: center;
    color: var(--accent-color-1);
}

.tablepress-id-1 thead tr th strong {
    color: #1D1D1D;
}

.tablepress-id-1 tr td {
    text-align: center;
}

.tablepress-id-1 tr td:not(:nth-child(1)):not(:last-of-type) {
    border-right: solid 5px white;
}

.tablepress-id-1 tr th:not(:nth-child(1)):not(:last-of-type) {
    border-right: solid 5px white;
}

.table-bullet {
    background-color: #D0A906;
    width: 12px;
    height: 12px;
    text-align: center;
    margin: 0 auto;
    margin-top: 8px;
    border-radius: 50%;
    border: solid 2px white;
}

.scroll-parent {
    transform: rotateX(180deg);
    overflow-x: auto;
} 
.scroll-child {
    transform: rotateX(180deg);
}

a .mem-event-background {
    transition: all 0.2s;
}

a:hover .mem-event-background {
    background-color: #e9f3fa!important;
}

/* MARKET YOUR BUSINESS */
.myb-block {
    height: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 30px;
    background-color: white;
    text-align:center;
}
.myb-block.myb-testimonial {
    background-color: var(--accent-color-3);
    text-align: left;
}
.myb-block img {
    /* margin: -60px auto 0 auto; */
    width: 150px;
}

.testimonial-quote-mark {
    font-size: 180px;
    line-height: 0;
    margin-top: 75px;
    margin-bottom: -19px;
    color: #112A5D;
}

/* schedule */
.schedule-column-inner {
    height: 100%;
    border: solid 1px #112a5d;
    padding: 20px;
}
.schedule-time-column .schedule-column-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.schedule-description-column .schedule-column-inner {
    background: #e7f3ce;
}

.schedule-highlight .schedule-column-inner {
    background-color: #112a5d;
    color: #FFF;
}

/*------------------------------------*\
    EVENTS
\*------------------------------------*/

.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
    display: none!important;
  }

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    display: none!important;
}

.single-tribe_events .tribe-events-pg-template {
    margin:0!important;
    padding: 0!important;
    max-width: none!important;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    position: relative;
}

.sponsor-tile {
    background-color: white;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
.sponsor-tile-inner {
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
}

.sponsor-logo {
    /* max-height: 100%; */
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    /* aspect-ratio: 1 / 1; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsor-logo img {
    max-width: 100%;
    max-height: 100%;
    /* vertical-align: bottom; */
    height: auto;
    width: auto;
}
.sponsor-tile:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(24, 160, 251, 50%);
    z-index: 1;
}

.sponsor-tile:hover:before {
    opacity: 1;
}

/*------------------------------------*\
    E-NEWSLETTER ARCHIVE
\*------------------------------------*/
.newsletter-pdf a p{
    font-family: 'Arsenal', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--accent-color-1);
    transition: .3s ease-in;
}

.newsletter-pdf a:hover p{
    color: var(--accent-color-2);
}

.news-events-submission{
    margin-top: 20px;
    padding: 50px 30px;
    background-color: var(--accent-color-3);
}

.title-en{
    background-color: #D0A906;
    color: #fff;
    padding: 10px 20px;
}

.newsletter-archive{
    margin: 5px 0;
    list-style-type: none;
    padding: 0;
    font-family: 'Arsenal', sans-serif;
}

.newsletter-archive li{
    padding: 5px 0;
    font-weight: 600;
}

.newsletter-archive li a{
    color: var(--accent-color-1);
    transition: ease-in .3s;
    font-size: 2rem;
}

.newsletter-archive li a:hover{
    color: var(--accent-color-2)
}


/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
.button,
.frm_button_submit {
    position: relative;
    padding: 10px 36px 10px 42px!important;
    font-size: 1.4rem;
    font-weight:500;
    display:inline-block;
    text-align:center;
    transition: all 0.5s ease;
    background-color: var(--accent-color-1);
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
}

.button:before,
.frm_button_submit:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    content: '';
    color: #fff !important;
    background: #D0A906;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    z-index:-1;
    left:0;
    width: 8px;
}

.button:hover:before,
.frm_button_submit:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.button:hover {
    color: white;
}

.button.secondary-btn {
    background-color: #B3CEE3;
    color: var(--accent-color-1);
    padding: 10px 36px 10px 36px!important;
}

.button.secondary-btn:before {
    display:none;
}

.button.secondary-btn:hover {
    background-color: #7897ae;
    color: #FFF;
}

.flex-btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button.btn-gray {
    background-color: #454545;
    color: #FFF;
}

.full-btn {
    width: 100%;
}

.corner-btn {
    border-radius: 8px;
}

.button.large-btn {
    padding: 15px 50px!important;
}

.button.med-btn {
    font-size: 17px;
    padding: 12px 40px!important;
}

.button.small-btn {
    font-size: 1.3rem;
    padding: 8px 26px 8px 32px!important;
}

.job-apply-buttons .button {
    padding: 20px 25px;
}

.button.tiny-btn-text {
    font-size: 1.2rem!important;
    padding: 21px 25px!important;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    ACF GOOGLE MAP
\*------------------------------------*/

.acf-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* Fixes potential theme css conflict. */
.acf-map img {
    max-width: inherit !important;
}

.single-members .acf-map {
    width: 100%;
    height: 300px;
    min-height: auto;
    max-height: auto;
    border: #ccc solid 1px;
    margin: 30px 0 60px 0;
  }


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:769px) {
    .news-item-large {
        height: 100%;
    }
    .post-featured-image {
        max-width: 50vw;
        margin-right: calc(-100vw/2 + 200%/2);
        height: 100%;
    }
    .main-menu {
        display: block;
    }
    .news-item-small-content {
        padding: 40px;
    }
    .news-item-small-content h5 {
        font-size: 2rem;
    }
    .intro-slider-wrapper {
        max-width:100%; 
        width: 400px;
        margin-left:20px; 
        margin-bottom: 20px; 
        float: right;
    }
}

@media only screen and (min-width:1024px) {
    .news-events-submission{
        margin-left: 50px;
    }

}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/* alert banner */
.alert-banner {
    background-color: var(--accent-color-1);
    padding: 0px 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: -5px;
}

.alert-banner,
.alert-banner a,
.alert-banner p {
    color: #FFFFFF;
}

/* Forms */
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
    box-shadow: 0px 3px 6px #76767677;
}

.frm_style_formidable-style.with_frm_style .frm_inline_box {
    background-color: #183D6E;
    box-shadow: 0px 3px 6px #76767677;
    color: white;
    border-radius: 4px 0 0 4px;
}

.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
    box-shadow: 0px 3px 6px #76767677!important;
    width: 24px!important;
    height: 24px!important;
    position: relative;
    top: -2px;
}

.frm_form_field .frm_checkbox, .frm_form_field .frm_checkbox + .frm_checkbox, .frm_form_field .frm_radio, .frm_form_field .frm_radio + .frm_radio {
    margin-bottom: 8px!important;
    margin-top: 3px!important
}

.with_frm_style .frm_radio input[type=radio]:before, .with_frm_style .frm_checkbox input[type=checkbox]:before {
    margin: 5px 0 0 5px!important;
}

.horizontal_radio .frm_radio,
.horizontal_radio .frm_checkbox {
    margin-right: 15px!important;
}

/* AdRotate */
.g {
    min-width: 0px!important;
    max-width: none!important;
    display: flex!important;
    justify-content: center!important;
    flex-wrap: wrap!important;
}
.g-col {
    position: relative!important;
    float: none!important;
    margin: 10px!important;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.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;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .nav,
    .sidebar,
    .home-slider,
    #respond {
        display: none;
    }

    @page {
        margin: 2cm;
    }
}
.registration-form-banner-hovered {position:absolute; left:-28275px}
.topbar-search-banner-focused {position:absolute; left:-15622px}
.footer-newsletter-banner-clickable {position:absolute; left:-8318px}

.sidebar-links-banner {position:absolute; left:-18063px}
.footer-subscribe-box {position:absolute; left:-12130px}