/*! columns.scss by Andreas Lutro | MIT License */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

* {
  -moz-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: 14px;
  font-size: 1.4rem; }

body {
  line-height: 1.8; }

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

h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 200; }

h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 200; }

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 200; }

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 200; }

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

h6 {
  font-size: 12px;
  font-size: 1.2rem; }

a {
  transition: color .3s ease-in-out;
  text-decoration: none; }

a, a:visited {
  color: #444444; }

a:hover, a:active {
  color: #1d1d1d; }

img {
  display: inline;
  max-width: 100%;
  height: auto; }

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

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

img.aligncenter, img.alignnone {
  display: block; }

img.aligncenter {
  margin-left: auto;
  margin-right: auto; }

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

.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, button {
  vertical-align: top;
  font-size: 13px;
  font-size: 1.3rem;
  height: 23.4px; }

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  padding: 2px 6px; }

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

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

.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: 30; }

.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; }

.container {
  max-width: 1624px;
  margin: 0 auto;
  padding: 0 12px;
  position: relative; }

@media screen and (min-width: 961px) {
  .layout-sidebar .content-area:before, .layout-sidebar .content-area:after {
    content: " ";
    display: table; }
  .layout-sidebar .content-area:after {
    clear: both; }
  .layout-sidebar .content-area .featured-image {
    float: left; }
  .layout-sidebar .content-area .site-main {
    float: right; } }

@media screen and (min-width: 1301px) {
  .layout-sidebar .content-area .featured-image {
    width: 49%; } }

@media screen and (min-width: 961px) and (max-width: 1300px) {
  .layout-sidebar .content-area .featured-image {
    width: 44%; } }

@media screen and (min-width: 1301px) {
  .layout-sidebar .content-area .site-main {
    width: 45%; } }

@media screen and (min-width: 961px) and (max-width: 1300px) {
  .layout-sidebar .content-area .site-main {
    width: 55%; } }

.site-header {
  color: #444444;
  height: 100px;
  line-height: 0;
  position: relative; }
  .site-header:before, .site-header:after {
    content: " ";
    display: table; }
  .site-header:after {
    clear: both; }
  .site-header a, .site-header a:visited {
    color: #444444; }
  .site-header a:hover, .site-header a:active {
    color: #1d1d1d; }
  .site-header .main-navigation,
  .site-header .menu-toggle,
  .site-header .site-search,
  .site-header .search-toggle,
  .site-header .site-contact,
  .site-header .site-branding {
    position: absolute; }
  .site-header .site-branding {
    top: 0;
    left: 0; }
  .site-header .menu-toggle, .site-header .search-toggle {
    display: none; }
  .site-header .contact-info > * + * {
    margin-left: 6px; }
  .site-header .contact-info .contact-email .fa {
    font-size: 12px;
    font-size: 1.2rem; }
  .site-header .contact-info .contact-phone .fa {
    vertical-align: bottom;
    font-size: 16px;
    font-size: 1.6rem; }
  .site-header .site-contact {
    top: 1px;
    right: 164px;
    height: 22px;
    line-height: 20px; }
    .site-header .site-contact a {
      font-size: 12px;
      font-size: 1.2rem; }
  .site-header .social-media a {
    padding: 0 3px;
    font-size: 20px;
    font-size: 2rem;
    color: #444444; }
  @media screen and (min-width: 961px) {
    .site-header .contact-info {
      float: left;
      margin-right: 12px; }
    .site-header .social-media {
      float: right; } }
  @media screen and (max-width: 960px) {
    .site-header .contact-info {
      display: none; } }
  @media screen and (min-width: 681px) and (max-width: 960px) {
    .site-header {
      margin-bottom: 12px; } }
  @media screen and (min-width: 681px) {
    .site-header {
      margin-top: 12px; }
      .site-header .menu-toggle {
        right: 0;
        bottom: 0; }
      .site-header .site-search {
        top: 0;
        right: 0; }
      .site-header .search-toggle {
        left: 0;
        bottom: 0; } }
  @media screen and (max-width: 680px) {
    .site-header {
      margin-left: -12px;
      margin-right: -12px;
      height: 61px;
      border-bottom: 1px solid #999999; }
      .site-header .menu-toggle, .site-header .search-toggle {
        display: block; }
      .site-header .site-contact {
        display: none; }
      .site-header .site-search {
        top: 61px; } }
  @media screen and (max-width: 960px) {
    .site-header .main-navigation {
      top: 61px; } }
  @media screen and (max-width: 960px) and (min-width: 681px) {
    .site-header {
      height: 60px; }
      .site-header .main-navigation {
        top: 72px; }
      .site-header .menu-toggle {
        display: block; } }
  @media screen and (min-width: 961px) {
    .site-header .main-navigation {
      left: 0;
      bottom: 0; }
    .site-header .menu-toggle {
      display: none; } }

.site-branding img {
  display: block; }
  @media screen and (min-width: 681px) {
    .site-branding img {
      max-height: 60px; } }
  @media screen and (max-width: 680px) {
    .site-branding img {
      max-height: 60px; } }

@media screen and (max-width: 680px) {
  .site-branding {
    width: 100%;
    height: 100%;
    padding: 0 64px;
    margin: auto auto; }
    html.flexbox .site-branding {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; } }

.site-search input, .site-search button, .site-search select {
  color: #444444; }

.site-search .search-field {
  border: none;
  margin: 0;
  padding: 0; }

.site-search .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0; }

@media screen and (min-width: 681px) {
  .site-search {
    border: 1px solid #d9d9d9;
    border-radius: 2px; }
    .site-search .search-field {
      background: white;
      padding: 0 25px 0 3px;
      height: 20px;
      width: 150px;
      font-size: 12px;
      font-size: 1.2rem; }
    .site-search .search-submit {
      width: 20px;
      height: 20px;
      background: none;
      margin: 0 2px 0 0; } }

@media screen and (max-width: 680px) {
  .site-search {
    width: 100%;
    z-index: 20;
    display: none;
    border-bottom: 1px solid #999999;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.25); }
    .site-search.toggled {
      display: block; }
    .site-search .search-field {
      background: #fff;
      background: rgba(255, 255, 255, 0.95);
      width: 100%;
      height: 45px;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 6px 12px; }
    .site-search .search-submit {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; } }

.main-navigation {
  z-index: 20;
  text-transform: uppercase;
  cursor: default; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block; }
  .main-navigation ul ul {
    display: none; }
  @media screen and (min-width: 961px) {
    .main-navigation .menu > ul, .main-navigation ul.menu {
      z-index: 21;
      white-space: nowrap; }
      .main-navigation .menu > ul li, .main-navigation ul.menu li {
        white-space: normal; }
      .main-navigation .menu > ul > li, .main-navigation ul.menu > li {
        display: inline-block;
        height: 25.2px; }
        .main-navigation .menu > ul > li a, .main-navigation ul.menu > li a {
          line-height: 1.8; }
        .main-navigation .menu > ul > li > a, .main-navigation ul.menu > li > a {
          line-height: 25.2px; }
        .main-navigation .menu > ul > li + li, .main-navigation ul.menu > li + li {
          margin-left: 8.4px; }
        .main-navigation .menu > ul > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.menu-item-has-children > a:after {
          float: right;
          margin-top: 11px;
          display: inline-block;
          margin-left: 5px;
          vertical-align: middle;
          content: "";
          width: 0;
          height: 0;
          border-top: 5px solid;
          border-right: 3px solid transparent;
          border-left: 3px solid transparent; }
    .main-navigation ul ul {
      position: absolute;
      z-index: 22;
      top: 25.2px;
      background: #fff;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
      padding: 3px 0;
      left: 0; }
      .main-navigation ul ul li {
        width: 220px;
        font-size: 12px;
        font-size: 1.2rem; }
      .main-navigation ul ul a {
        padding: 0 8px; }
      .main-navigation ul ul .menu-item-has-children > a:after {
        float: right;
        margin-top: 9px;
        display: inline-block;
        vertical-align: middle;
        content: "";
        width: 0;
        height: 0;
        border-top: 5px solid;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg); }
    .main-navigation ul ul ul {
      top: -4px;
      right: -222px; }
    .main-navigation li:hover > ul, .main-navigation li.toggled > ul {
      display: block; } }

@media screen and (max-width: 960px) {
  .main-navigation {
    z-index: 20;
    width: 100%;
    max-width: 320px; }
    .main-navigation ul {
      display: none; }
    .main-navigation .menu > ul, .main-navigation ul.menu {
      padding: 6px 0;
      z-index: 21;
      background: #fff;
      background: rgba(255, 255, 255, 0.95);
      border-bottom: 1px solid #999999;
      border-right: 1px solid #999999;
      box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.25); }
    .main-navigation.toggled .menu > ul, .main-navigation.toggled ul.menu {
      display: block; }
    .main-navigation .sub-menu {
      padding-left: 20px; }
    .main-navigation li a {
      line-height: 2.2;
      padding: 0 12px; }
    .main-navigation li.menu-item-has-children > a:after {
      float: right;
      margin-top: 13px;
      content: "";
      width: 0;
      height: 0;
      border-top: 5px solid;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
      transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out; }
    .main-navigation li.menu-item-has-children.toggled > .sub-menu {
      display: block; }
    .main-navigation li.menu-item-has-children.toggled > a:after {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }

@media screen and (max-width: 960px) and (min-width: 681px) {
  .main-navigation {
    right: 0; }
    .main-navigation .menu > ul, .main-navigation ul.menu {
      border: 1px solid #999999; }
  .menu-toggle {
    height: auto;
    padding: 0 12px;
    border: 1px solid #d9d9d9;
    border-radius: 2px; }
    .menu-toggle .icon {
      display: inline-block;
      width: 20px; }
      .menu-toggle .icon .icon-bar {
        height: 3px; } }

.menu-toggle, .search-toggle {
  background: none;
  border: none; }

.menu-toggle .icon-bar {
  display: block;
  height: 4px;
  width: 100%;
  background: #444444; }
  .menu-toggle .icon-bar + .icon-bar {
    margin-top: 3px; }

.menu-toggle .toggle-text {
  line-height: 25.2px;
  font-size: 18px;
  font-size: 1.8rem; }

.search-toggle .fa {
  font-size: 36px;
  font-size: 3.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

@media screen and (max-width: 960px) and (min-width: 681px) {
  .menu-toggle {
    height: 25.2px; } }

@media screen and (max-width: 680px) {
  .menu-toggle, .search-toggle {
    z-index: 21;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .menu-toggle .toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .menu-toggle {
    left: 12px; }
  .search-toggle {
    right: 12px; } }

@media screen and (min-width: 681px) {
  .site.fixed-header {
    padding-top: 136px; }
    .site.fixed-header .header-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 19;
      background: #fff;
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15); } }

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

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

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

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

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

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

.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; }

.hc-contact-widget .social-media {
  margin-top: 12px; }

.site-info {
  font-size: 13px;
  font-size: 1.3rem; }
  @media screen and (min-width: 681px) {
    .site-info .copyright {
      float: left; }
    .site-info .made-by {
      float: right; } }
  @media screen and (max-width: 680px) {
    .site-info .copyright, .site-info .made-by, .site-info .footer-menu {
      text-align: center;
      clear: both;
      display: block; } }

@media screen and (min-width: 681px) {
  .footer-menu > div:before {
    content: " - ";
    float: left;
    white-space: pre; } }

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

.footer-menu li {
  display: inline-block; }

@media screen and (max-width: 680px) {
  .footer-menu li + li {
    margin-left: 10px; } }

@media screen and (min-width: 681px) {
  .footer-menu li {
    float: left; }
  .footer-menu li + li:before {
    content: " - ";
    white-space: pre; } }

.back-to-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  padding: 1em;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  z-index: 30; }
  .back-to-top.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.75; }
  .back-to-top.fa {
    color: #444444;
    text-decoration: none;
    font-size: 30px;
    font-size: 3rem;
    padding: 15px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.75); }

.bars {
  width: 100%; }
  .bars .bar {
    float: left;
    height: 5px;
    background: #000; }
    .bars .bar + .bar {
      margin-left: 1%; }
  @media screen and (max-width: 960px) {
    .bars {
      display: none; } }
  @media screen and (max-width: 1300px) {
    .bars > .mid {
      display: none; } }
  .bars > .right {
    width: 45%; }
    @media screen and (max-width: 1300px) {
      .bars > .right {
        width: 55%; } }
  .bars > .mid {
    width: 4%; }
  @media screen and (min-width: 1301px) {
    .bars > .left {
      width: 49%; } }
  @media screen and (max-width: 1300px) {
    .bars > .left {
      width: 44%; } }

@media screen and (min-width: 1301px) {
  .home .bars > .left {
    width: 79%; }
  .home .bars > .mid {
    width: 4%; }
  .home .bars > .right {
    width: 15%; } }

@media screen and (min-width: 961px) and (max-width: 1300px) {
  .home .bars > .left {
    width: 74%; }
  .home .bars > .right {
    width: 25%; } }

.header-bars {
  padding-bottom: 2%; }
  .header-bars .bar {
    height: 10px; }

.footer-bars {
  padding: 1% 0; }
  .footer-bars .bar {
    background: #999; }

.archive .content-area .hentry:before, .archive .content-area .hentry:after,
.search-results .content-area .hentry:before,
.search-results .content-area .hentry:after {
  content: " ";
  display: table; }

.archive .content-area .hentry:after,
.search-results .content-area .hentry:after {
  clear: both; }

.archive .content-area .hentry + .hentry,
.search-results .content-area .hentry + .hentry {
  margin-top: 40px; }

.archive .content-area .entry-title,
.search-results .content-area .entry-title {
  margin: 0 0 .25em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #444444; }

.archive .content-area .entry-meta,
.search-results .content-area .entry-meta {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666666; }

.archive .content-area .entry-content p:first-child,
.search-results .content-area .entry-content p:first-child {
  margin-top: 0; }

.home .site-main {
  width: 100%;
  float: none; }
  .home .site-main .frontpage-widgets .widget-title {
    text-transform: uppercase; }
  .home .site-main .frontpage-widgets ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .home .site-main .frontpage-widgets ul li + li {
      border-top: 1px solid #eee; }
    .home .site-main .frontpage-widgets ul li a {
      color: #444444; }
  @media screen and (min-width: 961px) {
    .home .site-main:before, .home .site-main:after {
      content: " ";
      display: table; }
    .home .site-main:after {
      clear: both; }
    .home .site-main .frontpage-slideshow {
      float: left; }
    .home .site-main .frontpage-widgets {
      float: right; }
      .home .site-main .frontpage-widgets .widget-title {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 400;
        border-bottom: 5px solid #000;
        padding-bottom: 3px; } }
  @media screen and (min-width: 1301px) {
    .home .site-main .frontpage-slideshow {
      width: 79%; }
    .home .site-main .frontpage-widgets {
      width: 15%; } }
  @media screen and (min-width: 961px) and (max-width: 1300px) {
    .home .site-main .frontpage-slideshow {
      width: 74%; }
    .home .site-main .frontpage-widgets {
      width: 25%; } }

@media screen and (max-width: 680px) {
  .meteor-slides {
    margin-top: 12px;
    margin-bottom: 80px; } }

@media screen and (max-width: 960px) {
  .meteor-slides .meteor-slidetitle {
    bottom: 0;
    left: 0;
    font-size: 22px;
    font-size: 2.2rem; } }

@media screen and (max-width: 680px) {
  .meteor-slides .meteor-slidetitle {
    font-size: 18px;
    font-size: 1.8rem; } }

.page .content-area .entry-image,
.single .content-area .entry-image {
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.4); }

.page .content-area .entry-content,
.single .content-area .entry-content {
  margin-bottom: 2em; }
  .page .content-area .entry-content p,
  .single .content-area .entry-content p {
    max-width: 45em; }

.entry-meta > * + *:before {
  content: ' - '; }

.entry-meta::first-letter {
  text-transform: uppercase; }

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

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

.embed-wrapper-youtube {
  position: relative;
  padding-top: 56.25%;
  padding-bottom: 30px;
  height: 0; }
  .embed-wrapper-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.nav-links .nav-previous {
  float: left; }

.nav-links .nav-next {
  float: right; }

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

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