body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: Poppins, sans-serif;
}
#accessibility-link {
  display: flex;
  justify-content: end;
  height: 44px;
  padding: 12px 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  ou-hero-banner {
    display: block !important;
  }

  ou-heading,
  ou-paragraph {
    text-align: center;
    margin-left: unset;
  }

  ou-content-area {
    margin: 0 auto;
  }
}
/* <!-- ------------------------------------Start of Partition-CSS----------------------------------------------- --> */
* {
  box-sizing: border-box;
}

.partition-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 66px;
  gap: 0;
  align-items: stretch;
  margin: 2rem 0rem;
}

.divpartition {
  flex: 1;
  min-width: 280px;
  height: auto;
  min-height: 240px;
  border-right: 2px solid #24285c;
  margin: 30px 0px;
  display: flex;
  /* padding: 0 15px; */
}

.divpartition:last-child {
  border-right: none;
}

.divpartition-inter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: center;
}

.ou-body-image {
  height: 62px;
  width: 62px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.ou-heading {
  font-size: 1em;
  font-weight: bold;
  margin: 10px 0;
  color: #24285c;
}

.ou-paragraph {
  font-size: 0.9em;
  line-height: 1.4;
  color: #666;
  flex-grow: 1;
}

.ou-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #007b5f;
  text-decoration: none;
  font-size: 0.9em;
  margin-top: 25px;
  font-weight: 500;
}

.ou-link:hover {
  text-decoration: underline;
}

.ou-link::after {
  content: "→";
  color: #007b5f;
}

@media (max-width: 1200px) {
  .partition-row {
    padding: 0 3rem;
  }
}

@media (max-width: 992px) {
  .partition-row {
    padding: 0 2rem;
  }

  .divpartition {
    min-width: 250px;
  }
}

@media (max-width: 768px) {
  .partition-row {
    flex-direction: column;
    padding: 0 1rem;
  }

  .divpartition {
    min-width: 100%;
    border-right: none !important;
    border-bottom: 2px solid #24285c;
    margin-top: 21px;
    padding-bottom: 21px !important;
    margin: 0px 0px !important;
  }

  .divpartition:last-child {
    border-bottom: none;
  }
  #awards-image-destop {
    align-items: center !important;
  }
}

@media (max-width: 480px) {
  .partition-row {
    padding: 0 20px;
  }

  .ou-heading {
    font-size: 1.1em;
  }

  .ou-paragraph {
    font-size: 0.85em;
  }
}
@media (max-width: 845px) {
  .divpartition {
    border-right: 2px solid #24285c;
  }
}
@media (min-width: 769px) and (max-width: 813px) {
  .divpartition:nth-child(2) {
    border-right: none;
  }
  .divpartition:nth-child(3) {
    border-top: 2px solid #24285c;
    margin-top: 15px !important;
  }
}
/* <!-- ------------------------------------End of Partition-CSS----------------------------------------------- --> */
/* <!-- ------------------------------------Start of HeroBanner-CSS----------------------------------------------- --> */
@media (min-width: 992px) {
  #hero-banner-paragraph {
    padding-right: 125px !important;
    padding-bottom: 35px !important;
  }
}
@media (max-width: 768px) {
  #hero-banner {
    display: flex;
  }
}
@media (max-width: 575px) {
  #pink-img-mobile {
    display: block !important;
    background-color: #3a3381;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #pink-img-tab {
    display: block !important;
    background-color: #3a3381;
  }
}
@media (min-width: 780px) and (max-width: 772px) {
  #hero-banner-paragraph {
    height: 90px !important;
  }
}
/* <!-- ------------------------------------End of HeroBanner-CSS----------------------------------------------- --> */
@media (min-width: 842px) {
  #search-registration-desktop {
    display: flex !important;
    justify-content: center;
  }
}
@media (min-width: 767px) and (max-width: 841px) {
  #search-registration-desktop {
    display: none !important;
  }
}

#content-search-img-desk {
  width: 50em; /* Default width at 1282px and above */
}

@media (max-width: 1200px) {
  #content-search-img-desk {
    width: 43em;
  }
}

@media (max-width: 1100px) {
  #content-search-img-desk {
    width: 38em;
  }
}

@media (max-width: 1000px) {
  #content-search-img-desk {
    width: 32em;
  }
}

@media (max-width: 900px) {
  #content-search-img-desk {
    width: 28em;
  }
}

@media (max-width: 861px) {
  #content-search-img-desk {
    width: 100%; /* Minimum width at 800px */
  }
}
@media (max-width: 841px) {
  #search-registration-mobile {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
  }
  #search-registration-mobile-top {
    display: flex;
  }
}
#box-search-mobile {
  border-top-right-radius: 60px;
  background-color: #d2dded;
  width: 100%;
}
#box-search-bottom-mobile {
  background-color: #3a3381;
}
#desktop-register-search {
  border-top-right-radius: 60px !important;
  background-color: #d2dded;
}
/* ------------------------------------------------------------End of search css------------------------------------------------------------------------------------ */
#vod-video {
  text-align: unset !important;
}
#vod-content {
  width: 100% !important;
}
#divvod-container {
  align-items: center !important;
}
@media (max-width: 769px) {
  #divvod-container {
    flex-direction: column-reverse;
  }
  #vod-content {
    width: 100% !important;
  }
}

#quote1,
#quote2,
#quote3 {
  width: calc(30% - 20px) !important;
}
@media (max-width: 900px) {
  #quote1,
  #quote2,
  #quote3 {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 768px) {
  #quote1,
  #quote2,
  #quote3 {
    width: 100% !important;
  }
}
.ou-container {
  width: 0px !important;
}
@media (max-width: 768px) {
  #research-more-link1,
  #research-more-link2,
  #research-more-link3 {
    margin-bottom: -19px !important;
  }
}
/* <!-- ------------------------------------type2----------------------------------------------- --> */
#testimony-1,
#testimony-2,
#testimony-3 {
  position: relative;
  background-image: url("../icons/quote-up.svg"), url("../icons/quote-down.svg");
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 45px, 45px;
  border: none !important;
  margin: 0 !important;
  min-width: 0;
  flex: 1;
}

.divpartition-inter {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  #divtestimony-container {
    grid-template-columns: 1fr;
  }
  #div-accessibility-statement {
    margin-left: 0 !important;
  }
  #div-statement-equality {
    margin-top: 1em;
  }
}
#divtestimony-container {
  padding: 0px 2px !important;
  display: flex;
  flex-wrap: nowrap;
  gap: 46px;
}
#testimony-1-inter,
#testimony-2-inter,
#testimony-3-inter {
  padding: 35px 2px 35px 2px;
}

#testimony-img1,
#testimony-img2,
#testimony-img3 {
  height: 70px;
  width: 90px;
}
.testimony-image {
  display: flex;
  align-items: center;
  margin-inline-start: 10px;
}
@media (min-width: 1014px) {
  #testimony-img3 {
    width: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1013px) {
  #testimony-img3 {
    width: 55px;
  }
}
/* <!-- ------------------------------------end of testimony----------------------------------------------- --> */
#div-business-content {
  border: none;
  width: 256px;
  flex-basis: 30%;
}
#divbusiness-container {
  margin: 0px;
  position: relative;
  background-image: url("../images/business-shape.svg");
  background-position: top left;
  background-repeat: no-repeat, no-repeat;
}
#business-content {
  display: flex;
  flex-direction: row;
}
#business-text {
  display: flex;
  align-items: flex-start;
}
#div-business-text {
  flex-basis: 70%;
}
#business-text-area {
  display: flex;
  flex-direction: column;
  flex-basis: 70%;
  align-items: flex-start;
}

@media (min-width: 829px) {
  #business-text-area {
    margin-top: -4%;
  }
}
@media (max-width: 608px) {
  #divbusiness-container {
    margin: 0px;
    background-image: none !important;
  }
  #business-image-destop {
    display: none !important;
  }
  #business-content {
    flex-direction: column;
  }
  #business-image-mobile {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    margin-top: 55px;
    gap: 20px;
    align-items: center;
  }
  #div-business-content {
    padding-bottom: 0px !important;
  }
  #business-image-mobile-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1476px) {
  #business-text-area {
    margin-top: -5% !important;
  }
}
/* <!-- ------------------------------------end of Business Accordations----------------------------------------------- --> */
@media (max-width: 608px) {
  #awards-image-destop {
    display: none !important;
  }
  #awards-image-mobile {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
  }
}
/* @media (min-width: 608px) and (max-width: 655px) {
  #awards-image-destop {
    margin-top: -50px !important;
  }
} */
/* @media (min-width: 400px) and (max-width: 607px) {
  #awards-image-mobile {
    margin-top: -50px !important;
  }
} */

.news-image {
  object-fit: cover;
  object-position: top;
}
/* -------------------------------------------- */
.search-container {
  display: flex;
  align-items: stretch;
  max-width: 740px;
  width: 100%;
  height: 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.search-input {
  flex: 1;
  border: 1px solid #615c9a;
  outline: none;
  background: #ffffff;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.search-input::placeholder {
  color: #999;
}

.search-button {
  background: #4ecdc4;
  border: none;
  padding: 0 24px;
  color: #24285c;
  font-size: 16px;
  font-weight: 200;
  font-family: Poppins, sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-button::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../icons/search.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.search-button-text {
  display: none;
}

@media (min-width: 480px) {
  .search-button::before {
    display: none;
  }

  .search-button-text {
    display: inline;
  }
}

@media (max-width: 479px) {
  .search-button-text {
    display: none;
  }

  .search-button::before {
    display: block;
  }
}

#SearchForm {
  margin-bottom: 24px;
}

.search-button:hover {
  background: #45b7b8;
}

.search-button:active {
  background: #3d9c9d;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .search-container {
    max-width: 100%;
    height: 45px;
  }

  .search-input {
    padding: 0 15px;
    font-size: 14px;
  }

  .search-button {
    padding: 0 20px;
    font-size: 14px;
  }
}

/* Update focus styles for the search input and button to have a yellow solid background */
.search-input:focus-visible {
  background-color: #fdf289; /* Yellow solid background */
  outline: none;
}

.search-button:focus-visible {
  background-color: #fdf289; /* Yellow solid background */
  outline: none;
}

.int-holder--radio {
  margin-right: 20px;
  display: inline-block;
}

.int-form__radio {
  margin-right: 8px;
}

.int-form__label {
  cursor: pointer;
  font-size: 16px;
}

.container {
  display: flex;
  align-items: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-section {
  margin-bottom: 20px;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

/* Focus styles for accessibility */
/* .search-input:focus,
.search-button:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
} */

.int-form__radio:focus {
  outline: none;
}

.container {
  border: none;
  padding: 0px;
  margin-bottom: 19px;
  max-width: 400px;
  display: flex;
}

h2 {
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.int-holder--radio {
  display: flex;
  align-items: center;
  gap: 8px;
}

.int-form__radio {
  width: 32px;
  height: 32px;
  margin: 0;
  appearance: none;
  border: 2px solid #995c9a;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  position: relative;
}

.int-form__radio:checked {
  background: white;
  border: 2px solid #995c9a;
}

.int-form__radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #308276;
}

.int-form__radio:checked:focus-visible::after {
  background: black;
}

.int-form__radio:not(:checked) {
  background: white;
  border: 2px solid white;
}

.int-form__label {
  cursor: pointer;
  font-weight: 400;
  color: white;
  font-size: 18px;
  user-select: none;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 429px) {
  .int-form__label {
    cursor: pointer;
    font-weight: 400;
    color: white;
    font-size: 14px;
    user-select: none;
    font-family: Arial, Helvetica, sans-serif;
  }
}
@media (max-width: 350px) {
  .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .int-holder--radio {
    margin-bottom: 10px;
  }
}
@media (max-width: 370px) {
  .search-button {
    padding: 0 10px;
  }
}
.main-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .main-container {
    max-width: 100vw;
    width: 100vw;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 832px) {
  #hero-banner-paragraph {
    margin-bottom: 3px !important;
  }
}
@media (max-width: 480px) {
  #hero-banner-paragraph {
    margin-bottom: 4px !important;
  }
}
#hero-banner-paragraph {
  margin-top: 25px !important;
}

@media (max-width: 768px) {
  #hero-banner-paragraph {
    margin-top: 37px !important;
  }
}
#hero-banner {
  position: relative;
}

ou-body-image#hero-banner-pink-border {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 32px;
  max-height: 100%;
  z-index: 1;
  pointer-events: none;
  display: none;
}

@media (max-width: 768px) {
  ou-body-image#hero-banner-pink-border {
    display: block;
  }
  #div-accessibility-statement-container {
    padding-top: 19px !important;
  }
  #div-statement-equality-container {
    padding-bottom: 33px !important;
  }
}

@media (min-width: 769px) {
  ou-body-image#hero-banner-pink-border {
    display: none;
  }
}

#herobanner-inter,
.ou-banner-body {
  position: relative;
  z-index: 2;
}
@media (max-width: 518px) {
  #search-registration-tablet-top-img {
    display: none !important;
  }
  #search-registration-mobile-top-img {
    display: block !important;
  }
  #search-registration-mobile-top {
    height: 215px;
  }
}
@media (max-width: 479px) {
  #divpartition-container {
    padding: 0 20px !important;
  }
  #partition-study,
  #partition-Flexible,
  #partition-award {
    padding: 32px 10px 0 10px !important;
  }
  #partition-study-ext,
  #partition-experts,
  #partition-award-ext {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 36px !important;
  }
  #partition-award-heading-mobile {
    display: block !important;
  }
  #partition-award-heading-desktop {
    display: none !important;
  }
  #partition-award-ext {
    padding-bottom: 36px !important;
  }
  #awards-partition {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #awards-heading {
    margin-bottom: 32px !important;
  }
  #awards-paragraph {
    margin-bottom: 32px !important;
  }
  #partition-awards-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  #div-vod-video {
    padding-bottom: 0px !important;
    padding-top: 30px !important;
  }
  #vod-video {
    height: 182px !important;
  }
  #vod-content-area {
    padding-bottom: 30px !important;
  }
  #testimony-1-inter,
  #testimony-2-inter,
  #testimony-3-inter {
    padding: 35px 2px 15px 2px;
  }
  #divbusiness-container {
    padding: 32px 24px !important;
  }
  #ask-a-student-image {
    height: 200px;
    margin-bottom: -1px;
  }
  #hero-banner-paragraph {
    margin-top: 43px !important;
    padding-right: 25px !important;
  }
  #awards-image-mobile-img-1,
  #awards-image-mobile-img-2,
  #awards-image-mobile-img-3,
  #awards-image-mobile-img-4 {
    width: 100%;
    height: 100%;
  }
  #awards-image-mobile-img-1 {
    max-height: 78px;
    max-width: 169px;
  }
  #awards-image-mobile-img-2 {
    max-height: 103px;
    max-width: 145px;
  }
  #awards-image-mobile-img-3 {
    max-height: 72.12px;
    max-width: 187px;
  }
  #awards-image-mobile-img-4 {
    max-height: 83.11px;
    max-width: 69px;
  }
}

@media (min-width: 480px) and (max-width: 842px) {
  #search-registration-mobile-top-img {
    display: none;
  }
}

@media (min-width: 861px) {
  #search-registration-tablet-top-img,
  #search-registration-mobile-top-img {
    display: none;
  }
}
@media (min-width: 769px) {
  #awards-heading {
    margin-bottom: 32px !important;
  }
  #awards-paragraph {
    margin-bottom: 32px !important;
  }
  #div-vod-content {
    padding: 0 0px 0 0 !important;
    margin: 0 !important;
  }
  #divvod-container {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  #div-vod-video {
    padding: 11px !important;
  }
  #vod-content-area {
    padding-right: 10px !important;
  }
  #partition-experts {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #divtestimony-container {
    margin: 45px 0 70px 0 !important;
  }
  #ask-a-student-image {
    height: 100.5%;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  #divpartition-container {
    padding: 0 32px !important;
  }
  #partition-study,
  #partition-Flexible,
  #partition-award {
    padding: 0px 100px 0 100px !important;
  }
  #partition-award-ext,
  #partition-study-ext,
  #partition-experts {
    padding: 36px !important;
  }
  #awards-partition {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  #acccolades-text {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  #acccolades-img {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  #divvod-container {
    padding: 40px 32px !important;
  }
  #div-vod-video {
    padding: 0 !important;
  }
  #vod-content {
    padding-top: 30px !important;
  }
  #testimony-1-inter,
  #testimony-2-inter,
  #testimony-3-inter {
    padding: 35px 2px 15px 2px;
  }
  #ask-a-student-image {
    height: 200px;
  }
  #business-image-destop {
    padding-top: 20px;
  }
  #partition-awards-text {
    min-height: 150px !important;
    padding-bottom: 0 !important;
  }
  #business-content {
    padding: 32px;
  }
  #business-image-1,
  #business-image-2 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1260px) and (max-width: 1300px) {
  #vod-video-tile {
    height: 355px !important;
    width: 632px !important;
  }
  #business-text-area {
    margin-top: -5% !important;
  }
}
@media (min-width: 1260px) {
  #vod-video-tile {
    height: 355px !important;
    width: 632px !important;
  }
}

/* Add focus styles for the radio buttons visible only when using keyboard */
.int-form__radio:focus-visible {
  background-color: #fdf289; /* Yellow background for focused radio button */
  outline: black;
  border: 2px solid black;
}
@media (min-width: 769px) {
  #accessibility-link-bottom {
    margin-left: 2rem;
  }
  #div-business-content {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  #business-content {
    padding-left: 66px;
  }
}
@media (min-width: 769px) and (max-width: 881px) {
  #partition-experts {
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #partition-Flexible {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #partition-award-ext {
    border-top: 2px solid #24285c !important;
  }
  #partition-award {
    padding-top: 36px !important;
  }
}
@media (min-width: 1100px) {
  #awards-paragraph-area {
    width: 470px;
  }
}
@media (min-width: 385px) and (max-width: 439px) {
  #div-vod-content {
    margin-top: 25px !important;
  }
}
@media (min-width: 440px) and (max-width: 479px) {
  #div-vod-content {
    margin-top: 45px !important;
  }
}
@media (min-width: 480px) {
  #awards-partition {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  #divpartition-container {
    margin-bottom: 0px !important;
  }
  #divvod-container {
    margin-top: 0px !important;
  }
}
@media (min-width: 769px) {
  #divvod-container {
    display: flex;
    flex-direction: row;
  }
  #div-vod-content {
    flex: 0 0 44%;
    max-width: 44%;
  }
  #div-vod-video {
    flex: 0 0 56%;
    max-width: 56%;
  }
  #partition-award {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }
  #partition-study {
    padding-left: 0px !important;
    padding-right: 15px !important;
  }
  #divpartition-container {
    padding-left: 50px !important;
    padding-right: 60px !important;
  }
}
input.search-input::placeholder {
  color: #222 !important;
  opacity: 1 !important;
}
.ou-quote {
  margin-inline-start: 10px !important;
  margin-inline-end: 10px !important;
}

/* Highlight style for keyboard navigation in dropdown */
.dropdown-highlight {
  outline: 1px solid black !important;
}
#awards-image-destop-img-1,
#awards-image-destop-img-2,
#awards-image-destop-img-3,
#awards-image-destop-img-4 {
  height: 100%;
  width: 100%;
}
#awards-image-destop-img-1 {
  max-height: 169.5px;
  max-width: 241px;
}
#awards-image-destop-img-2 {
  max-height: 169.5px;
  max-width: 241px;
}
#awards-image-destop-img-3 {
  max-height: 106px;
  max-width: 274px;
}
#awards-image-destop-img-4 {
  max-height: 106px;
  max-width: 88px;
}
#awards-image-destop {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
#awards-partition-img-desktop {
  padding-bottom: 0 !important;
}
.awards-image-destop-row-bottom,
.awards-image-destop-row-top {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
#awards-partition {
  align-items: center;
  gap: 40px;
}
#acccolades-img svg {
  width: 100%;
  height: auto;
  min-width: 80px;
  min-height: 40px;
  display: block;
}
@media (forced-colors: active) {
  #acccolades-img svg path {
    fill: white !important;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  #dec-img-tab {
    height: 246px !important;
  }
}
@media (min-width: 576px) and (max-width: 603px) {
  #dec-img-tab {
    max-width: 100% !important;
    height: 308px !important;
    width: 75.6px !important;
  }
}
@media (min-width: 604px) and (max-width: 629px) {
  #dec-img-tab {
    max-width: 100% !important;
    height: 264px !important;
    width: 65.6px !important;
  }
}
@media (min-width: 540px) and (max-width: 575px) {
  #dec-img-mobile {
    height: 308px;
    width: 64px;
  }
}
@media (min-width: 539px) and (max-width: 539px) {
  #dec-img-mobile {
    height: 308px;
    width: 63px;
  }
}
@media (min-width: 529px) and (max-width: 538px) {
  #dec-img-mobile {
    height: 308px;
    width: 53px;
  }
}
@media (min-width: 481px) and (max-width: 528px) {
  #dec-img-mobile {
    height: 352px;
    width: 53px;
  }
}
@media (min-width: 480px) and (max-width: 480px) {
  #dec-img-mobile {
    height: 356px;
    width: 52px;
  }
}
@media (min-width: 449px) and (max-width: 479px) {
  #dec-img-mobile {
    height: 362px;
    width: 52px;
  }
}
@media (min-width: 378px) and (max-width: 448px) {
  #dec-img-mobile {
    height: 383px;
    width: 54px;
  }
}
@media (min-width: 351px) and (max-width: 377px) {
  #dec-img-mobile {
    height: 404px;
    width: 58px;
  }
}
@media (min-width: 345px) and (max-width: 350px) {
  #dec-img-mobile {
    height: 425px;
    width: 60px;
  }
}
@media (min-width: 333px) and (max-width: 344px) {
  #dec-img-mobile {
    height: 469px;
    width: 69px;
  }
}
@media (min-width: 310px) and (max-width: 332px) {
  #dec-img-mobile {
    height: 459px;
    width: 68px;
  }
}
.testimony-visual-order {
  display: flex;
  flex-direction: column;
}
.ou-quote {
  order: 1;
}
.ou-quote-cite {
  order: 2;
}
@media (min-width: 519px) and (max-width: 861px) {
  #search-registration-mobile-top-img {
    display: none !important;
  }
}
@media (min-width: 519px) and (max-width: 686px) {
  #box-search-mobile-heading {
    margin-bottom: 0;
  }
}
@media (max-width: 860px) {
  #search-container-image-desktop {
    display: none !important;
  }
  #search-registration-mobile-top {
    display: flex;
  }
}
@media (min-width: 769px) {
  #search-container-text {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  #box-search-mobile-contentarea {
    padding-top: 3px;
    padding-bottom: 1px;
  }
  #box-search-mobile-heading {
    margin-bottom: -0.3rem;
  }
}
@media (min-width: 861px) {
  #search-container-text {
    display: flex;
    flex-direction: row;
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  #search-container-image-desktop {
    width: 100% !important;
    height: 249px !important;
  }
  #search-registration-tablet-top-img {
    display: none !important;
  }
  #search-registration-mobile-top {
    display: none !important;
  }
  #content-search-img-desk {
    padding-bottom: 0px;
    height: 246.9px;
  }
}
@media (max-width: 768px) {
  #search-container-text {
    display: flex;
    flex-direction: column;
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  #search-container-image-desktop {
    width: 100% !important;
  }
  #search-registration-desktop-side-img {
    display: none !important;
  }
  #desktop-register-search {
    display: none !important;
  }
  #content-search-img-desk {
    width: 100% !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #search-registration-tablet-top-img {
    display: block;
  }
}
@media (min-width: 366px) and (max-width: 518px) {
  #box-search-mobile-heading {
    margin-top: 1em !important;
  }
}
@media (max-width: 335px) {
  #box-search-mobile-heading {
    margin-bottom: 0 !important;
  }
  #search-registration-mobile-top,
  #search-registration-mobile-top-img {
    height: 245px !important;
  }
}
@media (min-width: 1215px) {
  #desktop-register-search-heading {
    margin-top: 1.5em !important;
  }
}
