@charset "UTF-8";
/* BOOTSTRAP VARIABLES */
/* OUR VARIABLES */
/*********************
TYPOGRAPHY
*********************/
/*********************
FOR GRID (BOOTSTRAP)
*********************/
/*********************
SITE WIDTHS
*********************/
/*********************
COLORS
*********************/
/*********************
ELEMENTS
*********************/
/*********************
Navigation
*********************/
/* BOOTSTRAP FILES */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #888;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0275d8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #014c8c;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 544px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 544px) {
    .container {
      width: 576px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 940px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 544px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 544px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 544px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .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, .col-sm,
    .col-sm-auto, .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, .col-md,
    .col-md-auto, .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, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .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, .col-sm,
    .col-sm-auto, .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, .col-md,
    .col-md-auto, .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, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .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, .col-sm,
    .col-sm-auto, .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, .col-md,
    .col-md-auto, .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, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .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, .col-sm,
    .col-sm-auto, .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, .col-md,
    .col-md-auto, .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, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 10px;
      padding-left: 10px; } }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 544px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/* OUR MIXINS */
/**
 * Mixin to add turn an element into a fontawesome icon.
 *
 * $content (string) The desired icon's unicode character in the format "\f18e"
 */
/* VENDOR */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
		 * Remove all paddings around the image on small screen
		 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* PARTIALS */
body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #888; }

p,
ul,
ol,
li,
blockquote {
  padding: 0;
  margin: 0;
  line-height: 1.4em;
  font-weight: 300; }

ul,
ol {
  list-style: none; }

hr {
  margin: 24px 0;
  border: none;
  width: 50px;
  border-bottom: 2px solid #4e9d45; }

/*********************
TITLES & HEADLINES
*********************/
h1, .h1, .swiper-container .slider__title h2,
.home-banner .slider__title h2,
h2, .h2,
h3, .h3,
h4, .h4, .content-brick--double-heading__line-2,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 24px;
  line-height: 1.2em;
  color: #414141; }

h1, .h1, .swiper-container .slider__title h2,
.home-banner .slider__title h2 {
  color: white;
  font-size: 28px; }
  @media (min-width: 544px) {
    h1, .h1, .swiper-container .slider__title h2,
    .home-banner .slider__title h2 {
      font-size: 32px; } }

h2, .h2 {
  font-size: 32px; }
  @media (min-width: 544px) {
    h2, .h2 {
      font-size: 50px; } }

h3, .h3 {
  font-size: 28px; }
  @media (min-width: 544px) {
    h3, .h3 {
      font-size: 42px; } }

h4, .h4, .content-brick--double-heading__line-2 {
  font-size: 24px; }
  @media (min-width: 544px) {
    h4, .h4, .content-brick--double-heading__line-2 {
      font-size: 36px; } }

h5, .h5 {
  font-size: 20px; }
  @media (min-width: 544px) {
    h5, .h5 {
      font-size: 30px; } }

h6, .h6 {
  font-size: 18px; }
  @media (min-width: 544px) {
    h6, .h6 {
      font-size: 24px; } }

/*********************
CONTENT TYPOGRAPHY
*********************/
.mce-content-body p,
.mce-content-body ul,
.mce-content-body ol,
.mce-content-body blockquote,
.content p,
.content ul,
.content ol,
.content blockquote {
  margin-bottom: 24px; }

.mce-content-body ul,
.content ul {
  margin-bottom: 24px;
  list-style: none; }
  .mce-content-body ul li,
  .content ul li {
    margin-left: 30px;
    margin-bottom: 18px; }
    .mce-content-body ul li:before,
    .content ul li:before {
      content: "\f105";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -25px;
      margin-right: 19px;
      color: #00b2e2;
      font-weight: bold; }

.mce-content-body .gform_fields li,
.mce-content-body .pagination li,
.content .gform_fields li,
.content .pagination li {
  margin-left: 0; }
  .mce-content-body .gform_fields li:before,
  .mce-content-body .pagination li:before,
  .content .gform_fields li:before,
  .content .pagination li:before {
    content: none; }

.mce-content-body .gform_fields .gfield_radio li,
.mce-content-body .pagination .gfield_radio li,
.content .gform_fields .gfield_radio li,
.content .pagination .gfield_radio li {
  margin-left: 4px; }

.mce-content-body ol,
.content ol {
  list-style: decimal; }

.mce-content-body li,
.content li {
  margin-left: 24px; }

.mce-content-body blockquote,
.content blockquote {
  padding: 0 24px;
  color: #00b2e2;
  border-left: 2px solid currentcolor; }

/*********************
FONTS
*********************/
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

/*********************
LINKS
*********************/
a, a:visited {
  color: #00b2e2;
  text-decoration: none; }

a img {
  border: none; }

a:hover, a:focus {
  color: #11ccff;
  text-decoration: underline;
  cursor: pointer; }

/*********************
BUTTONS
*********************/
.button {
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0s;
  transition: all 0s;
  background-color: transparent;
  font-weight: normal; }
  .button, .button:visited {
    color: #00b2e2;
    text-decoration: none; }
  .button:hover, .button:focus {
    color: #07caff;
    text-decoration: none; }
  .button:active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    box-shadow: none; }
  .button.button--filled {
    color: white;
    background-color: #00b2e2;
    border-color: transparent;
    padding: 10px 24px;
    border: 2px solid #00b2e2;
    border-radius: 50px; }
    .button.button--filled:hover, .button.button--filled:focus {
      color: #00b2e2;
      border-color: #00b2e2;
      background-color: transparent; }
  .button.button--loading .button__go-icon, .button.button--loading:after {
    margin-left: .25em; }
  .button.button--loading .button__go-icon {
    display: none; }
  .button.button--loading:after {
    display: inline-block;
    font-family: 'FontAwesome', serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    -webkit-animation: fa-spin 1.5s infinite linear;
            animation: fa-spin 1.5s infinite linear; }
  .button.button--content {
    margin: 12px 0;
    padding: 10px 48px; }
    @media (min-width: 544px) {
      .button.button--content {
        padding: 10px 72px; } }
  @media (min-width: 992px) {
    .button {
      -webkit-transition: all .3s;
      transition: all .3s; } }

/*********************
TWO COLUMNS
*********************/
.two-columns {
  display: block; }
  .two-columns .column {
    width: 100%; }
    .two-columns .column:not(:last-child) {
      margin-bottom: 24px; }
  @media (min-width: 1200px) {
    .two-columns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .two-columns .column {
        width: calc(50% - 15px); }
        .two-columns .column:not(:last-child) {
          margin-bottom: 0; } }

/*********************
IMAGES
*********************/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

/*********************
SELECTION TEXT
*********************/
::-moz-selection {
  background-color: #414141;
  color: white; }

::selection {
  background-color: #414141;
  color: white; }

/*********************
SUBTITLE
*********************/
.subtitle {
  font-size: 14px;
  color: #4e9d45;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px; }

/*********************
MENU ICONS
*********************/
.screen-reader-text {
  display: none; }

#menu-main-menu .menu-item-home a span {
  display: none; }

#menu-main-menu .menu-item-home a:after {
  font-family: FontAwesome;
  content: '\f015'; }

.menu-social-menu-container .menu li {
  display: inline-block;
  border: 0; }
  .menu-social-menu-container .menu li a {
    text-decoration: none; }
    .menu-social-menu-container .menu li a:after {
      font-family: FontAwesome;
      font-size: 16px; }
    .menu-social-menu-container .menu li a[href*="facebook"]:after {
      content: "\f09a"; }
    .menu-social-menu-container .menu li a[href*="twitter"]:after {
      content: "\f099"; }
    .menu-social-menu-container .menu li a[href*="pinterest"]:after {
      content: "\f0d2"; }
    .menu-social-menu-container .menu li a[href*="instagram"]:after {
      content: "\f16d"; }
    .menu-social-menu-container .menu li a[href*="google"]:after {
      content: "\f0d5"; }
    .menu-social-menu-container .menu li a[href*="linkedin"]:after {
      content: "\f0e1"; }
  .menu-social-menu-container .menu li:first-child a:after {
    padding-left: 0; }
  .menu-social-menu-container .menu li:last-child a:after {
    padding-right: 0; }

.icreate-logo-svg {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px; }
  .icreate-logo-svg__path {
    fill: currentcolor; }

/*********************
IMAGES
*********************/
.alignnone,
img.alignnone {
  display: inline;
  margin: 0 0 10px; }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin: 0 10px 10px 0; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin: 0 0 10px 10px; }

.aligncenter,
img.aligncenter,
.entry_content .centered {
  display: block;
  margin: 0 auto 10px; }

@media (max-width: 767px) {
  .alignleft, img.alignleft,
  .alignright, img.alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; } }

/*********************
WP-CAPTION
*********************/
.wp-caption {
  text-align: center; }
  .wp-caption .wp-caption-text {
    font-size: .75em; }

/*********************
OLD BROWSER MESSAGES
*********************/
#outdated-browser {
  position: fixed;
  top: 0;
  background: red;
  color: white;
  padding: 20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  z-index: 1; }
  #outdated-browser a {
    color: blue; }

.site-container {
  overflow: hidden; }

.site-header .wrap,
.pre-footer .wrap,
.site-footer .wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 544px) {
    .site-header .wrap,
    .pre-footer .wrap,
    .site-footer .wrap {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .site-header .wrap,
    .pre-footer .wrap,
    .site-footer .wrap {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .site-header .wrap,
    .pre-footer .wrap,
    .site-footer .wrap {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .site-header .wrap,
    .pre-footer .wrap,
    .site-footer .wrap {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 544px) {
    .site-header .wrap,
    .pre-footer .wrap,
    .site-footer .wrap {
      width: 576px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .site-header .wrap,
    .pre-footer .wrap,
    .site-footer .wrap {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .site-header .wrap,
    .pre-footer .wrap,
    .site-footer .wrap {
      width: 940px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .site-header .wrap,
    .pre-footer .wrap,
    .site-footer .wrap {
      width: 1140px;
      max-width: 100%; } }

.site-inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 544px) {
    .site-inner {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .site-inner {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .site-inner {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .site-inner {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 544px) {
    .site-inner {
      width: 576px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .site-inner {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .site-inner {
      width: 940px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .site-inner {
      width: 1140px;
      max-width: 100%; } }

.content-sidebar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 544px) {
    .content-sidebar-wrap {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 768px) {
    .content-sidebar-wrap {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 992px) {
    .content-sidebar-wrap {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 1200px) {
    .content-sidebar-wrap {
      margin-right: -10px;
      margin-left: -10px; } }
  .content-sidebar-wrap .content,
  .content-sidebar-wrap .sidebar {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 544px) {
      .content-sidebar-wrap .content,
      .content-sidebar-wrap .sidebar {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 768px) {
      .content-sidebar-wrap .content,
      .content-sidebar-wrap .sidebar {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 992px) {
      .content-sidebar-wrap .content,
      .content-sidebar-wrap .sidebar {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 1200px) {
      .content-sidebar-wrap .content,
      .content-sidebar-wrap .sidebar {
        padding-right: 10px;
        padding-left: 10px; } }
  @media (min-width: 992px) {
    .content-sidebar-wrap .content {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .content-sidebar-wrap .sidebar {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

@media (min-width: 992px) {
  .full-width-content .content-sidebar-wrap .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .sidebar-content .content-sidebar-wrap .content {
    left: 33.33333%; }
  .sidebar-content .content-sidebar-wrap .sidebar {
    right: 66.66667%; } }

.nav-primary {
  z-index: 10001;
  right: 0;
  width: 50px; }
  .nav-primary .wrap {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 544px) {
      .nav-primary .wrap {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 768px) {
      .nav-primary .wrap {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 992px) {
      .nav-primary .wrap {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 1200px) {
      .nav-primary .wrap {
        padding-right: 0;
        padding-left: 0; } }
  .nav-primary ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-primary li {
    display: block; }
  .nav-primary .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .nav-primary .menu-item {
    position: relative;
    z-index: 10; }
    .nav-primary .menu-item a {
      display: block;
      padding: 12px 38px;
      font-size: 18px;
      font-weight: 300;
      outline: none;
      color: white;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: all 0.1s;
      transition: all 0.1s; }
      .nav-primary .menu-item a:focus, .nav-primary .menu-item a:hover {
        color: #4e9d45; }
      @media (min-width: 544px) {
        .nav-primary .menu-item a {
          font-size: 20px; } }
    .nav-primary .menu-item.current-menu-item > a {
      color: #888; }
    .nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle {
      height: 46px;
      width: 38px;
      padding-top: 1px;
      z-index: 15;
      font-size: 1.3em;
      opacity: .7;
      text-align: center;
      line-height: 42px;
      cursor: pointer; }
      .nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle::before {
        display: inline-block;
        font-family: 'FontAwesome', serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        color: white; }
      .nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle.active::before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .nav-primary .menu-item .sub-menu {
      width: 100%; }
      .nav-primary .menu-item .sub-menu > li {
        border-bottom: 1px solid #f0f0f0; }
        .nav-primary .menu-item .sub-menu > li:first-child {
          border-top: 1px solid #f0f0f0; }
      .nav-primary .menu-item .sub-menu .sub-menu li:last-child {
        border-bottom: none; }
  @media (max-width: 767px) {
    .nav-primary {
      position: absolute;
      top: 0; }
      .nav-primary .wrap {
        max-width: none;
        width: 100%; }
      .nav-primary .menu {
        position: absolute;
        top: auto;
        bottom: 24px;
        z-index: 10000;
        background: rgba(51, 51, 51, 0.95);
        min-height: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        overflow: hidden; }
        .nav-primary .menu > li {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: calc(100% - 60px);
          padding-left: 4px;
          padding-right: 4px; }
          .nav-primary .menu > li.menu-item-has-children.sfHover > .mobile-dropdown-toggle {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
          .nav-primary .menu > li.menu-item-has-children > a {
            width: calc(100% - 38px);
            padding-right: 0; } }
      @media (max-width: 767px) and (min-width: 350px) {
        .nav-primary .menu > li {
          width: calc(100% - 88px); } }
  @media (max-width: 767px) {
      .nav-primary .sub-menu > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .nav-primary .sub-menu > li.menu-item-has-children > a {
          width: calc(100% - 38px);
          padding-right: 0;
          background-color: white;
          color: #3D3D3D;
          font-weight: bold; }
        .nav-primary .sub-menu > li.menu-item-has-children > .mobile-dropdown-toggle {
          background-color: white;
          opacity: 1; }
          .nav-primary .sub-menu > li.menu-item-has-children > .mobile-dropdown-toggle:before {
            color: #3D3D3D; }
        .nav-primary .sub-menu > li.sfHover .sub-menu {
          -webkit-transition-delay: 0.3s;
                  transition-delay: 0.3s; }
        .nav-primary .sub-menu > li.sfHover > .mobile-dropdown-toggle {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .nav-primary .mega-menu-item .sub-menu .mobile-dropdown-toggle {
        display: none; }
      .nav-primary .mega-menu-item .sub-menu > li.menu-item-has-children > a {
        width: 100%;
        padding-right: 38px; } }
  @media (min-width: 768px) {
    .nav-primary {
      background-color: white;
      bottom: auto;
      top: 0;
      left: 0;
      width: 100%; }
      .nav-primary .wrap {
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 768px) and (min-width: 544px) {
      .nav-primary .wrap {
        width: 576px;
        max-width: 100%; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .nav-primary .wrap {
        width: 720px;
        max-width: 100%; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .nav-primary .wrap {
        width: 940px;
        max-width: 100%; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .nav-primary .wrap {
        width: 1140px;
        max-width: 100%; } }
    @media (min-width: 768px) and (min-width: 544px) {
      .nav-primary .wrap {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .nav-primary .wrap {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .nav-primary .wrap {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .nav-primary .wrap {
        padding-right: 10px;
        padding-left: 10px; } }
  @media (min-width: 768px) {
      .nav-primary.megaHover .menu .mega-menu-item > .sub-menu {
        opacity: 1; }
      .nav-primary .menu {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 -12px; }
        .nav-primary .menu .mega-menu-item > .sub-menu {
          opacity: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .nav-primary .menu .mega-menu-item > .sub-menu > li {
            height: 100%;
            width: 250px; }
            .nav-primary .menu .mega-menu-item > .sub-menu > li:before {
              content: none; }
            .nav-primary .menu .mega-menu-item > .sub-menu > li > a {
              font-weight: 900;
              border-bottom: 1px solid #6cbb65; }
            .nav-primary .menu .mega-menu-item > .sub-menu > li .sub-menu li.current-menu-item a {
              color: white; }
          .nav-primary .menu .mega-menu-item > .sub-menu .sub-menu {
            position: inherit;
            display: block;
            width: 250px;
            top: 0;
            left: 0; }
            .nav-primary .menu .mega-menu-item > .sub-menu .sub-menu li:before {
              background-color: #6cbb65; }
            .nav-primary .menu .mega-menu-item > .sub-menu .sub-menu li a {
              font-size: 13px; }
              .nav-primary .menu .mega-menu-item > .sub-menu .sub-menu li a:hover, .nav-primary .menu .mega-menu-item > .sub-menu .sub-menu li a:focus {
                color: white; }
        .nav-primary .menu .mega-menu-item a span:after {
          display: none !important; }
        .nav-primary .menu .mega-menu-item.mega-menu-item-hover > .sub-menu {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .nav-primary .menu .mega-menu-item.mega-menu-item-hover > .sub-menu .sub-menu {
            display: block; }
        .nav-primary .menu > .menu-item:last-child > ul {
          left: auto;
          right: 0;
          margin-left: -99999px;
          margin-right: auto; } }
      @media (min-width: 768px) and (min-width: 992px) {
        .nav-primary .menu > .menu-item:last-child > ul {
          right: auto;
          margin-left: -266px; } }
      @media (min-width: 768px) and (min-width: 1200px) {
        .nav-primary .menu > .menu-item:last-child > ul {
          margin-left: -258px; } }
  @media (min-width: 768px) {
      .nav-primary .menu-item a {
        color: #414141;
        letter-spacing: 0;
        font-size: 15px;
        text-transform: none;
        font-weight: bold;
        padding: 24px 7px; }
      .nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle {
        display: none; }
      .nav-primary .menu-item .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin-right: -99999px;
        z-index: 20;
        padding: 0;
        width: auto;
        background-color: #7ccb75; }
        .nav-primary .menu-item .sub-menu > li {
          border-bottom: none; }
          .nav-primary .menu-item .sub-menu > li:before {
            display: block;
            content: '';
            height: 1px;
            width: calc(100% - 42px);
            background-color: #6cbb65;
            margin: 0 auto -1px; }
          .nav-primary .menu-item .sub-menu > li:first-child {
            border-top: none; }
            .nav-primary .menu-item .sub-menu > li:first-child:before {
              content: none; }
          .nav-primary .menu-item .sub-menu > li.current-menu-item a {
            color: white; }
          .nav-primary .menu-item .sub-menu > li.current-menu-item .sub-menu a {
            color: #414141; }
            .nav-primary .menu-item .sub-menu > li.current-menu-item .sub-menu a:hover, .nav-primary .menu-item .sub-menu > li.current-menu-item .sub-menu a:focus {
              color: #818181; }
        .nav-primary .menu-item .sub-menu a {
          padding: 20px 24px 18px; }
          .nav-primary .menu-item .sub-menu a:hover, .nav-primary .menu-item .sub-menu a:focus {
            color: white; }
        .nav-primary .menu-item .sub-menu .sub-menu {
          top: 0;
          left: 100%; }
          .nav-primary .menu-item .sub-menu .sub-menu li:before {
            background-color: #a7a7a7; }
          .nav-primary .menu-item .sub-menu .sub-menu li.current-menu-item a {
            color: #888; }
          .nav-primary .menu-item .sub-menu .sub-menu li a {
            color: #414141; }
            .nav-primary .menu-item .sub-menu .sub-menu li a:hover, .nav-primary .menu-item .sub-menu .sub-menu li a:focus {
              color: #818181; }
        .nav-primary .menu-item .sub-menu > .menu-item-has-children > a span::after,
        .nav-primary .menu-item .sub-menu > .menu-item-has-children > a span::before {
          content: '';
          font-size: .7em;
          line-height: 24px;
          position: relative;
          top: -2px; }
      .nav-primary .menu-item:not(.sub-right) .sub-menu > .menu-item-has-children > a span::after {
        display: inline-block;
        font-family: 'FontAwesome', serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        margin-left: 1em;
        float: right; }
      .nav-primary .menu-item.sub-right .sub-menu {
        left: auto;
        right: 0;
        margin-right: 0;
        margin-left: -99999px;
        text-align: right; }
        .nav-primary .menu-item.sub-right .sub-menu > .menu-item-has-children > a span::before {
          display: inline-block;
          font-family: 'FontAwesome', serif;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          margin-right: 1em;
          float: left; }
        .nav-primary .menu-item.sub-right .sub-menu .sub-menu {
          top: 0;
          left: auto;
          right: 100%; } }
  @media (min-width: 992px) {
    .nav-primary .menu {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .nav-primary .menu > .menu-item:last-child > ul {
        margin-right: -133px; } }
  @media (min-width: 1200px) {
    .nav-primary .menu-item a {
      padding: 24px 16px; } }
  @media (min-width: 992px) {
    .nav-primary.sticky {
      position: fixed;
      margin-bottom: -1px;
      border-bottom: 1px solid #eee;
      z-index: 100000; }
      .nav-primary.sticky .menu {
        position: relative;
        padding-left: 74px; }
        .nav-primary.sticky .menu:before {
          content: '';
          background-color: white;
          background-image: url("../images/logo.png");
          background-size: cover;
          background-position: left center;
          width: 63px;
          height: 60px;
          position: absolute;
          top: 6px;
          left: 0;
          z-index: 100000; }
        .nav-primary.sticky .menu-item a {
          font-size: 14px;
          padding: 24px 5px; }
        .nav-primary.sticky .menu-item .sub-menu {
          border-top: 1px solid #eee; }
          .nav-primary.sticky .menu-item .sub-menu .menu-item a {
            font-size: 15px;
            padding: 20px 24px 18px; }
          .nav-primary.sticky .menu-item .sub-menu .sub-menu {
            border-top: none; } }
  @media (min-width: 1200px) {
    .nav-primary.sticky .menu-item a {
      font-size: 15px;
      padding: 24px 12px; } }
  .nav-primary.open {
    position: fixed;
    top: -100px;
    bottom: -100px;
    width: 100%;
    min-height: calc(100vh + 200px);
    height: 100%;
    overflow-y: scroll; }
    .nav-primary.open .menu {
      top: 0;
      bottom: auto;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      padding-top: 168px;
      padding-bottom: 168px; }
      @media (min-width: 768px) {
        .nav-primary.open .menu {
          padding-top: 0;
          padding-bottom: 0; } }
  .nav-primary .mobile-menu-toggle {
    width: calc(100% - 24px);
    padding: 12px 12px;
    color: white;
    position: relative;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .nav-primary .mobile-menu-toggle:focus, .nav-primary .mobile-menu-toggle:hover {
      cursor: pointer; }
    @media (min-width: 768px) {
      .nav-primary .mobile-menu-toggle {
        display: none; } }
    .nav-primary .mobile-menu-toggle__icon {
      width: 24px;
      height: 28px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      position: absolute;
      top: 96px;
      right: 15px;
      margin: 0;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      z-index: 5; }
      .nav-primary .mobile-menu-toggle__icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 1px;
        left: 0;
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background-color: #a0a0ac; }
        .nav-primary .mobile-menu-toggle__icon span:nth-child(1) {
          top: 5px;
          -webkit-transform-origin: left center;
          transform-origin: left center; }
        .nav-primary .mobile-menu-toggle__icon span:nth-child(2) {
          top: 13px;
          -webkit-transform-origin: left center;
          transform-origin: left center; }
        .nav-primary .mobile-menu-toggle__icon span:nth-child(3) {
          top: 21px;
          -webkit-transform-origin: left center;
          transform-origin: left center; }
      @media (min-width: 544px) {
        .nav-primary .mobile-menu-toggle__icon {
          top: 114px; } }
    .nav-primary .mobile-menu-toggle.open .mobile-menu-toggle__icon {
      position: fixed;
      top: 22px;
      right: 10px;
      z-index: 10001; }
      .nav-primary .mobile-menu-toggle.open .mobile-menu-toggle__icon span {
        background-color: white; }
        .nav-primary .mobile-menu-toggle.open .mobile-menu-toggle__icon span:nth-child(1) {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 5px;
          left: 3px; }
        .nav-primary .mobile-menu-toggle.open .mobile-menu-toggle__icon span:nth-child(2) {
          width: 0;
          opacity: 0;
          filter: alpha(opacity=0); }
        .nav-primary .mobile-menu-toggle.open .mobile-menu-toggle__icon span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 22px;
          left: 3px; }

/*********************
ACCESSIBILITY
*********************/
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none; }

.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,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #888;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link {
  position: relative; }

/*********************
FORM ELEMENTS
*********************/
label, input[type=button], input[type=submit], button {
  cursor: pointer; }

input,
textarea,
select {
  padding: 12px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 0;
  background: white;
  border: 1px solid #ccc;
  -webkit-transition: all .3s;
  transition: all .3s; }
  input:focus, input:active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active {
    outline: 0;
    border-color: #00b2e2; }

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

::-moz-placeholder {
  color: #888; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #888; }

/* ie */
:-moz-placeholder {
  color: #888; }

/*********************
GRAVITY FORM STYLES 
*********************/
.gform_wrapper ul li {
  list-style-type: none;
  margin-left: 0; }

.gform_wrapper label {
  display: none; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="password"],
.gform_wrapper select,
.gform_wrapper textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 300; }

.gform_wrapper textarea {
  height: 100px; }

.gform_wrapper .gform_button {
  width: 250px;
  background-color: #00b2e2;
  color: white;
  border: 2px solid #00b2e2;
  border-radius: 100px;
  padding: 10px 72px; }
  .gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus {
    color: #00b2e2;
    background-color: white;
    border-color: #00b2e2; }

.gform_wrapper select {
  color: #888; }
  .gform_wrapper select.normal-colour {
    color: #414141; }
  .gform_wrapper select option {
    font-weight: 300;
    color: #414141; }
    .gform_wrapper select option.gf_placeholder {
      color: #888; }

.gfield {
  margin-bottom: 15px; }

.gfield_label {
  display: block; }

.gform_description {
  display: block; }

.hide-labels .gfield_label {
  display: none; }

.gform_hidden {
  display: none; }

.gfield_visibility_hidden {
  display: none; }

.gform_ajax_spinner {
  display: none !important; }

/*********************
GRAVITY FORM CONFIRMATIONS
*********************/
.gform_confirmation_wrapper {
  margin: 24px 0; }

.gform_confirmation_message {
  color: #00b2e2; }

/*********************
GRAVITY FORM ERRORS
*********************/
.validation_error {
  padding: 12px;
  color: red;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  margin-bottom: 24px; }

.gform_validation_container {
  display: none !important; }

.gfield_error input, .gfield_error select, .gfield_error textarea {
  border-color: red; }

.validation_message {
  font-size: .75em;
  color: red; }

.header__container > .wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px; }
  @media (min-width: 544px) {
    .header__container > .wrap {
      width: 576px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .header__container > .wrap {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .header__container > .wrap {
      width: 940px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .header__container > .wrap {
      width: 1140px;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .header__container > .wrap {
      max-width: none;
      width: 100%; } }

@media (min-width: 544px) {
  .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 650px) {
  .header__container > .wrap {
    padding-bottom: 0; } }

@media (min-width: 768px) {
  .header__container {
    border-bottom: 1px solid #f0f0f0; }
    .header__container > .wrap {
      padding-bottom: 0; } }

@media (min-width: 992px) {
  .header__container.sticky {
    margin-bottom: 71px; }
  .header__container > .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.header__container__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px; }
  @media (min-width: 544px) {
    .header__container__wrapper {
      display: block; } }
  @media (min-width: 992px) {
    .header__container__wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 0; } }
  .header__container__wrapper .site-header .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header__container__wrapper .header-widgets-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media (min-width: 544px) {
      .header__container__wrapper .header-widgets-mobile {
        display: none; } }
    .header__container__wrapper .header-widgets-mobile .header-widgets__location, .header__container__wrapper .header-widgets-mobile .header-widgets__email, .header__container__wrapper .header-widgets-mobile .header-widgets__phone--icon {
      font-size: 12px; }
    .header__container__wrapper .header-widgets-mobile .header-widgets__icon {
      width: 25%;
      padding: 0 8px; }
    .header__container__wrapper .header-widgets-mobile .header-search {
      display: inline-block;
      position: relative;
      height: 42px;
      width: 42px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      vertical-align: middle; }
      .header__container__wrapper .header-widgets-mobile .header-search .search-wrap {
        width: 42px;
        height: 42px;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .header__container__wrapper .header-widgets-mobile .header-search form {
        display: none;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .header__container__wrapper .header-widgets-mobile .header-search input[type="search"] {
        line-height: 18px;
        margin-right: 42px;
        width: calc(100% - 41px); }
      .header__container__wrapper .header-widgets-mobile .header-search .search-icon {
        display: block;
        line-height: 42px;
        font-size: 22px;
        height: 42px;
        width: 42px;
        color: #888;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .header__container__wrapper .header-widgets-mobile .header-search .search-icon i {
          position: absolute;
          top: 3px;
          right: 10px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          .header__container__wrapper .header-widgets-mobile .header-search .search-icon i.fa-times {
            opacity: 0;
            width: 22px; }
          .header__container__wrapper .header-widgets-mobile .header-search .search-icon i.fa-search {
            opacity: 1; }
      .header__container__wrapper .header-widgets-mobile .header-search input[type=submit] {
        display: none; }
      .header__container__wrapper .header-widgets-mobile .header-search.show .search-wrap {
        width: 248px; }
      .header__container__wrapper .header-widgets-mobile .header-search.show form {
        opacity: 1;
        display: block; }
      .header__container__wrapper .header-widgets-mobile .header-search.show .search-icon {
        margin-right: 0; }
      .header__container__wrapper .header-widgets-mobile .header-search.show i.fa-times {
        opacity: 1;
        top: 3px;
        right: 5px; }
      .header__container__wrapper .header-widgets-mobile .header-search.show i.fa-search {
        opacity: 0; }
    .header__container__wrapper .header-widgets-mobile .search-form::after {
      content: '' !important; }

.site-header {
  padding: 18px 0 12px 0; }
  @media (min-width: 544px) {
    .site-header {
      padding: 18px 0;
      width: 246px;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .site-header {
      width: auto;
      -webkit-box-flex: 10;
      -webkit-flex-grow: 10;
          -ms-flex-positive: 10;
              flex-grow: 10; }
      .site-header .wrap {
        width: auto;
        padding: 0 8px; } }

.site-title {
  margin: 0; }
  .site-title a {
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background: url("../images/logo.png") center no-repeat;
    background-size: contain;
    width: 138px;
    height: 40px; }
  @media (min-width: 544px) {
    .site-title a {
      height: 72px;
      margin: 0 auto;
      width: 216px; } }
  @media (min-width: 992px) {
    .site-title a {
      margin-left: 0; } }

.site-description {
  display: none; }

.header-widgets-desktop {
  display: none; }
  @media (min-width: 544px) {
    .header-widgets-desktop {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.header-widgets {
  padding: 0 15px 18px; }
  .header-widgets__phone--number {
    display: none;
    width: 100%;
    color: #a0a0ac;
    text-align: center;
    font-size: 18px;
    font-weight: bold; }
    .header-widgets__phone--number a:hover, .header-widgets__phone--number a:focus {
      text-decoration: none; }
  .header-widgets__location, .header-widgets__email, .header-widgets__phone--icon {
    font-size: 14px;
    padding: 0 6px;
    margin: 0 0 12px; }
    .header-widgets__location a, .header-widgets__email a, .header-widgets__phone--icon a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 35px;
      height: 35px;
      border-radius: 35px;
      background-color: #4e9d45;
      color: white;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .header-widgets__location a:hover, .header-widgets__location a:focus, .header-widgets__email a:hover, .header-widgets__email a:focus, .header-widgets__phone--icon a:hover, .header-widgets__phone--icon a:focus {
        text-decoration: none;
        background-color: #5cb353; }
  .header-widgets__location a {
    margin-right: 0;
    margin-left: auto;
    background-color: #00b2e2; }
    .header-widgets__location a:hover, .header-widgets__location a:focus {
      background-color: #07caff; }
  .header-widgets__phone--icon a {
    color: #888;
    font-size: 22px;
    margin-right: 0;
    margin-left: auto;
    background-color: transparent; }
    .header-widgets__phone--icon a:hover, .header-widgets__phone--icon a:focus {
      background-color: transparent;
      color: #414141; }
  .header-widgets__search {
    width: 100%;
    margin-right: 43px; }
  .header-widgets .search-form {
    width: 100%;
    position: relative;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto; }
    .header-widgets .search-form:after {
      content: '\f002';
      font-family: 'FontAwesome';
      position: absolute;
      top: 9px;
      right: 16px;
      border-radius: 50px; }
    .header-widgets .search-form input[type="search"] {
      font-weight: 300;
      padding: 8px 42px 8px 18px;
      width: 100%;
      border-radius: 50px; }
    .header-widgets .search-form input:last-child {
      height: 42px;
      width: 42px;
      border-radius: 50px;
      border-color: transparent;
      position: absolute;
      z-index: 10;
      top: 0;
      right: 0;
      background-color: transparent; }
  @media (min-width: 544px) {
    .header-widgets__phone--number, .header-widgets__location, .header-widgets__email, .header-widgets__phone--icon {
      position: absolute;
      top: 36px; }
    .header-widgets__location {
      right: 91px; }
    .header-widgets__email {
      right: 50px; }
    .header-widgets__phone--icon {
      right: 9px; } }
  @media (min-width: 768px) {
    .header-widgets {
      width: calc(100% - 234px);
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .header-widgets__phone--number {
        margin-top: 9px; }
      .header-widgets__location, .header-widgets__email, .header-widgets__phone--icon {
        margin-bottom: 0;
        margin-top: 3px; }
      .header-widgets__phone--number {
        width: auto;
        display: inline-block;
        right: 97px; }
      .header-widgets__location {
        right: 41px; }
      .header-widgets__email {
        right: 0; }
      .header-widgets__phone--icon {
        display: none; }
      .header-widgets__search {
        margin-right: 0; } }
  @media (min-width: 992px) {
    .header-widgets {
      width: auto;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      padding: 33px 8px; }
      .header-widgets__location, .header-widgets__email, .header-widgets__phone--number {
        position: inherit; }
      .header-widgets__phone--number {
        margin-right: 18px; }
      .header-widgets__search {
        margin-left: 6px;
        width: 265px; } }

.button.header-book-button {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  border-color: #4e9d45;
  width: 234px;
  border-radius: 50px;
  text-align: center;
  background-color: #4e9d45; }
  .button.header-book-button:hover, .button.header-book-button:focus, .button.header-book-button:active {
    border-color: #4e9d45;
    background-color: transparent;
    color: #4e9d45; }
  @media (min-width: 650px) {
    .button.header-book-button {
      top: 29px;
      left: auto;
      right: 146px;
      bottom: auto; } }
  @media (min-width: 768px) {
    .button.header-book-button {
      top: 104px;
      right: 0;
      left: auto;
      bottom: auto; } }
  @media (min-width: 992px) {
    .button.header-book-button {
      top: 119px;
      right: 8px;
      -webkit-transition: top 0s;
      transition: top 0s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .button.header-book-button.sticky {
        position: fixed;
        top: 11px;
        left: 700px;
        right: 0;
        margin-right: auto;
        margin-left: auto;
        z-index: 100001; } }
  @media (min-width: 1200px) {
    .button.header-book-button.sticky {
      left: 890px;
      right: 0; } }

.banner {
  text-align: center;
  height: 210px;
  background-size: cover;
  background-position: center;
  background-color: #e4e4e4; }
  .banner__inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .banner__title {
    margin: 0 0 12px;
    padding: 0;
    text-shadow: 0 0 10px black; }
  .banner--home {
    height: 288px; }
  @media (min-width: 544px) {
    .banner {
      height: 370px; } }

/*********************
FOOTER STYLES
*********************/
.pre-footer {
  background-color: #f0f0f0;
  padding: 48px 0; }
  .pre-footer__col {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px; }
    .pre-footer__col:not(:last-child) {
      padding-bottom: 30px;
      border-bottom: 1px solid #d1d1d1;
      margin-bottom: 30px; }
  .pre-footer img {
    display: block;
    width: 176px;
    margin: 0 0 18px; }
  .pre-footer p {
    font-size: 14px; }
  .pre-footer h6 {
    font-size: 18px;
    margin-bottom: 12px; }
  .pre-footer hr {
    margin-left: 0;
    margin-right: auto;
    margin-top: 18px;
    margin-bottom: 34px; }
  .pre-footer .menu-footer-menu-container li:not(:last-child) {
    margin-bottom: 18px; }
  .pre-footer .menu-footer-menu-container a {
    font-weight: 400;
    display: block;
    color: #888; }
    .pre-footer .menu-footer-menu-container a:hover, .pre-footer .menu-footer-menu-container a:focus {
      color: #aeaeae;
      text-decoration: none; }
  .pre-footer .menu-social-menu-container a {
    display: inline-block;
    margin-right: 6px; }
    .pre-footer .menu-social-menu-container a:after {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 35px;
      height: 35px;
      border-radius: 35px;
      background-color: #4e9d45;
      color: white;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .pre-footer .menu-social-menu-container a:hover:after, .pre-footer .menu-social-menu-container a:focus:after {
      background-color: #5cb353; }
  @media (min-width: 400px) {
    .pre-footer .menu-footer-menu-container ul {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; } }
  @media (min-width: 544px) {
    .pre-footer__col {
      margin-right: 0;
      margin-left: 0;
      padding-right: 15px;
      padding-left: 15px; }
      .pre-footer__col:not(:last-child) {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .pre-footer__col:first-child {
        margin-bottom: 30px; }
    .pre-footer .menu-footer-menu-container ul {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1; } }
  @media (min-width: 768px) {
    .pre-footer .menu-footer-menu-container ul {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; } }
  @media (min-width: 992px) {
    .pre-footer__col:first-child {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .pre-footer .menu-footer-menu-container ul {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; }
      .pre-footer .menu-footer-menu-container ul li:nth-child(2n + 2) {
        margin-bottom: 0; }
    .pre-footer .menu-social-menu-container a {
      margin-right: 1px; } }

.site-footer {
  background-color: #f0f0f0;
  border-top: 1px solid #d1d1d1; }

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 12px;
  color: #aaa; }
  .footer a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .footer a, .footer a:visited {
      color: #aaa; }
    .footer a:focus, .footer a:hover {
      color: #888;
      text-decoration: none; }

.footer--copyright {
  text-align: center; }
  .footer--copyright a {
    font-weight: 300; }
  .footer--copyright .copyright-menu-container .menu-item {
    margin: 6px 0; }
  @media (min-width: 544px) {
    .footer--copyright .copyright-menu-container {
      display: inline-block; }
      .footer--copyright .copyright-menu-container .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0; }
        .footer--copyright .copyright-menu-container .menu-item {
          margin: 0; }
          .footer--copyright .copyright-menu-container .menu-item::before {
            margin: 0 .5em;
            content: '\7c'; }
    .footer--copyright__side:not(:last-child) {
      margin-bottom: 12px; } }
  @media (min-width: 992px) {
    .footer--copyright {
      text-align: left; }
      .footer--copyright__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .footer--copyright__side:not(:last-child) {
        margin-bottom: 0; }
      .footer--copyright__side--right {
        text-align: right; } }

.breadcrumbs {
  text-transform: lowercase;
  color: white;
  font-size: 12px;
  font-weight: normal; }
  .breadcrumbs a {
    color: white; }
  .breadcrumbs .wrap {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 544px) {
      .breadcrumbs .wrap {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 768px) {
      .breadcrumbs .wrap {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 992px) {
      .breadcrumbs .wrap {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 1200px) {
      .breadcrumbs .wrap {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 544px) {
      .breadcrumbs .wrap {
        width: 576px;
        max-width: 100%; } }
    @media (min-width: 768px) {
      .breadcrumbs .wrap {
        width: 720px;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .breadcrumbs .wrap {
        width: 940px;
        max-width: 100%; } }
    @media (min-width: 1200px) {
      .breadcrumbs .wrap {
        width: 1140px;
        max-width: 100%; } }
  .breadcrumbs__inner {
    padding: 12px 0;
    text-shadow: 0 0 10px black; }
  .breadcrumbs__sep {
    margin: 0 0.5em; }

.widget h4 {
  margin: 0; }

.widget ul,
.widget ol {
  padding: 0; }

.widget li {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  /* remove the border for the last item in a list */ }
  .widget li:last-child {
    border-bottom: 0; }

/*********************
FOOTER WIDGETS 
*********************/
.footer-widgets {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  clear: both;
  /* overrides for the featured posts */ }
  .footer-widgets h4 {
    background: none;
    border: none;
    margin: 0 0 5px;
    padding: 0; }
  .footer-widgets p {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 10px; }
  .footer-widgets .widget {
    background: none;
    border: 0;
    margin: 0 0 15px;
    padding: 20px 20px 0; }
    .footer-widgets .widget ul,
    .footer-widgets .widget ol {
      padding: 0; }
  .footer-widgets .featuredpage .page,
  .footer-widgets .featuredpost .post {
    margin: 0 0 10px;
    padding: 0; }
  .footer-widgets .textwidget {
    padding: 0; }

@media (min-width: 992px) {
  .footer-widgets .widget {
    padding: 0; } }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 0 auto;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

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

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/datepicker-arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
          filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

.contact_details [itemprop='name'] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.google-maps {
  position: relative; }
  .google-maps .placecard {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    max-width: calc(100% - 20px);
    width: 280px;
    background: white none repeat scroll 0% 0%/auto padding-box border-box;
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
    margin: 10px;
    padding: 9px 4px 9px 11px;
    overflow: hidden; }
    .google-maps .placecard__business-name {
      cursor: default;
      -webkit-perspective-origin: 100px 9.5px;
              perspective-origin: 100px 9.5px;
      -webkit-transform-origin: 100px 9.5px;
              transform-origin: 100px 9.5px;
      font: normal normal 500 normal 14px / normal Roboto, Arial;
      overflow: hidden;
      margin: 0; }
    .google-maps .placecard__info {
      color: #5b5b5b;
      cursor: default;
      width: 200px;
      -webkit-column-rule-color: #5b5b5b;
         -moz-column-rule-color: #5b5b5b;
              column-rule-color: #5b5b5b;
      -webkit-perspective-origin: 100px 16px;
              perspective-origin: 100px 16px;
      -webkit-transform-origin: 100px 16px;
              transform-origin: 100px 16px;
      border: 0px none #5b5b5b;
      font: normal normal normal normal 12px / normal Roboto, Arial;
      margin: 6px 0px 0px;
      outline: #5b5b5b none 0px; }
    .google-maps .placecard__view-large {
      display: block;
      margin-top: 10px;
      color: #3a84df;
      text-decoration: none; }

/* POSTS */
.post__image {
  margin-bottom: 24px; }
  .post__image a {
    display: block; }

.post .entry-title {
  margin: 0; }

.post .entry-meta {
  font-size: .9em;
  text-transform: uppercase; }

.blog .post:not(:last-child),
.archive .post:not(:last-child) {
  margin-bottom: 48px; }

.blog .blog-pagination,
.category .blog-pagination,
.search .blog-pagination {
  margin-bottom: 36px;
  text-align: right; }

.blog .page-numbers,
.category .page-numbers,
.search .page-numbers {
  margin-bottom: 24px;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ddd;
  text-transform: uppercase;
  margin-right: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #888;
  font-weight: 300; }
  .blog .page-numbers i,
  .category .page-numbers i,
  .search .page-numbers i {
    margin-left: 4px;
    font-size: 20px;
    vertical-align: top;
    line-height: 22px; }
  .blog .page-numbers .fa-angle-left,
  .category .page-numbers .fa-angle-left,
  .search .page-numbers .fa-angle-left {
    margin-left: 0;
    margin-right: 4px; }
  .blog .page-numbers.current,
  .category .page-numbers.current,
  .search .page-numbers.current {
    background-color: #00b2e2;
    color: white;
    border-color: #00b2e2; }
  .blog .page-numbers:hover, .blog .page-numbers:focus,
  .category .page-numbers:hover,
  .category .page-numbers:focus,
  .search .page-numbers:hover,
  .search .page-numbers:focus {
    background-color: #00b2e2;
    color: white;
    border-color: #00b2e2; }

@media (min-width: 992px) {
  .blog .blog-pagination,
  .category .blog-pagination,
  .search .blog-pagination {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .full-width-content.single .content-sidebar-wrap .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 16.66667%; } }

.blog .post .entry-title,
.archive .post .entry-title {
  padding: 0;
  line-height: 48px; }

.pagination {
  margin: 40px 0;
  text-align: right; }
  .pagination li {
    display: inline-block;
    margin: 0 5px; }

@media (min-width: 992px) {
  .full-width-content.blog .content-sidebar-wrap .content, .full-width-content.archive .content-sidebar-wrap .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 16.66667%; } }

/* BRICKS */
.content-brick {
  margin-top: 48px; }
  .content-brick:last-child:not(.content-brick--filled) {
    margin-bottom: 72px; }
  .content-brick--filled:first-child,
  .content-brick--filled + .content-brick--filled {
    margin-top: 0; }
  .content-brick--content p,
  .content-brick--content ul,
  .content-brick--content ol,
  .content-brick--content blockquote {
    margin-bottom: 24px; }
  .content-brick--content ul {
    margin-bottom: 24px;
    list-style: none; }
    .content-brick--content ul li {
      margin-left: 30px;
      margin-bottom: 18px; }
      .content-brick--content ul li:before {
        content: "\f105";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -25px;
        margin-right: 19px;
        color: #00b2e2;
        font-weight: bold; }
  .content-brick--content .gform_fields li,
  .content-brick--content .pagination li {
    margin-left: 0; }
    .content-brick--content .gform_fields li:before,
    .content-brick--content .pagination li:before {
      content: none; }
  .content-brick--content .gform_fields .gfield_radio li,
  .content-brick--content .pagination .gfield_radio li {
    margin-left: 4px; }
  .content-brick--content ol {
    list-style: decimal; }
  .content-brick--content li {
    margin-left: 24px; }
  .content-brick--content blockquote {
    padding: 0 24px;
    color: #00b2e2;
    border-left: 2px solid currentcolor; }
  .content-brick:not(.content-brick--full) .content-brick__container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 544px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 768px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 992px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 1200px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 544px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        width: 576px;
        max-width: 100%; } }
    @media (min-width: 768px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        width: 720px;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        width: 940px;
        max-width: 100%; } }
    @media (min-width: 1200px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        width: 1140px;
        max-width: 100%; } }
  .content-brick.content-brick--full .content-brick__container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 544px) {
      .content-brick.content-brick--full .content-brick__container {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 768px) {
      .content-brick.content-brick--full .content-brick__container {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 992px) {
      .content-brick.content-brick--full .content-brick__container {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 1200px) {
      .content-brick.content-brick--full .content-brick__container {
        padding-right: 0;
        padding-left: 0; } }
  .content-brick__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    @media (min-width: 544px) {
      .content-brick__row {
        margin-right: -10px;
        margin-left: -10px; } }
    @media (min-width: 768px) {
      .content-brick__row {
        margin-right: -10px;
        margin-left: -10px; } }
    @media (min-width: 992px) {
      .content-brick__row {
        margin-right: -10px;
        margin-left: -10px; } }
    @media (min-width: 1200px) {
      .content-brick__row {
        margin-right: -10px;
        margin-left: -10px; } }
  .content-brick__column {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 544px) {
      .content-brick__column {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 768px) {
      .content-brick__column {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 992px) {
      .content-brick__column {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 1200px) {
      .content-brick__column {
        padding-right: 10px;
        padding-left: 10px; } }
    .content-brick__column--main > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 544px) {
      .content-brick--small .content-brick__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%; } }
    @media (min-width: 768px) {
      .content-brick--large .content-brick__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%; }
      .content-brick--medium .content-brick__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%; }
      .content-brick--small .content-brick__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%; } }
  .content-sidebar-wrap .content-brick .content-brick__container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 544px) {
      .content-sidebar-wrap .content-brick .content-brick__container {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 768px) {
      .content-sidebar-wrap .content-brick .content-brick__container {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 992px) {
      .content-sidebar-wrap .content-brick .content-brick__container {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 1200px) {
      .content-sidebar-wrap .content-brick .content-brick__container {
        padding-right: 0;
        padding-left: 0; } }
  .content-sidebar-wrap .content-brick .content-brick__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 544px) {
      .content-sidebar-wrap .content-brick .content-brick__row {
        margin-right: 0;
        margin-left: 0; } }
    @media (min-width: 768px) {
      .content-sidebar-wrap .content-brick .content-brick__row {
        margin-right: 0;
        margin-left: 0; } }
    @media (min-width: 992px) {
      .content-sidebar-wrap .content-brick .content-brick__row {
        margin-right: 0;
        margin-left: 0; } }
    @media (min-width: 1200px) {
      .content-sidebar-wrap .content-brick .content-brick__row {
        margin-right: 0;
        margin-left: 0; } }
  .content-sidebar-wrap .content-brick .content-brick__column--main {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 544px) {
      .content-sidebar-wrap .content-brick .content-brick__column--main {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 768px) {
      .content-sidebar-wrap .content-brick .content-brick__column--main {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 992px) {
      .content-sidebar-wrap .content-brick .content-brick__column--main {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 1200px) {
      .content-sidebar-wrap .content-brick .content-brick__column--main {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 992px) {
      .content-sidebar-wrap .content-brick .content-brick__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%; } }

.content-brick--single-heading {
  text-align: center; }

.content-brick--double-heading {
  text-align: center; }
  .content-brick--double-heading__line-1 {
    margin-bottom: 12px; }

@media (min-width: 992px) {
  .content-brick--two-column-content__column > *:last-child {
    margin-bottom: 0; } }

.content-brick--important {
  font-size: 18px;
  text-align: center; }
  .content-brick--important p {
    font-weight: normal; }
  .content-brick--important hr {
    margin: 0 auto; }

.content-brick--cta-button {
  text-align: center;
  padding: 72px 0 48px;
  background-color: #84cbde; }
  .content-brick--cta-button__text {
    margin-bottom: 36px;
    font-size: 20px;
    color: white; }
  .content-brick--cta-button .button {
    width: 250px;
    margin: 0 6px 18px;
    padding: 14.4px 24px;
    border-color: white; }
    .content-brick--cta-button .button:hover, .content-brick--cta-button .button:focus {
      background-color: white;
      border-color: white; }
    .content-brick--cta-button .button:last-child {
      background-color: #4e9d45; }
      .content-brick--cta-button .button:last-child:hover, .content-brick--cta-button .button:last-child:focus {
        background-color: white;
        color: #4e9d45; }
  @media (min-width: 544px) {
    .content-brick--cta-button__text {
      font-size: 30px; } }

.content-brick--image-set img {
  width: 100%;
  max-width: none; }

.content-brick--image-set--has-gap .content-brick--image-set__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 544px) {
    .content-brick--image-set--has-gap .content-brick--image-set__wrap {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 768px) {
    .content-brick--image-set--has-gap .content-brick--image-set__wrap {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 992px) {
    .content-brick--image-set--has-gap .content-brick--image-set__wrap {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 1200px) {
    .content-brick--image-set--has-gap .content-brick--image-set__wrap {
      margin-right: -10px;
      margin-left: -10px; } }

.content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }
  @media (min-width: 544px) {
    .content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__wrap {
      margin-right: 0;
      margin-left: 0; } }
  @media (min-width: 768px) {
    .content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__wrap {
      margin-right: 0;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__wrap {
      margin-right: 0;
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__wrap {
      margin-right: 0;
      margin-left: 0; } }

.content-brick--image-set--has-gap .content-brick--image-set__image {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 544px) {
    .content-brick--image-set--has-gap .content-brick--image-set__image {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .content-brick--image-set--has-gap .content-brick--image-set__image {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .content-brick--image-set--has-gap .content-brick--image-set__image {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .content-brick--image-set--has-gap .content-brick--image-set__image {
      padding-right: 10px;
      padding-left: 10px; } }

.content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__image {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 544px) {
    .content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__image {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__image {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__image {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__image {
      padding-right: 0;
      padding-left: 0; } }

.content-brick--image-set__image__inner {
  position: relative; }

.content-brick--image-set__image__content {
  padding: 18px 24px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.875em;
  line-height: 1.429em;
  text-align: center; }
  .content-brick--image-set__image__content p,
  .content-brick--image-set__image__content ul,
  .content-brick--image-set__image__content ol,
  .content-brick--image-set__image__content blockquote {
    margin-bottom: 24px; }
  .content-brick--image-set__image__content ul {
    margin-bottom: 24px;
    list-style: none; }
    .content-brick--image-set__image__content ul li {
      margin-left: 30px;
      margin-bottom: 18px; }
      .content-brick--image-set__image__content ul li:before {
        content: "\f105";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -25px;
        margin-right: 19px;
        color: #00b2e2;
        font-weight: bold; }
  .content-brick--image-set__image__content .gform_fields li,
  .content-brick--image-set__image__content .pagination li {
    margin-left: 0; }
    .content-brick--image-set__image__content .gform_fields li:before,
    .content-brick--image-set__image__content .pagination li:before {
      content: none; }
  .content-brick--image-set__image__content .gform_fields .gfield_radio li,
  .content-brick--image-set__image__content .pagination .gfield_radio li {
    margin-left: 4px; }
  .content-brick--image-set__image__content ol {
    list-style: decimal; }
  .content-brick--image-set__image__content li {
    margin-left: 24px; }
  .content-brick--image-set__image__content blockquote {
    padding: 0 24px;
    color: #00b2e2;
    border-left: 2px solid currentcolor; }
  .content-brick--image-set__image__content p {
    margin-bottom: 12px; }
    .content-brick--image-set__image__content p:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .content-brick--image-set__image__content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; } }
  @media (min-width: 992px) {
    .content-brick--image-set__image__content {
      padding: 24px 48px;
      font-size: inherit;
      line-height: 24px; } }

@media (min-width: 768px) {
  .content-brick--image-set--has-gap .content-brick--image-set__image {
    margin-bottom: 0; }
  .content-brick--image-set--image-count-1 .content-brick--image-set__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .content-brick--image-set--image-count-2 .content-brick--image-set__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .content-brick--image-set--image-count-3 .content-brick--image-set__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

.content-brick--video {
  color: white; }
  .content-brick--video__container {
    width: 100%; }
  .content-brick--video__inner {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .content-brick--video__embed {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50; }
    .content-brick--video__embed iframe {
      width: 100%;
      height: 100%; }
  .content-brick--video__play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .content-brick--video__play--no-splash {
      display: none; }
    .content-brick--video__play > * {
      position: relative;
      z-index: 10; }
      .content-brick--video__play > *:before {
        content: '';
        position: absolute;
        display: block;
        top: -5px;
        bottom: -5px;
        left: -5px;
        right: -5px;
        border-radius: 50%;
        z-index: -2; }
    .content-brick--video__play .icon i {
      border: 2px solid currentcolor;
      border-radius: 50%;
      width: 58px;
      height: 58px;
      line-height: 58px;
      font-size: 25px;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
      .content-brick--video__play .icon i:before {
        position: relative;
        top: -1px;
        right: -3px; }
    .content-brick--video__play .text {
      font-size: 18px;
      margin-top: 10px;
      letter-spacing: 0.08em;
      font-weight: 700; }
      @media (min-width: 600px) {
        .content-brick--video__play .text {
          margin-top: 20px;
          font-size: 28px; } }
    .content-brick--video__play:hover .icon i {
      -webkit-transform: scale(1.06);
              transform: scale(1.06); }
  .content-brick--video--has-splash .content-brick--video__embed {
    display: none; }
  .content-brick--video .video-block__caption {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin-top: 5px; }
    .content-brick--video .video-block__caption i {
      display: block;
      margin-top: 5px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-style: normal;
      line-height: 12px; }

.content-brick--map__container {
  width: 100%;
  height: 360px; }

.content-brick--accordion__toggle {
  line-height: 24px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .content-brick--accordion__toggle:not(:last-child) {
    margin-bottom: 12px; }
  .content-brick--accordion__toggle__tab {
    display: block;
    position: relative;
    background-color: #f1f1f1;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 66px; }
    .content-brick--accordion__toggle__tab__heading {
      color: #4e9d45;
      font-size: 18px;
      margin: 0; }
    .content-brick--accordion__toggle__tab__icon {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 48px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .content-brick--accordion__toggle__tab__icon i {
        color: #4e9d45;
        display: block;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s; }
        .content-brick--accordion__toggle.active .content-brick--accordion__toggle__tab__icon i {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .content-brick--accordion__toggle__content {
    width: 100%;
    display: none;
    padding: 24px;
    border: 1px solid #f1f1f1; }
    .content-brick--accordion__toggle__content p,
    .content-brick--accordion__toggle__content ul,
    .content-brick--accordion__toggle__content ol,
    .content-brick--accordion__toggle__content blockquote {
      margin-bottom: 24px; }
    .content-brick--accordion__toggle__content ul {
      margin-bottom: 24px;
      list-style: none; }
      .content-brick--accordion__toggle__content ul li {
        margin-left: 30px;
        margin-bottom: 18px; }
        .content-brick--accordion__toggle__content ul li:before {
          content: "\f105";
          font-family: FontAwesome;
          display: inline-block;
          margin-left: -25px;
          margin-right: 19px;
          color: #00b2e2;
          font-weight: bold; }
    .content-brick--accordion__toggle__content .gform_fields li,
    .content-brick--accordion__toggle__content .pagination li {
      margin-left: 0; }
      .content-brick--accordion__toggle__content .gform_fields li:before,
      .content-brick--accordion__toggle__content .pagination li:before {
        content: none; }
    .content-brick--accordion__toggle__content .gform_fields .gfield_radio li,
    .content-brick--accordion__toggle__content .pagination .gfield_radio li {
      margin-left: 4px; }
    .content-brick--accordion__toggle__content ol {
      list-style: decimal; }
    .content-brick--accordion__toggle__content li {
      margin-left: 24px; }
    .content-brick--accordion__toggle__content blockquote {
      padding: 0 24px;
      color: #00b2e2;
      border-left: 2px solid currentcolor; }
    .content-brick--accordion__toggle__content *:last-child {
      margin-bottom: 0; }

.content-brick--feature-list {
  background-color: #8ed288;
  padding: 48px 0; }
  .content-brick--feature-list__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 544px) {
      .content-brick--feature-list__container {
        margin-right: -10px;
        margin-left: -10px; } }
    @media (min-width: 768px) {
      .content-brick--feature-list__container {
        margin-right: -10px;
        margin-left: -10px; } }
    @media (min-width: 992px) {
      .content-brick--feature-list__container {
        margin-right: -10px;
        margin-left: -10px; } }
    @media (min-width: 1200px) {
      .content-brick--feature-list__container {
        margin-right: -10px;
        margin-left: -10px; } }
  .content-brick--feature-list__feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 380px; }
    .content-brick--feature-list__feature:not(:last-child) {
      margin-bottom: 24px; }
    .content-brick--feature-list__feature:hover, .content-brick--feature-list__feature:focus {
      text-decoration: none; }
      .content-brick--feature-list__feature:hover .content-brick--feature-list__feature__title, .content-brick--feature-list__feature:focus .content-brick--feature-list__feature__title {
        color: #4e9d45;
        border-color: #4e9d45; }
      .content-brick--feature-list__feature:hover .content-brick--feature-list__feature__icon, .content-brick--feature-list__feature:focus .content-brick--feature-list__feature__icon {
        background-color: #4e9d45;
        -webkit-transition: all 0s;
        transition: all 0s; }
        .content-brick--feature-list__feature:hover .content-brick--feature-list__feature__icon img, .content-brick--feature-list__feature:focus .content-brick--feature-list__feature__icon img {
          opacity: 0; }
        .content-brick--feature-list__feature:hover .content-brick--feature-list__feature__icon span, .content-brick--feature-list__feature:focus .content-brick--feature-list__feature__icon span {
          opacity: 1; }
          .content-brick--feature-list__feature:hover .content-brick--feature-list__feature__icon span img, .content-brick--feature-list__feature:focus .content-brick--feature-list__feature__icon span img {
            opacity: 1; }
        @media (min-width: 992px) {
          .content-brick--feature-list__feature:hover .content-brick--feature-list__feature__icon, .content-brick--feature-list__feature:focus .content-brick--feature-list__feature__icon {
            -webkit-transition: all 0.3s;
            transition: all 0.3s; } }
    .content-brick--feature-list__feature__icon {
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      width: 102px;
      border-radius: 102px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 18px;
      background-color: white;
      padding: 18px 0; }
      .content-brick--feature-list__feature__icon img {
        position: relative;
        z-index: 2;
        -webkit-transition: all 0s;
        transition: all 0s;
        height: 66px; }
        @media (min-width: 992px) {
          .content-brick--feature-list__feature__icon img {
            -webkit-transition: all 0.3s;
            transition: all 0.3s; } }
      .content-brick--feature-list__feature__icon span {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 1; }
        .content-brick--feature-list__feature__icon span img {
          opacity: 0; }
    .content-brick--feature-list__feature__title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      margin: 0 0 12px;
      color: white;
      text-transform: uppercase;
      width: 100%;
      border-bottom: 2px solid white;
      letter-spacing: 1px;
      -webkit-transition: all 0s;
      transition: all 0s; }
      @media (min-width: 992px) {
        .content-brick--feature-list__feature__title {
          -webkit-transition: all 0.3s;
          transition: all 0.3s; } }
    @media (min-width: 768px) {
      .content-brick--feature-list__feature {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
        .content-brick--feature-list__feature__title {
          min-height: 48px; } }
    @media (min-width: 992px) {
      .content-brick--feature-list__feature {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
        .content-brick--feature-list__feature:not(:last-child) {
          margin-bottom: 0; } }

.content-brick--wayfinder {
  text-align: center; }
  .content-brick--wayfinder.content-brick--filled {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center;
    background-size: cover; }
    .content-brick--wayfinder.content-brick--filled h3 {
      color: white; }
    .content-brick--wayfinder.content-brick--filled .content-brick--wayfinder__item__inner,
    .content-brick--wayfinder.content-brick--filled .content-brick--wayfinder__item__button {
      background-color: white; }
  .content-brick--wayfinder .subtitle {
    margin-bottom: 24px; }
  .content-brick--wayfinder__intro {
    color: white;
    max-width: 740px;
    margin: 0 auto; }
  .content-brick--wayfinder__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 544px) {
      .content-brick--wayfinder__container {
        margin-right: -10px;
        margin-left: -10px; } }
    @media (min-width: 768px) {
      .content-brick--wayfinder__container {
        margin-right: -10px;
        margin-left: -10px; } }
    @media (min-width: 992px) {
      .content-brick--wayfinder__container {
        margin-right: -10px;
        margin-left: -10px; } }
    @media (min-width: 1200px) {
      .content-brick--wayfinder__container {
        margin-right: -10px;
        margin-left: -10px; } }
    .content-brick--wayfinder__container.margin {
      margin-top: 48px; }
  .content-brick--wayfinder__item {
    max-width: 370px;
    position: relative;
    margin-top: 24px;
    padding-bottom: 60px; }
    .content-brick--wayfinder__item:first-child {
      margin-top: 0; }
    .content-brick--wayfinder__item__inner {
      height: calc(100% + 60px); }
    .content-brick--wayfinder__item__image {
      position: relative;
      z-index: 1;
      background-color: #4e9d45;
      display: block;
      margin-bottom: 36px; }
      .content-brick--wayfinder__item__image__placeholder {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%;
        height: 260px;
        background-size: cover;
        background-position: center; }
      .content-brick--wayfinder__item__image:hover .content-brick--wayfinder__item__image__placeholder, .content-brick--wayfinder__item__image:focus .content-brick--wayfinder__item__image__placeholder {
        opacity: 0.5; }
    .content-brick--wayfinder__item__title {
      position: relative;
      z-index: 1; }
    .content-brick--wayfinder__item__content {
      padding-left: 18px;
      padding-right: 18px; }
    .content-brick--wayfinder__item__text {
      position: relative;
      z-index: 1;
      margin-bottom: 12px; }
    .content-brick--wayfinder__item__button {
      position: absolute;
      height: 100%;
      z-index: 0;
      bottom: 0;
      padding-top: 12px;
      padding-bottom: 24px;
      left: 10px;
      right: 10px;
      background-color: #f0f0f0; }
      .content-brick--wayfinder__item__button a {
        position: absolute;
        bottom: 24px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold; }
        .content-brick--wayfinder__item__button a:hover, .content-brick--wayfinder__item__button a:focus {
          color: #4e9d45; }
    @media (min-width: 544px) {
      .content-brick--wayfinder__item {
        max-width: none;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
        .content-brick--wayfinder__item:nth-child(2) {
          margin-top: 0; }
        .content-brick--wayfinder__item__title h4 {
          font-size: 30px;
          min-height: 72px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
    @media (min-width: 768px) {
      .content-brick--wayfinder__item__title h4 {
        min-height: 0; } }
    @media (min-width: 992px) {
      .content-brick--wayfinder__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
        .content-brick--wayfinder__item:nth-child(3) {
          margin-top: 0; } }

.content-brick--divider--spacing-1 {
  padding: 12px 0; }

.content-brick--divider--spacing-2 {
  padding: 24px 0; }

.content-brick--divider--spacing-3 {
  padding: 36px 0; }

.content-brick--divider--spacing-4 {
  padding: 48px 0; }

.content-brick--divider:not(.content-brick--divider--has-rule) hr {
  display: none; }

.content-brick--squares {
  padding: 0; }
  @media (min-width: 1200px) {
    .content-brick--squares--fullscreen .content-brick--squares__wrap {
      height: 100vh; } }
  .content-brick--squares--light h1,
  .content-brick--squares--light h2,
  .content-brick--squares--light h3,
  .content-brick--squares--light h4,
  .content-brick--squares--light h5,
  .content-brick--squares--light h6 {
    color: #8acb84; }
  .content-brick--squares--light .content-brick--squares__wrap {
    background-color: #f0f0f0; }
  .content-brick--squares--light .content-brick--squares__column--right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .content-brick--squares--light .content-brick--squares__column--content__inner {
    max-width: 600px;
    padding: 72px 24px; }
  .content-brick--squares--dark {
    color: white; }
    .content-brick--squares--dark h1,
    .content-brick--squares--dark h2,
    .content-brick--squares--dark h3,
    .content-brick--squares--dark h4,
    .content-brick--squares--dark h5,
    .content-brick--squares--dark h6 {
      color: white; }
    .content-brick--squares--dark .button.button--filled {
      border: 2px solid white; }
      .content-brick--squares--dark .button.button--filled:hover, .content-brick--squares--dark .button.button--filled:focus {
        background-color: white; }
    .content-brick--squares--dark .content-brick--squares__wrap {
      background-color: #8ed288; }
  .content-brick--squares__wrap {
    margin-left: 0;
    margin-right: 0; }
  .content-brick--squares__column {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-right: 0; }
    .content-brick--squares__column--left {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .content-brick--squares__column--right {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .content-brick--squares__column--light {
      color: #888;
      background-color: #f0f0f0; }
    .content-brick--squares__column--dark {
      color: white;
      background-color: #8ed288; }
    .content-brick--squares__column__inner {
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .content-brick--squares__column--content p:last-child {
      margin: 0; }
    .content-brick--squares__column--content__inner {
      padding: 72px 24px;
      height: auto;
      max-width: 760px; }
      @media (min-width: 768px) {
        .content-brick--squares__column--content__inner {
          padding: 72px 48px; } }
    .content-brick--squares__column--image img {
      width: 100%;
      max-width: none; }
    .content-brick--squares__column--image .content-brick--squares__column__inner {
      min-height: 300px; }
    .content-brick--squares__column--video a:focus, .content-brick--squares__column--video a:hover {
      text-decoration: none; }
    .content-brick--squares__column--video__icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 96px;
      height: 96px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 40px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      opacity: .8;
      padding-left: .125em; }
    a:hover .content-brick--squares__column--video__icon {
      opacity: 1; }

.content-brick--image-slider {
  padding: 0; }
  .content-brick--image-slider__as_background .content-brick--image-slider__container {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    z-index: 1; }
  .content-brick--image-slider__as_background .swiper-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .content-brick--image-slider .swiper-container {
    background-color: #222; }
  .content-brick--image-slider .swiper-wrapper {
    background-color: #222;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .content-brick--image-slider .swiper-slide {
    box-sizing: border-box;
    text-align: center;
    color: white !important;
    background-size: cover;
    background-position: center; }
    .content-brick--image-slider .swiper-slide__content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: none;
      font-size: 14px;
      line-height: 18px;
      padding: 24px 24px;
      font-weight: 300;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.5);
      letter-spacing: .08em; }
      .content-brick--image-slider .swiper-slide__content p,
      .content-brick--image-slider .swiper-slide__content ul,
      .content-brick--image-slider .swiper-slide__content ol,
      .content-brick--image-slider .swiper-slide__content blockquote {
        margin-bottom: 24px; }
      .content-brick--image-slider .swiper-slide__content ul {
        margin-bottom: 24px;
        list-style: none; }
        .content-brick--image-slider .swiper-slide__content ul li {
          margin-left: 30px;
          margin-bottom: 18px; }
          .content-brick--image-slider .swiper-slide__content ul li:before {
            content: "\f105";
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -25px;
            margin-right: 19px;
            color: #00b2e2;
            font-weight: bold; }
      .content-brick--image-slider .swiper-slide__content .gform_fields li,
      .content-brick--image-slider .swiper-slide__content .pagination li {
        margin-left: 0; }
        .content-brick--image-slider .swiper-slide__content .gform_fields li:before,
        .content-brick--image-slider .swiper-slide__content .pagination li:before {
          content: none; }
      .content-brick--image-slider .swiper-slide__content .gform_fields .gfield_radio li,
      .content-brick--image-slider .swiper-slide__content .pagination .gfield_radio li {
        margin-left: 4px; }
      .content-brick--image-slider .swiper-slide__content ol {
        list-style: decimal; }
      .content-brick--image-slider .swiper-slide__content li {
        margin-left: 24px; }
      .content-brick--image-slider .swiper-slide__content blockquote {
        padding: 0 24px;
        color: #00b2e2;
        border-left: 2px solid currentcolor; }
      .content-brick--image-slider .swiper-slide__content p {
        margin-bottom: 12px; }
      .content-brick--image-slider .swiper-slide__content > *:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .content-brick--image-slider .swiper-slide__content {
          display: block; } }
      @media (min-width: 992px) {
        .content-brick--image-slider .swiper-slide__content {
          padding: 24px 48px;
          font-size: inherit;
          line-height: 24px; } }
  .content-brick--image-slider .swiper-button {
    background: transparent;
    margin: 0;
    color: white;
    font-size: 5vw;
    font-weight: 700;
    border: 1px solid white;
    width: 2em;
    height: 2em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: .8;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .content-brick--image-slider .swiper-button {
        font-size: 30px; } }
    .content-brick--image-slider .swiper-button:hover {
      opacity: .9;
      background-color: white;
      color: #888; }
    .content-brick--image-slider .swiper-button:before {
      display: inline-block;
      font-family: 'FontAwesome', serif;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: relative; }
    .content-brick--image-slider .swiper-button-prev:before {
      content: '\f104';
      left: -.04em; }
    .content-brick--image-slider .swiper-button-next:before {
      content: '\f105';
      right: -.04em; }
  .content-brick--image-slider .swiper-pagination {
    bottom: 24px;
    font-size: 12px;
    line-height: 1em; }
    @media (min-width: 544px) {
      .content-brick--image-slider .swiper-pagination {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .content-brick--image-slider .swiper-pagination {
        font-size: 16px; } }
    .content-brick--image-slider .swiper-pagination-bullet {
      width: 1em;
      height: 1em;
      margin: 0 .5em !important;
      background: white;
      border: 2px solid white;
      opacity: 1;
      -webkit-transition: all .2s;
      transition: all .2s; }
      .content-brick--image-slider .swiper-pagination-bullet-active {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        background-color: transparent; }

.content-brick--featured-posts {
  text-align: center; }
  .content-brick--featured-posts h3 {
    margin-bottom: 12px; }
  .content-brick--featured-posts .subtitle {
    margin-bottom: 48px; }
  .content-brick--featured-posts i {
    font-weight: bold; }
  .content-brick--featured-posts .featured-posts-swiper-container {
    padding-bottom: 84px;
    overflow: hidden; }
  .content-brick--featured-posts .swiper-slide {
    background-size: cover;
    background-position: center; }
  .content-brick--featured-posts .slider__content {
    display: block;
    width: 100%;
    color: white;
    text-align: left;
    text-decoration: none; }
    .content-brick--featured-posts .slider__content:hover .feature-post__content, .content-brick--featured-posts .slider__content:focus .feature-post__content {
      background-color: transparent; }
  .content-brick--featured-posts .feature-post__title {
    width: 100%; }
  .content-brick--featured-posts .feature-post__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 170px;
    padding: 24px 12px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .content-brick--featured-posts .feature-post__date {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 12px; }
  .content-brick--featured-posts .swiper-pagination {
    bottom: 0; }
    .content-brick--featured-posts .swiper-pagination .swiper-pagination-bullet {
      opacity: 0.5;
      border-radius: 10px;
      background-color: #a3a3a3;
      height: 8px;
      width: 8px;
      position: relative; }
      .content-brick--featured-posts .swiper-pagination .swiper-pagination-bullet:after {
        content: '';
        position: absolute;
        top: -5px;
        bottom: 0;
        width: 18px;
        height: 18px;
        left: -5px;
        right: 0px;
        border-radius: 20px;
        border: 2px solid transparent; }
      .content-brick--featured-posts .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background-color: #a3a3a3; }
        .content-brick--featured-posts .swiper-pagination .swiper-pagination-bullet-active:after {
          border: 2px solid #a3a3a3; }
  @media (min-width: 544px) {
    .content-brick--featured-posts .feature-post__title {
      font-size: 24px; }
    .content-brick--featured-posts .swiper-slide {
      width: calc(50% - 10px); }
    .content-brick--featured-posts .feature-post__content {
      height: 264px;
      padding: 36px; } }

.content-brick--form {
  text-align: center;
  padding: 36px 0;
  background-color: #84cbde; }
  .content-brick--form__title {
    margin-bottom: 12px;
    font-size: 20px;
    color: white; }
  .content-brick--form__subtitle {
    margin-bottom: 24px;
    font-size: 18px;
    color: white; }
  .content-brick--form .gform_fields {
    margin-bottom: 12px;
    position: relative; }
  .content-brick--form .gchoice_1_8_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .content-brick--form .gchoice_1_8_1 input {
      height: 13px;
      margin-top: 5px;
      margin-left: 6px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      display: inline-block; }
    .content-brick--form .gchoice_1_8_1 label {
      text-align: left;
      display: inline-block;
      padding-left: 12px;
      color: white; }
  .content-brick--form #field_1_9 {
    text-align: left;
    margin-bottom: 12px;
    width: 20px;
    display: inline-block;
    vertical-align: top; }
    .content-brick--form #field_1_9 .validation_message {
      position: absolute;
      left: 0;
      bottom: 0; }
  .content-brick--form #field_1_10 {
    margin-bottom: 24px;
    text-align: left;
    display: inline-block;
    width: calc(100% - 20px);
    font-size: 14px;
    color: white; }
    .content-brick--form #field_1_10 a {
      color: #4e9d45; }
  .content-brick--form .button {
    width: 250px;
    margin: 0 6px;
    border-color: white; }
    .content-brick--form .button:hover, .content-brick--form .button:focus {
      background-color: white;
      border-color: white; }
    .content-brick--form .button:not(.gform_button) {
      margin-bottom: 24px;
      background-color: #4e9d45; }
      .content-brick--form .button:not(.gform_button):hover, .content-brick--form .button:not(.gform_button):focus {
        background-color: white;
        color: #4e9d45; }
  .content-brick--form__form {
    max-width: 620px;
    margin: 0 auto; }
  .content-brick--form .gform_confirmation_message {
    font-size: 18px;
    background-color: white;
    padding: 18px 24px;
    border-radius: 50px; }
  @media (min-width: 544px) {
    .content-brick--form__title {
      font-size: 30px; } }
  @media (min-width: 768px) {
    .content-brick--form .gform_fields {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: left; } }

.content-brick--pdf-download__container {
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: white;
  background-image: url("../images/pdf-bg-m.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.content-brick--pdf-download h5 {
  margin-top: 18px;
  margin-bottom: 12px;
  color: white; }

.content-brick--pdf-download .button {
  border: 2px solid white;
  border-radius: 50px;
  padding: 18px 36px;
  color: white;
  margin-top: 18px; }
  .content-brick--pdf-download .button:hover, .content-brick--pdf-download .button:focus {
    background-color: white;
    color: #00b2e2; }

@media (min-width: 992px) {
  .content-brick--pdf-download__container {
    padding: 36px 24px;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: url("../images/pdf-bg.jpg"); }
  .content-brick--pdf-download__text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 24px;
    padding-right: 24px; }
  .content-brick--pdf-download h5 {
    margin-top: 0; }
  .content-brick--pdf-download img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .content-brick--pdf-download .button {
    margin-top: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }

.content-brick--locations a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  .content-brick--locations a:hover, .content-brick--locations a:focus {
    opacity: 0.8; }

.content-brick--locations__locations__single {
  margin-bottom: 24px; }
  .content-brick--locations__locations__single-image {
    height: 400px;
    border-left: 10px solid white;
    border-right: 10px solid white;
    background-size: cover;
    background-position: center; }
  .content-brick--locations__locations__single-image, .content-brick--locations__locations__single-map {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .content-brick--locations__locations__single .acf-map {
    height: 400px; }
  .content-brick--locations__locations__single-info {
    background-color: #f0f0f0;
    padding: 36px 24px; }
    .content-brick--locations__locations__single-info i {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 36px; }
      .content-brick--locations__locations__single-info i.fa-plus-circle {
        width: 24px; }

.content-brick--locations__locations__attribute {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  font-weight: 300;
  max-width: 310px; }
  .content-brick--locations__locations__attribute i {
    padding-top: 4px;
    color: #4e9d45; }

.content-brick--locations .placecard {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  max-width: calc(100% - 20px);
  width: 244px;
  background: white none repeat scroll 0% 0%/auto padding-box border-box;
  border-radius: 2px 2px 2px 2px;
  font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
  margin: 10px;
  margin-left: 20px;
  padding: 9px 4px 9px 11px;
  overflow: hidden; }
  .content-brick--locations .placecard__business-name {
    cursor: default;
    -webkit-perspective-origin: 100px 9.5px;
            perspective-origin: 100px 9.5px;
    -webkit-transform-origin: 100px 9.5px;
            transform-origin: 100px 9.5px;
    font: normal normal 500 normal 14px / normal Roboto, Arial;
    overflow: hidden;
    margin: 0; }
  .content-brick--locations .placecard__info {
    color: #5b5b5b;
    cursor: default;
    width: 200px;
    -webkit-column-rule-color: #5b5b5b;
       -moz-column-rule-color: #5b5b5b;
            column-rule-color: #5b5b5b;
    -webkit-perspective-origin: 100px 16px;
            perspective-origin: 100px 16px;
    -webkit-transform-origin: 100px 16px;
            transform-origin: 100px 16px;
    border: 0px none #5b5b5b;
    font: normal normal normal normal 12px / normal Roboto, Arial;
    margin: 6px 0px 0px;
    outline: #5b5b5b none 0px; }
  .content-brick--locations .placecard__view-large {
    display: block;
    margin-top: 10px;
    color: #3a84df;
    text-decoration: none; }

@media (min-width: 768px) {
  .content-brick--locations__locations__single-map, .content-brick--locations__locations__single-image {
    padding-right: 0;
    border-right: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .content-brick--locations__locations__single-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f0f0f0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

@media (min-width: 992px) {
  .content-brick--locations__locations__single-info {
    padding: 36px; } }

/* PAGES */
.swiper-container .swiper-slide,
.home-banner .swiper-slide {
  padding: 20px 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 544px) {
    .swiper-container .swiper-slide,
    .home-banner .swiper-slide {
      padding: 65px 0; } }
  @media (max-width: 543px) {
    .swiper-container .swiper-slide,
    .home-banner .swiper-slide {
      background: #a8a9aa;
      background-image: none !important; } }

.swiper-container .wrap,
.home-banner .wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center; }
  @media (min-width: 544px) {
    .swiper-container .wrap,
    .home-banner .wrap {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .swiper-container .wrap,
    .home-banner .wrap {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .swiper-container .wrap,
    .home-banner .wrap {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .swiper-container .wrap,
    .home-banner .wrap {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 544px) {
    .swiper-container .wrap,
    .home-banner .wrap {
      width: 576px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .swiper-container .wrap,
    .home-banner .wrap {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .swiper-container .wrap,
    .home-banner .wrap {
      width: 940px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .swiper-container .wrap,
    .home-banner .wrap {
      width: 1140px;
      max-width: 100%; } }
  @media (max-width: 543px) {
    .swiper-container .wrap,
    .home-banner .wrap {
      padding: 0;
      margin: 0;
      max-width: none;
      width: 100%; } }

.swiper-container .slider__content,
.home-banner .slider__content {
  text-align: center; }
  @media (min-width: 544px) {
    .swiper-container .slider__content,
    .home-banner .slider__content {
      text-align: right; } }

.swiper-container .slider__mobile__image img,
.home-banner .slider__mobile__image img {
  max-width: 200px;
  margin: auto; }

@media (min-width: 544px) {
  .swiper-container .slider__mobile__image,
  .home-banner .slider__mobile__image {
    display: none; } }

.swiper-container .slider__title,
.home-banner .slider__title {
  padding-top: 10px; }
  @media (min-width: 544px) {
    .swiper-container .slider__title,
    .home-banner .slider__title {
      background-color: transparent;
      padding-top: 0; } }
  .swiper-container .slider__title h5,
  .home-banner .slider__title h5 {
    text-shadow: 0 0 10px white;
    color: #414141;
    display: block;
    font-weight: 300;
    margin-bottom: 0; }
    @media (min-width: 544px) {
      .swiper-container .slider__title h5,
      .home-banner .slider__title h5 {
        margin-bottom: 5px; } }
  .swiper-container .slider__title h2,
  .home-banner .slider__title h2 {
    color: #414141;
    margin-bottom: 0;
    text-shadow: 0 0 10px white;
    font-size: 33px; }
    @media (min-width: 544px) {
      .swiper-container .slider__title h2,
      .home-banner .slider__title h2 {
        margin-bottom: 24px; } }
    @media (max-width: 543px) {
      .swiper-container .slider__title h2,
      .home-banner .slider__title h2 {
        padding: 15px; } }

.swiper-container .slider__text,
.home-banner .slider__text {
  text-shadow: 0 0 10px white;
  margin-top: 0;
  color: #414141;
  display: block;
  padding: 10px 0; }
  @media (min-width: 544px) {
    .swiper-container .slider__text,
    .home-banner .slider__text {
      background-color: transparent;
      padding: 0;
      margin-top: 6px; } }
  .swiper-container .slider__text ul,
  .home-banner .slider__text ul {
    margin-bottom: 0;
    list-style: none; }
    @media (min-width: 544px) {
      .swiper-container .slider__text ul,
      .home-banner .slider__text ul {
        margin-bottom: 24px; } }
    .swiper-container .slider__text ul li,
    .home-banner .slider__text ul li {
      margin-left: 30px;
      margin-bottom: 6px; }
      .swiper-container .slider__text ul li:before,
      .home-banner .slider__text ul li:before {
        text-shadow: none;
        content: "\f138";
        font-family: FontAwesome;
        font-size: 20px;
        display: inline-block;
        margin-left: -25px;
        margin-right: 8px;
        color: #00b2e2;
        vertical-align: top; }

.swiper-container .button,
.home-banner .button {
  padding: 18px 24px;
  margin-top: 24px;
  border-color: #00b2e2;
  display: none; }
  .swiper-container .button:hover, .swiper-container .button:focus,
  .home-banner .button:hover,
  .home-banner .button:focus {
    background-color: white;
    color: #00b2e2; }

.swiper-container .swiper-pagination .swiper-pagination-bullet,
.home-banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.6;
  border-radius: 10px;
  background-color: white;
  height: 8px;
  width: 8px;
  position: relative; }
  .swiper-container .swiper-pagination .swiper-pagination-bullet:after,
  .home-banner .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    top: -5px;
    bottom: 0;
    width: 18px;
    height: 18px;
    left: -5px;
    right: 0px;
    border-radius: 20px;
    border: 2px solid transparent; }
  .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
  .home-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: white; }
    .swiper-container .swiper-pagination .swiper-pagination-bullet-active:after,
    .home-banner .swiper-pagination .swiper-pagination-bullet-active:after {
      border: 2px solid white; }

@media (min-width: 544px) {
  .swiper-container .wrap,
  .home-banner .wrap {
    text-align: left; }
  .swiper-container .swiper-slide,
  .home-banner .swiper-slide {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    background-position: center; }
  .swiper-container .slider__title h2,
  .home-banner .slider__title h2 {
    font-size: 45px; }
  .swiper-container .slider__title h5,
  .home-banner .slider__title h5 {
    display: block;
    font-size: 26px; }
  .swiper-container .slider__text,
  .home-banner .slider__text {
    display: block;
    font-size: 26px; }
    .swiper-container .slider__text ul li:before,
    .home-banner .slider__text ul li:before {
      font-size: 24px;
      margin-left: -30px;
      margin-right: 10px; }
  .swiper-container .button,
  .home-banner .button {
    display: inline-block; } }

@media (min-width: 992px) {
  .swiper-container .slider__title h2,
  .home-banner .slider__title h2 {
    font-size: 75px; }
  .swiper-container .slider__title h5,
  .home-banner .slider__title h5 {
    font-size: 44px; }
  .swiper-container .slider__text,
  .home-banner .slider__text {
    font-size: 36px; }
  .swiper-container .button,
  .home-banner .button {
    padding: 18px 48px; } }

@media (min-width: 1200px) {
  .swiper-container .slider__title h2,
  .home-banner .slider__title h2 {
    font-size: 85px; }
  .swiper-container .slider__title h5,
  .home-banner .slider__title h5 {
    font-size: 54px; } }

.page-id-158 .banner {
  background-position: right -200px center; }

.page-id-158 #main-bricks-29432 {
  background-color: #84cbde;
  padding-top: 48px;
  margin-bottom: 0;
  padding-bottom: 60px;
  margin-top: 0; }
  @media (max-width: 991px) {
    .page-id-158 #main-bricks-29432 .content-brick--two-column-content__column--left {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .page-id-158 #main-bricks-29432 .content-brick--two-column-content__column--right {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 48px; } }

@media (min-width: 544px) {
  .page-id-158 .banner {
    background-position: center; } }

.location-selector {
  background-color: white;
  padding: 24px;
  padding-bottom: 36px; }
  .location-selector input[type='submit'] {
    display: none; }
  .location-selector .contact-us.region {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #888; }
    .location-selector .contact-us.region label {
      margin-right: 24px; }
  .location-selector__label {
    color: #414141; }
  .location-selector__value {
    display: inline-block; }
    .location-selector__value:not(:last-child) {
      margin-bottom: 12px; }
  .location-selector__link {
    display: block;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .location-selector__link i {
      width: 24px; }
    .location-selector__link:hover, .location-selector__link:focus {
      text-decoration: none; }
  .location-selector .acf-map {
    margin-top: 18px;
    padding-bottom: 80%; }
  @media (min-width: 544px) {
    .location-selector__label {
      vertical-align: top;
      display: inline-block;
      width: 145px; }
    .location-selector__value {
      width: calc(100% - 201px); }
    .location-selector .acf-map {
      padding-bottom: 66%; } }

#gform_confirmation_wrapper_2 {
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  background-color: white;
  padding: 48px 24px; }
  @media (min-width: 768px) {
    #gform_confirmation_wrapper_2 {
      padding: 72px 48px; } }

#gform_2 {
  background-color: white;
  padding: 24px;
  padding-bottom: 36px; }
  #gform_2 .call {
    font-weight: bold;
    font-size: 18px; }
  #gform_2 .gform_fields {
    margin-top: 24px;
    margin-bottom: 12px;
    position: relative; }
  #gform_2 #field_2_6 {
    margin-bottom: 12px;
    width: 20px;
    display: inline-block;
    vertical-align: top; }
    #gform_2 #field_2_6 .validation_message {
      position: absolute;
      left: 0;
      bottom: 0; }
  #gform_2 #field_2_7 {
    margin-bottom: 24px;
    padding-top: 2px;
    display: inline-block;
    width: calc(100% - 20px);
    font-size: 12px; }
  #gform_2 #field_2_9 label,
  #gform_2 #field_2_10 label {
    display: block;
    font-size: 12px;
    margin-left: 4px; }
  #gform_2 h3 {
    color: #4e9d45; }
    @media (min-width: 544px) {
      #gform_2 h3 {
        font-size: 50px; } }
  #gform_2 .validation_error {
    display: none; }
  @media (min-width: 768px) {
    #gform_2 .gform_fields {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #gform_2 .gform_fields #field_2_7 {
        margin-bottom: 12px; } }

.page-id-159 #main-bricks-64063 {
  background-color: #ddd;
  padding-top: 48px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 60px; }
  .page-id-159 #main-bricks-64063 .content-brick--two-column-content__column--left {
    opacity: 0; }
  @media (max-width: 991px) {
    .page-id-159 #main-bricks-64063 .content-brick--two-column-content__column--left {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      opacity: 1; }
    .page-id-159 #main-bricks-64063 .content-brick--two-column-content__column--right {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 48px; } }

@media (min-width: 992px) {
  .page-id-159 #main-bricks-64063 {
    background-image: url("../images/appointment-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; } }

@media (min-width: 1200px) {
  .page-id-159 #main-bricks-64063 {
    background-position: center; } }

#gform_confirmation_wrapper_3 .gform_confirmation_message {
  font-size: 22px;
  background-color: white;
  padding: 18px 24px; }

@media (min-width: 768px) {
  #gform_confirmation_wrapper_3 .gform_confirmation_message {
    padding: 72px 48px; } }

#gform_3 {
  background-color: white;
  padding: 24px;
  padding-bottom: 36px; }
  #gform_3 .call {
    font-weight: bold;
    font-size: 18px; }
  #gform_3 .gform_fields {
    margin-top: 24px;
    margin-bottom: 12px;
    position: relative; }
  #gform_3 #field_3_10 {
    margin-bottom: 12px;
    width: 20px;
    display: inline-block;
    vertical-align: top; }
    #gform_3 #field_3_10 .validation_message {
      position: absolute;
      left: 0;
      bottom: 0; }
  #gform_3 #field_3_11 {
    margin-bottom: 24px;
    padding-top: 2px;
    display: inline-block;
    width: calc(100% - 20px);
    font-size: 12px; }
  #gform_3 #field_3_7 label,
  #gform_3 #field_3_8 label {
    display: block;
    font-size: 12px; }
  #gform_3 h3 {
    color: #4e9d45; }
    @media (min-width: 544px) {
      #gform_3 h3 {
        font-size: 40px; } }
  #gform_3 .validation_error {
    display: none; }
  @media (min-width: 768px) {
    #gform_3 .gform_fields {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #gform_3 #field_3_11 {
      margin-bottom: 12px; } }

.single-location .content-brick:first-child {
  margin-top: 0; }

.location-map {
  margin-top: 60px;
  margin-bottom: 18px; }
  .location-map .acf-map {
    height: 400px; }
  @media (min-width: 1200px) {
    .location-map {
      margin-bottom: 0; } }

.location-introduction {
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 544px) {
    .location-introduction {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .location-introduction {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .location-introduction {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .location-introduction {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 544px) {
    .location-introduction {
      width: 576px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .location-introduction {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .location-introduction {
      width: 940px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .location-introduction {
      width: 1140px;
      max-width: 100%; } }
  .location-introduction .location {
    background-color: #f0f0f0;
    max-width: 950px;
    border-top: 4px solid #4e9d45;
    margin-left: 0;
    margin-right: 0;
    padding: 48px 24px;
    margin-bottom: 48px; }
    .location-introduction .location__content {
      border-top: none;
      margin-bottom: 36px; }
    .location-introduction .location__image {
      text-align: center;
      padding-bottom: 24px; }
    .location-introduction .location__attribute {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 18px;
      font-weight: 300;
      max-width: 310px; }
      .location-introduction .location__attribute i {
        padding-top: 4px;
        color: #4e9d45;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        width: 36px; }
      .location-introduction .location__attribute:last-child {
        margin-bottom: 0; }
    .location-introduction .location__opening-hours {
      font-weight: 300; }
      .location-introduction .location__opening-hours--single {
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #dbdbdb; }
        .location-introduction .location__opening-hours--single:first-child {
          border-top: 1px solid #dbdbdb; }
        .location-introduction .location__opening-hours--single span {
          display: block; }
          .location-introduction .location__opening-hours--single span:last-child {
            text-align: right; }
      .location-introduction .location__opening-hours .note {
        text-align: right;
        margin-left: auto;
        font-size: 12px;
        margin-top: 24px;
        max-width: 300px; }
    @media (min-width: 544px) {
      .location-introduction .location__opening-hours--single {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .location-introduction .location__opening-hours--single span {
          display: inline-block; } }
    @media (min-width: 992px) {
      .location-introduction .location__content {
        padding-right: 15px;
        padding-left: 24px;
        margin-bottom: 0; }
      .location-introduction .location__image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 24px 0;
        padding-right: 24px; } }
    @media (min-width: 1200px) {
      .location-introduction .location {
        margin: -81px auto 48px;
        z-index: 1000;
        position: relative; } }

.location-gallery-swiper-container {
  position: relative;
  padding-bottom: 84px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 544px) {
    .location-gallery-swiper-container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .location-gallery-swiper-container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .location-gallery-swiper-container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .location-gallery-swiper-container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 544px) {
    .location-gallery-swiper-container {
      width: 576px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .location-gallery-swiper-container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .location-gallery-swiper-container {
      width: 940px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .location-gallery-swiper-container {
      width: 1140px;
      max-width: 100%; } }
  .location-gallery-swiper-container .swiper-slide {
    padding-bottom: 66%;
    background-size: cover;
    background-position: center; }
  .location-gallery-swiper-container .swiper-pagination {
    bottom: 36px; }
    .location-gallery-swiper-container .swiper-pagination .swiper-pagination-bullet {
      opacity: 0.5;
      border-radius: 10px;
      background-color: #a3a3a3;
      height: 8px;
      width: 8px;
      position: relative; }
      .location-gallery-swiper-container .swiper-pagination .swiper-pagination-bullet:after {
        content: '';
        position: absolute;
        top: -5px;
        bottom: 0;
        width: 18px;
        height: 18px;
        left: -5px;
        right: 0px;
        border-radius: 20px;
        border: 2px solid transparent; }
      .location-gallery-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background-color: #a3a3a3; }
        .location-gallery-swiper-container .swiper-pagination .swiper-pagination-bullet-active:after {
          border: 2px solid #a3a3a3; }
  @media (min-width: 544px) {
    .location-gallery-swiper-container .swiper-slide {
      width: calc(50% - 10px);
      padding-bottom: 33%; } }
  @media (min-width: 992px) {
    .location-gallery-swiper-container .swiper-slide {
      width: calc(100% / 3 - 13.33px);
      padding-bottom: 20%; } }
  @media (min-width: 1200px) {
    .location-gallery-swiper-container .swiper-slide {
      padding-bottom: 0;
      height: 230px; } }

.search .content article {
  border-bottom: 1px solid #ddd;
  margin-top: 0;
  margin-bottom: 60px; }
  .search .content article:first-child {
    margin-top: 60px; }
  .search .content article .button {
    display: block;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px; }

.search .entry-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 24px; }
  .search .entry-title a {
    color: #414141; }

.search .entry-content br {
  content: '';
  display: block;
  margin-bottom: 24px; }

.search .entry-time {
  display: block;
  margin-top: -18px;
  font-size: 12px;
  text-transform: uppercase; }

.search .blog-pagination {
  margin-bottom: 36px; }

.search .entry {
  margin-top: 48px; }

.fof-sitemap {
  margin-top: 48px;
  margin-bottom: 72px; }

body .simple-sitemap-page ul {
  margin-left: 24px;
  margin-bottom: 0; }

body .simple-sitemap-page li {
  margin-left: 0;
  margin-bottom: 6px;
  margin-top: 6px; }
  body .simple-sitemap-page li:before {
    color: #a9d7a4;
    content: '\f149';
    -webkit-transform: scaleX(-1) rotate(90deg);
            transform: scaleX(-1) rotate(90deg);
    font-weight: normal;
    margin-right: 12px;
    margin-left: 0; }

body .simple-sitemap-page > li {
  margin-top: 18px;
  margin-bottom: 18px; }
  body .simple-sitemap-page > li:before {
    content: none; }

/* THE REST */
/******************************************************************
PRINT STYLESHEET
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/* end of print stylesheet (DO NOT DELETE) */

/*# sourceMappingURL=maps/style.css.map */
