.animated_fadeIn {
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}

.animFadeIn {
  opacity: 1 !important;
}

.animated_revealFromLeft {
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
  -webkit-clip-path: inset(0px 100% 0px 0px);
          clip-path: inset(0px 100% 0px 0px);
}

.animRevealFromLeft {
  -webkit-clip-path: inset(0px 0% 0px 0px);
          clip-path: inset(0px 0% 0px 0px);
}

.animated_revealFromRight {
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
  -webkit-clip-path: inset(0px 0px 0px 100%);
          clip-path: inset(0px 0px 0px 100%);
}

.animRevealFromRight {
  -webkit-clip-path: inset(0px 0% 0px 0px);
          clip-path: inset(0px 0% 0px 0px);
}

.animated_slideFromRight {
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}

.animSlideFromRight {
  opacity: 1 !important;
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}

.animated_slideFromLeft {
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}

.animSlideFromLeft {
  opacity: 1 !important;
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}

.animated_slideFromTop {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}

.animSlideFromTop {
  opacity: 1 !important;
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}

.animated_slideFromBottom {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}

.animSlideFromBottom {
  opacity: 1 !important;
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}

.animated_zoomIn {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: saturate(0);
          filter: saturate(0);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.animZoomIn {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-filter: none !important;
          filter: none !important;
}

.animated_expandToRight {
  width: 0%;
  -webkit-transition: 0.2s width ease-in-out;
  transition: 0.2s width ease-in-out;
}

.animExpandToRight {
  width: 100% !important;
}

body main #membership-hero-section {
  padding: 104px;
  height: 784px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/programming_hero_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body main #membership-hero-section span {
  font-family: "Romana BT Light";
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e8e0d7;
  font-weight: 400;
  opacity: 0.9;
}

body main #membership-hero-section a {
  margin-top: 48px;
}

body main #membership-main-content-section div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main #membership-main-content-section div .main-container {
  max-height: none;
  height: unset;
}

body main #membership-main-content-section div .main-container span {
  font-family: "Proxima Nova Regular";
  font-style: normal;
  font-size: 14.4px;
  line-height: 32px;
  letter-spacing: 0.25em;
  color: #e8e0d7;
}

body main #membership-main-content-section div .main-container h1 {
  font-family: "Romana BT Light";
  font-style: normal;
  font-weight: normal;
  font-size: 25.6px;
  line-height: 35.2px;
  letter-spacing: 0.03em;
  color: #e8e0d7;
  margin-top: 68px;
  min-height: 280px;
  margin-bottom: 40px;
}

body main #membership-main-content-section div .main-container h2 {
  font-family: "Proxima Nova Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #e8e0d7;
}

body main #membership-main-content-section div .main-container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main #membership-main-content-section div .main-container div ul {
  margin-left: 20px;
  margin-bottom: 40px;
  min-height: 235px;
}

body main #membership-main-content-section div .main-container div ul:nth-child(2) {
  margin-left: 80px;
}

body main #membership-main-content-section div .main-container div ul li {
  margin-top: 10px;
  font-family: "Proxima Nova Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #e8e0d7;
}

body main #membership-main-content-section div .main-container h3 {
  font-family: "Proxima Nova Thin";
  font-style: normal;
  font-size: 16px;
  line-height: 35.2px;
  letter-spacing: 0.03em;
  color: #e8e0d7;
  margin-bottom: 16px;
  height: 56px;
}

body main #membership-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 48px 64px;
  background-color: #e8e0d7;
  padding-bottom: 192px;
}

body main #membership-faq > span {
  font-family: "Proxima Nova Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 14.4px;
  line-height: 17.6px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #013a46;
  margin-bottom: 64px;
}

body main #membership-faq div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body main #membership-faq div .membership-faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body main #membership-faq div .membership-faq-item div {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

body main #membership-faq div .membership-faq-item div img {
  width: 120%;
}

body main #membership-faq div .membership-faq-item span {
  font-family: "Proxima Nova Regular";
  font-weight: bolder;
  font-size: 14.4px;
  letter-spacing: 0.15em;
  color: #2d4454;
}

body main #membership-faq div .membership-faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

body main #membership-faq div .membership-faq-answer ul {
  margin-left: 116px;
  margin-bottom: 51.2px;
  word-wrap: break-word;
}

body main #membership-faq div .membership-faq-answer ul li span {
  font-family: "Proxima Nova Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14.4px;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-indent: 40px;
  color: #2d4454;
  word-wrap: break-word;
}

body main #membership-faq div .membership-faq-answer.membership-faq-answer_opened {
  min-height: 376px;
  height: auto;
}

body main #membership-faq div .membership-separator {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 95%;
  height: 1px;
  background-color: #6c3c41;
}

@media only screen and (max-width: 1200px) {
  #membership-hero-section span {
    width: 100% !important;
  }
  #membership-main-content-section > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #membership-main-content-section > div .main-container {
    width: calc(100% - 80px);
    padding: 40px !important;
    height: unset !important;
  }
}

@media only screen and (max-width: 980px) {
  #membership-hero-section {
    padding: 64px 48px !important;
    height: unset !important;
  }
  #membership-hero-section span {
    font-size: 19.2pt !important;
    line-height: 34.4px !important;
  }
  #membership-faq div .membership-faq-answer ul {
    margin-left: 48px !important;
  }
  #membership-faq div .membership-faq-answer.membership-faq-answer_opened {
    height: 440px !important;
  }
}

@media only screen and (max-width: 480px) {
  #membership-hero-section {
    padding: 32px 32px 48px 32px !important;
  }
  #membership-hero-section span {
    font-size: 19.2pt !important;
  }
  #membership-main-content-section div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #membership-main-content-section div .main-container {
    padding: 32px !important;
    width: calc(100% - 64px) !important;
  }
  #membership-main-content-section div .main-container h1 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  #membership-main-content-section div .main-container div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  #membership-main-content-section div .main-container div ul {
    margin-bottom: 0px !important;
    height: unset !important;
  }
  #membership-main-content-section div .main-container div ul:nth-child(2) {
    margin-left: 20px !important;
  }
  #membership-faq {
    padding: 32px 16px !important;
    padding-bottom: 192px !important;
  }
  #membership-faq div .membership-faq-answer.membership-faq-answer_opened {
    height: 720px !important;
  }
}
