.referral_videoSection_twentyTwo {
  display: flex;
  width: 100%;
  height: auto;
  flex-flow: column wrap; 
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; ;
}

.referral_videoSection_twentyTwo.fullWidthTTwodarkMode {
  background-color: #002970;
}

.referral_videoSection_twentyTwo h1, 
.referral_videoSection_twentyTwo h2, 
.referral_videoSection_twentyTwo h3, 
.referral_videoSection_twentyTwo h4, 
.referral_videoSection_twentyTwo h5, 
.referral_videoSection_twentyTwo h6, 
.referral_videoSection_twentyTwo p, 
.referral_videoSection_twentyTwo span, 
.referral_videoSection_twentyTwo input, 
.referral_videoSection_twentyTwo textarea, 
.referral_videoSection_twentyTwo a, .referral_videoSection_twentyTwo div {
  font-family: proxima-nova, sans-serif; 
}

.referral_videoSection_description {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.referral_videoSection_description p {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 14px;
}

.referral_videoSection_description a {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s 0s ease;
  -o-transition: all .3s 0s ease;
  transition: all .3s ease 0s;
  text-decoration: underline;
}

.referral_videoSection_twentyTwo:not(.fullWidthTTwodarkMode) .referral_videoSection_description a {
  color: #3187C1 !important;
}

.referral_videoSection_twentyTwo.fullWidthTTwodarkMode .referral_videoSection_description a {
  color: #FFFFFF !important;
}

.referral_videoSection_description a:hover, .referral_videoSection_description a:active, .referral_videoSection_description a:focus {
  opacity: 0.65;
}

.referral_videoSection_twentyTwo:not(.fullWidthTTwodarkMode) .referral_videoSection_description a:hover, .referral_videoSection_twentyTwo:not(.fullWidthTTwodarkMode) .referral_videoSection_description a:active, .referral_videoSection_twentyTwo:not(.fullWidthTTwodarkMode) .referral_videoSection_description a:focus {
  color: #3187C1 !important;
}

.referral_videoSection_twentyTwo.fullWidthTTwodarkMode .referral_videoSection_description a:hover, .referral_videoSection_twentyTwo.fullWidthTTwodarkMode .referral_videoSection_description a:active, .referral_videoSection_twentyTwo.fullWidthTTwodarkMode .referral_videoSection_description a:focus {
  color: #FFFFFF !important;
}

.referral_videoSection_description, .referral_videoSection_description p, .referral_videoSection_description span, .referral_videoSection_description a {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.referral_videoSection_twentyTwo:not(.fullWidthTTwodarkMode) .referral_videoSection_description, .referral_videoSection_twentyTwo:not(.fullWidthTTwodarkMode) .referral_videoSection_description p, .referral_videoSection_twentyTwo:not(.fullWidthTTwodarkMode) .referral_videoSection_description span, .referral_videoSection_twentyTwo:not(.fullWidthTTwodarkMode) .referral_videoSection_description a {
  color: #323334;
}

.referral_videoSection_twentyTwo.fullWidthTTwodarkMode .referral_videoSection_description, .referral_videoSection_twentyTwo.fullWidthTTwodarkMode .referral_videoSection_description p, .referral_videoSection_twentyTwo.fullWidthTTwodarkMode .referral_videoSection_description span, .referral_videoSection_twentyTwo.fullWidthTTwodarkMode .referral_videoSection_description a {
  color: #FFFFFF;
}

.referral_videoSection_title,
.referral_videoSection_subheading {
  display: block;
  color: #3187c1;
  text-align: center;
  line-height: 1;
}

.referral_videoSection_title {
  width: 100%;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 27px;
}

.referral_videoSection_subheading {
  font-size: 28px;
  margin: 40px 0 22px;
}

.referral_videoSection_description {
  font-size: 18px;
  line-height: 1.3;
  max-width: 940px;
  margin: 0 auto;
}

.referral_videoSection_twentyTwo .container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
}

.referral_videoSection_twentyTwo .container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.referral_videoSection_column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.referral_videos {
    display: block;
    position: relative;
    background-color: #FFF;
    width:100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 35px;
    padding-right: 35px;
}

.referral_video .referral_video_title {
  font-size: 22px;
  line-height: 1;
  margin: 24px 0 5px;
}

.referral_video .referral_video_title p {
  margin: 0;
  line-height: 1;
}

.referral_video .referral_video_text {
  font-size: 14px;
}

.referral_videos_left, .referral_videos_right {
 display:block;
 position: absolute;
 width: 25px;
 height: 25px;
 top:50%;
 transform: translateY(-50%);
 fill: #333;
}

.referral_videos_left {
 left:0; 
}

.referral_videos_right {
 right:0; 
}


@media(max-width: 767.9px) {
  .referral_videoSection_twentyTwo .container {
    padding-left: 30px;
    padding-right: 30px; 
  }

  .referral_videos .referral_video.slide {
    padding: 0;
  }
}

@media(min-width: 768px) and (max-width: 991.9px) {
  .referral_videoSection_twentyTwo .container {
    padding-left: 50px;
    padding-right: 50px; 
  }

  .referral_videos .referral_video.slide {
    padding: 0 15px;
  }

  .referral_videoSection_title {
    font-size: 60px;
  }

  .referral_videoSection_description {
    font-size: 22px;
  }

  .referral_videoSection_subheading {
    font-size: 36px;
  }
}

@media(min-width: 992px) {
  .referral_videoSection_twentyTwo .container {
    padding-left: 70px;
    padding-right: 70px; 
  }

  .referral_videoSection_title {
    font-size: 90px;
  }

  .referral_videoSection_subheading {
    font-size: 58px;
  }

  .referral_videos .referral_video.slide {
    padding: 0 20px;
  }

  .referral_videoSection_description {
    font-size: 28px;
  }
}