/*!
 * cairngorms
 * 
 * 
 * @author 
 * @version 1.0.0
 * Copyright . ISC licensed.
 */

@use "sass:math";
.feature-image-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

body,
input[type=text], .tablet-only.show-menu.link, .image-fader.hero h2.feature-image-title, .squares .feature-link-description {
  font-family: 'Open Sans', sans-serif;
}

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

audio,
canvas,
video {
  display: inline-block;
}

/*audio:not([controls]) { display: none; }*/
[hidden] {
  display: none;
}

html {
    /*-webkit-text-size-adjust: 100%
	-ms-text-size-adjust: 100%;*/
  font-size: 62.5%;
  height: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  width: 100%;
  overflow-x: hidden;
}

.park ::-moz-selection {
  background: #330033;
  color: #FFF;
  text-shadow: 0px 0px;
}
.park ::selection {
  background: #330033;
  color: #FFF;
  text-shadow: 0px 0px;
}

.authority ::-moz-selection {
  background: #225096;
  color: #FFF;
  text-shadow: 0px 0px;
}
.authority ::selection {
  background: #225096;
  color: #FFF;
  text-shadow: 0px 0px;
}

.search ::-moz-selection {
  background: #177D67;
  color: #FFF;
  text-shadow: 0px 0px;
}
.search ::selection {
  background: #177D67;
  color: #FFF;
  text-shadow: 0px 0px;
}

a {
  color: #00E;
  text-decoration: underline;
}
a.no-underline {
  text-decoration: none;
}
.park a {
  color: #330033;
}
.authority a {
  color: #225096;
}
.search a {
  color: #177D67;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a:visited {
  /*[disabled]color:#551A8B;*/
}

a:focus {
  outline: thin dotted #EF8F2F;
}

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

abbr[title] {
  border-bottom: 1px dotted #000000;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  -font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 20px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

label {
  cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid,
textarea:invalid {
  border-color: #d10000;
}

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

td {
  vertical-align: top;
}

iframe {
  max-width: 100%;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sr-only {
  position: absolute !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}

.feature-link.flex-row,
.flex-row {
  display: flex;
  flex-direction: row;
}

.feature-link.flex-col,
.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-col.flex-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-basis-100 {
  flex-basis: 100%;
}

.flex-basis-50 {
  flex-basis: 50%;
}

.flex-basis-25 {
  flex-basis: 25%;
}

.home-grid-flip-feature .alt-every-second:nth-child(2n + 1) {
  flex-direction: column-reverse;
}

@media screen and (max-width: 1024px) {
  .tablet-flex-basis-100 {
    flex-basis: 100%;
  }

  .tablet-flex-basis-50 {
    flex-basis: 50%;
  }

  .tablet-flex-wrap {
    flex-wrap: wrap;
  }

  .home-grid-flip-feature .alt-every-second:nth-child(2n + 1) {
    flex-direction: column;
    padding-right: 5px;
  }

  .home-grid-flip-feature .alt-every-second:nth-child(2n + 2) {
    flex-direction: column;
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .mob-flex-basis-100 {
    flex-basis: 100%;
  }
}
.flex-no-grow {
  flex-grow: 0;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.feature-link:hover img.full-height.full-width,
img.full-height.full-width,
img.full-height {
  height: 100%;
}

img.object-fit {
  object-fit: cover;
}

.alignright,
img.alignright,
.alignleft,
img.alignleft {
  width: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .alignright,
  img.alignright,
  .alignleft,
  img.alignleft {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
}

img.alignright.size-medium,
img.alignright.size-thumbnail {
  width: auto;
}

.alignright,
img.alignright {
  margin-left: 30px;
  margin-right: 0;
}

.alignleft,
img.alignleft {
  margin-right: 30px;
  margin-left: 0;
}

a:focus,
button:focus,
label:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus,
input[type=submit]:focus,
input[type=email]:focus,
input[type=number]:focus,
body .content .mejs-container:focus,
textarea:focus {
  outline: 1px solid #4f1e45;
}

@media screen and (max-width: 480px) {
  a {
    word-break: break-word;
  }
}
.footer a:focus {
  background-color: #4f1e45;
}

/* helpers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

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

.invisible {
  opacity: 0;
  visibility: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-invisible {
    opacity: 0;
    visibility: hidden;
  }
}

.mobile-only {
  display: none !important;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
    visibility: visible;
  }
}

.tablet-only {
  display: none !important;
  visibility: hidden;
}
@media only screen and (max-width: 1040px) {
  .tablet-only {
    display: block !important;
    visibility: visible;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

.full-width {
  width: 100%;
}

img.full-width {
  height: auto;
}

img.size-large {
  height: auto;
}

.position-relative {
  position: relative !important;
}

.no-text-decoration {
  text-decoration: none !important;
}

.off-screen {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* general */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #3b3730;
}

body:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 3000;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  body:before {
    height: 10px;
  }
}

.skip-to-content {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}

a.skip-to-content:active,
a.skip-to-content:focus,
a.skip-to-content:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  outline: 3px solid transparent;
  background: #4f1e45;
  padding: 1.5rem 1.8rem;
  color: white;
  position: absolute;
  z-index: 999999999;
  font-size: 20px;
  margin: 20px;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

/* text */
.no-theme {
  color: #3b3730 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 34px;
}
.park h1 {
  color: #330033;
}
.authority h1 {
  color: #225096;
}
.search h1 {
  color: #177D67;
}
.search .blogs-container h1 {
  color: #3b3730;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 26px;
  margin: 30px 0 20px;
}
h2.large {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 10px 0 40px;
}
@media only screen and (max-width: 767px) {
  h2.large {
    font-size: 20px;
    font-size: 2rem;
  }
}
h2.divider {
  margin: 20px 0;
}
h2.link {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 30px 0 20px;
}
.listing-result-details h3 {
  margin: 20px 0 0;
}
.feature-link-description h3 {
  margin: 0 0 10px;
}
h3.link {
  font-size: 22px;
  font-size: 2.2rem;
}
.feature-link-description h3.link {
  margin: 0;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
  margin: 30px 0 20px;
}
h4.link {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 30px 0 20px;
}
h5.link {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 30px 0 20px;
}
h6.link {
  font-size: 16px;
  font-size: 1.6rem;
}

.background-light-grey h2 span {
  background: #F2F2F2;
}

.dotted span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .dotted span {
    padding: 0;
  }
}
.dotted.text-center span {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .dotted.text-center span {
    padding-left: 0;
  }
}
.dotted.across:after {
  top: -17px;
  margin-top: 0;
}

blockquote {
  width: 80%;
  margin: 40px 0;
  padding: 0 0 0 15px;
  font-style: italic;
  font-size: 25px;
  font-size: 2.5rem;
  border-left: 4px solid #ccc;
}
.park blockquote {
  border-color: #330033;
}
.authority blockquote {
  border-color: #225096;
}
.search blockquote {
  border-color: #177D67;
}

hr {
  margin: 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(91, 89, 83, 0.2);
  width: 100%;
  height: 1px;
  opacity: 0.5;
}

p,
li {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5em;
}

address {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
}

p.small,
span.small {
  font-size: 12px;
  font-size: 1.2rem;
}

p.medium,
span.medium {
  font-size: 14px;
  font-size: 1.4rem;
}

p.large,
span.large {
  font-size: 18px;
  font-size: 1.8rem;
}

p.x-large,
span.x-large {
  font-size: 20px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  p.x-large,
  span.x-large {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.title {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

/* colors */
.background-light-grey {
  background-color: #F2F2F2;
}

.background-dark-brown {
  background-color: #3A362F;
}

.background-cream {
  background-color: #F1EFE9;
}

.background-purple {
  background-color: #330033;
}

.color-black {
  color: #3b3730;
}

.color-white {
  color: #ffffff;
}

.color-purple {
  color: #330033;
}

.color-blue {
  color: #225096;
}

.color-medium-grey {
  color: #ccc;
}

.color-green {
  color: #177D67 !important;
}

/* Icons */
.arrow {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  width: 31px;
  height: 36px;
  background-image: url(../../assets/images/design/icon-arrows.png);
  background-repeat: no-repeat;
}
.arrow.left {
  background-position: 0 0;
}
.authority .arrow.left.active {
  background-position: -62px 0;
}
.search .arrow.left.active {
  background-position: -124px 0;
}
.arrow.right {
  background-position: -31px 0;
}
.authority .arrow.right.active {
  background-position: -93px 0;
}
.search .arrow.right.active {
  background-position: -155px 0;
}

/* buttons, links, captions etc */
/* buttons */
.button {
  border: 0;
  outline: 0;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  padding: 10px 25px 10px 15px;
  color: white !important;
  position: relative;
}
.button:hover {
  text-decoration: none;
}
.button .icon {
  position: relative;
  top: 1px;
  left: 10px;
  -webkit-transition: left 300ms;
  -moz-transition: left 300ms;
  -ms-transition: left 300ms;
  -o-transition: left 300ms;
  transition: left 300ms;
}
.button:hover .icon {
  left: 15px;
}
.park .button {
  background-color: #330033;
}
.park .button.inverse {
  background: #ffffff;
  color: #330033 !important;
}
.authority .button {
  background-color: #225096;
}
.search .button {
  background-color: #177D67;
}

/* image captions */
.image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #177D67;
  color: #fff;
  font-style: italic;
  padding: 13px 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
.image-caption.top {
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.image-caption.top a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .image-caption {
    width: 100%;
  }
  .image-caption.empty-caption {
    display: none;
  }
}

.link {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.link.spacious {
  margin-top: 30px;
  margin-bottom: 30px;
}
.link:hover {
  text-decoration: none;
}
.link .icon {
  position: relative;
  top: 1px;
  left: 0px;
  margin-left: 10px;
  -webkit-transition: left 300ms;
  -moz-transition: left 300ms;
  -ms-transition: left 300ms;
  -o-transition: left 300ms;
  transition: left 300ms;
}
.link:hover .icon {
  left: 5px;
}
.park .link {
  color: #330033;
}
.authority .link {
  color: #225096;
}
.search .link {
  color: #177D67;
}
.search .link a:hover {
  text-decoration: underline;
}

/* Width & Size function */
.width-95 {
  width: 95%!important;
}

.margin-95 {
  margin: 95px!important;
}

.margin-top-95 {
  margin-top: 95px!important;
}

.margin-bottom-95 {
  margin-bottom: 95px!important;
}

.margin-left-95 {
  margin-left: 95px!important;
}

.margin-right-95 {
  margin-right: 95px!important;
}

.padding-95 {
  padding: 95px!important;
}

.padding-top-95 {
  padding-top: 95px!important;
}

.padding-bottom-95 {
  padding-bottom: 95px!important;
}

.padding-left-95 {
  padding-left: 95px!important;
}

.padding-right-95 {
  padding-right: 95px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-95 {
    margin-bottom: 95px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-95 {
    margin-bottom: 95px!important;
  }
}

.width-90 {
  width: 90%!important;
}

.margin-90 {
  margin: 90px!important;
}

.margin-top-90 {
  margin-top: 90px!important;
}

.margin-bottom-90 {
  margin-bottom: 90px!important;
}

.margin-left-90 {
  margin-left: 90px!important;
}

.margin-right-90 {
  margin-right: 90px!important;
}

.padding-90 {
  padding: 90px!important;
}

.padding-top-90 {
  padding-top: 90px!important;
}

.padding-bottom-90 {
  padding-bottom: 90px!important;
}

.padding-left-90 {
  padding-left: 90px!important;
}

.padding-right-90 {
  padding-right: 90px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-90 {
    margin-bottom: 90px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-90 {
    margin-bottom: 90px!important;
  }
}

.width-85 {
  width: 85%!important;
}

.margin-85 {
  margin: 85px!important;
}

.margin-top-85 {
  margin-top: 85px!important;
}

.margin-bottom-85 {
  margin-bottom: 85px!important;
}

.margin-left-85 {
  margin-left: 85px!important;
}

.margin-right-85 {
  margin-right: 85px!important;
}

.padding-85 {
  padding: 85px!important;
}

.padding-top-85 {
  padding-top: 85px!important;
}

.padding-bottom-85 {
  padding-bottom: 85px!important;
}

.padding-left-85 {
  padding-left: 85px!important;
}

.padding-right-85 {
  padding-right: 85px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-85 {
    margin-bottom: 85px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-85 {
    margin-bottom: 85px!important;
  }
}

.width-80 {
  width: 80%!important;
}

.margin-80 {
  margin: 80px!important;
}

.margin-top-80 {
  margin-top: 80px!important;
}

.margin-bottom-80 {
  margin-bottom: 80px!important;
}

.margin-left-80 {
  margin-left: 80px!important;
}

.margin-right-80 {
  margin-right: 80px!important;
}

.padding-80 {
  padding: 80px!important;
}

.padding-top-80 {
  padding-top: 80px!important;
}

.padding-bottom-80 {
  padding-bottom: 80px!important;
}

.padding-left-80 {
  padding-left: 80px!important;
}

.padding-right-80 {
  padding-right: 80px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-80 {
    margin-bottom: 80px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-80 {
    margin-bottom: 80px!important;
  }
}

.width-75 {
  width: 75%!important;
}

.margin-75 {
  margin: 75px!important;
}

.margin-top-75 {
  margin-top: 75px!important;
}

.margin-bottom-75 {
  margin-bottom: 75px!important;
}

.margin-left-75 {
  margin-left: 75px!important;
}

.margin-right-75 {
  margin-right: 75px!important;
}

.padding-75 {
  padding: 75px!important;
}

.padding-top-75 {
  padding-top: 75px!important;
}

.padding-bottom-75 {
  padding-bottom: 75px!important;
}

.padding-left-75 {
  padding-left: 75px!important;
}

.padding-right-75 {
  padding-right: 75px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-75 {
    margin-bottom: 75px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-75 {
    margin-bottom: 75px!important;
  }
}

.width-70 {
  width: 70%!important;
}

.margin-70 {
  margin: 70px!important;
}

.margin-top-70 {
  margin-top: 70px!important;
}

.margin-bottom-70 {
  margin-bottom: 70px!important;
}

.margin-left-70 {
  margin-left: 70px!important;
}

.margin-right-70 {
  margin-right: 70px!important;
}

.padding-70 {
  padding: 70px!important;
}

.padding-top-70 {
  padding-top: 70px!important;
}

.padding-bottom-70 {
  padding-bottom: 70px!important;
}

.padding-left-70 {
  padding-left: 70px!important;
}

.padding-right-70 {
  padding-right: 70px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-70 {
    margin-bottom: 70px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-70 {
    margin-bottom: 70px!important;
  }
}

.width-65 {
  width: 65%!important;
}

.margin-65 {
  margin: 65px!important;
}

.margin-top-65 {
  margin-top: 65px!important;
}

.margin-bottom-65 {
  margin-bottom: 65px!important;
}

.margin-left-65 {
  margin-left: 65px!important;
}

.margin-right-65 {
  margin-right: 65px!important;
}

.padding-65 {
  padding: 65px!important;
}

.padding-top-65 {
  padding-top: 65px!important;
}

.padding-bottom-65 {
  padding-bottom: 65px!important;
}

.padding-left-65 {
  padding-left: 65px!important;
}

.padding-right-65 {
  padding-right: 65px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-65 {
    margin-bottom: 65px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-65 {
    margin-bottom: 65px!important;
  }
}

.width-60 {
  width: 60%!important;
}

.margin-60 {
  margin: 60px!important;
}

.margin-top-60 {
  margin-top: 60px!important;
}

.margin-bottom-60 {
  margin-bottom: 60px!important;
}

.margin-left-60 {
  margin-left: 60px!important;
}

.margin-right-60 {
  margin-right: 60px!important;
}

.padding-60 {
  padding: 60px!important;
}

.padding-top-60 {
  padding-top: 60px!important;
}

.padding-bottom-60 {
  padding-bottom: 60px!important;
}

.padding-left-60 {
  padding-left: 60px!important;
}

.padding-right-60 {
  padding-right: 60px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-60 {
    margin-bottom: 60px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-60 {
    margin-bottom: 60px!important;
  }
}

.width-55 {
  width: 55%!important;
}

.margin-55 {
  margin: 55px!important;
}

.margin-top-55 {
  margin-top: 55px!important;
}

.margin-bottom-55 {
  margin-bottom: 55px!important;
}

.margin-left-55 {
  margin-left: 55px!important;
}

.margin-right-55 {
  margin-right: 55px!important;
}

.padding-55 {
  padding: 55px!important;
}

.padding-top-55 {
  padding-top: 55px!important;
}

.padding-bottom-55 {
  padding-bottom: 55px!important;
}

.padding-left-55 {
  padding-left: 55px!important;
}

.padding-right-55 {
  padding-right: 55px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-55 {
    margin-bottom: 55px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-55 {
    margin-bottom: 55px!important;
  }
}

.width-50 {
  width: 50%!important;
}

.margin-50 {
  margin: 50px!important;
}

.margin-top-50 {
  margin-top: 50px!important;
}

.margin-bottom-50 {
  margin-bottom: 50px!important;
}

.margin-left-50 {
  margin-left: 50px!important;
}

.margin-right-50 {
  margin-right: 50px!important;
}

.padding-50 {
  padding: 50px!important;
}

.padding-top-50 {
  padding-top: 50px!important;
}

.padding-bottom-50 {
  padding-bottom: 50px!important;
}

.padding-left-50 {
  padding-left: 50px!important;
}

.padding-right-50 {
  padding-right: 50px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-50 {
    margin-bottom: 50px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-50 {
    margin-bottom: 50px!important;
  }
}

.width-48 {
  width: 48%!important;
}

.margin-48 {
  margin: 48px!important;
}

.margin-top-48 {
  margin-top: 48px!important;
}

.margin-bottom-48 {
  margin-bottom: 48px!important;
}

.margin-left-48 {
  margin-left: 48px!important;
}

.margin-right-48 {
  margin-right: 48px!important;
}

.padding-48 {
  padding: 48px!important;
}

.padding-top-48 {
  padding-top: 48px!important;
}

.padding-bottom-48 {
  padding-bottom: 48px!important;
}

.padding-left-48 {
  padding-left: 48px!important;
}

.padding-right-48 {
  padding-right: 48px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-48 {
    margin-bottom: 48px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-48 {
    margin-bottom: 48px!important;
  }
}

.width-45 {
  width: 45%!important;
}

.margin-45 {
  margin: 45px!important;
}

.margin-top-45 {
  margin-top: 45px!important;
}

.margin-bottom-45 {
  margin-bottom: 45px!important;
}

.margin-left-45 {
  margin-left: 45px!important;
}

.margin-right-45 {
  margin-right: 45px!important;
}

.padding-45 {
  padding: 45px!important;
}

.padding-top-45 {
  padding-top: 45px!important;
}

.padding-bottom-45 {
  padding-bottom: 45px!important;
}

.padding-left-45 {
  padding-left: 45px!important;
}

.padding-right-45 {
  padding-right: 45px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-45 {
    margin-bottom: 45px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-45 {
    margin-bottom: 45px!important;
  }
}

.width-40 {
  width: 40%!important;
}

.margin-40 {
  margin: 40px!important;
}

.margin-top-40 {
  margin-top: 40px!important;
}

.margin-bottom-40 {
  margin-bottom: 40px!important;
}

.margin-left-40 {
  margin-left: 40px!important;
}

.margin-right-40 {
  margin-right: 40px!important;
}

.padding-40 {
  padding: 40px!important;
}

.padding-top-40 {
  padding-top: 40px!important;
}

.padding-bottom-40 {
  padding-bottom: 40px!important;
}

.padding-left-40 {
  padding-left: 40px!important;
}

.padding-right-40 {
  padding-right: 40px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-40 {
    margin-bottom: 40px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-40 {
    margin-bottom: 40px!important;
  }
}

.width-35 {
  width: 35%!important;
}

.margin-35 {
  margin: 35px!important;
}

.margin-top-35 {
  margin-top: 35px!important;
}

.margin-bottom-35 {
  margin-bottom: 35px!important;
}

.margin-left-35 {
  margin-left: 35px!important;
}

.margin-right-35 {
  margin-right: 35px!important;
}

.padding-35 {
  padding: 35px!important;
}

.padding-top-35 {
  padding-top: 35px!important;
}

.padding-bottom-35 {
  padding-bottom: 35px!important;
}

.padding-left-35 {
  padding-left: 35px!important;
}

.padding-right-35 {
  padding-right: 35px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-35 {
    margin-bottom: 35px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-35 {
    margin-bottom: 35px!important;
  }
}

.width-32 {
  width: 32%!important;
}

.margin-32 {
  margin: 32px!important;
}

.margin-top-32 {
  margin-top: 32px!important;
}

.margin-bottom-32 {
  margin-bottom: 32px!important;
}

.margin-left-32 {
  margin-left: 32px!important;
}

.margin-right-32 {
  margin-right: 32px!important;
}

.padding-32 {
  padding: 32px!important;
}

.padding-top-32 {
  padding-top: 32px!important;
}

.padding-bottom-32 {
  padding-bottom: 32px!important;
}

.padding-left-32 {
  padding-left: 32px!important;
}

.padding-right-32 {
  padding-right: 32px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-32 {
    margin-bottom: 32px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-32 {
    margin-bottom: 32px!important;
  }
}

.width-30 {
  width: 30%!important;
}

.margin-30 {
  margin: 30px!important;
}

.margin-top-30 {
  margin-top: 30px!important;
}

.margin-bottom-30 {
  margin-bottom: 30px!important;
}

.margin-left-30 {
  margin-left: 30px!important;
}

.margin-right-30 {
  margin-right: 30px!important;
}

.padding-30 {
  padding: 30px!important;
}

.padding-top-30 {
  padding-top: 30px!important;
}

.padding-bottom-30 {
  padding-bottom: 30px!important;
}

.padding-left-30 {
  padding-left: 30px!important;
}

.padding-right-30 {
  padding-right: 30px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-30 {
    margin-bottom: 30px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-30 {
    margin-bottom: 30px!important;
  }
}

.width-25 {
  width: 25%!important;
}

.margin-25 {
  margin: 25px!important;
}

.margin-top-25 {
  margin-top: 25px!important;
}

.margin-bottom-25 {
  margin-bottom: 25px!important;
}

.margin-left-25 {
  margin-left: 25px!important;
}

.margin-right-25 {
  margin-right: 25px!important;
}

.padding-25 {
  padding: 25px!important;
}

.padding-top-25 {
  padding-top: 25px!important;
}

.padding-bottom-25 {
  padding-bottom: 25px!important;
}

.padding-left-25 {
  padding-left: 25px!important;
}

.padding-right-25 {
  padding-right: 25px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-25 {
    margin-bottom: 25px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-25 {
    margin-bottom: 25px!important;
  }
}

.width-20 {
  width: 20%!important;
}

.margin-20 {
  margin: 20px!important;
}

.margin-top-20 {
  margin-top: 20px!important;
}

.margin-bottom-20 {
  margin-bottom: 20px!important;
}

.margin-left-20 {
  margin-left: 20px!important;
}

.margin-right-20 {
  margin-right: 20px!important;
}

.padding-20 {
  padding: 20px!important;
}

.padding-top-20 {
  padding-top: 20px!important;
}

.padding-bottom-20 {
  padding-bottom: 20px!important;
}

.padding-left-20 {
  padding-left: 20px!important;
}

.padding-right-20 {
  padding-right: 20px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-20 {
    margin-bottom: 20px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-20 {
    margin-bottom: 20px!important;
  }
}

.width-15 {
  width: 15%!important;
}

.margin-15 {
  margin: 15px!important;
}

.margin-top-15 {
  margin-top: 15px!important;
}

.margin-bottom-15 {
  margin-bottom: 15px!important;
}

.margin-left-15 {
  margin-left: 15px!important;
}

.margin-right-15 {
  margin-right: 15px!important;
}

.padding-15 {
  padding: 15px!important;
}

.padding-top-15 {
  padding-top: 15px!important;
}

.padding-bottom-15 {
  padding-bottom: 15px!important;
}

.padding-left-15 {
  padding-left: 15px!important;
}

.padding-right-15 {
  padding-right: 15px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-15 {
    margin-bottom: 15px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-15 {
    margin-bottom: 15px!important;
  }
}

.width-10 {
  width: 10%!important;
}

.margin-10 {
  margin: 10px!important;
}

.margin-top-10 {
  margin-top: 10px!important;
}

.margin-bottom-10 {
  margin-bottom: 10px!important;
}

.margin-left-10 {
  margin-left: 10px!important;
}

.margin-right-10 {
  margin-right: 10px!important;
}

.padding-10 {
  padding: 10px!important;
}

.padding-top-10 {
  padding-top: 10px!important;
}

.padding-bottom-10 {
  padding-bottom: 10px!important;
}

.padding-left-10 {
  padding-left: 10px!important;
}

.padding-right-10 {
  padding-right: 10px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-10 {
    margin-bottom: 10px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-10 {
    margin-bottom: 10px!important;
  }
}

.width-5 {
  width: 5%!important;
}

.margin-5 {
  margin: 5px!important;
}

.margin-top-5 {
  margin-top: 5px!important;
}

.margin-bottom-5 {
  margin-bottom: 5px!important;
}

.margin-left-5 {
  margin-left: 5px!important;
}

.margin-right-5 {
  margin-right: 5px!important;
}

.padding-5 {
  padding: 5px!important;
}

.padding-top-5 {
  padding-top: 5px!important;
}

.padding-bottom-5 {
  padding-bottom: 5px!important;
}

.padding-left-5 {
  padding-left: 5px!important;
}

.padding-right-5 {
  padding-right: 5px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-5 {
    margin-bottom: 5px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-5 {
    margin-bottom: 5px!important;
  }
}

.width-2 {
  width: 2%!important;
}

.margin-2 {
  margin: 2px!important;
}

.margin-top-2 {
  margin-top: 2px!important;
}

.margin-bottom-2 {
  margin-bottom: 2px!important;
}

.margin-left-2 {
  margin-left: 2px!important;
}

.margin-right-2 {
  margin-right: 2px!important;
}

.padding-2 {
  padding: 2px!important;
}

.padding-top-2 {
  padding-top: 2px!important;
}

.padding-bottom-2 {
  padding-bottom: 2px!important;
}

.padding-left-2 {
  padding-left: 2px!important;
}

.padding-right-2 {
  padding-right: 2px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-2 {
    margin-bottom: 2px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-2 {
    margin-bottom: 2px!important;
  }
}

.width-1 {
  width: 1%!important;
}

.margin-1 {
  margin: 1px!important;
}

.margin-top-1 {
  margin-top: 1px!important;
}

.margin-bottom-1 {
  margin-bottom: 1px!important;
}

.margin-left-1 {
  margin-left: 1px!important;
}

.margin-right-1 {
  margin-right: 1px!important;
}

.padding-1 {
  padding: 1px!important;
}

.padding-top-1 {
  padding-top: 1px!important;
}

.padding-bottom-1 {
  padding-bottom: 1px!important;
}

.padding-left-1 {
  padding-left: 1px!important;
}

.padding-right-1 {
  padding-right: 1px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-1 {
    margin-bottom: 1px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-1 {
    margin-bottom: 1px!important;
  }
}

.width-0 {
  width: 0%!important;
}

.margin-0 {
  margin: 0px!important;
}

.margin-top-0 {
  margin-top: 0px!important;
}

.margin-bottom-0 {
  margin-bottom: 0px!important;
}

.margin-left-0 {
  margin-left: 0px!important;
}

.margin-right-0 {
  margin-right: 0px!important;
}

.padding-0 {
  padding: 0px!important;
}

.padding-top-0 {
  padding-top: 0px!important;
}

.padding-bottom-0 {
  padding-bottom: 0px!important;
}

.padding-left-0 {
  padding-left: 0px!important;
}

.padding-right-0 {
  padding-right: 0px!important;
}

@media only screen and (max-width: 1040px) {
  .tablet-margin-bottom-0 {
    margin-bottom: 0px!important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-margin-bottom-0 {
    margin-bottom: 0px!important;
  }
}

.constraint {
  max-width: 100%;
  width: 1360px;
  margin: 0 auto;
}

.width-third {
  width: 33.333%;
}

.width-32 {
  margin-left: 2%;
}

.width-32:first-child {
  margin-left: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.vertical-border-right {
  position: relative;
}

.vertical-border-right:after {
  content: '';
  width: 2px;
  height: 1000%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}

@media only screen and (max-width: 1040px) {
  .tablet-stack {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-stack {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-stack.flex-row {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .small-mobile-stack {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .small-mobile-stack img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1040px) {
  .tablet-float-right {
    float: right;
  }
}

@media only screen and (max-width: 1040px) {
  .tablet-float-left {
    float: left;
  }
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 142px;
  z-index: 3000;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 200ms, border-color 200ms, height 200ms, padding-left 200ms, padding-right 200ms;
  -moz-transition: background-color 200ms, border-color 200ms, height 200ms, padding-left 200ms, padding-right 200ms;
  -ms-transition: background-color 200ms, border-color 200ms, height 200ms, padding-left 200ms, padding-right 200ms;
  -o-transition: background-color 200ms, border-color 200ms, height 200ms, padding-left 200ms, padding-right 200ms;
  transition: background-color 200ms, border-color 200ms, height 200ms, padding-left 200ms, padding-right 200ms;
  border-bottom: 1px solid;
  border-color: rgba(221, 221, 221, 0);
  padding: 70px 40px 0 40px;
}
@media only screen and (max-width: 1040px) {
  .header {
    padding-left: 10px;
    padding-right: 10px;
    background-color: white !important;
    height: 68px;
    padding-top: 0;
  }
}
.header h1 {
  display: none;
}

/* menu */
@media only screen and (max-width: 1040px) {
  .menu-container {
    margin-top: 68px;
  }
}
.menu-container .menu {
  width: 100%;
  z-index: 4000;
  background: #fff;
  position: relative;
  -webkit-transition: margin-top 300ms;
  -moz-transition: margin-top 300ms;
  -ms-transition: margin-top 300ms;
  -o-transition: margin-top 300ms;
  transition: margin-top 300ms;
}
.menu-container .menu .logo {
  position: absolute;
  left: 15px;
  bottom: 0;
}
@media only screen and (max-width: 1040px) {
  .menu-container .menu .menu-items {
    display: none;
                /*						position: absolute;
						right: 10px;
						top: 20px;
						background: $base-color;
						width: 280px;
						padding: 20px;
						border: 1px solid #ddd;
						@include box-shadow(4px 4px 2px rgba(0,0,0,0.1));

						&:after {right: 30px !important; }
						&:before {right: 29px !important; }
						@include arrow('top','right', 8px, #fff, #ccc, 1px);

						@include transition(opacity 300ms, transform 300ms);

						@include transform(translate(0, 0px));

						&.mobile-invisible {
							@include transform(translate(0, -20px));
						}*/
  }
}
.menu-container .menu ul {
  list-style-type: none;
  margin: 0;
  /*padding-top: 15px;*/
  width: 100%;
  padding-left: 245px;
  padding-right: 172px;
}
@media only screen and (max-width: 1040px) {
  .menu-container .menu ul {
    /*padding-top: 19px;*/
    padding-left: 145px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-container .menu ul {
                /*padding-top: 0;
						padding-left: 0;
						padding-right: 0;
						margin: 0;*/
  }
}
.menu-container .menu ul li {
  display: block;
  float: left;
  line-height: inherit;
  margin-bottom: 0;
}
@media only screen and (max-width: 1040px) {
  .menu-container .menu ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .menu-container .menu ul li {
                    /*float: none;
							width: auto!important;
							@include font-size(1.6);
							margin-bottom: 18px;*/
  }
}
.menu-container .menu ul li span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .menu-container .menu ul li span {
    /*display: inline;*/
  }
}
.menu-container .menu ul a {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 14px 0 8px 0;
  border-color: #fff;
  -webkit-transition: border-color, 400ms;
  -moz-transition: border-color, 400ms;
  -ms-transition: border-color, 400ms;
  -o-transition: border-color, 400ms;
  transition: border-color, 400ms;
}
.menu-container .menu ul a:hover, .menu-container .menu ul a.active {
  text-decoration: none;
  background-color: #F2F6FD;
}
.menu-container .menu ul a.color-purple {
  color: #330033 !important;
}
.menu-container .menu ul a.color-blue {
  color: #225096 !important;
}
.menu-container .menu ul a.color-purple:hover, .menu-container .menu ul a.color-purple.active {
  border-color: #330033;
}
.menu-container .menu ul a.color-blue:hover, .menu-container .menu ul a.color-blue.active {
  border-color: #225096;
}
@media only screen and (max-width: 767px) {
  .menu-container .menu ul a {
                    /*text-align: left;
							padding-bottom: 5px;
							border-width: 2px;*/
  }
}
.menu-container .menu ul a br {
  display: none;
}
.menu-container .menu .menu-items > ul > li > a {
  padding: 0 10px;
}
.menu-container .menu .search {
  width: 112px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #330033;
}
.menu-container .menu .search .link {
  display: block;
  color: #fff;
  height: 100%;
  text-align: center;
}
.menu-container .menu .search .link:focus {
  outline: 2px solid #177D67;
}
@media only screen and (max-width: 1040px) {
  .menu-container .menu .search {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-container .menu .search {
                /*position: relative;
						border-left: none;
						padding: 0;
						top: 0;
						width: 100%;*/
  }
}
.menu-container .menu .search .show-search {
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1040px) {
  .menu-container .menu .search .show-search {
    padding-left: 10px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-container .menu .search .show-search {
    /*display: none;	*/
  }
}
.menu-container .menu .search .search-popup {
  position: absolute;
  background: #fff;
  top: 65px;
  right: 0;
  padding: 10px;
  width: 310px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: opacity 300ms, transform 300ms;
  -moz-transition: opacity 300ms, transform 300ms;
  -ms-transition: opacity 300ms, transform 300ms;
  -o-transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms;
}
.menu-container .menu .search .search-popup:after {
  right: 50px !important;
}
@media only screen and (max-width: 1040px) {
  .menu-container .menu .search .search-popup:after {
    right: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .menu-container .menu .search .search-popup:after {
    display: none;
  }
}
.menu-container .menu .search .search-popup:before {
  right: 49px !important;
}
@media only screen and (max-width: 1040px) {
  .menu-container .menu .search .search-popup:before {
    right: 29px !important;
  }
}
@media only screen and (max-width: 767px) {
  .menu-container .menu .search .search-popup:before {
    display: none;
  }
}
.menu-container .menu .search .search-popup:after, .menu-container .menu .search .search-popup:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  visibility: visible;
}
.menu-container .menu .search .search-popup:after {
  border-width: 8px;
  border-bottom-color: #fff;
  top: -16px;
  right: 8px;
}
.menu-container .menu .search .search-popup:before {
  border-width: 9px;
  border-bottom-color: #ccc;
  top: -18px;
  right: 7px;
}
.menu-container .menu .search .search-popup.invisible {
  -moz-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
@media only screen and (max-width: 767px) {
  .menu-container .menu .search .search-popup.invisible {
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@media only screen and (max-width: 767px) {
  .menu-container .menu .search .search-popup {
                    /*display: block;
							opacity: 1;
							position: relative;
							top: 0;
							padding: 0;
							width: 100%;
							border: none;*/
  }
}
.menu-container .menu .search .search-popup .icon-close {
  border: none;
  background-color: transparent;
  font-size: 17px;
  padding: 8px 14px;
  position: absolute;
  top: 13px;
  right: 5px;
  cursor: pointer;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.menu-container .menu .search .search-popup .icon-close:hover {
  color: #3b3730;
}
@media only screen and (max-width: 767px) {
  .menu-container .menu .search .search-popup .icon-close {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .menu-container .menu .close-menu {
                /*color: $medium-grey; font-size: 17px; padding: 8px 14px; position: absolute; top: 5px; right: 0px; cursor: pointer; @include transition(color 300ms);
						&:hover {
							color: $black;
						}*/
  }
}
@media only screen and (max-width: 1040px) {
  .menu-container .menu .show-menu {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #555;
  }
}
.menu-container .menu .show-menu img {
  margin: 0 5px 0 0;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .menu-container li.menu-haschildren {
    position: relative;
  }
  .menu-container li.menu-haschildren:hover .menu-submenu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
  .menu-container li.menu-haschildren.edge > .menu-submenu {
    left: auto;
    right: -130px;
  }
  .menu-container li.menu-haschildren > .menu-submenu {
    background-color: #fff;
    display: flex;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: visibility 0.2s ease, opacity 0.2s ease;
    position: absolute;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1041px) {
  .menu-container li.menu-haschildren > .menu-submenu {
    width: 100%;
  }
  .menu-container li.menu-haschildren > .menu-submenu.has-feature {
    width: calc(100% + 300px);
    left: -150px;
    transition: width 0.2s, left 0.2s;
  }
}
@media (min-width: 768px) {
  .menu-container li.menu-haschildren > .menu-submenu > ul.menu-submenu--container {
    flex-shrink: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 15px 15px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1041px) {
  .menu-container li.menu-haschildren > .menu-submenu > ul.menu-submenu--container {
    width: 50%;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .menu-container li.menu-haschildren > .menu-submenu > ul.menu-submenu--container {
    padding: 0 30px 15px 30px;
  }
}
@media (min-width: 768px) {
  .menu-container li.menu-haschildren > .menu-submenu > ul.menu-submenu--container > li {
    width: 100%;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1041px) {
  .menu-container li.menu-haschildren > .menu-submenu > ul.menu-submenu--container > li {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .menu-container li.menu-haschildren > .menu-submenu > ul.menu-submenu--container > li > a {
    text-align: left;
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #177D67;
  }
  .menu-container li.menu-haschildren > .menu-submenu > ul.menu-submenu--container > li > a svg {
    transition: transform 0.3s ease;
  }
  .menu-container li.menu-haschildren > .menu-submenu > ul.menu-submenu--container > li > a .link-arrow {
    fill: #177D67;
    flex-shrink: 0;
  }
  .menu-container li.menu-haschildren > .menu-submenu > ul.menu-submenu--container > li:hover a, .menu-container li.menu-haschildren > .menu-submenu > ul.menu-submenu--container > li:focus a {
    background-color: transparent;
    text-decoration: underline;
  }
  .menu-container li.menu-haschildren > .menu-submenu > ul.menu-submenu--container > li:hover svg, .menu-container li.menu-haschildren > .menu-submenu > ul.menu-submenu--container > li:focus svg {
    transform: translateX(10px);
  }
  .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature {
    width: 50%;
    background-color: #177D67;
    color: #fff;
    text-align: left;
    padding: 20px 20px 25px 20px;
    display: flex;
    flex-direction: column;
  }
  .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature .menu-submenu--featureImg {
    position: relative;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1041px) {
  .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature .menu-submenu--featureImg {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature .menu-submenu--featureImg picture:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 60%;
  }
  .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature .menu-submenu--featureImg img {
    position: absolute;
    top: 0;
    width: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature > h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1041px) {
  .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature > h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature > p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1041px) {
  .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature > p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature > a.link {
    border: 2px solid #fff;
    color: #fff;
    height: 52px;
    display: inline-flex;
    padding: 0 15px;
    margin-left: 0;
    margin-right: auto;
    width: auto;
  }
  .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature > a.link:hover, .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature > a.link:focus {
    background-color: #fff;
    color: #177D67;
  }
  .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature > a.link:hover .link-arrow, .menu-container li.menu-haschildren > .menu-submenu > .menu-submenu--feature > a.link:focus .link-arrow {
    fill: #177D67;
  }
}

.search-input-container {
  background: #e9e9e9;
  float: left;
  width: 85%;
}
#mobile-menu-container .search-input-container {
  width: 290px;
  margin: 15px;
  background: white;
}
.search-input-container input[type=text] {
  padding: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  background: transparent;
  border: none;
  float: left;
  width: 85%;
}
.search-input-container button {
  margin-top: 6px;
  width: 30px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.search-input-container button:hover {
  color: #3b3730 !important;
}
@media only screen and (max-width: 767px) {
  .search-input-container {
    /*width: 100%;	*/
  }
}

/* home - feature image */
.feature-image {
  position: fixed;
  top: 0;
  left: 0;
  border: 20px solid #fff;
  background: black;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
}
.feature-image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.42);
  top: 0;
  left: 0;
}
.feature-image .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  -webkit-transition: opacity, 1000ms;
  -moz-transition: opacity, 1000ms;
  -ms-transition: opacity, 1000ms;
  -o-transition: opacity, 1000ms;
  transition: opacity, 1000ms;
}
@media only screen and (max-width: 767px) {
  .feature-image {
    border-left: none;
    border-right: none;
  }
}

.img-trans {
  -webkit-transition: all, 250ms;
  -moz-transition: all, 250ms;
  -ms-transition: all, 250ms;
  -o-transition: all, 250ms;
  transition: all, 250ms;
}

.trans {
  -webkit-transition: all, 2000ms;
  -moz-transition: all, 2000ms;
  -ms-transition: all, 2000ms;
  -o-transition: all, 2000ms;
  transition: all, 2000ms;
}

.feature-image-title {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  margin-top: -63px;
  font-size: 106px;
  font-size: 10.6rem;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  letter-spacing: 0.15em;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  top: 290px;
  -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -o-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  opacity: 0;
}
@media only screen and (max-width: 1040px) {
  .feature-image-title {
    font-size: 76px;
    font-size: 7.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .feature-image-title {
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 700;
  }
}

/* home - feature links */
a.feature-link {
  text-decoration: none;
}

.feature-link {
  display: block;
}
.feature-link:hover {
  text-decoration: none;
}
.feature-link img {
  transform: scale(1.01);
  -webkit-transition: transform, 600ms;
  -moz-transition: transform, 600ms;
  -ms-transition: transform, 600ms;
  -o-transition: transform, 600ms;
  transition: transform, 600ms;
}
.feature-link:hover img {
  transform: scale(1.04);
  height: auto;
}
.feature-link .image-caption {
  opacity: 0;
  -webkit-transition: opacity, 600ms;
  -moz-transition: opacity, 600ms;
  -ms-transition: opacity, 600ms;
  -o-transition: opacity, 600ms;
  transition: opacity, 600ms;
}
@media only screen and (max-width: 767px) {
  .feature-link .image-caption {
    opacity: 1;
    position: relative;
  }
}
.feature-link:hover .image-caption {
  opacity: 1;
}
.feature-link:hover .link .icon {
  left: 5px;
}
.feature-link .feature-link-description {
  color: #5B5953;
  padding: 20px 30px 20px;
}
@media only screen and (max-width: 1040px) {
  .feature-link .feature-link-description {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-link .feature-link-description {
    padding: 20px 0 40px;
  }
}
.feature-link .feature-link-description p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 100;
}
@media only screen and (max-width: 1040px) {
  .feature-link .feature-link-description p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .feature-link .feature-link-description p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.feature-link .feature-link-description .small {
  color: #3b3730;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
}
.feature-link.compact .feature-link-description {
  padding: 0 10px 0 15px;
}
@media only screen and (max-width: 1040px) {
  .feature-link.compact .feature-link-description {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-link.compact .feature-link-description {
    padding: 10px 0;
  }
}
.feature-link.compact .feature-link-description .title {
  font-weight: 600;
}
.feature-link.compact .feature-link-description p {
  font-size: 16px;
  font-size: 1.6rem;
  /*margin:0; */
}
.feature-link.compact .feature-link-description .date {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: #3b3730;
}

.image-cropper {
  position: relative;
  overflow: hidden;
}

/* content */
.page-container {
  position: relative;
  z-index: 2000;
  background: #fff;
}

.home.page .page-container {
  background: transparent;
}

.image-fader {
  width: 100%;
  height: 100%;
  /* border-left:20px solid $base-color; border-right:20px solid $base-color; */
  border: 20px solid #fff;
  background: rgba(255, 255, 255, 0);
  position: relative;
}
.image-fader .image-caption {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.image-fader .image-caption.invisible {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .image-fader {
    border-left-width: 10px;
    border-right-width: 10px;
  }
}

.page-border {
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page-border {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #main-content {
    padding: 0 20px;
  }
}
.content {
  margin: 0 auto;
  padding: 20px 0 0;
}

/* inner pages */
.inner-feature-image {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: height 1500ms;
  -moz-transition: height 1500ms;
  -ms-transition: height 1500ms;
  -o-transition: height 1500ms;
  transition: height 1500ms;
}
@media only screen and (max-width: 767px) {
  .inner-feature-image {
    margin-bottom: 0;
    margin-top: 68px;
    height: 200px;
  }
}
.inner-feature-image .image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform 1500ms;
  -moz-transition: transform 1500ms;
  -ms-transition: transform 1500ms;
  -o-transition: transform 1500ms;
  transition: transform 1500ms;
}
@media only screen and (max-width: 1040px) {
  .inner-feature-image .image {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.inner-feature-image .marketing-link {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .inner-feature-image .marketing-link {
    bottom: 55px;
    left: 10px;
    width: 150px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner-feature-image .image-caption {
    padding-right: 50px;
  }
}
.inner-feature-image .image-caption .expand {
  background-color: #177D67;
  width: 50px;
  height: 100%;
  position: absolute;
  left: -52px;
  top: 0px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  display: block;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
}
.inner-feature-image .image-caption .expand:hover {
  background-color: #0f5244;
}
.inner-feature-image .image-caption .expand .icon {
  font-size: 22px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 1040px) {
  .inner-feature-image .image-caption .expand {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .inner-feature-image .image-caption .expand {
    left: auto;
    right: 0;
  }
}

/* breadcrumbs */
.breadcrumbs {
  background-color: #F2F2F2;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs li {
  float: left;
  font-weight: 600;
  margin-bottom: 0;
}
.breadcrumbs li:before {
  content: ':';
  margin-left: 20px;
  margin-right: 20px;
}
.breadcrumbs li:first-child:before {
  content: '';
  display: none;
}
.park .breadcrumbs li {
  color: #330033;
}
.authority .breadcrumbs li {
  color: #225096;
}
.search .breadcrumbs li {
  color: #177D67;
}
.breadcrumbs a {
  font-weight: normal;
  color: #3b3730;
  text-decoration: none;
}

/* sidebar */
.sidebar {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sidebar {
    display: none;
  }
}
.sidebar h2 {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
  font-weight: 600;
  margin: 0 0 2px;
}
.sidebar h2 a {
  color: #fff !important;
  text-decoration: none;
}
.park .sidebar h2 a {
  background-color: #330033 !important;
  border-color: #330033;
}
.park .sidebar h2 a:hover {
  background-color: #330033;
}
.authority .sidebar h2 a {
  background-color: #225096 !important;
  border-color: #225096;
}
.authority .sidebar h2 a:hover {
  background-color: #225096;
}
.search .sidebar h2 a {
  background-color: #177D67 !important;
  border-color: #177D67;
}
.search .sidebar h2 a:hover {
  background-color: #177D67;
}
.sidebar .extra-links {
  margin: 30px 0 0;
}
.sidebar .extra-links h2 {
  background-color: inherit !important;
  padding: 13px 0px;
}
.sidebar li {
  display: block;
  margin-bottom: 2px;
}
.park .sidebar li a {
  color: #330033;
}
.authority .sidebar li a {
  color: #225096;
}
.search .sidebar li a {
  color: #177D67;
}
.sidebar li.active > a {
  background-color: #d9d9d9;
}
.park .sidebar li.active > a {
  border-color: #330033;
}
.authority .sidebar li.active > a {
  border-color: #225096;
}
.search .sidebar li.active > a {
  border-color: #177D67;
}
.sidebar li a {
  position: relative;
  background-color: #F2F2F2;
  border-left: 5px solid #F2F2F2;
  display: block;
  font-weight: 600;
  padding: 13px 20px 13px 15px;
  text-decoration: none;
  -webkit-transition: background-color, 150ms;
  -moz-transition: background-color, 150ms;
  -ms-transition: background-color, 150ms;
  -o-transition: background-color, 150ms;
  transition: background-color, 150ms;
}
.sidebar li a.active {
  background-color: #636363;
  color: #ffffff;
}
.sidebar li a.active:after {
  left: -1px !important;
}
.sidebar li a.active:hover {
  background-color: #636363;
}
.sidebar li a.active:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  visibility: visible;
}
.sidebar li a.active:after {
  border-width: 8px;
  border-left-color: #f00;
  right: -16px;
  top: 50%;
  margin-top: -8px;
}
.park .sidebar li a.active:after {
  border-left-color: #330033;
}
.park .sidebar li a.active:hover {
  background-color: #707070;
}
.authority .sidebar li a.active:after {
  border-left-color: #225096;
}
.search .sidebar li a.active:after {
  border-left-color: #177D67;
}
.sidebar li a:hover {
  border-left: 5px solid #ccc;
  background-color: #e5e5e5;
}
.park .sidebar li a:hover {
  border-color: #330033;
}
.authority .sidebar li a:hover {
  border-color: #225096;
}
.search .sidebar li a:hover {
  border-color: #177D67;
}
.sidebar li ul {
  margin-top: 2px;
}
.sidebar li ul li a {
  padding: 13px 20px 13px 35px;
}
.sidebar li ul li li a {
  padding: 13px 20px 13px 60px;
}

/* Twitter container */
.twitter-container {
  background-color: #f3faff;
  border: 1px solid #cfe9fc;
  padding: 20px;
}
.twitter-container p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.twitter-container p img {
  margin: 0 10px 0 0;
}

/* Date Time Container */
.date-time-container .date {
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.2em;
}
.date-time-container .time {
  margin: 0;
  padding: 0;
}

/* Lists */
.list-block {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list-block li {
  margin: 0 0 10px;
  padding: 0;
  display: block;
  font-size: 10px;
  font-size: 1rem;
}
.list-block li a {
  line-height: 1.3em;
}

/* videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .video-container .poster, .video-container .play-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container:after, .video-container:before {
  position: absolute;
  content: '';
  top: calc(20% + 4em);
  width: calc(25% - 40px);
  height: 2px;
  border-top: 2px dotted white;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .video-container:after, .video-container:before {
    display: none;
  }
}
.video-container:after {
  right: 30px;
}
.video-container:before {
  left: 30px;
}
.video-container iframe {
  z-index: 10;
}

.play-video > span {
  color: #fff;
  font-size: 15px;
  text-align: center;
  position: absolute;
  display: block;
  width: 122px;
  height: 108px;
  height: 76px;
  left: 50%;
  top: 50%;
  margin-left: -61px;
  margin-top: -54px;
  margin-top: -38px;
}
.play-video > span img {
  margin-bottom: 5px;
  opacity: 0.7;
  width: 50px;
  height: 50px;
}
.play-video > span span {
  display: block;
}
.play-video .icon {
  font-size: 110px;
  opacity: 0.5;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media only screen and (max-width: 767px) {
  .play-video .icon {
    font-size: 70px;
  }
}
.play-video:hover .icon {
  opacity: 1;
}

.poster-text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3em;
  color: white;
  text-align: center;
  max-width: 45%;
}
@media only screen and (max-width: 767px) {
  .poster-text {
    top: 10px;
    font-size: 1em;
  }
}

/* Pagination Filter Container */
.pagination-filter-container {
  padding: 15px 20px;
}
@media only screen and (max-width: 1040px) {
  .pagination-filter-container {
    text-align: center;
  }
}
.pagination-filter-container .form-row-container {
  width: auto;
  margin: 0 0 0 20px;
}
.pagination-filter-container .form-row-container:first-child {
  margin: 0;
}
.pagination-filter-container .form-row-container .label {
  float: left;
  margin: 8px 10px 0 0;
  font-weight: 600;
  display: inline;
  width: auto;
}
@media only screen and (max-width: 1040px) {
  .pagination-filter-container .form-row-container {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
  .pagination-filter-container .form-row-container:first-child {
    margin: 0 10px;
    max-width: 100%;
  }
}
.pagination-filter-container .pagination-intro {
  float: left;
  margin: 10px 0px 0 0;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2em;
}
.pagination-filter-container .pagiantion-found-total {
  float: left;
  margin: 10px 60px 0 0;
  color: #3b3730;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2em;
}
.pagination-filter-container .pagination-show-amount {
  float: left;
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 1040px) {
  .pagination-filter-container .pagination-show-amount {
    float: none;
  }
}
.pagination-filter-container .pagination-show-amount li {
  display: inline-block;
  margin: 0;
}
.pagination-filter-container .pagination-show-amount li:last-child a {
  border: 0;
}
.pagination-filter-container .pagination-show-amount li a, .pagination-filter-container .pagination-show-amount li.show-as-link {
  display: block;
  border-right: 1px solid #3b3730;
  padding: 0 15px;
  color: #3b3730;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .pagination-filter-container .pagination-show-amount li a, .pagination-filter-container .pagination-show-amount li.show-as-link {
    padding: 0 10px;
  }
}
.pagination-filter-container .pagination-show-amount li a.active, .pagination-filter-container .pagination-show-amount li.show-as-link.active {
  text-decoration: none;
}
.park .pagination-filter-container .pagination-show-amount li a.active, .park .pagination-filter-container .pagination-show-amount li.show-as-link.active {
  color: #330033;
}
.authority .pagination-filter-container .pagination-show-amount li a.active, .authority .pagination-filter-container .pagination-show-amount li.show-as-link.active {
  color: #225096;
}
.search .pagination-filter-container .pagination-show-amount li a.active, .search .pagination-filter-container .pagination-show-amount li.show-as-link.active {
  color: #177D67;
}
.pagination-filter-container .pagination-show-amount li a:hover, .pagination-filter-container .pagination-show-amount li.show-as-link:hover {
  text-decoration: underline;
}
.pagination-filter-container .pagination-show-amount li a.show-as-link, .pagination-filter-container .pagination-show-amount li.show-as-link.show-as-link {
  text-decoration: none;
}
.pagination-filter-container .pagination {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 1040px) {
  .pagination-filter-container .pagination {
    float: none;
    margin: 10px 0 0;
  }
}
.pagination-filter-container .pagination li {
  margin: 0;
  padding: 5px 0 0;
  display: inline-block;
  vertical-align: top;
}
.pagination-filter-container .pagination li:first-child, .pagination-filter-container .pagination li:last-child {
  padding: 0;
  margin: 0;
}
.pagination-filter-container .pagination li:first-child a, .pagination-filter-container .pagination li:nth-last-child(-n+2) a {
  border: 0;
}
.pagination-filter-container .pagination li a {
  display: block;
  border-right: 1px solid #3b3730;
  padding: 5px 15px;
  color: #3b3730;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .pagination-filter-container .pagination li a {
    padding: 5px 10px;
  }
}
.pagination-filter-container .pagination li a.active {
  text-decoration: none;
}
.park .pagination-filter-container .pagination li a.active {
  color: #330033;
}
.authority .pagination-filter-container .pagination li a.active {
  color: #225096;
}
.search .pagination-filter-container .pagination li a.active {
  color: #177D67;
}
.pagination-filter-container .pagination li a:hover {
  text-decoration: underline;
}
.pagination-filter-container .button {
  margin: 0 0 0 20px;
  padding: 6px 20px 6px 10px;
}
.pagination-filter-container p {
  margin: 4px 10px 0 !important;
}

/* Listing result */
.listing-results-container .listing-result {
  margin: 0 0 20px;
}
.listing-results-container .listing-result .listing-result-image {
  float: left;
  margin: 0 10px 0 0;
  padding: 5px 0 0;
  /*@include transition(all 200ms);			*/
}
.listing-results-container .listing-result .listing-result-details {
  overflow: hidden;
  color: #3b3730;
}
.listing-results-container .listing-result .listing-result-details .title {
  font-weight: 600;
  margin: 0;
}
.listing-results-container .listing-result .listing-result-details .date {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.listing-results-container .listing-result .listing-result-details li {
  margin-bottom: 10px;
}
.listing-results-container .listing-result .listing-result-details li a {
  display: inline;
}
.listing-results-container a {
  display: block;
}
.listing-results-container a:hover {
  text-decoration: none;
}
.listing-results-container a:hover .listing-result-image {
  /*margin:0 22px 0 8px;*/
}

/* Google Map */
#map-canvas {
  width: 100%;
  height: 500px;
  z-index: 1000;
  z-index: 1000;
}

#map-canvas.map-full-height {
  height: 600px;
}

/* Map Filter Scale */
.characteristic-container {
  position: relative;
  padding: 12px;
  overflow: hidden;
}
.characteristic-container p.intro {
  margin: 0;
  padding: 3px 20px 0 0;
  font-weight: 600;
  float: left;
}
.characteristic-container p.more-details, .characteristic-container p.more-method {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.characteristic-container .more-details-container {
  margin: 25px 0 0;
  display: none;
}
.characteristic-container .characteristic-scale-container p,
.characteristic-container .sensitivity-scale-container p {
  float: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}
.characteristic-container .characteristic-scale-container span,
.characteristic-container .sensitivity-scale-container span {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #5B5953;
}
.characteristic-container .characteristic-scale-container span.scale-7 {
  background-color: #806553;
}
.characteristic-container .characteristic-scale-container span.scale-6 {
  background-color: #998e6e;
}
.characteristic-container .characteristic-scale-container span.scale-5 {
  background-color: #a19762;
}
.characteristic-container .characteristic-scale-container span.scale-4 {
  background-color: #bbac80;
}
.characteristic-container .characteristic-scale-container span.scale-3 {
  background-color: #e1d59a;
}
.characteristic-container .characteristic-scale-container span.scale-2 {
  background-color: #e3e1ad;
}
.characteristic-container .characteristic-scale-container span.scale-1 {
  background-color: #fff0b5;
}
.characteristic-container .sensitivity-scale-container span.scale-6 {
  background-color: #951610;
}
.characteristic-container .sensitivity-scale-container span.scale-5 {
  background-color: #AA4316;
}
.characteristic-container .sensitivity-scale-container span.scale-4 {
  background-color: #B6691F;
}
.characteristic-container .sensitivity-scale-container span.scale-3 {
  background-color: #C5942B;
}
.characteristic-container .sensitivity-scale-container span.scale-2 {
  background-color: #CDAF31;
}
.characteristic-container .sensitivity-scale-container span.scale-1 {
  background-color: #D1C538;
}

/* Map filters */
.map-filters {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.map-filters li {
  margin: 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  float: left;
  width: 33.33333%;
  background-color: #f6f6f6;
}
.map-filters li:nth-child(3n) {
  border-right: 0;
}
.map-filters li:hover {
  background-color: #eceaea;
}
@media only screen and (max-width: 1040px) {
  .map-filters li {
    width: 50%;
  }
  .map-filters li:nth-child(3n) {
    border-right: 1px solid #ffffff;
  }
  .map-filters li:nth-child(2n) {
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .map-filters li {
    width: 100%;
    margin: 0 0 2px;
  }
}
.map-filters li label {
  display: block;
  margin: 0;
  padding: 13px 10px;
  font-weight: 600;
  background-repeat: no-repeat;
}
.map-filters li label.walking-sports {
  background-image: url(../../assets/images/design/map-pins-small.png);
  background-position: 7px 0px;
  padding-left: 65px;
}
.map-filters li label.outdoor-activities {
  background-image: url(../../assets/images/design/map-pins-small.png);
  background-position: 7px -440px;
  padding-left: 65px;
}
.map-filters li label.cycling-trails {
  background-image: url(../../assets/images/design/map-pins-small.png);
  background-position: 7px -110px;
  padding-left: 65px;
}
.map-filters li label.scenic-spots {
  background-image: url(../../assets/images/design/map-pins-small.png);
  background-position: 7px -220px;
  padding-left: 65px;
}
.map-filters li label.castles {
  background-image: url(../../assets/images/design/map-pins-small.png);
  background-position: 7px -275px;
  padding-left: 65px;
}
.map-filters li label.wildlife-spotting {
  background-image: url(../../assets/images/design/map-pins-small.png);
  background-position: 7px -330px;
  padding-left: 65px;
}
.map-filters li label.family {
  background-image: url(../../assets/images/design/map-pins-small.png);
  background-position: 7px -385px;
  padding-left: 65px;
}
.map-filters li label.visitor-information {
  background-image: url(../../assets/images/design/map-pins-small.png);
  background-position: 7px -55px;
  padding-left: 65px;
}
.map-filters li label.ranger-bases {
  background-image: url(../../assets/images/design/map-pins-small.png);
  background-position: 7px -165px;
  padding-left: 65px;
}

/* Title bar */
.title-bar {
  padding: 10px;
}
.title-bar p {
  color: #ffffff;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
.park .title-bar {
  background: #330033;
}
.authority .title-bar {
  background: #225096;
}
.search .title-bar {
  background: #177D67;
}

/* Social Icons */
.social-container {
  margin-bottom: 40px;
}
.footer .social-container {
  margin-bottom: 15px;
}
.footer .social-container ul.social-links {
  text-align: center;
}
.social-container ul.social-links {
  margin: 0;
  padding: 0;
}
.social-container ul.social-links li {
  margin-bottom: 0;
  margin-left: 3px;
  display: inline-block;
  list-style-type: none;
}
.social-container ul.social-links li:first-child {
  margin-left: 0;
}

.social {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-indent: -999px;
  overflow: hidden;
  background-image: url(../../assets/images/design/social-icons.png);
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms;
  -moz-transition: background-position 300ms;
  -ms-transition: background-position 300ms;
  -o-transition: background-position 300ms;
  transition: background-position 300ms;
}
.social.twitter {
  background-position: 0 0;
}
.social.twitter:focus, .social.twitter:hover {
  background-position: 0 -38px;
}
.social.facebook {
  background-position: -40px 0;
}
.social.facebook:focus, .social.facebook:hover {
  background-position: -40px -38px;
}
.social.instagram {
  background-position: -80px 0;
}
.social.instagram:focus, .social.instagram:hover {
  background-position: -80px -38px;
}
.social.pinterest {
  background-position: -120px 0;
}
.social.pinterest:focus, .social.pinterest:hover {
  background-position: -120px -38px;
}
.social.flickr {
  background-position: -160px 0;
}
.social.flickr:focus, .social.flickr:hover {
  background-position: -160px -38px;
}
.social.linkedin {
  background-position: -200px 0;
}
.social.linkedin:focus, .social.linkedin:hover {
  background-position: -200px -38px;
}

/* Forms */
fieldset {
  margin: 0 0 50px;
  padding: 0;
  border: 1px solid #ddd;
}

.lt-ie8 fieldset {
  width: 95%;
}

legend {
  border: 1px solid #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  display: none;
}

.fieldset-inner-container {
  margin: 0;
  padding: 20px;
  background-color: #f8f8f8;
}

.form-row-container {
  margin: 0 0 30px;
  padding: 0px;
  width: 100%;
}

.form-row-container:last-child {
  margin: 0;
}

/* Helper classes */
.extra-row {
  margin: 5px 0 0 0;
}

/* "other" title, multi-line address input */
.counter-container {
  margin: 0px 0 10px 0;
}

.counter-container p {
  margin: 0;
}

.hidden {
  display: none;
}

/* Default values */
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 1px solid #949494;
  font-size: 16px;
  font-size: 1.6rem;
}

input:focus,
textarea:focus,
textarea:active {
  background-color: #FFFDDC;
}

/* Presentation */
::-webkit-input-placeholder {
  color: #757575;
  font-style: italic;
}

input:-moz-placeholder {
  color: #757575;
  font-style: italic;
}

.search-input-container ::-webkit-input-placeholder {
  color: #330033;
  font-style: italic;
}
.search-input-container input:-moz-placeholder {
  color: #330033;
  font-style: italic;
}

/* Override values */
label {
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
}

.label {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  margin: 0;
  padding: 10px;
  width: 100%;
}

input[type="password"] {
  padding: 12px;
}

input[type="radio"],
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 2px 10px 0 0;
}

.lt-ie8 input[type="text"],
.lt-ie8 input[type="password"],
.lt-ie8 input[type="email"],
.lt-ie8 input[type="tel"] {
  padding: 5px 0;
}

select {
  margin: 0 10px 0 0;
  padding: 6px;
  cursor: pointer;
  max-width: 100%;
}

select.full-size {
  width: 100%;
}

/* Styled select boxes (Select 2 plugin) */
.select2-drop {
  box-shadow: none;
}

.select2-container {
  max-width: 100%;
}

.select2-container .select2-choice {
  background: #fff;
  border: 1px solid #cac9c9;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2px 20px 2px 10px;
  background-image: none;
  height: auto;
  box-shadow: none;
}

/* Arrow Container */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 40px;
}

.select2-container .select2-choice .select2-arrow {
  background: none;
  border-radius: 0;
  width: 30px;
}

/* Arrow image Closed */
.select2-container .select2-choice .select2-arrow {
  border: 0;
}

.select2-container .select2-choice .select2-arrow b {
  background-position: 7px 3px;
}

/* Arrow image Open */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -11px 3px;
}

.select2-drop-active {
  /*width:auto!important;*/
  border-left: 1px solid #cac9c9;
  border-right: 1px solid #cac9c9;
  border-bottom: 1px solid #cac9c9;
}

.select2-results li {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}

.select2-search input {
  padding: inherit;
}
.select2-search input:focus {
  background-color: none;
}

.select2-dropdown {
  z-index: 2000;
}

textarea {
  margin: 0;
  padding: 5px;
  width: 100%;
  height: 80px;
}

/* Icons */
.required {
  position: absolute;
  top: 5px;
  left: -10px;
  width: 10px;
  height: 10px;
  background: url(../../assets/images/design/formImages/required.png) 0 0 no-repeat;
}

.tickIcon {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -20px;
  width: 20px;
  height: 40px;
  background: url(../../assets/images/design/formImages/tick.png) 98% 50% no-repeat;
}

.crossIcon {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -20px;
  width: 20px;
  height: 40px;
  background: url(../../assets/images/design/formImages/cross.png) 98% 50% no-repeat;
}

/* Wrappers and Icons */
.inputWrapper {
  position: relative;
}

.clearIcon {
  display: none;
  position: absolute;
  top: 3px;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../assets/images/design/formImages/clear.png) 50% 50% no-repeat;
  cursor: pointer;
  z-index: 3;
}

.clearIconPadding {
  padding-right: 28px !important;
}

.passwordIcon {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -20px;
  width: 35px;
  height: 40px;
  background: url(../../assets/images/design/formImages/wink.png) 5px 50% no-repeat;
  cursor: pointer;
  z-index: 3;
}

.passwordIcon-show {
  background-position: -40px 50%;
}

.movePasswordIcon {
  right: 45px !important;
}

.doubleIconPadding {
  padding-right: 80px !important;
}

/* Error / Help messages */
.messageContainer {
  margin: 5px 0 0;
  padding: 6px 5px 5px 30px;
}

.messageContainer p {
  margin: 0;
  padding: 0;
}

.error-message {
  border: 1px solid #df8f90;
  background: #ffd2d3 url(../../assets/images/design/formImages/cross.png) 5px 50% no-repeat;
}

.help-message {
  border: 1px solid #9fc7f5;
  background: #dbecff url(../../assets/images/design/formImages/help.png) 5px 50% no-repeat;
}

/* Info Panel - "data protection" */
.infoPanel {
  margin: 0 0 0 0;
}

.infoPanel input {
  float: left;
  margin: 10px 5px 0 0;
  padding: 0;
  border: 0;
}

.infoPanel label {
  display: block;
  margin: 0;
  padding: 8px 12px 10px 20px;
  cursor: pointer;
}

/* RADIO / CHECKBOXES */
/* Gender */
.compact-list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.compact-list li {
  float: left;
  margin: 0;
  padding: 0px;
  overflow: hidden;
}

.compact-list li input {
  float: left;
  margin: 3px 0 0;
}

.compact-list li label {
  float: left;
  padding: 0 20px 8px 5px;
}

/* Single Row List - "Call me" */
.single-row-list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.single-row-list li {
  float: left;
  width: 24%;
  margin: 0;
  padding: 0px;
  overflow: hidden;
}

.single-row-list li input {
  float: left;
  margin: 3px 0 0;
}

.single-row-list li label {
  float: left;
  padding: 0 20px 8px 5px;
}

/* Multi Col List - "Option list" */
.multi-col-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -moz-column-count: 3;
  -moz-column-gap: 1em;
  -webkit-column-count: 3;
  -webkit-column-gap: 1em;
}

.multi-col-list li {
  margin: 0;
  padding: 0px;
  overflow: hidden;
  font-size: 1em;
}

.multi-col-list li input {
  float: left;
  margin: 6px 0 0;
  padding: 0;
  border: 0;
}

.multi-col-list li label {
  display: block;
  margin: 0;
  padding: 8px 12px 10px 25px;
  cursor: pointer;
}

/* footer */
.footer, .footer a {
  color: #E5E1DB;
}
@media only screen and (max-width: 1040px) {
  .footer, .footer a {
    margin-bottom: 10px;
  }
  .footer .dotted:after {
    display: none;
  }
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
.footer a:focus {
  outline: 2px solid #177D67;
  background-color: #177D67;
}
.footer a.top-10-employer-container:focus {
  background-color: transparent;
}
.footer section {
  margin-left: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1040px) {
  .footer section {
    margin-left: 0;
  }
}
.footer .text-center img {
  margin-bottom: 20px;
}
.footer .text-center p a {
  margin-right: 25px;
}
.footer .cairngorms-map {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 20%;
  height: auto;
}
@media only screen and (max-width: 1040px) {
  .footer .cairngorms-map {
    width: 45%;
  }
}
.footer #menu-footer-1a-about-the-authority-1 + a.top-10-employer-container, .footer a #menu-footer-1a-about-the-authority-1 + a.top-10-employer-container {
  display: block;
}
@media only screen and (max-width: 1040px) {
  .footer #menu-footer-1a-about-the-authority-1 + a.top-10-employer-container, .footer a #menu-footer-1a-about-the-authority-1 + a.top-10-employer-container {
    display: none;
  }
}
.footer .addr-col .top-10-employer-container {
  display: none;
}
@media only screen and (max-width: 1040px) {
  .footer .addr-col .top-10-employer-container {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer .addr-col .top-10-employer-container {
    margin: 0 auto;
    text-align: center;
  }
}
.footer .natl-parks-logo-container {
  position: relative;
  margin-top: 425px;
  float: right;
  margin-right: 30px;
  height: auto;
}
@media only screen and (max-width: 1206px) {
  .footer .natl-parks-logo-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1040px) {
  .footer .natl-parks-logo-container {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .natl-parks-logo-container {
    display: block;
    width: 50%;
    margin: 20px auto;
    float: none;
    text-align: center;
  }
  .footer .natl-parks-logo-container img {
    height: auto;
  }
}
.footer .natl-parks-logo-container img {
  max-width: 100%;
}
@media only screen and (min-width: 1041px) {
  .footer .bottom {
    position: relative;
  }
}

.footer-content {
  padding-top: 35px;
  position: relative;
  min-height: 424px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1040px) {
  .footer-content {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-links {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
}
@media only screen and (max-width: 1040px) {
  .footer-links {
    margin-bottom: 50px;
  }
}
.footer-links li:first-child {
  display: none;
}
.footer-links li {
  margin-bottom: 18px;
}
@media only screen and (max-width: 1040px) {
  .footer-links li {
    line-height: 1em;
  }
}

/* Meeting list */
a.pdf {
  color: #BD0000 !important;
}

/* Link from search to publications and resources page*/
DIV .link_to_publications {
  font-size: 2.0em;
  width: 100%;
  text-align: right;
}

/** table press overrides **/
.dataTables_length,
.dataTables_filter {
  display: inline-block;
  padding: 10px 0;
}
.dataTables_length input,
.dataTables_length select,
.dataTables_filter input,
.dataTables_filter select {
  margin: 0 5px;
}

/* n per page dropdown wrap */
.dataTables_length {
  float: right;
}

/* table search wrap */
.dataTables_filter input {
  padding: 6px;
}

/* showing X out of Y results text */
.dataTables_info {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

/* Previous/Next btns */
.paginate_button {
  cursor: pointer;
  font-size: 1.6rem;
  text-decoration: underline;
}
.paginate_button.disabled {
  color: #595959;
  text-decoration: none;
}
.paginate_button.previous {
  margin-right: 8px;
  border-right: 1px solid #ccc;
  padding-right: 9px;
}

.tablepress thead tr th.sorting,
.tablepress thead tr th.sorting_asc,
.tablepress thead tr th.sorting_desc {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.tablepress thead tr th.sorting:after,
.tablepress thead tr th.sorting_asc:after,
.tablepress thead tr th.sorting_desc:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: transparent url(https://cairngorms.co.uk/wp-content/themes/cnpa/assets/images/design/arrow-down-white.svg) no-repeat center;
}

.tablepress thead tr th.sorting::after,
.tablepress thead tr th.sorting_asc::after {
  transform: translateY(-50%);
}

.tablepress thead tr th.sorting_asc,
.tablepress thead tr th.sorting_desc {
  background-color: #b14d9d;
}

.tablepress thead tr th.sorting_desc::after {
  transform: translateY(-50%) rotate(-180deg);
}

.tablepress.collapsed td.column-1 {
  position: relative;
}
.tablepress.collapsed td.column-1::after {
  cursor: pointer;
  content: 'View more...';
  width: auto;
  height: 20px;
  display: block;
  color: #225096;
}

.tablepress.collapsed tr.parent td.column-1::after {
  content: 'View less...';
}

.sl-overlay {
  z-index: 9999;
  background-color: #060606;
}

.sl-close svg path {
  fill: #fff;
}

.sl-wrapper .sl-navigation button.sl-prev svg path,
.sl-wrapper .sl-navigation button.sl-next svg path {
  fill: #fff;
}
.sl-wrapper .sl-navigation button.sl-prev svg {
  transform: rotate(180deg);
}

.sl-wrapper .sl-image .sl-caption {
  background: rgba(36, 187, 154, 0.75);
  color: #fff;
  font-style: italic;
  padding: 13px 20px;
  font-size: 15px;
  font-size: 1.5rem;
}

.sidebar-push-features .feature-link .feature-link-description p {
  margin-bottom: 0;
}
.sidebar-push-features .feature-link .image-cropper + .feature-link-description {
  padding: 0;
  margin-top: 10px;
}
.sidebar-push-features hr {
  margin: 27px 0 33px 0;
}
.sidebar-push-features a:last-of-type + hr {
  display: none;
}

.img-as-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-as-bg.ratio-5-3:before {
  content: '';
  display: block;
  padding-top: 60%;
}
.img-as-bg.ratio-5-4:before {
  content: '';
  display: block;
  padding-top: 80%;
}
.img-as-bg.ratio-16-9:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.bottom-push-features .img-as-bg {
  margin-bottom: 30px;
}

div.dataTables_wrapper {
  width: 100%;
  overflow-x: auto;
}

.js-cm-form label {
  font-weight: 600;
}
.js-cm-form > div {
  margin-bottom: 30px;
}
.js-cm-form .input-wrap {
  margin-bottom: 20px;
}
.js-cm-form .input-wrap label {
  display: block;
  margin-bottom: 4px;
}
.js-cm-form .checkbox-group > p {
  font-weight: bold;
  margin: 30px 0 10px 0;
}
.js-cm-form p.check-description {
  font-size: 1.3rem;
  padding-top: 0.5em;
}
.js-cm-form .checkbox-group p:empty {
  display: none;
}
.js-cm-form .checkbox-group .check-wrap label > input[type="checkbox"] {
  position: relative;
  top: 4px;
  margin-right: 6px;
}
.js-cm-form input:invalid,
.js-cm-form textarea:invalid {
  background-color: #fff;
  border-color: #d10000;
}

.header .menu-container .menu {
  transition: box-shadow 0.3s ease;
}
.header .menu-container .menu .logo {
  height: 68px;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
@media (min-width: 1040px) {
  .header .menu-container .menu .logo {
    height: 75px;
    width: 135px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 1040px) {
  .header .menu-container .menu .logo img {
    width: 75px;
  }
}
@media only screen and (min-width: 1041px) {
  .header .menu-container .menu .logo {
    width: 175px;
    padding-bottom: 35px;
    height: 110px;
    top: -25px;
  }
  .header .menu-container .menu .logo img {
    width: 175px;
  }
}
@media (min-width: 768px) {
  .header .menu-container .menu .menu-items {
    height: 75px;
  }
}
@media only screen and (min-width: 1041px) {
  .header .menu-container .menu .menu-items {
    height: 85px;
  }
}
@media (min-width: 768px) {
  .header .menu-container .menu .menu-items ul {
    transition: padding-left 0.3s ease, padding-right 0.3s ease;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 160px;
    padding-right: 130px;
  }
}
@media only screen and (min-width: 1041px) {
  .header .menu-container .menu .menu-items ul {
    padding-left: 200px;
  }
}
@media (min-width: 768px) {
  .header .menu-container .menu .menu-items ul > li {
    height: 100%;
    float: none;
  }
  .header .menu-container .menu .menu-items ul > li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .menu-container .menu .search {
  width: 130px;
}
.header .menu-container .menu .search .show-search {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .menu-container .menu .search svg {
  width: 15px;
  height: 15px;
  margin-left: 6px;
}
.header .menu-container .menu .search svg .icon-path {
  fill: #fff;
}
@media (min-width: 768px) {
  .header {
    transition: padding 0.3s ease, height 0.3s ease;
  }
  .header .constraint,
  .header .logo,
  .header .logo img {
    transition: width 0.3s ease;
  }
  .header-scrolled {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    height: 85px;
  }
}
@media (min-width: 768px) and (min-width: 1041px) {
  .header-scrolled .menu-submenu.has-feature {
    width: calc(100% + 220px) !important;
    left: -110px !important;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .header-scrolled .menu-submenu.has-feature {
    width: calc(100% + 250px) !important;
    left: -125px !important;
  }
}
@media (min-width: 768px) {
  .header-scrolled .constraint {
    width: 100%;
  }
  .header-scrolled .constraint .menu {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .header-scrolled .constraint .menu > .menu-items > ul {
    padding-left: 110px;
  }
  .header-scrolled .constraint .menu .logo {
    width: 75px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header-scrolled .constraint .menu .logo {
    width: 85px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1041px) {
  .header-scrolled .constraint .menu .logo {
    top: 0;
    height: 85px;
  }
}

.tablet-only.show-menu.link {
  font-size: 16px;
  font-weight: 700;
  height: 68px;
  bottom: 0;
  padding: 0;
  color: #330033;
  width: 100px;
  text-align: right;
}
.tablet-only.show-menu.link span {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #330033;
}
.tablet-only.show-menu.link span:nth-child(1) {
  transform: translateY(9px);
}
.tablet-only.show-menu.link span:nth-child(2) {
  transform: translateY(15px);
}
.tablet-only.show-menu.link span:nth-child(3) {
  transform: translateY(21px);
}

.image-fader {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .image-fader {
    border-left: none;
    border-right: none;
  }
}
.image-fader.hero {
  height: 100vh;
}
@media only screen and (min-width: 1041px) {
  .image-fader.hero {
    height: 83vh;
  }
}
.image-fader.hero h2.feature-image-title {
  text-transform: none;
  font-size: clamp(28px, 4vw, 32px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  max-width: 630px;
  margin-top: 0;
  top: 0;
  left: 0;
  position: static;
  text-shadow: 0px 0px 10px black;
}
@media (min-width: 768px) {
  .image-fader.hero h2.feature-image-title {
    padding-top: 110px;
    font-size: 46px;
  }
}
.image-fader.hero .hero-content {
  box-sizing: content-box;
  padding: 0 20px;
  max-width: 1220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}
.image-fader.hero .image-caption {
  background-color: rgba(43, 47, 51, 0.9);
  font-style: normal;
  font-size: 13px;
}
.image-fader.hero .hero-buttons {
  padding-top: 10px;
}
.image-fader.hero .hero-buttons .link {
  height: 52px;
  color: #fff;
  padding: 0 20px;
  text-decoration: none;
  line-height: 52px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .image-fader.hero .hero-buttons .link {
    height: 54px;
    line-height: 54px;
  }
}
.image-fader.hero .hero-buttons .link:nth-child(1) {
  margin-right: 20px;
}
.image-fader.hero .hero-buttons .link.link-purple {
  background-color: #330033;
}
.image-fader.hero .hero-buttons .link.link-purple svg {
  margin-left: 3px;
  fill: #fff;
  width: 15px;
  height: 13px;
  transition: transform 600ms;
}
.image-fader.hero .hero-buttons .link.link-purple:hover svg {
  transform: translateX(7px);
}
.image-fader.hero .hero-buttons .link.link-blue {
  background-color: #225096;
}
.image-fader.hero .hero-buttons .link.link-blue svg {
  margin-left: 3px;
  fill: #fff;
  width: 20px;
  height: 15px;
  transition: transform 600ms;
}
.image-fader.hero .hero-buttons .link.link-blue:hover svg {
  transform: translateX(7px);
}

body.has-banner .top-header-container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 20px);
}
body.has-banner .image-fader.hero {
  height: auto;
  flex-grow: 1;
}
body.has-banner .alert-banner {
  flex-grow: 0;
}

.hero-small {
  margin-bottom: 0;
  height: 425px;
}
@media (min-width: 768px) {
  .hero-small {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
  }
}
.hero-small .image-caption {
  background-color: rgba(43, 47, 51, 0.9);
  font-style: normal;
  font-size: 13px;
}
.hero-small .image-caption .expand {
  background-color: rgba(43, 47, 51, 0.9);
}

.alert-banner {
  background-color: #330033;
}
@media (min-width: 768px) {
  .alert-banner {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
  }
}
.alert-banner .alert-banner-container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  padding: 20px;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .alert-banner .alert-banner-container {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 480px) {
  .alert-banner .alert-banner-container {
    padding: 15px 10px 20px 10px;
  }
}
.alert-banner .alert-banner-content svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.alert-banner .alert-banner-content .icon-path {
  fill: #fff;
}
.alert-banner .alert-banner-content h2 {
  display: inline-block;
  font-size: 22px;
  line-height: 1.3em;
}
@media only screen and (max-width: 480px) {
  .alert-banner .alert-banner-content h2 {
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .alert-banner .alert-banner-content {
    padding-right: 20px;
    max-width: 850px;
  }
  .alert-banner .alert-banner-content > *:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .alert-banner .alert-banner-content p {
    line-height: 1.4;
    margin-bottom: 16px;
    font-size: 15px;
  }
}
.alert-banner .alert-banner-button .link {
  border: 2px solid #fff;
  color: #fff;
  padding: 15px 20px;
  text-decoration: none;
  line-height: 1.5;
}
.alert-banner .alert-banner-button .link svg {
  margin-left: 3px;
  fill: #fff;
  width: 20px;
  height: 15px;
  transition: transform 600ms, fill 600ms;
}
.alert-banner .alert-banner-button .link:hover {
  cursor: pointer;
  background-color: #fff;
  color: #330033;
}
.alert-banner .alert-banner-button .link:hover svg {
  fill: #330033;
  transform: translateX(7px);
}
@media (min-width: 768px) {
  .alert-banner .alert-banner-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
}

.global-btn.link {
  height: 52px;
  overflow: hidden;
  border: 2px solid #330033;
  line-height: 48px;
  padding: 0 20px;
  color: #330033;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
.global-btn .link-arrow,
.global-btn .link-share {
  fill: #330033;
}
.global-btn:hover {
  background-color: #330033;
  color: #fff;
}
.global-btn:hover .link-arrow,
.global-btn:hover .link-share,
.global-btn:hover .link-external {
  fill: #fff;
  transform: translateX(7px);
}
.global-btn.link-cta-1 {
  background-color: #330033;
  color: #fff;
}
.global-btn.link-cta-1 .link-arrow,
.global-btn.link-cta-1 .link-share {
  fill: #fff;
}
.global-btn.link-cta-2 {
  border-color: #330033;
  background-color: #330033;
  color: #fff;
}
.global-btn.link-cta-2 .link-arrow,
.global-btn.link-cta-2 .link-share {
  fill: #fff;
}
.global-btn.link-cta-3 {
  border-color: #177D67;
  background-color: #177D67;
  color: #fff;
}
.global-btn.link-cta-3 .link-arrow,
.global-btn.link-cta-3 .link-share {
  fill: #fff;
}
.global-btn.link-cta-4 {
  border-color: #225096;
  background-color: #225096;
  color: #fff;
}
.global-btn.link-cta-4 .link-arrow,
.global-btn.link-cta-4 .link-share {
  fill: #fff;
}
.global-btn.link-cta-5 {
  border-color: #990000;
  background-color: #990000;
  color: #fff;
}
.global-btn.link-cta-5 .link-arrow,
.global-btn.link-cta-5 .link-share {
  fill: #fff;
}
.global-btn.link-cta-1, .global-btn.link-cta-2, .global-btn.link-cta-3, .global-btn.link-cta-4, .global-btn.link-cta-5, .global-btn.link-cta-6 {
  position: relative;
}
.global-btn.link-cta-1:after, .global-btn.link-cta-2:after, .global-btn.link-cta-3:after, .global-btn.link-cta-4:after, .global-btn.link-cta-5:after, .global-btn.link-cta-6:after {
  display: inline-block;
  content: '';
  padding-top: 0;
  margin-left: 10px;
  width: 20px;
  height: 15px;
  transition: transform 600ms;
  background: url(..//images/design/icon-arrow-right.svg) no-repeat center center;
}
.global-btn.link-cta-1:hover:after, .global-btn.link-cta-2:hover:after, .global-btn.link-cta-3:hover:after, .global-btn.link-cta-4:hover:after, .global-btn.link-cta-5:hover:after, .global-btn.link-cta-6:hover:after {
  transform: translateX(7px);
}
.global-btn.link-cta-6:after {
  background: url(..//images/design/icon-arrow-right-purple.svg) no-repeat center center;
}
.global-btn.link-cta-6:hover:after {
  background: url(..//images/design/icon-arrow-right.svg) no-repeat center center;
}

.content-drawer.cta .global-btn.link-cta-1:after, .content-drawer.cta .global-btn.link-cta-2:after, .content-drawer.cta .global-btn.link-cta-3:after, .content-drawer.cta .global-btn.link-cta-4:after, .content-drawer.cta .global-btn.link-cta-5:after, .content-drawer.cta .global-btn.link-cta-6:after,
.content-drawer.meeting-drawer .global-btn.link-cta-1:after,
.content-drawer.meeting-drawer .global-btn.link-cta-2:after,
.content-drawer.meeting-drawer .global-btn.link-cta-3:after,
.content-drawer.meeting-drawer .global-btn.link-cta-4:after,
.content-drawer.meeting-drawer .global-btn.link-cta-5:after,
.content-drawer.meeting-drawer .global-btn.link-cta-6:after {
  display: none !important;
}

.link-arrow,
.link-share,
.link-external {
  padding-top: 1px;
  margin-left: 10px;
  fill: #fff;
  width: 20px;
  height: 15px;
  transition: transform 600ms;
}

.link-external {
  height: auto;
  vertical-align: middle;
  width: 14px;
  position: relative;
  top: -2px;
}

.link-share {
  height: 23px;
  vertical-align: middle;
}

.content-drawer {
  margin-top: 100px;
  margin-bottom: 100px;
}
.content-drawer.no-space-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.content-drawer.content-drawer.no-margin + .content-drawer, .content-drawer.content-drawer.margin-bottom-0 + .content-drawer {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .content-drawer {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .content-drawer.no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-drawer.cta, .content-drawer.feature, .content-drawer.grids, .content-drawer.squares {
    margin-left: -20px;
    margin-right: -20px;
  }
  .content-drawer.cta h2, .content-drawer.feature h2, .content-drawer.grids h2, .content-drawer.squares h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content-drawer .content {
  padding-top: 0;
}

body.home .content .content-drawer.cta,
body.page-template-template-acf-page-no-sidebar .content .content-drawer.cta {
  margin-left: -20px;
  margin-right: -20px;
}

.page-template-template-acf-page .content > .content-drawer:first-child {
  margin-top: 20px;
}

.page-template-template-acf-page .content > .content-drawer.content {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-template-acf-page .content > .content-drawer.cta.no-space-margin, .page-template-template-acf-page .content > .content-drawer.feature.no-space-margin, .page-template-template-acf-page .content > .content-drawer.grids.no-space-margin, .page-template-template-acf-page .content > .content-drawer.squares.no-space-margin {
    margin-bottom: 20px;
  }
}
.page-template-template-acf-page .content > .content-drawer.grids.no-space-margin, .page-template-template-acf-page .content > .content-drawer.squares.no-space-margin {
  margin-bottom: 20px;
}

.squares h2.large {
  font-size: 24px;
  color: #330033;
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .squares h2.large {
    font-size: 34px;
  }
}
.squares .flex-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .squares .flex-container {
    width: calc(100% + 6px);
    margin-left: -3px;
  }
}
.squares .feature-link {
  position: relative;
  width: 100%;
  margin-bottom: 6px;
}
.squares .feature-link:hover .link-arrow,
.squares .feature-link:hover .link-external {
  transform: translateX(7px);
}
.squares .feature-link:focus .feature-link-description {
  background-color: #330033;
}
@media (min-width: 768px) {
  .squares .feature-link {
    margin: 3px;
    width: calc(50% - 6px);
    /**
     * if an odd number, just let the last one
     * take up the whole row
     */
  }
  .squares .feature-link:nth-child(odd):last-child {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
  }
  .squares .feature-link:nth-child(odd):last-child .image-cropper {
    max-height: 500px;
    overflow: hidden;
  }
  .squares .feature-link:nth-child(odd):last-child .image-cropper:before {
    max-height: 500px;
  }
}
.squares .image-cropper {
  position: relative;
}
.squares .image-cropper:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}
@media (min-width: 768px) {
  .squares .image-cropper:before {
    padding-top: 56.25%;
  }
}
.squares .image-cropper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.squares .feature-link-description {
  background-color: #177D67;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: 75%;
  max-width: 360px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .squares .feature-link-description {
    padding: 30px 25px;
    font-size: 18px;
  }
}

.grids > h2.large {
  color: #330033;
  font-size: 24px;
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .grids > h2.large {
    font-size: 34px;
  }
}
.grids-intro h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .grids-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.grids-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .grids-container {
    width: calc(100% + 6px);
    margin-left: -3px;
  }
}
.grids-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 6px;
  max-height: 340px;
}
.grids-item:focus .grids-item-description {
  background-color: #177D67;
}
.grids-item:focus .grids-item-description img.link-arrow {
  padding-top: 0;
}
.grids-item-image {
  position: relative;
  height: 100%;
}
.grids-item-image:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 60%;
}
.grids-item-image > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 600ms;
}
.grids-item:hover .grids-item-image > img {
  transform: scale(1.02);
}
.grids-item:hover .link-arrow,
.grids-item:hover .link-external {
  transform: translateX(7px);
}
@media (min-width: 768px) {
  .grids-item {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 3px;
    height: 312px;
  }
  .grids-item:nth-child(-n+2) {
    flex-basis: calc(50% - 6px);
  }
  .grids-item:nth-child(3), .grids-item:nth-child(4), .grids-item:nth-child(5) {
    flex-basis: calc((100% / 3) - 6px);
  }
  .grids-item:nth-child(6), .grids-item:nth-child(7) {
    flex-basis: calc(50% - 6px);
  }
}
.grids-item .grids-item-description {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: #330033;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
}
@media (min-width: 768px) {
  .grids-item .grids-item-description {
    font-size: 18px;
  }
}

.blogs-intro h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}
.blogs h2.large {
  font-size: 24px;
  color: #330033;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .blogs h2.large {
    font-size: 34px;
  }
}
.blogs .link-arrow {
  fill: #330033;
}
.blogs > .flex-row > .global-btn {
  margin: 30px auto 0 auto;
}

.blog-item.feature-link {
  flex-direction: column;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .blog-item.feature-link {
    margin-bottom: 25px;
  }
  .blog-item.feature-link:last-of-type {
    margin-bottom: 0;
  }
}
.blog-item.feature-link:hover .link-arrow {
  transform: translateX(7px);
}
.blog-item.feature-link .image-cropper {
  position: relative;
}
.blog-item.feature-link .image-cropper:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}
.blog-item.feature-link .image-cropper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.blog-item.feature-link .feature-link-description {
  padding: 30px 25px;
}
.blog-item.feature-link .feature-link-description .link {
  color: #330033;
  font-size: 20px;
}
.blog-item.feature-link .feature-link-description .link .link-arrow {
  fill: #330033;
}
@media (min-width: 768px) {
  .blog-item.feature-link .feature-link-description .link {
    font-size: 22px;
  }
}
.blog-item.feature-link .feature-link-description .small {
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  background-color: #177D67;
  color: #fff;
  padding: 0 15px;
  line-height: 34px;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .blog-item.feature-link .feature-link-description .small {
    height: 42px;
    line-height: 42px;
  }
}
.blog-item.feature-link .feature-link-description .blog-category {
  color: #177D67;
  font-size: 13px;
  font-weight: 700;
}

.blogs-container {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.blogs-container .blogs-category {
  color: #330033;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.blogs-container .blogs-title {
  font-size: 34px;
  font-weight: 700;
  color: #330033;
  margin-top: 10px;
  margin-bottom: 20px;
}
.blogs-container .blogs-return {
  height: 52px;
  border: 2px solid #330033;
  color: #330033;
  background-color: transparent;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: background-color 600ms, color 600ms;
}
.blogs-container .blogs-return svg {
  fill: #330033;
  transition: fill 600ms;
}
.blogs-container .blogs-return:hover, .blogs-container .blogs-return:focus {
  background-color: #330033;
  color: #fff;
}
.blogs-container .blogs-return:hover svg, .blogs-container .blogs-return:focus svg {
  fill: #fff;
}

.blogs-meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blogs-meta.author-page {
  align-items: flex-start;
  max-width: 600px;
  background: #ececec;
  margin: 0 auto 20px auto;
  padding: 30px;
}
.blogs-meta.author-page .blogs-meta--avatar {
  flex: 0 0 100px;
  order: 1;
  margin-left: 30px;
}
.blogs-meta.author-page .blogs-meta--avatar picture img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #330033;
  object-fit: cover;
  object-position: center;
}
.blogs-meta.author-page .blogs-meta--avatar + .blogs-meta--content {
  order: 0;
}
@media screen and (max-width: 610px) {
  .blogs-meta.author-page .blogs-meta--avatar {
    order: 0;
    margin-left: 0;
  }
  .blogs-meta.author-page .blogs-meta--avatar + .blogs-meta--content {
    order: 1;
  }
  .blogs-meta.author-page {
    flex-direction: column;
    align-items: center;
  }
  .blogs-meta.author-page .blogs-meta--avatar {
    margin-bottom: 20px;
  }
}
.blogs-meta.author-page .blogs-meta--content .blogs-meta--mini-bio {
  font-size: 16px !important;
}
.blogs-meta a {
  color: #330033;
  text-decoration: underline;
}
.blogs-meta--avatar {
  flex: 0 0 54px;
}
.blogs-meta--avatar picture img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #330033;
  object-fit: cover;
  object-position: center;
}
.blogs-meta--content {
  flex: 1 1 auto;
  padding-left: 12px;
}
.blogs-meta--content p {
  margin: 0;
  font-size: 16px;
}
.blogs-meta--content p a {
  font-weight: 700;
}
.blogs-meta--content p.blogs-meta--mini-bio {
  font-size: 13px;
}
.blogs-meta--mini-bio {
  line-height: 1.6;
}
.blogs-meta--mini-bio p {
  font-size: 16px;
}
.blogs-meta--mini-bio li {
  margin-bottom: 0;
}
.blogs-meta--date {
  font-weight: 700;
  color: #330033;
}

.blogs-share {
  color: #330033;
}
.blogs-share h3 {
  margin-top: 0;
  font-size: 18px;
}
.blogs-share ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
}
.blogs-share ul li {
  margin-right: 25px;
  margin-bottom: 40px;
}
.blogs-share ul li:last-child {
  margin-right: 0;
}

.blogs-related {
  display: flex;
  flex-wrap: wrap;
}
.blogs-related .blogs-related--title {
  width: 100%;
  padding-top: 80px;
}
.blogs-related .blogs-related--title h2 {
  margin-top: 0;
  color: #330033;
  font-size: 28px;
}
.blogs-related .stories-link--container {
  margin-top: 40px;
}

.feature {
  position: relative;
  padding: 100px 20px;
  text-shadow: 0px 0px 10px black;
  background-color: #330033;
}
@media only screen and (max-width: 767px) {
  .feature {
    padding: 70px 20px;
  }
}
.feature h1,
.feature h2,
.feature h3,
.feature h4,
.feature h5,
.feature h6 {
  font-size: 28px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .feature h1,
  .feature h2,
  .feature h3,
  .feature h4,
  .feature h5,
  .feature h6 {
    font-size: 20px;
  }
}
.feature h1,
.feature h2,
.feature h3,
.feature h4,
.feature h5,
.feature h6,
.feature p {
  color: #fff;
}
.feature > img {
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.feature .feature-content {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
.feature .feature-content > *:first-child {
  margin-top: 0;
}
.feature .feature-content > *:last-child {
  margin-bottom: 0;
}
.feature-video--playicon {
  width: 62px;
  height: 62px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .feature-video--playicon {
    margin-top: 15px;
  }
}
.feature-video--playicon:hover {
  cursor: pointer;
}
.feature-video--playicon .svg-path {
  fill: #fff !important;
}
.feature-video--popup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  transition: opacity 600ms;
}
.feature-video--popup.show {
  visibility: visible;
  opacity: 1;
}
.feature-video--popup.show .feature-video--popupclose {
  position: absolute;
  color: #fff;
}
.feature-video--popup.show .feature-video--popupclose:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.75;
}
.feature-video--popup .embed-ratio--wrapper {
  position: relative;
  height: auto;
}
.feature-video--popup .embed-ratio--wrapper iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  border: none;
}
.feature-video--popup .embed-ratio--wrapper,
.feature-video--popup .embed-ratio--wrapper iframe {
  width: 100%;
}

.faqs-intro h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
.faqs-intro h2.large {
  color: #330033;
}
.faqs__container {
  margin-left: auto;
  margin-right: auto;
}
.faqs__container > *:first-child {
  margin-top: 0;
}
.faqs__container > *:last-child {
  margin-bottom: 0;
}
.faqs__question {
  background-color: #e7e7e7;
  font-size: 18px;
  font-weight: 700;
  color: #555555;
  display: flex;
  align-items: center;
  padding: 20px 55px 20px 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  border: none;
}
@media only screen and (max-width: 767px) {
  .faqs__question {
    font-size: 16px;
  }
}
.faqs__question::before, .faqs__question::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #330033;
}
.faqs__question::before {
  height: 3px;
  width: 15px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: 0.3s ease;
}
.faqs__question::after {
  height: 15px;
  width: 3px;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.faqs__question:hover {
  cursor: pointer;
  background-color: #330033;
  color: #fff;
}
.faqs__question:hover::before, .faqs__question:hover::after {
  background-color: #fff;
}
.faqs__question.faqs__question--open {
  background-color: #330033;
  color: #fff;
}
.faqs__question.faqs__question--open::before, .faqs__question.faqs__question--open::after {
  background-color: #fff;
}
.faqs__question.faqs__question--open::after {
  opacity: 0;
  height: 0;
}
.faqs__answer {
  overflow: hidden;
  margin-left: 20px;
  transition: height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
  height: auto;
}
.faqs__answer > *:nth-child(1) {
  margin-top: 0px;
}
.faqs__answer > *:last-child {
  margin-bottom: 30px;
}
.faqs__answer[data-collapsed="true"] {
  height: 0px;
}

main .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 27px;
  margin-bottom: 27px;
  width: calc(100% + 6px);
  margin-left: -3px;
}
main .gallery figure.gallery-item {
  flex-basis: calc((100% - 18px) / 3);
  flex-shrink: 1;
  flex-grow: 1;
  max-width: calc(50% - 6px);
  margin: 3px;
  display: flex;
  flex-direction: column;
}
main .gallery figure.gallery-item:nth-child(5n + 4) {
  flex-basis: 50%;
}
main .gallery figure.gallery-item:nth-child(6) {
  flex-basis: 100%;
  max-width: 100%;
}
main .gallery figure.gallery-item a:focus {
  border: 1px solid #330033;
}
@media only screen and (max-width: 767px) {
  main .gallery figure.gallery-item {
    flex-basis: calc(50% - 6px);
    max-width: 100%;
  }
}
main .gallery figure.gallery-item .gallery-item {
  position: relative;
  overflow: hidden;
}
main .gallery figure.gallery-item .gallery-icon {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
main .gallery figure.gallery-item .gallery-icon:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: calc((3 / 4) * 100%);
}
main .gallery figure.gallery-item .gallery-icon a,
main .gallery figure.gallery-item .gallery-icon a > img,
main .gallery figure.gallery-item .gallery-icon img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .gallery figure.gallery-item .gallery-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}
@media screen and (max-width: 540px) {
  main .gallery figure.gallery-item {
    width: 100%;
  }
}

.wp-img-with-caption .image-caption,
.gallery-item .gallery-caption {
  padding: 35px 15px 10px 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  width: 100%;
  text-align: center;
  font-style: normal;
  font-size: 13px;
}

.wp-img-with-caption {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-img-with-caption .image-caption {
  padding: 10px 15px 0 15px;
  position: relative;
  background: transparent;
  color: #3b3730;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-item .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 1;
}
.gallery-item:hover img {
  transform: scale(1.02);
}

.blockquote-image {
  clear: both;
  position: relative;
  padding: 100px 20px;
  border-left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-shadow: 0px 0px 10px black;
}
@media only screen and (max-width: 767px) {
  .blockquote-image {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.blockquote-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 0, 51, 0.4);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .blockquote-image {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.blockquote-image > *:last-child {
  margin-bottom: 0;
}
.blockquote-image p {
  position: relative;
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

@media (min-width: 768px) {
  .cta {
    position: relative;
    padding: 100px 20px;
  }
}
.cta.cta-link-blue .global-btn, .cta.cta-link-green .global-btn {
  color: #fff;
}
.cta.cta-link-blue .global-btn:focus, .cta.cta-link-green .global-btn:focus {
  outline-color: #fff;
}
.cta.cta-link-blue .global-btn {
  background-color: #225096;
  border-color: #225096;
}
.cta.cta-link-green .global-btn {
  background-color: #177D67;
  border-color: #177D67;
}
.cta-image {
  background-color: #330033;
}
@media only screen and (max-width: 767px) {
  .cta-image {
    position: relative;
  }
  .cta-image:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 60%;
  }
}
.cta-image > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .cta-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .cta-overlay {
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, #330033 0%, rgba(51, 0, 51, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .cta-image {
    background-color: #330033;
  }
  .cta-container {
    display: flex;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 3;
  }
  .cta.cta-content-right .cta-overlay {
    background: linear-gradient(270deg, #330033 0%, rgba(51, 0, 51, 0) 100%);
  }
  .cta.cta-content-right .cta-container {
    justify-content: flex-end;
  }
}
.cta-content {
  text-align: center;
  color: #fff;
  background-color: #330033;
  padding: 20px;
}
.cta-content h2 {
  font-size: 20px;
}
.cta-content p {
  font-size: 16px;
}
.cta-content > *:first-child {
  margin-top: 0;
}
.cta-content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cta-content {
    text-align: left;
    width: 50%;
    max-width: 550px;
    background-color: transparent;
    padding: 0;
  }
  .cta-content h2 {
    font-size: 28px;
  }
}

.stories-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.stories-filters .link {
  margin: 10px;
  min-height: 52px;
  border: 2px solid #330033;
  color: #330033;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
@media only screen and (max-width: 1040px) {
  .stories-filters .link {
    margin: 5px;
    padding: 0 10px;
  }
}
.stories-filters .link:hover, .stories-filters .link:focus, .stories-filters .link.active {
  background-color: #330033;
  color: #fff;
}
.stories-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}
.stories-item {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc(33.3333333% - 24px);
  position: relative;
  margin: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 1040px) {
  .stories-item {
    flex-basis: calc(50% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .stories-item {
    flex-basis: calc(100% - 24px);
  }
}
.stories-item a {
  text-decoration: none;
}
.stories-item:hover .stories-item--image img, .stories-item:focus .stories-item--image img {
  transform: scale(1.02);
}
.stories-item--large {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc(50% - 24px);
}
@media only screen and (max-width: 767px) {
  .stories-item--large {
    flex: 0 0 calc(100% - 24px);
  }
}
.stories-item--large .stories-item--content {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .stories-item--large .stories-item--content {
    max-width: 80%;
  }
}
.stories-item--image {
  position: relative;
}
.stories-item--image picture:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 68%;
}
.stories-item--image img {
  position: absolute;
  top: 0;
  width: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s;
}
.stories-item--meta {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #177D67;
}
.stories-item--meta a {
  color: #fff;
  padding: 15px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
}
.stories-item--content {
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.75);
  max-width: 75%;
}
@media only screen and (min-width: 1200px) {
  .stories-item--content {
    padding: 30px;
  }
}
.stories-item--content a {
  color: #fff;
}
.stories-item--content h3 {
  margin-top: 0;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .stories-item--content h3 {
    font-size: 22px;
  }
}
.stories-item--content > *:first-child {
  margin-top: 0;
}
.stories-item--content > *:last-child {
  margin-bottom: 0;
}
.stories-item--category {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}
.stories-item--category .svg-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.stories-link--container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.stories-link--more.link {
  border: 2px solid #330033;
  color: #330033;
  height: 52px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.6s;
  margin: 0 auto 40px auto;
  text-decoration: none;
}
.stories-link--more.link .link-arrow {
  fill: #330033;
}
.stories-link--more.link:hover, .stories-link--more.link:focus {
  background-color: #330033;
  color: #fff;
}
.stories-link--more.link:hover .link-arrow, .stories-link--more.link:focus .link-arrow {
  fill: #fff;
}
.stories-link--top.link {
  color: #330033;
  height: 52px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
}
.stories-link--top.link .link-arrow {
  transform: rotate(-90deg);
  fill: #330033;
}
.stories-link--top:hover .link-arrow, .stories-link--top:focus .link-arrow {
  transform: rotate(-90deg) translateX(10px);
}

body.single-story .container > .wp-block-image {
  position: relative;
}
body.single-story .container > .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
body.single-story .container > .wp-block-image figure.alignleft,
body.single-story .container > .wp-block-image figure.alignright {
  position: relative;
  margin-top: 6px;
}
body.single-story .container > .wp-block-image figure.alignleft img,
body.single-story .container > .wp-block-image figure.alignright img {
  margin-bottom: 0;
}
body.single-story .container > .wp-block-image figcaption {
  background: rgba(36, 187, 154, 0.75);
  color: #fff;
  font-style: italic;
  padding: 13px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
body.single-story .wp-block-embed {
  margin-bottom: 20px;
}
body.single-story .wp-block-embed .wp-block-embed__wrapper {
  margin-bottom: 0;
}
body.single-story .wp-block-embed figcaption {
  background: #24bb9a;
  color: #fff;
  font-style: italic;
  padding: 13px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
body.single-story .wp-block-gallery {
  margin-left: -2px;
  margin-right: -2px;
}
body.single-story .wp-block-gallery ul {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
}
body.single-story .wp-block-gallery ul li {
  list-style-type: none;
  flex-basis: 33.3333%;
  flex-grow: 1;
  padding: 0 2px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 4px;
}
body.single-story .blocks-gallery-item figure {
  height: 100%;
  position: relative;
}
body.single-story .blocks-gallery-item figure figcaption {
  background: rgba(36, 187, 154, 0.75);
  color: #fff;
  font-style: italic;
  padding: 13px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
body.single-story .blocks-gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}
body.single-story .blocks-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
}
body.single-story .wp-block-embed__wrapper {
  position: relative;
  margin-bottom: 20px;
}
body.single-story .wp-block-embed__wrapper::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
body.single-story .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-story .wp-block-audio {
  margin-bottom: 20px;
}
body.single-story .wp-block-audio audio {
  display: block;
  width: 100%;
}
body.single-story .wp-block-audio figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: center;
}

.meetings .meetings-btn-cont {
  display: flex;
  justify-content: center;
}
.meetings .meetings-btn-cont .global-btn {
  margin: 0;
}
.meetings-intro {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.meetings-intro h2 {
  margin: 0 0 25px;
  text-align: center;
}
@media (min-width: 1080px) {
  .meetings-intro {
    flex-direction: row;
  }
  .meetings-intro h2 {
    text-align: left;
    margin-bottom: 0;
  }
}
.meetings-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.meetings-filters label {
  font-size: 13px;
  width: 70px;
  margin-right: 0;
}
@media (min-width: 1080px) {
  .meetings-filters label {
    margin-right: 10px;
    width: auto;
  }
}
.meetings-filters select {
  width: calc(100% - 70px);
  font-size: 13px;
  border: 1px solid #F2F2F2;
  margin: 5px 0;
}
@media (min-width: 1080px) {
  .meetings-filters select {
    margin-right: 10px;
  }
  .meetings-filters select[name="month"] {
    width: 180px;
  }
  .meetings-filters select[name="category"] {
    width: 260px;
  }
  .meetings-filters select > *:last-child {
    margin-right: 0;
  }
}
.meetings table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .meetings table {
    border-collapse: separate;
    border-spacing: 2px;
  }
}
.meetings thead {
  width: 100%;
}
.meetings thead th {
  background-color: #225096;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 1280px) {
  .meetings thead th:nth-child(3) {
    width: 340px;
  }
}
.meetings thead .meetings-head-desktop {
  display: table-row;
}
.meetings thead .meetings-head-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .meetings thead .meetings-head-mobile {
    display: block;
  }
  .meetings thead .meetings-head-mobile th {
    width: 100%;
    font-size: 16px;
    display: block;
  }
  .meetings thead .meetings-head-desktop {
    display: none;
  }
}
.meetings-row {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .meetings-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .meetings-row td {
    width: 100%;
  }
}
.meetings-row td {
  padding: 10px 20px;
  background-color: #f2f2f1;
  vertical-align: middle;
}
.meetings-row td p {
  margin-bottom: 0;
}
.meetings-row td .global-btn {
  margin: 5px 10px 5px 0;
}
.meetings-row td .global-btn:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .meetings-row td {
    border-top: 2px solid #fff;
  }
}

.post-password-form p:last-child {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  max-width: 320px;
}

.post-password-form input[type="submit"] {
  background: #237d67;
  padding: 12px 20px;
  outline: none;
  border: 1px solid #237d67;
  color: #fff;
}
.post-password-form input[type="submit"]:focus {
  border: 1px solid #330033;
  background: #330033;
}

.social-drawer .crt-widget-waterfall .crt-feed {
  width: calc(100% + 20px);
  margin: 0 -10px 0 -10px;
}
.social-drawer .crt-widget .crt-post-text a {
  color: #330033;
  opacity: 1;
  text-decoration: underline;
}
.social-drawer .crt-widget .crt-post .crt-post-fullname {
  font-size: 1.6rem;
}
.social-drawer .crt-widget .crt-post .crt-post-title,
.social-drawer .crt-widget .crt-post .crt-post-text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.social-drawer .crt-widget .crt-post .crt-post-footer {
  font-size: 1.4rem;
}
.social-drawer .crt-widget .crt-post .crt-post-footer .crt-post-date {
  opacity: 1;
}
.social-drawer .crt-widget .crt-post .crt-post-footer .crt-post-date a {
  color: #330033;
  opacity: 1;
  text-decoration: underline;
}
.social-drawer .crt-widget button.crt-load-more {
  font-size: 1.4rem;
}

.cnpa-tabs [role="tablist"] {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.cnpa-tabs [role="tablist"] [role="tab"] {
  outline: none;
  border: none;
  background: transparent;
  font-size: 16px;
  padding: 13px 12px;
  background: #ccc;
  border-top: 4px solid #ccc;
  margin-left: 3px;
}
.cnpa-tabs [role="tablist"] [role="tab"][aria-selected="true"] {
  background: #F2F2F2;
  border-top: 4px solid #5B5953;
}
.park .cnpa-tabs [role="tablist"] [role="tab"][aria-selected="true"], .authority .cnpa-tabs [role="tablist"] [role="tab"][aria-selected="true"], .search .cnpa-tabs [role="tablist"] [role="tab"][aria-selected="true"] {
  border-top: 4px solid #5B5953;
}
.cnpa-tabs [role="tablist"] [role="tab"]:active, .cnpa-tabs [role="tablist"] [role="tab"]:hover {
  border-top: 4px solid #5B5953;
}
.park .cnpa-tabs [role="tablist"] [role="tab"]:active, .authority .cnpa-tabs [role="tablist"] [role="tab"]:active, .search .cnpa-tabs [role="tablist"] [role="tab"]:active, .park .cnpa-tabs [role="tablist"] [role="tab"]:hover, .authority .cnpa-tabs [role="tablist"] [role="tab"]:hover, .search .cnpa-tabs [role="tablist"] [role="tab"]:hover {
  border-top: 4px solid #5B5953;
}
.cnpa-tabs [role="tablist"] [role="tab"]:focus {
  border-top: 4px solid #330033;
}
.park .cnpa-tabs [role="tablist"] [role="tab"]:focus {
  border-top: 4px solid #330033;
}
.authority .cnpa-tabs [role="tablist"] [role="tab"]:focus {
  border-top: 4px solid #225096;
}
.search .cnpa-tabs [role="tablist"] [role="tab"]:focus {
  border-top: 4px solid #177D67;
}

.map-text-entry-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #F2F2F2;
}

li.map-text-entry {
  list-style-type: none;
}

.map-text-entry {
  display: flex;
}
.map-text-entry .entry-image {
  flex-basis: 25%;
  max-width: 150px;
  padding-right: 10px;
  box-sizing: border-box;
}
.map-text-entry .entry-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.map-text-entry .entry-text {
  flex-basis: 75%;
  flex-shrink: 0;
  flex-grow: 1;
}
.map-text-entry .entry-text h4 {
  margin-top: 0;
}

/*# sourceMappingURL=global.css.map */
