@charset "UTF-8";
/*
	This CSS is generated by a SASS Compiler - CodeKit.  Please do not add any styles here as it get's overwritten. 
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/***********
	Colors
************/
/*****************
	Breakpoints
******************/
@font-face {
  font-family: "Berthold Akzidenz Grotesk BE";
  src: local("Berthold Akzidenz Grotesk BE Regular"), local("AkzidenzGroteskBE-Regular"), url("../fonts/AkzidenzGroteskBE-Regular.woff2") format("woff2"), url("../fonts/AkzidenzGroteskBE-Regular.woff") format("woff"), url("../fonts/AkzidenzGroteskBE-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Berthold Akzidenz-Grotesk";
  src: local("Berthold Akzidenz-Grotesk Bold"), local("AkzidenzGroteskBE-Bold"), url("../fonts/AkzidenzGroteskBE-Bold.woff2") format("woff2"), url("../fonts/AkzidenzGroteskBE-Bold.woff") format("woff"), url("../fonts/AkzidenzGroteskBE-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Fournier MT Std";
  src: local("Fournier MT Std Italic"), local("FournierMTStd-Italic"), url("../fonts/FournierMTStd-Italic.woff2") format("woff2"), url("../fonts/FournierMTStd-Italic.woff") format("woff"), url("../fonts/FournierMTStd-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?11747958");
  src: url("../fonts/fontello.eot?11747958#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?11747958") format("woff2"), url("../fonts/fontello.woff?11747958") format("woff"), url("../fonts/fontello.ttf?11747958") format("truetype"), url("../fonts/fontello.svg?11747958#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?11747958#fontello') format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-search:before {
  content: "\e800";
} /* '' */
.icon-plus:before {
  content: "\e801";
} /* '' */
.icon-left-open-big:before {
  content: "\e802";
} /* '' */
.icon-right-open-big:before {
  content: "\e803";
} /* '' */
.icon-down-open-big:before {
  content: "\e804";
} /* '' */
.icon-up-open-big:before {
  content: "\e805";
} /* '' */
.icon-up-open:before {
  content: "\e806";
} /* '' */
.icon-down-open:before {
  content: "\e807";
} /* '' */
.icon-left-open:before {
  content: "\e808";
} /* '' */
.icon-right-open:before {
  content: "\e809";
} /* '' */
.icon-right-dir:before {
  content: "\e80a";
} /* '' */
.icon-download:before {
  content: "\e80b";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  background-color: #ffffff;
  font-size: 100%;
}

body {
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 27px;
  font-size: 1rem;
  line-height: 1.6875rem;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

b, strong {
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
}

i, em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 20px;
  color: #6a6c74;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 35px;
  }
}

h1,
.h1 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 34px;
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 40px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h2,
.h2 {
  font-size: 16px;
  line-height: 22px;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 32px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h3,
.h3 {
  font-size: 14px;
  line-height: 24px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 28px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h4,
.h4 {
  font-size: 14px;
  line-height: 24px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

h5,
.h5 {
  font-size: 14px;
  line-height: 24px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

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

p,
.p {
  color: #6a6c74;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 35px;
}
p:last-child,
.p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  p,
  .p {
    font-size: 16px;
    line-height: 28px;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
p small,
.p small {
  font-size: 12px;
  line-height: 18px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 1px;
}

.small-caps {
  font-variant: small-caps;
}

a {
  color: #6a6c74;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
a:hover {
  color: #000;
}

.wpb_content_element .menu,
.single-post-content .menu {
  list-style: none;
  margin-left: 0;
}
.wpb_content_element ul,
.wpb_content_element ol,
.single-post-content ul,
.single-post-content ol {
  margin-left: 18px;
  margin-bottom: 35px;
}
.wpb_content_element ul:last-child,
.wpb_content_element ol:last-child,
.single-post-content ul:last-child,
.single-post-content ol:last-child {
  margin-bottom: 0;
}
.wpb_content_element ul li,
.wpb_content_element ol li,
.single-post-content ul li,
.single-post-content ol li {
  color: #6a6c74;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .wpb_content_element ul li,
  .wpb_content_element ol li,
  .single-post-content ul li,
  .single-post-content ol li {
    font-size: 16px;
    line-height: 28px;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.wpb_content_element ul li:last-child,
.wpb_content_element ol li:last-child,
.single-post-content ul li:last-child,
.single-post-content ol li:last-child {
  margin-bottom: 0;
}
.wpb_content_element ul,
.single-post-content ul {
  list-style: disc;
}
.wpb_content_element ol,
.single-post-content ol {
  list-style: decimal;
}

figure figcaption {
  color: #6a6c74;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-style: italic;
  text-align: left;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  background-color: #e1e2e3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 0;
  border-radius: 0px;
  margin-bottom: 20px;
  color: #6a6c74;
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: normal;
  font-style: normal;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=url] {
  height: 40px;
  padding: 0 16px;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: normal;
  font-style: normal;
}

textarea {
  height: 200px;
  padding: 16px;
  color: #6a6c74;
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: normal;
  font-style: normal;
}

::-webkit-input-placeholder {
  color: #6a6c74;
}

:-moz-placeholder { /* Firefox 18- */
  color: #6a6c74;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #6a6c74;
}

:-ms-input-placeholder {
  color: #6a6c74;
}

label {
  color: #6A6C74;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*******************************/
/* Make videos responsive */
/*******************************/
.iframe {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 35px;
}
.iframe.ratio2_1 {
  padding-bottom: 50%;
  padding-top: 0;
  margin-bottom: 0;
}
.iframe object,
.iframe embed,
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-vimeo-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

/* Make the iframe keep an aspect ratio, and
position it in the middle of its parent wrapper*/
.slider-vimeo-wrapper iframe {
  width: 100vw;
  height: 50vw; /* Given a 16:9 aspect ratio, 9/18*100 = 50 */
  min-height: 100vh;
  min-width: 200vh; /* Given a 16:9 aspect ratio, 18/9*100 = 200 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*******************************/
/* Text Reader */
/*******************************/
.visually-hidden,
.screen-reader-text {
  position: absolute;
  top: -1000em;
}

#skip-to-content {
  visibility: hidden;
  width: 0;
  height: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*******************
	Buttons
********************/
.btn {
  background-color: #000000;
  font-size: 18px;
  line-height: 20px;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 14px 8px 14px 55px;
  margin: 0;
  position: relative;
  border: 0;
  border-radius: 0;
  display: inline-block;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.1s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .btn {
    display: block;
    text-align: center;
  }
}
.btn:before {
  font-family: "fontello";
  content: "\e801";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: #ffe513;
  color: #000000;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffe513;
}

.btn-full {
  font-size: 12px;
  line-height: 16px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  color: #000000;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 5px 10px 3px;
  margin: 0;
  position: relative;
  border: 0;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn-full.btn-yellow {
  background-color: #ffe513;
}
.btn-full.btn-yellow:hover {
  background-color: black;
  color: #ffe513;
}

.btn-download {
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 35px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.btn-download:after {
  content: "";
  display: table;
  clear: both;
}
.btn-download:hover small {
  color: #ffe513;
}
.btn-download span {
  color: #000000;
  float: left;
  width: 27px;
  height: 27px;
  background-color: #f0f0f1;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 27px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .btn-download span {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}
.btn-download small {
  display: block;
  float: left;
  color: #000000;
  line-height: 20px;
}

.btn-load-more {
  background-color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 12px 20px 8px 60px;
  margin: 0;
  position: relative;
  border: 0;
  border-radius: 0;
  display: inline-block;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.1s ease-in-out;
}
.btn-load-more span {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: #ffe513;
  color: #000000;
  font-size: 20px;
  line-height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-load-more:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffe513;
}

@media (min-width: 768px) {
  .title-with-btn-full span.title {
    margin-right: 20px;
  }
}
.title-with-btn-full span.view-portfolio {
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .title-with-btn-full span.view-portfolio {
    margin-top: 0;
    line-height: 16px;
    vertical-align: text-top;
    display: inline-block;
  }
}

/********************
	Img
*********************/
.img-responsive {
  max-width: 100%;
  height: auto;
}

/********************
	Paddings
*********************/
.padding-top-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .padding-top-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-top-bottom-large {
  padding-top: 35px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .padding-top-bottom-large {
    padding-top: 40px;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .padding-top-bottom-large {
    padding-top: 80px;
    padding-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .padding-top-bottom-large-sm-up {
    padding-top: 40px;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .padding-top-bottom-large-sm-up {
    padding-top: 80px;
    padding-bottom: 45px;
  }
}

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

.padding-top-large {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .padding-top-large {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .padding-top-large {
    padding-top: 80px;
  }
}

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

.padding-bottom-large {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .padding-bottom-large {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-large {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .padding-top-0-xs {
    padding-top: 0;
  }
}

/********************
	Margins
*********************/
.margin-top-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .margin-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.margin-top-bottom-large {
  margin-top: 35px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .margin-top-bottom-large {
    margin-top: 40px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .margin-top-bottom-large {
    margin-top: 80px;
    margin-bottom: 45px;
  }
}

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

.margin-bottom {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .margin-bottom {
    margin-bottom: 40px;
  }
}

.margin-top-auto {
  margin-top: auto;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

/********************
	Break
*********************/
.br-xs {
  display: block;
}
@media (min-width: 768px) {
  .br-xs {
    display: initial;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .br-sm {
    display: block;
  }
}

@media (min-width: 992px) {
  .br-md {
    display: block;
  }
}
@media (min-width: 1200px) {
  .br-md {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .br-lg {
    display: block;
  }
}

/********************
	Colors
*********************/
.text-white,
.text-white * {
  color: #ffffff;
}
.text-white a,
.text-white * a {
  color: inherit;
}

.text-yellow,
.text-yellow * {
  color: #ffe513;
}
.text-yellow a,
.text-yellow * a {
  color: inherit;
}

.text-black,
.text-black * {
  color: #000000;
}
.text-black a,
.text-black * a {
  color: inherit;
}

/********************
	Text 
*********************/
.text-center {
  text-align: center;
}

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

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

.text-center-xs {
  text-align: center;
}
@media (min-width: 768px) {
  .text-center-xs {
    text-align: initial;
  }
}

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

.text-extra-bold {
  font-weight: 900;
}

.text-underline {
  text-decoration: underline;
}

/********************
	Display
*********************/
.display-xs {
  display: initial;
}
@media (min-width: 768px) {
  .display-xs {
    display: none;
  }
}

.display-sm {
  display: none;
}
@media (min-width: 768px) {
  .display-sm {
    display: initial;
  }
}
@media (min-width: 992px) {
  .display-sm {
    display: none;
  }
}

.display-md {
  display: none;
}
@media (min-width: 992px) {
  .display-md {
    display: initial;
  }
}
@media (min-width: 1200px) {
  .display-md {
    display: none;
  }
}

.display-lg {
  display: none;
}
@media (min-width: 1200px) {
  .display-lg {
    display: initial;
  }
}

.display-none {
  display: none;
}

.display-initial {
  display: initial;
}

/********************
	White Space
*********************/
.nowrap,
.nowrap * {
  white-space: nowrap;
}

.white-space-wrap,
.white-space-wrap * {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -webkit-hyphens: auto;
  hyphens: auto;
}

/********************
	equal-height-content - Visual Composer
*********************/
.equal-height-content .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: flex;
}
.equal-height-content .vc_column-inner > .wpb_wrapper div {
  width: 100%;
}

/*****************************
	Background
******************************/
.background-bottom-right-container.background-bottom-right-container {
  background-position: right bottom !important;
  background-size: unset !important;
  background-repeat: no-repeat !important;
}

.background-bottom-container.background-bottom-container {
  background-position: center bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.background-top-container.background-top-container {
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 767px) {
  .background-image-sm-up.background-image-sm-up {
    background-image: none !important;
  }
}

/*****************************
	Overflow
******************************/
.overflow-visible {
  overflow: visible !important;
}

/*****************************
	Vertical Separator
******************************/
.vertical-separator {
  width: 1px;
  background-color: #d2d3d5;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

/*****************************
	Border
******************************/
.vc_row-border-bottom {
  border-bottom: 1px solid #e1e2e3;
}

@media (min-width: 768px) {
  .vc_row-border-bottom-sm-up {
    border-bottom: 1px solid #e1e2e3;
  }
}

.vc_row-border-top {
  border-top: 1px solid #e1e2e3;
}

.vc_row-border-bottom-xs {
  border-bottom: 1px solid #e1e2e3;
}
@media (min-width: 768px) {
  .vc_row-border-bottom-xs {
    border-bottom: 0;
  }
}

.vc_row-border-top-xs {
  border-top: 1px solid #e1e2e3;
}
@media (min-width: 768px) {
  .vc_row-border-top-xs {
    border-top: 0;
  }
}

/*****************************
	SWAP - Works only with 2 elements - Visual Composer
******************************/
@media (min-width: 992px) {
  .swap-md > .wpb_column:nth-child(odd),
  .inverse-md > .wpb_column:nth-child(odd) {
    order: 2 !important;
  }
}
@media (min-width: 992px) {
  .swap-md > .wpb_column:nth-child(even),
  .inverse-md > .wpb_column:nth-child(even) {
    order: 1 !important;
  }
}

@media (min-width: 768px) {
  .swap-sm > .wpb_column:nth-child(odd),
  .inverse-sm > .wpb_column:nth-child(odd) {
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  .swap-sm > .wpb_column:nth-child(even),
  .inverse-sm > .wpb_column:nth-child(even) {
    order: 1 !important;
  }
}

blockquote {
  font-family: "Fournier MT Std";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 35px;
  font-style: italic;
  padding-top: 50px;
  color: #6a6c74;
  font-style: italic;
  background-image: url("../img/quote.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media (min-width: 768px) {
  blockquote {
    padding-left: 70px;
    padding-top: 0;
    font-size: 20px;
    line-height: 28px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  blockquote.short-quote {
    padding-top: 50px;
    padding-left: 0;
    font-size: 20px;
    line-height: 28px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  blockquote.short-quote cite {
    padding-top: 20px;
  }
  blockquote.quote-top {
    padding-left: 0;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  blockquote {
    font-size: 28px;
    line-height: 32px;
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
blockquote p {
  font-style: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
blockquote cite {
  padding-top: 40px;
  display: block;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 40px;
  font-size: 0.75rem;
  line-height: 2.5rem;
  letter-spacing: 1px;
  color: black;
  text-transform: uppercase;
}

/*Add all grid options in here*/
.wrap {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.wrap .row {
  margin-left: -10px;
  margin-right: -10px;
}

.wrap-no-margin > .row {
  margin-left: -10px;
  margin-right: -10px;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row.no-margin, .row.margin-bottom-0 {
  margin-bottom: 0;
}
.row .col {
  float: left;
  padding: 0 10px;
  min-height: 1px;
}
.row .col.col-pad-20 {
  padding: 0 20px;
}
.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}
.row .col.xs1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.xs2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.xs3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.xs4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.xs5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.xs6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.xs7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.xs8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.xs9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.xs10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.xs11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.xs12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-xs1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-xs1 {
  right: 8.3333333333%;
}
.row .col.push-xs1 {
  left: 8.3333333333%;
}
.row .col.offset-xs2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-xs2 {
  right: 16.6666666667%;
}
.row .col.push-xs2 {
  left: 16.6666666667%;
}
.row .col.offset-xs3 {
  margin-left: 25%;
}
.row .col.pull-xs3 {
  right: 25%;
}
.row .col.push-xs3 {
  left: 25%;
}
.row .col.offset-xs4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-xs4 {
  right: 33.3333333333%;
}
.row .col.push-xs4 {
  left: 33.3333333333%;
}
.row .col.offset-xs5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-xs5 {
  right: 41.6666666667%;
}
.row .col.push-xs5 {
  left: 41.6666666667%;
}
.row .col.offset-xs6 {
  margin-left: 50%;
}
.row .col.pull-xs6 {
  right: 50%;
}
.row .col.push-xs6 {
  left: 50%;
}
.row .col.offset-xs7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-xs7 {
  right: 58.3333333333%;
}
.row .col.push-xs7 {
  left: 58.3333333333%;
}
.row .col.offset-xs8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-xs8 {
  right: 66.6666666667%;
}
.row .col.push-xs8 {
  left: 66.6666666667%;
}
.row .col.offset-xs9 {
  margin-left: 75%;
}
.row .col.pull-xs9 {
  right: 75%;
}
.row .col.push-xs9 {
  left: 75%;
}
.row .col.offset-xs10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-xs10 {
  right: 83.3333333333%;
}
.row .col.push-xs10 {
  left: 83.3333333333%;
}
.row .col.offset-xs11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-xs11 {
  right: 91.6666666667%;
}
.row .col.push-xs11 {
  left: 91.6666666667%;
}
.row .col.offset-xs12 {
  margin-left: 100%;
}
.row .col.pull-xs12 {
  right: 100%;
}
.row .col.push-xs12 {
  left: 100%;
}
@media (min-width: 768px) {
  .row .col.sm1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.sm2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.sm3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.sm4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.sm5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.sm6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.sm7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.sm8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.sm9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.sm10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.sm11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.sm12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-sm1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-sm1 {
    right: 8.3333333333%;
  }
  .row .col.push-sm1 {
    left: 8.3333333333%;
  }
  .row .col.offset-sm2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-sm2 {
    right: 16.6666666667%;
  }
  .row .col.push-sm2 {
    left: 16.6666666667%;
  }
  .row .col.offset-sm3 {
    margin-left: 25%;
  }
  .row .col.pull-sm3 {
    right: 25%;
  }
  .row .col.push-sm3 {
    left: 25%;
  }
  .row .col.offset-sm4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-sm4 {
    right: 33.3333333333%;
  }
  .row .col.push-sm4 {
    left: 33.3333333333%;
  }
  .row .col.offset-sm5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-sm5 {
    right: 41.6666666667%;
  }
  .row .col.push-sm5 {
    left: 41.6666666667%;
  }
  .row .col.offset-sm6 {
    margin-left: 50%;
  }
  .row .col.pull-sm6 {
    right: 50%;
  }
  .row .col.push-sm6 {
    left: 50%;
  }
  .row .col.offset-sm7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-sm7 {
    right: 58.3333333333%;
  }
  .row .col.push-sm7 {
    left: 58.3333333333%;
  }
  .row .col.offset-sm8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-sm8 {
    right: 66.6666666667%;
  }
  .row .col.push-sm8 {
    left: 66.6666666667%;
  }
  .row .col.offset-sm9 {
    margin-left: 75%;
  }
  .row .col.pull-sm9 {
    right: 75%;
  }
  .row .col.push-sm9 {
    left: 75%;
  }
  .row .col.offset-sm10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-sm10 {
    right: 83.3333333333%;
  }
  .row .col.push-sm10 {
    left: 83.3333333333%;
  }
  .row .col.offset-sm11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-sm11 {
    right: 91.6666666667%;
  }
  .row .col.push-sm11 {
    left: 91.6666666667%;
  }
  .row .col.offset-sm12 {
    margin-left: 100%;
  }
  .row .col.pull-sm12 {
    right: 100%;
  }
  .row .col.push-sm12 {
    left: 100%;
  }
}
@media (min-width: 992px) {
  .row .col.md1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.md2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.md3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.md4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.md5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.md6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.md7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.md8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.md9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.md10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.md11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.md12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-md1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-md1 {
    right: 8.3333333333%;
  }
  .row .col.push-md1 {
    left: 8.3333333333%;
  }
  .row .col.offset-md2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-md2 {
    right: 16.6666666667%;
  }
  .row .col.push-md2 {
    left: 16.6666666667%;
  }
  .row .col.offset-md3 {
    margin-left: 25%;
  }
  .row .col.pull-md3 {
    right: 25%;
  }
  .row .col.push-md3 {
    left: 25%;
  }
  .row .col.offset-md4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-md4 {
    right: 33.3333333333%;
  }
  .row .col.push-md4 {
    left: 33.3333333333%;
  }
  .row .col.offset-md5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-md5 {
    right: 41.6666666667%;
  }
  .row .col.push-md5 {
    left: 41.6666666667%;
  }
  .row .col.offset-md6 {
    margin-left: 50%;
  }
  .row .col.pull-md6 {
    right: 50%;
  }
  .row .col.push-md6 {
    left: 50%;
  }
  .row .col.offset-md7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-md7 {
    right: 58.3333333333%;
  }
  .row .col.push-md7 {
    left: 58.3333333333%;
  }
  .row .col.offset-md8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-md8 {
    right: 66.6666666667%;
  }
  .row .col.push-md8 {
    left: 66.6666666667%;
  }
  .row .col.offset-md9 {
    margin-left: 75%;
  }
  .row .col.pull-md9 {
    right: 75%;
  }
  .row .col.push-md9 {
    left: 75%;
  }
  .row .col.offset-md10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-md10 {
    right: 83.3333333333%;
  }
  .row .col.push-md10 {
    left: 83.3333333333%;
  }
  .row .col.offset-md11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-md11 {
    right: 91.6666666667%;
  }
  .row .col.push-md11 {
    left: 91.6666666667%;
  }
  .row .col.offset-md12 {
    margin-left: 100%;
  }
  .row .col.pull-md12 {
    right: 100%;
  }
  .row .col.push-md12 {
    left: 100%;
  }
}
@media (min-width: 1200px) {
  .row .col.lg1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.lg2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.lg3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.lg4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.lg5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.lg6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.lg7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.lg8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.lg9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.lg10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.lg11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.lg12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-lg1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-lg1 {
    right: 8.3333333333%;
  }
  .row .col.push-lg1 {
    left: 8.3333333333%;
  }
  .row .col.offset-lg2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-lg2 {
    right: 16.6666666667%;
  }
  .row .col.push-lg2 {
    left: 16.6666666667%;
  }
  .row .col.offset-lg3 {
    margin-left: 25%;
  }
  .row .col.pull-lg3 {
    right: 25%;
  }
  .row .col.push-lg3 {
    left: 25%;
  }
  .row .col.offset-lg4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-lg4 {
    right: 33.3333333333%;
  }
  .row .col.push-lg4 {
    left: 33.3333333333%;
  }
  .row .col.offset-lg5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-lg5 {
    right: 41.6666666667%;
  }
  .row .col.push-lg5 {
    left: 41.6666666667%;
  }
  .row .col.offset-lg6 {
    margin-left: 50%;
  }
  .row .col.pull-lg6 {
    right: 50%;
  }
  .row .col.push-lg6 {
    left: 50%;
  }
  .row .col.offset-lg7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-lg7 {
    right: 58.3333333333%;
  }
  .row .col.push-lg7 {
    left: 58.3333333333%;
  }
  .row .col.offset-lg8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-lg8 {
    right: 66.6666666667%;
  }
  .row .col.push-lg8 {
    left: 66.6666666667%;
  }
  .row .col.offset-lg9 {
    margin-left: 75%;
  }
  .row .col.pull-lg9 {
    right: 75%;
  }
  .row .col.push-lg9 {
    left: 75%;
  }
  .row .col.offset-lg10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-lg10 {
    right: 83.3333333333%;
  }
  .row .col.push-lg10 {
    left: 83.3333333333%;
  }
  .row .col.offset-lg11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-lg11 {
    right: 91.6666666667%;
  }
  .row .col.push-lg11 {
    left: 91.6666666667%;
  }
  .row .col.offset-lg12 {
    margin-left: 100%;
  }
  .row .col.pull-lg12 {
    right: 100%;
  }
  .row .col.push-lg12 {
    left: 100%;
  }
}

#masthead {
  position: relative;
  padding: 10px 0 10px 10px;
  width: 100%;
}
#masthead:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  #masthead {
    padding: 20px 0 20px 30px;
  }
}
#masthead .site-branding {
  display: block;
  margin: 0 0 auto;
  width: 125px;
  height: 40px;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #masthead .site-branding {
    width: 176px;
    height: 56px;
  }
}
@media (min-width: 992px) {
  #masthead .site-branding {
    float: left;
    margin: 0;
  }
}

.menu-toggle {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 23px 10px;
  background-color: #ffe513;
  position: relative;
  display: block;
  float: right;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .menu-toggle {
    top: 18px;
    right: 10px;
  }
}
@media (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .bar {
  display: block;
  background-color: #000000;
  width: 25px;
  height: 3px;
  margin: 0 auto 2px;
  transition: all 0.1s ease-in-out;
}
.menu-toggle .bar.bar-3 {
  margin-bottom: 0;
}
.menu-toggle:hover .bar-1, .menu-toggle:focus .bar-1 {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
.menu-toggle:hover .bar-3, .menu-toggle:focus .bar-3 {
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
}
.menu-toggle.is-active .bar-1 {
  transform: translateY(5px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
  -moz-transform: translateY(5px) translateX(0) rotate(45deg);
}
.menu-toggle.is-active .bar-2 {
  opacity: 0;
}
.menu-toggle.is-active .bar-3 {
  transform: translateY(-5px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-5px) translateX(0) rotate(-45deg);
}

.main-menu {
  position: absolute;
  z-index: 99;
  padding-top: 30px;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  display: none;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .main-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block !important;
    position: static;
    top: 0;
    width: auto;
    float: right;
  }
}
.main-menu ul {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}
.main-menu ul:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1200px) {
  .main-menu ul {
    padding: 0;
  }
}
.main-menu ul li {
  margin: 0;
  padding: 0;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  transition: all 0.1s ease-in-out;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  color: #6a6c74;
  border-bottom: 1px solid #d2d3d5;
}
@media only screen and (min-width: 1300px) and (max-width: 1679px) {
  .main-menu ul li {
    font-size: 11.648px;
    line-height: 24px;
    font-size: 0.728rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .main-menu ul li {
    font-size: 10px;
    line-height: 24px;
    font-size: 0.625rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .main-menu ul li:first-child {
    border-top: 1px solid #d2d3d5;
  }
}
.main-menu ul li.small {
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 24px;
  font-size: 0.625rem;
  line-height: 1.5rem;
}
.main-menu ul li:last-child {
  border-bottom: 0;
}
@media (min-width: 1200px) {
  .main-menu ul li {
    padding: 0;
    border-bottom: 0;
    float: left;
  }
}
.main-menu ul li a {
  display: block;
  color: inherit;
  text-transform: inherit;
  padding: 17px 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .main-menu ul li a {
    padding: 10px 8px 6px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .main-menu ul li a {
    padding: 10px 12px 6px;
  }
}
.main-menu ul li a span {
  display: inline-block;
  width: 20px;
  position: relative;
  z-index: 99;
  margin-left: 10px;
}
@media only screen and (max-width: 1200px) {
  .main-menu ul li a span {
    position: absolute;
    right: 0;
  }
}
.main-menu ul li a span i {
  transition: all 0.1s ease-in-out;
  transform: scale(1, 1);
  display: inline-block;
}
.main-menu ul li a span.is-active i {
  color: #ffe513;
  transform: scale(1, -1);
}
@media (min-width: 1200px) {
  .main-menu ul li a span {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-menu ul li:hover {
    background-color: #e1e2e3;
    color: #000000;
  }
  .main-menu ul li:hover ul {
    display: block;
  }
}
.main-menu ul ul {
  display: none;
  background-color: #6a6c74;
  margin: 0 -20px;
}
@media (min-width: 992px) {
  .main-menu ul ul {
    background-color: #000000;
    position: absolute;
    z-index: 98;
    top: 100%;
    left: 20px;
    padding: 14px 0;
  }
}
.main-menu ul ul li {
  color: #ffffff;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  font-size: 0.875rem;
  line-height: 1.75rem;
  float: none;
}
.main-menu ul ul li:hover {
  color: #FFCD00;
}
@media (min-width: 992px) {
  .main-menu ul ul li {
    text-align: left;
    background-color: transparent !important;
  }
}
.main-menu ul ul li a {
  font-family: "Berthold Akzidenz-Grotesk";
}
@media screen and (min-width: 1081px) {
  .main-menu ul ul li a {
    font-family: "Berthold Akzidenz Grotesk BE";
  }
}
@media (min-width: 992px) {
  .main-menu ul ul li a {
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
  }
}
.main-menu .menu-item-search {
  display: block;
  height: 45px;
  min-width: 45px;
}
.main-menu .menu-item-search.is-active .wrap-inputs {
  width: 170px;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1200px) {
  .main-menu .menu-item-search.is-active .wrap-inputs {
    width: 240px;
  }
}
.main-menu .menu-item-search.is-active .wrap-inputs input.search-field {
  padding-left: 50px;
}
.main-menu .menu-item-search.is-active .wrap-inputs .search-submit {
  width: 45px;
  height: 45px;
}
.main-menu .menu-item-search form {
  overflow: hidden;
  position: relative;
  height: 45px;
}
.main-menu .menu-item-search div.search-toggle {
  width: 50px;
  height: 50px;
  background-color: #ffe513;
  display: block;
  position: absolute;
  cursor: pointer;
  left: 0;
  display: none;
}
@media (min-width: 992px) {
  .main-menu .menu-item-search div.search-toggle {
    display: block;
  }
}
.main-menu .menu-item-search div.search-toggle i {
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  display: block;
}
@media (min-width: 992px) {
  .main-menu .menu-item-search .wrap-inputs {
    position: relative;
    width: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s ease-in-out;
  }
}
.main-menu .menu-item-search .wrap-inputs input.search-field {
  height: 45px;
  border: 1px solid #e1e2e3;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 991px) {
  .main-menu .menu-item-search .wrap-inputs input.search-field {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
    font-size: 0.625rem;
    line-height: 1.5rem;
  }
}
.main-menu .menu-item-search .wrap-inputs .search-submit {
  width: 45px;
  height: 45px;
  background-color: #ffe513;
  display: block;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .main-menu .menu-item-search .wrap-inputs .search-submit {
    right: auto;
    left: 0;
    width: 0px;
    height: 0px;
  }
}
.main-menu .menu-item-search .wrap-inputs .search-submit i {
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  display: block;
}

@media only screen and (max-width: 767px) {
  div#n2-ss-13 .nextend-arrow {
    margin-left: 10px;
  }
}
.hero-image {
  display: block;
}
.hero-image .vc_figure {
  display: block;
}
.hero-image .vc_figure .vc_single_image-wrapper {
  display: block;
}
.hero-image .vc_figure .vc_single_image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/*****************************
Body Container
******************************/
.site-content {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.wrap-sidebar {
  width: auto;
  min-width: auto;
  height: 100%;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wrap-sidebar {
    padding: 30px;
  }
}
.wrap-sidebar p.h3 {
  color: #ffffff;
  position: relative;
  font-weight: 900;
  font-style: italic;
  margin: 0;
  transition: all 0.1s ease-in-out;
  border-top: 1px solid #0e7cc0;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .wrap-sidebar p.h3 {
    padding: 30px 0 0 0;
  }
}
.wrap-sidebar p.h3:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/icons/arrow-down-nav.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
  transition: all 0.1s ease-in-out;
}
.wrap-sidebar p.h3:first-child {
  padding-top: 0;
  border-top: 0;
}
.wrap-sidebar p.h3:last-child {
  padding-bottom: 0;
}
.wrap-sidebar p.h3.is-active:after {
  transform: scale(1, -1);
}
@media (min-width: 992px) {
  .wrap-sidebar p.h3:after {
    display: none;
  }
}
.wrap-sidebar ul {
  margin: 0px 0 0;
  padding: 0;
  list-style: none;
  display: none;
}
@media (min-width: 992px) {
  .wrap-sidebar ul {
    margin: 30px 0 0;
    display: block !important;
  }
}
.wrap-sidebar ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.wrap-sidebar ul li a {
  color: #ffffff;
  padding: 15px 0;
  display: block;
  border-top: 1px solid #0e7cc0;
  font-size: 16px;
  line-height: 22px;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
}

.site-footer {
  padding: 30px 0;
}
.site-footer .col-social .social-menu {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .site-footer .col-social .social-menu {
    margin-bottom: 0;
    float: right;
  }
}
@media (min-width: 768px) {
  .site-footer .col-text {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
  }
}
.site-footer .col-text p {
  margin: 0;
  text-align: center;
  color: #6a6c74;
  font-size: 10px;
  line-height: 20px;
  font-size: 0.625rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .site-footer .col-text p.copy {
    margin-right: 35px;
  }
}
.site-footer .col-text p.privacy {
  text-transform: uppercase;
}
.site-footer .col-text p.privacy a {
  display: inline-block;
  margin: 0 15px;
}
.site-footer .col-text p a {
  color: inherit;
}
@media (min-width: 768px) {
  .site-footer .col-text p {
    font-size: 10px;
    line-height: 36px;
    font-size: 0.625rem;
    line-height: 2.25rem;
  }
}

.media-post {
  border-top: 1px solid #d2d3d5;
  padding: 50px 0;
}
.media-post:last-child {
  border-bottom: 1px solid #d2d3d5;
}
.media-post .row {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.media-post .row .col-media-icon {
  display: flex;
  align-items: center;
}
.media-post .row .col-media-icon .media-icon {
  background-color: #ffe513;
  width: 35px;
  height: 35px;
  padding: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .media-post .row .col-media-icon .media-icon {
    padding: 20px;
    width: 75px;
    height: 75px;
  }
}
.media-post .row .col-media-icon .media-icon img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .media-post .row .col-content {
    padding-left: 30px;
  }
}

.insights-posts {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .insights-posts {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .insights-posts.rightBorder {
    padding-right: 40px;
  }
}
.insights-posts.rightBorder:after {
  right: 0;
}
@media (min-width: 768px) {
  .insights-posts.leftBorder {
    padding-left: 40px;
  }
}
.insights-posts.leftBorder:after {
  left: 0;
}
.insights-posts:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 3px solid #ffe513;
}
@media (min-width: 768px) {
  .insights-posts:after {
    display: block;
  }
}
.insights-posts a {
  display: block;
  position: relative;
  z-index: 2;
}
.insights-posts a img {
  display: block;
}
.insights-posts .overlay {
  transition: all 0.1s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.insights-posts a:hover > .overlay {
  opacity: 1;
}
.insights-posts a:hover > .overlay p {
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: perspective(1px) translate(-50%, -50%);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
}
.insights-posts a:hover > .overlay .read-more {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #ffe513;
  color: #000000;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image-insight-post {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .hero-image-insight-post {
    margin-bottom: 80px;
  }
}

.insight-post .entry-header h1 {
  margin-bottom: 0;
}
.insight-post .entry-header p.insight-meta {
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wrap-person {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .wrap-person {
    border-bottom: 1px solid #e1e2e3;
    padding-top: 45px;
    padding-bottom: 46px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .wrap-person {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.wrap-person .aside {
  margin-bottom: 25px;
}
.wrap-person .aside .person-details {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .wrap-person .aside .person-details {
    display: none;
  }
}
.wrap-person .aside .person-details .person-name {
  font-size: 18px;
  line-height: 24px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-bottom: 0;
}
.wrap-person .aside .person-details .person-name .suffix {
  font-size: 12px;
  line-height: 24px;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.wrap-person .aside .person-details .person-role {
  font-size: 12px;
  line-height: 15px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
}
.wrap-person .aside .person-profile {
  margin: 0 auto 35px;
}
@media (max-width: 767px) {
  .wrap-person .aside .person-profile {
    max-width: 280px;
  }
}
.wrap-person .aside .person-profile img {
  display: block;
  margin: 0 auto;
}
.wrap-person .aside .contact-info p {
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .wrap-person .aside .contact-info p small {
    display: block;
  }
}
.wrap-person .aside .contact-info .linkedin {
  margin-bottom: 0;
}
.wrap-person .aside .contact-info .linkedin .wrap-icon-linkedin {
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #d2d3d5;
  line-height: 36px;
  font-size: 13px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .wrap-person .main {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .wrap-person .main {
    padding-left: 40px;
  }
}
.wrap-person .main .person-details {
  display: none;
}
@media (min-width: 768px) {
  .wrap-person .main .person-details {
    display: block;
    margin-bottom: 40px;
  }
}
.wrap-person .main .person-details .person-name {
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
}
.wrap-person .main .person-details .person-name .suffix {
  font-size: 20px;
  line-height: 28px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.wrap-person .main .person-details .person-role {
  font-size: 12px;
  line-height: 15px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
  margin-top: 10px;
}
.wrap-person .main .person-bio {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .wrap-person .main .person-bio {
    padding-bottom: 46px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .wrap-person .main .person-bio {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.wrap-person .main .wrap-connections .accordion-container-mobile {
  border-bottom: 1px solid #e1e2e3;
}
@media (min-width: 768px) {
  .wrap-person .main .wrap-connections .accordion-container-mobile {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .wrap-person .main .wrap-connections .accordion-container-mobile .accordion-content {
    display: block !important;
  }
}

.wrap-person-posts .person-post-title {
  margin-bottom: 40px;
}
.wrap-person-posts .person-post-title span {
  display: inline-block;
  vertical-align: top;
}
.wrap-person-posts .person-post-title span.h1 {
  margin: 0 25px 0 0;
}
.wrap-person-posts .person-post-title span.btn-link {
  display: none;
}
@media (min-width: 768px) {
  .wrap-person-posts .person-post-title span.btn-link {
    display: inline-block;
  }
}
.wrap-person-posts .site-content-cards {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .wrap-person-posts .site-content-cards {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .wrap-person-posts .site-content-cards {
    padding-bottom: 60px;
  }
}
.wrap-person-posts .person-post-footer {
  display: block;
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .wrap-person-posts .person-post-footer {
    display: none;
  }
}

.project-hero-sliders {
  position: relative;
  overflow: hidden;
}
.project-hero-sliders .project-hero-slider {
  position: relative;
}
@media (min-width: 768px) {
  .project-hero-sliders .project-hero-slider {
    padding-bottom: 20px;
  }
}
.project-hero-sliders .project-hero-slider .project-hero-slide {
  position: relative;
}
.project-hero-sliders .project-hero-slider .project-hero-slide .plyr__video-wrapper.plyr__video-embed {
  padding-bottom: 50% !important;
}
.project-hero-sliders .project-hero-slider .project-hero-slide img {
  margin: 0 auto;
  max-width: 100% !important;
  height: 100%;
  width: auto;
}
.project-hero-sliders .project-hero-slider .slick-next {
  right: 12px;
  top: 100%;
  transform: perspective(1px) translateY(-100%);
}
.project-hero-sliders .project-hero-slider .slick-dots {
  padding-left: 20px;
  padding-right: 70px;
  margin-top: 0 !important;
  text-align: left;
  width: 100%;
}
.project-hero-sliders .project-hero-slider-nav {
  display: none;
}
@media (min-width: 768px) {
  .project-hero-sliders .project-hero-slider-nav {
    display: block;
    background-color: #ffffff;
    padding: 0px 73px 0px 0;
  }
  .project-hero-sliders .project-hero-slider-nav.slider-count-5 {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .project-hero-sliders .project-hero-slider-nav.slider-count-5 {
    max-width: 620px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .project-hero-sliders .project-hero-slider-nav.slider-count-5 {
    max-width: 804px;
  }
}
@media (min-width: 768px) and (min-width: 1120px) {
  .project-hero-sliders .project-hero-slider-nav.slider-count-5 {
    max-width: 989px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .project-hero-sliders .project-hero-slider-nav.slider-count-4 {
    max-width: 620px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .project-hero-sliders .project-hero-slider-nav.slider-count-4 {
    max-width: 804px;
  }
}
@media (min-width: 768px) {
  .project-hero-sliders .project-hero-slider-nav.slider-count-3 {
    max-width: 620px;
  }
  .project-hero-sliders .project-hero-slider-nav.slider-count-2 {
    max-width: 434px;
  }
  .project-hero-sliders .project-hero-slider-nav.slider-count-1 {
    max-width: 252px;
  }
}
.project-hero-sliders .project-hero-slider-nav .slick-list {
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .project-hero-sliders .project-hero-slider-nav .slick-list {
    display: block;
  }
}
.project-hero-sliders .project-hero-slider-nav .slick-list .slick-track {
  display: flex;
}
.project-hero-sliders .project-hero-slider-nav .slick-list .project-hero-slide-nav {
  display: flex;
  align-items: stretch;
  height: auto;
  margin: 0px 3px 0;
  outline: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid #ffffff;
  min-width: 173px;
}
.project-hero-sliders .project-hero-slider-nav .slick-list .project-hero-slide-nav img,
.project-hero-sliders .project-hero-slider-nav .slick-list .project-hero-slide-nav .img {
  align-self: center;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 0.5;
  transition: all 0.1s ease-in-out;
}
.project-hero-sliders .project-hero-slider-nav .slick-list .project-hero-slide-nav .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.project-hero-sliders .project-hero-slider-nav .slick-list .project-hero-slide-nav.slick-current {
  border: 3px solid #ffe513;
}
.project-hero-sliders .project-hero-slider-nav .slick-list .project-hero-slide-nav.slick-current .img,
.project-hero-sliders .project-hero-slider-nav .slick-list .project-hero-slide-nav.slick-current img {
  opacity: 1;
}
.project-hero-sliders .project-hero-slider-nav .slick-next {
  right: 0px;
  bottom: 50%;
  transform: perspective(1px) translateY(-50%);
}

.wrap-project-details .project-details {
  padding: 0 0 20px 0;
}
@media (min-width: 992px) {
  .wrap-project-details .project-details {
    padding: 0 0 40px 0;
  }
}
.wrap-project-details .project-details:last-child {
  padding-bottom: 0;
}
.wrap-project-details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wrap-project-details ul li {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.wrap-project-details ul li:not(:last-child) {
  margin-bottom: 10px;
}

.row-team-members {
  margin-left: -10px;
  margin-right: -10px;
}
.row-team-members:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .row-team-members {
    padding-top: 80px;
  }
}
.row-team-members .wrap-col-leadership,
.row-team-members .wrap-col-team {
  border-bottom: 1px solid #e1e2e3;
}
.row-team-members .wrap-col-leadership .accordion-header,
.row-team-members .wrap-col-team .accordion-header {
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .row-team-members .wrap-col-leadership .accordion-header,
  .row-team-members .wrap-col-team .accordion-header {
    color: #595959;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 28px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .row-team-members .wrap-col-leadership,
  .row-team-members .wrap-col-team {
    float: left;
    border-bottom: 0;
  }
}
.row-team-members.multi-row .wrap-col-leadership,
.row-team-members.multi-row .wrap-col-team {
  padding-right: 0;
  padding-left: 0;
  border-left: 0;
  float: none;
}
@media (min-width: 768px) {
  .row-team-members .wrap-col-leadership {
    padding-right: 4.166666665%;
  }
}
@media (min-width: 768px) {
  .row-team-members .wrap-col-leadership + .wrap-col-team {
    border-left: 1px solid #e1e2e3;
    padding-left: 4.166666665%;
  }
}
.row-team-members .col-team,
.row-team-members .col-leadership {
  margin: -10px;
}
.row-team-members .col-team:after,
.row-team-members .col-leadership:after {
  content: "";
  display: table;
  clear: both;
}
.row-team-members .people-post {
  max-width: 170px;
  float: left;
}

.services-hero-slider {
  position: relative;
}
.services-hero-slider .slick-next-big,
.services-hero-slider .slick-prev-big {
  color: #ffffff;
  font-size: 40px;
}
.services-hero-slider .slick-next-big {
  right: 0;
}
.services-hero-slider .slick-slide {
  position: relative;
  height: auto !important;
}
.services-hero-slider .slick-slide img {
  margin: 0 auto;
  display: block;
}
.services-hero-slider .slick-slide .plyr__video-wrapper.plyr__video-embed {
  padding-bottom: 50% !important;
}
.services-hero-slider .slick-slide .content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 20px 40px 20px 40px;
}
@media (min-width: 768px) {
  .services-hero-slider .slick-slide .content {
    bottom: 0;
    background-color: #ffffff;
    padding: 20px 40px 20px 100px;
  }
}
.services-hero-slider .slick-slide .content .icon {
  width: 42px;
  height: 42px;
  background-color: #ffe513;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: -21px;
}
.services-hero-slider .slick-slide .content .icon a {
  display: block;
}
.services-hero-slider .slick-slide .content .icon i {
  color: #000000;
}
@media (min-width: 768px) {
  .services-hero-slider .slick-slide .content .icon {
    top: 0;
    bottom: auto;
  }
}
.services-hero-slider .slick-slide .content p.title {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 768px) {
  .services-hero-slider .slick-slide .content p.title {
    display: block;
  }
}
.services-hero-slider .slick-dots {
  margin: 0 !important;
  position: absolute;
  left: 40px;
  bottom: 0;
  margin-bottom: 0px !important;
  width: auto;
}
.services-hero-slider .slick-dots:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .services-hero-slider .slick-dots {
    right: 40px;
    margin-bottom: -3px;
  }
}
.services-hero-slider .slick-dots li {
  float: right;
}
.services-hero-slider .slick-dots li:only-child {
  display: none;
}
.services-hero-slider .wrap-breadcrumb {
  display: none;
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  left: 0;
  bottom: -25px;
  padding: 25px 30px 0px 30px;
}
@media (min-width: 768px) {
  .services-hero-slider .wrap-breadcrumb {
    display: block;
  }
}
.services-hero-slider .wrap-breadcrumb .breadcrumb {
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e2e3;
}
.services-hero-slider .wrap-breadcrumb p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.services-hero-slider .wrap-breadcrumb p span.first {
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
}
.services-hero-slider .wrap-breadcrumb p span.icon {
  width: 50px;
  display: inline-block;
  text-align: center;
}
.services-hero-slider .wrap-breadcrumb p span.icon i {
  color: #ffe513;
  display: block;
  font-size: 20px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .row-services-studio-informations {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.search-post {
  border-top: 1px solid #d2d3d5;
  padding: 50px 0;
}
.search-post:last-child {
  border-bottom: 1px solid #d2d3d5;
}

.site-content-cards {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -4px;
}
.site-content-cards:after {
  content: "";
  display: table;
  clear: both;
}
.site-content-cards.site-content-cards-2 {
  margin: -10px;
}
.site-content-cards article {
  position: relative;
  margin: 2px;
  background-position: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(100% - 4px);
}
.site-content-cards article.content-cards-quote {
  flex: 2 auto;
  align-self: center;
  padding: 20px;
}
.site-content-cards article.content-cards-quote:before, .site-content-cards article.content-cards-quote:after {
  display: none;
}
@media (min-width: 768px) {
  .site-content-cards article.content-cards-quote {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .site-content-cards article.content-cards-quote {
    padding: 60px;
  }
}
.site-content-cards article.content-cards-quote blockquote {
  background-position: left top;
  padding: 50px 0 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-content-cards article {
    width: calc(50% - 4px);
  }
}
@media (min-width: 992px) {
  .site-content-cards article {
    width: calc(33.3333333% - 4px);
  }
}
.site-content-cards article.article-2 {
  margin: 10px;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .site-content-cards article.article-2 {
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .site-content-cards article.article-2 {
    width: calc(50% - 20px);
  }
}
.site-content-cards article:before {
  content: "";
  display: table;
  padding-top: 77%;
}
.site-content-cards article:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+67,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}
.site-content-cards article a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
.site-content-cards article a:hover > .overlay {
  opacity: 1;
}
.site-content-cards article a .wrap-content {
  display: flex;
  align-items: flex-end;
  padding: 30px 60px 30px 30px;
  height: 100%;
  position: relative;
  z-index: 2;
}
.site-content-cards article a .wrap-content.wrap-content-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.site-content-cards article a .wrap-content p {
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
.site-content-cards article a .overlay {
  transition: all 0.1s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.site-content-cards article a .overlay .read-more {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #ffe513;
  color: #000000;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-content-people-cards {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.site-content-people-cards:after {
  content: "";
  display: table;
  clear: both;
}
.site-content-people-cards article {
  position: relative;
  width: 50%;
}
@media (min-width: 425px) {
  .site-content-people-cards article {
    width: 33.3333%;
  }
}
@media (min-width: 768px) {
  .site-content-people-cards article {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .site-content-people-cards article {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .site-content-people-cards article {
    width: 16.6666666667%;
  }
}

.people-post {
  position: relative;
}
.people-post a {
  display: block;
  z-index: 2;
  padding: 10px;
}
.people-post a:hover .overlay {
  opacity: 1;
}
.people-post a .overlay {
  transition: all 0.1s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
.people-post a .overlay p.view {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  display: block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.people-post a .overlay .read-more {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #ffe513;
  color: #000000;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.people-post a .person-thumb {
  position: relative;
}
.people-post a .person-thumb img {
  display: block;
}
.people-post a .person-name p.title {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 18px;
  line-height: 28px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
}
.people-post a .person-name p.role {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: normal;
  font-style: normal;
}

/*Yoast SEO Breadcrumbs*/
#breadcrumbs {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.row-subscribe-form {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.row-subscribe-form:after {
  content: "";
  display: table;
  clear: both;
}
.row-subscribe-form .col-name,
.row-subscribe-form .col-email,
.row-subscribe-form .col-submit {
  flex-basis: auto;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .row-subscribe-form .col-name,
  .row-subscribe-form .col-email,
  .row-subscribe-form .col-submit {
    margin-bottom: 0;
  }
}
.row-subscribe-form .col-name {
  flex-grow: 2;
}
.row-subscribe-form .col-email {
  flex-grow: 2;
}
.row-subscribe-form .col-submit {
  flex-grow: 1;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .row-subscribe-form .col-submit {
    width: auto;
  }
}

.row-subscribe {
  border-top: 1px solid #d2d3d5;
  border-bottom: 1px solid #d2d3d5;
}

.menu-widget h2.widgettitle {
  font-size: 12px;
  line-height: 28px;
  font-size: 0.75rem;
  line-height: 1.75rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  margin: 0;
}
.menu-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-widget ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  font-size: 1rem;
  line-height: 1.75rem;
}

.row-explore {
  border-top: 1px solid #e1e2e3;
}
@media (min-width: 768px) {
  .row-explore {
    border-bottom: 1px solid #e1e2e3;
  }
}

@media (min-width: 768px) {
  .wrap-accordion-container {
    padding-top: 40px;
    padding-bottom: 5px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .wrap-accordion-container {
    padding-top: 80px;
    padding-bottom: 45px;
  }
}

.accordion-container-mobile .accordion-header {
  position: relative;
  display: block;
  padding: 20px 80px 20px 0;
  line-height: 15px;
  margin-bottom: 0;
  cursor: pointer;
}
.accordion-container-mobile .accordion-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .accordion-container-mobile .accordion-header {
    padding: 0;
    margin-bottom: 5px;
    cursor: default;
  }
}
.accordion-container-mobile .accordion-header i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  float: right;
  color: #6a6c74;
  font-size: 12px;
}
@media (min-width: 768px) {
  .accordion-container-mobile .accordion-header i {
    display: none;
  }
}
.accordion-container-mobile .accordion-content {
  display: none;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .accordion-container-mobile .accordion-content {
    display: block;
    padding-bottom: 35px;
  }
}

.wrap-portfolio-content-area {
  overflow: hidden;
}
.wrap-portfolio-content-area .portfolio-content-header {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .wrap-portfolio-content-area .portfolio-content-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.wrap-portfolio-content-area .portfolio-content-header .title {
  overflow: hidden;
  border-bottom: 1px solid #e1e2e3;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .wrap-portfolio-content-area .portfolio-content-header .title {
    padding-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.wrap-portfolio-content-area .portfolio-content-header .title p {
  position: relative;
}
.wrap-portfolio-content-area .portfolio-content-header .title p:after {
  content: "";
  width: 100%;
  margin-left: 30px;
  position: absolute;
  height: 1px;
  background-color: #e1e2e3;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  display: none;
}
@media (min-width: 768px) {
  .wrap-portfolio-content-area .portfolio-content-header .title p:after {
    display: inline-block;
  }
}
.wrap-portfolio-content-area .portfolio-content-header .accordion-header {
  border-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wrap-portfolio-content-area .portfolio-content-header .accordion-header {
    display: none;
  }
}
.wrap-portfolio-content-area .portfolio-content-header .portfolio-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap-portfolio-content-area .portfolio-content-header .portfolio-categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .wrap-portfolio-content-area .portfolio-content-header .portfolio-categories {
    margin-top: 30px;
  }
}
.wrap-portfolio-content-area .portfolio-content-header .portfolio-categories li {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6a6c74;
  display: block;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 1px;
}
.wrap-portfolio-content-area .portfolio-content-header .portfolio-categories li:hover a, .wrap-portfolio-content-area .portfolio-content-header .portfolio-categories li.active a {
  color: #000000;
  background-color: #ffe513;
}
@media (min-width: 768px) {
  .wrap-portfolio-content-area .portfolio-content-header .portfolio-categories li {
    float: left;
  }
}
.wrap-portfolio-content-area .portfolio-content-header .portfolio-categories li a {
  padding: 15px 15px 10px 15px;
  color: inherit;
  text-decoration: none;
  display: block;
}

.wrap-load-more {
  padding-top: 35px;
}

.row-services-studio-informations h1 + img {
  margin-top: -15px;
}
@media (min-width: 768px) {
  .row-services-studio-informations h1 + img {
    margin-top: -30px;
  }
}

.services-studio-downloads .col {
  padding-bottom: 20px;
}

.wrap-studio-services-team .col.xs12.md6 {
  border-bottom: 1px solid #e1e2e3;
}
.wrap-studio-services-team .col.xs12.md6:first-child {
  border-top: 1px solid #e1e2e3;
}
@media (min-width: 768px) {
  .wrap-studio-services-team .col.xs12.md6 {
    border-top: 0;
    border-bottom: 0;
  }
  .wrap-studio-services-team .col.xs12.md6:first-child {
    border-top: 0;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next,
.slick-prev-big,
.slick-next-big {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: block;
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  padding: 0;
  transform: perspective(1px) translateY(-50%);
  cursor: pointer;
  border: none;
  outline: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  color: #000000;
  background-color: #ffe513;
}

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

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0 0 0 !important;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  border-radius: 100%;
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px !important;
  padding: 0;
  cursor: pointer;
  background: #6a6c74;
}
.slick-dots li.slick-active {
  background: #ffe513;
}

.wrap-slick-slider .slick-list {
  margin: 0 -10px;
}
.wrap-slick-slider .slick-slide-gallery {
  margin: 0 10px;
}
.wrap-slick-slider .slick-slide-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
.wrap-slick-slider .slick-prev {
  left: -53px;
}
.wrap-slick-slider .slick-next {
  right: -54px;
}

.wrap-accordion-container .accordion-container {
  display: block;
  position: relative;
}
.wrap-accordion-container .accordion-container .accordion-header {
  display: block;
  cursor: pointer;
}
.wrap-accordion-container .accordion-container .accordion-content {
  display: none;
}

.pagination-full {
  clear: both;
  padding: 50px 0;
  position: relative;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 14px;
  line-height: 45px;
  font-size: 0.875rem;
  line-height: 2.8125rem;
  display: none;
}
@media (min-width: 768px) {
  .pagination-full {
    display: block;
  }
}
.pagination-full a,
.pagination-full span {
  display: inline-block;
  text-align: center;
  color: #6a6c74;
  background-color: #000000;
  margin: 0 10px;
  width: 45px;
  height: 45px;
}
.pagination-full a:hover,
.pagination-full .current {
  color: #FFCD00;
}
.pagination-full .btn-prev,
.pagination-full .btn-next {
  background-color: #ffe513;
  color: #000000;
}
.pagination-full .btn-prev:hover,
.pagination-full .btn-next:hover {
  color: #6a6c74;
}

.pagination-small {
  clear: both;
  padding: 50px 0;
  position: relative;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 14px;
  line-height: 45px;
  font-size: 0.875rem;
  line-height: 2.8125rem;
}
@media (min-width: 768px) {
  .pagination-small {
    display: none;
  }
}
.pagination-small .btn-prev,
.pagination-small .btn-next {
  display: inline-block;
}
.pagination-small a {
  display: block;
  text-align: center;
  color: #6a6c74;
  background-color: #000000;
  margin: 0 10px;
  width: 45px;
  height: 45px;
}
.pagination-small .btn-prev a,
.pagination-small .btn-next a {
  background-color: #ffe513;
  color: #000000;
}
.pagination-small .btn-prev a:hover,
.pagination-small .btn-next a:hover {
  color: #6a6c74;
}

.row-single-pagination .back-home a,
.row-single-pagination .prev a {
  font-size: 14px;
  line-height: 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Berthold Akzidenz-Grotesk";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 0;
  position: relative;
  border: 0;
  border-radius: 0;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000000;
}
.row-single-pagination .back-home a:before,
.row-single-pagination .prev a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  width: 40px;
  min-height: 40px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: #ffe513;
  color: #000000;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-single-pagination .back-home {
  text-align: center;
}
@media (min-width: 768px) {
  .row-single-pagination .back-home {
    text-align: right;
  }
}
.row-single-pagination .back-home a {
  text-align: left;
  padding: 10px 20px 10px 60px;
}
.row-single-pagination .back-home a:before {
  content: "\e802";
  left: 0;
}
.row-single-pagination .prev {
  text-align: center;
}
@media (min-width: 768px) {
  .row-single-pagination .prev {
    text-align: left;
  }
}
.row-single-pagination .prev a {
  text-align: left;
  padding: 10px 60px 10px 20px;
}
.row-single-pagination .prev a:before {
  content: "\e803";
  right: 0;
}

.social-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
}
.social-menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 1px solid #e1e2e3;
  color: #6a6c74;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 34px;
  font-size: 1rem;
  line-height: 2.125rem;
  text-align: center;
}
.social-menu li:hover {
  color: #ffe513;
}
.social-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

/* ============================================================
	WP CORE
   ============================================================ */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

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