@charset "UTF-8";
html[data-useragent*='MSIE 10.0'] .service .purple-overlay, html[data-useragent*='MSIE 9.0'] .service .purple-overlay, html[data-useragent*='rv:11.0'] .service .purple-overlay {
  display: block; }

@media screen and (orientation: portrait) {
  html[data-useragent*='iPhone'] .mobile-nav-menu {
    padding-bottom: 54px; } }

html {
  font-size: 10px; }

body {
  font-size: 1.6rem; }

h1 {
  font-size: 6rem; }

h2 {
  font-size: 5rem; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 3.2rem; } }
h3 {
  font-size: 3.2rem; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 2rem; } }
h4,
.h4 {
  font-size: 3rem; }
  @media screen and (max-width: 767px) {
    h4,
    .h4 {
      font-size: 2rem; } }
h5,
.h5 {
  font-size: 2rem; }
  @media screen and (max-width: 767px) {
    h5,
    .h5 {
      font-size: 1.6rem; } }
h6 {
  font-size: 1rem; }

.large {
  font-size: 2rem; }

p {
  font-size: 1.6rem; }

.small {
  font-size: 1.4rem; }

/* Typography */
body {
  color: #1B1B1B; }

body, p {
  font-family: "miller-text", serif !important;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem; }

.strong {
  font-weight: 700; }

p.small,
.has-small-font-size {
  font-size: 1.4rem;
  line-height: 2.1rem; }

input[type='button'],
input[type='reset'],
input[type='submit'], .wp-block-button__link {
  font-family: "neuzeit-grotesk", sans-serif !important;
  font-size: 1.8rem;
  line-height: 3rem; }
  @media (max-width: 767px) {
    input[type='button'],
    input[type='reset'],
    input[type='submit'], .wp-block-button__link {
      font-size: 1.6rem;
      line-height: 2.8rem; } }
.btn,
.wp-block-button__link {
  color: #ffffff;
  border: 0;
  border-radius: 10.9em;
  background: #676767;
  letter-spacing: 1px;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 3rem;
  min-width: 220px;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 900;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn:hover, .btn:focus, .btn:active,
  .wp-block-button__link:hover,
  .wp-block-button__link:focus,
  .wp-block-button__link:active {
    color: #ffffff;
    background: #454545; }

.btn {
  margin: 0 1rem 1rem 0; }

.has-white-color {
  color: #ffffff; }
  .has-white-color a {
    color: #ffffff;
    text-decoration: underline; }

.has-primary-color {
  color: #C1272F; }
  .has-primary-color a {
    color: #C1272F;
    text-decoration: underline; }

.has-secondary-color {
  color: #E7BF50; }
  .has-secondary-color a {
    color: #E7BF50;
    text-decoration: underline; }

.has-gray-color {
  color: #909090; }
  .has-gray-color a {
    color: #909090;
    text-decoration: underline; }

.has-gray-background-color {
  background: #676767; }
  .has-gray-background-color:hover, .has-gray-background-color:focus, .has-gray-background-color:active {
    background: #454545; }

.btn.primary-btn,
.has-primary-background-color {
  background: #B0242B; }
  .btn.primary-btn:hover, .btn.primary-btn:focus, .btn.primary-btn:active,
  .has-primary-background-color:hover,
  .has-primary-background-color:focus,
  .has-primary-background-color:active {
    background: #9E2027; }

.btn.secondary-btn,
.has-secondary-background-color {
  background: #D2AE49; }
  .btn.secondary-btn:hover, .btn.secondary-btn:focus, .btn.secondary-btn:active,
  .has-secondary-background-color:hover,
  .has-secondary-background-color:focus,
  .has-secondary-background-color:active {
    background: #BE9D42; }

.btn.white-btn {
  background: #ffffff;
  color: #1B1B1B;
  letter-spacing: 0;
  text-align: left;
  border: 1px solid #E8E2DE; }

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .site-identity {
  font-family: "neuzeit-grotesk", sans-serif !important;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .site-identity {
      margin-bottom: 1.6rem; } }
.h1, h1 {
  font-size: 7rem;
  line-height: 7rem; }
  @media (max-width: 767px) {
    .h1, h1 {
      font-size: 6rem;
      line-height: 6.5rem; } }
.h2, h2 {
  font-size: 6rem;
  line-height: 6.5rem; }
  @media (max-width: 767px) {
    .h2, h2 {
      font-size: 4.8rem;
      line-height: 5.5rem; } }
.h3, h3 {
  font-size: 4.8rem;
  line-height: 5.5rem; }
  @media (max-width: 767px) {
    .h3, h3 {
      font-size: 3.4rem;
      line-height: 4rem; } }
.h4, h4 {
  font-size: 3.4rem;
  line-height: 4rem; }
  @media (max-width: 767px) {
    .h4, h4 {
      font-size: 2.4rem;
      line-height: 2.6rem; } }
.h5, h5 {
  font-family: "miller-text", serif !important;
  font-style: italic;
  font-weight: 400;
  font-size: 3rem;
  line-height: 3rem; }
  @media (max-width: 767px) {
    .h5, h5 {
      font-size: 2rem;
      line-height: 2.4rem; }
      .h5.hours-text, h5.hours-text {
        font-size: 2.6rem;
        line-height: 2; } }
.h6, h6 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-transform: uppercase; }

.subtitle {
  font-family: "miller-text", serif !important;
  font-weight: 400;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 2.4rem; }
  @media (max-width: 767px) {
    .subtitle {
      line-height: 2rem; } }
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* global */
body {
  overflow-x: hidden;
  background-color: #F7F2EE; }

a {
  transition: all 0.5s ease;
  color: #C1272F; }
  a:hover, a:active, a:focus {
    color: #C1272F;
    text-decoration: none; }

img {
  max-width: 100%; }

.box-shadow {
  -webkit-box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.3); }

.vert-center {
  display: flex;
  align-items: center; }

.big-list {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0; }
  .big-list li {
    counter-increment: my-awesome-counter;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 2rem;
    padding: 2rem 0 1rem; }
    .big-list li h6 {
      -webkit-flex-basis: 70%;
      -moz-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
      margin: 2rem 0 0;
      border-top: 2px solid #C1272F;
      padding: 2rem 0 0; }
    .big-list li:before {
      content: "0" counter(my-awesome-counter);
      font-style: italic;
      font-size: 10rem;
      color: #C1272F;
      margin: 1.6rem 1rem 1.6rem 0;
      line-height: .3;
      -webkit-flex-basis: 30%;
      -moz-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%; }
    .big-list li:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 992px) {
    .big-list li {
      -webkit-flex-flow: row;
      -moz-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin-bottom: 4rem;
      padding-bottom: 2.75rem;
      border-bottom: 2px solid #C1272F; }
      .big-list li h6 {
        -webkit-flex-basis: 70%;
        -moz-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        margin: 0;
        border: 0; }
      .big-list li:before {
        -webkit-flex-basis: 30%;
        -moz-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%; } }
@media (max-width: 768px) {
  .container .wp-block-column {
    flex-grow: 1;
    flex-basis: 100% !important;
    margin: 0; }
    .container .wp-block-column .uagb-section__wrap {
      max-width: 100%;
      margin: 0; }
  .reverse-col {
    flex-direction: column-reverse; }
  .center-mobile {
    text-align: center; } }

/* backgrounds */
.pattern-primary {
  background: #B0242B url("/wp-content/themes/macianos/library/images/pattern-stripes.png") repeat center left/auto !important;
  color: #ffffff; }
  .pattern-primary a {
    color: #ffffff; }

.section-bg {
  position: relative;
  overflow-x: hidden; }
  .section-bg:before {
    content: '';
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .section-bg.carryout:before, .section-bg.pizza:before {
    right: -150px;
    bottom: 30px;
    width: 419px;
    height: 286px;
    background-image: url("/wp-content/themes/macianos/library/images/bg-pizza.png"); }
  .section-bg.wine-pizza:before {
    left: -10px;
    top: 35%;
    width: 284px;
    height: 322px;
    background-image: url("/wp-content/themes/macianos/library/images/bg-wine.svg"); }
  .section-bg.wine-pizza:after {
    content: '';
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    right: -68px;
    bottom: 30%;
    width: 345px;
    height: 262px;
    background-image: url("/wp-content/themes/macianos/library/images/bg-pizza.png"); }
  .section-bg.dining:before {
    bottom: 10px;
    left: -28px;
    width: 374px;
    height: 246px;
    background-image: url("/wp-content/themes/macianos/library/images/bg-spaghetti.png"); }
  .section-bg.catering:before {
    bottom: 20px;
    right: -204px;
    width: 503px;
    height: 327px;
    background-image: url("/wp-content/themes/macianos/library/images/bg-pasta.png"); }
  .section-bg.fresh:before {
    bottom: 50px;
    left: -50px;
    width: 272px;
    height: 447px;
    background-image: url("/wp-content/themes/macianos/library/images/bg-spoons.png"); }
  .section-bg.onion:before {
    bottom: 200px;
    right: -135px;
    width: 432px;
    height: 347px;
    background-image: url("/wp-content/themes/macianos/library/images/bg-onion.svg"); }
  @media (min-width: 992px) {
    .section-bg.carryout:before, .section-bg.pizza:before {
      right: -60px;
      bottom: 0;
      width: 819px;
      height: 622px; }
    .section-bg.pizza:before {
      right: -260px;
      bottom: 100px; }
    .section-bg.wine-pizza:before {
      left: 0;
      top: -10px;
      width: 601px;
      height: 678px; }
    .section-bg.wine-pizza:after {
      right: 15px;
      bottom: 195px;
      width: 464px;
      height: 352px; }
    .section-bg.dining:before {
      top: 60px;
      bottom: auto;
      left: -36px;
      width: 684px;
      height: 450px; }
    .section-bg.catering:before {
      bottom: 0;
      right: -490px;
      width: 1114px;
      height: 642px; }
    .section-bg.fresh:before {
      top: 0;
      bottom: auto;
      left: -120px;
      width: 396px;
      height: 650px; }
    .section-bg.onion:before {
      bottom: 70px;
      right: -110px;
      width: 590px;
      height: 475px; } }
@media (min-width: 992px) {
  .accent-images {
    position: relative;
    margin: 60px 60px 80px 20px; }
    .accent-images:before, .accent-images:after {
      content: '';
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .accent-images.pasta.dessert:before {
      top: -60px;
      right: -60px;
      width: 191px;
      height: 150px;
      background-image: url("/wp-content/themes/macianos/library/images/sm-pasta.png"); }
    .accent-images.pasta.dessert:after {
      left: 10px;
      bottom: -80px;
      width: 194px;
      height: 131px;
      background-image: url("/wp-content/themes/macianos/library/images/sm-dessert.png"); } }

.hamburger {
  padding: 34px 23px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #ffffff; }

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7.5px; }
  .hamburger-inner::after {
    bottom: -7.5px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.comment-nav ul {
  list-style-type: none; }
  .comment-nav ul li {
    display: inline; }

#login h1 a, .login h1 a {
  background-image: url(https://d78cb1a23aa0803f8ae9-9c5ddb37bcf4c875c23149623eded2de.ssl.cf2.rackcdn.com/LAUNCH_full_dark.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  color: #444;
  height: 100px;
  font-size: 20px;
  line-height: 100%;
  margin: 0 auto 25px;
  padding: 0;
  width: 80%; }

.wp-core-ui .button-primary {
  background: #C9342D;
  border-color: #C9342D;
  border-bottom-color: #b5251f;
  box-shadow: 0 1px 0 #b5251f;
  text-shadow: 0 -1px #b5251f,0 -1px #b5251f,0 -1px #b5251f,0 -1px #b5251f; }

.home .hero-content_heading {
  font-size: 9.6rem;
  line-height: 9.6rem; }
  @media (max-width: 767px) {
    .home .hero-content_heading {
      font-size: 6rem;
      line-height: 6.5rem; } }
.home .your-favorite {
  padding: 5rem !important; }
  @media (max-width: 767px) {
    .home .your-favorite {
      padding: 5rem 2rem !important; } }
.locations {
  padding: .5rem 0 1.5rem; }
  .locations .location {
    background-color: #ffffff;
    -webkit-box-shadow: 10px 13px 19px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 10px 13px 19px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 10px 13px 19px 0px rgba(0, 0, 0, 0.14);
    padding: 2.4rem 1.5rem; }
    .locations .location-wrap {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin: 2.5rem 1.5rem; }
    .locations .location_content {
      color: #1B1B1B; }
      .locations .location_content-left {
        position: relative;
        padding-left: 3rem; }
        .locations .location_content-left:before {
          content: url("/wp-content/themes/macianos/library/images/map-marker.svg");
          position: absolute;
          top: 0;
          left: 0; }
    .locations .location_heading {
      margin: .2rem 0 1.7rem; }
    .locations .location_address {
      margin-bottom: 1.4rem; }
    .locations .location_directions-text {
      text-decoration: underline; }
    .locations .location_directions .arrow-right.icon {
      color: #C1272F;
      position: absolute;
      margin-left: 12px;
      margin-top: 12px;
      width: 2.3rem;
      height: 2px;
      background-color: #C1272F;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .locations .location_directions .arrow-right.icon:before {
        content: '';
        position: absolute;
        right: 1px;
        top: -5.75px;
        width: 14px;
        height: 14px;
        border-top: solid 2px #C1272F;
        border-right: solid 2px #C1272F;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .locations .location_directions:hover .arrow-right.icon, .locations .location_directions:focus .arrow-right.icon {
      margin-left: 20px; }
  @media (min-width: 768px) {
    .locations {
      padding: 3.5rem 0 2.5rem; }
      .locations .location {
        padding: 5.5rem 1.5rem 4.5rem;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .locations .location-wrap {
          margin: 2.5rem 0; }
        .locations .location_content div {
          -webkit-flex-basis: calc(50% - 1rem);
          -moz-flex-basis: calc(50% - 1rem);
          -ms-flex-preferred-size: calc(50% - 1rem);
          flex-basis: calc(50% - 1rem); }
        .locations .location_content-left {
          padding-left: 4.2rem; }
          .locations .location_content-left:before {
            left: .7rem; }
        .locations .location_address {
          margin-bottom: 0; }
        .locations .location:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 0;
          background-color: #C1272F;
          overflow: hidden;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .locations .location:hover, .locations .location:focus {
          -webkit-transform: translateY(-3rem);
          -moz-transform: translateY(-3rem);
          -o-transform: translateY(-3rem);
          -ms-transform: translateY(-3rem);
          transform: translateY(-3rem); }
          .locations .location:hover:before, .locations .location:focus:before {
            height: 1.5rem; } }
  @media (min-width: 992px) {
    .locations {
      padding: 7.5rem 0 5.5rem; }
      .locations .location {
        padding: 4.4rem 1.5rem; }
        .locations .location-wrap {
          -webkit-flex-basis: calc(50% - 1.5rem);
          -moz-flex-basis: calc(50% - 1.5rem);
          -ms-flex-preferred-size: calc(50% - 1.5rem);
          flex-basis: calc(50% - 1.5rem); } }
#singleLocation .single_location .location_left {
  padding: 4.5rem 1.5rem; }

#singleLocation .single_location .location_info {
  position: relative;
  padding-left: 3rem; }
  #singleLocation .single_location .location_info:before {
    position: absolute;
    top: 0;
    left: 0; }
  #singleLocation .single_location .location_info.address {
    margin-bottom: 2.5rem; }
    #singleLocation .single_location .location_info.address:before {
      content: url("/wp-content/themes/macianos/library/images/map-marker.svg"); }
  #singleLocation .single_location .location_info.hours {
    margin-bottom: 2rem; }
    #singleLocation .single_location .location_info.hours:before {
      content: '\f017';
      font-family: "FontAwesome";
      font-size: 1.3em; }

#singleLocation .single_location .location_heading {
  margin: .2rem 0 1rem; }

#singleLocation .single_location .location-map img {
  -webkit-box-shadow: 10px 13px 19px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 10px 13px 19px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 10px 13px 19px 0px rgba(0, 0, 0, 0.14);
  width: 100%; }

@media (max-width: 768px) {
  #singleLocation .single_location .location-map {
    position: relative;
    height: 240px;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 10px 13px 19px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 10px 13px 19px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 10px 13px 19px 0px rgba(0, 0, 0, 0.14); }
    #singleLocation .single_location .location-map img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

@media (min-width: 992px) {
  #singleLocation .single_location {
    padding: 4rem 0; }
    #singleLocation .single_location .location_left {
      -webkit-flex-basis: 24%;
      -moz-flex-basis: 24%;
      -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
      padding: 0; }
    #singleLocation .single_location .location_info {
      padding-left: 0; }
      #singleLocation .single_location .location_info:before {
        left: -3.5rem; }
    #singleLocation .single_location .location-map {
      -webkit-flex-basis: calc(76% - 3rem);
      -moz-flex-basis: calc(76% - 3rem);
      -ms-flex-preferred-size: calc(76% - 3rem);
      flex-basis: calc(76% - 3rem); } }

#singleLocation #promotionsRow {
  padding: 6.4rem 0 4rem; }
  #singleLocation #promotionsRow .promotions-toggle .nav-item {
    padding: 0 1rem .4rem; }
  @media (min-width: 992px) {
    #singleLocation #promotionsRow {
      padding: 10rem 0 13rem; }
      #singleLocation #promotionsRow .promotions-tabs #promotionsTabs {
        width: 84%; }
      #singleLocation #promotionsRow .promotions-toggle .nav-item {
        padding: 0 2.2rem .4rem; } }
.locations-dropdown {
  padding: 3.5rem 0; }
  .locations-dropdown_button {
    width: 100%;
    padding: 1.7rem 3.5rem; }
    .locations-dropdown_button:after {
      border-top: 0.7em solid #B0242B;
      border-right: .7em solid transparent;
      border-bottom: 0;
      border-left: .7em solid transparent; }
  .locations-dropdown .dropdown-menu {
    width: 100%;
    background: rgba(235, 235, 235, 0.92);
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: 10px 13px 19px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 10px 13px 19px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 10px 13px 19px 0px rgba(0, 0, 0, 0.14);
    padding: 2rem 1rem;
    font-size: 1.6rem;
    line-height: 2.4rem; }
    .locations-dropdown .dropdown-menu .dropdown-item {
      padding: 1rem 4rem; }
      .locations-dropdown .dropdown-menu .dropdown-item:hover, .locations-dropdown .dropdown-menu .dropdown-item:focus {
        background-color: #C1272F;
        color: #ffffff; }
      .locations-dropdown .dropdown-menu .dropdown-item .h4 {
        text-transform: uppercase;
        font-size: 2.4rem; }
      .locations-dropdown .dropdown-menu .dropdown-item .location_address {
        vertical-align: middle; }
  @media (min-width: 992px) {
    .locations-dropdown {
      padding: 6rem 0 2rem; }
      .locations-dropdown .dropdown-menu {
        padding: 4rem 2.3rem;
        font-size: 1.8rem;
        line-height: 2.7rem; }
        .locations-dropdown .dropdown-menu .dropdown-item {
          padding: 1.9rem 8rem; }
          .locations-dropdown .dropdown-menu .dropdown-item .h4 {
            font-size: 3.4rem; } }
#promotionsRow {
  padding: 4rem 0 6rem; }
  #promotionsRow .section-title {
    margin-bottom: 1.8rem; }
  #promotionsRow .promotions .slick-slide {
    width: 100%; }
  #promotionsRow .promotions-tabs {
    background-color: #ffffff;
    padding: 2.8rem 2rem 3rem;
    min-height: 200px;
    margin-bottom: 4rem; }
    #promotionsRow .promotions-tabs #promotionsTabs {
      position: relative;
      padding-bottom: 3rem; }
      #promotionsRow .promotions-tabs #promotionsTabs .slick-dots {
        bottom: 0; }
        #promotionsRow .promotions-tabs #promotionsTabs .slick-dots li {
          margin: 0 3px; }
          #promotionsRow .promotions-tabs #promotionsTabs .slick-dots li button:before {
            font-size: 1.2rem;
            color: #C1272F; }
  #promotionsRow .promotions-toggle {
    list-style: none;
    padding: 0;
    border-bottom: 2px solid #E8E2DE;
    margin-bottom: 5rem;
    padding: 0; }
    #promotionsRow .promotions-toggle .nav-item {
      padding: 0 .8rem .4rem;
      text-align: center; }
      #promotionsRow .promotions-toggle .nav-item .promotions-heading {
        padding: .4rem 0;
        color: #1B1B1B;
        -webkit-transition: 0.3s ease all 0.5s ease;
        -moz-transition: 0.3s ease all 0.5s ease;
        -o-transition: 0.3s ease all 0.5s ease;
        -ms-transition: 0.3s ease all 0.5s ease;
        transition: 0.3s ease all 0.5s ease; }
      #promotionsRow .promotions-toggle .nav-item.ui-state-active .promotions-heading, #promotionsRow .promotions-toggle .nav-item.ui-state-hover .promotions-heading {
        padding: .4rem 0;
        color: #1B1B1B;
        background: transparent;
        color: #C1272F;
        border-bottom: 3px solid #C1272F; }
  #promotionsRow .promotions-wrap {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 2rem; }
  #promotionsRow .promotions .promotion {
    margin-bottom: 2.7rem; }
    #promotionsRow .promotions .promotion h6 {
      margin: 0; }
  @media (max-width: 768px) {
    #promotionsRow {
      padding: 4rem 2rem 6rem; } }
  @media (min-width: 992px) {
    #promotionsRow {
      padding: 6rem 0 10rem; }
      #promotionsRow .section-title {
        margin-bottom: 5rem; }
      #promotionsRow .promotions-tabs {
        padding: 2.8rem 3rem 5rem;
        margin-bottom: 4.7rem; }
        #promotionsRow .promotions-tabs #promotionsTabs {
          width: 94%;
          margin: 0 auto;
          padding-bottom: 0; }
      #promotionsRow .promotions-toggle .nav-item {
        padding: 0 1.6rem .4rem; }
      #promotionsRow .promotions-wrap {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-right: 6rem;
        margin-bottom: 3rem; }
        #promotionsRow .promotions-wrap h5 {
          margin-bottom: 3rem; } }
/* -----------JOBS------------- */
.job-manager-application-wrapper .application,
.single_job_listing .application {
  overflow: visible; }
  .job-manager-application-wrapper .application .application_details,
  .single_job_listing .application .application_details {
    -webkit-box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: 0;
    padding: 2rem; }
    .job-manager-application-wrapper .application .application_details:before, .job-manager-application-wrapper .application .application_details:after,
    .single_job_listing .application .application_details:before,
    .single_job_listing .application .application_details:after {
      content: none; }

.job-cat ul {
  list-style: none;
  padding-left: 0; }

table.job-table th {
  width: 130px;
  text-transform: uppercase;
  font-family: "miller-text", serif;
  font-size: 22px;
  width: 130px; }

td.jobs-moreinfo {
  text-transform: uppercase;
  font-family: "miller-text", serif;
  font-size: 22px;
  text-align: left; }
  td.jobs-moreinfo a {
    background-color: #C1272F;
    color: white;
    padding: 7px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0; }
    td.jobs-moreinfo a:hover {
      background-color: #ccc;
      color: #C1272F; }

td.jobs-applynow {
  text-transform: uppercase;
  font-family: "miller-text", serif;
  font-size: 22px;
  text-align: left; }
  td.jobs-applynow a {
    background-color: #C1272F;
    color: white;
    padding: 7px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0; }
    td.jobs-applynow a:hover {
      background-color: #ccc;
      color: #C1272F; }

input.button-primary {
  background-color: #C1272F;
  color: white;
  padding: 7px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0; }
  input.button-primary:hover {
    background-color: #ccc;
    color: #C1272F; }

.job-table a {
  color: #666; }
  .job-table a:hover {
    color: #C1272F; }

form a {
  color: #666; }
  form a:hover {
    color: #C1272F; }

.job_filters .search_jobs div label {
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0; }

.job_filters .search_jobs input {
  padding: 10px; }

.job_filters .search_jobs select {
  padding: 10px; }

ul.job_listings li.job_listing a div.location {
  color: #1B1B1B; }

ul.job_listings li.job_listing a div.position {
  padding: 0;
  width: 49%; }

ul.job_listings li.job_listing a:hover {
  background-color: #ebebeb; }

ul.job_listings li.no_job_listings_found a div.location {
  color: #1B1B1B; }

ul.job_listings .job-manager-applications-applied-notice {
  color: #E7BF50; }

.job_listings {
  background: #ffffff;
  -webkit-box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.1); }
  .job_listings img.company_logo {
    display: none; }
  .job_listings ul.meta {
    display: none; }

.single-job_listing li.date-posted {
  display: none; }

a.load_more_jobs {
  color: #C1272F; }

ul.job-listing-meta.meta a {
  color: #C1272F; }

#job-manager-job-dashboard a {
  color: #E7BF50; }
  #job-manager-job-dashboard a:hover {
    color: #1B1B1B; }

#job-manager-job-applications a {
  color: #E7BF50; }
  #job-manager-job-applications a:hover {
    color: #1B1B1B; }

.job-manager-form fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .job-manager-form fieldset label {
    float: none;
    line-height: 1.3; }
    .job-manager-form fieldset label small {
      display: none; }
  .job-manager-form fieldset div.field {
    float: none; }

fieldset.fieldset-i-certify-that-the-facts-contained-in-this-application-are-true-and-complete-to-the-best-of-my-knowledge-and-understand-that-if-employed-falsified-statements-on-this-application-shall-be-grounds-for {
  display: block !important; }
  fieldset.fieldset-i-certify-that-the-facts-contained-in-this-application-are-true-and-complete-to-the-best-of-my-knowledge-and-understand-that-if-employed-falsified-statements-on-this-application-shall-be-grounds-for label {
    width: 100%;
    font-weight: normal;
    font-size: 1.4rem; }
  fieldset.fieldset-i-certify-that-the-facts-contained-in-this-application-are-true-and-complete-to-the-best-of-my-knowledge-and-understand-that-if-employed-falsified-statements-on-this-application-shall-be-grounds-for input {
    display: none; }

input.application_button.button,
input.button.wp_job_manager_send_application_button {
  color: #ffffff;
  border: 0;
  border-radius: 10.9em;
  background: #B0242B;
  letter-spacing: 1px;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 3rem;
  min-width: 220px;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 900;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  input.application_button.button:hover, input.application_button.button:focus, input.application_button.button:active,
  input.button.wp_job_manager_send_application_button:hover,
  input.button.wp_job_manager_send_application_button:focus,
  input.button.wp_job_manager_send_application_button:active {
    color: #ffffff;
    background: #9E2027; }

@media (max-width: 768px) {
  .job-manager-form fieldset {
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
    .job-manager-form fieldset label {
      width: 100%; }
    .job-manager-form fieldset div.field {
      width: 100%; } }

.header {
  height: 150px;
  z-index: 100;
  position: relative; }
  .header .navbar {
    font-family: "neuzeit-grotesk", sans-serif !important;
    padding: 0;
    text-transform: uppercase; }
  .header .logo {
    margin: 1.7rem 0;
    position: relative;
    z-index: 150; }
    .header .logo img {
      max-height: 124px; }
    @media (max-width: 992px) {
      .header .logo {
        margin: 1.7rem 0 1.7rem 1.5rem; } }
  .header .hamburger {
    z-index: 150; }
  .header .navbar-nav .nav-link {
    padding: 0 1.5rem;
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1.6; }
    .header .navbar-nav .nav-link:focus, .header .navbar-nav .nav-link:hover {
      background: transparent;
      color: #E7BF50; }
    .header .navbar-nav .nav-link .text-secondary {
      color: #E7BF50 !important; }
    @media (min-width: 992px) {
      .header .navbar-nav .nav-link {
        padding: 0 1rem;
        font-size: 1.6rem;
        line-height: 1.5; } }
    @media (min-width: 1200px) {
      .header .navbar-nav .nav-link {
        padding: 0 1.5rem;
        font-size: 1.8rem;
        line-height: 1.5; } }
  .header .navbar-nav .current_page_parent .dropdown-menu .current-menu-item .dropdown-item,
  .header .navbar-nav .current_page_parent > a,
  .header .navbar-nav .current-menu-item a {
    color: #E7BF50; }
  .header .navbar-nav .dropdown-menu {
    position: absolute;
    font-size: 1.2rem;
    border: 0;
    left: 1rem;
    background: rgba(27, 27, 27, 0.42); }
    .header .navbar-nav .dropdown-menu .dropdown-item {
      color: #ffffff; }
      .header .navbar-nav .dropdown-menu .dropdown-item:focus, .header .navbar-nav .dropdown-menu .dropdown-item:hover {
        background: transparent;
        color: #E7BF50; }
  @media (max-width: 992px) {
    .header .navbar-nav > .nav-item {
      padding-bottom: 3rem; }
    .header .navbar-nav .dropdown-menu {
      position: relative;
      margin-top: 0;
      font-size: 2rem;
      background: transparent; }
      .header .navbar-nav .dropdown-menu .dropdown-item {
        padding: 0 3rem 1.7rem; } }
  @media (max-width: 992px) {
    .header #main-nav {
      margin-top: calc(2rem + 150px); } }
  .header .order-online {
    margin-left: 2rem; }
    .header .order-online a {
      font-size: 2rem;
      min-width: 200px;
      margin: 0; }

body.nav-open .header .navbar-collapse {
  z-index: 120;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #323232 url("/wp-content/themes/macianos/library/images/mobile-bg-img.png") no-repeat bottom -35px right -44px/auto; }

.hero-wrap {
  position: relative;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #B0242B;
  width: 100%;
  z-index: 40;
  overflow: hidden;
  margin-top: -150px; }
  .hero-wrap.video {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1B1B1B;
    color: #ffffff;
    z-index: 0;
    height: 70vh; }
    .hero-wrap.video .hero-content {
      margin-top: calc(150px / 2); }
  .hero-wrap.no-video {
    min-height: 660px; }
    .hero-wrap.no-video .hero-content {
      margin-top: calc(150px / 2); }
    .hero-wrap.no-video.default {
      min-height: 440px;
      background-size: auto;
      background-repeat: repeat; }
      .hero-wrap.no-video.default .hero-content {
        margin-top: calc(150px / 2); }

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5); }

.hero video {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  object-fit: fill; }

.hero-content {
  color: #ffffff;
  text-align: center;
  z-index: 10;
  padding: 1.5rem 0 4rem; }
  .hero-content_heading {
    margin: 0 0 1.6rem; }
  .hero-content_subheading {
    margin: 0;
    line-height: 1;
    font-size: 3rem; }
  .hero-content.has-cta .hero-content_subheading {
    margin-bottom: 3rem; }
  .hero-content.has-cta .btn {
    margin: 0; }

@media (min-width: 480px) {
  .hero-content_heading {
    max-width: 100%; } }

@media (min-width: 768px) {
  .hero-wrap.video {
    height: 75vh; }
  .hero-content {
    margin-top: 0;
    top: auto; } }

@media (min-width: 992px) {
  .hero-wrap.video {
    height: calc(80vh - 124px); }
  .hero-wrap video {
    width: 100%;
    height: auto; }
  .hero-content_subheading {
    max-width: 565px;
    margin: 0 auto; } }

@media (min-width: 1200px) {
  .hero-wrap.video {
    height: calc(93vh - 124px); } }

.footer {
  background: #323232;
  color: #ffffff;
  padding: 5rem 0 3rem; }
  @media (max-width: 767px) {
    .footer {
      padding: 4rem 0 3rem; } }
  .footer-contact {
    padding-bottom: 4rem; }
    @media (min-width: 992px) {
      .footer-contact {
        padding: 0; }
        .footer-contact h3 {
          margin-bottom: 3rem; }
        .footer-contact p {
          margin: 0; } }
  .footer .vert-center {
    justify-content: center; }
  .footer-bottom a {
    color: #ffffff; }
  .footer .footer-logo {
    max-height: 150px; }
    @media (max-width: 767px) {
      .footer .footer-logo {
        max-height: 120px; } }
  .footer #menu-footer-menu {
    list-style: none; }
    .footer #menu-footer-menu li {
      text-align: center; }
      .footer #menu-footer-menu li a {
        color: #ffffff;
        font-family: "neuzeit-grotesk", sans-serif !important;
        font-size: 1.6rem;
        line-height: 3rem;
        padding: 0 .5rem; }
  .footer .credits {
    font-size: 1.3rem;
    margin-top: 1.4rem; }
    .footer .credits a {
      text-decoration: underline; }
  .footer .fa {
    background: #ffffff;
    color: #323232;
    line-height: 1.8;
    text-align: center;
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
    margin: 0 .6rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .footer .fa:hover, .footer .fa:focus {
      background: #cfcfcf; }
  @media (max-width: 767px) {
    .footer #social {
      margin-top: 2rem; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

form select,
form input,
form textarea,
form .custom-select {
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 1rem 1.3rem;
  font-size: 1.4rem;
  color: #C1272F; }
  form select:focus, form select:active,
  form input:focus,
  form input:active,
  form textarea:focus,
  form textarea:active,
  form .custom-select:focus,
  form .custom-select:active {
    border-color: #224184;
    box-shadow: none; }
  form select:hover,
  form input:hover,
  form textarea:hover,
  form .custom-select:hover {
    border-color: #AAB2B5;
    box-shadow: none; }

form .custom-select {
  background-color: #EEEFF0;
  background-position: right 1.2rem center; }

form .custom-select-lg {
  height: 48px; }

.gform_wrapper .gform_footer input[type='reset'] {
  padding: 1.5rem 3rem !important; }
