.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 300;
}

.nav_link {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: color 333ms ease;
  transition: color 333ms ease;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav_link:hover {
  color: #fff;
}

.nav_link.w--current {
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
}

.nav_link.w--current:hover {
  color: #fff;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-top-width: 1px;
  border-top-color: #232323;
  background-color: #000;
  color: #fff;
  text-align: left;
}

.button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 19px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(255, 235, 192, 0.84);
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.button.small {
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 30px 0px;
  float: none;
  background-color: transparent;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: hsla(0, 0%, 100%, 0.52);
  font-size: 12px;
  text-shadow: none;
}

.button.small.tour {
  display: inline-block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 3px 7px 0px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(229, 205, 168, 0.8);
  -webkit-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 900;
}

.button.small.tour:hover {
  border-color: #e5cda8;
}

.button.champion {
  width: 15vw;
  max-width: none;
  padding: 3% 1%;
  background-color: #ffebc0;
  font-size: 1.5vw;
  font-weight: 300;
}

.input {
  width: 100%;
  max-width: 360px;
  margin-bottom: 4px;
  border-style: none none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  border-left-width: 2px;
  border-left-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.26);
  color: #fff;
  text-align: left;
}

.input:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.77);
}

.input.postal {
  position: relative;
  display: inline-block;
  width: 140px;
  margin-right: 14px;
  margin-bottom: 14px;
}

.input.name {
  margin-bottom: 16px;
  text-align: left;
}

.input.birth {
  position: relative;
  display: inline-block;
  width: 70px;
  max-width: none;
  margin-right: 8px;
}

.input.email {
  margin-bottom: 18px;
}

.body {
  padding-top: 40px;
  padding-left: 0px;
  background-color: #000;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.heading_wrap {
  border-bottom: 1px none hsla(0, 0%, 100%, 0.12);
  text-align: center;
}

.heading_wrap.tour {
  margin-bottom: auto;
  border-style: none;
}

.h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 35px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h1.contact {
  margin-bottom: 20px;
}

.h1.subscribe {
  margin-bottom: 9px;
}

.h1.champion {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 10vw;
  letter-spacing: 0.3vw;
}

.h1.champion.retail {
  width: 100%;
  margin-bottom: 3%;
  font-size: 2.8vw;
  letter-spacing: 0.3vw;
}

.h1.instructions {
  margin-bottom: 19px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h1.dark-title {
  color: #000;
}

.tour_row {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 21px;
  padding-bottom: 15px;
  padding-left: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  font-weight: 300;
}

.last_column {
  margin-top: -6px;
  text-align: center;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.container.video {
  width: 70%;
  max-width: 960px;
}

.social_link {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Fontawesome, sans-serif;
  color: #cdc1a9;
  font-size: 17px;
  text-decoration: none;
}

.social_link:hover {
  color: #fff;
}

.legal {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  color: #979797;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
}

.w {
  position: static;
  top: 10px;
  right: 14px;
  z-index: 0;
  opacity: 0.47;
}

.box {
  display: inline-block;
  background-color: transparent;
}

.box.right {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 9px;
  padding-right: 8px;
}

.box.mobile {
  display: none;
}

.box.champion {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box.plug {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section {
  position: relative;
  padding: 96px 15px;
}

.section.champion {
  padding-right: 5%;
  padding-left: 5%;
}

.section.bio-section {
  background-color: #dde2de;
}

.section.shows-background {
  background-color: #596465;
}

.section.subscribe-section {
  border-style: solid;
  border-width: 1px;
  background-color: #333;
}

.biography_text {
  overflow: hidden;
  height: 200px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  color: #000;
  font-weight: 400;
  -webkit-column-count: 2;
  column-count: 2;
}

.bio_image {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.16);
}

.more {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #000;
  opacity: 0.86;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
  cursor: pointer;
}

.more:hover {
  background-color: transparent;
  opacity: 1;
}

.contact_wrap {
  margin-bottom: 28px;
  font-weight: 300;
  text-align: center;
}

.contact_link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #e5cda8;
  font-weight: 400;
  text-decoration: none;
}

.contact_link:hover {
  color: #fff;
}

.box_social {
  padding-left: 15px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 100%;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.91);
  background-image: none;
}

.heading_medium {
  position: relative;
  display: block;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.post {
  opacity: 0.49;
}

.text_container {
  position: relative;
}

.text_fade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, rgba(34, 14, 14, 0)), color-stop(97%, #dde2de));
  background-image: linear-gradient(180deg, rgba(34, 14, 14, 0) 23%, #dde2de 97%);
}

.arrow_down_bio {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.flexbox_full {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 80px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/abrams_bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/abrams_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: left;
}

.tabs_menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.form_wrap {
  position: relative;
  display: block;
}

.link {
  color: rgba(255, 235, 192, 0.84);
  text-decoration: none;
}

.subscribe_form {
  display: block;
  width: 100%;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agree_checkbox {
  margin-bottom: 24px;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 180px;
  margin-top: -5px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 235, 192, 0.84);
}

.birthdate_wrap {
  display: block;
  width: 270px;
  margin-bottom: 19px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.birth_heading {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.birth_heading.format {
  color: hsla(0, 0%, 100%, 0.57);
}

.second_form_wrap {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.second_subscribe_form {
  display: block;
  width: 100%;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.warner_checkbox {
  margin-top: 15px;
  margin-bottom: 24px;
}

.subscribe_subhead {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 31px;
  margin-left: auto;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.sub_profile {
  position: fixed;
  left: 0px;
  top: 0px;
  padding-top: 46px;
}

.sub_profile.hide {
  padding-top: 92px;
}

.thanks {
  margin-bottom: 12px;
  font-size: 46px;
  line-height: 100%;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.ratio_video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #202020;
}

.ratio_video.champion {
  background-color: transparent;
}

.content-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.hero_section {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding-top: 52.01%;
}

.video_meta {
  padding-top: 8px;
}

.video_text {
  width: 100%;
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  font-weight: 300;
  text-align: center;
}

.fade {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, transparent), to(#000)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17)));
  background-image: linear-gradient(180deg, transparent 22%, #000), linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17));
}

.small_case {
  font-size: 0.7em;
}

.logo.champion {
  width: 32vw;
  margin-bottom: 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.retail_box {
  width: 40%;
  padding-left: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.champion_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2%;
  padding-top: 74px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.26);
}

.ul {
  display: block;
  width: 50%;
  padding-top: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.li {
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.champion_bold {
  color: #ffebc0;
  font-weight: 700;
}

.lens {
  padding-top: 18px;
}

.instructions_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video_inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #353535;
}

.video_container {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video_container.instructions {
  width: 40%;
}

.video_embed {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.view-more-button-container {
  text-align: center;
}

.view-more-button {
  margin-top: 48px;
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(229, 205, 168, 0.8);
  background-color: transparent;
  -webkit-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out;
  color: #e5cda8;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.view-more-button:hover {
  border-color: #e5cda8;
}

.hero-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-top: 0%;
}

.hero-slide {
  background-image: url('../images/abrams-hero-slide-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide.single-slide {
  background-image: url('../images/abrams-slide-soundsgoodtome-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide.sgtmvideo-slide {
  background-image: url('../images/sgtm_desktop.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide.good-old-days-slide {
  background-image: url('../images/good_old_days_slide-min-2.jpg');
}

.hero-slide.reminder-ep-slide {
  background-image: url('../images/somethingnew_hero_desktop.jpg');
}

.slide-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.tour-date {
  margin-bottom: 0px;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
}

.tour-vip-button {
  padding: 6px 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(229, 205, 168, 0.8);
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.tour-vip-button:hover {
  background-color: transparent;
  color: #fff;
}

.tour_city_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-dates-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.no-dates-copy.hide {
  font-size: 20px;
  font-weight: 400;
}

.tour_date_wrap {
  width: 20%;
}

.tour-venue {
  margin-bottom: 0px;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  text-transform: none;
}

.tour_venue_wrap {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tour-city {
  margin-bottom: 0px;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
}

.tour_main_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tour_location_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tour_ticket_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.tour-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 100%, 0.15);
}

.ig-wrapper {
  margin-right: -8px;
  margin-bottom: -8px;
  margin-left: -8px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404 {
  background-color: #000;
}

._404-title {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

._404-copy {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

._404-link {
  color: #e5cda8;
}

.copyright-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 0px;
  padding-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  list-style-type: none;
}

.copyright-link-li {
  margin-right: 7px;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-right: 1px none #fff;
  line-height: 0.8;
}

.copyright-link-li.last-copyright-link-li {
  margin-right: 0px;
}

.copyright-link {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 7px;
  border-right: 1px solid #979797;
  font-family: Lato, sans-serif;
  color: #979797;
  font-size: 10px;
  line-height: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.copyright-link.ot-sdk-show-settings.last-copyright-link {
  border-right-style: none;
  cursor: pointer;
}

.stompnstampede-image {
  display: block;
  width: 100%;
  margin-bottom: 45px;
}

.mailing-list-details-dob-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mailing-list-details-modal-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.mailing-list-details-select {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0px;
  background-color: #fff;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.assistive-text-2 {
  position: absolute;
  top: -10px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.mailing-list-details-modal-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 60px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mailing-list-details-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 101;
  display: none;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.85);
}

.mailing-list-details-day-wrapper {
  width: 50%;
  padding-left: 10px;
}

.mailing-list-details-subtitle {
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.mailing-list-details-form-label {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #e5cda8;
  line-height: 1.3;
}

.mailing-list-details {
  width: 100%;
  max-width: 500px;
}

.mailing-list-details-input {
  height: auto;
  border-radius: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.mailing-list-details-modal-close {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-image: url('../images/close-icon-white.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.mailing-list-details-button-container {
  margin-top: 15px;
  text-align: center;
}

.main-signup-message {
  display: none;
  margin-top: 7px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}

.main-signup-message.main-signup-success {
  display: none;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #f5f5f5;
  font-size: 20px;
}

.mailing-list-details-month-wrapper {
  width: 50%;
  padding-right: 10px;
}

.mailing-list-details-button {
  padding: 14px 25px;
  border: 2px solid #e5cda8;
  background-color: transparent;
  color: #e5cda8;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.html-embed {
  margin-top: 15px;
}

.main-signup-input {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  border: 2px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.main-signup-input::-webkit-input-placeholder {
  color: #fff;
}

.main-signup-input:-ms-input-placeholder {
  color: #fff;
}

.main-signup-input::-ms-input-placeholder {
  color: #fff;
}

.main-signup-input::placeholder {
  color: #fff;
}

.signup-main-button {
  width: 100px;
  margin-left: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 15px;
  border: 2px solid #e5cda8;
  background-color: transparent;
  color: #e5cda8;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.main-signup-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #f5f5f5;
  font-size: 35px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mailing-list-container {
  position: static;
  left: auto;
  top: auto;
  right: 25px;
  bottom: 25px;
  z-index: 2;
  display: block;
  width: 100%;
}

.mailing-list-container.old-list-form {
  display: none;
}

.main-signup-terms-link {
  color: #fff;
}

.form-container {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.form-container.old-list-form {
  display: none;
}

.main-signup-terms-copy {
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

.main-signup-input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mailing-list-subtitle {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0.5;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="bump"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="pulse"] {
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

html.w-mod-js *[data-ix="slide-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 8px);
  -ms-transform: translate(0px, 8px);
  transform: translate(0px, 8px);
}

html.w-mod-js *[data-ix="slide-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 8px);
  -ms-transform: translate(0px, 8px);
  transform: translate(0px, 8px);
}

html.w-mod-js *[data-ix="slide-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 8px);
  -ms-transform: translate(0px, 8px);
  transform: translate(0px, 8px);
}

@media screen and (max-width: 991px) {
  .nav_link {
    display: inline-block;
  }

  .nav_link.w--current {
    display: inline-block;
  }

  .nav_link.mobile {
    display: block;
    padding-top: 18px;
    padding-bottom: 21px;
    font-size: 14px;
  }

  .button.champion {
    font-size: 1.7vw;
  }

  .body {
    padding-top: 0px;
  }

  .h1 {
    font-size: 35px;
  }

  .h1.champion.retail {
    font-size: 3vw;
  }

  .last_column {
    margin-top: 0px;
  }

  .container {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .container.video {
    width: 100%;
  }

  .box.right {
    display: none;
  }

  .box.mobile {
    display: block;
  }

  .box.champion {
    padding-top: 12%;
  }

  .box.plug {
    width: 66%;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.subscribe-section {
    border-width: 0px;
    border-color: #000;
  }

  .menu_button {
    top: -29px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu_button.w--open {
    background-color: hsla(0, 0%, 100%, 0.28);
  }

  .mobile_menu {
    padding-top: 18px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.94);
  }

  .text_fade {
    background-image: none;
  }

  .second_subscribe_form {
    position: relative;
  }

  .hero_section {
    margin-top: 37px;
  }

  .champion_content {
    margin-top: 0%;
  }

  .ul {
    width: 56%;
  }

  .icon.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tour-date {
    font-size: 14px;
    font-weight: 300;
  }

  .tour-vip-button {
    font-size: 12px;
    font-weight: 900;
  }

  .tour-city {
    font-size: 14px;
    font-weight: 300;
  }

  .copyright-link-list {
    margin-top: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-container {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-right: 14px;
    padding-left: 14px;
  }

  .button.small.tour {
    margin-top: 11px;
  }

  .button.champion {
    width: 30vw;
    font-size: 3.5vw;
    letter-spacing: 0.5px;
  }

  .body {
    padding-left: 0px;
  }

  .h1 {
    font-size: 32px;
  }

  .h1.champion.retail {
    font-size: 4.8vw;
  }

  .tour_row {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .container {
    width: 100%;
    max-width: none;
  }

  .container.video {
    width: 100%;
  }

  .legal {
    padding-left: 0px;
  }

  .box.right {
    display: none;
  }

  .box.mobile {
    display: block;
  }

  .box.champion {
    padding-top: 66%;
  }

  .box.plug {
    width: 100%;
  }

  .section.subscribe-section {
    border-style: solid;
    border-width: 0px;
  }

  .biography_text {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .menu_button {
    top: -30px;
  }

  .mobile_menu {
    display: none;
    background-color: rgba(0, 0, 0, 0.97);
  }

  .ratio_video.champion {
    padding-top: 127.25%;
    background-image: url('../images/abramsphoto.jpg');
    background-position: 50% 0px;
    background-size: cover;
  }

  .content-2 {
    display: none;
  }

  .hero_section {
    height: 550px;
    margin-top: 40px;
    padding-top: 113.4%;
  }

  .video_text {
    font-size: 18px;
  }

  .fade {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000));
    background-image: linear-gradient(180deg, transparent 40%, #000);
  }

  .logo.champion {
    width: 45vw;
  }

  .ul {
    width: 100%;
  }

  .instructions_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .video_container.instructions {
    width: 100%;
  }

  .hero-slide {
    background-image: url('../images/abrams-hero-mobile-2.jpg');
    background-size: cover;
  }

  .hero-slide.single-slide {
    background-image: url('../images/abrams-sounds-goodtome-mobile-slide.jpg');
    background-size: cover;
  }

  .hero-slide.sgtmvideo-slide {
    background-image: url('../images/sgtmvideo_mobile.jpg');
    background-size: cover;
  }

  .hero-slide.good-old-days-slide {
    background-image: url('../images/good_old_days_slide_sm-min.jpg');
  }

  .hero-slide.reminder-ep-slide {
    background-image: url('../images/somethingnew_hero_mobile.jpg');
  }

  .tour-date {
    font-weight: 300;
  }

  .tour-vip-button {
    padding: 7px 12px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
  }

  .tour_date_wrap {
    width: 40%;
  }

  .tour-venue {
    margin-bottom: 2px;
    font-size: 15px;
  }

  .tour_venue_wrap {
    width: 100%;
  }

  .tour-city {
    font-size: 14px;
    font-weight: 300;
  }

  .tour_main_wrap {
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tour_location_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrows-mobile-hide {
    display: none;
  }

  .main-signup-title {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .mailing-list-container {
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button.champion {
    width: 39vw;
    font-size: 4.5vw;
  }

  .h1 {
    margin-bottom: 24px;
    padding-bottom: 1px;
    font-size: 26px;
  }

  .h1.champion {
    font-size: 12vw;
  }

  .h1.champion.retail {
    margin-top: 10px;
    font-size: 7.8vw;
  }

  .tour_row {
    max-width: 280px;
  }

  .container {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container.video {
    width: 100%;
  }

  .legal {
    width: 200px;
    padding-left: 0px;
    text-align: center;
  }

  .box {
    position: relative;
  }

  .box.champion {
    padding-top: 89%;
  }

  .box.plug {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .more {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .contact_link {
    display: block;
    height: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .navbar {
    z-index: 10;
  }

  .post {
    display: none;
  }

  .ratio_video.champion {
    padding-top: 210.25%;
    background-position: 39% 0px;
  }

  .hero_section {
    height: 375px;
  }

  .video_text {
    font-size: 14px;
  }

  .logo.champion {
    width: 64vw;
  }

  .video {
    margin-bottom: 5%;
  }

  .retail_box {
    width: 90%;
  }

  .ul {
    width: 90%;
  }

  .video_container {
    width: 80%;
  }

  .tour-date {
    margin-bottom: 2px;
  }

  .tour-vip-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .no-dates-copy.hide {
    font-size: 18px;
  }

  .tour_date_wrap {
    width: 100%;
  }

  .tour_main_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tour_location_wrap {
    width: 100%;
  }

  ._404-title {
    font-size: 27px;
  }

  .copyright-link-list {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .copyright-link-li {
    margin-right: 0px;
    margin-bottom: 4px;
    padding-right: 7px;
  }

  .copyright-link-li.last-copyright-link-li {
    padding-right: 0px;
  }

  .copyright-link {
    padding-right: 0px;
    border-right-style: none;
  }

  .mailing-list-details-modal-title {
    font-size: 21px;
  }

  .mailing-list-details-modal {
    display: none;
  }

  .main-signup-title {
    font-size: 26px;
  }

  .mailing-list-container {
    left: 15px;
    right: 15px;
    width: auto;
    max-width: none;
  }

  .form-container {
    margin-bottom: 0px;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}