@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: raleway;
  src: url("../fonts/Raleway/Raleway-Regular.ttf") format("truetype"), url("../fonts/Raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: ralewayBold;
  src: url("../fonts/Raleway/Raleway-Bold.ttf") format("truetype"), url("../fonts/Raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: ralewayMedium;
  src: url("../fonts/Raleway/Raleway-Medium.ttf") format("truetype"), url("../fonts/Raleway/Raleway-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: ralewaySemiBold;
  src: url("../fonts/Raleway/Raleway-SemiBold.ttf") format("truetype"), url("../fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "raleway";
  src: url("../fonts/Raleway/Raleway-MediumItalic.ttf") format("truetype"), url("../fonts/Raleway/Raleway-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "raleway";
  src: url("../fonts/Raleway/Raleway-BoldItalic.ttf") format("truetype"), url("../fonts/Raleway/Raleway-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: montserratBold;
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: roboto;
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: robotoBlack;
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?y85ri9#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff2") format("woff2"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.svg?y85ri9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-cart:before {
  content: "\e901"; }

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

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

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

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

.icon-open:before {
  content: "\e938"; }

.icon-people:before {
  content: "\e939"; }

.icon-store:before {
  content: "\e93a"; }

.icon-utensils:before {
  content: "\e93b"; }

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

.icon-directional_arrow_right:before {
  content: "\e91b"; }

.icon-directional_arrow_left:before {
  content: "\e91c"; }

.icon-close_thin:before {
  content: "\e91d"; }

.icon-arrow_up:before {
  content: "\e91e"; }

.icon-arrow_right:before {
  content: "\e91f"; }

.icon-arrow_left:before {
  content: "\e920"; }

.icon-arrow_down:before {
  content: "\e921"; }

.icon-facebook:before {
  content: "\e922"; }

.icon-instagram:before {
  content: "\e923"; }

.icon-linkedin:before {
  content: "\e924"; }

.icon-twitter:before {
  content: "\e925"; }

.icon-youtube:before {
  content: "\e926"; }

.icon-hamburger_thin:before {
  content: "\e92e"; }

.icon-close_thin1:before {
  content: "\e92f"; }

.icon-directional_arrow_left1:before {
  content: "\e930"; }

.icon-directional_arrow_right1:before {
  content: "\e931"; }

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

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

.icon-play_button:before {
  content: "\e904"; }

.icon-gear:before {
  content: "\e905"; }

.icon-message:before {
  content: "\e906"; }

.icon-pencil:before {
  content: "\e907"; }

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

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

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

.icon-envelope:before {
  content: "\e90c"; }

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

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

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

.icon-solid_arrow_up:before {
  content: "\e911"; }

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

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

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

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

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

.icon-double_arrow_left:before {
  content: "\e919"; }

.icon-double_arrow_right:before {
  content: "\e91a"; }

.icon-arrow_left1:before {
  content: "\e927"; }

.icon-arrow_right1:before {
  content: "\e928"; }

.icon-printer:before {
  content: "\e929"; }

.icon-share:before {
  content: "\e92a"; }

.icon-angle-double-left:before {
  content: "\f100"; }

.icon-angle-double-right:before {
  content: "\f101"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-feed:before {
  content: "\e600"; }

.icon-pinterest:before {
  content: "\e601"; }

.icon-cross:before {
  content: "\e92b"; }

.icon-menu3:before {
  content: "\e92c"; }

.icon-menu4:before {
  content: "\e92d"; }

.icon-circle-down:before {
  content: "\e932"; }

.icon-menu:before {
  content: "\e933"; }

.icon-backward:before {
  content: "\e934"; }

.icon-forward2:before {
  content: "\e935"; }

.icon-circle-right:before {
  content: "\e936"; }

.icon-circle-left:before {
  content: "\e937"; }

@keyframes simpleScale {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes animation-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

/* ================================================================================================
	GENERAL CSS
================================================================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0em 0; }

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box; }

html {
  background: #fff; }

body {
  background: #fff; }

table {
  border-collapse: collapse; }

th,
td {
  text-align: left;
  vertical-align: top; }

img {
  max-width: 100%; }

p {
  margin-top: 0; }

a {
  text-decoration: none;
  transition: 100ms; }
  a:hover {
    color: #FBAF1F; }
  a:active {
    color: #d9993e; }

button {
  background: none;
  border: none;
  cursor: pointer; }

.contrast {
  background-color: #000 !important; }

.contrast-grey {
  background-color: #313131 !important; }
  .contrast-grey a:hover {
    background-color: black; }

.contrast-text {
  color: #000 !important; }

.contrast-text-white {
  color: white !important; }

.contrast-text-grey {
  color: #313131 !important; }

.contrast-border {
  border-color: #313131 !important; }

.contrast-both {
  background-color: #000 !important;
  color: white !important; }

a,
button,
input,
textarea {
  outline: none; }

hr {
  border: none;
  border-top: 1px solid #d7d7d7; }

.w_full {
  width: 100%; }
  .w_full:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1026px) {
    .w_full {
      width: 100%; } }

.fwb {
  font-weight: bold; }

.mt1 {
  margin-top: 1em; }

.mt2 {
  margin-top: 2em;
  display: block !important; }

.mb1 {
  margin-bottom: 1em; }

.mb2 {
  margin-bottom: 2em; }

.pb3 {
  padding-bottom: 3em; }

.dn {
  display: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.oh {
  overflow: hidden; }

.ib {
  display: inline-block; }

.hidden_area,
.hidden_element {
  display: none; }

.label {
  color: #8cc63e;
  font-family: "roboto";
  font-stretch: condensed;
  font-size: 1.2em; }

.align_center {
  text-align: center; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.align_justify {
  text-align: justify; }

div.wrapper:after {
  content: "";
  display: table;
  clear: both; }

.pull_left {
  float: left;
  margin-right: 2em; }
  @media (max-width: 500px) {
    .pull_left {
      display: block;
      float: none;
      margin-bottom: 2em;
      margin-left: auto;
      margin-right: auto; } }

figure.pull_left {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 1em;
  border: 1px solid #aaa; }
  @media (max-width: 500px) {
    figure.pull_left {
      margin-bottom: 1em; }
      figure.pull_left img {
        display: block;
        margin-left: auto;
        margin-right: auto; } }

.pull_right {
  float: right;
  margin-left: 2em; }
  @media (max-width: 500px) {
    .pull_right {
      display: block;
      float: none;
      margin-bottom: 2em;
      margin-left: auto;
      margin-right: auto; } }

figure.pull_right {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 1em;
  border: 1px solid #aaa; }
  @media (max-width: 500px) {
    figure.pull_right {
      margin-bottom: 1em; }
      figure.pull_right img {
        display: block;
        margin-left: auto;
        margin-right: auto; } }

figcaption {
  padding-top: 0.5em; }

.btn {
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5em;
  font-weight: bold;
  color: white !important;
  background: #FBAF1F;
  font-family: robotoBlack;
  transition: 150ms ease;
  border: none; }
  .btn:hover {
    background-color: #d9993e; }
  .btn:active {
    background-color: #FBAF1F; }
  .btn--colour {
    border-color: white; }
  .btn--wide {
    padding: 0.5em 3em; }
  .btn--full {
    display: block;
    text-align: center; }

.contrast-grey:hover {
  background-color: #000 !important; }

.admin-new {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.5em 3em;
  font-size: 1.2em; }

.btn-wrapper .btn {
  margin: 0 1em; }

.admin-btn {
  margin-top: 1em;
  font-size: 1.4em; }

.old-btn {
  padding: 1em 2.5em;
  background-color: #e2a12b;
  color: #fff;
  text-transform: uppercase; }
  .old-btn:hover {
    background-color: #531056; }
  .old-btn:active {
    background-color: #e2a12b;
    animation: pressBtn 0.3s linear;
    transform-origin: center center;
    transition: background-color 0.1s linear; }
  .old-btn.loading, .old-btn.loading:hover, .old-btn.loading:active {
    position: relative;
    cursor: wait;
    background: #e2a12b;
    box-shadow: none;
    animation: none;
    border: none;
    color: #fff; }
    .old-btn.loading span, .old-btn.loading:hover span, .old-btn.loading:active span {
      opacity: 0.1; }
    .old-btn.loading:before, .old-btn.loading:hover:before, .old-btn.loading:active:before {
      width: 1em;
      height: 1em;
      position: absolute;
      left: 50%;
      top: 50%;
      content: "";
      border-radius: 24px;
      background-clip: padding-box;
      border: white 2px solid;
      border-top-color: #e2a12b;
      animation: animation-rotate 750ms linear infinite;
      transform-origin: center center; }
  .old-btn[disabled] {
    background: #bbb;
    border-color: white;
    cursor: auto; }

@keyframes pressBtn {
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

.btn_container .btn {
  margin-right: 1em; }
  .btn_container .btn:last-child {
    margin-right: 0; }

.container:after {
  content: "";
  display: table;
  clear: both; }

.col {
  float: left; }
  .col:after {
    content: "";
    display: table;
    clear: both; }

.col_2 {
  width: 50%;
  padding: 3rem 1rem; }
  @media (max-width: 1026px) {
    .col_2 {
      width: 100%;
      padding: 0;
      padding-bottom: 3rem; } }

.nav-col,
.content-col {
  margin: 2em 0; }

.nav-col {
  flex-shrink: 1;
  padding-right: 3em; }

.content-col {
  flex-grow: 1; }

.custom-label {
  position: relative;
  display: block;
  float: left;
  margin-right: 1.5em;
  cursor: pointer; }
  .custom-label.no-label-text {
    float: none;
    display: inline-block;
    margin-right: 0; }
    .custom-label.no-label-text label {
      padding-left: 0; }
  .custom-label label {
    padding-left: 1.5em; }
  .custom-label.radio-label label {
    cursor: pointer; }
    .custom-label.radio-label label:before {
      position: absolute;
      content: "";
      border-radius: 10px;
      border: 1px solid #666;
      background: linear-gradient(to bottom, #ccc, #fff);
      height: 1em;
      width: 1em;
      top: 0;
      left: 0; }
    .custom-label.radio-label label:after {
      position: absolute;
      content: "";
      height: 0.6em;
      width: 0.6em;
      background: #038bb3;
      border-radius: 6px;
      top: 0;
      bottom: 0;
      left: 4px;
      margin: auto;
      display: none; }
  .custom-label.radio-label:hover label {
    color: #038bb3; }
    .custom-label.radio-label:hover label:after {
      background: #666;
      display: block; }
  .custom-label.radio-label:active label:after {
    background: #038bb3;
    display: block; }
  .custom-label.radio-label input:checked + label:after {
    background: #038bb3;
    display: block; }
  .custom-label.radio-label.disabled-input {
    cursor: auto; }
    .custom-label.radio-label.disabled-input label {
      color: #5e6265;
      cursor: auto; }
    .custom-label.radio-label.disabled-input:hover label:after {
      background: none; }
  .custom-label.checkbox-label.no-label-text label {
    margin-top: 0; }
  .custom-label.checkbox-label label {
    color: #5e6265;
    padding-left: 2.3em;
    margin-bottom: 0;
    margin-top: 0.2em;
    cursor: pointer; }
    .custom-label.checkbox-label label:before {
      position: absolute;
      content: "";
      border: 2px solid #fff;
      box-shadow: 0 0 0 2px #939393;
      height: 1em;
      width: 1em;
      top: 0;
      left: 2px;
      border-radius: 0px;
      padding: 0 1px 2px 1px;
      background: #fff; }
    .custom-label.checkbox-label label:after {
      position: absolute;
      content: "";
      height: 35px;
      width: 31px;
      top: -10px;
      left: -8px;
      display: none; }
    .custom-label.checkbox-label label .loading-text {
      font-size: 1em; }
  .custom-label.checkbox-label[disabled="disabled"] label {
    cursor: auto; }
    .custom-label.checkbox-label[disabled="disabled"] label:before {
      box-shadow: 0 0 0 2px #939393; }
  .custom-label.checkbox-label:not([disabled="disabled"]):hover label {
    color: #038bb3; }
    .custom-label.checkbox-label:not([disabled="disabled"]):hover label:before {
      box-shadow: 0 0 0 2px #038bb3; }
    .custom-label.checkbox-label:not([disabled="disabled"]):hover label:after {
      display: block; }
  .custom-label.checkbox-label:not([disabled="disabled"]):active label:before {
    box-shadow: 0 0 0 2px #038bb3; }
  .custom-label.checkbox-label input:checked + label:before {
    content: "";
    font-family: "icomoon";
    color: #038bb3;
    box-shadow: 0 0 0 2px #038bb3; }
  .custom-label input {
    display: none; }

/* ================================================================================================
	DISPLAY TABLE
================================================================================================ */
table.display_table {
  color: black;
  position: relative;
  width: 100%;
  border-radius: 6px;
  border: 3px solid #3c3e3f;
  border-spacing: 0;
  border-collapse: separate; }
  table.display_table tr:last-child td:first-child {
    border-bottom-left-radius: 3px; }
  table.display_table tr:last-child td:last-child {
    border-bottom-right-radius: 3px; }

table.display_table td,
table.display_table th {
  text-align: left;
  vertical-align: middle;
  padding: 1em 1rem;
  font-size: 1.05em; }

table.display_table th {
  color: #ffffff;
  font-size: 1.15em;
  text-transform: uppercase;
  cursor: auto;
  letter-spacing: 1px;
  background: #038bb3; }

table.display_table tr {
  background: #fff;
  border: 1px solid transparent; }
  table.display_table tr:nth-child(even) {
    background: #ccc; }

table.display_table tr.clickable:hover,
table.display_table tr.active-row {
  cursor: pointer;
  background: #c7e7f1; }

div.edit_btn {
  color: #272727;
  text-transform: uppercase;
  padding: 2px;
  display: block;
  text-align: center;
  font-weight: bold; }

/* =======================================
	ERROR & SUCCESS
======================================= */
.error {
  background: linear-gradient(to bottom, #ffdfdf, #ff6060);
  font-weight: bold;
  color: #6e1313;
  padding: 1em;
  border-radius: 8px;
  border: 1px solid #7b1d1d;
  margin-bottom: 1em;
  list-style: none; }
  .error.msg_animate {
    animation: grower 0.25s linear;
    transform-origin: center center; }

.success {
  background: linear-gradient(to bottom, #63a854, #316f00);
  font-weight: bold;
  color: #fff;
  padding: 1em;
  border-radius: 8px;
  border: 1px solid #014110;
  margin-bottom: 1em; }
  .success.msg_animate {
    animation: grower 0.25s linear;
    transform-origin: center center; }
  .success a {
    color: #fdcf62; }
    .success a:hover {
      color: #fdcf62;
      text-decoration: underline; }
  .success.small {
    padding: 0.5em;
    margin-bottom: 0; }

@keyframes grower {
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="url"],
input[type="password"],
fieldset,
textarea {
  display: block;
  border: 1px solid #999;
  font-family: raleway;
  border-radius: 0.2em;
  padding: 0.5em 0.5em;
  font-size: 1em;
  width: 100%;
  max-width: 100%;
  color: black; }
  .contrast input[type="text"], .contrast input[type="email"], .contrast input[type="tel"], .contrast input[type="number"], .contrast input[type="date"], .contrast input[type="time"], .contrast input[type="datetime-local"], .contrast input[type="url"], .contrast input[type="password"], .contrast fieldset, .contrast textarea {
    color: black; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="datetime-local"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  fieldset:focus,
  textarea:focus {
    border-color: #21cafb;
    transition: 0.2s linear;
    background: white; }
  input[type="text"].auto-width,
  input[type="email"].auto-width,
  input[type="tel"].auto-width,
  input[type="number"].auto-width,
  input[type="date"].auto-width,
  input[type="time"].auto-width,
  input[type="datetime-local"].auto-width,
  input[type="url"].auto-width,
  input[type="password"].auto-width,
  fieldset.auto-width,
  textarea.auto-width {
    width: auto; }
  input[type="text"].date,
  input[type="email"].date,
  input[type="tel"].date,
  input[type="number"].date,
  input[type="date"].date,
  input[type="time"].date,
  input[type="datetime-local"].date,
  input[type="url"].date,
  input[type="password"].date,
  fieldset.date,
  textarea.date {
    width: 50%; }
  input[type="text"].extra_pad,
  input[type="email"].extra_pad,
  input[type="tel"].extra_pad,
  input[type="number"].extra_pad,
  input[type="date"].extra_pad,
  input[type="time"].extra_pad,
  input[type="datetime-local"].extra_pad,
  input[type="url"].extra_pad,
  input[type="password"].extra_pad,
  fieldset.extra_pad,
  textarea.extra_pad {
    padding: 1em; }

textarea {
  resize: none;
  width: 100%;
  height: 14em; }

.req-star {
  color: #c00;
  font-family: Arial, Helvetica, sans-serif; }

.form-field {
  position: relative;
  padding: 0.75em 0;
  clear: both; }
  .form-field:after {
    content: "";
    display: table;
    clear: both; }
  .form-field .field-label {
    display: block;
    font-size: 1.3em;
    color: #038bb3;
    font-weight: bold;
    padding-bottom: 0.5em; }
  .form-field.error_container {
    margin-bottom: 5px; }
    .form-field.error_container input {
      border-color: #ac2c1f;
      background: #ffecec; }
    .form-field.error_container input:-webkit-autofill {
      box-shadow: 0 0 0 50px rgba(255, 190, 190, 0.8) inset;
      -webkit-text-fill-color: #000; }
      .form-field.error_container input:-webkit-autofill:focus {
        outline: none;
        box-shadow: 0 0 0 50px rgba(255, 190, 190, 0.8) inset; }
  .form-field.date-field {
    width: 50%;
    clear: none;
    float: left; }
    .form-field.date-field input {
      width: 100%; }
  .form-field.half-field {
    width: 50%;
    float: left;
    clear: none; }
  .form-field.clear-float {
    float: none;
    clear: both; }
  .form-field.floated-field h2 {
    width: 8em;
    float: left;
    height: 100%;
    padding-top: 0.5em; }
  .form-field.floated-field input {
    float: left; }
  .form-field.floated-field .error {
    float: none;
    clear: both; }
  .form-field.flex-field {
    display: flex; }
  .form-field .cke {
    border: 2px solid #999;
    color: black; }
    .contrast .form-field .cke {
      color: black; }
    .form-field .cke.cke_focus {
      border-color: #21cafb;
      transition: 0.2s linear;
      background: white; }

.floated-field-container:after {
  content: "";
  display: table;
  clear: both; }

.floated-field-container .half-field {
  padding-right: 1em; }
  .floated-field-container .half-field:nth-child(even) {
    padding-right: 0; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #888; }

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #888; }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #888; }

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #888; }

input:-webkit-autofill {
  box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #000; }
  input:-webkit-autofill:focus {
    outline: none;
    box-shadow: 0 0 0 50px white inset, 0 0 12px #21cafb; }

.standout {
  font-size: 1.1rem;
  background: #eee;
  padding: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #faf7f0;
  color: #272727; }

.new-item {
  padding: 1em;
  border: 1px solid #999;
  background: #eee;
  border-radius: 0.5em;
  margin-bottom: 2em; }
  .new-item .standout {
    background: #f6d4f7;
    font-weight: bold; }

.item-list {
  margin-top: 2em; }
  .item-list li {
    display: flex;
    padding: 1em;
    background: #eee;
    border: 1px solid #999;
    border-radius: 0.5em;
    margin-bottom: 1em; }
    @media (max-width: 600px) {
      .item-list li {
        display: block; } }
    .item-list li img {
      display: block;
      margin-right: 1em;
      align-self: center; }
      @media (max-width: 600px) {
        .item-list li img {
          margin: 0 auto 1em; } }
    .item-list li .item-success {
      margin-bottom: 3em; }
    .item-list li .item-fields {
      position: relative;
      flex: 1; }
      .item-list li .item-fields .buttons {
        position: absolute;
        bottom: 0rem;
        right: 0rem; }
        @media (max-width: 430px) {
          .item-list li .item-fields .buttons {
            position: initial; } }
      .item-list li .item-fields button {
        padding: 0;
        font-size: 2em;
        color: #531056;
        background: none; }
        .item-list li .item-fields button.icon-cross {
          margin-right: 1em; }
        .item-list li .item-fields button.update:hover {
          text-decoration: underline; }
        .item-list li .item-fields button:hover {
          color: #e2a12b; }
        .item-list li .item-fields button:active {
          animation: pressBtn 0.3s linear;
          transform-origin: center center;
          transition: background-color 0.1s linear; }
        .item-list li .item-fields button:disabled {
          color: #999;
          cursor: auto; }
          .item-list li .item-fields button:disabled:hover {
            text-decoration: none; }
      .item-list li .item-fields .admin-btn {
        font-size: 1.5em;
        background: #e2a12b;
        color: white;
        font-weight: bold;
        padding: 0.3em;
        margin-left: 1em; }
        .item-list li .item-fields .admin-btn:hover {
          color: white;
          background: #531056; }
        .item-list li .item-fields .admin-btn:disabled {
          background: #999;
          color: white; }
        @media (max-width: 430px) {
          .item-list li .item-fields .admin-btn {
            display: block;
            margin: 0;
            margin-top: 1em; } }

.text-icon {
  margin-left: 1.5em;
  padding: 0 1em;
  color: #fff;
  background: #038bb3;
  border-radius: 0.2em;
  transition: background 0.1s ease-in-out; }
  .text-icon:hover {
    background: #531056; }
  .text-icon:active {
    animation: pressBtn 0.3s linear;
    transform-origin: center center; }
  .text-icon [class^="icon-"],
  .text-icon [class*=" icon-"] {
    margin-left: 0.5em; }

.character-count {
  padding: 0.5em;
  text-align: right; }
  .character-count.warning {
    color: red; }
  .character-count .character-count--current {
    padding-right: 0.4em; }
  .character-count .character-count--limit {
    padding-left: 0.2em; }

/* ---------- SelectBoxIt ---------- */
.full-select .selectboxit-container,
.full-select .selectboxit-container .selectboxit {
  width: 100%; }

.full-select .selectboxit-enabled .selectboxit-text {
  min-width: 90%; }

.image-upload-section,
.file-upload-section {
  position: relative;
  background: #fff;
  height: 300px;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  z-index: 1;
  line-height: 1em;
  border: 2px solid #999;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center; }
  .image-upload-section.upload-error,
  .file-upload-section.upload-error {
    color: #ac2c1f;
    background: #ffecec; }
  .image-upload-section img,
  .file-upload-section img {
    display: block;
    max-height: 100%; }

.image-upload-col.disabled img,
.file-upload-col.disabled img {
  opacity: 0.3; }

.image-upload-col.disabled .file-upload-btn-wrapper .image-drop-name,
.image-upload-col.disabled .file-upload-btn-wrapper:hover .image-drop-name,
.image-upload-col.disabled .file-upload-btn-wrapper:active .image-drop-name,
.file-upload-col.disabled .file-upload-btn-wrapper .image-drop-name,
.file-upload-col.disabled .file-upload-btn-wrapper:hover .image-drop-name,
.file-upload-col.disabled .file-upload-btn-wrapper:active .image-drop-name {
  background: #999;
  opacity: 0.8; }

.image-upload-col.disabled .file-upload-btn-wrapper .img-input,
.image-upload-col.disabled .file-upload-btn-wrapper .file-input,
.file-upload-col.disabled .file-upload-btn-wrapper .img-input,
.file-upload-col.disabled .file-upload-btn-wrapper .file-input {
  cursor: auto; }

.file-upload-btn-wrapper {
  position: relative; }
  .file-upload-btn-wrapper .image-drop-name {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    padding: 1em;
    z-index: 2;
    margin: 0;
    color: #fff;
    background: #272727;
    border: 2px solid #272727; }
  .file-upload-btn-wrapper:hover .image-drop-name {
    background: #414040;
    color: #fff; }
  .file-upload-btn-wrapper:active .image-drop-name {
    background: #bdbdbd;
    animation: pressBtn 0.2s linear;
    transform-origin: center center; }
  .file-upload-btn-wrapper .img-input,
  .file-upload-btn-wrapper .file-input {
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    cursor: pointer;
    opacity: 0; }

.progress_bar {
  position: relative;
  border: 1px solid #999;
  padding: 1em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background: #fff; }
  .progress_bar.progress_error {
    background: #f3c2bd; }
  .progress_bar.progress_success {
    background: #afd779; }
  .progress_bar.upload_complete {
    background: #afd779; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }
    .progress_bar.upload_complete .progress_bar--message {
      position: relative;
      padding-left: 2em; }
    .progress_bar.upload_complete .progress_bar--message:before {
      content: "";
      position: absolute;
      box-sizing: border-box;
      width: 1em;
      height: 1em;
      left: 0;
      top: 0;
      border-radius: 50%;
      border: 2px solid transparent;
      border-top-color: #ede3ca;
      animation: spinner 0.6s linear infinite; }
  .progress_bar.completed {
    background: #afd779;
    border-color: #1e2b0d; }
    .progress_bar.completed .progress_bar--message {
      color: #1e2b0d; }
  .progress_bar .progress_bar--bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: 1; }
  .progress_bar.in_progress .progress_bar--bar {
    background-color: #c9ffc9;
    background-size: 100px 100px;
    background-image: linear-gradient(45deg, #96ff96 25%, transparent 25%, transparent 50%, #96ff96 50%, #96ff96 75%, transparent 75%, transparent);
    animation: loadingStripes 1s infinite linear; }

@keyframes loadingStripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 200px 100px; } }
    .progress_bar.in_progress .progress_bar--bar:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.4) 100%); }
  .progress_bar .progress_bar--message,
  .progress_bar .progress_bar--percentage {
    position: relative;
    display: inline-block;
    z-index: 2;
    font-weight: bold;
    color: #666666; }
  .progress_bar .progress_bar--percentage {
    padding-left: 0.5em; }

.search-loader {
  padding: 2em 0; }

.ajax-loader {
  position: relative;
  height: 4em;
  width: 4em;
  margin-left: auto;
  margin-right: auto; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }
  .ajax-loader:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #ede3ca;
    animation: spinner .6s linear infinite; }

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease; }

.modal-wrapper {
  display: table-cell;
  vertical-align: middle; }

.modal-container {
  width: 50%;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
  color: initial; }

.modal-header {
  background: #531056;
  padding: 1rem; }
  .modal-header h3 {
    margin: 0;
    color: #fff; }

.modal-body {
  margin: 1em 1rem; }

.modal-footer {
  padding: 1rem; }
  .modal-footer .btn {
    margin-right: 1em; }
    @media (max-width: 600px) {
      .modal-footer .btn {
        width: 100%; } }
    .modal-footer .btn:last-child {
      margin-right: 0; }

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0; }

.modal-leave-active {
  opacity: 0; }

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.paginate-back:before {
  content: ""; }

.paginate-forward:before {
  content: ""; }

.pagination-result-text {
  text-align: center;
  color: #faf7f0; }

.pagination-pages {
  padding-bottom: 0.5em;
  text-align: center;
  font-family: "Arial";
  font-weight: bold; }
  .pagination-pages:after {
    content: "";
    display: table;
    clear: both; }
  .pagination-pages .counter {
    display: inline-block;
    font-size: 1.2em;
    padding: 0.35em 0.6em;
    margin-left: 0.3em;
    line-height: 1em;
    margin-bottom: 0.5em;
    color: #6b6b6b;
    text-decoration: none; }
    @media (max-width: bp_mid) {
      .pagination-pages .counter {
        padding: 0.6em 0.7em; } }
    .pagination-pages .counter:first-child {
      margin-left: 0; }
    .pagination-pages .counter.current_counter, .pagination-pages .counter:hover {
      color: white;
      background: #038bb3; }
    .pagination-pages .counter:active {
      animation: pressBtn 0.2s linear;
      transform-origin: center center; }
    .pagination-pages .counter.inactive, .pagination-pages .counter.inactive:hover, .pagination-pages .counter.inactive:active {
      animation: none;
      color: #6b6b6b;
      border-color: #ddd;
      opacity: 0.5; }
      .pagination-pages .counter.inactive:hover, .pagination-pages .counter.inactive:hover:hover, .pagination-pages .counter.inactive:active:hover {
        background: white; }
  .pagination-pages .counter.paginate-backward,
  .pagination-pages .counter.paginate-forward,
  .pagination-pages .counter.icon-first,
  .pagination-pages .counter.icon-last {
    margin-right: 1em;
    background: white; }
    .pagination-pages .counter.paginate-backward:hover,
    .pagination-pages .counter.paginate-forward:hover,
    .pagination-pages .counter.icon-first:hover,
    .pagination-pages .counter.icon-last:hover {
      background: #fff; }
    .pagination-pages .counter.paginate-backward:before,
    .pagination-pages .counter.paginate-forward:before,
    .pagination-pages .counter.icon-first:before,
    .pagination-pages .counter.icon-last:before {
      display: block;
      font-size: 1em; }
    .pagination-pages .counter.paginate-backward.inactive, .pagination-pages .counter.paginate-backward.inactive:hover,
    .pagination-pages .counter.paginate-forward.inactive,
    .pagination-pages .counter.paginate-forward.inactive:hover,
    .pagination-pages .counter.icon-first.inactive,
    .pagination-pages .counter.icon-first.inactive:hover,
    .pagination-pages .counter.icon-last.inactive,
    .pagination-pages .counter.icon-last.inactive:hover {
      background: white; }
  .pagination-pages .icon-first {
    margin-right: 1em;
    margin-left: 0; }
  .pagination-pages .icon-last {
    margin-left: 0.2em;
    margin-right: 0; }

.pagination {
  font-family: "Arial";
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em; }
  .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pagination .counter {
    display: inline-block;
    margin-left: 0.3em;
    margin-bottom: 0.5em;
    padding: 0.6em 1em;
    border-radius: 0.4em;
    line-height: 1em;
    background: #efefef;
    color: #6b6b6b;
    border: 2px solid #ddd;
    text-decoration: none; }
    .pagination .counter:first-child {
      margin-left: 0; }
    .pagination .counter:hover {
      background: #d6d5d5;
      border-color: #c4c3c3; }
    .pagination .counter:active {
      animation: pressBtn 0.2s linear;
      transform-origin: center center; }
    .pagination .counter.active, .pagination .counter.disabled, .pagination .counter.disabled:hover, .pagination .counter.disabled:active {
      cursor: auto;
      animation: none;
      background: #d6d5d5;
      color: #6b6b6b;
      border-color: #ddd; }
  .pagination .icon-previous:before,
  .pagination .paginate-forward:before,
  .pagination .paginate-backward:before,
  .pagination .icon-forward:before {
    display: block;
    font-size: 1em; }

.permalink_preloader {
  display: none;
  position: absolute;
  height: 39%;
  width: 3em;
  text-align: center;
  padding: 0.5em;
  border-left: 1px solid #faf7f0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #FFF; }

#permalink_error {
  margin-top: 5px;
  color: #ac2c1f;
  clear: both;
  display: none; }

.padded-listing {
  position: relative;
  padding-bottom: 2em; }
  .padded-listing .input-wrapper {
    position: relative; }
  .padded-listing input[type="text"] {
    position: relative;
    padding-right: 7em;
    border-color: #3c3e3f; }
    .padded-listing input[type="text"]:focus {
      border-color: #038bb3;
      transition: border-color 0.1s linear; }
  .padded-listing .contrast-grey:hover {
    background-color: #000 !important; }
  .padded-listing .search-btn {
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 6em;
    background: #fae6b1;
    cursor: pointer;
    text-align: center; }
    .padded-listing .search-btn:before {
      color: black;
      background: #fff;
      height: 1.5em;
      width: 1.5em;
      line-height: 1.6em;
      top: 0.25em;
      position: relative;
      border-radius: 1em;
      font-size: 1em;
      font-weight: bold;
      padding: 0.3em; }
    .padded-listing .search-btn:hover {
      background: #f4c85f;
      transition: background 0.1s linear; }
    .padded-listing .search-btn:active {
      background: #bdbdbd; }

.search-loader .ajax-loader {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em; }

body .selectboxit-container * {
  font-size: 1rem;
  color: initial;
  font-family: raleway; }

div .selectboxit-container .selectboxit {
  border-radius: 0px; }

div .selectboxit-arrow-container {
  background-color: #b1b1b1; }

div .selectboxit-arrow {
  border-top-color: white; }

div .selectboxit-btn {
  background-image: none;
  background-color: white;
  border-color: #999; }
  div .selectboxit-btn:hover {
    border-color: #038bb3; }
    div .selectboxit-btn:hover .selectboxit-arrow-container {
      background: #038bb3; }
  div .selectboxit-btn.selectboxit-open {
    border-color: #038bb3; }
    div .selectboxit-btn.selectboxit-open .selectboxit-arrow-container {
      background: #038bb3; }

body .selectboxit-container span,
body .selectboxit-container .selectboxit-options a {
  height: 100%;
  line-height: initial;
  padding: 0.5em 0; }
  body .selectboxit-container span .selectboxit-option-icon-url,
  body .selectboxit-container .selectboxit-options a .selectboxit-option-icon-url {
    height: 16px; }

body .selectboxit-container ul .selectboxit-option-icon-container {
  height: auto;
  padding: 0 0.5em; }

body .selectboxit .selectboxit-option-icon-container {
  padding: 0.5em 0; }

body .selectboxit-btn.selectboxit-enabled:hover,
body .selectboxit-btn.selectboxit-enabled:focus,
body .selectboxit-btn.selectboxit-enabled:active {
  background-color: #fff; }

div .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: red;
  background-image: none; }

.contrast-on div .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: black; }

body .selectboxit-container .selectboxit-options {
  border-radius: 0; }

.main-admin {
  display: flex;
  padding-left: 10rem;
  padding-right: 10rem; }
  @media (max-width: 1026px) {
    .main-admin {
      display: block;
      padding-left: 2rem;
      padding-right: 2rem; } }

.side-nav {
  width: 20em;
  font-weight: bold; }
  @media (max-width: 1300px) {
    .side-nav {
      width: 15em; } }
  @media (max-width: 1026px) {
    .side-nav {
      width: 100%; } }
  .side-nav a {
    font-weight: bold; }
  .side-nav .nav-title {
    display: flex;
    margin-bottom: 1em; }
    .side-nav .nav-title .txt {
      flex: 1;
      font-size: 2em; }
    .side-nav .nav-title .side_nav_mobile_btn {
      font-size: 1.5em;
      padding: 0.5rem 1rem;
      color: #3c3e3f;
      background: #fae6b1;
      cursor: pointer; }
      .side-nav .nav-title .side_nav_mobile_btn:hover {
        background: #f4c85f; }
  .side-nav .side_nav_display_wrapper {
    border: 1px solid #232425; }
  .side-nav .side_nav_mobile_btn {
    display: none; }
    @media (max-width: 1026px) {
      .side-nav .side_nav_mobile_btn {
        display: block; } }
  @media (max-width: 1026px) {
    .side-nav {
      margin-bottom: 3em; }
      .side-nav input.mobile_display_input {
        display: none; }
        .side-nav input.mobile_display_input ~ .side_nav_display_wrapper {
          display: none; }
        .side-nav input.mobile_display_input:checked ~ .side_nav_display_wrapper {
          display: block; }
        .side-nav input.mobile_display_input:checked + .nav-title .side_nav_mobile_btn {
          background: #878b8d; } }
  .side-nav .link-wrapper a {
    display: block;
    font-size: 1.15em;
    color: #232425;
    padding: 0.9rem 1rem; }
    .side-nav .link-wrapper a:hover, .side-nav .link-wrapper a.active {
      background: #d6d7d7; }
  .side-nav .nav-header {
    display: block;
    position: relative;
    color: #232425;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.35em;
    padding: 1rem;
    padding-right: 1.4em;
    background: #fae6b1; }
    .side-nav .nav-header:hover {
      background: #f4c85f; }
    .side-nav .nav-header:after {
      position: absolute;
      top: 27.5%;
      right: 0.5em;
      font-family: "icomoon";
      content: "";
      color: #232425;
      line-height: 1em;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased; }
  .side-nav .nav-group {
    display: none; }
  .side-nav .link_group_checkbox:checked ~ .nav-group {
    display: block; }
  .side-nav .link_group_checkbox:checked ~ .nav-header {
    background: #f4c85f; }
    .side-nav .link_group_checkbox:checked ~ .nav-header:after {
      transform: rotate(0.25turn);
      line-height: 1.2em; }

.sortable_list {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .sortable_list li {
    border: 1px solid #2d3132;
    padding: 1em;
    font-weight: bold;
    margin-bottom: -1px;
    cursor: pointer;
    background: #fff; }
    .sortable_list li:nth-child(even) {
      background: #efefef; }
    .sortable_list li:last-child {
      margin-bottom: 0; }
    .sortable_list li.sortable-chosen, .sortable_list li.sortable-ghost {
      background: white; }

.sort_wrap {
  outline: 2px solid transparent; }
  .sort_wrap .sortable_list_inner {
    outline: 2px solid transparent;
    margin: 0;
    padding: 0;
    margin-top: 1em; }
  .sort_wrap .main_list_sort_item,
  .sort_wrap .sortable_list_inner {
    list-style: none; }
    .sort_wrap .main_list_sort_item .list_input_actions,
    .sort_wrap .sortable_list_inner .list_input_actions {
      display: flex; }
      .sort_wrap .main_list_sort_item .list_input_actions input,
      .sort_wrap .sortable_list_inner .list_input_actions input {
        border: none;
        background-color: transparent;
        margin-right: 1em; }
        .sort_wrap .main_list_sort_item .list_input_actions input.success,
        .sort_wrap .sortable_list_inner .list_input_actions input.success {
          margin-bottom: 0;
          margin-top: 0;
          animation: pressBtn 0.3s linear, inputFeedback 3s linear;
          transform-origin: center center; }

@keyframes inputFeedback {
  5% {
    background-color: #bbdd8d; }
  95% {
    background-color: #bbdd8d; }
  100% {
    background-color: initial; } }
      .sort_wrap .main_list_sort_item .list_input_actions [class^="icon-"],
      .sort_wrap .main_list_sort_item .list_input_actions [class*=" icon-"],
      .sort_wrap .sortable_list_inner .list_input_actions [class^="icon-"],
      .sort_wrap .sortable_list_inner .list_input_actions [class*=" icon-"] {
        margin-top: 0.5em;
        color: #8cc63e;
        float: none;
        border: 1px solid #faf7f0;
        padding: 0.5em;
        margin-right: -1px;
        background: #fff;
        z-index: 1; }
        .sort_wrap .main_list_sort_item .list_input_actions [class^="icon-"]:hover,
        .sort_wrap .main_list_sort_item .list_input_actions [class*=" icon-"]:hover,
        .sort_wrap .sortable_list_inner .list_input_actions [class^="icon-"]:hover,
        .sort_wrap .sortable_list_inner .list_input_actions [class*=" icon-"]:hover {
          color: #038bb3;
          border-color: #038bb3;
          z-index: 2; }
        .sort_wrap .main_list_sort_item .list_input_actions [class^="icon-"]:active,
        .sort_wrap .main_list_sort_item .list_input_actions [class*=" icon-"]:active,
        .sort_wrap .sortable_list_inner .list_input_actions [class^="icon-"]:active,
        .sort_wrap .sortable_list_inner .list_input_actions [class*=" icon-"]:active {
          color: #8cc63e; }
        .sort_wrap .main_list_sort_item .list_input_actions [class^="icon-"]:last-child,
        .sort_wrap .main_list_sort_item .list_input_actions [class*=" icon-"]:last-child,
        .sort_wrap .sortable_list_inner .list_input_actions [class^="icon-"]:last-child,
        .sort_wrap .sortable_list_inner .list_input_actions [class*=" icon-"]:last-child {
          margin-right: 0; }
  .sort_wrap .editable_sort_item {
    padding: 0;
    display: flex;
    outline: 2px solid transparent; }
    .sort_wrap .editable_sort_item.sortable-ghost {
      opacity: 0.6; }
    .sort_wrap .editable_sort_item.sortable-chosen {
      background: initial; }
    .sort_wrap .editable_sort_item.sortable-drag .handle {
      background: #026481;
      color: #fff;
      transition: 0.05s linear; }
    .sort_wrap .editable_sort_item .handle {
      width: 1em;
      padding: 2em;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #e9faff;
      border-right: 1px solid #faf7f0;
      color: #faf7f0; }
      .sort_wrap .editable_sort_item .handle:hover {
        background: #d0f4fe; }
    .sort_wrap .editable_sort_item .list_item_input_button {
      display: flex;
      padding: 0.5em; }
      .sort_wrap .editable_sort_item .list_item_input_button [class^="icon-"],
      .sort_wrap .editable_sort_item .list_item_input_button [class*=" icon-"] {
        margin-top: 0.5em;
        margin-left: 1em;
        color: #8cc63e;
        border: none;
        background: none;
        outline: none; }
        .sort_wrap .editable_sort_item .list_item_input_button [class^="icon-"]:hover,
        .sort_wrap .editable_sort_item .list_item_input_button [class*=" icon-"]:hover {
          color: #038bb3; }
        .sort_wrap .editable_sort_item .list_item_input_button [class^="icon-"][disabled],
        .sort_wrap .editable_sort_item .list_item_input_button [class*=" icon-"][disabled] {
          color: #ddd;
          cursor: not-allowed; }
    .sort_wrap .editable_sort_item .item_fields {
      flex: 1; }
    .sort_wrap .editable_sort_item li {
      padding: 0; }
    .sort_wrap .editable_sort_item input {
      border: 0; }

.sort_wrap--success {
  animation: successSort 3s linear; }

@keyframes successSort {
  5% {
    outline-color: #8cc63e; }
  95% {
    outline-color: #8cc63e; }
  100% {
    outline-color: transparent; } }

.header-spacing {
  min-height: 99px; }

.container-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.logo-mobile {
  display: none; }

@media (max-width: 78em) {
  .logo-mobile {
    display: block; }
  .logo {
    display: none; }
  .header__logo {
    margin: 0;
    padding: 0; } }

@media (max-width: 78em) {
  .logo-mobile {
    position: relative;
    left: 7.5em; } }

@media (max-width: 74em) {
  .logo-mobile {
    left: 5.5em; } }

@media (max-width: 50em) {
  .logo-mobile {
    left: 1.5em; } }

.header-holder {
  position: fixed;
  z-index: 3; }

header {
  background: #038bb3;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 8rem;
  padding-right: 8rem;
  transition: 300ms;
  position: relative; }
  header ul {
    padding: 0em; }
  header li {
    list-style-type: none;
    text-decoration: none;
    display: inline;
    line-height: 1em; }
  header .menu-btn {
    display: none;
    color: white;
    font-size: 2em;
    padding: 0em;
    position: absolute;
    top: 1em;
    right: 0.5em; }
    @media (max-width: 78em) {
      header .menu-btn {
        display: block;
        float: right; } }
  header #cross_btn {
    font-size: 1.5em;
    top: 0.7em;
    right: 5.5em; }
    @media (max-width: 74em) {
      header #cross_btn {
        right: 4em; } }
    @media (max-width: 50em) {
      header #cross_btn {
        right: 1.5em; } }
  header #ham_btn {
    top: 0.35em;
    right: 4em; }
    @media (max-width: 74em) {
      header #ham_btn {
        right: 2.85em; } }
    @media (max-width: 50em) {
      header #ham_btn {
        right: 1em; } }
  @media (max-width: 78em) {
    header {
      display: inline-block;
      padding: 0.25em 0em; }
      header .menu-btn {
        display: block;
        float: right;
        top: 0.35em; }
      header .mobile-hide {
        position: fixed;
        top: -9999px;
        left: -9999px; } }

.accessiblity_icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.3em;
  font-size: 1.5em; }
  .accessiblity_icons button {
    transition: 200ms ease;
    margin-left: 0.5em;
    color: white; }
    .accessiblity_icons button:nth-of-type(5) {
      margin-left: 2em; }
  .accessiblity_icons button:hover {
    color: #d9993e; }
  @media (max-width: 78em) {
    .accessiblity_icons {
      display: none; } }
  .accessiblity_icons .search-input {
    width: 0px;
    visibility: hidden;
    font-size: 0.75em;
    background-color: #038bb3;
    border: none;
    border-radius: 0;
    transition: 150ms;
    color: white;
    box-shadow: inset 0 -0.05em #e4e4e4; }
    .accessiblity_icons .search-input:focus {
      background-color: #038bb3;
      box-shadow: inset 0 -0.05em #d9993e; }
  .accessiblity_icons .search-input::placeholder {
    color: #e4e4e4; }

.header__logo {
  width: 7em;
  margin-right: 2em;
  transition: 150ms ease-out;
  position: initial; }

.header__navlinks {
  margin: 0px; }

.header__sections {
  display: flex; }

.header__section {
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  text-transform: uppercase; }

@media (max-width: 68em) and (min-width: 78em) {
  .header__section {
    font-size: 1.5vw; } }

@media (min-width: 78em) {
  .header__nav {
    display: inline-block; }
  .header__section {
    display: inline-block;
    margin: 0.5em 0.5em 0 0.5em;
    padding: 0.5em 0em 0.5em 2.5vw;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    transition: 200ms ease; }
    .header__section:hover {
      color: #d9993e; } }

@media (max-width: 78em) {
  .header__logo {
    margin: 0em;
    width: 4em; }
  .header__nav {
    text-align: center;
    background: #038bb3;
    margin-top: 0.5em; }
  .header__sections {
    flex-direction: column; }
  .header__section {
    display: block;
    padding: 0.5em; }
    .header__section:hover {
      color: white;
      background: rgba(0, 0, 0, 0.5); } }

.scroll-up {
  font-size: 1.5em;
  color: white;
  background: #FBAF1F;
  position: fixed;
  z-index: 999;
  right: 1em;
  bottom: 1em;
  padding: 0.5em;
  transition: 100ms ease-in;
  transform: rotate(90deg); }
  .scroll-up:hover {
    background: #d9993e; }

.contrast-grey:hover {
  background-color: #000 !important; }

.footer {
  padding-top: 0em;
  padding-bottom: 0em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #038bb3; }
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: white !important; }
  .footer ul {
    padding: 0em; }
  .footer li {
    list-style-type: none;
    text-decoration: none;
    display: inline;
    line-height: 1em; }
  .footer li a {
    color: white; }
    .footer li a:hover {
      color: #FBAF1F; }
    .footer li a:active {
      color: #d9993e; }
  @media (min-width: 74em) {
    .footer {
      padding-left: 8rem;
      padding-right: 8rem; } }
  @media (max-width: 74em) {
    .footer {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media (max-width: 50em) {
    .footer {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (max-width: 25em) {
    .footer {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (max-width: 650px) {
    .footer {
      flex-direction: column;
      align-items: centers;
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  .footer__image {
    max-width: 10em;
    flex: 1;
    margin-bottom: 0em; }
    @media (max-width: 650px) {
      .footer__image {
        margin-top: 1.25em;
        max-width: 6em; } }
  .footer__text {
    color: white;
    margin-left: 6em;
    margin-top: 0.5em;
    flex: 2; }
    @media (max-width: 650px) {
      .footer__text {
        margin-left: 0em;
        margin-top: 0em;
        text-align: center; } }
    .footer__text__nav {
      margin: 2em 0 0 0;
      font-family: ralewaySemiBold; }
    .footer__text a {
      color: white; }
  .footer__text__desc {
    font-family: ralewayMedium;
    margin-top: 1em; }
  .footer__social {
    margin-bottom: 4.5em;
    margin-right: 2em;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 2em; }
    .footer__social a {
      color: white;
      transition: 200ms ease;
      margin-left: 1.5em; }
      .footer__social a:hover {
        color: #d9993e; }
  .footer__map {
    width: 100%;
    height: 40vw;
    max-height: 40em;
    margin-top: 2em; }

.footer__social__hide {
  display: none;
  padding: 1em 0 0 0;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 2em;
  margin-right: 0;
  justify-content: center; }
  .footer__social__hide a {
    color: white;
    transition: 200ms ease; }
    .footer__social__hide a:hover {
      color: #d9993e; }

@media (max-width: 650px) {
  .footer__social__hide {
    display: flex;
    justify-content: flex-start; } }
  @media (max-width: 650px) and (max-width: 650px) {
    .footer__social__hide {
      justify-content: center; } }

@media (max-width: 650px) {
  .footer__social {
    display: none; } }

.copyright {
  padding-bottom: 1.5em;
  font-family: roboto; }
  @media (max-width: 650px) {
    .copyright {
      padding: 0em 0.25em 5em 0.25em; } }

.contact {
  margin-bottom: 3em; }
  .contact h1 {
    margin-bottom: 1em; }
  .contact .contact-content {
    margin-bottom: 2em; }
  .contact .contact-field {
    margin-bottom: 1em; }
    .contact .contact-field:after {
      content: "";
      display: table;
      clear: both; }
    .contact .contact-field label {
      display: block;
      margin-bottom: 0.25em; }
    .contact .contact-field input {
      margin-bottom: 0.5em; }
  .contact .half-field:first-child {
    margin-bottom: 1em; }
  @media (min-width: 45em) {
    .contact .half-field {
      margin-bottom: 0;
      width: 50%;
      float: left; }
      .contact .half-field.left {
        padding-right: 1em; }
      .contact .half-field.right {
        padding-left: 1em; } }
  @media (max-width: 60.5em) {
    .contact #map {
      margin-top: 5em; } }

.content-wrapper {
  margin: 3em 0 5em 0; }

p {
  margin: 0;
  padding: 0; }

.content-grid {
  display: grid;
  grid-template-columns: 80% 20%;
  grid-template-rows: auto;
  grid-template-areas: "a b";
  column-gap: 2em; }
  @media (max-width: 1040px) {
    .content-grid {
      grid-template-columns: 100%;
      grid-template-rows: auto auto;
      grid-template-areas: "a" "b"; } }

.content {
  grid-area: a;
  margin-bottom: 2.5em; }

.links {
  grid-area: b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 0.25em; }
  .links a {
    transition: 200ms ease; }
    .links a:hover {
      opacity: 85%; }
  @media (max-width: 1040px) {
    .links {
      flex-direction: row;
      justify-content: center; } }
  .links .links-item {
    width: 200px;
    height: 150px;
    background-color: #8cc63e;
    margin-bottom: 1em; }
    @media (max-width: 450px) {
      .links .links-item {
        margin-bottom: 1em; } }
  .links img {
    width: 100%;
    height: 100%; }
  @media (max-width: 1040px) {
    .links a {
      margin: 0em 1em; } }

.about-footer {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center; }

.directory a {
  color: #038bb3; }

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

.directory {
  margin: 3em 0em;
  display: grid;
  grid-template-columns: 22rem auto;
  grid-auto-rows: max-content;
  grid-gap: 4em;
  justify-items: start; }
  @media (max-width: 1200px) {
    .directory {
      grid-template-columns: 15rem auto; } }
  @media (max-width: 1024px) {
    .directory {
      grid-template-columns: 100%;
      grid-gap: 1em; } }

.mobile-show {
  display: none; }
  @media (max-width: 1024px) {
    .mobile-show {
      display: block; } }

.directory-image {
  width: 100%;
  max-height: 100%; }
  .directory-image a {
    transition: 200ms ease; }
    .directory-image a:hover {
      opacity: 85%; }
  @media (max-width: 1200px) {
    .directory-image {
      width: 15rem; } }
  @media (max-width: 1024px) {
    .directory-image {
      width: 100%; } }

.directory-info {
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .directory-info {
      margin-bottom: 1em; } }

.dir-heading {
  color: #038bb3;
  font-size: 2em;
  font-family: ralewayBold; }
  @media (max-width: 1024px) {
    .dir-heading {
      font-size: 1.5em; } }

.dir-subheading {
  font-family: ralewayMedium;
  font-size: 1.15em;
  margin: 0.75em 0em; }
  @media (max-width: 1024px) {
    .dir-subheading {
      font-size: 1.1em; } }

.dir-description {
  margin-bottom: 1.25em; }

.dir-btn {
  margin-top: 2em;
  color: #038bb3; }

.directory-page {
  margin: 2em 0em;
  display: grid;
  grid-template-columns: auto auto;
  grid-auto-rows: max-content;
  grid-gap: 4em;
  justify-items: start; }
  .directory-page .directory-image {
    width: 30rem; }
  @media (max-width: 1200px) {
    .directory-page {
      grid-template-columns: 100%;
      grid-gap: 0em;
      margin: 0em 0em 2em 0em; }
      .directory-page .directory-image {
        width: 100%; } }
  .directory-page .directory-info .dir-subheading {
    margin: 0.5em 0em; }
  .directory-page .directory-info .dir-description {
    margin-top: 1.5em; }

.page-notification {
  font-style: italic;
  text-align: center;
  font-size: 1.25em; }

.businesses .bus-subtitle {
  font-size: 1.75em;
  margin-top: 1.25em;
  color: #038bb3;
  font-weight: bold;
  text-align: center;
  font-family: montserratBold; }
  .businesses .bus-subtitle span {
    font-style: italic; }

.businesses .bus-query {
  font-size: 1.1em;
  font-style: italic;
  text-align: center;
  line-height: 0.75;
  margin-bottom: 2.5em; }

.businesses .bus-listing {
  display: flex;
  justify-content: start; }
  @media (max-width: 650px) {
    .businesses .bus-listing {
      flex-flow: column; } }
  .businesses .bus-listing .bus-image img {
    width: 300px;
    margin-right: 2em; }
    @media (max-width: 650px) {
      .businesses .bus-listing .bus-image img {
        width: 100%;
        margin-right: 0; } }
  .businesses .bus-listing .bus-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 650px) {
      .businesses .bus-listing .bus-info {
        margin-top: 1em; } }
    .businesses .bus-listing .bus-info .bus-heading {
      font-weight: bold;
      font-size: 1.4em;
      color: #038bb3;
      padding: 0.25em 0em;
      font-family: ralewayBold; }
      .businesses .bus-listing .bus-info .bus-heading:hover {
        color: #FBAF1F; }
      .businesses .bus-listing .bus-info .bus-heading:active {
        color: #d9993e; }
      @media (max-width: 650px) {
        .businesses .bus-listing .bus-info .bus-heading {
          padding: 0.25em 0em; } }
    .businesses .bus-listing .bus-info .bus-subheading {
      font-size: 1.15em; }
      @media (max-width: 650px) {
        .businesses .bus-listing .bus-info .bus-subheading {
          margin: 0.2em 0em; } }

.businesses .hr-spacer {
  margin: 1.5em 0em; }

.businesses .hr-spacer:last-child {
  display: none; }

.directory-form {
  display: flex;
  justify-content: center; }
  @media (max-width: 650px) {
    .directory-form {
      flex-flow: column;
      width: 100%; } }
  .directory-form .directory-search {
    width: 50%;
    border-radius: 0px; }
    @media (max-width: 650px) {
      .directory-form .directory-search {
        width: 100%;
        margin-bottom: 0.5em; } }
  .directory-form .directory-category {
    border-left: none;
    border-radius: 0px;
    padding: 0em 0.25em; }
    @media (max-width: 650px) {
      .directory-form .directory-category {
        margin-bottom: 1em;
        padding: 0.4em;
        border-left: 1px solid #999; } }
  .directory-form .btn-admin {
    margin-left: 1.5em;
    font-size: 1.25em;
    padding: 0em 1em; }
    @media (max-width: 650px) {
      .directory-form .btn-admin {
        padding: 0.5em;
        margin-left: 0em; } }

.directory-notification {
  font-style: italic;
  text-align: center;
  font-size: 1.1em;
  margin-top: 0.5em; }

.sitemap ul {
  font-size: 1.5em; }

.sitemap li {
  display: block;
  margin: 0.5em 0; }

.news-grid {
  display: grid;
  grid-template-columns: 85% 15%;
  grid-template-rows: auto;
  grid-gap: 3em; }
  @media (max-width: 1350px) {
    .news-grid {
      grid-template-columns: 100%;
      grid-gap: 1.5em; } }
  .news-grid hr {
    border-top: 1px solid #038bb3;
    margin: 0.25em 0em; }
  .news-grid .news-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 3em; }
    @media (max-width: 1350px) {
      .news-grid .news-list {
        grid-row-gap: 1.5em; } }
    .news-grid .news-list .news-item {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .news-grid .news-list .news-item img {
        width: 100%;
        height: 100%;
        margin-bottom: 0.5em;
        object-fit: cover; }
      .news-grid .news-list .news-item h3 {
        text-align: center;
        margin-bottom: 0.25em;
        transition: 150ms ease; }
      .news-grid .news-list .news-item p {
        color: #3c3e3f; }
      .news-grid .news-list .news-item:hover h3 {
        color: #d9993e; }
      .news-grid .news-list .news-item .item-hidden {
        visibility: hidden;
        cursor: none; }
  .news-grid .news-sidebar h3 {
    text-align: center; }
  .news-grid .news-sidebar p:hover {
    color: #d9993e; }
  .news-grid .news-sidebar p {
    color: #3c3e3f;
    font-size: 1.25em;
    margin-top: 1.5em 0em;
    transition: 150ms ease; }
  @media (max-width: 1350px) {
    .news-grid .news-sidebar {
      text-align: center;
      margin-bottom: 2em; } }

.news-single {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em; }
  .news-single h1 {
    text-align: center; }
  @media (max-width: 60em) {
    .news-single {
      flex-direction: column; } }
  .news-single-text .news-date {
    font-size: 1.15em;
    margin-bottom: 1em; }
  .news-single-image {
    margin-left: 3em;
    min-width: 500px; }
    @media (max-width: 85em) {
      .news-single-image {
        min-width: 40%; } }
    @media (max-width: 60em) {
      .news-single-image {
        margin-left: 0;
        margin-top: 2em; } }

.page-header {
  box-sizing: border-box;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative; }

.page-header img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  vertical-align: bottom; }

.page-footer {
  box-sizing: border-box;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative; }

.page-footer img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  vertical-align: bottom; }

.search .search-item {
  margin: 2em 0em;
  display: flex; }
  @media (max-width: 768px) {
    .search .search-item {
      flex-flow: column; } }
  .search .search-item .search-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 2em; }
    @media (max-width: 768px) {
      .search .search-item .search-text {
        margin-left: 0em; } }
    .search .search-item .search-text .search-content {
      margin: 1em 0em; }

.search .search-result-string {
  color: #FBAF1F;
  font-weight: bold; }

.search img {
  width: 10em; }
  @media (max-width: 768px) {
    .search img {
      margin-bottom: 0.5em; } }

.search h1, .search h2 {
  margin-bottom: 0;
  margin-top: 0; }

.search #hr-title {
  border-color: #038bb3; }

.search .page-link {
  color: #038bb3; }

.real-estate h1 {
  text-align: center; }

.real-estate .re-description {
  margin-bottom: 2em;
  font-size: 1.25em; }

.real-estate .re-grid {
  display: grid;
  grid-template-columns: 85% auto;
  grid-template-areas: "a b";
  grid-gap: 3em; }
  @media (max-width: 1300px) {
    .real-estate .re-grid {
      grid-template-columns: 75% auto; } }
  @media (max-width: 1000px) {
    .real-estate .re-grid {
      grid-template-columns: 100%;
      grid-template-areas: "a" "b";
      grid-gap: 1.5em; } }
  .real-estate .re-grid .re-main {
    grid-area: a; }
    @media (max-width: 1000px) {
      .real-estate .re-grid .re-main {
        grid-area: b; } }
    .real-estate .re-grid .re-main .re-listing {
      display: flex;
      justify-content: start;
      margin-bottom: 2.5em; }
      .real-estate .re-grid .re-main .re-listing .re-image {
        width: 300px;
        margin-right: 2em; }
      .real-estate .re-grid .re-main .re-listing .re-content p {
        margin-bottom: 0.1em; }
      .real-estate .re-grid .re-main .re-listing .re-content .re-address {
        font-weight: bold;
        font-size: 1.3em;
        color: #038bb3; }
        .real-estate .re-grid .re-main .re-listing .re-content .re-address:hover {
          color: #FBAF1F; }
        .real-estate .re-grid .re-main .re-listing .re-content .re-address:active {
          color: #d9993e; }
      .real-estate .re-grid .re-main .re-listing .re-content .re-type {
        font-weight: bold;
        margin-top: 0.5em;
        color: #EC008B;
        font-size: 1.15em;
        text-transform: uppercase; }
  .real-estate .re-grid .re-filter {
    grid-area: b; }
    @media (max-width: 1000px) {
      .real-estate .re-grid .re-filter {
        grid-area: a; } }
    .real-estate .re-grid .re-filter h3 {
      text-align: center; }
    .real-estate .re-grid .re-filter p:hover {
      color: #d9993e; }
    .real-estate .re-grid .re-filter p {
      color: #3c3e3f;
      font-size: 1.2em;
      margin-top: 1.5em 0em;
      transition: 150ms ease; }
    @media (max-width: 1350px) {
      .real-estate .re-grid .re-filter {
        text-align: center;
        margin-bottom: 2em; } }

.real-estate hr {
  border-top: 1px solid #038bb3;
  margin: 0.25em 0em; }

.re-single h1 {
  text-align: center; }

.re-single .re-single-flex {
  display: flex;
  justify-content: center; }
  @media (max-width: 1150px) {
    .re-single .re-single-flex {
      flex-flow: column; } }
  .re-single .re-single-flex .re-single-image {
    flex: 8;
    max-width: 500px;
    margin-right: 2em; }
    .re-single .re-single-flex .re-single-image img {
      margin-bottom: 2em; }
  .re-single .re-single-flex .re-single-content {
    flex: 1; }
    .re-single .re-single-flex .re-single-content .contact-info {
      margin: 1em 0em 2em 0em; }
    .re-single .re-single-flex .re-single-content p {
      margin-bottom: 0.1em; }
    .re-single .re-single-flex .re-single-content span {
      font-weight: bold; }
    .re-single .re-single-flex .re-single-content .re-type {
      font-weight: bold;
      color: #EC008B;
      font-size: 1.2em;
      text-transform: uppercase; }
    .re-single .re-single-flex .re-single-content .re-btn {
      margin-top: 3em; }

.home-ticker {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
  .home-ticker .ticker-slide {
    height: 700px;
    width: 100%;
    background-size: cover;
    background-position: center; }
  .home-ticker .home-ticker-nav {
    position: absolute;
    width: auto;
    padding: 0.7em 0.4em;
    color: white;
    z-index: 2;
    font-size: 34pt;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
    .home-ticker .home-ticker-nav:nth-child(2) {
      right: 0; }
    .home-ticker .home-ticker-nav span {
      padding: 0.2em 0;
      background-color: transparent; }
      .contrast .home-ticker .home-ticker-nav span {
        background-color: black; }
  .home-ticker .slick-list {
    width: 100%; }
  @media (max-width: 75em) {
    .home-ticker .ticker-slide {
      height: calc(50px + 100vw / 2); } }

.directory-ticker {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: none; }
  @media (max-width: 550px) {
    .directory-ticker {
      display: block; } }
  .directory-ticker .ticker-slide {
    height: 49em;
    width: 100%;
    background-size: cover;
    background-position: center; }
    .directory-ticker .ticker-slide a {
      display: flex;
      justify-content: center;
      align-items: center; }
  .directory-ticker .directory-ticker-nav {
    position: absolute;
    width: auto;
    padding: 0.7em 0.45em;
    color: #038bb3;
    z-index: 2;
    font-size: 34pt;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
    .directory-ticker .directory-ticker-nav:nth-child(2) {
      right: 0; }
    .directory-ticker .directory-ticker-nav span {
      padding: 0.2em 0;
      background-color: transparent; }
      .contrast .directory-ticker .directory-ticker-nav span {
        background-color: black; }
  .directory-ticker .slick-list {
    width: 100%; }
  @media (max-width: 75em) {
    .directory-ticker .ticker-slide {
      height: 100%; } }

.home__content {
  margin: 0; }
  .home__content h1,
  .home__content h2 {
    margin: 0;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center; }
  .home__content h1 {
    margin-bottom: 0.5em; }
  .home__content h2 {
    color: #faf7f0;
    font-size: 1.8em; }
  .home__content__button-wrapper {
    margin-top: 3em;
    text-align: center; }
    .home__content__button-wrapper .btn {
      display: inline-block; }
  .home__content p {
    font-family: 'Raleway'; }

.home__welcome, .home__directory {
  padding: 2.5em 0em 2.5em 0em; }

.home__directory {
  background-color: #faf7f0; }
  .home__directory p {
    margin-bottom: 2em; }

.directory_list {
  padding-top: 1em;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 15vw);
  grid-template-rows: 15vw;
  grid-template-areas: "a b c d";
  grid-gap: 3vw;
  justify-content: center; }
  @media (max-width: 1100px) {
    .directory_list {
      grid-template-areas: "a b" "c d";
      grid-template-columns: repeat(2, 30vw);
      grid-template-rows: repeat(2, 30vw);
      grid-gap: 4vw; } }
  @media (max-width: 550px) {
    .directory_list {
      display: none;
      grid-template-areas: "a" "b" "c" "d";
      grid-template-columns: 100%;
      grid-template-rows: repeat(4, 10em);
      grid-gap: 1em; } }

.img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: 200ms ease; }
  .img-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .img-box h3 {
    color: white;
    padding: 1em;
    font-size: 1.25vw;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 3px black; }
    @media (max-width: 1100px) {
      .img-box h3 {
        font-size: 2.5vw; } }
    @media (max-width: 550px) {
      .img-box h3 {
        font-size: 5vw; } }
  .img-box .item-1 {
    grid-area: a; }
  .img-box .item-2 {
    grid-area: b; }
  .img-box .item-3 {
    grid-area: c; }
  .img-box .item-4 {
    grid-area: d; }
  @media (max-width: 550px) {
    .img-box {
      width: 60%;
      border: none; } }

.home__instagram {
  padding: 2.5em 0em 2.5em 0em; }

.alert {
  background-color: #ac2c1f;
  color: white;
  padding: 0.75em;
  text-align: center;
  font-weight: bold;
  transition: 300ms; }
  .alert:empty {
    display: none; }
  .alert a {
    color: white;
    text-decoration: underline; }
    .alert a:hover {
      color: white; }
  .alert p {
    font-size: 1.05em;
    line-height: 1.75; }

.instagram-banner {
  margin: 2em 0;
  text-align: left; }
  .instagram-banner #instagram_list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .instagram-banner #instagram_list li {
      flex-basis: 12em;
      padding: 0.5em; }
  .instagram-banner .instagram-message {
    display: flex;
    align-items: center;
    font-size: 1.25em;
    color: #038bb3; }
    .instagram-banner .instagram-message span {
      font-size: 1.75em; }
    .instagram-banner .instagram-message:hover {
      color: #FBAF1F; }
    .instagram-banner .instagram-message:active {
      color: #d9993e; }

@media (max-width: 30em) {
  .instagram-banner #instagram_list li {
    flex-basis: 50%; } }

/* ================================================================================================
	GENERAL CSS
================================================================================================ */
html,
body {
  color: #3c3e3f;
  font-family: raleway;
  font-size: 16px; }

main {
  padding: 2.5em 0;
  width: 100vw; }

a {
  color: #038bb3;
  transition: 150ms; }
  a:hover {
    color: #FBAF1F; }
  a:active {
    color: #d9993e; }

p {
  line-height: 1.75;
  font-size: 16px; }

li {
  line-height: 2em; }

button,
input,
optgroup,
select,
textarea {
  font-family: raleway; }

.home {
  padding: 0em; }

.container {
  box-sizing: border-box;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 74em) {
    .container {
      padding-left: 8rem;
      padding-right: 8rem; } }
  @media (max-width: 74em) {
    .container {
      padding-left: 6rem;
      padding-right: 6rem; } }
  @media (max-width: 50em) {
    .container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (max-width: 25em) {
    .container {
      padding-left: 1em;
      padding-right: 1em; } }

h1, h2, h3, h4, h5, h6 {
  color: #038bb3;
  font-family: montserratBold;
  margin-bottom: 0.6em; }
  .contrast h1, .contrast h2, .contrast h3, .contrast h4, .contrast h5, .contrast h6 {
    color: black; }

.page-title {
  margin-bottom: 1.25em;
  text-align: center;
  font-size: 2.25em; }

.unstyle-ul {
  margin: 0;
  padding: 0;
  font-family: ralewayBold; }

iframe {
  border: none; }

/* --- Used to make footer stick to bottom if window larger than page --- */
html,
body {
  height: 100%;
  width: 100%; }

body {
  display: flex;
  flex-direction: column; }

main {
  flex: 1 0 auto; }

footer {
  flex-shrink: 0; }

/* ---------------------------------------------------------------------- */
.page-col-wrapper {
  display: flex;
  margin-top: 2em; }
  .page-col-wrapper .main-col {
    flex-grow: 1;
    min-width: 0; }
  .page-col-wrapper .side-col {
    min-width: 230px;
    max-width: 230px;
    margin-left: 5em; }
    .page-col-wrapper .side-col h2 {
      border-bottom: 1px solid gray;
      margin-top: 0;
      margin-bottom: 1rem;
      font-size: 1.3em; }
  @media (max-width: 60.5em) {
    .page-col-wrapper {
      flex-direction: column; }
      .page-col-wrapper .side-col {
        margin: auto;
        margin-top: 5em;
        min-width: 100%;
        max-width: 100%; } }
  @media (min-width: 60.5em) {
    .page-col-wrapper--big .side-col {
      min-width: 20em;
      max-width: 20em; } }

/* ========== Print Style ========== */
@media print {
  header,
  footer,
  .page-header-bar,
  .page-header img,
  .ppage-header::after,
  .footer__links,
  .footer__hours a,
  .side-col {
    display: none; }
  .contact .side-col,
  .trustees-main .side-col {
    display: block; }
  main {
    padding: 2em 0 0 0; }
  body,
  h1,
  h2,
  h3,
  ol,
  ul,
  div {
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none;
    position: static;
    overflow: visible; }
  .page-header__title {
    text-shadow: none;
    color: black;
    padding: 0;
    margin: 0;
    position: relative; } }
