header {
  background-color: #fe6d73;
}

@media screen and (max-width: 575px) {
  header header-cta {
      padding: 0 40px;
  }
}

header.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9;
  width: 100%;
}

header.fixed .row1 {
  display: none !important;
}

header .navbar-light .navbar-toggler {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

header .navbar-light .navbar-toggler-icon {
  display: block;
  height: 4px;
  background: #000000;
  margin: 5px 0;
  width: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media screen and (max-width: 575px) {
  header paragraph p:first-child {
      font-size: 13px;
      font-family: "Roboto Condensed";
      line-height: normal;
      color: #000000;
  }

  header paragraph p:last-child {
      position: absolute;
      right: 15px;
      top: 80px;
      font-size: 13px;
      line-height: normal;
      font-family: "Roboto Condensed";
      visibility: hidden;
  }
}

header paragraph p:last-child {
  position: absolute;
  right: 15px;
  top: 80px;
  font-size: 13px;
  line-height: normal;
  font-family: "Roboto Condensed";
  visibility: hidden;
}

header .container-full {
  margin-bottom: 0px;
  border-bottom: 5px solid #fff;
}

header .container-full .row1 {
  max-width: 100%;
  background-color: #fff;
  margin: 0 auto;
}

header .container-full .row1>div {
  max-width: 1200px;
  margin: 0 auto;
}

header .container-full .row1>div .container {
  margin: 0px;
  background-color: transparent;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  header .container-full .row1>div .container p:nth-child(1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  header .container-full .row1>div .container p:nth-child(1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
  }
}

header .container-full .row2 {
  margin: 0 auto;
  font-size: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  header .container-full .row2 {
      position: relative;
      padding-bottom: 15px;
  }
}

header .container-full .row2 div .container {
  margin-bottom: 0px;
}

header .container-full .row2 div:nth-child(1) {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

header .container-full .row2 div:nth-child(1) .btn-light {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
  font-size: 32px;
  font-family: "Roboto-Regular";
  padding-left: 0px;
  border: none;
  font-weight: normal;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

header .container-full .row2 div:nth-child(1) .btn-light:active,
header .container-full .row2 div:nth-child(1) .btn-light:focus {
  border: none;
}

header .container-full .row2 div:nth-child(1) .btn-light b {
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  header .container-full .row2 div:nth-child(1) .btn-light {
      font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  header .container-full .row2 div:nth-child(1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}

header .container-full .row2 div:nth-child(2) {
  -webkit-box-flex: 6;
  -ms-flex-positive: 6;
  flex-grow: 6;
}

@media screen and (max-width: 991px) {
  header .container-full .row2 div:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      max-width: 48%;
  }
}

@media screen and (max-width: 575px) {
  header .container-full .row2 div:nth-child(2) site-navigation {
      padding-bottom: 10px;
  }
}

header .container-full .row2 div:nth-child(2) site-navigation nav {
  padding: 0;
  margin: 0;
}

header .container-full .row2 div:nth-child(2) site-navigation nav button {
  padding: 0;
}

header .container-full .row2 div:nth-child(2) site-navigation nav .navbar-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

header .container-full .row2 div:nth-child(2) site-navigation nav .navbar-nav li {
  padding: 20px 25px !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 155px;
  color: #000;
}

@media only screen and (max-width: 1025px) {
  header .container-full .row2 div:nth-child(2) site-navigation nav .navbar-nav li {
      padding: 0px !important;
  }
}

header .container-full .row2 div:nth-child(2) site-navigation nav .navbar-nav li a {
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 0;
}

header .container-full .row2 div:nth-child(2) site-navigation nav .navbar-nav li a span {
  white-space: nowrap;
}

header .container-full .row2 div:nth-child(2) site-navigation nav .navbar-nav li:hover {
  background-color: #ffd490;
  border-left: 1px solid #ffbb89;
  border-right: 1px solid #ffbb89;
}

header .container-full .row2 div:nth-child(2) site-navigation nav .navbar-nav li .submenu-wrapper {
  background: #f6f6f6;
  text-align: center;
  background-color: #ffd490;
  padding: 15px 0;
  min-height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #fff;
  z-index: 1;
}

header .container-full .row2 div:nth-child(2) site-navigation nav .navbar-nav li .submenu-wrapper a {
  padding: 0;
}

header .container-full .row2 div:nth-child(2) site-navigation nav .navbar-nav li .submenu-wrapper a:hover {
  text-decoration: none;
}

header .container-full .row2 div:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 991px) {
  header .container-full .row2 div:nth-child(3) {
      position: absolute;
      right: 0px;
      top: 35px;
  }
}

@media screen and (max-width: 575px) {
  header .container-full .row2 div:nth-child(3) {
      top: 45px;
  }
}

header .container-full .row2 div:nth-child(3) header-cta {
  text-align: right;
}

header .container-full .row2 div:nth-child(3) header-cta .btn-light {
  background: #4d86a0;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  width: 166px;
  font-weight: bold;
  font-family: arial;
  font-size: 12px;
  height: 50px;
  padding-top: 8px;
}

@media screen and (max-width: 575px) {
  header .container-full .row2 div:nth-child(3) header-cta .btn-light {
      font-size: 10px;
      height: 25px;
      width: 86px;
      padding-top: 4px;
  }
}

header .navbar .navbar-nav .nav-item.submenu .icon-arrow {
  display: none;
}

.modal--welcome .modal-dialog {
  margin-top: 150px;
}

@media screen and (min-width: 992px) {
  .modal--welcome .modal-dialog {
      max-width: 1000px;
  }
}

.modal--welcome .modal-content {
  border-radius: 30px;
}

.modal--welcome .modal-close .icon-close::before {
  color: #000;
  font-size: 24px;
  margin-right: 15 px;
}

.modal--welcome .modal-header {
  border: 0px;
}

.modal--welcome .modal-footer {
  border: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
}

.modal--welcome .modal-footer .input-group-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 25px 0px 0px;
}

.modal--welcome .modal-footer .input-group-container .radiobtn label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  width: 24px;
  border: 1px solid #888;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media screen and (max-width: 767px) {
  .modal--welcome .modal-footer .input-group-container .radiobtn label:before {
      height: 24px;
      width: 24px;
  }
}

.modal--welcome .modal-footer .input-group-container .radiobtn input:checked+label:before {
  border: 1px solid #0075ff;
}

.modal--welcome .modal-footer .input-group-container .radiobtn input:checked+label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  height: 16px;
  width: 16px;
  background-color: #0075ff;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media screen and (max-width: 767px) {
  .modal--welcome .modal-footer .input-group-container .radiobtn input:checked+label:after {
      left: 4px;
      top: 4px;
      height: 16px;
      width: 16px;
  }
}

.modal--welcome .modal-footer .input-group-container .radiobtn input:checked:disabled+label:before {
  border-color: #767676;
}

.modal--welcome .modal-footer .input-group-container .radiobtn input:checked:disabled+label:after {
  border-color: #767676;
  background: #767676;
}

.modal--welcome .modal-footer .input-group-container .form-check {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  color: #000000;
  font-size: 18px;
  margin: 0px 50px;
}

@media screen and (max-width: 767px) {
  .modal--welcome .modal-footer .input-group-container .form-check {
      font-size: 14px;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      margin: 0px 15px;
  }
}

.modal--welcome .modal-footer .input-group-container .form-check input[type="radio"],
.modal--welcome .modal-footer .input-group-container .form-check input[type="checkbox"] {
  height: 24px;
  width: 24px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  opacity: 0;
}

@media screen and (max-width: 767px) {

  .modal--welcome .modal-footer .input-group-container .form-check input[type="radio"],
  .modal--welcome .modal-footer .input-group-container .form-check input[type="checkbox"] {
      height: 24px;
      width: 24px;
  }
}

.modal--welcome .modal-footer .input-group-container .form-check .form-check-label {
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  font-family: "Nunito Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  .modal--welcome .modal-footer .input-group-container .form-check .form-check-label {
      font-size: 14px;
      line-height: 17px;
  }
}

.modal--welcome .modal-footer p {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .modal--welcome .modal-footer p {
      font-size: 60px;
      font-size: 24px;
  }
}

.modal--welcome .modal-body {
  padding: 0px;
}

.modal--welcome .modal-body p {
  color: #4d86a0;
  font-family: RobotoCondensed-Bold;
  text-align: center;
  font-size: 20px;
  line-height: 17px;
  margin: 0;
}

.modal--welcome .modal-body p span {
  display: block;
}

@media screen and (min-width: 992px) {
  .modal--welcome .modal-body p {
      font-size: 60px;
      margin: 25px 0px;
  }

  .modal--welcome .modal-body p span {
      display: inline;
  }
}

.modal--generic .modal-dialog {
  margin-top: 150px;
}

@media screen and (min-width: 992px) {
  .modal--generic .modal-dialog {
      max-width: 900px;
  }
}

.modal--generic .modal-header {
  display: block;
}

.modal--generic .modal-header a {
  float: right;
}

.modal--generic .modal-body {
  padding-top: 0px;
}

.modal--generic .modal-body h4 {
  color: #4d86a0;
  text-align: center;
  font-size: 26px;
  line-height: 28px;
  font-family: RobotoCondensed-Bold;
}

@media screen and (min-width: 992px) {
  .modal--generic .modal-body h4 {
      font-size: 48px;
      line-height: 52px;
  }
}

.modal--generic .modal-body p {
  color: #000;
  font-family: RobotoCondensed-Bold;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .modal--generic .modal-body p {
      font-size: 24px;
      line-height: 32px;
  }
}

.modal--generic .modal-content {
  border-radius: 30px;
}

.modal--generic .modal-footer {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border: none;
  margin-bottom: 40px;
}

.modal--generic .modal-footer .button {
  background: #4d86a0;
  border: 2px solid #fff;
  border-radius: 25px;
  font-weight: bold;
  font-family: arial;
  font-size: 16px;
  padding: 10px 30px;
  color: #fff;
  width: 100%;
}



@media screen and (min-width: 992px) {
  .modal--generic .modal-footer .button {
      width: 320px;
  }
}

.modal--generic .modal-close .icon-close::before {
  color: #000;
  font-size: 24px;
  margin-right: 15px;
}

.modal--generic .modal-header {
  border: 0px;
}

.stay-connected-sign-up-wrapper hero-banner .banner-wrapper {
  min-height: 510px;
  background-size: cover;
  background-position: 0% 85%;
}

@media screen and (max-width: 991px) {
  .stay-connected-sign-up-wrapper hero-banner .banner-wrapper {
      background-position: center center;
  }
}

@media screen and (max-width: 767px) {
  .stay-connected-sign-up-wrapper hero-banner .banner-wrapper {
      background-position: 100% 100%;
      min-height: 200px;
  }
}

.stay-connected-sign-up-wrapper .primary-content {
  max-width: 730px;
  margin: 0;
  background: rgba(255, 255, 255, 0.75);
  padding: 0px 50px 0px;
}

@media screen and (max-width: 991px) {
  .stay-connected-sign-up-wrapper .primary-content {
      padding: 0px 15px 0px;
  }
}

.stay-connected-sign-up-wrapper .primary-content .image-wrapper img {
  margin-left: 0;
  margin-bottom: 120px;
  width: auto;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .stay-connected-sign-up-wrapper .primary-content .image-wrapper img {
      margin-left: auto;
      margin-bottom: 20px;
      width: auto;
  }
}

.stay-connected-sign-up-wrapper .primary-content h1 {
  text-align: left;
  line-height: 52px;
  font-family: RobotoCondensed-Bold;
  font-weight: bold;
  font-size: 48px;
  color: #227c9d;
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .stay-connected-sign-up-wrapper .primary-content h1 {
      text-align: center;
      font-size: 30px;
      line-height: 32px;
  }
}

.stay-connected-sign-up-wrapper .primary-content paragraph p {
  font-family: Roboto-Regular;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .stay-connected-sign-up-wrapper .primary-content paragraph p {
      width: 85%;
  }
}

@media screen and (max-width: 575px) {
  .stay-connected-sign-up-wrapper .primary-content paragraph p {
      margin-bottom: 20px !important;
  }
}

.stay-connected-sign-up-wrapper .primary-content paragraph p span {
  display: inline-block;
}

@media only screen and (max-width: 1025px) {
  .stay-connected-sign-up-wrapper hero-banner .d-lg-flex {
      bottom: 0%;
  }
}

@media screen and (max-width: 991px) {
  .stay-connected-sign-up-wrapper hero-banner .d-lg-flex {
      position: inherit;
  }
}

@media screen and (max-width: 991px) {
  header .row2 {
      height: 95.8px;
  }
}

@media screen and (max-width: 991px) {
  header .row2 site-navigation.offset-menu .navbar-collapse.collapse {
      right: auto;
      left: -100%;
  }

  header .row2 site-navigation.offset-menu .navbar-collapse.collapse.show {
      right: auto;
      left: 0%;
      max-width: 90%;
      background: #ffd490;
  }

  header .row2 site-navigation.offset-menu .navbar-collapse.collapse.show .navbar-nav li {
      padding: 0px !important;
      text-align: left;
      width: 100%;
      display: block;
      max-width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      border-bottom: 1px solid #000;
  }

  header .row2 site-navigation.offset-menu .navbar-collapse.collapse.show .navbar-nav li a {
      padding: 20px 40px 20px 40px;
      display: block;
      width: 100%;
  }

  header .row2 site-navigation.offset-menu .navbar-collapse.collapse.show .navbar-nav .collapse:not(.show) {
      display: block;
      width: 100%;
      max-width: 100%;
      text-align: left;
      background: transparent;
      border-top: 1px solid #000;
      padding-left: 30px;
      padding-right: 0;
  }

  header .row2 site-navigation .d-lg-none img {
      visibility: hidden !important;
  }

  header .row2 site-navigation .navbar-toggler .navbar-toggler-icon {
      -webkit-transition: none !important;
      transition: none !important;
  }

  header .row2 site-navigation .navbar-toggler.active {
      position: absolute;
      z-index: 9999;
      top: -35px;
      right: -webkit-calc(100% - 275px);
      right: calc(100% - 275px);
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
  }

  header .row2 site-navigation .navbar-toggler.active .navbar-toggler-icon {
      width: 3px;
      height: 25px;
      -webkit-transition: none;
      transition: none;
  }

  header .row2 site-navigation .navbar-toggler.active .navbar-toggler-icon:first-child {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  header .row2 site-navigation .navbar-toggler.active .navbar-toggler-icon:not(:first-child):not(:last-child) {
      display: none !important;
      margin: 4px 0;
  }

  header .row2 site-navigation .navbar-toggler.active .navbar-toggler-icon:last-child {
      -webkit-transform: rotate(316deg);
      transform: rotate(316deg);
      margin-top: -30px;
  }
}

@media screen and (max-width: 575px) {
  header .row2 site-navigation .navbar-toggler .navbar-toggler-icon {
      -webkit-transition: none !important;
      transition: none !important;
  }

  header .row2 site-navigation .navbar-toggler.active {
      position: absolute;
      z-index: 9999;
      top: -25px;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
  }
}

@media screen and (max-width: 991px) {
  header.fixed site-navigation .navbar-toggler.active {
      top: -40px;
  }
}

@media screen and (max-width: 575px) {
  header.fixed site-navigation .navbar-toggler.active {
      top: -30px;
  }
}

footer {
  background: #fe6d73;
}

footer .container {
  margin-bottom: 0;
}

footer .row1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.563rem 0;
}

@media screen and (max-width: 575px) {
  footer .row1 {
      padding: 0px;
  }
}

footer .row1 .col:first-child {
  top: -20px;
}

@media screen and (max-width: 991px) {
  footer .row1 .col:first-child {
      top: 20px;
  }
}

footer .row1 footer-links ul {
  padding-left: 0;
}

footer .row1 footer-links ul li {
  display: block;
}

footer .row1 footer-links ul li a {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}

footer .row1 footer-links ul li:after {
  content: "";
}

footer .row1 .col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

footer .row1 .col:last-child p {
  font-size: 16px;
  line-height: normal;
  font-family: "Roboto-Regular";
  color: #000000;
  text-align: right;
  margin-top: 45px;
}

@media screen and (max-width: 575px) {
  footer .main-logo {
      width: 130px;
  }
}

footer .main-logo img {
  max-width: 190px;
  float: right;
}

@media screen and (max-width: 575px) {
  footer .main-logo img {
      width: auto;
      margin: 0;
      width: 100%;
      max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  footer .footer-panel-item {
      padding-bottom: 15px;
  }

  footer .footer-panel-item paragraph p {
      font-size: 10px;
      line-height: normal;
  }
}

.ada-scid-affects {
  margin-top: 80px;
  margin-bottom: 130px;
}

@media screen and (max-width: 991px) {
  .ada-scid-affects {
      margin-bottom: 5px;
  }
}

@media screen and (max-width: 575px) {
  .ada-scid-affects {
      margin-top: 35px;
      margin-bottom: 25px;
      padding: 0px 15px;
  }
}

.ada-scid-affects heading h2 {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  .ada-scid-affects heading h2 {
      margin-bottom: 15px;
  }
}

.ada-scid-affects multi-column-content {
  margin-bottom: 0;
  text-align: right;
}

@media screen and (max-width: 575px) {
  .ada-scid-affects multi-column-content {
      max-width: 90%;
  }
}

.ada-scid-affects multi-column-content .d-lg-flex {
  border-bottom: 2px solid #fe6d73;
  padding: 20px 0;
}

@media screen and (max-width: 991px) {
  .ada-scid-affects multi-column-content .d-lg-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
}

@media screen and (max-width: 767px) {
  .ada-scid-affects multi-column-content .d-lg-flex {
      padding: 12px 0px 15px 0px;
  }
}

.ada-scid-affects multi-column-content .d-lg-flex .col .card {
  border: none;
}

@media screen and (max-width: 991px) {
  .ada-scid-affects multi-column-content .d-lg-flex .col .card .card-body {
      padding: 0px;
  }
}

.ada-scid-affects multi-column-content .d-lg-flex .col .card .card-body paragraph p {
  font-family: "Roboto-Regular";
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 5px;
}

.ada-scid-affects multi-column-content .d-lg-flex .col .card .card-body paragraph p strong,
.ada-scid-affects multi-column-content .d-lg-flex .col .card .card-body paragraph p b {
  font-family: "Roboto-Black";
}

.ada-scid-affects multi-column-content .d-lg-flex .col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media screen and (max-width: 991px) {
  .ada-scid-affects multi-column-content .d-lg-flex .col:first-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .ada-scid-affects multi-column-content .d-lg-flex .col:first-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 0px;
  }
}

.ada-scid-affects multi-column-content .d-lg-flex .col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

@media screen and (max-width: 991px) {
  .ada-scid-affects multi-column-content .d-lg-flex .col:last-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .ada-scid-affects multi-column-content .d-lg-flex .col:last-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
  }
}

.ada-scid-affects multi-column-content .d-lg-flex .col:last-child .card-body .content-selector-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .ada-scid-affects multi-column-content .d-lg-flex .col:last-child .card-body .content-selector-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  }
}

.ada-scid-affects multi-column-content .d-lg-flex .col:last-child .card-body .content-selector-wrapper paragraph {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

@media screen and (max-width: 991px) {
  .ada-scid-affects multi-column-content .d-lg-flex .col:last-child .card-body .content-selector-wrapper paragraph {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}

.ada-scid-affects multi-column-content .d-lg-flex .col:last-child .card-body .content-selector-wrapper buttons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (max-width: 991px) {
  .ada-scid-affects multi-column-content .d-lg-flex .col:last-child .card-body .content-selector-wrapper buttons {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 20px;
  }
}

.ada-scid-affects multi-column-content:nth-child(2) .d-lg-flex {
  border-top: 2px solid #fe6d73;
}

.other-useful-links {
  padding-top: 50px;
}

.other-useful-links h2 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .other-useful-links .col-md-6 {
      max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .other-useful-links two-column-content-split {
      padding: 0px;
  }
}

.other-useful-links two-column-content-split a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 5px 0 0px !important;
  padding: 10px 5px;
  border-radius: 40px;
}

@media only screen and (min-width: 992px) {
  #ada-scid-can-be-diagnosed multi-column-content .d-lg-flex .col:nth-child(2) {
      position: relative;
  }

  #ada-scid-can-be-diagnosed multi-column-content .d-lg-flex .col:nth-child(2) .card {
      position: absolute;
      top: 55px;
  }
}

.what-is-ada-scid hero-banner .banner-wrapper {
  min-height: 550px;
  background-size: cover;
  background-position: 57% top;
}

.what-is-ada-scid .primary-content {
  max-width: 580px;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 120px 50px 0px;
  text-align: right;
}

.what-is-ada-scid .primary-content h3 {
  text-align: left;
  line-height: 52px;
  font-family: RobotoCondensed-Bold;
  font-weight: bold;
  font-size: 48px;
  color: #227c9d;
  padding-left: 0px;
}

.what-is-ada-scid .primary-content paragraph p {
  font-family: Roboto-Regular;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}

@media screen and (min-width: 992px) {
  .what-is-ada-scid .primary-content paragraph p span {
      display: block;
  }
}

@media screen and (max-width: 991px) {
  .newborn-screening {
      margin-bottom: 10px;
  }
}

.newborn-screening hero-banner .banner-wrapper {
  min-height: 310px;
  background-size: cover;
  background-position: center top;
}

@media screen and (max-width: 575px) {
  .newborn-screening hero-banner .banner-wrapper {
      background: none;
      background-color: #f4f4f6;
  }
}

.newborn-screening .primary-content {
  max-width: 730px;
  margin: 0;
  padding: 35px 0px 40px;
}

.newborn-screening .primary-content h2 {
  text-align: center;
  font-family: RobotoCondensed-Bold;
  font-weight: bold;
  color: #4d86a0;
  padding-left: 0px;
}

@media screen and (min-width: 992px) {
  .newborn-screening .primary-content h2 span {
      display: block;
  }
}

.newborn-screening .primary-content paragraph p {
  font-family: Roboto-Regular;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .newborn-screening .primary-content paragraph p span {
      display: block;
  }
}

.some-with-ada-scid,
.ada-scid-can-be-diagnosed {
  padding: 80px 0px 125px;
}

@media screen and (max-width: 991px) {

  .some-with-ada-scid,
  .ada-scid-can-be-diagnosed {
      padding-top: 55px;
      padding-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {

  .some-with-ada-scid,
  .ada-scid-can-be-diagnosed {
      padding-top: 25px;
      padding-bottom: 00px;
  }
}

.some-with-ada-scid h2,
.ada-scid-can-be-diagnosed h2 {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (min-width: 992px) {

  .some-with-ada-scid h2 span,
  .ada-scid-can-be-diagnosed h2 span {
      display: block;
  }
}

@media screen and (max-width: 575px) {

  .some-with-ada-scid h2,
  .ada-scid-can-be-diagnosed h2 {
      margin-bottom: 25px;
      padding-left: 15px;
      padding-right: 15px;
  }
}

.some-with-ada-scid two-column-content-split,
.ada-scid-can-be-diagnosed two-column-content-split {
  margin-bottom: 0px;
}

@media screen and (max-width: 575px) {

  .some-with-ada-scid two-column-content-split,
  .ada-scid-can-be-diagnosed two-column-content-split {
      max-width: 92%;
  }
}

.some-with-ada-scid two-column-content-split .col .content-selector-wrapper,
.ada-scid-can-be-diagnosed two-column-content-split .col .content-selector-wrapper {
  border-bottom: 2px solid #fe6d73;
  border-top: 2px solid #fe6d73;
  padding: 0;
  min-height: 340px;
  margin-bottom: 0px;
  text-align: right;
}

@media screen and (max-width: 767px) {

  .some-with-ada-scid two-column-content-split .col .content-selector-wrapper,
  .ada-scid-can-be-diagnosed two-column-content-split .col .content-selector-wrapper {
      min-height: 200px !important;
  }
}

@media screen and (max-width: 575px) {

  .some-with-ada-scid two-column-content-split .col .content-selector-wrapper,
  .ada-scid-can-be-diagnosed two-column-content-split .col .content-selector-wrapper {
      min-height: auto;
      padding: 13px 0px 15px 0;
  }
}

.some-with-ada-scid two-column-content-split .col .content-selector-wrapper .d-lg-flex p,
.ada-scid-can-be-diagnosed two-column-content-split .col .content-selector-wrapper .d-lg-flex p {
  margin-bottom: 0;
  padding-top: 25px;
  padding-right: 35px;
}

@media screen and (min-width: 992px) {

  .some-with-ada-scid two-column-content-split .col .content-selector-wrapper .d-lg-flex,
  .ada-scid-can-be-diagnosed two-column-content-split .col .content-selector-wrapper .d-lg-flex {
      padding: 10px 0;
  }
}

@media screen and (max-width: 991px) {

  .some-with-ada-scid two-column-content-split .col .content-selector-wrapper .d-lg-flex,
  .ada-scid-can-be-diagnosed two-column-content-split .col .content-selector-wrapper .d-lg-flex {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }

  .some-with-ada-scid two-column-content-split .col .content-selector-wrapper .d-lg-flex p,
  .ada-scid-can-be-diagnosed two-column-content-split .col .content-selector-wrapper .d-lg-flex p {
      padding-top: 0px;
  }
}

@media screen and (max-width: 575px) {

  .some-with-ada-scid two-column-content-split .col .content-selector-wrapper .d-lg-flex,
  .ada-scid-can-be-diagnosed two-column-content-split .col .content-selector-wrapper .d-lg-flex {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  }
}

.some-with-ada-scid two-column-content-split .col .content-selector-wrapper p,
.ada-scid-can-be-diagnosed two-column-content-split .col .content-selector-wrapper p {
  font-family: Roboto-Regular;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}

.some-with-ada-scid two-column-content-split .col .content-selector-wrapper p strong,
.ada-scid-can-be-diagnosed two-column-content-split .col .content-selector-wrapper p strong {
  font-weight: bold;
}

.some-with-ada-scid two-column-content-split.no-bdr .col .content-selector-wrapper,
.ada-scid-can-be-diagnosed two-column-content-split.no-bdr .col .content-selector-wrapper {
  border-top: 0px;
}

@media screen and (max-width: 991px) {

  .some-with-ada-scid two-column-content-split .col-md-6,
  .ada-scid-can-be-diagnosed two-column-content-split .col-md-6 {
      max-width: 100%;
  }

  .some-with-ada-scid two-column-content-split .col-md-6:nth-child(1) .content-selector-wrapper,
  .ada-scid-can-be-diagnosed two-column-content-split .col-md-6:nth-child(1) .content-selector-wrapper {
      margin-bottom: 0px;
      border-bottom: 0px;
  }

  .some-with-ada-scid two-column-content-split .col-md-6:nth-child(2) .content-selector-wrapper,
  .ada-scid-can-be-diagnosed two-column-content-split .col-md-6:nth-child(2) .content-selector-wrapper {
      border-top: 2px solid #fe6d73;
  }

  .some-with-ada-scid two-column-content-split image-text-split .d-lg-flex,
  .ada-scid-can-be-diagnosed two-column-content-split image-text-split .d-lg-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
}

@media screen and (max-width: 575px) {

  .some-with-ada-scid two-column-content-split .col-md-3,
  .ada-scid-can-be-diagnosed two-column-content-split .col-md-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%;
  }

  .some-with-ada-scid two-column-content-split .col-md-3 .image-wrapper img,
  .ada-scid-can-be-diagnosed two-column-content-split .col-md-3 .image-wrapper img {
      margin-left: auto;
  }

  .some-with-ada-scid two-column-content-split .col-md-9,
  .ada-scid-can-be-diagnosed two-column-content-split .col-md-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%;
  }
}

.some-with-ada-scid two-column-content-split .col .content-selector-wrapper p {
  padding-left: 20px;
  position: relative;
}

.some-with-ada-scid two-column-content-split .col .content-selector-wrapper p strong {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 575px) {
  .some-with-ada-scid two-column-content-split .col .content-selector-wrapper p {
      font-size: 14px;
      line-height: 18px;
      padding-left: 10px;
  }
}

.when-ada-isnt-working {
  background: #ffcb77;
  padding-top: 80px;
}

@media screen and (max-width: 575px) {
  .when-ada-isnt-working {
      padding-top: 30px;
  }

  .when-ada-isnt-working responsive-image {
      padding: 0px;
      overflow: hidden;
  }

  .when-ada-isnt-working responsive-image img {
      left: 70px;
      position: relative;
  }
}

.when-ada-isnt-working heading h2 {
  text-align: center;
  line-height: 52px;
  font-family: 'Roboto-Regular';
  font-size: 48px;
  color: #000;
  padding-left: 0px;
  margin-bottom: 50px;
}

.when-ada-isnt-working heading h2 strong {
  font-family: 'RobotoCondensed-Bold';
}

@media screen and (max-width: 575px) {
  .when-ada-isnt-working heading h2 {
      font-size: 20px;
      line-height: 22px;
  }
}

.ada-scid-significant-impact hero-banner .banner-wrapper,
.caring-someone-ada-scid hero-banner .banner-wrapper,
.living-with-ada-scid hero-banner .banner-wrapper,
.two-treatment-options hero-banner .banner-wrapper,
.ada-scid-typically-diagnosed hero-banner .banner-wrapper {
  min-height: 510px;
  background-size: cover;
  background-position: 20% 0%;
}

.ada-scid-significant-impact .primary-content,
.caring-someone-ada-scid .primary-content,
.living-with-ada-scid .primary-content,
.two-treatment-options .primary-content,
.ada-scid-typically-diagnosed .primary-content {
  max-width: 730px;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 50px 0px;
  text-align: right;
}

.ada-scid-significant-impact .primary-content h3,
.caring-someone-ada-scid .primary-content h3,
.living-with-ada-scid .primary-content h3,
.two-treatment-options .primary-content h3,
.ada-scid-typically-diagnosed .primary-content h3 {
  text-align: left;
  line-height: 52px;
  font-family: RobotoCondensed-Bold;
  font-weight: bold;
  font-size: 48px;
  color: #227c9d;
  padding-left: 0px;
}

.ada-scid-significant-impact .primary-content paragraph p,
.caring-someone-ada-scid .primary-content paragraph p,
.living-with-ada-scid .primary-content paragraph p,
.two-treatment-options .primary-content paragraph p,
.ada-scid-typically-diagnosed .primary-content paragraph p {
  font-family: Roboto-Regular;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}

.ada-scid-significant-impact .primary-content paragraph p b,
.caring-someone-ada-scid .primary-content paragraph p b,
.living-with-ada-scid .primary-content paragraph p b,
.two-treatment-options .primary-content paragraph p b,
.ada-scid-typically-diagnosed .primary-content paragraph p b {
  font-family: 'Roboto-Black';
}

.ada-scid-significant-impact .primary-content paragraph p span,
.caring-someone-ada-scid .primary-content paragraph p span,
.living-with-ada-scid .primary-content paragraph p span,
.two-treatment-options .primary-content paragraph p span,
.ada-scid-typically-diagnosed .primary-content paragraph p span {
  display: block;
}

.two-treatment-options hero-banner .banner-wrapper {
  min-height: 650px;
  background-size: cover;
  background-position: 30% 0%;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .two-treatment-options hero-banner .banner-wrapper {
      background-position: 70% 0%;
  }
}

.ada-scid-significant-impact hero-banner .banner-wrapper,
.caring-someone-ada-scid hero-banner .banner-wrapper,
.living-with-ada-scid hero-banner .banner-wrapper {
  background-position: 40% 0%;
}

.if-left-untreated,
.if-someone-in-family,
.always-consult-physician {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
}

@media screen and (max-width: 575px) {

  .if-left-untreated,
  .if-someone-in-family,
  .always-consult-physician {
      padding-top: 10px;
      padding-bottom: 10px;
  }
}

.if-left-untreated h2,
.if-someone-in-family h2,
.always-consult-physician h2 {
  text-align: center;
}

.if-left-untreated two-column-content-split,
.if-someone-in-family two-column-content-split,
.always-consult-physician two-column-content-split {
  padding: 30px;
  background: #4d86a0;
  border-radius: 31px;
  padding-left: 100px;
  padding-right: 85px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {

  .if-left-untreated two-column-content-split,
  .if-someone-in-family two-column-content-split,
  .always-consult-physician two-column-content-split {
      max-width: 95%;
      margin: 0 auto;
      text-align: center;
      padding: 30px 20px;
  }
}

.if-left-untreated two-column-content-split .d-lg-flex,
.if-someone-in-family two-column-content-split .d-lg-flex,
.always-consult-physician two-column-content-split .d-lg-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.if-left-untreated two-column-content-split .d-lg-flex .col:first-child,
.if-someone-in-family two-column-content-split .d-lg-flex .col:first-child,
.always-consult-physician two-column-content-split .d-lg-flex .col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {

  .if-left-untreated two-column-content-split .d-lg-flex .col:first-child,
  .if-someone-in-family two-column-content-split .d-lg-flex .col:first-child,
  .always-consult-physician two-column-content-split .d-lg-flex .col:first-child {
      max-width: 100%;
      margin-bottom: 25px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
}

.if-left-untreated two-column-content-split .d-lg-flex .col:last-child,
.if-someone-in-family two-column-content-split .d-lg-flex .col:last-child,
.always-consult-physician two-column-content-split .d-lg-flex .col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (max-width: 991px) {

  .if-left-untreated two-column-content-split .d-lg-flex .col:last-child,
  .if-someone-in-family two-column-content-split .d-lg-flex .col:last-child,
  .always-consult-physician two-column-content-split .d-lg-flex .col:last-child {
      max-width: 100%;
  }

  .if-left-untreated two-column-content-split .d-lg-flex .col:last-child .button-wrapper,
  .if-someone-in-family two-column-content-split .d-lg-flex .col:last-child .button-wrapper,
  .always-consult-physician two-column-content-split .d-lg-flex .col:last-child .button-wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
}

.if-left-untreated two-column-content-split .content-selector-wrapper,
.if-someone-in-family two-column-content-split .content-selector-wrapper,
.always-consult-physician two-column-content-split .content-selector-wrapper {
  margin: 0;
}

.if-left-untreated two-column-content-split .content-selector-wrapper p,
.if-someone-in-family two-column-content-split .content-selector-wrapper p,
.always-consult-physician two-column-content-split .content-selector-wrapper p {
  line-height: 32px;
  font-family: "Roboto-Regular";
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  margin: 0;
}

@media screen and (min-width: 992px) {

  .if-left-untreated two-column-content-split .content-selector-wrapper p span,
  .if-someone-in-family two-column-content-split .content-selector-wrapper p span,
  .always-consult-physician two-column-content-split .content-selector-wrapper p span {
      display: block;
  }
}

.if-left-untreated two-column-content-split .content-selector-wrapper .button-wrapper a:first-child,
.if-someone-in-family two-column-content-split .content-selector-wrapper .button-wrapper a:first-child,
.always-consult-physician two-column-content-split .content-selector-wrapper .button-wrapper a:first-child {
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {

  .if-left-untreated two-column-content-split .content-selector-wrapper .button-wrapper a:first-child,
  .if-someone-in-family two-column-content-split .content-selector-wrapper .button-wrapper a:first-child,
  .always-consult-physician two-column-content-split .content-selector-wrapper .button-wrapper a:first-child {
      margin-bottom: 0px;
  }
}

.if-left-untreated two-column-content-split .content-selector-wrapper .button-wrapper a,
.if-someone-in-family two-column-content-split .content-selector-wrapper .button-wrapper a,
.always-consult-physician two-column-content-split .content-selector-wrapper .button-wrapper a {
  width: 193px;
  text-align: center;
}

@media screen and (max-width: 575px) {

  .if-left-untreated two-column-content-split .content-selector-wrapper .button-wrapper,
  .if-someone-in-family two-column-content-split .content-selector-wrapper .button-wrapper,
  .always-consult-physician two-column-content-split .content-selector-wrapper .button-wrapper {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }

  .if-left-untreated two-column-content-split .content-selector-wrapper .button-wrapper a,
  .if-someone-in-family two-column-content-split .content-selector-wrapper .button-wrapper a,
  .always-consult-physician two-column-content-split .content-selector-wrapper .button-wrapper a {
      padding: 6px 10px;
      margin: 0px 10px !important;
      font-size: 12px;
      border: 2px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .always-consult-physician .heading-txt {
      margin-bottom: 0px;
  }
}

.always-consult-physician .heading-txt h2 {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .always-consult-physician .heading-txt h2 {
      margin-top: 30px;
  }
}

.if-left-untreated .heading-txt {
  margin-bottom: 45px;
}

.btn-grey {
  background: #e6e2e7;
  border-radius: 25px;
  color: #4d86a0;
  font-weight: bold;
  font-family: arial;
  font-size: 19px;
  padding: 10px 30px;
  border: none;
  text-transform: uppercase;
}

.btn-grey:hover {
  background: #e6e2e7;
  color: #4d86a0;
}

.ada-scid-can-be-diagnosed {
  padding: 0;
  margin-top: 100px;
}

.ada-scid-can-be-diagnosed h2 {
  margin-bottom: 55px;
}

.ada-scid-can-be-diagnosed multi-column-content image-text-split .image-wrapper {
  margin: auto;
}

.ada-scid-can-be-diagnosed multi-column-content image-text-split p {
  font-family: "Roboto-Bold";
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 0px;
}

@media screen and (max-width: 575px) {
  .ada-scid-can-be-diagnosed multi-column-content image-text-split p {
      font-size: 14px;
      line-height: 18px;
  }
}

.ada-scid-can-be-diagnosed multi-column-content image-text-split .col-md-6:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.ada-scid-can-be-diagnosed multi-column-content image-text-split .col-md-6:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.ada-scid-can-be-diagnosed multi-column-content .col:nth-child(2):not(.col-md-6) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ada-scid-can-be-diagnosed multi-column-content .col:nth-child(2):not(.col-md-6) .content-selector-wrapper {
  border: 0;
}

.ada-scid-can-be-diagnosed multi-column-content .col:nth-child(2):not(.col-md-6) .content-selector-wrapper .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .ada-scid-can-be-diagnosed multi-column-content .col:nth-child(2):not(.col-md-6) {
      margin: 25px 0px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}

.ada-scid-can-be-diagnosed .card {
  border: 0;
}

.ada-scid-can-be-diagnosed .card .card-body {
  padding: 0;
}

.ada-scid-can-be-diagnosed .card .card-body .content-selector-wrapper {
  border-bottom: 2px solid #fe6d73;
  border-top: 2px solid #fe6d73;
  text-align: right;
}

@media screen and (max-width: 575px) {
  .ada-scid-can-be-diagnosed .card .card-body .content-selector-wrapper {
      max-width: 90%;
      margin: 0 auto;
  }
}

.ada-scid-can-be-diagnosed .card .card-body .content-selector-wrapper .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 155px;
}

@media screen and (max-width: 991px) {
  .ada-scid-can-be-diagnosed .card .card-body .content-selector-wrapper .col {
      min-height: 70px;
  }
}

.ada-scid-can-be-diagnosed paragraph {
  font-family: 'Roboto-Regular';
  font-size: 24px;
  line-height: 32px;
  color: #000;
  text-align: right;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .ada-scid-can-be-diagnosed paragraph {
      padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .ada-scid-can-be-diagnosed paragraph p {
      text-align: left;
      padding-left: 15px;
      padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .ada-scid-can-be-diagnosed image-text-split .d-lg-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin: 25px 0px;
  }
}

@media screen and (max-width: 575px) {
  .ada-scid-can-be-diagnosed image-text-split .d-lg-flex {
      margin: 0px;
  }
}

@media screen and (max-width: 767px) {
  .ada-scid-can-be-diagnosed {
      margin-top: 30px;
  }

  .ada-scid-can-be-diagnosed h2 {
      margin-bottom: 25px;
      font-size: 20px;
      line-height: 24px;
  }
}

.what-your-genes-say {
  margin-top: 95px;
  padding-top: 100px;
  background: #ffcb77;
  color: #000000;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .what-your-genes-say {
      padding-top: 40px;
      padding-bottom: 10px;
      margin-top: 50px;
  }
}

.what-your-genes-say heading {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .what-your-genes-say heading {
      margin-bottom: 0px;
  }
}

.what-your-genes-say h2 {
  line-height: 52px;
  font-family: "RobotoCondensed-Bold";
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .what-your-genes-say h2 {
      font-size: 20px;
      line-height: 22px;
  }
}

.what-your-genes-say paragraph {
  font-family: 'Roboto-Regular';
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .what-your-genes-say paragraph {
      margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .what-your-genes-say paragraph {
      margin-bottom: 15px;
  }
}

.what-your-genes-say paragraph:nth-child(3) {
  font-family: 'Roboto-Bold';
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .what-your-genes-say paragraph:nth-child(3) {
      margin-bottom: 15px;
  }
}

.what-your-genes-say multi-column-content .col:nth-child(2) {
  padding: 0 90px;
}

@media screen and (max-width: 991px) {
  .what-your-genes-say multi-column-content .col:nth-child(2) {
      padding: 0 15px;
  }
}

.what-your-genes-say multi-column-content .card {
  border: none;
  background: transparent;
}

.what-your-genes-say multi-column-content .card .card-body {
  background: #4e87a1;
  border: 0;
  padding: 25px;
  border-radius: 20px;
  height: 220px;
}

@media (min-width: 992px) and (max-width: 1170px) {
  .what-your-genes-say multi-column-content .card .card-body {
      height: 260px;
  }
}

.what-your-genes-say multi-column-content .card .card-body .content-selector-wrapper paragraph p {
  font-family: 'Roboto-Regular';
  line-height: normal;
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.what-your-genes-say multi-column-content .card .card-body .content-selector-wrapper paragraph p:first-child {
  font-size: 60px;
  margin-bottom: 5px;
  font-family: 'Roboto-Black';
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .what-your-genes-say multi-column-content .card .card-body .content-selector-wrapper paragraph p:first-child {
      font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .what-your-genes-say multi-column-content .card .card-body {
      height: 150px;
      margin-bottom: 20px;
      width: 100%;
      padding: 40px 30px;
  }

  .what-your-genes-say multi-column-content .card .card-body .content-selector-wrapper paragraph p:first-child {
      width: 20%;
      float: left;
  }

  .what-your-genes-say multi-column-content .card .card-body .content-selector-wrapper paragraph p:nth-child(2) {
      width: 80%;
      float: left;
      text-align: left;
      font-size: 24px;
      padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .what-your-genes-say multi-column-content .card .card-body {
      height: auto;
      margin-bottom: 10px;
      width: 100%;
      padding: 10px 15px;
  }

  .what-your-genes-say multi-column-content .card .card-body .content-selector-wrapper paragraph p:first-child {
      width: 20%;
      float: left;
      font-size: 28px !important;
      line-height: 22px !important;
      padding-top: 8px;
  }
}

.know-your-history {
  padding-top: 35px;
  padding-bottom: 20px;
  background: #edf3f5;
}

.know-your-history image-text-split {
  margin-bottom: 0;
}

.know-your-history image-text-split .content-selector-wrapper paragraph p:first-child {
  line-height: 52px;
  font-family: "RobotoCondensed-Bold";
  font-size: 48px;
  text-align: center;
}

.know-your-history image-text-split .content-selector-wrapper paragraph p:last-child {
  line-height: 32px;
  font-size: 24px;
  font-family: 'Roboto-Regular';
  text-align: center;
}

@media screen and (min-width: 992px) {
  .know-your-history image-text-split .content-selector-wrapper paragraph p:last-child span {
      display: block;
  }
}

@media screen and (max-width: 575px) {
  .know-your-history .desktop-mobile-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
  }

  .know-your-history .desktop-mobile-reverse .image-wrapper {
      margin-bottom: 10px;
  }

  .know-your-history .desktop-mobile-reverse .image-wrapper img {
      margin: auto;
  }

  .know-your-history .desktop-mobile-reverse p b {
      font-size: 20px !important;
      line-height: 22px !important;
      display: inline-block;
      margin-bottom: 15px;
  }
}

.investigational-approaches {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #edf3f5;
}

@media screen and (max-width: 767px) {
  .investigational-approaches {
      margin-top: 5px;
  }
}

.investigational-approaches image-text-split {
  margin-bottom: 0;
}

.investigational-approaches image-text-split .content-selector-wrapper h2 {
  line-height: 52px;
  font-family: "RobotoCondensed-Bold";
  font-size: 48px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .investigational-approaches image-text-split .content-selector-wrapper h2 {
      font-size: 20px !important;
      line-height: 22px !important;
      display: inline-block;
      margin-bottom: 15px;
      text-align: center;
      width: 100%;
  }
}

.investigational-approaches image-text-split .content-selector-wrapper paragraph p:first-child {
  margin-bottom: 0px;
  line-height: 32px;
  font-size: 24px;
  font-family: 'Roboto-Bold';
  text-align: center;
}

.investigational-approaches image-text-split .content-selector-wrapper paragraph p:last-child {
  line-height: 32px;
  font-size: 24px;
  font-family: 'Roboto-Bold';
  text-align: center;
  margin-bottom: 0px;
}

@media screen and (min-width: 992px) {
  .investigational-approaches image-text-split .content-selector-wrapper paragraph p:last-child span {
      display: block;
  }
}

@media screen and (max-width: 575px) {
  .investigational-approaches .desktop-mobile-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
  }

  .investigational-approaches .desktop-mobile-reverse .image-wrapper {
      margin-bottom: 10px;
  }

  .investigational-approaches .desktop-mobile-reverse .image-wrapper img {
      margin: auto;
      width: 95px;
  }

  .investigational-approaches .desktop-mobile-reverse p b {
      font-size: 20px !important;
      line-height: 22px !important;
      display: inline-block;
      margin-bottom: 15px;
  }
}

.if-someone-in-family heading {
  margin-bottom: 25px;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .if-someone-in-family heading {
      margin-bottom: 0px;
  }
}

.if-someone-in-family heading h2 {
  text-align: center;
}

.if-someone-in-family paragraph {
  margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
  .if-someone-in-family paragraph {
      margin-bottom: 20px;
  }
}

.if-someone-in-family paragraph p {
  line-height: 52px;
  font-family: 'Roboto-Regular';
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .if-someone-in-family paragraph p {
      line-height: 18px;
      font-family: 'Roboto-Regular';
      font-size: 14px;
  }
}

.if-someone-in-family .button-wrapper a {
  margin: 0;
}

.increased-awareness-immunity,
.early-treatment {
  margin-top: 45px;
}

.increased-awareness-immunity multi-column-image-text,
.early-treatment multi-column-image-text {
  margin-bottom: 0;
  text-align: right;
}

@media screen and (max-width: 575px) {

  .increased-awareness-immunity multi-column-image-text,
  .early-treatment multi-column-image-text {
      padding-left: 15px !important;
      padding-right: 15px;
  }
}

.increased-awareness-immunity multi-column-image-text .card,
.early-treatment multi-column-image-text .card {
  max-width: 320px;
}

@media screen and (max-width: 991px) {

  .increased-awareness-immunity multi-column-image-text .card,
  .early-treatment multi-column-image-text .card {
      max-width: 100%;
      margin-bottom: 30px;
  }

  .increased-awareness-immunity multi-column-image-text .card .img-fluid,
  .early-treatment multi-column-image-text .card .img-fluid {
      width: 100%;
  }

  .increased-awareness-immunity multi-column-image-text .card .button,
  .early-treatment multi-column-image-text .card .button {
      padding-top: 12px;
      margin: 5px 0px 0px;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {

  .increased-awareness-immunity multi-column-image-text .card .button,
  .early-treatment multi-column-image-text .card .button {
      padding: 3px 20px;
      height: auto;
  }
}

.increased-awareness-immunity multi-column-image-text .card .card-body,
.early-treatment multi-column-image-text .card .card-body {
  padding: 40px 0px 0px;
}

@media screen and (max-width: 767px) {

  .increased-awareness-immunity multi-column-image-text .card .card-body,
  .early-treatment multi-column-image-text .card .card-body {
      padding: 20px 0px 0px;
  }

  .increased-awareness-immunity multi-column-image-text .card .card-body paragraph p,
  .early-treatment multi-column-image-text .card .card-body paragraph p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 15px;
  }

  .increased-awareness-immunity multi-column-image-text .card .card-body paragraph p strong,
  .early-treatment multi-column-image-text .card .card-body paragraph p strong {
      padding-bottom: 10px;
      display: inline-block;
  }
}

.increased-awareness-immunity multi-column-image-text .button,
.early-treatment multi-column-image-text .button {
  margin-bottom: 0;
  height: 50px;
  margin-left: 0px;
  padding-top: 10px;
}

@media screen and (min-width: 992px) {

  .increased-awareness-immunity .col:nth-child(2),
  .early-treatment .col:nth-child(2) {
      padding: 0px 110px;
  }
}

@media screen and (max-width: 991px) {

  .increased-awareness-immunity .col:nth-child(2),
  .early-treatment .col:nth-child(2) {
      padding: 0px 15px;
  }
}

.increased-awareness-immunity .content-selector-wrapper .card,
.early-treatment .content-selector-wrapper .card {
  margin-bottom: 0;
}

.increased-awareness-immunity .content-selector-wrapper .card-body,
.early-treatment .content-selector-wrapper .card-body {
  padding: 0;
  padding-top: 30px;
}

.increased-awareness-immunity .content-selector-wrapper paragraph p,
.early-treatment .content-selector-wrapper paragraph p {
  font-size: 24px;
  font-family: "Roboto-Regular";
  line-height: 32px;
}

.increased-awareness-immunity .content-selector-wrapper paragraph p:first-child,
.early-treatment .content-selector-wrapper paragraph p:first-child {
  margin-bottom: 0px;
  font-family: "Roboto-Black";
}

.increased-awareness-immunity .content-selector-wrapper paragraph p:last-child,
.early-treatment .content-selector-wrapper paragraph p:last-child {
  margin-bottom: 25px;
}

.increased-awareness-immunity heading,
.early-treatment heading {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {

  .increased-awareness-immunity heading,
  .early-treatment heading {
      margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {

  .increased-awareness-immunity heading,
  .early-treatment heading {
      padding: 0px;
  }
}

.increased-awareness-immunity heading h2,
.early-treatment heading h2 {
  text-align: center;
}

.caring-someone-ada-scid {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .caring-someone-ada-scid {
      margin-top: 50px;
  }
}

.increased-awareness-immunity .card {
  margin-bottom: 0;
}

.increased-awareness-immunity .card .card-body {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .increased-awareness-immunity .button-wrapper {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
}

.ada-scid-significant-impact {
  margin-top: 35px;
}

.organisations-online-communities-tools {
  margin-top: 85px;
}

.organisations-online-communities-tools heading {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .organisations-online-communities-tools heading {
      padding: 0px;
      margin-bottom: 55px;
  }
}

.organisations-online-communities-tools heading h2 {
  text-align: center;
}

.organisations-online-communities-tools two-column-content-split {
  margin-bottom: 0;
  text-align: right;
}

.organisations-online-communities-tools two-column-content-split .col-md-6:first-child {
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .organisations-online-communities-tools two-column-content-split .col-md-6:first-child {
      padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .organisations-online-communities-tools two-column-content-split .col-md-6:last-child {
      padding-left: 0px;
  }

  .organisations-online-communities-tools two-column-content-split .col-md-6:last-child .button-wrapper,
  .organisations-online-communities-tools two-column-content-split .col-md-6:last-child .content-selector-wrapper {
      border: 0px;
  }
}

@media screen and (max-width: 991px) {
  .organisations-online-communities-tools two-column-content-split .col-md-6 {
      max-width: 100%;
      padding: 0px 30px !important;
  }
}

.organisations-online-communities-tools two-column-content-split .content-selector-wrapper {
  margin-bottom: 0;
  border-top: 2px solid #fe6d73;
}

.organisations-online-communities-tools two-column-content-split .content-selector-wrapper heading h5 {
  font-family: "Roboto-Black";
  font-size: 26px;
  line-height: 32px;
  color: #4d86a0;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 45px;
}

@media screen and (max-width: 767px) {
  .organisations-online-communities-tools two-column-content-split .content-selector-wrapper heading h5 {
      font-size: 14px;
      padding-top: 10px;
      margin-bottom: 0px;
  }
}

.organisations-online-communities-tools two-column-content-split .content-selector-wrapper .button-wrapper {
  padding-bottom: 55px;
  border-bottom: 2px solid #fe6d73;
}

@media screen and (max-width: 767px) {
  .organisations-online-communities-tools two-column-content-split .content-selector-wrapper .button-wrapper {
      padding-bottom: 35px;
  }
}

.organisations-online-communities-tools two-column-content-split .content-selector-wrapper .button-wrapper a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 5px 0 0px;
  padding: 10px 5px;
  border-radius: 100px;
}

.organisations-online-communities-tools two-column-content-split .content-selector-wrapper .button-wrapper a span {
  display: block;
}

@media screen and (max-width: 991px) {
  .organisations-online-communities-tools two-column-content-split .content-selector-wrapper .button-wrapper a {
      font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .organisations-online-communities-tools two-column-content-split .content-selector-wrapper .button-wrapper a {
      font-size: 12px;
      padding: 10px 5px;
  }

  .organisations-online-communities-tools two-column-content-split .content-selector-wrapper .button-wrapper a span {
      display: inline;
  }
}

@media screen and (max-width: 991px) {
  .organisations-online-communities-tools two-column-content-split .content-selector-wrapper buttons:last-child .button-wrapper {
      border-bottom: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .organisations-online-communities-tools {
      margin-top: 40px;
  }
}

.organisations-online-communities-tools heading.heading-txt.d-none.d-lg-block {
  margin-bottom: 0;
}

.stay-connected {
  margin-top: 95px;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 991px) {
  .stay-connected {
      margin-top: 0px;
  }
}

.stay-connected .banner-wrapper {
  min-height: 270px;
  background-position: 56%;
}

.stay-connected .primary-content {
  margin-top: 35px;
}

.stay-connected paragraph p {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  width: 60%;
  text-align: left;
}

.stay-connected .button-wrapper {
  margin-top: 35px;
}

.stay-connected .button-wrapper a {
  margin-left: 0;
}

.stay-connected h2 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .stay-connected .banner-wrapper {
      background: #f4f4f6 !important;
      min-height: 200px;
  }

  .stay-connected paragraph p {
      width: 100%;
      text-align: center;
  }

  .stay-connected h2 {
      text-align: center;
  }

  .stay-connected .button-wrapper {
      margin-top: 15px;
  }

  .stay-connected .button-wrapper .btn-light {
      padding: 6px 20px;
  }
}

@media screen and (max-width: 767px) {
  .stay-connected paragraph p {
      width: 100%;
      font-size: 14px;
      line-height: 18px;
      font-family: "Roboto-Regular";
  }
}

.two-treatment-options .banner-wrapper {
  min-height: 550px;
}

.two-treatment-options .primary-content {
  padding-top: 110px;
}

.two-treatment-options .primary-content paragraph p {
  font-weight: bold;
  font-size: 21px;
  line-height: 100%;
  margin-top: 20px;
  font-family: 'Roboto-Black';
}

@media screen and (max-width: 575px) {
  .two-treatment-options .primary-content paragraph p {
      margin-top: 0px !important;
  }
}

.two-treatment-options .button-wrapper {
  margin-top: 35px;
}

.two-treatment-options two-column-content-split {
  margin-bottom: 0px;
}

.two-treatment-options two-column-content-split .d-lg-flex {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .two-treatment-options two-column-content-split .d-lg-flex .col-md-6 {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding: 0px;
  }

  .two-treatment-options two-column-content-split .d-lg-flex .col-md-6 .content-selector-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0px;
  }

  .two-treatment-options two-column-content-split .d-lg-flex .col-md-6 .content-selector-wrapper responsive-image {
      width: 30%;
  }

  .two-treatment-options two-column-content-split .d-lg-flex .col-md-6 .content-selector-wrapper paragraph {
      width: 70%;
      text-align: left;
  }
}

.two-treatment-options two-column-content-split .d-lg-flex .image-wrapper {
  min-height: 130px;
}

@media screen and (max-width: 575px) {
  .two-treatment-options two-column-content-split .d-lg-flex .image-wrapper {
      min-height: auto;
  }
}

@media screen and (min-width: 992px) {
  .two-treatment-options two-column-content-split .d-lg-flex .image-wrapper img {
      margin: auto;
  }
}

@media screen and (max-width: 575px) {
  .two-treatment-options two-column-content-split .d-lg-flex .image-wrapper img {
      max-width: 50px;
      height: 70px;
  }
}

.two-treatment-options two-column-content-split a.button {
  padding: 10px 50px;
}

@media screen and (max-width: 767px) {
  .two-treatment-options two-column-content-split a.button {
      padding: 3px 20px;
  }
}

@media screen and (max-width: 991px) {

  .two-treatment-options .banner-wrapper,
  .living-with-ada-scid .banner-wrapper,
  .newborn-screening .banner-wrapper,
  .what-is-ada-scid .banner-wrapper,
  .ada-scid-typically-diagnosed .banner-wrapper,
  .caring-someone-ada-scid .banner-wrapper,
  .ada-scid-significant-impact .banner-wrapper {
      display: none;
  }

  .two-treatment-options .d-lg-flex,
  .living-with-ada-scid .d-lg-flex,
  .newborn-screening .d-lg-flex,
  .what-is-ada-scid .d-lg-flex,
  .ada-scid-typically-diagnosed .d-lg-flex,
  .caring-someone-ada-scid .d-lg-flex,
  .ada-scid-significant-impact .d-lg-flex {
      position: inherit;
      background-color: #f4f4f6;
  }

  .two-treatment-options .primary-content,
  .living-with-ada-scid .primary-content,
  .newborn-screening .primary-content,
  .what-is-ada-scid .primary-content,
  .ada-scid-typically-diagnosed .primary-content,
  .caring-someone-ada-scid .primary-content,
  .ada-scid-significant-impact .primary-content {
      padding: 100px 0px;
      background: transparent;
      margin: 0 auto;
  }

  .two-treatment-options .primary-content heading h2,
  .living-with-ada-scid .primary-content heading h2,
  .newborn-screening .primary-content heading h2,
  .what-is-ada-scid .primary-content heading h2,
  .ada-scid-typically-diagnosed .primary-content heading h2,
  .caring-someone-ada-scid .primary-content heading h2,
  .ada-scid-significant-impact .primary-content heading h2 {
      text-align: right;
  }

  .two-treatment-options .primary-content paragraph p span,
  .living-with-ada-scid .primary-content paragraph p span,
  .newborn-screening .primary-content paragraph p span,
  .what-is-ada-scid .primary-content paragraph p span,
  .ada-scid-typically-diagnosed .primary-content paragraph p span,
  .caring-someone-ada-scid .primary-content paragraph p span,
  .ada-scid-significant-impact .primary-content paragraph p span {
      display: inline;
  }
}

@media screen and (max-width: 767px) {
  paragraph p {
      font-size: 14px !important;
      line-height: 18px !important;
  }
}

@media screen and (min-width: 992px) {
  .container {
      max-width: 1200px;
  }
}

.if-someone-in-family two-column-content-split .d-lg-flex .col:last-child a,
.always-consult-physician two-column-content-split .d-lg-flex .col:last-child a {
  margin-bottom: 0px;
}

@media screen and (min-width: 992px) {

  .if-someone-in-family two-column-content-split,
  .always-consult-physician two-column-content-split {
      padding-top: 50px;
      padding-bottom: 50px;
  }
}

@media only screen and (max-width: 1025px) {
  hero-banner .d-lg-flex {
      top: 0%;
  }
}

.go-ahead .banner-wrapper {
  height: 300px;
  background-position: top center;
}

@media only screen and (max-width: 1025px) {
  .go-ahead .banner-wrapper {
      background-position: center;
  }
}

@media only screen and (max-width: 568px) {
  .go-ahead .banner-wrapper {
      background-position: 82%;
  }
}

@media screen and (min-width: 768px) {
  .go-ahead .banner-wrapper {
      height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .go-ahead .banner-wrapper {
      height: 640px;
  }
}

@media screen and (max-width: 991px) {
  .go-ahead .d-lg-flex {
      position: inherit;
      padding: 0px;
  }
}

.go-ahead .primary-content {
  margin: 0;
  padding: 0;
}

.go-ahead .primary-content .content-selector-wrapper {
  padding-bottom: 90px;
}

@media only screen and (max-width: 1025px) {
  .go-ahead .primary-content .content-selector-wrapper {
      padding-bottom: 140px;
  }
}

@media screen and (max-width: 991px) {
  .go-ahead .primary-content .content-selector-wrapper {
      padding-top: 50px;
      max-width: 100%;
      padding-bottom: 0px;
  }
}

@media screen and (max-width: 575px) {
  .go-ahead .primary-content .content-selector-wrapper {
      padding: 20px 15px 25px 15px;
  }
}

.go-ahead .content-selector-wrapper {
  max-width: 550px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 30px;
  padding-top: 64px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .go-ahead .content-selector-wrapper {
      max-width: 100%;
      max-width: 100%;
  }
}

.go-ahead .content-selector-wrapper paragraph p {
  font-family: "Roboto-Regular";
  line-height: 32px;
  color: #000000;
}

.go-ahead .content-selector-wrapper paragraph:nth-child(2) p {
  font-size: 24px;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .go-ahead .content-selector-wrapper paragraph:nth-child(2) p {
      margin-bottom: 0px;
  }
}

@media screen and (max-width: 575px) {
  .go-ahead .content-selector-wrapper paragraph:nth-child(2) p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 20px;
  }
}

.go-ahead .content-selector-wrapper paragraph:nth-child(3) {
  font-size: 26px;
}

.go-ahead .content-selector-wrapper paragraph:nth-child(3) p {
  background: #ffd490;
  font-size: 26px;
  padding: 25px 45px;
  background: #ffd490;
  margin-bottom: 0;
}

.go-ahead .content-selector-wrapper h2 {
  color: #227c9d;
  font-family: "RobotoCondensed-Bold";
  font-weight: bold;
  font-size: 89px;
  line-height: 90px;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .go-ahead .content-selector-wrapper h2 {
      font-size: 65px;
  }
}

@media screen and (max-width: 575px) {
  .go-ahead .content-selector-wrapper h2 {
      font-size: 30px;
      line-height: 32px;
  }
}

.go-ahead .secondary-content {
  position: absolute;
  bottom: -75px;
  padding: 0;
  width: auto;
}

@media screen and (max-width: 991px) {
  .go-ahead .secondary-content {
      position: relative;
  }
}

@media screen and (max-width: 575px) {
  .go-ahead .secondary-content {
      position: inherit;
      left: 15px;
  }
}

.go-ahead .secondary-content .content-selector-wrapper {
  background: #ffd490;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .go-ahead .secondary-content .content-selector-wrapper {
      border-top-right-radius: 50px;
  }
}

@media screen and (max-width: 575px) {
  .go-ahead .secondary-content .content-selector-wrapper {
      padding: 20px 35px;
  }
}

.go-ahead .secondary-content .content-selector-wrapper p {
  font-size: 26px;
  font-family: 'Roboto-Black';
}

@media screen and (max-width: 575px) {
  .go-ahead .secondary-content .content-selector-wrapper p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 0;
  }
}

.go-ahead .secondary-content .content-selector-wrapper .button-wrapper {
  margin-top: 25px;
}

@media screen and (max-width: 575px) {
  .go-ahead .secondary-content .content-selector-wrapper .button-wrapper {
      margin-top: 15px;
  }
}

.go-ahead .secondary-content .content-selector-wrapper .button-wrapper button {
  margin: 0;
}

@media screen and (max-width: 575px) {
  .go-ahead .secondary-content .content-selector-wrapper .button-wrapper button {
      margin: 0;
  }
}

.btn-light {
  background: #4d86a0;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
  font-family: arial;
  font-size: 19px;
  padding: 10px 20px;
}

@media screen and (max-width: 575px) {
  .btn-light {
      font-size: 14px;
      padding: 3px 20px;
  }
}

.btn-light:hover {
  background: #4d86a0;
  border: 2px solid #fff;
  color: #fff;
}

.btn-light::after {
  display: none;
}

.heading-txt h2 {
  font-family: "RobotoCondensed-Bold";
  font-weight: bold;
  font-size: 48px;
  line-height: 52px;
  color: #4d86a0;
}

@media screen and (min-width: 1200px) {
  .heading-txt h2 span {
      display: block;
  }
}

@media screen and (max-width: 575px) {
  .heading-txt h2 {
      font-size: 20px;
      line-height: 22px;
  }
}

.page-not-found-wrapper {
  margin: 95px auto 115px;
  padding-left: 0px;
}

@media screen and (max-width: 575px) {
  .page-not-found-wrapper {
      margin: 45px auto;
  }
}

.page-not-found-wrapper .d-lg-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-not-found-wrapper .d-lg-flex h1 {
  text-align: center;
  font-size: 400px;
  font-family: RobotoCondensed-Bold;
  font-weight: bold;
  color: #227c9d;
  padding-left: 0px;
}

@media screen and (max-width: 575px) {
  .page-not-found-wrapper .d-lg-flex h1 {
      font-size: 122px;
  }
}

.page-not-found-wrapper .d-lg-flex .col h2 {
  color: #4d86a0;
  font-family: RobotoCondensed-Bold;
  font-weight: bold;
  line-height: 52px;
  font-size: 48px;
}

@media screen and (max-width: 575px) {
  .page-not-found-wrapper .d-lg-flex .col h2 {
      font-size: 20px;
      line-height: 22px;
  }
}

.page-not-found-wrapper .d-lg-flex .col p {
  font-family: Roboto-Regular;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
  .page-not-found-wrapper .d-lg-flex .col p {
      font-size: 14px;
      line-height: 18px;
  }
}

.page-not-found-wrapper .d-lg-flex .col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .page-not-found-wrapper .d-lg-flex .col:last-child {
      text-align: center;
  }
}

.page-not-found-wrapper .d-lg-flex .col:last-child .button {
  background: #4d86a0;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  width: auto;
  font-weight: bold;
  font-family: arial;
  font-size: 16px;
  padding: 5px 50px;
}

@media screen and (max-width: 575px) {
  .page-not-found-wrapper .d-lg-flex .col:last-child .button {
      font-size: 14px;
  }
}

.ada_registration_form_wrapper .oral_tablet_frequency {
  display: none;
}

.ada_registration_form_wrapper .mt-50 {
  margin-top: 50px;
}

.ada_registration_form_wrapper .mb-60 {
  margin-bottom: 60px;
}

.ada_registration_form_wrapper .checkbox-container {
  margin-bottom: 35px;
}

.ada_registration_form_wrapper .button {
  background-color: #568395;
  border-color: #568395;
  color: #fff;
  font-size: 24px;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  padding: 8px 30px;
  border-radius: 50px;
  display: inline-block;
}

.ada_registration_form_wrapper .button::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .button {
      font-size: 14px;
  }
}

.ada_registration_form_wrapper .registration_form_second_section {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .registration_form_second_section {
      padding-top: 0px;
  }
}

.ada_registration_form_wrapper label {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: normal;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper label {
      font-size: 14px;
  }
}

.ada_registration_form_wrapper .heading-txt {
  color: #568395;
  font-size: 24px;
  font-family: "Roboto-Black";
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .heading-txt {
      font-size: 14px;
      line-height: normal;
      margin-bottom: 10px;
  }
}

.ada_registration_form_wrapper .checkbtn label:before {
  height: 24px;
  width: 24px;
  border-radius: 0;
}

.ada_registration_form_wrapper .checkbtn input:checked+label:after {
  left: 8px;
  top: 6px;
  width: 8px;
  height: 19px;
  border-width: 3px;
}

.ada_registration_form_wrapper .form-group {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .form-group {
      margin-bottom: 15px;
  }
}

.ada_registration_form_wrapper .form-group label {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .form-group label {
      font-size: 14px;
      line-height: normal;
  }
}

.ada_registration_form_wrapper .form-group p {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: auto;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .form-group p {
      font-size: 14px;
      line-height: normal;
  }
}

.ada_registration_form_wrapper .form-group .form-control {
  border-color: #000;
  border-radius: 0;
  height: 30px;
}

.ada_registration_form_wrapper .blue-text {
  color: #004a88;
}

.ada_registration_form_wrapper .help-block.with-errors ul {
  margin-bottom: 0px;
  margin-top: 3px;
}

.ada_registration_form_wrapper .help-block.with-errors ul li {
  list-style-type: none;
  color: #EA1010;
  font-size: 24px;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .help-block.with-errors ul li {
      font-size: 14px;
  }
}

.ada_registration_form_wrapper .help-block.with-errors ul li:after {
  content: none;
}

.ada_registration_form_wrapper .help-block.with-errors ul li:first-letter {
  padding-left: 0px;
}

.ada_registration_form_wrapper .form-check {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .form-check {
      font-size: 14px;
  }
}

.ada_registration_form_wrapper .form-check input[type="radio"],
.ada_registration_form_wrapper .form-check input[type="checkbox"] {
  height: 24px;
  width: 24px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  opacity: 0;
}

@media screen and (max-width: 767px) {

  .ada_registration_form_wrapper .form-check input[type="radio"],
  .ada_registration_form_wrapper .form-check input[type="checkbox"] {
      height: 24px;
      width: 24px;
  }
}

.ada_registration_form_wrapper .form-check .form-check-label {
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  font-family: "Roboto", sans-serif;
}

.ada_registration_form_wrapper .form-check .form-check-label a {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .form-check .form-check-label {
      font-size: 14px;
      line-height: 17px;
  }
}

.ada_registration_form_wrapper .registration_form_submit .form-check {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ada_registration_form_wrapper .registration_form_warning {
  color: #EA1010;
  font-size: 24px;
  font-family: "Roboto-Regular";
  margin-bottom: 0px;
}

.ada_registration_form_wrapper .registration_form_warning:nth-child(1) {
  color: #568395;
  font-family: "Roboto-Black";
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .registration_form_warning {
      font-size: 14px;
  }
}

.ada_registration_form_wrapper .registration_form_warning p {
  margin-left: 36px;
}

.ada_registration_form_wrapper h3.registration_form_warning {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper h3.registration_form_warning {
      font-size: 18px;
  }
}

.ada_registration_form_wrapper h1.registration_form_warning {
  font-size: 50px;
  color: #21397E;
}

.ada_registration_form_wrapper .ada_registration_form_question {
  font-size: 24px;
  font-family: "Roboto-Regular";
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .ada_registration_form_question {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 15px;
  }
}

.ada_registration_form_wrapper .input-group-container {
  margin-bottom: 25px;
  font-family: "Roboto-Regular";
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .input-group-container {
      margin-bottom: 10px;
  }
}

.ada_registration_form_wrapper .input-group-container .registration_form_warning {
  color: #EA1010;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .input-group-container .registration_form_warning {
      margin-top: 10px;
  }
}

.ada_registration_form_wrapper .optional-Info {
  padding-top: 30px;
}

.ada_registration_form_wrapper .ada_registration_form_buttons buttons {
  padding: 0px 0px;
  margin-bottom: 50px;
  margin-top: 35px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  margin-left: 36px;
  display: inline-block;
}

.ada_registration_form_wrapper .ada_registration_form_buttons .btn[disabled="disabled"] {
  opacity: 0.65;
  pointer-events: none;
}

.ada_registration_form_wrapper .registration_form_submit {
  padding-bottom: 0px;
}

.ada_registration_form_wrapper .registration_form_submit .has-error {
  color: #EA1010;
}

.ada_registration_form_wrapper .has-error .form-control {
  border-color: #EA1010;
}

.ada_registration_form_wrapper .registration_form_alert,
.ada_registration_form_wrapper .registration_form_success_alert {
  background-color: #FFDF39;
  padding: 8px 15px;
  color: #000;
  font-size: 18px;
  border-radius: 5px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {

  .ada_registration_form_wrapper .registration_form_alert,
  .ada_registration_form_wrapper .registration_form_success_alert {
      font-size: 14px;
  }
}

.ada_registration_form_wrapper .registration_form_alert p,
.ada_registration_form_wrapper .registration_form_success_alert p {
  margin-bottom: 0px;
}

.ada_registration_form_wrapper .registration_form_success_alert {
  background-color: #3edc76;
}

.ada_registration_form_wrapper .ada_registration_form_disclaimer {
  font-size: 18px;
  font-family: "Roboto-Regular";
  line-height: normal;
  color: #000;
  margin-left: 36px;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .ada_registration_form_disclaimer {
      font-size: 14px;
  }
}

.ada_registration_form_wrapper .required_star {
  position: relative;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper .required_star {
      font-size: 14px;
      line-height: 17px;
  }
}

.ada_registration_form_wrapper .required_star:after {
  content: "*";
  position: absolute;
  right: -12px;
  top: 0px;
  color: #F24444;
}

.ada_registration_form_wrapper i {
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .ada_registration_form_wrapper i {
      font-size: 14px;
      line-height: 17px;
      margin-top: 10px;
      display: inline-block;
  }
}

.required-red {
  color: #F24444;
}

.ada_registration_form_item label {
  font-size: 24px;
}

.radiobtn label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  width: 24px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

@media screen and (max-width: 767px) {
  .radiobtn label:before {
      top: 0px;
      height: 24px;
      width: 24px;
  }
}

.radiobtn input:checked+label:before {
  border: 1px solid #0075FF;
}

.radiobtn input:checked+label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  height: 16px;
  width: 16px;
  background-color: #0075FF;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

@media screen and (max-width: 767px) {
  .radiobtn input:checked+label:after {
      left: 4px;
      top: 4px;
      height: 16px;
      width: 16px;
  }
}

.radiobtn input:checked:disabled+label:before {
  border-color: #767676;
}

.radiobtn input:checked:disabled+label:after {
  border-color: #767676;
  background: #767676;
}

.checkbtn label:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  border: 1px solid #4D4D4F;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

@media screen and (max-width: 767px) {
  .checkbtn label:before {
      height: 30px;
      width: 30px;
  }
}

.checkbtn input:checked+label:before {
  background: #0075FF;
}

.checkbtn input:checked+label:after {
  content: '';
  position: absolute;
  left: 13px;
  top: 8px;
  width: 14px;
  height: 27px;
  border: 5px solid #fff;
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(226deg);
  transform: rotate(226deg) scale(1);
  opacity: 1;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

@media screen and (max-width: 767px) {
  .checkbtn input:checked+label:after {
      left: 10px;
      top: 7px;
      width: 11px;
      height: 24px;
  }
}

.red-star {
  color: #EA1010;
}

.registration_form_wrapper .form-check.has-error .form-check-label {
  color: #EA1010;
}

.formHighlight {
  -webkit-animation: highlight 6000ms ease-out;
  animation: highlight 6000ms ease-out;
}

@-webkit-keyframes highlight {
  from {
      background-color: #ffff99;
  }
}

@keyframes highlight {
  from {
      background-color: #ffff99;
  }
}

.form-check .form-check-label[for='no-npi-js'] {
  line-height: 37px;
}

@media screen and (min-width: 992px) {
  .form-check .form-check-label[for='no-npi-js'] {
      line-height: 55px;
  }
}

#updateRegistration {
  z-index: 2300;
  padding: 0 !important;
}

#updateRegistration .modal-dialog {
  max-width: 1440px;
  width: 100%;
  background: transparent;
}

#updateRegistration .modal-dialog .modal-content {
  max-width: 1440px;
  width: 90%;
  border-radius: 0;
  background-color: #70c1b3;
  text-align: left;
  margin: auto;
  border: 0;
}

@media only screen and (min-width: 1920px) {
  #updateRegistration .modal-dialog .modal-content {
      width: 100%;
  }
}

#updateRegistration .modal-dialog .modal-content .radiobtn label:before {
  background-color: white;
}

#updateRegistration .modal-dialog .modal-content h2 {
  color: inherit;
  line-height: normal;
}

#updateRegistration .modal-dialog .modal-content h5 {
  font-size: 24px;
  margin-bottom: 0;
}

#updateRegistration .modal-dialog .modal-content .modal-header {
  border: 0;
  padding-top: 25px;
  padding-right: 25px;
}

#updateRegistration .modal-dialog .modal-content .modal-header .close {
  font-size: 30px;
  font-weight: bold;
  color: #004a88;
  opacity: 1;
}

#updateRegistration .modal-dialog .modal-content .modal-body {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 70px;
}

#updateRegistration .modal-dialog .modal-content .modal-body .ada_registration_form_disclaimer {
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Roboto", sans-serif;
}

#updateRegistration .modal-dialog .modal-content .modal-body buttons {
  margin-top: 80px;
  margin-bottom: 20px;
}

#updateRegistration .modal-dialog .modal-content .modal-body [type=button],
#updateRegistration .modal-dialog .modal-content .modal-body [type=reset],
#updateRegistration .modal-dialog .modal-content .modal-body [type=submit],
#updateRegistration .modal-dialog .modal-content .modal-body button {
  -webkit-appearance: none;
}

.success-msg {
  display: none;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: normal;
  color: #EA1010;
  margin-left: 36px;
  -webkit-box-shadow: 2px 1px 10px 5px #d4d4d4;
  box-shadow: 2px 1px 10px 5px #d4d4d4;
  padding: 15px;
}

.grheader {
  background-color: red;
}

#page-not-found heading h1 {
  font-size: 122px;
  color: #227c9d;
  font-family: "RobotoCondensed-Bold";
  line-height: normal;
}

@media screen and (min-width: 768px) {
  #page-not-found heading h1 {
      font-size: 400px;
  }
}

#page-not-found h2 {
  font-size: 20px;
  line-height: 22px;
  font-family: "RobotoCondensed-Bold";
  color: #4d86a0;
}

@media screen and (min-width: 768px) {
  #page-not-found h2 {
      font-size: 48px;
      line-height: 52px;
  }
}

#page-not-found p {
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto-Regular";
  color: #000000;
}

@media screen and (min-width: 768px) {
  #page-not-found p {
      font-size: 24px;
      line-height: 32px;
  }
}

#page-not-found buttons {
  margin-top: 40px;
}

#page-not-found buttons .button {
  background: #4d86a0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
  font-family: "Arial";
  min-width: 350px;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
}

#page-not-found buttons .button:after {
  content: none;
}

#page-not-found .d-lg-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #page-not-found .d-lg-flex {
      text-align: left;
  }
}

#page-not-found .d-lg-flex .col-md-6:first-child {
  margin-right: 130px;
}

multi-column-content .d-lg-flex .col .card {
  border: none;
}

multi-column-content .d-lg-flex .col .card .card-body .content-selector-wrapper buttons .button-wrapper a {
  width: 350px;
  text-align: center;
}

@media (min-width: 576px) and (max-width: 1380px) {
  #other-useful-links .d-lg-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 auto;
  }

  #other-useful-links .d-lg-flex .card-body {
      margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .ada-scid-typically-diagnosed .primary-content {
      margin: 0 auto;
  }
}

#when-ada-isnt-working.when-ada-isnt-working.main_section6 {
  background-position: 50% 416px;
  background-repeat: no-repeat;
  min-height: 1501px;
  font-family: 'Roboto-Regular';
}

#when-ada-isnt-working multi-column-content .d-lg-flex .col .card {
  background: none;
}

.some-with-ada-scid two-column-content-split:last-child .col-md-6 .content-selector-wrapper {
  border-top: none;
}

#when-ada-isnt-working multi-column-content .card-body {
  font-size: 26px;
  text-align: right;
}

@media screen and (min-width: 1380px) {
  #other-useful-links multi-column-content .d-lg-flex .col {
      padding-right: 0px;
      padding-left: 0px;
  }
}

@media screen and (min-width: 991px) {
  #go-ahead hero-banner .primary-content .content-selector-wrapper {
      height: 640px;
  }
}

.some-with-ada-scid two-column-content-split .col .content-selector-wrapper {
  border-bottom: 2px solid #fe6d73;
  border-top: 2px solid #fe6d73;
  padding: 0;
  min-height: 457px;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .some-with-ada-scid two-column-content-split .col .content-selector-wrapper {
      min-height: 300px;
      border-top: 2px solid #fe6d73;
  }
}

#someone-with-ada-scid multi-column-content .d-lg-flex .col .card {
  width: 50% !important;
  font-family: Roboto-Regular;
  font-size: 24px !important;
  border-bottom: 2px solid #fe6d73;
  margin-left: -15px;
  line-height: 32px;
}

#someone-with-ada-scid multi-column-content .col image-text-split p {
  padding-left: 20px;
  position: relative;
  color: #000;
}

#someone-with-ada-scid multi-column-content .col image-text-split p strong {
  position: absolute;
  left: -10px;
}

.ada-scid-affects multi-column-content .d-lg-flex {
  border-bottom: 2px solid #fe6d73;
  padding: 20px 0;
}

.two-treatment-options .primary-content paragraph p {
  font-weight: normal;
  font-family: Roboto-Regular;
  font-size: 24px;
  line-height: 32px;
}

.newborn-screening .ref-heading {
  color: #4d86a0;
  font-weight: bold;
  padding-bottom: 60px;
  padding-top: 30px;
}

.newborn-screening .ref-heading .reference-list {
  color: #000000;
  font-weight: normal;
  font-family: 'Roboto-Regular';
}

.newborn-screening .ref-heading .reference-list a {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
}

.if-someone-in-family .ref-heading {
  color: #4d86a0;
  font-weight: bold;
}

.if-someone-in-family .ref-heading .reference-list {
  color: #000000;
  font-weight: normal;
  font-family: 'Roboto-Regular';
}

.if-someone-in-family .ref-heading .reference-list a {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
}

.if-left-untreated .ref-heading {
  color: #4d86a0;
  font-weight: bold;
}

.if-left-untreated .ref-heading .reference-list {
  color: #000000;
  font-weight: normal;
  font-family: 'Roboto-Regular';
}

.if-left-untreated .ref-heading .reference-list a {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
}

#investigational-approaches image-text-split .col-md-8 {
  top: 30px;
  font-weight: 800;
}

@media (min-width: 576px) and (max-width: 768px) {
  #investigational-approaches image-text-split .col-md-8 {
      top: 0px;
  }
}

.ada-scid-typically-diagnosed hero-banner .banner-wrapper {
  min-height: 711px;
  background-size: cover;
  background-position: 70% 0%;
}

header .container-full .row2 div:nth-child(3) header-cta .btn-light {
  background: none;
  border: none;
  border-radius: 0px;
  color: black;
  width: 166px;
  font-family: 'Roboto-Regular';
  font-weight: 700;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.container-full header-cta a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.when-ada-isnt-working .scid-paragraph-one {
  text-align: center;
  font-family: 'Roboto-Regular';
  font-size: 22px;
}

.when-ada-isnt-working .scid-paragraph-one p {
  margin-bottom: 0px;
}

.when-ada-isnt-working .scid-paragraph-two {
  display: block;
  padding-right: 23rem;
}

#when-ada-isnt-working .scid-paragraph-three:first-child p {
  background: #4e87a1;
  border-radius: 20px;
  text-align: center;
  color: white;
  height: 152px;
  max-width: 354px;
  padding: 0 35px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -16px;
}

#when-ada-isnt-working multi-column-content .d-lg-flex .col .card .card-body .content-selector-wrapper paragraph:not(:first-child) p {
  border-bottom: 0.1rem solid black;
  padding-bottom: 0.5rem;
}

#when-ada-isnt-working multi-column-content .d-lg-flex .col .card .card-body .content-selector-wrapper .ada-btn-bottom:nth-child(3) p:last-child {
  border-bottom: none;
}

.organisations-online-communities-tools two-column-content-split .content-selector-wrapper .org-bottom-border .button-wrapper {
  padding-bottom: 55px;
  border-bottom: none;
}

@media (min-width: 360px) and (max-width: 992px) {
  .organisations-online-communities-tools two-column-content-split .content-selector-wrapper .org-bottom-border .button-wrapper {
      border-bottom: 2px solid #fe6d73;
  }
}

#when-ada-isnt-working p {
  font-family: "Roboto-Regular";
}

#when-ada-isnt-working strong {
  font-family: "Roboto-Bold";
}

.always-consult-physician heading h2 {
  color: #151515;
  font-size: 24px;
}

heading h2 span sup {
  font-family: 'RobotoCondensed';
  font-weight: 100;
}

#someone-with-ada-scid .image-wrapper img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -14px;
}

.some-with-ada-scid two-column-content-split .col .content-selector-wrapper .d-lg-flex {
  padding: 40px 0 !important;
}

#someone-with-ada-scid multi-column-content .image-wrapper img {
  margin-top: 30px;
}

.if-left-untreated {
  margin-top: 0px;
  padding-top: 85px;
  padding-bottom: 65px;
}

.early-treatment multi-column-image-text .col:nth-child(2) .card .card-body .content-selector-wrapper {
  padding-top: 30px;
}

@media screen and (min-width: 992px) {

  #if-left-untreated two-column-content-split.container,
  #if-someone-in-family two-column-content-split.container {
      max-width: 1160px !important;
  }
}

#someone-with-ada-scid two-column-content-split:nth-of-type(3) .col.col-md-6:nth-of-type(2) {
  display: none;
}

#someone-with-ada-scid two-column-content-split:nth-of-type(3) .col.col-md-6 .content-selector-wrapper {
  min-height: 340px;
}

#someone-with-ada-scid two-column-content-split:nth-of-type(3) image-text-split .col-md-3 {
  top: 50px;
}

#ada-scid-can-be-diagnosed multi-column-content .d-lg-flex .col:nth-of-type(1) image-text-split .col-md-6:nth-of-type(2) {
  position: relative;
  top: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .what-is-ada-scid hero-banner .banner-wrapper {
      min-height: 482px;
  }

  .some-with-ada-scid two-column-content-split .col .content-selector-wrapper {
      min-height: 552px;
  }
}

@media (min-width: 1900px) {
  .what-is-ada-scid hero-banner .banner-wrapper {
      min-height: 680px;
  }
}

@media (min-width: 1588px) {
  .banner-wrapper.hero-imagemain_section12 {
      min-height: 850px;
  }

  #go-ahead hero-banner .primary-content .content-selector-wrapper {
      min-height: 850px;
  }
}

@media (min-width: 992px) and (max-width: 1158px) {
  #when-ada-isnt-working.when-ada-isnt-working.main_section6 {
      background-position: 62% 100%;
      min-height: 858px;
  }
}

@media (min-width: 2164px) and (max-width: 3000px) {
  .banner-wrapper.hero-imagemain_section12 {
      min-height: 975px;
  }

  #go-ahead hero-banner .primary-content .content-selector-wrapper {
      min-height: 975px;
  }
}

@media (min-width: 360px) and (max-width: 992px) {
  .when-ada-isnt-working .scid-paragraph-two {
      display: block;
      padding-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 3000px) {
  .caring-someone-ada-scid hero-banner .banner-wrapper {
      background-position: 71% 0%;
      min-height: 665px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
  #newborn-screening hero-banner .d-lg-flex {
      top: 0;
      max-width: 541px;
      left: 0;
      margin: 0;
  }

  #newborn-screening hero-banner .banner-wrapper {
      min-height: 366px;
      background-size: cover;
      background-position: 67% 50% !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1760px) {
  .two-treatment-options hero-banner .banner-wrapper {
      min-height: 510px;
      background-size: cover;
      background-position: 50% 0%;
  }
}

@media (min-width: 992px) and (max-width: 1640px) {
  .living-with-ada-scid hero-banner .banner-wrapper {
      min-height: 420px;
      background-position: 47% 0%;
  }
}

@media (min-width: 1640px) and (max-width: 3000px) {
  .living-with-ada-scid hero-banner .banner-wrapper {
      min-height: 555px;
      background-position: 40% 0%;
  }
}

@media screen and (min-width: 991px) and (max-width: 3000px) {
  .ada-scid-significant-impact hero-banner .banner-wrapper {
      background-position: 70% 0%;
      min-height: 650px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  #when-ada-isnt-working multi-column-content .d-lg-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
}

@media screen and (min-width: 992px) and (max-width: 3000px) {
  #living-with-ada-scid .primary-content {
      max-width: 730px;
      margin: 0;
      background: rgba(255, 255, 255, 0.8);
      padding: 120px 50px 0px;
  }
}

@media screen and (min-width: 992px) and (max-width: 3000px) {
  #ada-scid-significant-impact .primary-content {
      max-width: 730px;
      margin: 0;
      background: rgba(255, 255, 255, 0.8);
      padding: 125px 50px 0px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .ada-scid-can-be-diagnosed .card .card-body .content-selector-wrapper {
      padding-bottom: 20px;
  }

  .ada-scid-can-be-diagnosed multi-column-content .col:nth-child(2):not(.col-md-6) {
      padding-top: 20px;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  #when-ada-isnt-working.when-ada-isnt-working.main_section6 {
      background-position: 378px bottom;
      background-size: 56%;
      background-repeat: no-repeat;
      min-height: 1501px;
      font-family: 'Roboto-Regular';
  }

  .when-ada-isnt-working .scid-paragraph-two {
      padding-right: 23rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #when-ada-isnt-working.when-ada-isnt-working.main_section6 {
      background-position: 50% 100%;
      background-repeat: no-repeat;
      min-height: 2430px;
      font-family: 'Roboto-Regular';
  }

  #when-ada-isnt-working .scid-paragraph-three:first-child p {
      max-width: 100%;
      margin-bottom: 30px;
  }
}

@media screen and (min-width: 468px) and (max-width: 576px) {
  #when-ada-isnt-working.when-ada-isnt-working.main_section6 {
      background-position: 50% 100%;
      min-height: 1980px;
  }
}

@media screen and (min-width: 390px) and (max-width: 468px) {
  #when-ada-isnt-working.when-ada-isnt-working.main_section6 {
      background-position: 50% 100%;
      min-height: 2020px;
  }
}

@media screen and (max-width: 390px) {
  #when-ada-isnt-working.when-ada-isnt-working.main_section6 {
      background-position: 50% 100%;
      min-height: 2057px;
  }
}

#ada-scid-significant-impact hero-banner .primary-content {
  max-width: 479px;
}

#caring-someone-ada-scid hero-banner .primary-content {
  max-width: 500px;
}

@media (min-width: 992px) and (max-width: 3000px) {
  #caring-someone-ada-scid hero-banner .banner-wrapper {
      background-position: 64% 0%;
      min-height: 556px;
  }
}

@media (min-width: 992px) and (max-width: 3000px) {
  #ada-scid-significant-impact hero-banner .banner-wrapper {
      background-position: 70% 0%;
      min-height: 625px;
  }
}

@media (min-width: 992px) and (max-width: 3000px) {
  #ada-scid-typically-diagnosed .primary-content {
      max-width: 530px;
      padding: 118px 50px 0px;
  }
}

@media (min-width: 992px) and (max-width: 3000px) {
  #two-treatment-options .primary-content {
      max-width: 530px;
      padding: 120px 50px 0px;
  }
}

@media (min-width: 992px) {
  header {
      z-index: 1040;
      position: -webkit-sticky;
      position: sticky;
  }

  header.fixed {
      z-index: 1040;
  }
}

header .container-full .row2 div:nth-child(1) .btn-light {
  padding-right: 0;
}

header .container-full .row2 div:nth-child(3) header-cta .btn-light {
  padding: 0;
  text-transform: uppercase;
  -webkit-transform: none;
  transform: none;
  height: auto;
  width: 90px;
}

@media (min-width: 992px) {
  header .container-full .row2 div:nth-child(3) header-cta .btn-light {
      padding: 32px 0;
  }

  header .container-full .row2 div:nth-child(3) header-cta .btn-light:hover {
      background-color: #ffd490;
  }
}

.language-modal .modal-body {
  padding: 0;
}

.language-modal .modal-dialog {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .language-modal .modal-dialog {
      max-width: 775px;
      margin-top: 110px;
  }
}

.language-modal .modal-content {
  margin-left: -webkit-calc(36% - 190px);
  margin-left: calc(36% - 190px);
}

@media (min-width: 1200px) {
  .language-modal .modal-content {
      margin-left: -webkit-calc(50% - 185px);
      margin-left: calc(50% - 185px);
  }
}

@media (max-width: 991px) {
  .language-modal .modal-content {
      max-width: 360px;
      margin-right: auto;
      margin-left: auto;
      border-radius: 20px;
  }
}

.language-modal .modal-header {
  display: block !important;
}

.language-modal .modal-footer {
  display: none;
}

.languages {
  padding: 0 15px 25px 15px;
  text-align: left;
}

.languages a {
  color: #4d86a0;
  font-size: 14px;
  text-decoration: none;
  font-family: "Roboto-Bold";
}

.languages span {
  display: block;
  color: #000;
  font-family: "Roboto-Regular";
  }

 .languages .language-block {
  margin-bottom: 9px;
}


@media (min-width: 992px) {
.languages {
  padding: 0 45px 25px 45px;
  text-align: left;
}

 .languages .language-block {
  margin-bottom: 24px;
}

  .languages a {
     font-size: 24px;
     color: #4d86a0;
     text-decoration: none;
     font-family: "Roboto-Bold";
  }
}

.languages ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 0 20px;
  grid-template-rows: 45px 45px 45px 45px 45px;
  grid-auto-flow: column;
}

@media (min-width: 992px) {
  .languages ul {
      grid-gap: 10px 110px;
      grid-template-rows: 70px 70px 70px 60px;
  }
}

.languages li {
  list-style-type: none;
  text-align: left;
  line-height: 1.2;
}

.languages li a {
  color: #4d86a0;
  font-size: 14px;
  text-decoration: none;
  font-family: "Roboto-Bold";
}

@media (min-width: 992px) {
  .languages li a {
      font-size: 24px;
  }
}

.languages li a:hover {
  text-decoration: none;
}

.languages li span {
  display: block;
  color: #000;
  font-family: "Roboto-Regular";
}

.languages li.non-live {
  pointer-events: none;
}

.languages li.non-live a,
.languages li.non-live span {
  color: #c2c5c7;
}

.go-ahead.go-ahead-heading .content-selector-wrapper h1 {
  color: #227c9d;
  font-family: "RobotoCondensed-Bold";
  font-weight: bold;
  font-size: 89px;
  line-height: 90px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px){
.go-ahead.go-ahead-heading .content-selector-wrapper h1 {
  font-size: 65px;
}}


@media screen and (max-width: 575px){
.go-ahead.go-ahead-heading .content-selector-wrapper h1 {
  font-size: 30px;
  line-height: 32px;
}}