@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;500;600;700;900&amp;display=swap');

html {
  -webkit-text-size-adjust: 100%;
}

#aarp-u-end-of-header {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: normal;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  margin: 0;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

section {
  display: block;
}

a {
  text-decoration: none;
}

.signup_btn a:hover,
.volunteer_btn a:hover {
  color: #fff;
}

a:active,
a:hover {
  outline: 0
}

.signup_btn a:hover,
.volunteer_btn a:hover {
  color: #fff;
}

.header {
  background: #EC1300;
  color: #fff;
}

ul {
  list-style: none
}

.hero_Section {
  position: relative;
}

.hero_txt {
  position: absolute;
}

.slide_img2,
.slide_img3 {
  display: none;
}

.slick-slider {
  margin-bottom: 0px !important;
}

#player,
#safeTripVideo {
  display: none;
}

.video-js {
  padding-bottom: 0;
}

.hero_gray {
  position: absolute;
  z-index: 1;
  float: right;
  right: 0;
  top: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}/*
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '?';
}

[dir='rtl'] .slick-prev:before {
  content: '??';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '??';
}

[dir='rtl'] .slick-next:before {
  content: '?';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '?';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#driverSafety-inner-content {
  background-color: #e5e5e5;
}

.virtualInfoTxt {
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  margin-bottom: 16px;
}

.quesTxt,
.quesDate {
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  margin-bottom: 40px;
}

.quesDate {
  text-align: center;
  margin-bottom: 16px;
  font-weight: 600;
}

.quesButtonContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quesButtonContainer .quesButton {
  width: 220px;
  height: 50px;
  background: #EC1300;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

.quesButtonContainer .quesButton:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #safeTripVideo {
    width: 84vw;
    height: 54.933vw;
  }

  #driverSafety-inner-content {
    padding: 40px 30px;
  }

  .monitor_img {
    display: flex;
    justify-content: center;
  }

  .virtualInfoTxt {
    font-size: 36px;
  }

  .quesTxt {
    font-size: 22px;
  }

  .quesDate {
    font-size: 22px;
    font-weight: 600;
  }

  .hero_txt::before {
    content: "";
    position: absolute;
    width: 60vw;
    height: 56vw;
    background: url("/content/dam/target-share/widgets/images/red_color_static_img.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    mix-blend-mode: multiply;
    z-index: 1;
  }

  .hero_gray {
    width: 40.2vw;
    height: 61.6vw;
    background: url("/content/dam/target-share/widgets/images/grey_color_static_img.png") no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
  }

  .heroImg {
    height: 61.496vw;
    background-size: cover !important;
    width: 100%;
    background-position: top center !important;
  }

  .herobanner {
    background: url("/content/dam/target-share/widgets/images/driversafety_volunteer_hero_m.jpg") no-repeat;
  }

  .herobanner1 {
    background: url("/content/dam/target-share/widgets/images/driversafety_volunteer_hero_m1.jpg") no-repeat;
  }

  .herobanner2 {
    background: url("/content/dam/target-share/widgets/images/driversafety_volunteer_hero_m2.jpg") no-repeat;
  }

  .herobanner3 {
    background: url("/content/dam/target-share/widgets/images/driversafety_volunteer_hero_m3.jpg") no-repeat;
  }

  .slide_img1 {
    background: url("/content/dam/target-share/widgets/images/driver_safety_volunteer_image1.jpg") no-repeat;
    width: 100%;
    height: 66.364vw;
    background-size: cover;
    background-position: top center;
  }

  .slide_img2 {
    background: url("/content/dam/target-share/widgets/images/driver_safety_volunteer_image2.jpg") no-repeat;
    width: 100%;
    height: 66.364vw;
    background-size: cover;
    background-position: top center;
  }

  .slide_img3 {
    background: url("/content/dam/target-share/widgets/images/driver_safety_volunteer_image3.jpg") no-repeat;
    width: 100%;
    height: 66.364vw;
    background-size: cover;
    background-position: top center;
  }

  .header {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
  }

  .logo img {
    width: 90px;
    margin-left: 30px;
  }

  .wrapper,
  .container_main,
  #aarp-c-body {
    width: 100%;
    margin: 0 auto;
  }

  .hero_hdng {
    font-size: 6vw;
    color: #fff;
    font-weight: 600;
    padding-left: 5.455vw;
    padding-top: 8.182vw;
    line-height: 6.545vw;
    position: relative;
    z-index: 2;
  }

  .hero_subhdng {
    font-size: 2.545vw;
    color: #fff;
    font-weight: 600;
    padding-left: 5.455vw;
    padding-top: 6.364vw;
    position: relative;
    z-index: 2;
  }

  .hero_subhdng a {
    position: relative;
  }

  .red_arrow {
    width: 2.727vw;
    height: auto;
    position: absolute;
    top: 0.364vw;
    left: 0.545vw;
  }

  .signup_section {
    background: #fff;
    padding: 30px 0px 45px;
  }

  .subsec_hdng {
    color: #000;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
  }

  .subsec_subhdng {
    font-size: 19px;
    color: #000;
    padding: 40px 0 30px;
    font-weight: 400;
  }

  .list_hdng {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
  }

  .rwd_list li {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-bottom: 5px;
  }

  .rwd_list {
    padding-left: 5px;
  }

  .rwd_list li::before {
    content: "\2022";
    color: #ee2a28;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -5px;
    font-size: 22px;
  }

  .signup_ladyimg,
  .volunteer_img {
    height: auto;
    width: 100%;
  }

  .signup_section .right_imgsec {
    height: 65.265vw;
    width: 100%;
    background: url("/content/dam/target-share/widgets/images/signup_lady_with_car.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
  }

  .signup_btn {
    margin: 30px 0 50px;
  }

  .signup {
    width: 230px;
    height: 50px;
    background: #EC1300;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
  }

  .volunteer_btn {
    margin: 40px 0 50px;
  }

  .video_Section {
    background: #e5e5e5;
    padding: 35px 30px 50px;
  }

  .video_hdng {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
  }

  .video_subhdng {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: center;
    padding: 20px 0 35px;
  }

  .vid_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    cursor: pointer;
  }

  .modal-body {
    width: 65%;
  }

  .abv_footer {
    background: rgb(51, 51, 51);
    padding: 20px 0;
  }

  .abvfoot_txt {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px 20px;
    text-align: center;
    line-height: 20px;
  }

  .volunteer_section {
    background: #fff;
    padding: 50px 0 60px;
  }

  .vol_hdng {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px;
  }

  .vol_subtxt {
    font-size: 18px;
    color: #000;
    font-weight: 400;
  }

  .vol_subtxt sup {
    font-size: 11px;
  }

  .mid_vol_div {
    padding: 40px 0;
  }

  .volunteer_btn {
    margin-top: 5vw
  }

  .left_txtsec {
    padding: 0 30px;
  }

  br {
    display: none;
  }

  .video_subhdng br,
  .hero_hdng br,
  .hero_subhdng br {
    display: block;
  }

}

@media screen and (min-width: 768px) {
  #safeTripVideo {
    width: 56.667vw;
    height: 38.667vw;
  }

  .quesTxt br {
    display: block;
  }

  #driverSafety-inner-content {
    padding: 3.333vw 7.500vw 3.333vw 7.500vw;
  }

  .virtualInfoTxt {
    color: #000;
    font-size: calc(20px + (36 - 20) * ((100vw - 768px) / (1200 - 768)));
    line-height: 3.167vw;
  }

  .quesTxt {
    font-size: calc(14px + (22 - 14) * ((100vw - 768px) / (1200 - 768)));
  }

  .viewsch {
    font-size: calc(14px + (22 - 14) * ((100vw - 768px) / (1200 - 768)));

  }

  .monitor_img img {
    width: 17.500vw;
  }

  .hero_txt::before {
    content: "";
    position: absolute;
    width: 46.891vw;
    height: 41vw;
    background: url("/content/dam/target-share/widgets/images/red_color_static_img.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    mix-blend-mode: multiply;
    z-index: 1;
  }

  .hero_gray {
    width: 41.969vw;
    height: 45.4vw;
    background: url("/content/dam/target-share/widgets/images/grey_color_static_img.png") no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
  }

  .heroImg {
    height: 45.417vw;
    background-size: cover !important;
  }

  .herobanner {
    background: url("/content/dam/target-share/widgets/images/driversafety_volunteer_hero.jpg") no-repeat;
  }

  .herobanner1 {
    background: url("/content/dam/target-share/widgets/images/driversafety_volunteer_hero1.jpg") no-repeat;
  }

  .herobanner2 {
    background: url("/content/dam/target-share/widgets/images/driversafety_volunteer_hero2.jpg") no-repeat;
  }

  .herobanner3 {
    background: url("/content/dam/target-share/widgets/images/driversafety_volunteer_hero3.jpg") no-repeat;
  }

  .volunteer_section .right_imgsec {
    width: 48.333vw;
    margin-right: 2vw;
  }

  .slide_img1 {
    background: url("/content/dam/target-share/widgets/images/driver_safety_volunteer_image1.jpg") no-repeat;
    width: 48.333vw;
    min-height: 31.667vw;
    background-size: cover;
    background-position: top center;
  }

  .slide_img2 {
    background: url("/content/dam/target-share/widgets/images/driver_safety_volunteer_image2.jpg") no-repeat;
    width: 48.333vw;
    min-height: 31.667vw;
    background-size: cover;
    background-position: top center;
  }

  .slide_img3 {
    background: url("/content/dam/target-share/widgets/images/driver_safety_volunteer_image3.jpg") no-repeat;
    width: 48.333vw;
    min-height: 31.667vw;
    background-size: cover;
    background-position: top center;
  }

  .header {
    display: flex;
    justify-content: space-between;
    height: 4.583vw;
    align-items: center;
  }

  .logo img {
    width: 10.833vw;
    margin-left: 6.250vw;
  }

  .wrapper,
  .container_main,
  #aarp-c-body {
    width: 100%;
    margin: 0 auto;
  }

  .hero_hdng {
    font-size: calc(34px + (53 - 34) * ((100vw - 768px) / (1200 - 768)));
    color: #fff;
    font-weight: 600;
    padding-left: 5.500vw;
    padding-top: 6vw;
    line-height: 4.667vw;
    position: relative;
    z-index: 2;
  }

  .hero_subhdng {
    font-size: calc(14px + (22 - 14) * ((100vw - 768px) / (1200 - 768)));
    color: #fff;
    font-weight: 600;
    padding-left: 5.500vw;
    padding-top: 4.688vw;
    position: relative;
    z-index: 2;
  }

  .red_arrow {
    width: 1.583vw;
    height: auto;
    top: 0.167vw;
    position: relative;
  }

  .signup_section {
    background: #fff;
    display: flex;
    padding: 6.250vw 0 5vw;
  }

  .subsec_hdng {
    color: #000;
    font-weight: 600;
    font-size: calc(24px + (38 - 24) * ((100vw - 768px) / (1200 - 768)));
    line-height: 3.333vw;
  }

  .subsec_subhdng {
    font-size: calc(14px + (22 - 14) * ((100vw - 768px) / (1200 - 768)));
    color: #000;
    padding: 2.917vw 0 2.083vw;
    font-weight: 400;
  }

  .list_hdng {
    font-size: calc(14px + (22 - 14) * ((100vw - 768px) / (1200 - 768)));
    color: #000;
    font-weight: 600;
    padding-bottom: 1.250vw;
  }

  .rwd_list li {
    font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1200 - 768)));
    color: #000;
    font-weight: 400;
  }

  .rwd_list {
    padding-left: 1.667vw;
  }

  .rwd_list li::before {
    content: "\2022";
    color: #ee2a28;
    font-weight: bold;
    display: inline-block;
    width: 1.250vw;
    margin-left: -1.667vw;
    font-size: calc(14px + (22 - 14) * ((100vw - 768px) / (1200 - 768)));
  }

  .volunteer_img {
    height: 32.500vw;
    width: auto;
  }

  .signup_btn {
    margin-top: 4.583vw;
  }

  .signup_section .right_imgsec {
    height: 32.500vw;
    width: 46.417vw;
    margin-top: 0.833vw;
    background: url("/content/dam/target-share/widgets/images/signup_lady_with_car.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
  }

  .signup {
    width: 24.167vw;
    height: 5vw;
    background: #EC1300;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: calc(17px + (27 - 17) * ((100vw - 768px) / (1200 - 768)));
    ;
    font-weight: 600;
  }

  .video_Section {
    background: #e5e5e5;
    padding: 3.750vw 0 5.417vw;
  }

  .video_hdng {
    font-size: calc(24px + (38 - 24) * ((100vw - 768px) / (1200 - 768)));
    color: #000;
    font-weight: 600;
    text-align: center;
  }

  .video_subhdng {
    font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1200 - 768)));
    color: #000;
    font-weight: 400;
    text-align: center;
    padding: 2.083vw 0 4.167vw;
    line-height: 2.333vw;
  }

  .vid_img {
    width: 56.667vw;
    height: auto;
    margin: 0 auto;
    display: block;
    cursor: pointer;
  }

  .modal-body {
    width: 65%;
  }

  .abv_footer {
    background: rgb(51, 51, 51);
    padding: 1.667vw 0;
  }

  .abvfoot_txt {
    font-size: calc(10px + (15 - 10) * ((100vw - 768px) / (1200 - 768)));
    font-weight: 400;
    color: #fff;
    text-align: center;
  }

  .volunteer_section {
    background: #fff;
    display: flex;
    padding: 5.833vw 0 5vw;
  }

  .vol_hdng {
    font-size: calc(15px + (24 - 15) * ((100vw - 768px) / (1200 - 768)));
    color: #000;
    font-weight: 600;
    padding-bottom: 0.781vw;
  }

  .vol_subtxt {
    font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1200 - 768)));
    color: #000;
    font-weight: 400;
  }

  .vol_subtxt sup {
    font-size: calc(8px + (11 - 8) * ((100vw - 768px) / (1200 - 768)));
  }

  .mid_vol_div {
    padding: 2.344vw 0;
  }

  .volunteer_btn {
    margin-top: 5vw
  }

  .left_txtsec {
    padding-left: 5.500vw;
    padding-right: 2.500vw;
  }

  .signup_section .left_txtsec {
    max-width: 52vw;
  }

  br {
    display: none;
  }

  .abvfoot_txt br,
  .video_subhdng br,
  .hero_hdng br,
  .hero_subhdng br {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  #safeTripVideo {
    width: 680px;
    height: 438px;
  }

  #driver-safety-outer-header {
    width: 1280px;
    margin: 0 auto;
  }

  #driverSafety-inner-content {
    padding: 40px 120px 40px 120px;
  }

  .virtualInfoSec {
    max-width: 80%;
    margin: auto;
  }

  .virtualInfoTxt {
    color: #000;
    font-size: 36px;
    line-height: 38px;
  }

  .quesTxt {
    font-size: 22px;
  }

  .quesDate {
    font-weight: 600;
  }

  .monitor_img img {
    width: 210px;
  }

  .hero_txt::before {
    width: 620px;
    height: 495px;
  }

  .hero_gray {
    width: 520px;
    height: 545px;
  }

  .herobanner,
  .herobanner1,
  .herobanner2,
  .herobanner3 {
    height: 545px;
  }

  .wrapper,
  .container_main {
    width: 1280px;
  }

  #aarp-c-body {
    width: 1280px;
    margin: 0 auto;
  }

  .header {
    height: 55px;
  }

  .logo img {
    width: 130px;
    margin-left: 75px;
  }

  .hero_hdng {
    font-size: 53px;
    padding-left: 90px;
    padding-top: 85px;
    line-height: 56px;
  }

  .hero_subhdng {
    font-size: 22px;
    padding-left: 90px;
    padding-top: 60px;
  }

  .red_arrow {
    width: 19px;
    height: auto;
    top: 2px;
    position: relative;
  }

  .signup_section {
    padding: 75px 0 60px;
  }

  .subsec_hdng {
    color: #000;
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
  }

  .subsec_subhdng {
    font-size: 22px;
    color: #000;
    padding: 35px 0 25px;
  }

  .list_hdng {
    font-size: 22px;
    color: #000;
    padding-bottom: 15px;
  }

  .rwd_list li {
    font-size: 18px;
  }

  .rwd_list {
    padding-left: 20px;
  }

  .volunteer_section .right_imgsec {
    width: 580px;
    margin-right: 0;
  }

  .slide_img1,
  .slide_img2,
  .slide_img3 {
    width: 580px;
    min-height: 380px;
  }

  .volunteer_img {
    height: 380px;
    width: auto;
  }

  .signup_section .right_imgsec {
    margin-top: 10px;
    height: 380px;
    width: 582px;
  }

  .signup_btn {
    margin-top: 55px;
  }

  .signup {
    width: 290px;
    height: 60px;
    font-size: 27px;
  }

  .rwd_list li::before {
    width: 15px;
    font-size: 22px;
    margin-left: -20px;
  }

  .video_Section {
    padding: 45px 0 65px;
  }

  .video_hdng {
    font-size: 38px;
  }

  .video_subhdng {
    font-size: 18px;
    padding: 25px 0 50px;
    line-height: 28px;
  }

  .vid_img {
    width: 680px;
    height: auto;
  }

  .modal-body {
    width: 55%;
    max-width: 721px;
  }

  .abv_footer {
    padding: 20px 0;
  }

  .abvfoot_txt {
    font-size: 15px;
    padding-left: 0;
    line-height: 20px;
  }

  .volunteer_section {
    padding: 70px 0 60px;
  }

  .vol_hdng {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .vol_subtxt {
    font-size: 18px;
  }

  .vol_subtxt sup {
    font-size: 11px;
  }

  .mid_vol_div {
    padding: 30px 0;
  }

  .volunteer_btn {
    margin-top: 60px
  }

  .left_txtsec {
    padding-left: 90px;
    padding-right: 25px;
  }

  .signup_section .left_txtsec {
    max-width: 100%;
  }

  br {
    display: block;
  }
}