@charset "UTF-8";
/**
 * Child Theme Customizations
 *
 * src:  ../scss/theme.scss
 */
/* !===== Basic Typography ===== */
.p {
  font-family: greycliff_cf_light, sans-serif ;
  font-size: 18px ;
  font-style: normal ;
  font-weight: 400 ;
  text-transform: none ;
  letter-spacing: 1px ;
  line-height: 36px ;
}
.h1 {
  font-family: GrouchITCbyBT-Regular, serif ;
  font-size: 60px ;
  font-style: normal ;
  font-weight: 400 ;
  text-transform: none ;
  letter-spacing: 0px ;
  line-height: 64px ;
}
@media screen and (max-width: 689px) {
  .h1 {
    font-size: 39px;
    line-height: 41.6px;
  }
}
@media screen and (min-width: 690px) and (max-width: 999px) {
  .h1 {
    font-size: 42px;
    line-height: 44.8px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .h1 {
    font-size: 45px;
    line-height: 48px;
  }
}
.h2 {
  font-family: GrouchITCbyBT-Regular, serif ;
  font-size: 44px ;
  font-style: normal ;
  font-weight: 400 ;
  text-transform: none ;
  letter-spacing: 0 ;
  line-height: 48px ;
}
@media screen and (max-width: 689px) {
  .h2 {
    font-size: 30.8px;
    line-height: 33.6px;
  }
}
@media screen and (min-width: 690px) and (max-width: 999px) {
  .h2 {
    font-size: 35.2px;
    line-height: 38.4px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .h2 {
    font-size: 37.4px;
    line-height: 40.8px;
  }
}
.h3 {
  font-family: GrouchITCbyBT-Regular, serif ;
  font-size: 30px ;
  font-style: normal ;
  font-weight: 400 ;
  text-transform: none ;
  letter-spacing: 0 ;
  line-height: 34px ;
}
@media screen and (max-width: 689px) {
  .h3 {
    font-size: 21px;
    line-height: 23.8px;
  }
}
@media screen and (min-width: 690px) and (max-width: 999px) {
  .h3 {
    font-size: 24px;
    line-height: 27.2px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .h3 {
    font-size: 25.5px;
    line-height: 28.9px;
  }
}
.h4 {
  font-family: greycliff_cf, sans-serif ;
  font-size: 24px ;
  font-style: normal ;
  font-weight: 700 ;
  text-transform: none ;
  letter-spacing: 0 ;
  line-height: 28px ;
}
@media screen and (max-width: 689px) {
  .h4 {
    font-size: 21.6px;
    line-height: 25.2px;
  }
}
@media screen and (min-width: 690px) and (max-width: 999px) {
  .h4 {
    font-size: 21.6px;
    line-height: 25.2px;
  }
}
.h5 {
  font-family: GrouchITCbyBT-Regular, serif ;
  font-size: 30px ;
  font-style: normal ;
  font-weight: 400 ;
  text-transform: none ;
  letter-spacing: 0 ;
  line-height: 1.3333 ;
}
.h6 {
  font-family: greycliff_cf, sans-serif ;
  font-size: 14px ;
  font-style: normal ;
  font-weight: 700 ;
  text-transform: none ;
  letter-spacing: 0 ;
  line-height: 1.7143 ;
}
h2, .h2 {
  margin-bottom: 0.25em;
}
/* Maintain body font color */
body .full-width-section > .col.span_12.dark, body .full-width-content > .col.span_12.dark {
  color: #313638;
}
/* !----- Form Elements ----- */
input[type=text], input[type=date], input[type=email], input[type=password], input[type=search], input[type=tel], input[type=url], textarea {
  font-family: greycliff_cf_light, sans-serif ;
  font-style: normal ;
  font-weight: 400 ;
  font-size: inherit;
  line-height: normal;
}
button[type="button"], input[type="button"], button[type="reset"], input[type="reset"], button[type="submit"], input[type="submit"] {
  font-family: greycliff_cf_light, sans-serif ;
  font-style: normal ;
  font-size: inherit;
  font-weight: bold;
  line-height: normal;
}
/* !===== Site Header ===== */
#header-outer #logo {
  -webkit-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
  /* !--- Transparency Enabled --- */
}
#header-outer[data-transparent-header="true"] #logo img.default-logo {
  transition: opacity 0.1s ease;
  /* !--- Currently Transparent --- */
}
#header-outer.transparent #logo {
  padding-right: 318px;
  padding-right: 155px;
}
/* !===== Primary Navigation ===== */
header#top nav > ul > .menu-item {
  margin: 0 10px;
}
#header-outer[data-lhe] header#top nav > ul > .menu-item[class*="button_solid_color"] > a, #header-outer[data-lhe].transparent.dark-slide header#top nav > ul > .menu-item[class*="button_solid_color"] > a, #header-outer[data-lhe] header#top nav > ul > .menu-item[class*="button_solid_color"] > a:hover, #header-outer[data-lhe].transparent.dark-slide header#top nav > ul > .menu-item[class*="button_solid_color"] > a:hover {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1100px) {
  header#top nav > ul > .menu-item {
    margin: 0 20px;
  }
  #header-outer[data-lhe] header#top nav > ul > .menu-item[class*="button_solid_color"] > a, #header-outer[data-lhe].transparent.dark-slide header#top nav > ul > .menu-item[class*="button_solid_color"] > a, #header-outer[data-lhe] header#top nav > ul > .menu-item[class*="button_solid_color"] > a:hover, #header-outer[data-lhe].transparent.dark-slide header#top nav > ul > .menu-item[class*="button_solid_color"] > a:hover {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1001px) {
  header#top nav > ul > .menu-item.om-mobile-menu-only {
    margin: 0;
  }
}
/* !===== Site Footer ===== */
#footer-outer {
  font-family: greycliff_cf_light, sans-serif;
  font-weight: normal;
}
/* !===== Footer Widgets ===== */
#footer-widgets .widget h4 {
  margin-bottom: 0.125em;
}
@media screen and (min-width: 1300px) {
  #footer-widgets[data-cols="3"] .col {
    margin-right: 4%;
  }
  #footer-widgets[data-cols="3"] .col:last-child {
    margin-right: 0;
  }
  #footer-widgets[data-cols="3"] .col:nth-of-type(1), #footer-widgets[data-cols="3"] .col:nth-of-type(3) {
    width: 23%;
  }
  #footer-widgets[data-cols="3"] .col:nth-of-type(2) {
    width: 46%;
  }
}
#footer-outer #footer-widgets .widget [itemtype="http://schema.org/Organization"] p {
  padding-bottom: 1.5em;
}
#footer-outer #footer-widgets .widget [itemtype="http://schema.org/Organization"] p:last-child {
  padding-bottom: 0;
}
#footer-widgets #mc_embed_signup {
  margin-top: 0.5em;
}
#footer-widgets #mc_embed_signup form {
  display: -webkit-flex;
  display: flex;
}
#footer-widgets #mc_embed_signup label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#footer-outer #footer-widgets #mc_embed_signup input {
  padding: 8px 30px;
  border-radius: 0;
}
#footer-outer #footer-widgets #mc_embed_signup input::-webkit-input-placeholder {
  color: #b6b6b6;
}
#footer-outer #footer-widgets #mc_embed_signup input::-moz-placeholder {
  color: #b6b6b6;
}
#footer-outer #footer-widgets #mc_embed_signup input::placeholder {
  color: #b6b6b6;
}
#footer-outer #footer-widgets #mc_embed_signup input[type="email"] {
  width: 60%;
  background: #f7f7f7;
  border: 1px solid #9d9d9d;
}
#footer-outer #footer-widgets #mc_embed_signup input[type="email"]:focus {
  border-color: #cdd93b;
}
#footer-outer #footer-widgets #mc_embed_signup input[type="submit"] {
  margin-left: -1px;
  border: 1px solid #cdd93b;
}
#footer-widgets .footer-social-links {
  text-align: center;
}
#footer-widgets .footer-social-links li {
  display: inline-block;
  margin: 0 10px 10px 0 !important;
  padding: 0 !important;
  font-size: 45px;
}
#footer-widgets .footer-social-links li a {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  color: #fff !important;
  background: #cdd93b;
  border-radius: 50%;
}
@media screen and (min-width: 1000px) {
  #footer-widgets .footer-social-links {
    text-align: right;
  }
}
/* !===== Footer Copyright Bar ===== */
/* !===== Content Layout ===== */
.content-align-center {
  text-align: center;
}
.content-align-left {
  text-align: left;
}
.content-align-right {
  text-align: right;
}
/* !----- Overlapping Rows ----- */
@media screen and (min-width: 1001px) {
  .row-overlap-top, .row-overlap-bottom {
    z-index: 10;
  }
  .row-overlap-top > .col, .row-overlap-bottom > .col {
    display: inline-block;
  }
  .row-overlap-top {
    padding-top: 0 !important;
  }
  .row-overlap-top > .col {
    margin-top: -100px !important;
  }
  .row-overlap-bottom {
    padding-bottom: 0 !important;
  }
  .row-overlap-bottom > .col {
    margin-bottom: -100px !important;
  }
  .row-overlapped-top > .col {
    padding-top: 100px;
  }
  .row-overlapped-bottom > .col {
    padding-bottom: 100px;
  }
}
/* !----- Reverse Column Order on Desktop ----- */
@media screen and (min-width: 1001px) {
  .row-reverse-cols > .col.span_12 {
    flex-direction: row-reverse !important;
  }
}
/* !----- Better Column Offsets ----- */
@media screen and (min-width: 1001px) {
  body .vc_row-fluid .col.vc_col-sm-offset-1 {
    margin-left: 10.6083333333% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-1:first-child, body .vc_row-fluid.full-width-content .col.vc_col-sm-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-2 {
    margin-left: 19.1166666667% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-2:first-child, body .vc_row-fluid.full-width-content .col.vc_col-sm-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-3 {
    margin-left: 27.625% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-3:first-child, body .vc_row-fluid.full-width-content .col.vc_col-sm-offset-3 {
    margin-left: 25% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-4 {
    margin-left: 36.1333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-4:first-child, body .vc_row-fluid.full-width-content .col.vc_col-sm-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-5 {
    margin-left: 44.6416666667% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-5:first-child, body .vc_row-fluid.full-width-content .col.vc_col-sm-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-6 {
    margin-left: 53.15% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-6:first-child, body .vc_row-fluid.full-width-content .col.vc_col-sm-offset-6 {
    margin-left: 50% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-7 {
    margin-left: 61.6583333333% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-7:first-child, body .vc_row-fluid.full-width-content .col.vc_col-sm-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-8 {
    margin-left: 70.1666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-8:first-child, body .vc_row-fluid.full-width-content .col.vc_col-sm-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-9 {
    margin-left: 78.675% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-9:first-child, body .vc_row-fluid.full-width-content .col.vc_col-sm-offset-9 {
    margin-left: 75% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-10 {
    margin-left: 87.1833333333% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-10:first-child, body .vc_row-fluid.full-width-content .col.vc_col-sm-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-11 {
    margin-left: 95.6916666667% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-11:first-child, body .vc_row-fluid.full-width-content .col.vc_col-sm-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-12 {
    margin-left: 104.2% !important;
  }
  body .vc_row-fluid .col.vc_col-sm-offset-12:first-child, body .vc_row-fluid.full-width-content .col.vc_col-sm-offset-12 {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 1001px) {
  body .vc_row-fluid .col.vc_col-md-offset-1 {
    margin-left: 10.6083333333% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-1:first-child, body .vc_row-fluid.full-width-content .col.vc_col-md-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-2 {
    margin-left: 19.1166666667% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-2:first-child, body .vc_row-fluid.full-width-content .col.vc_col-md-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-3 {
    margin-left: 27.625% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-3:first-child, body .vc_row-fluid.full-width-content .col.vc_col-md-offset-3 {
    margin-left: 25% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-4 {
    margin-left: 36.1333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-4:first-child, body .vc_row-fluid.full-width-content .col.vc_col-md-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-5 {
    margin-left: 44.6416666667% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-5:first-child, body .vc_row-fluid.full-width-content .col.vc_col-md-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-6 {
    margin-left: 53.15% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-6:first-child, body .vc_row-fluid.full-width-content .col.vc_col-md-offset-6 {
    margin-left: 50% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-7 {
    margin-left: 61.6583333333% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-7:first-child, body .vc_row-fluid.full-width-content .col.vc_col-md-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-8 {
    margin-left: 70.1666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-8:first-child, body .vc_row-fluid.full-width-content .col.vc_col-md-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-9 {
    margin-left: 78.675% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-9:first-child, body .vc_row-fluid.full-width-content .col.vc_col-md-offset-9 {
    margin-left: 75% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-10 {
    margin-left: 87.1833333333% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-10:first-child, body .vc_row-fluid.full-width-content .col.vc_col-md-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-11 {
    margin-left: 95.6916666667% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-11:first-child, body .vc_row-fluid.full-width-content .col.vc_col-md-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-12 {
    margin-left: 104.2% !important;
  }
  body .vc_row-fluid .col.vc_col-md-offset-12:first-child, body .vc_row-fluid.full-width-content .col.vc_col-md-offset-12 {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  body .vc_row-fluid .col.vc_col-lg-offset-1 {
    margin-left: 10.6083333333% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-1:first-child, body .vc_row-fluid.full-width-content .col.vc_col-lg-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-2 {
    margin-left: 19.1166666667% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-2:first-child, body .vc_row-fluid.full-width-content .col.vc_col-lg-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-3 {
    margin-left: 27.625% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-3:first-child, body .vc_row-fluid.full-width-content .col.vc_col-lg-offset-3 {
    margin-left: 25% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-4 {
    margin-left: 36.1333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-4:first-child, body .vc_row-fluid.full-width-content .col.vc_col-lg-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-5 {
    margin-left: 44.6416666667% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-5:first-child, body .vc_row-fluid.full-width-content .col.vc_col-lg-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-6 {
    margin-left: 53.15% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-6:first-child, body .vc_row-fluid.full-width-content .col.vc_col-lg-offset-6 {
    margin-left: 50% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-7 {
    margin-left: 61.6583333333% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-7:first-child, body .vc_row-fluid.full-width-content .col.vc_col-lg-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-8 {
    margin-left: 70.1666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-8:first-child, body .vc_row-fluid.full-width-content .col.vc_col-lg-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-9 {
    margin-left: 78.675% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-9:first-child, body .vc_row-fluid.full-width-content .col.vc_col-lg-offset-9 {
    margin-left: 75% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-10 {
    margin-left: 87.1833333333% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-10:first-child, body .vc_row-fluid.full-width-content .col.vc_col-lg-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-11 {
    margin-left: 95.6916666667% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-11:first-child, body .vc_row-fluid.full-width-content .col.vc_col-lg-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-12 {
    margin-left: 104.2% !important;
  }
  body .vc_row-fluid .col.vc_col-lg-offset-12:first-child, body .vc_row-fluid.full-width-content .col.vc_col-lg-offset-12 {
    margin-left: 100% !important;
  }
}
/* !----- Mobile Full-Width to In-Container ----- */
@media screen and (max-width: 1000px) {
  .wpb_row.full-width-section.mobile-in-container {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wpb_row.full-width-content.mobile-in-container, .wpb_row.full-width-content .wpb_row.mobile-in-container, .wpb_column.mobile-in-container > .vc_column-inner {
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 690px) {
  .wpb_row.full-width-content.mobile-in-container, .wpb_row.full-width-content .wpb_row.mobile-in-container, .wpb_column.mobile-in-container > .vc_column-inner {
    max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
  .wpb_row.full-width-content.mobile-in-container, .wpb_row.full-width-content .wpb_row.mobile-in-container, .wpb_column.mobile-in-container > .vc_column-inner {
    max-width: 300px;
  }
}
/* !===== Breakpoint Visibility Classes ===== */
@media screen and (max-width: 1000px) {
  .om-desktop-menu-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
@media screen and (min-width: 1001px) {
  .om-mobile-menu-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
/* !===== FormCraft Plugin ===== */
body[data-form-style="minimal"] .fc-form .minimal-form-input label span.text {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
body[data-form-style="minimal"] .fc-form .form-element .form-element-html {
  padding-bottom: 0;
}
body[data-form-style="minimal"] .fc-form .form-element .error {
  top: 31px;
}
body[data-form-style="minimal"] .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.datepicker-cover::after, body[data-form-style="minimal"] .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.datepicker-cover::after, body[data-form-style="minimal"] .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.dropdown-cover::after, body[data-form-style="minimal"] .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.dropdown-cover::after, body[data-form-style="minimal"] .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.email-cover::after, body[data-form-style="minimal"] .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.email-cover::after, body[data-form-style="minimal"] .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.oneLineText-cover::after, body[data-form-style="minimal"] .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.oneLineText-cover::after, body[data-form-style="minimal"] .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.textarea-cover::after, body[data-form-style="minimal"] .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.textarea-cover::after {
  top: 32px;
}
body[data-form-style="minimal"] .fc-form .form-element .field-cover .formcraft-icon {
  top: auto;
  bottom: 0;
}
body[data-form-style="minimal"] .fc-form .form-element .textarea-cover .count-true {
  position: absolute;
  right: 0.5em;
  bottom: 0.25em;
}
body[data-form-style="minimal"] .fc-form .form-element-type-submit .form-element-html {
  padding-top: 35px;
}
body[data-form-style="minimal"] .fc-form .form-element-type-submit .minimal-form-input {
  padding: 0;
}
/**
 * Quiz Styles
 */
.om-quiz-header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 11;
}
.om-quiz-header > .inner {
  position: relative;
  margin: auto;
  max-width: 1660px;
}
.om-quiz-header .om-quiz-step-counter {
  padding: 0 50px;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
}
.om-quiz-header .om-quiz-btn-prev, .om-quiz-header .om-quiz-btn-close {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: 200%;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.om-quiz-header .om-quiz-btn-prev {
  display: none;
  left: 10px;
  width: 32px;
  height: 22px;
  background: url(../png/quiz-back-arrow.png) center center no-repeat;
}
.om-quiz-header .om-quiz-btn-prev:hover, .om-quiz-header .om-quiz-btn-prev:focus {
  background-color: transparent !important;
  transform: translateX(-5px);
}
.om-quiz-header .om-quiz-btn-close {
  right: 10px;
  width: 22px;
  height: 22px;
  background: url(../png/quiz-close-x.png) center center no-repeat;
}
/* !===== Quiz Form ===== */
.om-quiz-form_wrapper form {
  text-align: center;
}
.om-quiz-form_wrapper .gform_page .gform_page_footer {
  margin: 30px 0;
  border-top: none;
}
.om-quiz-form_wrapper .gform_page .gform_page_footer input.button {
  margin: 0;
  padding: 0 !important;
  font-family: GrouchITCbyBT-Regular, serif ;
  font-size: 30px ;
  font-style: normal ;
  font-weight: 400 ;
  text-transform: none ;
  letter-spacing: 0 ;
  line-height: 34px ;
  text-decoration: underline;
  color: #cdd93b;
  background: transparent !important;
  border: none;
}
@media screen and (max-width: 689px) {
  .om-quiz-form_wrapper .gform_page .gform_page_footer input.button {
    font-size: 21px;
    line-height: 23.8px;
  }
}
@media screen and (min-width: 690px) and (max-width: 999px) {
  .om-quiz-form_wrapper .gform_page .gform_page_footer input.button {
    font-size: 24px;
    line-height: 27.2px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .om-quiz-form_wrapper .gform_page .gform_page_footer input.button {
    font-size: 25.5px;
    line-height: 28.9px;
  }
}
.om-quiz-form_wrapper .gform_page .gform_page_footer input.button:hover, .om-quiz-form_wrapper .gform_page .gform_page_footer input.button:focus {
  color: #313537;
}
.om-quiz-form_wrapper .gform_page .gform_page_footer .gform_previous_button {
  display: none;
}
.om-quiz-form_wrapper .om-question-page ul.gform_fields li.gpoll_field {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  min-height: 350px;
  margin: 0 10px 10px !important;
  padding: 60px !important;
  font-size: 30px;
  color: #313537;
  background: #fff;
  border: 1px solid #b6b6b6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.om-quiz-form_wrapper .om-question-page ul.gform_fields li.gpoll_field:hover, .om-quiz-form_wrapper .om-question-page ul.gform_fields li.gpoll_field.js-active {
  color: #fff;
  background: #cdd93b;
}
.om-quiz-form_wrapper .om-question-page ul.gform_fields li.gpoll_field label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.om-quiz-form_wrapper .om-question-page ul.gform_fields li.gpoll_field .gfield_description, .om-quiz-form_wrapper .om-question-page ul.gform_fields li.gpoll_field .ginput_container_checkbox {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: inherit;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.om-quiz-form_wrapper .om-question-page ul.gform_fields li.gpoll_field .ginput_container_checkbox {
  background: transparent url('../png/icon-circled-check-white.png') center center no-repeat;
  opacity: 0;
}
.om-quiz-form_wrapper .om-question-page ul.gform_fields li.gpoll_field .ginput_container_checkbox .gfield_checkbox {
  display: none;
}
.om-quiz-form_wrapper .om-question-page ul.gform_fields li.gpoll_field.js-active:hover .gfield_description {
  opacity: 1;
}
.om-quiz-form_wrapper .om-question-page ul.gform_fields li.gpoll_field.js-active:hover .ginput_container_checkbox {
  opacity: 0;
}
.om-quiz-form_wrapper .om-question-page ul.gform_fields li.gpoll_field.js-active label {
  opacity: 0;
}
.om-quiz-form_wrapper .om-question-page ul.gform_fields li.gpoll_field.js-active .ginput_container_checkbox {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  .om-quiz-form_wrapper .om-question-page ul.gform_fields {
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
  }
  .om-quiz-form_wrapper .om-question-page ul.gform_fields li.gpoll_field {
    clear: none;
    float: left;
    margin: 0 0 1% 1% !important;
    width: 23.75%;
    min-height: 450px;
  }
}
.om-quiz-form_wrapper .om-contact-page {
  margin: auto;
  max-width: 1660px;
  text-align: left;
  overflow: visible;
}
.om-quiz-form_wrapper .om-contact-page .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .om-quiz-form_wrapper .om-contact-page .gfield textarea {
  background: #fff;
  margin: 0;
  padding: 0.5em 0.75em;
  border: 1px solid #b6b6b6;
}
.om-quiz-form_wrapper .om-contact-page .gfield_description {
  font-size: 1em;
}
.om-quiz-form_wrapper .om-contact-page .om-opt-in {
  margin-top: 2em;
}
.om-quiz-form_wrapper .om-contact-page .om-opt-in label {
  font-weight: bold;
  /* Manual Columns */
}
.om-quiz-form_wrapper .om-contact-page .om-quiz-results-container, .om-quiz-form_wrapper .om-contact-page .gform_page_fields, .om-quiz-form_wrapper .om-contact-page .gform_page_footer {
  padding: 0 2%;
}
.om-quiz-form_wrapper .om-contact-page .gform_page_fields {
  margin-top: 2em;
}
@media screen and (min-width: 1001px) {
  .om-quiz-form_wrapper .om-contact-page {
    /* Results Column */
  }
  .om-quiz-form_wrapper .om-contact-page .om-quiz-results-container {
    float: left;
    width: 50%;
    /* Form Fields Column */
  }
  .om-quiz-form_wrapper .om-contact-page .gform_page_fields, .om-quiz-form_wrapper .om-contact-page .gform_page_footer {
    float: right;
    width: 50%;
  }
  .om-quiz-form_wrapper .om-contact-page .gform_page_footer {
    clear: right;
  }
}
/* !===== Quiz Results ===== */
#om-quiz-results {
  margin-top: 1em;
}
#om-quiz-results .om-quiz-result {
  margin: 0 0 10px;
  padding: 30px;
  background: #fff;
  border: 1px solid #b6b6b6;
}
#om-quiz-results .om-quiz-result .field-label {
  margin-bottom: 0.5em;
  font-family: greycliff_cf_light, sans-serif;
  font-size: 0.727em;
  line-height: normal;
  color: #9d9d9d;
}
#om-quiz-results .om-quiz-result .choice-value {
  font-family: greycliff_cf, sans-serif;
  font-weight: bold;
}
/* DISABLED: results now created manually via JS [2019-07-26]
 .gform_confirmation_wrapper.om-quiz-form {
 // Poll results
 .gpoll_container {
 .gpoll_field {
 margin: 0 0 10px;
 padding: 30px;
 background: $clr-white;
 border: 1px solid $clr-gray-light;
 }
 .gpoll_field_label {
 margin-bottom: 0.5em;
 font-family: $font-greycliff-light;
 font-size: 0.727em;
 line-height: normal;
 color: $clr-gray;
 }
 .gpoll_choice_label {
 font-weight: bold;
 // clear selected checkbox
 background: none;
 padding: 0;
 }
 .gpoll_ratio_box {
 position: static;
 width: auto;
 text-align: inherit;
 color: $clr-gray;
 background: none;
 .gpoll_ratio_label {
 &::before {
 content: 'Agree: ';
 }
 }
 }
 .gpoll_bar {
 display: none;
 }
 }
 }
 */
/* !===== Quiz Popup ===== */
.om-quiz-popup.mfp-wrap {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999999999;
}
.om-quiz-popup.mfp-wrap .mfp-container {
  padding: 0;
}
.om-quiz-popup.mfp-wrap .mfp-content {
  max-width: none;
  height: 100%;
}
.om-quiz-popup.mfp-ready {
  opacity: 1;
}
.om-quiz-popup #quiz {
  left: auto !important;
  margin: auto !important;
  width: 100% !important;
  min-height: 100%;
  line-height: normal;
}
.om-quiz-popup #quiz, .om-quiz-popup #quiz > .col {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
}
/* !===== /cheers Landing Page ===== */
.page-id-14399 #page-header-bg .inner-wrap h1 {
  display: none;
}
.page-id-14399 #page-header-bg .inner-wrap .subheader {
  position: relative;
  font-size: 120px;
  line-height: 120px;
  -webkit-text-stroke: 1.5px #313638;
  -webkit-text-fill-color: #f7f7f7;
  letter-spacing: -0.01em;
}
.page-id-14399 #page-header-bg .inner-wrap .subheader:before {
  content: '';
  background-image: url('../png/outmark-12.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -56px;
  bottom: 2px;
  width: 130px;
  height: 130px;
  z-index: -1;
}
.page-id-14399 #drink1 img.omimage {
  margin-right: -40px !important;
}
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  body.page-id-14399 #page-header-bg:not(.fullscreen-header) .span_6 span.subheader, body .row .col.section-title > span {
    font-size: 100px;
    line-height: 90px;
  }
  .page-id-14399 #page-header-bg .inner-wrap .subheader:before {
    width: 100px;
    height: 100px;
    left: -40px;
    bottom: -4px;
  }
}
@media only screen and (max-width: 1062px) {
  .page-id-14399 #page-header-bg .inner-wrap .subheader:before {
    left: -220px;
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .page-id-14399 #page-header-bg .inner-wrap .subheader {
    font-size: 74px !important;
  }
  .page-id-14399 #page-header-bg .inner-wrap .subheader:before {
    left: -42px;
    bottom: -15px;
    width: 90px;
    height: 90px;
  }
  .page-id-14399 .row #drink1 .wpb_wrapper .img-with-aniamtion-wrap img.omimage {
    margin-bottom: -80px !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 690px) {
  .page-id-14399 #page-header-wrap {
    height: 450px !important;
  }
}
@media screen and (max-width: 690px) {
  .page-id-14399 #page-header-bg .inner-wrap .subheader:before {
    width: 80px;
    height: 80px;
    left: -165px;
    bottom: -15px;
  }
}
@media screen and (max-width: 479px) {
  .page-id-14399 #page-header-bg .inner-wrap .subheader:before {
    width: 80px;
    height: 80px;
    left: 8px;
    bottom: 75px;
  }
}
/*
 ===== 404 Page =====
 LR Outmark 1/21/2020
 */
.error404 .container-wrap {
  background-color: #f7f7f7 !important;
}
.error404 #error-404 h2 {
  font-family: 'greycliff_cf_light', sans-serif;
  font-size: 30px !important;
  line-height: 40px;
  margin-bottom: 50px;
  margin-top: -46px;
}
@media only screen and (max-width: 690px) {
  .error404 #error-404 h2 {
    font-size: 26px !important;
    margin-bottom: 8%;
    margin-top: -8%;
  }
}
@media only screen and (max-width: 600px) {
  .error404 #error-404 h2 {
    font-size: 20px !important;
    margin-bottom: 6%;
  }
}
@media only screen and (max-width: 400px) {
  .error404 #error-404 h2 {
    margin-top: -12%;
  }
}
.error404 #error-404 img {
  position: absolute;
  max-height: 440px;
  right: 60%;
  top: 20%;
}
@media only screen and (max-width: 1500px) {
  .error404 #error-404 img {
    max-height: 400px;
    right: 63%;
    top: 19%;
  }
}
@media only screen and (max-width: 1250px) {
  .error404 #error-404 img {
    right: 67%;
    top: 16%;
  }
}
@media only screen and (max-width: 1000px) {
  .error404 #error-404 img {
    max-height: 360px;
    right: 69%;
    top: 16%;
    z-index: -1;
  }
}
@media only screen and (max-width: 690px) {
  .error404 #error-404 img {
    max-height: 260px;
    right: 77%;
    top: 19%;
    z-index: -1;
  }
}
@media only screen and (max-width: 600px) {
  .error404 #error-404 img {
    max-height: 220px;
    right: 72%;
    top: 22%;
  }
}
@media only screen and (max-width: 400px) {
  .error404 #error-404 img {
    max-height: 180px;
    right: 65%;
    top: 15%;
  }
}
.error404 #error-404 a {
  font-family: 'GrouchITCbyBT-Regular', serif;
  letter-spacing: 0;
  font-size: 28px;
  text-decoration: underline;
}
@media only screen and (max-width: 690px) {
  .error404 #error-404 a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 400px) {
  body .row .col #error-404 h1 {
    font-size: 120px !important;
    line-height: 120px !important;
  }
}
/* !===== Page Header ===== */
@media screen and (min-width: 1001px) {
  /* !----- Page Header: Subheader Sizing ----- */
  #page-header-bg .inner-wrap {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (max-width: 690px) {
  body #page-header-bg .span_6 span.subheader {
    font-size: 40px !important;
    line-height: 1.06 !important;
  }
}
@media screen and (max-width: 1000px) {
  body #page-header-bg .span_6 span.subheader {
    font-size: 43px !important;
    line-height: 1.06 !important;
  }
}
/* !===== Page Elements ===== */
/* Body text links */
.main-content p a {
  text-decoration: underline;
}
/* !----- Dividers ----- */
.divider-small-border {
  max-width: 100%;
}
/* !----- Page Submenus ----- */
.page-submenu {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
@media screen and (min-width: 1001px) {
  .page-submenu ul {
    margin-top: 8px;
  }
  .page-submenu li {
    position: relative;
    margin: 0 8px 8px 0;
  }
  .page-submenu li::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #cdd93b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .page-submenu li a {
    position: relative;
    padding: 0.5em 4em !important;
    line-height: normal;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
  }
  .page-submenu li.current-menu-item::before {
    height: 100%;
  }
  .page-submenu li.current-menu-item a {
    color: #fff !important;
    font-weight: bold;
    opacity: 1;
  }
  .page-submenu.stuck li.current-menu-item a {
    color: #fff !important;
  }
}
/* !----- OM: Framed Columns ----- */
.wpb_column.om-framed-col {
  padding: 20px;
}
.wpb_column.om-framed-col > .vc_column-inner {
  padding: 10%;
  border: 4px solid #fff;
}
@media screen and (min-width: 1001px) {
  .wpb_column.om-framed-col > .vc_column-inner {
    padding: 180px 10% 150px;
  }
}
/* !----- OM: Info Headings (via Toggles element) ----- */
.om-info-headings.wpb_row > .col {
  z-index: 11;
}
.om-info-headings .toggles[data-style] .toggle {
  position: relative;
}
.om-info-headings .toggles[data-style] .toggle h3 {
  position: relative;
  font-size: 30px !important;
}
@media screen and (max-width: 689px) {
  .om-info-headings .toggles[data-style] .toggle h3 {
    font-size: 21px !important;
  }
}
@media screen and (min-width: 690px) and (max-width: 999px) {
  .om-info-headings .toggles[data-style] .toggle h3 {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .om-info-headings .toggles[data-style] .toggle h3 {
    font-size: 25.5px !important;
  }
}
.om-info-headings .toggles[data-style] .toggle h3 a {
  padding: 0.25em 1.5em 0.25em 0;
  font-size: inherit !important;
  line-height: normal !important;
  letter-spacing: normal;
  text-decoration: none;
  background: transparent;
}
.om-info-headings .toggles[data-style] .toggle h3 a i {
  top: auto;
  right: 0.125em;
  left: auto;
  width: 1em;
  height: 1em !important;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit !important;
  color: #cdd93b;
}
.om-info-headings .toggles[data-style] .toggle h3 a i::before {
  content: '+';
}
.om-info-headings .toggles[data-style] .toggle.open h3 a {
  padding-left: 0.5em;
  padding-right: 1em;
}
.om-info-headings .toggles[data-style] .toggle.open h3 a i {
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.om-info-headings .toggles[data-style] .toggle > div {
  position: absolute;
  font-size: 0.9em;
  line-height: 1.7;
  overflow: visible;
  z-index: 11;
}
@media screen and (min-width: 1001px) {
  .om-info-headings .toggles {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3%;
  }
  .om-info-headings .toggles .toggle {
    -webkit-flex: 0 0 30.33%;
    flex: 0 0 30.33%;
    width: 30.33%;
    margin-right: 3%;
  }
}
/* !----- OM: Large Links ----- */
.main-content h3 a, a.om-large-link {
  text-decoration: underline;
}
a.om-large-link {
  font-family: GrouchITCbyBT-Regular, serif ;
  font-size: 30px ;
  font-style: normal ;
  font-weight: 400 ;
  text-transform: none ;
  letter-spacing: 0 ;
  line-height: 34px ;
}
@media screen and (max-width: 689px) {
  a.om-large-link {
    font-size: 21px;
    line-height: 23.8px;
  }
}
@media screen and (min-width: 690px) and (max-width: 999px) {
  a.om-large-link {
    font-size: 24px;
    line-height: 27.2px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  a.om-large-link {
    font-size: 25.5px;
    line-height: 28.9px;
  }
}
/* !----- OM: Unformatted Links ----- */
body .om-unformat-links a {
  color: inherit;
  text-decoration: none;
}
/* !===== Plugin: Intercom ===== */
@media screen and (min-width: 1001px) {
  #intercom-container .intercom-launcher-frame {
    right: 3px;
    bottom: 60px;
  }
}
/* !===== Blog ===== */
/* !----- Blog: Listing ----- */
.post-area .post-header {
  line-height: normal;
}
.post-area .post-header h2.title {
  margin-bottom: 0.5em;
  line-height: 1.06 !important;
}
/* !----- Blog: Post Header ----- */
.single .heading-title .blog-title .entry-title {
  font-family: GrouchITCbyBT-Regular, serif ;
  font-size: 60px ;
  font-style: normal ;
  font-weight: 400 ;
  text-transform: none ;
  letter-spacing: 0px ;
  line-height: 64px ;
}
@media screen and (max-width: 689px) {
  .single .heading-title .blog-title .entry-title {
    font-size: 39px;
    line-height: 41.6px;
  }
}
@media screen and (min-width: 690px) and (max-width: 999px) {
  .single .heading-title .blog-title .entry-title {
    font-size: 42px;
    line-height: 44.8px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .single .heading-title .blog-title .entry-title {
    font-size: 45px;
    line-height: 48px;
  }
}
.single .heading-title[data-header-style="default"] #single-below-header {
  max-width: 800px;
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .single .heading-title[data-header-style="default"] #single-below-header {
    max-width: 490px;
  }
}
.single .heading-title[data-header-style="default"] #single-below-header .meta-category {
  margin-top: 0.5em;
}
.single .heading-title[data-header-style="default_minimal"] .blog-title .meta-category {
  display: block;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: normal;
}
.single .heading-title[data-header-style="default_minimal"] .blog-title .meta-category a {
  display: inline-block;
  margin-bottom: 5px;
}
/* !----- Blog: Post Content ----- */
.single .post-content .post-tags h4 {
  font-size: 1em;
  line-height: normal;
}
/* !----- Blog: Post Footer ----- */
#om-blog-footer {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
  color: #fff;
  background: #313537;
}
#om-blog-footer p a {
  text-decoration: underline;
  /* Center our only column */
}
#om-blog-footer .col {
  float: none;
  margin: auto;
}
/* !===== Porfolio ===== */
/* !----- Portfolio Listings ----- */
body .portfolio-items .work-info h3 {
  font-family: greycliff_cf, sans-serif ;
  font-size: 24px ;
  font-style: normal ;
  font-weight: 700 ;
  text-transform: none ;
  letter-spacing: 0 ;
  line-height: 28px ;
}
@media screen and (max-width: 689px) {
  body .portfolio-items .work-info h3 {
    font-size: 21.6px;
    line-height: 25.2px;
  }
}
@media screen and (min-width: 690px) and (max-width: 999px) {
  body .portfolio-items .work-info h3 {
    font-size: 21.6px;
    line-height: 25.2px;
  }
}
.portfolio-items .work-item:hover .work-info-bg {
  opacity: 1 !important;
}
@media only screen and (min-width: 990px) {
  body:after {
    content: 'three';
    display: none;
  }
  .portfolio-items .col.elastic-portfolio-item.tall, .portfolio-items .col.elastic-portfolio-item.regular {
    width: 33.333% !important;
  }
  .portfolio-items .col.elastic-portfolio-item.wide_tall, .portfolio-items .col.elastic-portfolio-item.wide {
    width: 66.666% !important;
  }
}
/* !----- Profolio Project (Single) ----- */
.single-portfolio #full_width_portfolio .project-title h1 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* !===== Forms ===== */
/* !----- Form: Contact / Getting Started (Fun) ----- */
#gform_wrapper_14 {
  margin: 0;
}
#gform_wrapper_14 ul.gform_fields li.gfield, #gform_wrapper_14 ul.gform_fields .gfield_description, #gform_wrapper_14 ul.gform_fields .ginput_container {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
#gform_wrapper_14 ul.gform_fields li.gfield {
  margin-bottom: 1em;
}
#gform_wrapper_14 ul.gform_fields .gfield_description {
  margin-bottom: 0.5em;
}
#gform_wrapper_14 ul.gform_fields input, #gform_wrapper_14 ul.gform_fields textarea {
  display: inline-block;
  margin: 0;
  padding: 0.25em;
  height: 2em;
  text-align: center;
  border: none;
  border-bottom: 1px solid #b6b6b6;
}
#gform_wrapper_14 ul.gform_fields input:focus, #gform_wrapper_14 ul.gform_fields textarea:focus {
  border-color: #cdd93b;
}
#gform_wrapper_14 ul.gform_fields input::-webkit-input-placeholder, #gform_wrapper_14 ul.gform_fields textarea::-webkit-input-placeholder {
  color: #b6b6b6;
}
#gform_wrapper_14 ul.gform_fields input::-moz-placeholder, #gform_wrapper_14 ul.gform_fields textarea::-moz-placeholder {
  color: #b6b6b6;
}
#gform_wrapper_14 ul.gform_fields input::placeholder, #gform_wrapper_14 ul.gform_fields textarea::placeholder {
  color: #b6b6b6;
}
.js #gform_wrapper_14 ul.gform_fields textarea {
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  #gform_wrapper_14 ul.gform_fields li.gfield, #gform_wrapper_14 ul.gform_fields .gfield_description, #gform_wrapper_14 ul.gform_fields .ginput_container {
    display: inline;
  }
  #gform_wrapper_14 ul.gform_fields li.gfield, #gform_wrapper_14 ul.gform_fields .gfield_description {
    margin-right: 0.5em;
    margin-bottom: 0;
  }
  #gform_wrapper_14 ul.gform_fields li.gfield {
    line-height: 2.5em;
  }
  #gform_wrapper_14 ul.gform_fields li.gfield_html_formatted {
    margin-left: -0.5em !important;
  }
  #gform_wrapper_14 ul.gform_fields input, #gform_wrapper_14 ul.gform_fields textarea {
    max-width: 300px;
    vertical-align: top;
  }
}
#gform_wrapper_14 .validation_error {
  color: #fff;
  background: #313537;
  border: none;
}
#gform_wrapper_14 li.gfield.gfield_error {
  background: transparent;
  border: none;
  color: #d60000;
}
#gform_wrapper_14 li.gfield.gfield_error .validation_message {
  position: relative;
  margin: 15px 0 1em;
  padding: 0.25em 0.5em;
  color: #fff;
  background: #313537;
}
#gform_wrapper_14 li.gfield.gfield_error .validation_message::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #313537;
  border-right: 10px solid transparent;
}
#gform_wrapper_14 li.gfield.gfield_error input, #gform_wrapper_14 li.gfield.gfield_error textarea {
  border-bottom-color: #d60000;
}
@media only screen and (min-width: 641px) {
  #gform_wrapper_14 li.gfield.gfield_error .validation_message {
    margin: 0 0 0 15px;
  }
  #gform_wrapper_14 li.gfield.gfield_error .validation_message::before {
    top: 0;
    left: -10px;
    margin: 0;
    border: none;
    border-top: 0.864em solid transparent;
    border-bottom: 0.864em solid transparent;
    border-right: 10px solid #313537;
  }
}
#gform_wrapper_14 .gform_footer {
  text-align: right;
}
#gform_wrapper_14 .gform_footer .gform_button {
  margin: 0;
  padding: 0 !important;
  font-family: GrouchITCbyBT-Regular, serif ;
  font-size: 30px ;
  font-style: normal ;
  font-weight: 400 ;
  text-transform: none ;
  letter-spacing: 0 ;
  line-height: 34px ;
  text-decoration: underline;
  color: #cdd93b;
  background: transparent !important;
  border: none;
}
@media screen and (max-width: 689px) {
  #gform_wrapper_14 .gform_footer .gform_button {
    font-size: 21px;
    line-height: 23.8px;
  }
}
@media screen and (min-width: 690px) and (max-width: 999px) {
  #gform_wrapper_14 .gform_footer .gform_button {
    font-size: 24px;
    line-height: 27.2px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  #gform_wrapper_14 .gform_footer .gform_button {
    font-size: 25.5px;
    line-height: 28.9px;
  }
}
#gform_wrapper_14 .gform_footer .gform_button:hover, #gform_wrapper_14 .gform_footer .gform_button:focus {
  color: #313537;
}
/*12/03/19 LR*/
#search-box form input[data-placeholder] {
  font-family: GrouchITCbyBT-Regular, serif !important;
  text-transform: lowercase !important;
}
body.ascend #search-outer #search input[type="text"] {
  color: #313638 !important;
}
/*3/16/20 Outmark - LR | Popup Form (Gravity Form)*/
#gform_wrapper_19 {
  margin-top: 0;
}
#gform_19 {
  text-align: center;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
body .gform_wrapper ul li.gfield, body .gform_wrapper .top_label div.ginput_container, #gform_wrapper_19.gform_wrapper .gform_footer {
  margin-top: 0;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 93%;
  padding: 10px;
  border: solid 1px #b7b7b7;
  background: #f7f7f7;
  border-radius: 0;
}
.gform_wrapper input::placeholder {
  color: #b7b7b7;
  font-size: 16px;
}
.gform_wrapper li.hidden_label input {
  margin-top: 6px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .cp-modal-body .gform_wrapper .gform_footer input.button {
  min-width: 150px;
  padding: 12px 10px;
  margin-right: 0 !important;
  border-radius: 0;
  font-size: 18px !important;
}
.cp-modal-body .gform_wrapper input::placeholder {
  font-size: 16px;
  font-family: 'greycliff_cf_light', sans-serif;
}
.cp-modal-body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
  padding: 10px;
  border: solid 1px #b7b7b7;
  background: #f7f7f7;
  border-radius: 0;
}
body .cp-modal-body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
body .cp-modal-body .gform_wrapper ul li.gfield {
  margin-top: 0;
}
.cp-modal-body h1, .cp-modal-body h2, .cp-modal-body h3 {
  font-family: GrouchITCbyBT-Regular, serif;
}
.cp-g-recaptcha-response {
  width: 134% !important;
  margin: auto;
}
@media screen and (max-width: 550px) {
  .cp-modal-body h1, .cp-modal-body h2, .cp-modal-body h3 {
    font-size: 30px !important;
    line-height: 34px !important;
    max-width: 98% !important;
  }
  .cp-modal-body h4 {
    font-size: 16px !important;
  }
}
/*# sourceMappingURL=theme.css.map */