@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap");
html, body, .site {
  height: 100%;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }

.site {
  display: flex;
  flex-direction: column;
  min-height: auto; }
  @media screen and (max-width: 768px) and (orientation: landscape) {
    .site {
      display: block; } }

body {
  color: #000000;
  background: #c6adad;
  background-image: url(../../img/site-bg.jpg);
  background-size: contain;
  background-position: center; }
  body a {
    color: #000000; }

.site-header-2021 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  padding: 0 85px;
  width: calc(100% - 170px); }
  @media screen and (max-width: 1200px) {
    .site-header-2021 {
      padding: 0px 65px;
      width: calc(100% - 130px);
      height: 120px; } }
  @media screen and (max-width: 991px) {
    .site-header-2021 {
      position: relative;
      height: 100px; } }
  .site-header-2021 .header-logo-link {
    max-width: 95px; }
    @media screen and (max-width: 991px) {
      .site-header-2021 .header-logo-link {
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10; } }
    .site-header-2021 .header-logo-link .site-logo {
      display: block;
      width: 100%; }
  .site-header-2021 .nav-mobile-btn {
    display: none; }
    @media screen and (max-width: 991px) {
      .site-header-2021 .nav-mobile-btn {
        display: flex;
        align-items: center;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10; } }
    .site-header-2021 .nav-mobile-btn__cp {
      font-weight: 900;
      margin-right: 5px;
      opacity: 1;
      transition: all .3s ease-in-out; }
    .site-header-2021 .nav-mobile-btn__arrow {
      font-size: 1.5em;
      transform: rotate(90deg);
      margin-bottom: 3.3px;
      transition: all .3s ease-in-out; }
    .site-header-2021 .nav-mobile-btn.active .nav-mobile-btn__cp {
      opacity: 0; }
    .site-header-2021 .nav-mobile-btn.active .nav-mobile-btn__arrow {
      transform: rotate(-90deg); }
  @media screen and (max-width: 991px) {
    .site-header-2021 .nav-container {
      position: fixed;
      top: -101vh;
      left: 0;
      height: 100vh;
      width: 100vw;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #c6adad;
      z-index: 9;
      opacity: 0;
      transition: all .5s ease-in-out; }
      .site-header-2021 .nav-container.active {
        top: 0;
        opacity: 1; } }
  .site-header-2021 #menu-2021-main {
    display: flex;
    font-weight: 900;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .site-header-2021 #menu-2021-main {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .site-header-2021 #menu-2021-main li {
      margin: 0 10px;
      font-size: .9em;
      letter-spacing: 0.01em; }
      @media screen and (max-width: 991px) {
        .site-header-2021 #menu-2021-main li {
          margin: 10px auto; } }
      .site-header-2021 #menu-2021-main li a {
        position: relative; }
        .site-header-2021 #menu-2021-main li a:after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          bottom: -4px;
          transform: translateX(-50%);
          margin: auto;
          height: 4px;
          width: 0px;
          background-color: transparent;
          left: 50%;
          transition: width .3s ease, background-color .5s ease; }
        .site-header-2021 #menu-2021-main li a:hover:after {
          width: calc(100%);
          background-color: #c6adad; }
      .site-header-2021 #menu-2021-main li.active a:after {
        width: calc(100%);
        background-color: #c6adad; }
    .site-header-2021 #menu-2021-main .header-newsletter {
      margin-left: 45px; }
      @media screen and (max-width: 991px) {
        .site-header-2021 #menu-2021-main .header-newsletter {
          margin-left: auto; } }
  .site-header-2021 .social-nav {
    position: absolute;
    right: 96px;
    top: 155px; }
    .site-header-2021 .social-nav__mobile {
      display: none; }
    @media screen and (max-width: 1200px) {
      .site-header-2021 .social-nav {
        right: 70px; } }
    @media screen and (max-width: 991px) {
      .site-header-2021 .social-nav {
        display: none; }
        .site-header-2021 .social-nav.social-nav__mobile {
          display: flex;
          top: 10%;
          right: 3%; } }
    .site-header-2021 .social-nav #menu-social-menu li a,
    .site-header-2021 .social-nav #menu-social-menu-1 li a {
      font-size: 1.3em;
      margin: 1.5em 0;
      display: block;
      transition: color .3s ease-in-out; }
      .site-header-2021 .social-nav #menu-social-menu li a:hover,
      .site-header-2021 .social-nav #menu-social-menu-1 li a:hover {
        color: #fff; }
      .site-header-2021 .social-nav #menu-social-menu li a i,
      .site-header-2021 .social-nav #menu-social-menu-1 li a i {
        transform: rotate(-90deg); }
    .site-header-2021 .social-nav #menu-social-menu li:first-of-type a,
    .site-header-2021 .social-nav #menu-social-menu-1 li:first-of-type a {
      margin-top: 0; }

.page-template-page-home-2021 .site-header-2021 {
  position: absolute;
  z-index: 999; }
.page-template-page-home-2021 .footer-2021 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .page-template-page-home-2021 .footer-2021 {
      position: absolute; } }
  .page-template-page-home-2021 .footer-2021 .upper {
    display: none; }
@media screen and (max-width: 991px) {
  .page-template-page-home-2021 .content.page-fadein {
    top: 0;
    height: 100vh;
    position: absolute;
    overflow: hidden; } }
.page-template-page-home-2021 .home-content {
  pointer-events: none; }
@media screen and (max-width: 991px) {
  .page-template-page-home-2021 .home-slider-container {
    overflow: hidden;
    max-height: 100vh;
    display: block;
    position: relative;
    z-index: 9;
    width: 100vw;
    height: 87vh;
    top: 0; } }
.page-template-page-home-2021 .number-slides-container {
  position: absolute;
  top: 160px;
  right: 10%;
  width: 20vw;
  height: 20vw;
  max-width: 320px;
  max-height: 320px; }
  @media screen and (max-width: 991px) {
    .page-template-page-home-2021 .number-slides-container {
      width: 50vw;
      max-width: 130px;
      top: 120px; } }
.page-template-page-home-2021 .number-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.2);
  opacity: 0;
  transition: all .3s ease-in-out; }
  .page-template-page-home-2021 .number-container.active {
    transform: scale(1);
    opacity: 1; }
  .page-template-page-home-2021 .number-container img.slide-number {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left; }
.page-template-page-home-2021 .title-link-container {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  max-width: 400px; }
  @media screen and (max-width: 991px) {
    .page-template-page-home-2021 .title-link-container {
      left: 10%;
      top: 40%;
      transform: translateY(-50%);
      left: 5%;
      width: 70%; } }
  .page-template-page-home-2021 .title-link-container.active {
    opacity: 1;
    z-index: 1; }
  .page-template-page-home-2021 .title-link-container .slide-title {
    font-weight: 500;
    font-size: 3em;
    display: flex;
    justify-content: center;
    letter-spacing: 5px;
    opacity: 0;
    text-align: center;
    transition: all .9s ease-in-out; }
    @media screen and (max-width: 768px) {
      .page-template-page-home-2021 .title-link-container .slide-title {
        font-size: 2em; } }
  .page-template-page-home-2021 .title-link-container .links-container {
    text-align: center; }
    .page-template-page-home-2021 .title-link-container .links-container .slide-btn {
      opacity: 0;
      top: 20px;
      position: relative;
      margin: 0 5px;
      transition: all .3s ease-in-out;
      position: relative;
      padding: 0 5px;
      pointer-events: auto; }
      .page-template-page-home-2021 .title-link-container .links-container .slide-btn:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
        height: 1px;
        width: 0;
        background-color: #000000;
        left: 50%;
        transition: width .3s ease; }
      .page-template-page-home-2021 .title-link-container .links-container .slide-btn:nth-of-type(1) {
        transition-delay: .3s; }
      .page-template-page-home-2021 .title-link-container .links-container .slide-btn:nth-of-type(2) {
        transition-delay: .6s; }
  .page-template-page-home-2021 .title-link-container.active .slide-title {
    letter-spacing: 0;
    opacity: 1; }
  .page-template-page-home-2021 .title-link-container.active .links-container .slide-btn {
    opacity: 1;
    top: 0; }
    .page-template-page-home-2021 .title-link-container.active .links-container .slide-btn:after {
      width: 100%; }
    .page-template-page-home-2021 .title-link-container.active .links-container .slide-btn:hover::after {
      width: 0; }
.page-template-page-home-2021 .image-slides-section {
  position: absolute;
  bottom: 60px;
  right: 10%;
  height: 30vh;
  width: 30vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 991px) {
    .page-template-page-home-2021 .image-slides-section {
      height: 30vh;
      width: 30vh;
      bottom: 130px; } }
  .page-template-page-home-2021 .image-slides-section .slide-img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out .3s; }
    .page-template-page-home-2021 .image-slides-section .slide-img-container .slide-img {
      bottom: 0;
      left: 0;
      opacity: .5;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all .5s ease-in-out;
      opacity: 0; }
      .page-template-page-home-2021 .image-slides-section .slide-img-container .slide-img:nth-child(3) {
        filter: hue-rotate(90deg);
        transform: translate(-52%, -50%) skew(24deg, 10deg);
        transform: translate(-52%, -50%) skew(60deg);
        opacity: 0; }
      .page-template-page-home-2021 .image-slides-section .slide-img-container .slide-img:nth-child(2) {
        filter: hue-rotate(-90deg);
        transform: translate(-48%, -50%) skew(-24deg, -10deg);
        transform: translate(-48%, -50%) skew(-60deg);
        opacity: 0; }
    .page-template-page-home-2021 .image-slides-section .slide-img-container.active .slide-img {
      transition: all .5s ease-in-out .3s;
      opacity: .5; }
      .page-template-page-home-2021 .image-slides-section .slide-img-container.active .slide-img:nth-child(3) {
        filter: hue-rotate(0);
        transform: translate(-50%, -50%) skew(0);
        opacity: 1; }
      .page-template-page-home-2021 .image-slides-section .slide-img-container.active .slide-img:nth-child(2) {
        filter: hue-rotate(0);
        transform: translate(-50%, -50%) skew(0);
        opacity: 1; }
.page-template-page-home-2021 .scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%); }
  .page-template-page-home-2021 .scroll-indicator .text {
    position: relative; }
    .page-template-page-home-2021 .scroll-indicator .text:after {
      content: "";
      height: 1px;
      width: 100%;
      background: #000000;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .page-template-page-home-2021 .scroll-indicator .arrow {
    font-size: 1.5em;
    display: inline-block;
    transform: rotate(90deg);
    margin-bottom: 3.3px;
    transition: all .3s ease-in-out; }

.page-template-page-music-2021 .music-content {
  display: flex;
  justify-content: center;
  align-items: center; }
.page-template-page-music-2021 .music-carousel {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  opacity: 0;
  transition: opacity .3s ease-in-out; }
  .page-template-page-music-2021 .music-carousel.flickity-enabled {
    opacity: 1; }
  @media screen and (max-width: 768px) {
    .page-template-page-music-2021 .music-carousel {
      margin: auto auto 5vh; } }
.page-template-page-music-2021 .flickity-button {
  background: none;
  color: #c6adad;
  transition: color .3s ease-in-out; }
  .page-template-page-music-2021 .flickity-button:hover {
    background: none;
    color: #fff; }
  .page-template-page-music-2021 .flickity-button.previous {
    left: -5%; }
    .page-template-page-music-2021 .flickity-button.previous:focus {
      box-shadow: none; }
    @media screen and (max-width: 768px) {
      .page-template-page-music-2021 .flickity-button.previous {
        left: -10%; } }
  .page-template-page-music-2021 .flickity-button.next {
    right: -5%; }
    .page-template-page-music-2021 .flickity-button.next:focus {
      box-shadow: none; }
    @media screen and (max-width: 768px) {
      .page-template-page-music-2021 .flickity-button.next {
        right: -10%; } }
.page-template-page-music-2021 .carousel-cell {
  width: calc((100% - 30px)/3);
  margin-right: 15px; }
  @media screen and (max-width: 991px) {
    .page-template-page-music-2021 .carousel-cell {
      width: calc(50% - 50px);
      width: calc((100% - 30px)/2);
      margin-right: 15px; } }
  @media screen and (max-width: 768px) {
    .page-template-page-music-2021 .carousel-cell {
      width: 100%; } }
  .page-template-page-music-2021 .carousel-cell .spotify-playlist {
    margin: 20px 0; }
  .page-template-page-music-2021 .carousel-cell .cell-title {
    font-weight: 500;
    font-size: 1.2em;
    margin: 5px auto; }
.page-template-page-music-2021 img {
  width: 100%; }
.page-template-page-music-2021 .music-cta-btn {
  position: relative;
  padding: 0 5px;
  font-size: 0.8em; }
  .page-template-page-music-2021 .music-cta-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    height: 1px;
    width: 100%;
    background-color: #000;
    left: 50%;
    transition: width .3s ease, background-color .5s ease; }
  .page-template-page-music-2021 .music-cta-btn:hover:after {
    width: 0; }
  .page-template-page-music-2021 .music-cta-btn--lg {
    font-size: 1em; }
.page-template-page-music-2021 .spotify-playlist iframe {
  height: 80px;
  width: 100%;
  overflow: hidden; }

.page-template-page-video-2021 .video-content {
  width: 85%;
  max-width: 1150px;
  display: block;
  margin: 30px auto;
  width: 80vh;
  margin: 0 auto; }
  @media screen and (max-width: 991px) {
    .page-template-page-video-2021 .video-content {
      width: 80%; } }
  .page-template-page-video-2021 .video-content #video-wrapper {
    position: relative;
    width: calc(100% - 35px);
    margin: 0 auto 30px; }
    @media screen and (max-width: 991px) {
      .page-template-page-video-2021 .video-content #video-wrapper {
        width: calc(100% - 25px); } }
    @media screen and (max-width: 768px) {
      .page-template-page-video-2021 .video-content #video-wrapper {
        width: calc(100% - 10px); } }
    .page-template-page-video-2021 .video-content #video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
.page-template-page-video-2021 .video-carousel-nav {
  opacity: 0;
  transition: opacity .3s ease-in-out; }
  .page-template-page-video-2021 .video-carousel-nav.flickity-enabled {
    opacity: 1; }
.page-template-page-video-2021 .carousel-cell {
  width: calc(33% - 25px);
  margin: 0 12.25px; }
  @media screen and (max-width: 991px) {
    .page-template-page-video-2021 .carousel-cell {
      width: calc(50% - 25px);
      margin: 0 12.5px; } }
  @media screen and (max-width: 768px) {
    .page-template-page-video-2021 .carousel-cell {
      width: calc(50% - 10px);
      margin: 0 5px; } }
  .page-template-page-video-2021 .carousel-cell .video-thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: block; }
    .page-template-page-video-2021 .carousel-cell .video-thumb img {
      width: 100%;
      position: absolute;
      height: 100%;
      object-fit: cover; }
.page-template-page-video-2021 .flickity-button {
  background: none;
  color: #c6adad;
  transition: color .3s ease-in-out; }
  .page-template-page-video-2021 .flickity-button:hover {
    background: none;
    color: #fff; }
  .page-template-page-video-2021 .flickity-button.previous {
    left: -5%; }
    @media screen and (max-width: 768px) {
      .page-template-page-video-2021 .flickity-button.previous {
        left: -10%; } }
  .page-template-page-video-2021 .flickity-button.next {
    right: -5%; }
    @media screen and (max-width: 768px) {
      .page-template-page-video-2021 .flickity-button.next {
        right: -10%; } }

@media screen and (max-width: 991px) {
  .page-template-page-tour-2021 .site-header-2021 {
    position: absolute; } }
.page-template-page-tour-2021 .tour-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  font-size: 1.4em;
  text-align: center;
  font-weight: 500; }
@media screen and (max-width: 991px) {
  .page-template-page-tour-2021 .umg_live_table {
    width: 90%;
    margin: 100px auto; } }
@media screen and (max-width: 768px) {
  .page-template-page-tour-2021 .umg_live_table {
    margin-top: 100px;
    width: 93%; } }
.page-template-page-tour-2021 .umg_live_table tbody {
  position: absolute;
  width: 30%;
  max-width: 320px;
  left: 45%;
  overflow: scroll;
  height: 60%;
  font-size: .8em;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  @media screen and (max-width: 991px) {
    .page-template-page-tour-2021 .umg_live_table tbody {
      width: 100%;
      left: 0;
      height: auto;
      overflow: visible;
      position: relative; } }
  .page-template-page-tour-2021 .umg_live_table tbody::-webkit-scrollbar {
    display: none; }
.page-template-page-tour-2021 tr.umg_live_odd,
.page-template-page-tour-2021 tr.umg_live_even {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .page-template-page-tour-2021 tr.umg_live_odd,
    .page-template-page-tour-2021 tr.umg_live_even {
      margin-bottom: 30px; } }
  .page-template-page-tour-2021 tr.umg_live_odd td.umg_live_date,
  .page-template-page-tour-2021 tr.umg_live_even td.umg_live_date {
    flex: 0 0 100%;
    font-weight: 900;
    margin-bottom: 10px; }
  .page-template-page-tour-2021 tr.umg_live_odd td.umg_live_venue,
  .page-template-page-tour-2021 tr.umg_live_even td.umg_live_venue {
    flex: 0 0 50%;
    font-weight: 900;
    margin-bottom: 10px; }
    @media screen and (max-width: 991px) {
      .page-template-page-tour-2021 tr.umg_live_odd td.umg_live_venue,
      .page-template-page-tour-2021 tr.umg_live_even td.umg_live_venue {
        margin-bottom: 0px; } }
  .page-template-page-tour-2021 tr.umg_live_odd td.umg_live_location,
  .page-template-page-tour-2021 tr.umg_live_even td.umg_live_location {
    flex: 0 0 50%;
    font-weight: 900;
    margin-bottom: 10px; }
    @media screen and (max-width: 991px) {
      .page-template-page-tour-2021 tr.umg_live_odd td.umg_live_location,
      .page-template-page-tour-2021 tr.umg_live_even td.umg_live_location {
        margin-bottom: 0px; } }
  .page-template-page-tour-2021 tr.umg_live_odd td.umg_live_tickets a,
  .page-template-page-tour-2021 tr.umg_live_even td.umg_live_tickets a {
    text-transform: lowercase;
    position: relative;
    letter-spacing: 0.05em;
    width: auto; }
    .page-template-page-tour-2021 tr.umg_live_odd td.umg_live_tickets a:after,
    .page-template-page-tour-2021 tr.umg_live_even td.umg_live_tickets a:after {
      content: '';
      display: block;
      position: absolute;
      top: auto;
      bottom: -1px;
      left: 50%;
      transform: translateX(-50%);
      margin: auto;
      height: 1px;
      width: 100%;
      background-color: #c6adad;
      left: 50%;
      transition: width .3s ease, background-color .5s ease; }
    .page-template-page-tour-2021 tr.umg_live_odd td.umg_live_tickets a:hover:after,
    .page-template-page-tour-2021 tr.umg_live_even td.umg_live_tickets a:hover:after {
      width: 0; }
  .page-template-page-tour-2021 tr.umg_live_odd table.umg_live_table td:empty,
  .page-template-page-tour-2021 tr.umg_live_even table.umg_live_table td:empty {
    display: none; }

@media screen and (max-width: 480px) {
  table.umg_live_table tr:after {
    content: none !important; } }
.page-template-page-contact {
  background: #86b6de; }
  .page-template-page-contact .contact-content__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #262626; }
    @media screen and (max-width: 768px) {
      .page-template-page-contact .contact-content__container {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 90%;
        margin: auto auto 50px; } }
    @media screen and (max-width: 991px) and (orientation: landscape) {
      .page-template-page-contact .contact-content__container {
        position: relative;
        top: 0;
        left: 0;
        transform: none; } }
    .page-template-page-contact .contact-content__container h1 {
      position: relative;
      font-size: 34px;
      text-transform: uppercase;
      display: inline-block;
      margin-bottom: 45px;
      color: #fff; }
      .page-template-page-contact .contact-content__container h1:before {
        content: attr(data-duplicate-text);
        position: absolute;
        left: 0;
        top: 5px;
        text-align: center;
        opacity: 0; }
      .page-template-page-contact .contact-content__container h1:last-of-type {
        margin-top: 80px; }
    .page-template-page-contact .contact-content__container p {
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 20px;
      color: #fff; }
      @media screen and (max-width: 480px) {
        .page-template-page-contact .contact-content__container p {
          font-size: 14px; } }
    .page-template-page-contact .contact-content__container a {
      text-transform: uppercase;
      background: #f6dac4;
      padding: 10px 20px;
      display: inline-block;
      color: #000;
      text-decoration: none;
      transition: all .3s ease-in-out; }
      .page-template-page-contact .contact-content__container a:hover {
        background: #000;
        color: #f6dac4; }
      @media screen and (max-width: 480px) {
        .page-template-page-contact .contact-content__container a {
          padding: 10px; } }

.jquery-modal.blocker.current {
  display: flex;
  justify-content: center;
  align-items: center; }

.blocker {
  background-color: #c6adad !important; }
  @media screen and (max-width: 991px) {
    .blocker {
      padding: 0;
      z-index: 999; } }

.ae-cform-modal-container.modal {
  box-shadow: none !important;
  background: transparent !important; }
  @media screen and (max-height: 850px) {
    .ae-cform-modal-container.modal {
      margin-bottom: 0; margin: auto; } }
  .ae-cform-modal-container.modal .captcha-badge-holder {
    display: none !important; }
  .ae-cform-modal-container.modal a.close-modal {
    background: none !important;
    color: transparent !important;
    text-indent: 0 !important; }

.footer-2021 .upper {
  height: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: .9em;
  letter-spacing: 0.01em; }
  @media screen and (max-width: 991px) {
    .footer-2021 .upper {
      font-size: .8em; } }
  .footer-2021 .upper .footer-cta-btn {
    color: #c6adad;
    background: #000000;
    padding: 7px;
    margin-left: 5px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 12px;}
    .footer-2021 .upper .footer-cta-btn:hover {
      background: #fff;
      color: #c6adad; }
.footer-2021 .lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  padding: 0 85px;
  width: calc(100% - 170px);
  font-weight: 400;
  font-size: 0.6em;
  letter-spacing: 0.012em; }
  @media screen and (max-width: 1200px) {
    .footer-2021 .lower {
      padding: 0px 65px;
      width: calc(100% - 130px); } }
  @media screen and (max-width: 991px) {
    .footer-2021 .lower {
      flex-wrap: wrap;
      justify-content: center;
      font-size: .6em;
      padding: 15px;
      width: calc(100% - 30px); } }
  .footer-2021 .lower #menu-legals {
    display: flex; }
    @media screen and (max-width: 991px) {
      .footer-2021 .lower #menu-legals {
        flex-wrap: wrap;
        justify-content: center;
        line-height: 1.6; } }
    .footer-2021 .lower #menu-legals li:after {
      content: "|";
      margin: 0 5px; }
    .footer-2021 .lower #menu-legals li:nth-last-of-type(2):after, .footer-2021 .lower #menu-legals li:last-of-type:after {
      content: none; }
    .footer-2021 .lower #menu-legals li a {
      transition: all .3s ease-in-out; }
      .footer-2021 .lower #menu-legals li a:hover {
        color: #fff; }
    .footer-2021 .lower #menu-legals li.push-global-ccpa:before {
      content: "|";
      margin: 0 5px; }
  @media screen and (max-width: 991px) {
    .footer-2021 .lower #credit {
      text-align: center; } }
  .footer-2021 .lower #credit a {
    transition: all .3s ease-in-out; }
    .footer-2021 .lower #credit a:hover {
      color: #fff; }


.ae-cform-modal-container hr, .ae-cform-container hr{
    margin-bottom: 10px;
    margin-top: 0px;
    opacity: 0;
}
.ae-cform-title{
  color:#000!important;
}
.ae-cform-social-link{
  background-color:#bfa1a1!important;
  color: #000!important;
  width: 48%;
}
.ae-cform-social-link i.socicon, .ae-cform-social-link i.mdi, .ae-cform-social-link i.fa, .ae-cform-social-link i.fab, .ae-cform-social-link i.fas{
  color: #000!important;
  background-color: transparent!important;
}
.ae-cform-optin label span{
  margin-left:0px!important;
}

.ae-cform-item label{
  text-align: center;
  padding-bottom: 3px;
  margin-bottom:1px;
}
.ae-optin-holder{
  margin-bottom:10px!important;
}
.ae-cform-item ul.parsley-errors-list{
  padding-top: 5px;
  text-align: center;
}

.ae-cform-item .ae-cform-select select {
    height: 36px;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    color: #ec3e1f;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: #bfa1a1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
}
.ae-cform-item .ae-cform-select{
  margin-bottom:0px;
}
.ae-cform-item .ae-cform-select .select__arrow{
    position: absolute;
    top: 16px;
    right: 12px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #ec3e1f transparent transparent transparent;
}
.ae-cform-item input[type="text"], .ae-cform-item input[type="email"], .ae-cform-item input[type="password"], .ae-cform-item input[type="tel"]{
  width: 100%;
  border: 0px!important;
  border-radius: 2px!important;
  text-align: center!important;
  color: #ec3e1f!important;
  text-transform: uppercase!important;
  font-weight: bold!important;
  font-size: 13px!important;
  background: #bfa1a1!important;
  transition: all 0.3s;
}
.ae-cform-item input[type="text"]:hover, .ae-cform-item input[type="email"]:hover, .ae-cform-item input[type="password"]:hover, .ae-cform-item input[type="tel"]:hover,
.ae-cform-item input[type="text"]:focus, .ae-cform-item input[type="email"]:focus, .ae-cform-item input[type="password"]:focus, .ae-cform-item input[type="tel"]:focus{
  background-color:#cccccc!important
}
.ae-cform-item{
  text-align:center;
}
.ae-cform-email-container .cform-required-field span:first-child {
    color: #bfa1a1;
}
.ae-cform-signin-button{
  font-size: 13px;
}
#_evh-link {
  right: 100% !important; }

.ae-cform-item input[type="submit"]{
    text-transform: uppercase!important;
    width: 200px!important;
    background: #bfa1a1!important;
    border: 0px!important;
    color: #ec3e1f!important;
    font-size: 20px!important;
    padding: 11px!important;
    border-radius: 2px!important;
    transition: all 0.3s;
}
.ae-cform-item input[type="submit"]:hover{
  background-color:#cccccc!important
}
@media screen and (max-width: 991px) {
  #_evidon_banner {
    text-align: center !important; } }

#_evh-button {
  display: none; }

@keyframes left {
  100% {
    filter: hue-rotate(90deg);
    transform: translateX(-52%); } }
@keyframes right {
  100% {
    filter: hue-rotate(-90deg);
    transform: translateX(52%); } }

/*# sourceMappingURL=styles.css.map */
