@charset "UTF-8";
/*
Theme Name: megatheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: megatheme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 megatheme is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*-----------------------------------*/
/*  Responsive items
/*-----------------------------------*/
/*-----------------------------------*/
/*  General
/*-----------------------------------*/
/*-----------------------------------*/
/*  Animation
/*-----------------------------------*/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fade-in-up {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fade-in-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fade-out-left {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@keyframes fade-out-left {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fade-in-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fade-out-right {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@keyframes fade-out-right {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@font-face {
  font-family: "Apercu Regular";
  src: url("fonts/apercu/apercu-regular.eot");
  src: url("fonts/apercu/apercu-regular.eot?#iefix") format("embedded-opentype"), url("fonts/apercu/apercu-regular.woff") format("woff"), url("fonts/apercu/apercu-regular.woff2") format("woff2"), url("fonts/apercu/apercu-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Apercu Bold";
  src: url("fonts/apercu/apercu-bold.eot");
  src: url("fonts/apercu/apercu-bold.eot?#iefix") format("embedded-opentype"), url("fonts/apercu/apercu-bold.woff") format("woff"), url("fonts/apercu/apercu-bold.woff2") format("woff2"), url("fonts/apercu/apercu-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Apercu Light";
  src: url("fonts/apercu/apercu-light.eot");
  src: url("fonts/apercu/apercu-light.eot?#iefix") format("embedded-opentype"), url("fonts/apercu/apercu-light.woff") format("woff"), url("fonts/apercu/apercu-light.woff2") format("woff2"), url("fonts/apercu/apercu-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "socialico";
  src: url("fonts/socialico/socialico.eot");
  src: url("fonts/socialico/socialico.eot?#iefix") format("embedded-opentype"), url("fonts/socialico/socialico.woff") format("woff"), url("fonts/socialico/socialico.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "socialicoplus";
  src: url("fonts/socialico/socialicoplus.eot");
  src: url("fonts/socialico/socialicoplus.eot?#iefix") format("embedded-opentype"), url("fonts/socialico/socialicoplus.woff") format("woff"), url("fonts/socialico/socialicoplus.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "galaxie";
  src: url("fonts/galaxie/Copernicus-Semibold.eot");
  src: url("fonts/galaxie/Copernicus-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/galaxie/Copernicus-Semibold.woff") format("woff"), url("fonts/galaxie/Copernicus-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.primary-font-regular {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-weight: normal;
}

.primary-font-regular-italic {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-weight: normal;
  font-style: italic;
}

.primary-font-light {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Light", Calibri, sans-serif;
  font-weight: 200;
}

.primary-font-light-italic {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Light", Calibri, sans-serif;
  font-weight: 200;
}

.primary-font-medium {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-weight: normal;
}

.primary-font-medium-italic {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-weight: normal;
}

.primary-font-bold {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
}

.primary-font-bold-italic {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-style: italic;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
}

h3 {
  font-size: 19px;
  font-size: 1.1875rem;
}

h4 {
  font-size: 14px;
  font-size: 0.875rem;
}

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

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

.heading-square,
.boxed-text {
  color: #15164d;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
  display: inline-block;
  padding: 10px 25px;
  margin: 0;
  border: 2px solid #15164d;
}

b,
strong {
  /*font-weight: bold;*/
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-weight: normal;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
.text-align-center {
  text-align: center;
}

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

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

.sprite {
  font-size: 10px;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
}

.sprite {
  background-repeat: no-repeat;
  background-image: url(img/iconsprites/sprite.svg);
  background-size: 17.3em 73.5em;
}

.no-svg .sprite {
  background-image: url(img/iconsprites/sprite.png);
}

.sprite-addtofavouritesplus-blue {
  background-position: 0em 0em;
  width: 1.3em;
  height: 1.3em;
}

.sprite-addtofavouritesplus-red {
  background-position: 0em -1.3em;
  width: 1.65em;
  height: 1.65em;
}

.sprite-burger-blue {
  background-position: 0em -3em;
  width: 2.4em;
  height: 2.2em;
}

.sprite-burger-grey {
  background-position: 0em -5.2em;
  width: 2.4em;
  height: 2.2em;
}

.sprite-burger-pink {
  background-position: 0em -7.4em;
  width: 2.4em;
  height: 2.2em;
}

.sprite-close_button {
  background-position: 0em -9.6em;
  width: 3.4em;
  height: 3.4em;
}

.sprite-close_button-pink {
  background-position: 0em -13em;
  width: 3.4em;
  height: 3.4em;
}

.sprite-dropdownarrow-blue {
  background-position: 0em -16.4em;
  width: 1.4em;
  height: 0.77em;
}

.sprite-dropdownarrow-pink {
  background-position: 0em -17.2em;
  width: 1.4em;
  height: 0.77em;
}

.sprite-heart-blue {
  background-position: 0em -18em;
  width: 1.4em;
  height: 1.4em;
}

.sprite-loadmorearrowdown-blue {
  background-position: 0em -19.4em;
  width: 2.4em;
  height: 2.4em;
}

.sprite-loadmorearrowdown-pink {
  background-position: 0em -21.8em;
  width: 2.4em;
  height: 2.4em;
}

.sprite-logo-main {
  background-position: 0em -24.2em;
  width: 13.35em;
  height: 4.88em;
}

.sprite-logo-main-large {
  background-position: 0em -29.1em;
  width: 17.3em;
  height: 6.29em;
}

.sprite-logo-main-large--white {
  background-position: 0em -35.4em;
  width: 17.3em;
  height: 6.29em;
}

.sprite-plus-big-blue {
  background-position: 0em -41.7em;
  width: 1.68em;
  height: 1.68em;
}

.sprite-readmorearrow-blue {
  background-position: 0em -43.4em;
  width: 1.4em;
  height: 1.8em;
}

.sprite-readmorearrow-pink {
  background-position: 0em -45.2em;
  width: 1.4em;
  height: 1.81em;
}

.sprite-search-blue {
  background-position: 0em -47.1em;
  width: 2em;
  height: 2em;
}

.sprite-search-grey {
  background-position: 0em -49.1em;
  width: 2em;
  height: 2em;
}

.sprite-search-pink {
  background-position: 0em -51.1em;
  width: 2em;
  height: 2em;
}

.sprite-sliderarrow-left-blue {
  background-position: 0em -53.1em;
  width: 3.4em;
  height: 3.4em;
}

.sprite-sliderarrow-left-pink {
  background-position: 0em -56.5em;
  width: 3.4em;
  height: 3.4em;
}

.sprite-sliderarrow-left-white {
  background-position: 0em -59.9em;
  width: 3.4em;
  height: 3.4em;
}

.sprite-sliderarrow-right-blue {
  background-position: 0em -63.3em;
  width: 3.4em;
  height: 3.4em;
}

.sprite-sliderarrow-right-pink {
  background-position: 0em -66.7em;
  width: 3.4em;
  height: 3.4em;
}

.sprite-sliderarrow-right-white {
  background-position: 0em -70.1em;
  width: 3.4em;
  height: 3.4em;
}

@media (pointer: fine) {
  .sprite-hover:hover .sprite-burger-blue {
    display: none;
  }
  .sprite-hover:hover .sprite-search-blue {
    display: none;
  }
  .sprite-hover:hover .sprite-sliderarrow-right-white {
    display: none;
  }
  .sprite-hover:hover .sprite-sliderarrow-right-blue {
    display: none;
  }
  .sprite-hover:hover .sprite-sliderarrow-left-white {
    display: none;
  }
  .sprite-hover:hover .sprite-sliderarrow-left-blue {
    display: none;
  }
  .sprite-hover:hover .sprite-readmorearrow-blue {
    display: none;
  }
  .sprite-hover:hover .sprite-loadmorearrowdown-blue {
    display: none;
  }
  .sprite-hover:hover .sprite-dropdownarrow-blue {
    display: none;
  }
  .sprite-hover:hover .sprite-close_button {
    display: none;
  }
  .sprite-hover:hover .sprite-burger-pink {
    display: inline-block;
  }
  .sprite-hover:hover .sprite-search-pink {
    display: inline-block;
  }
  .sprite-hover:hover .sprite-sliderarrow-right-pink {
    display: inline-block;
  }
  .sprite-hover:hover .sprite-sliderarrow-left-pink {
    display: inline-block;
  }
  .sprite-hover:hover .sprite-readmorearrow-pink {
    display: inline-block;
  }
  .sprite-hover:hover .sprite-loadmorearrowdown-pink {
    display: inline-block;
  }
  .sprite-hover:hover .sprite-dropdownarrow-pink {
    display: inline-block;
  }
  .sprite-hover:hover .sprite-close_button-pink {
    display: inline-block;
  }
}
.sprite-hover .sprite-burger-pink {
  display: none;
}
.sprite-hover .sprite-search-pink {
  display: none;
}
.sprite-hover .sprite-sliderarrow-right-pink {
  display: none;
}
.sprite-hover .sprite-sliderarrow-left-pink {
  display: none;
}
.sprite-hover .sprite-readmorearrow-pink {
  display: none;
}
.sprite-hover .sprite-loadmorearrowdown-pink {
  display: none;
}
.sprite-hover .sprite-dropdownarrow-pink {
  display: none;
}
.sprite-hover .sprite-close_button-pink {
  display: none;
}

::selection {
  background: #fcede5;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #fcede5;
  /* Gecko Browsers */
}

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

body {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Light", Calibri, sans-serif;
  font-weight: 200;
  -webkit-tap-highlight-color: rgba(170, 128, 0, 0.5);
  font-size: 14px;
  line-height: 1.3;
  background-color: transparent;
}

hr {
  border: none;
  height: 1px;
  background-color: black;
}

.clearfix {
  clear: both;
}

.square {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: inherit;
}

a {
  outline: none;
}

.hide-mobile {
  display: none;
}

@media (min-width: 568px) {
  .hide-mobile {
    display: block;
  }
}
.hide-tablet {
  display: none;
}

@media (min-width: 768px) {
  .hide-tablet {
    display: block;
  }
}
.site-wrap {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

.content-container-boxed {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .content-container-boxed {
    padding-left: 0;
    padding-right: 0;
  }
}

.row {
  clear: both;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row.row-flex-stretch {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  padding: 1% 0;
}
.row.row-flex-stretch .columns-two-thirds {
  position: relative;
}
.row.row-flex-stretch .columns-two-thirds,
.row.row-flex-stretch .columns-thirds {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 719px) {
  .row.row-flex-stretch {
    display: block;
  }
}

.columns-full, .columns-halves, .columns-two-thirds, .columns-thirds, .columns-fourths, .columns-halves-tablet {
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}

.box {
  margin-top: 2.08333%;
  margin-bottom: 2.08333%;
  /*margin-left: gutter(4);*/
  /*margin-right: gutter(4);*/
}
.box img {
  width: 100%;
  display: block;
}

.content-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.content-container:after {
  content: " ";
  display: block;
  clear: both;
}

.multislider {
  clear: both;
}

.slider-title {
  clear: both;
  width: 93.75%;
  float: left;
  margin-left: 3.125%;
  margin-right: 3.125%;
  clear: both;
}

@media (min-width: 568px) {
  .box {
    margin-top: 1.04167%;
    margin-bottom: 1.04167%;
    margin-left: 0;
    margin-right: 0;
  }

  .columns-fourths {
    width: 47.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }

  .columns-thirds {
    width: 31.25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }

  .columns-two-thirds {
    width: 64.58333%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }

  .columns-halves {
    width: 47.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }

  .columns-full {
    clear: both;
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }

  .squish-one-fourth {
    width: 64.58333%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    margin-left: 17.70833%;
    margin-right: 17.70833%;
  }

  .squish-one-third {
    width: 47.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    margin-left: 26.04167%;
    margin-right: 26.04167%;
  }

  .push-one-third {
    margin-left: 34.375%;
  }

  .push-two-thirds {
    margin-left: 67.70833%;
  }
}
@media (min-width: 768px) {
  .content-container-boxed {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-container-boxed:after {
    content: " ";
    display: block;
    clear: both;
  }

  .columns-fourths {
    width: 22.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }

  .columns-three-fourths {
    width: 72.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }

  .push-two-fourths {
    margin-left: 51.04167%;
  }

  .push-three-fourths {
    margin-left: 76.04167%;
  }

  .push-one-fourth {
    margin-left: 26.04167%;
  }

  .push-one-half {
    margin-left: 51.04167%;
  }
}
@media (min-width: 1024px) {
  .columns-thirds-desktop {
    width: 31.25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }

  .columns-two-thirds-desktop {
    width: 64.58333%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }

  .columns-halves-desktop {
    width: 47.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }

  .squish-one-fourth {
    width: 47.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    margin-left: 26.04167%;
    margin-right: 26.04167%;
  }

  .squish-one-third {
    width: 31.25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    margin-left: 34.375%;
    margin-right: 34.375%;
  }
}
@media (min-width: 1600px) {
  .content-container-boxed {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-container-boxed:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.fullscreen-section {
  height: 100vh;
}

.skrollr {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.skrollr .scrollr-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.skrollr .scrollr-container .scrollr-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-weight: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-transform: capitalize;
  border: 0px solid;
  border-radius: 0px;
  color: #5d5d5d;
  background: silver;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  padding: 9px 30px;
  margin-top: 20px;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #5d5d5d;
  background: white;
  border-radius: 0;
  border: 0px solid #15164d;
  padding: 10px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 1px solid #2b2d9d;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  resize: vertical;
  height: 150px;
}

label {
  display: inline-block;
  line-height: 2;
}

@media (min-width: 768px) {
  .formleft {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }

  .formright {
    width: 48.93617%;
    float: right;
    margin-right: 0;
  }
}
button, input[type="submit"] {
  color: white;
  background-color: #15164d;
}

.comments {
  background-color: rgba(192, 192, 192, 0.5);
  padding: 2em 0;
}

.comments-area .author {
  margin-bottom: 1em;
}

.comment-body {
  color: #5d5d5d;
  background: #f3f3f3;
  padding: 15px 20px;
  margin-bottom: 1em;
}

.post-contributor__image {
  float: left;
  margin-right: 20px;
}
.post-contributor__image img {
  width: auto;
}

.post-contributor__details {
  padding: 20px;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
  border: none;
  padding: 0;
  margin: 0;
}

span.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7 .ajax-loader {
  visibility: hidden !important;
}

.background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.background .cycle-slideshow {
  height: 100%;
}

.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.background-cycle-prev, .background-cycle-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}

.background-cycle-prev {
  left: 15px;
}

.background-cycle-next {
  right: 15px;
}

.entry-header {
  text-align: center;
  margin-bottom: 30px;
}

.entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
  display: inline-block;
  padding: 0 10px 2px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.entry-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 4px;
  background-color: #f7a64b;
}

.entry-content h3 {
  /*@include primary_font(bold);*/
}

.post-heading {
  font-size: 24px;
  font-size: 1.5rem;
}

article p {
  margin-bottom: 1.5em;
}
article blockquote {
  font-size: 20px;
  font-size: 1.25rem;
}
article small {
  font-size: 13px;
  font-size: 0.8125rem;
}

.square {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-caption {
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.1);
}

.category-list li {
  display: inline-block;
  background-color: pink;
  padding: 10px;
  margin: 0 -3px 2px 0px;
}

.sub-menu {
  background-color: rgba(0, 128, 0, 0.5);
  text-align: center;
}
.sub-menu.locations {
  background-color: rgba(255, 0, 0, 0.5);
}

.content-heading,
.post-filter {
  text-align: center;
  margin: 40px 0;
}
.content-heading .boxed-text,
.post-filter .boxed-text {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .content-heading,
  .post-filter {
    margin: 20px 0;
  }
  .content-heading .boxed-text,
  .post-filter .boxed-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.feature-slider {
  position: relative;
  margin-bottom: 2.08333%;
}
.feature-slider .slide {
  display: none;
}
.feature-slider .slide:first-child {
  display: block;
}

.slider-captions {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0px;
}
@media screen and (max-width: 699px) {
  .slider-captions {
    padding: 0;
  }
}

.slide-captions__container {
  background-color: #F2F3EF;
  width: 97.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  position: relative;
}
@media screen and (max-width: 699px) {
  .slide-captions__container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.slide-caption {
  color: #15164d;
  display: none;
}
.slide-caption.current {
  display: block;
}

@media screen and (min-width: 400px) {
  .feature-slider {
    margin-bottom: 1.5625%;
  }
}
@media screen and (min-width: 560px) {
  .feature-slider {
    margin-bottom: 1%;
  }
}
@media screen and (min-width: 700px) {
  .slide-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .slide-captions__container {
    width: 47.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    margin-left: 51.04167%;
    height: 44px;
  }
}
@media screen and (min-width: 840px) {
  .feature-slider {
    margin-bottom: 0.75%;
  }

  .slide-captions__container {
    width: 39.58333%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    margin-left: 59.375%;
  }
}
@media screen and (min-width: 1600px) {
  .feature-slider {
    margin-bottom: 1%;
  }

  .slide-captions__container {
    width: 31.25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    margin-left: 67.70833%;
  }
}
.post-box {
  position: relative;
  overflow: hidden;
  background-color: #F4F4F0;
}

.post-box__content {
  position: relative;
  overflow: hidden;
  padding: 0 0 44px 0;
}

.post-box__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'galaxie', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  color: #15164d;
  line-height: 1.3em;
  margin: 0;
  padding: 12px;
  background-color: #F4F4F0;
  z-index: 10;
}
.post-box:hover .post-box__title {
  color: #5d5d5d;
}

.post-box__image {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 99.5%;
}
.post-box__image img {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.post-box:hover .post-box__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.post-box__excerpt {
  line-height: 1.3em;
  margin: 0;
  padding: 12px;
  background-color: #F4F4F0;
  z-index: 10;
}
.post-box__excerpt p {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}
.post-box:hover .post-box__excerpt {
  color: #5d5d5d;
}

.post-box__footer {
  border-top: solid 1px #15164d;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  padding: 10px 0px 15px 0;
  overflow: hidden;
  z-index: 12;
}
.post-box__footer a {
  display: block;
  color: #15164d;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
}
.post-box__footer a:hover {
  color: #ff7d71;
}
.post-box__footer a + a {
  float: right;
}
.gecko .post-box__footer a + a {
  position: absolute;
  right: 0;
}

.post-box--related .post-box__title {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 569px) {
  .post-box__title {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .post-box__excerpt,
  .post-box__footer {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .post-box--default {
    height: 0;
    padding: 0 0 140.625% 0;
  }
  .post-box--default .post-box__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .post-box--default .post-box__title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .post-box--default .post-box__image {
    margin-top: 22%;
  }
  .post-box--default .post-box__excerpt {
    position: absolute;
    left: 0;
    bottom: 44px;
    width: 100%;
  }

  .post-box--related {
    height: 0;
    padding: 0 0 100% 0;
  }
  .post-box--related .post-box__title {
    position: absolute;
    left: 0;
    top: 68%;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
  .post-box--related .post-box__image {
    margin-top: 0%;
  }
}
@media screen and (min-width: 720px) {
  .post-box--feature {
    /*padding: 0 0 54.89% 0;*/
    /*height: 0;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .post-box--feature .post-box__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .post-box--feature .post-box__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    padding-bottom: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .post-box--feature .post-box__image img {
    display: none;
  }
  .post-box--feature:hover .post-box__image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  .post-box--feature .post-box__content {
    /*left: 60%;*/
  }
  .post-box--feature .post-box__title {
    margin-left: 60%;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .post-box--feature .post-box__excerpt {
    padding-top: 0;
    font-size: 16px;
    font-size: 1rem;
    margin-left: 60%;
  }
  .post-box--feature .post-box__footer {
    left: 62%;
  }
}
@media screen and (min-width: 638px) {
  .post-box--hero {
    height: 0;
    padding: 0 0 40% 0;
  }
  .post-box--hero .post-box__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 66%;
    height: 100%;
    padding-bottom: 0;
    overflow: hidden;
  }
  .post-box--hero .post-box__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .post-box--hero .post-box__title {
    padding-top: 20px;
    margin: 0 0 0 66.5%;
  }
  .post-box--hero .post-box__excerpt {
    margin: 0 0 0 66.5%;
  }
  .post-box--hero .post-box__footer {
    left: 68%;
  }

  .post-box--related .post-box__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .post-box__title {
    font-size: 16px;
    font-size: 1rem;
  }

  .post-box__excerpt,
  .post-box__footer {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .post-box--hero .post-box__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .post-box--hero .post-box__excerpt {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .post-box--related .post-box__title {
    top: 66%;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-box__title {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .post-box__excerpt,
  .post-box__footer {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .post-box--hero .post-box__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .post-box--hero .post-box__excerpt {
    font-size: 16px;
    font-size: 1rem;
  }

  .post-box--related .post-box__title {
    top: 68%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1600px) {
  .post-box__title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .post-box__excerpt,
  .post-box__footer {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .post-box--default .post-box__title {
    padding: 20px;
  }
  .post-box--default .post-box__image {
    margin-top: 23%;
  }
  .post-box--default .post-box__excerpt {
    bottom: 61px;
    padding: 20px;
  }
  .post-box--default .post-box__footer {
    padding: 20px 0;
    left: 20px;
    right: 20px;
  }

  .post-box--hero .post-box__title {
    padding: 30px 20px 20px 20px;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .post-box--hero .post-box__excerpt {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 20px;
  }
  .post-box--hero .post-box__footer {
    padding: 20px 0;
  }

  .post-box--feature .post-box__title {
    margin-left: 61%;
  }
  .post-box--feature .post-box__excerpt {
    margin-left: 61%;
  }
  .post-box--feature .post-box__footer {
    left: 62%;
    right: 15px;
  }

  .post-box--related {
    height: 0;
    padding: 0 0 100% 0;
  }
  .post-box--related .post-box__title {
    position: absolute;
    left: 0;
    top: 68%;
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .post-box--related .post-box__image {
    margin-top: 0%;
  }
}
.post-box--slider-caption {
  height: auto;
  padding: 0;
}
.post-box--slider-caption .post-box__content {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-box--slider-caption .post-box__title {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px 20px 20px 20px;
}
.post-box--slider-caption .post-box__excerpt {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 20px 20px 20px;
  padding: 0 20px 20px 20px;
}
@media screen and (min-width: 700px) {
  .post-box--slider-caption {
    height: 0;
    padding: 0 0 57.83% 0;
  }
  .post-box--slider-caption .post-box__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .post-box--slider-caption .post-box__excerpt {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .post-box--slider-caption .post-box__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .post-box--slider-caption .post-box__excerpt {
    font-size: 16px;
    font-size: 1rem;
  }
}

html, body {
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  -moz-transition-property: top, bottom;
  -o-transition-property: top, bottom;
  -webkit-transition-property: top, bottom;
  transition-property: top, bottom;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

body.sidebar-active {
  overflow: hidden;
  overflow-y: scroll;
}
body.sidebar-active .open-sidebar {
  opacity: 0;
}

.sidebar {
  position: fixed;
  top: -100%;
  -moz-transition-property: top, bottom;
  -o-transition-property: top, bottom;
  -webkit-transition-property: top, bottom;
  transition-property: top, bottom;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  padding: 20px;
  overflow: auto;
  z-index: 10000;
  text-align: center;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
  background-image: url(img/menu-main-bg.png);
  background-image: url(img/menu-main-bg.svg);
}
.sidebar.active {
  top: 0px;
}
.sidebar .sub-menu {
  display: none;
}

.open-sidebar, .close-sidebar {
  cursor: pointer;
}

.open-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-right: 20px;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.close-sidebar {
  position: absolute;
  right: 20px;
}

.main-menu-home-link {
  display: none;
}

.menu-main-menu-container {
  margin: 20px 0;
}
.menu-main-menu-container a {
  font-size: 19px;
  font-size: 1.1875rem;
  text-transform: uppercase;
  display: block;
  padding: 0.4em 0;
}
.menu-main-menu-container .current-menu-item a {
  color: white;
}
.menu-main-menu-container .sub-menu {
  margin-left: 20px;
}
.menu-main-menu-container .sub-menu a {
  font-size: 16px;
  font-size: 1rem;
}

.menu-social-menu-container a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .open-sidebar {
    margin-top: 40px;
    margin-right: 40px;
  }

  .close-sidebar {
    margin-top: 20px;
    right: 40px;
  }

  .main-menu-home-link {
    display: block;
    position: absolute;
    right: 100px;
    top: 45px;
    text-transform: uppercase;
    color: #5d5d5d;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-size-adjust: 0.508;
    font-family: "Apercu Bold", Calibri, sans-serif;
  }
  .main-menu-home-link:hover {
    text-decoration: none;
  }
}
.social-icon {
  font-family: "socialico";
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  font-size: 2.5rem;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  top: 4px;
}
.social-icon.social-icon-plus {
  font-family: "socialicoplus";
  font-weight: normal;
  font-style: normal;
}

.site-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background-color: white;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 320px auto;
}
@media (min-width: 768px) {
  .site-header {
    background-image: url(img/desktop_header_confetti.png);
    background-size: 1400px auto;
  }
}
.site-header a {
  color: inherit;
  text-decoration: none;
}
.site-header a:hover {
  color: #ff7d71;
  /*text-decoration: underline;*/
}
.site-header .content-container-boxed {
  position: relative;
  padding: 0 8px;
}
@media (min-width: 1600px) {
  .site-header .content-container-boxed {
    padding: 0 10px;
  }
}

@-webkit-keyframes headerAnimation {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  25% {
    background-position: -100px 300px, 100px 370px, -100px 270px;
  }
  50% {
    background-position: 100px 670px, -100px 500px, 100px 570px;
  }
  75% {
    background-position: -100px 770px, 100px 670px, -100px 770px;
  }
  100% {
    background-position: 0 870px, 0 870px, 0 870px;
  }
}
.site-header__large-logo {
  display: none;
  text-align: center;
  padding: 30px 0 3px 0;
}

.site-header__main-links {
  display: none;
  text-align: center;
  color: #969696;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 30px 0;
}
.site-header__main-links a {
  display: inline-block;
  line-height: 1em;
  margin: 0 12px;
}
.site-header__main-links a:hover {
  color: #15164d;
  text-decoration: none;
}

.site-header__full-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px;
  color: white;
  background-color: #15164d;
  background-color: rgba(21, 22, 77, 0.95);
  font-size: 16px;
  font-size: 1rem;
  left: -100%;
  opacity: 0;
  transition: left 0s, opacity 0.5s;
  transition-delay: 0.5s, 0s;
  max-height: 100vh;
  overflow: scroll;
}
.site-header__full-menu.show-menu {
  left: 0;
  opacity: 1;
  transition: left 0s, opacity 0.5s;
  transition-delay: 0s, 0.1s;
}
.site-header__full-menu .link-group h3 {
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
  line-height: 2em;
  margin: 0;
}
.site-header__full-menu .link-group h3 a {
  display: block;
}
.site-header__full-menu .link-group__sub-links a {
  display: block;
  line-height: 2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.site-header__burger,
.site-header__search {
  cursor: pointer;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  right: 0px;
  margin: -24px 0 0 0;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.33s;
  transition: transform 0.33s;
}
.site-header__burger.open,
.site-header__search.open {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.site-header__search {
  right: 48px;
}
.site-header__search .sprite {
  position: relative;
}
.site-header__search .sprite:after {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 48px;
  height: 48px;
  background-color: transparent;
}

.site-header__search-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  background-color: #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: width 0.2s, opacity 0.4s;
  -moz-transition: width 0.2s, opacity 0.4s;
  transition: width 0.2s, opacity 0.4s;
}
.site-header__search-form input[type=text] {
  background-color: transparent;
}
.site-header__search-form input[type=text]:focus {
  outline: none;
}
.show .site-header__search-form {
  width: 245px;
  opacity: 1;
}

@media screen and (max-width: 920px) {
  body {
    padding-top: 45px;
  }

  .site-header {
    position: fixed;
  }

  .site-header__logo {
    display: inline-block;
    padding: 10px;
  }
  .site-header__logo .sprite {
    font-size: 5px;
  }

  .site-header__full-menu {
    padding: 12px;
    padding-bottom: 6em;
  }
  .site-header__full-menu .link-group {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 0;
  }
  .site-header__full-menu .link-group h3 {
    position: relative;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    font-size-adjust: 0.508;
    font-family: "Apercu Bold", Calibri, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.2em;
  }
  .site-header__full-menu .link-group h3 a:after {
    content: '';
    /*display: block;*/
    /*position: relative;*/
    /*top: 50%;*/
    /*right: 0;*/
    /*border: 6px solid;*/
    /*margin: -3px 0 0 0;*/
    /*border-color: white transparent transparent transparent;*/
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: white white transparent transparent;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    left: 7px;
    bottom: 4px;
  }
  .site-header__full-menu .link-group + .link-group {
    /*border-top: 1px dashed;*/
  }
  .site-header__full-menu .link-group .link-group__sub-links a {
    line-height: 0em;
    opacity: 0;
    transition: line-height 0.33s, opacity 0.25s;
    transition-delay: 0.1s, 0s;
  }
  .site-header__full-menu .link-group.show h3 a:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -3px;
  }
  .site-header__full-menu .link-group.show .link-group__sub-links a {
    line-height: 2em;
    opacity: 1;
    transition: line-height 0.33s, opacity 0.5s;
    transition-delay: 0s, 0.2s;
  }
}
@media screen and (min-width: 921px) {
  body {
    padding-top: 178px;
  }

  .site-header {
    position: absolute;
  }
  .fixed-menu .site-header {
    top: -95px;
    position: fixed;
  }

  .site-header__large-logo {
    display: block;
  }

  .site-header__logo {
    display: block;
    position: absolute;
    top: 50%;
    left: -200px;
    margin: -24px 0 0 0;
    opacity: 0;
    transition: left 0s, opacity 0.15s;
    transition-delay: 0.15s, 0s;
  }
  .fixed-menu .site-header__logo {
    left: 12px;
    opacity: 1;
    transition: left 0s, opacity 0.3s;
    transition-delay: 0s, 0.05s;
  }

  .site-header__main-links {
    display: block;
  }

  .site-header__full-menu {
    padding: 25px 12px;
    max-height: 85vh;
    overflow: scroll;
  }
  .site-header__full-menu .link-group {
    padding: 5px;
    width: 25%;
    float: left;
  }
  .site-header__full-menu .link-group h3 {
    margin-bottom: 1em;
  }
  .site-header__full-menu .link-group__sub-links {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header__full-menu .link-group__sub-links a {
    line-height: 2em;
  }
  .touch .site-header__full-menu .link-group__sub-links a {
    line-height: 2.5em;
  }
  .site-header__full-menu .link-group--about {
    clear: both;
    float: none;
    width: 100%;
    margin-top: 25px;
  }
  .site-header__full-menu .link-group--about .link-group__sub-links a {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .site-header__full-menu .mobile-only-item {
    display: none !important;
  }

  .site-header__burger {
    left: 0px;
    right: auto;
  }

  .site-header__search {
    left: auto;
    right: 2px;
  }

  .fixed-menu .site-header__burger,
  .fixed-menu .site-header__search {
    left: auto;
    right: 12px;
  }
  .fixed-menu .site-header__search {
    left: auto;
    right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__full-menu .link-group {
    padding: 5px;
    width: 20%;
  }
  .site-header__full-menu .link-group__sub-links {
    font-size: 16px;
    font-size: 1rem;
  }
  .site-header__full-menu .link-group--about {
    clear: none;
    float: left;
    width: 20%;
    margin-top: 0px;
  }
  .site-header__full-menu .link-group--about .link-group__sub-links a {
    display: block;
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .site-header__burger {
    left: 4px;
    right: auto;
  }

  .site-header__search {
    left: auto;
    right: 12px;
  }

  .fixed-menu .site-header__burger,
  .fixed-menu .site-header__search {
    left: auto;
    right: 3px;
  }
  .fixed-menu .site-header__search {
    left: auto;
    right: 51px;
  }
}
.contact-box {
  border: 8px solid #f7a64b;
  padding: 20px 15px 0;
}

.button {
  display: inline-block;
  padding: 12px 30.8px;
  margin-bottom: 1px;
  text-decoration: none;
  text-align: center;
  border-radius: 0px;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  -webkit-transition-property: color, background, border;
  transition-property: color, background, border;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.button:focus {
  outline: none;
}
@media (min-width: 768px) {
  .button {
    padding: 14px 30.8px;
    font-size: 16px;
    font-size: 1rem;
  }
}

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

.button--wide {
  padding-left: 4em;
  padding-right: 4em;
}

.button--big {
  padding: 2.2em;
}

.button--small {
  padding: 0.5em 1.4em;
  margin-left: 10px;
  margin-right: 10px;
}

.button--sign-in {
  padding: 1em 22.5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.button--block-mobile {
  display: block;
}
@media (min-width: 768px) {
  .button--block-mobile {
    display: inline-block;
  }
}

.button--filled-primary {
  color: white;
  background-color: #15164d;
  border: 2px solid #15164d;
}
.button--filled-primary:hover {
  color: white;
  background-color: darket(#15164d, 20%);
}

.button--filled-secondary {
  color: #15164d;
  background-color: #15164d;
  border: 2px solid #15164d;
}
.button--filled-secondary:visited {
  color: #15164d;
}
.button--filled-secondary:hover {
  color: #15164d;
  background-color: transparent;
}

.button--border-primary {
  color: white;
  background-color: transparent;
  border: 2px solid white;
}
.button--border-primary:hover {
  color: black;
  background-color: white;
}

.button--border-secondary {
  color: white;
  background-color: transparent;
  border: 2px solid white;
}
.button--border-secondary:hover {
  color: black;
  background-color: white;
}

.directory-carousel {
  background-color: #fcede5;
  padding: 1px 0 40px 0;
}
@media screen and (max-width: 600px) {
  .directory-carousel {
    padding-bottom: 25px;
  }
}

.directory-item {
  color: #15164d;
  padding: 15px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.directory-item .post-box__footer {
  border-top: 0;
  position: relative;
  padding-bottom: 0;
  padding-top: 15px;
  left: 0;
  right: 0;
  background-color: white;
}
.directory-carousel .directory-item .post-box__footer {
  background-color: #fcede5;
}
.directory-item .post-box__footer a {
  float: none;
}
@media (min-width: 568px) {
  .directory-item .post-box__footer a {
    float: left;
  }
  .directory-item .post-box__footer a + a {
    float: right;
  }
}

.directory-item__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 0 0 8px 0;
  z-index: 11;
}
@media (min-width: 1600px) {
  .directory-item__top {
    padding: 0 0 15px 0;
  }
}
.directory-carousel .directory-item__top {
  background-color: #fcede5;
  padding-top: 8px;
}
@media (min-width: 1600px) {
  .directory-carousel .directory-item__top {
    padding-top: 15px;
  }
}

.directory-item__title {
  font-family: 'galaxie', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
@media (min-width: 1600px) {
  .directory-item__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.directory-item__location {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}

.directory-item__title,
.directory-item__location {
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  z-index: 11;
}

.directory-item__image {
  margin-top: 15%;
}
.directory-item__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.directory-item:hover .directory-item__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
  .directory-item__title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.single-vendor .post-filter {
  margin-bottom: 30px;
}
.single-vendor .slick-variablewidth {
  box-shadow: none;
}
.single-vendor .slick-variablewidth .slick-slide img, .single-vendor .slick-variablewidth .slick-slide .video-embed, .single-vendor .slick-variablewidth .slick-slide .embed {
  margin-left: 3px;
  margin-right: 3px;
}

.event-item {
  color: #15164d;
  background-color: #f4f4f2;
  padding: 10px;
  position: relative;
  overflow: hidden;
  margin: 25px 10px;
}

.event-item__img {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
  min-height: 50px;
  overflow: hidden;
}
.event-item__img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.event-item:hover .event-item__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.event-item__title {
  font-family: 'galaxie', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  clear: none;
  z-index: 11;
}

.event-item__location {
  text-transform: uppercase;
  margin: 0.5em 0 1em 0;
  clear: none;
  z-index: 11;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-weight: normal;
}

.event-item__date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background-color: #DBF4F8;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
  z-index: 11;
}
.event-item__date span {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0.8em;
}

.event-item__description {
  font-size: 16px;
  font-size: 1rem;
  width: 37%;
  float: left;
  margin: 0 2% 0 0;
}

.event-item__info {
  width: 25%;
  float: left;
}
.event-item__info strong, .event-item__info a {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
}

.event-item__description a,
.event-item__info a {
  color: #ff7d71;
  text-decoration: none;
}

.event-item__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13%;
  background-color: #f4f4f2;
  padding: 0 10px;
}

.event-carousel {
  margin: 0 0 5% 0;
}

.event-item--preview {
  margin-top: 0;
  margin-bottom: 0;
}
.event-item--preview .event-item__img {
  width: 100%;
  float: none;
  margin: 0 0 28% 0;
}
.event-item--preview .event-item__title {
  font-size: 16px;
  font-size: 1rem;
}
.event-item--preview .post-box__footer {
  position: relative;
  left: 0;
  right: 0;
  padding-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .event-item__description {
    width: 66%;
    margin: 0 0 0 0;
  }

  .event-item__info {
    clear: both;
    width: 66%;
    float: none;
    margin: 0 0 0 34%;
  }
}
@media screen and (max-width: 480px) {
  .event-item__img,
  .event-item__description,
  .event-item__info {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
  }
}
.multiple-item-carousel .slick-prev {
  left: -40px;
}
.multiple-item-carousel .slick-next {
  right: -40px;
}
@media screen and (max-width: 1144px) {
  .multiple-item-carousel {
    margin: 0 40px;
  }
  .multiple-item-carousel .slick-prev .sprite,
  .multiple-item-carousel .slick-next .sprite {
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .multiple-item-carousel .slick-prev {
    left: -35px;
  }
  .multiple-item-carousel .slick-next {
    right: -35px;
  }
}

.post-filter {
  color: #15164d;
  text-align: center;
  background-color: #F4F4F0;
  padding: 10px 0;
  margin: 0 0 0px 0;
}
@media (min-width: 768px) {
  .post-filter {
    padding: 40px 0;
  }
}

.post-filter--blue {
  background-color: #DBF4F8;
}

.post-filter--pink {
  background-color: #fcede5;
}

.post-filter--green {
  background-color: #E9F4EB;
}

.post-filter__select {
  display: inline-block;
  margin: 0 30px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 700px) {
  .post-filter__select {
    display: block;
    margin: 15px 0;
  }
}

.post-filter__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 2000;
  background-color: rgba(21, 23, 77, 0.9);
  background-size: 1400px auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: width 0s, height 0s, opacity 0.3s;
  transition: width 0s, height 0s, opacity 0.3s;
  -webkit-transition-delay: 0.3s, 0.3s, 0s;
  transition-delay: 0.3s, 0.3s, 0s;
}
.show-options .post-filter__backdrop {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition-delay: 0s, 0s, 0.05s;
  transition-delay: 0s, 0s, 0.05s;
}

.post-filter__text {
  position: relative;
}
@media (min-width: 768px) {
  .post-filter__text.post-filter__text--left {
    text-align: right;
  }
  .post-filter__text.post-filter__text--right {
    text-align: left;
  }
}
.post-filter__text .sprite {
  top: -2px;
}
.show-options .post-filter__text {
  color: white;
  z-index: 2001;
}
.show-options .post-filter__text .sprite {
  opacity: 0;
}

.post-filter__options {
  display: inline-block;
  position: relative;
  text-align: left;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
}

.post-filter__current {
  /*text-decoration: underline;*/
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid;
}
.post-filter__current:hover {
  color: #ff7d71;
}

.post-filter__other {
  position: absolute;
  left: -10px;
  top: 100%;
  padding: 5px 10px 0 10px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0s, opacity 0.3s;
  transition: max-height 0s, opacity 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.show-options .post-filter__other {
  max-height: none;
  opacity: 1;
  -webkit-transition-delay: 0s, 0.05s;
  transition-delay: 0s, 0.05s;
}
.post-filter__other a {
  color: inherit;
  text-decoration: none;
  padding: 5px 0;
  display: block;
  white-space: nowrap;
}
.post-filter__other a:hover {
  color: #ff7d71;
  /*text-decoration: underline;*/
}
@media screen and (max-width: 568px) {
  .post-filter__other a {
    white-space: normal;
  }
}

.post-filter__close {
  display: none;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  z-index: 2001;
  font-size: 40px;
  width: 40px;
  color: white;
}
.show-options .post-filter__close {
  display: block;
}

.full-post__header {
  padding-top: 25px;
  padding-bottom: 25px;
}

.full-post__category {
  color: #15164d;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0 0 3px 0;
}

.full-post__heading {
  font-family: 'galaxie', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  font-size: 1.625rem;
  color: #15164d;
  margin: 0;
}

.full-post__hero-image__container {
  background-color: #f4f4f4;
}
.full-post__hero-image__container img {
  display: block;
}
.full-post__hero-image__container.image-portrait img {
  width: auto;
  height: 500px;
  margin: 0 auto;
}

.two-post-images:after {
  content: "";
  display: table;
  clear: both;
}
.two-post-images .image-1, .two-post-images .image-2 {
  width: calc(50% - 4px);
  float: left;
}
.two-post-images .image-1 img, .two-post-images .image-2 img {
  margin: 0;
}
.two-post-images .image-1 {
  margin-right: 8px;
}

.wp-caption {
  width: 100% !important;
}

.full-post__img-caption,
.wp-caption-text,
p.wp-caption-text,
.full-post__text.first-p-emphasis p.wp-caption-text:first-of-type {
  padding: 20px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid;
  color: #969696;
  font-size: 14px;
  font-size: 0.875rem;
}

.full-post__text.first-p-emphasis p.wp-caption-text:first-of-type {
  padding: 0.5em 0;
  margin-top: -1em;
}

.full-post__text a,
.full-post__img-caption a,
.wp-caption-text a,
p.wp-caption-text a,
.full-post__text.first-p-emphasis p.wp-caption-text:first-of-type a {
  color: #ff7d71;
  text-decoration: none;
}
.full-post__text a:hover,
.full-post__img-caption a:hover,
.wp-caption-text a:hover,
p.wp-caption-text a:hover,
.full-post__text.first-p-emphasis p.wp-caption-text:first-of-type a:hover {
  text-decoration: underline;
}

.full-post__text {
  color: #68698e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 25px;
}
.single-vendor .full-post__text {
  margin-top: 25px;
}
.full-post__text img, .full-post__text .embed-container {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
.full-post__text .full-post__img-caption, .full-post__text .wp-caption-text {
  padding: 0.5em 0;
  margin-top: -1em;
}
.full-post__text > :first-child {
  margin-top: 0;
}
.full-post__text h1, .full-post__text h2, .full-post__text h3, .full-post__text h4 {
  margin-top: 2rem;
}
.full-post__text h1 {
  font-size: 2em;
  line-height: 1.2em;
}
.full-post__text h2 {
  font-size: 1.8em;
  line-height: 1.2em;
}
.full-post__text h3 {
  font-size: 1.5em;
  line-height: 1.2em;
}
.full-post__text h4 {
  font-size: 1em;
  line-height: 1.2em;
}
@media screen and (max-width: 600px) {
  .full-post__text h1 {
    font-size: 1.7em;
  }
  .full-post__text h2 {
    font-size: 1.4em;
  }
  .full-post__text h3 {
    font-size: 1.2em;
  }
  .full-post__text h4 {
    font-size: 1em;
  }
}
.full-post__text.full-post__serif-headings {
  margin-top: 25px;
}
.full-post__text.full-post__serif-headings h1, .full-post__text.full-post__serif-headings h2 {
  font-family: 'galaxie', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
}
.full-post__text p:first-of-type {
  margin-top: 0;
}
.full-post__text.first-p-emphasis p:first-of-type {
  font-size: 1.2em;
  line-height: 1.5em;
}
.full-post__text ul, .full-post__text ol {
  list-style-type: disc;
  padding: 0 0 0 40px;
  margin: 1em 0;
}
.full-post__text ul li, .full-post__text ol li {
  margin: 0.5em 0;
}
.full-post__text ol {
  list-style-type: decimal;
}

.full-post__credits,
.full-post__tags {
  font-size: 11.7px;
  font-size: 0.73125rem;
  color: #969696;
  margin: 10px 0;
}
.full-post__credits h3,
.full-post__tags h3 {
  color: #15164d;
}
.full-post__credits .tag,
.full-post__tags .tag {
  color: #969696;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
  display: inline-block;
  border: 1px solid;
  padding: 2px 6px;
  margin: 0 10px 10px 0;
}
.full-post__credits .tag:hover,
.full-post__tags .tag:hover {
  text-decoration: none;
  color: #ff7d71;
}

.side-bar-recent-post {
  margin-bottom: 2em;
}

.post-comments {
  background-color: #f4f4f2;
  padding: 25px 0;
}

.post-comments__form, .comment-form, .wpcf7 {
  margin: 0 0 25px 0;
  color: #15164d;
}
.post-comments__form input[type=text],
.post-comments__form input[type=email], .comment-form input[type=text],
.comment-form input[type=email], .wpcf7 input[type=text],
.wpcf7 input[type=email] {
  width: 100%;
  max-width: 440px;
}
.post-comments__form input[type=text],
.post-comments__form input[type=email],
.post-comments__form textarea, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea, .wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  border: 1px solid #fff;
}
.post-comments__form input[type=text]:focus,
.post-comments__form input[type=email]:focus,
.post-comments__form textarea:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form textarea:focus, .wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus {
  outline: none;
  border: 1px solid #ddd;
}
.post-comments__form label, .comment-form label, .wpcf7 label {
  display: none;
}
.post-comments__form .checkbox-radio-label label, .comment-form .checkbox-radio-label label, .wpcf7 .checkbox-radio-label label {
  display: inline-block;
  cursor: pointer;
}
.post-comments__form button, .post-comments__form .submit, .comment-form button, .comment-form .submit, .wpcf7 button, .wpcf7 .submit {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border: 2px solid;
}
.post-comments__form button:hover, .post-comments__form .submit:hover, .comment-form button:hover, .comment-form .submit:hover, .wpcf7 button:hover, .wpcf7 .submit:hover {
  color: #15164d;
  background-color: white;
}
.post-comments__form a, .comment-form a, .wpcf7 a {
  text-decoration: none;
  color: #ff7d71;
}
.post-comments__form a:hover, .comment-form a:hover, .wpcf7 a:hover {
  text-decoration: underline;
}
.post-comments__form .form-row, .comment-form .form-row, .wpcf7 .form-row {
  margin: 0 0 15px 0;
}
.post-comments__form .form-row--submit, .post-comments__form .form-submit, .comment-form .form-row--submit, .comment-form .form-submit, .wpcf7 .form-row--submit, .wpcf7 .form-submit {
  margin-top: 25px;
}

.comment-listing, .form-submit {
  margin: 0 0 15px 0;
}

.comment__info {
  color: #15164d;
  padding: 15px 0;
}

.comment__author {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
}

a.comment__author {
  color: #ff7d71;
  text-decoration: none;
}
a.comment__author:hover {
  text-decoration: underline;
}

.comment__text {
  color: #969696;
  background-color: white;
  padding: 10px 20px;
}

.category-listing {
  overflow: hidden;
  /*max-width: 1440px;*/
  margin: 0 auto;
}

.category-listing__item {
  width: 25%;
  min-height: 50px;
  float: left;
  position: relative;
  color: #fcede5;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 880px) {
  .category-listing__item {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .category-listing__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 660px) {
  .category-listing__item {
    width: 50%;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .category-listing__item {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .category-listing__item {
    width: 20%;
  }
}
.category-listing__item:visited {
  color: #fcede5;
}
.category-listing__item img {
  display: block;
  width: 100%;
  height: auto;
}
.category-listing__item .item-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #15164d;
  opacity: 0.3;
  transition: opacity 0.4s;
  transition-delay: 0.1s;
}
.category-listing__item:hover .item-overlay {
  opacity: 0.9;
  transition: opacity 0.3s;
  transition-delay: 0s;
}
.category-listing__item .item-title {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 8px 12px;
  border: 2px solid;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #fcede5;
}
@media screen and (max-width: 520px) {
  .category-listing__item .item-title {
    white-space: normal;
  }
}

.ad-box a {
  display: block;
}
.ad-box a + a {
  margin-top: 4.16%;
}
@media (min-width: 568px) {
  .ad-box a + a {
    margin-top: 7.5125%;
  }
}
.ad-box img {
  display: block;
  width: 100%;
  height: auto;
}

.business-card {
  position: relative;
  color: #15164d;
  background-color: #fcede5;
  padding: 20px;
  top: -85px;
  font-size: 18px;
  font-size: 1.125rem;
}
.business-card a {
  text-decoration: none;
  color: inherit;
}
.business-card hr {
  border: 0;
  border-top: 2px solid;
  margin: 20px 0;
}
@media screen and (max-width: 880px) {
  .business-card {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .business-card {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 567px) {
  .business-card {
    font-size: 18px;
    font-size: 1.125rem;
    top: 0;
  }
}

.business-card__heading {
  font-size: 1.67em;
  font-family: 'galaxie', 'Georgia', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2em;
  margin: 0;
}

.business-card__contact strong {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
}
.business-card__contact a:hover {
  text-decoration: underline;
}

.business-card__service-area {
  margin: 0 0 20px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.business-card__social-links {
  margin: 0 0 20px 0;
}
.business-card__social-links a {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 30px;
  transition: color 0.5s;
}
.business-card__social-links .facebook {
  color: #15164d;
}
.business-card__social-links .facebook:hover {
  color: black;
}
.business-card__social-links .twitter {
  color: #00acf1;
}
.business-card__social-links .twitter:hover {
  color: #005172;
}
.business-card__social-links .pinterest {
  color: #ff4750;
}
.business-card__social-links .pinterest:hover {
  color: #c7000a;
}
.business-card__social-links .instagram {
  color: #bb805e;
}
.business-card__social-links .instagram:hover {
  color: #6c442e;
}

.business-card__favourites {
  font-size: 14px;
  font-size: 0.875rem;
}
.business-card__favourites a {
  text-transform: uppercase;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
}

.page-nav {
  position: relative;
  border-top: 2px solid #15164d;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 20px 0 0 0;
  padding: 20px 0;
}
.page-nav a {
  color: #969696;
  text-decoration: none;
}
.page-nav a:hover {
  color: #ff7d71;
}

.page-nav--previous,
.page-nav--next {
  display: block;
  position: absolute;
  padding: 20px 0 0 0;
  left: 0;
  top: 0;
}

.page-nav--next {
  left: auto;
  right: 0;
}

.page-nav--main {
  text-align: center;
}

.directory-item-listing {
  overflow: hidden;
  margin: 0 0 5% 0;
}
.directory-item-listing .directory-item {
  width: 31.33%;
  float: left;
  margin: 25px 1% 15px 1%;
  border-top: 0;
}
@media screen and (min-width: 1600px) {
  .directory-item-listing .directory-item {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .directory-item-listing .directory-item {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .directory-item-listing .directory-item {
    width: 98%;
    float: none;
  }
  .directory-item-listing .directory-item .directory-item__top {
    position: relative;
  }
  .directory-item-listing .directory-item .directory-item__image {
    margin-top: 0;
  }
}

.site-footer {
  color: white;
  background-color: #15164d;
  background-size: 1400px auto;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
.site-footer a {
  color: inherit;
  text-decoration: underline;
}
.site-footer a:hover {
  color: #ff7d71;
}

.siter-footer__logo {
  text-align: center;
  padding: 50px 0;
}

.site-footer__link-list {
  width: 33.33%;
  margin: 0 0 25px 0;
  float: left;
}
.site-footer__link-list + .site-footer__link-list {
  padding-left: 2%;
}
.site-footer__link-list h4 {
  text-transform: uppercase;
}
.site-footer__link-list a {
  display: block;
  text-decoration: none;
}
.site-footer__link-list a:hover {
  color: #ff7d71;
  /*text-decoration: underline;*/
}

@media screen and (max-width: 568px) {
  .site-footer__link-list {
    display: none;
    width: 100%;
    float: none;
  }
  .site-footer__link-list + .site-footer__link-list {
    padding-left: 0%;
  }
  .site-footer__link-list a {
    display: inline-block;
    padding: 1px 2px;
  }
  .site-footer__link-list a + a:before {
    content: '| ';
  }
}
.post-listing {
  margin-bottom: 1.5%;
}

@media screen and (max-width: 568px) {
  .post-listing--archive .post-box--default .post-box__title {
    padding: 0;
    margin: 4%;
    line-height: 1.4em;
  }
  .post-listing--archive .post-box--default .post-box__image {
    float: left;
    width: 42%;
    margin: 0 4% 4% 4%;
  }
  .post-listing--archive .post-box--default .post-box__excerpt {
    width: auto;
    margin: 4%;
    padding: 0;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 380px) {
  .post-listing--archive .post-box--default .post-box__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .post-listing--archive .post-box--default .post-box__excerpt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.load-more__trigger {
  text-align: center;
}
.load-more__trigger a, .load-more__trigger a:visited {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
  color: #15164d;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
}
.load-more__trigger a:hover {
  color: #ff7d71;
}

.load-more__row {
  display: none;
}

.popular-features {
  margin-bottom: 5%;
}
.popular-features .content-heading + .row .box {
  margin-top: 0;
}
@media screen and (max-width: 568px) {
  .popular-features .box {
    margin-top: 0;
  }
}

.related-posts {
  padding-top: 1px;
  background-color: #f4f4f2;
}

.post-box--related {
  background-color: #fff;
}
.post-box--related .post-box__content {
  background-color: #fff;
  padding: 0;
}
.post-box--related .post-box__title {
  background-color: transparent;
}

.pagination {
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  color: #15164d;
  padding: 1.5em 0;
  text-align: center;
  line-height: 1em;
  margin: 10px 0 20px 0;
  font-size: 30px;
  font-size: 1.875rem;
}
.pagination a, .pagination span {
  color: #15164d;
  text-decoration: none;
  display: inline-block;
  padding: 0 4px;
}
.pagination a:visited, .pagination span:visited {
  color: #15164d;
}
.pagination a:hover, .pagination span:hover {
  text-decoration: underline;
}
.pagination a.current, .pagination span.current {
  color: #ff7d71;
}
.pagination a.prev, .pagination span.prev {
  margin-right: 20px;
}
.pagination a.next, .pagination span.next {
  margin-left: 20px;
}
.pagination .sprite {
  font-size: 10px;
  vertical-align: text-bottom;
}
.pagination .dots,
.pagination .page-number {
  display: none;
}
.pagination .dots.current,
.pagination .page-number.current {
  display: inline-block;
}

@media (min-width: 568px) {
  .pagination {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .pagination .sprite {
    font-size: 5px;
    vertical-align: baseline;
  }
  .pagination .dots,
  .pagination .page-number {
    display: inline-block;
  }
}
.rrssb-wrap {
  text-align: right;
}
.rrssb-wrap .rrssb-label {
  display: inline-block;
}
.rrssb-wrap.rrssb-wrap--left {
  text-align: left;
}
@media (min-width: 568px) {
  .rrssb-wrap {
    /*text-align: right;*/
  }
}

.rrssb-title {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}

.rrssb-buttons, .pinterest-share {
  display: inline-block;
  margin-left: 0 !important;
}
.rrssb-buttons li, .pinterest-share li {
  /*float: left;*/
  display: inline-block;
  width: auto !important;
  margin: 0 0 0 10px;
}
.rrssb-buttons a, .pinterest-share a {
  cursor: pointer;
}
.rrssb-buttons a:hover, .pinterest-share a:hover {
  text-decoration: none;
}
.rrssb-buttons a:hover .social-icon, .pinterest-share a:hover .social-icon {
  color: #ff7d71;
}
.rrssb-buttons .social-icon, .pinterest-share .social-icon {
  font-size: 30px;
  float: left;
  display: block;
  margin-right: 5px;
}
.rrssb-buttons .rrssb-text, .pinterest-share .rrssb-text {
  display: none;
}
.rrssb-buttons .social-count, .pinterest-share .social-count {
  float: left;
  display: block;
  text-align: left;
  margin-top: 8px;
  min-width: 0.5em;
  color: #969696;
  font-size: 12px;
  font-size: 0.75rem;
}

.rrssb-wrap--left .rrssb-buttons .social-count, .rrssb-wrap--left .pinterest-share .social-count {
  margin-top: 5px;
}

.rrssb-facebook .social-icon {
  color: #12194B;
}

.rrssb-twitter .social-icon {
  color: #21ADED;
}

.rrssb-pinterest .social-icon {
  color: #F9444D;
}

.slick-variablewidth {
  max-height: 640px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1278px) {
  .slick-variablewidth.slick-home {
    max-height: 460px;
  }
  .slick-variablewidth.slick-home .slick-slide img {
    height: 460px;
  }
}
.slick-variablewidth.slick-vendor .slick-slide img {
  height: 270px;
}
@media (min-width: 768px) {
  .slick-variablewidth.slick-vendor .slick-slide img {
    height: 640px;
  }
}
.slick-variablewidth .slick-slide {
  display: none;
  margin-left: 0px;
  margin-right: 0px;
}
.slick-variablewidth .slick-slide img {
  max-height: 640px;
}

.video-embed {
  background: black;
  height: 270px;
}
@media (min-width: 768px) {
  .video-embed {
    height: 640px;
  }
  .video-embed iframe {
    margin-top: 25%;
  }
}

.embed {
  background: black;
  height: 270px;
}
@media (min-width: 768px) {
  .embed {
    width: 860px;
    height: 640px;
  }
}
.embed iframe {
  width: 100%;
  height: 100%;
}

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

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

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

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -16px;
  padding: 2px 3px 3px;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev .sprite, .slick-next .sprite {
  position: relative;
  z-index: 1;
}

.slick-prev:after, .slick-next:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(104, 105, 142, 0.25);
  border-radius: 50%;
  filter: blur(5px);
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: black;
  opacity: 0.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*# sourceMappingURL=slick.css.map */
.slick-full img {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .slick-home .slide-inner {
    position: relative;
    padding: 0 0 50% 0;
    height: 0;
    overflow: hidden;
  }
  .slick-home .slide-inner img {
    display: block;
    width: 140%;
    max-width: none;
    position: absolute;
    top: 0;
    left: -20%;
  }
}
.connect-box {
  color: white;
  background-color: #ff7d71;
  padding: 0 20px 10px 20px;
  margin-bottom: 6.25%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 568px) {
  .connect-box {
    padding: 10px 20px;
  }
}
.connect-box a {
  color: white;
  text-decoration: none;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.connect-box a:hover {
  color: #15164d;
}
.site-footer .connect-box a:hover {
  color: #ff7d71;
}
.connect-box .connect-box__title {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-weight: normal;
}
.connect-box .connect-box__flex {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-self: center;
}
.connect-box .joinup-form {
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.connect-box .social-icon {
  text-align: right;
}
.connect-box .social-icon a {
  padding-top: 1px;
}
.connect-box.connect-box-footer {
  background-color: transparent;
  max-width: 300px;
  padding: 0;
}
.connect-box.connect-box-footer .social-icon {
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .columns-thirds .connect-box__title {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .connect-box--home-inline {
    display: none;
  }

  .columns-thirds .connect-box__title {
    display: block;
  }
}
.site-header .connect-box {
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  /*overflow: hidden;*/
}
.site-header .connect-box .connect-box__flex {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  align-self: center;
  float: left;
  margin: 0 12px 0 0;
}
.site-header .connect-box .social-icon {
  text-align: left;
  font-size: 30px;
  font-size: 1.875rem;
}
.site-header .connect-box .social-icon a:hover {
  color: #ff7d71;
}
.site-header .connect-box__title {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-weight: normal;
}
.site-header .connect-box__title:hover {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 767px) {
  .site-header .connect-box__title {
    margin: 10px 0 0 0 !important;
  }
  .site-header .connect-box__title,
  .site-header .connect-box {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .site-header .connect-box__title {
    margin: 0 20px 0 40px !important;
  }
  .site-header .connect-box {
    display: inline-block;
  }
  .site-header .connect-box .social-icon {
    top: 10px;
  }
  .site-header .connect-box a {
    line-height: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .connect-box__title {
    margin: 2em 0 0 0 !important;
    display: block;
  }
}

.connect-box__bar {
  background-color: #ff7d71;
  /*margin-bottom: gutter(2);*/
  padding: 30px 0;
}
.connect-box__bar .connect-box {
  margin: -5px 0 0 0;
}
@media (min-width: 568px) {
  .connect-box__bar .connect-box {
    margin: 0;
  }
}
.connect-box__bar .connect-box .connect-box__flex {
  text-align: center;
}
.connect-box__bar .connect-box .connect-box__flex:first-child {
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-weight: normal;
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .connect-box__bar .connect-box .connect-box__flex:first-child {
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  .connect-box__bar .connect-box .connect-box__flex:first-child {
    display: none;
  }
}
.connect-box__bar .newsletter-form {
  margin: 0;
  border: 0;
}

.newsletter-form {
  margin-bottom: 6.25%;
  display: table;
  border-collapse: collapse;
  position: relative;
  width: 100%;
  border: 1px solid #15164d;
  background-color: white;
}
.newsletter-form .newsletter-input {
  display: table-cell;
  width: 100%;
  border: 0;
  padding: 16px 10px;
  outline: none;
}
.newsletter-form .newsletter-input:focus {
  border: 0;
  outline: none;
}
.newsletter-form .newsletter-btn {
  display: table-cell;
  width: 1%;
  position: relative;
  background-color: #15164d;
}
.newsletter-form .newsletter-btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #15164d;
}
.newsletter-form .newsletter-btn button {
  margin: 0;
}
.newsletter-form .newsletter-btn button:hover {
  color: #15164d;
  background-color: white;
}

@media screen and (max-width: 567px) {
  .newsletter-form {
    display: block;
    border: 1px solid #15164d;
    background-color: transparent;
    text-align: center;
  }
  .newsletter-form .newsletter-input {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: left;
    text-align: center;
  }
  .newsletter-form .newsletter-btn {
    display: inline-block;
    width: auto;
  }
  .newsletter-form .newsletter-btn:after {
    display: none;
  }

  .newsletter-form--home-inline {
    display: none;
  }
}
.the-directory-box {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 6.25%;
  margin-top: 3.125%;
  color: #15164d;
  text-decoration: none;
}
.the-directory-box:visited {
  color: #15164d;
}
.the-directory-box p {
  font-size: 16px;
  font-size: 1rem;
}
.the-directory-box .the-directory-box__background {
  z-index: -1;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.the-directory-box .the-directory-box__background:before {
  position: absolute;
  left: -50%;
  top: -100%;
  height: 150%;
  width: 200%;
  content: "";
  background-color: #F2F3EF;
}
.the-directory-box .the-directory-box__background:after {
  position: absolute;
  left: -50%;
  top: 50%;
  height: 150%;
  width: 200%;
  content: "";
  background-color: #FAE9E0;
}
.the-directory-box:hover .the-directory-box__background {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.the-directory-box .heading-square {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 6.25%;
}

.browse-by-category-box {
  background: #F2F3EF;
  padding: 1px 0 40px;
}

.browse-by-category-item__image {
  overflow: hidden;
}
.browse-by-category-item__image img {
  display: block;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.browse-by-category-item__name {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.browse-by-category-item {
  text-align: center;
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
.browse-by-category-item a {
  font-style: normal;
  font-size-adjust: 0.508;
  font-family: "Apercu Bold", Calibri, sans-serif;
  color: #15164d;
  text-decoration: none;
  text-transform: uppercase;
}
.browse-by-category-item:hover .browse-by-category-item__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .browse-by-category-item {
    width: 31.25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
@media (min-width: 1024px) {
  .browse-by-category-item {
    width: 14.58333%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
