@charset "UTF-8";
/*
Theme Name: Kolonihaveforbundet
Author: Symbiotisk ApS
Author URI: https://symbiotisk.dk
Version: 1
Description: Theme for kolonihaveforbundet
Text Domain: kolonihave
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, #main * .three-dots {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?mxw5id") format("truetype"), url("fonts/icomoon.woff?mxw5id") format("woff"), url("fonts/icomoon.svg?mxw5id#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"],
.footer-top .link-more:before,
.link-box:before,
.author-details .author-info ul a.mail:before,
.author-details .author-info ul a.tel:before,
.w-event-block .info li:before,
.s-result-block .info li:before,
.event-block .info li:before,
.locations-block .info .address:before,
.locations-block .info a.mail:before,
.meetings-list .location:before,
.meetings-block h3:before,
p a[target=_blank]:before,
.useful-pages .external:before,
.side-nav ul a:before,
.jcf-select .jcf-select-opener:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-calendar:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e903";
}

.icon-chevron-left:before {
  content: "\e908";
}

.icon-clock:before {
  content: "\e909";
}

.icon-download:before {
  content: "\e90a";
}

.icon-ex-link:before {
  content: "\e90b";
}

.icon-home:before {
  content: "\e90d";
}

.icon-link:before {
  content: "\e90e";
}

.icon-mail:before {
  content: "\e90f";
}

.icon-map-pin:before {
  content: "\e910";
}

.icon-map-pin-alt:before {
  content: "\e911";
}

.icon-pdf:before {
  content: "\e912";
}

.icon-phone:before {
  content: "\e913";
}

.icon-print:before {
  content: "\e914";
}

.icon-refresh:before {
  content: "\e915";
}

.icon-signs:before {
  content: "\e916";
}

.icon-tag:before {
  content: "\e917";
}

.icon-user:before {
  content: "\e918";
}

.icon-fb:before {
  content: "\ea90";
}

.icon-ig:before {
  content: "\ea92";
}

.icon-tw:before {
  content: "\ea96";
}

.icon-yt:before {
  content: "\ea9d";
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.footer-middle .footer-nav ul, .footer-middle .social, .banner-features ul, .links-block ul, .author-details .author-info ul, .w-event-block .info, .c-list-block .list-block ul, .s-result-block .info, .tab .btn-list, .tabset, .event-block .info, .options, .locations-block .info, .meetings-list, .garden-list, .side-nav ul, .accordion .slide ul, .accordion, .hero .img-list, .facts ul, .breadcrumbs, .posts-list, #main > :not(.hero-home, .hero, .content) ol, .nav, .nav-top ul, .tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, dl:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #131313;
  background: #fff;
  font: 18px/1.5555555556 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

ul, ol, dl, p, h1, #main * .three-dots, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5555555556em;
}

blockquote {
  border-left: 4px solid #999;
  padding-left: 0.5em;
  margin-left: 1.5555555556em;
}

th, td {
  border: 1px solid #999;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul, ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

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

button[type=submit],
input[type=button],
input[type=submit]#searchsubmit,
.post-password-form input[type=submit],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  display: inline-block;
  border-radius: 20px !important;
  border: 0;
  color: #fff;
  padding: 11px 26px !important;
  text-decoration: none;
  outline: none;
  text-align: center;
  height: auto !important;
  background: #cd1e48 !important;
}
button[type=submit]:hover,
input[type=button]:hover,
input[type=submit]#searchsubmit:hover,
.post-password-form input[type=submit]:hover,
input[type=submit]:hover {
  background: #164300 !important;
}

input[type=file] {
  background: none !important;
  color: #000 !important;
  font-weight: normal !important;
  padding: 0 !important;
  margin: 15px 0;
}

button,
input[type=reset] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.gform_confirmation_message {
  padding-top: 20px;
  scroll-margin: 150px;
  font-weight: bold;
  padding-bottom: 40px;
}

html .tml {
  max-width: calc(100% - 40px);
  width: 520px;
}

.widget {
  margin-bottom: 1.5555555556em;
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}
.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}
.search-form input {
  float: left;
}
.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
}
.post-password-form input[type=password] {
  width: 150px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.5555555556em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.5555555556em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.5555555556em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.5555555556em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
.navigation-comments .page-numbers {
    padding: 0 3px;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    padding: 0.2em;
  }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1.5555555556em;
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
.navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: 0.4em;
  margin-bottom: 1.5555555556em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.5555555556em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.5555555556em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.5555555556em;
}

.mejs-container {
  margin-bottom: 1.5555555556em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

#wp-calendar tbody td {
  text-align: center;
}
#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}

h1, #main * .three-dots,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}
h1.os, #main * .os.three-dots,
.h1.os,
h2.os,
.h2.os,
h3.os,
.h3.os,
h4.os,
.h4.os,
h5.os,
.h5.os,
h6.os,
.h6.os,
.h.os {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1, #main * .three-dots,
.h1 {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  line-height: 1.32;
}
@media screen and (min-width: 1024px) {
  h1, #main * .three-dots,
.h1 {
    font-size: 50px;
  }
  .two-columns h1, #main .two-columns .three-dots,
.two-columns .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  line-height: 1.5909090909;
}
h2.gform_submission_error,
.h2.gform_submission_error {
  font-size: 15px;
  color: #df144c;
}

h3,
.h3 {
  font-size: 16px;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 28px;
}

a {
  color: #39f;
}
a:hover, a:focus {
  text-decoration: none;
}

.lead, .is-style-Lead {
  display: block;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6363636364;
  margin-bottom: 41px;
}

ul.tml-links {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #b2b2b2;
  background: #fff;
  margin: 0;
  min-width: 150px;
  height: 50px;
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.jcf-select.jcf-focus {
  border-color: #102b72;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 50px 0 22px;
  padding: 10px 0;
  color: #0b0b0b;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 50px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:before {
  content: "\e908";
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: 2px;
  transform: translateY(-50%) rotate(-90deg);
  color: #102b72;
}

body > .jcf-select-drop {
  position: absolute;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: calc(100% + 1px);
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  min-width: 200px;
  margin: 0 15px;
  border-radius: 3px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 24px;
  font-size: 16px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100% !important;
}

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

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 22px;
  color: #090909;
  height: 1%;
}
.jcf-list .jcf-option.jcf-option-hide {
  display: none;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #102b72;
  color: #fff;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: transparent;
  width: 6px;
  bottom: 0;
  right: 8px;
  top: 0;
}

.jcf-scrollbar-slider {
  margin: 10px 0;
  height: calc(100% - 20px) !important;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
  display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #d8d8d8;
  height: 1px;
  width: 6px;
  border-radius: 3px;
}

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
  display: none;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1, #main .fancybox-share .three-dots {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

#main {
  max-width: 100vw;
  overflow: hidden;
  padding-top: 102px;
}
@media screen and (max-width: 1024px) {
  #main {
    padding-top: 98px;
  }
}

.container, .acf-block-preview {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.container .container, .acf-block-preview .container {
  padding: 0;
}

.blog-container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 717px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .blog-container {
    padding-right: 0;
    padding-left: 0;
  }
}

a {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.btn {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  display: inline-block;
  border-radius: 20px !important;
  border: 0;
  color: #fff;
  padding: 11px 26px;
  background: #df134c !important;
  text-decoration: none;
  outline: none;
  text-align: center;
}
.btn:hover {
  background: #8e1134 !important;
}
.btn.btn-primary-blue {
  background: #102b72 !important;
}
.btn.btn-primary-blue:hover {
  background: #061848 !important;
}
.btn.btn-primary-gul {
  background: #f2e085 !important;
}
.btn.btn-primary-gul:hover {
  background: #ccb53e !important;
}
.btn.btn-primary-green {
  background: #2c5916 !important;
}
.btn.btn-primary-green:hover {
  background: #164300 !important;
}
.btn.btn-primary-red {
  background: #cd1e48 !important;
}
.btn.btn-primary-red:hover {
  background: #164300 !important;
}

body.spring .leaves,
body.spring .section-single:before,
body.spring .section-single:after,
body.spring .left:before,
body.spring .left:after,
body.spring #footer:before,
body.spring .decor-leaf,
body.spring .feature-text:before,
body.spring .is-style-show-leaf:before,
body.spring .locations-block .left:before {
  background: url(images/decor-leaf-spring.svg);
  background-size: 100% 100%;
}
body.fall .leaves,
body.fall .section-single:before,
body.fall .section-single:after,
body.fall .left:before,
body.fall .left:after,
body.fall #footer:before,
body.fall .decor-leaf,
body.fall .feature-text:before,
body.fall .is-style-show-leaf:before,
body.fall .locations-block .left:before {
  background: url(images/decor-leaf-fall.svg);
  background-size: 100% 100%;
}
body.winter .leaves,
body.winter .left:before,
body.winter .left:after,
body.winter .section-single:before,
body.winter .section-single:after,
body.winter #footer:before,
body.winter .decor-leaf,
body.winter .feature-text:before,
body.winter .is-style-show-leaf:before,
body.winter .locations-block .left:before {
  background: url(images/decor-leaf-winter.svg);
  background-size: 100% 100%;
}
body.summer .leaves,
body.summer .section-single:before,
body.summer .section-single:after,
body.summer .left:before,
body.summer .left:after,
body.summer #footer:before,
body.summer .decor-leaf,
body.summer .feature-text:before,
body.summer .is-style-show-leaf:before,
body.summer .locations-block .left:before {
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
}

.heading-decor {
  text-align: center;
}
.heading-decor .category {
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 1.3846153846;
  color: #2c5916;
  font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  padding: 7px 0 2px 11px;
}
.heading-decor .decor {
  display: inline-block;
  position: relative;
  padding: 0 50px;
}
@media screen and (min-width: 768px) {
  .heading-decor .decor {
    padding: 0 148px;
  }
}
.heading-decor .decor:before, .heading-decor .decor:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #2c5916;
  opacity: 0.2;
  left: 0;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .heading-decor .decor:before, .heading-decor .decor:after {
    width: 134px;
  }
}
.heading-decor .decor:after {
  left: auto;
  right: 0;
}
.heading-decor .decor img {
  position: relative;
  top: -5px;
}
.heading-decor.op-10 .leaves {
  opacity: 0.1;
}
.heading-decor.op-30 .leaves {
  opacity: 0.3;
}
.heading-decor.op-60 .leaves {
  opacity: 0.6;
}
.heading-decor.spring .leaves {
  background: url(images/decor-leaf-spring.svg);
  background-size: 100% 100%;
}
.heading-decor.fall .leaves {
  background: url(images/decor-leaf-fall.svg);
  background-size: 100% 100%;
}
.heading-decor.winter .leaves {
  background: url(images/decor-leaf-winter.svg);
  background-size: 100% 100%;
}
.heading-decor.summer .leaves {
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
}
.heading-decor .leaves {
  display: block;
  width: 34px;
  height: 41px;
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
}

.heading-decor-small, .left {
  text-align: center;
}
.heading-decor-small .category, .left .category {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #101010;
  font-weight: 700;
  padding: 0;
  margin-top: -2px;
}
.heading-decor-small .decor, .left .decor {
  display: inline-block;
  position: relative;
  padding: 0 80px;
}
.heading-decor-small .decor:before, .heading-decor-small .decor:after, .left .decor:before, .left .decor:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #2c5916;
  opacity: 0.2;
  left: -10px;
  width: 72px;
}
.heading-decor-small .decor:after, .left .decor:after {
  left: auto;
  right: -10px;
}
.heading-decor-small .decor img, .left .decor img {
  position: relative;
}
.heading-decor-small.op-10 .leaves, .left.op-10 .leaves {
  opacity: 0.1;
}
.heading-decor-small.op-30 .leaves, .left.op-30 .leaves {
  opacity: 0.3;
}
.heading-decor-small.op-60 .leaves, .left.op-60 .leaves {
  opacity: 0.6;
}
.heading-decor-small.spring .leaves, .left.spring .leaves {
  background: url(images/decor-leaf-spring.svg);
  background-size: 100% 100%;
}
.heading-decor-small.fall .leaves, .left.fall .leaves {
  background: url(images/decor-leaf-fall.svg);
  background-size: 100% 100%;
}
.heading-decor-small.winter .leaves, .left.winter .leaves {
  background: url(images/decor-leaf-winter.svg);
  background-size: 100% 100%;
}
.heading-decor-small.summer .leaves, .left.summer .leaves {
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
}
.heading-decor-small .leaves, .left .leaves {
  display: block;
  width: 18px;
  height: 23px;
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
}

.left, .left .category {
  text-align: left;
}

.tag-list {
  border-top: 1px solid #d6d6d6;
  margin: 0 -5px;
  padding: 31px 0;
  display: flex;
  flex-wrap: wrap;
}
.tag-list li {
  margin: 0 5px 10px;
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tagcloud a {
  margin: 0 5px 10px;
}

#main {
  padding-bottom: 53px;
}

.btn-to-top {
  position: fixed;
  z-index: 4;
  right: 10px;
  bottom: 40px;
  padding: 10px 16px;
  font-size: 12px;
  border-radius: 31px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  .btn-to-top {
    padding: 20px 16px;
    font-size: 16px;
    bottom: 68px;
  }
}
@media screen and (min-width: 1640px) {
  .btn-to-top {
    right: 134px;
  }
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.two_columns {
  padding: 50px 0;
}
.two_columns .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .two_columns #content {
    width: 70%;
    padding-right: 30px;
  }
  .two_columns #content:only-child {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .two_columns #sidebar {
    width: 30%;
  }
}
.two_columns table {
  width: 100%;
}
.two_columns .jcf-select {
  width: 100%;
}

blockquote {
  padding: 0 0 20px;
  margin: 0;
  border-left: 0;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-style: italic;
}
blockquote p, blockquote ul, blockquote ol {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-style: italic;
  margin-bottom: 20px;
}
blockquote cite {
  display: block;
  font-size: 20px;
  font-style: normal;
}

.reset a, .reset-block a {
  text-decoration: none;
}

.reset {
  text-align: center;
}
.reset input[type=reset] {
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
}
.reset input[type=reset] + label {
  font-size: 13px;
  font-weight: 700;
  color: #cd1e48;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  padding-left: 27px;
}
.reset input[type=reset] + label:hover {
  text-decoration: none;
}
.reset input[type=reset] + label i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  transition: opacity 0.3s ease-in-out;
  left: -100%;
  height: 100%;
  width: 100%;
  z-index: 199;
  background: rgba(190, 196, 233, 0.9);
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  padding: 20px;
}
.modal.active {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
.modal .box {
  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
  position: relative;
  margin: auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.modal .box.panel-form {
  width: 492px;
  padding: 4.5rem 7rem 3rem;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

.box-message {
  font-size: 1rem;
  padding: 6.5rem 5rem;
  line-height: 1.4rem;
  text-align: center;
  width: 68rem;
}
.box-message .btn {
  margin-bottom: 2rem;
}

.modal .btn-close {
  position: absolute;
  top: 0.5rem;
  right: 0.2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  color: #102b72;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.modal form {
  max-width: 520px;
  margin: 0 auto;
}

.wp-block-columns {
  gap: 2rem !important;
}
@media screen and (min-width: 768px) {
  .wp-block-columns {
    gap: 4rem !important;
  }
}

.wp-block-image figcaption {
  font-size: 1rem;
  font-style: italic;
}

.wp-block.wp-block-acf-locked-content {
  border: 2px dashed #df134c;
  background: rgba(223, 19, 76, 0.1);
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wp-block.wp-block-acf-locked-content:before {
  content: "Låst indhold";
  position: absolute;
  left: -2px;
  top: -30px;
  font-size: 0.9rem;
  background: #df134c;
  padding: 0.25rem;
  color: #fff;
}

.gform_required_legend {
  display: none;
}

.search-results h1, #main .search-results .three-dots, .search-results .pagination, .search-results .hentry {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.s-result-block {
  margin-bottom: 20px;
}

.pagination {
  text-align: center;
  margin-top: 3rem;
  font-size: 16px;
  line-height: 1.25;
}
.pagination a, .pagination span {
  margin-right: 20px;
}
.pagination a.next, .pagination span.next {
  margin-right: 0;
}
.pagination .page-numbers:not(.prev):not(.next) {
  color: #102b72;
  font-weight: 600;
}
.pagination .page-numbers:not(.prev):not(.next).current {
  color: #df134c;
}
.pagination .next, .pagination .prev {
  border-radius: 20px;
  font-weight: 600;
  background: #68a629;
  padding: 11px 26px;
  background: #2c5916 !important;
}
.pagination .next:hover, .pagination .prev:hover {
  background: #164300 !important;
}

#header {
  border-bottom: 1px solid #d6d6d6;
  padding: 13px 0 6px;
  position: relative;
  z-index: 99;
  background: #fff;
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
}
#header:focus {
  outline: none;
}
#header div:focus {
  outline: none;
}
.admin-bar #header {
  top: 42px;
}
@media screen and (min-width: 600px) {
  .admin-bar #header {
    top: 32px;
  }
}
#header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  #header .container {
    align-items: flex-start;
  }
}
#header .logo {
  width: 62px;
}
#header .logo a {
  display: block;
}
#header .nav-drop {
  position: absolute;
  top: calc(100% + 1px);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  left: -100%;
  width: 100%;
  background: #fff;
  padding: 20px 15px;
  box-shadow: 0 15px 15px rgba(16, 43, 114, 0.5);
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  #header .nav-drop {
    display: block;
    width: calc(100% - 139px);
    padding: 0 0 0 20px;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    text-align: left;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background: transparent;
  }
}
#header .nav-drop a:hover {
  text-decoration: underline;
}
.nav-active #header .nav-drop {
  left: 0;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .nav-active #header .nav-drop {
    left: auto;
  }
}

#header .current-menu-item {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  #header .current-menu-item {
    text-decoration: none;
    position: relative;
  }
  #header .current-menu-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #102b72;
    left: 0;
    bottom: calc(-1rem + 1px);
  }
}

@media screen and (min-width: 1025px) {
  #header .nav-top .current-menu-item:after {
    bottom: -0.15rem;
    height: 2px;
  }
}

.nav-opener {
  float: right;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 3px;
}
@media screen and (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:hover {
  opacity: 0.9;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  transform: rotate(45deg);
  top: 50%;
  left: 15%;
  right: 15%;
}
.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}
.nav-opener span, .nav-opener:before, .nav-opener:after {
  background: #102b72;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  height: 2px;
  margin-top: -1px;
  transition: all 0.3s linear;
}
.nav-opener:before, .nav-opener:after {
  content: "";
  top: 30%;
}
.nav-opener:after {
  top: 70%;
}

.nav-top {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 4px;
}
@media screen and (min-width: 1024px) {
  .nav-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-top ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
  }
}
.nav-top ul li {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .nav-top ul li {
    margin: 0 11px;
  }
}
.nav-top a {
  color: #131313;
  text-decoration: none;
}
.nav-top a:hover {
  color: #102b72;
  text-decoration: none;
}

.service-menu {
  display: flex;
  flex-direction: column-reverse;
}
.service-menu .btn {
  max-width: 130px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 900px) {
  .service-menu {
    flex-direction: row;
    width: 200px;
    align-items: center;
  }
  .service-menu .btn {
    margin-bottom: 0;
    margin-right: 0;
  }
  .service-menu a.small {
    font-size: 13px;
  }
}
.service-menu a.small {
  color: #131313;
  text-decoration: none;
  font-size: 15px;
}
@media screen and (min-width: 900px) {
  .service-menu a.small {
    font-size: 13px;
  }
}
.service-menu a.small:hover {
  color: #102b72;
  text-decoration: none;
}
.page-id-3283 .service-menu a.small {
  text-decoration: underline;
}

.search-block {
  margin-bottom: 0;
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .search-block {
    padding: 0;
    margin-left: 8px;
    position: relative;
  }
}
.search-block .form-opener {
  display: none;
  width: 29px;
  margin-top: -8px;
  margin-right: -3px;
}
@media screen and (min-width: 1024px) {
  .search-block .form-opener {
    display: block;
  }
}
.search-block .form-opener:hover {
  text-decoration: none;
  opacity: 0.8;
}
.search-block .form-wrap {
  padding-right: 50px;
  position: relative;
  border: 1px solid rgba(16, 43, 114, 0.5);
}
@media screen and (min-width: 1024px) {
  .search-block .form-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    opacity: 0;
    visibility: hidden;
    padding-right: 80px;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    background: #fff;
    box-shadow: 0 0 0 9999px rgba(16, 43, 114, 0.5);
  }
  .search-active .search-block .form-wrap {
    opacity: 1;
    visibility: visible;
  }
}
.search-block input[type=search] {
  width: 100%;
  display: block;
  border: 0;
  font-size: 15px;
  line-height: 1.3333333333;
  padding: 10px 10px;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .search-block input[type=search] {
    font-size: 20px;
    padding: 20px 25px;
  }
}
.search-block button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 39px !important;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(16, 43, 114, 0.5);
  background: transparent !important;
  transition: background 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .search-block button[type=submit] {
    height: auto !important;
    bottom: 0;
    width: 80px;
  }
  .search-block button[type=submit] img {
    transform: scale(1.5);
  }
}
.search-block button[type=submit] img {
  width: 29px;
  height: 30px;
  max-width: none;
}
.search-block button[type=submit]:hover {
  background: rgba(104, 166, 41, 0.5) !important;
}

@media screen and (min-width: 1024px) {
  .nav-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.nav-bottom .btn {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5384615385;
}
@media screen and (min-width: 1024px) {
  .nav-bottom .btn {
    max-width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.nav {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  padding-top: 4px;
}
@media screen and (min-width: 1024px) {
  .nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    max-width: calc(100% - 130px);
  }
}
.nav li {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .nav li {
    margin: 0 15px;
  }
}
.nav a {
  color: #131313;
  text-decoration: none;
}
.nav a:hover {
  color: #102b72;
  text-decoration: none;
}

.heading-section {
  padding: 41px 0 33px;
}
@media screen and (min-width: 768px) {
  .heading-section .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.heading-section .btn-holder {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .heading-section .btn-holder {
    width: 150px;
    text-align: left;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .heading-section .heading-decor {
    width: calc(100% - 300px);
  }
}

.flere-button {
  display: none;
}

#main * .three-dots {
  opacity: 1;
  animation: blinker 1s ease-in-out infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

.decor-leaf {
  position: absolute;
  top: -201px;
  right: -382px;
  width: 671px;
  height: 814px;
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
  z-index: -1;
  transform: scaleX(-1);
}
.decor-leaf.left {
  right: auto;
  transform: scaleX(1);
  top: -110px;
  left: -349px;
  width: 501px;
  height: 611px;
}
.decor-leaf.op-10 {
  opacity: 0.1;
}
.decor-leaf.op-30 {
  opacity: 0.3;
}
.decor-leaf.op-60 {
  opacity: 0.6;
}
.decor-leaf.spring {
  background: url(images/decor-leaf-spring.svg);
  background-size: 100% 100%;
}
.decor-leaf.fall {
  background: url(images/decor-leaf-fall.svg);
  background-size: 100% 100%;
}
.decor-leaf.winter {
  background: url(images/decor-leaf-winter.svg);
  background-size: 100% 100%;
}
.decor-leaf.summer {
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
}

#main > .container .decor-leaf {
  top: 20px;
}

.content .container h1, .content #main .container .three-dots, #main .content .container .three-dots {
  text-align: center;
}

#main > :not(.hero-home, .hero, .content) .container {
  position: relative;
}
#main > :not(.hero-home, .hero, .content) .list-block.list-block h2 {
  font-size: 18px;
}
#main > :not(.hero-home, .hero, .content) h1, #main > :not(.hero-home, .hero, .content) * .three-dots {
  margin-bottom: 17px;
  color: #000;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
#main > :not(.hero-home, .hero, .content) h1.text-left, #main > :not(.hero-home, .hero, .content) * .text-left.three-dots {
  text-align: left;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 35px;
}
#main > :not(.hero-home, .hero, .content) h1.no-padding, #main > :not(.hero-home, .hero, .content) * .no-padding.three-dots {
  padding: 0;
}
#main > :not(.hero-home, .hero, .content) h2 {
  color: #000;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
#main > :not(.hero-home, .hero, .content) .blocks-gallery-item {
  cursor: pointer;
}
#main > :not(.hero-home, .hero, .content) .feature-image img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 48px;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  #main > :not(.hero-home, .hero, .content) .feature-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#main > :not(.hero-home, .hero, .content) .feature-images .feature-image > img {
  margin-bottom: 0;
}
#main > :not(.hero-home, .hero, .content) .feature-image > img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.36);
}
@media screen and (min-width: 600px) {
  #main > :not(.hero-home, .hero, .content) .feature-image > img {
    width: calc(50% - 16px);
  }
  #main > :not(.hero-home, .hero, .content) .feature-image > img:only-child {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #main > :not(.hero-home, .hero, .content) .feature-image > img {
    height: auto;
  }
}
#main > :not(.hero-home, .hero, .content) .img {
  margin-top: 23px;
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main > :not(.hero-home, .hero, .content) .img {
    margin-top: 43px;
    margin-bottom: 75px;
  }
}
#main > :not(.hero-home, .hero, .content) p + ol {
  margin-top: -10px;
}
#main > :not(.hero-home, .hero, .content) p a {
  font-weight: 700;
  color: #053281;
}
#main > :not(.hero-home, .hero, .content) p a:hover {
  text-decoration: none;
}
#main > :not(.hero-home, .hero, .content) ol {
  counter-reset: item;
  margin-bottom: 44px;
}
#main > :not(.hero-home, .hero, .content) ol li {
  counter-increment: item;
  padding-left: 18px;
  position: relative;
  margin-bottom: 11px;
}
#main > :not(.hero-home, .hero, .content) ol li:before {
  content: counter(item) ".";
  position: absolute;
  width: 30px;
  right: calc(100% - 16px);
  top: 0;
  font-weight: 700;
  text-align: right;
}

.single-post_garden #main h1, .single-post_garden #main * .three-dots {
  padding: 0 0 5px;
  font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
@media screen and (min-width: 768px) {
  .single-post_garden #main h1, .single-post_garden #main * .three-dots {
    padding: 0 100px 5px;
  }
}

.feature-image img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 48px;
  cursor: pointer;
  text-align: center;
}
.author {
  max-width: 517px;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  font-size: 12px;
  color: rgba(19, 19, 19, 0.6);
  padding-bottom: 22px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .author {
    margin-bottom: -42px;
    font-size: 15px;
  }
}
.author .img-holder {
  width: 53px;
  height: 53px;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: 50%;
}
.author time {
  display: inline-block;
}
.author a {
  color: #131313;
  text-decoration: none;
}
.author a:hover {
  text-decoration: none;
  color: #102b72;
}

.feature-text, blockquote {
  margin-top: 52px;
  margin-left: 60px;
  margin-bottom: 58px;
  box-shadow: -15px -15px 21px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  max-width: 100%;
  padding: 15px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature-text, blockquote {
    margin-left: 75px;
    max-width: 559px;
    padding: 24px 33px;
  }
}
.feature-text:before, blockquote:before {
  content: "";
  position: absolute;
  right: calc(100% - 19px);
  top: 0;
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
  width: 89px;
  height: 110px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .feature-text:before, blockquote:before {
    top: 28px;
  }
}
.feature-text.op-10:before, blockquote.op-10:before {
  opacity: 0.1;
}
.feature-text.op-30:before, blockquote.op-30:before {
  opacity: 0.3;
}
.feature-text.op-60:before, blockquote.op-60:before {
  opacity: 0.6;
}
.feature-text.spring:before, blockquote.spring:before {
  background: url(images/decor-leaf-spring.svg);
  background-size: 100% 100%;
}
.feature-text.fall:before, blockquote.fall:before {
  background: url(images/decor-leaf-fall.svg);
  background-size: 100% 100%;
}
.feature-text.winter:before, blockquote.winter:before {
  background: url(images/decor-leaf-winter.svg);
  background-size: 100% 100%;
}
.feature-text.summer:before, blockquote.summer:before {
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
}
.feature-text p,
.feature-text .text,
.feature-text q, blockquote p,
blockquote .text,
blockquote q {
  quotes: none;
  font-size: 20px;
  line-height: 1.5833333333;
  font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  display: block;
}
@media screen and (min-width: 768px) {
  .feature-text p,
.feature-text .text,
.feature-text q, blockquote p,
blockquote .text,
blockquote q {
    font-size: 24px;
  }
}
.feature-text cite, blockquote cite {
  font-size: 20px;
}

.more-post, .more-content {
  position: relative;
  padding-bottom: 50px;
}
.more-post .heading-decor-small, .more-content .heading-decor-small {
  margin-bottom: 26px;
}
.more-post .btn-holder, .more-content .btn-holder {
  text-align: center;
  padding: 7px 0;
}

.posts-list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.posts-list img {
  min-width: 100%;
}
.posts-list.two-cols {
  margin: 0 -15px;
  padding-top: 8px;
}
.posts-list.two-cols li {
  padding: 0 15px 20px;
}
@media screen and (min-width: 768px) {
  .posts-list.two-cols li {
    width: 50%;
    flex: 1;
  }
  .posts-list.two-cols li:nth-of-type(4), .posts-list.two-cols li:nth-of-type(5) {
    min-width: calc(50% - 30px);
  }
}
.posts-list.two-cols-top {
  margin: 0 -15px;
  padding-top: 8px;
}
.posts-list.two-cols-top li {
  padding: 0 15px 20px;
}
@media screen and (min-width: 768px) {
  .posts-list.two-cols-top li {
    min-width: calc(33% - 30px);
    max-width: 33.33%;
    flex: 1;
  }
  .posts-list.two-cols-top li:nth-of-type(1), .posts-list.two-cols-top li:nth-of-type(2) {
    min-width: calc(50% - 30px);
    max-width: 50%;
  }
}
.posts-list li {
  padding: 0 10px 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .posts-list li {
    min-width: calc(33% - 30px);
    max-width: 33.33%;
    flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .wp-block-column .garden-post {
    width: 100%;
    margin: 0 12px 28px;
  }
}

.garden-post {
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 3px 3px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 28px;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .garden-post {
    width: calc(33.33% - 24px);
    margin: 0 12px 28px;
  }
}
.garden-post:hover {
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.55);
}
.garden-post .post {
  box-shadow: none;
  height: auto;
  flex-grow: 1;
  text-align: left;
}
.garden-post .post:hover {
  box-shadow: none;
}
.garden-post .post .text-holder {
  padding: 19px 30px;
}
.garden-post .post h3 {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.garden-post .btn-holder {
  margin-bottom: 25px;
  padding-top: 31px;
}
.garden-post .btn-holder .btn {
  padding: 11px 38px;
}

.post-single,
.post {
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 3px 3px;
  background: #fff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
.post-single.type-blue .text-holder,
.post.type-blue .text-holder {
  padding: 24px 32px;
}
.post-single.type-blue h3,
.post.type-blue h3 {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 25px;
}
.post-single.type-blue .meta a,
.post.type-blue .meta a {
  color: #102b72;
}
.post-single.type-blue .meta a:hover,
.post.type-blue .meta a:hover {
  color: #131313;
}
.post-single.large .img-holder,
.post.large .img-holder {
  height: 369px;
}
@media screen and (min-width: 1024px) {
  .post-single.large .text-holder,
.post.large .text-holder {
    padding: 34px 47px;
  }
}
@media screen and (min-width: 1024px) {
  .post-single.large h3,
.post.large h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.post-single:hover,
.post:hover {
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.55);
}
.post-single > .category,
.post > .category {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: inline-block;
  color: #2c5916;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin: 0;
  padding: 5px 15px;
  top: -4px;
  text-align: center;
  max-width: 80%;
  text-decoration: none;
}
.post-single > .category:hover,
.post > .category:hover {
  background: #2c5916;
  color: #fff;
}
.post-single > a,
.post > a {
  display: block;
}
.post-single .img-holder,
.post .img-holder {
  height: 244px;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.two-cols .post-single .img-holder,
.two-cols .post .img-holder {
  height: 369px;
}
.post-single .text-holder,
.post .text-holder {
  padding: 19px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .post-single .text-holder,
.post .text-holder {
    padding: 19px 34px;
  }
  .two-cols .post-single .text-holder,
.two-cols .post .text-holder {
    padding: 34px 47px;
  }
}
.post-single .sub-title,
.post .sub-title {
  display: block;
  font-style: italic;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.post-single h3,
.post h3 {
  margin-bottom: 17px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media screen and (min-width: 1024px) {
  .two-cols .post-single h3,
.two-cols .post h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.post-single h3 a,
.post h3 a {
  color: #131313;
  text-decoration: none;
}
.post-single h3 a:hover,
.post h3 a:hover {
  color: #102b72;
}
.post-single .meta,
.post .meta {
  color: rgba(19, 19, 19, 0.6);
  font-size: 13px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.post-single .meta a,
.post .meta a {
  font-weight: 600;
  color: #2c5916;
  text-decoration: none;
}
.post-single .meta a:hover,
.post .meta a:hover {
  text-decoration: none;
  color: #102b72;
}

#main .container > h1.alignwide, #main .container > .alignwide.three-dots {
  margin-bottom: 35px;
}

.wp-block-media-text.post-single figure {
  margin-bottom: 1rem;
}
.wp-block-media-text.post-single figure a {
  position: relative;
  display: flex;
  position: relative;
}
.wp-block-media-text.post-single a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.wp-block-media-text.post-single .wp-block-button__link {
  padding: 11px 26px !important;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  display: inline-block;
  border-radius: 20px !important;
  border: 0;
  color: #fff;
  padding: 11px 26px;
  text-decoration: none;
  outline: none;
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .post-list.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
  }
  .post-list.grid > * {
    margin-left: 0 !important;
    height: 100%;
  }
}

.breadcrumbs {
  font-size: 13px;
  line-height: 1.5;
  color: #0d0d0d;
  padding: 0 0 9px;
  display: block;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
  }
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li + li:before {
  content: "/";
  margin: 0 6px 0 8px;
}
.breadcrumbs a {
  color: #003a90;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #0d0d0d;
}

#main > .container .breadcrumbs:first-child,
#main > .blog-container .breadcrumbs:first-child {
  padding-top: 19px;
}

.meta.underside {
  font-size: 15px;
  color: rgba(19, 19, 19, 0.6);
  margin-bottom: 37px;
}
.meta.underside a {
  color: #131313;
  text-decoration: none;
}
.meta.underside a:hover {
  color: #102b72;
  text-decoration: none;
}

.facts {
  border: 1px solid #102b72;
  padding: 47px 50px !important;
  margin-bottom: 28px;
}
@media screen and (min-width: 1640px) {
  .facts .facts:not(.editor-styles-wrapper) {
    margin: 0 -18px 0 -13px;
    margin-bottom: 28px;
  }
}
.facts h2 {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 34px;
}
.facts ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.facts ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background: #102b72;
  border-radius: 50%;
}

.username {
  border-color: #d6d6d6;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 0;
}

.alignfull.hero {
  max-width: none;
}

.hero {
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  position: relative;
  max-width: 1440px;
  margin: 0 auto 96px;
  z-index: 1;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.hero .container > .wp-block-group__inner-container {
  min-height: 400px;
  padding: 91px 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .hero .container > .wp-block-group__inner-container {
    min-height: 600px;
  }
}
.hero .category {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 36px;
}
@media screen and (min-width: 1200px) {
  .hero h1, #main .hero .three-dots {
    font-size: 70px;
    line-height: 1.2142857143;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    max-width: 65%;
  }
}
.hero .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 7px -28px;
}
@media screen and (min-width: 768px) {
  .hero .img-list {
    margin-bottom: -53px;
    margin-left: -7px;
    margin-right: -7px;
  }
}
.hero .img-list li, .hero .img-list .wp-block-column {
  max-width: 120px;
  padding: 0 !important;
  margin: 0 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.36);
}
.hero .img-list li .wp-block-image, .hero .img-list .wp-block-column .wp-block-image {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .hero .img-list li, .hero .img-list .wp-block-column {
    margin: 0 7px;
    max-width: 234px;
  }
}
.hero .img-list a {
  display: block;
  transition: transform 0.3s ease-in-out;
}
.hero .img-list a:hover {
  transform: scale(1.05);
}

.wp-block-cover:not(.hero):not(.hero-home) {
  margin-left: -20px;
  margin-right: -20px;
  min-width: calc(100% + 40px);
}
@media screen and (max-width: 600px) {
  .wp-block-cover:not(.hero):not(.hero-home) {
    min-height: 33vh !important;
  }
}
.wp-block-cover:not(.hero):not(.hero-home) h1, #main .wp-block-cover:not(.hero):not(.hero-home) .three-dots {
  font-size: 35px !important;
  font-weight: normal;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wp-block-cover:not(.hero):not(.hero-home) h1, #main .wp-block-cover:not(.hero):not(.hero-home) .three-dots {
    font-size: 70px !important;
  }
}
.wp-block-cover:not(.hero):not(.hero-home) .wp-block-cover__inner-container {
  max-width: 100%;
  margin: auto;
}
.wp-block-cover:not(.hero):not(.hero-home) .wp-block-cover__inner-container > * {
  max-width: 717px;
  margin: auto;
}
@media screen and (min-width: 1130px) {
  .wp-block-cover:not(.hero):not(.hero-home) .wp-block-cover__inner-container > *.alignwide {
    margin-left: 155px;
  }
}
.wp-block-cover:not(.hero):not(.hero-home) .wp-block-cover__inner-container > *.alignfull {
  max-width: 100%;
}
.wp-block-cover:not(.hero):not(.hero-home).alignfull .wp-block-cover__inner-container {
  max-width: 1130px;
}
.wp-block-cover:not(.hero):not(.hero-home).alignfull .wp-block-cover__inner-container > * {
  margin: auto;
}
@media screen and (min-width: 1130px) {
  .wp-block-cover:not(.hero):not(.hero-home).alignfull .wp-block-cover__inner-container > *.alignwide {
    margin-left: 0;
  }
}
.wp-block-cover:not(.hero):not(.hero-home).alignwide {
  max-width: 1440px;
}
@media screen and (min-width: 1140px) {
  .wp-block-cover:not(.hero):not(.hero-home).alignwide {
    margin-left: -165px;
    margin-right: -165px;
    min-width: calc(100% + 330px);
  }
}

.is-style-show-leaf:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background-image: url(images/decor-leaf.svg);
  background-size: 100% 100%;
  width: 18px;
  height: 22px;
}
.is-style-show-leaf.has-text-align-center {
  font-size: 24px;
  margin-bottom: 26px;
}
.is-style-show-leaf.has-text-align-center:before {
  background-size: 18px 22px !important;
  width: 54px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: white !important;
  margin: 0 auto;
  left: 0 !important;
  right: 0 !important;
}
.is-style-show-leaf.has-text-align-center:after {
  display: grid;
  border-bottom: 1px solid #ecefeb;
  content: "";
  position: absolute;
  width: 220px;
  left: 0;
  right: 0;
  top: 24px;
  margin: 0 auto;
  z-index: -1;
}
.is-style-show-leaf.fall:before {
  background: url(images/decor-leaf-fall.svg);
  background-size: 100% 100%;
  width: 18px;
  height: 22px;
}
.is-style-show-leaf.winter:before {
  background: url(images/decor-leaf-winter.svg);
  background-size: 100% 100%;
  width: 18px;
  height: 22px;
}
.is-style-show-leaf.spring:before {
  background: url(images/decor-leaf-spring.svg);
  background-size: 100% 100%;
  width: 18px;
  height: 22px;
}

.is-style-show-leaf {
  padding-top: 43px;
  display: block;
  position: relative;
  font-size: 22px;
  line-height: 1.5909090909;
  font-weight: 700;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.two-columns {
  padding-top: 28px !important;
}
.two-columns h1, #main .two-columns .three-dots {
  text-align: left;
  padding: 0;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media screen and (min-width: 1024px) {
  .two-columns h1, #main .two-columns .three-dots {
    font-size: 40px;
  }
}
.two-columns .content {
  position: relative;
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .two-columns .content {
    width: 64.2%;
    padding-bottom: 60px;
  }
}
.two-columns .content h2,
.two-columns .content .title {
  padding-top: 43px;
  display: block;
  position: relative;
  font-size: 22px;
  line-height: 1.5909090909;
  font-weight: 700;
  margin-bottom: 47px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.two-columns .content h2.no-decor,
.two-columns .content .title.no-decor {
  padding-top: 0;
  margin-bottom: 1px;
}
.two-columns .content h2.no-decor:before,
.two-columns .content .title.no-decor:before {
  content: none;
}
.two-columns .content h2:before,
.two-columns .content .title:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
  width: 18px;
  height: 22px;
}
.two-columns .content h2.op-10:before,
.two-columns .content .title.op-10:before {
  opacity: 0.1;
}
.two-columns .content h2.op-30:before,
.two-columns .content .title.op-30:before {
  opacity: 0.3;
}
.two-columns .content h2.op-60:before,
.two-columns .content .title.op-60:before {
  opacity: 0.6;
}
.two-columns .content h2.spring:before,
.two-columns .content .title.spring:before {
  background: url(images/decor-leaf-spring.svg);
  background-size: 100% 100%;
}
.two-columns .content h2.fall:before,
.two-columns .content .title.fall:before {
  background: url(images/decor-leaf-fall.svg);
  background-size: 100% 100%;
}
.two-columns .content h2.winter:before,
.two-columns .content .title.winter:before {
  background: url(images/decor-leaf-winter.svg);
  background-size: 100% 100%;
}
.two-columns .content h2.summer:before,
.two-columns .content .title.summer:before {
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 1024px) {
  .two-columns .sidebar {
    width: 32%;
  }
}
.two-columns .sidebar .title {
  display: block;
  font-size: 22px;
  line-height: 1.5909090909;
  font-weight: 700;
  margin-bottom: 47px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.two-columns .lead, .two-columns .is-style-Lead {
  margin-bottom: 27px;
}
.two-columns p + .title.no-decor,
.two-columns p + h2.no-decor {
  margin-top: -7px;
}
.two-columns .terms {
  padding-top: 2px;
  display: block;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 48px;
}

.wp-block-columns.two-columns {
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 900px) {
  .wp-block-columns.two-columns {
    display: grid;
    grid-template-columns: 2fr 366px;
    grid-gap: 4rem;
  }
}

.accordion .wp-block[data-type="acf/accordion"]:last-of-type {
  margin-bottom: 90px;
}
.accordion .acf-block-preview .accordion-content {
  margin-bottom: -49px;
}

.accordion {
  padding: 0 4px 0 2px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1024px) {
  .accordion {
    margin-bottom: 28px;
  }
  .accordion + .title.no-decor {
    padding-top: 77px;
  }
}
.accordion .accordion-content + .accordion-content {
  margin-top: -1px;
}
.accordion .accordion-panel, .accordion .accordion-panel > .wp-block-group__inner-container {
  background: #fff;
  border: 1px solid #d6d6d6;
  transition: border 0.3s ease-in-out;
}
.accordion .accordion-panel + .accordion-panel, .accordion .accordion-panel > .wp-block-group__inner-container + .accordion-panel {
  margin-top: -1px;
}
.accordion .accordion-panel.active, .accordion .accordion-panel > .wp-block-group__inner-container.active {
  border-color: #102b72;
  position: relative;
  z-index: 2;
}
.accordion .accordion-panel.active .opener:after, .accordion .accordion-panel > .wp-block-group__inner-container.active .opener:after {
  transform: translateY(-1px) rotate(180deg);
}
.accordion .accordion-panel > .wp-block-group__inner-container {
  border: none;
}
.accordion .opener {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  color: #131313;
  text-decoration: none;
  padding: 15px 60px 15px 22px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .accordion .opener {
    padding: 27px 60px 27px 22px;
  }
}
.accordion .opener:before, .accordion .opener:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-1px);
  height: 2px;
  background: #102b72;
  width: 21px;
  transition: transform 0.3s ease-in-out;
}
.accordion .opener:after {
  transform: translateY(-1px) rotate(90deg);
}
.accordion .opener:hover {
  text-decoration: none;
  color: #102b72;
  cursor: pointer;
}
.accordion h3.opener, .accordion .slide h4, .accordion .slide h3 {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.accordion .slide h4 {
  font-size: 16px;
}
.accordion .slide {
  position: relative;
  z-index: 2;
}
.accordion .slide p, .accordion .slide li, .accordion .slide h4 {
  font-size: 16px;
}
.accordion .wp-block.intro {
  border: 1px dashed;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.accordion .wp-block.intro p {
  margin-bottom: 0 !important;
}
.accordion .intro {
  padding: 0 60px 0 21px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  transition: opacity 0.25s;
}
.accordion .active .intro {
  opacity: 0;
  height: 0;
  transition: opacity 0.25s;
}
.accordion .slide {
  padding: 0 22px;
  margin-top: -9px;
}
.accordion .slide p {
  margin-bottom: 31px;
}
.accordion .slide ul {
  margin-bottom: 31px;
}
.accordion .slide ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 18px;
}
.accordion .slide ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #102b72;
}

.accordion.grid .accordion-content > div {
  display: grid;
  grid-template-columns: 1fr !important;
  width: 100%;
  grid-gap: 2rem;
}
@media screen and (min-width: 767px) {
  .accordion.grid .accordion-content > div {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.content-slider {
  position: relative;
  padding-top: 8px;
  margin-bottom: 45px;
}
.content-slider:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 123px;
  background: #fff;
  bottom: 0;
  right: 25px;
  z-index: 3;
}
.content-slider:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 84px;
  transform: rotate(20deg);
  width: 1px;
  height: 42px;
  background: #b2b2b2;
  z-index: 3;
}
.content-slider .slick-prev,
.content-slider .slick-next {
  position: absolute;
  bottom: 16px;
  right: 46px;
  z-index: 4;
  background: transparent;
  border: 0;
  padding: 0;
  color: #102b72;
  outline: none;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
.content-slider .slick-prev:hover,
.content-slider .slick-next:hover {
  color: #68a629;
}
.content-slider .slick-prev {
  right: 114px;
}
.content-slider .slick-next {
  transform: rotate(180deg);
}
.content-slider .bg-img {
  height: 350px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .content-slider .bg-img {
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .content-slider .bg-img {
    height: 467px;
  }
}

.sidebar {
  padding-top: 33px;
  padding-bottom: 28px;
}

.side-nav {
  border-top: 1px solid #dee5da;
  border-bottom: 1px solid #dee5da;
  padding-top: 17px;
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 700;
  padding-bottom: 2px;
  margin-bottom: 31px;
}
.side-nav h3 {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  margin-bottom: 24px;
}
.side-nav ul {
  padding-right: 60px;
}
.side-nav ul li {
  margin-bottom: 21px;
}
.side-nav ul a {
  display: block;
  padding-left: 24px;
  position: relative;
  color: #102b72;
  text-decoration: none;
}
.side-nav ul a:hover {
  text-decoration: none;
  color: #131313;
}
.side-nav ul a:before {
  content: "\e900";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 20px;
}

.facts-box {
  border: 1px solid #102b72;
  padding: 29px 28px 19px;
}
.facts-box h2 {
  font-size: 24px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 20px;
}

.more-content .flex-box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .more-content .flex-box {
    margin: 0 -12px;
  }
}
.more-content .post-single {
  width: 100%;
  margin-bottom: 28px;
}
@media screen and (min-width: 1024px) {
  .more-content .post-single {
    width: calc(33.33% - 24px);
    margin: 0 12px 28px;
    height: auto;
  }
}
.more-content .post-single .btn-holder {
  padding: 50px 0 6px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.more-content .post-single .btn-holder .btn {
  padding: 11px 38px;
}

.useful-pages {
  border: 1px solid #102b72;
  background: #fff;
  padding: 29px 28px 19px;
  margin-bottom: 28px;
}
@media screen and (min-width: 1024px) {
  .useful-pages {
    width: calc(66.66% - 24px);
    margin: 0 12px 50px;
    padding: 47px 50px 80px;
  }
}
.useful-pages h2 {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  margin-bottom: 22px;
}
.useful-pages p {
  margin-bottom: 20px;
}
.useful-pages .external {
  font-size: 16px;
  font-weight: 600;
  color: #102b72;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 4px;
  position: relative;
}
.useful-pages .external:before {
  content: "\e90b";
  position: absolute;
  right: 6px;
  top: 4px;
}

p a[target=_blank] {
  font-weight: 600;
  color: #102b72;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 4px;
  position: relative;
}
p a[target=_blank]:before {
  content: "\e90b";
  position: absolute;
  right: 6px;
  top: 4px;
}

.book-block {
  border: 1px solid #102b72;
  background: #fff;
  padding: 29px 15px 19px 28px;
  margin-bottom: 28px;
}
.book-block .img-block {
  margin-bottom: 15px;
}
.book-block h2 {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  margin-bottom: 19px;
}
.book-block p {
  margin-bottom: 45px;
}
.book-block .btn {
  padding: 11px 32px;
}

.garden-corner {
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 3px 3px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 28px;
  width: 100%;
  transition: box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .garden-corner {
    width: calc(33.33% - 24px);
    margin: 0 12px 28px;
  }
}
.garden-corner:hover {
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.55);
}
.garden-corner .category {
  background: #dee5da;
  display: inline-block;
  color: #306404;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin: 0 auto 26px;
  padding: 5px 15px;
  position: relative;
  top: -4px;
  width: auto;
  max-width: 80%;
  text-decoration: none;
}
.garden-corner .category:hover {
  background: #2c5916;
  color: #fff;
}
.garden-corner .btn-holder {
  margin-bottom: 25px;
  padding: 0 17px;
}
.garden-corner .btn-holder .btn {
  padding: 11px 38px;
}

.garden-list {
  text-align: left;
  padding: 0 17px 24px;
  flex-grow: 1;
}
.garden-list li {
  padding-top: 17px;
  padding-bottom: 14px;
}
.garden-list li + li {
  border-top: 1px solid rgba(44, 89, 22, 0.2);
}
.garden-list a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: rgba(19, 19, 19, 0.8);
  overflow: hidden;
}
.garden-list a:hover {
  color: #102b72;
}
.garden-list a .img-holder {
  width: 78px;
}
.garden-list a .text-holder {
  width: calc(100% - 78px);
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.garden-list a .text-holder:only-child {
  width: 100%;
  padding-left: 0;
}
.garden-list .title {
  font-size: 14px;
  display: block;
  line-height: 1.2857142857;
}
.garden-list time {
  display: block;
  font-size: 12px;
}

.meetings-block {
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  padding: 24px 17px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 28px;
  width: 100%;
  transition: box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .meetings-block {
    width: calc(33.33% - 24px);
    margin: 0 12px 28px;
  }
}
.meetings-block:hover {
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.55);
}
.meetings-block h3 {
  position: relative;
  padding-left: 37px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: left;
  margin-bottom: 10px;
}
.meetings-block h3.alt {
  display: inline-block;
  text-align: center;
  align-self: center;
}
.meetings-block h3.alt:before {
  color: #2c5916;
}
.meetings-block h3:before {
  content: "\e902";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  color: #102b72;
  font-size: 25px;
}
.meetings-block .btn {
  padding: 11px 31px;
}

.meetings-list {
  text-align: left;
  padding-bottom: 22px;
  flex-grow: 1;
}
.meetings-list li {
  border-bottom: 1px solid rgba(44, 89, 22, 0.2);
  padding-top: 18px;
  padding-bottom: 17px;
}
.meetings-list a, .meetings-list .meet_no_link {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: rgba(19, 19, 19, 0.8);
}
.meetings-list a:hover .title,
.meetings-list a:hover .location, .meetings-list .meet_no_link:hover .title,
.meetings-list .meet_no_link:hover .location {
  color: #102b72;
}
.meetings-list .time-holder {
  background: #cfd5e3;
  border-radius: 3px;
  text-align: center;
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.1666666667;
  color: #102b72;
  padding: 5px 10px 9px;
}
.meetings-list .time-holder span {
  font-size: 26px;
  font-weight: 700;
  display: block;
  line-height: 1.3461538462;
}
.meetings-list .text-holder {
  width: calc(100% - 76px);
  padding-left: 18px;
  padding-right: 20px;
  margin: -7px 0;
}
.meetings-list .category {
  display: block;
  font-size: 13px;
  line-height: 1.8461538462;
  font-weight: 600;
  color: #053281;
}
.meetings-list .title {
  display: block;
  font-size: 14px;
  line-height: 1.2857142857;
  color: rgba(19, 19, 19, 0.8);
  font-weight: 700;
  margin-bottom: 10px;
  transition: color 0.3s ease-in-out;
}
.meetings-list .location {
  color: rgba(19, 19, 19, 0.8);
  display: block;
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.3333333333;
  transition: color 0.3s ease-in-out;
}
.meetings-list .location:before {
  content: "\e910";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #102b72;
  font-size: 15px;
}

.acf-block-preview a {
  pointer-events: none;
}

.main-content {
  position: relative;
}
.main-content .container {
  position: relative;
}
.main-content .decor-leaf {
  top: -102px;
}
.main-content h1, #main .main-content .three-dots {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 17px;
}
.main-content .top-section {
  margin-bottom: 44px;
}

.search-section {
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .search-section {
    margin: 0 -11px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .search-section {
    margin: 0 -22px;
  }
}
.search-section .col {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .search-section .col {
    padding: 0 11px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .search-section .col {
    padding: 0 22px;
  }
}
.search-section .col.select {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search-section .col.select {
    width: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .search-section .col.select {
    width: 34.7%;
  }
}
.search-section .col.find {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search-section .col.find {
    width: 36.7%;
  }
}
@media screen and (min-width: 1440px) {
  .search-section .col.find {
    width: 42.9%;
  }
}
.search-section .col.btn-holder {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .search-section .col.btn-holder {
    margin-left: 0;
    padding: 39px 0 0;
    width: 8.4%;
    min-width: 97px;
    display: flex;
    align-items: center;
  }
}
.search-section .col.reset {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .search-section .col.reset {
    flex-grow: 1;
    width: 10%;
    padding: 47px 20px 0 0;
    text-align: right;
  }
}
.search-section label {
  color: rgba(11, 11, 11, 0.7);
  font-size: 15px;
  font-weight: 700;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 13px;
}
.search-section .jcf-select {
  width: 100%;
}
.search-section input[type=text] {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  padding: 10px 22px;
  color: #131313;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  outline: none;
}
.search-section input[type=text]::-webkit-input-placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.search-section input[type=text]::-moz-placeholder {
  opacity: 1;
  color: rgba(19, 19, 19, 0.6);
}
.search-section input[type=text]:-moz-placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.search-section input[type=text]:-ms-input-placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.search-section input[type=text].placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.search-section input[type=text]:focus {
  border-color: #102b72;
}
.search-section .btn {
  padding: 15px 25px;
  border-radius: 25px !important;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .search-section .btn {
    width: 100%;
  }
}
.search-section input[type=reset] {
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
}
.search-section input[type=reset] + label {
  font-size: 13px;
  font-weight: 700;
  color: #cd1e48;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  padding-left: 27px;
}
.search-section input[type=reset] + label:hover {
  text-decoration: none;
}
.search-section input[type=reset] + label i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
}

.map-block {
  margin-bottom: 62px;
}
.map-block .map {
  padding-top: 67.0567056706%;
  position: relative;
  background-color: #cfd5e3;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.map-block .caption {
  background: #f0f0f0;
  color: #131313;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 600;
  padding: 15px;
  text-align: center;
}

.locations-block .location-single {
  border: solid #d6d6d6;
  border-width: 1px;
  margin-bottom: -1px;
  padding: 17px 10px 15px;
  transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
}
@media screen and (min-width: 600px) {
  .locations-block .location-single {
    display: flex;
    flex-wrap: wrap;
    padding: 17px 28px 15px;
  }
}
.locations-block .location-single:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.25);
}
.locations-block .location-single address + span {
  margin-top: 15px;
  display: block;
}
.locations-block .location-single.op-10 .left:before {
  opacity: 0.1;
}
.locations-block .location-single.op-30 .left:before {
  opacity: 0.3;
}
.locations-block .location-single.op-60 .left:before {
  opacity: 0.6;
}
.locations-block .location-single.spring .left:before {
  background: url(images/decor-leaf-spring.svg);
  background-size: 100% 100%;
}
.locations-block .location-single.fall .left:before {
  background: url(images/decor-leaf-fall.svg);
  background-size: 100% 100%;
}
.locations-block .location-single.winter .left:before {
  background: url(images/decor-leaf-winter.svg);
  background-size: 100% 100%;
}
.locations-block .location-single.summer .left:before {
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
}
.locations-block .left {
  text-align: left;
  width: 100%;
  padding-left: 60px;
  position: relative;
  font-size: 15px;
  line-height: 1.4666666667;
}
@media screen and (min-width: 600px) {
  .locations-block .left {
    width: 50%;
  }
}
.locations-block .left:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 18px;
  height: 22px;
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
}
.locations-block .left .name {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  color: #121212;
}
.locations-block .left address {
  font-style: normal;
  margin-bottom: 0;
}
.locations-block .right {
  width: 100%;
  padding: 6px 30px 0 26px;
}
@media screen and (min-width: 600px) {
  .locations-block .right {
    width: 50%;
  }
}
.locations-block .info {
  font-size: 13px;
  line-height: 1.3846153846;
  color: #111;
}
.locations-block .info li {
  margin-bottom: 15px;
}
.locations-block .info li, .locations-block .info a {
  display: flex;
  flex-wrap: wrap;
}
.locations-block .info i {
  font-size: 18px;
  color: #102b72;
  margin-right: 15px;
}
.locations-block .info a {
  color: #111;
  text-decoration: none;
  position: relative;
}
.locations-block .info a:hover {
  color: #102b72;
}
.locations-block .info a:hover span {
  text-decoration: underline;
}
.locations-block .info a:hover:before {
  color: #102b72;
}
.locations-block .info a.map-link {
  color: #68a629;
  min-width: 100%;
  margin-left: 29px;
}
.locations-block .info a.mail:before {
  content: "\e90f";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 14px;
  color: #102b72;
}
.locations-block .info .address {
  display: inline-block;
  padding-left: 32px;
  position: relative;
}
.locations-block .info .address:before {
  content: "\e910";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 18px;
  color: #102b72;
}

.location-wrap {
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .location-wrap {
    padding-bottom: 118px;
  }
}
.location-wrap .btn-holder {
  padding: 31px 0;
  text-align: center;
}
.location-wrap .btn {
  padding: 11px 31px;
}

.feature-blocks {
  margin-top: 50px;
}
.feature-blocks .feature-blocks {
  margin-top: 0;
}

.feature-block {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .feature-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .feature-block:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .feature-block:nth-child(2n) .text-holder {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .feature-block:nth-child(2n) .text-holder {
    padding-left: 0;
    padding-right: 90px;
  }
}
.feature-block .img-holder {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .feature-block .img-holder {
    width: 50%;
    margin-bottom: 0;
  }
}
.feature-block .img-holder a {
  transition: opacity 0.3s ease-in-out;
}
.feature-block .img-holder a:hover {
  opacity: 0.8;
}
.feature-block .img-holder img {
  width: 100%;
}
.feature-block .text-holder {
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .feature-block .text-holder {
    width: 50%;
    padding-left: 46px;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .feature-block .text-holder:only-child {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .feature-block .text-holder {
    padding-right: 60px;
  }
}
.feature-block .text-holder h2 {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  margin-bottom: 11px;
  line-height: 1.2;
  padding: 2px 0;
}
@media screen and (min-width: 1024px) {
  .feature-block .text-holder h2 {
    font-size: 32px;
  }
}
.feature-block .text-holder h2 a {
  text-decoration: none;
  color: #000;
}
.feature-block .text-holder h2 a:hover {
  color: #102b72;
}
.feature-block .text-holder p {
  margin-bottom: 30px;
}
.feature-block .text-holder .btn {
  padding: 11px 38px;
}

.location-single + h2 {
  margin-top: 3rem;
}

.location-single.current-region .name,
.alle-regions.locations-block .location-single .name {
  font-size: 22px;
}

.location-single.current-region {
  margin-bottom: 2rem;
}
.location-single.current-region .info a.map-link {
  display: none;
}

.top-block {
  border-bottom: 1px solid #d6d6d6;
  margin: -5px 0 28px;
}
.top-block .wrap {
  max-width: 734px;
  color: #121212;
}
.top-block .lead, .top-block .is-style-Lead {
  margin-bottom: 21px;
}

.options {
  margin: 0 -11px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 21px;
  padding-bottom: 21px;
  position: relative;
}
.options:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 11px;
  right: 11px;
  border-bottom: 1px solid #d6d6d6;
}
.options li {
  width: 100%;
  padding: 0 11px;
  margin-bottom: 21px;
}
@media screen and (min-width: 500px) {
  .options li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .options li {
    width: 33.33%;
  }
}
.options a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  min-height: 72px;
  padding: 5px 25px;
  text-decoration: none;
  color: #121212;
  background: #fff;
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.15);
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.options a:hover {
  text-decoration: none;
  background: #102b72;
  color: #fff;
}
.options a:hover .title,
.options a:hover .sub-title {
  color: #fff;
}
.options .title {
  display: block;
  width: 100%;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888888889;
  transition: color 0.3s ease-in-out;
}
.options .sub-title {
  display: block;
  width: 100%;
  color: rgba(18, 18, 18, 0.7);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3846153846;
  transition: color 0.3s ease-in-out;
}

.content-filter {
  padding-top: 40px;
}
.content-filter.no-padding {
  padding-top: 0;
}
.content-filter h2 {
  font-weight: 700;
  color: #000;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .content-filter h2 {
    font-size: 40px;
  }
}

.search-section {
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .search-section {
    margin: 0 -11px;
    display: flex;
    flex-wrap: wrap;
  }
}
.search-section .col {
  width: 100%;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .search-section .col {
    padding: 0 11px;
    flex-shrink: 0;
  }
}
.search-section .col.w-33 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search-section .col.w-33 {
    width: 33.33%;
  }
}
.search-section label {
  color: rgba(11, 11, 11, 0.7);
  font-size: 15px;
  font-weight: 700;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 13px;
}
.search-section .jcf-select {
  width: 100%;
}
.search-section input[type=text] {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  padding: 10px 22px;
  color: #131313;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  outline: none;
}
.search-section input[type=text]::-webkit-input-placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.search-section input[type=text]::-moz-placeholder {
  opacity: 1;
  color: rgba(19, 19, 19, 0.6);
}
.search-section input[type=text]:-moz-placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.search-section input[type=text]:-ms-input-placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.search-section input[type=text].placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.search-section input[type=text]:focus {
  border-color: #102b72;
}
.search-section .btn {
  padding: 15px 25px;
  border-radius: 25px !important;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .search-section .btn {
    width: 100%;
  }
}
.search-section input[type=reset] {
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
}
.search-section input[type=reset] + label {
  font-size: 13px;
  font-weight: 700;
  color: #cd1e48;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  padding-left: 27px;
}
.search-section input[type=reset] + label:hover {
  text-decoration: none;
}
.search-section input[type=reset] + label i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
}

.event-block {
  border-top: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
.event-block .event-single {
  border: solid #d6d6d6;
  border-width: 0 1px 1px;
  padding: 19px 10px 14px;
  transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .event-block .event-single {
    display: flex;
    flex-wrap: wrap;
    padding: 19px 28px 14px;
  }
}
.event-block .event-single:hover {
  border-color: transparent;
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.25);
}
.event-block .left {
  width: 100%;
  padding-left: 60px;
  position: relative;
  font-size: 15px;
  line-height: 1.4666666667;
  color: #53565d;
}
@media screen and (min-width: 768px) {
  .event-block .left {
    width: 69%;
    padding-left: 70px;
  }
}
.event-block .left time {
  position: absolute;
  top: 0;
  left: -10px;
  width: 70px;
  font-size: 12px;
  line-height: 1.1666666667;
  color: #102b72;
  text-align: center;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .event-block .left time {
    left: -20px;
    padding-right: 0;
  }
}
.event-block .left time span {
  font-size: 26px;
  font-weight: 700;
  display: block;
}
.event-block .left .name {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  color: #121212;
  display: block;
  margin-bottom: 2px;
}
.event-block .left .name a {
  color: #121212;
  text-decoration: none;
}
.event-block .left .name a:hover {
  color: #102b72;
}
.event-block .left p {
  margin-bottom: 7px;
}
.event-block .left .time {
  font-weight: 700;
  display: block;
  font-size: 13px;
  color: rgba(17, 17, 17, 0.7);
}
.event-block .right {
  width: 100%;
  padding: 9px 0 0 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .event-block .right {
    width: 31%;
  }
}
.event-block .right .sign-up {
  align-self: center;
}
.event-block .info {
  font-size: 13px;
  line-height: 1.3846153846;
  color: #111;
}
.event-block .info li {
  margin-bottom: 15px;
  padding-left: 32px;
  position: relative;
}
.event-block .info li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 18px;
  color: #102b72;
}
.event-block .info li.map:before {
  content: "\e910";
}
.event-block .info li.live:before {
  content: "\e917";
}
.event-block .info li.duration:before {
  content: "\e909";
}

.load-more-modules {
  cursor: pointer;
}

.found-nothing {
  text-align: center;
  margin: 4rem;
  margin-bottom: 80px !important;
  font-size: 20px !important;
}

.event-wrap {
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .event-wrap {
    padding-bottom: 65px;
  }
}
.event-wrap .btn-holder {
  padding: 15px 0 25px;
  text-align: center;
}
.event-wrap .reset {
  text-align: center;
  margin-top: 45px;
}
.event-wrap .btn {
  padding: 11px 49px !important;
}
.event-wrap input[type=reset] {
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
}
.event-wrap input[type=reset] + label {
  font-size: 13px;
  font-weight: 700;
  color: #cd1e48;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  padding-left: 27px;
}
.event-wrap input[type=reset] + label:hover {
  text-decoration: none;
}
.event-wrap input[type=reset] + label i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
}

.more-content + .content-hero {
  padding-top: 39px;
}
.more-content + .content-hero .heading-decor-small {
  margin-bottom: 23px;
}

.content-hero {
  margin-bottom: 53px;
}
.content-hero .heading-decor-small {
  margin-bottom: 47px;
}

.hero-block {
  max-width: 1440px;
  margin: 0 auto;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.hero-block .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: background 0.3s ease-in-out;
}
.hero-block .play:hover {
  background: rgba(16, 43, 114, 0.25);
}
.hero-block .play span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fafafa;
}
.hero-block .play span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #102b72;
  margin: 1px 0 0 2px;
}
.hero-block .play span:after {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-block .container {
  max-width: 1400px;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .hero-block .container {
    height: 720px;
  }
}
.hero-block .text-holder {
  background: #fff;
  padding: 20px 15px;
  max-width: 523px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .hero-block .text-holder {
    padding: 30px 20px 23px 42px;
  }
}
.hero-block .title {
  display: block;
  text-transform: uppercase;
  color: #102b72;
  margin-bottom: 7px;
  font-size: 13px;
}
.hero-block h2 {
  line-height: 1.3333333333;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 27px;
}
@media screen and (min-width: 1024px) {
  .hero-block h2 {
    font-size: 30px;
  }
}
.hero-block .btn {
  padding: 11px 31px;
}

.wp-block-group.links-block {
  margin-bottom: 30px;
}

.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=tel] {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 16px !important;
  line-height: 1.75;
  font-weight: 700;
  padding: 10px 22px !important;
  color: #131313;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  outline: none;
}
.gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.gform_wrapper.gravity-theme input[type=text]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=email]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder {
  opacity: 1;
  color: rgba(19, 19, 19, 0.6);
}
.gform_wrapper.gravity-theme input[type=text]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=email]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=tel]:-moz-placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.gform_wrapper.gravity-theme input[type=text].placeholder,
.gform_wrapper.gravity-theme input[type=email].placeholder,
.gform_wrapper.gravity-theme input[type=tel].placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=tel]:focus {
  border-color: #102b72;
}

.jcf-select {
  width: 100%;
}

.top-block.no-border {
  border-bottom: 0;
  margin: -5px 0 42px;
}
.top-block.no-border .wrap {
  max-width: 875px;
}
.top-block.no-border .lead, .top-block.no-border .is-style-Lead {
  margin-bottom: 21px;
}

.edit-link {
  font-weight: 500;
  color: #68a629;
}

.s-result-wrap .search-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.s-result-wrap .search-area input[type=search] {
  display: block;
  margin: 0;
  width: calc(100% - 110px);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  padding: 15px 25px;
  color: #131313;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  outline: none;
}
.s-result-wrap .search-area input[type=search]::-webkit-input-placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.s-result-wrap .search-area input[type=search]::-moz-placeholder {
  opacity: 1;
  color: rgba(19, 19, 19, 0.6);
}
.s-result-wrap .search-area input[type=search]:-moz-placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.s-result-wrap .search-area input[type=search]:-ms-input-placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.s-result-wrap .search-area input[type=search].placeholder {
  color: rgba(19, 19, 19, 0.6);
}
.s-result-wrap .search-area input[type=search]:focus {
  border-color: #102b72;
}
.s-result-wrap .search-area .btn {
  padding: 15px 25px !important;
  border-radius: 25px !important;
  width: 96px;
}

.tabset {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
  padding-bottom: 6px;
  position: relative;
}
.tabset::before {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 0;
  border-bottom: 1px solid #d6d6d6;
}
.tabset li {
  width: 100%;
  padding: 0 11px 24px;
}
@media screen and (min-width: 600px) {
  .tabset li {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .tabset li {
    width: 33.33%;
  }
}
.tabset li.active a {
  text-decoration: none;
  color: #fff;
  background: #102b72;
}
.tabset li.active a i {
  color: initial;
}
.tabset a {
  height: 100%;
  padding: 8px;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  color: #101010;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.15);
  min-height: 72px;
}
@media screen and (min-width: 600px) {
  .tabset a {
    font-size: 18px;
    min-height: initial;
  }
}
.tabset a:hover {
  text-decoration: none;
  color: #fff;
  background: #102b72;
}
.tabset a:hover i {
  color: #101010;
}
.tabset .icon-holder {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cfd5e3;
}
.tabset .title {
  display: block;
  width: calc(100% - 44px);
  padding-left: 11px;
  padding-right: 11px;
}
@media screen and (min-width: 600px) {
  .tabset .title {
    padding-left: 19px;
  }
}

.tab {
  padding: 26px 0 42px;
}
.tab .btn-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .tab .btn-block {
    flex-wrap: nowrap;
  }
}
.tab .btn-block .left {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .tab .btn-block .left {
    padding-right: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
    flex-shrink: 0;
    width: auto;
  }
}
.tab .btn-block .left:before {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background: #b2b2b2;
}
@media screen and (min-width: 768px) {
  .tab .btn-block .left:before {
    top: 0;
    bottom: 0;
    left: auto;
    height: auto;
    right: 11px;
    width: 1px;
  }
}
.tab .btn-block .right {
  flex-grow: 1;
}
.tab .btn-default {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5384615385;
  font-weight: 700;
  border: 1px solid #102b72;
  color: #121212;
  padding: 9px 22px;
  border-radius: 3px;
  text-decoration: none;
  background: #fff;
}
.tab .btn-default:hover {
  text-decoration: none;
  background: #102b72;
  color: #fff;
}
.tab .btn-list {
  margin: 0 -5px -5px;
  display: flex;
  flex-wrap: wrap;
}
.tab .btn-list li {
  padding: 0 5px 5px;
}
.tab .btn-tag {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5384615385;
  font-weight: 700;
  border: 1px solid #cfd5e3;
  background: #cfd5e3;
  color: #121212;
  padding: 9px 12px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.tab .btn-tag.has-close {
  position: relative;
  padding: 9px 32px 9px 15px;
  background: #102b72;
  border-color: #102b72;
  color: #fff;
}
.tab .btn-tag.has-close:before, .tab .btn-tag.has-close:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}
.tab .btn-tag.has-close:after {
  transform: rotate(-45deg);
}
.tab .btn-tag:hover {
  text-decoration: none;
  background: #102b72;
  color: #cfd5e3;
}
.tab .reset-block {
  margin-left: -5px;
}
.tab .reset-block input[type=reset] {
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
}
.tab .reset-block input[type=reset] + label {
  font-size: 13px;
  font-weight: 700;
  color: #cd1e48;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  padding-left: 27px;
}
.tab .reset-block input[type=reset] + label:hover {
  text-decoration: none;
}
.tab .reset-block input[type=reset] + label i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
}

.results-meta {
  padding: 34px 0;
  color: #070707;
}

.s-result-block {
  background: #fff;
}
.s-result-block .s-result-single {
  border: solid #d6d6d6;
  border-width: 1px;
  padding: 19px 10px 14px;
  transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .s-result-block .s-result-single {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 19px 27px 14px 28px;
  }
}
.s-result-block .s-result-single:hover {
  border-color: #fff;
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.25);
}
.s-result-block .left {
  width: 100%;
  padding-left: 60px;
  position: relative;
  font-size: 15px;
  line-height: 1.4666666667;
  color: #53565d;
}
@media screen and (min-width: 768px) {
  .s-result-block .left {
    display: flex;
    width: calc(100% - 136px);
    padding-left: 0;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.s-result-block .left img {
  max-width: 97px;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  margin-right: 1rem;
  rotate: -2deg;
}
@media screen and (max-width: 768px) {
  .s-result-block .left img {
    position: absolute;
    max-width: 50px;
    left: 0;
  }
}
.s-result-block .left .pdf {
  position: absolute;
  left: -6px;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  top: 12px;
  text-align: center;
  color: #111;
}
@media screen and (min-width: 768px) {
  .s-result-block .left .pdf {
    position: relative;
  }
}
.s-result-block .left .pdf i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 7px;
}
.s-result-block .left .pdf .text {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.s-result-block .left .pdf .char {
  display: block;
  font-size: 23px;
  font-weight: 700;
}
.s-result-block .left .category {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: rgba(17, 17, 17, 0.7);
  margin-bottom: 4px;
}
.s-result-block .left .name {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  color: #121212;
  display: block;
  margin-bottom: 2px;
}
.s-result-block .left p {
  margin-bottom: 7px;
}
.s-result-block .left .time {
  font-weight: 700;
  display: block;
  font-size: 13px;
  color: rgba(17, 17, 17, 0.7);
}
.s-result-block .right {
  width: 100%;
  padding-top: 10px;
  padding-left: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-result-block .right {
    width: 136px;
    padding: 0;
  }
}
.s-result-block .right .btn {
  width: 100%;
  text-align: center;
}
.s-result-block .info {
  font-size: 13px;
  line-height: 1.3846153846;
  color: #111;
}
.s-result-block .info li {
  margin-bottom: 15px;
  padding-left: 32px;
  position: relative;
}
.s-result-block .info li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 18px;
}
.s-result-block .info li.map:before {
  content: "\e910";
}
.s-result-block .info li.live:before {
  content: "\e917";
}
.s-result-block .info li.duration:before {
  content: "\e909";
}

.location-wrap .reset {
  margin-top: 20px;
}

.s-result-wrap, .location-wrap {
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .s-result-wrap, .location-wrap {
    padding-bottom: 65px;
  }
}
.s-result-wrap .btn-holder, .location-wrap .btn-holder {
  padding: 45px 0 25px;
  text-align: center;
}
.s-result-wrap .btn-holder .btn, .location-wrap .btn-holder .btn {
  padding: 11px 49px !important;
}

.c-list-block {
  text-align: center;
}
.c-list-block .heading-decor-small {
  margin-bottom: 8px;
}
.c-list-block .list-block {
  font-size: 14px;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 768px) {
  .c-list-block .list-block {
    text-align: left;
    font-size: 16px;
    margin: 0;
  }
}
.c-list-block .list-block .list {
  width: 50%;
  padding: 0 5px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .c-list-block .list-block .list {
    width: 50%;
    padding-right: 10px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-list-block .list-block .list {
    width: 25%;
  }
}
.c-list-block .list-block .title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #131313;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-list-block .list-block .title {
    font-size: 18px;
  }
}
.c-list-block .list-block ul li {
  margin-bottom: 11px;
}
.c-list-block .list-block ul a {
  text-decoration: underline;
  color: #102b72;
}
.c-list-block .list-block ul a:hover {
  text-decoration: none;
}

.w-event-block {
  margin: 39px 0;
  border-top: 1px solid #d6d6d6;
}
.container > .w-event-block {
  margin: 39px 15px;
}
.w-event-block .w-event-single {
  border: solid #d6d6d6;
  border-width: 0 1px 1px;
  padding: 19px 10px 12px;
  transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .w-event-block .w-event-single {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 19px 28px 12px;
  }
}
.w-event-block .w-event-single:hover {
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.25);
  border-color: transparent;
}
.w-event-block .left {
  width: 100%;
  padding-left: 60px;
  position: relative;
  font-size: 15px;
  line-height: 1.4666666667;
  color: #53565d;
}
@media screen and (min-width: 768px) {
  .w-event-block .left {
    width: 260px;
    padding-left: 70px;
    padding-right: 10px;
    align-self: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .w-event-block .left {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .w-event-block .left {
    width: 260px;
  }
}
.w-event-block .left time {
  position: absolute;
  top: 0;
  left: -10px;
  width: 70px;
  font-size: 12px;
  line-height: 1.1666666667;
  color: #102b72;
  text-align: center;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .w-event-block .left time {
    left: -20px;
    padding-right: 0;
  }
}
.w-event-block .left time span {
  font-size: 26px;
  font-weight: 700;
  display: block;
}
.w-event-block .middle {
  font-size: 15px;
  line-height: 1.4666666667;
  color: #53565d;
  padding-top: 3px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .w-event-block .middle {
    width: calc(100% - 260px - 116px);
    padding-right: 70px;
    align-self: flex-start;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .w-event-block .middle {
    width: calc(100% - 200px - 116px);
    padding-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .w-event-block .middle {
    width: calc(100% - 260px - 116px);
    padding-right: 70px;
  }
}
.w-event-block .middle .name {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  color: #121212;
  display: block;
  margin-bottom: 2px;
}
.w-event-block .middle p {
  margin-bottom: 7px;
}
.w-event-block .middle .time {
  font-weight: 700;
  display: block;
  font-size: 13px;
  color: rgba(17, 17, 17, 0.7);
  margin-bottom: 5px;
}
.w-event-block .right {
  width: 100%;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .w-event-block .right {
    width: 116px;
  }
}
.w-event-block .right .btn {
  width: 100%;
  text-align: center;
}
.w-event-block .info {
  font-size: 13px;
  line-height: 1.3846153846;
  color: #111;
  padding-top: 5px;
}
.w-event-block .info li {
  margin-bottom: 15px;
  padding-left: 32px;
  position: relative;
}
.w-event-block .info li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 18px;
  color: #102b72;
}
.w-event-block .info li.map:before {
  content: "\e910";
}
.w-event-block .info li.live:before {
  content: "\e917";
}
.w-event-block .info li.duration:before {
  content: "\e909";
}

.author-details {
  border: 1px solid #102b72;
  padding: 12px 12px 32px 26px;
  margin-bottom: 29px;
}
@media screen and (min-width: 1024px) {
  .author-details .author-top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
.author-details .img-holder {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.author-details .text-holder {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 23px;
}
@media screen and (min-width: 1024px) {
  .author-details .text-holder {
    width: calc(100% - 70px);
  }
}
.author-details .name {
  display: block;
  font-size: 24px;
  line-height: 1.1666666667;
  font-weight: 700;
  margin-bottom: 11px;
}
.author-details .author-info ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
}
.author-details .author-info ul a {
  color: #101010;
  text-decoration: none;
}
.author-details .author-info ul a:hover {
  color: #102b72;
}
.author-details .author-info ul a.tel {
  position: relative;
}
.author-details .author-info ul a.tel:before {
  content: "\e913";
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  font-size: 24px;
  color: #102b72;
}
.author-details .author-info ul a.mail {
  color: #102b72;
  text-decoration: underline;
  position: relative;
}
.author-details .author-info ul a.mail:before {
  content: "\e90f";
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #102b72;
}
.author-details .author-info ul a.mail:hover {
  color: #131313;
  text-decoration: none;
}

.link-box {
  font-size: 18px;
  line-height: 1.3333333333;
  padding: 24px 50px 24px 23px;
  font-weight: 700;
  display: block;
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: relative;
  color: #0b0b0b;
  text-decoration: none;
  margin-bottom: 30px;
}
.link-box:hover {
  background: #102b72;
  color: #fff;
}
.link-box:hover:before {
  color: #fff;
}
.link-box:before {
  content: "\e908";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(180deg);
  font-size: 18px;
  color: #102b72;
  transition: color 0.3s ease-in-out;
}

.top-padding-alt {
  padding-top: 6px !important;
}

.links-block {
  border-radius: 0 0 3px 3px;
  background: #fff;
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.15);
  padding: 24px 22px 17px;
}
.links-block h2 {
  font-size: 22px;
}
.links-block .title {
  font-size: 18px;
  margin-bottom: 12px !important;
}
.links-block ul {
  font-size: 16px;
  line-height: 1.375;
}
.links-block ul li {
  margin-bottom: 13px;
}
.links-block ul a {
  text-decoration: underline;
  color: #102b72;
}
.links-block ul a:hover {
  color: #131313;
  text-decoration: none;
}

.hero-home {
  background-size: cover;
  background-position: 50% 50%;
  min-height: 500px;
  position: relative;
  color: #fff;
  padding: 128px 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .hero-home {
    min-height: 731px;
  }
}
.hero-home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.hero-home .align {
  max-width: 753px;
}
.hero-home .category {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-bottom: 27px;
}
.hero-home h1, #main .hero-home .three-dots {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.2;
  margin-bottom: 54px;
}
.hero-home .btn {
  min-width: 150px;
}

.banner-features {
  background: #f0f0f0;
  padding: 42px 0 15px;
  margin-bottom: 57px;
}
.banner-features ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-features ul li {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 10px 20px;
}
@media screen and (min-width: 600px) {
  .banner-features ul li {
    padding: 0 10px;
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .banner-features ul li {
    padding: 0 40px;
  }
}
.banner-features a {
  color: #131313;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .banner-features a {
    font-size: 18px;
  }
}
.banner-features a:hover {
  color: #102b72;
}
.banner-features a .icon-holder {
  width: 44px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cfd5e3;
}
.banner-features a .icon-holder i {
  color: #102b72;
  font-size: 30px;
}
.banner-features a .title {
  display: block;
  width: calc(100% - 44px);
  padding-left: 17px;
  text-decoration: underline;
}

.section-feature {
  position: relative;
  z-index: 1;
  padding-bottom: 91px;
  margin-bottom: 87px;
}
.section-feature:before {
  content: "";
  position: absolute;
  top: 91px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #dee5da;
}

.section-single {
  position: relative;
  background: #fff;
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  padding: 33px 30px 34px;
}
@media screen and (min-width: 768px) {
  .section-single {
    display: flex;
    flex-wrap: wrap;
  }
}
.section-single.op-10:before, .section-single.op-10:after {
  opacity: 0.1;
}
.section-single.op-30:before, .section-single.op-30:after {
  opacity: 0.3;
}
.section-single.op-60:before, .section-single.op-60:after {
  opacity: 0.6;
}
.section-single.spring:before, .section-single.spring:after {
  background: url(images/decor-leaf-spring.svg);
  background-size: 100% 100%;
}
.section-single.fall:before, .section-single.fall:after {
  background: url(images/decor-leaf-fall.svg);
  background-size: 100% 100%;
}
.section-single.winter:before, .section-single.winter:after {
  background: url(images/decor-leaf-winter.svg);
  background-size: 100% 100%;
}
.section-single.summer:before, .section-single.summer:after {
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
}
.section-single:before {
  content: "";
  position: absolute;
  right: calc(100% - 22px);
  top: 49px;
  width: 89px;
  height: 113px;
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
  z-index: -1;
}
.section-single:after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -7px;
  width: 64px;
  height: 80px;
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
  transform: scaleX(-1);
}
.section-single .img-holder {
  position: relative;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-single .img-holder {
    width: 51.5%;
  }
}
.section-single .img-holder .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: background 0.3s ease-in-out;
}
.section-single .img-holder .play:hover {
  background: rgba(16, 43, 114, 0.25);
}
.section-single .img-holder .play span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fafafa;
}
.section-single .img-holder .play span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #102b72;
  margin: 1px 0 0 2px;
}
.section-single .img-holder .play span:after {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-single .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-single .text-holder {
  padding-top: 24px;
  line-height: 1.4444444444;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .section-single .text-holder {
    width: 48.5%;
    padding-left: 47px;
  }
}
.section-single h3 {
  font-weight: 400;
  margin-bottom: 19px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media screen and (min-width: 1024px) {
  .section-single h3 {
    font-size: 32px;
    line-height: 1.4;
  }
}
.section-single h3 a {
  color: #000;
  text-decoration: none;
}
.section-single h3 a:hover {
  color: #102b72;
}
.section-single .meta {
  display: block;
  color: rgba(19, 19, 19, 0.6);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.section-single .meta a {
  font-weight: 600;
  color: #2c5916;
  text-decoration: none;
}
.section-single .meta a:hover {
  text-decoration: none;
  color: #102b72;
}
.section-single .btn-holder .btn {
  min-width: 150px;
}

#footer {
  background: #dee5da;
  padding-top: 33px;
  position: relative;
  overflow: hidden;
}
#footer.left:before {
  right: auto;
  transform: scaleX(1);
  left: 24px;
}
#footer.op-10:before {
  opacity: 0.1;
}
#footer.op-30:before {
  opacity: 0.3;
}
#footer.op-60:before {
  opacity: 0.6;
}
#footer.spring:before {
  background: url(images/decor-leaf-spring.svg);
  background-size: 100% 100%;
}
#footer.fall:before {
  background: url(images/decor-leaf-fall.svg);
  background-size: 100% 100%;
}
#footer.winter:before {
  background: url(images/decor-leaf-winter.svg);
  background-size: 100% 100%;
}
#footer.summer:before {
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
}
#footer:before {
  content: "";
  position: absolute;
  bottom: -68px;
  right: 24px;
  width: 552px;
  height: 652px;
  background: url(images/decor-leaf.svg);
  background-size: 100% 100%;
  transform: scaleX(-1);
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-bottom: 27px;
}
.footer-top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1440px;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(44, 89, 22, 0.2);
}
.footer-top .col {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (min-width: 400px) {
  .footer-top .col {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .footer-top .col {
    width: 25%;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-top .col {
    width: 25%;
    padding-right: 50px;
  }
}
.footer-top .col:before {
  position: absolute;
  top: 0;
  bottom: 17px;
  right: 34px;
  width: 1px;
  background: rgba(44, 89, 22, 0.2);
}
@media screen and (min-width: 1024px) {
  .footer-top .col:before {
    content: "";
  }
}
.footer-top .col:last-child:before {
  content: none;
}
.footer-top .category {
  display: block;
  color: #131313;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.footer-top .num {
  display: block;
  font-size: 42px;
  color: #102b72;
  font-weight: 800;
  margin-bottom: -7px;
}
.footer-top .link-more {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #131313;
  font-weight: 400;
  text-decoration: none;
}
.footer-top .link-more:hover {
  text-decoration: none;
  color: #102b72;
}
.footer-top .link-more:before {
  content: "\e901";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  font-size: 6px;
  color: #102b72;
}

.footer-middle {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer-middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer-middle:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1440px;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(44, 89, 22, 0.2);
}
.footer-middle .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer-middle .left {
    width: 164px;
  }
}
.footer-middle .footer-logo {
  width: 81px;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .footer-middle .footer-logo {
    margin-right: 0;
  }
}
.footer-middle address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.35;
  margin-bottom: 25px;
  width: calc(100% - 101px);
}
@media screen and (min-width: 768px) {
  .footer-middle address {
    width: 100%;
  }
}
.footer-middle .btn-contact {
  padding: 11px 45px;
  margin-bottom: 30px;
}
.footer-middle .social {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}
.footer-middle .social li {
  margin: 0 5px 10px;
}
.footer-middle .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #102b72;
  border-radius: 50%;
  text-decoration: none;
  color: #102b72;
  font-size: 10px;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.footer-middle .social a:hover {
  color: #4a4a4a;
  border-color: #979797;
}
.footer-middle .right {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer-middle .right {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 200px);
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-middle .right {
    width: calc(100% - 282px);
    max-width: none;
    justify-content: flex-start;
  }
}
.footer-middle .title {
  font-size: 15px;
  display: block;
  font-weight: 700;
  margin-bottom: 17px;
}
.footer-middle .footer-nav {
  font-size: 14px;
  line-height: 1.2857142857;
  padding-right: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .footer-middle .footer-nav {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .footer-middle .footer-nav {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-middle .footer-nav {
    width: 220px;
  }
}
.footer-middle .footer-nav li {
  margin-bottom: 7px;
}
.footer-middle .footer-nav a {
  text-decoration: none;
  color: #131313;
}
.footer-middle .footer-nav a:hover {
  text-decoration: none;
  color: #102b72;
}
.footer-middle .footer-form-block {
  font-size: 14px;
  line-height: 1.2857142857;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer-middle .footer-form-block {
    padding-top: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-middle .footer-form-block {
    width: calc(100% - 440px);
    padding-left: 31px;
    padding-top: 0;
  }
}
.footer-middle .footer-form {
  margin-bottom: 3px;
}
.footer-middle .footer-form h2.gform_submission_error.hide_summary {
  font-size: 16px;
}
.footer-middle .footer-form .gfield_error input {
  border: 1px solid #df144c !important;
}
.footer-middle .footer-form .gfield_error .validation_message {
  margin-top: -0.5rem;
  padding-left: 10px;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #df144c;
}
.footer-middle .footer-form .gform-body .hidden_label > label {
  display: none;
}
.footer-middle .footer-form .gform-body fieldset.hidden_label > legend {
  display: none;
}
.footer-middle .footer-form .gform-body .ginput_container_consent {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 8px;
}
.footer-middle .footer-form .gform-body .ginput_container_consent input[type=checkbox] {
  margin-top: 3px;
}
.footer-middle .footer-form .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.footer-middle .footer-form input[type=email],
.footer-middle .footer-form input[type=text] {
  margin-bottom: 1rem;
  border: 1px solid #e4e4e4;
  color: #131313;
  background: #fff;
  font-size: 13px !important;
  font-weight: normal;
  line-height: 1.6153846154;
  padding: 9px 10px !important;
  outline: none;
}
.footer-middle .footer-form input[type=email]::-webkit-input-placeholder,
.footer-middle .footer-form input[type=text]::-webkit-input-placeholder {
  color: #9b9b9b;
}
.footer-middle .footer-form input[type=email]::-moz-placeholder,
.footer-middle .footer-form input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #9b9b9b;
}
.footer-middle .footer-form input[type=email]:-moz-placeholder,
.footer-middle .footer-form input[type=text]:-moz-placeholder {
  color: #9b9b9b;
}
.footer-middle .footer-form input[type=email]:-ms-input-placeholder,
.footer-middle .footer-form input[type=text]:-ms-input-placeholder {
  color: #9b9b9b;
}
.footer-middle .footer-form input[type=email].placeholder,
.footer-middle .footer-form input[type=text].placeholder {
  color: #9b9b9b;
}
.footer-middle .footer-form input[type=submit] {
  border: 0;
  border-radius: 21px;
  display: block;
  font-size: 13px;
  line-height: 1.6153846154;
  font-weight: 400;
  padding: 10px 12px;
  width: 94px;
  margin-left: 11px;
  margin-bottom: 0;
  background: #102b72 !important;
  transition: background 0.3s ease-in-out;
}
.footer-middle .footer-form input[type=submit]:hover {
  background: #2c5916 !important;
}

.footer-bottom {
  text-align: center;
  padding: 28px 0;
  font-size: 12px;
  font-weight: 700;
  color: #333;
}
.footer-bottom a {
  color: #333;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: none;
  color: #102b72;
}

.search {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.search.admin-bar {
  min-height: calc(100vh - 32px);
}

.search-results main, .search main {
  margin-top: 1rem;
}
.search-results .screen-reader-text, .search .screen-reader-text {
  display: none;
}
.search-results .search-form, .search .search-form {
  width: 100%;
  max-width: calc(1140px - 33.33%);
  display: flex;
}
.search-results .search-form label, .search .search-form label {
  flex: 4;
}
.search-results .search-form label input[type=search], .search .search-form label input[type=search] {
  width: calc(100% - 8px);
  border-radius: 2px;
}
.search-results h1 span, #main .search-results .three-dots span, .search h1 span, #main .search .three-dots span {
  font-style: italic;
  display: block;
  font-weight: 500;
}
.search-results h1, #main .search-results .three-dots, .search h1, #main .search .three-dots {
  margin-bottom: 3rem !important;
}
.search-results #main .container > a, .search-results a.post, .search #main .container > a, .search a.post {
  max-width: calc(1140px - 33.33%);
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  padding: 24px 17px;
  display: block;
  margin-bottom: 1.5rem;
  text-decoration: none;
  color: #131313;
  transition: all 0.3s ease-in-out;
}
.search-results #main .container > a h2, .search-results a.post h2, .search #main .container > a h2, .search a.post h2 {
  color: #68a629 !important;
  transition: color 0.3s ease-in-out;
}
.search-results #main .container > a:hover, .search-results a.post:hover, .search #main .container > a:hover, .search a.post:hover {
  box-shadow: 0 0 23px -4px rgba(0, 0, 0, 0.55);
}
.search-results #main .container > a:hover h2, .search-results a.post:hover h2, .search #main .container > a:hover h2, .search a.post:hover h2 {
  color: #102b72 !important;
}
.search-results #main .container > a p, .search-results a.post p, .search #main .container > a p, .search a.post p {
  margin-bottom: 0;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .search-results #main .container > a p, .search-results a.post p, .search #main .container > a p, .search a.post p {
    font-size: 18px;
  }
}
.search-results .entry-meta, .search .entry-meta {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}

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