/*
Theme Name: Zasco Productions LLC
Theme URI: http://cdevision.com/
Author: cdeVision
Author URI: http://cdevision.com/
Description: Custom theme for Zasco Productions LLC
Version: 3.0
License: No copy or resale
License URI: http://cdevision.com/
Text Domain: Zasco Productions LLC
Tags: 
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Box sizing everything - added
   ========================================================================== */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*	
    --------------------------------------------------
    Body
	--------------------------------------------------
*/
html {
  overflow-y: scroll; }

body {
  background: #FFF;
  font-size: 16px;
  line-height: 26px;
  color: #444;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0; }

#skipnav {
  display: none; }

/*	
    --------------------------------------------------
   	Grid
	-------------------------------------------------- 
*/
.container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto; }

.main-content-inner {
  display: grid;
  max-width: 100%;
  grid-template-columns: minmax(15px, 1fr) minmax(50px, calc(1280px / 3)) minmax(50px, calc(1280px / 3)) minmax(50px, calc(1280px / 3)) minmax(15px, 1fr); }

.fullscreen {
  grid-column: 1 / 6; }

.fullwidth {
  grid-column: 2 / 5; }

.twothirds {
  grid-column: 3 / 5; }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px; }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px; }

.col.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px; }

@media (max-width: 1030px) {
  .col.sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .col.sidebar img {
    max-width: 100%;
    height: auto; } }

/* tablet */
@media (max-width: 860px) {
  .main-content-inner {
    grid-template-columns: 20px minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr) 20px; }
  .columns.textimage .col.right img {
    max-width: 100%;
    height: auto; }
  .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .columns.three .col {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .columns.four .col {
    max-width: 50%;
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
  .col.sidebar {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-top: 50px; }
  .columns.revmob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

/* small Mobile */
@media (max-width: 600px) {
  .container {
    padding: 0 20px; }
  .columns {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important; }
  .columns .col,
  .col.sidebar {
    max-width: 100% !important;
    width: 100% !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important; } }

/*	
    --------------------------------------------------
    Typography
	--------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
  margin: 20px 0 10px 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #323232;
  text-decoration: none;
  font-weight: 500; }

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
  text-align: center; }

h1.no-margin-top,
h2.no-margin-top,
h3.no-margin-top,
h4.no-margin-top,
h5.no-margin-top,
h6.no-margin-top {
  margin-top: 0; }

h1,
.h1 {
  font-size: 36px;
  line-height: 44px;
  color: #323232;
  font-weight: 500;
  margin: 20px 0 10px 0; }

h2,
.h2 {
  font-size: 28px;
  line-height: 36px;
  color: #323232;
  font-weight: 500;
  margin: 20px 0 10px 0; }

h3,
.h3 {
  font-size: 24px;
  line-height: 32px;
  color: #323232;
  font-weight: 500;
  margin: 20px 0 10px 0; }

h4,
.h4 {
  font-size: 18px;
  line-height: 26px;
  color: #323232;
  font-weight: 500;
  margin: 20px 0 10px 0; }

h5,
h6 {
  font-size: 18px;
  line-height: 26px;
  color: #323232;
  font-weight: 500;
  margin: 20px 0 10px 0; }

/* Mobile */
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 38px; }
  h2,
  .h2 {
    font-size: 22px;
    line-height: 30px; }
  h3,
  .h3 {
    font-size: 18px;
    line-height: 26px; }
  h4,
  .h4 {
    font-size: 14px;
    line-height: 22px; }
  h5,
  h6 {
    font-size: 14px;
    line-height: 22px; } }

p {
  font-size: 16px;
  line-height: 26px;
  color: #444;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-weight: normal;
  margin: 0 0 30px 0; }

p.smallmargin {
  margin: 0 0 10px 0; }

p img {
  margin: 0; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul {
  margin: 0 0 30px 20px;
  padding: 0; }

ul li {
  margin: 0 0 8px 0;
  padding: 0 0 0 4px;
  list-style: url(images/bullet.png); }

ul ul {
  margin: 10px 0 10px 60px;
  padding: 0; }

ol {
  margin: 0 0 30px 20px;
  padding: 0; }

ol li {
  margin: 0 0 8px 0;
  padding: 0 0 0 4px; }

ol ol {
  margin: 10px 0 10px 60px;
  padding: 0; }

blockquote {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  line-height: 22px; }

blockquote p {
  padding: 0 0 0 45px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 22px;
  border: none; }

p.wp-caption-text {
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: center !important;
  padding: 10px 20px 0 20px;
  color: #666;
  font-style: normal;
  margin: 0; }

.gallery-caption {
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: center !important;
  padding: 4px 35px 0 10px;
  color: #666;
  font-style: normal;
  margin: 0; }

/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
a {
  color: #DC0202;
  line-height: inherit;
  word-wrap: break-word;
  font-weight: bold;
  text-decoration: none; }

a:visited {
  color: inherit;
  text-decoration: inherit; }

a:focus {
  color: inherit;
  outline: none;
  text-decoration: inherit; }

a:visited {
  line-height: inherit;
  color: #DC0202; }

a:hover {
  color: #9B0202;
  font-weight: bold;
  text-decoration: none !important; }

a.box {
  display: inline-block;
  margin: 0;
  padding: 8px 30px 8px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  font-style: normal !important;
  font-weight: 500 !important;
  position: relative;
  background: #DC0202;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

a.box:visited {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit; }

a.box:before {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 24px;
  line-height: 24px;
  content: "\f105";
  font-weight: 400;
  font-family: "FontAwesome";
  -webkit-transform: translate(0, calc(-50% - 1px));
          transform: translate(0, calc(-50% - 1px)); }

a.box.rev {
  padding: 0 16px 0 0;
  color: #DC0202;
  background: none; }

a.box.rev:visited {
  color: #DC0202; }

a.box.rev:before {
  right: 0; }

a.box.white {
  color: #FFF; }

a.box.white:visited {
  color: #FFF; }

a.box.pdf {
  padding-right: 38px; }

a.box.pdf.rev {
  padding-right: 24px; }

a.box.pdf:before {
  font-size: 16px;
  content: "\f1c1"; }

a.box.pdf.rev:before {
  -webkit-transform: translate(0, calc(-50% - 1px));
          transform: translate(0, calc(-50% - 1px)); }

a.box.instagram {
  padding-right: 36px; }

a.box.instagram:before {
  font-size: 18px;
  content: "\f16d"; }

a.box.facebook {
  padding-right: 36px; }

a.box.facebook:before {
  font-size: 18px;
  content: "\f082"; }

a.box.back {
  padding: 6px 12px 6px 30px; }

a.box.back:before {
  position: absolute;
  right: auto;
  left: 12px;
  content: "\f104"; }

a.box.back.rev {
  padding: 6px 12px 6px 16px; }

a.box.back.rev:before {
  left: 0; }

a.box:hover {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
  background: #9B0202; }

a.box.rev:hover {
  color: #9B0202;
  text-decoration: inherit;
  font-weight: inherit;
  background: none; }

p.linkwrap {
  margin-top: -10px; }

/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.clearfloats {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0px; }

.clearfloats.spacer {
  height: 20px; }

.no-pad {
  padding: 0; }

div[id*='gallery-'] {
  margin: 20px 0 20px 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px; }

.galleryblock.two div[id*='gallery-'] {
  grid-template-columns: 1fr 1fr; }

.accordiancontent div[id*='gallery-'] {
  margin: 20px 0 20px 0 !important; }

div[id*='gallery-'] .gallery-item {
  margin: 0 !important; }

.gallery-item {
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important; }

.gallery br {
  display: none !important; }

/* Mobile */
@media (max-width: 767px) {
  div[id*='gallery-'] {
    grid-template-columns: 1fr 1fr;
    gap: 20px; } }

div[id*='gallery-'] img {
  border: none !important;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block; }

div[id*='gallery-'] img:hover {
  opacity: 0.8; }

img[class*="wp-image-"] {
  margin-top: 0;
  margin-bottom: 0; }

/* Images sizes */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.alignleft {
  float: left;
  margin: 4px 30px 20px 0 !important;
  display: block; }

.alignright {
  float: right;
  margin: 4px 0 20px 30px !important;
  display: block; }

.widget {
  margin-bottom: 0;
  margin-top: 0; }

.wp-caption {
  padding: 0;
  border: none; }

@media handheld, only screen and (max-width: 767px) {
  .alignleft {
    max-width: 40% !important;
    height: auto; }
  .alignright {
    max-width: 40% !important;
    height: auto; }
  .main-content-inner img {
    max-width: 100%;
    height: auto; } }

@media (max-width: 767px) {
  .attachment-thumbnail {
    max-width: 100% !important;
    height: auto !important; } }

.fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important; }

.fancybox-toolbar {
  right: auto !important;
  left: 0;
  top: 0; }

/* Object Fit Image */
.object-fit-image {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden; }

.object-fit-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center center;
     object-position: center center; }

/* Appear Items */
.has-animation {
  opacity: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }

.has-animation.animate-in {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important; }

/*	--------------------------------------------------
   	Header
	-------------------------------------------------- */
/* Header */
.site-header {
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #FFF;
  z-index: 9999; }

.site-header.scrolled {
  border-bottom: 1px solid #CCC; }

.site-header .wrap {
  position: static; }

.site-header__pad {
  height: 156px;
  position: relative; }

/* Mobile */
@media (max-width: 767px) {
  .site-header {
    position: static; }
  .site-header__pad {
    height: 186px; } }

/* Site Branding */
.site-branding {
  width: 196px;
  height: 150px;
  position: absolute;
  top: 4px;
  left: 20px; }

.site-branding__site-title {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.site-branding__site-title a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -4000px;
  background: url(images/logo.png) no-repeat;
  background-size: contain; }

/* Mobile */
@media (max-width: 767px) {
  .site-branding {
    width: 196px;
    height: 150px;
    position: absolute;
    bottom: auto;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

/* Tool */
.tool {
  position: absolute;
  right: 20px;
  top: 35px; }

.tool .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.tool span {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #323232;
  font-weight: 400;
  text-transform: uppercase; }

@media (max-width: 1250px) {
  #masthead .tool {
    right: 70px;
    top: 23px; }
  .mobile-menu-cover .tool {
    display: none;
    position: static;
    margin: 15px 30px 0 30px; }
  .mobile-menu-cover .tool .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

/* Mobile */
@media (max-width: 860px) {
  #masthead .tool {
    display: none; }
  .social.header {
    margin: 0 0 25px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

/* Social */
.social {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px; }

.social a.fa {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin-left: 10px;
  text-align: center;
  text-decoration: none;
  color: #323232;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition-duration: .5s;
          transition-duration: .5s; }

.social a.fa:hover {
  color: #9B0202; }

@media (max-width: 1250px) {
  .mobile-menu-cover .tool .social {
    position: static;
    margin: 0 0 50px 0; }
  .mobile-menu-cover .tool .social a.fa {
    font-size: 28px;
    line-height: 30px;
    color: #FFF;
    padding: 0;
    margin: 0 20px 0 0; }
  .mobile-menu-cover .tool .social a.fa:hover {
    color: rgba(255, 255, 255, 0.8); } }

/* Phone */
a.phone {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #323232;
  font-weight: 400;
  padding-left: 16px;
  margin-right: 20px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

a.phone:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 22px;
  line-height: 30px;
  content: "\f10b";
  font-weight: 400;
  font-family: "FontAwesome";
  -webkit-transform: translate(0, calc(-50%));
          transform: translate(0, calc(-50%)); }

a.phone:hover {
  color: #9B0202; }

@media (max-width: 1250px) {
  .mobile-menu-cover .tool a.phone {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 30px 0;
    color: #FFF; } }

/*	--------------------------------------------------
   	Nav Bar - Desk
	-------------------------------------------------- */
.primary-navigation {
  position: absolute;
  bottom: 12px;
  right: 20px; }

.primary-navigation .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 9999; }

.primary-menu .menu-item {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none; }

.primary-menu .menu-item a {
  display: block;
  font-size: 17px;
  line-height: 44px;
  margin: 0;
  padding: 0 10px;
  text-decoration: none;
  color: #333;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase; }

.primary-menu .menu-item:last-child a {
  padding-right: 0; }

.primary-menu .menu-item.current_page_item > a,
.primary-menu .menu-item.current-menu-item > a,
.primary-menu .menu-item.current-post-ancestor > a,
.primary-menu .menu-item.current-category-ancestor > a,
.primary-menu .menu-item.current_page_ancestor > a {
  color: #DC0202; }

.primary-menu .menu-item:hover > a {
  color: #9B0202; }

.primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 0;
  z-index: 99999;
  background: #9B0202;
  padding: 0; }

/*.menu-desk > ul > li:hover > ul { display:block; }*/
.primary-menu .sub-menu .menu-item {
  padding: 0;
  margin: 0; }

.primary-menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 5px 10px;
  color: #FFF;
  background: none;
  white-space: nowrap; }

.primary-menu .sub-menu .menu-item:first-child a {
  padding-top: 12px; }

.primary-menu .sub-menu .menu-item:last-child a {
  padding-bottom: 12px; }

.primary-menu .menu-item .sub-menu .menu-item a:hover {
  color: #C46A6A; }

.primary-menu .menu-item .sub-menu .menu-item.current-menu-item > a {
  color: #C46A6A; }

@media (max-width: 1250px) {
  .primary-navigation {
    display: none; } }

/*	--------------------------------------------------
   	Menu Mobile
	-------------------------------------------------- */
.mobile-hamburger {
  display: none;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999999; }

.mobile-hamburger__link {
  background: #000 url(images/mob.png) 0 0 no-repeat !important;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  padding: 0;
  text-indent: -4000px; }

.mobile-hamburger__link.open {
  background: #000 url(images/mob.png) 0 -30px no-repeat !important; }

.mobile-menu-cover {
  display: none;
  background: #000 url(images/intro_back.png) left top repeat-y;
  color: #FFF;
  padding: 0;
  clear: both;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  height: 150%;
  max-width: 340px;
  min-width: 340px;
  overflow: auto;
  z-index: 99999; }

.mob-nav-container {
  margin: 0;
  padding: 0;
  display: none; }

.mob-nav-menu {
  margin: 40px 30px 0 40px;
  padding: 0; }

.mob-nav-menu .menu-item {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }

.mob-nav-menu .menu-item a {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  line-height: 28px;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: #FFF;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

.mob-nav-menu .menu-item a:hover {
  color: rgba(255, 255, 255, 0.8); }

.mob-nav-menu .sub-menu {
  display: none;
  margin: 0 0 10px 20px;
  padding: 0;
  z-index: 99999;
  padding: 0; }

.mob-nav-menu .sub-menu .menu-item a {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: #FFF;
  margin: 0;
  font-weight: 400;
  font-style: normal; }

.mob-nav-menu .sub-menu .menu-item:first-child a {
  padding-top: 4px; }

.mob-nav-menu .sub-menu .menu-item:last-child a {
  padding-bottom: 10px; }

@media (max-width: 1250px) {
  .mobile-hamburger {
    display: block;
    top: 22px;
    right: 20px; }
  .mobile-menu-cover {
    max-width: 340px;
    min-width: 340px; } }

@media (max-width: 660px) {
  .mobile-hamburger {
    top: 10px;
    right: 10px; }
  .mobile-menu-cover {
    max-width: 100%;
    min-width: 100%; } }

/*	--------------------------------------------------
   	Home
	-------------------------------------------------- */
/* Alert */
.alertbar {
  background: #DC0202;
  padding: 20px 0;
  font-family: "Ubuntu", sans-serif;
  color: #FFF;
  font-size: 16px;
  line-height: 24px; }

.alertbar .container {
  position: relative; }

.alertbar .text {
  padding-right: 30px;
  color: #FFF;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px; }

.alertbar .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  margin-top: 2px;
  background: url(images/alert-icon.png) no-repeat; }

.alertbar .text p {
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
  margin: 0; }

.alertbar .text a {
  color: #FFF;
  font-weight: normal;
  text-decoration: underline; }

.alertbar .text a:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline; }

.alertbar .close {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 16px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  color: #FFF;
  font-weight: normal; }

.alertbar .close:hover {
  opacity: 0.8;
  cursor: pointer; }

@media (max-width: 767px) {
  .alertbar .close {
    right: 20px; } }

/* Slideshow */
.main-content-home {
  padding-top: 156px; }

/* mobile */
@media (max-width: 767px) {
  .main-content-home {
    padding-top: 0; } }

.home-slideshow-wrap {
  position: relative;
  height: 740px; }

.homeslideshow {
  position: static;
  height: 740px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s; }

.homeslideshow.slick-initialized {
  opacity: 1; }

.homeslideshow .slide {
  position: relative;
  height: 740px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.homeslideshow .slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.homeslideshow .slick-prev {
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: +1; }

.homeslideshow .slick-next {
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: +1; }

@media (max-width: 1420px) {
  .homeslideshow .slick-arrow {
    display: none !important; } }

/* mobile */
@media (max-width: 767px) {
  .home-slideshow-wrap {
    height: auto;
    overflow: visible; }
  .homeslideshow {
    height: auto;
    position: relative;
    overflow: visible; }
  .homeslideshow .slide {
    height: auto;
    overflow: visible; }
  .homeslideshow .slide img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; } }

/* Slideshow Overlay */
.slideshow_overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 1280px;
  width: 1280px;
  height: 740px;
  z-index: 20; }

.slideshow_overlay .text {
  position: relative;
  padding: 20px 20px 30px 30px;
  background: rgba(0, 0, 0, 0.75) url(images/intro_back.png) left top repeat-y;
  color: #FFF;
  max-width: 505px;
  margin-left: 80px;
  opacity: 0;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s; }

.slideshow_overlay .text.fadein {
  opacity: 1.0; }

.slideshow_overlay .text h2 {
  position: relative;
  font-size: 36px;
  line-height: 46px;
  color: #FFF;
  margin: 0; }

.slideshow_overlay .text a.box {
  position: absolute;
  bottom: 0;
  right: 20px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%); }

@media (max-width: 1280px) {
  .slideshow_overlay {
    max-width: 100%;
    width: 100%; } }

@media (max-width: 1000px) {
  .slideshow_overlay .text h2 {
    position: relative;
    font-size: 26px;
    line-height: 36px; } }

/* mobile */
@media (max-width: 767px) {
  .slideshow_overlay {
    position: static;
    display: black;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 260px; }
  .slideshow_overlay .text {
    position: relative;
    padding: 20px 20px 80px 30px;
    background: rgba(0, 0, 0, 0.75) url(images/intro_back.png) left top repeat-y;
    color: #FFF;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    opacity: 1;
    -webkit-transition-duration: 0.35s;
            transition-duration: 0.35s; }
  .slideshow_overlay .text a.box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

/* Elevator */
.elevator {
  background: #FFF url(images/elevator_back.png) center bottom no-repeat;
  padding: 60px 0; }

.elevator .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px; }

.elevator .wrap .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 490px;
          flex: 0 0 490px; }

.elevator .wrap .right {
  padding-right: 80px; }

.elevator h2 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 20px 0; }

.elevator p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px 0; }

.elevator .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px; }

/* mobile */
@media (max-width: 1000px) {
  .elevator {
    background: #FFF url(images/elevator_back.png) -1100px bottom no-repeat;
    padding: 50px 0; }
  .elevator .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .elevator .wrap .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0; }
  .elevator .wrap .right {
    padding-right: 0; } }

/* quote */
.quote_insta {
  position: relative;
  height: 840px;
  background: #000;
  overflow: hidden; }

.quote_insta img.background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10; }

.home_quote_wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 540px;
  width: 1280px;
  z-index: 20; }

.home_quote {
  position: static;
  background: #DC0202;
  padding: 40px 30px;
  color: #FFF;
  max-width: 725px;
  z-index: 20; }

.home_quote_text {
  padding-left: 60px;
  background: url(images/quote_rev.png) 0 0 no-repeat; }

.home_quote_text p {
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #FFF;
  margin-bottom: 10px; }

.home_quote_by p {
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  margin: 0;
  text-align: right; }

@media (max-width: 1280px) {
  .home_quote_wrap {
    width: 100%; }
  .home_quote {
    margin-left: 30px; } }

/* mobile */
@media (max-width: 1000px) {
  .quote_insta {
    height: auto; }
  .quote_insta img.background {
    position: static;
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0; }
  .home_quote_wrap {
    position: static;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 50%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    height: auto;
    width: auto;
    z-index: 20; }
  .home_quote {
    position: static;
    background: #DC0202;
    padding: 30px;
    color: #FFF;
    max-width: 100%;
    z-index: 20;
    margin: 0; }
  .home_quote_text p {
    font-size: 20px;
    line-height: 30px; }
  .home_quote_by p {
    font-size: 16px;
    line-height: 24px; } }

/* Instagram */
.instagram_back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 30; }

.instagram_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto; }

.instagram_wrap .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 892px;
          flex: 0 0 892px; }

.instagram_wrap h3 {
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 15px 0;
  color: #FFF; }

.instagram_wrap .link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }

@media (max-width: 1300px) {
  .instagram_wrap {
    height: 100%;
    max-width: 100%;
    margin: 0 20px; }
  .instagram_wrap .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%; } }

/* mobile */
@media (max-width: 1000px) {
  .instagram_back {
    position: static;
    height: auto;
    padding: 30px 20px; }
  .instagram_wrap {
    display: block; }
  .instagram_wrap h3 {
    font-size: 34px;
    line-height: 44px; } }

#sb_instagram {
  width: 100%; }

#sbi_images {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  width: 100%; }

#sbi_images .sbi_item {
  display: block !important;
  width: 100% !important;
  height: auto !important; }

#sbi_images .sbi_photo_wrap {
  display: block !important;
  width: 100% !important;
  height: auto !important; }

@media (max-width: 1000px) {
  #sbi_images {
    margin-bottom: 30px; } }

/* mobile */
@media (max-width: 767px) {
  #sbi_images {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100% !important;
    margin-bottom: 30px; } }

/*	--------------------------------------------------
   	Content
	-------------------------------------------------- */
/* Page wrap */
.pagewrap {
  padding: 0 0 80px 0;
  padding-top: 156px; }

.preloadimage {
  display: none; }

/* Mobile */
@media (max-width: 767px) {
  .pagewrap {
    padding: 0 0 60px 0;
    padding-top: 0; } }

/* Page header */
.page-header {
  background-color: #EFEFEF;
  height: 120px;
  position: relative;
  overflow: hidden; }

.page-header img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  z-index: 10; }

#header h1 {
  margin: 60px 0 30px 0; }

body.page-template-default #header h1 {
  text-transform: uppercase; }

/* Mobile */
@media (max-width: 767px) {
  #header h1 {
    margin: 40px 0 20px 0; } }

/* Main Content */
.main-content-inner > *:first-child,
body.single .postcatsingle + *,
.formtemplatecontent > *:first-child,
.sidebar > *:first-child {
  margin-top: 0; }

.intro {
  font-size: 18px;
  line-height: 28px; }

.intro p {
  font-size: 18px;
  line-height: 28px; }

.bullet2 ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }

.bullet3 ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }

.bullet4 ul {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }

@media (max-width: 1100px) {
  .bullet4 ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }

@media (max-width: 930px) {
  .bullet3 ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }

@media (max-width: 767px) {
  .bullet2 ul,
  .bullet3 ul,
  .bullet4 ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; } }

/* Team Sinle */
.team_single_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 60px; }

.team_single_columns .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 297px;
          flex: 0 0 297px; }

.team_single_columns .right h1 {
  margin: 0 0 20px 0; }

@media (max-width: 800px) {
  .team_single_columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .team_single_columns .left .team_card {
    max-width: 297px; } }

/* Work archive */
.work_intro {
  margin: -10px 0 0 0; }

.workgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px; }

.work_card {
  display: block;
  position: relative;
  max-width: 400px;
  overflow: hidden;
  background: #000; }

.work_card .object-fit-image {
  padding-bottom: 75%; }

.work_card .object-fit-image img {
  height: 101%;
  width: 101%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }

.work_card:hover .object-fit-image img {
  height: 106%;
  width: 106%; }

.work_card .entry-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }

.work_card:hover .entry-header {
  background: rgba(0, 0, 0, 0.85); }

.work_card h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #FFF;
  margin: 0; }

.work_card .end_user {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #FFF;
  margin: 0; }

.work_card .project {
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  font-weight: 400; }

/* Mobile */
@media (max-width: 1000px) {
  .workgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 830px; } }

/* Mobile */
@media (max-width: 650px) {
  .workgrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 400px; } }

/* Work Single */
.work_single_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px; }

.work_single_intro .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 756px;
          flex: 0 0 756px; }

.work_single_intro .image .object-fit-image {
  padding-bottom: 69.4%; }

.work_single_intro .overview {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: grid;
  grid-template-columns: fit-content(70px) 1fr;
  gap: 10px; }

.work_single_intro ul {
  margin: 0 0 0 20px; }

/* Mobile */
@media (max-width: 1150px) {
  .work_single_intro .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

@media (max-width: 767px) {
  .work_single_intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

/*	--------------------------------------------------
   	Sidebar
	-------------------------------------------------- */
.sidebar p {
  margin-bottom: 20px; }

.sidebar .fullwidthphoto {
  margin: 0 0 20px 0; }

.sidebar .fullwidthphoto img {
  margin: 0; }

.sidebar .linkwrap {
  margin-top: 0; }

/*	--------------------------------------------------
   	Blog
	-------------------------------------------------- */
/* Blog Grid */
.bloggrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 30px; }

@media (max-width: 1100px) {
  .bloggrid {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0; } }

@media (max-width: 720px) {
  .bloggrid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; } }

@media (max-width: 520px) {
  .bloggrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; } }

/*	--------------------------------------------------
   	Pager
	-------------------------------------------------- */
ul.pager {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px; }

#nav-below {
  margin: 40px 0 0 0; }

ul.pager li {
  margin: 0;
  padding: 0;
  list-style: none !important; }

ul.pager a,
ul.pager button {
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  font-size: 18px;
  line-height: 30px;
  color: #DC0202;
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  font-style: normal !important;
  font-weight: 600 !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

ul.pager a:before,
ul.pager button:before {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 14px;
  line-height: 30px;
  content: "\f054";
  font-weight: 400;
  font-family: "FontAwesome";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

ul.pager a:visited {
  color: #DC0202;
  text-decoration: none; }

ul.pager a:hover {
  color: #9B0202;
  text-decoration: inherit;
  font-weight: inherit; }

ul.pager .previous a,
ul.pager .previous button {
  padding: 0 0 0 30px; }

ul.pager .previous a:before,
ul.pager .previous button:before {
  content: "\f053";
  right: auto;
  left: 12px; }

ul.pager .previous {
  min-width: 100px;
  text-align: right; }

ul.pager .next {
  min-width: 100px; }

ul.pager button,
ul.pager button:visited,
ul.pager button:hover {
  color: #CCC;
  text-decoration: inherit;
  font-weight: inherit;
  cursor: default;
  display: none; }

/*	--------------------------------------------------
   	Footer
	-------------------------------------------------- */
#colophon {
  padding: 40px 0 100px 0;
  border-top: 4px solid #0000FF; }

.site-footer {
  background: #000;
  padding: 0 0 100px 0; }

.site-footer p {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  margin: 0; }

.site-footer a {
  color: #DC0202;
  font-weight: 400; }

.site-footer a:hover {
  color: #DC0202;
  opacity: 0.6; }

.site-footer a:visited {
  color: #FFF; }

/* Mobile */
@media (max-width: 767px) {
  .site-footer {
    padding: 0 0 30px 0; } }

.footercolumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }

.footer_logo img {
  display: block; }

.footercolumns .footer_contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; }

.footer_address {
  margin-top: 10px; }

/* Mobile */
@media (max-width: 1250px) {
  .footercolumns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px; } }

/* Mobile */
@media (max-width: 767px) {
  .footercolumns .footer_contact_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px; } }

.footercolumns .partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 14px; }

.footer-columns .partners a {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

.footer-columns .partners a:hover {
  opacity: 0.4; }

/* Mobile */
@media (max-width: 767px) {
  .footercolumns .partners {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

/* Copyright */
.site-info {
  font-size: 12px;
  line-height: 16px; }

.site-info p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 20px 0; }

.site-info a {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-decoration: none;
  padding-left: 5px; }

.site-info a:hover {
  text-decoration: underline; }

/*	--------------------------------------------------
   	Flexible Content
	-------------------------------------------------- */
/* Slider */
.pageslideshow-wrap {
  margin: 0 0 30px 0; }

.pageslideshow {
  margin: 0;
  border: none; }

.pageslideshow img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0; }

/* mobile */
@media (max-width: 767px) {
  .pageslideshow {
    margin: 0 0 30px 0; } }

/* Arrows */
.slick-prev, .slick-next {
  width: 40px;
  height: 70px; }

.pageslideshow .slick-prev {
  left: 30px;
  z-index: 99; }

.pageslideshow .slick-next {
  right: 30px;
  z-index: 99; }

.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 70px;
  line-height: 70px;
  width: 40px;
  text-align: center;
  opacity: 1.0;
  color: #FFF; }

.slick-prev:before {
  content: "\f104"; }

.slick-next:before {
  content: "\f105"; }

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 0.6; }

/* Stop Chrome Slick Flicker */
.slick-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

/* small screen - hide on ipad */
@media (max-width: 767px) {
  .slick-prev, .slick-next {
    width: 50px;
    height: 50px; }
  .pageslideshow .slick-prev {
    left: 0;
    z-index: 99; }
  .pageslideshow .slick-next {
    right: 0;
    z-index: 99; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 50px;
    line-height: 50px;
    width: 50px; } }

/* Logo Slideshow */
.logo_slideshow {
  width: calc(100% - 80px);
  opacity: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  margin: 10px auto 30px auto !important; }

.logo_slideshow.slick-initialized {
  opacity: 1; }

.logo_slideshow .logo {
  height: 70px;
  position: relative; }

.logo_slideshow img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 5px);
  height: auto;
  margin: 0 auto; }

/* Arrows */
.logo_slideshow .slick-prev, .logo_slideshow .slick-next {
  width: 30px;
  height: 50px; }

.logo_slideshow .slick-prev {
  left: -40px;
  z-index: 99; }

.logo_slideshow .slick-next {
  right: -40px;
  z-index: 99; }

.logo_slideshow .slick-prev:before,
.logo_slideshow .slick-next:before {
  font-family: "FontAwesome";
  font-size: 50px;
  line-height: 50px;
  width: 30px;
  text-align: center;
  opacity: 1.0;
  color: #999999; }

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 0.6; }

/* Full width Photo */
.fullwidthphoto {
  margin-bottom: 50px; }

.fullwidthphoto img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

/* Highlight Box */
.highlight_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 50px 0;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #000 url(images/intro_back.png) left top repeat-y; }

.highlight_box .imagecol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 525px;
          flex: 0 0 525px; }

.highlight_box .text {
  padding: 0 30px 0 42px; }

.highlight_box img {
  display: block;
  max-width: 100%;
  height: auto; }

.highlight_box h2 {
  margin-top: 0;
  font-size: 28px;
  line-height: 36px;
  color: #FFF; }

.highlight_box p {
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  margin-bottom: 20px; }

.highlight_box ul {
  color: #FFF; }

.highlight_box ul li {
  color: #FFF;
  list-style: url(images/bullet_white.png); }

.highlight_box .text *:last-child {
  margin-bottom: 0; }

@media (max-width: 1000px) {
  .highlight_box {
    display: block;
    max-width: 100%;
    overflow: hidden; }
  .highlight_box img {
    width: 100%;
    max-width: 100%; }
  .highlight_box .text {
    padding: 30px 30px 30px 32px; }
  .highlight_box h2 {
    font-size: 30px;
    line-height: 40px; } }

/* Headline & Text Box */
.headline_text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 50px 0;
  gap: 50px; }

.headline_text_box .headlinecol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px; }

.headline_text_box .headlinecol h2 {
  margin-top: 0; }

@media (max-width: 920px) {
  .headline_text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 50px 0;
    gap: 20px; }
  .headline_text_box .headlinecol {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0; } }

/* Team Grid */
.teamgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 30px;
  margin-bottom: 30px; }

.team_card .object-fit-image {
  padding-bottom: 117.8%; }

.team_card h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 14px 0 6px 0; }

.team_card h3 a {
  color: #DC0202;
  font-weight: 500; }

.team_card h3 a:hover {
  color: #9B0202;
  font-weight: 500; }

.team_card .phone_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 6px; }

.team_card .phone_wrap .fa {
  font-size: 20px;
  line-height: 26px; }

@media (max-width: 1100px) {
  .teamgrid {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (max-width: 800px) {
  .teamgrid {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 600px) {
  .teamgrid {
    grid-template-columns: 1fr; } }

/* Page Quote */
.page-quote {
  padding: 0 50px;
  background: url(images/quote.png) 0 6px no-repeat;
  margin: 50px 80px; }

.page-quote .quotetext {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 500; }

.page-quote .quotetext p {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  font-weight: 500; }

.page-quote .by {
  font-size: 16px;
  line-height: 24px; }

.page-quote .by p {
  font-size: 16px;
  line-height: 24px;
  margin: 0; }

/* small screen - hide on ipad */
@media (max-width: 767px) {
  .page-quote {
    padding: 0 0 0 45px;
    background: url(images/quote.png) 0 6px no-repeat;
    margin: 30px 0; }
  .page-quote .quotetext {
    font-size: 20px;
    line-height: 30px; }
  .page-quote .quotetext p {
    font-size: 20px;
    line-height: 30px; } }

/* Reviews */
.reviewsgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px 30px;
  margin: 50px 0 50px 0; }

.reviewsgrid .page-quote {
  margin: 0; }

@media (max-width: 767px) {
  .reviewsgrid {
    grid-template-columns: 1fr;
    grid-gap: 30px; } }

/* Accordion */
.accordianwrap {
  margin: 0 0 30px 0;
  border-top: 1px solid #dddddd; }

.accordianwrap.add {
  margin: -31px 0 30px 0; }

.accordiantitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #dddddd; }

.accordiantitle .fa {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #DC0202;
  float: left;
  margin: 0; }

.accordiantitle:hover .fa {
  cursor: pointer;
  color: #9B0202; }

.accordiantitle.open .closedicon {
  display: none; }

.accordiantitle.open .openicon {
  display: block; }

.accordiantitle .openicon {
  display: none; }

.accordiantitle h3 {
  line-height: 30px;
  font-size: 18px;
  color: #444;
  padding: 0 0 0 18px;
  margin: 0; }

.accordiantitle:hover h3 {
  cursor: pointer;
  color: #444; }

.accordiantitle.open:hover h3 {
  cursor: pointer; }

.accordiancontent {
  display: none;
  padding: 20px 40px 1px 40px;
  margin: 0; }

.accordiancontent .columns {
  margin: 0 -15px; }

/* Mobile */
@media (max-width: 767px) {
  .accordiancontent {
    display: none;
    padding: 20px 0 1px 0;
    margin: 0; } }

/* Video embeds */
.vwrap {
  max-width: 100%;
  margin: 0 auto; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
  margin-bottom: 30px; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Gallery */
.galleryblock {
  margin: 0 0 30px 0; }

.galleryblock .smallmargin {
  margin: 0; }

/*	--------------------------------------------------
   	Form - Gravity Forms (labels inside)
	-------------------------------------------------- */
.gform_wrapper {
  margin: 0 0 20px 0 !important;
  max-width: 100% !important; }

.formsection {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: -6px; }

.gform_wrapper h3 {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  text-transform: initial; }

.gform_wrapper ul {
  margin: 0 !important;
  padding: 0 !important; }

.gform_wrapper ul li {
  margin-bottom: 0 !important;
  list-style-image: none !important;
  list-style: none !important;
  text-indent: 0 !important;
  padding: 0; }

.gform_wrapper ul li:before {
  display: none;
  content: '';
  margin: 0;
  padding: 0; }

.gform_wrapper ul li.gfield {
  margin-top: 0 !important; }

.gform_wrapper ul li.gfield_html {
  margin: 20px 0 -10px 0 !important; }

.gform_wrapper ul li.gfield_html:first-child {
  margin: 0 0 -10px 0 !important; }

.gform_wrapper .medium.gfield_select {
  margin-bottom: 0 !important;
  font-size: 16px !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 16px !important;
  height: 38px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #777777;
  border-radius: 0; }

.gform_wrapper select {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  font-size: 16px !important;
  height: 38px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #777777;
  border-radius: 0; }

.gform_wrapper textarea {
  margin-top: 12px !important;
  font-size: 16px !important;
  border: 1px solid #777777;
  border-radius: 0; }

#gform_1 .ginput_container_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#gform_1 .address_line_1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 !important;
  padding: 0 !important; }

#gform_1 .address_city {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  margin: 0 !important;
  padding: 0 !important; }

#gform_1 .address_state {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin: 0 !important;
  padding: 0 16px !important; }

#gform_1 .address_zip {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  margin: 0 !important;
  padding: 0 !important; }

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 16px 0 0 0 !important; }

.gform_wrapper .gform_footer input[type=submit] {
  background: #DC0202 !important;
  color: #FFF !important;
  font-size: 18px !important;
  line-height: 42px !important;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  border: none !important;
  margin-left: 0 !important;
  padding: 0 16px !important;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-appearance: none; }

.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #9B0202 !important;
  cursor: pointer !important; }

.gform_wrapper .validation_error {
  margin: 12px 0 0 0 !important;
  display: none; }

.gform_wrapper .validation_message {
  padding-top: 0 !important;
  color: red;
  font-weight: 400 !important; }

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid red; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ginput_recaptcha {
  margin-top: 12px !important; }

#g-recaptcha-response {
  display: none !important; }

.gform_wrapper .gfield_required {
  color: #444 !important; }

.gfield_consent_label {
  font-size: 16px;
  line-height: 24px; }

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

/* Placeholder color */
.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder,
.ginput_container_select select:first-child {
  color: #777777; }

/* Focus color */
.gfield input[type=text]:focus,
.gfield input[type=email]:focus,
.gfield input[type=tel]:focus,
.gfield input[type=url]:focus,
.gfield input[type=number]:focus,
.gfield input[type=password]:focus,
.gfield select:focus,
.gfield textarea:focus {
  border: 1px solid #111111 !important;
  border-radius: 0 !important; }

/* Focus visible */
.gfield :focus-visible {
  outline: none !important; }

/*	--------------------------------------------------
	Print
	-------------------------------------------------- */
.showprint {
  display: none; }

@media print {
  body {
    padding: 20px !important; }
  .container {
    padding: 0;
    margin: 0; }
  .showprint {
    display: block; }
  .hideprint {
    display: none; }
  .printlogo {
    margin: 15px 0; }
  .header-pad {
    display: none; }
  .page-header {
    margin: 0;
    padding: 0; }
  .page-header .wrap {
    display: block;
    height: auto; }
  .page-header h1 {
    color: #000;
    padding: 0;
    margin: 0 0 20px 0; }
  .main-content-inner {
    margin: 0; }
  p {
    margin: 0 0 20px 0; }
  #colophon a {
    display: none !important; } }
