/*!
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/
*/

.conVidBannerInner {
  white-space: nowrap;
}

.conVidBanner {
  background-color: #1c969f;
  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-weight: 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: 10;
}
#errContainer {
  display: none;
  position: fixed;
  background: #000;
  border-radius: 5px;
  /* width: 650px; */
  z-index: 10;
}
#errContainer {
  background: #fff;
  margin: 8px;
}

#errContainer,
#errContainerOk {
  background: #fff;
  margin-right: 0;
  padding-right: 0;
  color: red;
  padding: 20px;
}
#errContainer,
#twoCol_errContainer {
  width: 100%;
  max-width: 420px;
  max-height: 130px;
  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;
  }
  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: 10;
}
#twoCol_errContainer {
  display: none;
  position: fixed;
  background: #000;
  border-radius: 5px;
  z-index: 10;
}
#twoCol_errContainer {
  background: #fff;
}

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

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

.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 {
  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);
}
.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;
  }
}
