/*   RESET
______________________ */

* {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



a:focus,
button:focus,
input:focus,
select:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

body {
  position: relative;
  font-family: 'Helvetica Neue', Arial;
  -webkit-appearance: none;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #333;
}

body:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 255, 255, .73);
}

/* Removes extra button padding in Firefox */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Prevents overflow especially on mobile */
html,
body {
  overflow-x: hidden;
  width: 100%;
}

img {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

p {
  font-size: 18px;
  font-weight: 200;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*   GRID
______________________ */

.grid,
[class*=grid__col-] {
  position: relative;
  display: flex;
  width: 100%;
  zoom: 1;
}

.grid {
  flex-wrap: wrap;
  max-width: 100%;
}

[class*=grid__col-] {
  flex-direction: column;
  vertical-align: top;
}

.grid__col-auto {
  flex: 1 0;
  width: auto;
  max-width: 100%;
}

.grid__col-1 {
  width:8.33333333%;
}

.grid__col-2 {
  width: 16.66666667%;
}

.grid__col-3 {
  width: 25%;
}

.grid__col-4 {
  width: 33.33333333%;
}

.grid__col-5 {
  width: 41.66666667%;
}

.grid__col-6 {
  width: 50%;
}

.grid__col-7 {
  width: 58.33333333%;
}

.grid__col-8 {
  width: 66.66666667%;
}

.grid__col-9 {
  width: 75%;
}

.grid__col-10 {
  width: 83.33333333%;
}

.grid__col-11 {
  width: 91.66666667%;
}

.grid__col-12 {
  width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #333;
}
::-moz-placeholder { /* Firefox 19+ */
color: #333;
}
:-ms-input-placeholder { /* IE 10+ */
color: #333;
}
:-moz-placeholder { /* Firefox 18- */
color: #333;
}

@media only screen and (max-width: 767px) {
  .grid__col-xs-auto {
    flex: 1 0;
    width: auto;
    max-width: 100%;
  }
  .grid__col-xs-1 {
    width: 8.33333333%;
  }
  .grid__col-xs-2 {
    width: 16.66666667%;
  }
  .grid__col-xs-3 {
    width: 25%;
  }
  .grid__col-xs-4 {
    width: 33.33333333%;
  }
  .grid__col-xs-5 {
    width: 41.66666667%;
  }
  .grid__col-xs-6 {
    width: 50%;
  }
  .grid__col-xs-7 {
    width: 58.33333333%;
  }
  .grid__col-xs-8 {
    width: 66.66666667%;
  }
  .grid__col-xs-9 {
    width: 75%;
  }
  .grid__col-xs-10 {
    width: 83.33333333%;
  }
  .grid__col-xs-11 {
    width: 91.66666667%;
  }
  .grid__col-xs-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .grid__col-sm-auto {
    flex: 1 0;
    width: auto;
    max-width: 100%;
  }
  .grid__col-sm-1 {
    width:8.33333333%;
  }
  .grid__col-sm-2 {
    width:16.66666667%;
  }
  .grid__col-sm-3 {
    width:25%;
  }
  .grid__col-sm-4 {
    width:33.33333333%;
  }
  .grid__col-sm-5 {
    width:41.66666667%;
  }
  .grid__col-sm-6 {
    width:50%;
  }
  .grid__col-sm-7 {
    width:58.33333333%;
  }
  .grid__col-sm-8 {
    width:66.66666667%;
  }
  .grid__col-sm-9 {
    width:75%;
  }
  .grid__col-sm-10 {
    width:83.33333333%;
  }
  .grid__col-sm-11 {
    width:91.66666667%;
  }
  .grid__col-sm-12 {
    width:100%;
  }
}

@media only screen and (min-width: 992px) {
  .grid__col-md-auto {
    flex: 1 0;
    width: auto;
    max-width: 100%;
  }
  .grid__col-md-1 {
    width: 8.33333333%;
  }
  .grid__col-md-2 {
    width: 16.66666667%;
  }
  .grid__col-md-3 {
    width: 25%;
  }
  .grid__col-md-4 {
    width: 33.33333333%;
  }
  .grid__col-md-5 {
    width: 41.66666667%;
  }
  .grid__col-md-6 {
    width: 50%;
  }
  .grid__col-md-7 {
    width: 58.33333333%;
  }
  .grid__col-md-8 {
    width: 66.66666667%;
  }
  .grid__col-md-9 {
    width: 75%;
  }
  .grid__col-md-10 {
    width: 83.33333333%;
  }
  .grid__col-md-11 {
    width: 91.66666667%;
  }
  .grid__col-md-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .grid__col-lg-auto {
    flex: 1 0;
    width: auto;
    max-width: 100%;
  }
  .grid__col-lg-1 {
    width: 8.33333333%;
  }
  .grid__col-lg-2 {
    width: 16.66666667%;
  }
  .grid__col-lg-3 {
    width: 25%;
  }
  .grid__col-lg-4 {
    width: 33.33333333%;
  }
  .grid__col-lg-5 {
    width: 41.66666667%;
  }
  .grid__col-lg-6 {
    width: 50%;
  }
  .grid__col-lg-7 {
    width: 58.33333333%;
  }
  .grid__col-lg-8 {
    width: 66.66666667%;
  }
  .grid__col-lg-9 {
    width: 75%;
  }
  .grid__col-lg-10 {
    width: 83.33333333%;
  }
  .grid__col-lg-11 {
    width: 91.66666667%;
  }
  .grid__col-lg-12 {
    width: 100%;
  }
}


/*   HEADER
______________________ */

.header .header__container {
  width: 85%;
  max-width: 1255px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 35px 0 0;
}

.header .header__logo a {
  display: block;
  width: 39px;
  height: 82px;
  text-indent: -9999px;
}

.header .header__logo a:before {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../img/logoHiRes.png) no-repeat;
  background-size: 100% auto;
  text-indent: 0;
}

.header .btn {
  display: block;
  width: 165px;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 13px 15px;
  color: #333;
  border: 1px solid #333;
  transition: all .5s;
}

.header .btn:hover {
  background: #DC143C;
  color: #fff;
  border-color: #DC143C;
}

@media only screen and (max-width: 767px) {
  .header .btn {
    width: 110px;
    font-size: 16px;
  }
}


/*   HERO CONTENT
______________________ */

.hero .hero__content {
  position: relative;
  width: 85%;
  max-width: 835px;
}

.hero .hero__content .grid {
  align-items: center;
}

.hero .hero__tagline {
  font-size: 57px;
  font-weight: 400;
  letter-spacing: 1.45px;
  line-height: 1.2;
  margin: 0 0 40px;
  color: #DC143C;
}

.hero .hero__heading {
  font-size: 65px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 5px;
}

.hero .hero__blurb {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: .85px;
}

.hero .hero__date {
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  justify-content: center;
  color: #DC143C;
}

.hero .hero__date small {
  font-size: 58px;
}

.hero .hero__date:before {
  position: absolute;
  top: 70px;
  left: -65px;
  content: url(../img/fleur.svg);
}

@media only screen and (min-width: 971px) {
  .hero {
    min-height: 850px;
  }

  .hero .hero__content {
    top: 12vh;
    left: calc(50% - 412.5px);
  }
}

@media only screen and (max-width: 970px) {
  .hero {
    min-height: 950px;
  }

  .hero .hero__content {
    margin: 115px auto 130px;
  }
}

@media only screen and (min-width: 768px) {
  .hero {
    height: calc(100vh - 62px);
  }

  .hero .hero__container--heading {
    width: calc(100% - 185px);
  }

  .hero .hero__blurb {
    max-width: 84%;
  }

  .hero .hero__date {
    width: 185px;
  }

  .hero .hero__date time {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hero .hero__content {
    justify-content: center;
    text-align: center;
  }

  .hero .hero__container--heading {
    margin: 0 0 65px;
    padding: 0 5% 45px;
  }

  .hero .hero__tagline {
    font-size: 35px;
  }

  .hero .hero__heading {
    font-size: 45px;
    margin: 20px 0 15px;
  }

  .hero .hero__blurb {
    font-size: 28px;
    text-align: left;
  }

  .hero .hero__date {
    font-size: 50px;
    align-items: center;
  }

  .hero .hero__date small {
    font-size: 40px;
  }

  .hero .hero__date:before {
    top: -90px;
    left: calc(50% - 17px);
  }
}


/*   HERO FORM
______________________ */

.hero .hero__form {
  position: relative;
  width: 100%;
  margin: 65px 0 0;
}

.hero #mc_embed_signup form {
  padding: 0;
}

.hero #mc_embed_signup .mc-field-group {
  display: block;
}

.hero #mc_embed_signup input.email {
  position: relative;
  width: 100%;
  max-height: 75px;
  font-size: 24px;
  font-weight: 200;
  padding: 35px 20px;
  background: none;
  color: #DC143C;
  border: 2px solid #333;
  border-radius: 0;
}

.hero #mc_embed_signup .button {
  z-index: 1;
  position: relative;
  display: block;
  width: 185px;
  height: auto;
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  padding: 17.5px 0px;
  background: #DC143C;
  color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
}

.hero .hero__form .button:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .hero #mc_embed_signup .button {
    position: absolute;
    top: 2px;
    right: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .hero #mc_embed_signup .button {
    width: 150px;
    font-size: 24px;
    margin: 45px auto 0;
    padding: 15px 0;
  }
}


/*   FOOTER
______________________ */

.footer {
  position: relative;
  padding: 20px 0;
  background: #333;
  color: #fff;
}

.footer .footer__container {
  width: 85%;
  max-width: 1255px;
  justify-content: space-between;
  margin: 0 auto;
}

.footer .footer__nav li {
  font-size: 18px;
  font-weight: 200;
  align-items: center;
}


.footer .footer__nav li a {
  color: inherit;
  transition: color .5s;
}

.footer .footer__nav li a:hover {
  color: #DC143C;
}

@media only screen and (max-width: 991px) {
  .footer {
    text-align: center;
    padding: 65px 0;
  }

  .footer .footer__nav {
    margin: 40px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .footer .footer__nav li:not(:last-child) {
    border-right: 1px solid #DC143C;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer__nav {
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-top: 2px solid #DC143C;
  }

  .footer .footer__nav li {
    margin: 30px 0 0;
  }
}
