/*!
Theme Name: Laurelroad
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lrsredesign
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lrsredesign is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
  line-height: initial;
}

.conVidBannerInner {
  white-space: nowrap;
}

.conVidBanner {
  background-color: #CC0000;
  text-align: center;
}

.conVidBannerText {
  display: inline-block;
  color: #ffffff;
  font-size: 1.25em;
  padding: 10px 50px;
  font-weight: 600;
  margin: 0;
}

.covidCloseBtn {
  width: 20px;
  height: 20px;
  background: url(../lrsredesign/assets/images/close.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  position: absolute;
  top: 12px;
  cursor: pointer;
  right: 10px;
}

.closeBtn {
  width: 20px;
  height: 20px;
  background: url(../lrsredesign/assets/images/close.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  position: absolute;
  top: 25px;
  cursor: pointer;
  right: 10px;
}

.marginB30 {
  margin-bottom: 1.40625rem;
}

.button.CalculateBTn {
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.Total_Cost {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.40625rem;
}

.Total_Cost svg {
  margin-right: 20px;
}

.Recalc {
  background: #f6f6f6;
  padding: 1.40625rem;
  width: 100%;
  position: relative;
}

.Recalc .heading+.text {
  font-size: 1rem;
  margin: 0;
}

.Recalc .heading--medium {
  font-size: 2rem;
  margin: 0;
}

.Recalc .title {
  font-size: 1.125rem;
}

.Recalc .marginB30 {
  margin-bottom: 2rem;
}

.marginT30 {
  margin-top: 2rem;
}

p.customhead {
  font-size: 1.5rem;
  color: #082d47;
  margin-bottom: 1em;
}

.flex {
  display: flex;
  /* flex-wrap: wrap; */
}

.start_over {
  color: #326295;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.start_over::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 8px solid #326295;
}

.Recalc .heading-bold {
  font-variation-settings: 'wght' 700;
}

.note.CalcNote {
  color: rgba(112, 112, 112, 0.5);
}

.note.title--white {
  color: #fff;
}

.popupTextContainer a {
  position: relative;
  display: inline-block;
}

.popupTextContainer a span {
  color: #00243c;
  text-decoration: underline;
  margin-left: 0px;
  cursor: pointer;
}

.popupTextContainer a .disclaimer-box {
  font-size: 0.8rem;
  color: #00243c;
  background-color: #efa60d;
  padding: 10px 15px;
  border-radius: 5px;
  position: absolute;
  display: none;
  right: 0;
  max-width: 14rem;
  margin-top: 5px;
  width: 200px;
  z-index: 8;
}

.gotoDisclaimer {
  cursor: pointer;
  text-decoration: underline;
}

.ifEmpty {
  color: red;
  font-size: 14px;
  line-height: normal;
  display: block;
  margin-top: -8px;
}

/* Err */

#errOverlay {
  display: none;
  opacity: 0.6;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000;
  width: 100%;
  z-index: 9999;
}

#errContainer {
  display: none;
  position: fixed;
  background: #000;
  border-radius: 5px;
  /* width: 650px; */
  z-index: 9999;
}

#errContainer {
  background: #fff;
  margin: 8px;
}

#errContainer,
#errContainerOk {
  background: #fff;
  margin-right: 0;
  padding-right: 0;
  color: #D52D43;
  padding: 20px;
}

#errContainer,
#twoCol_errContainer {
  width: 100%;
  max-width: 420px;
  height: -moz-max-content;
  max-height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

#errContainer .button,
#twoCol_errContainer .button {
  margin-top: 15px;
}

.errContainer2,
.twoCol_errContainer2 {
  text-align: center;
  /* display: flex; */
  align-items: center;
}

.errContainer2 .button {
  /* margin-left: 10px; */
  /* border-radius: 6px; */
  min-width: 70px;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .Recalc .heading--medium {
    font-size: 1.5rem;
  }

  .button.CalculateBTn {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 992px) {
  /*.button.CalculateBTn {
    margin-top: 60px;
  }*/
}

@media only screen and (max-width: 1024px) {
  .popupTextContainer a .disclaimer-box {
    right: -60%;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .Recalc .heading+.text {
    line-height: normal;
  }

  .calculator-box .desk_pluse {
    display: none;
  }

  .calculator-box .mobile_pluse {
    display: block !important;
  }

  .calculator-box .Linkedchild {
    padding: 40px 1.66667rem 1.66667rem;
  }

  .calculator-box .LinkedModel .buttonWrapper {
    margin-top: 20px;
  }

  span#errContainerbody {
    padding: 0;
  }

  #errContainer {
    left: 0 !important;
    width: calc(100% - 30px);
    box-sizing: border-box;
    /* background-color: white; */
    padding: 20px;
  }

  #errContainerOk {
    display: block;
    padding: 0;
  }
}

@media only screen and (max-width: 365px) {
  .popupTextContainer a .disclaimer-box {
    right: -60%;
    margin: auto;
    left: 0;
  }
}

/* 2 */

#twoCol_errOverlay {
  display: none;
  opacity: 0.6;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000;
  width: 100%;
  z-index: 999;
}

#twoCol_errContainer {
  display: none;
  position: fixed;
  background: #000;
  border-radius: 5px;
  z-index: 9999;
}

#twoCol_errContainer {
  background: #fff;
}

#twoCol_errContainer,
#twoCol_errContainerOk {
  background: #fff;
  padding-right: 0;
  color: #D52D43;
  padding: 20px;
}

.twoCol_errContainer2 .button {
  min-width: 70px;
}

.tab-btn-wrap.hidden+#calc-tabs-content {
  border-radius: 12px 12px 12px 12px;
}

.nurses_resources .Title_16:not(.text-white) {
  color: var(--Teal);
}

.switch-paddle {
  position: relative;
  display: block;
  width: 40px;
  height: 15px;
  border-radius: 0;
  background: rgba(50, 98, 149, 0.65);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  border-radius: 20px;
}

.switch-paddle:after {
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #326295;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}

.show-for-sr,
input:checked~.switch-paddle .show-for-sr {
  position: absolute !important;
  width: 110px;
  height: auto;
  font-size: 15px;
  right: 26px;
  clip: auto;
  top: -4px;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

input:checked~.switch-paddle:after {
  left: 20px;
}

.switch {
  position: absolute;
  right: 25px;
}

/*testing */

#topbutton {
  position: fixed;
  display: none;
  height: 46px;
  width: 46px;
  line-height: 40px;
  right: 15px;
  bottom: 90px;
  z-index: 1;
  background: #707070;
  border-radius: 100%;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}

#topbutton:before {
  content: "";
  height: 11px;
  width: 11px;
  position: absolute;
  top: 17px;
  right: 0;
  /* border-radius: 5px; */
  /* margin: auto; */
  border: 3px solid #fff;
  left: 18px;
  border-left: 0;
  transform: rotate(-45deg);
  border-bottom: 0;
  /* background: #fff;*/
}

#topbutton:after {
  content: "";
  height: 15px;
  width: 3px;
  position: absolute;
  top: 18px;
  right: 0;
  /* border-radius: 5px; */
  margin: auto;
  left: 0;
  background: #fff;
}

.back_to_top {
  font-size: 14px;
  color: #326295;
}

.faq-term-list .taxonomy-subcategory-container:nth-child(n + 2) h3 {
  padding-top: 0;
  margin-top: 100px;
}

.displayflex {
  display: flex;
}

.atag_blog h3.c-tile__body {
  display: block;
  margin: 0;
}

.c-tile--blog {
  cursor: pointer;
}

.atag_blog h3.c-tile__footer {
  display: block;
  /* position: relative; */
  margin: 0;
  bottom: 10px;
}

.atag_blog {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .switch {
    right: 25px;
    position: static;
    float: right;
    margin-bottom: 15px;
    margin-left: 90%;
  }
}

@media only screen and (max-width: 767px) {
  span#twoCol_errContainerbody {
    padding: 0;
  }

  #twoCol_errContainer {
    left: 0 !important;
    width: calc(100% - 30px);
    box-sizing: border-box;
    padding: 20px;
  }

  #twoCol_errContainerOk {
    display: block;
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .button.CalculateBTn {
    margin-top: 0;
  }
}

a.DisclosuresBtn {
  color: #2199e8;
  text-align: right;
  float: right;
  text-decoration: none;
  background: url(../lrsredesign/assets/images/download-to-drive.svg) center right;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0px 30px 0 10px;
}

.reveal-modal .close-reveal-modal {
  color: #be3a34;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.55556rem;
  right: 1.22222rem;
  text-decoration: none;
}

.reveal-modal2 .close-reveal-modal2,
.yalClose {
  color: #222222;
  cursor: pointer;
  font-size: 2.22222rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.55556rem;
  right: 1.22222rem;
  text-decoration: none;
  z-index: 10;
}

.close-reveal-modal500 {
  color: #be3a34;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.55556rem;
  right: 1.22222rem;
  text-decoration: none;
}

.reveal-modal-bg,
.bg-overlay,
.reveal-overlay {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 3px;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 1005;
  max-width: 75rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  padding: 1.66667rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#videoModal {
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 426px;
  width: calc(100% - 40px);
}

#videoModal iframe {
  width: 100%;
}

#close-video {
  position: absolute;
  right: -20px;
  top: -20px;
}

.testimonial-section .container {
  position: relative;
}

.yal {
  border-radius: 3px;
  position: fixed;
  top: 0px;
  bottom: 0;
  height: fit-content;
  width: 100%;
  z-index: 1005;
  max-width: 75rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  padding: 1.66667rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal2,
.reveal-modal500 {
  border-radius: 3px;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 1005;
  max-width: 75rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  padding: 1.66667rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.PaymentTable {
  width: 100%;
  border: solid 1px #666666;
  border-top: solid 4px #326295;
  margin-bottom: 30px;
}

.PaymentTable th,
.PaymentTable td {
  text-align: left;
  padding: 10px;
}

.reveal-modal,
.reveal-modal2,
p,
#modalTitle,
#modalTitle2 {
  margin-top: 0;
}

.lead {
  margin-bottom: 0;
  font-weight: 800;
}

#popupClose {
  background-color: #326295;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  padding: 7px 20px;
  float: right;
}

#popupClose2 {
  background-color: #326295;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  padding: 7px 20px;
  float: right;
}

#popupClose500 {
  background-color: #326295;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  padding: 7px 20px;
  float: right;
}

.textOverCTA {
  background: rgba(215, 215, 215, 0.99);
  margin-top: -13px;
  padding: 20px;
  color: #00263e;
  font-size: 14px;
  border-radius: 0 0 6px 6px;
}

.advisory_module.t-form .field {
  background-color: #ffffff;
  margin-top: 40px;
}

/*.advisory_module .title {
  color: #236299;
}*/
.advisory_module .button {
  margin-top: 50px;
}

.advisory_list {
  display: flex;
  justify-content: space-between;
  background: #236299;
  padding: 25px;
  color: #ffffff;
  border-radius: 6px;
  margin-top: 15px;
}

.advisory_icons {
  margin-right: 15px;
  flex: 0 0 35px;
  margin-top: 7px;
}

.advisory_content {
  flex: auto;
}

.advisory_tittle {
  font-size: 24px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.advisory_P {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.advisory_read {
  text-decoration: underline;
  font-size: 14px;
  padding-right: 12px;
  position: relative;
  line-height: 18px;
  color: #ffffff;
  margin-left: 25px;
  margin-top: 7px;
  font-weight: 600;
  flex: 0 0 auto;
}

.advisory_read::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: solid 5px transparent;
  border-left: 6px solid #ffffff;
  right: -6px;
  top: 5px;
}

.advisory_gray {
  color: #707070;
  background: #d7d7d7;
}

.advisory_gray .advisory_read {
  color: #707070;
}

.advisory_gray .advisory_read::after {
  border-left: 6px solid #707070;
}

.Flex_advisory {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -1.40625rem;
  margin-left: -1.40625rem;
}

.Flex_advisory:after,
.Flex_advisory:before {
  display: none;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.Laptop_img {
  width: 100%;
}

#laptopRight .Laptop_img {
  width: auto;
  float: right;
}

.secondSelect {
  display: none;
}

.advisoryIconSize {
  max-width: 45px;
  height: 45px;
}

.advisory_icons .icon {
  color: transparent;
}

.advisory_icons .icon path,
.advisory_icons g#document-icon {
  stroke: #efa60d;
}

.drop_down_head {
  font-size: 1em;
}

.Flex_advisory h2.heading.heading--medium {
  color: #fff;
}

.advisory_module.t-form {
  margin-top: 0;
}

.c-tile--blog {
  cursor: pointer;
}

span.twoRatesARM {
  color: #326295;
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
}

@media only screen and (max-width: 992px) {
  .advisory_tittle {
    font-size: 20px;
  }

  /* #outgoingUrl {
    margin-right: 30px;
  } */
}

@media only screen and (max-width: 768px) {
  a.DisclosuresBtn {
    color: #2199e8;
    text-align: right;
    display: inline-block;
    float: none;
    text-decoration: none;
    padding: 0px 30px 0 0;
  }

  span.twoRatesARM {
    white-space: normal;
  }
}

.c-card--mortgage-rates .t-rate-table__item .twoRatesARM span {
  padding: 0;
}

.buttonWrapper {
  margin: 50px 0 0 0;
}

@media screen and (max-width: 767px) {
  .buttonWrapper {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
  }

  .buttonWrapper .button {
    margin-top: 15px;
  }

  .advisory_module .button {
    margin-top: 0;
  }

  .advisory_tittle {
    font-size: 18px;
  }
}

div.fsError {
  font-family: 'TTInterphasesProVariable';
}

div.fsError,
.wf-active .fsBody,
.wf-active .fsBody input,
.wf-active .fsBody select,
.wf-active .fsBody textarea {
  font-family: 'TTInterphasesProVariable';
}

section#loyalty_checking_section_1 {
  padding-bottom: 1.25rem;
}

section#loyalty_checking_section_2 {
  padding-top: 0;
}

#student_loan_forgiveness-form .fsForm {
  background: transparent;
}

#wysiwyg-section-fees-disclosures {
  background: transparent;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 767px) {
  section#loyalty_checking_section_1 {
    padding-bottom: 1.875rem;
  }
}

#consult-2 h3.heading_2 {
  margin-top: 0;
}

.hide {
  display: none;
}

.important-info a {
  text-decoration: underline;
}

.PdfQuiz h2,
.PdfQuiz h3,
.PdfQuiz p {
  color: #fff !important;
}

section#pslf-container {
  /* padding: 0; */
}

#pslf-container ul {
  padding-top: 20px;
}

#pslf-container a.primary-button {
  margin-bottom: 20px;
}

#student-loan-card .itembox h2.heading_2 {
  margin-bottom: 1.125rem;
}

#video-cash-out-refinancing h4 {
  width: 100%;
}

/**
 * 
 * Search Page CSS
 * 
 * */

.search .search-taxonomy-title svg,
.search .search-taxonomy-title img {
  color: #efa60d;
  margin-right: 23px;
}

.search .search-taxonomy-title a {
  font-size: 2.875rem;
}

.search .search-taxonomy-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search .taxonomy-term-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.search .taxonomy-term-title svg.icon-right.icon-right-secondary {
  -webkit-transform: matrix(0, -1, 1, 0, 0, 0);
  transform: matrix(0, -1, 1, 0, 0, 0);
  margin-left: 20px;
  color: #00243c;
  display: inline-block;
}

.search .taxonomy-term-title a.taxonomy-page-link {
  display: block;
}

.search .faq-category-container:not(:last-child) {
  margin-bottom: 100px;
}

.search .row-search-results .column-search-results .column {
  padding-bottom: 0;
}

.search .faq-category-container h2 button,
.search .faq-category-container .faq-content {
  padding-left: 0;
  padding-right: 0;
}

.faq-search-form input[type="search"] {
  font-size: 0.875rem !important;
}

.product-banner-footer-links {
  justify-content: space-between;
}

/* .resources_slider .collections_item .collections_tag {
  color: var(--navyblue) !important;
} */

.faq-content a {
  text-decoration: underline;
  color: var(--lr_blue);
}

.student-loan-estimates .recalc div#variableRate {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.members_think {
  padding: 1.25rem 0;
}

#video-student-loan-consultation {
  padding-top: 20px;
}

#rates-fees strong {
  font-weight: 700 !important;
}

.section-rates-fees-jump #rates-fees-jump {
  margin: 0;
  padding: 0;
}

.banner p.body_text a {
  text-decoration: underline;
}

.heading_2.text-center {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

body .fsBody .fsForm {
  background: transparent;
}

#card-perks-parners h2 {
  font-size: 22px;
}

.search .taxonomy-term-title {
  flex-wrap: wrap;
  gap: 15px;
}

body.search .search-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}

body.search .search-page .text-secondary {
  font-weight: 492;
  color: var(--navyblue);
  margin-right: auto;
}

body.search .filters {
  width: 100%;
}

body.search .filter {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

body.search .filter__item {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #d5dde6;
  border-radius: 0.375rem;
}

body.search .filters--faq .filter__link,
body.search .filters--faq .filter__linkFAQ {
  background-color: #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-radius: 0.375rem;
}

body.search .filter__link,
body.search .filter__linkFAQ {
  display: inline-block;
  height: 48px;
  border-radius: 0.375rem;
  padding: 0 30px;
  line-height: 48px;
  font-size: 18px;
  text-decoration: none;
  color: var(--navyblue);
  font-variation-settings: 'wght' 700;
  background-color: #fff;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 8;
}

body.search .filter__item.open .filter__options {
  display: block;
}

body.search .filters--faq .filter__options {
  background-color: #F3F6F6;
}

body.search .filter__options {
  position: absolute;
  top: -1px;
  left: -1px;
  list-style: none;
  margin: 0;
  padding: 48px 30px 20px;
  border-radius: 24px;
  border: 1px solid #d5dde6;
  min-width: calc(100% + 2px);
  background-color: #fff;
  z-index: 2;
  display: none;
  text-align: left;
}

body.search .filter__option {
  margin-bottom: 0.8em;
}

body.search .filter__option-link {
  position: relative;
  text-decoration: none;
  color: #707070;
  font-weight: 492;
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.875rem;
}

body.search .filter__option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

body.search .filter__option-icon {
  display: none;
  position: absolute;
  width: 15px;
  height: 10px;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.search .filter__option-icon.selected {
  display: inline-block;
}

body.search .filter__option-link.selected {
  color: #235383;
}

body.search .filter__options {
  border-radius: 0.375rem;
}

.slick-dots-container {
  width: 7.5rem;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0.625rem auto;
  height: 1.875rem;
  position: relative;
}

.slick-dots-container>ul {
  padding: 0;
  display: flex;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 100%;
}

.slick-dots-container>ul li {
  /* width: 0.625rem;
  height: 0.625rem; */
  /* margin: 0 0.25rem; */
  background-color: var(--navyblue);
  border: 1px solid var(--yellow);
  border-radius: 50%;
  display: block;
}

.slick-dots-container>ul li button {
  font-size: 0;
  line-height: 0;
  display: block;
  /* width: 100%;
  height: 100%; */
  padding: 0.3125rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots-container>ul li.p-small-1,
.slick-dots-container>ul li.n-small-1 {
  transform: none;
}

.slick-dots-container>ul li.slick-active {
  /* transform: scale(1.3); */
  transform-origin: center;
  background: var(--yellow);
  border: 0;
}

.slick-dots li button:before {
  display: none;
}

.a_link_arrow:after {
  content: "›";
  padding-left: 5px;
}

.doctors_resources #financial_solutions {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}

.doctors_resources #doctor-news-section {
  padding-top: 1.875rem;
  padding-bottom: 0;
}

.doctors_resources #doctor-news-section .text-center {
  margin-bottom: 0;
}

.c-card {
  position: relative;
  background-color: #fff;
  display: flex;
  width: 100%;
  color: #00243c;
}

.c-card__column {
  margin: 0 20px;
  padding: 20px 0;
  flex: 1;
}

.t-calculator {
  margin: 0 0 1rem;
}

.PDF_Wrapper .t-form {
  margin-top: 0;
}

.c-card .columns {
  padding-right: 15px;
  padding-left: 15px;
}

.t-form .field {
  border: none;
  box-shadow: none;
  background-color: #fff;
  color: #00243c;
  font-weight: 700;
  padding: 14px;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 100%;
  display: block;
}

.t-calculator .message__container {
  margin-top: 14px;
  background-color: #f6f6f6;
  position: relative;
}

.t-calculator__message {
  padding: 1rem 0;
}

.c-card .title {
  font-family: Circular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: #efa60d;
  letter-spacing: -0.04166em;
}

.c-card .heading {
  position: relative;
  font-family: Circular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.13em;
  letter-spacing: -0.0344em;
  margin: 0;
  color: #00243c;
}

.c-card .heading--medium,
.heading--small {
  font-size: 1.25rem;
}

.c-card .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
  margin: 0 0 1em;
  font-weight: 492;
}

.t-form .field:focus {
  outline: -webkit-focus-ring-color auto 1px;
  border: 0;
  outline-offset: 0;
  appearance: none;
  box-shadow: none;
}

.general_resources .LinkedModel,
.doctors_resources .LinkedModel,
.calculator-box .LinkedModel {
  text-align: center;
  border-radius: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: calc(100% - 40px);
  z-index: 1005;
  display: flex;
  align-items: center;
  left: 0;
  right: 0;
  margin: auto;
  max-width: calc(75rem - 40px);
}

.general_resources .Linkedchild,
.doctors_resources .Linkedchild,
.calculator-box .Linkedchild {
  background-color: #ffffff;
  padding: 1.66667rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 40%);
  position: relative;
  z-index: 1006;
}

.general_resources .LinkedClose,
.doctors_resources .LinkedClose,
.calculator-box .LinkedClose {
  position: absolute;
  top: 0;
  right: 15px;
  font-weight: 200;
  font-size: 35px;
  color: #707070;
  cursor: pointer;
}

.general_resources .c-product-banner,
.doctors_resources .c-product-banner,
.calculator-box .c-product-banner {
  position: relative;
  color: #fff;
}

.general_resources .LinkedPlus,
.doctors_resources .LinkedPlus,
.calculator-box .LinkedPlus {
  max-width: 620px;
  margin: 25px auto;
}

.general_resources .mobile_pluse,
.doctors_resources .mobile_pluse,
.calculator-box .mobile_pluse {
  display: none;
}

.general_resources .LinkedWS3,
.doctors_resources .LinkedWS3,
.calculator-box .LinkedWS3 {
  max-width: 873px;
}

.general_resources .LinkedWS3 .Linkedchild,
.doctors_resources .LinkedWS3 .Linkedchild,
.calculator-box .LinkedWS3 .Linkedchild {
  background: #00263e;
  background: radial-gradient(circle, rgba(35, 83, 131, 1) 0%, rgba(0, 38, 62, 1) 100%);
}

.general_resources .LinkedWS3 .LinkedClose,
.doctors_resources .LinkedWS3 .LinkedClose,
.calculator-box .LinkedWS3 .LinkedClose {
  color: #ffffff;
}

.LinkedModel .buttonWrapper {
  margin-top: 20px;
}

.LinkedWS3 .difcollor {
  color: #f0a900;
}

.difcollor {
  font-weight: 600;
}

.text-navyblue {
  color: var(--navyblue);
}

.LinkedModel .c-primary-submenu__icon {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  color: #efa60d;
  margin-right: 14px;
  margin: auto;
}

@media print,
screen and (min-width: 40em) {
  .t-calculator .message__container {
    min-height: 243px;
  }

  .c-card .title {
    font-size: 20px;
  }

  .c-card .heading--medium,
  .c-card .heading--small {
    font-size: 2.875rem;
  }

  .c-card .text {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 492;
  }
}

body.single .scroll-nav-verticle-wrap .podcast-side-content {
  margin-bottom: 1rem;
  font-weight: 492;
}

.center-panal ul,
.center-panal ol {
  font-weight: 492;
}

.agreement-section .sitemap-link {
  color: var(--lr_blue);
  font-weight: 492;
}

@media(min-width:640px) {
  body.search .search-page {
    flex-direction: row;
    padding: 0 20px;
  }

  body.search .filters {
    width: auto;
  }

  body.search .filters {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
  }

  body.search .filter {
    justify-content: flex-end;
    flex-direction: row;
  }

  body.search .filter__item:first-of-type {
    margin-left: 0;
  }

  body.search .filter__item.open {
    z-index: 9;
  }

  body.search .filter__item {
    margin-left: 20px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 460px) {
  #collections {
    width: auto !important;
    padding: 0 !important;
  }

  .allResources-main .allResources-wrap .resourcesFilter {
    width: 100% !important;
  }

  #resourceHubList {
    position: relative;
  }

  .ShowResults {
    line-height: inherit !important;
  }
}

/*  */
.fsBody {
  padding: 0 20px !important;
}

#errContainer .twoCol_errContainer {
  text-align: center;
}

section.hub_sticky {
  z-index: 49 !important;
}

#lr_chat {
  z-index: 51 !important;
}

@media only screen and (max-width: 375px) {
  .subscribe-form .subscribe-field {
    width: 100% !important;
    display: block !important;
  }

  .subscribe-form label {
    width: 100%;
  }
}

.gform_submission_error {
  color: #D52D43;
}

.center-panal ul,
.center-panal ol {
  font-weight: 492;
}

.center-panal ul li a,
.center-panal ol li a {
  text-decoration: underline;
}

.mediaSlider .slick-track {
  min-width: 100%;
}

.mediaSlider .slick-track .slick-slide {
  min-width: 294px;
}

.center-panal ul,
.center-panal ol {
  font-weight: 492;
}

.center-panal ul li a,
.center-panal ol li a {
  text-decoration: underline;
}

section#video-playlist {
  background-color: #00243c;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 103px;
  padding-right: 103px;
}

section#video-playlist .t-content--reverse h2.heading {
  color: #F0A900;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 584;
  line-height: 125%;
  margin-bottom: 20px;
}

section#video-playlist .t-content--reverse .text {
  margin-bottom: 5px;
}

@media(max-width:991px) {
  section#video-playlist {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  section#video-playlist .t-content--reverse .text {
    padding-bottom: 20px !important;
  }
}

.contact-laurel .gform_wrapper .gform-body .gfield .gsection_title {
  color: var(--navyblue);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 584;
  line-height: 125%;
  margin-bottom: 10px;
}

.contact-laurel .gform_wrapper .gform-body p.text {
  font-size: 14px !important;
  color: var(--lightgray);
  font-weight: 492;
}

.contact-laurel .gform_wrapper .gform-body .gfield .gsection_description {
  color: var(--lightgray);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 492;
  line-height: 125%;
  letter-spacing: 0.24px;
}

.contact-laurel #gform_wrapper_5 .gform-body .gfield .gform-grid-row .name_first {
  margin-bottom: 1.4375rem;
  display: block;
}

.contact-laurel #gform_wrapper_5 .gform-body .custom_heading {
  margin-bottom: 1.875rem;
}

.contact-laurel .gform-body .gfield .gfield_description {
  margin-bottom: 13px;
  color: var(--darkgray);
  font-size: 12px;
  font-style: normal;
  font-weight: 492;
  line-height: 125%;
  letter-spacing: 0.24px;
}

.contact-laurel .gform-body .gfield .ginput_container+.gfield_description {
  margin-top: 3px;
}

.contact-laurel .gform-body .gfield .gfield_label {
  margin-bottom: 8px;
  font-weight: 400;
}

.agreement-section ul.sitemap-list li::marker {
  color: var(--lr_blue);
}

.agreement-section ul.sitemap-list li a {
  color: var(--lr_blue);
  font-weight: 492;
  text-decoration: underline;
  line-height: 1.5;
  text-underline-offset: 2px;
}

.agreement-section ul.sitemap-list ul {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-laurel .gform-body .gfield.gfield_error>.gfield_description {
  color: red;
}

button.btnDTI.itemCalc.inactive[disabled] {
  cursor: not-allowed;
}

#post-slr-calc h3.heading_3 {
  display: none;
}

#post-slr-calc h2.heading_2 {
  text-align: left;
  margin-bottom: 20px;
  max-width: 100%;
}

.section-rates-fees-jump.padding-top-\[40\] {
  padding-top: 10px;
}

@media(min-width:768px) {
  .section-rates-fees-jump.padding-top-\[40\] {
    padding-top: 40px;
  }
}

.resources-single-scroll-spy #post-slr-calc .student-loan-estimates .recalc .recalc-field h2 {
  margin-bottom: 5px;
}

#rates-fees a {
  color: #235383;
  text-decoration: underline;
}

.center-panal .heading_2.text-center {
  max-width: 100% !important;
}

@media(max-width:640px) {
  .heading_2.text-center {
    max-width: 100% !important;
  }
}

@media(min-width:576px) and (max-width:1024px) {
  footer#colophon>.container {
    margin-bottom: 20px;
  }
}

@media(max-width:575px) {
  footer#colophon>.container {
    margin-bottom: 40px;
  }
}

.login-box .body_text_3 {
  color: var(--darkgray);
}

.login-box .body_text_3 .a_link {
  font-size: 12px;
}

.agreement-section li,
.agreement-section li::marker {
  font-weight: 492;
}

.agreement-section li p+p+ol {
  margin-top: -1rem;
}

.agreement-section ol>li {
  padding-left: 6px;
}

.agreement-section li::marker {
  letter-spacing: 1px;
}

.agreement-section ol>li h3 {
  padding-top: 20px;
}

.slick-slider .slick-arrow {
  z-index: 1;
}

.right-panal .related-wrap {
  position: sticky;
  top: 40px;
}

.single .center-panal p em strong {
  font-weight: 700;

}

.single .center-panal .D-Transcript {
  font-weight: 492;
  color: var(--darkgray);
}

.single .center-panal .D-Transcript div a {
  text-decoration: underline;
  color: var(--lr_blue);
}

.single .center-panal a.Transcriptbtn {
  position: relative;
  font-weight: 584;
  font-size: 1.4em;
  line-height: 125%;
  margin-bottom: 15px;
  color: var(--navyblue);
  padding-right: 20px;
  display: inline-block;
  margin-top: 15px;
}

.Transcriptbtn::after {
  color: #00263e;
  top: 15px;
  border: 3px solid #00263e;
  border-top: none;
  border-right: none;
}

.Transcriptbtn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 3px solid #235383;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  right: 0;
  top: 8px;
}

.Transcriptbtn.open::after {
  transform: rotate(135deg);
}

/* author: pavan 06-05-2024 */
.banner.General-1::after{
    background-image: url('assets/images/general/general-wave-one.svg')!important;
}
.banner.General-2::after{
    background-image: url('assets/images/general/general-wave-two.svg')!important;
}
.banner.General-3::after{
    background-image: url('assets/images/general/general-wave-three.svg')!important;
}
.banner.General-4::after{
    background-image: url('assets/images/general/general-wave-four.svg')!important;
}
.banner.General-5::after{
    background-image: url('assets/images/general/general-wave-five.svg')!important;
}
.banner.General-6::after{
    background-image: url('assets/images/general/general-wave-six.svg')!important;
}


.banner.Doctor-1::after{
    background-image: url('assets/images/doctor/doctor-wave-one.svg');
}
.banner.Doctor-2::after{
    background-image: url('assets/images/doctor/doctor-wave-two.svg');
}
.banner.Doctor-3::after{
    background-image: url('assets/images/doctor/doctor-wave-three.svg');
}
.banner.Doctor-4::after{
    background-image: url('assets/images/doctor/doctor-wave-four.svg');
}
.banner.Doctor-5::after{
    background-image: url('assets/images/doctor/doctor-wave-five.svg');
}
.banner.Doctor-6::after{
    background-image: url('assets/images/doctor/doctor-wave-six.svg');
}


.banner.Nurses-1::after{
    background-image: url('assets/images/nurse/nurse-wave-one.svg');
}
.banner.Nurses-2::after{
    background-image: url('assets/images/nurse/nurse-wave-two.svg');
}
.banner.Nurses-3::after{
    background-image: url('assets/images/nurse/nurse-wave-three.svg');
}
.banner.Nurses-4::after{
    background-image: url('assets/images/nurse/nurse-wave-four.svg');
}
.banner.Nurses-5::after{
    background-image: url('assets/images/nurse/nurse-wave-five.svg');
}
.banner.Nurses-6::after{
    background-image: url('assets/images/nurse/nurse-wave-six.svg');
}


@media screen and (min-width: 1140px) {
  .center-panal .video-box-section .w-full.md\:w-3\/5 {
    height: auto;
  }
  .video-box-section .w-full.md\:w-3\/5 {
    width: 660px;
    height: 371.429px;
    flex-shrink: 0;
  }
}

.video-box-section .video-box .PhotoOverlays {
  aspect-ratio: 660/371;
}

.video-box-section .video-box.video-embeded {
  background: rgba(0, 0, 0, 0.9);
}

.video-box.video-embeded *:not(iframe) {
  display: none;
}

.video-box-section .PhotoOverlays img.video-poster {
  margin: auto;
}

.video-box.video-embeded iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
}

.video-box .play-icon {
  opacity: 0.95;
}

.video-box-section .video-box iframe {
  display: block;
  aspect-ratio: 16/9;
  opacity: 0.001;
  width: 100%;
  height: auto;
  z-index: 11;
  position: relative;
  cursor: pointer;
}

.video-box-section .video-box.video-embeded iframe {
  opacity: 1;
}

.video-box-section .video-box .PhotoOverlays {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .center-panal .video-box-section .w-full.md\:w-3\/5 {
     display: flex;
     align-items: center;
     width: fit-content;
   }
   .center-panal .video-box-section .w-full.md\:w-3\/5 .video-box .play-btn {
     height: 4.625rem;
     width: 4.625rem;
   }
 }

 .center-panal .video-box-section  {
  background: #f6f6f6;
}
 
@media screen and (min-width: 768px) {
  .center-panal .video-box-section .container {
    gap: 3rem;
    padding: 20px;
  }
}

/* 02-04-2024 */
.banner.banner-wave-one::after {
  background-image: url("assets/images/general/general-wave-one.svg");
}
.banner.banner-wave-two::after {
  background-image: url("assets/images/general/general-wave-two.svg");
}
.banner.banner-wave-three::after {
  background-image: url("assets/images/general/general-wave-three.svg");
}
.banner.banner-wave-four::after {
  background-image: url("assets/images/general/general-wave-four.svg");
}
.banner.banner-wave-five::after {
  background-image: url("assets/images/general/general-wave-five.svg");
}
.banner.banner-wave-six::after {
  background-image: url("assets/images/general/general-wave-six.svg");
}


/* doctor waves */
.doctor-banner.banner-wave-one::after{
    background-image: url("assets/images/doctor/doctor-wave-one.svg")!important;
}
.doctor-banner.banner-wave-two::after{
    background-image: url("assets/images/doctor/doctor-wave-two.svg")!important;
}
.doctor-banner.banner-wave-three::after{
    background-image: url("assets/images/doctor/doctor-wave-three.svg")!important;
}
.doctor-banner.banner-wave-four::after{
    background-image: url("assets/images/doctor/doctor-wave-four.svg")!important;
}
.doctor-banner.banner-wave-five::after{
    background-image: url("assets/images/doctor/doctor-wave-five.svg")!important;
}
.doctor-banner.banner-wave-six::after{
    background-image: url("assets/images/doctor/doctor-wave-six.svg")!important;
}

/* nurse wave */
.nurse-banner.banner-wave-one::after{
    background-image: url("assets/images/nurse/nurse-wave-one.svg")!important;
}
.nurse-banner.banner-wave-two::after{
    background-image: url("assets/images/nurse/nurse-wave-two.svg")!important;
}
.nurse-banner.banner-wave-three::after{
    background-image: url("assets/images/nurse/nurse-wave-three.svg")!important;
}
.nurse-banner.banner-wave-four::after{
    background-image: url("assets/images/nurse/nurse-wave-four.svg")!important;
}
.nurse-banner.banner-wave-five::after{
    background-image: url("assets/images/nurse/nurse-wave-five.svg")!important;
}
.nurse-banner.banner-wave-six::after{
    background-image: url("assets/images/nurse/nurse-wave-six.svg")!important;
}

@media only screen and (min-width: 1024px) {
.grecaptcha-badge {
  bottom: 90px !important;
  z-index: 999;
}
}
@media only screen and (max-width: 1023px) {
  .grecaptcha-badge {
    z-index: 999;
  }
}

.center-panal .video-box-section.video-box-center {
  background: #fff;
}

.center-panal .video-box-section.video-box-center .container {
  padding: 0px
}