@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  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 #FFF;
  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 #FFF;
  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: #000;
}

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    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;
}

html {
  font-size: 100%;
  overflow-y: scroll;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #fff;
  margin: 0;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

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

a img {
  border: 0;
}

p {
  line-height: 1.5;
}

a {
  color: #aaa;
  text-decoration: none;
  background: transparent;
}

h1 {
  margin-top: 0;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

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

.grid {
  display: block;
}

@media (min-width: 680px) {
  .grid {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.grid > * {
  position: relative;
  width: auto;
}

.grid .width-fill {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

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

.grid .margin-right {
  margin-right: 20px;
}

@media (min-width: 680px) {
  .grid .width-25 {
    width: 25%;
  }
}

@media (min-width: 680px) {
  .grid .width-33 {
    width: 33.33%;
  }
}

@media (min-width: 680px) {
  .grid .width-50 {
    width: 50%;
  }
}

@media (min-width: 680px) {
  .grid .width-66 {
    width: 66.66%;
  }
}

@media (min-width: 680px) {
  .grid .width-75 {
    width: 75%;
  }
}

.grid .width-100 {
  width: 100%;
}

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

.list-inline li {
  display: inline-block;
}

.list-inline a {
  display: inline-block;
}

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

.list-stacked li {
  display: block;
}

.list-stacked a {
  display: inline-block;
}

.background-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.background-image .element-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-image .button {
  position: relative;
}

.image-fit .background-image {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

@media (min-width: 680px) {
  .image-fit {
    position: relative;
    min-height: 480px;
  }
  .image-fit .background-image {
    padding: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

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

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

.padded {
  padding: 20px;
}

@media (min-width: 420px) {
  .padded {
    padding: 20px 30px;
  }
}

.padded + .padded:not(.background-image) {
  padding-top: 0;
}

@media (min-width: 680px) {
  .padded, .padded + .padded:not(.background-image) {
    padding: 40px;
  }
}

.no-bottom-padding {
  padding-bottom: 0;
}

.no-top-padding {
  padding-top: 0;
}

.page-header {
  background: #000;
}

.page-header .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: static;
}

.page-header .header-logo {
  line-height: 0;
  z-index: 1;
}

.page-header .header-info {
  display: none;
  color: #fff;
  z-index: 1;
}

@media (min-width: 400px) {
  .page-header .header-info {
    display: inline-block;
  }
}

.header-menu-button {
  background: #fff;
  height: 55px;
  width: 55px;
  transition: transform 0.25s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.header-menu-button .menu-button {
  display: block;
  height: 55px;
  width: 55px;
  margin: 0;
  padding: 0;
  z-index: 1002;
  background: transparent;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}

.copyright {
  display: inline-block;
  margin: 2px;
}

.footer-nav {
  display: inline-block;
  margin: 2px;
}

.footer-nav ul.menu li a {
  vertical-align: baseline;
}

.footer-nav ul.menu li:after {
  content: '•';
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

.footer-nav ul.menu li:last-child:after {
  display: none;
}

#sitebystarfish {
  position: relative;
  background: url("../img/site_by_gray.svg") no-repeat center;
  width: 83px;
  height: 24px;
  display: block;
  margin: 25px auto 10px;
  text-align: left;
  overflow: hidden;
  text-indent: -9999em;
  transition: 0.2s;
  /* preload hover image */
}

#sitebystarfish:hover, #sitebystarfish:after {
  background-image: url("../img/site_by_pos.svg");
}

#sitebystarfish:after {
  content: '';
  opacity: 0;
}

section {
  position: relative;
  padding: 0 70px;
}

.main-aside {
  display: none;
}

@media (min-width: 680px) {
  .main-aside {
    display: block;
  }
}

.nav-aside h3 {
  margin-top: 0;
}

.nav-aside li {
  margin: 10px 0;
}

.nav-aside a {
  color: #000;
  text-decoration: none;
}

.nav-aside ul ul {
  padding: 5px 0 0 20px;
}

.nav-aside ul ul li {
  margin: 5px 0;
}

ul.menu {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
}

ul.menu li {
  list-style: none;
  line-height: normal;
}

ul.menu a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.main-nav {
  display: none;
}

@media (min-width: 960px) {
  .main-nav {
    display: block;
  }
}

.main-nav ul.menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-nav ul.menu > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-nav li {
  padding: 12px 10px 13px;
  position: relative;
}

.main-nav a {
  color: #fff;
  padding: 5px;
  line-height: 20px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.main-nav li.current-menu-item > a, .main-nav li.current-menu-ancestor > a {
  color: #aaa;
}

.main-nav ul.sub-menu {
  background: #000;
  position: absolute;
  top: 80%;
  left: 0;
  padding: 5px 0 10px;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.main-nav ul.sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}

.main-nav ul.sub-menu a {
  font-size: 0.9em;
  padding: 6px 20px;
  display: block;
}

.main-nav > ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.hamburger-nav {
  width: 100%;
  max-width: 600px;
}

.hamburger-nav li {
  margin: 5px 20px;
}

.hamburger-nav a {
  color: #fff;
  font-size: 1.3em;
  padding: 5px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

@media (min-width: 500px) {
  .hamburger-nav a {
    font-size: 1.6em;
  }
}

.hamburger-nav ul ul {
  padding: 0 0 5px;
  display: none;
}

@media (min-width: 500px) {
  .hamburger-nav ul ul li {
    display: inline-block;
    margin: 2px 20px 0 0;
  }
}

.hamburger-nav ul ul a {
  font-size: 1em;
}

.hamburger-nav li.current-menu-item > a, .hamburger-nav li.current-menu-ancestor > a {
  color: #aaa;
}

.hamburger-nav li.current-menu-item > ul.sub-menu, .hamburger-nav li.current-menu-ancestor > ul.sub-menu {
  display: block;
}

.hamburger-nav li.menu-item-has-children .expand-arrow {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  backface-visibility: hidden;
}

.hamburger-nav li.menu-item-has-children .expand-arrow:before, .hamburger-nav li.menu-item-has-children .expand-arrow:after {
  content: ' ';
  background: #fff;
  position: absolute;
  right: 16px;
  top: 21px;
  height: 2px;
  width: 14px;
  display: block;
  backface-visibility: hidden;
}

.hamburger-nav li.menu-item-has-children .expand-arrow:after {
  transform: rotate(90deg);
  transition: 0.2s;
}

.hamburger-nav li.menu-item-has-children.expanded .expand-arrow:after {
  transform: rotate(0deg);
}

.fullscreen-menu {
  position: absolute;
  width: 100%;
  min-height: 85%;
  padding: 60px 10px 0;
  top: 0;
  left: 0;
  z-index: 1001;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  perspective: 1200px;
}

.fullscreen-menu .hamburger-nav > ul {
  transform: translateY(-25%) rotateX(25deg);
  transition: transform 0.5s;
}

body:after {
  content: ' ';
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
}

.fullscreen-menu, body:after {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}

.fullscreen-menu-visible:after {
  opacity: 1;
  visibility: visible;
}

.fullscreen-menu-visible .fullscreen-menu {
  opacity: 1;
  visibility: visible;
}

.fullscreen-menu-visible .fullscreen-menu .hamburger-nav > ul {
  transform: rotateX(0deg);
}

.fullscreen-menu-visible .menu-button {
  position: fixed;
}

.fullscreen-menu-closing:after {
  visibility: visible;
}

.fullscreen-menu-closing .fullscreen-menu {
  visibility: visible;
  transition: opacity 0.3s;
}

.fullscreen-menu-closing .fullscreen-menu .hamburger-nav > ul {
  transform: translateY(25%) rotateX(-25deg);
}

form, .post-content form {
  margin: 25px 0;
  clear: both;
}

form ul, form li, .post-content form ul, .post-content form li {
  margin: 0;
  padding: 0;
  list-style: none;
}

form li, .post-content form li {
  padding: 10px 0 0;
}

.button, input[type=submit], input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], textarea, select, .custom-select {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 100%;
  line-height: 20px;
  border-radius: 0;
  width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.button, input[type=submit] {
  padding: 15px 35px;
  height: auto;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: #000;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  margin: 10px 0;
}

.button:hover, input[type=submit]:hover {
  opacity: 0.8;
  color: #fff;
}

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

.button.button-light:hover {
  opacity: 0.8;
  color: #000;
}

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

.button.button-dark:hover {
  opacity: 0.8;
  color: #fff;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'] {
  padding: 10px 12px;
  height: 42px;
}

textarea {
  padding: 10px 12px;
  height: 130px;
}

select {
  padding: 8px 35px 8px 12px;
  background: transparent;
  border: none;
  position: relative;
  height: 40px;
}

.custom-select {
  position: relative;
}

.custom-select:before {
  display: block;
  position: absolute;
  top: 14px;
  right: 15px;
  content: ' ';
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}

select::-ms-expand {
  display: none;
}

input[type='checkbox'], input[type='radio'] {
  position: absolute;
  opacity: 0;
  margin: 0;
  z-index: 1;
  height: 18px;
  width: 17px;
}

input[type='checkbox'] + .custom-checker, input[type='radio'] + .custom-checker {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: baseline;
  z-index: 0;
}

input[type='checkbox'] + .custom-checker:before, input[type='radio'] + .custom-checker:before {
  content: '';
  background: #fff;
  display: block;
  border: 1px solid #000;
  height: 15px;
  width: 15px;
  left: 0;
  position: absolute;
  top: 0px;
}

input[type='checkbox'] + .custom-checker:after, input[type='radio'] + .custom-checker:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 5px;
  height: 8px;
  z-index: 1;
  opacity: 0;
}

input[type='checkbox']:checked + .custom-checker:after, input[type='radio']:checked + .custom-checker:after {
  opacity: 1;
}

input[type='radio'] + .custom-checker:before {
  border-radius: 50%;
}

input[type='radio'] + .custom-checker:after {
  border-radius: 50px;
  border: 1px solid #000;
  background: #000;
  width: 5px;
  height: 5px;
  top: 5px;
  left: 5px;
}

.gform_wrapper {
  max-width: 460px;
}

.gform_wrapper .gform_body {
  margin: 0 0 20px;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .gfield_description {
  margin: 5px 0 0;
  font-size: 0.8rem;
}

.gform_wrapper .field_description_above label + .gfield_description {
  margin: -3px 0 5px;
}

.gform_wrapper .validation_message {
  display: block;
  padding: 5px 0 0;
  line-height: normal;
  color: red;
  margin: 0;
}

.gform_wrapper .gfield_required {
  color: red;
}

.gform_wrapper .validation_error {
  margin: 10px 0;
  line-height: 1.5;
  color: red;
}

.gform_wrapper .gform_ajax_spinner {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gfield_label {
  padding: 0 0 3px 0;
  display: block;
}

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li {
  padding: 4px 0;
  position: relative;
}

.gform_wrapper .gfield_radio .custom-checker, .gform_wrapper .gfield_checkbox .custom-checker {
  position: absolute;
  left: 0;
  top: 5px;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  padding-left: 25px;
  display: block;
  line-height: 1.3rem;
}

.gform_wrapper .gform_footer {
  clear: both;
}

.gform_wrapper .ginput_container_creditcard {
  margin-top: 15px;
}

.gform_wrapper .ginput_container_creditcard label, .gform_wrapper .ginput_container_address label {
  display: block;
  margin: 10px 0 2px;
}

.gform_wrapper .gfield_creditcard_warning_message,
.gform_wrapper .ginput_card_security_code_icon,
.gform_wrapper div.gform_card_icon {
  display: none;
}

.gform_wrapper .ginput_card_expiration_container:after {
  content: " ";
  display: block;
  clear: both;
}

.gform_wrapper .ginput_card_expiration_container .custom-select {
  float: left;
  width: calc(50% - 8px);
}

.gform_wrapper .ginput_card_expiration_container .custom-select:last-child {
  float: right !important;
}

.gform_wrapper .ginput_cardinfo_right .ginput_card_security_code {
  max-width: 130px;
}

@media (min-width: 520px) {
  .gform_wrapper .ginput_cardinfo_left,
  .gform_wrapper .ginput_cardinfo_right {
    display: inline-block;
    width: calc(50% - 8px);
    vertical-align: top;
  }
  .gform_wrapper .ginput_cardinfo_left {
    margin-right: 16px;
  }
  .gform_wrapper .ginput_full input, .gform_wrapper .ginput_full .custom-select, .gform_wrapper .ginput_full label, .gform_wrapper .ginput_full .ginput_container_checkbox, .gform_wrapper .ginput_full .ginput_container_radio {
    max-width: 100%;
  }
  .gform_wrapper .ginput_left {
    display: inline-block;
    width: calc(50% - 8px);
    margin-right: 16px !important;
  }
  .gform_wrapper .ginput_right {
    display: inline-block;
    width: calc(50% - 8px);
  }
}

.gform_confirmation_message {
  margin: 30px 0;
}

.post-content:after {
  content: " ";
  display: block;
  clear: both;
}

.post-content iframe {
  clear: both;
  max-width: 100%;
  margin: 20px 0 20px;
}

.post-content hr {
  border: none;
  border-top: 1px solid #aaa;
  clear: both;
  display: block;
  height: 1px;
  margin: 30px 0 30px;
  padding: 0;
}

.post-content blockquote {
  font-style: italic;
  color: #aaa;
  margin: 30px;
  padding: 0;
}

.post-content .intro-text {
  font-size: 1.2rem;
}

.post-content .alignright {
  clear: right;
  float: right;
  margin: 5px 0px 20px 30px;
  max-width: 100%;
}

.post-content .alignleft {
  clear: left;
  float: left;
  margin: 5px 30px 20px 0px;
  max-width: 100%;
}

.post-content .aligncenter {
  margin: 5px auto 0px;
  max-width: 100%;
  display: block;
}

.post-content .alignnone {
  margin: 5px 0 0px;
  max-width: 100%;
}

.post-content .wp-caption-text {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 3px;
}

.post-content table {
  width: 100%;
  font-size: 0.8rem;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  margin: 30px 0;
}

.post-content table td, .post-content table th {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 10px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.post-content table th {
  font-weight: bold;
}

.social-links a {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin: 4px 2px;
  background: #000 no-repeat center;
  background-size: 55% auto;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  border-radius: 50%;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

@media (min-width: 680px) {
  .social-links a {
    width: 50px;
    height: 50px;
    margin: 0 10px;
  }
}

.icon {
  display: inline-block;
}

.icon.hamburger {
  background: #fff;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.15s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  backface-visibility: hidden;
}

.icon.hamburger:before, .icon.hamburger:after {
  content: '';
  background: #fff;
  display: inline-block;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.15s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.icon.hamburger:before {
  transform: translate(0, -10px);
}

.icon.hamburger:after {
  transform: translate(0, 10px);
}

.fullscreen-menu-visible .icon.hamburger {
  background: transparent;
}

.fullscreen-menu-visible .icon.hamburger:before {
  transform: rotate(-45deg);
}

.fullscreen-menu-visible .icon.hamburger:after {
  transform: rotate(45deg);
}

a.facebook {
  background-image: url("../img/icon_facebook.svg");
}

a.twitter {
  background-image: url("../img/icon_twitter.svg");
}

a.instagram {
  background-image: url("../img/icon_instagram.svg");
}

a.linkedin {
  background-image: url("../img/icon_linkedin.svg");
}

a.pinterest {
  background-image: url("../img/icon_pinterest.svg");
}

a.google {
  background-image: url("../img/icon_google.svg");
}

a.email {
  background-image: url("../img/icon_email.svg");
}

a.youtube {
  background-image: url("../img/icon_youtube.svg");
}

.gallery {
  margin: 30px 0;
}

.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 50%;
}

@media (min-width: 420px) {
  .gallery .gallery-item {
    width: 33.33%;
  }
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery .gallery-item .gallery-caption {
  display: none;
}

.gallery .gallery-item a {
  display: block;
  font-size: 0;
  position: relative;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.gallery .gallery-item a:hover {
  opacity: 0.9;
}

@media (min-width: 680px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery br {
  display: none;
}

.breadcrumbs {
  font-size: 0.9rem;
  color: #aaa;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-hero .inner {
  height: 100%;
}

.section-hero .hero-wrapper {
  height: 420px;
}

@media (min-width: 680px) {
  .section-hero .hero-wrapper {
    height: 650px;
  }
}

.section-hero.hero-small .hero-wrapper {
  height: 120px;
}

@media (min-width: 680px) {
  .section-hero.hero-small .hero-wrapper {
    height: 200px;
  }
}

.section-backtotop {
  background: #000;
}

.section-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.section-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.section-filter {
  background: #000;
}

.section-filter form {
  margin: 0;
}

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

.search-filter input[type="submit"] {
  background: transparent url("../img/icon-search.svg") no-repeat center center;
  background-size: 15px auto;
  width: 35px;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-filter input[type="text"] {
  padding-right: 35px;
}

.category-filter, .search-filter {
  position: relative;
  text-align: left;
}

@media (min-width: 680px) {
  .category-filter, .search-filter {
    width: 250px;
    margin: 0 10px 0 0;
    display: inline-block;
  }
}

.section-pagination .paging {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.section-pagination .page-numbers, .section-pagination .single-paging a {
  line-height: 20px;
  padding: 12px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  margin: 0 2px;
  transition: 0.2s;
  display: none;
}

@media (min-width: 768px) {
  .section-pagination .page-numbers, .section-pagination .single-paging a {
    display: inline-block;
  }
  .section-pagination .page-numbers.prev, .section-pagination .page-numbers.next, .section-pagination .single-paging a.prev, .section-pagination .single-paging a.next {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-pagination .page-numbers.next, .section-pagination .single-paging a.next {
    left: auto;
    right: 0;
  }
}

.section-pagination .page-numbers:hover, .section-pagination .single-paging a:hover {
  opacity: 0.8;
}

.section-pagination .page-numbers.current, .section-pagination .single-paging a.current {
  background: #aaa;
  opacity: 1;
}

.section-pagination .page-numbers.dots, .section-pagination .single-paging a.dots {
  background: #aaa;
  border: none;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.section-pagination .page-numbers.prev, .section-pagination .page-numbers.next,
.section-pagination .single-paging.prev a, .section-pagination .single-paging.next a {
  margin: 0;
  width: auto;
  padding: 12px 35px;
  display: inline-block;
}

.section-pagination .page-numbers.prev, .section-pagination .page-numbers.next, .section-pagination .single-paging.prev, .section-pagination .single-paging.next {
  float: left;
}

.section-pagination .page-numbers.next, .section-pagination .single-paging.next {
  float: right;
}

.section-map #contact-map {
  cursor: pointer;
  height: 300px;
}

@media (min-width: 680px) {
  .section-map #contact-map {
    height: 400px;
  }
}

html {
  font-size: 100%;
}

body {
  font-family: "Impact W01", impact, Helvetica, Arial, sans-serif;
  background: #000;
}

p {
  font-family: Arial, sans-serif;
  color: #f2f2f2;
  margin: 0.592em 0 1.953em 0;
  line-height: 1.4;
}

@media (min-width: 680px) {
  p {
    font-size: 1.15em;
    letter-spacing: 0.03em;
  }
}

ul, ol {
  line-height: 1.4;
  color: #f2f2f2;
  font-size: 1.067em;
  margin-bottom: 1.709em;
  font-family: Arial, sans-serif;
  font-weight: 500;
}

a {
  color: #d64543;
}

p a:hover {
  color: #d64543;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Impact W01", impact, Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  font-weight: 500;
  line-height: 1em;
  margin: 0.8em 0 0.25em 0;
  text-transform: uppercase;
}

h1 {
  font-size: 3.247em;
}

@media (min-width: 680px) {
  h1 {
    font-size: 5.202em;
    letter-spacing: 0.02em;
    margin-top: -5px;
  }
}

h2 {
  font-size: 2.887em;
}

@media (min-width: 680px) {
  h2 {
    font-size: 4.624em;
    letter-spacing: 0.02em;
  }
}

h3 {
  font-size: 2.566em;
}

@media (min-width: 680px) {
  h3 {
    font-size: 4.11em;
    letter-spacing: 0.02em;
  }
}

h4 {
  font-size: 2.281em;
}

@media (min-width: 680px) {
  h4 {
    font-size: 3.653em;
    letter-spacing: 0.02em;
  }
}

h5 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 1.266em;
  font-weight: 400;
  text-transform: none;
}

@media (min-width: 680px) {
  h5 {
    font-size: 1.802em;
    letter-spacing: 0.05em;
    text-transform: none;
  }
}

h6 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.424em;
  text-transform: none;
}

@media (min-width: 680px) {
  h6 {
    font-size: 1.602;
    letter-spacing: 0.05em;
    text-transform: none;
  }
}

.post-content blockquote {
  -webkit-margin-before: 1em;
  -webkit-margin-start: 20px;
  font-size: 1.35em;
  font-style: normal;
}

@media (min-width: 680px) {
  .post-content blockquote {
    -webkit-margin-start: 60px;
  }
}

.post-content blockquote p {
  color: #f2f2f2;
  font-family: "Impact W01", impact, Helvetica, Arial, sans-serif;
  font-size: 1.424em;
  letter-spacing: 0.04em;
  line-height: 1.125em;
}

@media (min-width: 680px) {
  .post-content blockquote p {
    font-size: 1.602em;
    letter-spacing: 0.035em;
  }
}

.post-content .intro-text {
  font-size: 1.2em;
}

body {
  color: #fff;
}

#home-video-feature {
  position: relative;
  overflow: hidden;
}

#home-video-feature video, #home-video-feature img {
  width: 100%;
  height: auto;
  position: relative;
  vertical-align: top;
}

section {
  position: relative;
  padding: 0 20px;
}

@media (min-width: 680px) {
  section {
    padding: 0 40px;
  }
}

@media (min-width: 960px) {
  section {
    padding: 0 70px;
  }
}

.page-header {
  background: #000;
  padding: 40px 20px 40px 20px;
}

@media (min-width: 680px) {
  .page-header {
    padding: 50px 50px 50px 50px;
  }
}

@media (min-width: 960px) {
  .page-header {
    padding: 60px 70px 60px 70px;
  }
}

.page-header a {
  color: #f2f2f2;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.page-header a:hover {
  color: #d64543;
}

.page-header .header-info {
  line-height: 1em;
}

.page-header .header-logo {
  margin-left: 8px;
}

.page-header .header-logo img {
  width: 160px;
}

@media (min-width: 680px) {
  .page-header .header-logo img {
    width: 220px;
  }
}

.main-nav {
  font-family: "Impact W01", impact, Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.05em;
  font-family: 500;
}

.main-nav a {
  color: #f2f2f2;
  font-weight: 500;
}

.main-nav a:hover {
  color: #d64543;
}

.main-nav ul.menu-primary-navigation {
  display: -ms-flexbox;
  display: flex;
}

.main-nav li.current-menu-item > a, .main-nav li.current-menu-ancestor > a {
  color: #d64543;
}

.main-nav ul.sub-menu {
  background: #000;
  border: 4px solid #d64543;
}

.main-nav ul.sub-menu li {
  font-size: 0.8em;
}

.main-nav ul.sub-menu a:hover {
  color: #d64543;
}

.hamburger-nav {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

.hamburger-nav a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1em;
  color: #f2f2f2;
  font-size: 1.563em;
  font-weight: 400;
  margin-top: 14px;
}

.hamburger-nav a:hover {
  color: #d64543;
}

@media (min-width: 960px) {
  .hamburger-nav a {
    font-size: 2.441em;
  }
}

.hamburger-nav li.current-menu-item > a, .hamburger-nav li.current-menu-ancestor > a {
  color: #d64543;
}

.hamburger-nav li.menu-item-has-children .expand-arrow:before, .hamburger-nav li.menu-item-has-children .expand-arrow:after {
  right: 18px;
  top: 25px;
  width: 18px;
  height: 3px;
}

@media (min-width: 960px) {
  .hamburger-nav li.menu-item-has-children .expand-arrow:before, .hamburger-nav li.menu-item-has-children .expand-arrow:after {
    right: 8px;
    top: 24px;
    width: 26px;
    height: 5px;
  }
}

.hamburger-nav .sub-menu {
  font-size: 1em;
}

@media (min-width: 960px) {
  .hamburger-nav .sub-menu {
    font-size: 1.563em;
  }
}

.hamburger-nav .sub-menu a {
  line-height: 0.4em;
}

body:after {
  background: #000;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in-banner {
  animation: fadein 1000ms ease-in 200ms 1 both;
}

.fade-in-500 {
  animation: fadein 500ms;
}

.fade-in-1000 {
  animation: fadein 1000ms;
}

.fade-in-1500 {
  animation: fadein 1500ms;
}

.fade-in-2000 {
  animation: fadein 2000ms;
}

.fade-in-2500 {
  animation: fadein 2500ms;
}

.fade-in-3000 {
  animation: fadein 3000ms;
}

.button, input[type=submit] {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 14px;
  padding: 18px 26px;
  margin-top: 0.666em;
  background: transparent;
  color: #f2f2f2;
  border: 4px solid #d64543;
  margin-top: 0.666em;
  border-radius: 0px;
  transition: color .2s ease-out, background 0.3s ease-in;
}

.button:hover, input[type=submit]:hover {
  color: #f2f2f2;
  background: #d64543;
  border: 4px solid #d64543;
  box-shadow: none;
  opacity: 1;
}

.button.button-light {
  background: transparent;
  color: #f2f2f2;
}

.button.button-light:hover {
  color: #f2f2f2;
  background: #d64543;
  box-shadow: none;
  opacity: 1;
}

.button.button-dark {
  background: #d64543;
  color: #f2f2f2;
}

.button.button-dark:hover {
  color: #f2f2f2;
  background: #000;
  box-shadow: none;
  opacity: 1;
}

page-header {
  padding: 15px;
}

page-header .header-info {
  color: #f2f2f2;
}

.header-menu-button {
  background: none;
}

.icon.hamburger {
  background: #d64543;
  height: 8px;
  width: 52px;
}

.icon.hamburger:before, .icon.hamburger:after {
  background: #000;
  height: 8px;
  width: 52px;
  background: #d64543;
}

.icon.hamburger:before {
  transform: translate(0, -14px);
}

.icon.hamburger:after {
  transform: translate(0, 14px);
}

body:after {
  background: #6f0000;
}

.nav-aside h3 {
  margin: 0 0 10px 0;
  font-size: 1.25em;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1.563em;
  letter-spacing: 0.05em;
  text-align: right;
}

.nav-aside li {
  margin: 5px 0;
  text-align: right;
}

.nav-aside li a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  letter-spacing: 0.02em;
}

.nav-aside a {
  color: #f2f2f2;
}

.nav-aside a:hover {
  color: #d64543;
}

.nav-aside li.current-menu-item > a {
  color: #d64543;
}

.breadcrumbs {
  font-family: "Impact W01", impact, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  color: #505051;
  text-transform: uppercase;
}

form, .post-content form {
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  margin: 100px 0 20px 0;
  padding-bottom: 50px;
  clear: both;
}

form li, .post-content form li {
  padding: 24px 0 0;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], textarea, select, .custom-select {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  background: #000;
  border: 1px solid #414141;
  color: #343434;
  font-size: 17px;
  line-height: 20px;
  border-radius: 0px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select {
  background: transparent;
  position: relative;
  color: #838080;
  font-family: Arial, sans-serif;
  font-size: 14px;
  outline: none;
  border: none;
}

.custom-select:before {
  border: 2px solid #d64543;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.gform_wrapper .gfield_label {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  color: #f2f2f2;
  font-size: 1.25em;
  font-weight: 400;
  padding: 5px 0 3px 0;
  display: block;
}

.search-filter input[type="submit"], input[type='text'] {
  box-shadow: none;
  background-size: 15px auto;
  color: #f2f2f2;
  font-size: 14px;
}

input[type='checkbox'] + .custom-checker:before, input[type='radio'] + .custom-checker:before {
  content: '';
  background: #fff;
  display: block;
  border: 1px solid #f2f2f2;
  opacity: 1;
  height: 15px;
  width: 15px;
  left: 0;
  position: absolute;
  top: 0px;
}

input[type='checkbox'] + .custom-checker:after, input[type='radio'] + .custom-checker:after {
  border: 2px solid #d64543;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}

input[type='checkbox']:checked + .custom-checker:after, input[type='radio']:checked + .custom-checker:after {
  opacity: 1;
}

input[type='radio'] + .custom-checker:after {
  border: 1px solid #d64543;
  background: #d64543;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  padding-left: 25px;
  display: block;
  line-height: 1.3rem;
  color: #f2f2f2;
  font-size: 0.9em;
}

.post-content table td, .post-content table th {
  color: #f2f2f2;
  font-size: 1rem;
  border: 1px solid #414141;
  font-family: Arial, sans-serif;
}

.post-content table th {
  font-weight: 700;
}

.post-content hr {
  border-top: 1px solid #414141;
}

.section-onecolumn p,
.section-twocolumn-content p,
.section-imageleft-fit p,
.section-imageright-fit p,
.section-imageleft p,
.section-imageright p,
.section-twocolumn p,
.section-threecolumn p,
.section-fourcolumn p,
.section-twocolumn-bg-wide p,
.section-threecolumn-bg-wide p,
.section-fourcolumn-bg-wide p,
.section-twocolumn-bg p,
.section-threecolumn-bg p,
.section-fourcolumn-bg p {
  margin: 0.592em 0 1em 0;
}

.section-onecolumn h1, .section-onecolumn h2, .section-onecolumn h3, .section-onecolumn h4,
.section-twocolumn-content h1,
.section-twocolumn-content h2,
.section-twocolumn-content h3,
.section-twocolumn-content h4,
.section-imageleft-fit h1,
.section-imageleft-fit h2,
.section-imageleft-fit h3,
.section-imageleft-fit h4,
.section-imageright-fit h1,
.section-imageright-fit h2,
.section-imageright-fit h3,
.section-imageright-fit h4,
.section-imageleft h1,
.section-imageleft h2,
.section-imageleft h3,
.section-imageleft h4,
.section-imageright h1,
.section-imageright h2,
.section-imageright h3,
.section-imageright h4,
.section-twocolumn h1,
.section-twocolumn h2,
.section-twocolumn h3,
.section-twocolumn h4,
.section-threecolumn h1,
.section-threecolumn h2,
.section-threecolumn h3,
.section-threecolumn h4,
.section-fourcolumn h1,
.section-fourcolumn h2,
.section-fourcolumn h3,
.section-fourcolumn h4,
.section-twocolumn-bg-wide h1,
.section-twocolumn-bg-wide h2,
.section-twocolumn-bg-wide h3,
.section-twocolumn-bg-wide h4,
.section-threecolumn-bg-wide h1,
.section-threecolumn-bg-wide h2,
.section-threecolumn-bg-wide h3,
.section-threecolumn-bg-wide h4,
.section-fourcolumn-bg-wide h1,
.section-fourcolumn-bg-wide h2,
.section-fourcolumn-bg-wide h3,
.section-fourcolumn-bg-wide h4,
.section-twocolumn-bg h1,
.section-twocolumn-bg h2,
.section-twocolumn-bg h3,
.section-twocolumn-bg h4,
.section-threecolumn-bg h1,
.section-threecolumn-bg h2,
.section-threecolumn-bg h3,
.section-threecolumn-bg h4,
.section-fourcolumn-bg h1,
.section-fourcolumn-bg h2,
.section-fourcolumn-bg h3,
.section-fourcolumn-bg h4 {
  margin-top: 0;
}

.section-onecolumn h1,
.section-twocolumn-content h1,
.section-imageleft-fit h1,
.section-imageright-fit h1,
.section-imageleft h1,
.section-imageright h1,
.section-twocolumn h1,
.section-threecolumn h1,
.section-fourcolumn h1,
.section-twocolumn-bg-wide h1,
.section-threecolumn-bg-wide h1,
.section-fourcolumn-bg-wide h1,
.section-twocolumn-bg h1,
.section-threecolumn-bg h1,
.section-fourcolumn-bg h1 {
  margin-top: 0;
}

.section-twocolumn h3,
.section-threecolumn h3,
.section-fourcolumn h3 {
  margin: 1.067em 0 0 0;
}

input[type='text'] {
  height: 43px;
}

input[type="submit"] {
  padding: 7px 26px;
}

.subscription {
  margin: 60px 0 0;
}

@media (min-width: 960px) {
  .subscription .inner {
    text-align: center;
  }
}

.subscription span {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif !important;
  margin: 0 20px 10px 0;
  display: block;
}

@media (min-width: 520px) {
  .subscription span {
    display: inline-block;
  }
}

.subscription form {
  margin: 0;
  display: inline-block;
  width: auto;
  border-bottom: none;
  border-top: none;
  padding: 0;
}

.subscription form input[type="text"] {
  width: 100%;
}

@media (min-width: 520px) {
  .subscription form input[type="text"] {
    width: 250px;
    margin-right: 10px;
  }
}

.subscription form input[type="submit"], .subscription form input[type="text"] {
  display: inline-block !important;
}

.subscription form input[type="submit"] {
  padding: 7px 26px;
}

.hero-small .feature-image {
  background-size: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
}

.section-hero.hero-small .hero-wrapper {
  height: 60px;
}

@media (min-width: 420px) {
  .section-hero.hero-small .hero-wrapper {
    height: 80px;
  }
}

@media (min-width: 520px) {
  .section-hero.hero-small .hero-wrapper {
    height: 100px;
  }
}

@media (min-width: 680px) {
  .section-hero.hero-small .hero-wrapper {
    height: 143px;
  }
}

@media (min-width: 960px) {
  .section-hero.hero-small .hero-wrapper {
    height: 167px;
  }
}

@media (min-width: 1200px) {
  .section-hero.hero-small .hero-wrapper {
    height: 204px;
  }
}

@media (min-width: 1250px) {
  .section-hero.hero-small .hero-wrapper {
    height: 218px;
  }
}

@media (min-width: 1300px) {
  .section-hero.hero-small .hero-wrapper {
    height: 265px;
  }
}

.section-hero {
  margin: 0 20px 15px 20px;
}

@media (min-width: 680px) {
  .section-hero .hero-wrapper {
    margin: 0;
    height: 650px;
  }
}

.section-filter {
  background: #000;
  color: #f2f2f2;
}

.section-footer {
  background: #000;
  color: #f2f2f2;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
}

.section-footer a {
  color: #f2f2f2;
}

.section-social {
  background-color: none;
  margin-top: 40px;
}

.section-social .social-links a {
  background-color: #000;
  border: 3px solid #f2f2f2;
}

@media (min-width: 680px) {
  .section-social .social-links a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}

.section-social .social-links a:hover {
  background-color: #d64543;
  border: 1px solid #d64543;
}

.section-twocolumn-bg-wide,
.section-threecolumn-bg-wide,
.section-fourcolumn-bg-wide,
.section-twocolumn-bg,
.section-threecolumn-bg,
.section-fourcolumn-bg {
  color: #f2f2f2;
}

.section-twocolumn-bg-wide p,
.section-threecolumn-bg-wide p,
.section-fourcolumn-bg-wide p,
.section-twocolumn-bg p,
.section-threecolumn-bg p,
.section-fourcolumn-bg p {
  color: #f2f2f2;
  margin-bottom: 0.1em;
}

.section-twocolumn-bg-wide .background-image,
.section-threecolumn-bg-wide .background-image,
.section-fourcolumn-bg-wide .background-image,
.section-twocolumn-bg .background-image,
.section-threecolumn-bg .background-image,
.section-fourcolumn-bg .background-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-twocolumn-bg-wide .background-image *,
.section-threecolumn-bg-wide .background-image *,
.section-fourcolumn-bg-wide .background-image *,
.section-twocolumn-bg .background-image *,
.section-threecolumn-bg .background-image *,
.section-fourcolumn-bg .background-image * {
  z-index: 2;
  position: relative;
}

.section-twocolumn-bg-wide .background-image .element-link,
.section-threecolumn-bg-wide .background-image .element-link,
.section-fourcolumn-bg-wide .background-image .element-link,
.section-twocolumn-bg .background-image .element-link,
.section-threecolumn-bg .background-image .element-link,
.section-fourcolumn-bg .background-image .element-link {
  position: absolute;
  z-index: 1;
}

.section-twocolumn-bg-wide .background-image:before,
.section-threecolumn-bg-wide .background-image:before,
.section-fourcolumn-bg-wide .background-image:before,
.section-twocolumn-bg .background-image:before,
.section-threecolumn-bg .background-image:before,
.section-fourcolumn-bg .background-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 1;
  opacity: 0.3;
  transition: 0.2s;
}

.section-twocolumn-bg-wide .background-image:hover:before,
.section-threecolumn-bg-wide .background-image:hover:before,
.section-fourcolumn-bg-wide .background-image:hover:before,
.section-twocolumn-bg .background-image:hover:before,
.section-threecolumn-bg .background-image:hover:before,
.section-fourcolumn-bg .background-image:hover:before {
  opacity: 0.4;
}

.section-twocolumn-bg-wide h3,
.section-threecolumn-bg-wide h3,
.section-fourcolumn-bg-wide h3,
.section-twocolumn-bg h3,
.section-threecolumn-bg h3,
.section-fourcolumn-bg h3 {
  font-size: 2.441em;
}

@media (min-width: 960px) {
  .section-twocolumn-bg-wide h3,
  .section-threecolumn-bg-wide h3,
  .section-fourcolumn-bg-wide h3,
  .section-twocolumn-bg h3,
  .section-threecolumn-bg h3,
  .section-fourcolumn-bg h3 {
    font-size: 3.815em;
    letter-spacing: 0.013em;
  }
}

.section-twocolumn-bg-wide p,
.section-threecolumn-bg-wide p,
.section-fourcolumn-bg-wide p,
.section-twocolumn-bg p,
.section-threecolumn-bg p,
.section-fourcolumn-bg p {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

@media (min-width: 680px) {
  .section-twocolumn-bg-wide p,
  .section-threecolumn-bg-wide p,
  .section-fourcolumn-bg-wide p,
  .section-twocolumn-bg p,
  .section-threecolumn-bg p,
  .section-fourcolumn-bg p {
    font-weight: 400;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    text-transform: none;
  }
}

.section-threecolumn-bg-wide .background-image,
.section-threecolumn-bg .background-image {
  min-height: calc((100vw - 18px) / 3.5);
}

.section-fourcolumn-bg-wide .background-image,
.section-fourcolumn-bg .background-image {
  min-height: calc((100vw - 18px) / 3.5);
}

.section-twocolumn-bg-wide .background-image,
.section-twocolumn-bg .background-image {
  min-height: calc((100vw - 18px) / 3.5);
}

.section-threecolumn-bg-wide,
.section-threecolumn-bg,
.section-fourcolumn-bg-wide,
.section-fourcolumn-bg,
.section-twocolumn-bg-wide,
.section-twocolumn-bg {
  margin: 5px 10px 0px 10px;
}

.section-threecolumn-bg-wide .padded, .section-threecolumn-bg-wide .padded + .padded:not(.background-image),
.section-threecolumn-bg .padded,
.section-threecolumn-bg .padded + .padded:not(.background-image),
.section-fourcolumn-bg-wide .padded,
.section-fourcolumn-bg-wide .padded + .padded:not(.background-image),
.section-fourcolumn-bg .padded,
.section-fourcolumn-bg .padded + .padded:not(.background-image),
.section-twocolumn-bg-wide .padded,
.section-twocolumn-bg-wide .padded + .padded:not(.background-image),
.section-twocolumn-bg .padded,
.section-twocolumn-bg .padded + .padded:not(.background-image) {
  margin: 15px 10px 0px 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 680px) {
  .section-threecolumn-bg-wide .padded, .section-threecolumn-bg-wide .padded + .padded:not(.background-image),
  .section-threecolumn-bg .padded,
  .section-threecolumn-bg .padded + .padded:not(.background-image),
  .section-fourcolumn-bg-wide .padded,
  .section-fourcolumn-bg-wide .padded + .padded:not(.background-image),
  .section-fourcolumn-bg .padded,
  .section-fourcolumn-bg .padded + .padded:not(.background-image),
  .section-twocolumn-bg-wide .padded,
  .section-twocolumn-bg-wide .padded + .padded:not(.background-image),
  .section-twocolumn-bg .padded,
  .section-twocolumn-bg .padded + .padded:not(.background-image) {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 420px) {
  .section-imageleft-fit .padded,
  .section-imageright-fit .padded,
  .section-twocolumn .padded,
  .section-threecolumn .padded,
  .section-fourcolumn .padded,
  .section-twocolumn-content .padded,
  .section-imageleft .padded,
  .section-imageright .padded {
    padding: 0px 40px;
  }
}

.section-imageleft-fit .padded, .section-imageleft-fit .padded + .padded:not(.background-image),
.section-imageright-fit .padded,
.section-imageright-fit .padded + .padded:not(.background-image),
.section-twocolumn .padded,
.section-twocolumn .padded + .padded:not(.background-image),
.section-threecolumn .padded,
.section-threecolumn .padded + .padded:not(.background-image),
.section-fourcolumn .padded,
.section-fourcolumn .padded + .padded:not(.background-image),
.section-twocolumn-content .padded,
.section-twocolumn-content .padded + .padded:not(.background-image),
.section-imageleft .padded,
.section-imageleft .padded + .padded:not(.background-image),
.section-imageright .padded,
.section-imageright .padded + .padded:not(.background-image) {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 680px) {
  .section-imageleft-fit .padded, .section-imageleft-fit .padded + .padded:not(.background-image),
  .section-imageright-fit .padded,
  .section-imageright-fit .padded + .padded:not(.background-image),
  .section-twocolumn .padded,
  .section-twocolumn .padded + .padded:not(.background-image),
  .section-threecolumn .padded,
  .section-threecolumn .padded + .padded:not(.background-image),
  .section-fourcolumn .padded,
  .section-fourcolumn .padded + .padded:not(.background-image),
  .section-twocolumn-content .padded,
  .section-twocolumn-content .padded + .padded:not(.background-image),
  .section-imageleft .padded,
  .section-imageleft .padded + .padded:not(.background-image),
  .section-imageright .padded,
  .section-imageright .padded + .padded:not(.background-image) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-onecolumn {
  margin: 40px 25px 0 0;
}

@media (min-width: 960px) {
  .section-onecolumn {
    margin: 60px 25px 0 0;
    max-width: 700px;
    margin-left: 0px;
  }
}

.section-onecolumn .padded {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media (min-width: 680px) {
  .section-onecolumn .padded {
    padding-top: 0px;
    padding-bottom: 100px;
    padding-left: 20px;
  }
}

.section-imageright {
  margin: 0 0 0 0;
}

@media (min-width: 960px) {
  .section-imageright {
    margin: 0 0 0 0;
  }
}

.section-imageright h3 {
  font-size: 2.887em;
}

@media (min-width: 680px) {
  .section-imageright h3 {
    font-size: 4.624em;
    letter-spacing: 0.02em;
  }
}

.section-imageleft {
  margin: 0px 0 0 0;
}

@media (min-width: 960px) {
  .section-imageleft {
    margin: 40px 0 100px 0;
  }
}

.section-imageleft h3 {
  font-size: 2.887em;
}

@media (min-width: 680px) {
  .section-imageleft h3 {
    font-size: 4.624em;
    letter-spacing: 0.02em;
  }
}

.section-twocolumn-bg-wide .button,
.section-threecolumn-bg-wide .button,
.section-fourcolumn-bg-wide .button,
.section-twocolumn-bg .button,
.section-threecolumn-bg .button,
.section-fourcolumn-bg .button {
  background: #d64543;
  color: #f2f2f2;
}

.section-twocolumn-bg-wide .button:hover,
.section-threecolumn-bg-wide .button:hover,
.section-fourcolumn-bg-wide .button:hover,
.section-twocolumn-bg .button:hover,
.section-threecolumn-bg .button:hover,
.section-fourcolumn-bg .button:hover {
  color: #f2f2f2;
  background: transparent;
  box-shadow: none;
  opacity: 1;
}

.section-onecolumn .button {
  background: #d64543;
  color: #f2f2f2;
}

.section-onecolumn .button:hover {
  color: #f2f2f2;
  background: transparent;
  box-shadow: none;
  opacity: 1;
}

.section-backtotop {
  background: none;
}

.section-backtotop .padded, .section-backtotop .padded + .padded:not(.background-image) {
  padding: 0px 0 70px 0;
}

.section-filter {
  background: #f9f9f9;
}

.section-pagination .page-numbers, .section-pagination .single-paging a {
  margin-top: 0.666em;
  background: #999;
  color: #f2f2f2;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0.666em;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.04);
}

.section-pagination .page-numbers:hover, .section-pagination .single-paging a:hover {
  color: #f2f2f2;
  background: #e63a40;
  box-shadow: none;
  opacity: 1;
}

.section-pagination .page-numbers.current, .section-pagination .single-paging a.current {
  background: #000;
  opacity: 1;
}

.section-pagination .page-numbers.prev, .section-pagination .page-numbers.next,
.section-pagination .single-paging.prev a, .section-pagination .single-paging.next a {
  padding: 14px 26px;
}

.page-template .page-template-page-landing .main-content {
  max-width: 700px;
}

.page-template-page-landing .section-breadcrumbs .inner {
  margin: 0;
}

.page-template-page-landing .section-breadcrumbs .inner .padded {
  padding-left: 20px;
}

.left-right-listing {
  display: block;
  padding: 10px 0 80px;
}

@media (min-width: 680px) {
  .left-right-listing {
    padding: 0px 0 10px;
  }
}

@media (min-width: 960px) {
  .left-right-listing {
    padding: 10px 0 160px;
  }
}

.item {
  display: block;
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
}

@media (min-width: 680px) {
  .item {
    margin-bottom: 100px;
  }
}

@media (min-width: 960px) {
  .item {
    margin-bottom: 160px;
  }
}

.item:last-child {
  margin-bottom: 0;
}

.item h2 a {
  text-decoration: none;
  color: #f2f2f2;
}

.item .meta {
  position: relative;
  padding: 40px 0px 0px 0px;
}

@media (min-width: 960px) {
  .item .meta {
    max-width: 400px;
    display: inline-block;
    padding: 0px 50px 0;
  }
}

.item .meta a.link {
  color: black;
}

.item .landing-image {
  width: 100%;
  display: block;
  overflow: hidden;
}

@media (min-width: 960px) {
  .item .landing-image {
    width: 50%;
    display: inline-block;
  }
}

.item .landing-image .image {
  min-height: 370px;
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  overflow: hidden;
}

@media (min-width: 960px) {
  .item .landing-image .image {
    min-height: 495px;
  }
}

@media (min-width: 960px) {
  .item:nth-child(odd) .meta {
    right: 0;
  }
  .item:nth-child(odd) .landing-image {
    float: left;
  }
  .item:nth-child(even) .meta {
    text-align: right;
    float: right;
  }
  .item:nth-child(even) .meta a.link {
    margin-right: 0;
  }
  .item:nth-child(even) .landing-image {
    float: right;
  }
}

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