@charset "UTF-8";

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

/* ===================================================================
  SUPERFISH MENU
=================================================================== */

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  display: inline-block;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/* ===================================================================
  ICON FONT
=================================================================== */

@font-face {
  font-family: 'icomoon';
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot#iefix) format("embedded-opentype"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.icon-checkmark:before {
  content: "\E90A";
}

.icon-cross:before {
  content: "\E90B";
}

.icon-mail:before {
  content: "\E908";
}

.icon-phone:before {
  content: "\E909";
}

.icon-chevron-right:before {
  content: "\E900";
}

.icon-chevron-left:before {
  content: "\E901";
}

.icon-chevron-down:before,
.select-field:after {
  content: "\E902";
}

.icon-chevron-up:before {
  content: "\E903";
}

.icon-twitter-with-circle:before {
  content: "\E904";
}

.icon-youtube-with-circle:before {
  content: "\E905";
}

.icon-linkedin-with-circle:before {
  content: "\E906";
}

.icon-facebook-with-circle:before {
  content: "\E907";
}

/* ===================================================================
  MMENU
=================================================================== */

/*
	jQuery.mmenu oncanvas CSS
*/

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.mm-panel.mm-opened {
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panel.mm-noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-clear:before,
.mm-clear:after,
.mm-close:before,
.mm-close:after {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-prev:before,
.mm-next:after {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 16px;
  line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-menu {
  background: #104B71;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: #fff;
}

.mm-menu .mm-btn:before,
.mm-menu .mm-btn:after {
  border-color: #fff;
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  tap-highlight-color: rgba(0, 0, 0, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offCanvas addon CSS
*/

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}

html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}

.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

/*
	Improved screen reader only CSS class
	@author Gaël Poupard
	@note Based on Yahoo!'s technique
	@author Thierry Koblentz
	@see https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see http://csswizardry.com/2016/05/the-importance-of-important/
*/

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  white-space: nowrap !important;
  /* 3 */
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

/*
	jQuery.mmenu pageDim extension CSS
*/

.mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
  opacity: 0;
}

html.mm-opening .mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
  opacity: 0.6;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit;
}

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff;
}

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000;
}

/*
	jQuery.mmenu position extension CSS
*/

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

/*
	jQuery.mmenu z-position extension CSS
*/

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.mm-menu.mm-offcanvas.mm-top,
.mm-menu.mm-offcanvas.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-offcanvas.mm-bottom {
  top: auto;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top,
.mm-menu.mm-offcanvas.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu borderStyle extension CSS
*/

.mm-menu.mm-border-none .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-none > li:after,
.mm-menu .mm-listview > li.mm-border-none:after {
  content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-full > li:after,
.mm-menu .mm-listview > li.mm-border-full:after {
  left: 0 !important;
}

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-offset > li:after,
.mm-menu .mm-listview > li.mm-border-offset:after {
  right: 20px;
}

.side-panel {
  display: none;
}

/* ===================================================================
  SLICK SLIDER
=================================================================== */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

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

/* ===================================================================
  MAGNIFIC POPUP
=================================================================== */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-hide {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/**
  * Simple fade transition,
  */

.mfp-fade.mfp-bg {
  background: #f5f5f5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Animation
 */

.mfp-zoom-anim .zoom-anim-dialog {
  opacity: 0;
}

.mfp-zoom-anim .zoom-anim-dialog,
.mfp-zoom-anim .zoom-anim-dialog__inner {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-zoom-anim .zoom-anim-dialog__inner {
  will-change: transform;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.mfp-zoom-anim.mfp-ready .zoom-anim-dialog {
  opacity: 1;
}

.mfp-zoom-anim.mfp-ready .zoom-anim-dialog__inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mfp-zoom-anim.mfp-removing .zoom-anim-dialog {
  opacity: 0;
}

.mfp-zoom-anim.mfp-removing .zoom-anim-dialog__inner {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.mfp-zoom-anim.mfp-bg {
  background: #f5f5f5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.mfp-zoom-anim.mfp-bg.mfp-ready {
  opacity: 0.9;
}

.mfp-zoom-anim.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-full-screen.mfp-bg {
  background: #000;
}

@media screen and (min-width: 600px) {
  .mfp-full-screen.mfp-bg {
    background: #fff;
  }
}

.mfp-iframe-holder .mfp-close {
  color: #333;
}

/*============================================================================
  #Grid Setup
    - Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
    - Breakpoints defined above, under #Breakpoint and Grid Variables
    - Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
==============================================================================*/

.wrapper {
  *zoom: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper:before,
.wrapper:after {
  content: '';
  display: table;
}

.wrapper:after {
  clear: both;
}

@media screen and (min-width: 599px) {
  .wrapper {
    padding: 0 30px;
  }
}

@media screen and (min-width: 900px) {
  .wrapper {
    padding: 0 40px;
  }
}

.wrapper--full {
  max-width: none;
}

/* Force clearfix on grids */

.grid,
.grid--rev,
.grid--full,
.grid-uniform {
  *zoom: 1;
}

.grid:before,
.grid--rev:before,
.grid--full:before,
.grid:after,
.grid--rev:after,
.grid--full:after,
.grid-uniform:before,
.grid-uniform:after {
  content: '';
  display: table;
}

.grid:after,
.grid--rev:after,
.grid--full:after,
.grid-uniform:after {
  clear: both;
}

/* Manual grid__item clearfix */

.grid__item.clear {
  clear: both;
}

/*============================================================================
  Drop relative positioning into silent classes which can't take advantage of
  the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/

/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/

.grid,
.grid--rev,
.grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px;
}

@media screen and (min-width: 600px) {
  .grid,
  .grid--rev,
  .grid--full,
  .grid-uniform {
    margin-left: -40px;
  }
}

.grid__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  vertical-align: top;
  padding-left: 20px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .grid__item {
    padding-left: 40px;
  }
}

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/

.grid--rev {
  direction: rtl;
  text-align: left;
}

.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

/* Gutterless grids have all the properties of regular grids, minus any spacing. */

.grid--full {
  margin-left: 0;
}

.grid--full > .grid__item {
  padding-left: 0;
}

/*============================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
==============================================================================*/

/*================ Clearfix helper on uniform grids ================*/

/*================ Helper show/hide classes around our breakpoints ===========*/

/*================ Our regular, non-responsive width and helper classes ======*/

/** Whole */

.one-whole {
  width: 100%;
}

/* Halves */

.one-half {
  width: 50%;
}

/* Thirds */

/* Quarters */

/* Fifths */

/* Sixths */

/* Eighths */

/* Tenths */

.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

/* Twelfths */

.one-twelfth {
  width: 8.333%;
}

.two-twelfths {
  width: 16.666%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.333%;
}

.five-twelfths {
  width: 41.666%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.333%;
}

.eight-twelfths {
  width: 66.666%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

.text-center {
  text-align: center !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

/*================ Our responsive classes, if we have enabled them ================*/

@media only screen and (max-width: 599px) {
  /** Whole */

  .small--one-whole {
    width: 100%;
  }

  /* Halves */

  .small--one-half {
    width: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  .small--one-tenth {
    width: 10%;
  }

  .small--two-tenths {
    width: 20%;
  }

  .small--three-tenths {
    width: 30%;
  }

  .small--four-tenths {
    width: 40%;
  }

  .small--five-tenths {
    width: 50%;
  }

  .small--six-tenths {
    width: 60%;
  }

  .small--seven-tenths {
    width: 70%;
  }

  .small--eight-tenths {
    width: 80%;
  }

  .small--nine-tenths {
    width: 90%;
  }

  /* Twelfths */

  .small--one-twelfth {
    width: 8.333%;
  }

  .small--two-twelfths {
    width: 16.666%;
  }

  .small--three-twelfths {
    width: 25%;
  }

  .small--four-twelfths {
    width: 33.333%;
  }

  .small--five-twelfths {
    width: 41.666%;
  }

  .small--six-twelfths {
    width: 50%;
  }

  .small--seven-twelfths {
    width: 58.333%;
  }

  .small--eight-twelfths {
    width: 66.666%;
  }

  .small--nine-twelfths {
    width: 75%;
  }

  .small--ten-twelfths {
    width: 83.333%;
  }

  .small--eleven-twelfths {
    width: 91.666%;
  }

  .small--show {
    display: block !important;
  }

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

  .small--text-left {
    text-align: left !important;
  }

  .small--text-right {
    text-align: right !important;
  }

  .small--text-center {
    text-align: center !important;
  }

  .small--left {
    float: left !important;
  }

  .small--right {
    float: right !important;
  }

  .grid-uniform .small--one-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--three-sixths:nth-child(2n+1),
  .grid-uniform .small--two-eighths:nth-child(4n+1),
  .grid-uniform .small--four-eighths:nth-child(2n+1),
  .grid-uniform .small--five-tenths:nth-child(2n+1),
  .grid-uniform .small--one-twelfth:nth-child(12n+1),
  .grid-uniform .small--two-twelfths:nth-child(6n+1),
  .grid-uniform .small--three-twelfths:nth-child(4n+1),
  .grid-uniform .small--four-twelfths:nth-child(3n+1),
  .grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
  /** Whole */

  .medium--one-whole {
    width: 100%;
  }

  /* Halves */

  .medium--one-half {
    width: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  .medium--one-tenth {
    width: 10%;
  }

  .medium--two-tenths {
    width: 20%;
  }

  .medium--three-tenths {
    width: 30%;
  }

  .medium--four-tenths {
    width: 40%;
  }

  .medium--five-tenths {
    width: 50%;
  }

  .medium--six-tenths {
    width: 60%;
  }

  .medium--seven-tenths {
    width: 70%;
  }

  .medium--eight-tenths {
    width: 80%;
  }

  .medium--nine-tenths {
    width: 90%;
  }

  /* Twelfths */

  .medium--one-twelfth {
    width: 8.333%;
  }

  .medium--two-twelfths {
    width: 16.666%;
  }

  .medium--three-twelfths {
    width: 25%;
  }

  .medium--four-twelfths {
    width: 33.333%;
  }

  .medium--five-twelfths {
    width: 41.666%;
  }

  .medium--six-twelfths {
    width: 50%;
  }

  .medium--seven-twelfths {
    width: 58.333%;
  }

  .medium--eight-twelfths {
    width: 66.666%;
  }

  .medium--nine-twelfths {
    width: 75%;
  }

  .medium--ten-twelfths {
    width: 83.333%;
  }

  .medium--eleven-twelfths {
    width: 91.666%;
  }

  .medium--show {
    display: block !important;
  }

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

  .medium--text-left {
    text-align: left !important;
  }

  .medium--text-right {
    text-align: right !important;
  }

  .medium--text-center {
    text-align: center !important;
  }

  .medium--left {
    float: left !important;
  }

  .medium--right {
    float: right !important;
  }

  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 899px) {
  /** Whole */

  .medium-down--one-whole {
    width: 100%;
  }

  /* Halves */

  .medium-down--one-half {
    width: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  .medium-down--one-tenth {
    width: 10%;
  }

  .medium-down--two-tenths {
    width: 20%;
  }

  .medium-down--three-tenths {
    width: 30%;
  }

  .medium-down--four-tenths {
    width: 40%;
  }

  .medium-down--five-tenths {
    width: 50%;
  }

  .medium-down--six-tenths {
    width: 60%;
  }

  .medium-down--seven-tenths {
    width: 70%;
  }

  .medium-down--eight-tenths {
    width: 80%;
  }

  .medium-down--nine-tenths {
    width: 90%;
  }

  /* Twelfths */

  .medium-down--one-twelfth {
    width: 8.333%;
  }

  .medium-down--two-twelfths {
    width: 16.666%;
  }

  .medium-down--three-twelfths {
    width: 25%;
  }

  .medium-down--four-twelfths {
    width: 33.333%;
  }

  .medium-down--five-twelfths {
    width: 41.666%;
  }

  .medium-down--six-twelfths {
    width: 50%;
  }

  .medium-down--seven-twelfths {
    width: 58.333%;
  }

  .medium-down--eight-twelfths {
    width: 66.666%;
  }

  .medium-down--nine-twelfths {
    width: 75%;
  }

  .medium-down--ten-twelfths {
    width: 83.333%;
  }

  .medium-down--eleven-twelfths {
    width: 91.666%;
  }

  .medium-down--show {
    display: block !important;
  }

  .medium-down--hide {
    display: none !important;
  }

  .medium-down--text-left {
    text-align: left !important;
  }

  .medium-down--text-right {
    text-align: right !important;
  }

  .medium-down--text-center {
    text-align: center !important;
  }

  .medium-down--left {
    float: left !important;
  }

  .medium-down--right {
    float: right !important;
  }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 900px) {
  /** Whole */

  .large--one-whole {
    width: 100%;
  }

  /* Halves */

  .large--one-half {
    width: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  .large--one-tenth {
    width: 10%;
  }

  .large--two-tenths {
    width: 20%;
  }

  .large--three-tenths {
    width: 30%;
  }

  .large--four-tenths {
    width: 40%;
  }

  .large--five-tenths {
    width: 50%;
  }

  .large--six-tenths {
    width: 60%;
  }

  .large--seven-tenths {
    width: 70%;
  }

  .large--eight-tenths {
    width: 80%;
  }

  .large--nine-tenths {
    width: 90%;
  }

  /* Twelfths */

  .large--one-twelfth {
    width: 8.333%;
  }

  .large--two-twelfths {
    width: 16.666%;
  }

  .large--three-twelfths {
    width: 25%;
  }

  .large--four-twelfths {
    width: 33.333%;
  }

  .large--five-twelfths {
    width: 41.666%;
  }

  .large--six-twelfths {
    width: 50%;
  }

  .large--seven-twelfths {
    width: 58.333%;
  }

  .large--eight-twelfths {
    width: 66.666%;
  }

  .large--nine-twelfths {
    width: 75%;
  }

  .large--ten-twelfths {
    width: 83.333%;
  }

  .large--eleven-twelfths {
    width: 91.666%;
  }

  .large--show {
    display: block !important;
  }

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

  .large--text-left {
    text-align: left !important;
  }

  .large--text-right {
    text-align: right !important;
  }

  .large--text-center {
    text-align: center !important;
  }

  .large--left {
    float: left !important;
  }

  .large--right {
    float: right !important;
  }

  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

/*============================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
==============================================================================*/

[class*="push--"] {
  position: relative;
}

/* Whole */

.push--one-whole {
  left: 100%;
}

/* Halves */

.push--one-half {
  left: 50%;
}

/* Thirds */

/* Quarters */

/* Fifths */

/* Sixths */

/* Eighths */

/* Tenths */

/* Twelfths */

.push--one-twelfth {
  left: 8.333%;
}

.push--two-twelfths {
  left: 16.666%;
}

.push--three-twelfths {
  left: 25%;
}

.push--four-twelfths {
  left: 33.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--six-twelfths {
  left: 50%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eight-twelfths {
  left: 66.666%;
}

.push--nine-twelfths {
  left: 75%;
}

.push--ten-twelfths {
  left: 83.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
  /* Whole */

  .push--medium--one-whole {
    left: 100%;
  }

  /* Halves */

  .push--medium--one-half {
    left: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  /* Twelfths */

  .push--medium--one-twelfth {
    left: 8.333%;
  }

  .push--medium--two-twelfths {
    left: 16.666%;
  }

  .push--medium--three-twelfths {
    left: 25%;
  }

  .push--medium--four-twelfths {
    left: 33.333%;
  }

  .push--medium--five-twelfths {
    left: 41.666%;
  }

  .push--medium--six-twelfths {
    left: 50%;
  }

  .push--medium--seven-twelfths {
    left: 58.333%;
  }

  .push--medium--eight-twelfths {
    left: 66.666%;
  }

  .push--medium--nine-twelfths {
    left: 75%;
  }

  .push--medium--ten-twelfths {
    left: 83.333%;
  }

  .push--medium--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (max-width: 899px) {
  /* Whole */

  .push--medium-down--one-whole {
    left: 100%;
  }

  /* Halves */

  .push--medium-down--one-half {
    left: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  /* Twelfths */

  .push--medium-down--one-twelfth {
    left: 8.333%;
  }

  .push--medium-down--two-twelfths {
    left: 16.666%;
  }

  .push--medium-down--three-twelfths {
    left: 25%;
  }

  .push--medium-down--four-twelfths {
    left: 33.333%;
  }

  .push--medium-down--five-twelfths {
    left: 41.666%;
  }

  .push--medium-down--six-twelfths {
    left: 50%;
  }

  .push--medium-down--seven-twelfths {
    left: 58.333%;
  }

  .push--medium-down--eight-twelfths {
    left: 66.666%;
  }

  .push--medium-down--nine-twelfths {
    left: 75%;
  }

  .push--medium-down--ten-twelfths {
    left: 83.333%;
  }

  .push--medium-down--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (min-width: 900px) {
  /* Whole */

  .push--large--one-whole {
    left: 100%;
  }

  /* Halves */

  .push--large--one-half {
    left: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  /* Twelfths */

  .push--large--one-twelfth {
    left: 8.333%;
  }

  .push--large--two-twelfths {
    left: 16.666%;
  }

  .push--large--three-twelfths {
    left: 25%;
  }

  .push--large--four-twelfths {
    left: 33.333%;
  }

  .push--large--five-twelfths {
    left: 41.666%;
  }

  .push--large--six-twelfths {
    left: 50%;
  }

  .push--large--seven-twelfths {
    left: 58.333%;
  }

  .push--large--eight-twelfths {
    left: 66.666%;
  }

  .push--large--nine-twelfths {
    left: 75%;
  }

  .push--large--ten-twelfths {
    left: 83.333%;
  }

  .push--large--eleven-twelfths {
    left: 91.666%;
  }
}

/*============================================================================
  PULL
    - Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/

.grid--middle .grid__item {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.grid--small {
  margin-left: -20px;
}

.grid--small .grid__item {
  padding-left: 20px;
}

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

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

@viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  font-size: 100%;
  overflow-x: hidden;
}

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

body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, "Arial", sans-serif;
  min-height: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  line-height: 1.625em;
  background-color: #fff;
}

a {
  background: transparent;
  color: #B09867;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

a:hover {
  color: #74623d;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, "Arial", sans-serif;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 1.625em;
}

ul,
ol {
  padding-left: 20px;
}

form,
fieldset {
  margin-bottom: 1.5625em;
}

/* ===================================================================
  COMMON CONTENT TYPOGRAPHY
=================================================================== */

.text-highlight {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333em;
  display: block;
  font-weight: 500;
  color: #B09867;
}

.text-large {
  opacity: 0.9;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 1.41667em;
}

/* Post Single Typography
------------------------------------------------------------------- */

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.2em;
}

.entry-content p:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child {
  margin-bottom: 0;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
  margin-bottom: 0;
}

.entry-content blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 0;
  border-left: 2px solid #333;
}

@media screen and (min-width: 600px) {
  .entry-content blockquote {
    margin-left: 70px;
  }
}

.entry-content blockquote p {
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
}

.entry-content p > img {
  margin-bottom: 20px;
}

.entry-content a:hover {
  text-decoration: underline;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 0.5em;
}

h1,
.h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875em;
}

@media screen and (min-width: 600px) {
  h1,
  .h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1em;
  }
}

h2,
.h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.30769em;
}

@media screen and (min-width: 600px) {
  h2,
  .h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2em;
  }
}

h3,
.h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27273em;
}

@media screen and (min-width: 600px) {
  h3,
  .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333em;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333em;
}

@media screen and (min-width: 600px) {
  h4,
  .h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
}

h6,
.h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143em;
}

hr,
.divider {
  height: 1px;
  background-color: #ddd;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
}

@media screen and (min-width: 600px) {
  hr,
  .divider {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + header h2,
form + h2,
form + h3,
form + h4,
form + header h2,
ol + h2,
ol + h3,
ol + h4,
ol + header h2,
p + h2,
p + h3,
p + h4,
p + header h2,
table + h2,
table + h3,
table + h4,
table + header h2,
ul + h2,
ul + h3,
ul + h4,
ul + header h2 {
  margin-top: 2em;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.aligncenter,
img.aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  display: block;
}

p .alignnone {
  margin-bottom: 0;
}

.wp-caption {
  margin-bottom: 40px;
  padding-top: 5px;
  width: auto;
  max-width: 100%;
}

@media screen and (min-width: 900px) {
  .wp-caption {
    margin-bottom: 60px;
  }
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  display: block;
  margin-bottom: 10px;
}

.wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.58333em;
  color: #666;
  text-align: left;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  display: inline;
  float: left;
  margin-right: 1.5em;
  text-align: right;
  margin-left: 0;
  width: 33%;
}

blockquote.right {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: left;
  margin-right: 0;
  width: 33%;
}

.fit-vids-style {
  display: none;
}

.entry-content li {
  line-height: 1.375em;
  margin-bottom: 10px;
}

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

.gallery-item img {
  border: 0 !important;
}

.entry-content .gallery {
  margin-top: 60px !important;
}

@media (max-width: 767px) {
  .gallery-item {
    width: 33.3% !important;
  }
}

@media (max-width: 414px) {
  .gallery-item {
    width: 50% !important;
  }
}

@media (max-width: 320px) {
  .gallery-item {
    width: 100% !important;
  }
}

/* CSS grid Gallery
------------------------------------------------------------------- */

.cssgrid .gallery-item {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.cssgrid .gallery-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cssgrid .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.cssgrid .gallery br {
  display: none;
}

@media screen and (min-width: 600px) {
  .cssgrid .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 900px) {
  .cssgrid .gallery-columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .cssgrid .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cssgrid .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .cssgrid .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .cssgrid .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .cssgrid .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .cssgrid .gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .cssgrid .gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .cssgrid .gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

/* ===================================================================
  BUTTONS
=================================================================== */

.button,
.pagination--mobile a {
  display: inline-block;
  padding: 14px 20px;
  text-align: center;
  font-weight: 600;
  border: 2px solid transparent;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125em;
  background-color: #eee;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button:hover,
.pagination--mobile a:hover,
.button:active,
.pagination--mobile a:active,
.button:focus,
.pagination--mobile a:focus {
  color: #333;
  background-color: #e1e1e1;
}

.button .disabled,
.pagination--mobile a .disabled,
.button:disabled,
.pagination--mobile a:disabled {
  opacity: 0.2;
}

/* ===================================================================
  BUTTON COLORS
=================================================================== */

/* Primary Color
------------------------------------------------------------------- */

.button--primary,
.pagination--mobile a {
  color: #fff;
  background-color: #B09867;
  border-color: #B09867;
}

.button--primary:hover,
.pagination--mobile a:hover,
.button--primary:active,
.pagination--mobile a:active,
.button--primary:focus,
.pagination--mobile a:focus {
  color: #fff;
  background-color: #a78c57;
  border-color: #a78c57;
}

.button--primary.button--outline,
.pagination--mobile a {
  color: #B09867;
  background-color: transparent;
}

.button--primary.button--outline:hover,
.pagination--mobile a:hover {
  color: #fff;
  background-color: #B09867;
  border-color: #B09867;
}

/* Button Dark
------------------------------------------------------------------- */

.button--dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.button--dark:hover,
.button--dark:active,
.button--dark:focus {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}

.button--dark.button--outline,
.pagination--mobile a.button--dark {
  color: #333;
  background-color: transparent;
}

.button--dark.button--outline:hover,
.pagination--mobile a.button--dark:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

/* Button White
------------------------------------------------------------------- */

.button--light {
  color: #B09867;
  background-color: #fff;
  border-color: #fff;
}

.button--light:hover,
.button--light:active,
.button--light:focus {
  color: #B09867;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.button--light.button--outline,
.pagination--mobile a.button--light {
  color: #fff;
  background-color: transparent;
}

.button--light.button--outline:hover,
.pagination--mobile a.button--light:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

/* ===================================================================
  BUTTON MODIFIER
=================================================================== */

.button--uppercase {
  text-transform: uppercase;
}

.button--small {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.button--large {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 9px;
  padding-bottom: 9px;
  letter-spacing: 3px;
}

.button--wide {
  padding-left: 40px;
  padding-right: 40px;
}

.button--extra-wide {
  padding-left: 90px;
  padding-right: 90px;
}

.button--no-rounded {
  border-radius: 0;
}

.button--fullwidth {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button--reset {
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button--reset:hover {
  background: none;
}

.button--width-medium {
  min-width: 148px;
}

.button--width-wide {
  min-width: 269px;
}

/* ===================================================================
  FORM: TEXT FIELD
=================================================================== */

.form-label {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="file"],
textarea {
  border: 0;
  border-bottom: 1px solid #333;
  padding: 16px 0;
  width: 100%;
  color: #333;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
textarea:focus {
  outline: 0;
}

input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="file"]:disabled,
textarea:disabled {
  color: #999;
}

input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="file"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #aaa;
}

input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="file"]::placeholder,
textarea::placeholder {
  color: #aaa;
}

textarea {
  resize: vertical;
}

/* ===================================================================
  FORM: SELECT FIELD
=================================================================== */

.select-field {
  position: relative;
  display: block;
  border-bottom: 1px solid #333;
}

.select-field select {
  width: 100%;
  margin: 0;
  outline: 0;
  padding: 1.25em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, "Arial", sans-serif;
}

.select-field:after {
  font-family: icomoon;
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  pointer-events: none;
  display: none;
  margin-top: -8px;
  line-height: 1;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or ((-moz-appearance: none) and (mask-type: alpha)) {
  .select-field:after {
    display: block;
  }

  .select-field select {
    padding-right: 2em;
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

/* ===================================================================
  TABLES
=================================================================== */

table {
  width: 100%;
}

table th,
table td {
  text-align: left;
  border-bottom: 1px solid #ddd;
}

table td {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
}

table .no-border {
  border-color: transparent;
}

table .small-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table--no-border-top {
  border-top: 0;
}

/* Table Head
------------------------------------------------------------------- */

table thead th {
  padding-top: 0;
  padding-bottom: 25px;
  padding-top: 0;
}

/* ===================================================================
  RESPONSIVE TABLE
=================================================================== */

@media screen and (max-width: 599px) {
  .responsive-table thead {
    display: none;
  }

  .responsive-table tr,
  .responsive-table td {
    display: block;
  }

  .responsive-table tr {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }

  .responsive-table tr:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .responsive-table td {
    padding: 0;
    border: 0;
    margin-bottom: 15px;
  }

  .responsive-table td:last-child {
    margin-bottom: 0;
  }

  .responsive-table td:before {
    content: attr(data-title);
    display: block;
    font-weight: 600;
  }

  .flexbox .responsive-table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    line-height: 1.3em;
  }

  .flexbox .responsive-table td:before {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    margin-right: 20px;
  }
}

/* ===================================================================
  MAIN NAVIGATION
=================================================================== */

.main-nav ul {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav li {
  display: inline-block;
  margin-left: 20px;
}

.main-nav li:first-child {
  margin-left: 0;
}

.main-nav a {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #363839;
  display: block;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav .current_page_parent > a,
.main-nav .sfHover > a {
  color: #B09867;
}

.main-nav ul ul {
  display: none;
  background: #fff;
  width: 180px;
  text-align: left;
  padding: 30px 20px 10px 20px;
  margin-left: -20px;
}

.main-nav ul ul li {
  display: block;
  margin: 0 0 10px 0;
}

@media screen and (min-width: 900px) {
  .main-nav {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #ddd;
  }

  .js-sticky-bar .main-nav {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .main-nav {
    float: right;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: -40px;
  }

  .main-nav li {
    margin-left: 25px;
  }
}

/* ===================================================================
  TOP NAVIGATION
=================================================================== */

.top-nav {
  display: none;
  text-align: right;
  vertical-align: middle;
  margin-right: 20px;
}

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

.top-nav li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571em;
  margin-left: 20px;
}

.top-nav li:first-child {
  margin-left: 0;
}

.top-nav li a {
  color: #666;
}

.top-nav li i {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 10px;
  position: relative;
  top: 2px;
  color: #B09867;
}

.js-sticky-bar .top-nav {
  display: none;
}

@media screen and (min-width: 600px) {
  .mobile-nav-grid .top-nav {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .top-nav {
    display: block;
  }

  .top-nav li {
    display: inline-block;
  }
}

@media screen and (min-width: 900px) {
  .top-nav {
    margin-right: 0;
    padding-top: 10px;
  }

  .top-nav li {
    margin-left: 40px;
  }
}

/* ===================================================================
  PAGINATION
=================================================================== */

.jcd-pagination {
  text-align: center;
}

.jcd-pagination a.page-numbers,
.jcd-pagination span.page-numbers {
  min-width: 1em;
  line-height: 1em;
  padding: 14px;
  display: inline-block;
  color: #aaa;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 5px 5px;
  text-transform: uppercase;
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, "Arial", sans-serif;
}

.jcd-pagination .page-numbers.current,
.jcd-pagination a.page-numbers:hover {
  color: #B09867;
}

.jcd-pagination .page-numbers.current {
  font-size: 22px;
  font-size: 1.375rem;
}

/* Mobile Pagination
------------------------------------------------------------------- */

.pagination--mobile a {
  width: 100%;
}

/* ===================================================================
  STICKY NAVIGATION
=================================================================== */

.js-sticky-bar .sticky-bar__inner {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: auto;
  /* overflow: auto; */
  z-index: 1000;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-sticky-bar--open .sticky-bar__inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); */
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.admin-bar.js-sticky-bar--open .sticky-bar__inner {
  top: 32px;
}

/* ===================================================================
  SOCIAL LINKS
=================================================================== */

.social-links a {
  font-size: 28px;
  font-size: 1.75rem;
  display: inline-block;
  margin-right: 20px;
}

/* ===================================================================
  PAGE HEADING
=================================================================== */

.page-heading {
  color: #fff;
  background-color: #104B71;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.page-heading__wrapper {
  position: relative;
  z-index: 10;
}

.page-heading__title {
  font-family: "EB Garamond", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-weight: 400;
}

.page-heading__background-image {
  opacity: 0.5;
}

@media screen and (min-width: 600px) {
  .page-heading {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 900px) {
  .page-heading__title {
    line-height: 1.25em;
  }
}

@media screen and (min-width: 1200px) {
  .page-heading {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}

/* ===================================================================
  BLOG ITEM
=================================================================== */

.blog-item {
  margin-bottom: 40px;
}

.blog-item__box {
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.shadow-active .blog-item__box,
.blog-item__box:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog-item__image img {
  width: 100%;
}

.blog-item__inner {
  padding: 20px;
}

.blog-item__title {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444em;
  margin-bottom: 10px;
}

.blog-item__title a {
  color: #333333;
}

.blog-item__title a:hover {
  color: #B09867;
}

.blog-item__meta {
  font-size: 14px;
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 10px;
}

@media screen and (min-width: 599px) {
  .blog-item {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 600px) {
  .blog-item__title {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .blog-item__inner {
    padding: 30px;
  }
}

@media screen and (min-width: 900px) {
  .blog-item {
    margin-bottom: 40px;
  }
}

.archive .blog-item__image,
.blog .blog-item__image {
  margin-bottom: 20px;
}

.archive .blog-item__inner,
.blog .blog-item__inner {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1200px) {
  .archive .blog-item__image,
  .blog .blog-item__image {
    margin-bottom: 0;
  }

  .archive .blog-item__inner,
  .blog .blog-item__inner {
    padding: 30px;
  }
}

/* ===================================================================
  COLLAPSIBLE CONTENT
=================================================================== */

.collapsible-content {
  position: relative;
  margin-bottom: 32px;
}

.collapsible-content:last-child {
  margin-bottom: 0;
}

.collapsible-content__icon {
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0;
  position: absolute;
  cursor: pointer;
}

.collapsible-content__icon:before,
.collapsible-content__icon:after {
  content: "";
  background-color: #B09867;
  display: block;
  position: absolute;
  border-radius: 5px;
}

.collapsible-content__icon:before {
  width: 18px;
  height: 4px;
  top: 50%;
  margin-top: -2px;
}

.collapsible-content__icon:after {
  width: 4px;
  height: 18px;
  left: 50%;
  margin-left: -2px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.active .collapsible-content__icon:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.collapsible-content__inner {
  padding-left: 40px;
}

.collapsible-content__title {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0;
  opacity: 0.9;
  cursor: pointer;
}

.collapsible-content__content {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* ===================================================================
  BLOCK CONTENT
  Two columned block, with title on the left column and content
  on the right
=================================================================== */

.block-content {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.block-content:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block-content__title {
  color: #222;
  font-weight: 500;
  opacity: 0.9;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.21875em;
  margin: 0 0 1em;
}

.block-content__fullwidth {
  margin-top: 40px;
}

.block-content__fullwidth__iframe {
  margin-bottom: 60px;
}

.block-content__fullwidth__iframe:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .block-content {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}

/* ===================================================================
  INPUT GROUP
=================================================================== */

.input-group {
  position: relative;
  display: table;
  width: 100%;
}

.input-group .form-field,
.input-group .input-group__button {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.input-group .form-field {
  position: relative;
  z-index: 10;
}

.input-group .button,
.input-group .pagination--mobile a,
.pagination--mobile .input-group a {
  margin-left: -1px;
  border-width: 1px;
}

.input-group__button {
  position: relative;
  white-space: nowrap;
  width: 1%;
}

/* ===================================================================
  CONTACT FORM
=================================================================== */

.contact-form {
  margin-bottom: 0;
}

.form-row {
  margin-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .form-row {
    margin-bottom: 50px;
  }
}

.form-row > br {
  display: none;
}

.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form input[type="number"],
.contact-form input[type="file"],
.contact-form textarea {
  padding: 0 0 16px 0;
}

.form-row span.wpcf7-not-valid-tip {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 5px 10px;
}

.alert,
div.wpcf7-response-output {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}

.alert-success,
.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-danger,
div.wpcf7-validation-errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.contact-form .ajax-loader {
  background: #fff;
  vertical-align: middle;
  padding: 4px;
  border-radius: 3px;
}

/* ===================================================================
  SEARCH FORM
=================================================================== */

.search-form {
  position: relative;
  border-bottom: 1px solid #333;
}

.search-form input {
  border-color: #ddd;
  padding-right: 50px;
  background: #fff;
  border-bottom: 0;
}

.search-form__button {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  outline: 0;
}

.search-form__button button {
  background: transparent;
}

/* ===================================================================
  FORM INLINE LAYOUT
=================================================================== */

@media screen and (min-width: 800px) {
  .flexbox .form-row-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
  }

  .flexbox .form-row-inline .form-row {
    padding-left: 20px;
    margin-bottom: 0;
  }

  .flexbox .form-row-inline .form-row input[type="tel"],
  .flexbox .form-row-inline .form-row input[type="text"],
  .flexbox .form-row-inline .form-row input[type="email"],
  .flexbox .form-row-inline .form-row input[type="password"],
  .flexbox .form-row-inline .form-row input[type="number"],
  .flexbox .form-row-inline .form-row input[type="file"],
  .flexbox .form-row-inline .form-row textarea {
    padding-top: 16px;
  }

  .flexbox .form-row-inline .ajax-loader {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
  }
}

/* ===================================================================
  MESSAGES
=================================================================== */

.message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 1.618em;
  line-height: 26px;
  background-color: #ddd;
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
  border-left: 5px solid;
}

/* Message Error
------------------------------------------------------------------- */

.message--error,
.woocommerce-error {
  background-color: #f2dede;
}

.message--error,
.woocommerce-error,
.message--error a,
.woocommerce-error a {
  color: #a94442;
}

/* Message Warning
------------------------------------------------------------------- */

.message--warning {
  background-color: #FDF8E2;
}

.message--warning,
.message--warning a {
  color: #8C6E3A;
}

/* Message Info
------------------------------------------------------------------- */

.message--info,
.woocommerce-info {
  background-color: #d9edf7;
}

.message--info,
.woocommerce-info,
.message--info a,
.woocommerce-info a {
  color: #31708f;
}

/* Message Success
------------------------------------------------------------------- */

.message--success,
.woocommerce-message {
  background-color: #D7E8C5;
}

.message--success,
.woocommerce-message,
.message--success a,
.woocommerce-message a {
  color: #3E763A;
}

/* ===================================================================
  WOOCOMMERCE MESSAGE
=================================================================== */

.woocommerce-error {
  list-style: none;
  margin-left: 0;
}

.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  font-weight: 700;
}

.woocommerce-message .wc-forward,
.woocommerce-error .wc-forward,
.woocommerce-info .wc-forward {
  float: right;
  letter-spacing: 1px;
  padding: 0;
  border: 0;
  background: none;
  padding-left: 1em;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.woocommerce-message .wc-forward:hover,
.woocommerce-error .wc-forward:hover,
.woocommerce-info .wc-forward:hover {
  background: none;
}

/* ===================================================================
  WIDGETS
=================================================================== */

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

.widget li {
  margin-bottom: 8px;
  line-height: 1.85714em;
}

.widget li:last-child {
  margin-bottom: 0;
}

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

.sidebar--main .widget {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.sidebar--main .widget:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar--main .widget__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444em;
  font-weight: 600;
  margin-bottom: 30px;
}

/* Sidebar Main
------------------------------------------------------------------- */

.sidebar--main {
  padding-top: 70px;
}

@media screen and (min-width: 900px) {
  .sidebar--main {
    padding-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar--main {
    padding-left: 55px;
  }
}

/* ===================================================================
  WIDGET CATEGORIES
=================================================================== */

.jcd-category-list a {
  color: #333;
  display: block;
}

.jcd-category-list a:hover,
.jcd-category-list .current a {
  color: #B09867;
}

.jcd-category-list li {
  line-height: 1.57143em;
  margin-bottom: 1em;
}

.jcd-category-list .count {
  float: right;
}

/* ===================================================================
  WIDGET POPULAR POST
=================================================================== */

.popular-list li {
  margin-bottom: 30px;
}

.popular-list li:last-child {
  margin-bottom: 0;
}

.popular-item__title {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.57143em;
  margin: 0 0 10px;
}

a:hover .popular-item__title {
  color: #B09867;
}

/* ===================================================================
  HEADER
=================================================================== */

.topbar-section {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
}

.topbar-section .main-nav-grid {
  display: none;
}

.js-sticky-bar .topbar-section {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 600px) {
  .topbar-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 900px) {
  .topbar-section .mobile-nav-grid {
    display: none;
  }

  .topbar-section .main-nav-grid {
    display: inline-block;
  }
}

/* Logo
------------------------------------------------------------------- */

.logo__link,
.logo__img {
  display: block;
}

.logo__img {
  max-height: 60px;
  width: auto;
}

.js-sticky-bar .logo__img {
  max-height: 60px;
}

@media screen and (min-width: 600px) {
  .logo__img {
    max-height: 80px;
  }
}

@media screen and (min-width: 900px) {
  .logo__img {
    max-height: 94px;
  }
}

/* Mobile Button
------------------------------------------------------------------- */

.menu-trigger {
  padding: 3px 7px;
  vertical-align: middle;
  display: inline-block;
  background: none;
  border: 0;
  -webkit-appearance: none;
  outline: 0;
  margin-right: -7px;
}

.menu-trigger__bar {
  height: 2px;
  width: 30px;
  display: block;
  background: #333;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  will-change: transform;
}

.menu-trigger__bar + .menu-trigger__bar {
  margin-top: 8px;
}

.mm-opening .menu-trigger__bar:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.mm-opening .menu-trigger__bar:nth-child(2) {
  opacity: 0;
}

.mm-opening .menu-trigger__bar:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

/* ===================================================================
  FOOTER SECTION
=================================================================== */

.footer-section {
  background: #252525;
}

.footer-section,
.footer-section a {
  color: #fff;
}

.footer-section a:hover {
  color: #B09867;
}

/* Footer Widgets
------------------------------------------------------------------- */

.footer-widgets {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer-widgets__inner {
  margin-bottom: -40px;
}

.footer-widgets .widget {
  margin-bottom: 40px;
}

.footer-widgets .widget__title {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
  margin-bottom: 19px;
}

@media screen and (min-width: 600px) {
  .footer-widgets__inner {
    margin-bottom: -60px;
  }

  .footer-widgets .widget {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 599px) {
  .footer-widget--left .widget_nav_menu:first-child {
    margin-bottom: 10px;
  }

  .footer-widget--left .widget_nav_menu + .widget_nav_menu .widget__title {
    display: none;
  }
}

/* Footer Bottom
------------------------------------------------------------------- */

.footer-bottom {
  background: #222;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #aaa;
}

/* ===================================================================
  BLOCKS
=================================================================== */

.block-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.block-section__button {
  min-width: 228px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-section__title {
  margin-bottom: 40px;
  font-size: 30px;
  font-size: 1.875rem;
}

.block-section__title--small {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .block-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .block-section__title--small {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 900px) {
  .block-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .block-section__title {
    font-weight: 400;
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
}

/* ===================================================================
  HERO SECTION
=================================================================== */

.hero-section__content-wrapper {
  padding: 20px;
  color: #fff;
  background: #104B71;
}

.hero-section__nav {
  margin-top: 15px;
  margin-bottom: 30px;
}

.hero-section__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -5px;
  line-height: 0;
}

.hero-section__nav li {
  display: inline-block;
  line-height: 1;
  padding: 0 5px;
}

.hero-section__nav button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: #fff;
  border: 0;
  outline: 0;
}

.hero-section__nav .slick-active button {
  opacity: 0.25;
}

@media screen and (min-width: 600px) {
  .hero-section__content-wrapper {
    padding: 40px;
  }

  .hero-section__nav {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 900px) {
  .hero-section__content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section__content-wrapper {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .hero-section__content-wrapper__inner {
    max-width: 414px;
    margin: 0 auto;
  }
}

/* Hero Images
------------------------------------------------------------------- */

.hero-section-images {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.hero-section-images.slick-initialized {
  opacity: 1;
}

.hero-section-images__item {
  display: block !important;
}

.hero-section-images__item img {
  opacity: 0;
}

/* Hero Text
------------------------------------------------------------------- */

.hero-section-texts {
  display: none;
}

.hero-section-texts.slick-initialized {
  display: block;
}

.hero-section-texts__item__title {
  font-family: "EB Garamond", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.28571em;
  margin-bottom: 30px;
}

.hero-section-texts__item__button {
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
}

@media screen and (min-width: 600px) {
  .hero-section-texts__item {
    max-width: 500px;
  }

  .hero-section-texts__item__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.29167em;
    margin-bottom: 40px;
  }

  .hero-section-texts__item__button {
    width: auto;
  }
}

/* Flexbox supported
------------------------------------------------------------------- */

@media screen and (min-width: 600px) {
  .flexbox .hero-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 800px;
  }

  .flexbox .hero-section-images {
    height: 55.49%;
  }

  .flexbox .hero-section-images div {
    height: 100%;
  }

  .flexbox .hero-section__content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (min-width: 900px) {
  .flexbox .hero-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 0;
  }

  .flexbox .hero-section__content-wrapper__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flexbox .hero-section-images,
  .flexbox .hero-section__content-wrapper {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }

  .flexbox .hero-section-images div {
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .flexbox .hero-section {
    max-height: 650px;
  }

  .flexbox .hero-section__content-wrapper {
    padding-bottom: 100px;
  }
}

/* ===================================================================
  TEXT SECTION
=================================================================== */

.text-section {
  text-align: center;
  color: #fff;
  background: #222;
}

.text-section__description {
  max-width: 600px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.41667em;
}

.text-section__description p:last-child {
  margin-bottom: 0;
}

.text-section__buttons {
  padding-top: 40px;
}

.text-section__buttons__item {
  display: block;
  margin-bottom: 10px;
}

.text-section__buttons__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .text-section__description {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .text-section__buttons__item {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .text-section__buttons__item {
    min-width: 255px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* ===================================================================
  ABOUT TEXT SECTION
=================================================================== */

.about-text-section__wrapper {
  max-width: 800px;
}

.about-text-section__image {
  margin-bottom: 20px;
}

.about-text-section__image img {
  border-radius: 50%;
  margin: 0 auto;
  max-width: 230px;
}

@media screen and (min-width: 600px) {
  .about-text-section__image {
    float: left;
    margin-right: 40px;
  }

  .about-text-section__image img {
    max-width: 150px;
  }

  .about-text-section__content {
    overflow: hidden;
  }
}

@media screen and (min-width: 900px) {
  .about-text-section__image {
    margin-right: 50px;
  }

  .about-text-section__image img {
    max-width: 230px;
  }

  .about-text-section__title {
    font-weight: 400;
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 40px;
  }

  .about-text-section__text {
    margin-bottom: 40px;
  }
}

/* ===================================================================
  HALF SECTION
=================================================================== */

.half-content-section {
  position: relative;
}

.half-content-section__media {
  margin-bottom: 20px;
  position: relative;
}

.half-content-section__media__play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -54px 0 0 -54px;
  z-index: 10;
}

.half-content-section__media__bg {
  display: none;
}

.half-content-section__title {
  font-weight: 500;
}

.half-content-section__content {
  position: relative;
  z-index: 10;
}

.half-content-section__text p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 900px) {
  .half-content-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .half-content-section__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.41667em;
  }

  .half-content-section__media {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .half-content-section__media__bg {
    display: block;
    opacity: 0.1;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }

  .half-content-section__media__play {
    left: auto;
    right: 30px;
    border-radius: 10px;
    background: rgba(51, 51, 51, 0.3);
  }

  .half-content-section__media--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .half-content-section__media--image .half-content-section__media__image {
    opacity: 0;
  }
}

@media screen and (min-width: 1200px) {
  .half-content-section__content {
    padding-right: 80px;
  }
}

/* Modal box
------------------------------------------------------------------- */

.mfp-container {
  padding: 0 20px;
}

.video-popup {
  max-width: 900px;
  margin: 40px auto;
  position: relative;
}

.video-popup__inner {
  background: #fff;
}

.video-popup .mfp-close {
  top: -40px;
}

/* ===================================================================
  IMAGE LIST SECTION
=================================================================== */

.image-list-section__title {
  margin-bottom: 20px;
}

.image-list-section__list {
  text-align: center;
}

.image-list-section__list__item {
  margin: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .image-list-section__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 900px) {
  .home .image-list-section {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

/* ===================================================================
  BLOG SECTION
=================================================================== */

.blog-section {
  background: #f5f5f5;
}

.blog-list {
  margin-bottom: 20px;
}

/* ===================================================================
  TEAM SECTION
=================================================================== */

.team-item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.team-item__image {
  margin-bottom: 20px;
}

.team-item__image img {
  border-radius: 50%;
  max-width: 190px;
}

.team-item__name {
  color: #222;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.16667em;
  margin: 0 0 5px;
}

.team-item__job-title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #888;
  margin: 0;
  font-weight: 400;
}

.team-item__description,
.team-item__buttons {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .team-item__image {
    float: left;
    margin-right: 55px;
  }

  .team-item__content {
    overflow: hidden;
  }
}

@media screen and (min-width: 900px) {
  .team-item__description,
  .team-item__buttons {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .team-item {
    margin-top: 80px;
    padding-top: 80px;
  }
}

@media screen and (min-width: 900px) {
  .main-content-section {
    padding-top: 80px;
  }
}

/* ===================================================================
  CONTACT PAGE
=================================================================== */

.contact-image {
  margin-bottom: 40px;
}

@media screen and (min-width: 900px) {
  .contact-image {
    margin-bottom: 80px;
  }
}

/* Maps
------------------------------------------------------------------- */

.acf-map {
  height: 250px;
}

@media screen and (min-width: 600px) {
  .acf-map {
    height: 450px;
  }
}

/* ===================================================================
  ASSESSMENT
=================================================================== */

.page-template-template-assessment {
  background-color: #EDEDED;
}

.page-template-template-assessment .main-content-section {
  position: relative;
  padding-top: 0;
}

@media screen and (min-width: 600px) {
  .page-template-template-assessment .contact-form input[type="submit"] {
    min-width: 290px;
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.assessment-wrapper {
  position: relative;
  z-index: 10;
}

/* Head
------------------------------------------------------------------- */

.assessment-head {
  padding-top: 40px;
  padding-bottom: 40px;
}

.assessment-head__title {
  font-family: "EB Garamond", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  color: #104B71;
  font-weight: 400;
  line-height: 1.125em;
  font-size: 38px;
  font-size: 2.375rem;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .assessment-head {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .assessment-head__title {
    font-size: 64px;
    font-size: 4rem;
  }
}

@media screen and (min-width: 900px) {
  .assessment-head {
    padding-top: 90px;
    padding-bottom: 115px;
  }

  .assessment-head__title {
    font-size: 80px;
    font-size: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .assessment-head__grid {
    width: 50%;
  }

  .assessment-head__title {
    padding-right: 40px;
  }
}

/* Image
------------------------------------------------------------------- */

.assessment-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0.1;
}

@media screen and (min-width: 900px) {
  .assessment-image {
    opacity: 1;
    width: 54.37%;
  }
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .assessment-image {
    width: 70%;
    opacity: 0.4;
  }
}

/* Content
------------------------------------------------------------------- */

.assessment-content {
  margin-bottom: 80px;
}

.assessment-content__button {
  min-width: 237px;
}

@media screen and (min-width: 900px) {
  .assessment-content {
    margin-bottom: 0;
  }

  .assessment-content__text {
    padding-right: 55px;
  }
}

/* Director
------------------------------------------------------------------- */

.assessment-director {
  padding: 30px;
  background: #fff;
}

.flexbox .assessment-director__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.assessment-director__image {
  float: left;
  width: 80px;
  margin-right: 20px;
}

.assessment-director__image img {
  border-radius: 50%;
}

.assessment-director__data {
  overflow: hidden;
}

.assessment-director__name {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}

.assessment-director__jobtitle {
  color: #888;
  font-size: 18pxpx;
  font-size: strip-units(18px)/160rem;
}

/* Form
------------------------------------------------------------------- */

.assessment-form {
  background: #fff;
  padding: 20px;
}

.assessment-form__title,
.assessment-form__subtitle {
  font-weight: 500;
  text-align: center;
  margin: 0 0 9px;
}

.assessment-form__title {
  line-height: 1.125em;
}

.assessment-form__subtitle {
  line-height: 1.5em;
}

.assessment-form__description {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.assessment-form__form {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 50px;
}

@media screen and (min-width: 600px) {
  .assessment-form {
    padding: 80px 40px;
  }

  .assessment-form__title {
    font-size: 32px;
    font-size: 2rem;
  }

  .assessment-form__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media print {
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ===================================================================
  HELPER
=================================================================== */

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-underline {
  text-decoration: underline;
}

.text-uppercase {
  text-transform: uppercase;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.layer-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.layer-cover-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.font-family-display {
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, "Arial", sans-serif;
}

/* Font Weight Helper
------------------------------------------------------------------- */

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

/* Text Align Helper
------------------------------------------------------------------- */

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

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

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

.vertical-align-middle {
  vertical-align: middle;
}

/* Background Color Helper
------------------------------------------------------------------- */

.background-color-lightgray {
  background-color: #f5f5f5;
}

.background-color-dark {
  background-color: #222;
}

.background-color-secondary {
  background-color: #104B71;
}

.background-color-lightblue {
  background-color: #EBF5F6;
}

.background-color-gray-3 {
  background: #f8f8f8;
}

/* Text Color Helper
------------------------------------------------------------------- */

.text-color-primary {
  color: #B09867;
}

.text-color-secondary {
  color: #104B71;
}

.text-color-white {
  color: #fff;
}

.text-color-gray {
  color: #ddd;
}

.text-color-gray-1 {
  color: #999;
}

.text-color-gray-2 {
  color: #eee;
}

.text-color-text {
  color: #333;
}

/* Margin Helper
------------------------------------------------------------------- */

.mt-0 {
  margin-top: 0;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

/* Float Helper
------------------------------------------------------------------- */

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

/* Font Size Helper
------------------------------------------------------------------- */

.text-small {
  font-size: 12px;
  font-size: 0.75rem;
}

.text-medium {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-large {
  font-size: 22px;
  font-size: 1.375rem;
}

/* List Helper
------------------------------------------------------------------- */

.spaced-list li {
  margin-bottom: 20px;
}

/* Is Loading
------------------------------------------------------------------- */

.is-loading {
  opacity: 0.3;
  cursor: wait;
}

.icon-checkmark,
.icon-cross {
  font-size: 20px;
  font-size: 1.25rem;
}

.icon-checkmark {
  color: #7ED321;
}

.icon-cross {
  color: #E66F57;
}