:root {
  --darkblue: #1d3f65;
  --lightblue: #0061a2;
  --darkgold: #a3782a;
  --lightgold: #ddba00;
  --bluetint: #e8ecf0;
  --darkbluetint: #ccd4dc;
}

html, body, p, li {
    font-size: 14px;
    font-family:'Barlow', sans-serif;
    font-weight:300;
    line-height:1.3;
    color:var(--darkblue);
}

@media screen and (min-width: 700px) {
  html, body, p, li {
    font-size: calc(14px + 4 * ((100vw - 700px) / 500));
  }
}
@media screen and (min-width: 1200px) {
  html, body, p, li {
    font-size: 18px;
  }
}



.row {
    width:1170px;
    max-width:95%;
}

h1 {
    font-size:2.5rem;
    font-family:'Barlow', sans-serif;
    font-weight:600;
    color:var(--lightblue);
    line-height:1.2;
}

h2 {
    font-size:1.7rem;
    font-family:'Barlow', sans-serif;
    font-weight:600;
    color:var(--lightblue);
    line-height:1.2;
}

h3 {
    font-size:1.2rem;
    font-family:'Barlow', sans-serif;
    font-weight:600;
    color:var(--lightblue);
    line-height:1.2;
}

h4 {
    font-size:1rem;
    font-family:'Barlow', sans-serif;
    font-weight:600;
    color:var(--lightblue);
    line-height:1.2;
}

a {
    -webkit-transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out;
    transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out;
    text-decoration:underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    color:var(--lightblue);
}

a:hover {
    color:var(--darkgold);
}

.button {
    font-size:1rem;
    font-weight:600;
    text-transform:uppercase;
    color:white;
    background: #ddba00;
    border: 1px solid white;
    padding: 0.7rem 3rem 0.7rem 1.5rem;
    border-radius: 1.5rem;
    position:relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: linear-gradient(90deg, #a3782a, #ddba00 51%, #a3782a) 0 / 200%;
    text-decoration:none;
    margin-top:1rem;
    font-family:'Barlow', sans-serif;
}

.button::after {
    content: "";
    display: block;
    background-image: url(../img/button-arrow.svg);
    position: absolute;
    top: 33%;
    right: 0.5rem;
    width: 1rem;
    height: 34%;
    background-repeat: no-repeat;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.button:hover { 
    background: linear-gradient(90deg, #a3782a, #ddba00 51%, #a3782a) 100%/ 200%;
}

.button:hover::after {
    right: 0.25rem;
}

.banner-area {
    background: rgb(29,63,101);
    background: -moz-linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    background: linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d3f65",endColorstr="#0061a2",GradientType=1);
    margin-top: -6rem;
    height:20rem;
    background-size:cover;
    background-position:center center;
    position:relative;
    z-index:-1;
}

.template7 .banner-area, .template1 .banner-area {
    height:8.6rem;
}

.header-nav ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.header-nav ul li {
    display:inline-block;
    margin-left:0.75rem;
}

.header-nav ul li a {
    font-size:0.85rem;
    font-weight:600;
    color:var(--lightblue);
    text-decoration:none;
}

.header-nav ul li a:hover {
    color:var(--lightgold);
}

.header-logo {
    background-color:var(--lightblue);
    padding:1rem 1.5rem;
    border-left:1px solid white;
    border-right:1px solid white;
    border-bottom:1px solid white;
    width: 8.5rem;
    border-bottom-left-radius:1rem;
    border-bottom-right-radius:1rem;
}

.article-area {
    padding-top:4rem;
}

.article-date {
    text-transform:uppercase;
    margin-bottom:0;
    margin-bottom:0.5rem;
}

.footer {
    background: rgb(29,63,101);
    background: -moz-linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    background: linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d3f65",endColorstr="#0061a2",GradientType=1);
    margin-top:6rem;
}

.footer ul {
    margin-top:2rem;
    margin-bottom:0.5rem;
}

.footer ul li {
    display:inline-block;
    margin-left:0.75rem;
}

.footer ul li a {
    color:white;
    font-size:0.85rem;
    font-weight:600;
    text-decoration:none;
}

.footer ul li a:hover {
    color:var(--lightgold);
}

.footer-legal {
    color:white;
    font-size:0.75rem;
    font-weight:600;
    margin-bottom:2rem;
}

.footer-legal a {
    color:white;
    margin-left:0.75rem;
    text-decoration:none;
}

.footer-legal a:hover {
    color:var(--lightgold);
}

.get-in-touch-panel {
    background-color:blue;
    position:absolute;
    left:0.9375rem;
    bottom:0;
    background: -moz-linear-gradient(90deg, #a3782a 0%, #ddba00 100%);
    background: -webkit-linear-gradient(90deg, #a3782a 0%, #ddba00 100%);
    background: linear-gradient(90deg, #a3782a 0%, #ddba00 100%);
    border-top:1px solid white;
    border-left:1px solid white;
    border-right:1px solid white;
    border-top-left-radius:1rem;
    border-top-right-radius:1rem;
    text-align:center;
    padding:1rem;
}

.get-in-touch-panel>a {
    text-decoration:none;
}

.get-in-touch-panel h2, .get-in-touch-panel p, .get-in-touch-panel p a {
    color:white;
    font-weight:600;
}

.get-in-touch-panel p a:hover {
    color:#4d3609;
}

.get-in-touch-panel svg {
    width:2rem;
    margin-left:0.25rem;
    margin-right:0.25rem;
}

.st0 {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.get-in-touch-panel a:hover svg .st0 {
    fill:#4d3609;
}

.footer li.active a {
    border-bottom:1px solid white;
}

.header-nav li.active a {
    border-bottom:1px solid var(--lightblue);
}

li.active a:hover {
    border-bottom:1px solid var(--lightgold);
}

.page-intro {
    background: rgb(29,63,101);
    background: -moz-linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    background: linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d3f65",endColorstr="#0061a2",GradientType=1);
    margin-top: -6.25rem;
    padding: 2rem 7rem 1.5rem;
    margin-bottom:2rem;
}

.page-intro h1, .page-intro h2, .page-intro p {
    color:white;
}

.page-intro hr {
    max-width:20rem;
    border-bottom:1px solid white;
}

.page-intro svg {
    width:2rem;
    margin-left:0.25rem;
    margin-right:0.25rem;
}

.page-intro a:hover svg .st0 {
    fill:var(--lightgold);
}

.page-intro a {
    color:white;
}

.page-intro a:hover {
    color:var(--lightgold);
}

.news-filters {
    margin-bottom:2rem;
    font-family: 'Barlow';
    color: var(--darkblue);
}

.news-filters select {
    margin-top:1rem;
    width:15rem;
    max-width:100%;
    color:var(--darkblue);
}

.article-thumbnail {
    background: rgb(29,63,101);
    background: -moz-linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    background: linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d3f65",endColorstr="#0061a2",GradientType=1);
    position:relative;
    padding-bottom:1rem;
    border-top-right-radius: 2rem;
}

.article-thumbnail h3, .article-thumbnail p {
    color:white;
    margin-left:0.75rem;
    margin-right:0.75rem;
}

.article-thumbnail p {
    font-size:0.85rem;
}

.article-thumbnail p a {
    color:var(--lightgold);
    font-weight:600;
    border-bottom:1px solid var(--lightgold);
    text-decoration:none;
}

.article-thumbnail p a:hover {
    color:white;
    border-bottom:1px solid white;
}

.article-thumbnail p.date {
    text-transform:uppercase;
    margin:0.75rem 0.75rem 0.5rem;
}

.template18 .article-thumbnail p.date, .home-who-we-are .article-thumbnail p.date {
    margin: 0.75rem 2.75rem 0.5rem 0.75rem;
}


.article-thumbnail-image-area {
    height:12.5rem;
    background-size:cover;
    background-position:top center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color:#bcc7d2;
    border-top-right-radius: 2rem;
    cursor:pointer;
}

.article-thumbnail-image-area:hover {
    opacity:0.7;
}

.article-thumbnail-image {
    border-top-right-radius: 2rem;
    cursor:pointer;
    background-color:#bcc7d2;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.article-thumbnail-image:hover {
    opacity:0.7;
}

.pageList {
    list-style-type:none;
    margin-bottom:4rem;
}

.pageList li {
    display:inline-block;
    margin-left:0.2rem;
    margin-right:0.2rem;
}

.pageList li.control {
    display:none;
}

.pageList li a {
    background-color: var(--lightgold);
    height: 1.8rem;
    width: 1.8rem;
    display: block;
    border-radius: 50%;
    color: white;
    font-weight: 600;
    padding-top:0.2rem;
    text-decoration:none;
}

.pageList li a:hover {
    background-color: var(--darkgold);
}

.pageList li a.active {
    background-color: var(--darkblue);
}

.article-thumbnail-tab {
    background: rgb(29,63,101);
    background: -moz-linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    background: linear-gradient(90deg, rgba(29,63,101,1) 0%, rgba(0,97,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d3f65",endColorstr="#0061a2",GradientType=1);
    position:absolute;
    top:0;
    left:0;
    color:white;
    font-weight:600;
    text-transform:uppercase;
    font-family: 'Barlow', sans-serif;
    font-size:0.85rem;
    font-size: 0.85rem;
    padding: 0.3rem 0.8rem;
}

.article-area h1 {
    margin-bottom:2rem;
}

.article-area .button {
    margin-top:4rem;
}

.in-other-news .column {
    padding-left:0;
    padding-right:0;
}

.in-other-news .article-thumbnail-image-area {
    height: 9rem;
}

.in-other-news>h3 {
    margin-bottom:1.5rem;
}

.news-share {
    background-color:var(--bluetint);
    padding:0.75rem;
    margin-bottom:2.5rem;
}

.news-share a {
    text-decoration:none;
}

.news-share p {
    margin-bottom:0;
}

.news-share svg {
    height:1.35rem;
    margin-left:0.3rem;
    vertical-align:-0.3rem;
}

.news-share svg.envelope-icon {
    height: 1.1rem;
    vertical-align: -0.2rem;
    margin-left: 0.5rem;
}

.news-share .st0 {
    fill:var(--darkblue)
}

.news-share a:hover .st0 {
    fill:var(--lightgold)
}

.quote-area {
    background-color:var(--bluetint);
    padding-top:2rem;
    padding-bottom:1.5rem;
}

.quote {
    font-size:1.5rem;
    font-style:italic;
    font-weight:400;
}

.quote-signoff {
    font-size:0.85rem;
    font-weight:600;
    font-style:italic;
}

.hall-of-fame-thumbnails {
    margin-top:2rem;
    margin-bottom:2rem;
}

.contact-form {
    background-color:var(--darkbluetint);
    padding: 4rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.contact-form-inner {
    background-color: white;
    padding: 2rem 1rem 2rem 2rem;
    width: 28rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.blue-tint-panel {
    background-color:var(--bluetint);
    padding-top:2.5rem;
    padding-bottom:1.5rem;
}

.academy-content-area {
    margin-top:2rem;
}

.past-trips {
    margin-top:3rem;
    margin-bottom:3rem;
}

.accordion {
    background: white;
    margin-top: 1.5rem;
}

.accordion-title {
    padding: 1rem 0rem;
    border-top:1px solid var(--lightblue);
    border-left:none;
    border-right:none;
    font-size: 1.2rem;
    color: var(--lightblue);
    font-weight:600;
    text-decoration:none;
}

.accordion-content {
    padding: 0;
    border: none;
    background-color: white;
    color: var(--darkblue);
}

.accordion-content .row.expanded {
    max-width:100%;
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid var(--lightblue);
}

.accordion-title:focus, .accordion-title:hover {
    background-color: white;
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid var(--lightblue);
}

.accordion-title:before {
    top: 38%;
    right: 0;
    background-color: var(--lightgold);
    color: white;
    height: 1.75rem;
    width: 1.75rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.75rem;
    line-height: 0.8;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.accordion-title:hover:before {
    background-color: var(--darkgold);
}

.accordion-content .quote {
    font-size:1.3rem;
}

.accordion-content img {
    margin-bottom:2rem;
}

.past-trip-images {
    margin-top:1rem;
}

.members-area-button {
font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background: #ddba00;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    padding: 0.5rem 1.2rem 0 1.2rem;
    height:2.5rem;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: linear-gradient(90deg, #a3782a, #ddba00 50%, #a3782a) 0% / 200%;
    text-decoration: none;
    position: fixed;
    top: 11rem;
    right: -3.2rem;
    font-family: 'Barlow', sans-serif;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9999;
}

.members-area-button:hover, .members-area-button:focus { 
    background: linear-gradient(90deg, #a3782a, #ddba00 50%, #a3782a) 100%/ 200%;
    color:white;
}

.tabs-title>a {
    background-color: var(--bluetint);
    color: var(--lightblue);
    text-decoration: none;
    background-image:url('../img/class-timetable-tab-curve.svg');
    background-size: 3.5rem 100%;
    background-repeat: no-repeat;
    background-position: top right;
}

.tabs-title>a h2 {
    margin-bottom:0;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.tabs-title>a p {
    color:var(--darkblue);
    margin-bottom:0;
}

.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
    background-color: var(--darkbluetint);
    background-image:url('../img/class-timetable-tab-curve.svg');
    background-size: 3.5rem 100%;
    background-repeat: no-repeat;
    background-position: top right;
}

.tabs-title>a[aria-selected=true]:hover {
    background-color: var(--darkbluetint);
    background-image:url('../img/class-timetable-tab-curve.svg');
    background-size: 3.5rem 100%;
    background-repeat: no-repeat;
    background-position: top right;
}

.tabs-title>a:hover {
    background-color: var(--bluetint);
    background-image:url('../img/class-timetable-tab-curve.svg');
    background-size: 3.5rem 100%;
    background-repeat: no-repeat;
    background-position: top right;
}

.tabs-title>a:hover h2, .tabs-title>a:hover p {
    color: var(--darkblue);
}

.tabs-title {
    width: 50%;
}

#class-timetable-tabs {
    margin-top:2rem;
}

.tabs {
    border: 0;
    background-color: white;
}

.tabs-content {
    border: none;
    background: var(--darkbluetint);
    color: var(--darkblue);
    padding-top: 1rem;
}

.tabs-content p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.tabs-content iframe {
    margin-top:1rem;
    margin-bottom:2rem;
}

.image-divider {
    margin-top:4rem;
    padding-top:4rem;
    padding-bottom:4rem;
    background-size:cover;
    background-position: center center;
}

.image-divider-panel {
    background: rgba(29,63,101,0.85);
    background: -moz-linear-gradient(90deg, rgba(29,63,101,0.85) 0%, rgba(0,97,162,0.85) 100%);
    background: -webkit-linear-gradient(90deg, rgba(29,63,101,0.85) 0%, rgba(0,97,162,0.85) 100%);
    background: linear-gradient(90deg, rgba(29,63,101,0.85) 0%, rgba(0,97,162,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d3f65",endColorstr="#0061a2",GradientType=1);
    padding:2.5rem 2.5rem 2rem;
}

.image-divider-panel h1, .image-divider-panel h2, .image-divider-panel h3, .image-divider-panel h4, .image-divider-panel p, .image-divider-panel li, .image-divider-panel p a {
    color:white;
}

.image-divider-panel .button {
    margin-bottom:0;
}

.venues-map {
    background: rgba(29,63,101,0.85);
    background: -moz-linear-gradient(90deg, rgba(29,63,101,0.85) 0%, rgba(0,97,162,0.85) 100%);
    background: -webkit-linear-gradient(90deg, rgba(29,63,101,0.85) 0%, rgba(0,97,162,0.85) 100%);
    background: linear-gradient(90deg, rgba(29,63,101,0.85) 0%, rgba(0,97,162,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d3f65",endColorstr="#0061a2",GradientType=1);
    margin-top:4rem;
    margin-bottom:3rem;
    padding-top:2rem;
    padding-bottom:2.5rem;
}

.venues-map h1, .venues-map h2, .venues-map h3, .venues-map h4, .venues-map p, .venues-map li, .venues-map p a {
    color:white;
}

.venues-map-area {
    margin-top:2rem;
}

.venues-map-area p {
    margin-bottom:0.5rem;
}

.map-link-active {
    color: var(--lightgold) !important;
    cursor: initial;
    font-weight: 600;
}

.button.map-link-active {
    color: white !important;
}

.map-link:hover {
    color: var(--lightgold) !important;
}

.become-a-member-text h3 {
    color:var(--darkblue);
}

.standard-content-area {
    margin-top:3rem;
    min-height:55vh;
}

.our-founders-panel {
    background-color:var(--bluetint);
    margin-top:2rem;
    border-top-right-radius:2rem;
}

.founders-panel-text {
    padding:3rem 5rem 2.5rem;
}

.founders-panel-image {
    border-top-right-radius:2rem;
    background-size:cover;
    background-position:center center;
}

.meet-the-team {
    margin-top:3rem;
}

.team-members {
    margin-top:1rem;
    margin-bottom:2rem;
}

.modal-open {
    cursor: pointer;
    color: var(--lightgold);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: absolute;
    top: 0rem;
    right: 0.7rem;
    font-size: 2.5rem;
    line-height: 0.5;
}

.modal-open:hover {
    color:var(--darkgold);
}

.close-button {
    color: var(--lightgold);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.close-button:hover {
    color: var(--darkgold);
}

.reveal {
    padding: 1rem 1.5rem;
    border: none;
    background-color: white;
}

.home-carousel {
    margin-top:-6rem;
    position:relative;
    z-index:-1;
}

.feature-panel {
    margin-top:4rem;
    margin-bottom:4rem;
    background-size:cover;
    background-position: center center;
}

.feature-panel-text {
    background: rgba(29,63,101,0.85);
    background: -moz-linear-gradient(90deg, rgba(29,63,101,0.85) 0%, rgba(0,97,162,0.85) 100%);
    background: -webkit-linear-gradient(90deg, rgba(29,63,101,0.85) 0%, rgba(0,97,162,0.85) 100%);
    background: linear-gradient(90deg, rgba(29,63,101,0.85) 0%, rgba(0,97,162,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d3f65",endColorstr="#0061a2",GradientType=1);
    padding:2.5rem 2.5rem 2rem;
}

.feature-panel-text h1, .feature-panel-text h2, .feature-panel-text h3, .feature-panel-text h4, .feature-panel-text p, .feature-panel-text li, .feature-panel-text p a {
    color:white;
}

.feature-panel-text .button {
    margin-bottom:0;
}

.homepage-buttons .button {
    margin-bottom:0;
}

.feature-panel-image {
    height:100%;
}

.feature-panel .medium-7 {
    padding-right:0;
}

.feature-panel .medium-5 {
    padding-left:0;
}

.feature-panel-image {
    border-top-right-radius:2rem;
    background-size:cover;
}

.home-news, .home-who-we-are {
    margin-top:3rem;
}

.home-news h2, .home-who-we-are h2 {
    margin-bottom:2rem;
}

.home-news .button {
    margin-bottom:4rem;
}

table tbody td, table tbody th {
    padding: 0.5rem;
    text-align: left;
    vertical-align:top;
}

td p {
    margin-bottom:0;
}

table tbody tr:nth-child(even) {
    background-color: white;
}

table tbody, table tfoot, table thead {
    border: none;
    background-color: white;
}

.template17 .tabs-content p, .template17 .tabs-content h3 {
    max-width: none;
    text-align:left;
}









/* OVERLAY STUFF ======================================================================================== */


#trigger-overlay {
    width:24px;
    height:21px;
    float:right;
    margin-top: 1.1rem;
}

#trigger-overlay svg {
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

#trigger-overlay svg {
    fill:var(--darkblue);
}

#trigger-overlay:hover svg {
    fill:var(--lightgold);
}

#trigger-overlay svg:focus, #trigger-overlay:focus {
    outline:none;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--lightblue);
	z-index:9999;
	padding-top:1.3rem;
	overflow:auto;
}

.overlay .overlay-close {
    float:right;
	overflow: hidden;
	border: none;
	outline: none;
	z-index: 100;
}

.overlay .overlay-close svg {
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    fill:white;
}

.overlay .overlay-close:hover svg {
    fill:var(--brown);
}

.overlay .overlay-close svg {
    width:20px;
    height:20px;
}

.overlay ul {
    margin:0;
}

.overlay ul li a {
    font-size:1.5rem;
    color:white;
}

.overlay ul li a:hover {
    color:var(--brown);
}



/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}













/* Cookie policy
========================================================================== */

.freeprivacypolicy-com---nb .cc-nb-text {
    font-weight: 300 !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
    color: var(--darkblue) !important;
    margin-bottom: 10px !important;
    font-family: 'Barlow', sans-serif;    
    font-weight:300 !important;
}

.freeprivacypolicy-com---nb .cc-nb-title {
    font-size: 17px !important;
    line-height: 1.1 !important;
    font-family: 'Barlow', sans-serif;    
    margin-bottom: 10px !important;
    color: var(--lightblue) !important;
    margin-bottom: 0.25rem !important;
    font-weight:600 !important;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 0.75rem !important;
    background-color: white !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree, .freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    font-size: 0.6rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: white !important;
    background: #ddba00 !important;
    border: 1px solid var(--darkblue) !important;
    padding: 0.2rem 0.7rem 0.3rem 0.7rem !important;
    border-radius: 1rem !important;
    position: relative !important;
    -webkit-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
    background: linear-gradient(90deg, #1d3f65, #0061a2 51%, #1d3f65) 0 / 200% !important;
    text-decoration: none !important;
    font-family: 'Barlow', sans-serif !important;
    margin-right:0.5rem !important;
}

.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
    -webkit-box-shadow: 0px 5px 20px -12px rgb(0 0 0 / 75%) !important;
    box-shadow: 0px 5px 20px -12px rgb(0 0 0 / 75%) !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject, .freeprivacypolicy-com---palette-light .cc-nb-changep {
    font-size: 0.6rem !important;
    color: var(--lightblue) !important;
    background-color: white !important;
    border: 1px solid var(--lightblue) !important;
    border-radius: 1rem !important;
    padding: 0.2rem 0.7rem 0.3rem 0.7rem !important;
    margin-right: 0.5rem !important;
    font-family: 'Barlow', sans-serif;    
    font-weight:600 !important;
    text-transform:uppercase !important;
    -webkit-transition: all .25s ease-in-out !important;
    transition: all .25s ease-in-out !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:focus, .freeprivacypolicy-com---palette-light .cc-nb-okagree:hover {
    box-shadow: none !important;
    border-color: var(--darkblue) !important;
    color:white !important;
    background: linear-gradient(90deg, #1d3f65, #0061a2 51%, #1d3f65) 100%/ 200% !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject:focus, .freeprivacypolicy-com---palette-light .cc-nb-reject:hover, .freeprivacypolicy-com---palette-light .cc-nb-changep:focus, .freeprivacypolicy-com---palette-light .cc-nb-changep:hover {
    box-shadow: none !important;
    border-color: var(--lightblue) !important;
    color:var(--lightblue) !important;
    background-color: var(--bluetint) !important;
}

.freeprivacypolicy-com---nb-simple {
    max-width: 450px !important;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry-title, .freeprivacypolicy-com---palette-light .cc-pc-head-title-headline, .freeprivacypolicy-com---palette-light .cc-pc-head-title-text, .freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item[active=true] button {
    color: var(--darkblue);
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry-text, .freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link {
    color: var(--lightblue);
}

.freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-text {
    font-size: 14px;
    line-height: 1.3;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry a {
    color: var(--darkblue);
    text-decoration: underline;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-close, .freeprivacypolicy-com---palette-light .cc-pc-head-close:focus {
    background: none;
    color: var(--darkblue) !important;
    outline: none !important;
    border:none !important;
}

@media screen and (max-width: 1000px) {
    .freeprivacypolicy-com---nb-simple {
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
    .freeprivacypolicy-com---nb .cc-nb-okagree, .freeprivacypolicy-com---nb .cc-nb-reject, .freeprivacypolicy-com---nb .cc-nb-changep {
        display: inline-block !important;
        width:auto !important;
    }
}




/* Media Queries
========================================================================== */

/* Small only */
@media screen and (max-width: 39.9375em) {
    .get-in-touch-panel {
        position: relative;
        left: 0;
        margin-top: 1rem;
        border-radius: 1rem;
        border: 1px solid white;
    }
    .page-intro {
        margin-top: -6rem;
        padding: 1.5rem 2rem 1rem;
    }
    .past-trips .row:not(.expanded) .row {
        max-width: 100%;
    }
    .row:not(.expanded) .tabs-content .row, .row:not(.expanded) .our-founders-panel .row {
        max-width: fit-content;
    }
    .row:not(.expanded) .venues-map .row {
        max-width: 95%;
        margin-left:0.625rem;
    }
    .venues-map iframe {
        margin-bottom:1rem;
    }
    .founders-panel-text {
        padding: 2rem 2rem 1rem;
    }
    .founders-panel-image, .feature-panel-image {
        border-top-right-radius: 0;
        min-height: 14rem;
    }
    .footer {
        margin-top: 3rem;
    }
    .menu-overlay-nav {
        margin-top:3rem;
    }
    .menu-overlay-nav ul {
        list-style-type:none;
        margin:0;
    }
    .menu-overlay-nav ul li {
        margin-bottom:1rem;
    }
    .menu-overlay-nav ul li a {
        text-decoration:none;
    }
    .menu-overlay-nav ul li.active a {
        color:var(--lightgold);
    }
    .menu-overlay-nav ul li a:hover {
        text-decoration:none;
        color:var(--lightgold);
        border-bottom:0;
    }
    .banner-area {
        margin-top: -5rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    h1 {
        font-size: 2rem;
    }
    .tabs-title>a {
        padding: 1rem 2.5rem 1rem 1rem;
    }
    .contact-form {
        padding: 1rem;
    }
    .freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-text {
        font-size: 13px;
    }
    .freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry {
        padding: 15px;
    }
    .freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-title {
        font-size: 20px;
        margin-bottom: 0.5rem;
    }
    .freeprivacypolicy-com---pc-dialog .cc-cp-body-tabs-item-link {
        padding: 5px 5px 5px 10px;
    }
    .freeprivacypolicy-com---pc-dialog .cc-pc-head-title {
        padding: 10px 0 0 0;
    }
    .freeprivacypolicy-com---pc-dialog .cc-pc-head-lang {
        padding: 10px 0;
    }
    .feature-panel .medium-7 {
        padding-right: 0.625rem;
    }
    .feature-panel .medium-5 {
        padding-left: 0.625rem;
    }
    .home-carousel {
        margin-top: -5rem;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .page-intro {
        padding: 2rem 3rem 1.5rem;
    }
    .past-trips .row:not(.expanded) .row {
        max-width: 100%;
    }
    .row:not(.expanded) .tabs-content .row, .row:not(.expanded) .our-founders-panel .row {
        max-width: calc(100% + 1.875rem);
    }
    .row:not(.expanded) .venues-map .row {
        max-width: 100%;
        margin-left:0.9375rem;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
}