﻿.global-events__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 31.25rem;
  color: #fff;
}

@media only screen and (max-width: 40.0525em) {
  .global-events__header .row {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 1.25rem;
  }
}

.header__heading {
  font-size: 2.375rem;
  position: relative;
  color: #fff;
}

@media only screen and (min-width: 64.0625em) {
  .header__heading {
    font-size: 3.125rem;
  }
}

.header__heading:before {
  content: '';
  position: absolute;
  bottom: -8.5px;
  height: 6px;
  width: 60px;
  background-color: #fff;
}

.header__text {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-bottom: 3.75rem;
}

@media only screen and (min-width: 64.0625em) {
  .header__text {
    font-size: 1.875rem;
  }
}

#header__countdown {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}

#header__countdown .countdown__digits {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.875rem;
  margin-bottom: 2px;
}

#header__countdown .countdown__labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.75rem;
}

#header__countdown .countdown__digit,
#header__countdown .countdown__label {
  display: inline-block;
  vertical-align: middle;
  width: 4.5rem;
  height: 4.5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.no-rgba #header__countdown .countdown__digit, .no-rgba
#header__countdown .countdown__label {
  background-color: #000;
}

#header__countdown .countdown__digit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 1px;
}

#header__countdown .countdown__digit:first-child {
  margin-left: 0;
}

#header__countdown .countdown__digit:last-child {
  margin-right: 0;
}

#header__countdown .countdown__label {
  width: 4.59375rem;
  height: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.full-width-cta {
  background-color: #003B5C;
}

.full-width-cta .cta-wrap {
  background-color: #009639;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.875rem 0;
}

@media only screen and (min-width: 40.0625em) {
  .full-width-cta .cta-wrap {
    max-width: 18.4375rem;
  }
}

.full-width-cta .cta-wrap a {
  color: #fff;
}

.testimonial-section {
  background-color: #3f3f41;
  padding: 1.25rem 0;
}

@media only screen and (min-width: 64.0625em) {
  .testimonial-section {
    background-color: transparent;
  }
}

.testimonial-section .quote {
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 40.0525em) {
  .testimonial-section .quote {
    padding-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .testimonial-section .quote {
    background-color: #3f3f41;
    min-height: 39.1875rem;
    height: 100%;
    padding: 0 7.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.testimonial-section .blockquote {
  margin: 0;
}

.testimonial-section .figcaption {
  display: block;
  margin-top: 2rem;
  font-style: italic;
}

.testimonial-section .cite {
  display: block;
  margin: 0 auto;
}

.testimonial-section .testimonial-images .column {
  padding-left: 0;
  padding-right: 0;
}

.testimonial-section .testimonial-image--small {
  height: 15.8125rem;
  background-size: cover;
}

.testimonial-section .testimonial-image--large {
  height: 25.25rem;
  background-size: cover;
}

.ui-card--product {
  box-sizing: border-box;
  display: block;
  background-color: #f0f3f4;
  border: 1px solid #fff;
  padding: 1.25rem 1.5625rem !important;
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: right bottom;
  min-height: 300px;
}

.ui-card--product a .ui-header {
  color: #003B5C;
  font-size: 1.5625rem;
  margin: 0;
}

.ui-card--product a .ui-content {
  font-size: 1.125rem;
  color: #3a3a3a;
  margin: 0;
  font-weight: bold;
  width: 100%;
  max-width: 10.625rem;
}

.ui-card--product .ui-header {
  color: #003B5C;
  font-size: 1.5625rem;
  margin: 0;
}

.ui-card--product .ui-content {
  font-size: 1.125rem;
  color: #3a3a3a;
  margin: 0;
  font-weight: bold;
  width: 100%;
  max-width: 10.625rem;
}

.ui-card--info {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  background-color: #f0f3f4;
  border: 1px solid #fff;
  padding: 1.25rem 1.5625rem !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.ui-card--info:before, .ui-card--info:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-card--info:before {
  bottom: 0;
  background: linear-gradient(to top, #000 0%, transparent 100%);
}

.ui-card--info .ui-inner {
  -ms-flex-item-align: end;
      align-self: flex-end;
  z-index: 9999;
  display: block;
}

.ui-card--info a .ui-header {
  color: #fff;
}

.ui-card--info a .ui-content {
  color: #fff;
}

.ui-card--info .ui-header {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #fff;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 0;
}

.ui-card--info .ui-content {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 1.125rem;
  color: #fff;
  margin: 0;
  width: 100%;
}

section {
  margin-bottom: 1.875rem;
  padding: 3.125rem 0;
}

section.product-cards, section.info-cards {
  padding: 0;
  margin: 0;
}

.single-col__video, .multi-col__video {
  margin-bottom: 1.875rem;
}

aside img {
  margin-bottom: 2.1875rem;
}

aside .aside__item {
  margin-bottom: 1.25rem;
}

aside h4 {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 2px;
}

aside p {
  margin-bottom: 0;
}

aside a {
  display: block;
}

aside a:hover, aside a:focus, aside a:active {
  text-decoration: underline;
  border: 0;
}

/*# sourceMappingURL=global-events.css.map */
