@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
}

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

/**
 * 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;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
}

body {
  font-family: 'Lato', Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  color: #666666;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 1.4em 0 0.5em 0;
}

h1 {
  font-size: 2.6em;
  margin: 0 0 1em 0;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.3em;
}

p {
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.6em;
}

hr {
  margin: 2em 0;
  border-style: solid;
  border-color: #8eb6b7;
  border-width: 0 0 1px 0;
}

ol li, ul li {
  font-size: 1.1em;
  line-height: 1.8em;
}
ol li li, ul li li {
  font-size: 1em;
}

a {
  color: #006b6e;
}
a:hover {
  color: #666666;
  text-decoration: none;
}

a img {
  border: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #646464;
  border-bottom: none;
  border-right: none;
}
table tr {
  border-bottom: 1px solid #646464;
}
table tr th,
table tr td {
  padding: 0.5em;
  border-right: 1px solid #646464;
}
table tr th {
  background-color: #006b6e;
  color: white;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 0.6em;
  line-height: 1em;
  color: #666666;
  box-sizing: border-box;
  display: block;
  border: 2px solid #006b6e;
  font-size: 0.9em;
  line-height: 1.4em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline-color: transparent;
  outline-width: 1px;
  outline-style: solid;
}

.form-left {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.form-right {
  float: right;
  width: 48%;
}

.form-center {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.form-field {
  position: relative;
}
.form-field .length {
  float: right;
  font-weight: bold;
}

.form-help {
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 0.9em;
  color: #555;
  padding-left: 20px;
}

fieldset {
  border: none;
  padding: 0;
}
fieldset legend {
  display: none;
}
fieldset.two-columns .form-field {
  width: 49%;
  float: left;
}
fieldset.two-columns .form-field:nth-child(2n+1) {
  margin-left: 2%;
}

label {
  font-weight: bold;
}

span.radio {
  display: block;
}
span.radio label {
  display: block;
}
span.radio label input {
  display: inline-block;
  margin-right: 3px;
}
span.radio label span {
  font-weight: normal;
  font-size: 0.9em;
}

span.required {
  color: #006b6e;
  position: absolute;
  right: 20px;
  bottom: 0px;
  font-size: 40px;
}

textarea {
  min-height: 150px;
  width: 100%;
}

input[type="submit"], button {
  color: white;
  background-color: #006b6e;
  border: 1px solid #006b6e;
  border-radius: 8px;
  padding: 5px 20px;
  cursor: pointer;
}
input[type="submit"]:hover, button:hover {
  background-color: #005255;
}

input[disabled] {
  background: #ddd;
  color: #888;
}

::-webkit-input-placeholder {
  font-style: italic;
  color: #888888;
  opacity: 1;
  line-height: 1.2em;
}

:-moz-placeholder {
  font-style: italic;
  color: #888888;
  opacity: 1;
  line-height: 1.2em;
}

::-moz-placeholder {
  font-style: italic;
  color: #888888;
  opacity: 1;
  line-height: 1.2em;
}

:-ms-input-placeholder {
  font-style: italic;
  color: #888888;
  opacity: 1;
  line-height: 1.2em;
}

input.placeholder, textarea.placeholder {
  font-style: italic;
  color: #888888;
  opacity: 1;
  line-height: 1.2em;
}

input.error {
  border-color: #b7274d;
}

ul.errors {
  color: #b7274d;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.inner-container {
  max-width: 990px;
  margin: 0 auto;
}

.icon {
  background-size: contain;
  display: inline-block;
}

.fluid-img {
  width: 100%;
  height: auto;
}

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

.btn {
  font-size: 1.2em;
  letter-spacing: 0.4em;
  font-weight: 300;
  padding: 0.6em 1em;
  background-color: #006b6e;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.btn:hover {
  background-color: #646464;
  color: white;
}

.btn-small-green {
  font-weight: 300;
  padding: 0.2em 1em;
  background-color: #006b6e;
  color: white;
  display: inline-block;
  text-decoration: none;
}
.btn-small-green:hover {
  background-color: #646464;
  color: white;
}

.login-help {
  margin-top: 5em;
}
.login-help .btn-small-green {
  font-size: 0.8em;
}

.row-padding {
  padding: 4em 0;
}

.content-lower {
  position: relative;
}

.to-top {
  position: fixed;
  left: 20px;
  bottom: 0;
  background: #006b6e;
  color: white;
  padding: 0.8em;
  width: 140px;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.to-top.active {
  visibility: visible;
  opacity: 1;
}
.to-top .icon {
  width: 20px;
  height: 10px;
  display: block;
  margin: 0px auto;
  margin-bottom: 8px;
}

.error-page {
  text-align: center;
  padding: 3em 0;
}

#onload_message {
  padding: 1em;
  text-align: left;
  background: #91d88a;
  color: #276721;
}

#onload_error {
  padding: 1em;
  text-align: left;
  background: #e24333;
  color: #ffffff;
}

.account-links {
  background: rgba(0, 107, 110, 0.4);
}
.account-links .account-links-content {
  padding: 1em 0;
  text-align: right;
  margin: 0;
  font-size: 0.9em;
  color: #555;
}

.grecaptcha-badge {
  margin: 1em 0;
}

/* Custom */
@media only screen and (max-width: 1640px) {
  .container {
    max-width: 1180px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }

  .inner-container {
    padding: 0 1em;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .container {
    max-width: 740px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .row-padding {
    padding: 2em 0;
  }

  .container {
    width: 100%;
    padding: 0 1em;
  }

  h1, h2, h3, h4, h5, h6 {
    margin: 0.6em 0 0.5em 0;
  }

  h1 {
    font-size: 1.9em;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.2em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: 1em;
  }

  .form-left {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-top: 1em;
  }

  .form-right {
    float: none;
    width: 100%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  fieldset.two-columns .form-field {
    width: 100%;
    float: none;
  }
  fieldset.two-columns .form-field:nth-child(2n+1) {
    margin-left: 0%;
  }
}
/* Custom, iPhone Retina */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(/images/colorbox/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(/images/colorbox/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(/images/colorbox/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(/images/colorbox/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(/images/colorbox/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(/images/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(/images/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 3px;
  background: url(/images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

#cboxLoadedContent:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  background: white;
  z-index: 1;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
.easy-autocomplete {
  position: relative;
}

.easy-autocomplete a {
  display: block;
}

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}

.easy-autocomplete.eac-dark {
  color: #fff;
}

.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-dark ul {
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass {
  color: #fff;
}

.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}

.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}

.easy-autocomplete.eac-blue {
  color: #fff;
}

.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}

.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}

.easy-autocomplete.eac-yellow {
  color: #333;
}

.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}

.easy-autocomplete.eac-purple {
  color: #333;
}

.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-purple ul {
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

.easy-autocomplete-container ul li b {
  font-weight: bold;
}

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

/*# sourceMappingURL=easy-autocomplete.css.map */
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
.easy-autocomplete {
  /* Theme Square */
  /* Round */
  /* Funky */
  /* Solid */
  /* Plate */
}

.easy-autocomplete.eac-square {
  font-family: "Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.easy-autocomplete.eac-square input {
  border: 1px solid #7f8c8d;
  border-radius: 0;
  color: #7f8c8d;
  font-family: inherit;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  min-width: 350px;
  padding: 12px 43px 12px 15px;
}

.easy-autocomplete.eac-square ul {
  border-color: #7f8c8d;
  border-top: 0;
  box-shadow: none;
  top: 0;
}

.easy-autocomplete.eac-square ul li, .easy-autocomplete.eac-square ul .eac-category {
  border-color: #7f8c8d;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  padding: 6px 12px;
  transition: all 0.4s ease 0s;
}

.easy-autocomplete.eac-square ul li *, .easy-autocomplete.eac-square ul .eac-category * {
  font-weight: 300;
}

.easy-autocomplete.eac-square ul li.selected, .easy-autocomplete.eac-square ul .eac-category.selected {
  background-color: #f1f1f1;
  font-weight: 300;
}

.easy-autocomplete.eac-square ul li b, .easy-autocomplete.eac-square ul .eac-category b {
  font-weight: 600;
}

.easy-autocomplete.eac-round {
  font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.easy-autocomplete.eac-round input {
  border: 2px solid #888;
  border-radius: 10px;
  color: #888;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  min-width: 300px;
  padding: 10px;
}

.easy-autocomplete.eac-round input:hover, .easy-autocomplete.eac-round input:focus {
  border-color: #3079ed;
}

.easy-autocomplete.eac-round ul {
  background: none;
  border-color: #888;
  border-width: 0;
  box-shadow: none;
  min-width: 300px;
  top: 20px;
}

.easy-autocomplete.eac-round ul li, .easy-autocomplete.eac-round ul .eac-category {
  background: #fff;
  border-color: #3079ed;
  border-width: 0 2px;
  font-size: 14px;
  padding: 8px 12px;
  transition: all 0.4s ease 0s;
}

.easy-autocomplete.eac-round ul li.selected, .easy-autocomplete.eac-round ul .eac-category.selected {
  background-color: #d4e3fb;
}

.easy-autocomplete.eac-round ul li:first-child, .easy-autocomplete.eac-round ul .eac-category:first-child {
  border-radius: 10px 10px 0 0;
  border-width: 2px 2px 0;
}

.easy-autocomplete.eac-round ul li:last-child, .easy-autocomplete.eac-round ul .eac-category:last-child {
  border-radius: 0 0 10px 10px;
  border-width: 0 2px 2px;
}

.easy-autocomplete.eac-round ul li b, .easy-autocomplete.eac-round ul .eac-category b {
  font-weight: 700;
}

.easy-autocomplete.eac-funky {
  font-family: "Inconsolata", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.easy-autocomplete.eac-funky input {
  background: #07ED89;
  border: 0;
  border-radius: 0;
  color: #ED076B;
  font-family: inherit;
  font-size: 18px;
  min-width: 240px;
  padding: 12px;
}

.easy-autocomplete.eac-funky ul {
  background: transparent;
  border: 0;
}

.easy-autocomplete.eac-funky ul li, .easy-autocomplete.eac-funky ul .eac-category {
  background: transparent;
  border: 0;
  color: #ED076B;
  font-size: 18px;
  padding: 4px 12px;
  transition: all 0.4s ease 0s;
}

.easy-autocomplete.eac-funky ul li.selected, .easy-autocomplete.eac-funky ul .eac-category.selected {
  color: #8907ED;
}

.easy-autocomplete.eac-solid input {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  border-color: #ddd;
  color: #666;
  font-size: 13px;
  min-height: 0;
  padding: 6px 12px;
}

.easy-autocomplete.eac-solid ul li, .easy-autocomplete.eac-solid ul .eac-category {
  transition: all 0.4s ease 0s;
}

.easy-autocomplete.eac-solid ul li.selected, .easy-autocomplete.eac-solid ul .eac-category.selected {
  background-color: #f2f2f2;
}

.easy-autocomplete.eac-plate {
  font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.easy-autocomplete.eac-plate input {
  font-size: 13px;
  padding: 6px 12px;
}

.easy-autocomplete.eac-plate ul {
  background: #b5b5b5;
  border-radius: 6px;
  border-width: 0;
  top: 10px;
}

.easy-autocomplete.eac-plate ul li, .easy-autocomplete.eac-plate ul .eac-category {
  background: #b5b5b5;
  color: #FAFAFA;
  font-size: 12px;
  transition: all 0.4s ease 0s;
}

.easy-autocomplete.eac-plate ul li b, .easy-autocomplete.eac-plate ul .eac-category b {
  color: #ffd464;
}

.easy-autocomplete.eac-plate ul li.selected, .easy-autocomplete.eac-plate ul .eac-category.selected {
  background: #656565;
}

.easy-autocomplete.eac-plate ul li:first-child, .easy-autocomplete.eac-plate ul .eac-category:first-child {
  border-radius: 6px 6px 0 0;
}

.easy-autocomplete.eac-plate ul li:last-child, .easy-autocomplete.eac-plate ul .eac-category:last-child {
  border-radius: 0 0 6px 6px;
}

.easy-autocomplete.eac-plate-dark {
  font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.easy-autocomplete.eac-plate-dark input {
  font-size: 13px;
  padding: 6px 12px;
}

.easy-autocomplete.eac-plate-dark ul {
  background: #212121;
  border-radius: 6px;
  border-width: 0;
  top: 10px;
}

.easy-autocomplete.eac-plate-dark ul li, .easy-autocomplete.eac-plate-dark ul .eac-category {
  background: #212121;
  color: #FAFAFA;
  font-size: 12px;
  transition: all 0.4s ease 0s;
}

.easy-autocomplete.eac-plate-dark ul li b, .easy-autocomplete.eac-plate-dark ul .eac-category b {
  color: #ffd464;
}

.easy-autocomplete.eac-plate-dark ul li.selected, .easy-autocomplete.eac-plate-dark ul .eac-category.selected {
  background: #656565;
}

.easy-autocomplete.eac-plate-dark ul li:first-child, .easy-autocomplete.eac-plate-dark ul .eac-category:first-child {
  border-radius: 6px 6px 0 0;
}

.easy-autocomplete.eac-plate-dark ul li:last-child, .easy-autocomplete.eac-plate-dark ul .eac-category:last-child {
  border-radius: 0 0 6px 6px;
}

/*# sourceMappingURL=easy-autocomplete.themes.css.map */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(/images/colorbox/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(/images/colorbox/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(/images/colorbox/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(/images/colorbox/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(/images/colorbox/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(/images/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(/images/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 3px;
  background: url(/images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

#cboxLoadedContent:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  background: white;
  z-index: 1;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.ad-listings {
  margin-bottom: 50px;
}

.item {
  margin-bottom: 10px;
  background-color: white;
  outline: 1px solid #ccc;
  font-size: 12px;
  color: #6b6b6b;
  position: relative;
}
.item span {
  display: block;
}
.item .name {
  margin-bottom: 10px;
  min-height: 30px;
}
.item h2.name {
  margin-top: 0;
  text-align: center;
}
.item .county, .item .tel, .item .website {
  margin-bottom: 5px;
}
.item .town, .item .county, .item .tel, .item .website {
  min-height: 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item .town strong, .item .county strong, .item .tel strong, .item .website strong {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item .keywords {
  max-height: 30px;
  overflow: hidden;
}
.item .distance-away {
  display: inline-block;
  color: #990033;
  line-height: 25px;
  vertical-align: middle;
}
.item img {
  max-width: 100%;
  display: block;
  height: auto;
}
.item svg {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.item .padding {
  padding: 10px;
}
.item .logo {
  padding: 10px;
}
.item .center {
  text-align: center;
}
.item .icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.item .buttons {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 2px;
}
.item .buttons .contact-email {
  cursor: pointer;
  height: 18px;
}
.item .buttons .contact-email svg {
  height: 18px;
}
.item .description {
  text-align: center;
  line-height: 1.2em;
  padding: 0 0.7em;
  font-size: 1.05em;
  margin-top: 0;
}
.item .description p {
  line-height: inherit;
  font-size: inherit;
}
.item .contact-details {
  padding: 1em;
  z-index: 1;
  display: block;
  position: relative;
  border-top: none;
  text-align: center;
}
.item .contact-details.on {
  background-color: #EEEEEE;
  visibility: visible;
  max-height: 999px;
  opacity: 1;
}
.item .show-more {
  display: block;
  background-color: #006b6e;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.7em;
  bottom: 0;
  position: absolute;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
}
.item .show-more:hover {
  background-color: #646464;
  cursor: pointer;
}
.item .moreellipses {
  display: inline-block;
}
.item .morecontent span {
  display: none;
}
.item .login-see-more {
  display: block;
  text-align: center;
  margin: 0px auto;
  text-align: center;
  padding: 0.3em 0.5em;
}

.column-width {
  width: 200px;
}

.free {
  width: 200px;
  max-width: 100%;
  aspect-ratio: 1;
  background: #eeeeee;
}

.paid_weblink {
  width: 200px;
  max-width: 100%;
  aspect-ratio: 1;
}

.logo_profile {
  width: 200px;
  max-width: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 33px;
}
.logo_profile .logo {
  min-height: 100px;
}
.logo_profile .link {
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
}
.logo_profile .link a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  background: #646464;
  padding: 8px 12px;
  color: white;
  font-weight: normal;
}
.logo_profile .link a:hover {
  background: #989898;
}
.logo_profile .blurred {
  display: inline;
  color: transparent;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.full_profile {
  width: 410px;
  max-width: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 33px;
}
.full_profile .logo {
  background-color: white;
  padding-bottom: 10px;
}
.full_profile .logo img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}
.full_profile .link {
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
}
.full_profile .link a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  background: #646464;
  padding: 8px 12px;
  color: white;
  font-weight: normal;
}
.full_profile .link a:hover {
  background: #989898;
}
.full_profile .image-pair {
  display: flex;
  padding: 10px;
  gap: 10px;
}
.full_profile .image-pair > div {
  flex-grow: 1;
}
.full_profile .image-pair .video {
  position: relative;
  display: block;
}
.full_profile .image-pair .video::before, .full_profile .image-pair .video::after {
  display: block;
  content: ' ';
  top: 50%;
  left: 50%;
  position: absolute;
}
.full_profile .image-pair .video::before {
  height: 60px;
  width: 60px;
  border: 3px solid white;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
}
.full_profile .image-pair .video::after {
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent transparent white;
  border-width: 12px 0 12px 24px;
  transform: translate(-35%, -50%);
}
.full_profile .image-pair .video:hover::before {
  background: black;
}
.full_profile .blurred {
  display: inline;
  color: transparent;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.featured_business {
  width: 620px;
  max-width: 100%;
  aspect-ratio: 1.5122;
}
.featured_business .more-details {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none;
  max-height: none;
}
.featured_business .description {
  display: none;
}
.featured_business .contact-details {
  background: none;
  color: white;
  font-size: 1.4em;
}
.featured_business .contact-details a {
  color: white;
}
.featured_business .contact-details span.icon {
  display: inline-block;
  line-height: 20px;
}
.featured_business .contact-details svg path {
  fill: white;
}
.featured_business .contact-details .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
}
.featured_business .contact-details .buttons .contact-email {
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured_business .contact-details .buttons .contact-email .icon {
  width: 30px;
  height: 20px;
}
.featured_business:hover .more-details {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(79, 93, 104, 0.9);
}
.featured_business .blurred {
  display: inline;
  color: transparent;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.distance-advertiser {
  margin: 1em 0;
}

.featured_business .login-see-more, .full_profile .login-see-more, .logo_profile .login-see-more {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 1640px) {
  .featured-businesses .column-width, .featured-businesses .featured_business {
    width: 48%;
  }

  .featured-container .featured-businesses .column-width, .featured-container .featured-businesses .featured_business {
    width: 100%;
  }
}
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .featured_business .contact-details {
    padding-top: 10px;
  }
  .featured_business .contact-details .more-details {
    font-size: 0.9em;
  }

  .column-width {
    width: 240px;
  }

  .logo_profile,
  .paid_weblink,
  .free {
    width: 240px;
  }

  .logo_profile .toggle-details {
    bottom: 0;
  }

  .full_profile {
    width: 490px;
  }
  .full_profile .logo {
    height: 119px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .free,
  .paid_weblink,
  .logo_profile,
  .full_profile {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .featured-businesses .column-width {
    width: 100%;
  }
  .featured-businesses .featured_business {
    width: 100%;
    height: auto;
  }
}
/* Custom, iPhone Retina */
.breadcrumbs {
  margin-bottom: 2em;
}
.breadcrumbs a {
  text-decoration: none;
  color: #666666;
  font-weight: 500;
}
.breadcrumbs a:hover {
  color: #006b6e;
}
.breadcrumbs .next {
  margin: 0 0.5em;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .breadcrumbs {
    display: none;
  }
}
.sort-filter {
  border-top: 1px solid #e3e6e7;
  border-bottom: 1px solid #e3e6e7;
  padding: 1em 0;
  margin-bottom: 1em;
}
.sort-filter::after {
  clear: both;
  content: "";
  display: table;
}
.sort-filter .section.filters {
  float: left;
}
.sort-filter .section.sorts {
  float: right;
}
.sort-filter .section.sorts label {
  margin-right: 1.4em;
}
.sort-filter .section > label {
  text-transform: uppercase;
  font-weight: 700;
  color: #989898;
  letter-spacing: 0.1em;
  float: left;
}
.sort-filter .filter-label,
.sort-filter .sort-label {
  text-transform: uppercase;
  font-weight: 400;
  color: #646464;
  padding: 0 0 0 1.5em;
  position: relative;
}
.sort-filter .filter-label .icon,
.sort-filter .sort-label .icon {
  margin-left: 0.3em;
}
.sort-filter .filter-group {
  float: left;
}
.sort-filter .filter-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sort-filter .sort-group {
  float: right;
}
.sort-filter .sort-group .sort-label {
  padding: 0 0.7em 0 0;
}
.sort-filter .sort-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sort-filter .filter-group,
.sort-filter .sort-group {
  position: relative;
}
.sort-filter .filter-group:hover .filter-label,
.sort-filter .filter-group:hover .sort-label,
.sort-filter .sort-group:hover .filter-label,
.sort-filter .sort-group:hover .sort-label {
  z-index: 2;
}
.sort-filter .filter-group:hover ul,
.sort-filter .sort-group:hover ul {
  visibility: visible;
  opacity: 1;
  background-color: white;
}
.sort-filter .filter-group ul,
.sort-filter .sort-group ul {
  visibility: hidden;
  opacity: 0;
  max-height: auto;
  position: absolute;
  z-index: 1;
  background-color: white;
  width: 180px;
  left: 0.8em;
  top: -1em;
  padding: 3em 0.4em 0.4em 0.4em;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.sort-filter .filter-group ul.sort,
.sort-filter .sort-group ul.sort {
  width: 200px;
  left: auto;
  right: 0;
}
.sort-filter .filter-group ul li,
.sort-filter .sort-group ul li {
  line-height: 1.4em;
  /* border-bottom: 1px solid #e2e2e2; */
}
.sort-filter .filter-group ul li:first-of-type,
.sort-filter .sort-group ul li:first-of-type {
  /* border-top: 1px solid #e2e2e2; */
}
.sort-filter .filter-group ul li a,
.sort-filter .sort-group ul li a {
  padding: 0.2em 0.4em;
  color: #646464;
  text-decoration: none;
  font-size: 0.9em;
  display: block;
}
.sort-filter .filter-group ul li a:hover,
.sort-filter .sort-group ul li a:hover {
  background-color: #e2e2e2;
}
.sort-filter .filter-group ul li span,
.sort-filter .sort-group ul li span {
  display: block;
  padding: 0.2em 0.4em;
  color: #646464;
  font-size: 0.7em;
}

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .sort-filter .section.filters,
  .sort-filter .section.sorts {
    float: none;
    display: block;
    clear: both;
    margin: 0 0 1em 0;
  }
  .sort-filter .section.filters::after,
  .sort-filter .section.sorts::after {
    clear: both;
    content: "";
    display: table;
  }
  .sort-filter .filter-group {
    float: right;
  }
  .sort-filter .filter-group ul {
    right: 0;
    left: auto;
  }
  .sort-filter .sort-group .sort-label {
    padding: 0;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.header-btns {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  float: right;
  width: auto;
  position: relative;
  top: 11px;
  text-align: right;
}
.header-btns::after {
  clear: both;
  content: "";
  display: table;
}
.header-btns li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.header-btns li:last-child {
  margin-right: 0;
}
.header-btns li:last-of-type {
  margin-right: 0;
}
.header-btns li a {
  border: 2px solid white;
  display: block;
  padding: 1em 2em;
  font-size: 0.8em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  text-align: center;
}
.header-btns li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.header-btns li a span {
  font-weight: 700;
  display: block;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1199px) {
  .header-btns {
    float: none;
    text-align: right;
    margin-top: 0;
    max-width: none;
    display: flex;
    gap: 20px;
  }
  .header-btns li {
    margin: 0;
  }
  .header-btns.products li, .header-btns.services li {
    margin-left: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .header-btns.products li:last-child, .header-btns.services li:last-child {
    margin-right: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .header-btns {
    float: none;
    max-width: 100%;
    margin-top: 0.7em;
    flex-wrap: wrap;
    gap: 0;
  }
  .header-btns li {
    float: none;
    display: block;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 1em;
    width: 100%;
  }
}
.icon-logo {
  width: 237px;
  height: 122px;
}

.icon-business-folder {
  width: 35px;
  height: 26px;
}

.icon-business-link {
  width: 31px;
  height: 31px;
}

.icon-news {
  width: 53px;
  height: 38px;
}

.icon-newsletter {
  width: 46px;
  height: 29px;
}

.icon-media {
  width: 49px;
  height: 35px;
}

.icon-telephone {
  width: 11px;
  height: 15px;
}

.icon-footer-mail {
  width: 15px;
  height: 10px;
}

.icon-marker-footer {
  width: 12px;
  height: 17px;
}

.icon-tweet {
  width: 18px;
  height: 15px;
}

.icon-instagram {
  width: 32px;
  height: 32px;
}

.icon-facebook {
  width: 32px;
  height: 32px;
}

.icon-twitter {
  width: 32px;
  height: 32px;
}

.icon-linkedin {
  width: 32px;
  height: 32px;
}

.icon-arrow-filter {
  width: 18px;
  height: 9px;
}

.icon-arrow-cat-down {
  width: 18px;
  height: 9px;
}

.icon-arrow-cat-up {
  width: 18px;
  height: 9px;
}

.pagination {
  background: #EEEEEE;
  padding: 0.4em;
  margin-top: 0;
}
.pagination::after {
  clear: both;
  content: "";
  display: table;
}
.pagination .page-total {
  color: #646464;
  font-size: 0.7em;
  float: left;
  text-transform: uppercase;
  padding: 0.1em 0.7em 0;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pagination .page-select {
  float: right;
}
.pagination .page-select a {
  color: white;
  background-color: #989898;
  padding: 0.1em 0.7em 0;
  display: inline-block;
  font-size: 0.6em;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 0.1em;
  font-weight: 400;
  letter-spacing: 0.1em;
  float: left;
}
.pagination .page-select a:hover {
  background-color: #006b6e;
}
.pagination .page-select a.selected {
  background-color: #646464;
}

.popup {
  background: #006b6e;
  color: white;
  padding: 30px;
  max-width: 600px;
}
.popup p {
  color: white;
}
.popup p a {
  color: white;
}
.popup .row-padding {
  padding: 0;
}
.popup input[type="text"],
.popup input[type="email"],
.popup input[type="password"],
.popup textarea {
  border: 2px solid white;
}
.popup input[type="submit"], .popup button {
  color: #006b6e;
  background-color: white;
}

#popup_banner input[type=checkbox] {
  margin-right: 5px;
  margin-left: 10px;
}

.searchform::after {
  clear: both;
  content: "";
  display: table;
}
.searchform .field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 44.55627%;
}
.searchform .field:last-child {
  margin-right: 0;
}
.searchform .actions {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
}
.searchform .actions:last-child {
  margin-right: 0;
}
.searchform label {
  display: block;
  letter-spacing: 0.2em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
.searchform .icon-search-grey {
  background-size: 23px 23px;
}
.searchform .icon-marker {
  background-size: 18px 26px;
}
.searchform input[type="text"] {
  background-position: 10px 50%;
  padding-left: 2.4em;
  border: none;
}
.searchform input[type="submit"] {
  background-color: white;
  border: none;
  border-radius: 8px;
  text-indent: -9999px;
  width: 3em;
  height: 2.5em;
  position: relative;
  top: 32px;
  background-size: 24px 25px;
  background-position: 50%;
  float: left;
  cursor: pointer;
  border: 2px solid #006b6e;
}
.searchform.page {
  margin-bottom: 2em;
}
.searchform.page label {
  color: #006b6e;
  font-weight: 400;
}
.searchform.page input[type="text"] {
  border: 1px solid #989898;
}
.searchform.page input[type="submit"] {
  background-color: #006b6e;
  height: 2.35em;
}
.searchform .easy-autocomplete {
  text-align: left;
  color: #666666;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1640px) {
  .searchform input[type="submit"] {
    top: 32px;
  }
  .searchform.page label {
    font-size: 1.1em;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .searchform.page label {
    font-size: 0.8em;
  }
  .searchform.page input[type="submit"] {
    top: 24px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .searchform.page .field {
    width: 100%;
    float: none;
    margin: 0 0 1em 0;
  }
  .searchform.page .field + .field {
    margin-bottom: 0px;
  }
  .searchform.page .actions {
    width: 100%;
    float: none;
  }
  .searchform.page .actions input[type="submit"] {
    top: auto;
    text-indent: 0px;
    color: white;
    width: 12em;
    margin-top: 1.5em;
    text-align: left;
    padding: 0 1em;
    background-position: 90% 50%;
    background-size: 20px 20px;
  }
}
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.tns-outer {
  position: relative;
}

.tns-nav {
  position: absolute;
  bottom: -1em;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
.tns-nav button {
  width: 1em;
  height: 1em;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #989898;
  border-color: #989898;
}
.tns-nav button.tns-nav-active {
  background-color: #006b6e;
  border-color: #006b6e;
}

.tns-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.tns-controls button {
  width: 2em;
  height: 2em;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  text-indent: -999em;
  border-radius: 0;
}
.tns-controls button[data-controls=prev] {
  border-top: 3px solid #989898;
  border-left: 3px solid #989898;
  transform: rotate(-45deg);
  margin-left: -2em;
}
.tns-controls button[data-controls=next] {
  border-top: 3px solid #989898;
  border-right: 3px solid #989898;
  transform: rotate(45deg);
  margin-right: -2em;
}

.tabs .tabs-nav {
  display: flex;
  list-style: none;
  margin: 0;
  margin-bottom: 2em;
  padding: 0;
  padding-left: 10px;
  border-bottom: 1px solid #cbcbcb;
}
.tabs .tabs-nav li {
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
.tabs .tabs-nav a {
  display: block;
  background: none;
  color: #006b6e;
  border-bottom: 1px solid #cbcbcb;
  padding: 0.3em 1em;
  text-decoration: none;
  margin-bottom: -1px;
}
.tabs .tabs-nav a:hover {
  background-color: #e5e5e5;
}
.tabs .tabs-nav a.active {
  background: #006b6e;
  border-bottom: 1px solid #006b6e;
  color: #ffffff;
}
.tabs .tab {
  display: none;
}

#cookie-consent {
  position: fixed;
  bottom: 0;
  background: rgba(0, 107, 110, 0.7);
  width: 100%;
  z-index: 9999;
  color: white;
  padding: 1.618em;
  display: flex;
  justify-content: center;
}
#cookie-consent a.more {
  color: white;
  display: inline-block;
  margin: 0 2px;
}
#cookie-consent a.btn-small-green {
  margin-left: 0.809em;
}

#footer {
  background-color: #8eb6b7;
  padding: 2em 0 2.5em 0;
}
#footer::after {
  clear: both;
  content: "";
  display: table;
}
#footer .inner-container::after {
  clear: both;
  content: "";
  display: table;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul li {
  line-height: 1.6em;
  font-size: 0.9em;
}
#footer ul li a {
  color: white;
  text-decoration: none;
}
#footer ul li a:hover {
  opacity: 0.7;
}
#footer .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 27.49666%;
}
#footer .column:last-child {
  margin-right: 0;
}
#footer .column:last-of-type {
  margin-right: 0px;
}
#footer .column.left, #footer .column.right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.96686%;
}
#footer .column.left:last-child, #footer .column.right:last-child {
  margin-right: 0;
}
#footer .column > p {
  font-size: 1.1em;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#footer .column .row {
  clear: both;
}
#footer .column .row > p {
  font-size: 1.1em;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#footer .company-details li {
  color: white;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
#footer .company-details li .icon {
  position: absolute;
  left: 0;
  top: 0.35em;
}
#footer .company-details li .icon-footer-mail {
  top: 0.58em;
}
#footer .tweets li {
  position: relative;
  margin-bottom: 2em;
}
#footer .tweets li:last-of-type {
  margin-bottom: 0;
}
#footer .tweets li p {
  color: white;
  text-transform: inherit !important;
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 0;
}
#footer .tweets li time {
  color: white;
  font-style: italic;
}
#footer .tweets li .tweet {
  padding: 0 2em;
}
#footer .tweets li .icon-tweet {
  position: absolute;
  top: 0.2em;
  left: 0;
}
#footer .social li {
  display: inline-block;
  margin-right: 0.4em;
}
#footer .social li span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#footer .subscribe form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#footer .subscribe form p {
  margin: 0 0 0.6em 0;
}
#footer .subscribe form input[type="text"],
#footer .subscribe form input[type="email"] {
  padding: 0.4em;
  border-radius: 3px;
  font-size: 0.8em;
}
#footer .subscribe form ::-webkit-input-placeholder {
  font-style: italic;
  color: #888888;
  opacity: 1;
  line-height: 1.2em;
  font-size: 1em;
}
#footer .subscribe form :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #888888;
  opacity: 1;
  line-height: 1.2em;
  font-size: 1em;
}
#footer .subscribe form ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #888888;
  opacity: 1;
  line-height: 1.2em;
  font-size: 1em;
}
#footer .subscribe form :-ms-input-placeholder {
  font-style: italic;
  color: #888888;
  opacity: 1;
  line-height: 1.2em;
  font-size: 1em;
}
#footer .subscribe form button {
  background-color: #006b6e;
  border: none;
  height: 40px;
  padding-right: 2em;
  background-size: 13px 12px;
  background-position: 95% 50%;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  margin-bottom: 2em;
}
#footer .subscribe form button:hover {
  background-color: #008488;
}
#footer .subscribe form .grecaptcha-badge {
  transform: scale(0.7);
  transform-origin: 0 0;
  margin-bottom: 0;
}
#footer .social-row {
  clear: both;
  text-align: center;
  margin-top: 3.5em;
}
#footer .social-row > p {
  font-size: 1.1em;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.site-base {
  overflow: hidden;
  clear: both;
  background-color: #006b6e;
  text-align: center;
  padding: 1em 0;
}
.site-base a {
  color: white;
  text-decoration: none;
}
.site-base a:hover {
  opacity: 0.7;
}
.site-base ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0.6em;
}
.site-base ul li {
  display: inline-block;
  margin: 0 0.5em;
  font-size: 0.8em;
  position: relative;
}
.site-base ul li:after {
  content: "";
  background-color: white;
  width: 1px;
  height: 10px;
  position: absolute;
  right: -9px;
  top: 4px;
}
.site-base ul li:last-of-type:after {
  display: none;
}
.site-base p {
  font-size: 0.8em;
  margin: 0;
}

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  #footer .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-align: center;
    margin-bottom: 2em;
  }
  #footer .column:last-child {
    margin-right: 0;
  }
  #footer .column.left, #footer .column.right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  #footer .column.left:last-child, #footer .column.right:last-child {
    margin-right: 0;
  }
  #footer .column:nth-child(2n) {
    margin-right: 0;
  }
  #footer .column:nth-child(3), #footer .column:nth-child(4) {
    margin-bottom: 0px;
  }
  #footer .company-details li {
    padding-left: 0px;
  }
  #footer .company-details li .icon {
    display: none;
  }
  #footer .tweets li .icon-tweet {
    display: none;
  }
}
/* Small Devices, Tablets */
/* Custom */
@media only screen and (max-width: 600px) {
  #footer .column {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 2em !important;
  }
  #footer .column.left, #footer .column.right {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
  }
  #footer .column > p:after {
    content: "";
    background-color: transparent;
    height: 2px;
    width: 100px;
    display: block;
    margin: 1em auto 0 auto;
    border-top: 1px solid #6fa2a3;
    box-shadow: inset 0 1px 0 #adcacb;
  }
  #footer .tweets li .tweet {
    padding: 0;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
#header {
  padding: 2em 0 0 0;
  border-bottom: 5px solid #646464;
  overflow: hidden;
}
#header::after {
  clear: both;
  content: "";
  display: table;
}
#header .flex-header {
  width: 100%;
  display: flex;
  align-content: space-between;
}
#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header ul li {
  display: inline-block;
}
#header .logo {
  margin-top: 1em;
  margin-bottom: 1em;
}
#header .logo span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#header .flex-header-right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
#header .rotating {
  position: absolute;
  left: 50%;
  margin-left: -364px;
  float: left;
}
#header .rotating img {
  height: auto;
  display: block;
  max-width: 100%;
}
#header .business {
  float: right;
  display: block;
  margin-left: 2.35765%;
  width: 74.41059%;
  text-align: right;
  margin: 0 0 3em 0;
}
#header .business:last-child {
  margin-left: 0;
}
#header .business p {
  justify-self: end;
  margin: 0 0 0.2em 0;
  color: #006b6e;
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 0.09em;
}
#header .business p span {
  letter-spacing: 0;
}
#header .business ul {
  margin-top: 1em;
}
#header .business ul li {
  margin-left: 1em;
}
#header .business ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #666666;
  font-size: 0.9em;
  font-weight: 700;
}
#header .business ul li a:hover {
  color: #006b6e;
}
#header .business ul li .icon {
  position: relative;
  top: 0.4em;
  margin-right: 0.4em;
}
#header #nav-primary {
  text-align: right;
}
#header #nav-primary ul {
  display: flex;
  justify-content: flex-end;
}
#header #nav-primary ul li {
  margin-left: 0.4em;
  font-size: 1em;
}
#header #nav-primary ul li a {
  letter-spacing: 0.1em;
  display: block;
  padding: 0.5em 2em 0.3em 2em;
  background-color: #989898;
  color: white;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0.8em 0.8em 0 0;
}
#header #nav-primary ul li a:hover {
  background-color: #006b6e;
}

#mobile-navigation {
  display: none;
}
#mobile-navigation #mobile-trigger {
  background-color: #646464;
  color: white;
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 1em;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  letter-spacing: 0.2em;
  appearance: none;
  -webkit-appearance: none;
  font-family: 'Lato', Arial, Sans-Serif;
  font-style: normal;
  font-weight: 400;
}
#mobile-navigation #mobile-trigger.on {
  background-color: #006b6e;
}
#mobile-navigation #mobile-trigger:focus {
  outline-width: 0px;
}
#mobile-navigation nav {
  background-color: #646464;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#mobile-navigation nav.on {
  max-height: 370px;
  visibility: visible;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#mobile-navigation nav ul li {
  display: block;
  text-align: center;
  border-top: 1px solid #4b4b4b;
  box-shadow: inset 0 1px 0 #7e7e7e;
  line-height: 1em;
}
#mobile-navigation nav ul li a {
  display: block;
  color: white;
  padding: 1em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 300;
}

@media only screen and (max-width: 1640px) {
  #header .rotating {
    width: 500px;
    margin-left: -280px;
    margin-top: 15px;
  }
  #header #nav-primary {
    width: 100%;
    float: none;
    margin: 0;
    clear: both;
    text-align: center;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  #header {
    padding: 1em 0 0 0;
  }
  #header .rotating {
    width: 300px;
    margin-left: -195px;
    margin-top: 20px;
  }
  #header .business {
    width: auto;
    margin: 2em 0 2.5em 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  #header {
    padding: 1em 0 0 0;
  }
  #header .container {
    max-width: 840px;
  }
  #header .rotating {
    position: static;
    display: block;
    margin: 0;
    clear: right;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  #header .business {
    width: auto;
    margin: 2em 0 2.5em 0;
  }
  #header #nav-primary {
    width: 100%;
    float: none;
    margin: 0;
    clear: both;
    text-align: center;
  }
  #header #nav-primary ul li a {
    padding: 0.5em 1em 0.3em 1em;
  }
}
@media only screen and (max-width: 865px) {
  #header .container {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #header #nav-primary {
    display: none;
  }
  #header #mobile-navigation {
    display: block;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  #header {
    padding: 1em 0 0 0;
  }
  #header .logo {
    float: none;
    margin: 0 auto 1em auto;
  }
  #header .logo .icon-logo {
    max-width: 100%;
    width: 200px;
    height: auto !important;
    aspect-ratio: 237/125;
  }
  #header .flex-header-right {
    justify-content: center;
    font-size: 0.8em;
  }
  #header .business {
    margin: 0;
    text-align: right;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.page-header {
  color: white;
  padding: 4.5em 0;
  background: rgba(0, 107, 110, 0.85);
}
.page-header::after {
  clear: both;
  content: "";
  display: table;
}
.page-header h1 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 300;
  float: left;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-header-image {
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.content.home .page-header {
  text-align: center;
}
.content.home .page-header p {
  font-style: italic;
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 3em;
  color: white;
}
.content.home .page-header h1 {
  margin-bottom: 1.2em;
  font-weight: 300;
  font-size: 3em;
  max-width: 100%;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1640px) {
  .page-header h1 {
    max-width: 550px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .page-header h1 {
    max-width: 400px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .page-header h1 {
    font-size: 2.5em;
    max-width: 280px;
    float: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .page-header {
    padding: 2.5em 0;
  }
  .page-header h1 {
    font-size: 2em;
    text-align: center;
    margin-top: 0px;
    max-width: 100%;
    float: none;
  }

  .content.home .page-header h1 {
    font-size: 2em;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
h2.account-title {
  margin-top: 0;
}

.account-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.account-wrapper aside {
  width: 19.375%;
  margin-right: 2.5%;
  float: left;
}
.account-wrapper section {
  width: 78.125%;
  float: left;
  padding: 2em 0;
}
.account-wrapper h2.featured-title {
  text-transform: uppercase;
  color: #646464;
  font-size: 1.4em;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-bottom: 1em;
}
.account-wrapper ul.account-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #646464;
}
.account-wrapper ul.account-menu li {
  color: white;
  border-bottom: 1px solid #888;
  position: relative;
  letter-spacing: 0.05em;
}
.account-wrapper ul.account-menu li a, .account-wrapper ul.account-menu li .account-item {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.8em;
  padding: 0.5em 2em 0.5em 1em;
  line-height: 1.7em;
  cursor: pointer;
}
.account-wrapper ul.account-menu li:hover {
  background-color: #717171;
}
.account-wrapper ul.account-menu li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #888;
}
.account-wrapper ul.account-menu li ul.off {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.account-wrapper ul.account-menu li ul li:last-of-type {
  border-bottom: none;
}
.account-wrapper ul.account-menu li ul li.active a, .account-wrapper ul.account-menu li ul li.active .cat-item {
  background-color: #455560;
}
.account-wrapper ul.account-menu li ul li a, .account-wrapper ul.account-menu li ul li .cat-item {
  padding: 0.8em 2.5em;
  display: block;
  line-height: 1.5em;
}
.account-wrapper ul.account-menu button {
  border: none;
  background-color: transparent;
  background-position: 50%;
  width: 14px;
  height: 14px;
  float: right;
  position: absolute;
  top: 14px;
  right: 10px;
  cursor: pointer;
  padding: 0;
}
.account-wrapper ul.account-menu button:focus {
  outline-width: 1px;
  outline-style: solid;
  outline-offset: 3px;
  outline-color: #909095;
}
.account-wrapper ul.account-menu button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.account-wrapper #toggle_account_menu {
  background-color: #EEEEEE;
  border: none;
  width: 100%;
  margin-top: 2em;
  padding: 0.8em 1.2em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #646464;
  display: none;
}
.account-wrapper #toggle_account_menu:focus {
  outline-style: solid;
  outline-color: #006b6e;
  outline-width: 2px;
  outline-offset: -2px;
}
.account-wrapper #toggle_account_menu.on {
  background-color: #006b6e;
  color: white;
}
.account-wrapper #toggle_account_menu .icon-arrow-cat-down,
.account-wrapper #toggle_account_menu .icon-arrow-cat-up {
  float: right;
  margin-top: 5px;
}
.account-wrapper .win-with-us {
  width: 100%;
  background: none;
  padding: 0;
}

/* Custom */
@media only screen and (max-width: 1640px) {
  .account-wrapper aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 27.15547%;
  }
  .account-wrapper aside:last-child {
    margin-right: 0;
  }
  .account-wrapper section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 70.48688%;
  }
  .account-wrapper section:last-child {
    margin-right: 0;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .account-wrapper aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 33.46753%;
  }
  .account-wrapper aside:last-child {
    margin-right: 0;
  }
  .account-wrapper section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 64.17482%;
  }
  .account-wrapper section:last-child {
    margin-right: 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .account-wrapper aside,
  .account-wrapper section {
    width: 100%;
    float: none;
    margin: 0;
  }
  .account-wrapper aside .nav {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
  }
  .account-wrapper aside .nav.on {
    visibility: visible;
    opacity: 1;
    max-height: 9999px;
  }
  .account-wrapper ul.account-menu li a {
    padding: 0.7em 2em 0.7em 1em;
  }
  .account-wrapper ul.account-menu button {
    top: 13px;
    right: 22px;
  }
  .account-wrapper #toggle_account_menu {
    display: block;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .account-wrapper aside,
  .account-wrapper section {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .account-links .account-links-content {
    text-align: center;
  }
  .account-links .account-links-content strong {
    display: block;
    width: 100%;
  }
}
/* Custom, iPhone Retina */
.category-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.category-wrapper aside {
  width: 19.375%;
  margin-right: 2.5%;
  float: left;
}
.category-wrapper section {
  width: 78.125%;
  float: left;
  padding: 2em 0;
}
.category-wrapper h2.featured-title {
  text-transform: uppercase;
  color: #646464;
  font-size: 1.4em;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-bottom: 1em;
}
.category-wrapper .cat-intro {
  margin-bottom: 3em;
}
.category-wrapper .cat-intro h2 {
  margin-top: 0;
}
.category-wrapper .cat-results p strong {
  font-weight: bold;
}
.category-wrapper ul.cats {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-wrapper ul.cats .heading {
  text-transform: uppercase;
  padding: 0.5em 0.8em;
  letter-spacing: 0.1em;
}
.category-wrapper ul.cats li {
  color: white;
  background-color: #646464;
  border-bottom: 1px solid #888;
  position: relative;
  letter-spacing: 0.05em;
}
.category-wrapper ul.cats li a, .category-wrapper ul.cats li .cat-item {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.8em;
  padding: 0.5em 2em 0.5em 1em;
  line-height: 1.7em;
  cursor: pointer;
}
.category-wrapper ul.cats li:hover {
  background-color: #717171;
}
.category-wrapper ul.cats li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #888;
}
.category-wrapper ul.cats li ul.off {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.category-wrapper ul.cats li ul li:last-of-type {
  border-bottom: none;
}
.category-wrapper ul.cats li ul li.active a, .category-wrapper ul.cats li ul li.active .cat-item {
  background-color: #455560;
}
.category-wrapper ul.cats li ul li a, .category-wrapper ul.cats li ul li .cat-item {
  padding: 0.8em 2.5em;
  display: block;
  line-height: 1.5em;
}
.category-wrapper ul.cats button {
  border: none;
  background-color: transparent;
  background-position: 50%;
  width: 14px;
  height: 14px;
  float: right;
  position: absolute;
  top: 14px;
  right: 10px;
  cursor: pointer;
  padding: 0;
}
.category-wrapper ul.cats button:focus {
  outline-width: 1px;
  outline-style: solid;
  outline-offset: 3px;
  outline-color: #909095;
}
.category-wrapper ul.cats button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.category-wrapper #toggle_cats {
  background-color: #EEEEEE;
  border: none;
  width: 100%;
  margin-top: 2em;
  padding: 0.8em 1.2em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #646464;
  display: none;
}
.category-wrapper #toggle_cats:focus {
  outline-style: solid;
  outline-color: #006b6e;
  outline-width: 2px;
  outline-offset: -2px;
}
.category-wrapper #toggle_cats.on {
  background-color: #006b6e;
  color: white;
}
.category-wrapper #toggle_cats .icon-arrow-cat-down,
.category-wrapper #toggle_cats .icon-arrow-cat-up {
  float: right;
  margin-top: 5px;
}

.trade-home.category-wrapper {
  text-align: center;
}
.trade-home.category-wrapper section {
  margin: 0px auto;
  float: none;
}
.trade-home.category-wrapper .breadcrumbs {
  display: none;
}
.trade-home.category-wrapper .searchform.page {
  padding: 2em 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.trade-home.category-wrapper h2 {
  margin-bottom: 1em;
}

/* Custom */
@media only screen and (max-width: 1640px) {
  .category-wrapper aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 27.15547%;
  }
  .category-wrapper aside:last-child {
    margin-right: 0;
  }
  .category-wrapper section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 70.48688%;
  }
  .category-wrapper section:last-child {
    margin-right: 0;
  }

  .trade-home.category-wrapper section {
    margin: 0px auto;
    float: none;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .category-wrapper aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 33.46753%;
  }
  .category-wrapper aside:last-child {
    margin-right: 0;
  }
  .category-wrapper section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 64.17482%;
  }
  .category-wrapper section:last-child {
    margin-right: 0;
  }

  .trade-home.category-wrapper section {
    margin: 0px auto;
    float: none;
    width: 100%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .category-wrapper aside,
  .category-wrapper section {
    width: 100%;
    float: none;
    margin: 0;
  }
  .category-wrapper aside .nav {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
  }
  .category-wrapper aside .nav.on {
    visibility: visible;
    opacity: 1;
    max-height: 9999px;
  }
  .category-wrapper ul.cats li a {
    padding: 0.7em 2em 0.7em 1em;
  }
  .category-wrapper ul.cats button {
    top: 13px;
    right: 22px;
  }
  .category-wrapper #toggle_cats {
    display: block;
  }

  .trade-home.category-wrapper #toggle_cats {
    display: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .category-wrapper aside,
  .category-wrapper section {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
#where-heard label {
  margin-right: 20px;
}

.entry-intro {
  display: flex;
  gap: 6.472em;
  max-width: 1600px;
  margin: 0 auto;
}

.entry-info {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 390px;
}
.entry-info h3 {
  margin-top: 0;
}
.entry-info strong {
  font-weight: bold;
}
.entry-info .logo {
  margin-bottom: 15px;
}
.entry-info .logo img {
  display: block;
}
.entry-info .image-pair {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.entry-info .image-pair img {
  flex-shrink: 1;
  display: block;
  height: auto;
  max-width: unset;
}
.entry-info .entry-contact {
  margin-bottom: 2em;
}
.entry-info .contact-email {
  display: flex;
}
.entry-info .contact-email svg {
  width: 26px;
  height: 15px;
}

.entry-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 75%;
}
.entry-right h3 {
  margin-top: 0;
}
.entry-right .full-description {
  line-height: 1.5em;
  margin-top: 0;
}

.entry-cats {
  display: flex;
  flex-wrap: wrap;
}
.entry-cats span, .entry-cats a {
  display: inline-block;
  padding: 0.2em 0.5em;
  margin: 2px;
  border-radius: 3px;
  text-align: center;
}
.entry-cats a {
  border: 1px solid #989898;
  text-decoration: none;
}
.entry-cats a:hover {
  background-color: #006b6e;
  border: 1px solid #006b6e;
  color: white;
}

.description {
  margin-bottom: 2em;
}

.entry-page-buttons, .social-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  margin-top: 1em;
  justify-content: stretch;
  gap: 10px;
}
.entry-page-buttons a, .social-buttons a {
  max-width: 250px;
  background: white;
  color: #006b6e;
  padding: 0;
}
.entry-page-buttons a:hover, .social-buttons a:hover {
  background: white;
  color: #646464;
}
.entry-page-buttons .icon, .social-buttons .icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}
.entry-page-buttons .icon svg, .social-buttons .icon svg {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: auto;
}

a.brochure-download {
  background: #006b6e;
  padding: 0.5em;
  color: white;
}
a.brochure-download:hover {
  background: #646464;
  color: white;
}

.social-buttons {
  margin-top: 2em;
  margin-bottom: 3em;
}

p.tel {
  display: flex;
  font-size: 1em;
}
p.tel .icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
}
p.tel .icon svg {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: auto;
}

.profile-button {
  background-color: #006b6e;
  color: white;
  display: flex;
  text-decoration: none;
  align-items: center;
  align-content: center;
  padding: 0.5em 0.8em;
  flex-grow: 1;
}
.profile-button .icon {
  margin-right: 10px;
}
.profile-button:hover {
  background: #646464;
  color: white;
}

.contact-email {
  cursor: pointer;
}

.entry-more {
  margin-top: 3em;
}
.entry-more strong {
  font-weight: bold;
}

h3.profile-title {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.2em;
  color: #006b6e;
  font-weight: bold;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags .tag {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: #f1f1f1;
  border-radius: 2px;
  margin: 2px;
  text-align: center;
}

.entry-news article {
  margin-bottom: 1.618em;
  padding-bottom: 1.618em;
  border-bottom: 1px solid #eee;
}
.entry-news article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.entry-news article img {
  display: block;
  width: 100%;
  height: auto;
  flex-grow: 0;
}
.entry-news article a {
  text-decoration: none;
}
.entry-news article h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #006b6e;
}
.entry-news article .date {
  color: #666;
  display: block;
  margin-bottom: 5px;
  font-size: 0.9em;
}
.entry-news article .intro {
  display: block;
  color: #666;
  margin-bottom: 1em;
}

table.opening-hours {
  border: none;
  border-collapse: collapse;
  width: auto;
}
table.opening-hours th {
  background: none;
  color: #666;
  font-weight: normal;
}
table.opening-hours tr, table.opening-hours th, table.opening-hours td {
  border: none;
  padding: 0.3em 0.75em;
}

.opening-hours-form .opening-hours-row {
  display: flex;
  align-items: center;
  justify-content: stretch;
  width: 450px;
}
.opening-hours-form .form-field {
  display: flex;
  align-items: center;
  margin: 5px 10px;
}
.opening-hours-form .form-field input {
  width: 100px;
}
.opening-hours-form .form-field label {
  margin-right: 10px;
}
.opening-hours-form label.day {
  margin-right: 10px;
  flex-grow: 1;
}

.entry-reviews {
  margin-top: 4em;
}

.addthis_sharing_toolbox {
  margin-bottom: 2em;
}

#entry-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.download-list li {
  margin: 10px 0;
}

@media only screen and (max-width: 991px) {
  .entry-intro {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 680px) {
  .entry-page-buttons {
    flex-wrap: wrap;
  }
}
.landing-search {
  margin-bottom: 3.5em;
}

.find-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 750px;
  margin: 0 auto;
}
.find-navigation::after {
  clear: both;
  content: "";
  display: table;
}
.find-navigation li {
  display: inline-block;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.find-navigation li:last-child {
  margin-right: 0;
}
.find-navigation li:last-of-type {
  margin-right: 0px;
}
.find-navigation li a {
  border: 2px solid white;
  display: block;
  padding: 1em;
  font-size: 1.4em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}
.find-navigation li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.find-navigation li a span {
  font-weight: 700;
}

.home-buttons {
  padding: 2em 0 5em 0;
}
.home-buttons::after {
  clear: both;
  content: "";
  display: table;
}
.home-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-buttons ul li {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 30.11389%;
  text-align: center;
}
.home-buttons ul li:last-child {
  margin-right: 0;
}
.home-buttons ul li:hover .icon-wrapper {
  bottom: -30px;
}
.home-buttons ul li.news .icon-wrapper {
  background-color: #bb0051;
}
.home-buttons ul li.offers .icon-wrapper {
  background-color: #40ae29;
}
.home-buttons ul li.business .icon-wrapper {
  background-color: #ffa540;
}
.home-buttons ul li a {
  display: block;
  text-decoration: none;
  color: black;
}
.home-buttons ul li .icon-wrapper {
  display: inline-block;
  border: 8px solid white;
  border-radius: 50px;
  width: 5.5em;
  height: 5.5em;
  position: relative;
  bottom: -40px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.home-buttons ul li .icon {
  height: 100%;
  background-position: 50% 50%;
}
.home-buttons ul li .content-wrapper {
  border: 1px solid #c6cbce;
  border-radius: 10px;
}
.home-buttons ul li .content {
  padding: 2em 1em;
}
.home-buttons ul li img {
  border-radius: 10px 10px 0 0;
}
.home-buttons ul li h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1em;
  margin: 0 0 1em 0;
}
.home-buttons ul li p {
  font-size: 1.1em;
}

.background-grey {
  background-color: #eeeeee;
}

.home-featured {
  padding: 3em 0;
  color: #666;
}
.home-featured::after {
  clear: both;
  content: "";
  display: table;
}
.home-featured .featured-container {
  padding: 0 3em;
}
.home-featured h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.4em;
  color: #666;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  margin-top: 0;
  text-decoration: underline;
  text-decoration-color: #006b6e;
  text-underline-offset: 15px;
  text-decoration-thickness: 1px;
}

.win-with-us {
  padding: 3em 0;
  color: #666;
}
.win-with-us::after {
  clear: both;
  content: "";
  display: table;
}
.win-with-us .win-container {
  padding: 0 3em;
}
.win-with-us h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.4em;
  color: #666;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  margin-top: 0;
  text-decoration: underline;
  text-decoration-color: #006b6e;
  text-underline-offset: 15px;
  text-decoration-thickness: 1px;
}
.win-with-us .image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding-right: 2em;
}
.win-with-us .image:last-child {
  margin-right: 0;
}
.win-with-us .image img {
  width: 100%;
  display: block;
}
.win-with-us .text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.win-with-us .text:last-child {
  margin-right: 0;
}
.win-with-us .text h4 {
  margin-top: 0px;
}
.win-with-us .text p, .win-with-us .text li {
  line-height: 1.4em;
  color: #666;
  font-size: 0.95em;
}
.win-with-us .text p.enter {
  float: left;
  margin-top: 6px;
}
.win-with-us .text p.terms {
  font-style: italic;
  font-weight: 300;
  font-size: 0.85em;
  color: #006b6e;
  float: left;
  max-width: 270px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 40px;
  padding-left: 25px;
  padding-top: 10px;
  position: relative;
}
.win-with-us .text p.terms input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 20px;
}
.win-with-us .text p.date {
  font-size: 0.8em;
  clear: left;
}
.win-with-us .logo {
  width: 200px;
  margin-top: -42px;
  float: right;
}
.win-with-us form input[type="checkbox"] {
  float: left;
  position: relative;
  top: 0.2em;
  margin-right: 0.6em;
}
.win-with-us form label {
  color: #006b6e;
  float: left;
  max-width: 150px;
  display: inline-block;
  margin-right: 1em;
  font-size: 0.8em;
}
.win-with-us form input[type="submit"] {
  cursor: pointer;
  background-color: #006b6e;
  color: white;
  text-transform: uppercase;
  border: none;
  font-size: 1.2em;
  letter-spacing: 0.4em;
  font-weight: 300;
  padding: 0.6em 1em;
}
.win-with-us form input[type="submit"]:hover {
  background-color: #646464;
}

.essentials-club, .equestrian-property {
  padding: 3em 0;
  padding-bottom: 5em;
  color: #666;
}
.essentials-club::after, .equestrian-property::after {
  clear: both;
  content: "";
  display: table;
}
.essentials-club .essentials-container, .essentials-club .equestrian-property-container, .equestrian-property .essentials-container, .equestrian-property .equestrian-property-container {
  padding: 0 3em;
}
.essentials-club h3, .equestrian-property h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.4em;
  color: #666;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  margin-top: 0;
  text-decoration: underline;
  text-decoration-color: #006b6e;
  text-underline-offset: 15px;
  text-decoration-thickness: 1px;
}
.essentials-club .image, .equestrian-property .image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding-right: 2em;
}
.essentials-club .image:last-child, .equestrian-property .image:last-child {
  margin-right: 0;
}
.essentials-club .image img, .equestrian-property .image img {
  width: 100%;
  display: block;
}
.essentials-club .text, .equestrian-property .text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
}
.essentials-club .text:last-child, .equestrian-property .text:last-child {
  margin-right: 0;
}
.essentials-club h4, .equestrian-property h4 {
  margin-top: 0px;
  margin-bottom: 1em;
}
.essentials-club p, .equestrian-property p {
  line-height: 1.3em;
  color: #666;
  font-size: 0.95em;
}
.essentials-club p:last-of-type, .equestrian-property p:last-of-type {
  margin-bottom: 1em;
}
.essentials-club .buttons, .equestrian-property .buttons {
  clear: both;
  margin-top: 2em;
}
.essentials-club .btn:hover, .equestrian-property .btn:hover {
  color: white;
}

.win-with-us a.btn, .essentials-club a.btn, .equestrian-property a.btn {
  font-size: 1.4em;
  padding: 0.7em 1.5em;
}
.win-with-us a.btn:hover, .essentials-club a.btn:hover, .equestrian-property a.btn:hover {
  color: white;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1640px) {
  .win-with-us .essentials-container, .win-with-us .equestrian-property-container, .win-with-us .win-container, .essentials-club .essentials-container, .essentials-club .equestrian-property-container, .essentials-club .win-container, .equestrian-property .essentials-container, .equestrian-property .equestrian-property-container, .equestrian-property .win-container {
    padding: 0;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .win-with-us .text, .essentials-club .text, .equestrian-property .text {
    padding-top: 0;
  }
  .win-with-us .logo, .essentials-club .logo, .equestrian-property .logo {
    margin-top: 0;
    float: none;
  }

  .equestrian-property .image {
    padding-right: 0;
  }
  .equestrian-property .image img {
    float: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .landing-search form label {
    font-size: 1em;
  }
  .landing-search form input[type="submit"] {
    top: 29px;
  }

  .win-with-us {
    text-align: center;
    padding: 3em 0;
  }
  .win-with-us .image,
  .win-with-us .text {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
  }
  .win-with-us .image {
    width: auto;
    max-width: 240px;
    margin: 0 auto 1em auto;
  }
  .win-with-us h3 {
    font-size: 2em;
  }
  .win-with-us h3:after {
    max-width: 320px;
  }
  .win-with-us form label {
    float: none;
    max-width: none;
    margin-bottom: 2em;
  }
  .win-with-us form input[type="checkbox"] {
    float: none;
  }
  .win-with-us form input[type="submit"] {
    display: block;
    margin: 0 auto;
  }

  .essentials-club, .equestrian-property {
    text-align: center;
    padding: 3em 0;
  }
  .essentials-club .image,
  .essentials-club .text, .equestrian-property .image,
  .equestrian-property .text {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
  }
  .essentials-club .image, .equestrian-property .image {
    width: auto;
    max-width: 240px;
    margin: 0 auto 1em auto;
  }
  .essentials-club h3, .equestrian-property h3 {
    font-size: 2em;
  }
  .essentials-club h3:after, .equestrian-property h3:after {
    max-width: 320px;
  }

  .find-navigation li a {
    font-size: 1.2em;
    padding: 0.5em;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .landing-search form .field,
  .landing-search form .actions {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
  }
  .landing-search form .field {
    margin: 0 0 1em 0;
  }
  .landing-search form label {
    text-align: center;
    margin-bottom: 1em;
  }
  .landing-search form input {
    background-image: none;
    text-align: center;
    padding: 0.6em !important;
  }
  .landing-search form input[type="text"] {
    height: 3em;
  }
  .landing-search form input[type="submit"] {
    width: 100%;
    text-indent: 0px;
    top: auto;
    padding: 0.6em !important;
    height: 3em;
    color: #006b6e;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .find-navigation li {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .find-navigation li a {
    font-size: 1.4em;
    padding: 1em;
  }

  .home-buttons {
    padding: 0em 0 3em 0;
  }
  .home-buttons ul li {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.news-wrapper {
  display: flex;
}
.news-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.news-wrapper .two-columns article .featured-image {
  float: left;
  margin: 0 1em 1em 0;
  max-width: none;
}
.news-wrapper .two-columns article h1 {
  margin-bottom: 0em;
}
.news-wrapper article.article p.disclaimer {
  margin-top: 3em;
  padding: 1em 3em;
  font-size: 0.95em;
  text-align: center;
  color: #989898;
  background: #ebf2f3;
}
.news-wrapper article.teaser {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%;
  margin-bottom: 0.5em;
}
.news-wrapper article.teaser:last-child {
  margin-right: 0;
}
.news-wrapper article.teaser:nth-child(2n) {
  margin-right: 0px;
}
.news-wrapper article.teaser:nth-child(2n+1) {
  clear: left;
}
.news-wrapper article.teaser h2 {
  font-size: 1.8em;
}
.news-wrapper article.teaser h2 a {
  text-decoration: none;
}
.news-wrapper article.teaser .featured-image {
  float: right;
  max-width: 180px;
  margin: 0 0 20px 20px;
}
.news-wrapper article.teaser .date {
  font-style: italic;
  font-size: 0.9em;
}
.news-wrapper article.teaser .read-more {
  display: block;
  clear: both;
  margin-top: 0.5em;
}
.news-wrapper article.teaser .read-more a {
  background-color: #989898;
  color: white;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.7em;
}
.news-wrapper article.teaser .read-more a:hover {
  background-color: #006b6e;
}
.news-wrapper aside {
  min-width: 25%;
  margin-left: 3em;
}
.news-wrapper aside h3 {
  margin-top: 0.5em;
}
.news-wrapper aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
}
.news-wrapper aside ul li {
  display: block;
  border-bottom: 1px dashed #989898;
  padding: 0.5em 0;
}
.news-wrapper aside ul li.active a {
  font-weight: 700;
  color: #006b6e;
}
.news-wrapper aside ul li a {
  color: #666666;
  text-decoration: none;
  line-height: 1.4em;
  display: block;
}
.news-wrapper aside ul li a:hover {
  color: #006b6e;
}
.news-wrapper aside .news-navigation {
  margin-bottom: 2em;
}
.news-wrapper aside .news-navigation li {
  border: none;
  padding: 0;
  margin-bottom: 0.5em;
}
.news-wrapper aside .news-navigation li a {
  background-color: #989898;
  color: white;
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.7em;
  display: block;
}
.news-wrapper aside .news-navigation li a:hover {
  background-color: #006b6e;
  color: white;
}
.news-wrapper aside .news-navigation li a:hover {
  color: white;
}
.news-wrapper aside .addthis_sharing_toolbox p,
.news-wrapper aside .addthis_sharing_toolbox #atstbx {
  float: left;
  margin: 0;
}
.news-wrapper aside .addthis_sharing_toolbox p {
  margin-right: 0.5em;
}
.news-wrapper .news-all-archive {
  text-align: center;
}
.news-wrapper .news-all-archive a {
  background-color: #989898;
  color: white;
  display: inline-block;
  padding: 0.3em 2em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.7em;
}
.news-wrapper .news-all-archive a:hover {
  background-color: #006b6e;
}

.news-footer {
  clear: both;
  padding: 2em 0;
  margin-top: 1em;
  border-top: 1px dashed #666666;
}
.news-footer::after {
  clear: both;
  content: "";
  display: table;
}

.news-newsletter-signup {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.236em;
}
.news-newsletter-signup .signup-left, .news-newsletter-signup .signup-right, .news-newsletter-signup .covid-news {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.618em;
}
.news-newsletter-signup .signup-left {
  color: white;
  background: #006b6e;
  text-align: center;
}
.news-newsletter-signup .signup-left h3 {
  margin: 5px 0;
  font-size: 22px;
}
.news-newsletter-signup .signup-right {
  background: rgba(0, 107, 110, 0.2);
}
.news-newsletter-signup .signup-right h2 {
  margin: 0;
  margin-bottom: 1em;
  font-size: 24px;
}
.news-newsletter-signup .signup-right form p {
  display: flex;
  align-items: stretch;
  margin: 0;
  margin-bottom: 5px;
}
.news-newsletter-signup .signup-right form p label {
  width: 30%;
  text-align: left;
  display: flex;
  align-items: center;
}
.news-newsletter-signup .signup-right form p input {
  width: 70%;
  border-radius: 0;
  border: none;
  padding: 0.3em 0.6em;
}
.news-newsletter-signup .signup-right form button {
  border-radius: 0;
}
.news-newsletter-signup .covid-news {
  background: #d93025;
  color: white;
}
.news-newsletter-signup .covid-news h2 {
  margin: 0;
  font-size: 24px;
}
.news-newsletter-signup .covid-news .btn {
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  padding: 0.4em 1em;
  font-size: 0.9em;
  background: white;
  color: #006b6e;
}
.news-newsletter-signup .signup-right > * {
  flex-basis: 100%;
  text-align: center;
}

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .news-wrapper aside ul li a {
    word-break: break-word;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .news-newsletter-signup {
    flex-wrap: wrap;
  }
  .news-newsletter-signup .signup-left, .news-newsletter-signup .signup-right, .news-newsletter-signup .covid-news {
    flex-basis: 100%;
  }

  .news-wrapper {
    flex-wrap: wrap;
  }
  .news-wrapper article,
  .news-wrapper aside {
    width: 100%;
    float: none;
    margin: 0;
  }
  .news-wrapper article {
    margin-bottom: 3em;
  }
}
/* Custom */
@media only screen and (max-width: 400px) {
  .news-wrapper article .featured-image {
    float: none;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.offers-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.offers-wrapper .two-columns article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
.offers-wrapper .two-columns article:last-child {
  margin-right: 0;
}
.offers-wrapper .two-columns article .featured-image {
  float: left;
  margin: 0 1em 1em 0;
  max-width: none;
}
.offers-wrapper .two-columns article h1 {
  margin-bottom: 0em;
}
.offers-wrapper article {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%;
  margin-bottom: 0.5em;
}
.offers-wrapper article:last-child {
  margin-right: 0;
}
.offers-wrapper article:nth-child(2n) {
  margin-right: 0px;
}
.offers-wrapper article:nth-child(2n+1) {
  clear: left;
}
.offers-wrapper article h2 {
  font-size: 1.8em;
}
.offers-wrapper article h2 a {
  text-decoration: none;
  color: #b10000;
}
.offers-wrapper article .featured-image {
  float: right;
  max-width: 180px;
  margin: 0 0 20px 20px;
}
.offers-wrapper article .date {
  font-style: italic;
  font-size: 0.9em;
}
.offers-wrapper article .read-more {
  display: block;
  clear: both;
  margin-top: 0.5em;
}
.offers-wrapper article .read-more a {
  background-color: #989898;
  color: white;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.7em;
}
.offers-wrapper article .read-more a:hover {
  background-color: #006b6e;
}
.offers-wrapper .offers-all-archive {
  text-align: center;
}
.offers-wrapper .offers-all-archive a {
  background-color: #989898;
  color: white;
  display: inline-block;
  padding: 0.3em 2em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.7em;
}
.offers-wrapper .offers-all-archive a:hover {
  background-color: #006b6e;
}

.offers-footer {
  clear: both;
  padding: 2em 0;
  margin-top: 1em;
  border-top: 1px dashed #666666;
}
.offers-footer::after {
  clear: both;
  content: "";
  display: table;
}

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .offers-wrapper .two-columns aside ul li a {
    word-break: break-word;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .offers-wrapper .two-columns article,
  .offers-wrapper .two-columns aside {
    width: 100%;
    float: none;
    margin: 0;
  }
  .offers-wrapper article {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 3em;
  }
}
/* Extra Small Devices, Phones */
/* Custom */
@media only screen and (max-width: 400px) {
  .offers-wrapper article .featured-image {
    float: none;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
/* Custom, iPhone Retina */
.search-page {
  padding: 40px 0;
}
.search-page::after {
  clear: both;
  content: "";
  display: table;
}
.search-page h2 {
  color: #555;
}

.matching-categories {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 44.55627%;
}
.matching-categories:last-child {
  margin-right: 0;
}

.matching-entries {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 53.08608%;
}
.matching-entries:last-child {
  margin-right: 0;
}

.entries-wrapper-search table, .category-wrapper-search table {
  width: 100%;
  border: 0;
}
.entries-wrapper-search table::after, .category-wrapper-search table::after {
  clear: both;
  content: "";
  display: table;
}
.entries-wrapper-search table tr, .category-wrapper-search table tr {
  border: 0;
}
.entries-wrapper-search table tr.search-entry-level1,
.entries-wrapper-search table tr.search-entry-level2,
.entries-wrapper-search table tr.search-entry-level3,
.entries-wrapper-search table tr.search-entry-level4, .category-wrapper-search table tr.search-entry-level1,
.category-wrapper-search table tr.search-entry-level2,
.category-wrapper-search table tr.search-entry-level3,
.category-wrapper-search table tr.search-entry-level4 {
  background-color: #FDFFC3;
}
.entries-wrapper-search table td, .category-wrapper-search table td {
  border-width: 0 0 1px 0;
  border-color: #ddd;
  border-style: solid;
  vertical-align: top;
  font-size: 17.6px;
  line-height: 1.8em;
}
.entries-wrapper-search table td a, .category-wrapper-search table td a {
  padding: 0;
  text-decoration: none;
}
.entries-wrapper-search table td li, .category-wrapper-search table td li {
  font-size: 17.6px;
  line-height: 1.8em;
}

ul.search-category-opts {
  margin: 0;
  padding: 0;
}
ul.search-category-opts li {
  margin: 0;
  list-style: none;
}
ul.search-category-opts li:nth-child(n+2) {
  display: none;
}
ul.search-category-opts li .see-all {
  float: right;
  font-size: 0.8em;
  color: #888;
  margin-left: 20px;
  cursor: pointer;
}
ul.search-category-opts li .icon {
  width: 20px;
  height: 10px;
  vertical-align: middle;
  margin-left: 10px;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .matching-categories {
    width: 100%;
  }

  .matching-entries {
    width: 100%;
  }
}
.trade-placeholder {
  min-height: 800px;
  position: absolute;
}
.trade-placeholder img {
  display: block;
  margin: 0px auto;
}

.trade-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 800px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: rgba(142, 182, 183, 0.9);
  color: white;
}
.trade-overlay h1 {
  font-weight: bold;
  font-size: 60px;
}
.trade-overlay h2 {
  font-weight: bold;
  font-size: 48px;
}
.trade-overlay h3 {
  font-weight: bold;
  font-size: 42px;
  margin-top: 10px;
}
.trade-overlay p {
  color: white;
  font-weight: bold;
  font-size: 24px;
}

.trade-form {
  width: 650px;
  margin: 0px auto;
  margin-top: 50px;
}
.trade-form p {
  font-size: 1em;
}
.trade-form p::after {
  clear: both;
  content: "";
  display: table;
}
.trade-form label {
  float: left;
  width: 25%;
  padding-right: 2%;
  line-height: 2.5em;
  height: 2.5em;
  text-align: right;
}
.trade-form input[type=text] {
  width: 73%;
  float: left;
}
.trade-form input[type=submit] {
  margin-left: 25%;
}
.trade-form .required {
  display: none;
}

@media all and (max-width: 700px) {
  .trade-overlay {
    padding-left: 4px;
    padding-right: 4px;
  }
  .trade-overlay h1 {
    font-size: 48px;
  }
  .trade-overlay h2 {
    font-size: 34px;
  }
  .trade-overlay h3 {
    font-size: 28px;
  }

  .trade-form {
    width: 92%;
  }
  .trade-form p {
    font-size: 1em;
  }
  .trade-form p::after {
    clear: both;
    content: "";
    display: table;
  }
  .trade-form label {
    float: none;
    display: block;
    width: auto;
    padding: 0 0 0 5px;
    line-height: 2.5em;
    height: 2.5em;
    text-align: left;
  }
  .trade-form input[type=text] {
    width: 100%;
    float: none;
  }
  .trade-form input[type=submit] {
    margin-left: 0;
  }
}
.upgrade-intro {
  display: flex;
  gap: 3em;
  align-items: start;
}
.upgrade-intro .brush-stroke {
  position: absolute;
  z-index: 1;
  color: #006b6e;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upgrade-intro h1 {
  position: relative;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2em;
  text-align: center;
  margin-bottom: 0;
}
.upgrade-intro h1 span {
  position: relative;
  z-index: 2;
}
.upgrade-intro .upgrade-video {
  position: relative;
}
.upgrade-intro .upgrade-video:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 15px), -50%);
  width: 100px;
  height: 100px;
  border: 5px solid white;
  border-radius: 100%;
  z-index: 1;
  pointer-events: none;
}
.upgrade-intro .upgrade-video:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 20px;
  border-style: solid;
  border-color: transparent;
  border-left-width: 50px;
  border-left-color: white;
  z-index: 1;
  pointer-events: none;
}
.upgrade-intro .upgrade-video.playing::before, .upgrade-intro .upgrade-video.playing::after {
  display: none;
}
.upgrade-intro video {
  -webkit-mask-image: url(/images/mask.svg);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-clip: border-box;
  mask-image: url(/images/mask.svg);
  mask-size: 100% 100%;
  mask-clip: border-box;
  cursor: pointer;
}

.advertise-with-us::after {
  clear: both;
  content: "";
  display: table;
}
.advertise-with-us .form-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}
.advertise-with-us .form-left:last-child {
  margin-right: 0;
}
.advertise-with-us .form-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 8.5298%;
  margin-right: 0;
}
.advertise-with-us .form-right:last-child {
  margin-right: 0;
}
.advertise-with-us .upgrade-text, .advertise-with-us .upgrade-video {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .advertise-with-us .upgrade-intro {
    flex-wrap: wrap;
  }
  .advertise-with-us .upgrade-intro .upgrade-text {
    width: 100%;
  }
  .advertise-with-us .upgrade-intro video {
    width: 100%;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .advertise-with-us .form-left {
    width: 100%;
    margin-right: 0;
  }
  .advertise-with-us .form-right {
    margin-left: 0%;
    margin-right: 0;
    width: 100%;
  }
}

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