@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: Madden Media Generic
Author: Madden Media
Stylesheet: Main Stylesheet

******************************************************************/
/*********************
SETUP
*********************/
/*!
* Bootstrap v3.3.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* GRID */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row.page-intro {
  margin-left: 0;
  margin-right: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

/* oldmedia768 */
@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
/* oldmedia992 */
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
/* oldmedia1200 */
@media (min-width: 1024px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* BUTTONS */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* POSITIONING */
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1022px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}
/* GLYPHS */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* html5doctor.com Reset Stylesheet v1.6.1 http://cssreset.com

==========================================================================
CSS RESET FOR GETTYSBURG CVB
========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
} /*ol, ul, li,*/
body {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

* {
  outline: none;
}

/* Replacement of <meta name="viewport"> for IE 10 and others */
@-ms-viewport {
  width: device-width;
  zoom: 1;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
*********************/
/*********************
FONTS
*********************/
/*********************
SIZES
*********************/
/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
#headerNew {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}
#headerNew .topNav {
  background: rgba(0, 113, 186, 0.6);
}
#headerNew .topNav .menuItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  padding: 7px 0;
  max-width: 1450px;
  margin: 0 auto;
}
#headerNew .topNav .menuItems .menuItem {
  color: #dfe5ea;
  font-family: "Catamaran", sans-serif;
  font-weight: 900;
  font-size: 1em;
  display: inline-block;
  margin: 0 16px;
  text-transform: uppercase;
}
#headerNew .topNav .menuItems .menuItem:last-child {
  margin-right: 0;
}
#headerNew .topNav .menuItems .menuItem.openTripPlanner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#headerNew .topNav .menuItems .menuItem.openTripPlanner .count {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  border-radius: 50%;
  margin-right: 6px;
  border: 2px solid white;
  width: 25px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#headerNew .topNav .menuItems .menuItem.openTripPlanner .count.empty {
  display: none;
}
#headerNew .mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  padding: 1em 0 3em;
  align-items: center;
  max-width: 1450px;
  margin: 0 auto;
}
#headerNew .mainNav .logo {
  display: block;
  height: 90px;
}
#headerNew .mainNav .logo img {
  display: block;
  height: 100%;
}
#footer .footerMain {
  background: #02416b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5em 2.5%;
}
#footer .footerMain .footerLinks {
  width: 33.3333333333%;
}
#footer .footerMain .footerLinks .footerLinksWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footerMain .footerLinks .footerLinksWrapper .links {
  max-width: 150px;
}
#footer .footerMain .footerLinks .footerLinksWrapper .links a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 0.9em;
  display: block;
  margin: 0 auto 1em;
  white-space: nowrap;
}
#footer .footerMain .footerLinks .footerLinksWrapper .links a:hover {
  color: white;
  text-decoration: underline;
}
#footer .footerMain .footerLinks .footerLinksWrapper .links a:last-child {
  margin-bottom: 0;
}
#footer .footerMain .footerLinks .footerLinksWrapper .links:first-child {
  border-right: 1px solid white;
  margin-right: 3em;
  padding-right: 3em;
}
#footer .footerMain .footerLogos {
  width: 33.3333333333%;
  text-align: center;
}
#footer .footerMain .footerLogos .footerLogosWrapper {
  margin: 0 auto;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#footer .footerMain .footerLogos .footerLogosWrapper a {
  display: block;
  width: 40%;
}
#footer .footerMain .footerLogos .footerLogosWrapper a.logo-gettysburg {
  width: 100%;
  margin-bottom: 1em;
}
#footer .footerMain .footerLogos .footerLogosWrapper a.logo-pa {
  margin-top: 14px;
}
#footer .footerMain .footerLogos .footerLogosWrapper a img {
  width: 100%;
  display: block;
}
#footer .footerMain .footerSocial {
  width: calc(33.3333333333% - 20px);
  padding-right: 20px;
  text-align: right;
}
#footer .footerMain .footerSocial .footerSocialWrapper {
  text-align: left;
  display: inline-block;
}
#footer .footerMain .footerSocial .footerSocialWrapper .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.125rem;
  max-width: 300px;
  margin: 0 auto 2em;
}
#footer .footerMain .footerSocial .footerSocialWrapper .social a {
  display: block;
  width: 35px;
}
#footer .footerMain .footerSocial .footerSocialWrapper .social a img {
  display: block;
  width: 100%;
}
#footer .footerMain .footerSocial .footerSocialWrapper h3 {
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  color: white;
}
#footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper {
  margin-top: 2px;
}
#footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form .validation_error {
  width: 100%;
}
#footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form .gform_body {
  width: 220px;
}
#footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form .gform_body .gfield {
  margin: 0;
  padding: 0;
  background: none;
}
#footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form .gform_body .gfield .gfield_description {
  padding: 2px 0;
}
#footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form .gform_body .gfield .ginput_container {
  margin: 0;
}
#footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form .gform_body .gfield .ginput_container input {
  border-radius: 3px;
  border: none;
  margin: 0;
  width: 100%;
  font-size: 1em;
  line-height: 1em;
  padding: 10px;
}
#footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form .gform_footer {
  margin: 0;
  padding: 0;
  width: calc(100% - 232px);
}
#footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form .gform_footer .button {
  background: #1a73ac;
  color: white;
  border: none;
  font-family: "Catamaran", sans-serif;
  font-size: 1em;
  line-height: 1em;
  padding: 12px 24px;
  margin: 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form .gform_footer .button:hover {
  background: #02416b;
}
#footer .footerCopyright {
  background: #02416b;
  padding: 1em 2.5%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer .footerCopyright .copyright {
  margin: 1em;
  font-size: 0.75em;
}
#footer .footerCopyright .bottomNav a {
  display: inline-block;
  color: white;
  font-size: 0.8em;
  padding: 0 12px;
  border-right: 1px solid white;
}
#footer .footerCopyright .bottomNav a:hover {
  text-decoration: underline;
}
#footer .footerCopyright .bottomNav a:last-child {
  border: none;
}
@media only screen and (max-width: 1025px) {
  #footer .footerMain {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footerMain .footerLinks {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #footer .footerMain .footerLogos {
    width: 100%;
  }
  #footer .footerMain .footerSocial {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
  #footer .footerMain .footerSocial .footerSocialWrapper .social {
    margin: 3.5em auto 1em;
    width: 285px;
  }
  #footer .footerCopyright {
    display: block;
    text-align: center;
  }
  #footer .footerCopyright .copyright {
    margin-bottom: 1em;
    display: block;
    width: 100%;
    text-align: center;
  }
  #footer .footerCopyright .bottomNav a {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footerMain .footerLinks .footerLinksWrapper {
    width: 100%;
  }
  #footer .footerMain .footerLinks .footerLinksWrapper .links {
    width: 50%;
    max-width: none;
    text-align: center;
    padding: 0 1em;
  }
  #footer .footerMain .footerLinks .footerLinksWrapper .links:first-child {
    margin-right: auto;
    padding-right: initial;
  }
  #footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper {
    margin-top: 0;
    margin-bottom: 2em;
  }
  #footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form .gform_body {
    width: 100%;
    margin-bottom: 0.25em;
  }
  #footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form .gform_body .gfield .ginput_container input {
    width: 100%;
    margin: 0;
  }
  #footer .footerMain .footerSocial .footerSocialWrapper .gform_wrapper form .gform_footer {
    width: 100%;
  }
}

.page-template-block-layout .mainContent .post-password-form {
  padding-top: 15%;
}
@media only screen and (max-width: 768px) {
  .page-template-block-layout .mainContent .post-password-form {
    padding-top: 40%;
  }
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}
.breadcrumbs li {
  display: inline;
  margin-right: 5px;
}
.breadcrumbs li a {
  text-decoration: none;
  color: #0073aa;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs .separator {
  margin-right: 5px;
}

.page-template-block-layout .mainContent ul.breadcrumbs {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0px;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}

.page-template-partners-events .mainContent ul.breadcrumbs {
  width: 100%;
  max-width: 1000px;
  padding-top: 20px;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}

.featuredBlogs .breadcrumbs {
  margin: 0 auto;
  max-width: 1350px;
}

.subPagesSection .breadcrumbs {
  text-align: left;
  max-width: 1450px;
  margin: 0 auto;
}

.page-template-member-list .breadcrumbs ul {
  margin: 0 auto;
}
.page-template-member-list .breadcrumbs ul.breadcrumbs {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0px;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}

.post-template-blog-fancy-post .breadcrumbs {
  max-width: 1550px;
  margin: 0 auto;
}

.single-member .breadcrumbs {
  padding-top: 0;
  margin-bottom: 15px;
  margin-top: -30px;
}

.single-listing .breadcrumbs {
  padding-top: 0;
  margin-bottom: 15px;
  margin-top: -30px;
}

.thingsToDoSection .heroBlock .heroWrapper {
  width: 100%;
  height: calc(60vh - 159px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 2.5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.thingsToDoSection .mainContent .introSection .introWrapper .introHeading {
  font-weight: 600;
}
.thingsToDoSection .mainContent .introSection .introWrapper .introContent p {
  max-width: 40em;
  font-size: 1rem;
  text-align: left;
  color: #222222;
  line-height: 1.5;
}
.thingsToDoSection .mainContent .introSection .introWrapper .introContent p:has(.btnTour) {
  text-align: center;
}
.thingsToDoSection .mainContent .introSection .introWrapper .introContent .guidedToursTitle {
  font-size: 2.25rem;
  text-align: center;
  color: #02416b;
}
.thingsToDoSection .mainContent .introSection .introWrapper .introContent .btnTour {
  display: inline-block;
  border: 1px solid #ccc;
  width: 280px;
  margin: 0 12px 18px 0;
  padding: 6px 20px;
  font-family: lato, verdana, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 3px;
  text-decoration: none;
  background: #0071ba;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
*********************/
/*********************
FONTS
*********************/
.has-inline-color.has-blue-color,
.has-text-color.has-blue-color {
  color: #1a73ac;
}
.has-inline-color.has-blue-dark-color,
.has-text-color.has-blue-dark-color {
  color: #02416b;
}
.has-inline-color.has-green-color,
.has-text-color.has-green-color {
  color: #278644;
}
.has-inline-color.has-green-hover-color,
.has-text-color.has-green-hover-color {
  color: #4fc473;
}
.has-inline-color.has-orange-color,
.has-text-color.has-orange-color {
  color: #F7941D;
}
.has-inline-color.has-orange-light-color,
.has-text-color.has-orange-light-color {
  color: #FFEED8;
}
.has-inline-color.has-pour-tour-pink-color,
.has-text-color.has-pour-tour-pink-color {
  color: #d91b5c;
}
.has-inline-color.has-grey-color,
.has-text-color.has-grey-color {
  color: #525252;
}
.has-inline-color.has-dark-grey-color,
.has-text-color.has-dark-grey-color {
  color: #212121;
}

.page-template-block-layout .mainContent > h3,
.page-template-block-layout .mainContent > h4,
.page-template-block-layout .mainContent > h5,
.page-template-block-layout .mainContent > h6 {
  width: 95%;
  max-width: 750px;
}
.page-template-block-layout .mainContent > p {
  font-family: "Open Sans", sans-serif;
  width: 95%;
  max-width: 900px;
}
.page-template-block-layout .mainContent ol,
.page-template-block-layout .mainContent p,
.page-template-block-layout .mainContent ul {
  overflow: unset;
  width: 95%;
  line-height: 1.3;
}
.page-template-block-layout .mainContent.wideLayout ol,
.page-template-block-layout .mainContent.wideLayout p,
.page-template-block-layout .mainContent.wideLayout ul {
  max-width: 1000px;
}

.wp-block-columns.is-style-image-links {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.wp-block-columns.is-style-image-links .wp-block-image {
  border-radius: 0;
  position: relative;
}
.wp-block-columns.is-style-image-links .wp-block-image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(9.5rem, transparent));
  background: linear-gradient(to top, black 0%, transparent 9.5rem);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .wp-block-columns.is-style-image-links .wp-block-image img {
    height: min(20vw, 16.25rem);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wp-block-columns.is-style-image-links .wp-block-image .wp-element-caption {
  padding: 0.8em 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: white;
  background: transparent;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4862745098);
  pointer-events: none;
}
.wp-block-columns.is-style-image-links .wp-block-image .wp-element-caption::after {
  content: "→";
  margin-left: 1rem;
}

.wp-block-embed.is-style-full-width {
  margin: 4vw auto 6vw;
}
.wp-block-embed.is-style-full-width.wp-embed-aspect-16-9 {
  aspect-ratio: 16/9;
  max-height: 90vh;
}
.wp-block-embed.is-style-full-width .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.wp-block-embed.is-style-full-width .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 30vw;
}

.wp-block-cover.is-style-wrapped-background {
  max-height: none;
  padding: 2.375rem;
}
.introSection + .wp-block-cover.is-style-wrapped-background {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-cover.is-style-wrapped-background {
    padding: 0;
  }
}
.wp-block-cover.is-style-wrapped-background.has-background-color, .wp-block-cover.is-style-wrapped-background:not(.has-background-color) {
  background-color: transparent;
}
.wp-block-cover.is-style-wrapped-background::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .wp-block-cover.is-style-wrapped-background .wp-block-cover__image-background {
    display: none;
  }
}
.wp-block-cover.is-style-wrapped-background .wp-block-cover__inner-container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-block-cover.is-style-wrapped-background .wp-block-cover__inner-container {
    padding: 0;
  }
}
.wp-block-cover.is-style-wrapped-background .wp-block-columns {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wp-block-cover.is-style-wrapped-background .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.wp-block-cover.is-style-wrapped-background .wp-block-column:first-child {
  visibility: hidden;
  height: 0;
  width: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-cover.is-style-wrapped-background .wp-block-column:first-child {
    visibility: visible;
    height: auto;
    width: auto;
  }
}
.wp-block-cover.is-style-wrapped-background .wp-block-column:first-child .wp-block-image {
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-cover.is-style-wrapped-background .wp-block-column:first-child .wp-block-image {
    height: auto;
    max-height: 92vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .wp-block-cover.is-style-wrapped-background .wp-block-column:first-child .wp-block-image img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-cover.is-style-wrapped-background .wp-block-column:nth-child(2) {
    margin-left: 0;
    padding: 3rem 2.25rem;
    background-color: #10361B;
  }
}
.wp-block-cover.is-style-wrapped-background .wp-block-column:nth-child(2) h2 {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.1;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .wp-block-cover.is-style-wrapped-background .wp-block-column:nth-child(2) h2 {
    font-size: 10vw;
  }
}
.wp-block-cover.is-style-wrapped-background .wp-block-column:nth-child(2) p,
.wp-block-cover.is-style-wrapped-background .wp-block-column:nth-child(2) ul {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
  margin: 0 0 1.875rem;
}
.wp-block-cover.is-style-wrapped-background .wp-block-column:nth-child(2) .wp-block-buttons {
  margin-left: 0;
}
.wp-block-cover.is-style-wrapped-background .wp-block-column:nth-child(2) .wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}
.wp-block-cover.is-style-wrapped-background .wp-block-column:nth-child(2) .wp-block-buttons .wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  background-color: transparent;
  min-width: 281.8px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.wp-block-cover.is-style-wrapped-background .wp-block-column:nth-child(2) .wp-block-buttons .wp-block-button__link:hover, .wp-block-cover.is-style-wrapped-background .wp-block-column:nth-child(2) .wp-block-buttons .wp-block-button__link:focus, .wp-block-cover.is-style-wrapped-background .wp-block-column:nth-child(2) .wp-block-buttons .wp-block-button__link:active {
  color: #10361B;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .wp-block-cover.is-style-wrapped-background .wp-block-column:nth-child(2) .wp-block-buttons .wp-block-button__link {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .wp-block-cover.is-style-wrapped-background .wp-block-column:nth-child(2) .wp-block-buttons .wp-block-button__link {
    min-width: 337.3px;
  }
}
.wp-block-cover.is-style-hero-image-peek {
  position: relative;
  margin: 0 0 9rem;
  overflow: visible;
}
.wp-block-cover.is-style-hero-image-peek .wp-block-cover__inner-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.wp-block-cover.is-style-hero-image-peek .wp-block-cover__inner-container .wp-block-image {
  margin: 0;
  position: relative;
  bottom: -4rem;
  z-index: 1;
}

.heroSection {
  display: block;
  width: 100%;
  margin: 0 auto 2.5em;
}
.heroSection .heroWrapper {
  position: relative;
  height: 90vh;
  min-height: 600px;
  padding: 0 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heroSection .heroWrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.heroSection .heroWrapper .heroText {
  z-index: 1;
  position: relative;
  background: white;
  padding: 2.5%;
  width: 95%;
  max-width: 700px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
.heroSection .heroWrapper .heroText h1 {
  color: #02416b;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  max-width: none;
  font-size: 2.5em;
  line-height: 1em;
  margin: 0;
  width: 100%;
}
.heroSection .heroWrapper .heroText .postDate {
  font-weight: bold;
  margin: 0.25em 0;
  width: 100%;
  color: #4b4b4b;
}
.heroSection .heroWrapper .heroText .intro {
  width: 100%;
  margin: 1em 0 0;
}
.heroSection .heroWrapper .heroText .intro p {
  width: 100%;
  line-height: 1.25em;
}
@media only screen and (max-width: 768px) {
  .heroSection .heroWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 98%;
    height: auto;
    min-height: unset;
    margin: 0 auto;
    padding: 0;
  }
  .heroSection .heroWrapper img {
    position: relative;
    -o-object-fit: unset;
       object-fit: unset;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    width: 100% !important;
    height: auto;
    border-radius: 10px;
    margin-bottom: 1em;
  }
  .heroSection .heroWrapper .heroText {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    width: 100% !important;
    max-width: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  .heroSection .heroWrapper .heroText h1 {
    font-size: 2em;
    padding: 0 0 0.25em !important;
    text-align: center;
    border-bottom: 2px solid #02416b;
  }
  .heroSection .heroWrapper .heroText p {
    padding: 0 !important;
  }
  .heroSection .heroWrapper .heroText p.postDate {
    text-align: center;
  }
}
.heroSection.text-right .heroWrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.heroSection.text-and-image .heroWrapper {
  height: auto;
  min-height: unset;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.heroSection.text-and-image .heroWrapper img {
  position: relative;
  -o-object-fit: unset;
     object-fit: unset;
  height: auto;
  border-radius: 10px;
  width: 50%;
}
.heroSection.text-and-image .heroWrapper .heroText {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 50%;
  max-width: unset;
  padding: 0;
}
.heroSection.text-and-image .heroWrapper .heroText h1 {
  border-bottom: 2px solid #02416b;
  padding: 0 12px 0.25em;
}
.heroSection.text-and-image .heroWrapper .heroText p {
  padding: 0 12px;
}
.heroSection.text-and-image.text-right .heroWrapper img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.heroSection.text-and-image.text-right .heroWrapper .heroText {
  text-align: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.heroBlock {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.heroBlock .heroWrapper {
  position: relative;
  padding: 5em 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
  height: 100vh;
  z-index: 2;
}
.heroBlock .heroWrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .heroBlock .heroWrapper:after {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.heroBlock .heroWrapper > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.heroBlock .heroWrapper .heroContent {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 95%;
  margin: auto auto 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1100px) {
  .heroBlock .heroWrapper .heroContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.heroBlock .heroWrapper .heroContent .heroImage {
  margin-right: 5.25rem;
  max-height: 19.375rem;
  width: auto;
  -webkit-filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1607843137));
          filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1607843137));
}
@media screen and (max-width: 1100px) {
  .heroBlock .heroWrapper .heroContent .heroImage {
    margin-right: 0;
    margin-bottom: 1.625rem;
    -webkit-filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.7098039216));
            filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.7098039216));
  }
}
.heroBlock .heroWrapper .heroContent .heroText {
  position: relative;
  width: auto;
  max-width: 100%;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: left;
}
.heroBlock .heroWrapper .heroContent .heroText h1 {
  max-width: none;
  width: 100%;
  margin: 0 0 1.625rem;
}
.heroBlock .heroWrapper .heroContent .heroText p {
  max-width: none;
  width: 100%;
  margin: 0;
}
.heroBlock .heroWrapper .heroText {
  z-index: 3;
  position: relative;
  width: 100%;
  max-width: 50%;
  color: white;
}
.heroBlock .heroWrapper .heroText h1 {
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  max-width: none;
  font-size: 4em;
  line-height: 1em;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .heroBlock .heroWrapper .heroText h1 {
    font-size: 11.5vw;
  }
}
.heroBlock .heroWrapper .heroText .button-wrapper {
  margin-top: 1em;
  text-align: center;
}
.heroBlock .heroWrapper .heroText .button-wrapper a {
  border: solid 1px white;
}
@media only screen and (max-width: 768px) {
  .heroBlock .heroWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 350px;
  }
}
.heroBlock.text-and-image .heroWrapper {
  height: auto;
  min-height: unset;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.heroBlock.text-and-image .heroWrapper > img {
  position: relative;
  -o-object-fit: unset;
     object-fit: unset;
  height: auto;
  border-radius: 10px;
  width: 50%;
}
.heroBlock.text-and-image .heroWrapper .heroText {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 50%;
  max-width: unset;
  padding: 0;
}
.heroBlock.text-and-image .heroWrapper .heroText h1 {
  border-bottom: 2px solid #02416b;
  padding: 0 12px 0.25em;
}
.heroBlock.text-and-image .heroWrapper .heroText p {
  padding: 0 12px;
}

.mini-heroSection {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.mini-heroSection .mini-heroWrapper {
  position: relative;
  padding: 5em 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
  z-index: 2;
}
.mini-heroSection .mini-heroWrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .mini-heroSection .mini-heroWrapper:after {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.mini-heroSection .mini-heroWrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.mini-heroSection .mini-heroWrapper .mini-heroText {
  z-index: 3;
  position: relative;
  width: 100%;
  max-width: 50%;
  color: white;
}
.mini-heroSection .mini-heroWrapper .mini-heroText h1 {
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  max-width: none;
  font-size: 4em;
  line-height: 1em;
  margin: 0;
  width: 100%;
}
.mini-heroSection .mini-heroWrapper .mini-heroText .button-wrapper {
  margin-top: 1em;
  text-align: center;
}
.mini-heroSection .mini-heroWrapper .mini-heroText .button-wrapper a {
  border: solid 1px white;
}
@media only screen and (max-width: 768px) {
  .mini-heroSection .mini-heroWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 350px;
  }
  .mini-heroSection .mini-heroWrapper .mini-heroText {
    max-width: unset;
  }
  .mini-heroSection .mini-heroWrapper .mini-heroText h1 {
    font-size: 2em;
    padding: 0 0 0.25em !important;
    text-align: center;
  }
  .mini-heroSection .mini-heroWrapper .mini-heroText p {
    padding: 0 !important;
  }
  .mini-heroSection .mini-heroWrapper .mini-heroText p.postDate {
    text-align: center;
  }
}
.mini-heroSection.text-right .mini-heroWrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mini-heroSection.text-and-image .mini-heroWrapper {
  height: auto;
  min-height: unset;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mini-heroSection.text-and-image .mini-heroWrapper img {
  position: relative;
  -o-object-fit: unset;
     object-fit: unset;
  height: auto;
  border-radius: 10px;
  width: 50%;
}
.mini-heroSection.text-and-image .mini-heroWrapper .mini-heroText {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 50%;
  max-width: unset;
  padding: 0;
}
.mini-heroSection.text-and-image .mini-heroWrapper .mini-heroText h1 {
  border-bottom: 2px solid #02416b;
  padding: 0 12px 0.25em;
}
.mini-heroSection.text-and-image .mini-heroWrapper .mini-heroText p {
  padding: 0 12px;
}
.mini-heroSection.text-and-image.text-right .mini-heroWrapper img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.mini-heroSection.text-and-image.text-right .mini-heroWrapper .mini-heroText {
  text-align: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.listItemSection {
  display: block;
  width: 100%;
  margin: 5em auto;
}
.listItemSection .listItemWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 98%;
  max-width: 1600px;
  margin: 0 auto;
}
.listItemSection .listItemWrapper .image {
  width: 50%;
  position: relative;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.listItemSection .listItemWrapper .image.fadeIn {
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
  opacity: 0;
}
.listItemSection .listItemWrapper .image.fadeIn.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.listItemSection .listItemWrapper .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.listItemSection .listItemWrapper .text {
  width: 50%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.listItemSection .listItemWrapper .text.fadeIn {
  -webkit-transform: translateX(20%);
      -ms-transform: translateX(20%);
          transform: translateX(20%);
  opacity: 0;
}
.listItemSection .listItemWrapper .text.fadeIn.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.listItemSection .listItemWrapper .text .heading {
  border-bottom: 2px solid #02416b;
  margin-bottom: 1em;
}
.listItemSection .listItemWrapper .text .heading h2 {
  line-height: 1em;
  color: #02416b;
  font-family: "Montserrat", sans-serif;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.25em;
  width: 100%;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listItemSection .listItemWrapper .text .heading h2 .number {
  padding-left: 20px;
  min-width: 80px;
  display: inline-block;
}
.listItemSection .listItemWrapper .text .copy {
  padding-left: 80px;
  padding-right: 24px;
  max-width: 600px;
}
.listItemSection .listItemWrapper .text .copy p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.2em;
}
.listItemSection.alignLeft .listItemWrapper .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.listItemSection.alignLeft .listItemWrapper .image.fadeIn {
  -webkit-transform: translateX(20%);
      -ms-transform: translateX(20%);
          transform: translateX(20%);
}
.listItemSection.alignLeft .listItemWrapper .image.fadeIn.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.listItemSection.alignLeft .listItemWrapper .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.listItemSection.alignLeft .listItemWrapper .text.fadeIn {
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
}
.listItemSection.alignLeft .listItemWrapper .text.fadeIn.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.listItemSection.noNumber .listItemWrapper .text .heading h2 {
  padding-left: 24px;
}
.listItemSection.noNumber .listItemWrapper .text .copy {
  padding-left: 24px;
}
@media only screen and (max-width: 768px) {
  .listItemSection {
    margin: 2.5em auto;
  }
  .listItemSection .listItemWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .listItemSection .listItemWrapper .image {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    width: 100%;
  }
  .listItemSection .listItemWrapper .image.fadeIn {
    -webkit-transform: translateY(20%) !important;
        -ms-transform: translateY(20%) !important;
            transform: translateY(20%) !important;
  }
  .listItemSection .listItemWrapper .image.fadeIn.show {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .listItemSection .listItemWrapper .text {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    width: 100%;
  }
  .listItemSection .listItemWrapper .text.fadeIn {
    -webkit-transform: translateY(20%) !important;
        -ms-transform: translateY(20%) !important;
            transform: translateY(20%) !important;
  }
  .listItemSection .listItemWrapper .text.fadeIn.show {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .listItemSection .listItemWrapper .text .heading h2 {
    padding-right: 0;
  }
  .listItemSection .listItemWrapper .text .heading h2 .number {
    min-width: unset;
    padding-left: 0;
    padding-right: 12px;
  }
  .listItemSection .listItemWrapper .text .copy {
    padding-left: 0;
    padding-right: 0;
  }
}

.instagramSection {
  display: block;
  width: 100%;
  margin: 5em auto;
}
.instagramSection .instagramWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 98%;
  max-width: 1600px;
  margin: 0 auto;
}
.instagramSection .instagramWrapper .igPost {
  width: 50%;
  max-width: 600px;
  position: relative;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.instagramSection .instagramWrapper .igPost.fadeIn {
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
  opacity: 0;
}
.instagramSection .instagramWrapper .igPost.fadeIn.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.instagramSection .instagramWrapper .igPost iframe {
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important;
}
.instagramSection .instagramWrapper .text {
  width: 50%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.instagramSection .instagramWrapper .text.fadeIn {
  -webkit-transform: translateX(20%);
      -ms-transform: translateX(20%);
          transform: translateX(20%);
  opacity: 0;
}
.instagramSection .instagramWrapper .text.fadeIn.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.instagramSection .instagramWrapper .text .heading {
  border-bottom: 2px solid #02416b;
  margin-bottom: 1em;
}
.instagramSection .instagramWrapper .text .heading h2 {
  line-height: 1em;
  color: #02416b;
  font-family: "Montserrat", sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  max-width: 600px;
}
.instagramSection .instagramWrapper .text .copy {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 600px;
  margin: 0 auto;
}
.instagramSection .instagramWrapper .text .copy p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.2em;
}
.instagramSection.alignLeft .instagramWrapper .igPost {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.instagramSection.alignLeft .instagramWrapper .igPost.fadeIn {
  -webkit-transform: translateX(20%);
      -ms-transform: translateX(20%);
          transform: translateX(20%);
  opacity: 0;
}
.instagramSection.alignLeft .instagramWrapper .igPost.fadeIn.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.instagramSection.alignLeft .instagramWrapper .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.instagramSection.alignLeft .instagramWrapper .text.fadeIn {
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
  opacity: 0;
}
.instagramSection.alignLeft .instagramWrapper .text.fadeIn.show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .instagramSection {
    margin: 2.5em auto;
  }
  .instagramSection .instagramWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .instagramSection .instagramWrapper .igPost {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 0;
  }
  .instagramSection .instagramWrapper .igPost.fadeIn {
    -webkit-transform: translateY(20%) !important;
        -ms-transform: translateY(20%) !important;
            transform: translateY(20%) !important;
  }
  .instagramSection .instagramWrapper .igPost.fadeIn.show {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .instagramSection .instagramWrapper .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .instagramSection .instagramWrapper .text.fadeIn {
    -webkit-transform: translateY(20%) !important;
        -ms-transform: translateY(20%) !important;
            transform: translateY(20%) !important;
  }
  .instagramSection .instagramWrapper .text.fadeIn.show {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .instagramSection .instagramWrapper .text .heading {
    text-align: center;
  }
  .instagramSection .instagramWrapper .text .heading h2 {
    padding-left: 0;
    padding-right: 0;
  }
  .instagramSection .instagramWrapper .text .copy {
    padding-left: 0;
    padding-right: 0;
  }
}

.slideshowSection .slideshowWrapper .slides .image {
  margin: 0 6px;
  border-radius: 10px;
}
.slideshowSection .slideshowWrapper .slides .image img {
  display: block;
}
@media only screen and (max-width: 768px) {
  .slideshowSection .slideshowWrapper .slides .image {
    margin: 0 3px;
  }
}
.slideshowSection .slideshowWrapper .slides .nextArrow,
.slideshowSection .slideshowWrapper .slides .prevArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.slideshowSection .slideshowWrapper .slides .nextArrow img,
.slideshowSection .slideshowWrapper .slides .prevArrow img {
  width: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slideshowSection .slideshowWrapper .slides .nextArrow:hover,
.slideshowSection .slideshowWrapper .slides .prevArrow:hover {
  background: #1a73ac;
}
.slideshowSection .slideshowWrapper .slides .nextArrow:hover img,
.slideshowSection .slideshowWrapper .slides .prevArrow:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.slideshowSection .slideshowWrapper .slides .nextArrow {
  right: 12px;
}
.slideshowSection .slideshowWrapper .slides .prevArrow {
  left: 12px;
}
.slideshowSection .slideshowWrapper .slides .slick-dots {
  left: 0;
  right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -15px;
}
.slideshowSection .slideshowWrapper .slides .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2.5px;
}
.slideshowSection .slideshowWrapper .slides .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.slideshowSection .slideshowWrapper .slides .slick-dots li button::before {
  width: auto;
  height: auto;
  line-height: initial;
  position: relative;
  top: unset;
  left: unset;
  font-size: 6px;
}
.slideshowSection .slideshowWrapper .slides .slick-dots li.slick-active button::before {
  font-size: 9px;
}

.wp-block-media-text {
  margin: 5em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 98%;
  max-width: 1600px;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.wp-block-media-text[style*="grid-template-columns:"] {
  display: -ms-grid;
  display: grid;
}
.wp-block-media-text[style*="grid-template-columns:"] .wp-block-media-text__media {
  width: auto;
}
.wp-block-media-text[style*="grid-template-columns:"] .wp-block-media-text__content {
  width: auto;
}
.wp-block-media-text .wp-block-media-text__media {
  width: 50%;
  position: relative;
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.wp-block-media-text .wp-block-media-text__content {
  width: 50%;
  padding: 0;
}
.wp-block-media-text .wp-block-media-text__content h2,
.wp-block-media-text .wp-block-media-text__content h1 {
  border-bottom: 2px solid #02416b;
  line-height: 1em;
  color: #02416b;
  font-family: "Montserrat", sans-serif;
  margin: 0 auto 0.25em;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 12px;
}
.wp-block-media-text .wp-block-media-text__content p {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 600px;
  width: 100%;
  margin: 0 0 1em !important;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.wp-block-media-text.is-style-phone-image {
  width: 100%;
  padding: 0 1rem;
}
.wp-block-media-text.is-style-phone-image .wp-block-media-text__content {
  width: auto;
}
@media (min-width: 769px) {
  .wp-block-media-text.is-style-phone-image .wp-block-media-text__content {
    margin-right: 6rem;
  }
}
@media (max-width: 768px) {
  .wp-block-media-text.is-style-phone-image .wp-block-media-text__content {
    margin-bottom: 3rem;
  }
}
.wp-block-media-text.is-style-phone-image .wp-block-media-text__content p {
  font-size: 1.75rem;
  padding: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .wp-block-media-text.is-style-phone-image .wp-block-media-text__content p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .wp-block-media-text.is-style-phone-image .wp-block-media-text__content .wp-block-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wp-block-media-text.is-style-phone-image .wp-block-media-text__content .wp-block-buttons .wp-block-button__link {
  border: 3px solid #02416b;
  background: white;
  color: #02416b;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  border-radius: 7px;
  padding: 0.5em 1.5em;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin: 1em auto 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wp-block-media-text.is-style-phone-image .wp-block-media-text__content .wp-block-buttons .wp-block-button__link:hover {
  background: #02416b;
  color: white;
}
.wp-block-media-text.is-style-phone-image .wp-block-media-text__media {
  width: 26.875rem;
  min-width: 20%;
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}
@media screen and (max-width: 768px) {
  .wp-block-media-text.is-style-phone-image .wp-block-media-text__media {
    width: auto;
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-media-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2.5em auto;
  }
  .wp-block-media-text .wp-block-media-text__media {
    width: 100%;
    margin-bottom: 1em;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .wp-block-media-text .wp-block-media-text__content {
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .wp-block-media-text .wp-block-media-text__content h2,
  .wp-block-media-text .wp-block-media-text__content h1 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .wp-block-media-text .wp-block-media-text__content p {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.cardGrid {
  margin: 5em auto;
}
.cardGrid h2 {
  text-align: center;
}
.cardGrid .grid {
  margin: 0 auto;
  width: 98%;
  max-width: 1250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cardGrid .grid .card {
  background: #f4f2f2;
  border-radius: 4px;
  width: calc(33.3333% - 1em);
  margin: 0.5em;
  overflow: hidden;
}
.cardGrid .grid .card h3 {
  width: 100%;
  padding: 1em 0.5em;
  background: #F7941D;
  color: white;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cardGrid .grid .card h3:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("/wp-content/themes/gettysburg/library/images/icons/button_arrow.png");
  background-size: contain;
  margin-left: 6px;
}
.cardGrid .grid .card .text {
  padding: 1em 0.5em;
  color: #525252;
}
.cardGrid .grid .card:hover h3 {
  background: rgba(247, 148, 29, 0.8);
}
@media only screen and (max-width: 1025px) {
  .cardGrid .grid .card {
    width: calc(50% - 1em);
  }
}
@media only screen and (max-width: 700px) {
  .cardGrid .grid .card {
    width: 100%;
    margin: 0.5em 0;
  }
}

p + .mmCTA {
  margin-top: 5em;
}

.mmCTA {
  background: #02416b;
  padding: 2.5em 0;
}
.mmCTA.bg-white {
  background: white;
}
.mmCTA .title {
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
}
.mmCTA .cta-content {
  display: block;
  width: 100%;
  text-align: center;
}
.mmCTA .cta-content .content-wrapper {
  max-width: 700px;
  display: inline-block;
  margin: 0 auto;
}
.mmCTA .cta-content p {
  font-size: 1.266rem;
  line-height: 2rem;
}
.mmCTA .wp-block-buttons {
  margin: 1em auto 0 !important;
  width: auto;
}
.mmCTA .wp-block-buttons .wp-block-button {
  width: auto;
  background: none;
}
.mmCTA .wp-block-buttons .wp-block-button .wp-block-button__link {
  width: auto;
  background: #278644;
  padding-left: 24px !important;
  padding-right: 24px !important;
  border-radius: 5px;
}
.mmCTA .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: #4fc473;
}
.mmCTA .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  display: none;
}
.mmCTA.smallButton .wp-block-buttons .wp-block-button .wp-block-button__link {
  border: 2px solid white;
  padding: 0.5em 1em !important;
  width: auto !important;
  display: inline-block;
}
.mmCTA.smallButton .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: #4fc473;
}
.mmCTA.smallButton .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  display: none !important;
}
.mmCTA.hasBackground {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5em 0;
}
.mmCTA.hasBackground .content {
  width: 40%;
  margin: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mmCTA.hasBackground .content .title {
  margin: 0;
  font-size: 2.75em;
  text-shadow: 0 0 10px black;
  max-width: 350px;
  line-height: 1.2em;
}
.mmCTA.hasBackground .content .wp-block-buttons {
  margin: 1em auto 0;
  width: auto;
}
.mmCTA.hasBackground .content .wp-block-buttons .wp-block-button {
  width: auto;
  background: none;
}
.mmCTA.hasBackground .content .wp-block-buttons .wp-block-button .wp-block-button__link {
  width: auto;
  background: #278644;
  padding-left: 24px !important;
  padding-right: 24px !important;
  border-radius: 5px;
}
.mmCTA.hasBackground .content .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: #4fc473;
}
.mmCTA.hasBackground .content .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mmCTA.hasBackground .content {
    width: 95%;
  }
}
.mmCTA.white {
  background: white;
}
.mmCTA.white .title {
  color: #02416b;
  text-align: center;
}
.mmCTA.darkBlue {
  text-align: center;
}
.mmCTA.darkBlue .title {
  max-width: 800px;
  display: inline-block;
  margin: 0 auto;
  color: white;
}

.mmCTAFullWidth .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.5em auto;
}
.mmCTAFullWidth .post {
  width: calc(33% - 2px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  display: block;
  position: relative;
  overflow: hidden;
  height: 18rem;
}
.mmCTAFullWidth .post:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.mmCTAFullWidth .post:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.mmCTAFullWidth .post .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0071ba;
  z-index: 1;
}
.mmCTAFullWidth .post .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}
.mmCTAFullWidth .post .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.mmCTAFullWidth .post .text .title {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 12px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.mmCTAFullWidth .post .text .title:after {
  content: "➜";
  margin-left: 0.25em;
  font-weight: normal;
}
.mmCTAFullWidth .post.featuredItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 30rem;
}
.mmCTAFullWidth .post.featuredItem img {
  width: 100%;
}
.mmCTAFullWidth .post.featuredItem .text {
  position: relative;
  width: 40%;
  height: 100%;
  padding: 32px 48px;
  background-color: rgba(2, 65, 107, 0.8);
  left: 60%;
  bottom: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mmCTAFullWidth .post.featuredItem .text .title {
  width: 93%;
  font-size: 3.3vw;
  line-height: 1.05em;
  margin: 0 0 24px 0;
  text-shadow: none;
}
.mmCTAFullWidth .post.featuredItem .text .title:after {
  content: "";
}
.mmCTAFullWidth .post.featuredItem .text .excerpt {
  width: 60%;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.15vw;
  line-height: 1.25em;
  margin: 0;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .mmCTAFullWidth .post.featuredItem .text .excerpt {
    font-size: 1rem;
  }
}
.mmCTAFullWidth .post.featuredItem .text .cta {
  cursor: pointer;
  text-align: center;
  border: 2px solid white;
  background: transparent;
  color: white;
  font-family: "Montserrat", sans-serif;
  margin-top: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.25em;
  border-radius: 5px;
  padding: 0.5em 1.5em;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mmCTAFullWidth .post.featuredItem .text .cta:hover {
  background: white;
  color: #02416b;
}

@media only screen and (max-width: 1025px) {
  .mmCTAFullWidth .posts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mmCTAFullWidth .post {
    width: calc(50% - 6px);
    margin-bottom: 12px;
  }
  .mmCTAFullWidth .post:after {
    padding-bottom: 56.25%;
  }
}
@media only screen and (max-width: 768px) {
  .mmCTAFullWidth .posts {
    width: 100vw;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2em 0 0 0;
  }
  .mmCTAFullWidth .posts .post {
    width: 100vw;
    display: inline-block;
    margin: 0 6px;
    -webkit-transform: translateX(-24px);
        -ms-transform: translateX(-24px);
            transform: translateX(-24px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .mmCTAFullWidth .posts .post:after {
    height: 70%;
    top: 30%;
  }
  .mmCTAFullWidth .posts .post.featuredItem {
    display: block;
    width: 100vw;
    height: auto;
    min-height: 540px;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
  }
  .mmCTAFullWidth .posts .post.featuredItem:after {
    display: none !important;
  }
  .mmCTAFullWidth .posts .post.featuredItem .image {
    position: absolute;
    left: auto;
    top: auto;
  }
  .mmCTAFullWidth .posts .post.featuredItem .image img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .mmCTAFullWidth .posts .post.featuredItem .text {
    position: absolute;
    left: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .mmCTAFullWidth .posts .post.featuredItem .text .title {
    width: 90%;
    font-size: 1.75em;
  }
  .mmCTAFullWidth .posts .post.featuredItem .text .excerpt {
    width: 90%;
    font-size: 1em;
  }
  .mmCTAFullWidth .posts .post h2.title {
    width: 95%;
    font-size: 1.5em;
  }
  .mmCTAFullWidth .posts .post .cta {
    padding: 0 2.5%;
  }
  .mmCTAFullWidth .posts .post .cta a {
    font-size: 1.25em;
  }
}
.submit-event .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.5em auto;
}
.submit-event .post {
  width: calc(33% - 2px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  display: block;
  position: relative;
  overflow: hidden;
  height: 18rem;
}
.submit-event .post:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.submit-event .post:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.submit-event .post .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background: #0071ba;
  z-index: 1;
}
.submit-event .post .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}
.submit-event .post .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.submit-event .post .text .title {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 12px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.submit-event .post .text .title:after {
  content: "➜";
  margin-left: 0.25em;
  font-weight: normal;
}
.submit-event .post.featuredItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 30rem;
}
.submit-event .post.featuredItem img {
  width: 100%;
}
.submit-event .post.featuredItem .text {
  position: relative;
  width: 40%;
  height: 100%;
  padding: 32px 48px;
  background-color: rgb(39, 134, 69);
  left: 60%;
  bottom: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.submit-event .post.featuredItem .text .title {
  width: 93%;
  font-size: 3.3vw;
  line-height: 1.05em;
  margin: 0 0 24px 0;
  text-shadow: none;
}
.submit-event .post.featuredItem .text .title:after {
  content: "";
}
.submit-event .post.featuredItem .text .cta {
  cursor: pointer;
  text-align: center;
  border: 2px solid white;
  background: transparent;
  color: white;
  font-family: "Montserrat", sans-serif;
  margin-top: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.25em;
  border-radius: 5px;
  padding: 0.5em 1.5em;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.submit-event .post.featuredItem .text .cta:hover {
  background: white;
  color: #02416b;
}

@media only screen and (max-width: 1025px) {
  .submit-event .posts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .submit-event .post {
    width: calc(50% - 6px);
    margin-bottom: 12px;
  }
  .submit-event .post:after {
    padding-bottom: 56.25%;
  }
}
@media only screen and (max-width: 768px) {
  .submit-event .posts {
    width: 100vw;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2em 0 0 0;
  }
  .submit-event .posts .post {
    width: 100vw;
    display: inline-block;
    margin: 0 6px;
    -webkit-transform: translateX(-24px);
        -ms-transform: translateX(-24px);
            transform: translateX(-24px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .submit-event .posts .post:after {
    height: 70%;
    top: 30%;
  }
  .submit-event .posts .post.featuredItem {
    display: block;
    width: 100vw;
    height: auto;
    min-height: 540px;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
  }
  .submit-event .posts .post.featuredItem:after {
    display: none !important;
  }
  .submit-event .posts .post.featuredItem .image {
    position: absolute;
    left: auto;
    top: auto;
    width: 100%;
  }
  .submit-event .posts .post.featuredItem .image img {
    width: 100%;
    height: 75%;
    display: block;
  }
  .submit-event .posts .post.featuredItem .text {
    position: absolute;
    left: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .submit-event .posts .post.featuredItem .text .title {
    width: 90%;
    font-size: 1.75em;
    margin-bottom: 0;
    text-align: center;
  }
  .submit-event .posts .post h2.title {
    width: 95%;
    font-size: 1.5em;
  }
  .submit-event .posts .post .cta {
    padding: 0 2.5%;
  }
  .submit-event .posts .post .cta a {
    font-size: 1.25em;
  }
}
.page-id-45884 .mmHero {
  margin-bottom: 0 !important;
}
.page-id-45884 #prefooter-container {
  display: none;
}

.notificationBanner {
  display: block;
  background: #1a73ac;
  padding: 16px 2.5%;
  text-align: center;
  cursor: pointer;
}
.notificationBanner.bg-orange {
  background-color: #f7941d;
}
.notificationBanner p,
.notificationBanner p.notification-p {
  width: unset;
  overflow: hidden;
  max-width: unset;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: unset;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-size: 1em;
  margin: 0;
}
.notificationBanner p a,
.notificationBanner p.notification-p a {
  text-decoration: underline;
  font-weight: bold;
  color: white !important;
}

.page-template-pour-tour-homepage .notificationBanner {
  background: #f7941d;
}

.mmButton {
  border: 2px solid white;
  background: #F7941D;
  color: white;
  font-weight: 700;
  font-size: 1em;
  border-radius: 5px;
  padding: 0.5em 1.5em;
  display: inline-block;
  text-align: center;
  margin: 1em auto 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mmButton:hover {
  background: white;
  color: #F7941D;
}
.mmButton.green {
  background: #278644;
  border: 2px solid #278644;
}
.mmButton.green:hover {
  background: white;
  color: #278644;
}

#notificationPopup {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 10000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
}
#notificationPopup.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#notificationPopup .content {
  background: white;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2823529412);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2823529412);
  max-width: 1300px;
  max-height: 90vh;
  padding: 5.7em;
  text-align: center;
  position: relative;
  overflow: auto;
}
#notificationPopup .content .closeLightbox {
  width: 30px;
  height: 30px;
  background: #02416b;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 1.3em;
  padding-bottom: 4px;
  z-index: 10000;
}
#notificationPopup .content .closeLightbox:hover {
  background: #278644;
}
#notificationPopup .content h2 {
  max-width: calc(100% - 20px);
  font-weight: bold;
  font-size: 2em;
  line-height: 1.1em;
  color: #2a2a2a;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2.5rem;
}
#notificationPopup .content .text {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #notificationPopup .content {
    padding: 1em;
  }
}

.newsletterSignup {
  background-size: contain;
  background-repeat: repeat;
  padding: 5em 2.5%;
  -webkit-box-shadow: 0px 5px 5px rgba(56, 64, 69, 0.161);
          box-shadow: 0px 5px 5px rgba(56, 64, 69, 0.161);
  position: relative;
  z-index: 6;
}
.newsletterSignup .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1450px;
  margin: 0 auto;
}
.newsletterSignup .box .exploreMap {
  width: calc(100% - 387px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.newsletterSignup .box .exploreMap .image {
  width: 100%;
}
.newsletterSignup .box .exploreMap .image img {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
}
.newsletterSignup .box .newsletterBox {
  width: 375px;
  padding: 2em;
  background: #02416b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  color: white;
}
.newsletterSignup .box .newsletterBox h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  color: white;
}
.newsletterSignup .box .newsletterBox p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  max-width: 500px;
  margin: 1em auto;
}
.newsletterSignup .box .newsletterBox .enews-form-wrapper {
  text-align: center;
}
.newsletterSignup .box .newsletterBox .enews-form-wrapper input {
  border-radius: 5px;
  border: none;
  margin-bottom: 1em;
  font-family: "Open Sans", sans-serif;
}
.newsletterSignup .box .newsletterBox .enews-form-wrapper #enews-signup-btn {
  border: 2px solid white;
  background: none !important;
  color: white !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  border-radius: 5px;
  padding: 0.5em 1.5em;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.newsletterSignup .box .newsletterBox .enews-form-wrapper #enews-signup-btn:hover {
  background: #35a8f3 !important;
  border: 2px solid #35a8f3;
  color: white !important;
}
.newsletterSignup .box .newsletterBox .enews-form-wrapper .wpcf7-not-valid-tip {
  display: none !important;
}
.newsletterSignup .box .newsletterBox .wpcf7-response-output {
  margin: 0.5em auto;
  max-width: 365px;
}
@media only screen and (max-width: 1025px) {
  .newsletterSignup {
    padding: 2em 2.5%;
  }
  .newsletterSignup .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newsletterSignup .box .exploreMap {
    width: 100%;
    margin-bottom: 2em;
  }
  .newsletterSignup .box .exploreMap .image img {
    width: 100%;
    height: auto;
  }
  .newsletterSignup .box .newsletterBox {
    width: 100%;
  }
  .newsletterSignup .box .newsletterBox h3 {
    font-size: 1.5em;
  }
  .newsletterSignup .box .newsletterBox .enews-form-wrapper #enews-signup-btn {
    font-size: 1em;
  }
}

body.pourtour #notificationPopup {
  background: rgba(0, 0, 0, 0.9);
}
body.pourtour #notificationPopup .content {
  max-width: 1025px;
  padding: 2.5em;
}
body.pourtour #notificationPopup .content .closeLightbox {
  background: #D91B5C;
}
body.pourtour #notificationPopup .content h2 {
  margin-bottom: 20px;
}
body.pourtour #notificationPopup .content a {
  border: 1px solid #D91B5C;
  border-radius: 5px;
  display: block;
  margin: 1em auto 0;
  max-width: 150px;
  color: #D91B5C;
  font-weight: bold;
  line-height: 2em;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.pourtour #notificationPopup .content a:hover {
  color: white;
  background: #D91B5C;
}
.guideCallout .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 2.5%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#278644), to(#1e5f32)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #278644 0%, #1e5f32 100%) 0% 0% no-repeat padding-box;
}
.guideCallout .top p {
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 2em;
  margin-left: 400px;
  text-align: center;
}
.guideCallout .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#02416b), to(#04395c)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #02416b 0%, #04395c 100%) 0% 0% no-repeat padding-box;
}
.guideCallout .bottom .graphic {
  max-width: 250px;
  width: 33%;
  margin: -2em 2.5% -2em 0;
}
.guideCallout .bottom .graphic img {
  width: 100%;
  height: 100%;
}
.guideCallout .bottom .mobileOnly {
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  font-size: 7vw;
  text-align: center;
  display: none;
}
.guideCallout .bottom .text {
  width: 60%;
  max-width: 750px;
  position: relative;
}
.guideCallout .bottom .text img {
  width: 100%;
}
.guideCallout .bottom .text .wp-block-buttons {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 12%;
  bottom: 5%;
}
.guideCallout .bottom .text .wp-block-buttons .wp-block-button {
  margin: 0;
  background: white;
  border-radius: 2px;
  overflow: hidden;
}
.guideCallout .bottom .text .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 0.75em 1em;
}
@media only screen and (max-width: 1025px) {
  .guideCallout .top p {
    margin-left: 40%;
  }
  .guideCallout .bottom .text .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .guideCallout .top {
    height: 2em;
  }
  .guideCallout .top p {
    display: none;
  }
  .guideCallout .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guideCallout .bottom .graphic {
    width: 95%;
    margin: calc(-6% - 1em) auto 1em;
  }
  .guideCallout .bottom .text {
    width: 95%;
  }
  .guideCallout .bottom .text .mobileOnly {
    display: block;
  }
  .guideCallout .bottom .text .wp-block-buttons {
    position: relative;
    left: unset;
    bottom: unset;
    margin: 0.5em auto 1em;
    text-align: center;
    display: block;
  }
  .guideCallout .bottom .text .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 1em;
  }
}

.mmIconDivider {
  width: 95%;
  max-width: 1300px;
  height: 2px;
  margin: 2.5em auto;
  background: #02416b;
  position: relative;
}
.mmIconDivider .image {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  background: white;
  padding: 0 20px;
}
.mmIconDivider .image img {
  display: block;
  width: 100%;
  margin: 0;
}

.featuredPages {
  width: 95%;
  max-width: 1500px;
  margin: 2.5em auto;
}
.featuredPages .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1650px;
  margin: 2.5em auto 0;
}
.featuredPages .pages .page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  width: calc(25% - 12px);
  margin: 0 6px 12px;
}
.featuredPages .pages .page:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(30%, rgba(0, 0, 0, 0.2)), color-stop(41%, rgba(0, 0, 0, 0)), color-stop(86%, rgba(0, 0, 0, 0.1019607843)), to(#000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 0.1019607843) 86%, #000000 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.featuredPages .pages .page .image {
  position: relative;
  width: 100%;
}
.featuredPages .pages .page .image:after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 100%;
}
.featuredPages .pages .page .image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.featuredPages .pages .page .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  padding: 12px;
}
.featuredPages .pages .page .text h3 {
  font-family: "Montserrat", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 1.25em;
  text-align: left;
  margin: 0 12px 0 0;
}
.featuredPages .pages .page .text .arrow {
  width: 40px;
  z-index: 3;
}
.featuredPages .pages .page .text .arrow img {
  display: block;
  width: 100%;
}
.featuredPages .pages .page:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  .featuredPages .pages .page {
    width: calc(33.3333% - 12px);
  }
}
@media only screen and (max-width: 900px) {
  .featuredPages .pages .page {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 600px) {
  .featuredPages .pages .page .text h3 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 500px) {
  .featuredPages .pages .page {
    width: 100%;
    margin: 0 0 12px 0 !important;
  }
  .featuredPages .pages .page .image:after {
    padding-bottom: 56.25%;
  }
  .featuredPages .pages .page .text h3 {
    font-size: 1.2em;
  }
}
.featuredPages.three-column .pages {
  max-width: 1360px;
}
.featuredPages.three-column .pages .page {
  width: calc(33.3333333333% - 12px);
}
@media only screen and (max-width: 900px) {
  .featuredPages.three-column .pages .page {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 500px) {
  .featuredPages.three-column .pages .page {
    width: 100%;
  }
}
.featuredPages.three-column .pages .page:last-child:nth-child(3n+1) {
  width: 100%;
}
.featuredPages.three-column .pages .page:last-child:nth-child(3n+1) .image:after {
  padding-bottom: 32.55%;
}
@media only screen and (max-width: 900px) {
  .featuredPages.three-column .pages .page:last-child:nth-child(3n+1) .image:after {
    padding-bottom: 45%;
  }
}
@media only screen and (max-width: 500px) {
  .featuredPages.three-column .pages .page:last-child:nth-child(3n+1) .image:after {
    padding-bottom: 56.25%;
  }
}
.featuredPages.itineraryFeaturedPages {
  background-image: url(/wp-content/themes/gettysburg/library/images//green_texture.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  width: 100%;
  padding: 2.5em 2.5%;
  max-width: unset;
}
.featuredPages.itineraryFeaturedPages .pages .page .image:after {
  padding-bottom: 137%;
}
.featuredPages.itineraryFeaturedPages .pages .page .text {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featuredPages.itineraryFeaturedPages .pages .page .text h3 {
  text-align: center;
  margin: 0 auto;
  font-size: 1.75em;
  width: 100%;
}
.featuredPages.itineraryFeaturedPages .pages .page .text .excerpt {
  color: white;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: auto;
  max-height: 0;
  -webkit-transition: all 0.3s ease, margin 0s;
  transition: all 0.3s ease, margin 0s;
  overflow: hidden;
}
.featuredPages.itineraryFeaturedPages .pages .page .text button {
  border-radius: 2px;
  background: none;
  color: white;
  text-transform: uppercase;
  font-family: "Catamaran", sans-serif;
  font-weight: bolder;
  font-size: 1.125em;
  height: auto;
  max-height: 0;
  padding: 0;
  border: 0;
  -webkit-transition: all 0.3s ease, border 0s, padding 0s;
  transition: all 0.3s ease, border 0s, padding 0s;
  overflow: hidden;
  cursor: pointer;
}
.featuredPages.itineraryFeaturedPages .pages .page:hover .image img, .featuredPages.itineraryFeaturedPages .pages .page.calcHeight .image img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.featuredPages.itineraryFeaturedPages .pages .page:hover .text .excerpt, .featuredPages.itineraryFeaturedPages .pages .page.calcHeight .text .excerpt {
  margin: 1em auto;
}
.featuredPages.itineraryFeaturedPages .pages .page:hover .text button, .featuredPages.itineraryFeaturedPages .pages .page.calcHeight .text button {
  border: 2px solid white;
  padding: 0.25em 1.5em;
}
.featuredPages.itineraryFeaturedPages .button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
}
.featuredPages.itineraryFeaturedPages .button-wrapper .mmButton {
  background: #02416b;
  color: white;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5em 1.5em;
  font-size: 1.25em;
}

.mmCTA + .listingsSection {
  margin-top: 0 !important;
}

.listingsSection {
  margin: 3rem auto;
}
.listingsSection #page-content.page-width {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.listingsSection .listingsMainContent {
  text-align: center;
  padding: 3.5rem;
  margin: 32px auto 0;
}
.listingsSection .listingsMainContent h2 {
  display: inline-block;
  margin: 0 auto 2rem;
  max-width: 1084px;
  color: #02416b;
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
}
.listingsSection .listingsMainContent p {
  font-size: 1.266rem;
  line-height: 2rem;
  max-width: 700px;
  display: inline-block;
  margin: 0 auto;
}
.listingsSection .topBar {
  position: sticky;
  top: 0;
  width: 100%;
  background: #1a73ac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 100;
}
.listingsSection .topBar .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.listingsSection .topBar .options .viewType,
.listingsSection .topBar .options .sortType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listingsSection .topBar .options .viewType p,
.listingsSection .topBar .options .sortType p {
  color: white;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0.75em;
}
.listingsSection .topBar .options .viewType .view,
.listingsSection .topBar .options .viewType .sort,
.listingsSection .topBar .options .sortType .view,
.listingsSection .topBar .options .sortType .sort {
  padding: 0.75em;
  font-weight: normal;
  cursor: pointer;
}
.listingsSection .topBar .options .viewType .view.active, .listingsSection .topBar .options .viewType .view:hover,
.listingsSection .topBar .options .viewType .sort.active,
.listingsSection .topBar .options .viewType .sort:hover,
.listingsSection .topBar .options .sortType .view.active,
.listingsSection .topBar .options .sortType .view:hover,
.listingsSection .topBar .options .sortType .sort.active,
.listingsSection .topBar .options .sortType .sort:hover {
  font-weight: 700;
  color: #1a73ac;
  background: white;
}
.listingsSection .topBar .options .viewType {
  margin-right: 2.5em;
}
.listingsSection .topBar .filterWrapper {
  width: 100%;
}
.listingsSection .topBar .filterWrapper #filterResults {
  width: 100%;
}
.listingsSection .topBar .filterWrapper #filterResults .search-wrapper {
  display: inline-block;
  position: relative;
}
.listingsSection .topBar .filterWrapper #filterResults .search-wrapper:after {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 17px;
  background: url("/wp-content/themes/gettysburg/library/images/icons/search-grey.png") no-repeat;
  background-size: 75% 75%;
}
.listingsSection .topBar .filterWrapper #filterResults input {
  max-width: 300px;
  border-radius: 5px;
  display: inline-block;
  margin: 10px;
}
.listingsSection .topBar .filterWrapper #filterResults input#sortAlpha {
  margin-left: 40px;
  margin-right: 3px;
}
.listingsSection .topBar .filterWrapper #filterResults .input-wrapper {
  color: white;
  display: inline-block;
}
.listingsSection .topBar .filterWrapper #filterResults button {
  border: 2px solid #02416b;
  cursor: pointer;
  background: #02416b;
  color: white;
  margin: 0;
}
.listingsSection .topBar .filterWrapper #filterResults button:hover {
  background: white;
  color: #02416b;
}
.listingsSection .topBar .filterWrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listingsSection .topBar .filterWrapper .pagination .first,
.listingsSection .topBar .filterWrapper .pagination .prev,
.listingsSection .topBar .filterWrapper .pagination .next,
.listingsSection .topBar .filterWrapper .pagination .last {
  display: block;
  height: 1.375rem;
  width: 1.625rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 3px;
  cursor: pointer;
}
.listingsSection .topBar .filterWrapper .pagination .first.disabled,
.listingsSection .topBar .filterWrapper .pagination .prev.disabled,
.listingsSection .topBar .filterWrapper .pagination .next.disabled,
.listingsSection .topBar .filterWrapper .pagination .last.disabled {
  opacity: 0.8;
  pointer-events: none;
}
.listingsSection .topBar .filterWrapper .pagination .first,
.listingsSection .topBar .filterWrapper .pagination .last {
  width: 1.813em; /* 29/16 */
}
.listingsSection .topBar .filterWrapper .pagination .first {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/left-double-arrow.png);
}
.listingsSection .topBar .filterWrapper .pagination .prev {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/left-single-arrow.png);
}
.listingsSection .topBar .filterWrapper .pagination .next {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/right-single-arrow.png);
}
.listingsSection .topBar .filterWrapper .pagination .last {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/right-double-arrow.png);
}
.listingsSection .topBar .filterWrapper .pagination .count {
  color: white;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 3px;
  line-height: 1em;
}
.listingsSection .horizMemberListing {
  max-width: 1350px;
  margin: 0 auto;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
}
.listingsSection .horizMemberListing > div {
  display: inline-block;
  width: calc(25% - 16px);
  margin: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 2em 2.5%;
}
@media (max-width: 1125px) {
  .listingsSection .horizMemberListing > div {
    width: calc(33% - 16px);
  }
}
@media (max-width: 850px) {
  .listingsSection .horizMemberListing > div {
    width: calc(50% - 12px);
    margin: 6px;
  }
}
@media (max-width: 560px) {
  .listingsSection .horizMemberListing > div {
    width: calc(100% - 12px);
    margin: 6px;
  }
}
.listingsSection .horizMemberListing .memberListing {
  display: inline-block;
}
.listingsSection .horizMemberListing .memberListing h2 {
  margin-top: 1rem;
  font-size: 1.25em;
}
.listingsSection .horizMemberListing .memberListing h2 a {
  font-size: 1em;
  color: black;
  font-weight: 600;
}
.listingsSection .horizMemberListing .memberListing img.member {
  border-radius: 10px;
}
.listingsSection .horizMemberListing .memberListing .mmButton {
  margin-top: 2rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #278644;
  border: 2px solid #278644;
}
.listingsSection .horizMemberListing .memberListing .mmButton:hover {
  color: #278644;
  background-color: white;
}
.listingsSection .horizMemberListing .memberListing .memberAddressContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 8px;
  margin-bottom: 16px;
}
.listingsSection .horizMemberListing .memberListing .memberAddressContainer .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100%;
  background: #02416b;
  height: 42px;
  width: 42px;
  position: relative;
  margin-right: 12px;
}
.listingsSection .horizMemberListing .memberListing .memberAddressContainer .icon img {
  height: 60%;
  display: block;
  width: auto;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.listingsSection .horizMemberListing .br {
  border-radius: 8px;
}
.listingsSection .horizMemberListing .w80 {
  width: 80%;
}
.listingsSection .horizMemberListing > div.card {
  background: unset !important;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0 #a9a9a9;
          box-shadow: 0px 0px 10px 0 #a9a9a9;
  padding: 30px 40px;
  margin: 50px auto;
  width: 100%;
}
.listingsSection .horizMemberListing .wrapper {
  width: 0px;
  -webkit-animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.listingsSection .horizMemberListing .profilePic {
  height: 65px;
  width: 65px;
  border-radius: 50%;
}
.listingsSection .horizMemberListing .comment {
  height: 10px;
  background: #777;
  margin-top: 20px;
}
@-webkit-keyframes fullView {
  100% {
    width: 100%;
  }
}
@keyframes fullView {
  100% {
    width: 100%;
  }
}
.listingsSection .horizMemberListing .animate {
  -webkit-animation: shimmer 2s infinite linear;
          animation: shimmer 2s infinite linear;
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #eff1f3), color-stop(25%, #e2e2e2), color-stop(36%, #eff1f3));
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.listingsSection #viewMoreMembers {
  display: inline-block;
  margin: 60px;
}
.listingsSection #viewMoreMembers.loading {
  background-color: #01416a;
}
.listingsSection #viewMoreMembers.hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .listingsSection .horizMemberListing > div .address-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .listingsSection .horizMemberListing > div .address-wrapper .address.font2 {
    text-align: left;
  }
  .listingsSection .horizMemberListing > div .buttonWrapper {
    width: 100%;
    text-align: center;
  }
  .listingsSection #filterResults {
    text-align: center;
    padding-bottom: 10px;
  }
  .listingsSection #filterResults .search-wrapper {
    width: 100%;
  }
  .listingsSection #filterResults .search-wrapper input {
    max-width: unset !important;
  }
}

.listingsGridSection {
  margin: 3rem auto;
  background-color: #ececec;
}
.listingsGridSection .listingsMainContent {
  text-align: center;
  padding: 3.5rem;
}
.listingsGridSection .listingsMainContent h2 {
  display: inline-block;
  margin: 0 auto 2rem;
  max-width: 1084px;
  color: #02416b;
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
}
.listingsGridSection .listingsMainContent p {
  font-size: 1.266rem;
  line-height: 2rem;
  max-width: 700px;
  display: inline-block;
  margin: 0 auto;
}
.listingsGridSection .topBar {
  top: 0;
  width: 100%;
  background: #02416b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 100;
}
.listingsGridSection .topBar .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.listingsGridSection .topBar .options .viewType,
.listingsGridSection .topBar .options .sortType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listingsGridSection .topBar .options .viewType p,
.listingsGridSection .topBar .options .sortType p {
  color: white;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0.75em;
}
.listingsGridSection .topBar .options .viewType .view,
.listingsGridSection .topBar .options .viewType .sort,
.listingsGridSection .topBar .options .sortType .view,
.listingsGridSection .topBar .options .sortType .sort {
  padding: 0.75em;
  font-weight: normal;
  cursor: pointer;
}
.listingsGridSection .topBar .options .viewType .view.active, .listingsGridSection .topBar .options .viewType .view:hover,
.listingsGridSection .topBar .options .viewType .sort.active,
.listingsGridSection .topBar .options .viewType .sort:hover,
.listingsGridSection .topBar .options .sortType .view.active,
.listingsGridSection .topBar .options .sortType .view:hover,
.listingsGridSection .topBar .options .sortType .sort.active,
.listingsGridSection .topBar .options .sortType .sort:hover {
  font-weight: 700;
  color: #1a73ac;
  background: white;
}
.listingsGridSection .topBar .options .viewType {
  margin-right: 2.5em;
}
.listingsGridSection .topBar .filterWrapper {
  width: 100%;
}
.listingsGridSection .topBar .filterWrapper #filterResults {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
  width: 100%;
  padding: 1.5rem 1rem;
}
.listingsGridSection .topBar .filterWrapper #filterResults h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: white;
  text-transform: uppercase;
  margin: 0;
}
.listingsGridSection .topBar .filterWrapper #filterResults #sortAlpha {
  display: none;
}
.listingsGridSection .topBar .filterWrapper #filterResults #sortAlpha + label {
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
.listingsGridSection .topBar .filterWrapper #filterResults #sortAlpha:checked + label,
.listingsGridSection .topBar .filterWrapper #filterResults #sortAlpha + label:hover {
  opacity: 0.7;
}
.listingsGridSection .topBar .filterWrapper #filterResults .search-wrapper {
  position: relative;
}
.listingsGridSection .topBar .filterWrapper #filterResults .search-wrapper input {
  margin: 0;
  border: 0;
  color: #02416b;
}
.listingsGridSection .topBar .filterWrapper #filterResults .search-wrapper:after {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/wp-content/themes/gettysburg/library/images/icons/fa-magnifying-glass-solid-blue.svg") no-repeat center;
}
.listingsGridSection .topBar .filterWrapper #filterResults input {
  max-width: 300px;
  border-radius: 7px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  padding: 0.625rem;
}
.listingsGridSection .topBar .filterWrapper #filterResults input#sortAlpha {
  margin-right: 3px;
}
.listingsGridSection .topBar .filterWrapper #filterResults .input-wrapper {
  font-size: 1.5rem;
  color: white;
  display: inline-block;
}
.listingsGridSection .topBar .filterWrapper #filterResults button {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: white;
  background: transparent;
  border: 0;
  margin: 0;
}
.listingsGridSection .topBar .filterWrapper #filterResults button:hover {
  opacity: 0.7;
}
.listingsGridSection .topBar .filterWrapper #filterResults .business-select {
  max-width: 23rem;
  border-radius: 7px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  color: #02416b;
  line-height: 1;
  padding: 0.625rem;
  border: 0;
}
.listingsGridSection .topBar .filterWrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listingsGridSection .topBar .filterWrapper .pagination .first,
.listingsGridSection .topBar .filterWrapper .pagination .prev,
.listingsGridSection .topBar .filterWrapper .pagination .next,
.listingsGridSection .topBar .filterWrapper .pagination .last {
  display: block;
  height: 1.375rem;
  width: 1.625rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 3px;
  cursor: pointer;
}
.listingsGridSection .topBar .filterWrapper .pagination .first.disabled,
.listingsGridSection .topBar .filterWrapper .pagination .prev.disabled,
.listingsGridSection .topBar .filterWrapper .pagination .next.disabled,
.listingsGridSection .topBar .filterWrapper .pagination .last.disabled {
  opacity: 0.8;
  pointer-events: none;
}
.listingsGridSection .topBar .filterWrapper .pagination .first,
.listingsGridSection .topBar .filterWrapper .pagination .last {
  width: 1.813em; /* 29/16 */
}
.listingsGridSection .topBar .filterWrapper .pagination .first {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/left-double-arrow.png);
}
.listingsGridSection .topBar .filterWrapper .pagination .prev {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/left-single-arrow.png);
}
.listingsGridSection .topBar .filterWrapper .pagination .next {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/right-single-arrow.png);
}
.listingsGridSection .topBar .filterWrapper .pagination .last {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/right-double-arrow.png);
}
.listingsGridSection .topBar .filterWrapper .pagination .count {
  color: white;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 3px;
  line-height: 1em;
  text-transform: uppercase;
}
.listingsGridSection #page-content {
  margin-top: 0;
  padding-top: 4.625rem;
  max-width: 100%;
}
.listingsGridSection .horizMemberListing {
  max-width: 102rem;
  margin: 0 auto;
  color: black;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.875rem 1fr 1.875rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.125rem 1.875rem;
}
@media (max-width: 1020px) {
  .listingsGridSection .horizMemberListing {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .listingsGridSection .horizMemberListing {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.listingsGridSection .horizMemberListing .memberListing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.listingsGridSection .horizMemberListing .memberListing img.member {
  height: min(21.875rem, 18.2vw);
  -o-object-fit: cover;
     object-fit: cover;
}
.listingsGridSection .horizMemberListing .memberListing .memberCopy {
  padding: 0.875rem 1.75rem 1.875rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.listingsGridSection .horizMemberListing .memberListing .memberCopy h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #02416b;
  margin: 0 0 0.9375rem;
  font-size: 1.25em;
}
.listingsGridSection .horizMemberListing .memberListing .memberCopy p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: black;
  margin: 0 0 0.875rem;
}
.listingsGridSection .horizMemberListing .memberListing .memberCopy .memberPhone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.75rem;
  margin-bottom: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: black;
}
.listingsGridSection .horizMemberListing .memberListing .memberCopy .memberAddressContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 2rem;
}
.listingsGridSection .horizMemberListing .memberListing .memberCopy .memberAddressContainer .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
  width: 1.375rem;
  position: relative;
  margin-right: 12px;
}
.listingsGridSection .horizMemberListing .memberListing .memberCopy .memberAddressContainer .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.listingsGridSection .horizMemberListing .memberListing .memberCopy .memberAddressContainer .memberAddress {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
.listingsGridSection .horizMemberListing .memberListing .memberCopy .moreInfo {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-top: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0.7em 1.2em;
  border-radius: 7px;
  background: transparent;
  color: #02416b;
  border: 2px solid currentColor;
  text-transform: uppercase;
}
.listingsGridSection .horizMemberListing .memberListing .memberCopy .moreInfo:hover {
  color: #278644;
  background-color: white;
}
.listingsGridSection .horizMemberListing .br {
  border-radius: 8px;
}
.listingsGridSection .horizMemberListing .w80 {
  width: 80%;
}
.listingsGridSection .horizMemberListing > div.card {
  background: unset !important;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0 #a9a9a9;
          box-shadow: 0px 0px 10px 0 #a9a9a9;
  padding: 30px 40px;
  margin: 50px auto;
  width: 100%;
}
.listingsGridSection .horizMemberListing .wrapper {
  width: 0px;
  -webkit-animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.listingsGridSection .horizMemberListing .profilePic {
  height: 65px;
  width: 65px;
  border-radius: 50%;
}
.listingsGridSection .horizMemberListing .comment {
  height: 10px;
  background: #777;
  margin-top: 20px;
}
@keyframes fullView {
  100% {
    width: 100%;
  }
}
.listingsGridSection .horizMemberListing .animate {
  -webkit-animation: shimmer 2s infinite linear;
          animation: shimmer 2s infinite linear;
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #eff1f3), color-stop(25%, #e2e2e2), color-stop(36%, #eff1f3));
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.listingsGridSection .bottomBar {
  width: 100%;
  padding: 4rem 1rem;
}
.listingsGridSection .bottomBar .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listingsGridSection .bottomBar .pagination .first,
.listingsGridSection .bottomBar .pagination .prev,
.listingsGridSection .bottomBar .pagination .next,
.listingsGridSection .bottomBar .pagination .last {
  display: block;
  height: 1.375rem;
  width: 1.625rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 3px;
  cursor: pointer;
}
.listingsGridSection .bottomBar .pagination .first.disabled,
.listingsGridSection .bottomBar .pagination .prev.disabled,
.listingsGridSection .bottomBar .pagination .next.disabled,
.listingsGridSection .bottomBar .pagination .last.disabled {
  opacity: 0.8;
  pointer-events: none;
}
.listingsGridSection .bottomBar .pagination .first,
.listingsGridSection .bottomBar .pagination .last {
  width: 1.813em; /* 29/16 */
}
.listingsGridSection .bottomBar .pagination .first {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/left-double-arrow-blue.png);
}
.listingsGridSection .bottomBar .pagination .prev {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/left-single-arrow-blue.png);
}
.listingsGridSection .bottomBar .pagination .next {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/right-single-arrow-blue.png);
}
.listingsGridSection .bottomBar .pagination .last {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/right-double-arrow-blue.png);
}
.listingsGridSection .bottomBar .pagination .count {
  color: #02416b;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 3px;
  line-height: 1em;
  text-transform: uppercase;
}
.listingsGridSection #viewMoreMembers {
  display: inline-block;
  margin: 60px;
}
.listingsGridSection #viewMoreMembers.loading {
  background-color: #01416a;
}
.listingsGridSection #viewMoreMembers.hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .listingsGridSection .horizMemberListing > div .address-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .listingsGridSection .horizMemberListing > div .address-wrapper .address.font2 {
    text-align: left;
  }
  .listingsGridSection .horizMemberListing > div .buttonWrapper {
    width: 100%;
    text-align: center;
  }
  .listingsGridSection #filterResults {
    text-align: center;
    padding-bottom: 10px;
  }
  .listingsGridSection #filterResults .search-wrapper {
    width: 100%;
  }
  .listingsGridSection #filterResults .search-wrapper input {
    max-width: unset !important;
  }
}

.podcastSection {
  width: 67.5rem;
  max-width: 95%;
  margin: 3.75rem auto 3.75rem;
}
.podcastSection .podcastSectionTitle {
  max-width: 100%;
  width: 100%;
  margin: 0 0 0.5em;
  font-size: 4.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #02416b;
}
.podcastSection .podcast {
  display: none;
}
.podcastSection .podcast.active {
  display: block;
}
.podcastSection .podcast .podcastDate {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0.5em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  color: #02416b;
}
.podcastSection .podcast .podcastTitle {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0.75em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #02416b;
}
.podcastSection .podcast .podcastExcerpt,
.podcastSection .podcast .podcastContent {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  color: black;
}
.podcastSection .podcast .podcastExcerpt *,
.podcastSection .podcast .podcastContent * {
  max-width: 100%;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.podcastSection .podcast .podcastContent {
  display: none;
}
.podcastSection .podcast .podcastMoreBtn {
  max-width: 100%;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #02416b;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.podcastSection .podcast .podcastMoreBtn::after {
  content: "→";
  margin-left: 0.5rem;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.podcastSection .podcast .podcastMoreBtn:hover::after {
  margin-left: 0.75rem;
}
.podcastSection .podcast .podcastEmbed {
  margin: 2.625rem auto 3.125rem;
}
.podcastSection .podcast .podcastEmbed iframe {
  width: 100%;
  max-width: 100%;
  height: 10rem;
  margin: 0;
}
.podcastSection .podcastListContainer {
  width: 100%;
  max-width: 100%;
  padding: 2.125rem 1.375rem;
  background: #ececec;
}
.podcastSection .podcastListContainer .podcastList {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.podcastSection .podcastListContainer .podcastList .podcastListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.75rem;
  padding: 0.75rem;
  background: white;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .podcastSection .podcastListContainer .podcastList .podcastListItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.podcastSection .podcastListContainer .podcastList .podcastListItem.active {
  opacity: 0.6;
  cursor: default;
}
.podcastSection .podcastListContainer .podcastList .podcastListItem + .podcastListItem {
  margin-top: 1.25rem;
}
.podcastSection .podcastListContainer .podcastList .podcastListItem .podcastListItemThumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.8125rem;
          flex: 0 0 7.8125rem;
  width: 7.8125rem;
  height: 7.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.podcastSection .podcastListContainer .podcastList .podcastListItem .podcastListItemContent {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "title date" "excerpt excerpt";
  gap: 0.5rem 1.25rem;
  padding: 1.375rem 2.5rem 1.375rem 0;
}
@media (max-width: 768px) {
  .podcastSection .podcastListContainer .podcastList .podcastListItem .podcastListItemContent {
        grid-template-areas: "title" "date" "excerpt";
  }
}
.podcastSection .podcastListContainer .podcastList .podcastListItem .podcastListItemContent .podcastListItemTitle {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  width: 100%;
  grid-area: title;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #02416b;
  text-align: left;
}
.podcastSection .podcastListContainer .podcastList .podcastListItem .podcastListItemContent .podcastListItemDate {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  width: 100%;
  grid-area: date;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #02416b;
  text-align: right;
}
@media (max-width: 768px) {
  .podcastSection .podcastListContainer .podcastList .podcastListItem .podcastListItemContent .podcastListItemDate {
    text-align: left;
  }
}
.podcastSection .podcastListContainer .podcastList .podcastListItem .podcastListItemContent .podcastListItemExcerpt {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: excerpt;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
@media (max-width: 768px){
  .podcastSection .podcastListContainer .podcastList .podcastListItem .podcastListItemContent .podcastListItemTitle {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .podcastSection .podcastListContainer .podcastList .podcastListItem .podcastListItemContent .podcastListItemDate {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .podcastSection .podcastListContainer .podcastList .podcastListItem .podcastListItemContent .podcastListItemExcerpt {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.podcastSection .podcastListContainer .podcastList .podcastListItem .podcastListItemContent .podcastListItemExcerpt p {
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.podcastSection .podcastListContainer .pagination {
  text-align: center;
  margin: 20px 0;
}
.podcastSection .podcastListContainer .pagination .page-numbers {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  color: #0071ba;
  text-decoration: none;
  list-style: none;
}
.podcastSection .podcastListContainer .pagination .page-numbers:hover {
  background-color: #f1f1f1;
}
.podcastSection .podcastListContainer .pagination .page-numbers li {
  margin: 0;
  display: inline;
}
.podcastSection .podcastListContainer .pagination .current {
  background-color: #0071ba;
  color: #fff;
  border-color: #0071ba;
}
.podcastSection .podcastListContainer .pagination .prev,
.podcastSection .podcastListContainer .pagination .next {
  font-weight: bold;
}

.mmImage_Content {
  background-color: #f4f2f2;
  padding: 3rem;
}
.mmImage_Content .outer-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.mmImage_Content .outer-wrapper h2.title {
  width: 100%;
  display: block;
  margin: 0 auto 3rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  color: #01416a;
  line-height: 1em;
}
.mmImage_Content .outer-wrapper .content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mmImage_Content .outer-wrapper .content-wrapper img {
  max-width: 25%;
  width: unset;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.mmImage_Content .outer-wrapper .content-wrapper .content {
  padding-left: 3rem;
  max-width: 75%;
  font-size: 1rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 1.5rem;
}
.mmImage_Content .outer-wrapper .content-wrapper .content a {
  color: #1a73ac;
  font-weight: bold;
}
.mmImage_Content .outer-wrapper .content-wrapper .content .desktop {
  display: block;
}
.mmImage_Content .outer-wrapper .content-wrapper .content .button-wrapper {
  width: 100%;
  text-align: left;
}
.mmImage_Content .outer-wrapper .content-wrapper .content .button-wrapper a.mmButton {
  color: white;
  display: inline-block;
}
.mmImage_Content .outer-wrapper .content-wrapper .content .button-wrapper a.mmButton:hover {
  color: #278644;
}
@media only screen and (max-width: 768px) {
  .mmImage_Content .outer-wrapper h2.title {
    font-size: 1.333rem;
  }
  .mmImage_Content .outer-wrapper .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mmImage_Content .outer-wrapper .content-wrapper img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: unset;
  }
  .mmImage_Content .outer-wrapper .content-wrapper .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: unset;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .mmImage_Content .outer-wrapper .content-wrapper .content p {
    font-size: 1.133rem;
    line-height: 2rem;
  }
  .mmImage_Content .outer-wrapper .content-wrapper .content .desktop {
    display: none;
  }
  .mmImage_Content .outer-wrapper .content-wrapper .content.mobile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    margin-bottom: 0;
  }
  .mmImage_Content .outer-wrapper .content-wrapper .content.mobile p {
    line-height: 1.7rem;
  }
  .mmImage_Content .outer-wrapper .content-wrapper .button-wrapper.mobile {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    text-align: center;
  }
  .mmImage_Content .outer-wrapper .content-wrapper .button-wrapper.mobile a {
    margin: 0.5rem 0 0;
  }
}

.collapsibleList {
  margin: 2.5em auto;
}
.collapsibleList .listItems {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.collapsibleList .listItems .listItem {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 1em;
}
.collapsibleList .listItems .listItem:last-child {
  margin-bottom: 0;
}
.collapsibleList .listItems .listItem .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #278644;
  padding: 6px 12px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.collapsibleList .listItems .listItem .title:hover {
  background: #4fc473;
}
.collapsibleList .listItems .listItem .title h2 {
  margin: 0;
  color: white;
  font-size: 1.25em;
  text-transform: uppercase;
}
.collapsibleList .listItems .listItem .title .expandItem {
  background: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
}
.collapsibleList .listItems .listItem .title .expandItem span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 2px);
  width: 80%;
  height: 4px;
  background: #02416b;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.collapsibleList .listItems .listItem .title .expandItem span:first-child {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.collapsibleList .listItems .listItem .content {
  display: none;
  padding: 1em 0;
  background: #f4f4f4;
}
.collapsibleList .listItems .listItem .content img {
  display: block;
  margin: 0 auto 1em;
  width: auto;
  max-width: 95%;
  border-radius: 5px;
  height: auto;
}
.collapsibleList .listItems .listItem.expanded .title .expandItem span:first-child {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.collapsibleList .listItems .listItem.expanded .content {
  display: block;
}

.mmGallery {
  font-family: "Montserrat", sans-serif;
  margin: 5em auto;
}
.mmGallery:first-child {
  margin-top: -5em;
}
.mmGallery.whiteBackground .titleSection {
  background: white;
  padding-bottom: 0;
}
.mmGallery .titleSection {
  background: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 2.5%;
}
.mmGallery .titleSection .title {
  color: #02416b;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 0.25em;
  text-align: center;
}
.mmGallery .titleSection .description {
  text-align: left;
}
.mmGallery .titleSection .galleryTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mmGallery .titleSection .galleryTags .mmButton {
  display: inline-block;
  margin: 0.25em;
  background: white;
  border: 2px solid orange;
  border-radius: 5px;
  color: #F7941D;
  font-weight: bold;
  padding: 6px 12px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mmGallery .titleSection .galleryTags .mmButton.selected, .mmGallery .titleSection .galleryTags .mmButton:hover {
  background-color: #F7941D;
  color: white;
  border-color: white;
}
.mmGallery .gallerySlideshow {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f4f2f2;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100000;
}
.mmGallery .gallerySlideshow.shown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mmGallery .gallerySlideshow .closeSlideshow {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #1a73ac;
  border-radius: 50%;
  right: 6px;
  top: 6px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.mmGallery .gallerySlideshow .closeSlideshow span {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 2px);
  width: 80%;
  height: 4px;
  background: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mmGallery .gallerySlideshow .closeSlideshow span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mmGallery .gallerySlideshow .closeSlideshow:hover {
  background: #02416b;
}
.mmGallery .gallerySlideshow .slides {
  width: 95%;
  max-width: 150vh;
}
.mmGallery .gallerySlideshow .slides .image {
  margin: 0 6px;
  border-radius: 10px;
  position: relative;
}
.mmGallery .gallerySlideshow .slides .image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.mmGallery .gallerySlideshow .slides .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .mmGallery .gallerySlideshow .slides .image {
    margin: 0 3px;
  }
}
.mmGallery .gallerySlideshow .slides .nextArrow,
.mmGallery .gallerySlideshow .slides .prevArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mmGallery .gallerySlideshow .slides .nextArrow img,
.mmGallery .gallerySlideshow .slides .prevArrow img {
  width: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mmGallery .gallerySlideshow .slides .nextArrow:hover,
.mmGallery .gallerySlideshow .slides .prevArrow:hover {
  background: #1a73ac;
}
.mmGallery .gallerySlideshow .slides .nextArrow:hover img,
.mmGallery .gallerySlideshow .slides .prevArrow:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.mmGallery .gallerySlideshow .slides .nextArrow {
  right: 12px;
}
.mmGallery .gallerySlideshow .slides .prevArrow {
  left: 12px;
}
.mmGallery .gallerySlideshow .slides .slick-dots {
  left: 0;
  right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -15px;
}
.mmGallery .gallerySlideshow .slides .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2.5px;
}
.mmGallery .gallerySlideshow .slides .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.mmGallery .gallerySlideshow .slides .slick-dots li button::before {
  width: auto;
  height: auto;
  line-height: initial;
  position: relative;
  top: unset;
  left: unset;
  font-size: 6px;
}
.mmGallery .gallerySlideshow .slides .slick-dots li.slick-active button::before {
  font-size: 9px;
}
.mmGallery .gallery {
  margin: 2.5em auto;
  max-width: 1025px;
  width: 98%;
  overflow: auto;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.mmGallery .gallery::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #e6e2e2;
  border-radius: 5px;
}
.mmGallery .gallery::-webskit-selection {
  width: 10px;
  height: 10px;
}
.mmGallery .gallery::-webkit-scrollbar-track {
  background-color: #e6e2e2;
  border-radius: 5px;
}
.mmGallery .gallery::-webkit-scrollbar-thumb {
  background-color: #9f9f9f;
  border-radius: 5px;
}
.mmGallery .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 5em;
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 252, 252, 0)), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(255, 252, 252, 0) 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
}
.mmGallery .gallery .image {
  width: calc(20% - 0.5em);
  margin: 0.25em;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: block;
  background: black;
}
@media only screen and (max-width: 768px) {
  .mmGallery .gallery .image {
    width: calc(33.3333% - 0.5em);
  }
}
.mmGallery .gallery .image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.mmGallery .gallery .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mmGallery .gallery .image:hover {
  cursor: pointer;
}
.mmGallery .gallery .image:hover img {
  opacity: 1;
}
.mmGallery .gallery .downloadForm {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.mmGallery .gallery .downloadForm .closeForm {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #525252;
  border-radius: 50%;
  right: 6px;
  top: 6px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.mmGallery .gallery .downloadForm .closeForm span {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 2px);
  width: 80%;
  height: 4px;
  background: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mmGallery .gallery .downloadForm .closeForm span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mmGallery .gallery .downloadForm .closeForm:hover {
  background: black;
}
.mmGallery .gallery.showDownloadForm .downloadForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mmGallery .gallery.showDownloadForm .image {
  display: none !important;
}
.mmGallery .zipFile {
  max-width: 1025px;
  margin: 0 auto;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mmGallery .zipFile span {
  color: #02416b;
  text-decoration: underline;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mmGallery .zipFile span:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("/wp-content/themes/gettysburg/library/images/icons/download-blue.png");
  background-size: contain;
  margin-left: 6px;
}

.itineraryFeaturedPages + .crowdriffSection {
  margin-top: -2.5em !important;
}

.crowdriffSection {
  margin: 2.5em auto;
  padding: 7em 2.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}
.crowdriffSection:last-child {
  margin-bottom: 0;
}
.crowdriffSection:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.crowdriffSection h2 {
  text-shadow: 0 0 40px black;
  color: white !important;
  text-align: center;
  position: relative;
  z-index: 2;
}
.crowdriffSection h2 span {
  font-size: 75%;
  display: block;
}
.crowdriffSection .crowdriffGallery {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}
.crowdriffSection .crowdriffGallery .cr__grid {
  text-align: center;
}
.crowdriffSection .crowdriffGallery .cr__grid .loadMore {
  display: none;
}
@media only screen and (max-width: 768px) {
  .crowdriffSection {
    padding: 4em 2.5%;
  }
  .crowdriffSection h3 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 768px) and (max-width: 350px) {
  .crowdriffSection h3 {
    font-size: 1.25px;
  }
}
.crowdriffSection.hashtag-layout {
  padding: 0;
  margin: 4em 0 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.crowdriffSection.hashtag-layout:before {
  background: none;
}
.crowdriffSection.hashtag-layout .text {
  width: 33%;
  padding-right: 2em;
}
.crowdriffSection.hashtag-layout .text h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.3vw;
  line-height: 1.25em;
  margin: 60px 0 0 60px;
  color: #02416b;
  text-align: left;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}
.crowdriffSection.hashtag-layout .text .secondary-text {
  margin: 0;
  overflow: visible;
  width: auto;
}
.crowdriffSection.hashtag-layout .text .secondary-text .subtitle {
  display: block;
  width: 25.625rem;
  max-width: 100%;
  margin: 1rem 0 0;
  padding: 0 0 0 3.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2.125rem;
  color: #02416b;
  line-height: 1.2;
}
.crowdriffSection.hashtag-layout .text .secondary-text .hash {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.3vw;
  line-height: 1;
  margin: 1rem auto 30px;
  background: #0071ba;
  color: white;
  text-align: right;
  position: relative;
  z-index: 1;
  padding: 20px 20px 20px 0;
  letter-spacing: 0;
}
.crowdriffSection.hashtag-layout .crowdriffGallery {
  width: 67%;
  margin: 0 auto;
}
.crowdriffSection.hashtag-layout .crowdriffGallery .cr__grid {
  text-align: center;
}
.crowdriffSection.hashtag-layout .crowdriffGallery .cr__grid .loadMore {
  border: 2px solid #02416b;
  background: none !important;
  color: #02416b !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  border-radius: 5px;
  padding: 0 1.5em;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  margin: 0 auto;
  width: 150px;
}
.crowdriffSection.hashtag-layout .crowdriffGallery .cr__grid .loadMore:hover {
  background: #35a8f3 !important;
  border: 2px solid #35a8f3;
  color: white !important;
}
.crowdriffSection.hashtag-layout .crowdriffGallery .cr__grid .loadMore:hover:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .crowdriffSection.hashtag-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-top: 2em;
  }
  .crowdriffSection.hashtag-layout .text,
  .crowdriffSection.hashtag-layout .crowdriffGallery {
    width: 100%;
    padding-right: 0;
  }
  .crowdriffSection.hashtag-layout .text h3,
  .crowdriffSection.hashtag-layout .crowdriffGallery h3 {
    font-size: 10vw;
    line-height: 1.25em;
    margin: 0 10%;
    width: 80%;
  }
  .crowdriffSection.hashtag-layout .text .hash,
  .crowdriffSection.hashtag-layout .crowdriffGallery .hash {
    font-size: 8vw;
    padding: 20px;
    text-align: center;
  }
  .crowdriffSection.hashtag-layout .crowdriffGallery {
    width: 100%;
  }
}

.itineraryDaySection {
  width: 100%;
  max-width: 1600px;
  margin: 5em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itineraryDaySection .image {
  width: 50%;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.itineraryDaySection .image img {
  width: 100%;
  height: auto;
  display: block;
}
.itineraryDaySection .text {
  width: 50%;
  padding: 0 1em;
  margin-bottom: 1em;
}
.itineraryDaySection .text .itineraryTitle {
  text-transform: uppercase;
  color: #1a73ac;
  font-weight: bold;
  width: 100%;
  font-size: 1.75em;
}
.itineraryDaySection .text .copy * {
  width: 100%;
  max-width: unset;
}
.itineraryDaySection .text .copy a {
  font-weight: bold;
}
.itineraryDaySection .text .linkedPages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itineraryDaySection .text .linkedPages .linkedPage {
  width: calc(33.33% - 0.5em);
  margin: 0.5em 0;
  height: auto;
  position: relative;
}
.itineraryDaySection .text .linkedPages .linkedPage:nth-child(3n+2) {
  margin: 0.5em 0.75em;
}
.itineraryDaySection .text .linkedPages .linkedPage:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.itineraryDaySection .text .linkedPages .linkedPage img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.itineraryDaySection .text .linkedPages .linkedPage span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
  padding: 0 0.5em;
  font-weight: bold;
  font-size: 1.125em;
}
.itineraryDaySection .text .linkedPages .linkedPage:hover span {
  opacity: 1;
}
.itineraryDaySection.alignRight .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.itineraryDaySection.alignRight .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.itineraryDaySection + .itineraryDaySection {
  margin-top: -5em;
}
.itineraryDaySection + .itineraryDaySection .text {
  padding-top: 2em;
}
@media only screen and (max-width: 1025px) {
  .itineraryDaySection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .itineraryDaySection .image {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    width: 100%;
    height: auto;
  }
  .itineraryDaySection .image img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .itineraryDaySection .text {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    padding: 2em 2.5% !important;
    width: 100%;
  }
  .itineraryDaySection .text .linkedPages .linkedPage span {
    opacity: 1;
    height: auto;
    bottom: 0;
    top: unset;
    padding: 0.5em;
    background: rgba(0, 0, 0, 0.7);
  }
}
@media only screen and (max-width: 768px) {
  .itineraryDaySection .text .linkedPages .linkedPage {
    width: calc(50% - 0.5em);
  }
  .itineraryDaySection .text .linkedPages .linkedPage:nth-child(3n+2) {
    margin: 0.5em 0;
  }
  .itineraryDaySection .text .linkedPages .linkedPage:nth-child(2n+2) {
    margin: 0.5em 0 0.5em 1em;
  }
}
@media only screen and (max-width: 400px) {
  .itineraryDaySection .text .linkedPages .linkedPage {
    width: 100%;
    margin: 0.5em 0 !important;
  }
  .itineraryDaySection .text .linkedPages .linkedPage:after {
    padding-bottom: 56.25%;
  }
}

.spotlightSection {
  background-color: #ececec;
  margin-bottom: 7.5rem;
}
.spotlightSection .tileWrapper {
  max-width: none;
  width: 100% !important;
  margin: 0;
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5vw 1fr 1.5vw 1fr 1.5vw 1fr 1.5vw 1fr 1.5vw 1fr 1.5vw 1fr;
  grid-template-columns: repeat(7, 1fr);
      grid-template-areas: "a a a b b b b" "a a a c c d d" "e e e e h h h" "f f g g h h h";
  -ms-grid-rows: calc(21.4285714286vw - 1.5vw) 1.5vw calc(21.4285714286vw - 1.5vw) 1.5vw calc(21.4285714286vw - 1.5vw) 1.5vw calc(21.4285714286vw - 1.5vw);
  grid-template-rows: repeat(4, calc(21.4285714286vw - 1.5vw));
  gap: 1.5vw;
}
.fiveItemStyle.rows1.spotlightSection .tileWrapper {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
      grid-template-areas: "a a a b b b b" "c c d d d e e";
}
@media only screen and (max-width: 768px) {
  .fiveItemStyle.rows1.spotlightSection .tileWrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: none;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 1rem;
  }
}

.rows1.spotlightSection .tileWrapper {
      grid-template-areas: "a a a b b b b" "a a a c c d d";
  -ms-grid-rows: (calc(21.4285714286vw - 1.5vw))[2];
  grid-template-rows: repeat(2, calc(21.4285714286vw - 1.5vw));
}
@media only screen and (max-width: 1024px) {
  .rows1.spotlightSection .tileWrapper {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
        grid-template-areas: "a a a a a a" "b b c c d d";
  }
}
@media only screen and (max-width: 768px) {
  .rows1.spotlightSection .tileWrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: none;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .spotlightSection .tileWrapper {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
        grid-template-areas: "a a a a a a" "b b c c d d" "h h h h h h" "e e f f g g";
  }
}
@media only screen and (max-width: 768px) {
  .spotlightSection .tileWrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: none;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 1rem;
  }
}
.extraTiles1.spotlightSection .tileWrapper {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
      grid-template-areas: "a a a b b b b" "a a a c c d d" "e e e e e e e";
  -ms-grid-rows: (calc(21.4285714286vw - 1.5vw))[3];
  grid-template-rows: repeat(3, calc(21.4285714286vw - 1.5vw));
}

.extraTiles2.spotlightSection .tileWrapper {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
      grid-template-areas: "a a a b b b b" "a a a c c d d" "e e e e f f f";
  -ms-grid-rows: (calc(21.4285714286vw - 1.5vw))[3];
  grid-template-rows: repeat(3, calc(21.4285714286vw - 1.5vw));
}

.extraTiles3.spotlightSection .tileWrapper {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
      grid-template-areas: "a a a b b b b" "a a a c c d d" "e e e e g g g" "f f f f g g g";
}

@media only screen and (max-width: 768px) {
  .extraTiles.spotlightSection .tileWrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: none;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 1rem;
  }
}

.spotlightSection .tileWrapper .tile {
  position: relative;
  list-style: none;
  width: 100%;
  max-width: none;
  background-color: gray;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.spotlightSection .tileWrapper .tile::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
  .spotlightSection .tileWrapper .tile {
    height: 70vw;
    max-height: 60vh;
  }
}
.spotlightSection .tileWrapper .tile:nth-child(8n+1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: a;
}
.spotlightSection .tileWrapper .tile:nth-child(8n+1):hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+1):focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+1):active::before {
  background-color: rgba(39, 134, 68, 0.6);
}
.spotlightSection .tileWrapper .tile:nth-child(8n+2) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 7;
  grid-area: b;
}
.spotlightSection .tileWrapper .tile:nth-child(8n+2):hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+2):focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+2):active::before {
  background-color: rgba(240, 147, 28, 0.6);
}
.spotlightSection .tileWrapper .tile:nth-child(8n+3) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-area: c;
}
.spotlightSection .tileWrapper .tile:nth-child(8n+3):hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+3):focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+3):active::before {
  background-color: rgba(53, 168, 243, 0.6);
}
.spotlightSection .tileWrapper .tile:nth-child(8n+4) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
  -ms-grid-column-span: 3;
  grid-area: d;
}
.spotlightSection .tileWrapper .tile:nth-child(8n+4):hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+4):focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+4):active::before {
  background-color: rgba(79, 196, 115, 0.6);
}
.spotlightSection .tileWrapper .tile:nth-child(8n+5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-area: e;
}
.spotlightSection .tileWrapper .tile:nth-child(8n+5):hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+5):focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+5):active::before {
  background-color: rgba(240, 147, 28, 0.6);
}
.spotlightSection .tileWrapper .tile:nth-child(8n+6) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: f;
}
.spotlightSection .tileWrapper .tile:nth-child(8n+6):hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+6):focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+6):active::before {
  background-color: rgba(79, 196, 115, 0.6);
}
.spotlightSection .tileWrapper .tile:nth-child(8n+7) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: g;
}
.spotlightSection .tileWrapper .tile:nth-child(8n+7):hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+7):focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+7):active::before {
  background-color: rgba(53, 168, 243, 0.6);
}
.spotlightSection .tileWrapper .tile:nth-child(8n+8) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 5;
  grid-area: h;
}
@media only screen and (max-width: 1024px){
  .rows1.spotlightSection .tileWrapper > .tile:nth-child(8n+1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
  }
  .spotlightSection .tileWrapper .tile:nth-child(8n+1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
  }
  .rows1.spotlightSection .tileWrapper > .tile:nth-child(8n+2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .spotlightSection .tileWrapper .tile:nth-child(8n+2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .rows1.spotlightSection .tileWrapper > .tile:nth-child(8n+3) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .spotlightSection .tileWrapper .tile:nth-child(8n+3) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .rows1.spotlightSection .tileWrapper > .tile:nth-child(8n+4) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
  }
  .spotlightSection .tileWrapper .tile:nth-child(8n+4) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
  }
  .spotlightSection .tileWrapper .tile:nth-child(8n+5) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .spotlightSection .tileWrapper .tile:nth-child(8n+6) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .spotlightSection .tileWrapper .tile:nth-child(8n+7) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
  }
  .spotlightSection .tileWrapper .tile:nth-child(8n+8) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
  }
}
.spotlightSection .tileWrapper .tile:nth-child(8n+8):hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+8):focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+8):active::before {
  background-color: rgba(39, 134, 68, 0.6);
}
@media only screen and (max-width: 768px) {
  .spotlightSection .tileWrapper .tile:nth-child(1n) {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: auto;
  }
}
.spotlightSection .tileWrapper .tile .tileLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.spotlightSection .tileWrapper .tile .tileLink .title {
  max-width: none;
  width: 95%;
  margin: 0 auto 0.6em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3vw;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.49);
  overflow: visible;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .spotlightSection .tileWrapper .tile .tileLink .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.75rem;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0 1rem 1.1em;
  }
}

.introSection {
  width: 100%;
  padding: 60px 24px 52px;
}
@media only screen and (min-width: 375px) {
  .introSection {
    padding: 60px 35px 48px;
  }
}
@media only screen and (min-width: 769px) {
  .introSection {
    padding: 70px 35px 64px;
  }
}
@media only screen and (min-width: 1400px) {
  .introSection {
    padding: 80px 35px 80px;
  }
}
@media only screen and (min-width: 1920px) {
  .introSection {
    padding-bottom: 100px;
  }
}
.introSection .introWrapper {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
}
.introSection .introWrapper .introHeading {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  color: #02416b;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 450px) {
  .introSection .introWrapper .introHeading {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .introSection .introWrapper .introHeading {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .introSection .introWrapper .introHeading {
    font-size: 3.5rem;
    max-width: none;
  }
}
@media only screen and (min-width: 1920px) {
  .introSection .introWrapper .introHeading {
    font-size: 4rem;
  }
}
.introSection .introWrapper .introCta {
  background-color: #278645;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1;
  max-width: 100%;
  margin: 0.75rem auto 0;
  padding: 0.56rem 1.2rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: auto;
}
.introSection .introWrapper .introCta:hover, .introSection .introWrapper .introCta:active, .introSection .introWrapper .introCta:focus {
  background-color: #1A5930;
}
@media only screen and (min-width: 769px) {
  .introSection .introWrapper .introCta {
    font-size: 1.25em;
    padding: 0.75rem 1.6rem;
  }
}
@media only screen and (min-width: 1920px) {
  .introSection .introWrapper .introCta {
    margin-top: 36px;
  }
}
.introSection .introWrapper .introContent {
  margin-top: 11px;
  text-align: center;
}
.introSection .introWrapper .introContent p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
  max-width: 1000px;
  color: #000;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .introSection .introWrapper .introContent p {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1400px) {
  .introSection .introWrapper .introContent p {
    font-size: 1.25rem;
    line-height: 35px;
  }
}
.introSection--long .introWrapper {
  max-width: 90.625rem;
}
.introSection--long .introWrapper .introHeading {
  width: 100%;
  max-width: 100%;
  font-size: 3.375rem;
}
@media only screen and (max-width: 768px) {
  .introSection--long .introWrapper .introHeading {
    font-size: 9vw;
  }
}
.introSection--long .introWrapper .introContent p {
  width: 100%;
  max-width: 85rem;
}
@media only screen and (max-width: 768px) {
  .introSection--long .introWrapper .introContent p {
    font-size: 1.5rem;
  }
}

.imageContentButtonsSection {
  width: 100%;
  max-width: none;
  margin: 7.5rem 0;
  padding: 6.25rem 1rem 5rem;
  background-color: #02416b;
  background-position: center;
  background-size: cover;
  position: relative;
}
.imageContentButtonsSection.noSideImage {
  padding-top: 4rem;
  padding-bottom: 0;
}
.imageContentButtonsSection::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(39, 134, 68, 0.5529411765) -webkit-gradient(linear, right top, left top, from(transparent), color-stop(48%, rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.65)));
  background: rgba(39, 134, 68, 0.5529411765) linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.63) 48%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 0;
}
@media only screen and (max-width: 1000px) {
  .imageContentButtonsSection {
    padding: 0 1rem 6.25rem;
    margin-top: calc(3.125rem + 19vh);
  }
}
.imageContentButtonsSection .imageContentButtonsWrapper {
  max-width: 1560px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .imageContentButtonsSection .imageContentButtonsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.imageContentButtonsSection .imageContentButtonsWrapper .sideImage {
  width: auto;
  max-width: 60vw;
  height: auto;
  max-height: 90vh;
  margin: -100vh 5.625rem calc(-100vh + 1.25rem) 0;
}
@media only screen and (max-width: 1000px) {
  .imageContentButtonsSection .imageContentButtonsWrapper .sideImage {
    margin: -19vh auto 3rem;
  }
}
.imageContentButtonsSection .imageContentButtonsWrapper .content {
  width: 100%;
}
.imageContentButtonsSection .imageContentButtonsWrapper .content .heading {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4.75rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7058823529);
}
@media only screen and (max-width: 768px) {
  .imageContentButtonsSection .imageContentButtonsWrapper .content .heading {
    font-size: 11.5vw;
  }
}
.noSideImage.imageContentButtonsSection .imageContentButtonsWrapper .content .heading {
  text-align: center;
  margin: 0 auto;
}

.imageContentButtonsSection .imageContentButtonsWrapper .content .description {
  margin: 1.875rem 0 0;
}
.imageContentButtonsSection .imageContentButtonsWrapper .content .description p {
  width: 100%;
  max-width: none;
  margin-left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
}
.imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3.125rem -2.5rem -3.125rem;
}
.noSideImage.imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer {
  margin: 3.125rem auto 0;
}

@media only screen and (max-width: 1000px) {
  .imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton {
  width: 220px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 2.5rem 3.125rem;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
  .imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton {
    margin: 0 0 3.125rem;
    max-width: none;
  }
}
.imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton:hover, .imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton:active, .imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton:focus {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (prefers-reduced-motion: reduce) {
  .imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton:hover, .imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton:active, .imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton:focus {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton:hover .buttonText, .imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton:active .buttonText, .imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton:focus .buttonText {
    text-decoration: underline;
  }
}
.imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton .buttonIcon {
  width: 140px;
  height: 140px;
  margin-bottom: 0.625rem;
  -webkit-filter: grayscale() brightness(10);
          filter: grayscale() brightness(10);
}
.imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton .buttonText {
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.noSideImage.imageContentButtonsSection .imageContentButtonsWrapper .content .buttonContainer .blockButton .buttonText {
  margin-bottom: 0;
}

.guideCalendarCTASection,
.guideNewsletterCTASection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.875rem;
}
@media only screen and (max-width: 1100px) {
  .guideCalendarCTASection,
  .guideNewsletterCTASection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input, .guideCalendarCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton, .guideCalendarCTASection .guidePart .guidePartWrapper .guideContent .guideButton,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input,
.guideNewsletterCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton,
.guideNewsletterCTASection .guidePart .guidePartWrapper .guideContent .guideButton {
  display: inline-block;
  padding: 1rem 2.875rem;
  margin-top: 1.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  color: #fff;
  border: 3px #fff solid;
  border-radius: 7px;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input:hover, .guideCalendarCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton:hover, .guideCalendarCTASection .guidePart .guidePartWrapper .guideContent .guideButton:hover, .guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input:active, .guideCalendarCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton:active, .guideCalendarCTASection .guidePart .guidePartWrapper .guideContent .guideButton:active, .guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input:focus, .guideCalendarCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton:focus, .guideCalendarCTASection .guidePart .guidePartWrapper .guideContent .guideButton:focus,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input:hover,
.guideNewsletterCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton:hover,
.guideNewsletterCTASection .guidePart .guidePartWrapper .guideContent .guideButton:hover,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input:active,
.guideNewsletterCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton:active,
.guideNewsletterCTASection .guidePart .guidePartWrapper .guideContent .guideButton:active,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input:focus,
.guideNewsletterCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton:focus,
.guideNewsletterCTASection .guidePart .guidePartWrapper .guideContent .guideButton:focus {
  background-color: #fff;
}
.guideCalendarCTASection .guidePart,
.guideNewsletterCTASection .guidePart {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 1.875rem 1rem;
  background-color: #0971ce;
}
@media only screen and (max-width: 1100px) {
  .guideCalendarCTASection .guidePart,
  .guideNewsletterCTASection .guidePart {
    padding: 3.125rem;
  }
}
.guideCalendarCTASection .guidePart .guidePartWrapper,
.guideNewsletterCTASection .guidePart .guidePartWrapper {
  max-width: 800px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media only screen and (max-width: 1100px) {
  .guideCalendarCTASection .guidePart .guidePartWrapper,
  .guideNewsletterCTASection .guidePart .guidePartWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: auto;
  }
}
.guideCalendarCTASection .guidePart .guidePartWrapper .guideImage,
.guideNewsletterCTASection .guidePart .guidePartWrapper .guideImage {
  max-height: 325px;
  width: auto;
  max-width: 35%;
  margin-right: 1.875rem;
}
@media only screen and (max-width: 1100px) {
  .guideCalendarCTASection .guidePart .guidePartWrapper .guideImage,
  .guideNewsletterCTASection .guidePart .guidePartWrapper .guideImage {
    max-width: 100%;
    max-height: 80vw;
    margin: 0 0 1.625rem;
  }
}
.guideCalendarCTASection .guidePart .guidePartWrapper .guideContent .guideButton:hover, .guideCalendarCTASection .guidePart .guidePartWrapper .guideContent .guideButton:active, .guideCalendarCTASection .guidePart .guidePartWrapper .guideContent .guideButton:focus,
.guideNewsletterCTASection .guidePart .guidePartWrapper .guideContent .guideButton:hover,
.guideNewsletterCTASection .guidePart .guidePartWrapper .guideContent .guideButton:active,
.guideNewsletterCTASection .guidePart .guidePartWrapper .guideContent .guideButton:focus {
  color: #0971ce;
}
.guideCalendarCTASection .calendarPart,
.guideNewsletterCTASection .calendarPart {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 3.125rem 4rem;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .guideCalendarCTASection .calendarPart,
  .guideNewsletterCTASection .calendarPart {
    padding: 10vh 3.125rem;
  }
}
.guideCalendarCTASection .calendarPart::before,
.guideNewsletterCTASection .calendarPart::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 65, 107, 0.8);
  z-index: 0;
}
.guideCalendarCTASection .calendarPart .calendarPartWrapper,
.guideNewsletterCTASection .calendarPart .calendarPartWrapper {
  max-width: 650px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .guideCalendarCTASection .calendarPart .calendarPartWrapper,
  .guideNewsletterCTASection .calendarPart .calendarPartWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.guideCalendarCTASection .calendarPart .calendarPartWrapper .calendarIcon,
.guideNewsletterCTASection .calendarPart .calendarPartWrapper .calendarIcon {
  width: 160px;
  max-width: 25%;
  height: auto;
  margin-right: 4.125rem;
}
@media only screen and (max-width: 1100px) {
  .guideCalendarCTASection .calendarPart .calendarPartWrapper .calendarIcon,
  .guideNewsletterCTASection .calendarPart .calendarPartWrapper .calendarIcon {
    margin: 0 0 3.375rem;
  }
}
.guideCalendarCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton:hover, .guideCalendarCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton:active, .guideCalendarCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton:focus,
.guideNewsletterCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton:hover,
.guideNewsletterCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton:active,
.guideNewsletterCTASection .calendarPart .calendarPartWrapper .calendarContent .calendarButton:focus {
  color: #02416b;
}
.guideCalendarCTASection .newsletterPart,
.guideNewsletterCTASection .newsletterPart {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 1.875rem 1rem;
  background-color: #02416b;
}
@media only screen and (max-width: 1100px) {
  .guideCalendarCTASection .newsletterPart,
  .guideNewsletterCTASection .newsletterPart {
    padding: 3.125rem;
  }
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper {
  max-width: 800px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media only screen and (max-width: 1100px) {
  .guideCalendarCTASection .newsletterPart .newsletterPartWrapper,
  .guideNewsletterCTASection .newsletterPart .newsletterPartWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: auto;
  }
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterImage,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterImage {
  max-height: 325px;
  width: auto;
  max-width: 35%;
  margin-right: 1.875rem;
}
@media only screen and (max-width: 1100px) {
  .guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterImage,
  .guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterImage {
    max-width: 100%;
    max-height: 80vw;
    margin: 0 0 1.625rem;
  }
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm {
  margin-top: 1.875rem;
  padding: 0;
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper {
  padding: 0;
  background: transparent;
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form,
  .guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields {
  height: 100%;
  margin: 0 1.25rem 0 0 !important;
}
@media screen and (max-width: 500px) {
  .guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields,
  .guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields {
    margin-right: 0 !important;
    margin-bottom: 1.25rem !important;
    width: 100%;
  }
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield {
  height: 100%;
  margin: 0;
  padding: 0;
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container {
  height: 100%;
  margin: 0;
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container input,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container input {
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0.5em 0.9em !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.75rem !important;
  color: white !important;
  text-transform: none;
  border-radius: 7px;
  border: 3px white solid;
  background-color: transparent;
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, .guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container input::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: white !important;
  text-transform: none;
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container input::-moz-placeholder, .guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: white !important;
  text-transform: none;
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container input:-ms-input-placeholder, .guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container input:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: white !important;
  text-transform: none;
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container input::-ms-input-placeholder, .guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container input::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: white !important;
  text-transform: none;
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container input::placeholder,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_fields .gfield .ginput_container input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: white !important;
  text-transform: none;
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input {
  padding: 0.6em 0.9em;
  margin: 0;
  background-image: none;
}
.guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input:hover, .guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input:active, .guideCalendarCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input:focus,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input:hover,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input:active,
.guideNewsletterCTASection .newsletterPart .newsletterPartWrapper .newsletterForm .gform_wrapper form .gform_footer input:focus {
  color: #02416b;
}
.guideCalendarCTASection .headline,
.guideNewsletterCTASection .headline {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1.875rem;
}
.guideCalendarCTASection p.description,
.guideNewsletterCTASection p.description {
  max-width: none;
  width: 100%;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #fff;
}

.videoHeroBlock {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.videoHeroBlock .heroWrapper {
  position: relative;
  padding: 5em 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  z-index: 2;
}
.videoHeroBlock .heroWrapper video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.videoHeroBlock .heroWrapper .heroContent {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 95%;
  margin: auto auto 0;
}
@media screen and (max-width: 1100px) {
  .videoHeroBlock .heroWrapper .heroContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.videoHeroBlock .heroWrapper .heroContent .heroImage {
  margin-right: 5.25rem;
  max-height: 19.375rem;
  width: auto;
  -webkit-filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1607843137));
          filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1607843137));
}
@media screen and (max-width: 1100px) {
  .videoHeroBlock .heroWrapper .heroContent .heroImage {
    margin-right: 0;
    margin-bottom: 1.625rem;
    -webkit-filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.7098039216));
            filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.7098039216));
  }
}
.videoHeroBlock .heroWrapper .heroContent .heroText {
  position: relative;
  width: 100%;
  max-width: 100%;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: left;
}
.videoHeroBlock .heroWrapper .heroContent .heroText h1 {
  max-width: none;
  width: 100%;
  margin: 0 0 1.625rem;
  font-family: inherit;
  font-weight: inherit;
  font-size: 4.75rem;
  line-height: 1;
  color: inherit;
  text-align: inherit;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.7058823529);
}
@media only screen and (max-width: 768px) {
  .videoHeroBlock .heroWrapper .heroContent .heroText h1 {
    font-size: 10vw;
  }
}
.videoHeroBlock .heroWrapper .heroContent .heroText p {
  max-width: none;
  width: 100%;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: 3.125rem;
  line-height: 1.1;
  color: inherit;
  text-align: inherit;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.7058823529);
  overflow-y: hidden;
}
@media only screen and (max-width: 768px) {
  .videoHeroBlock .heroWrapper .heroContent .heroText p {
    font-size: 6.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .videoHeroBlock .heroWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 350px;
  }
}

.getYourPassportBlock {
  position: relative;
  overflow: hidden;
  padding-top: 3.125rem;
  margin-top: -3.125rem;
}
.getYourPassportBlock .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 1.375rem 2.125rem 2.125rem;
  font-weight: 700;
  font-size: 4.75rem;
  line-height: 1;
  text-align: center;
  color: white;
  background-color: #278644;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .getYourPassportBlock .title {
    font-size: 10vw;
  }
}
.getYourPassportBlock .title a {
  color: inherit;
  z-index: 2;
}
.getYourPassportBlock .title a:hover, .getYourPassportBlock .title a:focus, .getYourPassportBlock .title a:active {
  color: inherit;
  text-decoration: underline;
}
.getYourPassportBlock .meadIcon {
  position: absolute;
  left: -10%;
  top: 15.625rem;
  max-width: 31vw;
}
.getYourPassportBlock .firstSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  width: 95%;
  max-width: 95rem;
  margin: 4.25rem auto 4.625rem;
}
@media screen and (max-width: 900px) {
  .getYourPassportBlock .firstSection {
    width: 90%;
    margin: 3.125rem auto;
  }
}
.getYourPassportBlock .firstSection .firstText {
  margin: 0 0 0 auto;
  max-width: 65%;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .getYourPassportBlock .firstSection .firstText {
    width: 100%;
    max-width: 100%;
    margin: auto;
    font-size: 1.5rem;
  }
}
.getYourPassportBlock .firstSection .spiritsIcon {
  position: absolute;
  right: -20%;
  bottom: 0;
  max-width: 31vw;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.getYourPassportBlock .secondSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  width: 95%;
  max-width: 102.5rem;
  margin: 4.625rem auto 7.5rem;
}
@media screen and (max-width: 900px) {
  .getYourPassportBlock .secondSection {
    width: 100%;
    margin: 3.125rem auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.getYourPassportBlock .secondSection .ciderIcon {
  position: absolute;
  left: 25%;
  bottom: 1.25rem;
  max-width: 19vw;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 900px) {
  .getYourPassportBlock .secondSection .ciderIcon {
    top: 0;
    left: 100%;
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    max-width: 45vw;
  }
}
.getYourPassportBlock .secondSection .secondText {
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .getYourPassportBlock .secondSection .secondText {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
  }
}
.getYourPassportBlock .secondSection .secondText h3 {
  margin: 0 0 1.625rem;
  font-family: "Montserrat", sans-serif;
  font-size: 4.75rem;
  color: #02416b;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .getYourPassportBlock .secondSection .secondText h3 {
    font-size: 12vw;
  }
}
.getYourPassportBlock .secondSection .secondText p {
  margin: 0;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
}
.getYourPassportBlock .secondSection .secondImage {
  margin-left: 3.75rem;
  max-width: 55%;
}
@media screen and (max-width: 900px) {
  .getYourPassportBlock .secondSection .secondImage {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 3.375rem;
  }
}
.getYourPassportBlock .arrows {
  position: absolute;
  top: 0;
  left: 46%;
  width: 40.625rem;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .getYourPassportBlock .arrows {
    display: none;
  }
}

.pourTourIntroBlock {
  padding: 6.875rem 1rem;
  background-color: #ececec;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pourTourIntroBlock {
    padding: 3.125rem 3rem 4.375rem;
  }
}
.pourTourIntroBlock .title {
  max-width: 78.75rem;
  margin: 0 auto 1.625rem;
  font-size: 4.75rem;
  color: #02416b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pourTourIntroBlock .title {
    font-size: 11vw;
  }
}
.pourTourIntroBlock .description {
  max-width: 71.625rem;
  width: 100%;
  margin: 1.625rem auto 3.875rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pourTourIntroBlock .description {
    margin-bottom: 2.875rem;
    font-size: 1.5rem;
  }
}
.pourTourIntroBlock .linksContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.75rem 4.125rem;
}
.pourTourIntroBlock .linksContainer .link {
  position: relative;
}
.pourTourIntroBlock .linksContainer .link img {
  max-height: 11.625rem;
  margin: 0 0 1.125rem;
}
.pourTourIntroBlock .linksContainer .link:hover span::before, .pourTourIntroBlock .linksContainer .link:focus span::before, .pourTourIntroBlock .linksContainer .link:active span::before {
  opacity: 1;
}
.pourTourIntroBlock .linksContainer .link:hover .meadIcon + span::before, .pourTourIntroBlock .linksContainer .link:focus .meadIcon + span::before, .pourTourIntroBlock .linksContainer .link:active .meadIcon + span::before {
  top: -20px;
  left: -36px;
  background-image: url(/wp-content/themes/gettysburg/library/images//icons/mead-ring.svg);
}
.pourTourIntroBlock .linksContainer .link:hover .spiritsIcon + span::before, .pourTourIntroBlock .linksContainer .link:focus .spiritsIcon + span::before, .pourTourIntroBlock .linksContainer .link:active .spiritsIcon + span::before {
  top: -26px;
  left: -30px;
  background-image: url(/wp-content/themes/gettysburg/library/images//icons/spirits-ring.svg);
}
.pourTourIntroBlock .linksContainer .link:hover .ciderIcon + span::before, .pourTourIntroBlock .linksContainer .link:focus .ciderIcon + span::before, .pourTourIntroBlock .linksContainer .link:active .ciderIcon + span::before {
  top: -28px;
  left: -30px;
  background-image: url(/wp-content/themes/gettysburg/library/images//icons/cider-ring.svg);
}
.pourTourIntroBlock .linksContainer .link:hover .beerIcon + span::before, .pourTourIntroBlock .linksContainer .link:focus .beerIcon + span::before, .pourTourIntroBlock .linksContainer .link:active .beerIcon + span::before {
  top: -35px;
  left: -30px;
  background-image: url(/wp-content/themes/gettysburg/library/images//icons/beer-ring.svg);
}
.pourTourIntroBlock .linksContainer .link:hover .wineIcon + span::before, .pourTourIntroBlock .linksContainer .link:focus .wineIcon + span::before, .pourTourIntroBlock .linksContainer .link:active .wineIcon + span::before {
  top: -20px;
  left: -2px;
  background-image: url(/wp-content/themes/gettysburg/library/images//icons/wine-ring.svg);
}
.pourTourIntroBlock .linksContainer .link span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: black;
  text-align: center;
  text-transform: uppercase;
}
.pourTourIntroBlock .linksContainer .link span::before {
  content: "";
  position: absolute;
  width: 11.625rem;
  height: 11.625rem;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.allEventsSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: "Montserrat", sans-serif;
  color: #222222;
  margin: 2.5em auto;
  position: relative;
}
.page-template-block-layout .mainContent .allEventsSection p,
.page-template-block-layout .mainContent .allEventsSection ol,
.page-template-block-layout .mainContent .allEventsSection ul {
  width: auto;
  max-width: 100%;
  overflow: initial;
}

.allEventsSection .loadingScreen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 110;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 150px;
}
.allEventsSection .loadingScreen.disabled {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.allEventsSection .loadingScreen .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.allEventsSection .loadingScreen .lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.allEventsSection .loadingScreen .lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.allEventsSection .loadingScreen .lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.allEventsSection .loadingScreen .lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.allEventsSection .topBar {
  width: 100%;
  background: #02416b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 100;
}
.allEventsSection .topBar.alt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 6.25rem;
}
.allEventsSection .topBar .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.allEventsSection .topBar .options .viewType,
.allEventsSection .topBar .options .sortType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.allEventsSection .topBar .options .viewType p,
.allEventsSection .topBar .options .sortType p {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  padding: 0.75em;
}
.allEventsSection .topBar .options .viewType__title,
.allEventsSection .topBar .options .sortType__title {
  text-transform: uppercase;
}
.allEventsSection .topBar .options .viewType .view,
.allEventsSection .topBar .options .viewType .sort,
.allEventsSection .topBar .options .sortType .view,
.allEventsSection .topBar .options .sortType .sort {
  padding: 2.125rem 0.75rem;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.allEventsSection .topBar .options .viewType .view.active, .allEventsSection .topBar .options .viewType .view:hover,
.allEventsSection .topBar .options .viewType .sort.active,
.allEventsSection .topBar .options .viewType .sort:hover,
.allEventsSection .topBar .options .sortType .view.active,
.allEventsSection .topBar .options .sortType .view:hover,
.allEventsSection .topBar .options .sortType .sort.active,
.allEventsSection .topBar .options .sortType .sort:hover {
  color: #02416b;
  background: white;
}
.allEventsSection .topBar .options .viewType {
  margin-right: 2.5em;
}
.allEventsSection .topBar .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.allEventsSection .topBar .pagination .first,
.allEventsSection .topBar .pagination .prev,
.allEventsSection .topBar .pagination .next,
.allEventsSection .topBar .pagination .last {
  display: block;
  height: 1.375rem;
  width: 1.625rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 3px;
  cursor: pointer;
}
.allEventsSection .topBar .pagination .first.disabled,
.allEventsSection .topBar .pagination .prev.disabled,
.allEventsSection .topBar .pagination .next.disabled,
.allEventsSection .topBar .pagination .last.disabled {
  opacity: 0.8;
  pointer-events: none;
}
.allEventsSection .topBar .pagination .first,
.allEventsSection .topBar .pagination .last {
  width: 1.813em; /* 29/16 */
}
.allEventsSection .topBar .pagination .first {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/left-double-arrow.png);
}
.allEventsSection .topBar .pagination .prev {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/left-single-arrow.png);
}
.allEventsSection .topBar .pagination .next {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/right-single-arrow.png);
}
.allEventsSection .topBar .pagination .last {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/right-double-arrow.png);
}
.allEventsSection .topBar .pagination .count {
  color: white;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 3px;
  line-height: 1em;
}
.allEventsSection .sidebar {
  background: #278644;
  padding: 1.375rem 2.875rem 1.375rem 7.3vw;
  width: calc(21.25rem + 7.3vw + 2.875rem);
  min-height: 600px;
}
.allEventsSection .sidebar .eventSearch {
  width: 100%;
  position: relative;
  margin-bottom: 1.875rem;
}
.allEventsSection .sidebar .eventSearch input {
  width: 100%;
  border: none;
  border-radius: 5px;
  text-transform: none;
  font-size: 1.25rem;
  padding: 1.2em;
  position: relative;
  color: white;
  background: transparent;
  border: 0.1875rem white solid;
}
.allEventsSection .sidebar .eventSearch svg {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  fill: white;
  height: 2.125rem;
  width: auto;
  cursor: pointer;
}
.allEventsSection .sidebar .eventDateSelection {
  margin-bottom: 1.875rem;
}
.allEventsSection .sidebar .eventDateSelection input {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 0.75em 0.375em; /* 12/16, 6/16 */
  position: relative;
  font-size: 1.25rem;
  padding: 1.2em;
  color: white;
  background: transparent;
  border: 0.1875rem white solid;
}
.allEventsSection .sidebar .selectCategories.noShow,
.allEventsSection .sidebar .selectTimeRanges.noShow {
  display: none;
}
.allEventsSection .sidebar .selectCategories + .selectCategories, .allEventsSection .sidebar .selectCategories + .selectTimeRanges,
.allEventsSection .sidebar .selectTimeRanges + .selectCategories,
.allEventsSection .sidebar .selectTimeRanges + .selectTimeRanges {
  margin-top: 1.875rem;
}
.allEventsSection .sidebar .selectCategories .category,
.allEventsSection .sidebar .selectCategories .timeRange,
.allEventsSection .sidebar .selectTimeRanges .category,
.allEventsSection .sidebar .selectTimeRanges .timeRange {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: white;
  cursor: pointer;
}
.allEventsSection .sidebar .selectCategories .category:not(:last-child),
.allEventsSection .sidebar .selectCategories .timeRange:not(:last-child),
.allEventsSection .sidebar .selectTimeRanges .category:not(:last-child),
.allEventsSection .sidebar .selectTimeRanges .timeRange:not(:last-child) {
  margin-bottom: 0.5rem;
}
.allEventsSection .sidebar .selectCategories .category > *,
.allEventsSection .sidebar .selectCategories .timeRange > *,
.allEventsSection .sidebar .selectTimeRanges .category > *,
.allEventsSection .sidebar .selectTimeRanges .timeRange > * {
  cursor: pointer;
}
.allEventsSection .sidebar .selectCategories .category input[type=checkbox],
.allEventsSection .sidebar .selectCategories .timeRange input[type=checkbox],
.allEventsSection .sidebar .selectTimeRanges .category input[type=checkbox],
.allEventsSection .sidebar .selectTimeRanges .timeRange input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem;
  background: transparent;
  border: 0.125rem white solid;
  border-radius: 0.4375rem;
  margin: 0 0.625rem 0 0;
}
.allEventsSection .sidebar .selectCategories .category input[type=checkbox]:checked + *::before,
.allEventsSection .sidebar .selectCategories .timeRange input[type=checkbox]:checked + *::before,
.allEventsSection .sidebar .selectTimeRanges .category input[type=checkbox]:checked + *::before,
.allEventsSection .sidebar .selectTimeRanges .timeRange input[type=checkbox]:checked + *::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 0.75rem;
  top: 0.3125rem;
  left: 0.25rem;
  z-index: 1;
}
.allEventsSection .sidebar .selectCategories .category.hidden,
.allEventsSection .sidebar .selectCategories .timeRange.hidden,
.allEventsSection .sidebar .selectTimeRanges .category.hidden,
.allEventsSection .sidebar .selectTimeRanges .timeRange.hidden {
  display: none;
}
.allEventsSection .sidebar .selectCategories .viewAllCategories,
.allEventsSection .sidebar .selectTimeRanges .viewAllCategories {
  display: inline-block;
  margin-top: 1.75rem;
  padding: 0.6em 1.75em;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  color: white;
  text-transform: uppercase;
  border: 0.1875rem white solid;
  border-radius: 0.4375rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.allEventsSection .sidebar .selectCategories .viewAllCategories:hover, .allEventsSection .sidebar .selectCategories .viewAllCategories:focus, .allEventsSection .sidebar .selectCategories .viewAllCategories:active,
.allEventsSection .sidebar .selectTimeRanges .viewAllCategories:hover,
.allEventsSection .sidebar .selectTimeRanges .viewAllCategories:focus,
.allEventsSection .sidebar .selectTimeRanges .viewAllCategories:active {
  color: #278644;
  background-color: white;
}
.allEventsSection .sidebar .filterLabel {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  color: white;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 0.625rem;
}
.allEventsSection .sidebar input[type=text] {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  padding: 0.75em 0.375em; /* 12/16, 6/16 */
  position: relative;
}
.allEventsSection .eventGrid {
  width: calc(100% - calc(21.25rem + 7.3vw + 2.875rem)); /* 300/16 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5rem 0.875rem;
}
.allEventsSection .eventGrid .event {
  width: calc(33.333% - 2rem);
  margin: 1rem;
  border: 0.125rem #1a73ac solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1450px) {
  .allEventsSection .eventGrid .event {
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 1200px) {
  .allEventsSection .eventGrid .event {
    width: 100%;
  }
}
.allEventsSection .eventGrid .event .image {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  overflow: hidden;
}
.allEventsSection .eventGrid .event .image:after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
.allEventsSection .eventGrid .event .image img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.allEventsSection .eventGrid .event .info {
  padding: 1rem;
}
.allEventsSection .eventGrid .event .info p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
.allEventsSection .eventGrid .event .info .full-time {
  display: none;
}
.allEventsSection .eventGrid .event .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
.allEventsSection .eventGrid .event .contact .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: transparent;
  position: relative;
  margin-right: 1rem;
}
.allEventsSection .eventGrid .event .contact .icon image {
  display: block;
  height: auto;
  width: 2.25rem;
}
.allEventsSection .eventGrid .event .contact .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allEventsSection .eventGrid .event .contact .text .phone {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
}
.allEventsSection .eventGrid .event .contact .text .address {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
}
.allEventsSection .eventGrid .event .actions {
  -ms-flex-preferred-size: fit-content;
      flex-basis: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5em;
  padding: 0 1rem 0.25rem;
  gap: 0 1.375rem;
}
.allEventsSection .eventGrid .event .actions .quickView {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #02416b;
  text-transform: uppercase;
  cursor: pointer;
}
.allEventsSection .eventGrid .event .actions .quickView img,
.allEventsSection .eventGrid .event .actions .quickView svg {
  width: 1.5625rem;
  height: auto;
  display: block;
  margin-left: 0.625rem;
}
.allEventsSection .eventGrid .event .actions .mmButton {
  -ms-flex-preferred-size: calc(50% - 0.6875rem);
      flex-basis: calc(50% - 0.6875rem);
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0.75rem;
  padding: 0.875rem 0.5rem;
  background: white;
  border: 2px solid #02416b;
  font-size: 1.25rem;
  color: #02416b;
  cursor: pointer;
  text-transform: uppercase;
}
.allEventsSection .eventGrid .event .actions .mmButton:hover {
  background: #02416b;
  color: white;
}
.allEventsSection .eventGrid .event .actions .addToCalContainer {
  position: relative;
  display: inline-block;
  border: 0;
  padding: 0;
}
.allEventsSection .eventGrid .event .actions .addToCalContainer label.add-to-calendar-checkbox {
  background: white;
  border: 2px solid #02416b;
  color: #02416b;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
}
.allEventsSection .eventGrid .event .actions .addToCalContainer label.add-to-calendar-checkbox:hover {
  background: #02416b;
  color: white;
}
.allEventsSection .eventGrid .event .actions .addToCalContainer input.add-to-calendar-checkbox {
  display: none;
}
.allEventsSection .eventGrid .event .actions .addToCalContainer .options {
  display: none;
  position: absolute;
  background: #02416b;
  padding: 12px;
  border-radius: 3px;
  z-index: 10000000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  right: unset;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 98%;
  bottom: -10px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.allEventsSection .eventGrid .event .actions .addToCalContainer .options:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #789370;
}
.allEventsSection .eventGrid .event .actions .addToCalContainer .options a {
  display: block;
  color: white;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: "Catamaran", sans-serif;
}
.allEventsSection .eventGrid .event .actions .addToCalContainer .options a:hover {
  text-decoration: underline;
}
.allEventsSection .eventGrid .event .actions .addToCalContainer .options a:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .allEventsSection .eventGrid .event .actions .addToCalContainer {
    margin: 0;
    display: block;
    text-align: center;
  }
}
.allEventsSection .eventGrid .event .actions .addToCalContainer .add-to-calendar-checkbox:checked ~ .options {
  display: block;
}
.allEventsSection .eventGrid.mapView {
  display: none;
}
.allEventsSection .eventGrid.listView {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.allEventsSection .eventGrid.listView .event {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.allEventsSection .eventGrid.listView .event .imageAndInfo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 150px);
}
.allEventsSection .eventGrid.listView .event .image {
  width: 50%;
  margin: 0;
}
.allEventsSection .eventGrid.listView .event .info {
  padding: 0 1em;
  width: 50%;
}
.allEventsSection .eventGrid.listView .event .actions {
  width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}
.allEventsSection .eventGrid.listView .event .actions .mmButton.green {
  width: 100%;
  margin-bottom: 1em;
}
.allEventsSection .eventGrid.listView .event .actions .addToCalContainer {
  width: 100%;
  margin-bottom: 0;
}
.allEventsSection .eventMap {
  width: calc(100% - calc(21.25rem + 7.3vw + 2.875rem));
  display: none;
  z-index: 1;
  position: relative;
}
.allEventsSection .eventMap.showMap {
  display: block;
}
.allEventsSection .eventMap .closeMap {
  width: 30px;
  height: 30px;
  background: #02416b;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 1.3em;
  padding-bottom: 4px;
  z-index: 10000;
}
.allEventsSection .eventMap .closeMap:hover {
  background: #222222;
}
.allEventsSection .eventMap #map {
  height: 600px;
  width: 100%;
}
.allEventsSection .eventMap #map .leaflet-left {
  right: 0;
  left: auto;
}
.allEventsSection .eventMap #map .leaflet-left .leaflet-control {
  margin-right: 10px;
  margin-left: 0;
}
.allEventsSection .eventMap #map .leaflet-marker-icon {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.allEventsSection .eventMap #map .leaflet-marker-icon.disabled {
  display: none;
}
.allEventsSection .eventMap #map .leaflet-marker-icon.selected {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  z-index: 10000 !important;
}
.allEventsSection .eventMap #map .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.262745098);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.262745098);
}
.allEventsSection .eventMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 12px;
}
.allEventsSection .eventMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup {
  max-width: 200px;
}
.allEventsSection .eventMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup p {
  font-weight: bold;
  margin: 0 0 0.25em;
  font-size: 1.2em;
}
.allEventsSection .eventMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup .mmButton {
  width: 100%;
  color: white;
  margin: 0;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.allEventsSection .eventMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup .mmButton:hover {
  color: #278644;
}
.allEventsSection .eventMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0;
}
.allEventsSection .eventMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup .contact .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #02416b;
  height: 2.5em;
  width: 2.5em;
  position: relative;
  margin-right: 12px;
}
.allEventsSection .eventMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup .contact .icon img {
  height: 60%;
  display: block;
  width: auto;
}
.allEventsSection .eventMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup .contact .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allEventsSection .eventMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup .contact .text .phone {
  font-weight: bold;
  margin: 0;
  font-size: 1em;
  line-height: 1.1em;
}
.allEventsSection .eventMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup .contact .text .address {
  font-style: italic;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.1em;
}
.allEventsSection .quickViewBox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #939393;
  z-index: 110;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.allEventsSection .quickViewBox.disabled {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.allEventsSection .quickViewBox .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  padding: 2.5em;
  background: white;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.allEventsSection .quickViewBox .content .closeQuickViewBox {
  width: 30px;
  height: 30px;
  background: #02416b;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 1.3em;
  padding-bottom: 4px;
  z-index: 10000;
}
.allEventsSection .quickViewBox .content .closeQuickViewBox:hover {
  background: #222222;
}
.allEventsSection .quickViewBox .content .left,
.allEventsSection .quickViewBox .content .right {
  width: 48%;
}
.allEventsSection .quickViewBox .content .image {
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.allEventsSection .quickViewBox .content .image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 60vh;
}
.allEventsSection .quickViewBox .content .title {
  margin: 0.25em auto;
}
.allEventsSection .quickViewBox .content .title p {
  text-transform: uppercase;
  font-size: 2em;
}
.allEventsSection .quickViewBox .content .date p,
.allEventsSection .quickViewBox .content .time p {
  font-size: 1em;
  font-weight: bold;
}
.allEventsSection .quickViewBox .content .full-time {
  display: block;
}
.allEventsSection .quickViewBox .content .links {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.allEventsSection .quickViewBox .content .links .email,
.allEventsSection .quickViewBox .content .links .website {
  font-weight: bold;
  color: #1a73ac;
  text-transform: uppercase;
}
.allEventsSection .quickViewBox .content .links .email:hover,
.allEventsSection .quickViewBox .content .links .website:hover {
  text-decoration: underline;
}
.allEventsSection .quickViewBox .content .links .email {
  padding-right: 0.5em;
  border-right: 2px solid #1a73ac;
}
.allEventsSection .quickViewBox .content .links .website {
  padding-left: 0.5em;
}
.allEventsSection .quickViewBox .content .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0;
}
.allEventsSection .quickViewBox .content .contact .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: none;
  height: 2.5em;
  width: 2.5em;
  position: relative;
  margin-right: 12px;
}
.allEventsSection .quickViewBox .content .contact .icon img {
  height: 60%;
  display: block;
  width: auto;
}
.allEventsSection .quickViewBox .content .contact .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.allEventsSection .quickViewBox .content .contact .text .phone {
  font-weight: bold;
  margin: 0;
  font-size: 0.9em;
  line-height: 1.1em;
}
.allEventsSection .quickViewBox .content .contact .text .address {
  font-style: italic;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.1em;
}
.allEventsSection .quickViewBox .content .teaser {
  line-height: 1.25em;
}
@media only screen and (max-width: 768px) {
  .allEventsSection .quickViewBox .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5em 2.5%;
  }
  .allEventsSection .quickViewBox .content .left,
  .allEventsSection .quickViewBox .content .right {
    width: 100%;
  }
  .allEventsSection .quickViewBox .content .title p {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 370px) {
  .allEventsSection .quickViewBox .content .teaser {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .allEventsSection .topBar {
    padding: 1.625rem 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .allEventsSection .topBar .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .allEventsSection .topBar .options .viewType {
    margin-right: 1em;
  }
  .allEventsSection .topBar .options .viewType .view[data-view-type=list] {
    display: none;
  }
  .allEventsSection .topBar .options .viewType .view,
  .allEventsSection .topBar .options .viewType .sort,
  .allEventsSection .topBar .options .sortType .view,
  .allEventsSection .topBar .options .sortType .sort {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 550px) {
  .allEventsSection .topBar .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .allEventsSection .topBar .options .viewType,
  .allEventsSection .topBar .options .sortType {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1050px) {
  .allEventsSection .topBar .pagination {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.5em;
  }
  .allEventsSection .sidebar {
    width: 100%;
    padding: 1.875rem 9vw 2.125rem;
  }
  .allEventsSection.showSidebar:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
  }
  .allEventsSection.showSidebar .sidebar {
    display: block;
  }
  .allEventsSection .eventGrid {
    padding: 2.625rem 11vw;
    width: 100%;
  }
  .allEventsSection .eventGrid .event {
    width: 100%;
    margin: 0 auto 2.5rem;
  }
  .allEventsSection .eventGrid .event .actions .mmButton {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    width: 100%;
    line-height: 1.2;
  }
  .allEventsSection .eventGrid .event .actions .mmButton.addToCalContainer {
    padding: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .allEventsSection .eventGrid .event .actions .mmButton.addToCalContainer .add-to-calendar-checkbox {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .allEventsSection .eventMap {
    width: 100%;
    max-height: 70vh;
  }
}
.allEventsSection.pourTour .topBar {
  background: #d91b5c;
}
.allEventsSection.pourTour .sidebar {
  background: #d91b5c;
}
.allEventsSection.pourTour .eventGrid .event {
  border-color: #F7941D;
}
.allEventsSection.pourTour .eventGrid .event .actions .quickView {
  color: #F7941D;
}
.allEventsSection.pourTour .eventGrid .event .actions .quickView svg {
  fill: #F7941D !important;
}
.allEventsSection.pourTour .eventGrid .event .actions .mmButton,
.allEventsSection.pourTour .eventGrid .event .actions .addToCalContainer label.add-to-calendar-checkbox {
  color: #F7941D;
  border-color: #F7941D;
}
.allEventsSection.pourTour .eventGrid .event .actions .mmButton:hover,
.allEventsSection.pourTour .eventGrid .event .actions .addToCalContainer label.add-to-calendar-checkbox:hover {
  color: white;
  background-color: #F7941D;
}

.eventsCarouselSection {
  background: transparent;
  padding: 2em 0;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page-template-block-layout .mainContent .eventsCarouselSection h2,
.page-template-block-layout .mainContent .eventsCarouselSection p,
.page-template-block-layout .mainContent .eventsCarouselSection ol,
.page-template-block-layout .mainContent .eventsCarouselSection ul {
  width: auto;
  max-width: 100%;
  overflow: initial;
}

.eventsCarouselSection .events {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  height: 31.25rem;
  overflow: hidden;
  padding: 0 0 10px 6px;
}
.eventsCarouselSection .events .event {
  width: 41.25rem;
  margin: 0 1rem;
  height: 31.25rem;
  display: block;
  position: relative;
  overflow: hidden;
}
.eventsCarouselSection .events .event:after {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 2;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.eventsCarouselSection .events .event:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.eventsCarouselSection .events .event .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
}
.eventsCarouselSection .events .event .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}
.eventsCarouselSection .events .event .text {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.eventsCarouselSection .events .event .text .dates {
  position: relative;
  margin: 0 0 0.375rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.3vw;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  color: white;
}
@media (max-width: 768px) {
  .eventsCarouselSection .events .event .text .dates {
    font-size: 3.875rem;
  }
}
.eventsCarouselSection .events .event .text .title {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .eventsCarouselSection .events .event .text .title {
    font-size: 1.5rem;
  }
}
.eventsCarouselSection .events .event .text .title:after {
  content: "➜";
  margin-left: 0.25em;
  font-weight: normal;
}
@media only screen and (max-width: 1200px) {
  .eventsCarouselSection .events {
    max-width: 760px;
  }
  .eventsCarouselSection .events .event {
    width: calc(50% - 6px);
    margin: 0 3px 12px;
  }
}
.eventsCarouselSection .eventsText {
  position: relative;
  width: 40%;
  padding: 0.5em 1.5em 0.5em 60px;
}
.eventsCarouselSection .eventsText button {
  border: none;
  background: transparent;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  cursor: pointer;
}
.eventsCarouselSection .eventsText button img {
  height: 2.875rem;
  width: auto;
}
.eventsCarouselSection .eventsText h2.title {
  color: #02416b;
  line-height: 1em;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.3vw;
}
@media (max-width: 768px) {
  .eventsCarouselSection .eventsText h2.title {
    font-size: 11.5vw;
    line-height: 1.2;
  }
}
.eventsCarouselSection .eventsText p.excerpt {
  color: #212121;
  line-height: 1.25em;
  margin: 1em auto;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .eventsCarouselSection .eventsText p.excerpt {
    font-size: 1.5rem;
  }
}
.eventsCarouselSection .eventsText .cta {
  display: inline-block;
  padding: 0;
}
.eventsCarouselSection .eventsText .cta a {
  border: 2px solid #02416b;
  background: transparent;
  color: #02416b;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 5px;
  padding: 0.5em 1.5em;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .eventsCarouselSection .eventsText .cta a {
    margin: 0 auto 0 0;
    font-size: 1.25rem;
    text-align: center;
  }
}
.eventsCarouselSection .eventsText .cta a:hover {
  background: #02416b;
  color: white;
}
@media only screen and (max-width: 768px) {
  .eventsCarouselSection {
    padding: 2em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
  }
  .eventsCarouselSection .eventsText {
    width: 100%;
    padding: 0.5em 1.5em 1.5em 1.5em;
  }
  .eventsCarouselSection .eventsText button {
    display: none !important;
  }
  .eventsCarouselSection .events {
    width: 100vw;
  }
  .eventsCarouselSection .events .event {
    width: 100vw;
    display: inline-block;
    margin: 0 6px;
    -webkit-transform: translateX(-24px);
        -ms-transform: translateX(-24px);
            transform: translateX(-24px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .eventsCarouselSection .events .event:after {
    height: 70%;
    top: 30%;
  }
  .eventsCarouselSection h2.title {
    width: 95%;
    font-size: 1.5em;
  }
  .eventsCarouselSection p.excerpt {
    width: 95%;
  }
  .eventsCarouselSection .cta {
    padding: 0 2.5%;
  }
  .eventsCarouselSection .cta a {
    font-size: 1.25em;
  }
}

.pageCarouselSection {
  background: transparent;
  padding: 2em 0;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page-template-block-layout .mainContent .pageCarouselSection h2,
.page-template-block-layout .mainContent .pageCarouselSection p,
.page-template-block-layout .mainContent .pageCarouselSection ol,
.page-template-block-layout .mainContent .pageCarouselSection ul {
  width: auto;
  max-width: 100%;
  overflow: initial;
}

.pageCarouselSection .posts {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  overflow: hidden;
  padding: 0 0 10px 6px;
}
.pageCarouselSection .posts .post {
  height: auto;
  aspect-ratio: 1.3;
  max-height: 31.25rem;
  margin: 0 1rem;
  display: block;
  position: relative;
  overflow: hidden;
}
.pageCarouselSection .posts .post:after {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 2;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.pageCarouselSection .posts .post:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pageCarouselSection .posts .post .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
}
.pageCarouselSection .posts .post .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}
.pageCarouselSection .posts .post .text {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pageCarouselSection .posts .post .text .title {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: min(2.25rem, 1.9vw);
  font-weight: 700;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .pageCarouselSection .posts .post .text .title {
    font-size: 1.5rem;
  }
}
.pageCarouselSection .posts .post .text .title:after {
  content: "➜";
  margin-left: 0.25em;
  font-weight: normal;
}
@media only screen and (max-width: 1200px) {
  .pageCarouselSection .posts {
    max-width: 760px;
  }
  .pageCarouselSection .posts .post {
    width: calc(50% - 6px);
    margin: 0 3px 12px;
  }
}
.pageCarouselSection .postsText {
  position: relative;
  width: 50%;
  padding: 0.5em 1.5em 0.5em 60px;
}
.pageCarouselSection .postsText button {
  border: none;
  background: transparent;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  cursor: pointer;
}
.pageCarouselSection .postsText button img {
  height: 2.875rem;
  width: auto;
}
.pageCarouselSection .postsText h2.title {
  line-height: 1em;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.3vw;
  color: #02416b;
}
@media (max-width: 768px) {
  .pageCarouselSection .postsText h2.title {
    font-size: 11.5vw;
    line-height: 1.2;
  }
}
.pageCarouselSection .postsText p.excerpt {
  color: #212121;
  line-height: 1.25em;
  margin: 1em auto;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .pageCarouselSection .postsText p.excerpt {
    font-size: 1.5rem;
  }
}
.pageCarouselSection .postsText .cta {
  display: inline-block;
  padding: 0;
}
.pageCarouselSection .postsText .cta a {
  border: 2px solid #02416b;
  background: transparent;
  color: #02416b;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 0.6em 1.6em;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pageCarouselSection .postsText .cta a {
    margin: 0 auto 0 0;
    font-size: 1.75rem;
    text-align: center;
  }
}
.pageCarouselSection .postsText .cta a:hover {
  background: #02416b;
  color: white;
}
@media only screen and (max-width: 768px) {
  .pageCarouselSection {
    padding: 2em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
  }
  .pageCarouselSection .postsText {
    width: 100%;
    padding: 0.5em 1.5em 1.5em 1.5em;
  }
  .pageCarouselSection .postsText button {
    display: none !important;
  }
  .pageCarouselSection .posts {
    width: 100vw;
  }
  .pageCarouselSection .posts .post {
    width: 100vw;
    display: inline-block;
    margin: 0 6px;
    -webkit-transform: translateX(-24px);
        -ms-transform: translateX(-24px);
            transform: translateX(-24px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .pageCarouselSection .posts .post:after {
    height: 70%;
    top: 30%;
  }
  .pageCarouselSection h2.title {
    width: 95%;
    font-size: 1.5em;
  }
  .pageCarouselSection p.excerpt {
    width: 95%;
  }
  .pageCarouselSection .cta {
    padding: 0 2.5%;
  }
  .pageCarouselSection .cta a {
    font-size: 1.25em;
  }
}

.sliderSection {
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .sliderSection {
    margin-right: 0;
  }
}
.sliderSection:not(:first-child) {
  margin-top: 5rem;
}
.sliderSection:not(:last-child) {
  margin-bottom: 5rem;
}
.sliderSection .mainSlider {
  position: relative;
  overflow: hidden;
  aspect-ratio: 8/7;
}
@media (max-width: 768px) {
  .sliderSection .mainSlider {
    overflow: visible;
  }
}
.sliderSection .mainSlider .swiper-wrapper .swiper-slide {
  max-width: 85vw;
}
.sliderSection .mainSlider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sliderSection .thumbSlider {
  margin: 1.75rem auto 0;
}
@media (max-width: 768px) {
  .sliderSection .thumbSlider {
    display: none;
  }
}
.sliderSection .thumbSlider .swiper-slide {
  height: 8.75rem;
  width: 15.625rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sliderSection .thumbSlider .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: 0.4;
}
.sliderSection .thumbSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sliderSection .swiper-button-next {
  --swiper-navigation-size: 2rem;
  --swiper-navigation-sides-offset: -1.5rem;
  top: calc((100% - 8.75rem - 1.75rem - 1.25rem - 1.125rem) / 2);
  width: 2rem;
  height: auto;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.sliderSection .slider-pagination {
  --swiper-pagination-color: #278644;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #02416b;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: .125rem;
  margin-top: 1.25rem;
}
.sliderSection .slider-pagination .swiper-pagination-fraction {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #02416b;
  margin-right: 0.375rem;
  width: 2rem;
}

.loginFormModule.partners-subpage {
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  padding: 2.5em 2.5%;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loginFormModule.partners-subpage.active {
  opacity: 1;
  pointer-events: auto;
}
.loginFormModule.partners-subpage .closeLoginForms {
  width: 30px;
  height: 30px;
  background: #02416b;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 1.3em;
  padding-bottom: 4px;
  z-index: 10000;
}
.loginFormModule.partners-subpage .closeLoginForms:hover {
  background: #222222;
}
.loginFormModule.partners-subpage .errorMessages {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 1em;
}
.loginFormModule.partners-subpage .errorMessages strong {
  text-transform: uppercase;
}
.loginFormModule.partners-subpage .loginForms {
  width: 50%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loginFormModule.partners-subpage .loginForms .formHolder.disabled {
  display: none;
}
.loginFormModule.partners-subpage .loginForms .formHolder .title {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.loginFormModule.partners-subpage .loginForms .formHolder form {
  text-align: center;
}
.loginFormModule.partners-subpage .loginForms .formHolder form p label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.loginFormModule.partners-subpage .loginForms .formHolder form p input {
  color: black;
  border: none;
  border-radius: 5px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.loginFormModule.partners-subpage .loginForms .formHolder form p input::-webkit-input-placeholder {
  color: #4b4b4b;
  text-transform: uppercase;
  font-weight: bold;
}
.loginFormModule.partners-subpage .loginForms .formHolder form p input::-moz-placeholder {
  color: #4b4b4b;
  text-transform: uppercase;
  font-weight: bold;
}
.loginFormModule.partners-subpage .loginForms .formHolder form p input:-ms-input-placeholder {
  color: #4b4b4b;
  text-transform: uppercase;
  font-weight: bold;
}
.loginFormModule.partners-subpage .loginForms .formHolder form p input::-ms-input-placeholder {
  color: #4b4b4b;
  text-transform: uppercase;
  font-weight: bold;
}
.loginFormModule.partners-subpage .loginForms .formHolder form p input::placeholder {
  color: #4b4b4b;
  text-transform: uppercase;
  font-weight: bold;
}
.loginFormModule.partners-subpage .loginForms .formHolder form input[type=submit] {
  color: white;
  background: #278644;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 0.5em 2em;
  font-size: 1.1em;
  border: none;
  border-radius: 5px;
  text-transform: none;
  line-height: 1.2em;
  text-transform: uppercase;
}
.loginFormModule.partners-subpage .loginForms .formHolder form input[type=submit]:hover {
  background: #4fc473;
}
.loginFormModule.partners-subpage .loginForms .formHolder form .forgotPassword {
  display: block;
  width: 100%;
  margin-top: 1.5em;
}
.loginFormModule.partners-subpage .loginForms .formHolder form .forgotPassword a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
.loginFormModule.partners-subpage .formToggle {
  width: 50%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loginFormModule.partners-subpage .formToggle button {
  color: white;
  background: #278644;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 0.5em 2em;
  font-size: 1.1em;
  border: none;
  border-radius: 5px;
  line-height: 1.2em;
  cursor: pointer;
}
.loginFormModule.partners-subpage .formToggle button:hover {
  background: #4fc473;
}
@media only screen and (max-width: 768px) {
  .loginFormModule.partners-subpage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .loginFormModule.partners-subpage .loginForms {
    width: 95%;
  }
  .loginFormModule.partners-subpage .formToggle {
    width: 95%;
    margin-top: 1em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.wp-block-columns {
  width: 95%;
  max-width: 1300px;
  margin: 5em auto;
}
.wp-block-columns.smallMargin {
  margin: 2.5em auto;
}
.wp-block-columns.smallWidth {
  max-width: 1000px;
}
.wp-block-columns .wp-block-column .wp-block-image {
  margin: 0 auto 1em;
  width: 100%;
}
.wp-block-columns .wp-block-column .wp-block-image:last-child {
  margin-bottom: 0 !important;
}
.wp-block-columns .wp-block-column .wp-block-image:last-child img {
  border-radius: 10px;
}
.wp-block-columns .wp-block-column .wp-block-image:first-child {
  margin-top: 0 !important;
}
.wp-block-columns .wp-block-column .mini-heroSection:first-child {
  border-radius: 10px;
}
.wp-block-columns .wp-block-column .mini-heroSection:first-child .mini-heroWrapper::after {
  border-radius: 10px;
}
.wp-block-columns .wp-block-column .mini-heroSection:first-child .mini-heroWrapper h1 {
  border-radius: 0 0 0 10px;
}
.wp-block-columns .wp-block-column .mini-heroSection:first-child img {
  border-radius: 10px;
}
.wp-block-columns .wp-block-column ol, .wp-block-columns .wp-block-column ul {
  width: 100%;
  max-width: unset;
}
.wp-block-columns .wp-block-column p {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1025px) {
  /******************************************************************
  Stylesheet: Tablet Stylsheet

  ******************************************************************/
  /*********************
  MEDIA QUERY CONTROLLERS
  *********************/
  #isSmall {
    visibility: hidden;
    float: none;
  }
  #isMedium {
    visibility: hidden;
    float: none;
  }
  #isLarge {
    visibility: hidden;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /******************************************************************
  Stylesheet: Tablet & Small Desktop Stylesheet

  ******************************************************************/
  /*********************
  MEDIA QUERY CONTROLLERS
  *********************/
  #isSmall {
    visibility: hidden;
    float: none;
  }
  #isMedium {
    visibility: hidden;
    float: left;
  }
  #isLarge {
    visibility: hidden;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  /******************************************************************
  Stylesheet: Phone Stylesheet

  ******************************************************************/
  /*********************
  MEDIA QUERY CONTROLLERS
  *********************/
  #isSmall {
    visibility: hidden;
    float: left;
  }
  #isMedium {
    visibility: hidden;
    float: none;
  }
  #isLarge {
    visibility: hidden;
    float: none;
  }
}