/*
------------------------------------------------------------------
SCSS Variables
------------------------------------------------------------------
*/
html {
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

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

body {
  background-color: #ffffff;
  color: #444444;
  font-family: Lato, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
------------------------------------------------------------------
General Styles
------------------------------------------------------------------
*/
h1, h3, h4, h5, h6 {
  color: #444444;
  font-family: "Miller Banner Light", "Miller Banner Light", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0; }

body:not(.content) h2 {
  color: #444444;
  font-family: "Miller Banner Light", "Miller Banner Light", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1; }

h1 {
  font-size: 30px;
  line-height: 1.1em; }

#content_page_wrapper h2 {
  font-weight: bold; }

a {
  outline: none;
  color: #ff3a40;
  text-decoration: none;
  font-style: normal;
  font-weight: normal; }

a:hover {
  color: #ff3a40;
  text-decoration: underline;
  font-style: normal; }

img {
  height: auto; }

.container {
  opacity: 0;
  transition: opacity 300ms ease-in-out; }
  .container.show-container {
    opacity: 1; }

/*
------------------------------------------------------------------
Gallery Styles
------------------------------------------------------------------
*/
body.gallery {
  overflow: hidden; }
  body.gallery .container {
    height: 100vh; }
    @media only screen and (max-width: 850px) {
      body.gallery .container {
        height: auto; } }
  body.gallery .assets-grid-wrapper {
    overflow-x: auto;
    overflow-y: hidden; }
    @media only screen and (min-width: 851px) {
      body.gallery .assets-grid-wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none; }
        body.gallery .assets-grid-wrapper::-webkit-scrollbar {
          display: none; } }
  body.gallery .assets-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    height: 100vh;
    margin-left: 0;
    transition: margin-left 500ms ease; }
    body.gallery .assets-grid.tease-scroll {
      margin-left: -30px; }
  body.gallery .gallery-element {
    display: block;
    width: auto;
    height: 550px;
    max-height: 100vh;
    transition: filter 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media only screen and (max-width: 850px) {
      body.gallery .gallery-element {
        max-height: unset;
        max-width: 100vw;
        height: auto; } }
    @media only screen and (max-width: 850px) and (orientation: landscape) {
      body.gallery .gallery-element {
        height: 100vh;
        width: auto; } }
  body.gallery .header-element {
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0; }
    @media only screen and (max-width: 850px) {
      body.gallery .header-element {
        max-height: 100%; }
        body.gallery .header-element.text-element {
          align-self: flex-start; } }
    body.gallery .header-element.text-element {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    body.gallery .header-element .text {
      width: 635px;
      padding: 20px;
      overflow-y: auto;
      max-height: 550px; }
      @media only screen and (max-width: 850px) {
        body.gallery .header-element .text {
          width: 100vw;
          height: auto;
          max-height: unset; } }
    body.gallery .header-element .image-title-wrap {
      position: relative;
      margin-right: 3px; }
      body.gallery .header-element .image-title-wrap img {
        position: absolute;
        top: 0;
        left: 0; }
    body.gallery .header-element h2 {
      color: #444444;
      font-family: "Miller Banner Light", "Miller Banner Light", serif;
      font-size: 30px;
      font-style: normal;
      font-weight: normal;
      line-height: 1; }
    body.gallery .header-element a {
      color: #ff3a40;
      text-decoration: none;
      font-style: normal;
      font-weight: normal; }
    body.gallery .header-element a:hover {
      color: #ff3a40;
      text-decoration: underline;
      font-style: normal; }
    body.gallery .header-element p {
      margin: 0; }
  body.gallery .asset {
    align-items: center;
    margin: 0px 3px;
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0; }
    @media only screen and (max-width: 850px) and (orientation: landscape) {
      body.gallery .asset {
        height: 100%; }
        body.gallery .asset .image-wrap {
          height: 100%;
          width: auto; } }
    body.gallery .asset.image {
      width: auto; }
      body.gallery .asset.image .image-wrap {
        position: relative; }
        body.gallery .asset.image .image-wrap-inner {
          position: relative;
          overflow: hidden; }
      body.gallery .asset.image img {
        display: block;
        min-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        filter: blur(5px);
        z-index: 1; }
        @media only screen and (min-width: 851px) {
          body.gallery .asset.image img {
            cursor: zoom-in; } }
        body.gallery .asset.image img.lazyloaded {
          filter: none; }
    body.gallery .asset.video img {
      display: block;
      position: absolute; }
    body.gallery .asset.video .embed-container {
      position: absolute;
      width: 100%;
      top: 0; }
      body.gallery .asset.video .embed-container iframe {
        z-index: 2; }
      body.gallery .asset.video .embed-container iframe, body.gallery .asset.video .embed-container img, body.gallery .asset.video .embed-container .vimeo_cont, body.gallery .asset.video .embed-container .youtube_cont, body.gallery .asset.video .embed-container a {
        width: 100%;
        outline: none;
        z-index: 1;
        height: 550px; }
        @media only screen and (max-width: 850px) {
          body.gallery .asset.video .embed-container iframe, body.gallery .asset.video .embed-container img, body.gallery .asset.video .embed-container .vimeo_cont, body.gallery .asset.video .embed-container .youtube_cont, body.gallery .asset.video .embed-container a {
            height: 100%;
            width: 100vw; } }
        @media only screen and (max-width: 850px) and (orientation: landscape) {
          body.gallery .asset.video .embed-container iframe, body.gallery .asset.video .embed-container img, body.gallery .asset.video .embed-container .vimeo_cont, body.gallery .asset.video .embed-container .youtube_cont, body.gallery .asset.video .embed-container a {
            height: 100%;
            width: 100%; } }
      @media only screen and (min-width: 851px) {
        body.gallery .asset.video .embed-container .youtube_cont.preview, body.gallery .asset.video .embed-container .vimeo_cont.preview {
          max-height: 100vh; }
          body.gallery .asset.video .embed-container .youtube_cont.preview iframe, body.gallery .asset.video .embed-container .youtube_cont.preview .load_iframe, body.gallery .asset.video .embed-container .vimeo_cont.preview iframe, body.gallery .asset.video .embed-container .vimeo_cont.preview .load_iframe {
            max-height: 100vh; } }
      body.gallery .asset.video .embed-container .youtube_cont.preview .load_iframe, body.gallery .asset.video .embed-container .vimeo_cont.preview .load_iframe {
        background-image: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/images/play.svg) !important;
        background-size: 63px 63px;
        z-index: 1;
        width: 100%; }
      body.gallery .asset.video .embed-container .youtube_cont.preview img, body.gallery .asset.video .embed-container .vimeo_cont.preview img {
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    body.gallery .asset.text {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column; }
      @media only screen and (max-width: 850px) {
        body.gallery .asset.text {
          max-height: 100%;
          width: 100vw; } }
      body.gallery .asset.text .text-wrap {
        color: #444444;
        font-family: Lato, sans-serif;
        font-size: 16px;
        width: 45em;
        padding: 1.2em 4em 1.2em 4em;
        overflow-y: auto;
        max-height: 550px; }
        @media only screen and (max-width: 850px) {
          body.gallery .asset.text .text-wrap {
            width: 100%;
            height: auto;
            margin: auto;
            max-height: unset; } }
        @media only screen and (max-width: 600px) {
          body.gallery .asset.text .text-wrap {
            padding: 1.45em; } }
    @media only screen and (max-width: 850px) {
      body.gallery .asset.show-caption .caption {
        display: block; } }
  body.gallery .caption {
    position: absolute;
    padding: 0.75em 2.75em 0 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-family: Asap, sans-serif; }
    body.gallery .caption.scroll-text {
      overflow-y: auto; }
    body.gallery .caption h2 {
      color: #444444;
      font-family: "Miller Banner Light", "Miller Banner Light", serif;
      font-size: 30px;
      font-style: normal;
      font-weight: normal;
      line-height: 1; }
    body.gallery .caption a {
      color: #ff3a40;
      text-decoration: none;
      font-style: normal;
      font-weight: normal; }
    body.gallery .caption a:hover {
      color: #ff3a40;
      text-decoration: underline;
      font-style: normal; }
    body.gallery .caption h2, body.gallery .caption a, body.gallery .caption p {
      color: #ffffff; }
    body.gallery .caption p {
      margin: 0; }
    @media only screen and (max-width: 850px) {
      body.gallery .caption {
        display: none; } }
    body.gallery .caption.closed {
      opacity: 0; }
  body.gallery .caption-cta, body.gallery .caption-close {
    display: none;
    line-height: 1;
    position: absolute;
    z-index: 3;
    bottom: 10px;
    padding: 8px 7px 7px 7px;
    cursor: pointer; }
  body.gallery .caption-close {
    font-size: 24px;
    line-height: 14px;
    right: 15px; }
  body.gallery .caption-cta {
    font-size: 14px;
    right: 10px; }
  body.gallery .show-caption .caption-close {
    display: block; }
  body.gallery .show-caption .caption-cta {
    display: none; }
  body.gallery .captions-cutoff .gallery-element {
    max-height: calc(100vh - 125px); }
  body.gallery .captions-cutoff .asset.video .embed-container .youtube_cont.preview, body.gallery .captions-cutoff .asset.video .embed-container .vimeo_cont.preview {
    max-height: calc(100vh - 125px); }
    body.gallery .captions-cutoff .asset.video .embed-container .youtube_cont.preview .load_iframe, body.gallery .captions-cutoff .asset.video .embed-container .vimeo_cont.preview .load_iframe {
      max-height: calc(100vh - 125px); }
    body.gallery .captions-cutoff .asset.video .embed-container .youtube_cont.preview iframe, body.gallery .captions-cutoff .asset.video .embed-container .vimeo_cont.preview iframe {
      max-height: 100%; }
  body.gallery .captions-cutoff .caption {
    max-height: 45px !important;
    overflow: auto; }
  @media only screen and (min-width: 850px) {
    body.gallery .caption-cta, body.gallery .caption-close {
      color: #ffffff; } }
  @media only screen and (max-width: 850px) {
    body.gallery .caption {
      z-index: 1;
      width: 100%;
      padding: 20px;
      bottom: 0px;
      max-height: 40vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
      color: #ffffff;
      margin: 0; }
      body.gallery .caption h2, body.gallery .caption a, body.gallery .caption p {
        color: #ffffff; }
    body.gallery .caption-cta, body.gallery .caption-close {
      color: #ffffff;
      background: #000000; }
    body.gallery .caption-close {
      display: none;
      background: transparent; }
    body.gallery .caption-cta {
      display: block; } }
  body.gallery .gallery-zoom-container {
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    background: rgba(255, 255, 255, 0.9);
    cursor: zoom-out;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    body.gallery .gallery-zoom-container.active {
      opacity: 1;
      pointer-events: auto; }
    body.gallery .gallery-zoom-container .gallery-zoomed-image {
      height: 90%;
      width: auto;
      position: fixed;
      max-width: unset; }
  body.gallery.legacy-ios {
    -webkit-overflow-scrolling: auto; }
    body.gallery.legacy-ios .assets-grid {
      overflow: visible; }
    body.gallery.legacy-ios .asset.text {
      max-width: 100%; }

.lazyloaded + .image-placeholder {
  opacity: 0; }

/* placing scrollbar on top of Header element with additional div */
.gallery-scroll {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
  overflow: auto;
  background: transparent; }
  @media only screen and (min-width: 851px) {
    .gallery-scroll {
      display: block; } }
  .gallery-scroll-width {
    height: 1px; }

/* Gallery nav arrows */
.gallery .cursor_right.cursor_black.cursor_s {
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/right/cursor_black_s.cur), e-resize;
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/right/cursor_black_s.png) 22 24, e-resize; }

.gallery .cursor_right.cursor_black.cursor_m {
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/right/cursor_black_m.cur), e-resize;
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/right/cursor_black_m.png) 22 24, e-resize; }

.gallery .cursor_right.cursor_black.cursor_l {
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/right/cursor_black_l.cur), e-resize;
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/right/cursor_black_l.png) 22 24, e-resize; }

.gallery .cursor_left.cursor_black.cursor_s {
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/left/cursor_black_s.cur), w-resize;
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/left/cursor_black_s.png) 0 24, w-resize; }

.gallery .cursor_left.cursor_black.cursor_m {
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/left/cursor_black_m.cur), w-resize;
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/left/cursor_black_m.png) 0 24, w-resize; }

.gallery .cursor_left.cursor_black.cursor_l {
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/left/cursor_black_l.cur), w-resize;
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/left/cursor_black_l.png) 0 24, w-resize; }

.gallery .cursor_right.cursor_white.cursor_s {
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/right/cursor_white_s.cur), e-resize;
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/right/cursor_white_s.png) 22 24, e-resize; }

.gallery .cursor_right.cursor_white.cursor_m {
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/right/cursor_white_m.cur), e-resize;
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/right/cursor_white_m.png) 22 24, e-resize; }

.gallery .cursor_right.cursor_white.cursor_l {
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/right/cursor_white_l.cur), e-resize;
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/right/cursor_white_l.png) 22 24, e-resize; }

.gallery .cursor_left.cursor_white.cursor_s {
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/left/cursor_white_s.cur), w-resize;
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/left/cursor_white_s.png) 0 24, w-resize; }

.gallery .cursor_left.cursor_white.cursor_m {
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/left/cursor_white_m.cur), w-resize;
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/left/cursor_white_m.png) 0 24, w-resize; }

.gallery .cursor_left.cursor_white.cursor_l {
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/left/cursor_white_l.cur), w-resize;
  cursor: url(https://bucket1.format-assets.com/theme_versions/8993308/assets/cursors/left/cursor_white_l.png) 0 24, w-resize; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: -12.5px 0 0;
  overflow: visible;
  outline: none; }
  @media only screen and (min-width: 850px) {
    .hamburger {
      display: none; } }
.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #444444; }

.hamburger-box {
  width: 25px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 4px;
  background-color: #444444;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -8px; }

.hamburger-inner::after {
  bottom: -8px; }

.hamburger .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

body.menu-active {
  overflow: hidden; }

.menu li > a {
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  width: auto;
  padding: 0;
  color: #444444;
  background: #ffffff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  background-color: rgba(0, 0, 0, 0); }

.menu li.item > a:hover {
  background: #ffffff;
  color: #ff3a40;
  font-style: normal;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0); }

.menu li.item.selected a {
  background: #ffffff;
  color: #ff3a40;
  font-style: normal;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0); }

.menu li.category > a {
  color: #777777;
  font-size: 14px;
  font-style: normal;
  font-weight: normal; }
  .menu li.category > a:hover {
    color: #ff3a40; }

.menu .menu-links {
  margin: 0; }

.menu ul {
  list-style: none;
  padding-left: 0; }
  .menu ul a {
    display: inline-block;
    outline: none; }
  .menu ul > .item a, .menu ul > .item span, .menu ul > .item svg,
  .menu ul .category a,
  .menu ul .category span,
  .menu ul .category svg {
    -webkit-transition: opacity 500ms ease, top 500ms ease;
    transition: opacity 500ms ease, top 500ms ease;
    position: relative;
    top: 20px;
    opacity: 0; }
  .menu ul > .item.show-link a, .menu ul > .item.show-link span, .menu ul > .item.show-link svg,
  .menu ul .category.show-link a,
  .menu ul .category.show-link span,
  .menu ul .category.show-link svg {
    top: 0px;
    opacity: 1; }
  .menu ul.fade-links > * {
    transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease; }
  .menu ul.fade-links:hover > * {
    opacity: 0.5; }
  .menu ul.fade-links > *:hover {
    opacity: 1; }

.menu .category {
  cursor: pointer;
  overflow: hidden; }
  .menu .category .category-list {
    transition: height 180ms ease-in-out, opacity 180ms ease; }
    .menu .category .category-list.collapsed {
      opacity: 0; }

.menu svg {
  width: 7px;
  margin-right: 5px; }

.menu .category-open svg {
  transform: rotate(180deg); }

.menu.open_cat svg {
  transform: rotate(180deg); }

.menu .category-list {
  margin-left: 10px; }

/*
------------------------------------------------------------------s
Desktop Header / Menu Styles
------------------------------------------------------------------
*/
.header:not(.mobile-menu) {
  display: none;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  z-index: 2;
  height: 100vh;
  width: auto;
  padding: 0 40px;
  left: 0;
  padding-left: 0px;
  padding-left: calc(0px + 40px); }
  .header.show-header:not(.mobile-menu) {
    display: block; }
  .header:not(.mobile-menu) .menu-outer {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    width: 200px;
    width: 300px; }
    .header:not(.mobile-menu) .menu-outer .menu-inner {
      height: 100vh;
      display: flex;
      flex-direction: column; }
      .header:not(.mobile-menu) .menu-outer .menu-inner .menu ul a {
        margin-bottom: 15px; }
    .header:not(.mobile-menu) .menu-outer .menu-inner {
      overflow: auto;
      height: 550px; }
  .header:not(.mobile-menu) .header-logo-container {
    position: relative; }
  .header:not(.mobile-menu) .logo {
    color: #000000;
    font-family: Benton Sans Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin: 20px 20px 30px 0; }
    .header:not(.mobile-menu) .logo a {
      color: #000000;
      font-family: Benton Sans Bold;
      font-size: 18px;
      font-style: normal;
      font-weight: normal;
      text-decoration: none;
      display: block;
      padding: 1em 0 0; }
    .header:not(.mobile-menu) .logo img {
      max-height: 195px;
      height: calc(20px + 66px); }
      @media only screen and (min-width: 850px) {
        .header:not(.mobile-menu) .logo img {
          position: fixed;
          opacity: 0; } }
    .header:not(.mobile-menu) .logo.overflow img {
      position: absolute;
      height: auto;
      max-width: 100%;
      opacity: 1; }
  .header:not(.mobile-menu) .header-items-container {
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; }
    .header:not(.mobile-menu) .header-items-container .social {
      margin: 10px 0 20px 0; }
    .header:not(.mobile-menu) .header-items-container::-webkit-scrollbar {
      -webkit-appearance: none; }
    .header:not(.mobile-menu) .header-items-container::-webkit-scrollbar:vertical {
      width: 7px; }
    .header:not(.mobile-menu) .header-items-container::-webkit-scrollbar:horizontal {
      height: 11px; }
    .header:not(.mobile-menu) .header-items-container::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background-color: rgba(0, 0, 0, 0.5); }

/*
------------------------------------------------------------------s
Mobile Header / Menu Styles
------------------------------------------------------------------
*/
.header.mobile-menu {
  z-index: 10;
  position: fixed;
  width: 100vw;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 500ms ease; }
  .header.mobile-menu.hidden {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  .header.mobile-menu .header-logo-container {
    position: relative;
    background-color: #ffffff; }
  .header.mobile-menu .logo {
    color: #000000;
    font-family: Benton Sans Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin: 0 70px 0 0; }
    .header.mobile-menu .logo a {
      color: #000000;
      font-family: Benton Sans Bold;
      font-size: 18px;
      font-style: normal;
      font-weight: normal;
      text-decoration: none;
      padding: 20px;
      display: inline-block; }
    .header.mobile-menu .logo img {
      opacity: 0;
      display: block;
      max-height: 60px;
      height: calc(20px + 66px); }
    .header.mobile-menu .logo.overflow img {
      opacity: 1;
      height: auto;
      max-width: 100%; }
  .header.mobile-menu .header-items-container {
    background-color: #ffffff;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    pointer-events: none; }
    .header.mobile-menu .header-items-container .menu-links {
      text-align: center; }
  .header.mobile-menu.active {
    overflow: auto; }
    .header.mobile-menu.active .header-items-container {
      display: block;
      overflow: auto;
      opacity: 1;
      pointer-events: auto; }
      .header.mobile-menu.active .header-items-container .menu {
        display: block; }
  .header.mobile-menu .menu-links .item a,
  .header.mobile-menu .menu-links .category a {
    padding: 12px 8px;
    line-height: 21px;
    text-align: center; }
  .header.mobile-menu .menu-links .category > a {
    font-size: 14px; }

.legacy-ios .header.mobile-menu {
  max-width: 100%; }

/*
------------------------------------------------------------------
Collection Styles
------------------------------------------------------------------
*/
body.listing .container {
  max-width: none;
  padding-bottom: 50px; }
  @media only screen and (min-width: 850px) {
    body.listing .container {
      min-width: 360px; } }
body.listing .header-element {
  position: relative;
  padding-right: 6px; }
  @media only screen and (max-width: 850px) {
    body.listing .header-element {
      padding: 0 3px; } }
  body.listing .header-element p {
    font-size: 16px; }
  body.listing .header-element img {
    max-width: 100%;
    padding-right: 6px;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 850px) {
      body.listing .header-element img {
        padding: 0 3px; } }
  body.listing .header-element .image-placeholder {
    width: 100%; }

body.listing .asset-container {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 850px) {
    body.listing .asset-container {
      padding: 1px; } }
body.listing .asset-inner {
  position: relative; }
  body.listing .asset-inner a {
    text-decoration: none; }
  body.listing .asset-inner .title {
    transition: opacity 300ms ease-in-out;
    margin-top: 5px;
    text-align: center;
    color: #ff3a40;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-family: Lato, sans-serif; }
    body.listing .asset-inner .title:hover {
      color: #ff3a40; }

body.listing .asset {
  width: 25%;
  padding-top: 6px;
  padding-right: 6px; }
  @media only screen and (max-width: 850px) {
    body.listing .asset {
      padding: 1px;
      width: 50%; } }
  body.listing .asset .image-wrap {
    opacity: 1;
    transition: opacity 0.3s ease-out; }
    body.listing .asset .image-wrap img {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      width: 100%; }
    body.listing .asset .image-wrap .image-placeholder {
      width: 100%;
      height: auto; }
  body.listing .asset:hover .image-wrap {
    opacity: 0.8; }

/*
------------------------------------------------------------------
Content Page Styles
------------------------------------------------------------------
*/
body.simple .container,
body.content .container {
  max-width: none;
  margin-right: 100px; }

/*
------------------------------------------------------------------
Blog Styles
------------------------------------------------------------------
*/
body.blog .container {
  margin-right: 0; }

.f_blog_body_typography,
.f_blog_body_typography:hover {
  color: #444444 !important;
  font-family: Lato, sans-serif !important;
  font-size: 21px !important;
  line-height: 1.65 !important; }

.f_blog_body_typography > p {
  line-height: 1.65 !important; }

.f_blog_body_typography_color,
.f_blog_body_typography_color:hover,
.blog_date_icon_path {
  fill: #444444 !important; }

.f_blog_title_typography,
.f_blog_title_typography:hover {
  color: #444444 !important;
  font-family: "Miller Banner Light", "Miller Banner Light", serif !important;
  font-size: 48px !important;
  font-style: normal !important;
  font-weight: normal !important; }

.f_blog_title_typography_hover:hover {
  color: #ff3a40 !important;
  text-decoration: underline !important; }

/* Hack to make listing hovers work nicely */
.f_blog_list a:hover h4 {
  color: #ff3a40 !important;
  text-decoration: underline !important; }

.fancybox-title .child,
.f_blog_caption_typography {
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  color: #222222 !important; }

.f_blog_caption_typography_font-size {
  font-size: 16px !important; }

@media only screen and (max-width: 850px) {
  .container .f_blog_wrapper {
    padding: 10px 20px; }
    .container .f_blog_wrapper .f_blog_post_images_slideshow_item_inner {
      width: auto;
      height: auto; }
    .container .f_blog_wrapper .f_blog_post_images_slideshow .slidesjs-container {
      margin: 0 auto; } }

/*
------------------------------------------------------------------
Client Access Pages
------------------------------------------------------------------
*/
body.client_page .private_page {
  padding-left: 20px;
  padding-right: 20px; }
  body.client_page .private_page form p {
    color: #444444 !important;
    font-size: 16px !important; }
  body.client_page .private_page form input[type='submit'] {
    color: #444444 !important;
    border: 1px solid #444444 !important; }

body.client_page .container {
  margin-right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

body.client_page .f_assets-container,
body.client_page .f_client_header {
  margin-left: 20px;
  margin-right: 20px;
  width: auto; }
  @media screen and (min-width: 768px) {
    body.client_page .f_assets-container,
    body.client_page .f_client_header {
      margin-right: 100px; } }
@media screen and (min-width: 768px) {
  body.client_page .proofing-header_fullwidth {
    max-width: unset;
    margin-left: 20px;
    margin-right: 20px; } }

body.client_page .f_assets-container.title-fullwidth {
  max-width: unset; }

.f_client_header_copy p {
  color: #444444 !important; }

.f-load-more .spinner-wrap .spinner-circle {
  stroke: #444444 !important; }

/*
------------------------------------------------------------------
Store Styles
------------------------------------------------------------------
*/
html.cart-enabled .header.align-right .menu {
  padding-right: 25px; }

html.cart-enabled .header.align-left .logo {
  padding-right: 25px; }

body.order_confirmation .btn-cancel,
.product-order-form .select2-choice {
  background: transparent !important;
  border: 1px solid rgba(68, 68, 68, 0.2) !important;
  color: #444444 !important; }

body.store #content_page_wrapper,
body.product #content_page_wrapper {
  min-width: unset; }

.product-list {
  padding-top: 20px; }

body.product .product-info h1 {
  font-size: 30px !important; }

body.product .product-info h2 {
  color: #444444;
  font-family: "Miller Banner Light", "Miller Banner Light", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1; }

body.product .product-info h2:not(.xl-headline) {
  font-size: 30px; }

body.product .product-info .product-shipping-option {
  border-color: #444444; }

body.product .product-info .product-description {
  color: #444444;
  font-family: Lato, sans-serif;
  font-size: 16px; }

@media only screen and (max-width: 850px) {
  body.product #content_page_wrapper .product-info {
    padding-bottom: 80px; }
  body.product .container {
    padding: 0 20px; } }

@media only screen and (max-width: 767px) {
  body.product .container {
    padding: 0; } }

body.product .select2-drop {
  background: #ffffff !important;
  border: 1px solid rgba(68, 68, 68, 0.2) !important;
  color: #444444 !important; }

body.product .select2-drop ul,
body.product .select2-drop ul .select2-result-label {
  border-color: rgba(68, 68, 68, 0.2) !important; }

body.product .select2-results .select2-highlighted {
  background: rgba(68, 68, 68, 0.1) !important; }

body.product .select2-results .select2-highlighted {
  color: #444444 !important; }

body.product .product-order-form .select2-container .select2-choice div b:before {
  border-top-color: rgba(68, 68, 68, 0.6) !important; }

body.order_confirmation .order-confirmation {
  border: 1px solid #444444 !important; }

body.order_confirmation .order-confirmation .order-confirmation-details {
  border-top: 1px solid #444444 !important;
  border-bottom: 1px solid #444444 !important; }

body.order_confirmation .order-confirmation .order-confirmation-details .order-confirmation-products th,
body.order_confirmation .order-confirmation.mobile .order-confirmation-details dl,
body.order_confirmation .order-confirmation.mobile .order-confirmation-products .order-confirmation-product {
  border-bottom: 1px solid #444444 !important; }

body.order_confirmation .order-confirmation .order-confirmation-total tr:last-child td,
body.order_confirmation .order-confirmation.mobile .order-confirmation-details {
  border-top: 1px solid #444444 !important; }

body.order_confirmation .order-confirmation.mobile .order-confirmation-payment {
  border: 0 !important; }

body.order_confirmation .order-confirmation .order-confirmation-details dl dt,
body.order_confirmation .order-confirmation .order-confirmation-details .order-confirmation-products th,
body.order_confirmation .order-confirmation .order-confirmation-total td:first-child {
  color: #444444 !important; }

body.order_confirmation .btn-confirm,
body.order_download .btn-return,
body.order_thank_you .btn-return,
body.order_payment_error .btn-return {
  background: #444444 !important;
  border: none !important;
  color: #ffffff !important; }

body.order_download svg {
  fill: #ff3a40; }

.f-back-to-store-link {
  color: #ff3a40;
  text-decoration: none;
  font-style: normal;
  font-weight: normal; }
  .f-back-to-store-link svg {
    fill: #ff3a40; }
  .f-back-to-store-link:hover {
    color: #ff3a40;
    text-decoration: underline;
    font-style: normal; }
    .f-back-to-store-link:hover svg {
      fill: #ff3a40; }

.order-download ul {
  padding: 0px; }

/*
------------------------------------------------------------------
Social Styles
------------------------------------------------------------------
*/
.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 50px;
  color: #777777;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: normal; }
  @media only screen and (min-width: 850px) {
    .social {
      align-items: flex-start;
      padding-bottom: 0px;
      justify-content: flex-start; } }
  .social .social-link {
    display: block;
    margin-right: 10px; }
    @media only screen and (max-width: 850px) {
      .social .social-link {
        margin: 0 9px 0 9px; } }
  .social .social-link a {
    color: #777777;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none; }
    @media only screen and (max-width: 850px) {
      .social .social-link a {
        font-size: 18px; } }
  .social .social-share-link {
    height: 22px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 3px 6px; }
    @media only screen and (max-width: 850px) {
      .social .social-share-link {
        display: none; } }
  .social .social-link a:not(.social-share) {
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 50%;
    display: block;
    padding: 3px; }
    @media only screen and (max-width: 850px) {
      .social .social-link a:not(.social-share) {
        height: 30px;
        width: 30px;
        padding: 4px; } }
  .social .social-icon {
    fill: #777777;
    height: 12px;
    overflow: visible !important; }
    @media only screen and (max-width: 850px) {
      .social .social-icon {
        height: 18px; } }
.footer {
  padding: 16px 0;
  text-align: center;
  color: #777777;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal; }
  @media only screen and (min-width: 850px) {
    .footer {
      padding-bottom: 10px;
      text-align: left; } }
@media only screen and (max-width: 850px) {
  .legacy-ios .social {
    display: block;
    text-align: center; }
  .legacy-ios .social-link {
    display: inline-block; } }

.product-list .product-name {
  font-family: "Miller Banner Light", "Miller Banner Light", serif;
  font-weight: normal;
  color: #444444;
  font-size: 30px; }

.product-list .product-price {
  font-family: Lato, sans-serif;
  color: #444444;
  font-size: 18px;
  line-height: 1.5; }

.product-list .product-name,
.product-list .product-price {
  text-align: center; }

.product-info .xl-headline {
  font-size: 45px; }

.product-order-form button.f-add-to-cart-button {
  color: #444444 !important;
  font-size: 14px !important;
  font-family: Lato, sans-serif !important;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid rgba(68, 68, 68, 0.2) !important;
  transition: background 250ms ease, border-color 250ms ease; }
  .product-order-form button.f-add-to-cart-button:hover {
    border-color: rgba(68, 68, 68, 0.8) !important;
    background: rgba(68, 68, 68, 0.05) !important; }
  .product-order-form button.f-add-to-cart-button:disabled {
    cursor: not-allowed; }
    .product-order-form button.f-add-to-cart-button:disabled:hover {
      background: #ffffff !important; }

h2, p, li {
  transition: font-size ease-in-out 130ms; }

.proofing-header__project-title {
  color: #555555 !important;
  font-size: 32px !important;
  font-family: Benton Sans Book !important;
  font-weight: normal !important;
  line-height: 1.8 !important; }

.proofing-header__client-name {
  color: #444444;
  font-family: Lato, sans-serif;
  font-size: 16px; }

.proofing-header__actions__container {
  background: #ffffff; }

.proofing-header__action {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #444444;
  border: 1px solid #444444; }
  .proofing-header__action:hover {
    color: #444444; }
  .proofing-header__action--download, .proofing-header__action--favorites, .proofing-header__action--view, .proofing-header__action--cart--desktop {
    color: #444444 !important;
    font-size: 16px;
    font-family: Lato, sans-serif;
    border-radius: 2px;
    background: #ffffff;
    border-color: rgba(68, 68, 68, 0.5) !important;
    transition: background 250ms ease, border-color 250ms ease; }
    .proofing-header__action--download:hover, .proofing-header__action--favorites:hover, .proofing-header__action--view:hover, .proofing-header__action--cart--desktop:hover {
      color: #444444 !important;
      border-color: rgba(68, 68, 68, 0.8) !important;
      background: rgba(68, 68, 68, 0.05) !important; }

.private-page {
  color: #444444;
  font-family: Lato, sans-serif;
  font-size: 16px; }

.private-page__header {
  color: #444444;
  font-family: "Miller Banner Light", "Miller Banner Light", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1; }

.private-page__logo {
  color: #000000;
  font-family: Benton Sans Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal; }

.private-page__form-submit {
  color: #444444 !important;
  font-size: 16px !important;
  font-family: Lato, sans-serif !important;
  border-radius: 2px !important;
  background: #ffffff !important;
  border-color: rgba(68, 68, 68, 0.5) !important;
  transition: background 250ms ease, border-color 250ms ease; }
  .private-page__form-submit:hover {
    border-color: rgba(68, 68, 68, 0.8) !important;
    background: rgba(68, 68, 68, 0.05) !important; }

.private-page__field-input:not(.private-page__field-input--invalid),
.download-folder__download-button,
.private-page__form-submit {
  border-color: rgba(68, 68, 68, 0.5); }
  .private-page__field-input:not(.private-page__field-input--invalid):focus,
  .download-folder__download-button:focus,
  .private-page__form-submit:focus {
    border-color: rgba(68, 68, 68, 0.8); }

.client_page .f_assets-container {
  font-size: 16px; }

.img-title .f_asset-title_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, calc(0 / 100));
  z-index: 0;
  pointer-events: none; }

.f_assets-container .overlay_text_copy {
  color: #FFFFFF;
  font-size: 80px;
  font-family: Benton Sans Bold;
  font-weight: normal;
  line-height: 1.2 !important; }
  @media only screen and (max-width: 767px) {
    .f_assets-container .overlay_text_copy {
      font-size: 8vw; } }
  @media only screen and (max-width: 767px) and (max-width: 250px) {
    .f_assets-container .overlay_text_copy {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) and (min-width: 1000px) {
    .f_assets-container .overlay_text_copy {
      font-size: 80px; } }
.f-load-more .spinner-wrap .spinner-circle {
  stroke: #444444; }

.private-page__back-button {
  color: #ff3a40;
  text-decoration: none;
  font-style: normal;
  font-weight: normal; }

.private-page__form-container {
  background-color: #ffffff; }

.f_asset-filename, .f_asset-filename * {
  text-align: Left; }

.f_asset-filename, .f_asset-filename * {
  color: #555555 !important;
  font-family: Benton Sans Book !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: inherit !important; }

/* ---- Start Flexible Grid Styles ---- */
.flexible_grid {
  margin: 0 20px;
  max-width: 100% !important; }
  @media only screen and (min-width: 768px) {
    .flexible_grid {
      margin: 0 20px !important; } }
/* ---- End Flexible Grid Styles ---- */
.f_client_gallery {
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, 160px); }
  @media only screen and (min-width: 768px) {
    .f_client_gallery {
      grid-gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .f_client_gallery {
      grid-template-columns: repeat(2, 160px); } }
  @media only screen and (min-width: 768px) {
    .f_client_gallery {
      grid-template-columns: repeat(auto-fill, 200px); } }
  .f_client_gallery .f_asset-image {
    margin: 0 !important; }
  .f_client_gallery .f_asset_inner {
    height: 160px;
    width: 160px; }
    @media only screen and (max-width: 767px) {
      .f_client_gallery .f_asset_inner {
        height: auto;
        width: auto; } }
    @media only screen and (min-width: 768px) {
      .f_client_gallery .f_asset_inner {
        height: 200px;
        width: 200px; } }
    .f_client_gallery .f_asset_inner img {
      max-height: 160px;
      max-width: 160px; }
      @media only screen and (max-width: 767px) {
        .f_client_gallery .f_asset_inner img {
          max-height: auto;
          max-width: auto; } }
      @media only screen and (min-width: 768px) {
        .f_client_gallery .f_asset_inner img {
          max-height: 200px;
          max-width: 200px; } }
#content_page_wrapper ._4ORMAT_module_image_set_04 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_03 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_02 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 18px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_01 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 18px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_05 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_map_02 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_map_04 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_map_03 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_map_01 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_slideshow_02 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --secondary-color: #2F333F;
  --navigation-icon-color: #ffffff;
  --button-style: solid;
  --button-padding: 15px 30px;
  --button-font-size: 14px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 26px;
  --heading-typography-line-height: 1.5;
  --description-typography-font-family: ;
  --description-typography-font-size: 12px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --slide-cta-items-align: start;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --image-spacing: 20px; }

#content_page_wrapper ._4ORMAT_module_mailing_list_02 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --secondary-color: #000000;
  --button-style: solid;
  --content-padding: 100px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 36px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 14px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_mailing_list_01 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --button-style: solid;
  --overlay-opacity: 0.5;
  --content-padding: 100px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 36px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 14px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_slideshow_05 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --secondary-color: #fbfbfb;
  --button-style: solid;
  --button-padding: 15px 30px;
  --button-font-size: 14px;
  --navigation-color: #000000;
  --overlay-opacity: 0.45;
  --overlay-color: #000000;
  --overlay-color-rgb: 0, 0, 0;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 26px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 12px;
  --description-typography-line-height: 1.6;
  --pagination-display: block;
  --slideshow-height: 726px;
  --slide-cta-items-align: start;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_slideshow_01 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --button-style: solid;
  --button-padding: 15px 30px;
  --button-font-size: 14px;
  --overlay-opacity: 0.5;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 42px;
  --heading-typography-line-height: 1.5;
  --description-typography-font-family: ;
  --description-typography-font-size: 15px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --slide-content-align: center;
  --slide-items-align: center;
  --slide-description-text-align: center;
  --slide-link-position: absolute;
  --slide-link-width: 100%;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_layered_02 {
  --primary-color: #FFFFFF;
  --inverted-primary-color: #000000;
  --button-style: solid;
  --content-padding: 100px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 36px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 14px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_layered_01 {
  --primary-color: #FFFFFF;
  --inverted-primary-color: #000000;
  --button-style: solid;
  --overlay-opacity: 0.5;
  --content-padding: 100px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 36px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 14px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_title_24 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --overlay-opacity: 0.35;
  --title-text-size: 100px;
  --overlay-color: #000000;
  --overlay-color-rgb: 0, 0, 0;
  --title_text_hover_state: underline;
  --title-typography-font-family: ;
  --title-typography-line-height: ;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_title_25 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --overlay-opacity: 0.35;
  --title-text-size: 100px;
  --overlay-color: #000000;
  --overlay-color-rgb: 0, 0, 0;
  --title_text_hover_state: underline;
  --title-typography-font-family: ;
  --title-typography-line-height: ;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_title_26 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --overlay-opacity: 0.35;
  --title-text-size: 100px;
  --description-text-size: 16px;
  --title-page-flexbox-alignment: center;
  --title-page-text-alignment: center;
  --overlay-color: #000000;
  --overlay-color-rgb: 0, 0, 0;
  --title-typography-font-family: ;
  --title-typography-line-height: 1.7;
  --description-typography-font-family: ;
  --description-typography-font-size: px;
  --description-typography-line-height: 1.7;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_01 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_02 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_image_set_06 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_03 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_05 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_07 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_08 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_image_set_07 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 0px;
  --horizontal-offset: 25%;
  --horizontal-spacing: 0px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_09 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 0px;
  --horizontal-offset: 50%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_08 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 0px;
  --horizontal-offset: 25%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_09 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_06 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_image_set_12 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 48px;
  --grid-column-count: 3;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_10 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 0px;
  --grid-column-count: 3;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_11 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 48px;
  --grid-column-count: 2;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_13 {
  --slideshow-background: transparent;
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 48px;
  --grid-column-count: 3;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_comparison_slider_01 {
  --slideshow-height: 726px;
  --slider-default-position: 50;
  --slider-color: #000000;
  --slider-icon-color: #FFFFFF;
  --label-text-color: #444444;
  --label-font: ;
  --label-font-size: 16;
  --label-overlay-background-color: 0, 0, 0;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-line-thickness: 6;
  --slider-size: 48;
  --slider-icon-width: 9px;
  --slider-icon-height: 14px;
  --slider-icon-margin: 6px;
  --slider-icon-shape: 50%; }

h2, p, li {
  transition: font-size ease-in-out 130ms; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row {
  color: #444444; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline span,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline span {
  color: #444444;
  font-family: "Miller Banner Light", "Miller Banner Light", serif;
  line-height: 1.4 !important;
  font-size: 36px; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 {
  color: #444444;
  font-family: "Miller Banner Light", "Miller Banner Light", serif;
  line-height: 1.4 !important;
  font-size: 21px;
  font-weight: bold; }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 span,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 span {
    font-family: inherit; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li {
  color: #444444;
  font-family: Lato, sans-serif;
  line-height: 1.7 !important;
  font-size: 16px; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text {
  color: #777777;
  font-family: Lato, sans-serif;
  line-height: 1.7 !important;
  font-size: 12px; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a span,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a span {
  color: #ff3a40;
  text-decoration: none;
  font-weight: normal;
  font-style: normal; }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a:hover, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a:hover, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a span:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a span:hover {
    color: #ff3a40;
    text-decoration: underline; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input:not(.btn),
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input:not(.btn) {
  color: #777777 !important;
  font-size: 16px !important;
  font-family: Lato, sans-serif !important;
  border-color: rgba(68, 68, 68, 0.5) !important; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input.btn, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a.format_flex_button,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input.btn,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a.format_flex_button {
  color: #444444 !important;
  font-size: 16px !important;
  font-family: Lato, sans-serif !important;
  border-radius: 2px !important;
  background: #ffffff !important;
  border: 1px solid rgba(68, 68, 68, 0.5) !important;
  transition: background 250ms ease, border-color 250ms ease; }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input.btn:hover, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a.format_flex_button:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input.btn:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a.format_flex_button:hover {
    border-color: rgba(68, 68, 68, 0.8) !important;
    background: rgba(68, 68, 68, 0.05) !important; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row {
  padding-top: 16px;
  padding-bottom: 16px; }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module {
    padding: 0; }
    @media only screen and (max-width: 640px) {
      body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .twelvecol,
      body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .twelvecol:first-child,
      body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .twelvecol,
      body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .twelvecol:first-child {
        margin: 0; } }
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .format-slideshow .format-slideshow__slide-heading--link,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .format-slideshow .format-slideshow__slide-heading--link {
      text-decoration: none;
      font-weight: normal;
      font-style: normal; }
      body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .format-slideshow .format-slideshow__slide-heading--link:hover,
      body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .format-slideshow .format-slideshow__slide-heading--link:hover {
        text-decoration: underline; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1500ms, transform 950ms;
  transition-timing-function: cubic-bezier(0.5, 0, 0.2, 1); }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row.in-viewport,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row.in-viewport {
    opacity: 1;
    transform: translateY(0px); }

@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline {
    font-size: 8vw; } }
  @media only screen and (max-width: 767px) and (max-width: 250px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) and (min-width: 450px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline {
      font-size: 36px; } }
@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 {
    font-size: 6vw; } }
  @media only screen and (max-width: 767px) and (max-width: 266.6666666667px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) and (min-width: 350px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 {
      font-size: 21px; } }
@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li {
    font-size: 4vw; } }
  @media only screen and (max-width: 767px) and (max-width: 300px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li {
      font-size: 12px; } }
  @media only screen and (max-width: 767px) and (min-width: 400px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li {
      font-size: 16px; } }
@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text {
    font-size: 3vw; } }
  @media only screen and (max-width: 767px) and (max-width: 266.6666666667px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text {
      font-size: 8px; } }
  @media only screen and (max-width: 767px) and (min-width: 400px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text {
      font-size: 12px; } }
@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input {
    font-size: 4vw; } }
  @media only screen and (max-width: 767px) and (max-width: 300px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input {
      font-size: 12px; } }
  @media only screen and (max-width: 767px) and (min-width: 400px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input {
      font-size: 16px; } }
