@charset "UTF-8";
/*! Legacy block styles for the Blocks Only template.
 *  These are the same rules that ship inside style.css (compiled from
 *  partials/_blocks.scss + partials/_default_blocks.scss) for the Block Layout
 *  template. Blocks Only does not load style.css, so this standalone build makes
 *  the older ACF/core blocks render correctly there too. New blocks self-enqueue
 *  their own CSS in blocks/blocks.php and do not need to be listed here.
 */
/*!
* 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";
}

/******************************************************************
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
*********************/
/******************************************************************
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
*********************/
html {
  scroll-behavior: smooth;
}

.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;
}

@media (max-width: 768px) {
  .center-on-mobile {
    text-align: center;
  }
}
.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;
  height: calc(60vh - 159px);
  min-height: 0;
}
@media only screen and (max-width: 768px) {
  .wp-block-cover.is-style-hero-image-peek {
    height: 60vh;
  }
}
.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: -6rem;
  z-index: 1;
  overflow: visible;
}

.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: 3em 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;
  height: 46vh;
  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%);
}
@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:after {
  z-index: 2;
}
.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: 1100px) {
  .heroBlock .heroWrapper {
    height: 65vh;
  }
}
@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%);
}
@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:after {
  z-index: 2;
}
.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%);
          transform: translateX(-20%);
  opacity: 0;
}
.listItemSection .listItemWrapper .image.fadeIn.show {
  -webkit-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%);
          transform: translateX(20%);
  opacity: 0;
}
.listItemSection .listItemWrapper .text.fadeIn.show {
  -webkit-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%);
          transform: translateX(20%);
}
.listItemSection.alignLeft .listItemWrapper .image.fadeIn.show {
  -webkit-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%);
          transform: translateX(-20%);
}
.listItemSection.alignLeft .listItemWrapper .text.fadeIn.show {
  -webkit-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.fadeIn {
    -webkit-transform: translateY(20%) !important;
            transform: translateY(20%) !important;
  }
  .listItemSection .listItemWrapper .image.fadeIn.show {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .listItemSection .listItemWrapper .image {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    width: 100%;
  }
  .listItemSection .listItemWrapper .text.fadeIn {
    -webkit-transform: translateY(20%) !important;
            transform: translateY(20%) !important;
  }
  .listItemSection .listItemWrapper .text.fadeIn.show {
    -webkit-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 .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%);
          transform: translateX(-20%);
  opacity: 0;
}
.instagramSection .instagramWrapper .igPost.fadeIn.show {
  -webkit-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%);
          transform: translateX(20%);
  opacity: 0;
}
.instagramSection .instagramWrapper .text.fadeIn.show {
  -webkit-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%);
          transform: translateX(20%);
  opacity: 0;
}
.instagramSection.alignLeft .instagramWrapper .igPost.fadeIn.show {
  -webkit-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%);
          transform: translateX(-20%);
  opacity: 0;
}
.instagramSection.alignLeft .instagramWrapper .text.fadeIn.show {
  -webkit-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;
            transform: translateY(20%) !important;
  }
  .instagramSection .instagramWrapper .igPost.fadeIn.show {
    -webkit-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;
            transform: translateY(20%) !important;
  }
  .instagramSection .instagramWrapper .text.fadeIn.show {
    -webkit-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%);
          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;
}

.cardshowSection .cardshowWrapper {
  padding: 0 20px;
  max-width: 1490px;
  margin: 0 auto;
}
@media only screen and (min-width: 400px) {
  .cardshowSection .cardshowWrapper {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 768px) {
  .cardshowSection .cardshowWrapper .cards .slidecard {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .cardshowSection .cardshowWrapper .cards .slidecard {
    margin: 0 15px;
  }
}
.cardshowSection .cardshowWrapper .cards .slidecard img {
  display: block;
  width: 100%;
  height: 336px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 640px) {
  .cardshowSection .cardshowWrapper .cards .slidecard img {
    height: 400px;
  }
}
@media only screen and (min-width: 1400px) {
  .cardshowSection .cardshowWrapper .cards .slidecard img {
    height: 458px;
  }
}
.cardshowSection .cardshowWrapper .cards .slidecard .text-content {
  background: #278645;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 77px;
  padding-left: 20px;
}
.cardshowSection .cardshowWrapper .cards .slidecard .text-content h3 {
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 1400px) {
  .cardshowSection .cardshowWrapper .cards .slidecard .text-content {
    height: 123px;
  }
  .cardshowSection .cardshowWrapper .cards .slidecard .text-content h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .cardshowSection .cardshowWrapper .cards .slidecard {
    margin: 0 3px;
  }
}
.cardshowSection .cardshowWrapper .cards .nextArrow,
.cardshowSection .cardshowWrapper .cards .prevArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  background: #0572BA;
  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);
}
.cardshowSection .cardshowWrapper .cards .nextArrow svg path,
.cardshowSection .cardshowWrapper .cards .prevArrow svg path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .cardshowSection .cardshowWrapper .cards .nextArrow,
  .cardshowSection .cardshowWrapper .cards .prevArrow {
    width: 46px;
    height: 46px;
  }
  .cardshowSection .cardshowWrapper .cards .nextArrow svg,
  .cardshowSection .cardshowWrapper .cards .prevArrow svg {
    width: 46px;
    height: 46px;
  }
}
.cardshowSection .cardshowWrapper .cards .nextArrow:hover,
.cardshowSection .cardshowWrapper .cards .prevArrow:hover {
  background: #fff;
}
.cardshowSection .cardshowWrapper .cards .nextArrow:hover svg path,
.cardshowSection .cardshowWrapper .cards .prevArrow:hover svg path {
  stroke: #0572BA;
}
.cardshowSection .cardshowWrapper .cards .nextArrow {
  right: -14px;
}
@media only screen and (min-width: 768px) {
  .cardshowSection .cardshowWrapper .cards .nextArrow {
    right: -12px;
  }
}
@media only screen and (min-width: 1400px) {
  .cardshowSection .cardshowWrapper .cards .nextArrow {
    right: -10px;
  }
}
.cardshowSection .cardshowWrapper .cards .prevArrow {
  left: -14px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media only screen and (min-width: 768px) {
  .cardshowSection .cardshowWrapper .cards .prevArrow {
    left: -12px;
  }
}
@media only screen and (min-width: 1400px) {
  .cardshowSection .cardshowWrapper .cards .prevArrow {
    left: -10px;
  }
}
.cardshowSection .cardshowWrapper .cards .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;
}
.cardshowSection .cardshowWrapper .cards .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2.5px;
}
.cardshowSection .cardshowWrapper .cards .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.cardshowSection .cardshowWrapper .cards .slick-dots li button::before {
  width: auto;
  height: auto;
  line-height: initial;
  position: relative;
  top: unset;
  left: unset;
  font-size: 6px;
}
.cardshowSection .cardshowWrapper .cards .slick-dots li.slick-active button::before {
  font-size: 9px;
}

.faqAccordionSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faqAccordionSection .faq-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  padding: 0 40px 0 0;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faqAccordionSection .faq-wrapper.open .faq-answer {
  height: auto;
}
.faqAccordionSection .faq-wrapper .fusion-toggle-icon-wrapper {
  position: absolute;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  right: -10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .faqAccordionSection .faq-wrapper .fusion-toggle-icon-wrapper {
    width: 26px;
    height: 26px;
    position: relative;
    right: 0;
    margin-left: 30px;
  }
}
.faqAccordionSection .faq-wrapper .fusion-toggle-icon-wrapper::before, .faqAccordionSection .faq-wrapper .fusion-toggle-icon-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #278644;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.faqAccordionSection .faq-wrapper .fusion-toggle-icon-wrapper::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.faqAccordionSection .faq-wrapper .fusion-toggle-icon-wrapper.open::before {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.faqAccordionSection .faq-wrapper .fusion-toggle-icon-wrapper::after {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.faqAccordionSection .faq-wrapper .faq-question {
  color: #02416b;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 0;
  padding: 10px 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  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: flex-start;
  gap: 12px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .faqAccordionSection .faq-wrapper .faq-question {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.faqAccordionSection .faq-wrapper .faq-question .question-text {
  width: 96%;
}
@media only screen and (min-width: 981px) {
  .faqAccordionSection .faq-wrapper .faq-question .question-text {
    width: auto;
  }
}
.faqAccordionSection .faq-wrapper .faq-answer {
  background-color: #fff;
  display: block;
  height: 0;
  line-height: 1.25em;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.faqAccordionSection .faq-wrapper .faq-answer .inner-content p {
  font-size: 0.875rem;
  line-height: 1.625;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .faqAccordionSection .faq-wrapper .faq-answer .inner-content p {
    font-size: 1rem;
  }
}
.faqAccordionSection .faq-wrapper .faq-answer .inner-content a {
  text-decoration: underline;
}
.faqAccordionSection .faq-wrapper .faq-answer .inner-content a:hover {
  color: blue !important;
}

.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 2em 1em 1em;
  position: relative;
  background: #EF4578;
  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;
  min-height: 80px;
}
.cardGrid .grid .card h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/gettysburg/library/images/icons/button_arrow.png");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  margin-left: 0px;
  position: absolute;
  right: 0;
  top: 35%;
}
.cardGrid .grid .card .text {
  padding: 1em 0.5em;
  color: #525252;
}
.cardGrid .grid .card:hover h3 {
  background: rgba(239, 69, 120, 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);
          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);
            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;
            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);
          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);
            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;
            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;
}
#notificationPopup.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#notificationPopup {
  -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 .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%;
}
.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 > img {
  max-width: 250px;
  width: 33%;
  margin: -2em 2.5% -2em 0;
  height: auto;
  position: relative;
}
.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%;
  position: absolute;
  top: -110px;
}
.guideCallout .bottom .text .wp-block-buttons {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: calc(50% - 113px);
  bottom: -105px;
}
.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 {
    margin-top: 12%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 450px) {
  .guideCallout {
    margin-top: 15%;
  }
}
@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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .guideCallout .bottom > img {
    width: 95%;
    margin: calc(-6% - 1em) auto 1em;
  }
  .guideCallout .bottom .text {
    width: 95%;
  }
  .guideCallout .bottom .text .mobileOnly {
    display: block;
  }
  .guideCallout .bottom .text img {
    position: relative;
    top: 0;
  }
  .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%);
          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);
          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-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;
          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%);
          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;
}
.mmImage_Content .outer-wrapper .content-wrapper .content a {
  color: #1a73ac;
  font-weight: bold;
}
.mmImage_Content .outer-wrapper .content-wrapper .content {
  line-height: 1.5rem;
}
.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:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.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 .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);
          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:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mmGallery .gallerySlideshow .closeSlideshow span {
  -webkit-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: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%);
          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 {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.mmGallery.form-gated:not(.form-completed) .titleSection .galleryTags {
  display: none;
}
.mmGallery.form-gated:not(.form-completed) .zipFile {
  display: none;
}
.mmGallery.form-gated:not(.form-completed) .gallery {
  overflow: visible;
  max-height: none;
}
.mmGallery.form-gated:not(.form-completed) .gallery:after {
  display: none;
}
.mmGallery.form-gated:not(.form-completed) .gallery .image {
  display: none !important;
}
.mmGallery.form-gated:not(.form-completed) .gallery .downloadForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mmGallery.form-gated.form-completed .gallery .downloadForm {
  display: none;
}
.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;
  cursor: pointer;
}
.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;
}
@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) .tileLink:hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+1) .tileLink:focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+1) .tileLink: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) .tileLink:hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+2) .tileLink:focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+2) .tileLink: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) .tileLink:hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+3) .tileLink:focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+3) .tileLink: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) .tileLink:hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+4) .tileLink:focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+4) .tileLink: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) .tileLink:hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+5) .tileLink:focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+5) .tileLink: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) .tileLink:hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+6) .tileLink:focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+6) .tileLink: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) .tileLink:hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+7) .tileLink:focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+7) .tileLink: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) .tileLink:hover::before, .spotlightSection .tileWrapper .tile:nth-child(8n+8) .tileLink:focus::before, .spotlightSection .tileWrapper .tile:nth-child(8n+8) .tileLink: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::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.spotlightSection .tileWrapper .tile .tileLink img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.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);
          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);
          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);
            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: 3em 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;
  height: 53vh;
  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: 1100px) {
  .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;
    height: 85vh;
  }
}
@media only screen and (max-width: 400px) {
  .videoHeroBlock .heroWrapper {
    height: 65vh;
  }
}

.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%);
          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%);
          transform: translateX(-100%);
}
@media screen and (max-width: 900px) {
  .getYourPassportBlock .secondSection .ciderIcon {
    top: 0;
    left: 100%;
    -webkit-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%);
          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%);
          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%);
          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);
          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);
            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);
          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);
            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%);
          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;
  }
}

.memberListSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  color: #222222;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .memberListSection {
    margin: 2.5em auto;
  }
}
.memberListSection .cta .mmButton {
  border: 0;
  background: transparent;
  color: #02416B;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  border-radius: 1px;
  padding: 7px 24px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.memberListSection .listingsNav {
  width: 100%;
  background: #02416b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 54px;
  position: relative;
  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;
}
@media only screen and (min-width: 375px) {
  .memberListSection .listingsNav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .memberListSection .listingsNav {
    min-height: 81px;
  }
}
.memberListSection .listingsNav.alt {
  background: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 32px;
}
.memberListSection .listingsNav .options {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}
.memberListSection .listingsNav .options .viewType {
  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;
  margin-right: 16px;
  width: 220px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .memberListSection .listingsNav .options .viewType {
    width: 142px;
  }
}
.memberListSection .listingsNav .options .viewType .view-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.memberListSection .listingsNav .options .viewType p {
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.75em;
  text-transform: uppercase;
}
.memberListSection .listingsNav .options .viewType p button {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer !important;
}
.memberListSection .listingsNav .options .viewType p button span {
  position: absolute;
  font-weight: normal;
}
.memberListSection .listingsNav .options .viewType p button .asc,
.memberListSection .listingsNav .options .viewType p button .desc {
  display: inline-block;
  margin-left: 12px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.memberListSection .listingsNav .options .viewType p button .desc {
  opacity: 0;
}
.memberListSection .listingsNav .options .viewType p button .sort-arrow {
  right: 0;
}
.memberListSection .listingsNav .options .viewType p button .sort-arrow img {
  width: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.memberListSection .listingsNav .options .viewType p button.invert .asc {
  opacity: 0;
}
.memberListSection .listingsNav .options .viewType p button.invert .desc {
  opacity: 1;
}
.memberListSection .listingsNav .options .viewType p button.invert .sort-arrow img {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media only screen and (min-width: 769px) {
  .memberListSection .listingsNav .options .viewType p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .memberListSection .listingsNav .options .viewType .view-label {
    font-size: 1.25rem;
  }
}
.memberListSection .listingsNav .options .viewType .view {
  padding: 0.75rem 0.5rem;
  font-weight: normal;
  cursor: pointer;
  text-transform: none;
  -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.memberListSection .listingsNav .options .viewType .view.active, .memberListSection .listingsNav .options .viewType .view:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .memberListSection .listingsNav .options .viewType .view {
    padding: 1.26rem 0.75rem;
    height: 100%;
  }
  .memberListSection .listingsNav .options .viewType .view.active {
    text-decoration: none;
    background: #fff;
    color: #02416b;
  }
}
@media only screen and (min-width: 1200px) {
  .memberListSection .listingsNav .options .viewType .view {
    padding: 2rem 0.75rem;
  }
}
@media only screen and (min-width: 769px) {
  .memberListSection .listingsNav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .memberListSection .listingsNav .options {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
  }
  .memberListSection .listingsNav .pagination {
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 20px 0;
  }
}
.memberListSection .openFilters {
  width: 100%;
  text-align: center;
  margin: 13px 0 20px;
}
.memberListSection .openFilters .show-filter {
  border: none;
  outline: none;
  background-color: #278645;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  max-width: 100%;
  margin: 0 auto;
  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: 275px;
}
.memberListSection .openFilters .show-filter:hover {
  background-color: #1A5930;
}
@media only screen and (min-width: 769px) {
  .memberListSection .openFilters {
    display: none;
  }
}
.memberListSection .pagination {
  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.5em;
  width: auto;
}
.memberListSection .pagination .first,
.memberListSection .pagination .prev,
.memberListSection .pagination .next,
.memberListSection .pagination .last {
  display: block;
  height: 12px;
  width: 13px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 3px;
  cursor: pointer;
}
.memberListSection .pagination .first.disabled,
.memberListSection .pagination .prev.disabled,
.memberListSection .pagination .next.disabled,
.memberListSection .pagination .last.disabled {
  opacity: 0.8;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .memberListSection .pagination .first,
  .memberListSection .pagination .prev,
  .memberListSection .pagination .next,
  .memberListSection .pagination .last {
    height: 15px;
    width: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .memberListSection .pagination .first,
  .memberListSection .pagination .prev,
  .memberListSection .pagination .next,
  .memberListSection .pagination .last {
    height: 20px;
    width: 22.25px;
  }
}
.memberListSection .pagination .first,
.memberListSection .pagination .last {
  height: 9px;
  width: 20px;
}
@media only screen and (min-width: 769px) {
  .memberListSection .pagination .first,
  .memberListSection .pagination .last {
    height: 12px;
    width: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .memberListSection .pagination .first,
  .memberListSection .pagination .last {
    height: 15px;
    width: 29px;
  }
}
.memberListSection .pagination .first {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/left-double-arrow.png);
}
.memberListSection .pagination .prev {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/left-single-arrow.png);
}
.memberListSection .pagination .next {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/right-single-arrow.png);
}
.memberListSection .pagination .last {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/right-double-arrow.png);
}
.memberListSection .pagination .count {
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0 3px;
  line-height: 1em;
}
@media only screen and (min-width: 769px) {
  .memberListSection .pagination .count {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .memberListSection .pagination .count {
    font-size: 1.25rem;
  }
}
.memberListSection .pagination.bottom-pagination {
  padding-right: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 769px) {
  .memberListSection .pagination.bottom-pagination {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.memberListSection .pagination.bottom-pagination .first {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/left-double-arrow-blue.png);
}
.memberListSection .pagination.bottom-pagination .prev {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/left-single-arrow-blue.png);
}
.memberListSection .pagination.bottom-pagination .next {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/right-single-arrow-blue.png);
}
.memberListSection .pagination.bottom-pagination .last {
  background-image: url(/wp-content/themes/gettysburg/library/images/icons/right-double-arrow-blue.png);
}
.memberListSection .pagination.bottom-pagination .count {
  color: #02416b;
}
.memberListSection .sidebar {
  padding: 40px 0 0 40px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
}
.memberListSection .sidebar .listingSearch {
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media only screen and (min-width: 769px) {
  .memberListSection .sidebar .listingSearch {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.memberListSection .sidebar .listingSearch form {
  position: relative;
}
.memberListSection .sidebar .listingSearch input[type=text] {
  background: transparent;
  color: #02416B;
  width: 100%;
  border: 2px solid #0572BA;
  border-radius: 4px;
  padding: 0.7em 0.5em;
  position: relative;
  margin: 0;
}
.memberListSection .sidebar .listingSearch input[type=image] {
  display: block;
  height: 60%;
  width: auto;
  position: absolute;
  right: 12px;
  top: 20%;
  cursor: pointer;
}
.memberListSection .sidebar .selectFilters,
.memberListSection .sidebar .catFilters {
  color: #000;
  margin-bottom: 16px;
  max-height: 46px;
  overflow-y: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .memberListSection .sidebar .selectFilters,
  .memberListSection .sidebar .catFilters {
    max-height: 200px;
  }
  .memberListSection .sidebar .selectFilters .filter-wrap,
  .memberListSection .sidebar .catFilters .filter-wrap {
    max-height: 160px;
    position: relative;
    overflow: hidden;
  }
  .memberListSection .sidebar .selectFilters.categories,
  .memberListSection .sidebar .catFilters.categories {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .memberListSection .sidebar .selectFilters.amenities,
  .memberListSection .sidebar .catFilters.amenities {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.memberListSection .sidebar .selectFilters.categories,
.memberListSection .sidebar .catFilters.categories {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.memberListSection .sidebar .selectFilters.amenities,
.memberListSection .sidebar .catFilters.amenities {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.memberListSection .sidebar .selectFilters.active,
.memberListSection .sidebar .catFilters.active {
  max-height: 160px;
}
.memberListSection .sidebar .selectFilters.active .filter-wrap,
.memberListSection .sidebar .catFilters.active .filter-wrap {
  max-height: 114px;
  position: relative;
  overflow: hidden;
}
.memberListSection .sidebar .selectFilters.active .filter-wrap .ps__rail-y,
.memberListSection .sidebar .catFilters.active .filter-wrap .ps__rail-y {
  display: block;
  opacity: 0.9;
  height: 114px;
}
.memberListSection .sidebar .selectFilters.active .filter-wrap .ps__rail-y .ps__thumb-y,
.memberListSection .sidebar .catFilters.active .filter-wrap .ps__rail-y .ps__thumb-y {
  height: 60px !important;
}
.memberListSection .sidebar .selectFilters .filterLabel,
.memberListSection .sidebar .catFilters .filterLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0572BA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  color: #fff;
  outline: none;
  border: 0;
  width: 100%;
}
.memberListSection .sidebar .selectFilters .filterLabel img,
.memberListSection .sidebar .catFilters .filterLabel img {
  position: absolute;
  right: 50px;
  width: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.memberListSection .sidebar .selectFilters .filterLabel.active img,
.memberListSection .sidebar .catFilters .filterLabel.active img {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media only screen and (min-width: 769px) {
  .memberListSection .sidebar .selectFilters .filterLabel,
  .memberListSection .sidebar .catFilters .filterLabel {
    background: transparent;
    color: #02416B;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    margin-bottom: 8px;
  }
  .memberListSection .sidebar .selectFilters .filterLabel img,
  .memberListSection .sidebar .catFilters .filterLabel img {
    display: none;
  }
}
.memberListSection .sidebar .selectFilters .filter-wrap,
.memberListSection .sidebar .catFilters .filter-wrap {
  margin-top: 8px;
}
.memberListSection .sidebar .selectFilters .filter-wrap .ps__rail-y,
.memberListSection .sidebar .catFilters .filter-wrap .ps__rail-y {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .memberListSection .sidebar .selectFilters .filter-wrap,
  .memberListSection .sidebar .catFilters .filter-wrap {
    margin-top: 0;
  }
  .memberListSection .sidebar .selectFilters .filter-wrap .ps__rail-y,
  .memberListSection .sidebar .catFilters .filter-wrap .ps__rail-y {
    opacity: 1;
  }
}
.memberListSection .sidebar .selectFilters .amenityFilterGroup,
.memberListSection .sidebar .catFilters .amenityFilterGroup {
  margin-bottom: 8px;
}
.memberListSection .sidebar .selectFilters .amenityFilterGroup__heading,
.memberListSection .sidebar .catFilters .amenityFilterGroup__heading {
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 4px;
  padding-left: 0.5rem;
  color: #02416B;
}
.memberListSection .sidebar .selectFilters .filter,
.memberListSection .sidebar .catFilters .filter {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .memberListSection .sidebar .selectFilters .filter,
  .memberListSection .sidebar .catFilters .filter {
    margin-bottom: 8px;
  }
}
.memberListSection .sidebar .selectFilters .filter label,
.memberListSection .sidebar .catFilters .filter label {
  font-weight: normal;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.memberListSection .sidebar .selectFilters .filter label:before,
.memberListSection .sidebar .catFilters .filter label:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  border-radius: 3px;
  position: absolute;
  left: -21.5px;
  top: 1px;
}
.memberListSection .sidebar .selectFilters .filter input[type=checkbox],
.memberListSection .sidebar .catFilters .filter input[type=checkbox] {
  margin: 0 8px 0;
  opacity: 0;
  cursor: pointer;
}
.memberListSection .sidebar .selectFilters .filter input[type=checkbox]:checked + label:before,
.memberListSection .sidebar .catFilters .filter input[type=checkbox]:checked + label:before {
  background: #000;
}
.memberListSection .sidebar .selectFilters .filter.hidden,
.memberListSection .sidebar .catFilters .filter.hidden {
  display: none;
}
.memberListSection .sidebar .selectMonths {
  margin-top: 1em;
}
.memberListSection .sidebar .cta {
  border: 2px solid #0572BA;
  border-radius: 4px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: inline-block;
  margin-bottom: 24px;
}
.memberListSection .sidebar .cta .mmButton {
  cursor: pointer;
  width: 100%;
  padding: 11px 24px 9px;
}
.memberListSection .sidebar .cta .mmButton:hover {
  background: #0572BA;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .memberListSection .sidebar {
    margin: 0 auto;
    min-height: 0;
    max-height: 80vh;
    padding: 40px 40px 0;
    width: 100%;
  }
  .memberListSection .sidebar .closeSidebar {
    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;
  }
  .memberListSection .sidebar .closeSidebar:hover {
    background: #222222;
  }
}
.memberListSection .mapAndListingsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 30px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .memberListSection .mapAndListingsContainer {
    padding: 0 32px 0 25px;
    width: calc(100% - 18.75em);
  }
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1300px) {
  .memberListSection .mapAndListingsContainer {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .memberListSection .mapAndListingsContainer {
    padding-right: 48px;
  }
}
.memberListSection .mapAndListingsContainer .listings {
  width: 100%;
}
.memberListSection .mapAndListingsContainer .listings .noResults {
  font-size: 1.25em;
  font-weight: bold;
  padding: 1rem 8px;
  display: none;
}
.memberListSection .mapAndListingsContainer .listings .noResults.show {
  display: block;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer {
  width: 100%;
  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;
  margin: 0 auto;
  max-width: 400px;
}
@media only screen and (min-width: 769px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer {
    max-width: none;
    padding: 30px 0;
  }
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer.disabled {
  display: none !important;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer.hidden {
  display: none;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing {
  margin: 0 0 24px;
  background: transparent;
  border: 2px solid #02416b;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing {
    margin: 7.5px;
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1000px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing {
    border-radius: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 28px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing {
    margin: 0 0 35px 0;
  }
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing.disabled {
  display: none !important;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing.hidden {
  display: none;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .image {
  display: block;
  height: 150px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 1000px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .image {
    height: 100%;
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .image {
    width: 40%;
  }
}
@media only screen and (min-width: 1300px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .image {
    width: 30%;
  }
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .image:after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .image img {
  border-radius: 10px 10px 0 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1000px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .image img {
    border-radius: 10px 0 0 10px;
  }
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .map-wrapper {
  padding: 0 14px 24px;
}
@media only screen and (min-width: 1000px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .map-wrapper {
    padding-top: 24px;
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .map-wrapper {
    padding: 30px;
    width: 60%;
  }
}
@media only screen and (min-width: 1300px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .map-wrapper {
    padding: 40px 32px 28px;
    width: 70%;
  }
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .info a {
  color: transparent;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .info a:hover {
  color: #02416b;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .info .title {
  color: #02416b;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.75px;
  margin: 0 0 5px;
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .info .title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1300px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .info .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .info .date,
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .info .teaser {
  color: #000;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .info .date,
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .info .teaser {
    max-width: none;
  }
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .info .date,
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .info .teaser {
    font-size: 16px;
    line-height: 26px;
  }
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper {
  margin: 20px 0;
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper {
    width: 60%;
    margin-bottom: 0;
  }
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper .detail span {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper .detail {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper .detail span {
    display: inline;
  }
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper .detail br {
    display: none;
  }
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper .detail.website-detail {
  display: inline-block;
  margin-left: 31px;
  position: relative;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper .detail.website-detail img {
  height: 15px;
  position: absolute;
  top: 3px;
  right: -40px;
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper .detail.website-detail {
    margin-bottom: 0;
  }
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper .detail.website-detail img {
    top: 6px;
  }
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper img {
  margin-right: 16px;
  height: 19px;
  width: 17.5px;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper p, .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper a {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper p, .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper a {
    font-size: 16px;
    line-height: 26px;
  }
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper a {
  color: #02416b;
  font-weight: 600;
  text-decoration: underline;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .detail-wrapper:first-child img {
  margin-right: 14px;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .cta {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .cta {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .cta .mmButton {
  border: 2px solid #02416b;
  border-radius: 3px;
  color: #02416b;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding: 7px 24px;
}
.memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .cta .mmButton:hover {
  background: #02416b;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer .listings .listingsContainer .listing .details .cta .mmButton {
    font-size: 20px;
    padding: 10px 24px;
  }
}
.memberListSection .mapAndListingsContainer .listingsMap {
  display: none;
}
.memberListSection .mapAndListingsContainer.showMap {
  width: 100%;
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap {
  width: 50%;
  display: block;
  z-index: 1;
  position: relative;
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap .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;
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap .closeMap:hover {
  background: #222222;
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap #map {
  height: 800px;
  width: 100%;
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap #map .leaflet-left {
  right: 0;
  left: auto;
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap #map .leaflet-left .leaflet-control {
  margin-right: 10px;
  margin-left: 0;
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap #map .leaflet-marker-icon {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap #map .leaflet-marker-icon.disabled {
  display: none;
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap #map .leaflet-marker-icon.selected {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  z-index: 10000 !important;
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap #map .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.262745098);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.262745098);
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 12px;
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup {
  max-width: 200px;
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup h3 {
  line-height: 1.25em;
  margin: 0 0 12px;
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup p {
  margin: 0;
  font-size: 1.2em;
  letter-spacing: initial;
  line-height: 1.25em;
}
.memberListSection .mapAndListingsContainer.showMap .listingsMap #map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .mmPopup p.phone {
  font-weight: bolder;
}
.memberListSection .mapAndListingsContainer.showMap .listings {
  width: 50%;
  height: 800px;
  overflow: auto;
  -webkit-box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
.memberListSection .mapAndListingsContainer.showMap .listings::-webkit-scrollbar {
  width: 0.8em;
}
.memberListSection .mapAndListingsContainer.showMap .listings::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e6e2e2;
  border-radius: 12px;
}
.memberListSection .mapAndListingsContainer.showMap .listings::-webkit-scrollbar-thumb {
  background-color: #9f9f9f;
  outline: none;
  border-radius: 12px;
}
.memberListSection .mapAndListingsContainer.showMap .listings .listingsContainer .listing {
  width: 100%;
  display: none !important;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer.showMap .listings .listingsContainer .listing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
}
.memberListSection .mapAndListingsContainer.showMap .listings .listingsContainer .listing[data-lat] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer.showMap .listings .listingsContainer .listing[data-lat] {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.memberListSection .mapAndListingsContainer.showMap .listings .listingsContainer .listing.selected {
  background: #f2fafe;
}
.memberListSection .mapAndListingsContainer.showMap .listings .listingsContainer .listing.disabled {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer.showMap .listings .listingsContainer .listing .image {
    margin-bottom: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .memberListSection .mapAndListingsContainer.showMap .listings .listingsContainer .listing .map-wrapper {
    width: 60%;
    position: relative;
    padding-bottom: 145px;
  }
}
.memberListSection .mapAndListingsContainer.showMap .listings .pagination {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .memberListSection .mapAndListingsContainer.showMap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 100000;
    background: white;
    padding: 0 10px;
  }
  .memberListSection .mapAndListingsContainer.showMap .listingsMap {
    height: 80%;
    width: 100%;
  }
  .memberListSection .mapAndListingsContainer.showMap .listingsMap #map {
    height: 100%;
    width: 100%;
  }
  .memberListSection .mapAndListingsContainer.showMap .listings {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: auto;
  }
  .memberListSection .mapAndListingsContainer.showMap .listings .listingsContainer .listing {
    background: #F4F2F2;
    margin: 0 6px;
    border-radius: 10px;
    width: 300px;
  }
}

body.logged-out .loginFormModule.partners-subpage {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.alternatingSection .image-text-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0;
  -ms-grid-rows: auto 0 auto;
      grid-template-areas: "col2" "col1";
  max-width: 1088px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .alternatingSection .image-text-row.right-aligned {
        grid-template-areas: "col2 col1";
  }
  .alternatingSection .image-text-row.right-aligned .image-content {
    margin: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .alternatingSection .image-text-row.right-aligned .text-content {
    padding: 0;
    margin-left: 80px;
  }
  .alternatingSection .image-text-row.right-aligned .image-content {
    margin: 0 30px 0 0;
  }
}
@media only screen and (min-width: 1368px) {
  .alternatingSection .image-text-row.right-aligned .image-content {
    margin: 0 38px 0 0;
  }
}
@media only screen and (min-width: 1540px) {
  .alternatingSection .image-text-row.right-aligned .image-content {
    margin: 0 45px 0 0;
  }
}
.alternatingSection .image-text-row .image-content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  height: 250px;
  grid-area: col2;
  position: relative;
}
.alternatingSection .image-text-row .image-content .image-holder {
  display: block;
  height: 250px;
}
.alternatingSection .image-text-row .image-content .wander-map {
  height: 19px;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 16px;
  background: #0572BA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 8px;
}
.alternatingSection .image-text-row .image-content .wander-map img {
  width: 7px;
  margin-right: 6px;
}
.alternatingSection .image-text-row .image-content .wander-map span {
  font-weight: bold;
  font-size: 11px;
}
.alternatingSection .image-text-row .image-content .wander-map:hover {
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .alternatingSection .image-text-row .image-content .wander-map {
    height: 30px;
    bottom: 0;
    padding: 0 21px;
    right: 28px;
  }
  .alternatingSection .image-text-row .image-content .wander-map img {
    width: 14px;
    margin-right: 10px;
  }
  .alternatingSection .image-text-row .image-content .wander-map span {
    font-size: 12px;
  }
}
.alternatingSection .image-text-row .text-content {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  padding: 30px 24px;
  grid-area: col1;
}
@media only screen and (min-width: 769px){
  .alternatingSection .image-text-row.right-aligned > .image-content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .alternatingSection .image-text-row.right-aligned > .text-content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.alternatingSection .image-text-row .text-content h2 {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 1.625rem;
  line-height: 2rem;
}
.alternatingSection .image-text-row .text-content p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  width: 100%;
}
.alternatingSection .image-text-row .text-content .button {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 28px;
  border: 2px solid #02416b;
  border-radius: 6px;
  background: #fff;
  color: #02416b;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: background 0.25s ease, color 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease;
  letter-spacing: 0;
}
.alternatingSection .image-text-row .text-content .button:hover, .alternatingSection .image-text-row .text-content .button:focus {
  background: #02416b;
  color: #fff;
}
@media only screen and (min-width: 400px) {
  .alternatingSection .image-text-row .text-content {
    padding: 30px 35px;
  }
  .alternatingSection .image-text-row .image-content {
    height: 300px;
  }
  .alternatingSection .image-text-row .image-content .image-holder {
    height: 300px;
  }
}
@media only screen and (min-width: 769px) {
  .alternatingSection .image-text-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "col1 col2";
    margin-bottom: 30px;
  }
  .alternatingSection .image-text-row .image-content {
    height: 400px;
    margin: 0 0 0 20px;
  }
  .alternatingSection .image-text-row .image-content .image-holder {
    height: 400px;
  }
  .alternatingSection .image-text-row .text-content {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .alternatingSection .image-text-row .image-content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .alternatingSection .image-text-row .text-content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .alternatingSection .image-text-row {
    margin-bottom: 64px;
  }
  .alternatingSection .image-text-row .text-content {
    max-width: 555px;
    padding: 0 30px 0 0;
  }
  .alternatingSection .image-text-row .text-content h2 {
    font-size: 2.625rem;
    line-height: 3rem;
  }
  .alternatingSection .image-text-row .text-content p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .alternatingSection .image-text-row .image-content {
    max-width: 640px;
    margin: 0 0 0 30px;
  }
}
@media only screen and (min-width: 1368px) {
  .alternatingSection .image-text-row {
    margin-bottom: 74px;
    max-width: 1200px;
  }
  .alternatingSection .image-text-row .image-content {
    height: 426px;
    margin: 0 0 0 38px;
  }
  .alternatingSection .image-text-row .image-content .image-holder {
    height: 426px;
  }
}
@media only screen and (min-width: 1540px) {
  .alternatingSection .image-text-row {
    max-width: 1368px;
  }
  .alternatingSection .image-text-row .text-content {
    padding: 0;
  }
  .alternatingSection .image-text-row .image-content {
    margin: 0 0 0 45px;
  }
}

.wp-block-columns.smallMargin {
  margin: 2.5em auto;
}
.wp-block-columns.smallWidth {
  max-width: 1000px;
}
.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;
}