Utilities CSS Minifier Online CSS Minifier Tool and Compressor,
with Fast and Simple API Access Input CSS 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,
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,
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol li {
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
p strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5 {
  color: #244c5a;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #34343b;
  font-family: "Josefin Sans", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.7em;
  position: relative;
}
.col-wrap ul {
  margin-bottom: 20px;
}
h1 {
  font-size: 7vw;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
h2 {
  font-size: 6vw;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
h3 {
  font-size: 4.5vw;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
h4 {
  font-size: 4vw;
  line-height: 1em;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
h5 {
  font-size: 1.2em;
  line-height: 1.375em;
  color: #244c5a;
  font-weight: 600;
}
p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0 0 1em 0;
  color: #666;
  font-weight: 100;
  letter-spacing: -0.02em;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}
li {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0 0 0 0;
  color: #666;
  font-weight: 100;
  letter-spacing: -0.02em;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 4vw;
    line-height: 1em;
  }
  h2 {
    font-size: 3vw;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.2vw;
  }
  h5 {
    font-size: 1em;
  }
  p {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0 0 1em 0;
  }
  li {
    font-size: 1.2em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 3vw;
  }
  h2 {
    font-size: 2.2vw;
  }
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 1em;
  }
  p {
    font-size: 1.2em;
  }
  li {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1920px) {
  p {
    font-size: 1.4em;
  }
  li {
    font-size: 1.4em;
  }
}
h2::after {
  content: "";
  height: 1px;
  width: 30%;
  background: #dd8a06;
  position: absolute;
  left: 0;
  bottom: -10px;
}
blockquote {
  width: auto;
  position: relative;
  background: none;
  margin: 0 0 20px 0;
}
blockquote::before {
  top: 0;
  bottom: 0;
  width: 25px;
  content: "";
  position: absolute;
}
blockquote p {
  margin: 15px 0 0 0;
  font-size: 2vw;
  font-style: italic;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  color: #333;
}
@media all and (min-width: 768px) {
  blockquote p {
    font-size: 3vw;
  }
}
blockquote p::before {
  top: 0px;
  left: 0;
  color: #6b94b7;
  font-size: 2.2em;
  position: absolute;
}
@media all and (min-width: 768px) {
  blockquote p::before {
    font-size: 3em;
  }
}
blockquote ul {
  margin: 0;
}
blockquote ul li {
  margin: 10px 0 0 0;
  list-style: none;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #333;
}
blockquote ul li:before {
  content: "- ";
}
.content ul,
.content-wide ul,
.content-full ul {
  list-style-type: square;
  margin: 0 0 20px 1em;
}
.col-wrap ul,
.text-wrap ul {
  margin: 20px 0 20px 20px;
  padding: 0;
}
.col-wrap ul li,
.text-wrap ul li {
  list-style: none;
  position: relative;
  line-height: 1.6em;
  padding: 0 0 0 20px;
}
.col-wrap ul li::before,
.text-wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #dd8a06;
}
ol {
  list-style-type: decimal;
  margin-left: 1em;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
p b,
p strong {
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}
p i,
p em {
  font-style: italic;
}
p em strong {
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p strong em {
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
}
small {
  font-size: 80%;
  font-weight: 700;
}
.punc a:not(:last-child):after,
.punc li:not(:last-child):after {
  content: ",";
}
.punc span:not(:last-child):after,
.punc span:not(:last-child):after {
  content: ",";
}
a,
h1 a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
p a {
  color: #dd8a06;
  text-decoration: none;
}
p a:hover {
  color: #fab84f;
}
p a:active,
a:focus {
  outline: none;
}
li a {
  color: #dd8a06;
  text-decoration: none;
}
li a:hover {
  color: #d22429;
}
li a:active,
a:focus {
  outline: none;
}
.container {
  width: 80vw;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8vw 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .container {
    width: 66vw;
    padding: 4vw 0 0 0;
  }
}
.container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-head {
  grid-area: header;
}
.content-full,
.content-wide,
.content-80,
.content-60 {
  grid-area: content;
  z-index: 1111;
  position: relative;
}
.side {
  grid-area: sidebar;
  background: #e6e6e6;
}
.main-footer {
  grid-area: footer;
}
.content-wrapper {
  margin: 12vw 0 5vw 0;
  overflow: hidden;
}
#pages .content-wrapper {
  margin: 80px 0 5vw 0;
}
@media screen and (min-width: 768px) {
  .content-wrapper {
    margin: 0 0 5vw 0;
  }
  #pages .content-wrapper {
    margin: 90px 0 5vw 0;
  }
}
.content-full {
  padding: 3vw 0;
  width: 100%;
}
.content-wide {
  padding: 3vw;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-80 {
  padding: 3vw 0;
  width: 90%;
  margin: auto;
}
.content-60 {
  padding: 3vw 0;
  width: 90%;
  margin: auto;
}
.right-col {
  padding: 0 0 0 0;
  margin: 0 0 5vw 0;
}
.sub-content {
  padding: 8vw 0 8vw 0;
}
@media screen and (min-width: 768px) {
  .content-full {
    padding: 3vw 0;
    width: 100%;
  }
  .content-wide {
    padding: 3vw;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-80 {
    padding: 3vw 0;
    width: 80%;
    margin: auto;
  }
  .content-60 {
    padding: 3vw 0;
    width: 60%;
    margin: auto;
  }
  .right-col {
    margin: 4vw 0 0 0;
  }
  .sub-content {
    padding: 4vw 0 4vw 0;
  }
}
.top-nav {
  grid-area: nav;
}
.col_1 {
  grid-area: col_1;
}
.col_2 {
  grid-area: col_2;
}
.col_3 {
  grid-area: col_3;
}
.col_4 {
  grid-area: col_4;
}
.col_5 {
  grid-area: col_5;
}
.home-wrapper {
  display: grid;
  grid-gap: 0;
  grid-template-areas: "header" "main-hero" "content" "footer";
}
.home-content {
  grid-area: content;
}
.two-cols-images {
  grid-area: two-cols;
  margin-bottom: 20px;
}
.two-cols-text {
  grid-area: two-cols;
  margin-bottom: 20px;
}
.two-cols-images,
.two-cols-text {
  display: grid;
  grid-gap: 5%;
  grid-template-areas: "col_1" "col_2";
}
.three-cols {
  grid-area: three-cols;
  margin-bottom: 20px;
}
.three-cols {
  display: grid;
  grid-gap: 20px;
  grid-template-areas: "col_3" "col_4" "col_5";
}
.main-hero {
  grid-area: main-hero;
}
.hero-image {
  grid-area: hero-image;
  margin-bottom: 20px;
}
.hero-image {
  display: grid;
  grid-gap: 20px;
  grid-template-areas: "hero-image";
}
.hero-video {
  grid-area: hero-image;
  margin-bottom: 20px;
}
.hero-video {
  display: grid;
  grid-gap: 20px;
  grid-template-areas: "hero-video";
}
@media (min-width: 768px) {
  .home-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "header  	header 	 header" "main-hero  	main-hero	 main-hero" "content content content" "footer 	footer	footer";
  }
  .hero-image {
    grid-template-columns: 1fr;
    grid-template-areas: "hero-image";
  }
  .hero-video {
    grid-template-columns: 1fr;
    grid-template-areas: "hero-video";
  }
  .two-cols-text {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col_1  col_2";
  }
  .two-cols-images {
    grid-template-columns: 3fr 2fr;
    grid-template-areas: "col_1  col_2";
  }
  .three-cols {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "col_3  	col_4	col_5";
  }
}
.blog-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-areas: "header" "main-hero" "sidebar2" "content" "footer";
}
@media (min-width: 768px) {
  .blog-wrapper {
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "header  header" "main-hero main-hero" "content sidebar2" "footer  footer";
  }
}
.layout1 .content-full {
  grid-area: content;
}
.layout1 .content-80 {
  grid-area: content;
}
.layout1 .content-60 {
  grid-area: content;
}
.layout1 {
  display: grid;
  grid-template-areas: "header" "main-hero" "content" "footer";
}
@media (min-width: 768px) {
  .layout1 {
    grid-template-columns: 1fr;
    grid-template-areas: "header" "main-hero" "content" "footer";
  }
}
.layout2 .content {
  float: left;
  width: 70%;
}
.layout2 .right-col {
  float: left;
  width: 30%;
}
@supports (display: grid) {
  .layout2 .content {
    width: auto;
  }
  .layout2 .right-col {
    width: auto;
  }
}
.right-col {
  grid-area: right-col;
}
.sub-grid {
  grid-area: sub-grid;
}
.sub-content {
  grid-area: sub-content;
}
.layout2 {
  display: grid;
  grid-template-areas: "header" "main-hero" "sub-grid" "sub-content" "footer";
}
.layout2 .sub-grid {
  display: grid;
  grid-template-areas: "content" "right-col";
}
@media (min-width: 768px) {
  .layout2 {
    grid-template-columns: 8fr 4fr;
    grid-template-areas: "header  header" "main-hero main-hero" "sub-grid sub-grid" "sub-content sub-content" "footer  footer";
  }
  .layout2 .sub-grid {
    display: grid;
    grid-gap: 5%;
    grid-template-columns: 8fr 4fr;
    grid-template-areas: "content right-col";
  }
}
#aboutNav {
  grid-area: about-nav;
}
.about .layout1 {
  display: grid;
  grid-template-areas: "header" "main-hero" "about-nav" "sidebar2" "content" "footer";
}
@media (min-width: 768px) {
  .about .layout1 {
    grid-template-columns: 1fr;
    grid-template-areas: "header  header" "main-hero main-hero" "about-nav about-nav" "content sidebar2" "footer  footer";
  }
}
.layout3 .content {
  float: left;
  width: 70%;
}
.layout3 .right-col {
  float: left;
  width: 30%;
}
@supports (display: grid) {
  .layout3 .content {
    width: auto;
  }
  .layout3 .right-col {
    width: auto;
  }
}
.right-col {
  grid-area: right-col;
}
.sub-grid {
  grid-area: sub-grid;
}
.intro-text {
  margin: auto;
  grid-area: intro;
}
.sub-content {
  grid-area: sub-content;
}
.mid-content {
  grid-area: mid-content;
}
.layout3 {
  display: grid;
  grid-template-areas: "header" "main-hero" "intro" "mid-content" "sub-grid" "sub-content" "footer";
}
.layout3 .sub-grid {
  display: grid;
  grid-template-areas: "content" "right-col";
}
@media (min-width: 768px) {
  .layout3 {
    grid-template-columns: 8fr 4fr;
    grid-template-areas: "header  header" "main-hero main-hero" "intro intro" "mid-content mid-content" "sub-grid sub-grid" "sub-content sub-content" "footer  footer";
  }
  .layout3 .sub-grid {
    display: grid;
    grid-gap: 5%;
    grid-template-columns: 8fr 4fr;
    grid-template-areas: "content right-col";
  }
  .contact-us .container {
    max-width: 70%;
  }
  .contact-us .layout3 .sub-grid {
    grid-template-columns: 7fr 5fr;
  }
}
.slider-arrows {
  z-index: 999999;
  display: none;
}
.slider-arrows .next-slide,
.slider-arrows .prev-slide {
  position: absolute;
  top: 32%;
}
.slider-arrows .next-slide {
  right: 10px;
}
.slider-arrows .prev-slide {
  left: 10px;
}
.slider-arrows svg {
  fill: #fff;
  width: 25px;
  height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider-arrows svg:hover,
.slider-arrows svg:focus {
  fill: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .slider-arrows {
    display: block;
  }
  .slider-arrows .next-slide,
  .slider-arrows .prev-slide {
    top: 45%;
  }
  .slider-arrows svg {
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.slider {
  position: relative;
}
.slider {
  visibility: hidden;
}
.slick-initialized {
  visibility: visible;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  position: relative;
  float: left;
  width: 100px;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  vertical-align: top !important;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.05);
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 43%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9999;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  color: #244c5a;
  border: none;
  outline: none;
}
@media screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.6;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 25px;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 20px;
}
[dir="rtl"] .slick-prev {
  right: 20px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: 20px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: 20px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: 90px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 9999;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 25px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white;
}
.main-hero-text .page-title > div {
  display: inline-block !important;
  vertical-align: middle;
}
.main-hero-text h1 {
  animation: fadeInLeft 1s both;
  margin: 0;
  padding: 0;
}
.main-hero-text h2 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  animation: fadeInUp 1s both;
}
.slider .item .slide-wrap {
  height: 100vh;
  background: #000;
}
.slider .item .page-title > div {
  display: inline-block !important;
  vertical-align: middle;
}
.slider .item h2 {
  animation: fadeOutRight 1s both;
  margin: 0;
  padding: 0;
}
.slider .item h3 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  animation: fadeOutLeft 1s both;
}
.slider .slick-active h2 {
  animation: fadeInDown 1s both 1s;
}
.slider .slick-active h3 {
  animation: fadeInLeft 1s both 1.5s;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
} /*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: 0.1;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}
.blur-filter {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9950;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-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: 99999;
}
.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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 9999;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.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: 999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 100px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 101px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 0.7em;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 140px 0 150px 0;
  margin: 0 auto 10% auto;
}
img.mfp-img img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.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;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -190px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 1.2em;
  color: #f3f3f3;
  font-family: "Josefin Sans", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  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 all and (max-width: 1366px) {
  img.mfp-img {
    padding: 90px 0 160px 0;
  }
  .mfp-close {
    top: 51px;
  }
  .mfp-close .mfp-close:active {
    top: 51px;
  }
}
@media all and (min-width: 1367px) {
  img.mfp-img {
    padding: 140px 0 150px 0;
  }
  .mfp-close {
    top: 100px;
  }
  .mfp-close .mfp-close:active {
    top: 101px;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .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;
    -moz-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: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-open .mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
.blog-grid .content {
  padding: 0;
}
.article-image {
  margin-bottom: 30px;
}
.blog .main-hero-text {
  margin-top: 0 !important;
}
.blog h1 {
  color: #244c5a;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.blog h3 a {
  display: block;
  color: #244c5a;
  margin: 0 0 10px 0;
  font-size: 1.5vw !important;
  line-height: 1.2em;
}
.blog header {
  display: block !important;
}
.article .blog-grid,
.article-special .blog-grid {
  margin: 0 auto 0 auto;
}
#blog {
  margin: 0 0 100px 0;
}
#blog h1 {
  color: #244c5a;
  font-weight: 500;
  margin: 0 0 20px 0;
  font-size: 2vw;
}
#blog .article {
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
  background: transparent;
}
#blog .article a {
  background: transparent;
}
#blog .article h3 {
  display: block;
  color: #fff !important;
  margin: 0 0 0 0;
  font-size: 4vw;
  line-height: 1.2em;
  position: absolute;
  top: 1vw;
  left: 2vw;
  z-index: 7777;
}
#blog .article .meta {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
}
#blog .article img {
  margin: 0;
  vertical-align: top;
}
#blog .article header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1vw 2vw 6vw 2vw;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    transparent 26%,
    transparent 36%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 26%,
    transparent 36%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 26%,
    transparent 36%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#blog .article .tags {
  position: absolute;
  left: 2vw;
  bottom: 1vw;
  margin: 0;
}
#blog .article .tags a {
  color: #fff;
}
#blog .article .date {
  color: #fff;
}
#blog .article-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-flow: wrap;
}
#blog .article-wrap .article {
  width: 100%;
}
#blog .article-wrap .article h3 {
  font-size: 4vw;
}
#blog .article-wrap .article .date {
  display: none;
}
@media (min-width: 768px) {
  #blog .article-wrap .article {
    width: 48%;
  }
  #blog .article-wrap .article h3 {
    font-size: 1.2vw !important;
  }
}
@media (min-width: 768px) {
  #blog .article h3 {
    font-size: 1.5vw;
    left: 1vw;
  }
  #blog .article header {
    padding: 1vw;
  }
  #blog .article .meta {
    bottom: 0;
    right: 1vw;
    left: auto;
  }
  #blog .article .tags {
    left: 1vw;
  }
  .right-col-blog {
    margin: 0;
  }
}
ul.tags {
  width: auto;
  display: inline-block;
}
ul.tags li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
ul.tags li a {
  color: #fff;
  font-weight: 100;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.tags li a:hover {
  color: #d22429;
}
#article .article-image {
  position: relative;
  margin: 30px 0 0 0;
}
#article h1 {
  color: #fff;
  font-size: 5vw;
  margin: 0;
}
#article #meta {
  display: flex;
  border-bottom: 1px solid #244c5a;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
}
#article #meta .date,
#article #meta p {
  color: #244c5a;
  margin: 0;
}
#article ul.tags {
  width: auto;
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 0;
}
#article ul.tags li a {
  color: #244c5a;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  #article h1 {
    font-size: 1.8vw;
  }
}
#article p.caption {
  font-size: 0.9em;
  color: #1a1a1a;
  border-top: 1px solid #1a1a1a;
  margin: 10px 0 20px 0;
  display: inline-block;
  width: auto;
}
.meta {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}
.meta p {
  margin: 5px 0 0 0;
}
.meta .author {
  display: block;
  color: gray;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-weight: 600;
  width: 100%;
}
.meta .date {
  color: gray;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.tags-list ul {
  list-style: none;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}
.tags-list ul li {
  background: #244c5a;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}
.tags-list ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.6em;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}
.pagination {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.pagination a {
  color: #000;
}
.nextprev {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-flow: row-reverse;
  border-top: #999;
  margin: 20px 0 80px 0;
  padding: 20px 0 0 0;
}
.nextprev .next {
  align-self: flex-start;
}
.nextprev .prev {
  align-self: flex-end;
}
.nextprev a {
  background: #244c5a;
  color: #fff;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  padding: 1vw;
}
.nextprev .btn {
  background: #244c5a;
  color: #fff;
  font-size: 0.8em;
  padding: 4px 6px;
}
#moreArticles {
  position: relative;
}
#moreArticles #fix {
  position: fixed;
  display: block;
  overflow: hidden;
  width: 15%;
}
#moreArticles h2 {
  color: #244c5a;
  margin-bottom: 10px;
  background: #244c5a;
  color: #fff;
  text-align: center;
  padding: 1vw;
  font-size: 1.2em;
}
#moreArticles h3 {
  color: #fff;
  margin: 0;
  font-size: 4vw;
  z-index: 7777;
}
#moreArticles img {
  margin: 0 0 0 0;
}
#moreArticles .article {
  position: relative;
  margin: 0 0 10px 0;
  width: 100%;
}
#moreArticles header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.5vw 0.5vw 6vw 3vw;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    transparent 26%,
    transparent 36%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 26%,
    transparent 36%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 26%,
    transparent 36%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#moreArticles header .meta {
  display: none;
}
@media (min-width: 768px) {
  #moreArticles h3 {
    color: #fff;
    margin: 0;
    font-size: 1vw;
  }
  #moreArticles header {
    padding: 0.5vw;
  }
}
#relatedArticles .article {
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
}
#relatedArticles .article h3 {
  display: block;
  color: #fff !important;
  margin: 0 0 0 0;
  font-size: 4vw;
  line-height: 1.2em;
  position: absolute;
  bottom: 11vw;
  left: 2vw;
}
#relatedArticles .article img {
  margin: 0 0 0 0;
}
#relatedArticles .article header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1vw 2vw 6vw 2vw;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    transparent 26%,
    transparent 36%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 26%,
    transparent 36%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 26%,
    transparent 36%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#relatedArticles .article .tags {
  position: absolute;
  left: 2vw;
  bottom: 0;
}
#relatedArticles .article .tags a {
  color: #fff;
}
#relatedArticles .article .date {
  color: #fff;
}
@media (min-width: 768px) {
  #relatedArticles {
    width: 60%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
  }
  #relatedArticles .article {
    flex: 0 0 49.8%;
  }
  #relatedArticles .article h3 {
    font-size: 1.5vw;
    bottom: 3vw;
    left: 1vw;
    line-height: 1.1em;
    margin: 0 0 10px 0;
  }
  #relatedArticles .article header {
    padding: 1vw;
  }
  #relatedArticles .article .tags {
    left: 1vw;
  }
}
.bt-form__wrapper {
  margin: 30px auto;
}
.progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.form-slide .slick-dots li {
  width: 40px;
  height: 5px;
  background: #ccc;
}
.form-slide .slick-dots li button {
  width: 40px;
  height: 5px;
}
.form-slide .slick-dots li.slick-active,
.form-slide .slick-dots li:hover {
  background: #777;
}
.form-slide .slick-dots li button,
.form-slide .slick-dots li button:before {
  color: transparent;
  opacity: 0;
}
.bt-flabels input[type] {
  position: relative;
  width: 100%;
  height: auto;
  padding: 14px 0 8px 6px !important;
  border: none;
  border-radius: 0;
  background: transparent;
  z-index: 1;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-bottom: 1px solid #999;
}
.bt-flabels input[type]:focus {
  background: #b4c5ca;
  border-bottom: 1px solid #244c5a;
}
.bt-flabels textarea {
  padding: 20px 0 8px 6px !important;
  border-bottom: 1px solid #999;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  background: transparent;
}
.bt-flabels textarea:focus {
  background: #b4c5ca;
}
.bt-flabels select[type]:focus {
  background: #b4c5ca;
}
.bt-flabels .label {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  top: -3px;
  transform: translateY(15%);
  z-index: 2;
  font-size: 0.6em;
  text-transform: uppercase;
  padding-left: 0;
  color: #244c5a;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bt-flabels .select-label {
  pointer-events: none;
  position: relative;
  z-index: 2;
  opacity: 1;
  font-size: 1em;
  text-transform: none;
  padding-left: 0;
  color: #656f72;
  font-weight: 800;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}
.bt-flabels > *:not(:first-child).bt-flabels__wrapper,
.bt-flabels > *:not(:first-child) .bt-flabels__wrapper {
  border-top: none;
}
.bt-flabels__wrapper {
  position: relative;
  margin-bottom: 5vw;
}
.bt-flabels__error-desc {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-weight: bold;
  color: #fff;
  background: red;
  padding: 2px 5px 5px 5px !important;
  height: auto;
  font-size: 10px;
  text-transform: uppercase;
  z-index: 3;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  pointer-events: none;
  border-radius: 5px;
}
.bt-flabels__error .bt-flabels__error-desc {
  opacity: 1;
  transform: translateY(0);
}
.bt-flabel__float .label {
  opacity: 1;
  transform: translateY(0);
}
.bt-flabel__float input[type] {
  padding-top: 12px;
}
.bt-flabel__float textarea[type] {
  padding-top: 12px;
}
.email2-error {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  font-weight: bold;
  color: #fff;
  background: red;
  padding: 2px 5px 5px 5px !important;
  height: auto;
  font-size: 10px;
  text-transform: uppercase;
  z-index: 3;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  pointer-events: none;
  border-radius: 5px;
}
.success {
  padding: 5%;
  margin: 10px 0 10px 0;
  font-size: 1.2em;
  line-height: 1.3em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  text-align: center;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.error {
  display: none;
  padding: 1em;
  margin: 10px 0 10px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form {
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.form h3 {
  border-bottom: 1px solid #b3b3b3;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
.form .form-group {
  width: auto;
  margin: 0 0 0 0;
}
.form .form-group .label {
  display: block;
  line-height: 1.2em;
  font-size: 1em;
  width: 100%;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.form .form-group small {
  color: #6c6767;
  width: 100%;
  display: block;
}
.form .form-group input,
.form .form-group textarea {
  height: auto;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  background: transparent;
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 0 0;
}
.form .form-group input:focus,
.form .form-group textarea:focus {
  background: #eeeeee;
}
.form .form-group .styled-select {
  background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 97% center;
  height: 40px;
  overflow: hidden;
  width: 100%;
  margin: 10px 0 0 0;
}
.form .form-group .styled-select select {
  background: transparent;
  border: none;
  font-size: 0.9em;
  height: auto;
  padding: 6px;
  width: 100%;
}
.form .form-group .styled-select.slate {
  height: auto;
  width: 99%;
  border-right: 1px solid #ccc;
}
.form .form-group .styled-select.slate select {
  border: 1px solid #ccc;
  height: 38px;
  width: 108%;
  color: #666;
}
.form .label p {
  margin: 10px 0 10px 0;
  line-height: 2em;
  font-size: 1em;
  width: 100%;
  font-weight: 600;
  color: #000;
}
.form .radios {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 100%;
  margin: 10px 0 10px 0;
}
.form .radios .radio {
  width: 50%;
  position: relative;
}
.form .radios .radio input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.form .radios .radio label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1em;
  padding: 0 0 0 33px;
  margin: 0 auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  color: #666;
  -webkit-transition: all 0.25s linear;
}
.form .radios .radio:hover label {
  color: #b3b3b3;
}
.form .radios .radio .check {
  display: block;
  position: absolute;
  border: 1px solid #666;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 2px;
  left: 0;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.form .radios .radio:hover .check {
  border: 1px solid #b3b3b3;
}
.form .radios .radio .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.form .radios .radio input[type="radio"]:checked ~ .check {
  border: 1px solid #b3b3b3;
}
.form .radios .radio input[type="radio"]:checked ~ .check::before {
  background: #b3b3b3;
}
.form .radios .radio input[type="radio"]:checked ~ label {
  color: #b3b3b3;
}
.form .checkbox {
  position: relative;
  margin: 0 0 20px 5px;
}
.form .checkbox label {
  padding-left: 30px;
  display: block;
  font-size: 0.9em;
  color: #4d4d4d;
  width: 90%;
}
.form .checkbox input {
  top: 0;
  left: 4px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.form .checkbox span {
  width: auto;
  margin: 0;
  padding: 0;
}
.form .checkbox .input-helper:before,
.form .checkbox .input-helper:after {
  position: absolute;
  content: "";
  transition: all 200ms;
}
.form .checkbox .input-helper:before {
  left: 0;
  border: 1px solid #ccc;
  background: #fff;
}
.form .checkbox input {
  width: 18px;
  height: 18px;
}
.form .checkbox input:checked + .input-helper:before {
  background-color: #244c5a;
}
.form .checkbox input:checked + .input-helper:after {
  transform: scale(1);
  opacity: 1;
}
.form .checkbox .input-helper:before {
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  color: #fff;
}
.form .checkbox .input-helper:after {
  content: "\2713";
  font-size: 13px;
  left: 6px;
  top: 0;
  color: #fff;
  transform: scale(0);
  opacity: 0;
}
.form .submit {
  display: block;
  border-radius: 3px;
  border: none;
  font-size: 1.3em;
  padding: 1em 0.8em;
  background: #244c5a;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 40px 0 0 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.form .submit:hover,
.form .submit:focus {
  opacity: 0.75;
  cursor: pointer;
}
.form .submit:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}
.form .slate {
  background-color: #ddd;
}
.form .green {
  background-color: #779126;
}
.form .blue {
  background-color: #3b8ec2;
}
.form .yellow {
  background-color: #eec111;
}
.form .black {
  background-color: #000;
}
.form .slate select {
  color: #000;
}
.form .green select {
  color: #fff;
}
.form .blue select {
  color: #fff;
}
.form .yellow select {
  color: #000;
}
.form .black select {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form {
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form .form-group {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 20px;
    width: 100%;
  }
  .form .form-group .bt-flabels__wrapper {
    width: 48%;
    height: auto;
    margin: 0;
  }
  .form .form-group .bt-flabels__wrapper-wide {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .form .wide .label {
    width: 100%;
  }
  .form .submit {
    width: 200px;
  }
  .form .label p {
    margin: 0 0 10px 0;
  }
  .form .col-1 .bt-flabels__wrapper {
    width: 100%;
  }
  .form .col-4 .bt-flabels__wrapper {
    width: 22%;
  }
  .form .col-5 .bt-flabels__wrapper {
    width: 18%;
  }
}
#additionalClients {
  margin-bottom: 30px;
  padding: 20px 0 20px 0;
}
#additionalClients .form-group-add {
  display: none;
}
#additionalClients .add-one {
  height: 30px;
}
#additionalClients a {
  color: #244c5a;
  font-weight: 700;
}
#additionalClients a.add-client {
  margin-top: 40px;
  display: block;
  background: green;
  color: #fff;
  text-align: center;
  padding: 3px 5px;
  width: auto;
  height: 20px;
  font-size: 0.7em;
  font-weight: 700;
}
#additionalClients a.delete {
  margin-top: 40px;
  display: block;
  background: red;
  color: #fff;
  text-align: center;
  padding: 3px 5px;
  width: auto;
  height: 20px;
  font-size: 0.7em;
  font-weight: 700;
}
.legal-wrap h1 {
  margin: 0 0 20px 0;
}
.legal-wrap h1::after {
  content: "";
  height: 1px;
  width: 30%;
  background: #dd8a06;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.legal-wrap h2 {
  margin: 50px 0 10px 0;
}
.legal-wrap h2::after {
  height: 0;
}
.main-footer {
  position: relative;
  width: 100%;
  height: auto;
  min-height: auto;
  margin: 5vw auto 2vw auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  padding: 50px 0 0 0;
  text-align: center;
}
.main-footer .subtitle {
  margin: 0 0 20px 0;
}
.main-footer p,
.main-footer a {
  font-size: 0.8em;
}
.main-footer p {
  color: #1a1a1a;
}
.main-footer #footer-contact {
  margin: 0 0 10px 0;
}
.main-footer #footer-contact a {
  font-size: 1.5em;
}
.main-footer .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer .social .channel {
  list-style: none;
  margin: 5px 0 0 0;
}
.main-footer .social .channel a {
  color: #dd8a06;
}
.main-footer .social .channel a svg {
  width: 100px;
  height: 100px;
  display: block;
}
.main-footer .social .channel a svg {
  fill: #dd8a06;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-footer .social .channel a svg:hover,
.main-footer .social .channel li a svg:focus {
  fill: #fab84f;
}
.main-footer .legal-menu {
  padding: 20px 0 50px 0;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.main-footer .legal-menu p {
  color: #dd8a06;
}
.main-footer .legal-menu a {
  display: block;
  color: #fab84f;
  margin: 0 10px 10px 10px;
}
.main-footer .legal-menu span {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-footer {
    position: relative;
    width: 100%;
    height: auto;
    margin: 2vw auto 2vw auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-footer .subtitle {
    margin: 0 0 0 0;
  }
  .main-footer .legal-menu {
    padding: 50px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    flex-direction: row;
  }
  .main-footer .legal-menu p {
    margin: 0;
  }
  .main-footer .legal-menu span {
    display: block;
  }
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
* {
  margin: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  background: #fff;
}
img,
embed,
object,
video {
  max-width: 100%;
  height: auto;
}
svg {
  max-height: 100%;
}
img {
  width: 100%;
  vertical-align: top !important;
}
a img {
  border: none;
}
* {
  min-height: 0;
  min-width: 0;
}
.cc-window,
.cc-floating,
.cc-type-info,
.cc-theme-block,
.cc-bottom,
.cc-right {
  z-index: 99999;
}
.spinner {
  z-index: 9999;
}
.flex-btn {
  z-index: 9999;
}
.flex-wrapper {
  z-index: 9999;
}
.flexpanel {
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .flexpanel .viewport-wrap {
    z-index: 1;
  }
  .flex-wrapper {
    z-index: 0;
  }
}
.spinner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 115, 119, 0.9);
  overflow: hidden;
}
.spinner .v-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.spinner .sending {
  display: none;
  height: 100%;
}
.spinner .sending svg {
  width: 200px;
  fill: #fff;
}
.spinner .sending .gears svg {
  width: 60px !important;
}
.spinner .sent {
  display: none;
  height: 100%;
}
.spinner p {
  color: #fff;
  font-size: 1em;
  text-align: center;
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 3.5vw 0 0 0;
}
#ticked {
  display: none;
  text-align: center;
  height: 150px;
  width: 100%;
}
.form-message {
  display: none;
}
@media (min-width: 768px) {
  .contact-form {
    width: 40%;
    margin: auto;
  }
  #ticked {
    display: none;
    background: #fff;
    text-align: center;
    height: 150px;
    width: 100%;
  }
  .form-message {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  body {
    padding: 0 0 0 0;
  }
  .main-head {
    position: relative;
    z-index: 9900;
    width: 100%;
    height: auto;
  }
}
.home-logo-top,
.logo {
  position: fixed;
  top: 5px;
  left: 10px;
  max-width: 120px;
}
.home-logo-top h1,
.logo h1 {
  display: none;
  text-indent: -99999px;
}
#headerBar {
  position: fixed;
  width: 100%;
  height: 12vw;
  padding: 3vw 2vw 2vw 2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-content: flex-end;
  align-items: center;
  z-index: 999999;
  background: #fff;
}
#headerBar h1 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #headerBar {
    width: 100%;
    padding: 0.7vw 2vw 0.4vw 2vw;
    height: auto;
    text-align: center;
    justify-content: flex-end;
    flex-flow: row;
  }
  .home-logo-top,
  .logo {
    top: 3px;
    left: 10px;
    max-width: 180px;
  }
}
@media print {
  header nav,
  footer {
    display: none;
  }
  img {
    max-width: 500px;
  }
  @page {
    margin: 0.5cm;
  }
  body {
    font: 12pt Arial, Helvetica, sans-serif;
    line-height: 1.3;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 14pt;
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .menu-tab {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .backdrop.show {
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9998;
  }
  .menu-tab {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 6vw;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 2vw;
    padding: 1vw;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .menu-tab span {
    width: auto;
    text-transform: uppercase;
    margin: 4vw 8px 0 0;
    font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 2vw;
    opacity: 1;
    z-index: 9999;
  }
  .menu-tab .bar {
    width: 25px;
    height: 3px;
    background: #244c5a;
    display: block;
    margin: 0 1vw 1vw 0;
    transition: all 0.6s ease-in-out;
    z-index: 99999;
  }
  .menu-tab .bar:nth-child(1) {
    margin-top: 5vw;
  }
  .menu-tab.active {
    right: 90vw;
    width: 20vw;
    transition: all 600ms ease-in-out;
    z-index: 9999;
  }
  .menu-tab.active span {
    opacity: 0;
  }
  .menu-tab.active .bar {
    background-color: #fff;
  }
  .menu-tab.active #barone {
    transform: translateY(1.45vw) rotate(-135deg);
    transition: all 0.6s ease-in-out;
  }
  .menu-tab.active #bartwo {
    opacity: 0;
    transition: 0.4s ease;
  }
  .menu-tab.active #barthree {
    transform: translateY(-1.45vw) rotate(-45deg);
    transition: all 0.6s ease-in-out;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .menu-tab.active #barone {
    transform: translateY(1.75vw) rotate(-135deg);
  }
  .menu-tab.active #bartwo {
    opacity: 0;
    transition: 0.4s ease;
  }
  .menu-tab.active #barthree {
    transform: translateY(-1.75vw) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .menu-tab-bg {
    position: absolute;
    display: block;
    top: 2vw;
    width: 16vw;
    height: 6vw;
    background: rgba(93, 115, 119, 0.3);
    padding: 1vw;
    z-index: -1;
  }
  .menu-hide {
    width: 80vw;
    right: -80vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0px;
    padding: 4vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #244c5a;
    transition: all 0.6s ease-in-out;
  }
  .menu-hide .cmt-logo {
    width: 120px;
    margin-left: 200px;
  }
  .menu-hide.show {
    right: 0px;
    transition: all 0.6s ease-in-out;
    z-index: 9999;
  }
  .menu-hide.show svg {
    width: 120px;
    margin-left: -50px;
  }
  .menu-hide svg {
    width: 120px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .menu-tab {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 6vw;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 2vw;
    padding: 1vw;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.main-menu {
  z-index: 99999;
  padding: 0;
}
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: block;
  text-align: left;
}
.main-menu ul li a {
  letter-spacing: 0.08em;
}
.main-menu a {
  float: none;
  display: block;
  padding: 1em 0 0 0;
  line-height: 1em;
  font-size: 4vw;
  width: auto;
  color: #fff;
  font-family: "Josefin Sans", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.main-menu a.active {
  color: #dd8a06;
}
.main-menu a:hover,
.main-menu a:focus {
  color: #fbbd02;
}
@media (min-width: 768px) {
  .main-menu {
    position: relative;
    left: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  .main-menu svg {
    display: none;
  }
  .main-menu a {
    color: #244c5a;
  }
  .main-menu ul {
    width: auto;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0;
    height: auto;
  }
  .main-menu ul li {
    margin: 0 0.5vw 0 0.5vw;
  }
  .main-menu ul li ul {
    flex-direction: column;
  }
  .main-menu ul li a {
    font-size: 1.1vw;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ul {
    margin: 0 !important;
    height: 100%;
  }
  ul li a {
    font-size: 3vw;
  }
}
@media (min-width: 1024px) {
  .main-menu ul li a {
    font-size: 0.8vw;
  }
}
@media (min-width: 768px) {
  .menu {
    display: inline-block;
    margin: 0 auto;
    margin-top: 100px;
    list-style-type: none;
  }
  .menu a {
    display: block;
    margin: 0;
    padding: 10px;
    text-decoration: none;
  }
  .menu li {
    position: relative;
    margin: 0;
    perspective: 200;
  }
  .menu li:first-child {
    border-left: none;
  }
  .menu li.parent:before {
    content: "";
    z-index: 200;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -4px;
    margin-left: -20px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    transition: margin-top 0.1s ease-out;
  }
  .menu li:hover > a,
  .menu li:focus > a {
    text-decoration: none;
    color: #fff;
    background-color: #244c5a;
  }
  .menu li:hover:before,
  .menu li:focus:before {
    margin-top: 0;
    border-top-color: #244c5a;
  }
  .menu li:hover .children,
  .menu li:focus .children {
    opacity: 1;
    transform: rotateX(0) translateZ(0);
  }
  .menu .children {
    opacity: 0;
    backface-visibility: hidden;
    transform: rotateX(-90deg);
    transform-style: preserve-3d;
    transform-origin: top center;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21),
      opacity 0.1s 0.1s;
    z-index: 100;
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    margin: 0;
    padding: 15px 0 10px 0;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
  }
  .menu .children li {
    float: none;
  }
  .menu .children a {
    background-color: transparent;
    line-height: 1.5em;
  }
  .menu .children a:hover,
  .menu .children a:focus {
    color: #333;
    background-color: #f9f9f9;
  }
}
.fade {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 6666;
  background: rgba(36, 76, 90, 0.2);
}
.hero-fade {
  padding-top: 36.0824742268%;
}
@media screen and (min-width: 768px) {
  .hero-fade {
    padding-top: 36.0824742268%;
  }
}
.slider-fade {
  padding-top: 55.9585492228%;
}
@media screen and (min-width: 768px) {
  .slider-fade {
    padding-top: 55.9585492228%;
  }
}
.no-hero {
  margin-top: 10vw;
}
.img-centre {
  margin: auto;
  text-align: center;
}
.img-float-left {
  display: inline-block;
  margin: auto;
  width: auto;
}
.img-float-right {
  display: inline-block;
  margin: auto;
  width: auto;
}
.floated {
  float: left;
  width: 30%;
  margin: 0 3% 0 0;
}
@media screen and (min-width: 1024px) {
  #addPad .main-hero-text {
    margin-top: 30px;
  }
}
.wrapper .cover-image {
  z-index: 99;
}
.wrapper .main-hero {
  position: relative;
  max-width: 100%;
  height: auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .wrapper .main-hero {
    height: auto;
    padding: 0;
  }
}
.wrapper .main-hero h1 {
  color: #fff;
}
.wrapper .main-hero h2 {
  color: #fff;
  margin: 0;
}
.wrapper .main-hero h3 {
  color: #fff;
}
.wrapper .main-hero .logo-shapes {
  position: absolute;
  height: auto;
  width: 800px;
  left: auto;
  right: 0;
  bottom: -5px;
}
.wrapper .main-hero .logo-shapes svg {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .wrapper .main-hero .logo-shapes {
    width: 800px;
    left: auto;
    right: 0;
    bottom: -5px;
  }
  .wrapper .main-hero .logo-shapes svg {
    max-width: 100%;
  }
}
.wrapper .hero-image {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 0;
  min-width: 0;
  height: 100%;
}
.wrapper .hero-image img {
  width: 100% !important;
  height: 100%;
  vertical-align: top;
}
.wrapper .hero-title {
  position: absolute;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  left: 0;
  width: 100%;
  height: 95%;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 7777;
}
.wrapper .hero-title h1 {
  color: #fff;
  font-size: 4vw;
  max-width: 100%;
  margin: 5% 0 10px 0;
}
.wrapper .hero-title h2 {
  color: #fff;
  font-size: 5vw;
  max-width: 100%;
}
.wrapper .hero-title p {
  color: #fff;
  font-size: 1.9vw !important;
  line-height: 1.2em;
  margin: 0 0 0 0;
}
@media screen and (min-width: 768px) {
  .wrapper .hero-title h1 {
    margin: 0 0 10px 0;
    font-size: 3vw;
  }
  .wrapper .hero-title h2 {
    font-size: 2.2vw;
  }
}
.wrapper .hero-slider {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 0;
  min-width: 0;
  height: auto;
}
.wrapper .main-hero-slider {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 0;
  min-width: 0;
  height: 100%;
  z-index: 1111;
}
.wrapper .main-hero-slider .slide-wrap {
  position: relative;
  width: 100%;
  height: 96%;
  margin: 0;
}
.wrapper .main-hero-slider .slide-wrap img {
  width: 100% !important;
  height: 100%;
  vertical-align: top;
}
.wrapper .main-hero-slider .slick-dots {
  display: block !important;
}
.wrapper .main-hero-slider h1 {
  display: none;
}
.wrapper .main-hero-slider h2 {
  font-size: 4vw;
  text-transform: uppercase;
  color: #fff;
}
.wrapper .main-hero-slider h3 {
  font-size: 3vw;
  text-transform: uppercase;
  color: #fff;
}
.wrapper .main-hero-slider .slick-dots {
  display: block !important;
  bottom: 2vw;
}
.wrapper .main-hero-slider h1 {
  font-size: 4vw;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  text-align: center;
}
.wrapper .main-hero-slider h2 {
  font-size: 3vw;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .wrapper .main-hero-slider {
    margin: 0 0 0 0;
  }
  .wrapper .main-hero-slider h1 {
    font-size: 2vw;
  }
  .wrapper .main-hero-slider h2 {
    font-size: 1.5vw;
  }
}
.wrapper .slick-slide,
.wrapper .slick-slide img {
  height: auto;
}
.wrapper .col-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 0;
}
@media screen and (min-width: 768px) {
  .wrapper .col-wrap {
    margin: 0 0 0 0;
  }
}
.wrapper .col-wrap .col {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.wrapper .video-cols .col {
  background: none;
  display: block;
}
.wrapper .col-image,
.wrapper .hero-image .image {
  z-index: 99;
  position: relative;
  width: 100%;
  height: 100%;
}
.wrapper .col-text,
.wrapper .hero-text {
  height: auto;
  z-index: 1000;
}
.wrapper .col-image {
  margin-top: 0;
}
.wrapper .col-image img {
  width: 100%;
}
#home .main-hero {
  background: transparent;
  height: auto;
  padding: 0 0 0 0;
  margin: 12vw 0 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #home .main-hero {
    margin: 20vw 0 0 0;
  }
}
#home .main-hero h1 {
  color: #000;
}
#home .main-hero h2 {
  color: #fff;
  margin: 0;
  box-shadow: 0 -5px 5px -6px rgba(0, 0, 0, 0.8);
  padding: 20px 0 0 0;
  font-size: 6vw;
}
#home .main-hero h3 {
  color: #fff;
}
#home .main-hero .home-logo {
  position: absolute;
  left: 5%;
  width: 90%;
  height: 90%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .main-hero .home-logo svg {
  max-width: 40vw;
}
@media screen and (min-width: 768px) {
  #home .main-hero .home-logo {
    position: absolute;
    left: 50%;
    width: 350px;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%) !important;
  }
  #home .main-hero .home-logo svg {
    max-width: 350px;
  }
}
#home .main-hero .hero-title {
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
  flex-flow: column;
  left: 5%;
  width: 90%;
  height: 90%;
}
@media all and (min-width: 768px) {
  #home .main-hero {
    margin: 5vw 0 2vw 0;
  }
  #home .main-hero h2 {
    font-size: 3vw;
  }
  #home .main-hero .hero-title {
    left: 5%;
    width: 90%;
    height: 74%;
  }
}
.hero-image {
  position: relative;
}
.hero-image .hero-text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
}
.hero-image .hero-text figcaption {
  color: #fff;
  padding: 0.5vw;
}
@media all and (min-width: 768px) {
  .hero-image-small {
    max-width: 50%;
    margin: 2vw auto 2vw auto;
  }
}
#intro {
  width: 100%;
  padding: 5vw 10% 5vw 10%;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#intro p {
  font-size: 5vw !important;
}
@media all and (min-width: 768px) {
  #intro {
    padding: 5vw 20% 5vw 20%;
  }
  #intro p {
    font-size: 1.2vw !important;
  }
}
.subtitle {
  margin: 1em 0 2em 0;
  width: 100%;
  height: auto;
  display: block;
}
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy img {
  width: 90px;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #dd8a06;
  top: 44px;
  width: 20vw;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .subtitle {
    margin: 0 0 4em 0;
  }
  .fancy span:after {
    width: 20vw;
  }
}
.testimonial-wrap .testimonial p {
  font-size: 1.8em;
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-style: italic;
}
.header {
  margin: 8vw 0 10vw 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header {
    margin: 0 0 6vw 0;
    text-align: center;
  }
}
.text-image-wrap {
  display: flex;
  flex-flow: column;
  margin: 0 0 6vw 0;
  height: auto;
}
.text-image-wrap .col {
  width: 100%;
}
.text-image-wrap .col h2 {
  margin-top: 0;
}
.text-image-wrap .img-col {
  margin: 0 0 0 0;
  width: 100%;
  position: relative;
  display: block;
  min-height: 50vh;
}
.text-image-wrap .img-col img {
  margin: 0 0 0 0;
}
@media screen and (min-width: 768px) {
  .text-image-wrap {
    display: flex;
    flex-flow: row;
    margin: 0 0 6vw 0;
  }
  .text-image-wrap .col {
    flex: 0 0 30vw;
  }
  .text-image-wrap .img-col {
    margin: 0 0 0 5vw;
    min-height: auto;
  }
  .text-image-wrap .img-col img {
    margin: 0 0 0 0;
  }
  .text-image-wrap.row-reverse {
    flex-flow: row-reverse;
  }
  .text-image-wrap.row-reverse .img-col {
    margin: 0 10vw 0 0;
    left: 0;
  }
  .text-image-wrap.row-reverse img {
    left: 0;
  }
}
.text-wrap {
  margin: 0 0 80px 0;
}
.text-slider-wrap {
  display: flex;
  flex-flow: column;
  margin: 0 0 6vw 0;
  height: auto;
  overflow: hidden;
}
.text-slider-wrap .slick-slider {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.text-slider-wrap .col {
  flex: 0 0 100%;
}
.text-slider-wrap .img-col {
  margin: 6vw 0 0 0;
  position: relative;
  display: block;
  padding: 3vw 8vw 0 0;
}
.text-slider-wrap .img-col .box {
  background: #f7efe9;
  width: 100%;
  height: 100%;
  top: -5vw;
  right: -5vw;
  display: block;
  position: absolute;
  z-index: -10;
  min-height: 16vw;
}
@media screen and (min-width: 768px) {
  .text-slider-wrap {
    display: flex;
    flex-flow: row;
    margin: 0 0 6vw 0;
    min-height: 20vw;
  }
  .text-slider-wrap .col {
    flex: 0 0 30vw;
  }
  .text-slider-wrap .img-col {
    margin: 0 0 0 5vw;
    padding: 3vw 5vw 0 0;
  }
  .text-slider-wrap .img-col .box {
    top: -5vw;
    right: -5vw;
    width: 90%;
    height: 90%;
  }
  .text-slider-wrap.row-reverse {
    flex-flow: row-reverse;
  }
  .text-slider-wrap.row-reverse .img-col {
    margin: 0 5vw 0 0;
    padding: 3vw 0 0 5vw;
  }
  .text-slider-wrap.row-reverse .box {
    left: 0;
    right: auto;
  }
}
.albums {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}
.albums .album {
  flex: 0 0 100%;
  list-style: none;
  margin: 0 2vw 2vw 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.albums .album figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 5% 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Josefin Sans", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10vw;
}
.album-gallery {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}
.album-gallery li {
  list-style: none;
  flex: 0 0 31.1%;
  margin: 0 2vw 2vw 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.album-gallery li:nth-child(3n) {
  margin: 0 0 2vw 0;
}
@media screen and (min-width: 768px) {
  .albums .album {
    flex: 0 0 30%;
    margin: 0 2vw 2vw 0;
  }
  .albums .album figcaption {
    padding: 0 0 5% 0;
    font-size: 2.5vw;
  }
  .album-gallery li {
    flex: 0 0 31.1%;
    margin: 0 2vw 2vw 0;
  }
  .album-gallery li:nth-child(3n) {
    margin: 0 0 2vw 0;
  }
}
.image-blocks {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.image-blocks .image-block {
  width: auto;
  flex: 0 0 50%;
  margin: 8vw 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .imgLeft,
.content-wide .image-left {
  float: left;
  margin: 0 5% 30px 0;
}
.content .imgRight,
.content-wide .image-right {
  float: right;
  margin: 0 0 30px 5%;
}
#pageIntro {
  margin: 0 0 2vw 0;
}
@media screen and (max-width: 768px) {
  .two-cols-images {
    margin: 0 0 3vw 0 !important;
  }
}
.sectionNav {
  width: 100%;
  overflow: hidden;
}
.sectionNav h2::after {
  display: none;
}
.sectionNav .section-item {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 6vw;
}
.sectionNav .section-item a {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.sectionNav .section-item .section-image {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  height: auto;
  align-self: center;
}
.sectionNav .section-item .section-image img {
  height: auto;
  -webkit-align-self: center;
}
.sectionNav .section-item .section-text {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  margin: 4vw 0 0 0;
  height: auto;
}
.sectionNav .section-item .section-text h3 {
  margin: 0 0 5px 0;
}
.sectionNav .section-item .section-text h4 {
  color: #4d4d4d;
  line-height: 1.3em;
}
.sectionNav .section-item .section-title {
  position: absolute;
  top: 5vw;
  right: 5vw;
  bottom: 5vw;
  left: 5vw;
  border: 1px solid #fff;
  padding: 2%;
  z-index: 8888;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: auto;
  display: flex;
  align-items: center;
  background: rgba(36, 76, 90, 0.1);
}
.sectionNav .section-item .section-title h2 {
  color: #fff;
  font-size: 6vw;
  text-transform: uppercase !important;
  text-align: center;
  line-height: 1.1em;
  margin: 0;
}
.sectionNav .section-title:hover,
.sectionNav .section-title:focus {
  background: rgba(36, 76, 90, 0.3);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .sectionNav {
    width: 100%;
  }
  .sectionNav .section-item a {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .sectionNav .section-item .section-image {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -webkit-box-flex: 0 0 50%;
    position: relative;
    height: auto;
  }
  .sectionNav .section-item .section-image img {
    width: 100%;
    height: 100%;
    -webkit-align-self: auto;
  }
  .sectionNav .section-item .section-text {
    flex: 0 0 45%;
    height: auto;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5% 0 0 0;
  }
  .sectionNav .section-item .section-title {
    top: 1vw;
    right: 1vw;
    bottom: 1vw;
    left: 1vw;
  }
  .sectionNav .section-item .section-title h2 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1024px) {
  .sectionNav .section-item .section-title h2 {
    font-size: 2vw;
  }
}
.col-slider {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 0;
  min-width: 0;
  width: 100%;
  height: auto;
}
.col-slider .slider-text {
  position: absolute;
  bottom: 18px;
  width: 100%;
  text-align: center;
  padding: 5px 0 0 0;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.col-slider .slider-text h3 {
  font-size: 1em;
  color: #fff;
}
.col-slider .slick-dots {
  bottom: 35px;
}
.acc-panel {
  position: relative;
  width: 100%;
  height: auto;
}
.acc-panel > a {
  display: block;
  position: relative;
  padding: 40px 40px 30px 5px;
  text-decoration: none;
  border-bottom: 1px solid #dd8a06;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.acc-panel > a h3 {
  margin: 0;
}
.acc-panel > a i {
  right: 10px;
  top: 40px;
  position: absolute;
  width: 1.5vw;
}
.acc-panel > a i svg {
  fill: #244c5a;
  width: 1.5vw;
}
.acc-panel > a.active h3 {
  color: #244c5a;
}
.acc-panel > a.active i {
  color: #244c5a;
}
.acc-plus .up {
  display: none;
}
.acc-plus .down {
  display: block;
}
.acc-minus .up {
  display: block;
}
.acc-minus .down {
  display: none;
}
.acc-content {
  display: none;
  padding: 40px 0 40px 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  z-index: 99999;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog .content {
  max-width: 80%;
  margin: auto;
}
.blog .article header h2 {
  margin: 40px 0 20px 0;
}
Minified CSS Output .slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 25px;
  -moz-osx-font-smoothing: grayscale;
}
.mfp-container:before,
.mfp-content {
  vertical-align: middle;
  display: inline-block;
}
.mfp-arrow,
.slick-slider {
  -webkit-tap-highlight-color: transparent;
}
.mfp-open .mfp-figure,
.mfp-wrap {
  -webkit-backface-visibility: hidden;
}
.slick-loading .slick-slide,
.slick-loading .slick-track,
.slider {
  visibility: hidden;
}
#blog h1,
.blog h1 {
  font-weight: 500;
  margin: 0 0 20px;
}
.slick-slide img,
img {
  vertical-align: top !important;
}
*,
.wrapper .hero-image {
  min-height: 0;
  min-width: 0;
}
.acc-panel > a,
.main-menu a,
.mfp-close,
a,
h1 a,
li a,
p a {
  text-decoration: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.form .submit,
.slick-dots li button:before,
h1,
h2,
h3,
h4,
h5 {
  -webkit-font-smoothing: antialiased;
}
blockquote p,
em,
p em,
p i {
  font-style: italic;
}
.acc-minus .up,
.acc-plus .down,
.slick-initialized .slick-slide,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol li {
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
p strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5 {
  color: #244c5a;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.01em;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #34343b;
  font-family: "Josefin Sans", HelveticaNeue-Light, "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.7em;
  position: relative;
}
h3,
h4 {
  line-height: 1em;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
h1 {
  font-size: 7vw;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
h2 {
  font-size: 6vw;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
h3 {
  font-size: 4.5vw;
}
#blog .article-wrap .article h3,
h4 {
  font-size: 4vw;
}
h5 {
  font-size: 1.2em;
  line-height: 1.375em;
  color: #244c5a;
  font-weight: 600;
}
li,
p {
  font-size: 1.1em;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}
li,
p,
ul.tags li a {
  font-weight: 100;
}
p {
  margin: 0 0 1em;
  color: #666;
}
li {
  margin: 0;
  color: #666;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 4vw;
    line-height: 1em;
  }
  h2 {
    font-size: 3vw;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.2vw;
  }
  h5 {
    font-size: 1em;
  }
  li,
  p {
    font-size: 1.2em;
    line-height: 1.3em;
  }
  p {
    margin: 0 0 1em;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 3vw;
  }
  h2 {
    font-size: 2.2vw;
  }
  h3 {
    font-size: 1.6em;
  }
  h4,
  h5 {
    font-size: 1em;
  }
  li,
  p {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1920px) {
  li,
  p {
    font-size: 1.4em;
  }
}
.legal-wrap h1::after,
h2::after {
  content: "";
  height: 1px;
  width: 30%;
  background: #dd8a06;
  position: absolute;
  left: 0;
  bottom: -10px;
}
blockquote {
  width: auto;
  position: relative;
  background: 0 0;
  margin: 0 0 20px;
}
blockquote::before {
  top: 0;
  bottom: 0;
  width: 25px;
  content: "";
  position: absolute;
}
blockquote p {
  margin: 15px 0 0;
  font-size: 2vw;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  color: #333;
}
blockquote p::before {
  top: 0;
  left: 0;
  color: #6b94b7;
  font-size: 2.2em;
  position: absolute;
}
.col-wrap ul li,
.container,
.slick-list,
.slick-slide,
.slick-slider,
.slick-track,
.slider,
.text-wrap ul li {
  position: relative;
}
#headerBar h1,
#moreArticles img,
#relatedArticles .article img,
.acc-panel > a h3,
.mfp-figure figure,
.text-image-wrap .img-col img,
blockquote ul {
  margin: 0;
}
blockquote ul li {
  margin: 10px 0 0;
  list-style: none;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #333;
}
blockquote ul li:before {
  content: "- ";
}
.content ul,
.content-full ul,
.content-wide ul {
  list-style-type: square;
  margin: 0 0 20px 1em;
}
.col-wrap ul,
.text-wrap ul {
  margin: 20px 0 20px 20px;
  padding: 0;
}
.col-wrap ul li,
.text-wrap ul li {
  list-style: none;
  line-height: 1.6em;
  padding: 0 0 0 20px;
}
.slick-dots li button,
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  outline: 0;
}
.col-wrap ul li::before,
.text-wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #dd8a06;
}
ol {
  list-style-type: decimal;
  margin-left: 1em;
}
.container nav ul,
nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p b,
p strong {
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}
p em strong,
p strong em {
  font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
}
small {
  font-size: 80%;
  font-weight: 700;
}
.punc a:not(:last-child):after,
.punc li:not(:last-child):after,
.punc span:not(:last-child):after {
  content: ",";
}
a,
h1 a {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
li a,
p a {
  color: #dd8a06;
}
p a:hover {
  color: #fab84f;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover,
a:focus,
li a:active,
p a:active {
  outline: 0;
}
li a:hover,
ul.tags li a:hover {
  color: #d22429;
}
.container {
  width: 80vw;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8vw 0 0;
}
.content-wide,
.mfp-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.main-head {
  grid-area: header;
}
.content-60,
.content-80,
.content-full,
.content-wide {
  grid-area: content;
  z-index: 1111;
  position: relative;
}
.side {
  grid-area: sidebar;
  background: #e6e6e6;
}
.main-footer {
  grid-area: footer;
}
.content-wrapper {
  margin: 12vw 0 5vw;
  overflow: hidden;
}
#pages .content-wrapper {
  margin: 80px 0 5vw;
}
.content-full {
  padding: 3vw 0;
  width: 100%;
}
.content-wide {
  padding: 3vw;
  width: 100%;
  box-sizing: border-box;
}
.content-60,
.content-80 {
  padding: 3vw 0;
  width: 90%;
  margin: auto;
}
.right-col {
  padding: 0;
  margin: 0 0 5vw;
}
.sub-content {
  padding: 8vw 0;
}
.top-nav {
  grid-area: nav;
}
.col_1 {
  grid-area: col_1;
}
.col_2 {
  grid-area: col_2;
}
.col_3 {
  grid-area: col_3;
}
.col_4 {
  grid-area: col_4;
}
.col_5 {
  grid-area: col_5;
}
.home-wrapper {
  display: grid;
  grid-gap: 0;
  grid-template-areas: "header" "main-hero" "content" "footer";
}
.home-content,
.layout1 .content-60,
.layout1 .content-80,
.layout1 .content-full {
  grid-area: content;
}
.two-cols-images,
.two-cols-text {
  grid-area: two-cols;
  margin-bottom: 20px;
  display: grid;
  grid-gap: 5%;
  grid-template-areas: "col_1" "col_2";
}
.three-cols {
  grid-area: three-cols;
  margin-bottom: 20px;
  display: grid;
  grid-gap: 20px;
  grid-template-areas: "col_3" "col_4" "col_5";
}
.main-hero {
  grid-area: main-hero;
}
.hero-image,
.hero-video {
  grid-area: hero-image;
  margin-bottom: 20px;
  grid-gap: 20px;
  display: grid;
}
.hero-image {
  grid-template-areas: "hero-image";
}
.hero-video {
  grid-template-areas: "hero-video";
}
.blog-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-areas: "header" "main-hero" "sidebar2" "content" "footer";
}
.layout1 {
  display: grid;
  grid-template-areas: "header" "main-hero" "content" "footer";
}
.layout2 .content,
.layout3 .content {
  float: left;
  width: 70%;
}
.layout2 .right-col,
.layout3 .right-col {
  float: left;
  width: 30%;
}
.layout2 {
  display: grid;
  grid-template-areas: "header" "main-hero" "sub-grid" "sub-content" "footer";
}
.layout2 .sub-grid,
.layout3 .sub-grid {
  display: grid;
  grid-template-areas: "content" "right-col";
}
#aboutNav {
  grid-area: about-nav;
}
.about .layout1 {
  display: grid;
  grid-template-areas: "header" "main-hero" "about-nav" "sidebar2" "content" "footer";
}
@supports (display: grid) {
  .layout2 .content,
  .layout2 .right-col,
  .layout3 .content,
  .layout3 .right-col {
    width: auto;
  }
}
.right-col {
  grid-area: right-col;
}
.sub-grid {
  grid-area: sub-grid;
}
.intro-text {
  margin: auto;
  grid-area: intro;
}
.sub-content {
  grid-area: sub-content;
}
.mid-content {
  grid-area: mid-content;
}
.layout3 {
  display: grid;
  grid-template-areas: "header" "main-hero" "intro" "mid-content" "sub-grid" "sub-content" "footer";
}
.slider-arrows {
  z-index: 999999;
  display: none;
}
.slider-arrows .next-slide,
.slider-arrows .prev-slide {
  position: absolute;
  top: 32%;
}
.slider-arrows .next-slide {
  right: 10px;
}
.slider-arrows .prev-slide {
  left: 10px;
}
.slider-arrows svg {
  fill: #fff;
  width: 25px;
  height: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.slider-arrows svg:focus,
.slider-arrows svg:hover {
  fill: #fff;
  cursor: pointer;
}
.slick-slide img,
.slick-track {
  display: block;
  transition: 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slick-initialized {
  visibility: visible;
}
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-list {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
#additionalClients .form-group-add,
#blog .article-wrap .article .date,
#moreArticles header .meta,
.acc-minus .down,
.acc-plus .up,
.form-message,
.justified-gallery > .jg-filtered,
.main-footer .legal-menu span,
.mfp-align-top .mfp-container:before,
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader,
.sectionNav h2::after,
.slick-arrow.slick-hidden,
.slick-slide,
.slick-slide.slick-loading img {
  display: none;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  float: left;
  width: 100px;
  height: 100%;
  min-height: 1px;
}
.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  z-index: 9999;
  padding: 0;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  transform: scale(1.05);
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-next,
.slick-prev {
  top: 43%;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  opacity: 1;
  color: #244c5a;
  border: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 0.6;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}
.main-footer a,
.main-footer p,
.nextprev .btn {
  font-size: 0.8em;
}
.slick-prev {
  left: 20px;
}
[dir="rtl"] .slick-prev {
  right: 20px;
  left: auto;
}
.slick-prev:before,
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: 20px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: 20px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  bottom: 90px;
  display: block;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  color: transparent;
  border: 0;
  background: 0 0;
}
.cc-close:focus,
.cc-close:hover,
.cc-link:hover,
.mfp-arrow:focus,
.mfp-arrow:hover,
.mfp-close:focus,
.mfp-close:hover,
.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-zoom.mfp-ready .mfp-container,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.mfp-3d-unfold.mfp-ready.mfp-bg,
.mfp-bg,
.mfp-move-from-top.mfp-ready.mfp-bg,
.mfp-move-horizontal.mfp-ready.mfp-bg,
.mfp-newspaper.mfp-ready.mfp-bg,
.mfp-with-fade.mfp-ready.mfp-bg,
.mfp-with-zoom.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.slick-dots li button:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #fff;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff;
}
.main-hero-text .page-title > div,
.slider .item .page-title > div {
  display: inline-block !important;
  vertical-align: middle;
}
.main-hero-text h1 {
  animation: 1s both fadeInLeft;
  margin: 0;
  padding: 0;
}
.main-hero-text h2 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  animation: 1s both fadeInUp;
}
.slider .item .slide-wrap {
  height: 100vh;
  background: #000;
}
.slider .item h2 {
  animation: 1s both fadeOutRight;
  margin: 0;
  padding: 0;
}
.slider .item h3 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  animation: 1s both fadeOutLeft;
}
.slider .slick-active h2 {
  animation: 1s 1s both fadeInDown;
}
.slider .slick-active h3 {
  animation: 1s 1.5s both fadeInLeft;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
} /*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: 0.1;
}
.justified-gallery > a > a > img,
.justified-gallery > a > img,
.justified-gallery > div > a > img,
.justified-gallery > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0;
}
.justified-gallery > .entry-visible > a > img,
.justified-gallery > .entry-visible > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
#moreArticles #fix,
.cc-grower,
.cc-revoke,
.cc-window,
.form,
.mfp-bg,
.mfp-iframe-scaler,
.progress,
.spinner,
.wrapper .hero-image {
  overflow: hidden;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px;
}
.blur-filter {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9950;
  position: fixed;
  background: #000;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  outline: 0 !important;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  height: 100%;
}
#blog .article img,
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-content {
  position: relative;
  margin: 0 auto;
  text-align: left;
  z-index: 99999;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 9999;
}
#blog .article .date,
#blog .article .tags a,
#home .main-hero h3,
#relatedArticles .article .date,
#relatedArticles .article .tags a,
.form .black select,
.form .blue select,
.form .green select,
.mfp-close,
.mfp-preloader a:hover,
.wrapper .main-hero h1,
.wrapper .main-hero h3 {
  color: #fff;
}
.mfp-preloader a {
  color: #ccc;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mfp-iframe-scaler iframe,
img.mfp-img img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 100px;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:active {
  top: 101px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.meta .author,
.meta .date {
  color: gray;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 0.7em;
  line-height: 18px;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
}
#additionalClients,
.article-image {
  margin-bottom: 30px;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.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-image-holder .mfp-content,
.wrapper .main-hero .logo-shapes svg,
img.mfp-img {
  max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 140px 0 150px;
  margin: 0 auto 10%;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
}
.mfp-bottom-bar {
  margin-top: -190px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 1.2em;
  color: #f3f3f3;
  font-family: "Josefin Sans", HelveticaNeue-Light, "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  word-wrap: break-word;
  padding-right: 36px;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke,
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media all and (max-width: 1366px) {
  img.mfp-img {
    padding: 90px 0 160px;
  }
  .mfp-close,
  .mfp-close .mfp-close:active {
    top: 51px;
  }
}
@media all and (min-width: 1367px) {
  img.mfp-img {
    padding: 140px 0 150px;
  }
  .mfp-close {
    top: 100px;
  }
  .mfp-close .mfp-close:active {
    top: 101px;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty,
  .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;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .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;
  }
}
#moreArticles h2,
.form .submit,
.nextprev .btn,
.nextprev a,
.tags-list ul li {
  background: #244c5a;
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.blog-grid .content,
.cc-theme-edgeless.cc-window,
.mfp-ie7 .mfp-container,
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.cc-window.cc-invisible,
.mfp-3d-unfold.mfp-removing.mfp-bg,
.mfp-move-from-top.mfp-removing.mfp-bg,
.mfp-move-horizontal.mfp-removing.mfp-bg,
.mfp-newspaper.mfp-removing.mfp-bg,
.mfp-with-fade.mfp-removing.mfp-bg,
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-open .mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim,
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-3d-unfold.mfp-bg,
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0);
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim,
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  transition: 0.3s ease-in-out;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.blog .main-hero-text {
  margin-top: 0 !important;
}
.blog h1 {
  color: #244c5a;
}
.blog h3 a {
  display: block;
  color: #244c5a;
  margin: 0 0 10px;
  font-size: 1.5vw !important;
  line-height: 1.2em;
}
.blog header {
  display: block !important;
}
.article .blog-grid,
.article-special .blog-grid {
  margin: 0 auto;
}
#blog {
  margin: 0 0 100px;
}
#blog h1 {
  color: #244c5a;
  font-size: 2vw;
}
#blog .article {
  position: relative;
  margin: 0 0 20px;
  width: 100%;
  background: 0 0;
}
#blog .article a {
  background: 0 0;
}
#blog .article header,
#moreArticles header,
#relatedArticles .article header {
  height: 100%;
  background: -moz-linear-gradient(
    top,
    transparent 0,
    transparent 26%,
    transparent 36%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    transparent 26%,
    transparent 36%,
    rgba(0, 0, 0, 0.65) 100%
  );
  width: 100%;
  position: absolute;
}
#blog .article h3 {
  display: block;
  color: #fff !important;
  margin: 0;
  font-size: 4vw;
  line-height: 1.2em;
  position: absolute;
  top: 1vw;
  left: 2vw;
  z-index: 7777;
}
#blog .article .meta {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
}
#blog .article img {
  margin: 0;
}
#blog .article header,
#relatedArticles .article header {
  bottom: 0;
  left: 0;
  padding: 1vw 2vw 6vw;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 26%,
    transparent 36%,
    rgba(0, 0, 0, 0.65) 100%
  );
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#article p.caption,
#article ul.tags,
ul.tags,
ul.tags li {
  display: inline-block;
}
#moreArticles header,
.form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#blog .article .tags {
  position: absolute;
  left: 2vw;
  bottom: 1vw;
  margin: 0;
}
#blog .article-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-flow: wrap;
}
#blog .article-wrap .article,
.text-image-wrap .col,
.wrapper .col-image img {
  width: 100%;
}
ul.tags {
  width: auto;
}
ul.tags li {
  list-style: none;
  margin-right: 10px;
}
ul.tags li a {
  color: #fff;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#article .article-image {
  position: relative;
  margin: 30px 0 0;
}
#article h1 {
  color: #fff;
  font-size: 5vw;
  margin: 0;
}
#article #meta {
  display: flex;
  border-bottom: 1px solid #244c5a;
  padding: 0;
  margin: 0 0 10px;
}
#article #meta .date,
#article #meta p {
  color: #244c5a;
  margin: 0;
}
#article ul.tags {
  width: auto;
  margin: 0 0 30px;
  padding: 0;
}
#article ul.tags li a {
  color: #244c5a;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
}
#article p.caption {
  font-size: 0.9em;
  color: #1a1a1a;
  border-top: 1px solid #1a1a1a;
  margin: 10px 0 20px;
  width: auto;
}
.meta {
  margin: 0 0 10px;
  padding: 0 0 5px;
}
.meta p {
  margin: 5px 0 0;
}
.meta .author {
  display: block;
  width: 100%;
}
.tags-list ul {
  list-style: none;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}
.tags-list ul li {
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}
.tags-list ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.6em;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}
.pagination {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
#home .main-hero h1,
.form .slate select,
.form .yellow select,
.pagination a {
  color: #000;
}
.nextprev {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-flow: row-reverse;
  border-top: #999;
  margin: 20px 0 80px;
  padding: 20px 0 0;
}
.nextprev .next {
  align-self: flex-start;
}
.nextprev .prev {
  align-self: flex-end;
}
.nextprev a {
  color: #fff;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  padding: 1vw;
}
.nextprev .btn {
  color: #fff;
  padding: 4px 6px;
}
#moreArticles,
.hero-image {
  position: relative;
}
#moreArticles #fix {
  position: fixed;
  display: block;
  width: 15%;
}
#moreArticles h2 {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  padding: 1vw;
  font-size: 1.2em;
}
#moreArticles h3 {
  color: #fff;
  margin: 0;
  font-size: 4vw;
  z-index: 7777;
}
#moreArticles .article {
  position: relative;
  margin: 0 0 10px;
  width: 100%;
}
#moreArticles header {
  bottom: 0;
  left: 0;
  padding: 0.5vw 0.5vw 6vw 3vw;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 26%,
    transparent 36%,
    rgba(0, 0, 0, 0.65) 100%
  );
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
#relatedArticles .article {
  position: relative;
  margin: 0 0 20px;
  width: 100%;
}
#relatedArticles .article h3 {
  display: block;
  color: #fff !important;
  margin: 0;
  font-size: 4vw;
  line-height: 1.2em;
  position: absolute;
  bottom: 11vw;
  left: 2vw;
}
#relatedArticles .article .tags {
  position: absolute;
  left: 2vw;
  bottom: 0;
}
#additionalClients a.add-client,
#additionalClients a.delete {
  margin-top: 40px;
  padding: 3px 5px;
  font-size: 0.7em;
  text-align: center;
}
.bt-form__wrapper {
  margin: 30px auto;
}
.progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.form-slide .slick-dots li {
  width: 40px;
  height: 5px;
  background: #ccc;
}
.form-slide .slick-dots li button {
  width: 40px;
  height: 5px;
}
.form-slide .slick-dots li.slick-active,
.form-slide .slick-dots li:hover {
  background: #777;
}
.form-slide .slick-dots li button,
.form-slide .slick-dots li button:before {
  color: transparent;
  opacity: 0;
}
.bt-flabels input[type] {
  position: relative;
  width: 100%;
  height: auto;
  padding: 14px 0 8px 6px !important;
  border: none;
  border-radius: 0;
  background: 0 0;
  z-index: 1;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-bottom: 1px solid #999;
}
.bt-flabels__error-desc,
.email2-error {
  top: 0;
  right: 0;
  background: red;
  padding: 2px 5px 5px !important;
  font-size: 10px;
  z-index: 3;
  pointer-events: none;
  border-radius: 5px;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  height: auto;
}
.bt-flabels input[type]:focus {
  background: #b4c5ca;
  border-bottom: 1px solid #244c5a;
}
.bt-flabels textarea {
  padding: 20px 0 8px 6px !important;
  border-bottom: 1px solid #999;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  background: 0 0;
}
.spinner p,
.testimonial-wrap .testimonial p {
  font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bt-flabels select[type]:focus,
.bt-flabels textarea:focus {
  background: #b4c5ca;
}
.bt-flabels .label {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  top: -3px;
  transform: translateY(15%);
  z-index: 2;
  font-size: 0.6em;
  text-transform: uppercase;
  padding-left: 0;
  color: #244c5a;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bt-flabels .select-label {
  pointer-events: none;
  position: relative;
  z-index: 2;
  opacity: 1;
  font-size: 1em;
  text-transform: none;
  padding-left: 0;
  color: #656f72;
  font-weight: 800;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}
.bt-flabels__error-desc,
.email2-error,
.form .submit,
.main-footer .legal-menu,
.main-menu a,
.wrapper .main-hero-slider h1,
.wrapper .main-hero-slider h2,
.wrapper .main-hero-slider h3 {
  text-transform: uppercase;
  text-transform: uppercase;
}
.bt-flabels > :not(:first-child) .bt-flabels__wrapper,
.bt-flabels > :not(:first-child).bt-flabels__wrapper {
  border-top: none;
}
.bt-flabels__wrapper {
  position: relative;
  margin-bottom: 5vw;
}
.error,
.success {
  margin: 10px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.bt-flabels__error-desc {
  position: absolute;
  opacity: 0;
  font-weight: 700;
  color: #fff;
}
.bt-flabel__float .label,
.bt-flabels__error .bt-flabels__error-desc {
  opacity: 1;
  transform: translateY(0);
}
.bt-flabel__float input[type],
.bt-flabel__float textarea[type] {
  padding-top: 12px;
}
.email2-error {
  position: absolute;
  opacity: 1;
  font-weight: 700;
  color: #fff;
}
.success {
  padding: 5%;
  font-size: 1.2em;
  line-height: 1.3em;
  color: #468847;
  text-align: center;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.error {
  display: none;
  padding: 1em;
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#headerBar,
.main-footer,
body {
  background: #fff;
}
.form {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.form h3 {
  border-bottom: 1px solid #b3b3b3;
  padding: 0 0 5px;
  margin: 0 0 20px;
}
.form .form-group {
  width: auto;
  margin: 0;
}
.form .form-group .label {
  display: block;
  line-height: 1.2em;
  font-size: 1em;
  width: 100%;
  font-weight: 600;
  margin: 0 0 20px;
}
.form .form-group small {
  color: #6c6767;
  width: 100%;
  display: block;
}
.form .form-group input,
.form .form-group textarea {
  height: auto;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  background: 0 0;
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 0;
}
.form .form-group input:focus,
.form .form-group textarea:focus {
  background: #eee;
}
.form .form-group .styled-select {
  background: url(http://i62.tinypic.com/15xvbd5.png) 97% center no-repeat;
  height: 40px;
  overflow: hidden;
  width: 100%;
  margin: 10px 0 0;
}
.form .form-group .styled-select select {
  background: 0 0;
  border: none;
  font-size: 0.9em;
  height: auto;
  padding: 6px;
  width: 100%;
}
.form .form-group .styled-select.slate {
  height: auto;
  width: 99%;
  border-right: 1px solid #ccc;
}
.form .form-group .styled-select.slate select {
  border: 1px solid #ccc;
  height: 38px;
  width: 108%;
  color: #666;
}
.form .label p {
  margin: 10px 0;
  line-height: 2em;
  font-size: 1em;
  width: 100%;
  font-weight: 600;
  color: #000;
}
.form .radios {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 100%;
  margin: 10px 0;
}
.form .radios .radio {
  width: 50%;
  position: relative;
}
.form .radios .radio input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.form .radios .radio label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1em;
  padding: 0 0 0 33px;
  margin: 0 auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  color: #666;
  -webkit-transition: 0.25s linear;
}
.form .radios .radio input[type="radio"]:checked ~ label,
.form .radios .radio:hover label {
  color: #b3b3b3;
}
.form .radios .radio .check {
  display: block;
  position: absolute;
  border: 1px solid #666;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 2px;
  left: 0;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.form .radios .radio input[type="radio"]:checked ~ .check,
.form .radios .radio:hover .check {
  border: 1px solid #b3b3b3;
}
.form .radios .radio .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.form .radios .radio input[type="radio"]:checked ~ .check::before {
  background: #b3b3b3;
}
.form .checkbox {
  position: relative;
  margin: 0 0 20px 5px;
}
.form .checkbox label {
  padding-left: 30px;
  display: block;
  font-size: 0.9em;
  color: #4d4d4d;
  width: 90%;
}
.form .checkbox span {
  width: auto;
  margin: 0;
  padding: 0;
}
.form .checkbox .input-helper:after,
.form .checkbox .input-helper:before {
  position: absolute;
  content: "";
  transition: 0.2s;
}
.form .checkbox .input-helper:before {
  left: 0;
  border: 1px solid #ccc;
  background: #fff;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  color: #fff;
}
.form .checkbox input {
  top: 0;
  left: 4px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 18px;
  height: 18px;
}
.form .checkbox input:checked + .input-helper:before {
  background-color: #244c5a;
}
.form .checkbox input:checked + .input-helper:after {
  transform: scale(1);
  opacity: 1;
}
.form .checkbox .input-helper:after {
  content: "\2713";
  font-size: 13px;
  left: 6px;
  top: 0;
  color: #fff;
  transform: scale(0);
  opacity: 0;
}
.form .submit {
  display: block;
  border-radius: 3px;
  border: none;
  font-size: 1.3em;
  padding: 1em 0.8em;
  color: #fff;
  font-weight: 700;
  margin: 40px 0 0;
  width: 100%;
  text-align: center;
}
.form .submit:focus,
.form .submit:hover {
  opacity: 0.75;
  cursor: pointer;
}
.form .submit:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}
.form .slate {
  background-color: #ddd;
}
.form .green {
  background-color: #779126;
}
.form .blue {
  background-color: #3b8ec2;
}
.form .yellow {
  background-color: #eec111;
}
.form .black {
  background-color: #000;
}
#headerBar,
#ticked,
.main-footer,
.spinner,
body,
html,
img {
  width: 100%;
}
#additionalClients {
  padding: 20px 0;
}
#additionalClients .add-one {
  height: 30px;
}
#additionalClients a {
  color: #244c5a;
  font-weight: 700;
}
#additionalClients a.add-client {
  display: block;
  background: green;
  color: #fff;
  width: auto;
  height: 20px;
  font-weight: 700;
}
#additionalClients a.delete {
  display: block;
  background: red;
  color: #fff;
  width: auto;
  height: 20px;
  font-weight: 700;
}
.legal-wrap h1,
.main-footer .subtitle {
  margin: 0 0 20px;
}
.legal-wrap h2 {
  margin: 50px 0 10px;
}
.legal-wrap h2::after {
  height: 0;
}
.main-footer {
  position: relative;
  height: auto;
  min-height: auto;
  margin: 5vw auto 2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  padding: 50px 0 0;
  text-align: center;
}
.main-footer p {
  color: #1a1a1a;
}
.main-footer #footer-contact {
  margin: 0 0 10px;
}
.main-footer #footer-contact a {
  font-size: 1.5em;
}
.main-footer .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer .social .channel {
  list-style: none;
  margin: 5px 0 0;
}
.main-footer .legal-menu p,
.main-footer .social .channel a,
.main-menu a.active {
  color: #dd8a06;
}
.main-footer .social .channel a svg {
  width: 100px;
  height: 100px;
  display: block;
  fill: #dd8a06;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main-footer .social .channel a svg:hover,
.main-footer .social .channel li a svg:focus {
  fill: #fab84f;
}
.main-footer .legal-menu {
  padding: 20px 0 50px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.main-footer .legal-menu a {
  display: block;
  color: #fab84f;
  margin: 0 10px 10px;
}
.cc-window {
  opacity: 1;
  transition: opacity 1s;
}
.cc-animate.cc-revoke {
  transition: transform 1s;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
#headerBar,
.wrapper .hero-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-banner .cc-btn:last-child,
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-banner .cc-message,
.cc-compliance > .cc-btn,
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
*,
body {
  margin: 0;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
body,
html {
  height: 100%;
}
body {
  padding: 0;
}
embed,
img,
object,
video {
  max-width: 100%;
  height: auto;
}
svg {
  max-height: 100%;
}
a img {
  border: none;
}
.cc-bottom,
.cc-floating,
.cc-right,
.cc-theme-block,
.cc-type-info,
.cc-window {
  z-index: 99999;
}
.flex-btn,
.flex-wrapper,
.flexpanel,
.spinner {
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .flexpanel .viewport-wrap {
    z-index: 1;
  }
  .flex-wrapper {
    z-index: 0;
  }
}
.spinner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background: rgba(93, 115, 119, 0.9);
}
.spinner .v-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.spinner .sending,
.spinner .sent {
  display: none;
  height: 100%;
}
.spinner .sending svg {
  width: 200px;
  fill: #fff;
}
.spinner .sending .gears svg {
  width: 60px !important;
}
.spinner p {
  color: #fff;
  font-size: 1em;
  text-align: center;
  margin: 3.5vw 0 0;
}
#ticked {
  display: none;
  text-align: center;
  height: 150px;
}
.home-logo-top,
.logo {
  position: fixed;
  top: 5px;
  left: 10px;
  max-width: 120px;
}
.home-logo-top h1,
.logo h1 {
  display: none;
  text-indent: -99999px;
}
#headerBar {
  position: fixed;
  height: 12vw;

  padding: 3vw 2vw 2vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-content: flex-end;
  align-items: center;
  z-index: 999999;
 
}
@media (max-width: 992px) {
  #headerBar {
    position: fixed;
    height: 50px;
    background-color: rgb(36, 76, 90);
  }
}
@media print {
  .cc-revoke,
  .cc-window,
  footer,
  header nav {
    display: none;
  }
  img {
    max-width: 500px;
  }
  @page {
    margin: 0.5cm;
  }
  body {
    font: 12pt/1.3 Arial, Helvetica, sans-serif;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 14pt;
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .home-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "header  	header 	 header" "main-hero  	main-hero	 main-hero" "content content content" "footer 	footer	footer";
  }
  .hero-image,
  .hero-video {
    grid-template-columns: 1fr;
  }
  .hero-image {
    grid-template-areas: "hero-image";
  }
  .hero-video {
    grid-template-areas: "hero-video";
  }
  .two-cols-images,
  .two-cols-text {
    grid-template-areas: "col_1  col_2";
  }
  .two-cols-text {
    grid-template-columns: 1fr 1fr;
  }
  .two-cols-images {
    grid-template-columns: 3fr 2fr;
  }
  .three-cols {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "col_3  	col_4	col_5";
  }
  .blog-wrapper {
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "header  header" "main-hero main-hero" "content sidebar2" "footer  footer";
  }
  .layout1 {
    grid-template-columns: 1fr;
    grid-template-areas: "header" "main-hero" "content" "footer";
  }
  .layout2,
  .layout2 .sub-grid,
  .layout3,
  .layout3 .sub-grid {
    grid-template-columns: 8fr 4fr;
  }
  .layout2 {
    grid-template-areas: "header  header" "main-hero main-hero" "sub-grid sub-grid" "sub-content sub-content" "footer  footer";
  }
  .layout2 .sub-grid,
  .layout3 .sub-grid {
    display: grid;
    grid-gap: 5%;
    grid-template-areas: "content right-col";
  }
  .about .layout1 {
    grid-template-columns: 1fr;
    grid-template-areas: "header  header" "main-hero main-hero" "about-nav about-nav" "content sidebar2" "footer  footer";
  }
  .layout3 {
    grid-template-areas: "header  header" "main-hero main-hero" "intro intro" "mid-content mid-content" "sub-grid sub-grid" "sub-content sub-content" "footer  footer";
  }
  .contact-us .container {
    max-width: 70%;
  }
  .contact-us .layout3 .sub-grid {
    grid-template-columns: 7fr 5fr;
  }
  #blog .article-wrap .article {
    width: 48%;
  }
  #blog .article-wrap .article h3 {
    font-size: 1.2vw !important;
  }
  #blog .article h3 {
    font-size: 1.5vw;
    left: 1vw;
  }
  #blog .article header,
  #relatedArticles .article header {
    padding: 1vw;
  }
  #blog .article .meta {
    bottom: 0;
    right: 1vw;
    left: auto;
  }
  #blog .article .tags,
  #relatedArticles .article .tags {
    left: 1vw;
  }
  .right-col-blog {
    margin: 0;
  }
  #article h1 {
    font-size: 1.8vw;
  }
  #moreArticles h3 {
    color: #fff;
    margin: 0;
    font-size: 1vw;
  }
  #moreArticles header {
    padding: 0.5vw;
  }
  #relatedArticles {
    width: 60%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
  }
  #relatedArticles .article {
    flex: 0 0 49.8%;
  }
  #relatedArticles .article h3 {
    font-size: 1.5vw;
    bottom: 3vw;
    left: 1vw;
    line-height: 1.1em;
    margin: 0 0 10px;
  }
  #ticked,
  .form-message,
  .menu-tab {
    display: none;
  }
  .contact-form {
    width: 40%;
    margin: auto;
  }
  #ticked {
    background: #fff;
    text-align: center;
    height: 150px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .menu-tab,
  .menu-tab .bar,
  .menu-tab.active,
  .menu-tab.active #barone {
    transition: 0.6s ease-in-out;
  }
  .backdrop.show {
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9998;
  }
  .menu-tab {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 99999;
    top: 10px;
    right: 20px;
    padding: 1vw;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1.2em;
    color: white;
  }
  .hamburger {
    height: auto;
  }
  .menu-tab span {
    position: relative;
    width: auto;
    height: 2px;
    display: inline-block;
    text-transform: uppercase;
    margin: 2px 0 0 0;

    opacity: 1;
    z-index: 9999;
    background: white;
  }
  .menu-tab .bar {
    width: 25px;
    height: 3px;
    background: #244c5a;
    display: block;
    margin: 0 1vw 1vw 0;
    z-index: 99999;
  }
  .menu-tab .bar:first-child {
    margin-top: 5vw;
  }
  .menu-tab.active {
    right: 90vw;
    width: 20vw;
    z-index: 9999;
  }
  .menu-tab.active span {
    opacity: 0;
  }
  .menu-tab.active .bar {
    background-color: #fff;
  }
  .menu-tab.active #barone {
    transform: translateY(1.45vw) rotate(-135deg);
  }
  .menu-tab.active #bartwo {
    opacity: 0;
    transition: 0.4s;
  }
  .menu-tab.active #barthree {
    transform: translateY(-1.45vw) rotate(-45deg);
    transition: 0.6s ease-in-out;
  }
  .menu-tab-bg {
    position: absolute;
    display: block;
    top: 2vw;
    width: 16vw;
    height: 6vw;
    background: rgba(93, 115, 119, 0.3);
    padding: 1vw;
    z-index: -1;
  }
  .menu-hide,
  .menu-hide.show {
    transition: 0.6s ease-in-out;
    z-index: 9999;
  }
  .menu-hide {
    width: 80vw;
    right: -80vw;
    height: 100vh;
    position: fixed;
    top: 0;
    padding: 4vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #244c5a;
  }
  .menu-hide .cmt-logo {
    width: 120px;
    margin-left: 200px;
  }
  .menu-hide.show {
    right: 0;
  }
  .menu-hide.show svg {
    width: 120px;
    margin-left: -50px;
  }
  .menu-hide svg {
    width: 120px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .menu-tab.active #barone {
    transform: translateY(1.75vw) rotate(-135deg);
  }
  .menu-tab.active #bartwo {
    opacity: 0;
    transition: 0.4s;
  }
  .menu-tab.active #barthree {
    transform: translateY(-1.75vw) rotate(-45deg);
  }
}
.main-menu {
  z-index: 99999;
  padding: 0;
}
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: block;
  text-align: left;
}
.main-menu ul li a {
  letter-spacing: 0.08em;
}
.main-menu a {
  float: none;
  display: block;
  padding: 1em 0 0;
  line-height: 1em;
  font-size: 4vw;
  width: auto;
  color: #fff;
  font-family: "Josefin Sans", HelveticaNeue-Light, "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main-menu a:focus,
.main-menu a:hover {
  color: #fbbd02;
}
@media (min-width: 768px) {
  .main-menu {
    position: relative;
    left: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  .main-menu svg {
    display: none;
  }
  .main-menu a {
    color: #244c5a;
  }
  .main-menu ul {
    width: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0;
    height: auto;
  }
  .main-menu ul li {
    margin: 0 0.5vw;
  }
  .main-menu ul li ul {
    flex-direction: column;
  }
  .main-menu ul li a {
    font-size: 1.1vw;
  }
  .menu {
    display: inline-block;
    margin: 100px auto 0;
    list-style-type: none;
  }
  .menu a {
    display: block;
    margin: 0;
    padding: 10px;
    text-decoration: none;
  }
  .menu li {
    position: relative;
    margin: 0;
    perspective: 200;
  }
  .menu li:first-child {
    border-left: none;
  }
  .menu li.parent:before {
    content: "";
    z-index: 200;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -4px;
    margin-left: -20px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 20px 0;
    border-color: #fff transparent transparent;
    transition: margin-top 0.1s ease-out;
  }
  .menu li:focus > a,
  .menu li:hover > a {
    text-decoration: none;
    color: #fff;
    background-color: #244c5a;
  }
  .menu li:focus:before,
  .menu li:hover:before {
    margin-top: 0;
    border-top-color: #244c5a;
  }
  .menu li:focus .children,
  .menu li:hover .children {
    opacity: 1;
    transform: rotateX(0) translateZ(0);
  }
  .menu .children {
    opacity: 0;
    backface-visibility: hidden;
    transform: rotateX(-90deg);
    transform-style: preserve-3d;
    transform-origin: top center;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21),
      opacity 0.1s 0.1s;
    z-index: 100;
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    margin: 0;
    padding: 15px 0 10px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
  }
  .menu .children li {
    float: none;
  }
  .menu .children a {
    background-color: transparent;
    line-height: 1.5em;
  }
  .menu .children a:focus,
  .menu .children a:hover {
    color: #333;
    background-color: #f9f9f9;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .menu-tab {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 6vw;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 2vw;
    padding: 1vw;
    cursor: pointer;
    transition: 0.6s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ul {
    margin: 0 !important;
    height: 100%;
  }
  ul li a {
    font-size: 3vw;
  }
}
@media (min-width: 1024px) {
  .main-menu ul li a {
    font-size: 0.8vw;
  }
}
.fade {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 6666;
  background: rgba(36, 76, 90, 0.2);
}
.hero-fade {
  padding-top: 36.0824742268%;
}
.slider-fade {
  padding-top: 55.9585492228%;
}
.no-hero {
  margin-top: 10vw;
}
.img-centre {
  margin: auto;
  text-align: center;
}
.img-float-left,
.img-float-right {
  display: inline-block;
  margin: auto;
  width: auto;
}
.floated {
  float: left;
  width: 30%;
  margin: 0 3% 0 0;
}
.wrapper .cover-image {
  z-index: 99;
}
.wrapper .main-hero {
  position: relative;
  max-width: 100%;
  height: auto;
  padding: 0;
}
.wrapper .main-hero h2 {
  color: #fff;
  margin: 0;
}
.wrapper .main-hero .logo-shapes {
  position: absolute;
  height: auto;
  width: 800px;
  left: auto;
  right: 0;
  bottom: -5px;
}
.wrapper .hero-image {
  position: relative;
  display: block;
  height: 100%;
}
.wrapper .hero-image img,
.wrapper .main-hero-slider .slide-wrap img {
  width: 100% !important;
  height: 100%;
  vertical-align: top;
}
.wrapper .hero-title {
  position: absolute;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  left: 0;
  width: 100%;
  height: 95%;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  z-index: 7777;
}
.wrapper .hero-slider,
.wrapper .main-hero-slider {
  display: block;
  min-height: 0;
  position: relative;
  overflow: hidden;
  min-width: 0;
}
#intro,
.albums .album {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wrapper .hero-title h1 {
  color: #fff;
  font-size: 4vw;
  max-width: 100%;
  margin: 5% 0 10px;
}
.wrapper .hero-title h2 {
  color: #fff;
  font-size: 5vw;
  max-width: 100%;
}
.wrapper .hero-title p {
  color: #fff;
  font-size: 1.9vw !important;
  line-height: 1.2em;
  margin: 0;
}
.wrapper .hero-slider {
  height: auto;
}
.wrapper .main-hero-slider {
  height: 100%;
  z-index: 1111;
}
.wrapper .main-hero-slider .slide-wrap {
  position: relative;
  width: 100%;
  height: 96%;
  margin: 0;
}
.wrapper .main-hero-slider h3 {
  font-size: 3vw;
  color: #fff;
}
.wrapper .main-hero-slider .slick-dots {
  display: block !important;
  bottom: 2vw;
}
.wrapper .main-hero-slider h1 {
  display: none;
  font-size: 4vw;
  color: #fff;
  margin: 0;
  text-align: center;
}
.wrapper .main-hero-slider h2 {
  font-size: 3vw;
  color: #fff;
}
.wrapper .slick-slide,
.wrapper .slick-slide img {
  height: auto;
}
.wrapper .col-wrap {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.wrapper .col-wrap .col {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.wrapper .video-cols .col {
  background: 0 0;
  display: block;
}
.wrapper .col-image,
.wrapper .hero-image .image {
  z-index: 99;
  position: relative;
  width: 100%;
  height: 100%;
}
.wrapper .col-text,
.wrapper .hero-text {
  height: auto;
  z-index: 1000;
}
.text-image-wrap .col h2,
.wrapper .col-image {
  margin-top: 0;
}
#home .main-hero {
  background: 0 0;
  height: auto;
  padding: 0;
  margin: 12vw 0 0;
  position: relative;
}
#home .main-hero h2 {
  color: #fff;
  margin: 0;
  box-shadow: 0 -5px 5px -6px rgba(0, 0, 0, 0.8);
  padding: 20px 0 0;
  font-size: 6vw;
}
#home .main-hero .home-logo {
  position: absolute;
  left: 5%;
  width: 90%;
  height: 90%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .main-hero .home-logo svg {
  max-width: 40vw;
}
#home .main-hero .hero-title {
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
  flex-flow: column;
  left: 5%;
  width: 90%;
  height: 90%;
}
.hero-image .hero-text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
}
.hero-image .hero-text figcaption {
  color: #fff;
  padding: 0.5vw;
}
#intro {
  width: 100%;
  padding: 5vw 10%;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
#intro p {
  font-size: 5vw !important;
}
@media all and (min-width: 768px) {
  #home .main-hero h2,
  blockquote p {
    font-size: 3vw;
  }
  blockquote p::before {
    font-size: 3em;
  }
  #home .main-hero {
    margin: 5vw 0 2vw;
  }
  #home .main-hero .hero-title {
    left: 5%;
    width: 90%;
    height: 74%;
  }
  .hero-image-small {
    max-width: 50%;
    margin: 2vw auto;
  }
  #intro {
    padding: 5vw 20%;
  }
  #intro p {
    font-size: 1.2vw !important;
  }
}
.subtitle {
  margin: 1em 0 2em;
  width: 100%;
  height: auto;
  display: block;
}
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy img {
  width: 90px;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:after,
.fancy span:before {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #dd8a06;
  top: 44px;
  width: 20vw;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .subtitle {
    margin: 0 0 4em;
  }
  .fancy span:after {
    width: 20vw;
  }
}
.testimonial-wrap .testimonial p {
  font-size: 1.8em;
  font-weight: 100;
  font-style: italic;
}
.header {
  margin: 8vw 0 10vw;
  text-align: center;
}
.text-image-wrap {
  display: flex;
  flex-flow: column;
  margin: 0 0 6vw;
  height: auto;
}
.text-image-wrap .img-col {
  margin: 0;
  width: 100%;
  position: relative;
  display: block;
  min-height: 50vh;
}
.text-wrap {
  margin: 0 0 80px;
}
.text-slider-wrap {
  display: flex;
  flex-flow: column;
  margin: 0 0 6vw;
  height: auto;
  overflow: hidden;
}
.text-slider-wrap .slick-slider {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.text-slider-wrap .col {
  flex: 0 0 100%;
}
.text-slider-wrap .img-col {
  margin: 6vw 0 0;
  position: relative;
  display: block;
  padding: 3vw 8vw 0 0;
}
.text-slider-wrap .img-col .box {
  background: #f7efe9;
  width: 100%;
  height: 100%;
  top: -5vw;
  right: -5vw;
  display: block;
  position: absolute;
  z-index: -10;
  min-height: 16vw;
}
.album-gallery li,
.albums .album {
  list-style: none;
  margin: 0 2vw 2vw 0;
}
.album-gallery,
.albums {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}
.albums .album {
  flex: 0 0 100%;
  position: relative;
  box-sizing: border-box;
}
.album-gallery li,
.albums .album figcaption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.albums .album figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 0 5%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Josefin Sans", HelveticaNeue-Light, "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10vw;
}
.album-gallery li {
  flex: 0 0 31.1%;
  box-sizing: border-box;
}
#pageIntro,
.album-gallery li:nth-child(3n) {
  margin: 0 0 2vw;
}
.image-blocks {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.acc-panel > a,
.col-slider {
  display: block;
  position: relative;
}
.image-blocks .image-block {
  width: auto;
  flex: 0 0 50%;
  margin: 8vw 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .imgLeft,
.content-wide .image-left {
  float: left;
  margin: 0 5% 30px 0;
}
.content .imgRight,
.content-wide .image-right {
  float: right;
  margin: 0 0 30px 5%;
}
@media screen and (max-width: 768px) {
  .two-cols-images {
    margin: 0 0 3vw !important;
  }
}
.sectionNav {
  width: 100%;
  overflow: hidden;
}
.sectionNav .section-item {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 6vw;
}
.sectionNav .section-item a {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.sectionNav .section-item .section-image {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  height: auto;
  align-self: center;
}
.sectionNav .section-item .section-image img {
  height: auto;
  -webkit-align-self: center;
}
.sectionNav .section-item .section-text {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  margin: 4vw 0 0;
  height: auto;
}
.sectionNav .section-item .section-text h3 {
  margin: 0 0 5px;
}
.sectionNav .section-item .section-text h4 {
  color: #4d4d4d;
  line-height: 1.3em;
}
.sectionNav .section-item .section-title {
  position: absolute;
  top: 5vw;
  right: 5vw;
  bottom: 5vw;
  left: 5vw;
  border: 1px solid #fff;
  padding: 2%;
  z-index: 8888;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  width: auto;
  display: flex;
  align-items: center;
  background: rgba(36, 76, 90, 0.1);
}
.sectionNav .section-item .section-title h2 {
  color: #fff;
  font-size: 6vw;
  text-transform: uppercase !important;
  text-align: center;
  line-height: 1.1em;
  margin: 0;
}
.sectionNav .section-title:focus,
.sectionNav .section-title:hover {
  background: rgba(36, 76, 90, 0.3);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .container {
    width: 66vw;
    padding: 4vw 0 0;
  }
  .content-wrapper {
    margin: 0 0 5vw;
  }
  #pages .content-wrapper {
    margin: 90px 0 5vw;
  }
  .content-full {
    padding: 3vw 0;
    width: 100%;
  }
  .content-wide {
    padding: 3vw;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-60,
  .content-80 {
    padding: 3vw 0;
    margin: auto;
  }
  .content-80 {
    width: 80%;
  }
  .content-60 {
    width: 60%;
  }
  .right-col {
    margin: 4vw 0 0;
  }
  .sub-content {
    padding: 4vw 0;
  }
  .main-footer .legal-menu span,
  .slider-arrows {
    display: block;
  }
  .slider-arrows .next-slide,
  .slider-arrows .prev-slide {
    top: 45%;
  }
  .slider-arrows svg {
    width: 30px;
    height: 30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .slick-next,
  .slick-prev {
    width: 50px;
    height: 50px;
  }
  .form {
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form .form-group {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 20px;
    width: 100%;
  }
  .form .form-group .bt-flabels__wrapper {
    width: 48%;
    height: auto;
    margin: 0;
  }
  .form .form-group .bt-flabels__wrapper-wide {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .form .col-1 .bt-flabels__wrapper,
  .form .wide .label,
  .sectionNav {
    width: 100%;
  }
  .form .submit {
    width: 200px;
  }
  .form .label p {
    margin: 0 0 10px;
  }
  .form .col-4 .bt-flabels__wrapper {
    width: 22%;
  }
  .form .col-5 .bt-flabels__wrapper {
    width: 18%;
  }
  .main-footer {
    position: relative;
    width: 100%;
    height: auto;
    margin: 2vw auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-footer .legal-menu p,
  .main-footer .subtitle,
  .text-image-wrap .img-col img,
  .wrapper .col-wrap,
  .wrapper .main-hero-slider {
    margin: 0;
  }
  .main-footer .legal-menu {
    padding: 50px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    flex-direction: row;
  }
  #headerBar {
    width: 100%;
    padding: 0.7vw 2vw 0.4vw;
    height: auto;
    text-align: center;
    justify-content: flex-end;
    flex-flow: row;
  }
  .home-logo-top,
  .logo {
    top: 3px;
    left: 10px;
    max-width: 180px;
  }
  .hero-fade {
    padding-top: 36.0824742268%;
  }
  .slider-fade {
    padding-top: 55.9585492228%;
  }
  .wrapper .main-hero {
    height: auto;
    padding: 0;
  }
  .wrapper .main-hero .logo-shapes {
    width: 800px;
    left: auto;
    right: 0;
    bottom: -5px;
  }
  .wrapper .main-hero .logo-shapes svg {
    max-width: 100%;
  }
  .wrapper .hero-title h1 {
    margin: 0 0 10px;
    font-size: 3vw;
  }
  .wrapper .hero-title h2 {
    font-size: 2.2vw;
  }
  .sectionNav .section-item .section-title h2,
  .wrapper .main-hero-slider h1 {
    font-size: 2vw;
  }
  .wrapper .main-hero-slider h2 {
    font-size: 1.5vw;
  }
  #home .main-hero .home-logo {
    position: absolute;
    left: 50%;
    width: 350px;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%) !important;
  }
  #home .main-hero .home-logo svg {
    max-width: 350px;
  }
  .header {
    margin: 0 0 6vw;
    text-align: center;
  }
  .text-image-wrap {
    display: flex;
    flex-flow: row;
    margin: 0 0 6vw;
  }
  .text-image-wrap .col,
  .text-slider-wrap .col {
    flex: 0 0 30vw;
  }
  .text-image-wrap .img-col {
    margin: 0 0 0 5vw;
    min-height: auto;
  }
  .text-image-wrap.row-reverse,
  .text-slider-wrap.row-reverse {
    flex-flow: row-reverse;
  }
  .text-image-wrap.row-reverse .img-col {
    margin: 0 10vw 0 0;
    left: 0;
  }
  .text-image-wrap.row-reverse img {
    left: 0;
  }
  .text-slider-wrap {
    display: flex;
    flex-flow: row;
    margin: 0 0 6vw;
    min-height: 20vw;
  }
  .text-slider-wrap .img-col {
    margin: 0 0 0 5vw;
    padding: 3vw 5vw 0 0;
  }
  .text-slider-wrap .img-col .box {
    top: -5vw;
    right: -5vw;
    width: 90%;
    height: 90%;
  }
  .text-slider-wrap.row-reverse .img-col {
    margin: 0 5vw 0 0;
    padding: 3vw 0 0 5vw;
  }
  .text-slider-wrap.row-reverse .box {
    left: 0;
    right: auto;
  }
  .albums .album {
    flex: 0 0 30%;
    margin: 0 2vw 2vw 0;
  }
  .albums .album figcaption {
    padding: 0 0 5%;
    font-size: 2.5vw;
  }
  .album-gallery li {
    flex: 0 0 31.1%;
    margin: 0 2vw 2vw 0;
  }
  .album-gallery li:nth-child(3n) {
    margin: 0 0 2vw;
  }
  .sectionNav .section-item a {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .sectionNav .section-item .section-image {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -webkit-box-flex: 0 0 50%;
    position: relative;
    height: auto;
  }
  .sectionNav .section-item .section-image img {
    width: 100%;
    height: 100%;
    -webkit-align-self: auto;
  }
  .sectionNav .section-item .section-text {
    flex: 0 0 45%;
    height: auto;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5% 0 0;
  }
  .sectionNav .section-item .section-title {
    top: 1vw;
    right: 1vw;
    bottom: 1vw;
    left: 1vw;
  }
  .sectionNav .section-item:nth-child(2n) a {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  body {
    padding: 0;
  }
  .main-head {
    position: relative;
    z-index: 9900;
    width: 100%;
    height: auto;
  }
  #addPad .main-hero-text {
    margin-top: 30px;
  }
  .sectionNav .section-item .section-title h2 {
    font-size: 2vw;
  }
}
.col-slider {
  overflow: hidden;
  min-height: 0;
  min-width: 0;
  width: 100%;
  height: auto;
}
.col-slider .slider-text {
  position: absolute;
  bottom: 18px;
  width: 100%;
  text-align: center;
  padding: 5px 0 0;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.col-slider .slider-text h3 {
  font-size: 1em;
  color: #fff;
}
.col-slider .slick-dots {
  bottom: 35px;
}
.acc-panel {
  position: relative;
  width: 100%;
  height: auto;
}
.acc-panel > a {
  padding: 40px 40px 30px 5px;
  border-bottom: 1px solid #dd8a06;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}
.acc-panel > a i {
  right: 10px;
  top: 40px;
  position: absolute;
  width: 1.5vw;
}
.acc-panel > a i svg {
  fill: #244c5a;
  width: 1.5vw;
}
.acc-panel > a.active h3,
.acc-panel > a.active i {
  color: #244c5a;
}
.acc-content {
  display: none;
  padding: 40px 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  z-index: 99999;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog .content {
  max-width: 80%;
  margin: auto;
}
.blog .article header h2 {
  margin: 40px 0 20px;
}
.content.article h2 {
  margin: 70px 0 40px 0;
}

.grid {
  --columns: 12;
  --gutter: 8vw;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(1, 1fr);
  grid-auto-flow: dense; /* NEW */
  grid-column: 1;
}
.grid.margin-bottom {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .grid {
    display: flex;
    flex-direction: column;

    --gutter: 1em;
  }
  .grid.row2 {
    flex-direction: column-reverse;
  }

  .grid:nth-child(even) {
    flex-direction: column;
  }
}

.grid > .column {
  margin-bottom: 0px;
  display: flex;
  padding: 0 0 30px 0;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .grid > .column {
    padding: 0 0 30px 0;
  }
}
.grid.full-width > .column {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .grid {
    max-width: 100%;
    margin: auto;
  }
  .grid > .column {
    justify-content: flex-start;
  }
}

.autogrid {
  --gutter: 10vw;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}

.text :first-child {
  margin-top: 0;
}
.text :last-child {
  margin-bottom: 0;
}
.text p,
.text ul,
.text ol {
  margin-bottom: 1rem;
}

.text ul p,
.text ol p {
  margin-bottom: 0;
}

.text ul ol,
.text ul ul,
.text ol ul,
.text ol ol {
  margin-bottom: 0;
}
.text figure {
  margin: 0 0 20px 0;
}
.text figcaption {
  border-left: 3px solid $brand-gold;
  font-family: $body-font;
  padding: 0 0 0 10px;
  color: $gray70;
  margin: 10px 0 30px 0;
  font-size: 0.8em;
}

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

.video,
.img {
  position: relative;
  display: block;
  --w: 1;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  background: var(--color-black);
}
.img img,
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.img[data-contain] img {
  object-fit: contain;
}
.img-caption,
.video-caption {
  padding-top: 0.75rem;
  line-height: 1.5em;
}

@media screen and (min-width: 60rem) {
  .grid {
    --columns: 12;
    --gutter: 5rem;
    grid-template-columns: repeat(12, 1fr);
  }
  .grid > .column {
    grid-column: span var(--columns);
  }
}

.about .author-bio {
  display: flex;
  justify-content: space-between;

  @media (max-width: 991px) {
    flex-direction: column;
    padding: 8vw 8vw 14vw 8vw;
  }
}
.about .author-bio .author-image {
  flex: 0 0 40%;
  @media (max-width: 991px) {
    width: 50%;
    margin: 0 auto 5vw auto;
  }
  img {
    border-radius: 100%;
  }
}

.about .author-bio .author-text {
  flex: 0 0 55%;
  h3 {
    border-bottom: 1px solid #dd8a06;
    margin: 0;
  }
  h4 {
    margin: 0.6em 0 1em 0;
  }
 
}

.article .author-bio {
  margin: 3vw 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dd8a06;
  padding: 2vw;
  border-radius: 2vw;
  @media (max-width: 991px) {
    flex-direction: column;
    padding: 8vw 8vw 14vw 8vw;
  }
}
.article .author-image {
  flex: 0 0 25%;
  @media (max-width: 991px) {
    width: 50%;
    margin: 0 auto 5vw auto;
  }
  img {
    border-radius: 100%;
  }
}

.content.article .author-text {
  flex: 0 0 70%;
  h2 {
    border-bottom: 1px solid #dd8a06;
    margin: 0;
  }
  h4 {
    margin: 0.6em 0 1em 0;
  }

}
.content.article .author-text h2 {
  margin: 0 0 50px 0;
}
.content.article .author-text p {
  font-size: 120%;
}

@media screen and (min-width: 768px) {
  #home #holistic-massage-chamonix a {
    flex-direction: row-reverse;
  }
}
