/*-----------------------------------------------------------------------------
    Our Work
-----------------------------------------------------------------------------*/
.our_work_section {
  /*-----------------------------------------------------------------------------
	    Overview  | Cancers | Our Work
	-----------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------
	    Get Involved  | Cancers | Our Work
	-----------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------
	    Volunteer / Donate  | Cancers | Our Work
	-----------------------------------------------------------------------------*/
}

.our_work_section .section_holder:not(:first-child) {
  margin-top: 50px;
}

.our_work_section .content_bg {
  background: center no-repeat;
  background-size: auto 100%;
}

.our_work_section .content_bg:before {
  content: '';
  padding-top: 50%;
  display: block;
}

.our_work_section .bg_grey_section {
  background: #f6f6f6;
}

.our_work_section .no_gutter {
  margin-left: 0;
  margin-right: 0;
}

.our_work_section .overview_holder .cancer_category_holder {
  margin-top: 30px;
}

@media (max-width: 699px) {
  .our_work_section .overview_holder .cancer_category_holder [class*='col-'] {
    width: 100%;
  }
}

.our_work_section .overview_holder .cancer_category_holder .cancer_category_box {
  position: relative;
  font-weight: 500;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .our_work_section .overview_holder .cancer_category_holder .cancer_category_box {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .our_work_section .overview_holder .cancer_category_holder .cancer_category_box {
    font-size: 25px;
  }
}

@media (max-width: 699px) {
  .our_work_section .overview_holder .cancer_category_holder .cancer_category_box {
    font-size: 35px;
  }
}

@media (max-width: 500px) {
  .our_work_section .overview_holder .cancer_category_holder .cancer_category_box {
    font-size: 25px;
  }
}

.our_work_section .overview_holder .cancer_category_holder .cancer_category_box .text_holder {
  padding: 0 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}

.our_work_section .overview_holder .cancer_category_holder .cancer_category_box .text_holder .cancer_category_subInfo {
  display: none;
  font-size: 16px;
  font-weight: 200;
  text-transform: none;
}

@media (max-width: 500px) {
  .our_work_section .overview_holder .cancer_category_holder .cancer_category_box .text_holder .cancer_category_subInfo {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .our_work_section .overview_holder .cancer_category_holder .cancer_category_box .content_bg:before {
    padding-top: 300px;
  }
}

.our_work_section .overview_holder .cancer_category_holder .cancer_category_box:before, .our_work_section .overview_holder .cancer_category_holder .cancer_category_box:after {
  position: absolute;
  opacity: 0;
  transition: opacity;
}

.our_work_section .overview_holder .cancer_category_holder .cancer_category_box:before {
  content: '';
  width: 100%;
  height: 100%;
  top: -10px;
  left: -10px;
  z-index: 1;
  border: 10px solid #3ebbe7;
  box-sizing: content-box;
}

.our_work_section .overview_holder .cancer_category_holder .cancer_category_box:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(8, 67, 88, 0.2775);
}

.our_work_section .overview_holder .cancer_category_holder .cancer_category_box:hover {
  z-index: 2;
}

.our_work_section .overview_holder .cancer_category_holder .cancer_category_box:hover:before {
  opacity: 1;
}

.our_work_section .overview_holder .cancer_category_holder .cancer_category_box:hover:after {
  background: rgba(8, 67, 88, 0.51);
}

.our_work_section .overview_holder .cancer_category_holder .cancer_category_box:hover .text_holder .cancer_category_subInfo {
  display: block;
}

.our_work_section .overview_holder .cancer_category_holder .cancer_category_box:hover .text_holder .cancer_category_title {
  display: none;
}

.our_work_section .getInvolved__holder .content_info {
  font-weight: 500;
  font-size: 20px;
  color: #2f2f2f;
  text-align: center;
}

.our_work_section .getInvolved__holder .content_info span {
  font-weight: 200;
  font-size: 16px;
  display: block;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .our_work_section .getInvolved__holder .images_holder {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .our_work_section .getInvolved__holder .content_bg:before {
    padding-top: 300px;
  }
}

.our_work_section .volunteer_donate_holder .cancer_category_box {
  position: relative;
  font-weight: 200;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.our_work_section .volunteer_donate_holder .cancer_category_box .text_holder {
  padding: 0 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  padding-bottom: 50px;
}

.our_work_section .volunteer_donate_holder .cancer_category_box .content_bg:before {
  padding-top: 300px;
}

.our_work_section .volunteer_donate_holder .cancer_category_box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity;
  background: rgba(0, 0, 0, 0.36);
}

.our_work_section .volunteer_donate_holder .button_holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 20px;
  z-index: 1;
}

.our_work_section .volunteer_donate_holder .button_holder .btn {
  width: 100%;
}
