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

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Defaults
---------------------------------------------------------------------------------------------------- */
/* Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Typographical Elements
--------------------------------------------- */
body {
  color: #515151;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 1020px) {
  body {
    font-size: 18px;
  }
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-branding,
.nav-menu .sub-menu,
.sidr li.menu-item-has-children > .submenu-toggle {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a {
  color: #4F6F86;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 32px;
  padding: 0;
}

strong {
  font-weight: 600;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 32px;
  font-style: italic;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
  padding: 0;
}

@media (min-width: 1020px) {
  blockquote {
    font-size: 24px;
  }
}

blockquote cite {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 17px;
}

blockquote cite:before {
  content: '— ';
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

hr,
.clear-line,
img.wp-more-tag {
  overflow: hidden;
  height: 1px;
  border: none;
  border-top: 1px solid #E8E8E8;
  margin: 0 0 32px;
}

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

/* Extra Paragraph Styles
--------------------------------------------- */
p.large {
  font-size: 18px;
}

@media (min-width: 1020px) {
  p.large {
    font-size: 22px;
  }
}

p.small {
  font-size: 12px;
}

p.extra-margin {
  margin-bottom: calc( 32px * 2);
}

/* List Items
--------------------------------------------- */
ol, ul {
  margin: 0 0 32px 32px;
}

ol li, ul li {
  padding: 0 0 calc( 32px / 4) calc( 32px / 4);
}

ol li:last-child, ul li:last-child {
  padding-bottom: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4F6F86;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}

h1 {
  font-size: 28px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

@media (min-width: 1020px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 24px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

@media (min-width: 1020px) {
  h2 {
    font-size: 32px;
  }
}

h1.large,
h2.large {
  font-size: 30px;
}

@media (min-width: 768px) {
  h1.large,
  h2.large {
    font-size: 40px;
  }
}

@media (min-width: 1020px) {
  h1.large,
  h2.large {
    font-size: 56px;
  }
}

h3 {
  font-size: 20px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

@media (min-width: 1020px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 18px;
}

@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

@media (min-width: 1020px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

@media (min-width: 1020px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h6 {
    font-size: 18px;
  }
}

h6.back {
  margin-bottom: 48px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

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

/* Helper Classes
--------------------------------------------- */
@media (min-width: 768px) {
  .mobile-show {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  color: #515151;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
  width: auto;
}

input:focus,
textarea:focus {
  outline: none;
}

::-moz-placeholder {
  color: #515151;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #515151;
}

::-webkit-input-placeholder {
  color: #515151;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background: #4F6F86;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B1BE85), to(#808F4C));
  background-image: linear-gradient(-180deg, #B1BE85 0%, #808F4C 100%);
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  padding: 7px 16px 8px;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button {
    font-size: 16px;
    padding: 11px 20px;
  }
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#B1BE85), color-stop(97%, #727a5c));
  background-image: linear-gradient(0deg, #B1BE85 0%, #727a5c 97%);
  color: #fff;
  text-decoration: none;
}

.button {
  display: inline-block;
}

p .button {
  margin: 0 16px 16px 0;
}

p .button:last-child {
  margin-right: 0;
}

.button.button-small {
  font-size: 14px;
  padding: 7px 16px 8px;
}

.button.button-block {
  display: block;
  width: 100%;
}

.button.button-alt {
  color: #515151;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#C1C1C1));
  background-image: linear-gradient(-180deg, #fff 0%, #C1C1C1 100%);
}

.button.button-alt:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #C1C1C1), to(#E8E8E8));
  background-image: linear-gradient(-180deg, #C1C1C1 2%, #E8E8E8 100%);
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* Search Form
--------------------------------------------- */
.search-form {
  position: relative;
  padding-right: 105px;
}

.search-form input.search-field {
  border-radius: 20px 0 0 20px;
  padding-left: 26px;
}

.search-form button.search-submit {
  border-radius: 0 20px 20px 0;
  width: 105px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  padding: 11px 20px;
}

/* Post Elements
---------------------------------------------------------------------------------------------------- */
/* Icons
--------------------------------------------- */
.icon-font {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Gallery
--------------------------------------------- */
.gallery {
  margin: 0 auto 40px;
  overflow: hidden;
  width: 100%;
}

.gallery-item {
  float: left;
  margin: 10px 0 0;
  text-align: center;
}

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

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

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

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

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

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: both;
}

.gallery img {
  border: 2px solid #E8E8E8;
}

.gallery-caption {
  margin-left: 0;
}

/* Images
--------------------------------------------- */
.avatar {
  float: left;
}

.wp-caption {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  margin: 0 0 32px;
  overflow: hidden;
}

.wp-caption img {
  display: block;
  margin-bottom: 0;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  padding: 16px 32px;
  text-align: left;
}

.wp-caption.alignleft {
  float: left;
  margin: 0 32px 32px 0;
}

.wp-caption.aligncenter {
  margin: 0 auto 32px;
}

.wp-caption.alignright {
  float: right;
  margin: 0 0 32px 32px;
}

img.alignnone {
  margin: 0;
}

img.alignleft {
  float: left;
  margin: 0 32px 32px 0;
}

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

img.alignright {
  float: right;
  margin: 0 0 32px 32px;
}

img.block {
  display: block;
}

/* Table
--------------------------------------------- */
table.table {
  background: #fff;
  border-radius: 4px;
  border-collapse: collapse;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 1.6;
  overflow: hidden;
  width: 100%;
  margin-bottom: 32px;
}

table.table th,
table.table td {
  padding: 4px;
}

@media (min-width: 768px) {
  table.table th,
  table.table td {
    padding: 4px 8px;
  }
}

@media (min-width: 1020px) {
  table.table th,
  table.table td {
    padding: 6px 16px 5px;
  }
}

table.table thead th {
  background: #89adc5;
  border: none;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 14px;
  padding-bottom: 15px;
  text-align: left;
}

table.table thead th.tablesorter-header {
  cursor: pointer;
  outline: none;
}

table.table thead th.tablesorter-header:hover {
  background: #adcee8;
}

table.table thead th.tablesorter-headerDesc, table.table thead th.tablesorter-headerAsc {
  background: #adcee8;
  position: relative;
}

table.table thead th.tablesorter-headerDesc::after, table.table thead th.tablesorter-headerAsc::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}

table.table thead th.tablesorter-headerDesc::after {
  content: "\e916";
}

table.table thead th.tablesorter-headerAsc::after {
  content: "\e919";
}

table.table tbody tr {
  border-bottom: 1px solid #E8E8E8;
}

table.table tbody tr td {
  border-right: 1px solid #E8E8E8;
}

table.table tbody tr:last-child,
table.table tbody tr td:last-child {
  border: none;
}

table.table.table-mobile-full .mobile-title {
  display: none;
}

@media (max-width: 1019px) {
  table.table.table-mobile-full {
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  table.table.table-mobile-full thead {
    display: none;
  }
  table.table.table-mobile-full tbody tr {
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    display: block;
    margin: 2px 1px 32px;
    overflow: hidden;
  }
  table.table.table-mobile-full tbody tr td {
    border: none;
    border-bottom: 1px solid #D3D3D3;
    display: block;
    min-height: 48px;
    padding: 10px 4px;
    padding-left: calc(30% + 8px);
    position: relative;
    width: 100%;
  }
  table.table.table-mobile-full tbody tr td:last-child {
    border: none;
  }
  table.table.table-mobile-full tbody tr td .mobile-title {
    background: #89adc5;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    height: 100%;
    width: 30%;
  }
  table.table.table-mobile-full tbody tr td .mobile-title span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* Box Elements
--------------------------------------------- */
.box-content,
.box-links,
.box-map {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-bottom: 32px;
}

.box-content h6.box-title,
.box-links h6.box-title,
.box-map h6.box-title {
  background: #89adc5;
  border-radius: 4px 4px 0 0;
  color: #fff;
  margin: 0;
  padding: 15px 16px 14px;
}

.box-content h6.box-title .button,
.box-links h6.box-title .button,
.box-map h6.box-title .button {
  float: right;
  margin: -6px 0 0;
}

.box-content p:last-child,
.box-content ul:last-child,
.box-links p:last-child,
.box-links ul:last-child,
.box-map p:last-child,
.box-map ul:last-child {
  margin-bottom: 0;
}

/* Ones with padding
--------------------------------------------- */
.box-content,
.box-links {
  padding: 16px;
}

.box-content h6.box-title,
.box-links h6.box-title {
  margin: -16px -16px 16px;
}

/* Box Links
--------------------------------------------- */
.box-links ul {
  margin: 0;
}

.box-links ul li {
  font-size: 18px;
  font-weight: 600;
  list-style-type: none;
  padding-bottom: 8px;
}

.box-links ul li:last-of-type {
  padding-bottom: 0;
}

/* Box Map
--------------------------------------------- */
.box-map > img {
  display: block;
}

.box-map .responsive-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57.9470198675%;
}

.box-map .responsive-map iframe {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Grid
---------------------------------------------------------------------------------------------------- */
.row {
  margin-left: -16px;
  margin-right: -16px;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1020px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  .col-sm-first {
    clear: both;
  }
}

@media (min-width: 1020px) and (max-width: 1199px) {
  .col-md-first {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .col-lg-first {
    clear: both;
  }
}

/* Add left/right padding to these containers */
.wrap {
  max-width: 1272px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

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

/* Content Sidebar */
body.content-sidebar .site-main {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1020px) {
  body.content-sidebar .site-main {
    float: left;
    width: 66.6666666667%;
  }
}

body.content-sidebar .sidebar-primary {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}

@media (min-width: 1020px) {
  body.content-sidebar .sidebar-primary {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1020px) {
  body.content-sidebar .sidebar-primary {
    margin-left: 8.3333333333%;
  }
}

/*
 * Column Classes
 *
 * Width: 1140px
 * Gutter: 30px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */
@media (min-width: 768px) {
  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.6315789473684%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.684210526316%;
  }
  .one-third,
  .two-sixths {
    width: 31.578947368421%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.789473684211%;
  }
  .one-fourth {
    width: 23.026315789474%;
  }
  .three-fourths {
    width: 74.342105263158%;
  }
  .one-fifth {
    width: 17.894736842105%;
  }
  .two-fifths {
    width: 38.421052631579%;
  }
  .three-fifths {
    width: 58.947368421053%;
  }
  .four-fifths {
    width: 79.473684210526%;
  }
  .one-sixth {
    width: 14.473684210526%;
  }
  .five-sixths {
    width: 82.894736842105%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89adc5), to(#4F6F86));
  background-image: linear-gradient(-180deg, #89adc5 0%, #4F6F86 100%);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.6);
  position: relative;
}

.site-header > .wrap {
  padding: 0;
}

.site-branding {
  float: left;
}

.site-branding h1.site-title,
.site-branding p.site-title {
  margin: 0;
}

.site-branding .site-title a {
  background: url(../images/logo.png) no-repeat left center;
  background-size: 48px 48px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  margin-left: 16px;
  padding-left: 56px;
}

.site-branding .site-title a:hover {
  color: #E8E8E8;
  text-decoration: none;
}

@media (min-width: 1020px) {
  .site-branding {
    background: url(../images/bg-flag.png) no-repeat center top;
    background-size: 100% auto;
    float: none;
    position: absolute;
    margin-left: -144px;
    width: 288px;
    height: 80px;
    top: 0;
    left: 50%;
    z-index: 90;
  }
  .site-branding .site-title a {
    width: 80px;
    height: 80px;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    text-indent: -9999em;
  }
  .site-header.large .site-branding {
    margin-left: -184px;
    width: 368px;
    height: 160px;
  }
  .site-header.large .site-branding .site-title a {
    width: 160px;
    height: 160px;
  }
}

.header-search {
  background: #333;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.6);
  display: none;
  padding: 48px 0;
}

.header-search.active {
  display: block;
}

.header-search h2 {
  color: #fff;
}

@media (max-width: 1019px) {
  .header-search {
    padding: 16px 0;
  }
  .header-search h2 {
    display: none;
  }
}

/* Persistent Header
--------------------------------------------- */
.site-container {
  padding-top: 48px;
}

.site-header,
.header-search,
.alert-bar {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
}

.site-header,
.alert-bar {
  top: 0;
  height: 48px;
}

.header-search {
  top: 48px;
}

.has-alert .site-container {
  padding-top: 96px;
}

.has-alert .site-header {
  top: 48px;
}

.has-alert .header-search {
  top: 96px;
}

@media (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .alert-bar {
    height: 64px;
  }
  .has-alert .site-container {
    padding-top: 112px;
  }
  .has-alert .site-header {
    top: 64px;
  }
  .has-alert .header-search {
    top: 112px;
  }
  .admin-bar .site-container {
    padding-top: 80px;
  }
  .admin-bar .site-header {
    top: 32px;
  }
  .admin-bar .header-search {
    top: 80px;
  }
  .admin-bar.has-alert .site-container {
    padding-top: 144px;
  }
  .admin-bar.has-alert .alert-bar {
    top: 32px;
  }
  .admin-bar.has-alert .site-header {
    top: 96px;
  }
  .admin-bar.has-alert .header-search {
    top: 144px;
  }
}

@media (min-width: 1020px) {
  .site-container {
    padding-top: 60px;
  }
  .alert-bar {
    height: 64px;
  }
  .site-header {
    height: 60px;
  }
  .header-search {
    top: 60px;
  }
  .has-alert .site-container {
    padding-top: 124px;
  }
  .has-alert .site-header {
    top: 64px;
  }
  .has-alert .header-search {
    top: 124px;
  }
  .admin-bar .site-container {
    padding-top: 92px;
  }
  .admin-bar .header-search {
    top: 92px;
  }
  .admin-bar.has-alert .site-container {
    padding-top: 156px;
  }
  .admin-bar.has-alert .site-header {
    top: 96px;
  }
  .admin-bar.has-alert .header-search {
    top: 156px;
  }
}

/* Site Navigation
--------------------------------------------- */
.nav-mobile {
  float: right;
}

.nav-mobile a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  text-align: center;
}

.nav-mobile a:hover, .nav-mobile a.active {
  background: #4F6F86;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B1BE85), to(#808F4C));
  background-image: linear-gradient(-180deg, #B1BE85 0%, #808F4C 100%);
  text-decoration: none;
}

@media (max-width: 1019px) {
  .nav-primary {
    display: none;
  }
}

@media (min-width: 1020px) {
  .nav-mobile {
    display: none;
  }
}

.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}

.nav-menu .menu-item {
  float: left;
  list-style: none;
  padding: 0;
}

.nav-menu .menu-item > a {
  border: none;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  padding: 21px 12px 22px;
  position: relative;
  text-align: center;
}

.nav-menu .menu-item:hover > a,
.nav-menu .menu-item.current-menu-item > a,
.nav-menu .menu-item.current-menu-ancestor > a {
  background: #4F6F86;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B1BE85), to(#808F4C));
  background-image: linear-gradient(-180deg, #B1BE85 0%, #808F4C 100%);
  text-decoration: none;
}

.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: 22px;
}

.nav-menu .menu-item.menu-item-has-children > a::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  font-size: 10px;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-menu .menu-item:hover {
  position: static;
}

.nav-menu .menu-item:hover > .mega-menu {
  left: 0;
  opacity: 1;
}

.nav-menu .mega-menu {
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  left: -9999px;
  opacity: 0;
  overflow: hidden;
  padding: 32px 0 48px;
  position: absolute;
  width: 100%;
  z-index: 89;
}

.nav-menu .mega-menu h2 {
  color: #fff;
  margin-bottom: 32px;
}

.nav-menu .mega-menu a {
  color: #fff;
}

.nav-menu .mega-menu a:hover {
  color: #B1BE85;
  text-decoration: none;
}

.nav-menu .mega-menu .wrap ul {
  border-left: 1px solid #515151;
  clear: none;
  float: left;
  padding: 0;
  padding-left: 5.9176672384%;
  margin-left: 3.0874785592%;
  width: 24.0994854202%;
}

@media (max-width: 1271px) {
  .nav-menu .mega-menu .wrap ul {
    padding-left: 2.7444253859%;
  }
}

.nav-menu .mega-menu .wrap ul:nth-of-type(4n+1) {
  border-left: 0;
  clear: both;
  margin-left: 0;
  padding-left: 0;
  width: 18.1818181818%;
}

.nav-menu .mega-menu .wrap ul li {
  list-style-type: none;
  margin-bottom: 12px;
}

.nav-menu .mega-menu .wrap ul li:last-child {
  margin-bottom: 0;
}

.nav-primary ul.menu > li {
  position: relative;
}

.nav-primary ul.menu > li::after {
  content: '';
  position: absolute;
  top: 6px;
  right: -1px;
  height: calc(100% - 12px);
  width: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9AB6C9), to(#6B889D));
  background-image: linear-gradient(-180deg, #9AB6C9 0%, #6B889D 100%);
}

.nav-primary ul.menu > li:last-child::after {
  display: none;
}

.nav-primary ul.menu > li > a {
  height: 60px;
}

.nav-primary #menu-item-30 {
  margin-left: 60px;
}

.nav-primary #menu-item-32 > a {
  max-width: 133px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.nav-primary #menu-item-34 {
  margin-right: 368px;
}

@media (max-width: 1271px) {
  .site-header .wrap {
    max-width: 1020px;
  }
  .nav-primary #menu-item-30 {
    max-width: 90px;
    margin-left: 0;
  }
  .nav-primary #menu-item-30 > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .nav-primary #menu-item-34 > a {
    max-width: 90px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .nav-primary #menu-item-36 > a {
    max-width: 110px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

/* Alert Bar
---------------------------------------------------------------------------------------------------- */
.alert-bar {
  background: #FF7C0F;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: -.036em;
  padding: 8px 0;
}

.alert-bar .wrap {
  position: relative;
  height: 48px;
}

.alert-bar .alert-icon {
  font-size: 48px;
  line-height: 1;
  display: block;
  float: left;
  margin-right: 24px;
}

.alert-bar .alert {
  font-size: 32px;
  letter-spacing: -.8px;
  line-height: 48px;
  position: absolute;
  top: 0;
  left: 16px;
}

.alert-bar .alert-icon {
  position: absolute;
  top: 0;
  font-size: 48px;
  line-height: 1;
  left: 102px;
}

.alert-bar .text {
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  padding-left: 174px;
  padding-right: 158px;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.alert-bar .button {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .alert-bar .wrap {
    height: 32px;
  }
  .alert-bar .alert {
    display: none;
  }
  .alert-bar .alert-icon {
    font-size: 32px;
    left: 16px;
  }
  .alert-bar .text {
    font-size: 14px;
    line-height: 1.2;
    padding-left: 56px;
    padding-right: 62px;
  }
}

/* Page Header
---------------------------------------------------------------------------------------------------- */
.page-header {
  background-size: cover;
  background-position: center center;
  border-bottom: 8px solid #727a5c;
  color: #fff;
  font-size: 18px;
  padding: 120px 0 20px;
  min-height: 331px;
  position: relative;
  text-align: center;
}

@media (min-width: 1020px) {
  .page-header {
    font-size: 22px;
  }
}

.page-header::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.page-header .wrap {
  position: relative;
  z-index: 2;
}

.page-header .wrap p:last-child {
  margin-bottom: 0;
}

.page-header .page-header-overlay {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .page-header .page-header-overlay {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .page-header .page-header-overlay {
    float: left;
    width: 66.6666666667%;
  }
}

@media (min-width: 1200px) {
  .page-header .page-header-overlay {
    margin-left: 16.6666666667%;
  }
}

.page-header h1,
.page-header h2 {
  color: #fff;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */
.site-main {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .site-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Archive
--------------------------------------------- */
body.archive .site-inner {
  background: #E9F2F9;
}

body.archive.no-results .site-main {
  padding: 0;
}

body.archive .site-main {
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
}

body.archive .site-main:after {
  content: "";
  display: table;
  clear: both;
}

body.archive .site-main.loading {
  padding-bottom: 79px;
}

body.archive .hentry.load-more {
  text-align: center;
}

body.archive #infscr-loading {
  font-size: 18px;
  text-align: center;
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
}

body.archive #infscr-loading img {
  display: none;
}

.post-summary {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .post-summary {
    float: left;
    width: 33.3333333333%;
  }
}

@media (min-width: 1020px) {
  .post-summary {
    float: left;
    width: 25%;
  }
}

@media (max-width: 479px) {
  .post-summary {
    width: 100%;
  }
}

.post-summary .entry-inner {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 32px;
  padding: 16px;
  padding-bottom: 45px;
  position: relative;
}

.post-summary .entry-inner p {
  margin: 0;
}

.post-summary .entry-inner p.more {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-weight: 600;
  text-align: right;
}

.post-summary .entry-image-link {
  display: block;
  margin: -16px -16px 16px;
}

.event-summary {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .event-summary {
    float: left;
    width: 50%;
  }
}

.event-summary:nth-of-type(2n+1) {
  clear: both;
}

.event-summary .entry-inner {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 32px;
  padding: 16px;
  padding-bottom: 35px;
  position: relative;
}

.event-summary .entry-inner h6.event-date {
  background: #89adc5;
  border-radius: 4px 4px 0 0;
  padding: 13px 16px;
  color: #fff;
  margin: -16px -16px 16px;
}

.event-summary .entry-inner .entry-header {
  margin-bottom: 8px;
}

.event-summary .entry-inner .entry-header h6.entry-title {
  margin-bottom: 8px;
}

.event-summary .entry-inner .entry-header p {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.event-summary .entry-inner .entry-content p {
  margin-bottom: 8px;
}

.event-summary .entry-inner p.more {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 100%;
  font-weight: 600;
  margin: 0;
  text-align: right;
}

@media (min-width: 1020px) {
  .event-summary .entry-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
  .event-summary .entry-inner h6.event-date {
    margin: -16px -32px 16px;
    padding: 16px 32px;
  }
  .event-summary .entry-inner p.more {
    right: 32px;
  }
}

.search-summary .entry-inner {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 32px;
  padding: 16px;
  padding-bottom: 35px;
  position: relative;
}

.search-summary .entry-inner h6.url {
  background: #89adc5;
  border-radius: 4px 4px 0 0;
  padding: 13px 16px;
  color: #fff;
  margin: -16px -16px 16px;
}

.search-summary .entry-inner h6.url a {
  color: #fff;
}

.search-summary .entry-inner .entry-content p {
  margin-bottom: 8px;
}

.search-summary .entry-inner p.more {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 100%;
  font-weight: 600;
  margin: 0;
  text-align: right;
}

@media (min-width: 1020px) {
  .search-summary .entry-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
  .search-summary .entry-inner h6.url {
    margin: -16px -32px 16px;
    padding: 16px 32px;
  }
  .search-summary .entry-inner p.more {
    right: 32px;
  }
}

/* Single Event
--------------------------------------------- */
.single-event .entry-header {
  margin-bottom: 24px;
}

.single-event .entry-header h1 {
  font-size: 24px;
  margin-bottom: 23px;
}

@media (min-width: 768px) {
  .single-event .entry-header h1 {
    font-size: 28px;
  }
}

@media (min-width: 1020px) {
  .single-event .entry-header h1 {
    font-size: 32px;
  }
}

.single-event .entry-header h4 {
  margin-bottom: 8px;
}

/* Entry Navigation
--------------------------------------------- */
.posts-navigation {
  overflow: hidden;
  width: 100%;
}

.posts-navigation .nav-previous {
  float: right;
}

.posts-navigation .nav-next {
  float: left;
}

/* Comments
--------------------------------------------- */
.comments-area .comment-list li {
  border-top: 1px solid #E8E8E8;
  list-style-type: none;
  padding: 16px 0 0;
}

.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="url"] {
  width: 50%;
}

.comments-area .comment-respond label {
  display: block;
  margin-right: 12px;
}

.comments-area .comment-respond label[for="subscribe"] {
  display: inline-block;
}

/* Single Post
--------------------------------------------- */
.header-bar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89adc5), to(#4F6F86));
  background-image: linear-gradient(-180deg, #89adc5 0%, #4F6F86 100%);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.6);
}

.header-bar h2 {
  color: #fff;
  margin: 0;
  padding: 20px 0;
}

.header-bar h2 .button {
  float: right;
}

.latest-posts,
.home .upcoming-events {
  background: #E9F2F9;
  padding: 48px 0 16px;
}

/* Event Calendar
--------------------------------------------- */
.events-calendar-section {
  padding: 40px 0;
}

@media (min-width: 1021px) {
  .events-calendar-section {
    padding: 56px 0;
  }
}

@media (max-width: 767px) {
  .events-calendar-section {
    display: none;
  }
}

.events-calendar-section #be-event-calendar.fc button,
.events-calendar-section #be-event-calendar.fc button.fc-state-default {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: auto;
  padding: 0;
  margin: 0;
  outline: none;
}

.events-calendar-section #be-event-calendar.fc button .fc-icon-left-single-arrow:after,
.events-calendar-section #be-event-calendar.fc button .fc-icon-right-single-arrow:after,
.events-calendar-section #be-event-calendar.fc button.fc-state-default .fc-icon-left-single-arrow:after,
.events-calendar-section #be-event-calendar.fc button.fc-state-default .fc-icon-right-single-arrow:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #89adc5;
}

.events-calendar-section #be-event-calendar.fc button .fc-icon-left-single-arrow:after,
.events-calendar-section #be-event-calendar.fc button.fc-state-default .fc-icon-left-single-arrow:after {
  content: "\e913";
}

.events-calendar-section #be-event-calendar.fc button .fc-icon-right-single-arrow:after,
.events-calendar-section #be-event-calendar.fc button.fc-state-default .fc-icon-right-single-arrow:after {
  content: "\e914";
}

.events-calendar-section #be-event-calendar.fc .fc-row.fc-widget-header {
  background: #515151;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0 11px;
}

.events-calendar-section #be-event-calendar.fc .fc-row.fc-widget-header th {
  border: none;
}

.events-calendar-section #be-event-calendar.fc .fc-day-grid .fc-day-number {
  background: #89adc5;
  border: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-left: 5px;
  text-align: left;
}

.events-calendar-section #be-event-calendar.fc .fc-day-grid .fc-day-number.fc-other-month {
  background: #C1C1C1;
  opacity: 1;
}

.events-calendar-section #be-event-calendar.fc .fc-day-grid .fc-day.fc-other-month {
  background: #E8E8E8;
}

.events-calendar-section #be-event-calendar.fc .fc-event {
  background: #3a6599;
  font-size: 10px;
}

/* Phone Directory
--------------------------------------------- */
.phone-directory {
  background: #E9F2F9;
  padding: 32px 0;
}

@media (min-width: 1020px) {
  .phone-directory {
    padding: 48px 0;
  }
}

.phone-directory .tab-section {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.phone-directory .tab-nav {
  background: #89adc5;
  border-bottom: 8px solid #adcee8;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  margin: 0;
  padding: 8px 8px 0;
  width: 100%;
}

.phone-directory .tab-nav li {
  list-style-type: none;
  display: block;
  margin: 0 4px 0 0;
  padding: 0;
  float: left;
}

.phone-directory .tab-nav li a {
  background: #D3D3D3;
  border-radius: 4px 4px 0 0;
  color: #4F6F86;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 7px 16px;
}

.phone-directory .tab-nav li a:hover, .phone-directory .tab-nav li a.active {
  background: #adcee8;
  text-decoration: none;
}

.phone-directory .tab-content {
  padding: 16px;
}

.phone-directory .tab-content:not(.active) {
  display: none;
}

.phone-directory .tab-content h4,
.phone-directory .tab-content p {
  margin-bottom: 10px;
}

.phone-directory .tab-content ul {
  margin: 0 0 14px;
}

.phone-directory .tab-content ul li {
  font-size: 18px;
  padding: 0 8px;
  position: relative;
  list-style-type: none;
}

.phone-directory .tab-content ul li:nth-child(2n+1) {
  background: #F5F5F5;
}

.phone-directory .tab-content ul li .phone {
  display: block;
}

@media (min-width: 768px) {
  .phone-directory .tab-content ul li {
    padding-right: 130px;
  }
  .phone-directory .tab-content ul li .phone {
    position: absolute;
    right: 8px;
    top: 0;
    width: 120px;
  }
}

@media (min-width: 1020px) {
  .phone-directory .tab-content ul li {
    font-size: 22px;
    padding-right: 150px;
  }
  .phone-directory .tab-content ul li .phone {
    width: 140px;
  }
}

/* Jail Roster
--------------------------------------------- */
.jail-roster {
  background: #E9F2F9;
  padding: 32px 0;
}

@media (min-width: 1020px) {
  .jail-roster {
    padding: 48px 0;
  }
}

@media (max-width: 767px) {
  .jail-roster .table tr th:nth-child(2),
  .jail-roster .table tr th:nth-child(3),
  .jail-roster .table tr th:nth-child(4),
  .jail-roster .table tr th:nth-child(5),
  .jail-roster .table tr td:nth-child(2),
  .jail-roster .table tr td:nth-child(3),
  .jail-roster .table tr td:nth-child(4),
  .jail-roster .table tr td:nth-child(5) {
    display: none;
  }
}

/* Single Inmate
--------------------------------------------- */
.inmate-information {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 48px;
}

.inmate-information:after {
  content: "";
  display: table;
  clear: both;
}

.inmate-information .inmate-image {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .inmate-information .inmate-image {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .inmate-information .inmate-image {
    left: 50%;
  }
}

.inmate-information .inmate-image a {
  display: block;
  float: left;
  width: calc( 50% - 8px);
  margin: 0 8px;
}

.inmate-information .inmate-image a:first-child {
  margin-left: 0;
}

.inmate-information .inmate-image a:last-child {
  margin-right: 0;
}

.inmate-information .inmate-image a img {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.inmate-information .inmate-details {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .inmate-information .inmate-details {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .inmate-information .inmate-details {
    right: 50%;
  }
}

@media (min-width: 1020px) {
  .content-sidebar .site-inner {
    position: relative;
  }
  .content-sidebar .site-inner::before {
    background: #E9F2F9;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(50% - 1272px / 2);
    z-index: 1;
  }
  .content-sidebar .site-inner .wrap {
    position: relative;
  }
  .content-sidebar .site-inner .wrap::before {
    background: #E9F2F9;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 28.6290322581%;
    z-index: 1;
  }
}

.sidebar-primary {
  padding-top: 56px;
}

@media (max-width: 1019px) {
  .sidebar-primary {
    background: #E9F2F9;
    padding: 32px 16px;
  }
}

.sidebar-primary .widget {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 32px;
  padding: 16px;
}

.sidebar-primary .widget h4.widget-title {
  background: #89adc5;
  border-radius: 4px 4px 0 0;
  color: #fff;
  margin: -16px -16px 16px;
  padding: 14px 16px 15px;
}

.sidebar-primary .widget ul {
  margin: 0;
}

.sidebar-primary .widget ul li {
  list-style-type: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
}

.sidebar-primary .widget p:last-child {
  margin-bottom: 0;
}

.sidebar-primary .widget.widget-upcoming-events {
  font-size: 12px;
}

.sidebar-primary .widget.widget-upcoming-events p.event-date {
  font-size: 12px;
  margin-bottom: 4px;
}

.sidebar-primary .widget.widget-upcoming-events h6,
.sidebar-primary .widget.widget-upcoming-events .entry-header,
.sidebar-primary .widget.widget-upcoming-events .entry-content p {
  margin-bottom: 8px;
}

.sidebar-primary .widget.widget-upcoming-events .entry-header p {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.sidebar-primary .widget.widget-upcoming-events p.more {
  font-weight: 600;
  margin-bottom: 0;
  text-align: right;
}

.sidebar-primary .widget.widget-upcoming-events article:not(:last-child)::after {
  background: #E8E8E8;
  content: '';
  display: block;
  height: 1px;
  width: calc( 100% + 32px);
  margin: 8px -16px 8px;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #4F6F86;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  padding: 32px 0;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer p {
  margin: 0;
}

.site-footer .socials {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: right;
}

@media (min-width: 768px) {
  .site-footer .socials {
    float: left;
    width: 33.3333333333%;
  }
}

.site-footer .socials a {
  display: inline-block;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
}

.site-footer .socials a:hover {
  color: #B1BE85;
  text-decoration: none;
}

@media (max-width: 767px) {
  .site-footer {
    padding: 16px 0;
    text-align: center;
  }
  .site-footer p:not(.socials) {
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .site-footer .socials {
    text-align: center;
  }
}

/* Home
---------------------------------------------------------------------------------------------------- */
/* Slider
--------------------------------------------- */
.home-slides .slide {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.home-slides .slide::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.home-slides .slide .wrap {
  padding: 16px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .home-slides .slide .wrap {
    padding: 32px 16px;
    min-height: 43vw;
  }
  .home-slides .slide .wrap .slide-overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 16px;
  }
}

@media (min-width: 1020px) {
  .home-slides .slide .wrap {
    padding: 48px 0;
  }
  .home-slides .slide .wrap .slide-overlay {
    width: calc( 50% - 16px);
    padding-right: 0;
  }
}

@media (min-width: 1272px) {
  .home-slides .slide .wrap {
    min-height: 550px;
  }
}

.home-slides .slide-overlay h1, .home-slides .slide-overlay h2, .home-slides .slide-overlay h3, .home-slides .slide-overlay h4, .home-slides .slide-overlay h5, .home-slides .slide-overlay h6 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.home-slides .slide-overlay h1, .home-slides .slide-overlay h2 {
  margin-bottom: 8px;
}

.home-slides .slide-overlay p {
  color: #fff;
  margin-bottom: 8px;
}

/* Quick Links
--------------------------------------------- */
.home .quick-links {
  background: #E8E8E8;
  border-top: 8px solid #727a5c;
  padding: 16px 0 0;
  overflow: hidden;
  width: 100%;
}

.home .quick-links .quick-link {
  float: left;
  margin-bottom: 16px;
  padding: 0 16px;
}

@media (max-width: 767px) {
  .home .quick-links .quick-link {
    width: 33.333%;
  }
}

@media (min-width: 768px) {
  .home .quick-links .quick-link {
    width: 16.666%;
  }
}

.home .quick-links .quick-link a {
  border-radius: 4px;
  display: block;
  padding: 7px 0;
  text-align: center;
}

.home .quick-links .quick-link a:hover {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.home .quick-links .quick-link a:hover i {
  color: #4F6F86;
}

.home .quick-links .quick-link a i {
  color: #89adc5;
  display: block;
  font-size: 80px;
}

.home .quick-links .quick-link a .title {
  color: #4F6F86;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -1px;
}

/* News
--------------------------------------------- */
@media (max-width: 1019px) {
  .home .latest-posts .hentry:nth-last-child(1),
  .home .latest-posts .hentry:nth-last-child(2) {
    display: none;
  }
}

/* Image Overlay
--------------------------------------------- */
.home .section-image-overlay {
  background-size: cover;
  background-position: center center;
  border-top: 8px solid #727a5c;
  color: #fff;
  padding: 16px 0;
  position: relative;
}

.home .section-image-overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.home .section-image-overlay .wrap {
  position: relative;
  z-index: 2;
}

.home .section-image-overlay h1, .home .section-image-overlay h2, .home .section-image-overlay h3, .home .section-image-overlay h4, .home .section-image-overlay h5, .home .section-image-overlay h6 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.home .section-image-overlay p:last-child {
  margin-bottom: 0;
}

.home .section-image-overlay p .button {
	margin: 0 16px 16px 0;
}

@media (max-width: 767px) {
  .home .section-image-overlay {
    text-align: center;
  }
  .home .section-image-overlay .button {
    display: block;
    margin: 0 0 12px;
  }
  .home .section-image-overlay p:last-child,
  .home .section-image-overlay p .button:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .home .section-image-overlay {
    padding: 60px 0;
  }
}

@media (min-width: 1020px) {
  .home .section-image-overlay {
    padding: 100px 0;
  }
  .home .section-image-overlay .image-overlay {
    width: 50%;
  }
}

/* Footer
--------------------------------------------- */
.home-footer {
  background: #7D865D;
  border-top: 8px solid #727a5c;
  padding: 16px 0;
}

@media (min-width: 1020px) {
  .home-footer {
    padding: 32px 0;
  }
}

.home-footer h1, .home-footer h2, .home-footer h3, .home-footer h4, .home-footer h5, .home-footer h6, .home-footer p {
  color: #fff;
}

.home-footer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1019px) and (min-width: 768px) {
  .home-footer .button {
    font-size: 14px;
    padding: 7px 16px 8px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .home-footer .button {
    display: block;
    text-align: center;
    margin-bottom: 8px;
  }
}

/* Mobile Menu
---------------------------------------------------------------------------------------------------- */
body.sidr-open:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999998;
}

.sidr-menu-close {
  background: #4F6F86;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B1BE85), to(#808F4C));
  background-image: linear-gradient(-180deg, #B1BE85 0%, #808F4C 100%);
  color: #fff;
  display: none;
  position: fixed;
  right: 345px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  width: 48px;
  z-index: 999999;
}

@media (max-width: 392px) {
  .sidr-menu-close {
    right: calc(100% - 48px);
  }
}

.sidr-open .sidr-menu-close {
  display: block;
}

.sidr-menu-close:hover {
  text-decoration: none;
}

.sidr {
  background: #515151;
  display: block;
  position: fixed;
  top: 0;
  right: -600px;
  height: 100%;
  z-index: 999999;
  width: calc(100% - 48px);
  max-width: 345px;
  overflow-y: scroll;
}

.sidr ul.menu {
  margin: 0;
}

.sidr ul.menu li {
  list-style-type: none;
  padding: 0;
  position: relative;
}

.sidr ul.menu li a {
  background: #515151;
  border-bottom: 1px solid #333;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  padding: 10px 10px 10px 16px;
  text-decoration: none;
}

.sidr ul.menu li.menu-item-has-children > .submenu-toggle {
  background: #515151;
  border-left: 1px solid #333;
  color: #fff;
  cursor: pointer;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

.sidr ul.menu li.menu-item-has-children > .submenu-toggle:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
}

.sidr ul.menu li.menu-item-has-children > .submenu-toggle:hover,
.sidr ul.menu li.menu-item-has-children.submenu-active > .submenu-toggle {
  background: #B1BE85;
  color: #fff;
}

.sidr ul.menu li.menu-item-has-children.submenu-active > .submenu-toggle:before {
  content: "\e916";
}

.sidr ul.menu li ul {
  display: none;
  margin: 0;
}

.sidr ul.menu li ul li {
  border-left: 16px solid #333;
}

.sidr ul.menu li.submenu-active > ul {
  display: block;
}

.sidr p.socials {
  padding: 16px;
  margin: 0;
}

.sidr p.socials a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
}

.sidr p.socials a:hover {
  color: #B1BE85;
  text-decoration: none;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-arrow {
  color: #fff;
  opacity: .5;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow:hover {
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}

.slick-arrow.slick-prev {
  left: 40px;
}

.slick-arrow.slick-next {
  right: 40px;
}

@media (max-width: 1271px) {
  .slick-arrow {
    opacity: 0;
    z-index: 1;
  }
}

.slick-dots {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  margin: 0;
}

.slick-dots li {
  margin: 0 4px;
  list-style-type: none;
  display: inline-block;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  background: transparent;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding: 0;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
}

.slick-dots li.slick-active > button,
.slick-dots li button:hover {
  background: #fff;
  border-color: #fff;
}

/* EA Share Count
---------------------------------------------------------------------------------------------------- */
.ea-share-count-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.ea-share-count-wrap .ea-share-count-button.style-gss {
  border-radius: 0;
  display: table-cell;
  margin: 0;
  text-align: center;
  width: 2%;
}

.ea-share-count-wrap .ea-share-count-button.style-gss i {
  font-size: 16px;
}

.ea-share-count-wrap .ea-share-count-button.style-gss,
.ea-share-count-wrap .ea-share-count-button.style-gss i,
.ea-share-count-wrap .ea-share-count-button.style-gss .ea-share-count-label {
  line-height: 32px;
  height: 32px;
}

.ea-share-count-wrap .ea-share-count-button.style-gss.facebook {
  background: #37599C;
}

.ea-share-count-wrap .ea-share-count-button.style-gss.linkedin {
  background: #1674B9;
}

.ea-share-count-wrap .ea-share-count-button.style-gss.google {
  background: #DE4A38;
}

.ea-share-count-wrap .ea-share-count-button.style-gss.twitter {
  background: #4CADF3;
}

.ea-share-count-wrap .ea-share-count-button.style-gss.pinterest {
  background: #D02120;
}

.ea-share-count-wrap .ea-share-count-button.style-gss.print {
  background: #3C3D41;
}

.ea-share-count-wrap .ea-share-count-button.style-gss.email {
  background: #3C3D41;
}

@media (max-width: 767px) {
  .ea-share-count-wrap .ea-share-count-button.style-gss .ea-share-count-label {
    display: none;
  }
}
