
@media (min-width: 544px) {
  .class-container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .class-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .class-container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .class-container {
    max-width: 1140px;
  }
}

.class-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.71429rem;
  padding-right: 0.71429rem;
}

.class-container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.class-row {
  margin-left: -0.71429rem;
  margin-right: -0.71429rem;
}

.class-row::after {
  content: "";
  display: table;
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .class-col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-md-1, .col-md-2, .col-md-3, .class-col-md-4, .col-md-5, .class-col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .class-col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20 {
  position: relative;
  min-height: 1px;
  padding-left: 0.71429rem;
  padding-right: 0.71429rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20 {
  float: left;
}

.col-xs-1 {
  width: 5%;
}

.col-xs-2 {
  width: 10%;
}

.col-xs-3 {
  width: 15%;
}

.col-xs-4 {
  width: 20%;
}

.col-xs-5 {
  width: 25%;
}

.col-xs-6 {
  width: 30%;
}

.col-xs-7 {
  width: 35%;
}

.col-xs-8 {
  width: 40%;
}

.col-xs-9 {
  width: 45%;
}

.col-xs-10 {
  width: 50%;
}

.col-xs-11 {
  width: 55%;
}

.col-xs-12 {
  width: 60%;
}

.col-xs-13 {
  width: 65%;
}

.col-xs-14 {
  width: 70%;
}

.col-xs-15 {
  width: 75%;
}

.col-xs-16 {
  width: 80%;
}

.col-xs-17 {
  width: 85%;
}

.col-xs-18 {
  width: 90%;
}

.col-xs-19 {
  width: 95%;
}

.col-xs-20 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 5%;
}

.col-xs-pull-2 {
  right: 10%;
}

.col-xs-pull-3 {
  right: 15%;
}

.col-xs-pull-4 {
  right: 20%;
}

.col-xs-pull-5 {
  right: 25%;
}

.col-xs-pull-6 {
  right: 30%;
}

.col-xs-pull-7 {
  right: 35%;
}

.col-xs-pull-8 {
  right: 40%;
}

.col-xs-pull-9 {
  right: 45%;
}

.col-xs-pull-10 {
  right: 50%;
}

.col-xs-pull-11 {
  right: 55%;
}

.col-xs-pull-12 {
  right: 60%;
}

.col-xs-pull-13 {
  right: 65%;
}

.col-xs-pull-14 {
  right: 70%;
}

.col-xs-pull-15 {
  right: 75%;
}

.col-xs-pull-16 {
  right: 80%;
}

.col-xs-pull-17 {
  right: 85%;
}

.col-xs-pull-18 {
  right: 90%;
}

.col-xs-pull-19 {
  right: 95%;
}

.col-xs-pull-20 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 5%;
}

.col-xs-push-2 {
  left: 10%;
}

.col-xs-push-3 {
  left: 15%;
}

.col-xs-push-4 {
  left: 20%;
}

.col-xs-push-5 {
  left: 25%;
}

.col-xs-push-6 {
  left: 30%;
}

.col-xs-push-7 {
  left: 35%;
}

.col-xs-push-8 {
  left: 40%;
}

.col-xs-push-9 {
  left: 45%;
}

.col-xs-push-10 {
  left: 50%;
}

.col-xs-push-11 {
  left: 55%;
}

.col-xs-push-12 {
  left: 60%;
}

.col-xs-push-13 {
  left: 65%;
}

.col-xs-push-14 {
  left: 70%;
}

.col-xs-push-15 {
  left: 75%;
}

.col-xs-push-16 {
  left: 80%;
}

.col-xs-push-17 {
  left: 85%;
}

.col-xs-push-18 {
  left: 90%;
}

.col-xs-push-19 {
  left: 95%;
}

.col-xs-push-20 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 5%;
}

.col-xs-offset-2 {
  margin-left: 10%;
}

.col-xs-offset-3 {
  margin-left: 15%;
}

.col-xs-offset-4 {
  margin-left: 20%;
}

.col-xs-offset-5 {
  margin-left: 25%;
}

.col-xs-offset-6 {
  margin-left: 30%;
}

.col-xs-offset-7 {
  margin-left: 35%;
}

.col-xs-offset-8 {
  margin-left: 40%;
}

.col-xs-offset-9 {
  margin-left: 45%;
}

.col-xs-offset-10 {
  margin-left: 50%;
}

.col-xs-offset-11 {
  margin-left: 55%;
}

.col-xs-offset-12 {
  margin-left: 60%;
}

.col-xs-offset-13 {
  margin-left: 65%;
}

.col-xs-offset-14 {
  margin-left: 70%;
}

.col-xs-offset-15 {
  margin-left: 75%;
}

.col-xs-offset-16 {
  margin-left: 80%;
}

.col-xs-offset-17 {
  margin-left: 85%;
}

.col-xs-offset-18 {
  margin-left: 90%;
}

.col-xs-offset-19 {
  margin-left: 95%;
}

.col-xs-offset-20 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .class-col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .class-col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20 {
    float: left;
  }
  .col-sm-1 {
    width: 5%;
  }
  .col-sm-2 {
    width: 10%;
  }
  .col-sm-3 {
    width: 15%;
  }
  .col-sm-4 {
    width: 20%;
  }
  .col-sm-5 {
    width: 25%;
  }
  .class-col-sm-6 {
    width: 30%;
  }
  .col-sm-7 {
    width: 35%;
  }
  .col-sm-8 {
    width: 40%;
  }
  .col-sm-9 {
    width: 45%;
  }
  .col-sm-10 {
    width: 50%;
  }
  .col-sm-11 {
    width: 55%;
  }
  .class-col-sm-12 {
    width: 60%;
  }
  .col-sm-13 {
    width: 65%;
  }
  .col-sm-14 {
    width: 70%;
  }
  .col-sm-15 {
    width: 75%;
  }
  .col-sm-16 {
    width: 80%;
  }
  .col-sm-17 {
    width: 85%;
  }
  .col-sm-18 {
    width: 90%;
  }
  .col-sm-19 {
    width: 95%;
  }
  .col-sm-20 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 5%;
  }
  .col-sm-pull-2 {
    right: 10%;
  }
  .col-sm-pull-3 {
    right: 15%;
  }
  .col-sm-pull-4 {
    right: 20%;
  }
  .col-sm-pull-5 {
    right: 25%;
  }
  .col-sm-pull-6 {
    right: 30%;
  }
  .col-sm-pull-7 {
    right: 35%;
  }
  .col-sm-pull-8 {
    right: 40%;
  }
  .col-sm-pull-9 {
    right: 45%;
  }
  .col-sm-pull-10 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 55%;
  }
  .col-sm-pull-12 {
    right: 60%;
  }
  .col-sm-pull-13 {
    right: 65%;
  }
  .col-sm-pull-14 {
    right: 70%;
  }
  .col-sm-pull-15 {
    right: 75%;
  }
  .col-sm-pull-16 {
    right: 80%;
  }
  .col-sm-pull-17 {
    right: 85%;
  }
  .col-sm-pull-18 {
    right: 90%;
  }
  .col-sm-pull-19 {
    right: 95%;
  }
  .col-sm-pull-20 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 5%;
  }
  .col-sm-push-2 {
    left: 10%;
  }
  .col-sm-push-3 {
    left: 15%;
  }
  .col-sm-push-4 {
    left: 20%;
  }
  .col-sm-push-5 {
    left: 25%;
  }
  .col-sm-push-6 {
    left: 30%;
  }
  .col-sm-push-7 {
    left: 35%;
  }
  .col-sm-push-8 {
    left: 40%;
  }
  .col-sm-push-9 {
    left: 45%;
  }
  .col-sm-push-10 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 55%;
  }
  .col-sm-push-12 {
    left: 60%;
  }
  .col-sm-push-13 {
    left: 65%;
  }
  .col-sm-push-14 {
    left: 70%;
  }
  .col-sm-push-15 {
    left: 75%;
  }
  .col-sm-push-16 {
    left: 80%;
  }
  .col-sm-push-17 {
    left: 85%;
  }
  .col-sm-push-18 {
    left: 90%;
  }
  .col-sm-push-19 {
    left: 95%;
  }
  .col-sm-push-20 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 5%;
  }
  .col-sm-offset-2 {
    margin-left: 10%;
  }
  .col-sm-offset-3 {
    margin-left: 15%;
  }
  .col-sm-offset-4 {
    margin-left: 20%;
  }
  .col-sm-offset-5 {
    margin-left: 25%;
  }
  .col-sm-offset-6 {
    margin-left: 30%;
  }
  .col-sm-offset-7 {
    margin-left: 35%;
  }
  .col-sm-offset-8 {
    margin-left: 40%;
  }
  .col-sm-offset-9 {
    margin-left: 45%;
  }
  .col-sm-offset-10 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 55%;
  }
  .col-sm-offset-12 {
    margin-left: 60%;
  }
  .col-sm-offset-13 {
    margin-left: 65%;
  }
  .col-sm-offset-14 {
    margin-left: 70%;
  }
  .col-sm-offset-15 {
    margin-left: 75%;
  }
  .col-sm-offset-16 {
    margin-left: 80%;
  }
  .col-sm-offset-17 {
    margin-left: 85%;
  }
  .col-sm-offset-18 {
    margin-left: 90%;
  }
  .col-sm-offset-19 {
    margin-left: 95%;
  }
  .col-sm-offset-20 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .class-col-md-4, .col-md-5, .class-col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .class-col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20 {
    float: left;
  }
  .col-md-1 {
    width: 5%;
  }
  .col-md-2 {
    width: 10%;
  }
  .col-md-3 {
    width: 15%;
  }
  .class-col-md-4 {
    width: 20%;
  }
  .col-md-5 {
    width: 25%;
  }
  .class-col-md-6 {
    width: 30%;
  }
  .col-md-7 {
    width: 35%;
  }
  .col-md-8 {
    width: 40%;
  }
  .col-md-9 {
    width: 45%;
  }
  .col-md-10 {
    width: 50%;
  }
  .col-md-11 {
    width: 55%;
  }
  .class-col-md-12 {
    width: 60%;
  }
  .col-md-13 {
    width: 65%;
  }
  .col-md-14 {
    width: 70%;
  }
  .col-md-15 {
    width: 75%;
  }
  .col-md-16 {
    width: 80%;
  }
  .col-md-17 {
    width: 85%;
  }
  .col-md-18 {
    width: 90%;
  }
  .col-md-19 {
    width: 95%;
  }
  .col-md-20 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 5%;
  }
  .col-md-pull-2 {
    right: 10%;
  }
  .col-md-pull-3 {
    right: 15%;
  }
  .col-md-pull-4 {
    right: 20%;
  }
  .col-md-pull-5 {
    right: 25%;
  }
  .col-md-pull-6 {
    right: 30%;
  }
  .col-md-pull-7 {
    right: 35%;
  }
  .col-md-pull-8 {
    right: 40%;
  }
  .col-md-pull-9 {
    right: 45%;
  }
  .col-md-pull-10 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 55%;
  }
  .col-md-pull-12 {
    right: 60%;
  }
  .col-md-pull-13 {
    right: 65%;
  }
  .col-md-pull-14 {
    right: 70%;
  }
  .col-md-pull-15 {
    right: 75%;
  }
  .col-md-pull-16 {
    right: 80%;
  }
  .col-md-pull-17 {
    right: 85%;
  }
  .col-md-pull-18 {
    right: 90%;
  }
  .col-md-pull-19 {
    right: 95%;
  }
  .col-md-pull-20 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 5%;
  }
  .col-md-push-2 {
    left: 10%;
  }
  .col-md-push-3 {
    left: 15%;
  }
  .col-md-push-4 {
    left: 20%;
  }
  .col-md-push-5 {
    left: 25%;
  }
  .col-md-push-6 {
    left: 30%;
  }
  .col-md-push-7 {
    left: 35%;
  }
  .col-md-push-8 {
    left: 40%;
  }
  .col-md-push-9 {
    left: 45%;
  }
  .col-md-push-10 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 55%;
  }
  .col-md-push-12 {
    left: 60%;
  }
  .col-md-push-13 {
    left: 65%;
  }
  .col-md-push-14 {
    left: 70%;
  }
  .col-md-push-15 {
    left: 75%;
  }
  .col-md-push-16 {
    left: 80%;
  }
  .col-md-push-17 {
    left: 85%;
  }
  .col-md-push-18 {
    left: 90%;
  }
  .col-md-push-19 {
    left: 95%;
  }
  .col-md-push-20 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 5%;
  }
  .col-md-offset-2 {
    margin-left: 10%;
  }
  .col-md-offset-3 {
    margin-left: 15%;
  }
  .col-md-offset-4 {
    margin-left: 20%;
  }
  .col-md-offset-5 {
    margin-left: 25%;
  }
  .col-md-offset-6 {
    margin-left: 30%;
  }
  .col-md-offset-7 {
    margin-left: 35%;
  }
  .col-md-offset-8 {
    margin-left: 40%;
  }
  .col-md-offset-9 {
    margin-left: 45%;
  }
  .col-md-offset-10 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 55%;
  }
  .col-md-offset-12 {
    margin-left: 60%;
  }
  .col-md-offset-13 {
    margin-left: 65%;
  }
  .col-md-offset-14 {
    margin-left: 70%;
  }
  .col-md-offset-15 {
    margin-left: 75%;
  }
  .col-md-offset-16 {
    margin-left: 80%;
  }
  .col-md-offset-17 {
    margin-left: 85%;
  }
  .col-md-offset-18 {
    margin-left: 90%;
  }
  .col-md-offset-19 {
    margin-left: 95%;
  }
  .col-md-offset-20 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20 {
    float: left;
  }
  .col-lg-1 {
    width: 5%;
  }
  .col-lg-2 {
    width: 10%;
  }
  .col-lg-3 {
    width: 15%;
  }
  .col-lg-4 {
    width: 20%;
  }
  .col-lg-5 {
    width: 25%;
  }
  .col-lg-6 {
    width: 30%;
  }
  .col-lg-7 {
    width: 35%;
  }
  .col-lg-8 {
    width: 40%;
  }
  .col-lg-9 {
    width: 45%;
  }
  .col-lg-10 {
    width: 50%;
  }
  .col-lg-11 {
    width: 55%;
  }
  .col-lg-12 {
    width: 60%;
  }
  .col-lg-13 {
    width: 65%;
  }
  .col-lg-14 {
    width: 70%;
  }
  .col-lg-15 {
    width: 75%;
  }
  .col-lg-16 {
    width: 80%;
  }
  .col-lg-17 {
    width: 85%;
  }
  .col-lg-18 {
    width: 90%;
  }
  .col-lg-19 {
    width: 95%;
  }
  .col-lg-20 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 5%;
  }
  .col-lg-pull-2 {
    right: 10%;
  }
  .col-lg-pull-3 {
    right: 15%;
  }
  .col-lg-pull-4 {
    right: 20%;
  }
  .col-lg-pull-5 {
    right: 25%;
  }
  .col-lg-pull-6 {
    right: 30%;
  }
  .col-lg-pull-7 {
    right: 35%;
  }
  .col-lg-pull-8 {
    right: 40%;
  }
  .col-lg-pull-9 {
    right: 45%;
  }
  .col-lg-pull-10 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 55%;
  }
  .col-lg-pull-12 {
    right: 60%;
  }
  .col-lg-pull-13 {
    right: 65%;
  }
  .col-lg-pull-14 {
    right: 70%;
  }
  .col-lg-pull-15 {
    right: 75%;
  }
  .col-lg-pull-16 {
    right: 80%;
  }
  .col-lg-pull-17 {
    right: 85%;
  }
  .col-lg-pull-18 {
    right: 90%;
  }
  .col-lg-pull-19 {
    right: 95%;
  }
  .col-lg-pull-20 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 5%;
  }
  .col-lg-push-2 {
    left: 10%;
  }
  .col-lg-push-3 {
    left: 15%;
  }
  .col-lg-push-4 {
    left: 20%;
  }
  .col-lg-push-5 {
    left: 25%;
  }
  .col-lg-push-6 {
    left: 30%;
  }
  .col-lg-push-7 {
    left: 35%;
  }
  .col-lg-push-8 {
    left: 40%;
  }
  .col-lg-push-9 {
    left: 45%;
  }
  .col-lg-push-10 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 55%;
  }
  .col-lg-push-12 {
    left: 60%;
  }
  .col-lg-push-13 {
    left: 65%;
  }
  .col-lg-push-14 {
    left: 70%;
  }
  .col-lg-push-15 {
    left: 75%;
  }
  .col-lg-push-16 {
    left: 80%;
  }
  .col-lg-push-17 {
    left: 85%;
  }
  .col-lg-push-18 {
    left: 90%;
  }
  .col-lg-push-19 {
    left: 95%;
  }
  .col-lg-push-20 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 5%;
  }
  .col-lg-offset-2 {
    margin-left: 10%;
  }
  .col-lg-offset-3 {
    margin-left: 15%;
  }
  .col-lg-offset-4 {
    margin-left: 20%;
  }
  .col-lg-offset-5 {
    margin-left: 25%;
  }
  .col-lg-offset-6 {
    margin-left: 30%;
  }
  .col-lg-offset-7 {
    margin-left: 35%;
  }
  .col-lg-offset-8 {
    margin-left: 40%;
  }
  .col-lg-offset-9 {
    margin-left: 45%;
  }
  .col-lg-offset-10 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 55%;
  }
  .col-lg-offset-12 {
    margin-left: 60%;
  }
  .col-lg-offset-13 {
    margin-left: 65%;
  }
  .col-lg-offset-14 {
    margin-left: 70%;
  }
  .col-lg-offset-15 {
    margin-left: 75%;
  }
  .col-lg-offset-16 {
    margin-left: 80%;
  }
  .col-lg-offset-17 {
    margin-left: 85%;
  }
  .col-lg-offset-18 {
    margin-left: 90%;
  }
  .col-lg-offset-19 {
    margin-left: 95%;
  }
  .col-lg-offset-20 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20 {
    float: left;
  }
  .col-xl-1 {
    width: 5%;
  }
  .col-xl-2 {
    width: 10%;
  }
  .col-xl-3 {
    width: 15%;
  }
  .col-xl-4 {
    width: 20%;
  }
  .col-xl-5 {
    width: 25%;
  }
  .col-xl-6 {
    width: 30%;
  }
  .col-xl-7 {
    width: 35%;
  }
  .col-xl-8 {
    width: 40%;
  }
  .col-xl-9 {
    width: 45%;
  }
  .col-xl-10 {
    width: 50%;
  }
  .col-xl-11 {
    width: 55%;
  }
  .col-xl-12 {
    width: 60%;
  }
  .col-xl-13 {
    width: 65%;
  }
  .col-xl-14 {
    width: 70%;
  }
  .col-xl-15 {
    width: 75%;
  }
  .col-xl-16 {
    width: 80%;
  }
  .col-xl-17 {
    width: 85%;
  }
  .col-xl-18 {
    width: 90%;
  }
  .col-xl-19 {
    width: 95%;
  }
  .col-xl-20 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 5%;
  }
  .col-xl-pull-2 {
    right: 10%;
  }
  .col-xl-pull-3 {
    right: 15%;
  }
  .col-xl-pull-4 {
    right: 20%;
  }
  .col-xl-pull-5 {
    right: 25%;
  }
  .col-xl-pull-6 {
    right: 30%;
  }
  .col-xl-pull-7 {
    right: 35%;
  }
  .col-xl-pull-8 {
    right: 40%;
  }
  .col-xl-pull-9 {
    right: 45%;
  }
  .col-xl-pull-10 {
    right: 50%;
  }
  .col-xl-pull-11 {
    right: 55%;
  }
  .col-xl-pull-12 {
    right: 60%;
  }
  .col-xl-pull-13 {
    right: 65%;
  }
  .col-xl-pull-14 {
    right: 70%;
  }
  .col-xl-pull-15 {
    right: 75%;
  }
  .col-xl-pull-16 {
    right: 80%;
  }
  .col-xl-pull-17 {
    right: 85%;
  }
  .col-xl-pull-18 {
    right: 90%;
  }
  .col-xl-pull-19 {
    right: 95%;
  }
  .col-xl-pull-20 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 5%;
  }
  .col-xl-push-2 {
    left: 10%;
  }
  .col-xl-push-3 {
    left: 15%;
  }
  .col-xl-push-4 {
    left: 20%;
  }
  .col-xl-push-5 {
    left: 25%;
  }
  .col-xl-push-6 {
    left: 30%;
  }
  .col-xl-push-7 {
    left: 35%;
  }
  .col-xl-push-8 {
    left: 40%;
  }
  .col-xl-push-9 {
    left: 45%;
  }
  .col-xl-push-10 {
    left: 50%;
  }
  .col-xl-push-11 {
    left: 55%;
  }
  .col-xl-push-12 {
    left: 60%;
  }
  .col-xl-push-13 {
    left: 65%;
  }
  .col-xl-push-14 {
    left: 70%;
  }
  .col-xl-push-15 {
    left: 75%;
  }
  .col-xl-push-16 {
    left: 80%;
  }
  .col-xl-push-17 {
    left: 85%;
  }
  .col-xl-push-18 {
    left: 90%;
  }
  .col-xl-push-19 {
    left: 95%;
  }
  .col-xl-push-20 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 5%;
  }
  .col-xl-offset-2 {
    margin-left: 10%;
  }
  .col-xl-offset-3 {
    margin-left: 15%;
  }
  .col-xl-offset-4 {
    margin-left: 20%;
  }
  .col-xl-offset-5 {
    margin-left: 25%;
  }
  .col-xl-offset-6 {
    margin-left: 30%;
  }
  .col-xl-offset-7 {
    margin-left: 35%;
  }
  .col-xl-offset-8 {
    margin-left: 40%;
  }
  .col-xl-offset-9 {
    margin-left: 45%;
  }
  .col-xl-offset-10 {
    margin-left: 50%;
  }
  .col-xl-offset-11 {
    margin-left: 55%;
  }
  .col-xl-offset-12 {
    margin-left: 60%;
  }
  .col-xl-offset-13 {
    margin-left: 65%;
  }
  .col-xl-offset-14 {
    margin-left: 70%;
  }
  .col-xl-offset-15 {
    margin-left: 75%;
  }
  .col-xl-offset-16 {
    margin-left: 80%;
  }
  .col-xl-offset-17 {
    margin-left: 85%;
  }
  .col-xl-offset-18 {
    margin-left: 90%;
  }
  .col-xl-offset-19 {
    margin-left: 95%;
  }
  .col-xl-offset-20 {
    margin-left: 100%;
  }
}

body {
  background-color: #fd634e;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: #FFF498;
}

::selection {
  background: #FFF498;
}

::-moz-selection {
  background: #FFF498;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #FFF498;
}

header {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../img/hero.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 11;
  transition: all .2s ease-in-out;
}

.fixed-navbar.nav-fix {
  background-color: rgba(13, 7, 25, 0.9);
  height: 80px;
}

.fixed-navbar.nav-open {
  left: -180px;
}

@media (max-width: 1024px) {
  .fixed-navbar {
    height: 80px;
  }
}

.navbar-lockup {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
  line-height: 120px;
  transition: all .2s ease-in-out;
}

.navbar-lockup.nav-fix {
  line-height: 80px;
}

.navbar-lockup .logo {
  float: left;
}

.navbar-lockup .logo img {
  width: 100px;
}

.navbar-lockup .nav {
  float: right;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.navbar-lockup .nav li {
  display: inline-block;
  margin-right: 65px;
}

.navbar-lockup .nav li:last-child {
  margin-right: 0;
}

.navbar-lockup .nav li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .8px;
  transition: color .2s ease-in-out;
}

.navbar-lockup .nav li a:hover {
  color: #c8e474;
  text-decoration: none;
}

.claim-lockup {
  position: relative;
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
}

.claim-lockup .claim {
  position: absolute;
  bottom: 150px;
  left: 115px;
}

.claim-lockup .claim .headline {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.claim-lockup .claim .headline span {
  color: #a2ca28;
}

.claim-lockup .claim .kicker {
  position: relative;
  left: 158px;
  margin-top: -10px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.claim-lockup .claim .kicker span {
  color: #fd634e;
}

@media (max-width: 670px) {
  .claim-lockup .claim {
    left: 30px;
  }
}

@media (max-width: 400px) {
  .claim-lockup .claim {
    left: 30px;
  }
  .claim-lockup .claim .headline {
    font-size: 32px;
  }
  .claim-lockup .claim .kicker {
    left: 128px;
  }
}

@media (max-height: 414px) {
  .claim-lockup .claim {
    bottom: 85px;
  }
}

.angled-overlay {
  position: absolute;
  bottom: 0;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  width: 100%;
  height: 100px;
  background-color: #fd634e;
  opacity: .3;
}

.slide-out-nav {
  position: fixed;
  top: 0;
  right: -180px;
  bottom: 0;
  width: 180px;
  background-color: #0d1119;
  overflow: hidden;
  z-index: 11;
  transition: all .2s ease-in-out;
}

.slide-out-nav.nav-open {
  right: 0;
}

.slide-out-nav .mobile-nav {
  margin: 50px 20px 0 0;
  padding-left: 0;
  text-align: right;
  list-style: none;
}

.slide-out-nav .mobile-nav li {
  margin-bottom: 15px;
}

.slide-out-nav .mobile-nav li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .8px;
  transition: color .2s ease-in-out;
}

.slide-out-nav .mobile-nav li a:hover {
  color: #c8e474;
  text-decoration: none;
}

.slide-out-nav .mobile-nav-slice {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  width: 100%;
  height: 125%;
  background-color: #fff;
  opacity: .05;
}

.mobile-nav-toggle {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 11;
  transition: all .2s ease-in-out;
}

.mobile-nav-toggle.nav-open {
  right: 210px;
}

.mobile-nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 8px;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .navbar-lockup .logo {
    line-height: 80px;
  }
  .navbar-lockup .nav {
    display: none;
  }
  .mobile-nav-toggle {
    display: block;
  }
}

.mobile-shift {
  position: relative;
  left: 0;
  transition: left .2s ease-in-out;
}

.mobile-shift.nav-open {
  left: -180px;
}

.featured {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background-color: #a2ca28;
}

.feature .icon-lg {
  margin-bottom: 10px;
  font-size: 40px;
}

.feature h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.feature p {
  margin-bottom: 30px;
  line-height: 25px;
}

.feature a {
  color: #fff;
}

.feature a .icon-arrow-long-right {
  position: relative;
  top: 2px;
  left: 7px;
  display: inline-block;
  transition: all .2s ease-in-out;
}

.feature a:hover {
  text-decoration: none;
}

.feature a:hover .icon-arrow-long-right {
  left: 17px;
}

@media (max-width: 991px) {
  .feature {
    margin-bottom: 30px;
  }
  .feature h2 {
    margin-bottom: 15px;
  }
  .feature p {
    margin-bottom: 20px;
  }
}

.grid {
  position: relative;
  width: 100%;
  background-color: #FFF;
}

.bg-secondary {
  background-color: #FFF;
}



@media (max-width: 991px) {
  .bottom-unit {
    height: auto;
  }
}

footer {
  position: relative;
  width: 100%;
  background-color: #0d1119;
  overflow: hidden;
}

.closer {
  position: relative;
  height: 600px;
  background-image: url("../img/footer.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.closer .closing-claim {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
}

.closer .closing-claim h1 {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: 42px;
}

.closer .closing-claim p {
  max-width: 475px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

.footer-lockup {
  position: relative;
  padding-top: 25px;
  padding-bottom: 135px;
}

.footer-lockup .red-angle {
  position: relative;
  left: -60%;
  -webkit-transform: skewX(88deg);
          transform: skewX(88deg);
  width: 100%;
  height: 30px;
  margin-bottom: 50px;
  background-color: #fd634e;
  overflow: hidden;
}

@media (max-width: 767px) {
  .footer-lockup .red-angle {
    display: none;
  }
}

.footer-lockup h3 {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.footer-lockup p {
  color: #8297a7;
}

.footer-lockup .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 265px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .footer-lockup .social-icons {
    margin-bottom: 20px;
  }
}

.footer-lockup .social-icons a {
  color: #fff;
}

.footer-lockup .social-icons i {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: background-color .2s ease-in-out;
}

.footer-lockup .social-icons .icon-facebook {
  background-color: #2e3192;
}

.footer-lockup .social-icons .icon-facebook:hover {
  background-color: #3a3eb9;
}

.footer-lockup .social-icons .icon-twitter {
  background-color: #00aeef;
}

.footer-lockup .social-icons .icon-twitter:hover {
  background-color: #23c3ff;
}

.footer-lockup .social-icons .icon-youtube-play {
  background-color: #ed3123;
}

.footer-lockup .social-icons .icon-youtube-play:hover {
  background-color: #f15d52;
}

.footer-lockup .social-icons .icon-linkedin {
  background-color: #171a8f;
}

.footer-lockup .social-icons .icon-linkedin:hover {
  background-color: #1e22bb;
}

.footer-lockup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-lockup form input {
  height: 50px;
  margin-right: 5px;
  padding-left: 20px;
  border: none;
  border-radius: 3px;
  color: #8297a7;
}

.footer-lockup form input:focus {
  outline: none;
}

.footer-lockup form input::-webkit-input-placeholder {
  color: #8297a7;
}

.footer-lockup form input:-ms-input-placeholder {
  color: #8297a7;
}

.footer-lockup form input::placeholder {
  color: #8297a7;
}

.footer-lockup form input[type="email"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer-lockup form .newsletter-btn {
  margin-right: 0;
  padding: 0 30px;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  background-color: #a2ca28;
  border: none;
  border-radius: 3px;
  transition: background-color .2s ease-in-out;
}

.footer-lockup form .newsletter-btn i {
  position: relative;
  top: 2px;
  left: 7px;
  display: inline-block;
}

.footer-lockup form .newsletter-btn:hover {
  background-color: #afd735;
}

@media (max-width: 767px) {
  .footer-lockup form {
    display: block;
  }
  .footer-lockup form input {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-lockup form .newsletter-btn {
    width: 100%;
  }
}

.bg-angled-left, .bg-angled-right {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-3.5deg);
          transform: skewY(-3.5deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #0d1119;
}

.bg-angled-right {
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}







/* VVVVVVVVVVVVVVVVVVVVVVVVVVVVVV class-type-1 VVVVVVVVVVVVVVVVVVVVVVVVVVVVVV*/




.class-type-1 {
    position: relative;
    /*  height: 500px;*/
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;


    align-items: center;

}

.class-type-1 > [class*='col-'] {
  flex-grow: 1;
}


.class-type-1 .text-block {
  position: relative;
  height: 100%;
  background-color: #fff;
}

.class-type-1 .text-block .text-lockup {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 55px;
  text-align: center;
}

.class-type-1 .text-block .text-lockup h3 {
  margin-bottom: -5px;
  color: #fd634e;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.class-type-1 .text-block .text-lockup h2{
  color: #a2ca28;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}

.class-type-1 .text-block .text-lockup p {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #656e74;
  line-height: 25px;
    text-align: left;
}

.class-type-1 .text-block .text-lockup a{
  color: #a2ca28;
  text-decoration: underline;
}

.class-type-1 .text-block .text-lockup img {
  width: 12px;
}

.class-type-1 .large-thumb{
  position: relative;
  /* height: 400px; */
  
  background-position: center center ;
  background-size: cover;
  background-repeat: no-repeat;
    bottom: 0;
  
}


#ThaiBoxing_Image{
  background-image: url("../img/BL9uMGw.jpg");  
}

#ThaiBoxingFitness_Image{
  background-image: url("../img/testFac2.jpg");  

}

#FlyYoga_Image{
  background-image: url("../img/testFac3.jpg");  
}

#Yoga_Image{
  background-image: url("../img/testFac1.jpg");  
}


#Trx_Image{
  background-image: url("../img/testFac2.jpg");  
}

#Dumbell_Image{
  background-image: url("../img/testFac3.jpg");  
}

#Dance_Image{
  background-image: url("../img/testFac1.jpg");  
}


#MMA_Image{
  background-image: url("../img/testFac2.jpg");  
}


#BJJ_Image{
  background-image: url("../img/testFac3.jpg");  
}


#PT_Image{
  background-image: url("../img/testFac1.jpg");  
}

.class-type-1 .large-thumb .stats {
  position: absolute;
  right: 45px;
  bottom: 45px;
    
}

.class-type-1 .large-thumb .img{
    width: 100%;
    height: 100%;
}




.class-type-1 .large-thumb .stats p{
  display: inline-block;
  margin-right: 10px;
  color: #fd634e;
  font-size: 12px;
  font-weight: 700;
}

.class-type-1 .large-thumb .stats p span {
  color: #fff;
}

.class-type-1 .large-thumb .stats img {
  width: 15px;
}



@media (max-width: 991px) {
  .class-type-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
      
  padding-left: 0;
  padding-right: 0;
      
  }
  .class-type-1 .text-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
    
 .class-type-1 .large-thumb {
    position: relative;
      width: 100%;
  }
    
    
}



.expandedStyle .class-type-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    
/*
    -webkit-animation-name: example; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-direction: reverse; 
    animation-name: example;
    animation-duration: 1s;
    animation-direction: reverse;    
*/
}


/*
@-webkit-keyframes example {
    0%   { left:0px; top:0px;}
    50% {left:0px; top:10px;}
    100% {left:0px; top:0px;}
}
@keyframes example {
    0%   {left:0px; top:0px;}
    50% {left:0px; top:10px;}
    100% {left:0px; top:0px;}
}
*/

.expandedStyle .class-type-1 > [class*='col-'] {
      flex-grow: 1;
}
    
.expandedStyle .class-type-1 .text-block {
    height: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

.expandedStyle .class-type-1 .text-block .text-lockup
 {
    max-width: 100%;
    margin-top: 0;
    padding-top: 45px;
  }
/*
.mystyle .large-thumb {
    position: relative;
  height: 100%;
  }
*/





/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ class-type-1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/









/*
@media (max-width: 767px) {
  .class-type-1 .large-thumb .stats,
  .love-your-body .large-thumb .stats {
    right: 20px;
    bottom: 20px;
  }
}
*/

/*
@media (max-width: 1199px) {
  .class-type-1,
  .love-your-body {
    height: 600px;  
  }
    
  .class-type-1 .text-block .text-lockup,
  .love-your-body .text-block .text-lockup {
    margin-top: 45px;
    padding: 0 10px;
  }
}
*/

/*
@media (max-width: 991px) {
  .class-type-1,
  .love-your-body {
    height: 700px;
  }
    
    .class-type-1 > [class*='col-'] {
      flex-grow: 1;
    }
    
  .class-type-1 .text-block,
  .love-your-body .text-block {
    height: 100%;
  }
  .class-type-1 .text-block .text-lockup,
  .love-your-body .text-block .text-lockup {
    max-width: 400px;
    margin-top: 0;
    padding-top: 45px;
  }
  .class-type-1 .large-thumb,
  .love-your-body .large-thumb {
    position: relative;
  height: 100%;
  }
}
*/

/*
@media (max-width: 991px) {
  .class-type-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
      
  padding-left: 0;
  padding-right: 0;
      
  }
  .class-type-1 .text-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
    

}
*/


























































/*



.love-your-body .large-thumb {
  background-image: url("../img/testFac1.jpg");
}

.love-your-body .large-thumb .stats {
  left: 45px;
}

@media (max-width: 767px) {
  .love-your-body .large-thumb .stats {
    left: 20px;
  }
}

.mid-unit {
  position: relative;
  height: 650px;
}

.mid-unit .lifestyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.mid-unit .lifestyle .small-thumb {
  height: 330px;
  background-image: url("../img/testFac2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mid-unit .lifestyle .text-block {
  position: relative;
  height: 320px;
  background-color: #fff;
}

.mid-unit .lifestyle .text-block .text-lockup {
  position: relative;
  max-width: 315px;
  margin: 0 auto;
  margin-top: 55px;
}

.mid-unit .lifestyle .text-block .text-lockup h3 {
  margin-bottom: -5px;
  color: #fd634e;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mid-unit .lifestyle .text-block .text-lockup h2 {
  color: #a2ca28;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}

.mid-unit .lifestyle .text-block .text-lockup p {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #656e74;
  line-height: 25px;
}

.mid-unit .lifestyle .text-block .text-lockup i {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 30px;
  opacity: .1;
}

@media (max-width: 1199px) {
  .mid-unit .lifestyle .text-block .text-lockup {
    padding: 0 15px;
  }
  .mid-unit .lifestyle .text-block .text-lockup i {
    right: 15px;
  }
}

@media (max-width: 991px) {
  .mid-unit .lifestyle .text-block .text-lockup {
    max-width: 650px;
  }
}

.mid-unit .summer-fun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.mid-unit .summer-fun .large-thumb {
  position: relative;
  height: 330px;
  background-image: url("../img/testFac3.jpeg");
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mid-unit .summer-fun .large-thumb .date {
  position: absolute;
  top: 60px;
  left: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.mid-unit .summer-fun .large-thumb .category {
  position: absolute;
  top: 56px;
  right: 60px;
}

.mid-unit .summer-fun .large-thumb .category p {
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.mid-unit .summer-fun .large-thumb .category i {
  position: relative;
  top: 3px;
  display: inline-block;
  font-size: 20px;
}

@media (max-width: 767px) {
  .mid-unit .summer-fun .large-thumb .date {
    top: 30px;
    left: 15px;
  }
  .mid-unit .summer-fun .large-thumb .category {
    top: 26px;
    right: 15px;
  }
}

.mid-unit .summer-fun .text-block {
  height: 320px;
  background-color: #a2ca28;
  box-shadow: 0 0 60px -20px #000;
  z-index: 10;
}

.mid-unit .summer-fun .text-block .text-lockup {
  position: relative;
  top: 40px;
  max-width: 650px;
  margin: 0 auto;
}

.mid-unit .summer-fun .text-block .text-lockup h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.mid-unit .summer-fun .text-block .text-lockup p {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 25px;
}

@media (max-width: 1199px) {
  .mid-unit .summer-fun .text-block .text-lockup {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .mid-unit {
    height: auto;
  }
}

.bottom-unit {
  position: relative;
  height: 650px;
}

.bottom-unit .get-involved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.bottom-unit .get-involved .large-thumb {
  height: 330px;
  background-image: url("../img/self-involved.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bottom-unit .get-involved .text-block {
  position: relative;
  height: 320px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .bottom-unit .get-involved .text-block {
    height: auto;
    padding-bottom: 50px;
  }
}

.bottom-unit .get-involved .text-block .text-lockup {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  margin-top: 55px;
}

.bottom-unit .get-involved .text-block .text-lockup h3 {
  margin-bottom: -5px;
  color: #fd634e;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bottom-unit .get-involved .text-block .text-lockup h2 {
  color: #a2ca28;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}

.bottom-unit .get-involved .text-block .text-lockup p {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #656e74;
  line-height: 25px;
}

.bottom-unit .get-involved .text-block .text-lockup img {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
}

@media (max-width: 1199px) {
  .bottom-unit .get-involved .text-block .text-lockup {
    padding: 0 15px;
  }
  .bottom-unit .get-involved .text-block .text-lockup img {
    right: 15px;
  }
}

.eating-habits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
*/


/*

.eating-habits .small-thumb {
  height: 330px;
  background-image: url("../img/eating-habits.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.eating-habits .text-block {
  position: relative;
  height: 320px;
  background-color: #a2ca28;
}

.eating-habits .text-block .text-lockup {
  position: relative;
  max-width: 315px;
  margin: 0 auto;
  margin-top: 55px;
}

.eating-habits .text-block .text-lockup h3 {
  margin-bottom: -5px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.eating-habits .text-block .text-lockup h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}

.eating-habits .text-block .text-lockup p {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 25px;
}

.eating-habits .text-block .text-lockup img {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
}

@media (max-width: 1199px) {
  .eating-habits .text-block .text-lockup {
    padding: 0 15px;
  }
  .eating-habits .text-block .text-lockup img {
    right: 15px;
  }
}

@media (max-width: 991px) {
  .eating-habits .text-block .text-lockup {
    max-width: 650px;
  }
}
*/
