.main {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-email-img {
  opacity: 0;
}

.email-link {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7vw;
  height: 16vh;
  max-width: 120px;
  min-height: auto;
  min-width: 75px;
  margin-right: 5%;
  margin-bottom: -8%;
  -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-color: #060043;
  background-image: url('../images/email_icon.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.logo---fort-mill {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 170px;
  max-width: none;
}

.heading {
  margin: 0px 5px 25%;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.nav---traditions-logo {
  position: static;
  width: 11vw;
  max-width: 200px;
  min-width: 165px;
  margin-top: 1.6%;
  margin-bottom: 2%;
  margin-left: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 80%;
  max-height: 700px;
  max-width: 1400px;
  margin-bottom: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.body {
  text-align: center;
}

.header---slider {
  position: relative;
  width: 75%;
  height: auto;
  background-color: transparent;
}

.hide-r-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.image {
  width: 100%;
  height: auto;
  max-width: none;
}

.slider-nav {
  left: auto;
  top: 95%;
  right: 0%;
  bottom: 0%;
  min-width: 65px;
  margin-top: 4%;
}

.slide {
  height: 100%;
  max-height: none;
}

.header---content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  height: 70%;
  max-height: none;
  max-width: none;
  min-height: 400px;
  min-width: 525px;
  margin-right: -20%;
  padding: 5% 2% 1% 5%;
  -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;
  border-left: 18px solid #060043;
  background-color: #fff;
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.25);
}

.header---h1 {
  margin-top: 0px;
  margin-bottom: 5%;
  font-family: 'Playfair Display', sans-serif;
  font-size: 75px;
  line-height: 70px;
  text-align: left;
}

.header-text {
  width: 90%;
  font-family: 'Playfair Display', sans-serif;
  font-size: 28px;
  line-height: 31px;
  text-align: left;
}

.heading-2 {
  margin-bottom: 6%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #060043;
  font-size: 26px;
}

.updates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  -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;
  background-color: #262626;
}

.updates---content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 1300px;
  min-height: auto;
  margin-right: 4%;
  margin-left: 4%;
  padding: 5.3% 5% 6%;
  -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: #fff;
}

.heading-3 {
  margin-bottom: 3%;
  font-family: 'Playfair Display', sans-serif;
  font-size: 30px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.updates---text-block---p {
  width: 78%;
  min-width: auto;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.rule-line {
  width: 90%;
  height: 1px;
  margin-top: 4%;
  margin-bottom: 4%;
  background-color: #333;
}

.link-block {
  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;
  font-family: 'Playfair Display', sans-serif;
  color: #444;
  text-decoration: none;
}

.heading-4 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 28px;
  letter-spacing: 0.5px;
}

.image-2 {
  width: 55px;
}

.footer {
  width: 100%;
  height: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: #373737;
}

.image-3 {
  width: 9vw;
  height: auto;
  max-width: none;
}

.slide-image {
  width: 100%;
  max-width: none;
}

@media (max-width: 991px) {
  .email-link {
    width: 11vw;
    max-width: 120px;
    margin-top: -67px;
    margin-right: 1%;
    margin-bottom: 0%;
  }
  .nav---traditions-logo {
    margin-top: 3%;
  }
  .header {
    max-height: none;
    margin-top: 4%;
    margin-bottom: 6%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header---slider {
    width: 100%;
    height: auto;
  }
  .slide {
    height: auto;
  }
  .header---content {
    width: 100%;
    min-height: 345px;
    min-width: 506px;
    margin-right: 0%;
    margin-bottom: 3%;
    padding-top: 6%;
  }
  .header---h1 {
    margin-bottom: 3%;
    font-size: 68px;
    line-height: 68px;
  }
  .header-text {
    font-size: 25px;
  }
  .updates {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .updates---content {
    width: 90%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .footer {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .image-3 {
    width: 22vw;
    height: auto;
    max-width: none;
  }
  .mask {
    height: auto;
  }
}

@media (max-width: 767px) {
  .email-link {
    width: 77px;
    height: 160px;
    max-width: none;
    min-width: auto;
    margin-top: -50px;
    margin-right: 5%;
  }
  .nav---traditions-logo {
    width: 24vw;
    max-width: none;
    min-width: auto;
    margin-top: 4%;
    margin-left: 1%;
  }
  .header {
    max-width: none;
    margin-bottom: 8%;
  }
  .slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 0px;
    -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;
  }
  .header---content {
    min-height: 333px;
    padding-bottom: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header---h1 {
    margin-bottom: 3%;
    font-size: 60px;
    line-height: 60px;
  }
  .header-text {
    font-size: 27px;
    line-height: 33px;
  }
  .heading-2 {
    margin-top: 22px;
    margin-bottom: 0%;
    font-size: 24px;
  }
  .updates---content {
    padding-bottom: 7%;
  }
  .heading-3 {
    margin-bottom: 4%;
    font-size: 25px;
    letter-spacing: 5px;
  }
  .updates---text-block---p {
    width: 100%;
    font-size: 19px;
    line-height: 26px;
  }
  .rule-line {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .image-2 {
    width: 44px;
  }
  .footer {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .image-3 {
    width: 25vw;
    height: auto;
    max-width: none;
  }
}

@media (max-width: 479px) {
  .email-link {
    width: 65px;
    height: 160px;
    min-width: auto;
    margin-top: -73px;
    margin-right: 4%;
  }
  .heading {
    font-size: 13px;
  }
  .nav---traditions-logo {
    width: 26vw;
    max-width: none;
    min-width: auto;
    margin-top: 5%;
    margin-left: 1%;
  }
  .header {
    height: auto;
    margin-bottom: 6%;
  }
  .slider-nav {
    left: 0%;
    top: 87%;
    right: 0%;
    bottom: 0%;
    width: 15vw;
    min-width: auto;
    margin-bottom: 1%;
    font-size: 9px;
  }
  .header---content {
    width: 100%;
    min-height: auto;
    min-width: auto;
    margin-right: 0%;
    margin-bottom: 4%;
    padding: 8% 5% 6% 6.4%;
    border-left-width: 8px;
  }
  .header---h1 {
    margin-bottom: 4%;
    font-size: 45px;
    line-height: 44px;
  }
  .header-text {
    font-size: 23px;
    line-height: 28px;
  }
  .heading-2 {
    margin-bottom: 3%;
    font-size: 20px;
  }
  .updates---content {
    padding: 5% 6% 9%;
  }
  .heading-3 {
    margin-top: 15px;
    margin-bottom: 7%;
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 3px;
  }
  .updates---text-block---p {
    font-size: 19px;
  }
  .rule-line {
    width: 90%;
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .heading-4 {
    font-size: 23px;
  }
  .image-2 {
    width: 35px;
    max-width: none;
  }
  .footer {
    padding-top: 3.5%;
    padding-bottom: 3.5%;
  }
  .image-3 {
    width: 37vw;
    height: auto;
    max-width: none;
  }
  .mask {
    margin-bottom: 15px;
  }
}

