body {
  font-family: proxima-nova, sans-serif;
  color: #111;
  font-size: 20px;
  line-height: 26px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

p {
  margin-bottom: 0px;
}

.container {
  display: block;
  width: 90%;
  max-width: 1280px;
  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;
}

.content-wrapper {
  margin-bottom: 100px;
  -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;
}

.news-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 101px;
  padding-bottom: 101px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-decoration: none;
}

.news-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-item-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 250px;
  -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-color: #fff;
}

.news-item-copy {
  position: relative;
  z-index: 500;
  margin: -30px 30px;
  padding: 30px;
  background-color: rgba(40, 52, 100, 0.7);
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #2a2a2a;
  color: #fff;
}

.image {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  color: #fff;
  text-decoration: none;
}

.nav-logo.w--current {
  font-family: brandon-grotesque, sans-serif;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  background-color: transparent;
}

.nav-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -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;
  font-family: 'Fontawesome brands 900', sans-serif;
  color: #fff;
  text-decoration: none;
}

.footer-social.flag {
  font-family: 'Fontawesome 400', sans-serif;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  -webkit-transition: border 300ms ease, color 300ms ease;
  transition: border 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #2870b4;
}

.footer-link.contact-link {
  display: none;
}

.footer-link.news-footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-link.about-footer-link {
  display: none;
}

.footer-link.hidden {
  display: none;
}

.timeline {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.body {
  height: 100%;
  background-color: #000;
}

.image-2 {
  height: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: right;
}

.container-2 {
  background-image: url('../images/prism-art.jpg');
  background-position: 100% 0%;
  background-size: 800px;
  background-repeat: no-repeat;
  text-align: center;
}

.coming-soon-heading {
  height: 300px;
  margin-top: 0px;
  color: rgba(250, 246, 246, 0.84);
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.5px;
  text-indent: 0px;
}

.coming-soon-h2 {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block {
  margin-top: 0px;
  direction: ltr;
  color: hsla(0, 0%, 82%, 0.66);
  letter-spacing: 0.5px;
  text-transform: none;
}

.coming-soon-email-form-input {
  width: 50%;
  max-width: 350px;
  min-width: 150px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.coming-soon-email-form-block {
  margin-top: 16px;
  margin-bottom: 32px;
}

.coming-soon-email-form-button {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.coming-soon-form-success {
  background-color: #020003;
}

.text-block-2 {
  color: #fff;
}

.text-block-3 {
  color: #d65151;
}

.error-message {
  background-color: #020003;
}

.coming-soon-footer-legal {
  margin-top: 10px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.23);
  font-size: 14px;
  letter-spacing: 0.6px;
}

.coming-soon-flexbox {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.coming-soon-footer {
  margin-top: 40px;
  margin-bottom: 25px;
}

.coming-soon-footer-social {
  margin-bottom: 20px;
}

.image-4 {
  width: 40px;
  height: 40px;
  margin-right: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-5 {
  width: 40px;
  height: 40px;
  margin-right: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-6 {
  width: 40px;
  height: 40px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.link-block {
  margin-right: 10px;
}

.link-block-2 {
  margin-right: 10px;
}

.coming-soon-sennheiser-logo {
  width: 125px;
  margin-top: -17px;
}

.email-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-field {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 25px 15px;
  border: 1px solid #5f5f5f;
  background-color: #242424;
  opacity: 1;
  color: #b9b9b9;
}

.form-field::-webkit-input-placeholder {
  color: #838383;
}

.form-field:-ms-input-placeholder {
  color: #838383;
}

.form-field::-ms-input-placeholder {
  color: #838383;
}

.form-field::placeholder {
  color: #838383;
}

.form-field.text-areas {
  padding-top: 15px;
  padding-bottom: 15px;
}

.subtitle {
  margin-top: 10px;
  font-family: brandon-grotesque, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 35px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.menu-button.scroll {
  z-index: 5;
}

.hero-item {
  box-shadow: 0 -4px 30px 0 rgba(0, 0, 0, 0.4);
}

.button-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
}

.button-link.news {
  margin-top: 60px;
  color: #000;
}

.button-link.alt {
  margin-bottom: 25px;
  color: #2870b4;
}

.button-link.alt.block {
  margin-bottom: 21px;
}

.link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -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;
  font-family: 'Fontawesome 400', sans-serif;
  color: #2870b4;
}

.text-block-6 {
  font-weight: 400;
}

.link-text {
  color: #000;
  font-size: 16px;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  -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;
  color: #fff;
}

.nav-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 25px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.nav-logo-link.w--current {
  z-index: 10;
}

.logo-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}

.logo-subtitle {
  margin-top: 5px;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 25px 0px 15px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 2px solid #fff;
}

.nav-link.w--current {
  color: #2870b4;
}

.nav-link.purchase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #283464;
  background-color: rgba(14, 14, 14, 0.8);
  -webkit-transition: border 300ms ease, background-color 300ms ease;
  transition: border 300ms ease, background-color 300ms ease;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link.purchase:hover {
  background-color: rgba(40, 52, 100, 0.7);
}

.nav-link.about-header-link {
  display: none;
}

.nav-link.news-header-link {
  display: none;
}

.nav-link.flag {
  margin-right: 25px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link.flag:hover {
  border-bottom-color: transparent;
}

.nav-link.mobile {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  font-family: 'Fontawesome 400', sans-serif;
  color: #2870b4;
  font-size: 20px;
}

.nav-link.mobile:hover {
  border-bottom-color: transparent;
  color: #fff;
}

.nav-link.hidden {
  display: none;
}

.field-label {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: proxima-nova, sans-serif;
  color: #838383;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button {
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.submit-button:hover {
  color: #2870b4;
}

.post-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 4px 0 30px 0 rgba(0, 0, 0, 0.4);
}

.copy-block {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.copy-block.center {
  text-align: center;
}

.block-quote {
  margin-bottom: 0px;
  padding: 75px;
  border-left: 0px none transparent;
  background-color: rgba(40, 52, 100, 0.7);
  box-shadow: 4px 0 30px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.hero-title {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-size: 68px;
  line-height: 66px;
  font-weight: 700;
  letter-spacing: 2px;
}

.flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 33%;
  -webkit-flex: 33%;
  -ms-flex: 33%;
  flex: 33%;
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.news-block.press {
  margin-bottom: 0px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.news-block-image {
  display: block;
  width: 100%;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.news-item-content {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #283464;
  font-family: Montserrat, sans-serif;
}

.news-item-date {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
}

.section-header {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  -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;
}

.section-header-title {
  display: inline-block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2870b4;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.footer-new {
  background-color: #2a2a2a;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.footer-wrapper {
  padding-top: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #3d3c3c;
}

.footer-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
}

.sponsor {
  margin-left: 30px;
  float: left;
}

.sponsor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-legal-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #838383;
}

.submit-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: 'Fontawesome 400', sans-serif;
  color: #2870b4;
}

.other-cities {
  padding-top: 75px;
  padding-bottom: 25px;
  background-color: #ccc;
}

.other-locations {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #fff;
}

.black {
  margin-bottom: 35px;
  color: #000;
  text-align: center;
}

.list-link {
  padding-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #2870b4;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.list-link:hover {
  text-decoration: underline;
}

.label {
  color: #838383;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.list-item {
  margin-bottom: 15px;
}

.press-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}

.press-wrapper.rome-press-mentions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-item-title {
  font-size: 18px;
  line-height: 22px;
}

.hero-description {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 1px;
}

.video {
  z-index: 10;
}

.close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 300ms ease, width 300ms ease, height 300ms ease;
  transition: color 300ms ease, width 300ms ease, height 300ms ease;
  font-family: 'Fontawesome 400', sans-serif;
  color: #2870b4;
  text-decoration: none;
}

.close-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.contact-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  -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-color: rgba(40, 52, 100, 0.8);
  opacity: 0;
}

.contact-container {
  position: relative;
  width: 50%;
  padding: 50px;
  background-color: #2a2a2a;
  box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.57);
}

.rome-map {
  height: 500px;
}

.unordered-list {
  margin-bottom: 0px;
  padding-left: 0px;
}

.nav-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  opacity: 0;
}

.navigation {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 500;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  background-color: transparent;
  color: #fff;
}

.sub-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #000;
}

.text-block-8 {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-9 {
  letter-spacing: 2px;
}

.text-block-10 {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.column {
  display: none;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-block {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-block.menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, #000), color-stop(0%, #000), color-stop(10%, transparent), color-stop(90%, transparent), to(#000)), url('../images/prism-art-new.jpg');
  background-image: linear-gradient(180deg, #000 -1%, #000 0%, transparent 10%, transparent 90%, #000), url('../images/prism-art-new.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.home-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 75px;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -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;
  font-family: 'Fontawesome 400', sans-serif;
  color: #fff;
  font-size: 36px;
  text-decoration: none;
}

.arrow.timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #000;
  -webkit-transition: background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 300ms cubic-bezier(.25, .46, .45, .94);
}

.arrow.timeline:hover {
  background-color: #2870b4;
}

.content-section.black {
  background-color: #000;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content-column {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.content-column.copy {
  display: block;
  -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-color: #283464;
  text-align: left;
}

.content-column.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-column.image.home1 {
  background-image: url('../images/24068460_1934972660053515_8489040031413261275_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-column.image.home2 {
  background-image: url('../images/23004537_1636340809757235_4424669481730211199_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-column.image.home3 {
  background-image: url('../images/22496223_1622026401188676_5525710538762186497_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-column.image.timeline60s {
  background-image: url('../images/22539024_1622024657855517_353907400766197666_o.JPEG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-column.image.timeline70s {
  background-image: url('../images/22539024_1622024657855517_353907400766197666_o.JPEG');
  background-position: 50% 50%;
  background-size: cover;
}

.content-column.image.timeline80s {
  background-image: url('../images/22539024_1622024657855517_353907400766197666_o.JPEG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-column.image.timeline90s {
  background-image: url('../images/22539024_1622024657855517_353907400766197666_o.JPEG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-column.image.timeline2000s {
  background-image: url('../images/22539024_1622024657855517_353907400766197666_o.JPEG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-column.image.timeline17-18 {
  background-image: url('../images/22539024_1622024657855517_353907400766197666_o.JPEG');
  background-position: 50% 50%;
  background-size: cover;
}

.content-copy {
  padding: 130px;
  color: #dbdbdb;
  font-size: 18px;
  line-height: 26px;
}

.footer-sponsor {
  margin-left: 20px;
}

.footer-sponsor.cpi {
  padding-top: 13px;
}

.hero-section {
  padding-top: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 52, 100, 0.7)), to(rgba(40, 52, 100, 0.7)));
  background-image: linear-gradient(180deg, transparent 70%, #fff 0), linear-gradient(180deg, rgba(40, 52, 100, 0.7), rgba(40, 52, 100, 0.7));
}

.hero-section.about {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 52, 100, 0.7)), to(rgba(40, 52, 100, 0.7))), url('../images/faces-img.jpg');
  background-image: linear-gradient(180deg, transparent 70%, #fff 0), linear-gradient(180deg, rgba(40, 52, 100, 0.7), rgba(40, 52, 100, 0.7)), url('../images/faces-img.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-section.roma {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 52, 100, 0.7)), to(rgba(40, 52, 100, 0.7))), url('../images/rome-img.jpg');
  background-image: linear-gradient(180deg, transparent 70%, #fff 0), linear-gradient(180deg, rgba(40, 52, 100, 0.7), rgba(40, 52, 100, 0.7)), url('../images/rome-img.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-section.post1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 52, 100, 0.7)), to(rgba(40, 52, 100, 0.7))), url('../images/22218380_1611139002277416_6410780869184976561_o.JPEG');
  background-image: linear-gradient(180deg, transparent 70%, #fff 0), linear-gradient(180deg, rgba(40, 52, 100, 0.7), rgba(40, 52, 100, 0.7)), url('../images/22218380_1611139002277416_6410780869184976561_o.JPEG');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-section.news {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 52, 100, 0.7)), to(rgba(40, 52, 100, 0.7))), url('../images/news.jpg');
  background-image: linear-gradient(180deg, rgba(40, 52, 100, 0.7), rgba(40, 52, 100, 0.7)), url('../images/news.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-hero-headline {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
}

.spaced-paragraph {
  display: inline-block;
  margin-bottom: 30px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #dbdbdb;
}

.news-items {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 4px 0 30px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -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;
}

.no-caps {
  text-transform: none;
}

.nav-it {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer---italian {
  background-color: #2a2a2a;
  font-family: proxima-nova, sans-serif;
}

.lightbox-link {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 70px;
  padding: 20px;
  opacity: 0.75;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-link:hover {
  opacity: 1;
}

.lightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.flag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph {
  display: inline-block;
}

.div-block {
  display: inline-block;
}

.image-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-2 {
  display: none;
}

.column-3 {
  display: none;
}

.nav-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-2 {
  background-color: #000;
}

.link {
  color: #fff;
  text-decoration: none;
}

.heading {
  letter-spacing: 0px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2.flex-container {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sandbox-news-item {
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-2 {
  color: #2870b4;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
  text-decoration: none;
}

.paragraph-2:hover {
  text-decoration: underline;
}

.outside-link-source {
  color: #a79f9f;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.outside-link-source.video-press-source {
  line-height: 18px;
}

.link-block-3 {
  text-decoration: none;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item {
  display: block;
  width: 29%;
  margin-right: 4%;
  margin-bottom: 24px;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-12 {
  font-family: 'Fontawesome 400', sans-serif;
}

.fa-star {
  font-family: 'Fontawesome 400', sans-serif;
  color: #c7c7c7;
  font-size: 15px;
  font-weight: 400;
}

.press-stars {
  margin-top: 2px;
  font-family: 'Fontawesome 400', sans-serif;
  color: #bbb;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 3px;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.collection-item-2.video-item {
  display: block;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.video-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-thumbnail {
  border: 1px solid #dbdbdb;
}

.paragraph-3 {
  text-align: left;
}

.paragraph-3.video-title {
  margin-top: 0px;
  color: #686868;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.1px;
}

.video-link {
  font-size: 16px;
  text-decoration: none;
}

.sennheiser-text {
  color: #f8eeee;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.html-embed {
  margin-bottom: 2px;
}

.text-block-13 {
  font-family: brandon-grotesque, sans-serif;
}

.text-block-14 {
  font-family: brandon-grotesque, sans-serif;
}

.text-block-15 {
  font-family: brandon-grotesque, sans-serif;
}

.text-block-16 {
  font-family: brandon-grotesque, sans-serif;
}

.contact-us-heading {
  color: #fff;
  letter-spacing: 2px;
}

.contact-form-success-message {
  background-color: #2a2a2a;
  color: #c0bcbc;
}

.contact-form-error-message {
  background-color: #2a2a2a;
  color: #cc5050;
}

.contact-form-select-field {
  margin-bottom: 20px;
  background-color: #242424;
}

.video-2 {
  margin-top: 66px;
}

.video-3 {
  margin-top: 54px;
}

.virgin-shout-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px;
  -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(#333), to(#333));
  background-image: linear-gradient(180deg, #333, #333);
}

.text-block-17 {
  color: #c5c5c5;
  font-size: 16px;
  line-height: 20px;
}

.column-4 {
  text-align: right;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block-3 {
  height: auto;
  text-align: right;
}

.div-block-4 {
  height: auto;
}

.image-8 {
  margin-right: 11px;
}

.virgin-link-block {
  width: 100%;
  margin-top: 58px;
  margin-bottom: 0px;
}

.div-block-5 {
  margin-top: 54px;
  font-size: 18px;
  text-align: center;
}

.image-9 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-6 {
  margin-top: -16px;
  text-align: center;
}

.white-link {
  color: #fff;
}

.splash-link {
  margin-right: 28px;
  color: hsla(0, 0%, 100%, 0.66);
}

.splash-link:hover {
  color: #fff;
}

.column-6 {
  text-align: left;
}

.splash-head {
  margin-top: 44px;
  color: rgba(250, 246, 246, 0.84);
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1.5px;
}

.splash-h2 {
  margin-bottom: 35px;
  color: hsla(0, 0%, 100%, 0.35);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-5 {
  color: #afa8a8;
  text-transform: none;
}

.video-player-section {
  margin-top: 56px;
}

.video-4 {
  display: inline-block;
  width: 90%;
  border-style: solid;
  border-width: 1px;
  border-color: #bdb3b3;
  border-radius: 2px;
}

.container-3 {
  text-align: center;
}

.container-4 {
  background-image: url('../images/prism.jpg');
  background-position: 100% 0%;
  background-size: 60%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .container {
    width: 100%;
    padding-right: 45px;
    padding-left: 45px;
  }

  .content-wrapper {
    overflow: hidden;
    margin-bottom: 50px;
  }

  .news-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news-item-image {
    height: auto;
  }

  .news-item-copy {
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9998;
    padding: 75px 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
    text-align: center;
  }

  .nav-logo.w--current {
    position: static;
    left: 0px;
    top: 0px;
  }

  .nav-bar {
    padding-right: 60px;
    padding-left: 60px;
  }

  .footer-social {
    margin-right: 10px;
  }

  .footer-link {
    color: #fff;
  }

  .coming-soon-flexbox {
    padding-top: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-button {
    margin-top: 45px;
    color: #2870b4;
    font-size: 30px;
  }

  .menu-button.scroll {
    margin-top: 0px;
  }

  .menu-button.scroll.w--open {
    z-index: 99999;
    background-color: #000;
    color: #2870b4;
  }

  .logo-subtitle {
    margin-top: 3px;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link.flag {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
  }

  .nav-link.mobile {
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .field-label {
    margin-top: 10px;
  }

  .other-locations {
    padding-bottom: 50px;
  }

  .contact-container {
    width: 90%;
  }

  .sub-navigation {
    left: 0px;
    top: 0px;
    right: 0px;
    height: 66px;
  }

  .nav-block.menu {
    position: fixed;
    top: -100%;
    right: 0px;
    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;
    background-color: #000;
  }

  .home-logo {
    padding: 50px;
  }

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

  .content-block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-column.copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .content-column.image {
    height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .content-copy {
    padding: 70px;
  }

  .news-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .close {
    display: none;
    text-align: center;
  }

  .collection-item-2.video-item {
    width: 47%;
    margin-right: 3%;
    text-align: left;
  }

  .video-thumbnail {
    width: 100%;
  }

  .video-link {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 0px;
  }

  .news-item {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .news-item-container {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-item-image {
    width: 50%;
    height: auto;
  }

  .news-item-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    z-index: 10268;
    height: 100vh;
    -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-color: #000;
  }

  .nav-logo {
    margin-top: 0px;
    padding-left: 15px;
  }

  .nav-logo.w--current {
    margin-top: 0px;
    margin-left: 0px;
  }

  .nav-bar {
    padding-top: 45px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .nav-menu-item {
    height: auto;
    -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: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-link {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
  }

  .timeline {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-2 {
    max-width: 90%;
  }

  .coming-soon-heading {
    font-size: 45px;
    line-height: 40px;
  }

  .coming-soon-h2 {
    font-size: 30px;
  }

  .text-block {
    font-size: 16px;
    line-height: 18px;
  }

  .coming-soon-flexbox {
    padding-top: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subtitle {
    font-size: 24px;
    text-transform: uppercase;
  }

  .menu-button {
    margin-top: -30px;
    margin-right: -30px;
    color: #2870b4;
  }

  .menu-button.scroll {
    margin-right: 0px;
  }

  .hero-item {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .button-link.news {
    margin-top: 0px;
  }

  .nav-link {
    margin-bottom: 10px;
  }

  .nav-link.purchase {
    margin-right: 0px;
  }

  .nav-link.flag {
    padding-top: 15px;
  }

  .field-label {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .hero-title {
    font-size: 48px;
    line-height: 46px;
  }

  .flex-grid {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news-block {
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .news-block.press {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-header {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section-header.modal {
    padding-left: 0px;
  }

  .footer-new {
    overflow: hidden;
  }

  .footer-wrapper {
    padding: 25px;
  }

  .footer-legal {
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .other-cities {
    overflow: hidden;
    padding-right: 25px;
    padding-left: 25px;
  }

  .contact-container {
    padding-bottom: 30px;
  }

  .unordered-list {
    padding-left: 0px;
  }

  .navigation {
    z-index: 773;
  }

  .nav-block.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-sponsor {
    display: block;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 0px;
  }

  .footer-sponsor.cpi {
    margin-top: 15px;
  }

  .hero-section.about {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, hsla(0, 0%, 100%, 0)), color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 52, 100, 0.7)), to(rgba(40, 52, 100, 0.7))), url('../images/faces-img.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 80%, #fff 0), linear-gradient(180deg, rgba(40, 52, 100, 0.7), rgba(40, 52, 100, 0.7)), url('../images/faces-img.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .news-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news-items {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pagination {
    padding-right: 25px;
    padding-left: 25px;
  }

  .image-7 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .collection-item {
    width: 45%;
    margin-right: 5%;
  }

  .collection-list {
    padding-right: 20px;
    padding-left: 27px;
  }

  .collection-item-2.video-item {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .splash-head {
    font-size: 28px;
    line-height: 28px;
  }

  .splash-h2 {
    font-size: 20px;
  }

  .container-4 {
    padding-left: 14px;
  }
}

@media screen and (max-width: 479px) {
  body {
    color: #111;
  }

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

  .news-item-image {
    width: 100%;
  }

  .nav-menu {
    padding-right: 20%;
    padding-left: 20%;
    background-color: #000;
  }

  .nav-logo {
    margin-top: 0px;
    padding-left: 15px;
  }

  .nav-logo.w--current {
    margin-top: 0px;
    margin-left: 0px;
  }

  .nav-bar {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-link {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .timeline {
    overflow: hidden;
  }

  .body {
    padding-bottom: 58px;
  }

  .coming-soon-heading {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 30px;
  }

  .coming-soon-h2 {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 14px;
  }

  .coming-soon-email-form-input {
    width: 90%;
    padding: 4px 8px;
    font-size: 14px;
  }

  .coming-soon-email-form-button {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
  }

  .coming-soon-footer-legal {
    font-size: 12px;
  }

  .coming-soon-flexbox {
    margin-bottom: 50px;
    padding-bottom: 100px;
  }

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

  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 5px;
    margin-right: 5px;
  }

  .menu-button.scroll {
    padding: 10px;
  }

  .menu-button.scroll.w--open {
    z-index: 999999;
    background-color: #000;
    color: #2870b4;
  }

  .hero-item {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-logo-link {
    margin-left: 15px;
    padding-left: 0px;
  }

  .logo-title {
    font-size: 14px;
    line-height: 18px;
  }

  .logo-subtitle {
    margin-top: 2px;
    font-size: 14px;
    line-height: 14px;
  }

  .nav-link {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .nav-link.purchase {
    text-align: center;
  }

  .nav-link.flag {
    padding-top: 25px;
  }

  .nav-link.mobile {
    margin: 0px;
    padding: 15px;
  }

  .copy-block {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 26px;
  }

  .block-quote {
    padding: 40px;
    font-size: 36px;
    line-height: 38px;
  }

  .hero-title {
    font-size: 34px;
    line-height: 36px;
  }

  .flex-grid {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-header.modal {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-wrapper {
    overflow: hidden;
  }

  .footer-legal {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sponsor {
    margin-right: 20px;
    margin-left: 0px;
  }

  .footer-legal-text {
    margin-bottom: 20px;
    line-height: 21px;
  }

  .submit-button-wrapper {
    margin-top: 10px;
  }

  .hero-description {
    font-size: 18px;
    line-height: 26px;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

  .contact-container {
    padding: 20px 15px;
  }

  .rome-map {
    height: 300px;
  }

  .sub-navigation {
    height: 53px;
  }

  .nav-block.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-logo {
    padding: 20px;
  }

  .content-column.image {
    height: 250px;
  }

  .content-copy {
    padding: 30px;
  }

  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 52, 100, 0.7)), to(rgba(40, 52, 100, 0.7)));
    background-image: linear-gradient(180deg, transparent 80%, #fff 0), linear-gradient(180deg, rgba(40, 52, 100, 0.7), rgba(40, 52, 100, 0.7));
  }

  .hero-section.about {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, hsla(0, 0%, 100%, 0)), color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 52, 100, 0.7)), to(rgba(40, 52, 100, 0.7))), url('../images/faces-img.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 90%, #fff 0), linear-gradient(180deg, rgba(40, 52, 100, 0.7), rgba(40, 52, 100, 0.7)), url('../images/faces-img.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .hero-section.post1 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(40, 52, 100, 0.7)), to(rgba(40, 52, 100, 0.7))), url('../images/22218380_1611139002277416_6410780869184976561_o.JPEG');
    background-image: linear-gradient(180deg, transparent 80%, #fff 0), linear-gradient(180deg, rgba(40, 52, 100, 0.7), rgba(40, 52, 100, 0.7)), url('../images/22218380_1611139002277416_6410780869184976561_o.JPEG');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .sub-hero-headline {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .collection-item {
    width: 100%;
  }

  .paragraph-3.video-title {
    font-size: 14px;
    line-height: 16px;
  }

  .contact-us-heading {
    font-size: 20px;
  }

  .splash-h2 {
    font-size: 18px;
    line-height: 18px;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 17px;
  }
}

@font-face {
  font-family: 'Fontawesome 400';
  src: url('../fonts/fontawesome-regular-400.woff2') format('woff2'), url('../fonts/fontawesome-regular-400.eot') format('embedded-opentype'), url('../fonts/fontawesome-regular-400.woff') format('woff'), url('../fonts/fontawesome-regular-400.ttf') format('truetype'), url('../fonts/fontawesome-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome brands 900';
  src: url('../fonts/fontawesome-brands-900.woff2') format('woff2'), url('../fonts/fontawesome-brands-900.eot') format('embedded-opentype'), url('../fonts/fontawesome-brands-900.woff') format('woff'), url('../fonts/fontawesome-brands-900.ttf') format('truetype'), url('../fonts/fontawesome-brands-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}