/*		COLOR VARIABLES
================================*/
/*    TEXT COLORS CLASS SECTION
============================================*/
.text-black {
  color: black !important; }

.text-dark-grey {
  color: #4d4d4d !important; }

.text-darker-grey {
  color: #666666; }

.text-light-grey {
  color: #999999 !important; }

.text-lighter-grey {
  color: #787878 !important; }

.text-light-orange {
  color: #ff9766; }

.text-teal {
  color: #00a7a9; }

.text-pink {
  color: magenta !important; }

.text-light-pink {
  color: #ffb6ff !important; }

.text-lighter-pink {
  color: #ffe9ff !important; }

.text-darkest-grey {
  color: #191919 !important; }

.text-darkish-grey {
  color: gray !important; }

.text-lighter-pink {
  color: #ffe9ff; }

.text-dark-pink {
  color: #ab00ab !important; }

.text-blue {
  color: #176cc6 !important; }

.text-green {
  color: #6a8a74 !important; }

.text-grey {
  color: #b3b3b3 !important; }

.text-blog-white {
  color: #fafafa !important; }

.text-blog-green {
  color: #b0beb4 !important; }

.text-grey {
  color: #b3b3b3 !important; }

.text-blog-white {
  color: #fafafa !important; }

.text-blog-green {
  color: #b0beb4 !important; }

/*    BACKGROUND COLORS CLASS SECTION
======================================================*/
.background-white {
  background-color: white !important; }

.background-blog-black {
  background-color: black !important; }

.background-blog-white {
  background-color: #fafafa !important; }

.background-whiteish {
  background-color: #fffbff !important; }

.background-white-pink {
  background-color: #fff5ff; }

.background-sidebar-gray {
  background-color: #f2f2f2 !important; }

.background-partner-grey {
  background-color: #ebebeb !important; }

.background-dark-pink {
  background-color: #a818ab !important;
  color: white; }

.background-purple {
  background-color: #ab00ab !important; }

.background-light-pink {
  background-color: #ff8dff !important;
  color: #ffd4ff; }

.background-lighter-pink {
  background-color: #ffe9ff; }

.background-bright-pink {
  background-color: #ffadff; }

.background-pink {
  background-color: magenta !important;
  color: white; }

.background-black {
  background-color: black !important;
  color: white; }

.background-dark-grey {
  background-color: #191919 !important;
  color: white; }

.background-off-white {
  background-color: #f9fafb !important; }

.background-green {
  background-color: #7fcece !important;
  color: white; }

.background-teal {
  background-color: #007484; }

/*		GENERAL STYLES
================================*/
.no-p-btm {
  padding-bottom: 0; }

.inspiro-slider .ucsf-bg {
  background-position: 50% 80%; }

.faq-slider .slide-captions h1 {
  font-size: 112px;
  bottom: -9px !important; }

.alert {
  max-width: 90% !important; }

input::-webkit-input-placeholder {
  color: #3c3c3c !important; }

input::-moz-placeholder {
  color: #3c3c3c !important; }

input:-moz-placeholder {
  color: #3c3c3c !important; }

input:-ms-input-placeholder {
  color: #3c3c3c !important; }

textarea::-webkit-input-placeholder {
  color: #3c3c3c !important; }

textarea::-moz-placeholder {
  color: #3c3c3c !important; }

textarea:-moz-placeholder {
  color: #3c3c3c !important; }

textarea:-ms-input-placeholder {
  color: #3c3c3c !important; }

/*		NAV/HEADER SECTION
================================*/
.items-visible .subscribe-box {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear; }

#header {
  height: 103px; }
  @media (max-width: 767px) {
    #header {
      padding: 0 24px; } }

#logo {
  display: flex;
  align-items: center;
  height: 104px; }
  #logo img {
    max-height: 90px;
    width: 384px;
    height: auto; }
  @media screen and (max-width: 1230px) {
    #logo {
      width: 320px; } }
  @media screen and (max-width: 1150px) {
    #logo {
      width: 235px; } }
  @media screen and (max-width: 1081px) {
    #logo {
      width: 190px; } }
  @media screen and (max-width: 1041px) {
    #logo {
      width: 180px; } }
  @media screen and (max-width: 991px) {
    #logo {
      width: 300px; } }
  @media screen and (max-width: 767px) {
    #logo {
      width: 360px; } }
  @media screen and (max-width: 467px) {
    #logo {
      width: 320px; } }

#header.header-sticky:not(.header-static) #header-wrap {
  height: 78px; }
  #header.header-sticky:not(.header-static) #header-wrap nav#mainMenu ul.main-menu,
  #header.header-sticky:not(.header-static) #header-wrap .nav-main-menu-responsive {
    height: 78px; }

body.wide #header.header-fullwidth #header-wrap .container {
  padding: 0 48px; }

.nav-main-menu-responsive {
  height: 104px; }

#mainMenu .subscribe-box {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
  display: flex;
  padding-top: 4px;
  align-items: center;
  position: absolute;
  right: 140px;
  height: 100px; }
  #mainMenu .subscribe-box h1 {
    padding-top: 2px;
    letter-spacing: 1px;
    font-family: 'DINNextLTPro-Bold';
    font-weight: 100;
    margin: 0 20px;
    text-transform: uppercase;
    font-size: 19px;
    color: white; }
    #mainMenu .subscribe-box h1 span {
      color: magenta; }
  #mainMenu .subscribe-box form {
    display: inline-flex; }
    #mainMenu .subscribe-box form input {
      padding: 0 18px;
      width: 220px;
      height: 42px;
      font-size: larger;
      border: none; }
    #mainMenu .subscribe-box form button {
      border: none;
      height: 42px;
      width: 50px;
      background-color: magenta;
      color: white; }
      #mainMenu .subscribe-box form button i {
        font-size: xx-large;
        font-weight: 100; }

#mainMenu > ul > li.mobile {
  display: none; }
#mainMenu > ul > li > a {
  transition-delay: 0s;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  height: 104px;
  line-height: 104px;
  font-size: 14px;
  font-weight: initial;
  letter-spacing: 1.5px;
  padding: 2px; }
  #mainMenu > ul > li > a:hover {
    -webkit-filter: brightness(60%);
    filter: brightness(60%); }

#mainMenu > ul ul > li > a {
  padding-top: 12px;
  transition-delay: 0s;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease; }
  #mainMenu > ul ul > li > a:hover {
    filter: brightness(60%);
    -webkit-filter: brightness(60%); }

#header.header-sticky:not(.header-static) {
  height: 78px; }
  #header.header-sticky:not(.header-static) #mainMenu .subscribe-box {
    height: 78px; }
  #header.header-sticky:not(.header-static) #logo {
    height: 78px; }
    #header.header-sticky:not(.header-static) #logo img {
      width: 100%;
      height: auto; }
  #header.header-sticky:not(.header-static) #mainMenu > ul > li > a {
    line-height: 78px;
    height: 78px; }

#header.header-dark.header-sticky.header-navigation-light .main-menu > ul > li > a {
  color: #fff; }

#mainMenu ul.dropdown-menu {
  top: 103px;
  background-color: rgba(0, 0, 0, 0.87);
  border-top: 0; }

#mainMenu ul.dropdown-menu > li:first-of-type {
  margin-top: -25px; }

#mainMenu ul li.mega-menu-item .mega-menu-title, #mainMenu ul li.dropdown:not(.mega-menu-item) li {
  border-bottom: 1px solid #1b1b1b; }

#mainMenu ul li.mega-menu-item .mega-menu-title, #mainMenu ul li.dropdown:not(.mega-menu-item) li:last-child {
  border-bottom: none; }

.arrow {
  position: relative;
  left: 40px;
  bottom: 30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid black; }

.lines {
  border-radius: 0px;
  background-color: #fff;
  width: 38px;
  height: 3px; }
  .lines:before, .lines:after {
    border-radius: 0px;
    background-color: #fff;
    height: 3px; }
  .lines:before {
    top: 10px; }
  .lines:after {
    top: -10px; }

.x.tcon-transform .lines::before,
.x.tcon-transform .lines::after {
  width: 40px; }

#header.header-sticky #header-wrap,
#header.header-dark-transparent {
  background-color: rgba(0, 0, 0, 0.87); }

.landing-header .container {
  padding: 0 28px !important; }
  .landing-header .container #logo {
    height: 104px; }
    .landing-header .container #logo img {
      width: 352px; }
.landing-header.nav-open {
  background: none; }

.donate-container {
  position: fixed;
  z-index: 2;
  right: 45px;
  box-shadow: 0 5px 10px #222;
  transform: skewX(-19deg); }
  .donate-container .donate-button {
    width: 210px;
    padding: 5px 30px;
    background-color: magenta; }
    .donate-container .donate-button p,
    .donate-container .donate-button div {
      font-weight: 100;
      font-size: 18px;
      padding: 1px 14px 0;
      letter-spacing: .7px;
      padding-top: 3px;
      margin: 0;
      color: white;
      transform: skewX(19deg);
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .donate-container .memoriam {
    background-color: #a003a3; }
  .donate-container .registry {
    background-color: #fe82ff; }

.donate-button:hover {
  cursor: auto; }
  .donate-button:hover p, .donate-button:hover div {
    color: rgba(255, 255, 255, 0.6); }

/*   GOODBYE LETTER (new index page)
================================*/
.letter-page-wrapper {
  padding: 100px 100px;
  z-index: 100;
  background-color: #282828; }
  .letter-page-wrapper .letter-logos-container {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-around; }
    .letter-page-wrapper .letter-logos-container .logo-link-wrapper {
      margin: 0 40px;
      display: block;
      height: 100%;
      width: 100%; }
    .letter-page-wrapper .letter-logos-container .letter-logo {
      margin: auto;
      width: 400px;
      height: 150px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
      .letter-page-wrapper .letter-logos-container .letter-logo.v-fnd {
        background-image: url("../images/custom-imgs/the-v-foundation-logo.png"); }
      .letter-page-wrapper .letter-logos-container .letter-logo.brca-fnd {
        background-image: url("../images/custom-imgs/BRCA_logo_small.png"); }
  .letter-page-wrapper .letter-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 800px;
    margin: auto; }
    .letter-page-wrapper .letter-container .top-button-wrapper {
      display: flex;
      margin-bottom: 70px;
      justify-content: flex-start; }
      .letter-page-wrapper .letter-container .top-button-wrapper a {
        width: 380px; }
        .letter-page-wrapper .letter-container .top-button-wrapper a .top-v-button {
          width: 100%;
          color: white !important;
          font-size: 18px;
          min-width: 160px;
          height: 50px;
          border-radius: 4px;
          border-width: 0;
          padding-left: 20px;
          padding-right: 20px;
          background-color: #3c8dc5;
          border-color: #3c8dc5; }
    .letter-page-wrapper .letter-container p {
      font-weight: bold;
      font-size: 17px; }
    .letter-page-wrapper .letter-container .accomplishments {
      padding-left: 30px;
      margin-bottom: 40px; }
      .letter-page-wrapper .letter-container .accomplishments li {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 8px;
        margin-top: 8px;
        color: #fafafa !important; }
        .letter-page-wrapper .letter-container .accomplishments li b {
          font-weight: bolder; }
    .letter-page-wrapper .letter-container .signature {
      list-style: none;
      padding: 0;
      margin-bottom: 40px; }
      .letter-page-wrapper .letter-container .signature li {
        font-size: 17px;
        font-weight: bold;
        color: #fafafa !important;
        padding: 0; }
    .letter-page-wrapper .letter-container .letter-button-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .letter-page-wrapper .letter-container .letter-button-container a button {
        color: white !important;
        font-size: 18px;
        min-width: 160px;
        height: 50px;
        border-radius: 4px;
        border-width: 0; }
        .letter-page-wrapper .letter-container .letter-button-container a button.letter-v-button {
          width: 380px;
          min-width: 380px;
          padding-left: 20px;
          padding-right: 20px;
          background-color: #3c8dc5;
          border-color: #3c8dc5; }
        .letter-page-wrapper .letter-container .letter-button-container a button.letter-donate-button {
          background-color: #FF02F7;
          border-color: #FF02F7; }

/*    SHARE-CTA
================================*/
.call-to-action {
  padding: 75px 50px;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 200;
  top: 50%;
  left: 50%;
  height: 80vh;
  width: 1024px;
  max-width: 100%;
  max-height: 715px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fafafa;
  box-shadow: 1px 2px 50px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 50px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 2px 50px 1px rgba(0, 0, 0, 0.3);
  transition: visibility 0.5s linear, opacity 0.5s linear; }
  .call-to-action.shown {
    overflow: scroll;
    visibility: visible;
    opacity: 1; }
  .call-to-action .close-button {
    color: #3d3d3d;
    padding: 40px;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 201; }
  .call-to-action .cta-header {
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 100;
    font-size: 32px;
    color: #ffa8ff;
    margin-bottom: 40px; }
  .call-to-action .cta-sub-header {
    color: #595959;
    max-width: 745px;
    font-size: 20px;
    line-height: 26px; }
  .call-to-action .cta-steps-container {
    margin-bottom: 40px; }
    .call-to-action .cta-steps-container .spacer {
      max-width: 745px;
      height: 12px; }
    .call-to-action .cta-steps-container .cta-step {
      height: 50px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: baseline; }
      .call-to-action .cta-steps-container .cta-step .icon {
        line-height: 42px;
        text-align: center;
        font-size: 28px;
        color: magenta;
        border: 1px solid magenta;
        border-radius: 50%;
        height: 42px;
        width: 42px;
        margin-right: 40px; }
      .call-to-action .cta-steps-container .cta-step span {
        font-size: 26px;
        line-height: 26px;
        color: #595959; }
  .call-to-action .cta-form-wrapper {
    width: 540px; }
    .call-to-action .cta-form-wrapper .form-control {
      font-size: 16px;
      color: #595959;
      font-family: 'DINNextLTPro-UltraLight' !important; }
    .call-to-action .cta-form-wrapper .form-group {
      margin-bottom: 26px; }
      .call-to-action .cta-form-wrapper .form-group input {
        border: 1px solid magenta; }
    .call-to-action .cta-form-wrapper .button-row {
      margin-top: 20px;
      display: flex;
      justify-content: center; }
      .call-to-action .cta-form-wrapper .button-row button {
        border: 1px solid magenta;
        width: 300px;
        height: 55px;
        background-color: transparent;
        display: flex;
        justify-content: center;
        align-content: center; }
        .call-to-action .cta-form-wrapper .button-row button span {
          cursor: default;
          padding-top: 4px;
          font-size: 22px;
          letter-spacing: 2px;
          color: magenta;
          text-transform: uppercase;
          font-weight: 100; }

.call-to-action-volunteer {
  padding: 75px 50px;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 200;
  top: 50%;
  left: 50%;
  height: 80vh;
  width: 1024px;
  max-width: 100%;
  max-height: 715px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fafafa;
  box-shadow: 1px 2px 50px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 50px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 2px 50px 1px rgba(0, 0, 0, 0.3);
  transition: visibility 0.5s linear, opacity 0.5s linear; }
  .call-to-action-volunteer.shown {
    overflow: scroll;
    visibility: visible;
    opacity: 1; }
  .call-to-action-volunteer .close-button {
    color: #3d3d3d;
    padding: 40px;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 201; }
  .call-to-action-volunteer .cta-header {
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 100;
    font-size: 32px;
    color: #ffa8ff;
    margin-bottom: 40px; }
  .call-to-action-volunteer .cta-sub-header {
    color: #595959;
    max-width: 745px;
    font-size: 20px;
    line-height: 26px; }
  .call-to-action-volunteer .cta-steps-container {
    margin-bottom: 40px; }
    .call-to-action-volunteer .cta-steps-container .spacer {
      max-width: 745px;
      height: 12px; }
    .call-to-action-volunteer .cta-steps-container .cta-step {
      height: 50px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: baseline; }
      .call-to-action-volunteer .cta-steps-container .cta-step .icon {
        line-height: 42px;
        text-align: center;
        font-size: 28px;
        color: magenta;
        border: 1px solid magenta;
        border-radius: 50%;
        height: 42px;
        width: 42px;
        margin-right: 40px; }
      .call-to-action-volunteer .cta-steps-container .cta-step span {
        font-size: 26px;
        line-height: 26px;
        color: #595959; }
  .call-to-action-volunteer .cta-form-wrapper .form-control {
    font-size: 16px;
    color: #595959;
    font-family: 'DINNextLTPro-UltraLight' !important; }
  .call-to-action-volunteer .cta-form-wrapper .short-input {
    padding-top: 5px;
    padding-left: 20px; }
  .call-to-action-volunteer .cta-form-wrapper .form-group {
    margin-bottom: 26px; }
    .call-to-action-volunteer .cta-form-wrapper .form-group input {
      border: 1px solid magenta; }
    .call-to-action-volunteer .cta-form-wrapper .form-group.check-box {
      margin-bottom: 10px; }
      .call-to-action-volunteer .cta-form-wrapper .form-group.check-box.check-and-input {
        display: flex; }
        .call-to-action-volunteer .cta-form-wrapper .form-group.check-box.check-and-input input[type="text"] {
          margin-left: 20px;
          margin-top: 5px; }
      .call-to-action-volunteer .cta-form-wrapper .form-group.check-box .interest-description {
        padding: 0 0 0 40px;
        margin: 0;
        color: #595959; }
      .call-to-action-volunteer .cta-form-wrapper .form-group.check-box input[type="checkbox"] {
        display: none; }
      .call-to-action-volunteer .cta-form-wrapper .form-group.check-box input[type="checkbox"] + label::after {
        content: none; }
      .call-to-action-volunteer .cta-form-wrapper .form-group.check-box input[type="checkbox"]:checked + label::after {
        content: ""; }
      .call-to-action-volunteer .cta-form-wrapper .form-group.check-box label::before {
        position: absolute;
        top: 3px;
        left: 0;
        content: "";
        display: inline-block;
        height: 30px;
        width: 30px;
        border: 1px solid black; }
      .call-to-action-volunteer .cta-form-wrapper .form-group.check-box label {
        max-width: 30%;
        position: relative;
        padding-left: 40px;
        padding-top: 8px;
        font-size: 20px;
        text-transform: capitalize; }
      .call-to-action-volunteer .cta-form-wrapper .form-group.check-box label::after {
        position: absolute;
        left: 5px;
        top: 10px;
        content: "";
        display: inline-block;
        height: 12px;
        width: 20px;
        border-left: 2px solid magenta;
        border-bottom: 2px solid magenta;
        transform: rotate(-45deg); }
  .call-to-action-volunteer .cta-form-wrapper .button-row {
    margin-top: 20px;
    display: flex;
    justify-content: center; }
    .call-to-action-volunteer .cta-form-wrapper .button-row button {
      border: 1px solid magenta;
      width: 300px;
      height: 55px;
      background-color: transparent;
      display: flex;
      justify-content: center;
      align-content: center; }
      .call-to-action-volunteer .cta-form-wrapper .button-row button span {
        cursor: pointer;
        padding-top: 4px;
        font-size: 22px;
        letter-spacing: 2px;
        color: magenta;
        text-transform: uppercase;
        font-weight: 100; }

/*    V FOUNDATION SECTION
================================*/
.v-foundation-section {
  background-color: rgba(79, 139, 201, 0.34);
  width: 100%;
  padding: 65px 0 117px 0;
  margin: 0; }
  .v-foundation-section .container {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .v-foundation-section .container .v-foundation-image {
      height: 160px;
      width: 100%;
      background-image: url(../images/custom-imgs/the-v-foundation-logo.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .v-foundation-section .container .header {
      color: white;
      text-transform: uppercase;
      font-size: 56px;
      font-weight: 100;
      margin-top: 40px;
      margin-bottom: 30px;
      max-width: 1200px;
      letter-spacing: -2px;
      line-height: 62px; }
    .v-foundation-section .container .sub-header {
      font-size: 22px;
      text-transform: capitalize;
      max-width: 1100px;
      line-height: 34px;
      color: #3d3d3d;
      letter-spacing: normal;
      margin-bottom: 35px; }
    .v-foundation-section .container .v-foundation-button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 325px;
      height: 65px;
      background-color: transparent;
      border: 1px solid white;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -o-transition: all .25s ease;
      -ms-transition: all .25s ease;
      transition: all .25s ease; }
      .v-foundation-section .container .v-foundation-button:hover {
        filter: brightness(90%);
        -webkit-filter: brightness(90%); }
      .v-foundation-section .container .v-foundation-button span {
        cursor: pointer;
        color: white;
        font-size: 22px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 100; }

/*    TRANSPARENT HEADER
================================*/
.transparent-header {
  background-color: transparent !important;
  border: none !important; }
  .transparent-header #header-wrap {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important; }

/*    SLIDER INDEX PAGE
================================*/
/*    SLIDER SECTION
================================*/
#slider {
  z-index: 0; }
  #slider h2 {
    letter-spacing: 2px;
    font-size: 76px;
    line-height: 71px; }
  #slider .slide-captions h1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px;
    margin-bottom: 0;
    letter-spacing: 0px;
    text-transform: uppercase; }
  #slider button {
    width: 270px;
    height: 60px;
    background: transparent;
    font-size: 26px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    opacity: .87; }

/* GENERAL
=============================================*/
.subscribe-box .landing-donate-button {
  background-color: magenta;
  border: none;
  width: 140px;
  height: 38px;
  line-height: 36px;
  padding: 1px 0 0 4px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease; }
  .subscribe-box .landing-donate-button .landing-button-text {
    text-transform: uppercase;
    font-family: 'DINNextLTPro-UltraLight';
    color: #fffbff !important;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600; }
  .subscribe-box .landing-donate-button:hover {
    filter: brightness(90%);
    -webkit-filter: brightness(90%); }

.landing-donate-button {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease; }
  .landing-donate-button:hover {
    filter: brightness(90%);
    -webkit-filter: brightness(90%); }

/* HOME POSSIBLE SECTION
=============================================*/
.possible-container {
  height: 665px;
  background-image: url(../images/custom-imgs/landing-women.jpg);
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .possible-container .captions-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .possible-container .captions-container .slide-captions {
      text-align: center;
      max-width: 1300px;
      color: white;
      line-height: 45px;
      font-size: 34px;
      font-family: 'DINNextLTPro-UltraLight' !important;
      font-weight: 600; }
      .possible-container .captions-container .slide-captions .possible {
        font-family: 'DINNextLTPro-Bold' !important;
        font-weight: 100; }

/* HOME JOIN THE FIGHT SECTION
=============================================*/
.join-section {
  background-color: #fafafa;
  padding: 118px 0 80px; }
  .join-section .container {
    width: 100%; }
    .join-section .container .text-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0;
      margin: 0; }
      .join-section .container .text-container .join-header {
        font-weight: 100;
        margin-bottom: 20px;
        letter-spacing: -1px;
        color: #ffa8ff;
        font-family: "DINNextLTPro-Bold" !important;
        font-size: 56px; }
      .join-section .container .text-container .join-content {
        max-width: 1100px;
        font-size: 22px;
        line-height: 34px;
        letter-spacing: 0px;
        font-weight: 100;
        margin-bottom: 26px;
        color: #3d3d3d;
        font-family: "DINNextLTPro-UltraLight" !important; }
    .join-section .container .tiles-container {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .join-section .container .tiles-container .tile {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        padding: 26px;
        border-top: 2px solid #ffa8ff;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa8ff), to(transparent));
        background-image: -webkit-linear-gradient(#ffa8ff, transparent);
        background-image: -moz-linear-gradient(#ffa8ff, transparent), -moz-linear-gradient(#ffa8ff, transparent);
        background-image: -o-linear-gradient(#ffa8ff, transparent), -o-linear-gradient(#ffa8ff, transparent);
        background-image: linear-gradient(#ffa8ff, rgba(255, 168, 255, 0)), linear-gradient(#ffa8ff, rgba(255, 168, 255, 0));
        -moz-background-size: 2px 100%;
        background-size: 2px 100%;
        background-position: 0 0, 100% 0;
        background-repeat: no-repeat;
        width: 425px;
        height: 480px;
        margin: 0 22px; }
        .join-section .container .tiles-container .tile .tile-image {
          height: 255px;
          background-repeat: no-repeat; }
        .join-section .container .tiles-container .tile.share .tile-image {
          background-image: url(../images/custom-imgs/woman-writing.jpg); }
        .join-section .container .tiles-container .tile.honor .tile-image {
          background-image: url(../images/custom-imgs/women-hugging.jpg); }
        .join-section .container .tiles-container .tile.honor .tile-button-text {
          font-size: 20px !important; }
        .join-section .container .tiles-container .tile.memorialize .tile-image {
          background-image: url(../images/custom-imgs/large-group-of-people.jpg); }
        .join-section .container .tiles-container .tile .tile-button {
          margin-top: 65px;
          border: 1px solid magenta;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: transparent;
          width: 370px;
          height: 66px; }
          .join-section .container .tiles-container .tile .tile-button .tile-button-text {
            text-transform: uppercase;
            font-family: 'DINNextLTPro-UltraLight';
            color: magenta;
            font-size: 22px;
            letter-spacing: 2px;
            font-weight: 500;
            cursor: pointer; }

/*    HOME: PARTNERS SECTION
=============================================*/
.home-page .inspiro-slider .slide .container {
  padding-bottom: 178px; }

.partner-logos {
  width: 95%;
  height: 130px;
  background-image: url(../images/custom-imgs/universities-gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto; }

@media (min-width: 415px) {
  .home-page .inspiro-slider .slide .full-height-slider {
    height: 100vh;
    padding-top: 40vh;
    padding-bottom: 500px;
    padding-right: 0;
    padding-left: 0; } }
.school-imgs {
  padding: 70px 0; }
  .school-imgs .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center; }
  .school-imgs .dana-image-container {
    margin-top: -10px; }
  .school-imgs .harvard-image-container {
    margin-top: -5px; }
  .school-imgs .owl-item img {
    max-height: 100px; }
  .school-imgs .owl-item:nth-child(3) img {
    max-height: 120px; }
  .school-imgs .owl-controls,
  .school-imgs .owl-nav,
  .school-imgs .owl-dots {
    display: none; }

/*    HOME: Help Section
=============================================*/
.help-section {
  height: 325px;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .help-section .border {
    align-self: center;
    width: 475px;
    height: 80px; }
    .help-section .border.top-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .help-section .border.top-wrapper .top-left {
        width: 44%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .help-section .border.top-wrapper .top-center {
        padding-top: 37px;
        width: 13%;
        height: auto; }
        .help-section .border.top-wrapper .top-center img {
          height: 68px;
          width: 68px; }
      .help-section .border.top-wrapper .top-right {
        width: 44%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    .help-section .border.bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.25); }
  .help-section .help-header {
    margin: 0;
    padding: 48px 0;
    letter-spacing: -1px;
    font-weight: 100;
    font-size: 33px;
    line-height: 41px;
    opacity: .9; }

/*    HOME: What Section
=============================================*/
.what-section {
  background-color: #7fcece;
  padding-top: 112px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }
  .what-section .what-left {
    margin: 0;
    padding: 0; }
    .what-section .what-left .left-text-wrapper {
      width: 460px; }
      .what-section .what-left .left-text-wrapper .header {
        margin-bottom: 26px;
        color: white;
        font-size: 42px;
        font-family: "DINNextLTPro-Bold" !important; }
      .what-section .what-left .left-text-wrapper .subheader {
        margin-bottom: 26px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 30px;
        line-height: 37px;
        font-family: "DINNextLTPro-Bold" !important; }
      .what-section .what-left .left-text-wrapper .content {
        margin-bottom: 0;
        padding-bottom: 0;
        color: white;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 1px;
        font-family: "DINNextLTPro-UltraLight" !important; }
  .what-section .what-right {
    margin: 0;
    padding: 0;
    display: flex; }
    .what-section .what-right .col {
      margin: 0 20px;
      width: 275px; }
      .what-section .what-right .col .header {
        margin-bottom: 12px;
        color: rgba(255, 255, 255, 0.8);
        font-family: "DINNextLTPro-Bold" !important;
        font-size: 21px;
        line-height: 25px; }
      .what-section .what-right .col .content {
        margin-bottom: 0;
        padding-bottom: 24px;
        color: white;
        font-family: "DINNextLTPro-UltraLight" !important;
        font-size: 16px;
        line-height: 23px; }
      .what-section .what-right .col .content-bottom {
        padding-bottom: 0px; }

/*    HOME: SPLIT Section
=============================================*/
.split-section {
  height: 520px;
  padding: 0; }
  .split-section .container {
    width: 100%;
    height: 100%;
    padding: 0; }
    .split-section .container .split-wrapper {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row; }
      .split-section .container .split-wrapper .split-item {
        padding: 80px 40px;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .split-section .container .split-wrapper .split-item.left-item {
          background-color: #ffa8ff; }
        .split-section .container .split-wrapper .split-item.right-item {
          background-color: magenta; }
        .split-section .container .split-wrapper .split-item .split-header {
          margin-bottom: 30px;
          letter-spacing: 0;
          color: white;
          font-size: 56px;
          line-height: 56px;
          font-weight: 100;
          text-transform: uppercase; }
        .split-section .container .split-wrapper .split-item .split-content {
          font-weight: lighter;
          padding-bottom: 0;
          margin-bottom: 50px;
          color: white;
          font-size: 18px;
          line-height: 31px;
          letter-spacing: 1px;
          max-width: 590px; }
        .split-section .container .split-wrapper .split-item .button-row {
          display: flex;
          justify-content: center; }
          .split-section .container .split-wrapper .split-item .button-row .split-button {
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid white;
            width: 325px;
            height: 66px;
            cursor: pointer;
            background-color: transparent;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -o-transition: all .25s ease;
            -ms-transition: all .25s ease;
            transition: all .25s ease; }
            .split-section .container .split-wrapper .split-item .button-row .split-button:hover {
              filter: brightness(90%);
              -webkit-filter: brightness(90%); }
            .split-section .container .split-wrapper .split-item .button-row .split-button span {
              cursor: default;
              color: white;
              font-size: 22px;
              letter-spacing: 3px;
              text-transform: uppercase;
              font-weight: 100; }

/*    HOME: PHOTO STRIP Section
=============================================*/
.photo-strip-section {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0; }
  .photo-strip-section img {
    width: 100%; }

/*    HOME: SHARE Section
=============================================*/
.share-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/custom-imgs/share-background-woman.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  width: 100%;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto); }
  .share-section .items {
    padding-left: 95px;
    grid-column: 1;
    grid-row: 2; }
    .share-section .items .header {
      color: white;
      white-space: nowrap;
      text-transform: uppercase;
      font-size: 56px;
      font-weight: 100;
      margin-top: 28px;
      margin-bottom: 30px; }
    .share-section .items .button-row .share-button {
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 325px;
      height: 65px;
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -o-transition: all .25s ease;
      -ms-transition: all .25s ease;
      transition: all .25s ease; }
      .share-section .items .button-row .share-button:hover {
        filter: brightness(90%);
        -webkit-filter: brightness(90%); }
      .share-section .items .button-row .share-button span {
        cursor: pointer;
        color: black;
        font-size: 22px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 100; }

/*    HOME: Partners Section
=============================================*/
.partners-landing-section {
  background-color: white;
  padding: 0; }
  .partners-landing-section .container {
    width: 100%;
    padding: 0;
    margin: 0; }
    .partners-landing-section .container .text-container {
      padding: 170px 50px 114px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .partners-landing-section .container .text-container .partner-header {
        font-weight: 100;
        font-size: 56px;
        color: #ffa8ff;
        margin-bottom: 24px; }
      .partners-landing-section .container .text-container .partner-content {
        font-size: 22px;
        max-width: 1100px;
        line-height: 34px;
        color: #3d3d3d;
        letter-spacing: normal; }
      .partners-landing-section .container .text-container .partner-image {
        width: 100%;
        height: 180px;
        background-repeat: no-repeat;
        background-image: url(/../images/custom-imgs/partner-logos.png);
        background-position: center;
        background-size: contain; }
      .partners-landing-section .container .text-container .mobile-partner-images {
        display: none; }

/*    HOME: Volunteer Section
=============================================*/
.volunteer-section {
  background-color: white;
  padding: 106px 0 110px; }
  .volunteer-section .container .text-container {
    padding: 0;
    margin: 0; }
    .volunteer-section .container .text-container .volunteer-header {
      letter-spacing: -1px;
      color: black;
      margin-bottom: 10px;
      font-family: "DINNextLTPro-Bold" !important;
      font-size: 96px;
      line-height: 96px;
      font-weight: 100; }
    .volunteer-section .container .text-container .volunteer-subheader {
      margin-bottom: 22px;
      letter-spacing: -1px;
      color: black;
      font-family: "DINNextLTPro-Bold" !important;
      font-size: 39px;
      font-weight: 100; }
    .volunteer-section .container .text-container .volunteer-content {
      padding-bottom: 0;
      margin-bottom: 26px;
      color: #3c3c3c;
      font-family: "DINNextLTPro-UltraLight" !important;
      font-size: 22px;
      line-height: 31px;
      letter-spacing: 1px;
      font-weight: 600; }
  .volunteer-section .container .button-row {
    display: flex;
    justify-content: center; }
    .volunteer-section .container .button-row .volunteer-button {
      width: 366px;
      height: 55px;
      background-color: magenta;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -o-transition: all .25s ease;
      -ms-transition: all .25s ease;
      transition: all .25s ease; }
      .volunteer-section .container .button-row .volunteer-button:hover {
        filter: brightness(90%);
        -webkit-filter: brightness(90%); }
      .volunteer-section .container .button-row .volunteer-button span {
        cursor: default;
        color: white;
        font-size: 29px;
        padding-top: 18px;
        display: flex;
        justify-content: center;
        text-transform: uppercase;
        font-family: "DINNextLTPro-Bold" !important;
        font-weight: 100; }
    .volunteer-section .container .button-row .form-button {
      border: none; }
      .volunteer-section .container .button-row .form-button span {
        cursor: default;
        padding-top: 6px !important; }

/*    HOME: Partners Section
=============================================*/
.home-partners-section {
  display: block;
  background-color: #ebebeb;
  height: 300px;
  width: 100%; }
  .home-partners-section h4 {
    font-size: 33px; }
  .home-partners-section .partners-container {
    text-align: center;
    width: 100%;
    margin: 40px 0; }

.home-partners-section-mobile {
  display: none; }

/*    PARTNERS: PARTNERS BIO SECTION
=============================================*/
.partners-section .faq-info h2 {
  font-size: 34px;
  line-height: 30px;
  letter-spacing: -0.2px; }
.partners-section .faq-info p {
  font-size: 20px;
  line-height: 26px; }
.partners-section h3 {
  font-size: 34px;
  letter-spacing: .8px;
  line-height: 1;
  padding-top: 7px; }
.partners-section h4 {
  font-size: 27px;
  line-height: 30px;
  font-weight: normal; }
.partners-section p {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: .1px; }
.partners-section .news-research img {
  width: 200px;
  max-width: 230px;
  position: absolute;
  top: -137px; }
.partners-section .news-research h3 {
  font-size: 30px; }
.partners-section .news-research .article-brief .article-heading,
.partners-section .news-research .article-brief .article-description,
.partners-section .news-research .article-brief .article-link {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  display: block; }
.partners-section .news-research .article-brief .article-heading {
  padding-top: 16px; }

.harvard {
  padding-bottom: 160px; }
  .harvard p {
    color: #666666; }
  .harvard .news-research img {
    top: -162px; }

.stanford .news-research img {
  width: 150px; }
.stanford p {
  color: #999999; }
.stanford .article-heading {
  color: #4d4d4d !important; }

.ucsf p,
.ucsf .article-description {
  color: #ffb6ff; }
.ucsf .news-research img {
  width: 200px;
  top: -160px; }

/*    PARTNERS: DONATE SECTION
=============================================*/
.donate-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0; }
  .donate-wrap .donate-highlight {
    height: 30px;
    width: 100%;
    background-color: blue;
    border-radius: 30px 0 0 0; }

.donate-section {
  padding: 39px 0; }
  .donate-section h1 {
    font-size: 69px;
    line-height: 65px;
    margin: 0; }
  .donate-section h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0; }
  .donate-section .donate-btn {
    width: 270px;
    height: 60px;
    color: rgba(255, 255, 255, 0.87) !important;
    font-size: 43px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    bottom: 122px;
    right: 51px; }
  .donate-section .donate-btn:hover {
    color: white !important;
    border: 1px solid white; }

/*    PRESS RELEASE: PRESS SECTION
=============================================*/
.press .press-release-date {
  color: #999999; }
.press .article-heading {
  color: #4d4d4d; }

/*    WHAT WE DO: INFO SECTION
=============================================*/
.what-we-do h5 {
  font-size: 27px;
  line-height: 30px;
  margin: 0; }
.what-we-do p {
  color: #999999; }
.what-we-do .help h5 {
  font-size: 18px;
  line-height: 18px;
  color: #ffb6ff;
  letter-spacing: 0.5px; }
.what-we-do .help .donate-btn {
  width: 100%;
  height: 60px;
  font-size: 43px;
  border: 1px solid magenta;
  border-radius: 0;
  padding: 0 !important;
  margin-bottom: 0; }
.what-we-do .help p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .1px;
  color: #000; }

/*    WHO WE ARE
  =============================================*/
/*    WHO WE ARE: DIRECTORS SECTION
=============================================*/
.directors .profile-img-wrap {
  max-height: 343px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .directors .profile-img-wrap img {
    position: relative;
    z-index: -1; }
.directors h2 {
  font-size: 65px;
  color: rgba(171, 0, 171, 0.87);
  letter-spacing: .5px;
  padding-top: 2px;
  margin-bottom: 0; }
.directors h4 {
  margin-bottom: 0; }
.directors hr {
  width: 70px;
  border-top: 5px solid magenta;
  margin: 40px auto; }
.directors .info-col {
  padding: 0 26px; }
  .directors .info-col .bio {
    letter-spacing: .1px; }
.directors img {
  width: 100%; }
.directors .border {
  border-bottom: 1px solid #ffb6ff; }

/*    WHO WE ARE: DEP DIRECTOR SECTION
===============================================*/
.dep-director .dep-header .dep-img {
  width: 158px;
  height: 158px;
  margin: auto;
  margin-bottom: 40px;
  border-radius: 50%;
  border: 7px solid #e8e6e8;
  position: relative;
  background: #333;
  z-index: 1;
  overflow: hidden; }
.dep-director .dep-header img {
  max-width: 100%;
  position: relative;
  z-index: -1; }
.dep-director .dep-header h4 {
  margin-bottom: 0; }
.dep-director .dep-header p {
  color: black !important;
  margin-bottom: 0; }
.dep-director hr {
  margin: 30px 0; }

/*    HOME: PARTICLES SECTION
===============================================*/
.particles-section p.lead {
  font-size: 43px;
  letter-spacing: -2.5px;
  line-height: 44px;
  position: relative;
  top: 25px; }

.home-page .particles-section #particles-js {
  background: #f0c1fa; }

/*    WHO WE ARE: PARTICLES SECTION
===============================================*/
.who-we-are-page h1 {
  color: #fff;
  font-size: 65px;
  line-height: 64px; }
.who-we-are-page h2 {
  color: #fff;
  font-size: 49px;
  letter-spacing: .5px; }
  .who-we-are-page h2 span {
    color: magenta !important; }
.who-we-are-page h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 100; }
.who-we-are-page #particles-js {
  background: black !important; }

/*		NEWS PAGE AND NEWS SECTION ON LANDING PAGE
	==========================================================*/
.news-slider.inspiro-slider {
  height: 430px !important; }
  .news-slider.inspiro-slider .slide {
    height: 430px !important;
    background-position: 50% 50%;
    background-attachment: fixed; }
  .news-slider.inspiro-slider .slide-captions h1 {
    bottom: -7px !important; }

.blog-slider.inspiro-slider {
  height: 510px !important; }
  .blog-slider.inspiro-slider .slide {
    background-attachment: inherit; }
  .blog-slider.inspiro-slider .slide-captions h1 {
    bottom: -7px !important; }

.landing-podcast {
  background-image: url(/../images/custom-imgs/podcast_small.png);
  background-position: center;
  background-size: 332px 260px;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 149px;
  width: 216px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0); }

.landing-podcast:hover {
  background-image: url(/../images/custom-imgs/podcast_small_hover.png); }

.landing-podcast a {
  display: block;
  height: 149px;
  width: 216px; }

.landing-news {
  padding: 60px 0; }
  .landing-news .container {
    width: 100%; }
  .landing-news .landing-news-carousel .owl-controls .owl-nav .owl-prev,
  .landing-news .landing-news-carousel .owl-controls .owl-nav .owl-next {
    background: transparent;
    padding: 0;
    width: auto; }
  .landing-news .landing-news-carousel .news-container {
    justify-content: center;
    position: initial; }
    .landing-news .landing-news-carousel .news-container .news-body-section .news-text-container .news-body {
      line-height: 23px; }
    .landing-news .landing-news-carousel .news-container .news-body-section .news-text-container .news-link {
      padding-bottom: 0; }
    .landing-news .landing-news-carousel .news-container .news-thumbnail {
      position: initial; }

.news-section:nth-child(even) {
  background: #fffaff; }

.news-section:nth-child(odd) {
  background: white; }

.news-section:hover {
  background: #fff5ff; }

.news-section {
  padding-top: 55px; }

.news-container {
  width: 100%;
  display: flex;
  position: relative; }
  .news-container h1, .news-container h2, .news-container h3, .news-container p {
    padding: 0;
    margin: 0; }
  .news-container .date-section {
    width: 100%;
    max-width: 227px; }
    .news-container .date-section .day {
      font-size: 15px;
      letter-spacing: 1px;
      margin-bottom: 10px; }
    .news-container .date-section .month-day {
      font-size: 48px;
      line-height: 56px;
      margin-bottom: 2px;
      margin-left: -4px; }
    .news-container .date-section .year {
      font-size: 27px;
      letter-spacing: -3px; }
  .news-container .news-body-section {
    width: 100%;
    max-width: 495px;
    min-width: 495px; }
    .news-container .news-body-section .news-text-container {
      max-width: 385px; }
      .news-container .news-body-section .news-text-container .news-sub-title {
        font-size: 13px;
        letter-spacing: 3px;
        margin-bottom: 14px; }
      .news-container .news-body-section .news-text-container .news-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 11px; }
      .news-container .news-body-section .news-text-container .news-body {
        font-size: 16px;
        line-height: 29px; }
      .news-container .news-body-section .news-text-container .news-link {
        padding-bottom: 71px; }
        .news-container .news-body-section .news-text-container .news-link a {
          font-size: 14px;
          letter-spacing: 2.7px; }
  .news-container .news-thumbnail-container {
    position: relative;
    width: 100%;
    max-width: 447px;
    max-height: 299px;
    margin-top: 5px; }
    .news-container .news-thumbnail-container .news-thumbnail {
      background-position: top center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      position: absolute;
      right: 0;
      padding-bottom: 50%; }

.media-contact-section {
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; }
  .media-contact-section .name-title {
    height: 105px;
    display: flex;
    align-items: center;
    float: left; }
    .media-contact-section .name-title .title {
      width: 227px;
      font-size: 15px;
      letter-spacing: 5px; }
    .media-contact-section .name-title .name {
      font-size: 22px; }
  .media-contact-section .social-links {
    width: 447px;
    height: 105px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .media-contact-section .social-icon-container .facebook {
    font-size: 33px;
    padding-right: 40px; }
  .media-contact-section .social-icon-container .twitter {
    font-size: 30px; }
  .media-contact-section .social-icon-container .social-icon {
    cursor: pointer; }
    .media-contact-section .social-icon-container .social-icon i:hover {
      color: magenta; }
  .media-contact-section .name-title span,
  .media-contact-section .name-title p,
  .media-contact-section .social-links span,
  .media-contact-section .social-links p {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin: 0; }

.news-event-section {
  min-height: 394px;
  padding-top: 49px;
  position: relative; }
  .news-event-section .event-heading {
    width: 227px;
    padding-top: 57px;
    float: left; }
    .news-event-section .event-heading h1 {
      font-size: 40px;
      letter-spacing: -1px;
      line-height: 45px; }
  .news-event-section .events-container {
    display: flex; }
    .news-event-section .events-container .event-container {
      width: 325px;
      display: flex;
      flex-flow: column wrap; }
      .news-event-section .events-container .event-container .event-date-main,
      .news-event-section .events-container .event-container .event-title {
        padding: 0;
        margin: 0; }
      .news-event-section .events-container .event-container .event-date-main {
        font-size: 40px;
        letter-spacing: -2.3px;
        padding-bottom: 17px; }
      .news-event-section .events-container .event-container .event-title {
        margin-bottom: 3px;
        font-size: 18px;
        line-height: 19px;
        color: #fff; }
      .news-event-section .events-container .event-container .event-info {
        width: 100%;
        max-width: 260px;
        padding: 0 !important; }
        .news-event-section .events-container .event-container .event-info .event-date-text,
        .news-event-section .events-container .event-container .event-info .event-time,
        .news-event-section .events-container .event-container .event-info .news-event-location {
          font-family: "DINNextLTPro-Light" !important;
          font-size: 15px;
          line-height: 21px;
          letter-spacing: 0.5px;
          margin-bottom: 0; }
        .news-event-section .events-container .event-container .event-info .news-event-location {
          width: 303px;
          display: block;
          padding-bottom: 17px !important; }
        .news-event-section .events-container .event-container .event-info .news-links {
          display: flex;
          margin-bottom: 88px; }
          .news-event-section .events-container .event-container .event-info .news-links a {
            cursor: pointer;
            font-size: 12px;
            letter-spacing: 1.2px; }
          .news-event-section .events-container .event-container .event-info .news-links a:hover {
            color: magenta !important; }
        .news-event-section .events-container .event-container .event-info .event-location {
          display: none; }
        .news-event-section .events-container .event-container .event-info .testing-text {
          font-size: 15px;
          line-height: 18px;
          height: 3.6em;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          margin-bottom: 0px; }
        .news-event-section .events-container .event-container .event-info .read-more-link {
          margin-bottom: 24px; }
        .news-event-section .events-container .event-container .event-info .reg-text,
        .news-event-section .events-container .event-container .event-info .event-reg-link {
          display: none; }
      .news-event-section .events-container .event-container .movie-poster {
        display: none; }
  .news-event-section .pink-bar {
    height: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

@media screen and (max-width: 1199px) {
  .news-container .date-section {
    max-width: 150px; }
  .news-container .news-thumbnail-container .news-thumbnail {
    max-width: 420px; }

  .media-contact-section .social-links {
    max-width: 420px; } }
@media screen and (max-width: 1024px) {
  .news-section {
    padding-top: 25px; }

  .news-container {
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 40px; }
    .news-container .date-section {
      flex: 2 50%;
      order: 2; }
    .news-container .news-body-section {
      width: auto;
      flex: 2 50%;
      order: 2;
      min-width: initial; }
      .news-container .news-body-section .news-text-container {
        max-width: initial; }
    .news-container .news-thumbnail-container .news-thumbnail {
      max-width: initial;
      max-height: initial;
      overflow: visible;
      display: flex;
      justify-content: center;
      position: initial;
      flex: 1 100%;
      order: 1; }

  .media-contact-section .social-links {
    width: auto; }
  .media-contact-section .social-icon-container .facebook {
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (max-width: 767px) {
  .split-section .container {
    margin: 0;
    width: 100% !important; }

  .landing-news-carousel .owl-stage-outer .owl-item.active {
    margin-right: 0 !important; }
  .landing-news-carousel.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    right: 5px; }
  .landing-news-carousel.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
    left: 5px; }
  .landing-news-carousel.owl-carousel:hover .owl-controls .owl-nav .owl-prev img,
  .landing-news-carousel.owl-carousel:hover .owl-controls .owl-nav .owl-next img {
    width: 20px; }

  .news-container .date-section {
    flex: 2 100%;
    max-width: initial; }

  .media-contact-section .name-title {
    float: none;
    height: auto; }
  .media-contact-section .social-links {
    height: auto;
    float: none; }

  .news-event-section .event-heading {
    padding-top: initial;
    float: none; } }
/*    BLOG PAGE
===============================================*/
.blog-intro {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 44px 35px 46px 35px;
  letter-spacing: 1px; }
  .blog-intro .blog-intro-wrapper {
    max-width: 970px; }
    .blog-intro .blog-intro-wrapper .blog-intro-header p {
      font-size: 20px;
      margin: 0;
      padding: 0;
      line-height: 29px; }
      .blog-intro .blog-intro-wrapper .blog-intro-header p .blog-name {
        color: white !important; }
    .blog-intro .blog-intro-wrapper .blog-intro-body p {
      margin: 0;
      padding: 20px 0 0 0;
      line-height: 25px; }

.blog-section {
  padding-top: 0; }
  .blog-section .blog-archive-nav {
    display: flex;
    margin-top: 40px;
    margin-bottom: 2px; }
    .blog-section .blog-archive-nav .inner-blog-nav {
      width: 785px;
      margin-left: 130px;
      display: flex;
      justify-content: space-between; }
      .blog-section .blog-archive-nav .inner-blog-nav div {
        letter-spacing: 3px; }
      .blog-section .blog-archive-nav .inner-blog-nav a {
        color: #787878 !important; }
      .blog-section .blog-archive-nav .inner-blog-nav .right-button {
        display: flex;
        width: 100%;
        justify-content: flex-end; }
    .blog-section .blog-archive-nav .archive-button {
      display: flex;
      font-size: 21px; }
  .blog-section .blog-outer-container {
    min-height: 255px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 64px;
    padding-top: 56px; }
  .blog-section .blog-container-link {
    cursor: pointer;
    color: inherit !important; }
  .blog-section .blog-container {
    display: flex;
    flex-flow: row wrap; }
    .blog-section .blog-container .date-section .day {
      letter-spacing: 2.5px; }
    .blog-section .blog-container .date-section .year {
      letter-spacing: 0.5px; }
    .blog-section .blog-container .date-section .journal-header {
      letter-spacing: 2.5px;
      padding-bottom: 10px;
      margin-bottom: 0; }
    .blog-section .blog-container .blog-body-section {
      max-width: 785px;
      min-width: initial; }
      .blog-section .blog-container .blog-body-section .byline p {
        padding: 0 0 50px;
        color: #b3b3b3; }
      .blog-section .blog-container .blog-body-section .blog-title {
        letter-spacing: 2px;
        font-weight: 400; }
      .blog-section .blog-container .blog-body-section .social-media-container {
        margin-top: 26px;
        padding-bottom: 36px;
        max-width: 150px;
        display: flex;
        justify-content: space-between; }
        .blog-section .blog-container .blog-body-section .social-media-container .social-media-item {
          cursor: pointer;
          max-width: 27px;
          max-height: 10px; }
          .blog-section .blog-container .blog-body-section .social-media-container .social-media-item img {
            width: 100%;
            height: 100%; }
        .blog-section .blog-container .blog-body-section .social-media-container .twt-icon {
          max-height: 18px; }
        .blog-section .blog-container .blog-body-section .social-media-container .fb-icon {
          max-height: 20px; }
      .blog-section .blog-container .blog-body-section .blog-text-container {
        max-width: 785px; }
        .blog-section .blog-container .blog-body-section .blog-text-container .news-title {
          letter-spacing: 0.3px; }
        .blog-section .blog-container .blog-body-section .blog-text-container .news-body {
          font-size: 16px !important;
          margin: 15px 0; }
          .blog-section .blog-container .blog-body-section .blog-text-container .news-body .blog-container-link {
            font-family: inherit; }
          .blog-section .blog-container .blog-body-section .blog-text-container .news-body .blog-text-bold {
            font-family: "DINNextLTPro-Bold" !important; }
          .blog-section .blog-container .blog-body-section .blog-text-container .news-body .blog-bullet {
            display: inline-block;
            padding-left: 30px; }
        .blog-section .blog-container .blog-body-section .blog-text-container .blog-author-section {
          font-size: 15px !important; }
        .blog-section .blog-container .blog-body-section .blog-text-container .top-border {
          border-top: 1px solid #787878;
          padding-top: 50px;
          margin-top: 0; }
        .blog-section .blog-container .blog-body-section .blog-text-container .blog-post-heading {
          letter-spacing: 1.2px;
          font-size: 65px;
          line-height: 66px; }
        .blog-section .blog-container .blog-body-section .blog-text-container .blog-full-image-container {
          padding-top: 5px; }
          .blog-section .blog-container .blog-body-section .blog-text-container .blog-full-image-container .blog-post-full-image {
            width: 100%; }
        .blog-section .blog-container .blog-body-section .blog-text-container .blog-image-caption {
          margin-top: 15px;
          font-size: 13px;
          line-height: 16px;
          width: auto;
          max-width: 500px; }
        .blog-section .blog-container .blog-body-section .blog-text-container .blog-side-image-container {
          max-width: 440px;
          margin-right: 30px; }
          .blog-section .blog-container .blog-body-section .blog-text-container .blog-side-image-container .blog-post-side-image {
            width: 100%; }
        .blog-section .blog-container .blog-body-section .blog-text-container .blog-wrapped-text {
          margin-top: -7px; }
        .blog-section .blog-container .blog-body-section .blog-text-container .blog-read-more {
          color: #176cc6 !important;
          padding-bottom: 0;
          margin-left: 2px;
          font-size: 13px;
          text-transform: uppercase;
          letter-spacing: 4px; }
    .blog-section .blog-container .blog-right-arrow {
      display: none; }
    .blog-section .blog-container .blog-bottom-nav {
      max-width: 785px;
      width: 100%;
      padding-top: 24px;
      margin-top: 60px;
      border-top: 1px solid #999999; }
      .blog-section .blog-container .blog-bottom-nav .inner-blog-nav {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .blog-section .blog-container .blog-bottom-nav .inner-blog-nav div {
          letter-spacing: 3px; }
        .blog-section .blog-container .blog-bottom-nav .inner-blog-nav a {
          color: #787878 !important; }
        .blog-section .blog-container .blog-bottom-nav .inner-blog-nav .right-button {
          display: flex;
          width: 100%;
          justify-content: flex-end; }
  .blog-section .blog-post-inner-container {
    padding-bottom: 112px; }

.blog-section .blog-outer-container:hover {
  background-color: white;
  position: relative; }
  .blog-section .blog-outer-container:hover .blog-container .blog-right-arrow {
    display: flex;
    position: absolute;
    right: 14px;
    bottom: 0;
    top: 0;
    transition: 0.3s; }

.blog-show-more-button {
  padding: 60px 0;
  display: flex;
  justify-content: center; }
  .blog-show-more-button .button-container .show-more-button {
    height: 85px;
    min-width: 250px;
    font-size: 25px;
    letter-spacing: 1px;
    border-radius: 80px;
    border: 1px solid #b3b3b3;
    display: flex;
    justify-content: center;
    align-items: center; }

@media screen and (max-width: 1199px) {
  .blog-section .blog-container .blog-body-section {
    margin-left: 0;
    padding: 0 80px; }
  .blog-section .blog-outer-container:hover .blog-container .blog-right-arrow {
    right: -30px; }
  .blog-section .blog-archive-nav .inner-blog-nav {
    margin-left: 53px; } }
@media screen and (max-width: 1024px) {
  .blog-section .blog-container .date-section {
    margin-bottom: 20px;
    order: initial; }
  .blog-section .blog-container .blog-body-section {
    width: 100%;
    padding: 0; }
    .blog-section .blog-container .blog-body-section .blog-text-container .blog-post-heading {
      font-size: 40px;
      line-height: 1.2; }
  .blog-section .blog-container .blog-listing-body {
    padding: 0 80px; } }
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .blog-post-inner-container {
    padding-left: 92px; } }
@media screen and (max-width: 767px) {
  .blog-section .blog-container .blog-body-section {
    padding: 0;
    margin-left: 0; } }
@media screen and (max-width: 674px) {
  .blog-section .blog-archive-nav {
    flex-flow: row wrap; }
    .blog-section .blog-archive-nav .inner-blog-nav {
      margin-top: 20px;
      margin-left: 0; }
  .blog-section .blog-container {
    padding-left: 40px; }
    .blog-section .blog-container .blog-body-section .blog-text-container .blog-post-heading {
      font-size: 28px;
      line-height: 1.2; }
    .blog-section .blog-container .blog-body-section .blog-text-container .blog-image-caption {
      width: auto; } }
/*    VIDEO/TALKS INTRO PAGE
===============================================*/
.video-page-slider {
  background-color: black; }
  .video-page-slider .slide {
    margin-left: -2px;
    margin-top: 122px;
    background-image: url("/images/custom-imgs/brca-spotlight-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px; }
    .video-page-slider .slide .slide-captions h1 {
      bottom: -9px !important;
      font-size: 112px; }

.video-intro {
  display: flex;
  letter-spacing: 1px;
  padding: 40px 20px; }
  .video-intro .video-intro-wrapper {
    flex: 2;
    padding: 0 20px; }
    .video-intro .video-intro-wrapper .video-intro-header {
      text-align: left;
      white-space: nowrap;
      padding: 0;
      font-size: 27px;
      margin-bottom: 16px; }
    .video-intro .video-intro-wrapper .video-intro-body {
      text-align: left;
      margin: 0;
      font-size: 16px;
      line-height: 21px; }
  .video-intro .video-intro-links {
    flex: 1;
    letter-spacing: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .video-intro .video-intro-links .link-header {
      font-size: 12px;
      letter-spacing: 4px; }
    .video-intro .video-intro-links .links-wrapper {
      display: flex;
      flex-direction: row; }
      .video-intro .video-intro-links .links-wrapper .links-column {
        width: fit-content;
        padding-right: 50px;
        font-size: 14px;
        display: flex;
        flex-direction: column; }
        .video-intro .video-intro-links .links-wrapper .links-column a {
          height: auto;
          width: fit-content; }

.video-section-landing {
  padding: 30px 20px 100px !important;
  background-color: white; }
  .video-section-landing .video-items-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .video-section-landing .video-items-wrapper .video-large-item {
      cursor: pointer;
      margin: 30px 13px 0;
      width: calc(33% - 22px); }
      .video-section-landing .video-items-wrapper .video-large-item .video-item-thumbnail {
        background-size: contain;
        background-repeat: no-repeat;
        height: 19vw;
        width: 100%; }
      .video-section-landing .video-items-wrapper .video-large-item .video-item-text-container {
        padding-top: 20px; }
        .video-section-landing .video-items-wrapper .video-large-item .video-item-text-container .video-title {
          padding: 0;
          margin: 0;
          font-size: 20px;
          line-height: 26px;
          letter-spacing: 2px; }
        .video-section-landing .video-items-wrapper .video-large-item .video-item-text-container .video-author {
          padding: 0;
          margin: 0;
          font-size: 20px; }
        .video-section-landing .video-items-wrapper .video-large-item .video-item-text-container .video-date {
          padding: 0;
          margin: 0;
          font-size: 20px; }

@media screen and (max-width: 1199px) {
  .video-intro {
    flex-direction: column; }
    .video-intro .video-intro-wrapper .video-intro-header {
      white-space: normal;
      line-height: 32px; }
    .video-intro .video-intro-links {
      margin-top: 20px;
      padding-left: 20px;
      justify-content: flex-start; }
      .video-intro .video-intro-links .links-wrapper {
        width: 100%; }
        .video-intro .video-intro-links .links-wrapper .links-column {
          margin: 0 50px 0 0; }

  .video-large-item {
    width: calc(50% - 30px) !important; }
    .video-large-item .video-item-thumbnail {
      height: 29vw !important; } }
@media screen and (max-width: 767px) {
  .video-page-slider .slide {
    margin-top: 152px; }

  .video-intro {
    align-content: center;
    justify-content: center; }
    .video-intro .video-intro-links {
      align-items: flex-start;
      margin-top: 20px; }
      .video-intro .video-intro-links .links-wrapper {
        justify-content: flex-start;
        width: 100%; }
        .video-intro .video-intro-links .links-wrapper .links-column {
          padding: 0;
          margin: 10px 20px 0 0; }

  .video-large-item {
    width: calc(100% - 30px) !important; }
    .video-large-item .video-item-thumbnail {
      height: 50vw !important; } }
@media screen and (max-width: 694px) {
  .video-page-slider .slide {
    margin-top: 216px; } }
@media screen and (max-width: 414px) {
  .links-column {
    font-size: 12px !important; } }
/*    VIDEOS/TALKS POST PAGE
===============================================*/
.video-section {
  width: calc(100% + 1px);
  padding-top: 0 !important;
  top: -103px; }
  .video-section .border-blocker {
    height: 140px;
    width: 100%;
    background-color: black; }
  .video-section .video-wrapper {
    display: flex; }
    .video-section .video-wrapper .video-right-content {
      margin-left: 20px;
      flex: 1;
      display: flex;
      flex-direction: column; }
      .video-section .video-wrapper .video-right-content .watch-next .watch-next-header {
        color: magenta;
        letter-spacing: 1px;
        font-size: 20px;
        padding-bottom: 10px;
        padding-top: 20px;
        margin-bottom: 10px;
        width: 100%;
        border-bottom: 2px solid lightgrey; }
        .video-section .video-wrapper .video-right-content .watch-next .watch-next-header h3 {
          font-size: 22px;
          font-weight: bold;
          color: black; }
      .video-section .video-wrapper .video-right-content .watch-next .video-item-wrapper {
        margin-top: 20px; }
    .video-section .video-wrapper .video-content {
      flex: 2; }
      .video-section .video-wrapper .video-content .video-meta {
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        color: black; }
        .video-section .video-wrapper .video-content .video-meta .video-title {
          margin-top: 20px;
          font-size: 24px; }
        .video-section .video-wrapper .video-content .video-meta .video-speaker {
          margin-top: 8px;
          font-size: 20px; }
      .video-section .video-wrapper .video-content .video-details-wrapper .nav-tabs {
        border: none !important; }
      .video-section .video-wrapper .video-content .video-details-wrapper .details-tabs {
        padding-left: 20px;
        padding-top: 15px;
        margin-bottom: 40px;
        border-bottom: 1px solid #e3e3e3; }
        .video-section .video-wrapper .video-content .video-details-wrapper .details-tabs .detail-tab {
          border: none !important;
          border-radius: 0;
          margin-right: 40px;
          width: fit-content;
          cursor: pointer; }
          .video-section .video-wrapper .video-content .video-details-wrapper .details-tabs .detail-tab a {
            border: none !important;
            padding: 0 0 5px 0;
            font-size: 19px;
            display: flex;
            flex-direction: column; }
            .video-section .video-wrapper .video-content .video-details-wrapper .details-tabs .detail-tab a:hover {
              background-color: white; }
            .video-section .video-wrapper .video-content .video-details-wrapper .details-tabs .detail-tab a .tab-heading {
              display: inline-block;
              color: black; }
            .video-section .video-wrapper .video-content .video-details-wrapper .details-tabs .detail-tab a .tab-sub {
              color: black;
              display: inline-block;
              font-size: 17px; }
          .video-section .video-wrapper .video-content .video-details-wrapper .details-tabs .detail-tab.active {
            border-bottom: 3px solid magenta !important; }
      .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper {
        padding-left: 20px;
        color: black;
        display: flex;
        flex-direction: row; }
        .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper .video-post-text {
          padding-right: 50px;
          flex: 2; }
          .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper .video-post-text p {
            color: black;
            font-weight: bold;
            padding-bottom: 0; }
        .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper .video-post-speaker-wrapper {
          flex: 1;
          display: flex;
          flex-direction: column; }
          .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper .video-post-speaker-wrapper .speaker-details-wrapper {
            display: flex;
            flex-direction: column; }
            .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper .video-post-speaker-wrapper .speaker-details-wrapper .speaker-header {
              font-size: 19px;
              margin-bottom: 5px; }
            .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper .video-post-speaker-wrapper .speaker-details-wrapper .speaker-photo {
              height: 150px;
              width: 100%;
              background-size: contain;
              background-repeat: no-repeat;
              margin-bottom: 5px; }
            .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper .video-post-speaker-wrapper .speaker-details-wrapper .speaker-name {
              font-size: 15px; }
            .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper .video-post-speaker-wrapper .speaker-details-wrapper .speaker-title {
              font-size: 15px;
              font-style: italic;
              margin-bottom: 10px; }
          .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper .video-post-speaker-wrapper .speaker-bio {
            padding-right: 44px; }
            .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper .video-post-speaker-wrapper .speaker-bio p {
              padding-bottom: 0;
              color: black;
              font-size: 14px;
              line-height: 20px; }

@media screen and (max-width: 1199px) {
  .video-section .video-wrapper {
    flex-direction: column; }
    .video-section .video-wrapper .video-right-content {
      flex: 1; }
    .video-section .video-wrapper .video-content {
      flex: 1; }
      .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper {
        flex-direction: column; }
        .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper .video-post-speaker-wrapper {
          margin-top: 20px;
          flex-direction: row; }
          .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper .video-post-speaker-wrapper .speaker-details-wrapper {
            flex: 1;
            flex-direction: column; }
          .video-section .video-wrapper .video-content .video-details-wrapper .video-post-text-wrapper .video-post-speaker-wrapper .speaker-bio {
            margin: 0 20px;
            flex: 5; } }
@media screen and (max-width: 1032px) {
  .video-section {
    padding-top: 0 !important; } }
@media screen and (max-width: 1031px) {
  .video-section {
    padding-top: 107px !important; } }
@media screen and (max-width: 991px) {
  .video-section {
    padding-top: 106px !important; } }
@media screen and (max-width: 767px) {
  .video-section {
    padding-top: 106px; }

  .speaker-bio {
    padding-right: 30px;
    flex: 2 !important; } }
@media screen and (max-width: 694px) {
  .border-blocker {
    height: 215px !important; } }
@media screen and (max-width: 585px) {
  .video-section {
    padding-top: 106px; }

  .speaker-header {
    font-size: 15px !important; } }
@media screen and (max-width: 459px) {
  .video-section .video-wrapper .video-content .video-details-wrapper .details-tabs .detail-tab {
    margin-right: 24px; }
    .video-section .video-wrapper .video-content .video-details-wrapper .details-tabs .detail-tab a .tab-heading {
      font-size: 17px; }
    .video-section .video-wrapper .video-content .video-details-wrapper .details-tabs .detail-tab a .tab-sub {
      font-size: 14px; } }
@media screen and (max-width: 350px) {
  .video-section .video-wrapper .video-content .video-details-wrapper .details-tabs .detail-tab {
    margin-right: 20px; }
    .video-section .video-wrapper .video-content .video-details-wrapper .details-tabs .detail-tab a .tab-heading {
      font-size: 15px; }
    .video-section .video-wrapper .video-content .video-details-wrapper .details-tabs .detail-tab a .tab-sub {
      font-size: 13px; } }
.video-small-item {
  margin: 15px 12px 10px 0; }
  .video-small-item .video-item-outer-container {
    cursor: pointer;
    display: flex;
    justify-content: space-between; }
    .video-small-item .video-item-outer-container .video-item-text-container {
      flex: 3;
      padding-right: 10px; }
      .video-small-item .video-item-outer-container .video-item-text-container .video-title {
        padding: 0;
        margin: 0;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 2px; }
      .video-small-item .video-item-outer-container .video-item-text-container .video-author {
        padding: 0;
        margin: 0;
        font-size: 15px; }
      .video-small-item .video-item-outer-container .video-item-text-container .video-date {
        padding: 0;
        margin: 0;
        font-size: 15px; }
    .video-small-item .video-item-outer-container .video-item-thumbnail {
      width: 160px;
      height: 90px;
      background-size: contain;
      background-repeat: no-repeat; }

@media screen and (max-width: 1300px) {
  .video-page-slider .slide .slide-captions h1 {
    bottom: 3px !important; } }
@media screen and (max-width: 1199px) {
  .video-page-slider .slide .slide-captions h1 {
    bottom: -5px !important; } }
@media screen and (max-width: 1024px) {
  .video-page-slider .slide .slide-captions h1 {
    bottom: -5px !important; } }
@media screen and (max-width: 767px) {
  .video-page-slider .slide {
    min-height: 200px; }
    .video-page-slider .slide .slide-captions h1 {
      bottom: -14px !important; } }
@media screen and (max-width: 674px) {
  .video-page-slider .slide .slide-captions h1 {
    bottom: -12px !important; } }
@media screen and (max-width: 414px) {
  .video-page-slider .slide {
    margin-top: 162px; }
    .video-page-slider .slide .slide-captions {
      margin-top: 80px; }
      .video-page-slider .slide .slide-captions h1 {
        font-size: 40px !important;
        bottom: -13px !important; } }
/*    Thank You Email PAGE
===============================================*/
.thank-you-slider .landing-header-text {
  font-size: 50px !important;
  line-height: 50px !important; }

/*    Archive PAGE
===============================================*/
.archive-filter-nav {
  display: flex;
  align-items: center;
  height: 110px;
  position: relative;
  overflow: visible;
  z-index: 1; }
  .archive-filter-nav .archive-mobile-nav {
    display: none; }
  .archive-filter-nav .archive-nav-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 785px;
    position: relative; }
    .archive-filter-nav .archive-nav-container .filter {
      letter-spacing: 3px;
      font-size: 18px; }
    .archive-filter-nav .archive-nav-container .archive-nav-item {
      position: relative;
      left: 12px; }
      .archive-filter-nav .archive-nav-container .archive-nav-item .archive-dropdown-container {
        visibility: hidden;
        height: 40px;
        width: auto;
        position: absolute; }
    .archive-filter-nav .archive-nav-container .archive-nav-header {
      font-size: 18px; }
      .archive-filter-nav .archive-nav-container .archive-nav-header img {
        max-width: 15px;
        position: relative;
        left: 10px; }
    .archive-filter-nav .archive-nav-container .archive-dropdown {
      position: absolute;
      width: 215px;
      padding: 10px;
      box-shadow: 5px 5px 15px #ccc; }
      .archive-filter-nav .archive-nav-container .archive-dropdown .dropdown-item {
        font-size: 17px;
        padding: 5px 5px; }
    .archive-filter-nav .archive-nav-container .archive-nav-item:hover {
      cursor: pointer; }
      .archive-filter-nav .archive-nav-container .archive-nav-item:hover .archive-dropdown-container {
        visibility: visible; }
      .archive-filter-nav .archive-nav-container .archive-nav-item:hover .dropdown-item:hover {
        background-color: #f2f2f2;
        cursor: pointer; }

.archive-section {
  padding-bottom: 112px !important; }

.archive-outer-container:hover {
  background: white; }

.archive-month-header {
  letter-spacing: -1px;
  font-size: 39px;
  margin-top: 31px;
  margin-bottom: 17px; }

.archive-outer-container {
  padding: 23px 0; }
  .archive-outer-container .archive-post-date {
    font-size: 17px; }
  .archive-outer-container .archive-seperator {
    max-height: 145px;
    overflow: hidden; }
    .archive-outer-container .archive-seperator .news-title {
      margin: 0 !important; }
    .archive-outer-container .archive-seperator .news-body {
      margin: 0 !important;
      display: block;
      display: -webkit-box;
      height: 87px;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }

@media screen and (max-width: 1024px) {
  .archive-filter-nav .archive-nav-container .archive-dropdown {
    width: auto; } }
@media screen and (max-width: 674px) {
  .archive-filter-nav .archive-mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .archive-filter-nav .archive-mobile-nav .line {
      width: 30px;
      background: black;
      margin: 2px 0;
      padding: 2px 2px; }
  .archive-filter-nav .archive-nav-container {
    display: none;
    position: absolute;
    flex-direction: column;
    align-items: center;
    background: white;
    left: 0;
    right: 0; }
    .archive-filter-nav .archive-nav-container .archive-nav-item {
      position: initial;
      margin: 10px 0; }
      .archive-filter-nav .archive-nav-container .archive-nav-item .archive-dropdown-container {
        position: initial; }
  .archive-filter-nav .archive-nav-container:hover .archive-dropdown-container {
    height: initial; }
    .archive-filter-nav .archive-nav-container:hover .archive-dropdown-container .archive-dropdown {
      position: initial; } }
/*    EVENTS PAGE
===============================================*/
.events-heading h1 {
  font-size: 112px !important;
  bottom: -7px !important; }
.events-heading .dark-pink {
  color: magenta; }

.event-date-main {
  font-size: 90px;
  letter-spacing: -3.9px; }

.events {
  padding-top: 146px; }
  .events .past-events-heading {
    font-size: 36px;
    color: #fe82ff; }
  .events .event-container {
    display: flex;
    flex-flow: row wrap; }
  .events .event-title {
    font-size: 30px;
    line-height: 34px;
    width: 100%; }
  .events .movie-poster {
    margin-bottom: 60px; }
    .events .movie-poster img {
      width: 100%; }
  .events .event-info .event-date-text,
  .events .event-info .event-location,
  .events .event-info .event-time {
    color: #4d4d4d;
    font-size: 30px;
    line-height: 31px; }
  .events .event-info .news-event-location,
  .events .event-info .news-links {
    display: none; }
  .events .event-info .reg-text {
    color: #ab00ab;
    font-size: 19px; }
  .events .event-info .event-body,
  .events .event-info .testing-text {
    color: #4d4d4d;
    font-size: 19px;
    line-height: 23px; }
  .events .event-info .event-reg-link {
    font-size: 16px;
    cursor: pointer; }
  .events .event-container:not(.has-img) {
    width: 100%;
    padding-bottom: 60px; }
    .events .event-container:not(.has-img) .event-title {
      margin-bottom: 0; }
    .events .event-container:not(.has-img) .event-info {
      padding-left: 0 !important;
      padding-bottom: 0 !important;
      width: 100%;
      display: flex;
      flex-flow: row wrap; }
      .events .event-container:not(.has-img) .event-info .event-date-text {
        order: 2;
        padding-right: 10px; }
      .events .event-container:not(.has-img) .event-info .event-time {
        order: 3;
        flex: 0 1 100%; }
      .events .event-container:not(.has-img) .event-info .event-location {
        margin-bottom: 0 !important;
        flex: 1 0 100%;
        order: 1; }
      .events .event-container:not(.has-img) .event-info .event-body {
        padding-bottom: 0 !important;
        order: 5;
        padding-right: 5px;
        margin-bottom: 0; }
      .events .event-container:not(.has-img) .event-info .event-reg-link {
        order: 6;
        flex: 1 0 100%; }
      .events .event-container:not(.has-img) .event-info .testing-text {
        order: 5;
        margin-bottom: 0; }
  .events .event-brca-info {
    margin-top: -25px; }
    .events .event-brca-info .brca-title {
      color: #73c7c7;
      font-size: 39px;
      line-height: 41px; }
    .events .event-brca-info .learn-brca {
      font-size: 23px;
      line-height: 28px;
      color: #787878; }
    .events .event-brca-info .no-panel-callout {
      font-size: 28px;
      line-height: 28px; }
    .events .event-brca-info .no-panel-callout-sub {
      font-size: 22px;
      line-height: 22px; }
    .events .event-brca-info .testing-box {
      background-color: #fe82ff;
      text-align: center; }
      .events .event-brca-info .testing-box .test-heading {
        font-size: 36px;
        line-height: 38px; }
        .events .event-brca-info .testing-box .test-heading span {
          display: block;
          font-size: 31px; }
      .events .event-brca-info .testing-box .testing-body-top {
        font-size: 19px;
        line-height: 24px; }
      .events .event-brca-info .testing-box .testing-body-bottom {
        font-size: 18px;
        line-height: 25px; }
      .events .event-brca-info .testing-box .signup-btn {
        border: 1px solid #fff;
        width: 245px;
        height: 60px;
        line-height: 60px;
        margin: auto;
        font-size: 31px; }
  @media screen and (max-width: 1150px) {
    .events .event-wrap {
      width: 100%; }
    .events .event-container .event-info {
      padding-left: 0 !important;
      width: auto; }
    .events .event-brca-info {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .events .movie-poster {
      width: 37%; } }
  @media screen and (max-width: 768px) {
    .events .event-date-main {
      font-size: 60px;
      padding: 0; }
    .events .event-container {
      text-align: center; }
      .events .event-container .event-title {
        font-size: 20px;
        width: 100%; }
      .events .event-container .movie-poster {
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 0; }
        .events .event-container .movie-poster img {
          margin: auto; }
      .events .event-container .event-info {
        padding-left: 15px !important;
        width: 100%; }
        .events .event-container .event-info .event-body {
          padding-bottom: 0 !important; }
      .events .event-container .event-info:not(:first-child) {
        display: block;
        padding-right: 0; } }
  @media screen and (max-width: 440px) {
    .events .event-date-main {
      font-size: 50px; } }

@media screen and (max-width: 1199px) {
  .events .container {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px; }

  .news-slider.inspiro-slider.events-heading .slide-captions h1 {
    bottom: 0px !important; } }
/*    REGISTRY PAGE
===============================================*/
.registry-bar .donate-button {
  width: auto;
  padding: 5px 25px; }
.registry-bar .social-button {
  padding: 0; }
  .registry-bar .social-button div {
    display: flex;
    align-items: center;
    padding: 0 17px 0;
    max-width: 60px;
    min-height: 37px;
    float: right;
    transform: skew(0deg); }
    .registry-bar .social-button div i {
      transform: skew(19deg); }
.registry-bar .twitter-button div {
  background-color: #00aced; }
  .registry-bar .twitter-button div i {
    font-size: 17px; }
.registry-bar .facebook-button div {
  background-color: #3b59ca; }
  .registry-bar .facebook-button div i {
    font-size: 23px; }
.registry-bar .podcast-btn {
  background-color: #ffadff !important; }
.registry-bar .testing {
  background-color: #7fcece; }
  @media screen and (max-width: 475px) {
    .registry-bar .testing {
      overflow: hidden; }
      .registry-bar .testing p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; } }
.registry-bar .brca-registry {
  background-color: #ff8dff; }
.registry-bar .registry-donate {
  background-color: magenta; }

.registry-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 112px;
  color: #ff8dff;
  position: relative;
  top: 7px;
  z-index: 1; }

.registry h4 {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -1px;
  color: #ab00ab;
  font-weight: 100; }
.registry .reg-body {
  color: #999999;
  font-size: 22px;
  line-height: 30px; }
.registry .under-link {
  text-align: center !important;
  color: #999999;
  font-size: 12px;
  line-height: 16px;
  text-align: left; }
.registry .registry-btn {
  width: 100%;
  font-size: 19px;
  line-height: 38px;
  height: 90px;
  color: #ff8dff !important;
  border: 1px solid #ff8dff;
  border-radius: none; }
.registry .test h3 {
  color: #7fcece; }
.registry .test .test-subtext {
  color: #999999;
  font-size: 25px;
  line-height: 30px; }
.registry .test .test-body {
  color: #999999;
  font-size: 18px;
  line-height: 25px; }
.registry .test .donate-bottom {
  padding: 20px 90px;
  text-align: center; }
  .registry .test .donate-bottom .donate-footer {
    color: #ab00ab;
    font-size: 14px;
    line-height: 20px; }
  .registry .test .donate-bottom .donate-subfooter {
    font-size: 12px;
    line-height: 16px;
    color: #999999; }
.registry .test-pro-btn {
  height: 60px;
  width: 100%;
  font-size: 31px;
  background-color: #73c7c7;
  border: none; }

.donate-box {
  background-color: magenta;
  padding: 20px; }
  .donate-box h4 {
    font-size: 42px; }
  .donate-box .donate-body {
    font-size: 14px;
    line-height: 20px; }
  .donate-box .donate-info {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase; }
  .donate-box .donate-btn {
    height: 60px;
    width: 100%;
    line-height: 37px;
    font-size: 43px;
    text-transform: uppercase;
    background-color: rgba(171, 0, 171, 0.3); }

/*    STAT TEAM PAGE
===============================================*/
.stat-page .registry-bar {
  box-shadow: none; }
  .stat-page .registry-bar .testing {
    background-color: #4d4d4d; }
  .stat-page .registry-bar .brca-registry {
    background-color: #ab00ab; }
  .stat-page .registry-bar .registry-donate {
    background-color: #999999; }

.particles-section {
  padding-top: 121px !important;
  padding-bottom: 121px !important; }
  .particles-section .particles-header {
    position: relative;
    top: 143px; }
    .particles-section .particles-header h1 {
      bottom: -9px;
      font-size: 112px;
      text-align: center;
      text-transform: uppercase; }
  .particles-section .stat-read-more {
    color: magenta !important;
    font-size: 17px;
    letter-spacing: 3px;
    padding-left: 20px; }

.stat-page .particles-section {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }
  .stat-page .particles-section .particles-header {
    position: relative;
    top: 220px; }

.stat-team-section {
  color: #fff;
  padding-bottom: 110px;
  padding-top: 90px; }
  .stat-team-section .stat-header h3 {
    font-size: 65px;
    text-transform: uppercase;
    color: #b3b3b3; }
  .stat-team-section .stat-header h4 {
    font-size: 50px; }
  .stat-team-section .advisory-info h5 {
    color: #888888;
    font-size: 34px;
    line-height: 34px; }
    .stat-team-section .advisory-info h5 span {
      color: #999999; }
  .stat-team-section .team-member .member-img img {
    max-width: 245px;
    border-radius: 50%; }
  .stat-team-section .team-member .member-info h3 {
    font-size: 34px;
    text-transform: uppercase; }
  .stat-team-section .team-member .member-info .education {
    font-size: 22px;
    line-height: 25px;
    color: #dfdfdf; }
  .stat-team-section .team-member .member-info .personal {
    font-size: 19px;
    line-height: 23px;
    color: #888888;
    padding-bottom: 75px; }

@media screen and (max-width: 1300px) {
  .particles-section .particles-header {
    top: 132px; }

  .stat-page .particles-section .particles-header {
    top: 207px; } }
@media screen and (max-width: 1199px) {
  .stat-team-section .stat-header h3 {
    line-height: 55px; }
  .stat-team-section .stat-header h4 {
    line-height: 50px; }

  .member-img {
    display: flex;
    justify-content: center;
    align-items: center; }

  .member-info-wrap {
    padding-left: 50px; } }
@media screen and (max-width: 690px) {
  .particles-section .particles-header {
    top: 128px; } }
@media screen and (max-width: 600px) {
  .member-info-wrap {
    padding-left: initial; }

  .particles-section .particles-header {
    top: 134px; }
    .particles-section .particles-header h1 {
      font-size: 90px; } }
@media screen and (max-width: 435px) {
  .particles-section .particles-header {
    top: 213px; }
    .particles-section .particles-header h1 {
      font-size: 75px; } }
/*    HOME: IMAGINE SECTION
================================*/
.imagine-text p {
  font-size: 60px;
  line-height: 1;
  letter-spacing: .6px;
  padding-bottom: 0;
  margin-bottom: 0; }

/*    HOME: CANCER CELL SECTION
================================*/
.cancer-cell-section-desktop {
  display: flex;
  height: 600px;
  background-image: url(../images/custom-imgs/cancer_cell_slider.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  background-size: cover; }
  .cancer-cell-section-desktop h1 {
    text-align: center;
    font-size: 68px;
    line-height: 80px; }

.cancer-cell-section-mobile {
  display: none; }

/*    WHO WE ARE: VISION SECTION
=========================================*/
.vision h1 {
  letter-spacing: 1px;
  font-size: 76px;
  line-height: 46px; }
.vision h2 {
  font-size: 43px;
  line-height: 46px;
  letter-spacing: -1px; }
.vision .mission h1 {
  font-size: 66px;
  color: rgba(171, 0, 171, 0.87) !important;
  margin: 0; }
.vision .mission h2 {
  font-size: 28px;
  line-height: 31px; }

/*    INVESTIGATORS PAGE
================================*/
.investigators .logo-wrap {
  text-align: center; }
  .investigators .logo-wrap img {
    width: 100%;
    max-width: 284px; }
.investigators h1 {
  font-size: 65px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase; }
  .investigators h1 span {
    text-transform: initial; }
.investigators h3 {
  font-size: 27px;
  line-height: 30px; }

.inv-wrap {
  clear: both; }

.inv-img {
  display: inline-block;
  height: 140px;
  max-width: 140px;
  max-height: 140px;
  margin-right: 40px;
  margin-left: 18px;
  margin-bottom: 87px;
  overflow: hidden; }
  .inv-img img {
    max-width: 140px; }

.title-wrap {
  display: inline-block;
  padding-left: 7px; }
  .title-wrap h4 {
    font-size: 20px;
    margin: 0; }
  .title-wrap h5 {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    margin: 0; }
  .title-wrap p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 8px;
    max-width: 350px; }
  .title-wrap .related-links {
    width: 335px;
    overflow: auto; }
    .title-wrap .related-links a {
      font-size: 12px;
      line-height: 17px;
      padding-bottom: 5px;
      display: inline-block; }

.inv-body p {
  font-size: 15px;
  line-height: 20px; }

/*    PLEASE JOIN SECTION
================================*/
.please-join-section {
  padding: 50px 0; }
  .please-join-section .donate-btn {
    width: 80%;
    margin: 0 auto;
    max-width: 640px;
    height: 60px;
    font-size: 43px;
    color: rgba(255, 255, 255, 0.87) !important;
    border: 1px solid rgba(255, 255, 255, 0.6);
    text-align: center;
    letter-spacing: 2px;
    padding: 0 !important;
    opacity: .87;
    border-radius: 0; }
  .please-join-section p {
    letter-spacing: .5px; }
  .please-join-section p:first-child {
    font-size: 60px;
    line-height: 54px;
    margin: 0; }
  .please-join-section p:nth-child(2) {
    font-size: 28px; }
  .please-join-section p:nth-child(3) {
    font-size: 23px;
    line-height: 1.2; }

/*    PODCAST PAGE
  =============================================*/
.podcast-section .podcast-wrap h1 {
  font-size: 55px; }
.podcast-section .podcast-wrap h5 {
  font-size: 27px; }
.podcast-section .podcast-wrap p {
  font-size: 16px; }
.podcast-section .podcast-wrap .itunes-wrap {
  display: flex;
  flex-flow: row; }
  .podcast-section .podcast-wrap .itunes-wrap img {
    height: 100%;
    width: 140px; }
  .podcast-section .podcast-wrap .itunes-wrap a {
    margin-top: 20px !important;
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 56px; }
  .podcast-section .podcast-wrap .itunes-wrap .m-t-20 {
    margin-top: 0 !important; }
.podcast-section .podcast-info p {
  font-size: 16px; }
.podcast-section .podcast-description {
  padding-bottom: 51px; }
@media screen and (max-width: 1024px) {
  .podcast-section .podcast-info img {
    width: 100%; } }

/*    WHAT IS POSSIBLE SECTION
===================================*/
.what-is-possible-section p {
  font-size: 29px;
  line-height: 1.5;
  letter-spacing: .3px; }

/*    CONTACT US: CONTACT SECTION
===================================*/
.inspiro-slider.contact-slider .slide-captions h1 {
  bottom: -7px !important; }

.contact h3 {
  font-size: 29px; }
.contact p {
  font-size: 16px;
  line-height: 24px;
  color: #242424; }
.contact address {
  line-height: 20px; }
  .contact address span {
    color: #787878; }
.contact .form-control {
  border: none; }
  .contact .form-control::-webkit-input-placeholder {
    color: #555; }
.contact label {
  color: #787878; }
.contact form button {
  border-radius: 0;
  border: none !important; }

/*    RANDOM CSS TO RELOCATE SECTION
================================*/
.text-uppercase {
  text-transform: uppercase; }

.imagine-section-desktop {
  font-size: 65px; }

.imagine-section-mobile {
  display: none; }

.dropdown-menu a {
  color: white !important;
  font-size: 14px !important; }

.newsletter-mobile {
  display: none; }

/*    FOOTER SECTION
================================*/
.widget-newsletter small {
  font-size: 14px; }
.widget-newsletter .tax-info {
  width: 245px;
  margin-top: 45px; }
  .widget-newsletter .tax-info small {
    line-height: 18px; }
  .widget-newsletter .tax-info .tax-number {
    font-size: 23px;
    padding-bottom: 0; }

.text-italic {
  font-style: italic !important; }

.twitter-container .recent-tweet .tweet-text {
  display: flex;
  flex-flow: row wrap;
  padding: 0; }
  .twitter-container .recent-tweet .tweet-text .twitter-icon {
    padding-right: 10px; }
  .twitter-container .recent-tweet .tweet-text .twitter-text {
    flex: 1; }
  .twitter-container .recent-tweet .tweet-text a {
    color: white !important; }
  .twitter-container .recent-tweet .tweet-text a:hover {
    color: rgba(255, 255, 255, 0.8) !important; }
.twitter-container .recent-tweet .twitter-message {
  display: flex;
  flex-flow: row wrap; }
  .twitter-container .recent-tweet .twitter-message .message-container {
    flex: 1; }
    .twitter-container .recent-tweet .twitter-message .message-container .twitter-image {
      display: none; }
      .twitter-container .recent-tweet .twitter-message .message-container .twitter-image img {
        width: 100%;
        border-radius: 5px; }
    .twitter-container .recent-tweet .twitter-message .message-container .twitter-time p {
      padding: 0; }

footer .mission-statement {
  margin: 0;
  padding-bottom: 16px;
  font-size: 16px; }

.rights {
  color: #6b6c6d; }

.background-dark .widget.widget-newsletter .input-group-addon {
  color: #c4c5c6; }

.footer-nav {
  display: inline-block; }
  .footer-nav li {
    display: inline;
    padding-left: 10px; }
    .footer-nav li a {
      color: white !important; }
    .footer-nav li a:hover {
      color: #999999 !important; }

/*    MEDIA QUERIES
================================*/
@media (max-width: 1200px) and (min-width: 1060px) {
  #logo {
    max-width: 305px;
    top: 0px; }
    #logo img {
      width: 285px; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .registry .registry-btn {
    white-space: pre-wrap;
    line-height: 22px;
    height: 110px; } }
@media (max-width: 1067px) and (min-width: 990px) {
  #logo {
    max-width: 300px;
    top: 0px; }
    #logo img {
      width: 250px; } }
@media screen and (min-width: 1024px) {
  .news-slider.inspiro-slider .slide-captions h1 {
    font-size: 112px !important; } }
@media screen and (max-width: 1023px) and (min-width: 992px) {
  .news-slider.inspiro-slider .slide-captions h1 {
    bottom: -5px !important; } }
/* ALL MAX WIDTH MEDIA QUERIES
=======================================*/
@media (max-width: 1512px) {
  .landing-container .landing-right .landing-text .landing-heading {
    line-height: 30px !important;
    font-size: 28px !important; } }
@media (max-width: 1400px) {
  #mainMenu > ul > li > a {
    font-size: 14px; }

  .join-section .container .tiles-container .tile {
    width: 360px;
    height: 400px; }
    .join-section .container .tiles-container .tile .tile-image {
      height: 255px; }
    .join-section .container .tiles-container .tile .tile-button {
      width: 300px;
      height: 56px; }
      .join-section .container .tiles-container .tile .tile-button .tile-button-text {
        font-size: 18px; }
    .join-section .container .tiles-container .tile.honor .tile-button .tile-button-text {
      font-size: 16px !important; } }
@media (max-width: 1300px) {
  .registry-heading {
    top: 19px; } }
@media screen and (max-width: 1245px) {
  .donate-container {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    transform: initial;
    right: 0; }
    .donate-container .donate-button {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0; }
      .donate-container .donate-button p {
        transform: initial; }

  .registry-bar .social-button {
    flex: initial !important; }
    .registry-bar .social-button div i {
      transform: initial; } }
@media (max-width: 1199px) {
  #slider .slide-captions h1 {
    bottom: -6px;
    font-size: 83px; }

  #slider .landing-header-text {
    font-size: 60px;
    line-height: 66px; }

  .news-slider.inspiro-slider .slide-captions h1 {
    bottom: 3px !important; }

  .faq-slider .slide-captions h1 {
    font-size: 112px !important;
    bottom: 3px !important; }

  .donate-section .donate-btn {
    bottom: 176px; }

  .directors .profile-img-wrap {
    max-height: 275.328px; }

  .directors h2 {
    font-size: 55px; }

  .events-heading h1 {
    bottom: 4px !important; }

  .partners-container img {
    width: 90%;
    margin: 0 20px; }

  .join-section .container .tiles-container .tile {
    width: 300px;
    height: 360px; }
    .join-section .container .tiles-container .tile .tile-image {
      height: 255px; }
    .join-section .container .tiles-container .tile .tile-button {
      width: 260px;
      height: 50px; }
      .join-section .container .tiles-container .tile .tile-button .tile-button-text {
        font-size: 16px; }
    .join-section .container .tiles-container .tile.honor .tile-button .tile-button-text {
      font-size: 14px !important;
      letter-spacing: 1px !important; }

  .call-to-action {
    padding: 40px 40px;
    width: 80vw;
    height: 70vh; }
    .call-to-action .cta-header {
      font-size: 26px;
      margin-bottom: 20px; }
    .call-to-action .cta-sub-header {
      padding-bottom: 0;
      font-size: 16px; }
    .call-to-action .cta-steps-container {
      margin-bottom: 20px; }
      .call-to-action .cta-steps-container .cta-step {
        height: 40px; }
        .call-to-action .cta-steps-container .cta-step .icon {
          line-height: 36px;
          font-size: 24px;
          height: 36px;
          width: 36px;
          margin-right: 30px; }
        .call-to-action .cta-steps-container .cta-step span {
          font-size: 20px; } }
@media (max-width: 1108px) {
  .top-banner .v-foundation br {
    display: initial; }

  #mainMenu > ul > li > a {
    font-size: 12px; }

  .help-section .container .help-header {
    width: 80%;
    font-size: 30px; }

  .landing-container {
    flex-direction: column; }
    .landing-container .landing-right .landing-text {
      padding-top: 64px; }
      .landing-container .landing-right .landing-text .landing-right-lower {
        padding-bottom: 42px; } }
@media (max-width: 1050px) {
  .possible-container {
    background-attachment: initial; }

  .cancer-cell-section-desktop {
    background-position: center; }

  .cancer-cell-section-mobile {
    background-position-x: center; }

  .split-section {
    height: fit-content; }
    .split-section .split-item .split-header {
      margin-top: 0; } }
@media (max-width: 1031px) {
  #slider h2 span::before {
    content: "\A";
    white-space: pre; }

  #logo img {
    width: auto; }

  .news-slider.inspiro-slider .slide-captions h1 {
    bottom: 0 !important; }

  .faq-slider .slide-captions h1 {
    bottom: 4px !important; }

  #mainMenu > ul > li > a {
    font-size: 11px; }

  .mobile-container {
    position: absolute;
    width: 100%;
    top: 0; }

  .vision .mission h1 {
    padding-top: 20px; }

  .donate-container {
    flex-direction: row;
    position: absolute;
    width: 100%;
    right: 0;
    transform: none; }

  .donate-section .donate-btn {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0; }

  .registry-bar .spotlight {
    order: 1; }
  .registry-bar .journal-btn {
    order: 2; }
  .registry-bar .podcast-btn {
    order: 3; }
  .registry-bar .testing {
    order: 4; }
  .registry-bar .memoriam {
    order: 5; }
  .registry-bar .facebook-button {
    max-width: 10%;
    order: 6;
    background-color: #3b59ca; }
  .registry-bar .twitter-button {
    max-width: 10%;
    order: 7;
    background-color: #00aced; }
  .registry-bar .donate-button {
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .registry-bar .donate-button p {
      font-size: 13px !important;
      transform: none; }
    .registry-bar .donate-button div {
      justify-content: center;
      max-width: initial;
      width: 10%; }
      .registry-bar .donate-button div i {
        transform: none; }

  .cancer-cell-section {
    background-size: 150%; }
    .cancer-cell-section h1 {
      text-align: center; }
      .cancer-cell-section h1 br {
        display: none; }

  .news-research {
    padding-left: 0 !important; }

  .partners-section .news-research img {
    position: initial; }

  #header.header-dark.header-navigation-light .lines,
  #header.header-dark.header-navigation-light .lines:before,
  #header.header-dark.header-navigation-light .lines:after {
    background-color: #fff; }

  .directors .profile-img-wrap {
    max-height: 327.688px; }

  footer .mission-statement {
    display: table; } }
@media (max-width: 1017px) {
  .help-section .help-header {
    align-self: center;
    width: 80%; }
    .help-section .help-header br {
      display: none; }
  .help-section .border.top-wrapper .top-center {
    padding-top: 20px; } }
@media (max-width: 1000px) {
  .registry-heading {
    font-size: 95px;
    top: 14px; }

  .join-section {
    padding-top: 70px; }
    .join-section .container {
      padding: 0 30px; }
      .join-section .container .text-container .join-header {
        font-size: 33px;
        line-height: 35px; }
      .join-section .container .text-container .join-content {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 0; }
      .join-section .container .tiles-container {
        flex-direction: column;
        align-items: center; }
        .join-section .container .tiles-container .tile {
          height: 385px;
          width: auto;
          border: none;
          background: none; }
          .join-section .container .tiles-container .tile .tile-image {
            height: 100%; }
          .join-section .container .tiles-container .tile .tile-button {
            margin-top: 30px;
            width: 340px;
            height: 80px; }
            .join-section .container .tiles-container .tile .tile-button .tile-button-text {
              font-size: 20px; }
          .join-section .container .tiles-container .tile.honor .tile-button .tile-button-text {
            font-size: 18px !important; } }
@media (max-width: 991px) {
  .letter-page-wrapper .letter-logos-container .letter-logo {
    width: 100%; }

  .landing-donate-button.tablet {
    display: block !important; }

  .mobile-container {
    top: 0; }

  .nav-main-menu-responsive button {
    margin-right: 20px !important; }

  .honor-target .volunteer-header {
    padding: 0 60px; }

  .landing-header.nav-open {
    background-color: rgba(0, 0, 0, 0.6) !important; }

  #header #header-wrap, #header.header-dark-transparent {
    padding-right: 0 !important; }
    #header #header-wrap #mainMenu, #header.header-dark-transparent #mainMenu {
      margin-bottom: 0; }
    #header #header-wrap #mainMenu ul > li > a, #header.header-dark-transparent #mainMenu ul > li > a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important; }
    #header #header-wrap .main-menu > ul li:first-of-type, #header.header-dark-transparent .main-menu > ul li:first-of-type {
      margin-top: 0; }
    #header #header-wrap .main-menu > ul li:last-of-type a, #header.header-dark-transparent .main-menu > ul li:last-of-type a {
      border-bottom: none !important; }
    #header #header-wrap .main-menu > ul > li, #header.header-dark-transparent .main-menu > ul > li {
      padding-top: 8px; }
      #header #header-wrap .main-menu > ul > li.mobile, #header.header-dark-transparent .main-menu > ul > li.mobile {
        display: block; }
      #header #header-wrap .main-menu > ul > li .arrow, #header.header-dark-transparent .main-menu > ul > li .arrow {
        display: none; }
      #header #header-wrap .main-menu > ul > li > a, #header.header-dark-transparent .main-menu > ul > li > a {
        font-size: 18px;
        height: 40px;
        line-height: 30px; }
        #header #header-wrap .main-menu > ul > li > a i.fa-angle-down, #header.header-dark-transparent .main-menu > ul > li > a i.fa-angle-down {
          right: 32px;
          top: 0;
          font-size: 24px; }
      #header #header-wrap .main-menu > ul > li > ul > li a, #header.header-dark-transparent .main-menu > ul > li > ul > li a {
        letter-spacing: 1px;
        text-transform: uppercase; } }
@media (max-width: 965px) {
  .help-section .top-center {
    padding-top: 20px; } }
@media (max-width: 927px) {
  .home-partners-section h4 {
    font-size: 24px;
    line-height: 30px; } }
@media (max-width: 816px) {
  .help-section .top-center {
    padding-top: 0 !important; } }
@media (max-width: 800px) {
  .alert-success {
    margin-left: 40px !important; } }
@media (max-width: 767px) {
  .letter-page-wrapper {
    padding: 30px 60px 50px; }
    .letter-page-wrapper .letter-logos-container {
      margin-bottom: 40px;
      flex-direction: column;
      align-items: center; }
      .letter-page-wrapper .letter-logos-container .logo-link-wrapper {
        margin: 20px 0; }
      .letter-page-wrapper .letter-logos-container .letter-logo {
        width: 75%; }
    .letter-page-wrapper .letter-container {
      padding-right: 5px; }
      .letter-page-wrapper .letter-container .top-button-wrapper {
        justify-content: center; }
      .letter-page-wrapper .letter-container ul {
        padding-left: 15px; }
      .letter-page-wrapper .letter-container .letter-button-container {
        flex-direction: column;
        align-items: center; }
        .letter-page-wrapper .letter-container .letter-button-container a button {
          margin: 8px 0; }

  #slider .landing-header-text {
    margin-top: -120px;
    padding-left: 20px; }

  .close-button {
    top: 0 !important;
    right: 0 !important; }

  .home-partners-section {
    display: none; }

  .home-partners-section-mobile {
    display: block;
    background-color: #ebebeb;
    height: 500px;
    width: 100%; }
    .home-partners-section-mobile h4 {
      font-size: 20px;
      line-height: 30px; }
    .home-partners-section-mobile .partners-container {
      margin: 20px 50px 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center; }
      .home-partners-section-mobile .partners-container img {
        margin: 20px 0;
        width: 40%; }

  #logo {
    max-width: 250px; }
    #logo a img {
      width: 250px !important; }

  #mainMenu .subscribe-box {
    display: none; }

  body.wide #header.header-fullwidth #header-wrap .container {
    padding: 0; }

  #slider .slide-captions h1 {
    font-size: 45px;
    bottom: -3px; }

  .call-to-action .cta-step span {
    font-size: 18px !important; }
  .call-to-action .cta-form-wrapper {
    width: auto; }

  #slider-index {
    overflow: visible;
    height: 468px; }
    #slider-index .landing-container .landing-image {
      background-size: cover;
      height: 468px; }
      #slider-index .landing-container .landing-image .slide-captions-landing {
        position: absolute;
        right: 0;
        left: 0;
        top: 134px; }
        #slider-index .landing-container .landing-image .slide-captions-landing .landing-header-text {
          font-size: 55px;
          line-height: 54px;
          margin-bottom: 36px; }
        #slider-index .landing-container .landing-image .slide-captions-landing .landing-button-wrapper .landing-donate-button {
          width: 300px;
          height: 42px; }
          #slider-index .landing-container .landing-image .slide-captions-landing .landing-button-wrapper .landing-donate-button .landing-button-text {
            font-size: 17px;
            padding-top: 2px; }

  .news-slider.inspiro-slider .slide-captions h1 {
    bottom: -2px !important; }

  .faq-slider .slide-captions h1 {
    bottom: 16px !important; }

  .registry-heading {
    font-size: 80px;
    top: 8px; }

  .inspiro-slider.events-heading .slide-captions h1 {
    font-size: 80px !important;
    bottom: 7px !important; }

  .donate-container {
    right: 0;
    flex-flow: row wrap; }
    .donate-container .donate-button {
      flex: 0 1 50%; }
    .donate-container .memoriam {
      flex: 0 1 50%; }
    .donate-container .podcast-button {
      flex: 0 1 50%; }
    .donate-container .social-button {
      flex: 0 1 25% !important; }
      .donate-container .social-button div {
        min-height: initial; }
    .donate-container .facebook-button,
    .donate-container .twitter-button {
      max-width: initial; }

  .registry .registry-btn {
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
    height: 120px; }

  .directors .profile-img-wrap {
    max-height: 424.172px; }

  .landing-header-text br {
    display: none; }

  .footer-nav {
    display: none; }

  .share-section {
    background-color: white;
    height: 600px;
    background-position: center;
    padding: 0;
    margin: 0;
    display: grid;
    grid-auto-rows: 50% auto;
    grid-template-columns: auto; }
    .share-section .items {
      padding: 0 0 100px 0; }
      .share-section .items .header {
        font-family: "DINNextLTPro-Light" !important;
        color: white;
        font-size: 30px;
        margin-top: 0;
        text-align: center; }
      .share-section .items .button-row {
        display: flex;
        justify-content: center; }
        .share-section .items .button-row .share-button {
          width: 300px;
          height: 55px; }
          .share-section .items .button-row .share-button span {
            cursor: default;
            font-size: 20px; }

  .cancer-cell-section {
    background-size: 200%;
    background-position: inherit;
    background-position-y: unset; }
    .cancer-cell-section h1 {
      font-size: 36px;
      line-height: 45px; }

  .please-join-section p:nth-child(3) {
    font-family: "DINNextLTPro-Ultralight" !important; }

  .home-partners-section {
    height: 500px; }
    .home-partners-section h4 {
      padding: 0 10px;
      font-size: 24px;
      line-height: 30px; }
    .home-partners-section .partners-container {
      margin: 0;
      flex-direction: column;
      align-items: center; }
      .home-partners-section .partners-container img {
        width: 40%;
        margin: 20px 0; }

  .what-section {
    padding-top: 80px;
    padding-bottom: 80px; }
    .what-section .what-left {
      width: 100%;
      padding: 0 30px; }
      .what-section .what-left .left-text-wrapper {
        width: auto; }
        .what-section .what-left .left-text-wrapper .header {
          font-size: 35px !important;
          margin-bottom: 22px !important; }
        .what-section .what-left .left-text-wrapper .subheader {
          margin-bottom: 22px !important;
          font-size: 32px !important;
          line-height: 36px !important; }
        .what-section .what-left .left-text-wrapper .content {
          letter-spacing: 0;
          font-size: 17px !important;
          line-height: 23px !important; }
    .what-section .what-right {
      display: none; }

  .volunteer-section {
    padding: 80px 20px 38px; }
    .volunteer-section.volunteer-top {
      padding: 60px 0 38px !important; }
    .volunteer-section .container .text-container .volunteer-header {
      font-size: 69px;
      line-height: 69px;
      margin-bottom: 22px !important; }
    .volunteer-section .container .text-container .volunteer-subheader {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 22px !important; }
    .volunteer-section .container .text-container .volunteer-content {
      font-size: 17px;
      line-height: 23px;
      color: #3c3c3c; }
    .volunteer-section .container .volunteer-button {
      width: 280px !important; }
      .volunteer-section .container .volunteer-button span {
        font-size: 29px; }
    .volunteer-section.donate {
      padding-top: 60px; }

  .cancer-cell-section-desktop {
    display: none; }

  .cancer-cell-section-mobile {
    display: flex;
    height: 600px;
    background-image: url(../images/custom-imgs/cancer_cell_slider.jpg);
    background-repeat: no-repeat;
    background-position-x: inherit;
    background-size: cover;
    align-items: center; }
    .cancer-cell-section-mobile h1 {
      padding: 20px;
      font-weight: 100;
      text-align: center;
      font-size: 48px;
      line-height: 46px; }

  .imagine-section-mobile {
    display: flex; }
    .imagine-section-mobile .imagine-text p {
      font-size: 34px; }

  .imagine-section-desktop {
    display: none; }

  .possible-container .slide-captions {
    margin: 20px;
    font-size: 30px !important; }

  .newsletter-mobile {
    padding: 0;
    display: flex; }
    .newsletter-mobile .newsletter-wrapper {
      justify-content: space-between;
      height: 142px;
      width: 100%;
      background-color: black; }
      .newsletter-mobile .newsletter-wrapper .landing-heading {
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 16px;
        padding-top: 24px;
        font-size: 24px;
        color: white;
        text-align: center;
        font-family: 'DINNextLTPro-Bold'; }
        .newsletter-mobile .newsletter-wrapper .landing-heading .sub {
          color: magenta; }
      .newsletter-mobile .newsletter-wrapper .subscribe-box form {
        display: flex;
        justify-content: center; }
        .newsletter-mobile .newsletter-wrapper .subscribe-box form input {
          font-size: 18px;
          max-width: 230px;
          border: 1px solid #b3b3b3;
          border-right: none;
          outline: none;
          padding: 0 17px; }
        .newsletter-mobile .newsletter-wrapper .subscribe-box form button {
          height: 44px !important;
          width: 54px !important;
          outline: none;
          font-size: 29px !important;
          color: white;
          background-color: magenta !important;
          opacity: 1 !important;
          border: none !important;
          font-family: 'DINNextLTPro-UltraLight'; }

  .split-section {
    height: 860px; }
    .split-section .container .split-wrapper {
      flex-direction: column; }
      .split-section .container .split-wrapper .split-item {
        padding: 0 30px;
        padding-bottom: 0; }
        .split-section .container .split-wrapper .split-item .split-header {
          font-size: 46px;
          margin-top: 60px;
          margin-bottom: 20px; }
        .split-section .container .split-wrapper .split-item .split-content {
          font-size: 16px;
          letter-spacing: 0;
          line-height: 25px;
          margin-bottom: 28px; }
        .split-section .container .split-wrapper .split-item .button-row .split-button {
          width: 280px;
          height: 55px; }
          .split-section .container .split-wrapper .split-item .button-row .split-button span {
            cursor: default;
            font-size: 18px;
            font-family: 'DINNextLTPro-UltraLight' !important;
            font-weight: 100;
            letter-spacing: 2px; }

  .partners-landing-section .container {
    width: 100% !important;
    padding: 0 30px; }
    .partners-landing-section .container .text-container {
      padding: 80px 0; }
      .partners-landing-section .container .text-container .partner-header {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 34px;
        text-align: center; }
      .partners-landing-section .container .text-container .partner-content {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -1px;
        margin-bottom: 10px;
        padding-bottom: 0; }
      .partners-landing-section .container .text-container .partner-image {
        display: none; }
      .partners-landing-section .container .text-container .mobile-partner-images {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .partners-landing-section .container .text-container .mobile-partner-images .mobile-partner-image {
          height: 100px;
          width: auto;
          background-repeat: no-repeat;
          background-position: center;
          padding: 0;
          margin: 0; }
          .partners-landing-section .container .text-container .mobile-partner-images .mobile-partner-image.harvard {
            background-image: url(/../images/custom-imgs/harvard.svg); }
          .partners-landing-section .container .text-container .mobile-partner-images .mobile-partner-image.stanford {
            background-image: url(/../images/custom-imgs/stanford.svg); }
          .partners-landing-section .container .text-container .mobile-partner-images .mobile-partner-image.dana {
            background-image: url(/../images/custom-imgs/dana.svg); }
          .partners-landing-section .container .text-container .mobile-partner-images .mobile-partner-image.ucsf {
            background-image: url(/../images/custom-imgs/ucsf.svg); }
          .partners-landing-section .container .text-container .mobile-partner-images .mobile-partner-image.penn {
            background-image: url(/../images/custom-imgs/penn.svg); }
          .partners-landing-section .container .text-container .mobile-partner-images .mobile-partner-image.nyu {
            background-image: url(/../images/custom-imgs/nyu.jpg); }

  .photo-strip-section {
    overflow-x: scroll; }
    .photo-strip-section .photo-strip {
      height: 130px;
      width: 800px; }

  .call-to-action-volunteer .cta-sub-header {
    font-size: 16px; }
  .call-to-action-volunteer .form-group.short-input {
    padding-left: 15px; }
  .call-to-action-volunteer .form-group.check-box label {
    max-width: unset !important; }

  .v-foundation-section {
    padding: 65px 30px 80px; }
    .v-foundation-section .container {
      width: 100% !important; }
      .v-foundation-section .container .v-foundation-image {
        height: 110px; }
      .v-foundation-section .container .header {
        font-size: 33px;
        margin-top: 40px;
        margin-bottom: 70px;
        letter-spacing: -1px;
        line-height: 36px; }
      .v-foundation-section .container .v-foundation-button {
        width: 300px;
        height: 60px; }
        .v-foundation-section .container .v-foundation-button span {
          cursor: default;
          font-size: 20px; } }
@media (max-width: 674px) {
  .donate-container .donate-button {
    transform: none; }
    .donate-container .donate-button p {
      transform: none;
      font-size: 24px; }

  .call-to-action .cta-step span {
    font-size: 16px !important; } }
@media (max-width: 616px) {
  .call-to-action .cta-steps-container {
    margin-bottom: 40px; }
    .call-to-action .cta-steps-container .cta-step .icon {
      line-height: 30px;
      font-size: 20px;
      height: 30px;
      width: 30px;
      margin-right: 15px; }
    .call-to-action .cta-steps-container .cta-step span {
      font-size: 16px !important; }
    .call-to-action .cta-steps-container .form-group {
      margin-bottom: 18px; }

  .help-section .top-center {
    padding-top: 20px !important; }
  .help-section .help-header {
    font-size: 25px;
    line-height: 33px; } }
@media (max-width: 585px) {
  .letter-page-wrapper {
    padding: 30px 20px 50px; }

  .call-to-action {
    width: 100vw;
    height: 80vh; }
    .call-to-action .cta-form-wrapper .cta-sub-header {
      max-width: 80%; }
    .call-to-action .cta-form-wrapper .button-row button span {
      font-size: 18px; }
    .call-to-action .cta-form-wrapper .cta-step .icon {
      line-height: 28px; }
    .call-to-action .cta-form-wrapper .cta-step span {
      font-size: 14px !important; }

  .home-partners-section-mobile {
    font-size: 16px;
    line-height: 24px; }
    .home-partners-section-mobile .partners-container img {
      width: 52%;
      margin: 20px 0; }

  .landing-caption-small p {
    font-size: 18px !important;
    line-height: 20px; }

  .registry-heading {
    font-size: 60px;
    top: 1px; }

  .inspiro-slider.events-heading .slide-captions h1 {
    font-size: 60px !important;
    bottom: 2px !important; }

  .podcast-section .podcast-info {
    padding-right: 0 !important; }
    .podcast-section .podcast-info .podcast-info-inner {
      padding-left: 0 !important; } }
@media (max-width: 515px) {
  .speaker-header {
    font-size: 14px !important;
    line-height: 17px !important; }

  .speaker-photo {
    height: 100px !important; }

  .honor-target .volunteer-header {
    padding: 0; }

  #logo {
    max-width: 240px !important; }

  .home-partners-section h4 {
    font-size: 18px;
    line-height: 22px; }
  .home-partners-section .partners-container img {
    width: 60% !important; }

  .landing-caption-small p {
    font-size: 17px !important;
    line-height: 20px !important; }

  .call-to-action .cta-step {
    align-items: center !important;
    line-height: 26px;
    font-size: 18px;
    height: 26px; } }
@media (max-width: 459px) {
  .help-section {
    height: 370px; } }
@media (max-width: 414px) {
  #slider .landing-header-text {
    font-size: 42px;
    line-height: 60px; }

  .border-blocker {
    height: 160px !important; }

  .call-to-action .cta-steps-container .cta-step .icon {
    line-height: 24px;
    font-size: 16px;
    height: 24px; }

  .landing-donate-button {
    width: 250px !important;
    height: 42px !important;
    line-height: 20px; }
    .landing-donate-button span {
      font-size: 20px; }

  .landing-caption-small p {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 22px !important; }

  .volunteer-section {
    padding: 80px 0 38px; }
    .volunteer-section.volunteer-top {
      padding: 60px 0 38px !important; }

  .home-partners-section-mobile h4 {
    font-size: 17px;
    padding: 0 20px; }
  .home-partners-section-mobile img {
    width: 75% !important; }

  #header-wrap {
    height: 80px; }

  .landing-container .landing-left .landing-image .slide-captions {
    top: 0; }

  .arrow {
    display: none; }

  #mainMenu ul.dropdown-menu {
    border: none; }

  #mainMenu ul.dropdown-menu > li:first-of-type {
    margin-top: 0; }

  .nav-main-menu-responsive {
    height: 80px; }

  #mainMenu > ul > li > a {
    height: 80px;
    line-height: 60px; }

  #mainMenu > ul ul > li > a {
    padding-top: 9px; }

  .donate-container {
    width: 100%;
    right: 0; }
    .donate-container .donate-button {
      padding: 0 0;
      margin: auto;
      right: 10px;
      transform: none; }
      .donate-container .donate-button p {
        font-size: 18px;
        transform: none; }
      .donate-container .donate-button.social-button div {
        min-height: 27px; }
      .donate-container .donate-button.social-button.facebook-button div i {
        font-size: 20px; }

  .registry-bar .donate-button p {
    font-size: 11px !important; }

  .registry-heading {
    font-size: 50px;
    top: -3px; }

  .news-slider.inspiro-slider.events-heading .slide-captions h1 {
    font-size: 50px !important;
    bottom: 2px; }

  #logo {
    height: 67px !important; }
    #logo img {
      margin: 11px 0 0; }

  .media-contact-section .name-title {
    justify-content: space-between; }
  .media-contact-section .social-links span {
    line-height: 40px; }
  .media-contact-section .social-icon-container {
    display: none; }

  .inspiro-slider .slide {
    padding-top: 160px; }
  .inspiro-slider.news-slider .slide {
    background-size: cover; }

  .slide-captions {
    margin-top: 120px; }

  .mobile-partner-images .ucsf, .mobile-partner-images .dana, .mobile-partner-images .nyu {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    margin-left: -50px !important;
    margin-right: -50px !important; }

  .close-button {
    padding: 20px !important; } }
@media screen and (max-width: 385px) {
  .help-section .help-header {
    font-size: 22px;
    line-height: 30px; }

  .registry .registry-btn {
    height: 134px; }

  .landing-caption-small p {
    font-size: 14px !important;
    line-height: 18px !important; } }
@media screen and (max-width: 350px) {
  #logo {
    max-width: 210px !important; }

  .join-section .container .tiles-container .tile {
    max-width: 300px !important; } }
