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

.clearfix:after {
  clear: both; }

/*! columns.sass by Andreas Lutro | MIT License */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

/**
 * Add the correct font 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; }

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  overflow-y: scroll; }

body {
  background: #fff; }

html {
  font-size: 62.5%; }

body, button, input, select, textarea,
.site {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-size: 16px;
  font-size: 1.6rem; }

body {
  line-height: 2; }

p {
  margin: 1em 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin: .5em 0; }

h1 {
  font-size: 41px;
  font-size: 4.1rem;
  font-weight: 200; }

h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 200; }

h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 200; }

h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 200; }

h5 {
  font-size: 16px;
  font-size: 1.6rem; }

h6 {
  font-size: 14px;
  font-size: 1.4rem; }

a {
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
  color: #428bca; }

a:hover, a:focus {
  color: #2a6496; }

blockquote {
  position: relative;
  margin-left: 0;
  padding-left: 4rem;
  font-style: italic; }
  blockquote:before {
    color: #dddddd;
    content: "\201C";
    position: absolute;
    left: 10px;
    font-size: 50px;
    font-size: 5rem;
    line-height: 0.75; }

code, pre {
  font-family: monospace;
  border: 1px solid #dddddd;
  background: #ededed;
  white-space: pre-wrap; }

pre {
  display: block;
  padding: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  overflow: initial;
  word-wrap: break-word;
  word-break: break-word;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; }
  pre code {
    border: none;
    background: none; }

img, figure {
  display: block;
  max-width: 100%;
  height: auto; }

figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  color: #777777;
  font-style: italic;
  background: #eee;
  padding: 0 .75em; }

.iframe-wrapper-youtube, .iframe-wrapper-gmaps {
  position: relative;
  height: 0; }
  .iframe-wrapper-youtube iframe, .iframe-wrapper-gmaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.iframe-wrapper-youtube {
  padding-top: 56.25%;
  padding-bottom: 30px; }

.iframe-wrapper-gmaps {
  padding-top: 66.66%;
  padding-top: 50vh; }

figure {
  margin: 0; }

.gallery .gallery-item {
  display: inline-block;
  text-align: center; }

.gallery.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery.gallery-columns-3 .gallery-item {
  width: 33.33333%; }

.gallery.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery.gallery-columns-6 .gallery-item {
  width: 16.66667%; }

input, textarea, select, button {
  background: none;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  border: 1px solid #cfcfcf; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus, button:hover, button:focus {
    border-color: #8a8a8a; }

input, textarea, select {
  padding: 2px 6px; }

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  background-color: #e6e6e6;
  border: 1px solid #cfcfcf; }
  button:hover, button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus {
    border-color: #8a8a8a; }
  button.green,
  input[type="button"].green,
  input[type="submit"].green,
  input[type="reset"].green {
    background-color: #dcedc8;
    border-color: #c6d5b4; }
    button.green:hover,
    input[type="button"].green:hover,
    input[type="submit"].green:hover,
    input[type="reset"].green:hover {
      border-color: #848e78; }
  button.blue,
  input[type="button"].blue,
  input[type="submit"].blue,
  input[type="reset"].blue {
    background-color: #bbdefb;
    border-color: #a8c8e2; }
    button.blue:hover,
    input[type="button"].blue:hover,
    input[type="submit"].blue:hover,
    input[type="reset"].blue:hover {
      border-color: #708597; }
  button.orange,
  input[type="button"].orange,
  input[type="submit"].orange,
  input[type="reset"].orange {
    background-color: #ffe0b2;
    border-color: #e6caa0; }
    button.orange:hover,
    input[type="button"].orange:hover,
    input[type="submit"].orange:hover,
    input[type="reset"].orange:hover {
      border-color: #99866b; }
  button.red,
  input[type="button"].red,
  input[type="submit"].red,
  input[type="reset"].red {
    background-color: #ef9a9a;
    border-color: #d78b8b; }
    button.red:hover,
    input[type="button"].red:hover,
    input[type="submit"].red:hover,
    input[type="reset"].red:hover {
      border-color: #8f5c5c; }

input, button, select {
  vertical-align: baseline;
  font-size: inherit;
  height: 2em; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle; }

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

table {
  width: 100%; }

td, th {
  text-align: left; }

.search-form {
  line-height: 0;
  position: relative;
  max-width: 25em; }
  .search-form:hover .search-field {
    border-color: #8a8a8a; }
  .search-form .search-field {
    margin: 0;
    height: 100%;
    width: 100%;
    padding-right: 1.6em; }
  .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border: 0;
    padding: 1px;
    width: 1.6em;
    background: none;
    color: #777777;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    .search-form .search-submit:hover, .search-form .search-submit:focus {
      outline: none;
      color: #222222; }
  .search-form .search-submit-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.sr-only, .screen-reader-text, .skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.skip-link:active, .skip-link:focus {
  position: fixed;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  z-index: 130; }

.browsehappy {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #222;
  color: #eee;
  text-align: center;
  padding: 1em 0;
  font-size: 20px; }
  .browsehappy a {
    color: #eee;
    text-decoration: underline; }

.slideshow {
  position: relative;
  overflow: hidden; }
  .slideshow.fixed-ratio {
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 45%; }
    @media screen and (min-width: 1281px) and (max-width: 1280px) {
      .slideshow.fixed-ratio {
        padding-bottom: 60%; } }
    @media screen and (max-width: 1280px) {
      .slideshow.fixed-ratio {
        padding-bottom: 70%; } }
  .slideshow .slide {
    display: none;
    visibility: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%; }
    .slideshow .slide:first-child {
      display: block;
      visibility: visible; }
  .slideshow .slide-overlay, .slideshow .slide-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%; }
  .slideshow .slide-caption-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .slideshow .slide-caption {
    display: inline-block;
    padding: 0 15px;
    background-color: #f2f2f2;
    background-color: rgba(255, 255, 255, 0.8); }
    .slideshow .slide-caption .slide-title {
      color: #222222;
      line-height: 1; }
    @media screen and (min-width: 1281px) {
      .slideshow .slide-caption {
        margin: 0 auto 100px;
        -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.15);
                box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.15); } }
    @media screen and (max-width: 1280px) {
      .slideshow .slide-caption {
        bottom: -1px;
        left: 0;
        width: 100%; }
        .slideshow .slide-caption .slide-title {
          font-size: 24px;
          font-size: 2.4rem; } }
    @media screen and (max-width: 640px) {
      .slideshow .slide-caption .slide-title {
        font-size: 20px;
        font-size: 2rem; } }
  .slideshow .nav a {
    display: block;
    position: absolute;
    top: 50%;
    padding-top: 4px;
    margin-top: -30px;
    width: 30px;
    height: 35px;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 29.16667px;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    text-align: center;
    z-index: 101;
    background-color: #f2f2f2;
    background-color: rgba(255, 255, 255, 0.8);
    color: #222222; }
    .slideshow .nav a:hover, .slideshow .nav a:active, .slideshow .nav a:visited {
      color: #222222; }
  .slideshow .nav .prev a {
    left: 0;
    -webkit-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.15);
            box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px; }
  .slideshow .nav .next a {
    right: 0;
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }
  @media screen and (min-width: 641px) {
    .slideshow .nav a {
      margin-top: -40px;
      width: 40px;
      height: 45px;
      font-size: 40px;
      font-size: 4rem;
      line-height: 37.5px; } }
  @media screen and (min-width: 1281px) {
    .slideshow .nav a {
      opacity: 0;
      filter: alpha(opacity=0); }
    .slideshow .nav .prev a {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); }
    .slideshow .nav .next a {
      -webkit-transform: translateX(40px);
              transform: translateX(40px); }
    .slideshow:hover .nav a {
      opacity: 0.75;
      filter: alpha(opacity=75);
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .slideshow:hover .nav a:hover {
        opacity: 0.9;
        filter: alpha(opacity=90); } }
  .slideshow .pager {
    position: absolute;
    bottom: 7.2px;
    right: 7.2px;
    left: auto;
    width: auto;
    height: 16.8px;
    padding: 0;
    z-index: 102; }
    @media screen and (max-width: 1280px) {
      .slideshow .pager {
        display: none;
        visibility: hidden; } }
    .slideshow .pager .page {
      float: left;
      width: 16.8px;
      height: 16.8px;
      padding: 2.4px;
      text-indent: -9999px; }
      .slideshow .pager .page .button {
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid #cccccc;
        opacity: 0.5;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out; }
      .slideshow .pager .page.current .button {
        opacity: 0.8; }
      .slideshow .pager .page:hover .button {
        opacity: 0.9; }

.widget_meteor-slides-widget-wrapper .container {
  max-width: none;
  padding: 0;
  margin: 0; }

.featured-gallery .pager {
  bottom: 10.8px;
  right: 10.8px;
  height: 25.2px; }
  .featured-gallery .pager .page {
    width: 25.2px;
    height: 25.2px;
    padding: 3.6px; }
    .featured-gallery .pager .page .button {
      width: 18px;
      height: 18px;
      border-radius: 18px; }

.ui-datepicker {
  z-index: 1000 !important;
  background: #fff;
  padding: 1em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  display: none; }

.ui-datepicker-prev {
  float: left; }

.ui-datepicker-next {
  float: right; }

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  padding: 0 .5em; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-calendar td, .ui-datepicker-calendar th {
  width: 2em;
  text-align: center; }

.ui-datepicker-calendar a {
  display: block; }

.ui-datepicker-today {
  font-weight: bold; }

.ui-datepicker-current-day {
  background: #f3f3f3; }

.breadcrumbs {
  margin: 1em 0;
  font-size: 13px;
  font-size: 1.3rem; }

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

.widget li a {
  display: block; }

.widget li + li {
  border-top: 1px solid #ededed; }

.widget-title {
  border-bottom: 1px solid #ededed;
  margin-top: 0; }

.hc-contact-widget {
  line-height: 1.5; }
  .hc-contact-widget .phone {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 200;
    margin-bottom: .25em; }
    .hc-contact-widget .phone .fa {
      vertical-align: middle;
      margin-right: .25em; }
  .hc-contact-widget .extra, .hc-contact-widget .social-media {
    margin-top: .5em; }
  .hc-contact-widget .social-media a + a {
    margin-left: 8px; }
  .hc-contact-widget .social-media .fa {
    font-size: 36px;
    font-size: 3.6rem; }

.hc-icons-widget .icon-size-small .fa {
  font-size: 60px;
  font-size: 6rem; }

.hc-icons-widget .icon-size-small img {
  max-width: 30%; }

.hc-icons-widget .icon-size-medium .fa {
  font-size: 90px;
  font-size: 9rem; }

.hc-icons-widget .icon-size-medium img {
  max-width: 50%; }

.hc-icons-widget .icon-size-large .fa {
  font-size: 120px;
  font-size: 12rem; }

.hc-icons-widget .icon-size-large img {
  max-width: 70%; }

.hc-icons-widget .title {
  margin-bottom: 0; }

.hc-icons-widget .icons-align-center {
  text-align: center; }
  .hc-icons-widget .icons-align-center img {
    display: inline-block; }

.hc-icons-widget .icons-align-left .icon {
  float: left;
  margin-right: 2em;
  text-align: center; }

.hc-icons-widget .icons-align-left .title {
  margin-top: 0; }

.sidebar .hc-posts-widget .hentry + .hentry {
  margin-top: 15px; }

.sidebar .hc-posts-widget .hentry:before, .sidebar .hc-posts-widget .hentry:after {
  content: " ";
  display: table; }

.sidebar .hc-posts-widget .hentry:after {
  clear: both; }

@media screen and (min-width: 1281px) {
  .sidebar .hc-posts-widget .with-thumbnails .entry-header {
    width: 70%;
    float: left; }
  .sidebar .hc-posts-widget .with-thumbnails .entry-image {
    width: 25%;
    float: right; }
  .sidebar .hc-posts-widget .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0; }
  .sidebar .hc-posts-widget .inline-entry-meta {
    font-size: 13px;
    font-size: 1.3rem; } }

.sidebar .hc-posts-widget .date-updated,
.sidebar .hc-posts-widget .meta-author,
.sidebar .hc-posts-widget .meta-tags {
  display: none;
  visibility: hidden; }

@media screen and (max-width: 1280px) {
  .sidebar .hc-posts-widget .entry-title {
    font-size: 24px;
    font-size: 2.4rem; } }

.hc-bgtext-widget-wrapper {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }
  .hc-bgtext-widget-wrapper a {
    border: 2px solid;
    padding: .25em 1em;
    margin: .25em 1em;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    display: inline-block; }
  .hc-bgtext-widget-wrapper.text-position-left {
    background-position: left center; }
    @media screen and (min-width: 1281px) {
      .hc-bgtext-widget-wrapper.text-position-left {
        text-align: left; }
        .hc-bgtext-widget-wrapper.text-position-left .widget-content {
          float: left; } }
  .hc-bgtext-widget-wrapper.text-position-right {
    background-position: right center; }
    @media screen and (min-width: 1281px) {
      .hc-bgtext-widget-wrapper.text-position-right {
        text-align: left; }
        .hc-bgtext-widget-wrapper.text-position-right .widget-content {
          float: right; } }
  .hc-bgtext-widget-wrapper.text-position-left, .hc-bgtext-widget-wrapper.text-position-right {
    background-size: 150% auto; }
    @media screen and (max-width: 640px) {
      .hc-bgtext-widget-wrapper.text-position-left, .hc-bgtext-widget-wrapper.text-position-right {
        background-size: auto 150%; } }
    .hc-bgtext-widget-wrapper.text-position-left .widget-content, .hc-bgtext-widget-wrapper.text-position-right .widget-content {
      max-width: 30em; }
    @media screen and (min-width: 1281px) {
      .hc-bgtext-widget-wrapper.text-position-left, .hc-bgtext-widget-wrapper.text-position-right {
        background-position: center center;
        background-size: cover; } }
    @media screen and (max-width: 1280px) {
      .hc-bgtext-widget-wrapper.text-position-left .widget-content, .hc-bgtext-widget-wrapper.text-position-right .widget-content {
        margin: 0 auto; } }
  .hc-bgtext-widget-wrapper.text-position-center {
    background-position: center center;
    background-size: cover; }
    .hc-bgtext-widget-wrapper.text-position-center .widget-content {
      margin: 0 auto;
      max-width: 45em; }
  .hc-bgtext-widget-wrapper.text-color-dark, .hc-bgtext-widget-wrapper.text-color-dark a, .hc-bgtext-widget-wrapper.text-color-dark a:hover, .hc-bgtext-widget-wrapper.text-color-dark a:focus {
    color: #111; }
  .hc-bgtext-widget-wrapper.text-color-dark a {
    border-color: #111; }
    .hc-bgtext-widget-wrapper.text-color-dark a:hover {
      background-color: rgba(0, 0, 0, 0.15); }
  .hc-bgtext-widget-wrapper.text-color-light, .hc-bgtext-widget-wrapper.text-color-light a, .hc-bgtext-widget-wrapper.text-color-light a:hover, .hc-bgtext-widget-wrapper.text-color-light a:focus {
    color: #fff; }
  .hc-bgtext-widget-wrapper.text-color-light a {
    border-color: #fff; }
    .hc-bgtext-widget-wrapper.text-color-light a:hover {
      background-color: rgba(255, 255, 255, 0.25); }
  .hc-bgtext-widget-wrapper .widget-title {
    border-bottom: none !important;
    margin-top: .5em !important;
    font-size: 40px;
    font-size: 4rem; }
  .hc-bgtext-widget-wrapper .widget:before, .hc-bgtext-widget-wrapper .widget:after {
    content: " ";
    display: table; }
  .hc-bgtext-widget-wrapper .widget:after {
    clear: both; }

.fullwidth-widgets .container {
  padding-top: 60px;
  padding-bottom: 60px; }

@media screen and (max-width: 640px) {
  .fullwidth-widgets .widget-posts.posts-4-columns .hentry + .hentry {
    margin-top: 60px; } }

@media screen and (min-width: 641px) and (max-width: 1280px) {
  .fullwidth-widgets .widget-posts.posts-4-columns .hentry {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 44%; }
    .fullwidth-widgets .widget-posts.posts-4-columns .hentry:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .fullwidth-widgets .widget-posts.posts-4-columns .hentry:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .fullwidth-widgets .widget-posts.posts-4-columns .hentry:nth-child(n+3) {
      margin-top: 3%; }
    .fullwidth-widgets .widget-posts.posts-4-columns .hentry:nth-child(n) {
      width: 47%; }
  .fullwidth-widgets .widget-posts.posts-4-columns:before, .fullwidth-widgets .widget-posts.posts-4-columns:after {
    content: " ";
    display: table; }
  .fullwidth-widgets .widget-posts.posts-4-columns:after {
    clear: both; } }

@media screen and (min-width: 1281px) {
  .fullwidth-widgets .widget-posts.posts-4-columns .hentry {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 19%; }
    .fullwidth-widgets .widget-posts.posts-4-columns .hentry:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .fullwidth-widgets .widget-posts.posts-4-columns .hentry:nth-child(4n+4) {
      margin-right: 0;
      clear: right; }
    .fullwidth-widgets .widget-posts.posts-4-columns .hentry:nth-child(n+5) {
      margin-top: 3%; }
    .fullwidth-widgets .widget-posts.posts-4-columns .hentry:nth-child(n) {
      width: 20.5%; }
  .fullwidth-widgets .widget-posts.posts-4-columns:before, .fullwidth-widgets .widget-posts.posts-4-columns:after {
    content: " ";
    display: table; }
  .fullwidth-widgets .widget-posts.posts-4-columns:after {
    clear: both; } }

@media screen and (max-width: 1280px) {
  .fullwidth-widgets .widget-posts.posts-3-columns .hentry + .hentry,
  .fullwidth-widgets .widget-posts.posts-2-columns .hentry + .hentry {
    margin-top: 60px; } }

@media screen and (min-width: 1281px) {
  .fullwidth-widgets .widget-posts.posts-3-columns .hentry {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 27.33333%; }
    .fullwidth-widgets .widget-posts.posts-3-columns .hentry:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
    .fullwidth-widgets .widget-posts.posts-3-columns .hentry:nth-child(3n+3) {
      margin-right: 0;
      clear: right; }
    .fullwidth-widgets .widget-posts.posts-3-columns .hentry:nth-child(n+4) {
      margin-top: 3%; }
    .fullwidth-widgets .widget-posts.posts-3-columns .hentry:nth-child(n) {
      width: 29.33333%; }
  .fullwidth-widgets .widget-posts.posts-3-columns:before, .fullwidth-widgets .widget-posts.posts-3-columns:after {
    content: " ";
    display: table; }
  .fullwidth-widgets .widget-posts.posts-3-columns:after {
    clear: both; } }

@media screen and (min-width: 1281px) {
  .fullwidth-widgets .widget-posts.posts-2-columns .hentry {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 44%; }
    .fullwidth-widgets .widget-posts.posts-2-columns .hentry:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .fullwidth-widgets .widget-posts.posts-2-columns .hentry:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .fullwidth-widgets .widget-posts.posts-2-columns .hentry:nth-child(n+3) {
      margin-top: 3%; }
    .fullwidth-widgets .widget-posts.posts-2-columns .hentry:nth-child(n) {
      width: 47%; }
  .fullwidth-widgets .widget-posts.posts-2-columns:before, .fullwidth-widgets .widget-posts.posts-2-columns:after {
    content: " ";
    display: table; }
  .fullwidth-widgets .widget-posts.posts-2-columns:after {
    clear: both; } }

@media screen and (max-width: 640px) {
  .fullwidth-widgets .hc-icons-widget .icons-4-columns .item + .item {
    margin-top: 60px; } }

@media screen and (min-width: 641px) and (max-width: 1280px) {
  .fullwidth-widgets .hc-icons-widget .icons-4-columns .item {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 44%; }
    .fullwidth-widgets .hc-icons-widget .icons-4-columns .item:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .fullwidth-widgets .hc-icons-widget .icons-4-columns .item:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .fullwidth-widgets .hc-icons-widget .icons-4-columns .item:nth-child(n+3) {
      margin-top: 3%; }
    .fullwidth-widgets .hc-icons-widget .icons-4-columns .item:nth-child(n) {
      width: 47%; }
  .fullwidth-widgets .hc-icons-widget .icons-4-columns:before, .fullwidth-widgets .hc-icons-widget .icons-4-columns:after {
    content: " ";
    display: table; }
  .fullwidth-widgets .hc-icons-widget .icons-4-columns:after {
    clear: both; } }

@media screen and (min-width: 1281px) {
  .fullwidth-widgets .hc-icons-widget .icons-4-columns .item {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 19%; }
    .fullwidth-widgets .hc-icons-widget .icons-4-columns .item:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .fullwidth-widgets .hc-icons-widget .icons-4-columns .item:nth-child(4n+4) {
      margin-right: 0;
      clear: right; }
    .fullwidth-widgets .hc-icons-widget .icons-4-columns .item:nth-child(n+5) {
      margin-top: 3%; }
    .fullwidth-widgets .hc-icons-widget .icons-4-columns .item:nth-child(n) {
      width: 20.5%; }
  .fullwidth-widgets .hc-icons-widget .icons-4-columns:before, .fullwidth-widgets .hc-icons-widget .icons-4-columns:after {
    content: " ";
    display: table; }
  .fullwidth-widgets .hc-icons-widget .icons-4-columns:after {
    clear: both; } }

@media screen and (max-width: 1280px) {
  .fullwidth-widgets .hc-icons-widget .icons-3-columns .item + .item,
  .fullwidth-widgets .hc-icons-widget .icons-2-columns .item + .item {
    margin-top: 60px; } }

@media screen and (min-width: 1281px) {
  .fullwidth-widgets .hc-icons-widget .icons-3-columns .item {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 27.33333%; }
    .fullwidth-widgets .hc-icons-widget .icons-3-columns .item:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
    .fullwidth-widgets .hc-icons-widget .icons-3-columns .item:nth-child(3n+3) {
      margin-right: 0;
      clear: right; }
    .fullwidth-widgets .hc-icons-widget .icons-3-columns .item:nth-child(n+4) {
      margin-top: 3%; }
    .fullwidth-widgets .hc-icons-widget .icons-3-columns .item:nth-child(n) {
      width: 29.33333%; }
  .fullwidth-widgets .hc-icons-widget .icons-3-columns:before, .fullwidth-widgets .hc-icons-widget .icons-3-columns:after {
    content: " ";
    display: table; }
  .fullwidth-widgets .hc-icons-widget .icons-3-columns:after {
    clear: both; } }

@media screen and (min-width: 1281px) {
  .fullwidth-widgets .hc-icons-widget .icons-2-columns .item {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 44%; }
    .fullwidth-widgets .hc-icons-widget .icons-2-columns .item:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .fullwidth-widgets .hc-icons-widget .icons-2-columns .item:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .fullwidth-widgets .hc-icons-widget .icons-2-columns .item:nth-child(n+3) {
      margin-top: 3%; }
    .fullwidth-widgets .hc-icons-widget .icons-2-columns .item:nth-child(n) {
      width: 47%; }
  .fullwidth-widgets .hc-icons-widget .icons-2-columns:before, .fullwidth-widgets .hc-icons-widget .icons-2-columns:after {
    content: " ";
    display: table; }
  .fullwidth-widgets .hc-icons-widget .icons-2-columns:after {
    clear: both; } }

.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1424px;
  padding: 0 12px; }

.site-content {
  margin-bottom: 60px; }

.home .site-content {
  margin-bottom: 0; }

@media screen and (min-width: 1281px) {
  .layout-sidebar .content-area {
    width: 100%;
    float: left; }
  .layout-sidebar .site-main {
    margin-right: 440px;
    clear: both;
    overflow: auto; }
  .layout-sidebar .sidebar {
    position: relative;
    float: right;
    width: 330px;
    margin-left: -330px;
    overflow: hidden;
    margin-top: 70px; }
  .layout-sidebar:before, .layout-sidebar:after {
    content: " ";
    display: table; }
  .layout-sidebar:after {
    clear: both; } }

@media screen and (max-width: 1280px) {
  html {
    min-height: 100%; }
    html body.menu-position-left {
      background: none !important;
      min-height: 100%; }
      html body.menu-position-left .content-area .entry-content p,
      html body.menu-position-left .content-area .entry-content ul,
      html body.menu-position-left .content-area .entry-footer p,
      html body.menu-position-left .content-area .entry-footer ul,
      html body.menu-position-left .content-area .entry-content p,
      html body.menu-position-left .content-area .entry-content ul,
      html body.menu-position-left .content-area .entry-footer p,
      html body.menu-position-left .content-area .entry-footer ul {
        max-width: 100%; }
      html body.menu-position-left .site-left-menu {
        background-color: white; }
      html body.menu-position-left .left-header-nav {
        height: 100% !important; }
        html body.menu-position-left .left-header-nav a {
          display: block;
          position: relative;
          height: 100%;
          max-width: 50%;
          overflow: hidden; }
          html body.menu-position-left .left-header-nav a img {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 12px;
            margin: auto;
            max-width: 100%;
            max-height: 100%; }
        html body.menu-position-left .left-header-nav ul {
          display: none; }
      html body.menu-position-left .off-canvas-wrapper .off-canvas-nav .menu-container.primary-menu-container,
      html body.menu-position-left .off-canvas-wrapper .off-canvas-nav .menu-title.primary-menu-title {
        display: block;
        visibility: visible; }
        html body.menu-position-left .off-canvas-wrapper .off-canvas-nav .menu-container.primary-menu-container li,
        html body.menu-position-left .off-canvas-wrapper .off-canvas-nav .menu-title.primary-menu-title li {
          list-style-type: none;
          margin-left: 2px; }
      html body.menu-position-left #secondary {
        padding: 0 12px 40px 12px;
        background-color: white; } }

@media screen and (min-width: 1281px) {
  html {
    width: 100%;
    min-height: 100%;
    height: 100%; }
    html .category .site-left-menu #content .content-area .site-main .posts article {
      display: block;
      float: left;
      width: 100%;
      border: 0px solid red;
      margin: 0 0 15px 0;
      padding: 0 0 15px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      html .category .site-left-menu #content .content-area .site-main .posts article .entry-title {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0; }
      html .category .site-left-menu #content .content-area .site-main .posts article .entry-image {
        width: 45%;
        display: block;
        float: left;
        margin: 0;
        padding: 10px 15px 0 0; }
      html .category .site-left-menu #content .content-area .site-main .posts article .entry-excerpt {
        margin: 0;
        padding: 0; }
        html .category .site-left-menu #content .content-area .site-main .posts article .entry-excerpt p {
          margin-top: 0;
          padding-top: 0; }
    html body.menu-position-left {
      opacity: 0;
      -webkit-transition: opacity 0.85s ease-in-out;
      transition: opacity 0.85s ease-in-out;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      border: 0px solid red;
      overflow-x: initial;
      display: table;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed; }
      html body.menu-position-left .off-canvas-wrapper {
        display: none; }
      html body.menu-position-left .site-left-menu {
        display: block;
        float: left;
        max-width: 697px;
        border: 0px solid;
        margin: 0;
        vertical-align: top;
        background-color: white;
        height: 100%; }
        html body.menu-position-left .site-left-menu #content {
          padding: 35px;
          padding-bottom: 150px; }
        html body.menu-position-left .site-left-menu #main {
          border: 0px solid red;
          width: 100%;
          overflow: hidden; }
        html body.menu-position-left .site-left-menu .entry-content {
          margin-top: 30px; }
        html body.menu-position-left .site-left-menu .fullwidth-entry-image {
          margin-top: 0 !important; }
        html body.menu-position-left .site-left-menu .entry-image {
          margin-top: 50px; }
      html body.menu-position-left .site-footer {
        display: block;
        float: left;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 500; }
      html body.menu-position-left .secondary-for-left-menu {
        border: 0px solid red !important;
        display: block !important;
        background-color: white !important;
        width: 100% !important;
        padding: 35px !important;
        padding: 15px !important;
        bottom: 0px !important;
        z-index: 5 !important; }
        html body.menu-position-left .secondary-for-left-menu aside {
          display: inline-block;
          margin: 0 15px;
          margin-top: 30px !important;
          vertical-align: top;
          width: 45%; }
      html body.menu-position-left .sidebar {
        border: 0px solid red;
        display: block;
        float: left;
        background-color: rgba(255, 255, 255, 0.9);
        margin: 160px 0 110px 35px;
        width: 300px;
        padding: 35px; }
      html body.menu-position-left .header-wrapper-left-menu {
        display: block;
        vertical-align: top;
        border: 0px solid;
        position: relative;
        height: 100%;
        overflow: hidden;
        width: auto;
        padding: 0;
        background: none;
        float: left;
        z-index: 2; }
        html body.menu-position-left .header-wrapper-left-menu .header-container {
          border: 0px solid green;
          height: 100%;
          margin: 0;
          padding: 0; }
          html body.menu-position-left .header-wrapper-left-menu .header-container .site-branding {
            position: relative;
            height: auto; }
          html body.menu-position-left .header-wrapper-left-menu .header-container .site-header {
            height: 100% !important;
            line-height: normal; }
            html body.menu-position-left .header-wrapper-left-menu .header-container .site-header .header-top-right {
              display: none; }
            html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav {
              margin: 0;
              padding: 0;
              width: 100%;
              height: 100% !important; }
              html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav a.logo-link {
                position: absolute;
                height: 150px;
                width: 220px;
                display: block;
                text-align: center; }
                html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav a.logo-link img {
                  position: absolute;
                  top: 0px;
                  bottom: 0px;
                  left: 0px;
                  right: 0px;
                  width: 190px;
                  margin: auto; }
              html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav ul {
                vertical-align: top;
                border: 0px solid;
                display: inline-block;
                width: auto;
                margin: 0;
                padding: 150px 0px 0px 0px;
                height: 100%; }
                html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav ul li {
                  display: block;
                  margin: 0;
                  padding: 0;
                  position: relative; }
                  html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav ul li a {
                    display: block;
                    color: white;
                    padding: 5px 15px;
                    text-transform: capitalize;
                    max-width: 250px;
                    margin: 10px 0;
                    font-size: 16px; }
                    html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav ul li a img {
                      margin: 0 auto; }
                html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav ul li.active-path,
                html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav ul li.current-menu-item {
                  background-color: rgba(255, 255, 255, 0.1); }
                  html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav ul li.active-path span.active-path-icon,
                  html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav ul li.current-menu-item span.active-path-icon {
                    border: 0px solid;
                    display: inline;
                    right: 0;
                    width: 100%;
                    position: absolute;
                    margin: auto 0;
                    top: 50%; }
                  html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav ul li.active-path span.active-path-icon::after,
                  html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav ul li.current-menu-item span.active-path-icon::after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-top: 8px solid transparent;
                    border-bottom: 8px solid transparent;
                    border-right: 8px solid rgba(255, 255, 255, 0.5);
                    position: absolute;
                    right: 0;
                    top: -8px; }
              html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav ul:nth-of-type(1) {
                width: 220px;
                background: rgba(0, 82, 162, 0.9); }
              html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav ul:nth-of-type(2) {
                background: rgba(0, 82, 162, 0.7); }
              html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav ul:nth-of-type(3) {
                background: rgba(0, 82, 162, 0.5); } }

@media screen and (min-width: 1281px) {
  #site-wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto !important; }
    #site-wrapper .header-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
    #site-wrapper .header-wrapper-left-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    #site-wrapper .header-container .site-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    #site-wrapper .left-header-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #site-wrapper .left-header-nav ul#left-header-nav__menu-0,
      #site-wrapper .left-header-nav ul#left-header-nav__menu-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 225px;
                flex: 0 0 225px;
        max-width: 225px; }
    #site-wrapper .header-container {
      height: auto !important; }
    #site-wrapper .header-wrapper-left-menu {
      height: auto !important; }
    #site-wrapper .site-left-menu {
      height: auto !important; }
    #site-wrapper .header-container .site-header {
      height: auto !important; }
    #site-wrapper html body.menu-position-left .header-wrapper-left-menu .header-container .site-header nav {
      height: auto !important; }
    #site-wrapper #secondary {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }

.off-canvas-wrapper {
  height: auto !important;
  overflow: visible !important; }

@media screen and (max-width: 640px) {
  .header-wrapper {
    background: #eee; } }

@media screen and (min-width: 1281px) {
  .header-wrapper {
    padding-bottom: 12px;
    padding-top: 12px; } }

@media screen and (max-width: 1280px) {
  .header-wrapper {
    position: relative;
    z-index: 120;
    -webkit-box-shadow: 0 -1px 4px 1px rgba(0, 0, 0, 0.535);
            box-shadow: 0 -1px 4px 1px rgba(0, 0, 0, 0.535); } }

.site-header {
  z-index: 120;
  height: 90px;
  cursor: default;
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative; }
  @media screen and (max-width: 1280px) {
    .site-header {
      height: 60px; } }
  @media screen and (max-width: 1280px) {
    .site-header {
      margin-left: -12px;
      margin-right: -12px; } }
  .site-header input, .site-header button, .site-header select {
    color: #444444; }
  .site-header a {
    color: #444444; }
  .site-header a:hover, .site-header a:focus {
    color: #2a6496; }
  .site-header .header-nav,
  .site-header .header-nav-toggle,
  .site-header .header-top-right,
  .site-header .site-branding {
    position: absolute; }
  .site-header .site-branding {
    bottom: 0;
    left: 0; }
    @media screen and (min-width: 1281px) {
      .site-header .site-branding {
        z-index: 121; } }
  .site-header .header-nav-toggle {
    display: none;
    visibility: hidden; }
    @media screen and (max-width: 1280px) {
      .site-header .header-nav-toggle {
        display: block;
        visibility: visible; } }
  @media screen and (max-width: 1280px) {
    .site-header .header-nav-toggle {
      right: 0; } }
  .site-header .search-form {
    top: 0;
    right: 0; }
    @media screen and (max-width: 1280px) {
      .site-header .search-form {
        display: none !important;
        visibility: hidden !important; } }
  .site-header .header-top-right {
    top: 0;
    right: 0; }
    .site-header .header-top-right span, .site-header .header-top-right .search-form {
      display: inline-block; }
  .site-header .contact-info > span + span {
    margin-left: 6px; }
  .site-header .social-media a {
    padding: 0 3px;
    font-size: 20px;
    font-size: 2rem; }
  @media screen and (min-width: 1281px) {
    .site-header .contact-info {
      margin-right: 12px; }
    .site-header .social-media {
      margin-right: 12px; } }
  @media screen and (max-width: 1280px) {
    .site-header .contact-info, .site-header .social-media {
      display: none;
      visibility: hidden; } }
  @media screen and (min-width: 1281px) {
    .site-header .header-nav {
      right: 0;
      bottom: 0; } }
  @media screen and (max-width: 1280px) {
    .site-header .header-nav {
      right: 72px;
      line-height: 60px; } }

.site-branding, .site-branding .svg-logo, .site-branding .svg-logo img {
  height: 100%; }

@media screen and (max-width: 1280px) {
  .site-branding img {
    max-height: 60px; } }

@media screen and (min-width: 1281px) {
  .site-branding img {
    max-height: 90px; } }

@media screen and (max-width: 1280px) {
  .site-branding .site-title {
    font-size: 30px;
    font-size: 3rem; } }

@media screen and (min-width: 1281px) {
  .site-branding .site-title {
    font-size: 45px;
    font-size: 4.5rem; } }

@media screen and (max-width: 1280px) {
  .site-branding {
    height: 100%;
    width: 100%;
    padding: 5px;
    padding-right: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .site-branding img {
      max-height: 50px; } }

.site-header .search-form {
  font-size: 13px;
  font-size: 1.3rem;
  height: 22px;
  width: 152px; }
  .site-header .search-form .search-field {
    background: transparent;
    border: 0;
    border-bottom: 1px dotted #999;
    -webkit-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out; }
  .site-header .search-form:hover .search-field, .site-header .search-form .search-field:focus {
    background-color: #d2d2d2;
    background-color: rgba(255, 255, 255, 0.3); }

.nav-toggle {
  width: 60px;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  border: none; }
  .nav-toggle .fa {
    font-size: 32px;
    font-size: 3.2rem; }

.nav-toggle-bg {
  padding: 3px 0;
  border-radius: 3px; }

.language-selector {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  position: relative;
  padding: 0 10px;
  margin-right: -10px; }
  @media screen and (max-width: 1280px) {
    .language-selector {
      display: none !important;
      visibility: hidden !important; } }
  .language-selector ul {
    list-style: none;
    margin: 0;
    margin-left: -10px;
    padding: 0;
    padding-left: 10px; }
  .language-selector a {
    display: block; }
  .language-selector .fa-angle-down {
    margin-left: 5px;
    float: right;
    line-height: 21px; }

.language-dropdown-menu {
  position: absolute;
  display: none;
  visibility: hidden; }

.language-selector.toggled {
  background: #fff; }
  .language-selector.toggled .language-dropdown-menu {
    background: #fff;
    width: 100%;
    display: block;
    visibility: visible; }

.language-flag {
  display: inline; }

.language-selector .language-name {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.language-name {
  margin-left: 10px; }

@media screen and (min-width: 1281px) {
  .fixed-header {
    padding-top: 84px; }
    .fixed-header .header-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 119;
      background-color: #e8e8e8;
      background-color: rgba(238, 238, 238, 0.9); } }
  @media screen and (min-width: 1281px) and (min-width: 1281px) {
    .fixed-header {
      padding-top: 114px; }
      .fixed-header .header-wrapper {
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        transition: -webkit-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
      .fixed-header .header-wrapper.compact {
        -webkit-transform: translateY(-58px);
                transform: translateY(-58px); }
      .fixed-header .site-branding img {
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        transition: -webkit-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0); }
      .fixed-header .header-wrapper.compact .site-branding {
        height: 90px; }
        .fixed-header .header-wrapper.compact .site-branding img {
          -webkit-transform: scale(0.5) translateY(11px);
                  transform: scale(0.5) translateY(11px); } }

@media screen and (min-width: 1281px) and (min-width: 601px) {
  .admin-bar.fixed-header .header-wrapper {
    top: 32px; } }
  @media screen and (min-width: 1281px) and (min-width: 601px) and (max-width: 782px) {
    .admin-bar.fixed-header .header-wrapper {
      top: 46px; } }

.site-header nav.left-page-nav ul {
  border: 1px solid;
  padding: 0;
  max-width: 200px;
  display: block;
  float: left; }
  .site-header nav.left-page-nav ul li {
    border: 1px solid red;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .site-header nav.left-page-nav ul .current-menu-item {
    background-color: green; }
    .site-header nav.left-page-nav ul .current-menu-item a {
      color: white; }

.site-header .sub-menu {
  position: absolute;
  top: 44px;
  left: -1em;
  z-index: 122;
  padding: 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.25s, visibility 0s linear 0.25s;
  transition: opacity ease-in-out 0.25s, visibility 0s linear 0.25s; }
  .site-header .sub-menu li {
    background-color: #e8e8e8;
    background-color: rgba(238, 238, 238, 0.9);
    width: 190px;
    padding: 0 1em; }
    .site-header .sub-menu li:first-child {
      padding-top: .5em;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
    .site-header .sub-menu li:last-child {
      padding-bottom: .5em;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px; }
    .site-header .sub-menu li + li a {
      border-top: 1px solid rgba(17, 17, 17, 0.15); }
  .site-header .sub-menu a {
    line-height: 1.4;
    padding: .5em 0; }
  .site-header .sub-menu .menu-item-has-children > a:after {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "\f107";
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22.4px;
    margin-left: 6px;
    color: #777777;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .site-header .sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 20px;
    top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(238, 238, 238, 0.9);
    border-top: none; }

.site-header .sub-menu .sub-menu {
  padding: 4px 0 4px 10px;
  top: -4px;
  left: 190px; }
  .site-header .sub-menu .sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 11px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(238, 238, 238, 0.9);
    border-left: none; }

.site-header li:hover > ul, .site-header li.toggled > ul {
  z-index: 123;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

@media screen and (min-width: 1281px) {
  .site-header .header-nav {
    bottom: -12px; }
    .site-header .header-nav ul.menu > li {
      height: 44px;
      padding-bottom: 12px; } }

body {
  position: relative;
  overflow-x: hidden; }

.off-canvas-fade {
  position: fixed;
  top: -90%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200%;
  background: #000;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 149;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.5s, visibility 0s linear 0.5s;
  transition: opacity ease-in-out 0.5s, visibility 0s linear 0.5s; }

.off-canvas-nav-toggled .off-canvas-fade {
  visibility: visible;
  opacity: 0.75;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

@media screen and (max-width: 782px) {
  .admin-bar .off-canvas-container {
    margin-top: 46px; } }

@media screen and (min-width: 783px) {
  .admin-bar .off-canvas-container {
    margin-top: 32px; } }

.off-canvas-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  max-width: 100vw;
  overflow: hidden;
  z-index: 150;
  background: #222222;
  border-left: 1px solid #444444;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  .off-canvas-wrapper:target, .off-canvas-wrapper.toggled {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.off-canvas-container {
  position: relative;
  padding: .5em 1.5em; }

.off-canvas-search {
  position: relative;
  margin: 9px 0;
  font-size: 14px;
  font-size: 1.4rem;
  height: 25px;
  width: 75%; }
  .off-canvas-search .search-field {
    border: none;
    border-radius: 0;
    background-color: #f9f9f9;
    background-color: rgba(255, 255, 255, 0.9); }

.off-canvas-nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  color: #777777; }

.off-canvas-nav {
  position: relative;
  clear: both;
  color: #aaaaaa;
  font-size: 14px;
  font-size: 1.4rem; }
  .off-canvas-nav .menu-title {
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 2em;
    margin-bottom: 1em;
    display: none; }
  .off-canvas-nav a {
    color: #ededed;
    line-height: 1.6;
    padding: .75em 0;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 43px; }
  .off-canvas-nav .menu-item-has-children > a > aspan {
    min-height: 43px; }
  .off-canvas-nav .menu-item-has-children > a > .sub-toggle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43px;
            flex: 0 0 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 43px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -0.75em;
    margin-bottom: -0.75em;
    color: rgba(255, 255, 255, 0.5); }
  .off-canvas-nav .current-menu-item > a {
    font-weight: 700; }
  .off-canvas-nav a[href="#"] {
    color: #aaaaaa; }
  .off-canvas-nav .menu {
    list-style: none;
    padding-left: 0; }
  .off-canvas-nav .sub-menu {
    margin-left: 12px;
    padding-left: 12px;
    list-style-type: none; }

.page-header {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 2em; }

.page-title {
  font-size: 47px;
  font-size: 4.7rem; }
  @media screen and (max-width: 640px) {
    .page-title {
      font-size: 30px;
      font-size: 3rem; } }

.entry-image {
  line-height: 0; }

.fullwidth-entry-image {
  background-size: cover;
  background-position: center center;
  height: 0;
  width: 100%;
  padding-bottom: 40%; }
  @media screen and (min-width: 1281px) and (max-width: 1280px) {
    .fullwidth-entry-image {
      padding-bottom: 50%; } }
  @media screen and (max-width: 1280px) {
    .fullwidth-entry-image {
      padding-bottom: 60%; } }

.fullwidth-entry-image-short {
  padding-bottom: 20%; }
  @media screen and (min-width: 1281px) and (max-width: 1280px) {
    .fullwidth-entry-image-short {
      padding-bottom: 30%; } }
  @media screen and (max-width: 1280px) {
    .fullwidth-entry-image-short {
      padding-bottom: 40%; } }

@media screen and (min-width: 1281px) {
  .fixed-header .fullwidth-entry-image {
    margin-top: -114px; } }

@media screen and (min-width: 1281px) {
  .layout-imgright:before, .layout-imgright:after {
    content: " ";
    display: table; }
  .layout-imgright:after {
    clear: both; }
  .layout-imgright .entry-image {
    float: right;
    width: 45%;
    margin-top: 10em; }
  .layout-imgright .hentry {
    float: left;
    width: 45%; } }

.layout-subpages .subpages .entry-image,
.layout-subpages-right .subpages .entry-image,
.layout-sub-subpages .sub-subpages .entry-image {
  -webkit-transition: -webkit-filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  transition: -webkit-filter 0.5s ease-in-out;
  -webkit-filter: grayscale(50%) brightness(80%);
          filter: grayscale(50%) brightness(80%);
  overflow: hidden; }

.layout-subpages .subpages .hentry:hover .entry-image,
.layout-subpages-right .subpages .hentry:hover .entry-image,
.layout-sub-subpages .sub-subpages .hentry:hover .entry-image {
  -webkit-filter: grayscale(0) brightness(100%);
          filter: grayscale(0) brightness(100%); }

.layout-subpages .subpages .entry-title,
.layout-subpages-right .subpages .entry-title,
.layout-sub-subpages .sub-subpages .entry-title {
  font-size: 24px;
  font-size: 2.4rem; }

@media screen and (min-width: 1281px) {
  .layout-subpages-right:before, .layout-subpages-right:after {
    content: " ";
    display: table; }
  .layout-subpages-right:after {
    clear: both; }
  .layout-subpages-right .main-post {
    float: left;
    width: 45%; }
  .layout-subpages-right .subpages {
    float: right;
    width: 45%;
    margin-top: 4.5em; } }

.layout-subpages-right .subpages .hentry {
  float: left;
  margin-left: 4%;
  margin-right: 4%;
  width: 42%; }
  .layout-subpages-right .subpages .hentry:nth-child(2n+1) {
    margin-left: 0;
    clear: left; }
  .layout-subpages-right .subpages .hentry:nth-child(2n+2) {
    margin-right: 0;
    clear: right; }
  .layout-subpages-right .subpages .hentry:nth-child(n+3) {
    margin-top: 4%; }
  .layout-subpages-right .subpages .hentry:nth-child(n) {
    width: 46%; }

.layout-subpages-right .subpages:before, .layout-subpages-right .subpages:after {
  content: " ";
  display: table; }

.layout-subpages-right .subpages:after {
  clear: both; }

@media screen and (min-width: 1281px) {
  .layout-subpages .subpages .hentry {
    float: left;
    margin-left: 4%;
    margin-right: 4%;
    width: 17%; }
    .layout-subpages .subpages .hentry:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .layout-subpages .subpages .hentry:nth-child(4n+4) {
      margin-right: 0;
      clear: right; }
    .layout-subpages .subpages .hentry:nth-child(n+5) {
      margin-top: 4%; }
    .layout-subpages .subpages .hentry:nth-child(n) {
      width: 19%; }
  .layout-subpages .subpages:before, .layout-subpages .subpages:after {
    content: " ";
    display: table; }
  .layout-subpages .subpages:after {
    clear: both; } }

@media screen and (max-width: 1280px) {
  .layout-subpages .subpages .hentry {
    float: left;
    margin-left: 4%;
    margin-right: 4%;
    width: 42%; }
    .layout-subpages .subpages .hentry:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .layout-subpages .subpages .hentry:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .layout-subpages .subpages .hentry:nth-child(n+3) {
      margin-top: 4%; }
    .layout-subpages .subpages .hentry:nth-child(n) {
      width: 46%; }
  .layout-subpages .subpages:before, .layout-subpages .subpages:after {
    content: " ";
    display: table; }
  .layout-subpages .subpages:after {
    clear: both; } }

.layout-sub-subpages .subpage-title {
  border-bottom: 1px solid #dddddd; }

@media screen and (min-width: 1281px) {
  .layout-sub-subpages .sub-subpages .hentry {
    float: left;
    margin-left: 4%;
    margin-right: 4%;
    width: 17%; }
    .layout-sub-subpages .sub-subpages .hentry:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .layout-sub-subpages .sub-subpages .hentry:nth-child(4n+4) {
      margin-right: 0;
      clear: right; }
    .layout-sub-subpages .sub-subpages .hentry:nth-child(n+5) {
      margin-top: 4%; }
    .layout-sub-subpages .sub-subpages .hentry:nth-child(n) {
      width: 19%; }
  .layout-sub-subpages .sub-subpages:before, .layout-sub-subpages .sub-subpages:after {
    content: " ";
    display: table; }
  .layout-sub-subpages .sub-subpages:after {
    clear: both; } }

@media screen and (min-width: 641px) and (max-width: 1280px) {
  .layout-sub-subpages .sub-subpages .hentry {
    float: left;
    margin-left: 4%;
    margin-right: 4%;
    width: 42%; }
    .layout-sub-subpages .sub-subpages .hentry:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .layout-sub-subpages .sub-subpages .hentry:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .layout-sub-subpages .sub-subpages .hentry:nth-child(n+3) {
      margin-top: 4%; }
    .layout-sub-subpages .sub-subpages .hentry:nth-child(n) {
      width: 46%; }
  .layout-sub-subpages .sub-subpages:before, .layout-sub-subpages .sub-subpages:after {
    content: " ";
    display: table; }
  .layout-sub-subpages .sub-subpages:after {
    clear: both; } }

.entry-content:before, .entry-content:after {
  content: " ";
  display: table; }

.entry-content:after {
  clear: both; }

.entry-content a {
  font-weight: 600; }

.entry-footer {
  font-size: 14px;
  font-size: 1.4rem;
  color: #777777;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }
  .entry-footer .page-links {
    font-size: 20px;
    font-size: 2rem;
    color: #444444; }
  .entry-footer .meta {
    display: block; }

@media screen and (max-width: 1280px) {
  .main-post.type-page .entry-content {
    border-bottom: 1px solid #ededed; } }

.inline-entry-meta {
  font-size: 14px;
  font-size: 1.4rem;
  color: #777777; }
  .inline-entry-meta .meta {
    display: inline; }
  .inline-entry-meta > span + span:before {
    content: ' - '; }
  .inline-entry-meta::first-letter {
    text-transform: uppercase; }

.nav-links .nav-previous {
  float: left; }
  .nav-links .nav-previous:before {
    margin-right: 5px;
    content: "\2039"; }

.nav-links .nav-next {
  float: right; }
  .nav-links .nav-next:after {
    margin-left: 5px;
    content: "\203A"; }

.nav-links:before, .nav-links:after {
  content: " ";
  display: table; }

.nav-links:after {
  clear: both; }

.alignleft {
  float: left;
  margin-right: 1em; }

.alignright {
  float: right;
  margin-left: 1em; }

.aligncenter, .alignnone {
  display: block; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.posts-navigation {
  clear: both; }

.page-template-page-subpages .page-title,
.page-template-page-contact .page-title {
  margin-top: -1.5em;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75); }

.subpage-links .subpage-link {
  display: inline-block;
  padding: 0 .5em;
  margin: .5em 1em;
  background: #444444;
  color: #fff; }

.entry-intro {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.7; }

.sidebar .widget-title {
  border-color: #dddddd; }

.sidebar .widget + .widget {
  margin-top: 60px; }

.sidebar .textwidget {
  font-size: 14px;
  font-size: 1.4rem; }

@media screen and (min-width: 641px) and (max-width: 1280px) {
  .sidebar .widget + .widget {
    margin-top: 0; }
  .sidebar .widget {
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    width: 40%; }
    .sidebar .widget:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .sidebar .widget:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .sidebar .widget:nth-child(n+3) {
      margin-top: 5%; }
    .sidebar .widget:nth-child(n) {
      width: 45%; }
  .sidebar:before, .sidebar:after {
    content: " ";
    display: table; }
  .sidebar:after {
    clear: both; } }

@media screen and (max-width: 1280px) {
  .sidebar {
    margin-top: 120px; } }

.footer-fullwidth-widgets-container,
.footer-narrow-widgets-container {
  padding-top: 60px;
  padding-bottom: 60px; }

.footer-narrow-widgets-wrapper {
  background: #303030; }

.footer-info-wrapper {
  background: #292929;
  padding: 12px 0; }

.footer-narrow-widgets,
.footer-info {
  color: #aaaaaa; }
  .footer-narrow-widgets a,
  .footer-info a {
    color: #dddddd; }
    .footer-narrow-widgets a:hover, .footer-narrow-widgets a:focus,
    .footer-info a:hover,
    .footer-info a:focus {
      color: #ededed; }

@media screen and (max-width: 640px) {
  .footer-narrow-widgets .widget + .widget {
    margin-top: 60px; } }

@media screen and (min-width: 641px) and (max-width: 1280px) {
  .footer-narrow-widgets .widget {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 44%; }
    .footer-narrow-widgets .widget:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .footer-narrow-widgets .widget:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .footer-narrow-widgets .widget:nth-child(n+3) {
      margin-top: 3%; }
    .footer-narrow-widgets .widget:nth-child(n) {
      width: 47%; }
  .footer-narrow-widgets:before, .footer-narrow-widgets:after {
    content: " ";
    display: table; }
  .footer-narrow-widgets:after {
    clear: both; } }

@media screen and (min-width: 1281px) {
  .footer-narrow-widgets .widget {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 19%; }
    .footer-narrow-widgets .widget:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .footer-narrow-widgets .widget:nth-child(4n+4) {
      margin-right: 0;
      clear: right; }
    .footer-narrow-widgets .widget:nth-child(n+5) {
      margin-top: 3%; }
    .footer-narrow-widgets .widget:nth-child(n) {
      width: 20.5%; }
  .footer-narrow-widgets:before, .footer-narrow-widgets:after {
    content: " ";
    display: table; }
  .footer-narrow-widgets:after {
    clear: both; } }

.footer-narrow-widgets .widget-title {
  border-color: #444444; }

.footer-narrow-widgets li + li {
  border-color: #444444; }

.footer-narrow-widgets .textwidget {
  font-size: 14px;
  font-size: 1.4rem; }

.footer-menu-container {
  margin-left: 10px; }
  .footer-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer-menu-container li {
    display: inline; }
  .footer-menu-container li + li:before {
    content: " - ";
    white-space: pre; }

.footer-info {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center; }
  .footer-info .social-media {
    margin-top: 20px;
    margin-bottom: 20px; }
    .footer-info .social-media a {
      color: #aaaaaa; }
      .footer-info .social-media a:hover {
        color: #dddddd; }
    .footer-info .social-media .fa {
      font-size: 32px;
      font-size: 3.2rem;
      padding: .25em .5em; }
  .footer-info .copyright, .footer-info .footer-menu-container {
    display: inline-block;
    width: 100%; }
  .footer-info .made-by {
    display: block; }

.back-to-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  padding: 1em;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0s linear 0.5s;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0s linear 0.5s, -webkit-transform 0.5s ease-in-out;
  z-index: 1300; }
  .back-to-top.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.75;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    .back-to-top.active:hover {
      opacity: 1; }
  .back-to-top.fa {
    color: #444444;
    text-decoration: none;
    font-size: 30px;
    font-size: 3rem;
    padding: 15px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #cccccc; }

.search-results .content-area .entry-title {
  margin: 0 0 .25em; }

.search-results .content-area .hentry + .hentry {
  margin-top: 60px; }

@media screen and (min-width: 641px) {
  .search-results .content-area .hentry:before, .search-results .content-area .hentry:after {
    content: " ";
    display: table; }
  .search-results .content-area .hentry:after {
    clear: both; }
  .search-results .content-area .entry-header {
    float: left;
    width: 100%; }
  .search-results .content-area .has-post-thumbnail .entry-header {
    width: 72%; }
  .search-results .content-area .has-post-thumbnail .entry-image {
    width: 25%;
    float: right;
    margin: 0 0 1% 3%; } }

@media screen and (min-width: 1281px) {
  .archive .posts .hentry {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 27.33333%; }
    .archive .posts .hentry:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
    .archive .posts .hentry:nth-child(3n+3) {
      margin-right: 0;
      clear: right; }
    .archive .posts .hentry:nth-child(n+4) {
      margin-top: 3%; }
    .archive .posts .hentry:nth-child(n) {
      width: 29.33333%; }
  .archive .posts:before, .archive .posts:after {
    content: " ";
    display: table; }
  .archive .posts:after {
    clear: both; } }

@media screen and (min-width: 641px) and (max-width: 1280px) {
  .archive .posts .hentry {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 44%; }
    .archive .posts .hentry:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .archive .posts .hentry:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .archive .posts .hentry:nth-child(n+3) {
      margin-top: 3%; }
    .archive .posts .hentry:nth-child(n) {
      width: 47%; }
  .archive .posts:before, .archive .posts:after {
    content: " ";
    display: table; }
  .archive .posts:after {
    clear: both; } }

@media screen and (max-width: 640px) {
  .archive .posts .hentry + .hentry {
    margin-top: 3%; } }

.archive .posts .entry-image {
  -webkit-transition: -webkit-filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  transition: -webkit-filter 0.5s ease-in-out;
  -webkit-filter: grayscale(50%) brightness(80%);
          filter: grayscale(50%) brightness(80%);
  overflow: hidden; }

.archive .posts .hentry:hover .entry-image {
  -webkit-filter: grayscale(0) brightness(100%);
          filter: grayscale(0) brightness(100%); }

.archive .posts .entry-title {
  font-size: 26px;
  font-size: 2.6rem; }

.page .content-area .entry-content, .page .content-area .entry-footer,
.single .content-area .entry-content,
.single .content-area .entry-footer {
  margin: 1em 0; }
  .page .content-area .entry-content p, .page .content-area .entry-content ul, .page .content-area .entry-footer p, .page .content-area .entry-footer ul,
  .single .content-area .entry-content p,
  .single .content-area .entry-content ul,
  .single .content-area .entry-footer p,
  .single .content-area .entry-footer ul {
    max-width: 45em; }
    .page .content-area .entry-content p.full-width, .page .content-area .entry-content ul.full-width, .page .content-area .entry-footer p.full-width, .page .content-area .entry-footer ul.full-width,
    .single .content-area .entry-content p.full-width,
    .single .content-area .entry-content ul.full-width,
    .single .content-area .entry-footer p.full-width,
    .single .content-area .entry-footer ul.full-width {
      max-width: none; }

.frontpage-widgets .container {
  padding-top: 15px;
  padding-bottom: 15px; }

.frontpage-widgets .widget-title {
  border-bottom: 1px solid #dddddd; }

.frontpage-widgets .widget ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.frontpage-widgets .widget_revslider-wrapper .container {
  padding-top: 0; }

.frontpage-widgets .widget-posts .hentry {
  background-color: black;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1em;
  padding-bottom: 1em; }

.frontpage-widgets .widget-posts .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3; }

.frontpage-widgets .widget-posts .inline-entry-meta {
  display: none;
  visibility: hidden; }

.frontpage-widgets .widget-posts .read-more-link {
  margin-left: 0;
  margin-right: 0;
  padding: .25em 0;
  display: block;
  text-align: left; }

.frontpage-widgets .entry-image {
  -webkit-transition: -webkit-filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  transition: -webkit-filter 0.5s ease-in-out;
  -webkit-filter: grayscale(50%) brightness(80%);
          filter: grayscale(50%) brightness(80%);
  overflow: hidden;
  margin-top: 0; }

.frontpage-widgets .hentry:hover .entry-image {
  -webkit-filter: grayscale(0) brightness(100%);
          filter: grayscale(0) brightness(100%); }

.widget_meteor-slides-widget-wrapper:first-child .container {
  margin: 0;
  padding: 0; }

@media screen and (min-width: 1281px) {
  .fixed-header .frontpage-widgets-fullwidth .widget_meteor-slides-widget-wrapper:first-child,
  .fixed-header .frontpage-widgets-fullwidth .hc-bgtext-widget-wrapper:first-child {
    margin-top: -114px; }
  .fixed-header .frontpage-widgets-fullwidth .hc-bgtext-widget-wrapper:first-child {
    padding-top: 114px; } }

.frontpage-widgets-fullwidth .widget-title {
  text-align: left; }

.frontpage-widgets-fullwidth .hc-posts-widget .widget-title, .frontpage-widgets-fullwidth .hc-pages-widget .widget-title {
  padding-bottom: 1em;
  margin-bottom: 1.25em; }

.frontpage-widgets-fullwidth .widget-posts .entry-title {
  text-align: left; }

@media screen and (max-width: 1280px) {
  .frontpage-widgets-wide .widget + .widget {
    margin-top: 60px; } }

@media screen and (min-width: 1281px) {
  .frontpage-widgets-wide .widget {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 44%; }
    .frontpage-widgets-wide .widget:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .frontpage-widgets-wide .widget:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .frontpage-widgets-wide .widget:nth-child(n+3) {
      margin-top: 3%; }
    .frontpage-widgets-wide .widget:nth-child(n) {
      width: 47%; }
  .frontpage-widgets-wide:before, .frontpage-widgets-wide:after {
    content: " ";
    display: table; }
  .frontpage-widgets-wide:after {
    clear: both; } }

@media screen and (max-width: 640px) {
  .frontpage-widgets-wide .widget-posts .hentry + .hentry {
    margin-top: 60px; } }

@media screen and (min-width: 641px) {
  .frontpage-widgets-wide .widget-posts .hentry {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 44%; }
    .frontpage-widgets-wide .widget-posts .hentry:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .frontpage-widgets-wide .widget-posts .hentry:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .frontpage-widgets-wide .widget-posts .hentry:nth-child(n+3) {
      margin-top: 3%; }
    .frontpage-widgets-wide .widget-posts .hentry:nth-child(n) {
      width: 47%; }
  .frontpage-widgets-wide .widget-posts:before, .frontpage-widgets-wide .widget-posts:after {
    content: " ";
    display: table; }
  .frontpage-widgets-wide .widget-posts:after {
    clear: both; } }

@media screen and (max-width: 640px) {
  .frontpage-widgets-narrow .widget + .widget {
    margin-top: 60px; } }

@media screen and (min-width: 641px) and (max-width: 1280px) {
  .frontpage-widgets-narrow .widget {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 44%; }
    .frontpage-widgets-narrow .widget:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .frontpage-widgets-narrow .widget:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .frontpage-widgets-narrow .widget:nth-child(n+3) {
      margin-top: 3%; }
    .frontpage-widgets-narrow .widget:nth-child(n) {
      width: 47%; }
  .frontpage-widgets-narrow:before, .frontpage-widgets-narrow:after {
    content: " ";
    display: table; }
  .frontpage-widgets-narrow:after {
    clear: both; } }

@media screen and (min-width: 1281px) {
  .frontpage-widgets-narrow .widget {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 19%; }
    .frontpage-widgets-narrow .widget:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .frontpage-widgets-narrow .widget:nth-child(4n+4) {
      margin-right: 0;
      clear: right; }
    .frontpage-widgets-narrow .widget:nth-child(n+5) {
      margin-top: 3%; }
    .frontpage-widgets-narrow .widget:nth-child(n) {
      width: 20.5%; }
  .frontpage-widgets-narrow:before, .frontpage-widgets-narrow:after {
    content: " ";
    display: table; }
  .frontpage-widgets-narrow:after {
    clear: both; } }

.frontpage-widgets-narrow .widget-posts .hentry {
  float: left;
  margin-left: 3%;
  margin-right: 3%;
  width: 44%; }
  .frontpage-widgets-narrow .widget-posts .hentry:nth-child(2n+1) {
    margin-left: 0;
    clear: left; }
  .frontpage-widgets-narrow .widget-posts .hentry:nth-child(2n+2) {
    margin-right: 0;
    clear: right; }
  .frontpage-widgets-narrow .widget-posts .hentry:nth-child(n+3) {
    margin-top: 3%; }
  .frontpage-widgets-narrow .widget-posts .hentry:nth-child(n) {
    width: 47%; }

.frontpage-widgets-narrow .widget-posts:before, .frontpage-widgets-narrow .widget-posts:after {
  content: " ";
  display: table; }

.frontpage-widgets-narrow .widget-posts:after {
  clear: both; }

.booking-widget-wrapper {
  background-color: #eee; }

.bdt-booking-input {
  background: #fff;
  border: none;
  width: 3em;
  text-align: center; }
  .bdt-booking-input.datepicker {
    width: 6em; }

.bdt-booking-submit {
  margin-left: 2em;
  background: #333;
  border: none;
  color: #fff; }

@media screen and (min-width: 1281px) {
  .employees .employee {
    float: left;
    margin-left: 4%;
    margin-right: 4%;
    width: 17%; }
    .employees .employee:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .employees .employee:nth-child(4n+4) {
      margin-right: 0;
      clear: right; }
    .employees .employee:nth-child(n+5) {
      margin-top: 4%; }
    .employees .employee:nth-child(n) {
      width: 19%; }
  .employees:before, .employees:after {
    content: " ";
    display: table; }
  .employees:after {
    clear: both; } }

@media screen and (min-width: 1281px) and (max-width: 1280px) {
  .employees .employee {
    float: left;
    margin-left: 4%;
    margin-right: 4%;
    width: 25.33333%; }
    .employees .employee:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
    .employees .employee:nth-child(3n+3) {
      margin-right: 0;
      clear: right; }
    .employees .employee:nth-child(n+4) {
      margin-top: 4%; }
    .employees .employee:nth-child(n) {
      width: 28%; }
  .employees:before, .employees:after {
    content: " ";
    display: table; }
  .employees:after {
    clear: both; } }

@media screen and (min-width: 641px) and (max-width: 1280px) {
  .employees .employee {
    float: left;
    margin-left: 4%;
    margin-right: 4%;
    width: 42%; }
    .employees .employee:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .employees .employee:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .employees .employee:nth-child(n+3) {
      margin-top: 4%; }
    .employees .employee:nth-child(n) {
      width: 46%; }
  .employees:before, .employees:after {
    content: " ";
    display: table; }
  .employees:after {
    clear: both; } }

@media screen and (max-width: 640px) {
  .employees .employee + .employee {
    margin-top: 50px; } }

.employees .employee-info p {
  margin: 0; }

@media screen and (min-width: 1281px) {
  .page-template-page-contact .contact-text {
    width: 45%;
    float: left; }
  .page-template-page-contact .contact-form {
    width: 45%;
    float: right; } }

.page-template-page-contact .contact-maps {
  position: relative; }
  .page-template-page-contact .contact-maps .map-antiscroll-overlay {
    position: absolute;
    width: 100%;
    height: 100%; }
    .page-template-page-contact .contact-maps .map-antiscroll-overlay:focus {
      z-index: -1; }
  .page-template-page-contact .contact-maps iframe {
    width: 100%; }

.woocommerce.single-product .site-main {
  padding-top: 2em; }

.woocommerce button.button, .woocommerce input.button {
  border-radius: 0;
  padding: 0 1em; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: none;
  line-height: normal; }

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: auto; }

.frontpage-widgets-fullwidth > div {
  clear: both; }

.frontpage-widgets-fullwidth .woocommerce ul.product_list_widget {
  margin: 0 -1%; }
  .frontpage-widgets-fullwidth .woocommerce ul.product_list_widget li {
    float: left;
    width: 48%;
    margin: 0 1% 3%;
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    text-align: center; }
    @media screen and (min-width: 641px) {
      .frontpage-widgets-fullwidth .woocommerce ul.product_list_widget li {
        width: 23%; } }
    .frontpage-widgets-fullwidth .woocommerce ul.product_list_widget li:nth-child(4n+1) {
      clear: left; }
    .frontpage-widgets-fullwidth .woocommerce ul.product_list_widget li img {
      float: none;
      width: 100%;
      margin: 0;
      box-shadow: none;
      -webkit-box-shadow: none; }
    .frontpage-widgets-fullwidth .woocommerce ul.product_list_widget li a {
      color: #444444;
      text-decoration: none; }
    .frontpage-widgets-fullwidth .woocommerce ul.product_list_widget li .amount {
      color: #428bca;
      font-size: 18px;
      font-size: 1.8rem; }
