.nav-link-logout-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-color: var(--brand-dash-selected);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.wrapper {
  min-height: 100vh;
}

.container-1440 {
  max-width: 1440px;
}

.brand-color {
  color : var(--brand-color) !important;
}

.hover-thumbnail {
  transition: all 0.5s ease;
}

.hover-thumbnail:hover {
  transform: scale(1.02);
}

/* Opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

/* Min-height */
.min-h-0 {
  min-height: 0px !important;
}

/* Bootstrap fluid images */
.img-fluid{max-width:100%;height:auto}

/* Bootstrap border styles */
.rounded{border-radius:.25rem!important}
.rounded-50{border-radius: .5rem!important}
.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
.text-decoration-underline{text-decoration: underline;}
.text-decoration-none{text-decoration: none;}

.nav-link-logout-custom.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.row-vid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 4px;
}

.border-brand-darkgray {
  border: 1px solid var(--brand-darkgray);
}

.border-brand-gray {
  border: 1px solid var(--brand-gray);
}

.border-brand {
  border: 1px solid var(--brand-color);
}

.border-red {
  border: 2px solid var(--brand-error);
}

.border-none {
  border: none !important;
}

/* Navbar styles */
.nav-dropdown {
  position: absolute;
  border: 1px solid var(--brand-gray);
  background-color: var(--brand-white);
}

.nav-dropdown ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-dropdown ul li {
  background-color: var(--brand-white);
  margin: 0;
}

.nav-dropdown ul li a { 
  padding: 10px 20px;
  color: var(--brand-color);
  text-decoration: none !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: initial;
}

.nav-dropdown ul li:hover {
  background-color: var(--brand-color);
}

.nav-dropdown ul li:hover a {
  color: var(--brand-white);
}

.nav-dropdown-wrapper:hover > .nav-dropdown,
.nav-dropdown:hover {
  display: block !important;
}

.hamburger .w-icon-nav-menu::before {
  content: "\2630" !important;
}

#bottomNavLinks a {
  max-width: 100%;
}

.socialIconsWrapper {
  text-align: right;
}

.socialIconsWrapper > a {
  padding-left: 10px;
}

.socialIconsWrapper > a:nth-child(1) {
  padding-left: 0;
}

.section.footer .socialIconsWrapper {
  margin: 1rem 0rem;
}

/* Dashboard Navbar Styles */
.side-nav-menu {
  min-width: 165px
}

/* Create four equal columns that sits next to each other */
.column-vid {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column-vid img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Container holding the image and the text */
.container-vid {
  position: relative;
}

.container-vid .playButton {
  position: absolute;
  display: block;
  background: url('/img/play.png');
  height: 40px;
  width: 40px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

/* Bottom right text */
.text-block-custom {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color:rgba(0,0,0,0.5);
  color: white;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph-4-custom {
  position: relative !important;
  display: block !important;
  width: auto !important;
  max-width: 90% !important;
  margin: 10px 0px 10px auto !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-left: 12px !important;
  float: none !important;
  clear: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  color: #fff !important;
  font-size: 16px !important;
  text-align: center !important;
}

.banner-1-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 64px;
  clear: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ff9565;
}

.big-link-row {
  text-align: center;
  justify-content: space-between;
}

.footer-big-ada {
  color: white !important;
  font-size: 30px !important;
  /* padding-right: 50px !important; */
  /* padding-bottom: 20px !important; */
  line-height: normal;
}
.footer-ada {
  color: white !important;
}

#footerPhoneCard {
  min-height: 150px;
  min-width: 65%;
}

.img-ada {
  fill: white !important;
}

/* Flex styles */
.flex-center {
  justify-content: center !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}
.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}
.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

/* Bootstrap Spacing Styles (margin/padding) */
.mt-neg-2rem {
  margin-top: -2rem;
}

.mt-100 {
  margin-top: 100px !important;
}

.m-0-auto {
  margin: 0 auto;
}

.ml-1,.mx-1{margin-left:.25rem!important}
.ml-2,.mx-2{margin-left:.5rem!important}
.ml-3,.mx-3 {margin-left: 1rem !important}
.ml-4,.mx-4{margin-left:1.5rem!important}
.ml-5,.mx-5{margin-left:3rem!important}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mr-1,.mx-1{margin-right:.25rem!important}
.mr-2,.mx-2{margin-right:.5rem!important}
.mr-3,.mx-3 {margin-right: 1rem !important}
.mr-4,.mx-4{margin-right:1.5rem!important}
.mr-5,.mx-5{margin-right:3rem!important}

.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}
.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}

.pt-100 {
  padding-top: 100px;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center!important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: end!important;
}

/* Bootstrap Flex order classes */
.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}

/* Z-index classes */
.z-0 {z-index: 0 !important;}
.z-1 {z-index: 1 !important;}
.z-neg-10 {z-index: -10 !important;}

.flex-2-1-0 {
  flex: 2 1 0 !important;
}

.reportal-orders-label {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Grid for updating OTP methods on user profile */
.grid-updateOTP {
  display: grid;
  grid-template-columns: 60% 20% 20%;
  gap: 0.25rem;
}

@media screen and (max-width: 991px) {
  .mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}

  .p-lg-0{padding:0!important}
  .pt-lg-0,.py-lg-0{padding-top:0!important}
  .pr-lg-0,.px-lg-0{padding-right:0!important}
  .pb-lg-0,.py-lg-0{padding-bottom:0!important}
  .pl-lg-0,.px-lg-0{padding-left:0!important}
  .p-lg-1{padding:.25rem!important}
  .pt-lg-1,.py-lg-1{padding-top:.25rem!important}
  .pr-lg-1,.px-lg-1{padding-right:.25rem!important}
  .pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}
  .pl-lg-1,.px-lg-1{padding-left:.25rem!important}
  .p-lg-2{padding:.5rem!important}
  .pt-lg-2,.py-lg-2{padding-top:.5rem!important}
  .pr-lg-2,.px-lg-2{padding-right:.5rem!important}
  .pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}
  .pl-lg-2,.px-lg-2{padding-left:.5rem!important}
  .p-lg-3{padding:1rem!important}
  .pt-lg-3,.py-lg-3{padding-top:1rem!important}
  .pr-lg-3,.px-lg-3{padding-right:1rem!important}
  .pb-lg-3,.py-lg-3{padding-bottom:1rem!important}
  .pl-lg-3,.px-lg-3{padding-left:1rem!important}
  .p-lg-4{padding:1.5rem!important}
  .pt-lg-4,.py-lg-4{padding-top:1.5rem!important}
  .pr-lg-4,.px-lg-4{padding-right:1.5rem!important}
  .pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}
  .pl-lg-4,.px-lg-4{padding-left:1.5rem!important}
  .p-lg-5{padding:3rem!important}
  .pt-lg-5,.py-lg-5{padding-top:3rem!important}
  .pr-lg-5,.px-lg-5{padding-right:3rem!important}
  .pb-lg-5,.py-lg-5{padding-bottom:3rem!important}
  .pl-lg-5,.px-lg-5{padding-left:3rem!important}
}

@media screen and (max-width: 767px) {
  .m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}

  .p-md-0{padding:0!important}
  .pt-md-0,.py-md-0{padding-top:0!important}
  .pr-md-0,.px-md-0{padding-right:0!important}
  .pb-md-0,.py-md-0{padding-bottom:0!important}
  .pl-md-0,.px-md-0{padding-left:0!important}
  .p-md-1{padding:.25rem!important}
  .pt-md-1,.py-md-1{padding-top:.25rem!important}
  .pr-md-1,.px-md-1{padding-right:.25rem!important}
  .pb-md-1,.py-md-1{padding-bottom:.25rem!important}
  .pl-md-1,.px-md-1{padding-left:.25rem!important}
  .p-md-2{padding:.5rem!important}
  .pt-md-2,.py-md-2{padding-top:.5rem!important}
  .pr-md-2,.px-md-2{padding-right:.5rem!important}
  .pb-md-2,.py-md-2{padding-bottom:.5rem!important}
  .pl-md-2,.px-md-2{padding-left:.5rem!important}
  .p-md-3{padding:1rem!important}
  .pt-md-3,.py-md-3{padding-top:1rem!important}
  .pr-md-3,.px-md-3{padding-right:1rem!important}
  .pb-md-3,.py-md-3{padding-bottom:1rem!important}
  .pl-md-3,.px-md-3{padding-left:1rem!important}
  .p-md-4{padding:1.5rem!important}
  .pt-md-4,.py-md-4{padding-top:1.5rem!important}
  .pr-md-4,.px-md-4{padding-right:1.5rem!important}
  .pb-md-4,.py-md-4{padding-bottom:1.5rem!important}
  .pl-md-4,.px-md-4{padding-left:1.5rem!important}
  .p-md-5{padding:3rem!important}
  .pt-md-5,.py-md-5{padding-top:3rem!important}
  .pr-md-5,.px-md-5{padding-right:3rem!important}
  .pb-md-5,.py-md-5{padding-bottom:3rem!important}
  .pl-md-5,.px-md-5{padding-left:3rem!important}
}

@media screen and (max-width: 479px) {
  .mr-sm-0,.mx-sm-0{margin-right:0!important}

  .mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}
  .mb-sm-3,.my-sm-3{margin-bottom:1rem!important}

  .p-sm-0{padding:0!important}
  .pt-sm-0,.py-sm-0{padding-top:0!important}
  .pr-sm-0,.px-sm-0{padding-right:0!important}
  .pb-sm-0,.py-sm-0{padding-bottom:0!important}
  .pl-sm-0,.px-sm-0{padding-left:0!important}
  .p-sm-1{padding:.25rem!important}
  .pt-sm-1,.py-sm-1{padding-top:.25rem!important}
  .pr-sm-1,.px-sm-1{padding-right:.25rem!important}
  .pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}
  .pl-sm-1,.px-sm-1{padding-left:.25rem!important}
  .p-sm-2{padding:.5rem!important}
  .pt-sm-2,.py-sm-2{padding-top:.5rem!important}
  .pr-sm-2,.px-sm-2{padding-right:.5rem!important}
  .pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}
  .pl-sm-2,.px-sm-2{padding-left:.5rem!important}
  .p-sm-3{padding:1rem!important}
  .pt-sm-3,.py-sm-3{padding-top:1rem!important}
  .pr-sm-3,.px-sm-3{padding-right:1rem!important}
  .pb-sm-3,.py-sm-3{padding-bottom:1rem!important}
  .pl-sm-3,.px-sm-3{padding-left:1rem!important}
  .p-sm-4{padding:1.5rem!important}
  .pt-sm-4,.py-sm-4{padding-top:1.5rem!important}
  .pr-sm-4,.px-sm-4{padding-right:1.5rem!important}
  .pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}
  .pl-sm-4,.px-sm-4{padding-left:1.5rem!important}
  .p-sm-5{padding:3rem!important}
  .pt-sm-5,.py-sm-5{padding-top:3rem!important}
  .pr-sm-5,.px-sm-5{padding-right:3rem!important}
  .pb-sm-5,.py-sm-5{padding-bottom:3rem!important}
  .pl-sm-5,.px-sm-5{padding-left:3rem!important}
}

/* Bootstrap text transform */
.text-lowercase {text-transform: lowercase !important;}
.text-uppercase {text-transform: uppercase !important;}
.text-capitalize {text-transform: capitalize !important;}

/* Bootstrap text alignment styles */
.text-center {
  text-align:center!important
}

.text-left {
  text-align:left!important
}

.text-right {
  text-align:right!important
}

.text-nowrap {
  text-wrap: nowrap;
}

.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}
.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}


.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}
.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}
.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}

@media screen and (min-width: 992px) {
  .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
  .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
  .align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}
  .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
  .align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}

  .order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}
}


@media screen and (min-width: 480px) {
  .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
  .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
  .align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}
  .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
  .align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}
}

/* Bootstrap list styles */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* Bootstrap text styles */
.font-weight-normal{font-weight:400!important}
.font-weight-bold{font-weight:700!important}

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

/* Bootstrap Modal styles */
.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}

/* Bootstrap display styles */
.d-none{display:none!important}
.d-block{display:block!important}
.d-flex{display:flex!important}
.d-inline{display:inline!important}
.d-inline-block{display:inline-block!important}

.hidden-inline {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.hidden-upload {
  width:0.1px;
  height:0.1px;
  opacity:0;
  overflow:hidden;
}

@media screen and (max-width: 991px) {
  .d-md-none{display:none!important}
}

/* Bootstrap position styles */
.position-relative{position:relative!important}
.position-absolute{position:absolute!important}

/* Height */
.h-40 {
  height: 40px;
}

.h-fill {
  height: 100%;
}

/* Bootstrap width */
.w-25{width:25%!important}
.w-30{width:30%!important}
.w-50{width:50%!important}
.w-75{width:75%!important}
.w-100 {width: 100% !important;}

.w-550 {width: 550px !important;}

.mw-100{max-width:100%!important}
.mw-50{max-width:50%!important}

@media screen and (min-width: 768px) {
  .w-md-75{width:75%!important}
}

/* Boostrap overflow styles */
@media (min-width:992px){
  .overflow-lg-hidden{overflow:hidden!important}
}

/* Bootstrap row style */
.row-grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}

/* Bootstrap column styles */
.col-1-grid{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.col-2-grid{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.col-3-grid{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-4-grid{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.col-5-grid{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
.col-6-grid{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-7-grid{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.col-8-grid{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.col-9-grid{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.col-10-grid{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
.col-11-grid{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
.col-12-grid{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

@media screen and (min-width: 1400px) {  
  .w-xl-50 {width: 50% !important;}

  .col-xl-6-grid{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
  .col-xl-12-grid{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

  .d-xl-none-grid{display: none !important;}
  .d-xl-inline-grid{display: inline !important;}
}

@media screen and (min-width: 576px) {
  .col-sm-1-grid{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
  .col-sm-2-grid{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
  .col-sm-3-grid{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
  .col-sm-4-grid{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
  .col-sm-5-grid{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
  .col-sm-6-grid{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
  .col-sm-7-grid{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
  .col-sm-8-grid{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
  .col-sm-9-grid{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
  .col-sm-10-grid{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
  .col-sm-11-grid{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
  .col-sm-12-grid{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
}

@media screen and (min-width: 768px) {
  .col-md-1-grid{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
  .col-md-2-grid{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
  .col-md-3-grid{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
  .col-md-4-grid{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
  .col-md-5-grid{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
  .col-md-6-grid{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
  .col-md-7-grid{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
  .col-md-8-grid{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
  .col-md-9-grid{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
  .col-md-10-grid{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
  .col-md-11-grid{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
  .col-md-12-grid{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

  .w-md-25{width:25%!important}
  .w-md-50{width:50%!important}
  .w-md-100 {width: 100% !important;}
}

@media screen and (min-width: 992px) {
  .col-lg-1-grid{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
  .col-lg-2-grid{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
  .col-lg-3-grid{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
  .col-lg-4-grid{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
  .col-lg-5-grid{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
  .col-lg-6-grid{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
  .col-lg-7-grid{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
  .col-lg-8-grid{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
  .col-lg-9-grid{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
  .col-lg-10-grid{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
  .col-lg-11-grid{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
  .col-lg-12-grid{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

  .w-lg-25{width:25%!important}
  .w-lg-50{width:50%!important}
  .w-lg-75{width:75%!important}
  .w-lg-100 {width: 100% !important;}

  .d-lg-none-grid{display: none !important;}
  .d-lg-flex-grid{display: flex !important;}
  .d-lg-inline-grid{display: inline !important;}

  .justify-content-lg-end-grid {
    justify-content: end !important;
  }

  .text-lg-left {
    text-align:left!important
  }

  .align-items-lg-center{align-items: center !important;}
  .align-items-lg-start{align-items: start !important;}
  .align-items-lg-end{align-items: end !important;}
}


.flex-direction-row {
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-direction-col {
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

@media screen and (max-width: 479px) {
  .flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}
}

/* Bootstrap float styles */
.float-none {
  float: none !important;
}

.float-right {
  float: right !important;
}

/* Table styles */
.my-table-responsive {
  overflow-x: auto;
}

.homeowner-info-table,
.homeowner-info-table th,
.homeowner-info-table td {
  border: 1px solid var(--brand-color);
  padding: 0.3rem;
  text-align: center;
  overflow-x: auto;
}


.homeowner-info-table th {
  padding: .5rem;
}

/* Sign In/Account Styles */
.text-label {
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  font-family: Proximanova, sans-serif;
  color: #595959;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}

.forgotBoth > .w-checkbox-input {
  border-color: var(--brand-color) !important;
}

.forgotBoth > .check-action.w--redirected-checked {
  background-color: var(--brand-color) !important;
}

.div-block-839 .paragraph-6 {
  font-weight: normal;
}

#forgot-password-form #emailReq.label-title.required {
  font-size: 16px;
}

/* Quick Fix modal styles */
.modal.quick-fix,
#cancelModal,
#bannerModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#bannerModal {
  /* Navbar z-index is 1000 */
  z-index: 1001;
}

.modal.quick-fix .modal-header {
  padding: 1rem 1rem 0;
  border-bottom: none;
}

.modal-title,
.quickclaim-label,
.color-brand {
  color: var(--brand-color) !important;
}

.modal-subtitle {
  font-size: 16px;
  color: var(--brand-color);
}

.modal-description {
  font-size: 16px;
}

.modal-video {
  font-size: 16px;
  color: var(--brand-link-onlight);
}

.modal.quick-fix .modal-dialog {
  top: 10%;
  overflow: visible;
}

.modal.quick-fix button {
  background-color: white;
}

.modal.quick-fix .modal-title {
  margin-top: 0;
}

.modal.quick-fix .close {
  margin: -0.5rem -0.5rem -0.5rem auto;
  padding: 0.5rem 1rem 0;
  text-decoration: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.pointer:hover {
  cursor: pointer;
}

/* Careers page styles */
.career-split .split-right {
  padding: 50px 100px;
}

.career-split .big-paragraph {
  color: var(--brand-white);
}

@media screen and (max-width: 991px) {
  .career-split {
    flex-direction: row;
  }

  .career-split .split-right {
    padding: 1.5rem;
  }
}


/* Plan & Coverage page styles */
.pac-row.renewal-row {
  margin-bottom: 20px;
}

/* RE portal\renewal styles */
.additionalCoveragePrice {
  font-size: 1rem;
}

#additionalCoverageList > p {
  font-weight: normal !important;
}

.phone-wrapper-pc > .w-45 {
  width: 45% !important;
}

.phone-wrapper-pc > .w-10 {
  width: 10% !important;
}

.warning {
  color: var(--brand-error);
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .w-md-75{width:75%!important}
  .d-md-none-grid{display:none!important}
  .d-md-flex-grid{display: flex !important;}
  .d-md-block-grid{display: block !important;}
  .d-md-inline-grid{display: inline !important;}

  .mt-md-0-grid{margin-top:0!important}
  .justify-content-md-center-grid {
    justify-content: center !important;
  }
}

@media screen and (max-width: 479px) {
  .phone-wrapper-pc {
    display: none !important;
  }

  .phone-wrapper-mobile {
    display: flex !important;
  }
}


/* QuickClaim Sticky Button styles */
#qcStickyDiv {
  border-top: 1px solid var(--brand-white);
  border-bottom: 1px solid var(--brand-brand);
}

#qcStickyDiv > .container {
  position: relative;
  max-width: none;
}

#qcStickyText {
  font-size: 1.5rem;
  font-weight: bold;
}

.qc-footer-head {
  display: flex;
}

.qcCloseBtn {
  color: var(--brand-darkgray);
  fill: var(--brand-darkgray);
  display: inline-block;
  position: absolute;
  margin-left: 1rem !important;
  left: 0px
}

@media screen and (max-width: 991px) {
  .qcCloseBtn {
    margin-right: 0 !important;
  }
}

/* Button styles */
.brand-color-button {
  padding: 15px;
  border: 1px solid var(--brand-color);
  background-color: var(--brand-color);
  color: var(--brand-white);
  font-size: 16px;
}

.brand-color-button:hover {
  border-color: var(--brand-color);
  background-color: var(--brand-white);
  color: var(--brand-color);
}

.button-orange {
  padding: 15px;
  border: 1px solid var(--brand-color);
  background-color: var(--brand-link-onlight);
  color: var(--brand-white);
  font-size: 16px;
}

.button-orange:hover {
  border-color: var(--brand-white);
  background-color: var(--brand-color);
  color: var(--brand-white);
}

.button-orange-alt {
  padding: 15px;
  border: 1px solid var(--brand-link-onlight);
  background-color: var(--brand-link-onlight);
  color: var(--brand-white);
  font-size: 16px;
}

.button-orange-alt:hover {
  border-color: var(--brand-white);
  background-color: var(--brand-color);
  color: var(--brand-white);
}

.brand-color-button:active,
.qcHomePageBtn.btn-secondary-big-duplicate {
  border-color: var(--brand-color);
  background-color: var(--brand-color);
}

.qcHomePageBtn.btn-secondary-big-duplicate {
  border: 1px solid var(--brand-color);
  background-color: var(--brand-color);
  color: var(--brand-white);
}

.qcHomePageBtn.btn-secondary-big-duplicate:hover {
  color: var(--brand-white);
  background-color: var(--brand-link-onlight);
  border: 1px solid var(--brand-white);

}

.qcHomePageBtn.btn-primary-big-duplicate,
.quickClaimBtnSticky {
  border: 1px solid var(--brand-white);
  background-color: var(--brand-white);
  color: var(--brand-color);
}

.qcHomePageBtn.btn-primary-big-duplicate:hover,
.quickClaimBtnSticky:hover {
  background-color: var(--brand-color);
  color: var(--brand-white);
}

/* Home page QuickClaim button animation */
.glowWhite {
  animation: softWhiteGlow 5s ease-in-out;
  animation-iteration-count: infinite;
  transition: transform 0.2s;
}

.hoverShiftUp:hover {
  transform: translateY(-3px);
  transition: transform 0.2s;
}

@keyframes softWhiteGlow {
  0% { box-shadow: 0 0 0 rgba(255, 255, 255, .8); }
  50% { box-shadow: 0 0 20px rgba(255, 255, 255, .8); }
  100% { box-shadow: 0 0 0 rgba(255, 255, 255, .8); }
}


.phoneBoldRed {
  color: var(--brand-link-onlight);
  text-decoration: none;
  font-weight: bold;
}

.btn-back {
  text-decoration: none;
  font-family:'Proximanova', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: var(--brand-color); 
}

.no-border {
  border: none !important;
}

/* QuickClaim form 1 styles */
#qcForm1 .text-field-duplicate:focus {
  border: 1px solid #cccccc;
}

.text-field-empty,
.text-field-empty:focus {
  border: 1px solid var(--brand-link-onlight) !important;
}

/* Index Banner styles */
.banner-index {
  position: relative;
  display: flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.banner-inner-wrapper {
  max-width: 80%;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.banner-text {
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  text-align: center;
}

.banner-close,
.bannerModal-close {
  position: absolute;
  left: 10px;
  margin: 0;
}

.bannerModal-close {
  top: 10px;
}

.banner-btn-white,
.banner-btn-white:hover {
  color: var(--brand-brand) !important;
  border: 1px var(--brand-color) solid;
  background-color: var(--brand-white);
  padding: 0.25rem 1rem;
}

.banner-btn-brand,
.banner-btn-brand:hover {
  color: var(--brand-white) !important;
  border: 1px var(--brand-white) solid;
  background-color: var(--brand-color);
  padding: 0.25rem 1rem;
}

#bannerMessageWrapper > .banner-index:last-child {
  border-bottom: 1px solid var(--brand-color);
}

/* Brand color styles */
.text-black {
  color: var(--brand-black) !important;
}

.text-brand {
  color: var(--brand-color) !important;
}

.text-white {
  color: var(--brand-white) !important;
}

.text-red {
  color: var(--brand-error) !important;
}

.text-brand-gray {
  color: var(--brand-gray) !important;
}

.text-brand-darkgray {
  color: var(--brand-darkgray) !important;
}

.text-link-onlight {
  color: var(--brand-link-onlight) !important;
}

.text-green {
  color: var(--cres-darkgreen);
}

.text-cres-blue {
  color: var(--cres-blue);
}

.text-color-unset {
  color: unset;
}

.bg-link-onlight {
  background-color: var(--brand-link-onlight) !important;
}

.bg-brand {
  background-color: var(--brand-color) !important;
}

.bg-white {
  background-color: var(--brand-white) !important;
}

.bg-darkgray {
  background-color: var(--brand-darkgray) !important;
}

.bg-black {
  background-color: var(--brand-black) !important;
}

.bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-warning {
  background-color: rgba(219, 188, 51, 0.7) !important;
}

.bg-cres-blue {
  background-color: var(--cres-blue);
}

/* Index page quote section */

#indexQuoteWrapper {
  width: 700px;
  margin-top: -550px;
  margin-bottom: 200px;
}

#indexQuoteWrapper .quote-header {
  padding-left: 200px;
}

.quote-footer {
  background-color: var(--brand-color) !important;
}

/* Index / Renew page - 3 tile layout */
.topReasonsTitle {
  color: transparent;
  text-shadow: 0 0 0 white;
}

#tilesSection {
  padding-left: 200px;
  padding-right: 200px;
}

#tilesSection .tileContainer picture, 
#tilesSection .tileContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#tilesSection .tile {
  width: 30%;
  /* min-width: 391px; */
  max-width: 100%;
  height: 350px;
  border: 5px solid var(--brand-white);
  /* padding: 8rem 1rem 6rem; */
  background-size: cover;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

#tilesSectionRenew .tile {
  width: 30%;
  max-width: 100%;
  border: 5px solid var(--brand-white);
  padding: 2rem 1rem 2rem;
  background-color: white;
  background-size: cover;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 24px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 24px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 24px rgb(0 0 0 / 10%);
}


#tilesSection .tile p {
  font-size: 2rem;
  color: white;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  line-height: 26px;
}

#tilesSectionRenew .tile p {
  color: black;
}

#tilesSectionRenew .tile .tileNum {
  color: #3E2B56;
  color: var(--brand-color);
  font-family: 'Proxima Nova Bold', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  border-color: #F05125;
  border-color: var(--brand-dash-line);
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  background: #eee;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  position: relative;
}

#tilesSectionRenew .tile .tileNum > span {
  position: absolute;
  top: -4px;
  left: 10px;
}

#tilesSection .tile div > .tileOverlay > p:first-child {
  transition: border 0.15s linear;
}

#tilesSection .tile div > .tileOverlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#tilesSection .tile:hover div > .tileOverlay > p:first-child {
  border: 4px solid white;
  padding: 1.5rem 3rem;
}

#tilesSection .tile:hover div > .tileOverlay > p:last-child {
  display: none;
}

#tilesSection .tileContainer {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--brand-color);
}

#tilesSection .tileOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

#tilesSection.renewTiles {
  background-color: white;
}

#tilesSection.renewTiles .tile p {
  font-size: 2rem;
  color: black;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  line-height: 26px;
}

.hero-section.renewHero {
  background-image: url("/img/renew/renewPage_Kitchen_3People_purple.jpg");
  background-position: top;
}

#renewChartImg {
  max-height: 600px;
}

#cresSignImg {
  max-height: 400px;
}

#renewChartDesc {
  max-width: 800px;
}

#howItWorksSection > .row {
  overflow: hidden;
}

#howItWorksSection .row .col-12-grid {
  height: 400px;
}

#howItWorksBackground {
  background-image: url("/img/renew/renewPage_Kitchen_1Person.jpg");
  background-size: cover;
  background-position: center;
}

.line-height-2 {
  line-height: 2rem;
}

@media screen and (min-width: 768px) {
  #tilesSectionRenew {
    margin-top: -75px;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .footer-col-2 p {
    order: 2;
  }

  .footer-col-2 a {
    order: 1;
  }
}

@media screen and (max-width: 1703px) {
  #tilesSection .tile p {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 1366px) {
  #tilesSection,
  #tilesSectionRenew {
    padding-left: unset;
    padding-right: unset;
  }
}

@media screen and (max-width: 991px) {
  #tilesSection .tile {
    width: 33%;
    height: 432px;
  }

  #tilesSectionRenew .tile {
    width: 100%;
    padding: 0.5rem;
    margin-top: 1rem;
  }

  #tilesSectionRenew {
    margin-top: 0;
  }

  #tilesSectionRenew .topReasonsTitle {
    text-shadow: 0 0 0 black;
  }
}

@media screen and (max-width: 767px) {
  #tilesSection .tile,
  #tilesSectionRenew .tile {
    width: 100%;
    height: 220px;
  }

  #tilesSectionRenew .tile {
    margin-top: 1.5rem;
  }

}


@media screen and (max-width: 479px) {
  #tilesSection,
  #tilesSectionRenew {
    padding-left: unset;
    padding-right: unset;
  }
}

/* Index page CRES section */
#CRESSection {
  color: #595959;
}

#CRESSection .laptop-left > div {
  max-width: 80%;
}

#CRESSection p {
  font-size: 1.5rem;
  line-height: initial;
}

#CRESSection a {
  font-size: 1.2rem;
}

#CRESSection #cres-logo-color {
  max-width: 200px;
}


@media screen and (max-width: 1366px) {
  #CRESSection .laptop-left > div {
    max-width: 100%;
  }
}

/* Index Page Bottom Quote Section */
.index-quote-container {
  margin: 3rem 0 8rem;
  position: relative;
  min-height: 450px;
}

.quote-img-wrapper {
  background-color: rgba(97, 69, 104, 1);
  width: 50vw;
}

.quote-img {
  background: url("/img/home-page-quote.webp") no-repeat center center;
  background-size: cover;
  background-position: 24% 71%;
  height: 400px;
  opacity: 0.4;
}

.quote-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    min-height: 450px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
    padding-left: 35%;
    padding-right: 10%;
    background-color: var(--brand-lightgray);
}

.quote-text-wrapper .quote-symbol-1 {
  color: var(--brand-gray);
  text-align: left;
  font-size: 100px;
}

.quote-text-wrapper .quote-text,
.quote-text-wrapper .quote-footer-1 {
  font-weight: normal;
  color: var(--brand-gray);
}

@media screen and (max-width: 1256px) and (min-width: 992px) {
  .index-quote-container {
    margin-bottom: 250px;
  }
}

@media screen and (max-width: 733px) and (min-width: 530px) {
  .index-quote-container {
    margin-bottom: 250px;
  }
}

@media screen and (max-width: 529px) and (min-width: 480px) {
  .index-quote-container {
    margin-bottom: 350px;
  }
}


@media screen and (max-width: 991px) {
  .index-quote-container {
    min-height: 700px;
  }

  .quote-img-wrapper {
    width: 90vw;
  }

  .quote-text-wrapper {
    z-index: 1;
    top: 320px;
    padding-left: 10%;
  }
}

@media screen and (max-width: 479px) {
  .index-quote-container {
    min-height: 800px;
  }

  .quote-text-wrapper {
    height: 520px;
    width: 90vw;
  }

  .quote-text-wrapper .quote-text,
  .quote-text-wrapper .quote-footer-1 {
    font-size: 1.2rem;
  }
}

/* Font size styles */
.noContractHelp {
  font-size: 1rem;
}

.font-size-small {
  font-size: .8rem !important;
}

.font-size-normal {
  font-size: 1rem !important;
}

.font-size-medium {
  font-size: 1.5rem !important;
}

.font-size-large {
  font-size: 2rem !important;
}

/* Registration styles */
#createBtn {
  min-width: 250px;
}

/* Service Request Detail / Cancel styles */
.swoCancelBtn,
.swoCancelConfirmBtn {
  color: var(--brand-white);
  border: 1px var(--brand-color) solid;
  background-color: var(--brand-color);
  padding: 0.25rem 1rem;
}

.swoCancelBtn:hover,
.swoCancelConfirmBtn:hover {
  background-color: var(--brand-white);
  color: var(--brand-color);
}

.serviceHeaderWrapper,
.swoCancelConfirmWrapper,
.bannerConfirmWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Default modal styles */
.modalBackground {
  z-index: 3;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modalContentCancel {
  margin: auto;
  background-color: #fff;
  position: relative;
  outline: 0;
  max-width: 600px;
}

/*  */
@media screen and (max-width: 1366px) {
  .big-link-row {
    text-align: center;
    justify-content: center;
  }
  
  .big-link-row > a {
    flex: 50%;
  }

  .socialIconsWrapper > a {
    padding-left: 1.5rem;
  }
  
  .socialIconsWrapper > a:nth-child(1) {
    padding-left: 0;
  }
}

/* Responsive layout - when the Mobile menu icon appears */
@media screen and (max-width: 991px) {
  #indexQuoteWrapper {
    width: 500px;
  }

  #indexQuoteWrapper .quote-header {
    padding-left: 100px;
  }

  .banner-inner-wrapper {
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  #bottomNavLinks {
    flex-direction: column;
  }

  /* .nav-dropdown-wrapper > a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  } */
  
  .nav-dropdown-wrapper > .nav-dropdown {
    z-index: 1;
    width: 100%;
    position: relative;
    text-align: left;
    padding-left: 2rem;
    border: none;
  }

  .pointer-events-none-mobile {
    pointer-events: none;
  }

  .footer-big-ada {
    padding-right: 0 !important;
  }

  .footer-col-2 p {
    order: 2;
  }

  .footer-col-2 a {
    order: 1;
  }

  .socialIconsWrapper {
    text-align: center;
    padding: 1rem 0rem
  }  

  .homeowner-content {
    min-height: 100vh;
  }

  .content.order-page .header-row.pmlrtb {
    display: flex;
    flex-direction: row;
  }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column-vid {
    flex: 50%;
    max-width: 50%;
  }

  #indexQuoteWrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    width: unset;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-vid {
    flex: 100%;
    max-width: 100%;
  }

  .mw-md-none {
    max-width: none !important;
  }

  #createBtn {
    max-width: none !important;
  }

  #divRegRE {
    display:-ms-flexbox!important;
    display:flex!important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* .flex-direction-row {
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  }

  .flex-direction-col {
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  } */

}

@media screen and (max-width: 479px) {
  .quickClaimBtnSticky {
    width: 80% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  #qcStickyText {
    font-size: 1.2rem !important;
  }

  .modalContentCancel {
    max-width: 90vw;
  }

  .banner-index {
    position: unset;
  }

  .banner-close {
    position: unset;
  }

  /* Navbar - Small devices */
  nav.nav-menu-main .div-block {
    width: 100%;
  }
}

/* Responsive layout - makes QuickClaim section of homeowner page work on larger than mobile */
@media screen and (min-width: 480px) {
  .quickClaimBlock {
    width: 100%;
  }
}

/* Custom CSS Carousel Styles*/
.review-carousel {
  pointer-events: none;
}

.carousel {
  background: var(---brand-white);
}

.carousel-cell {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel-cell.is-selected {
  background: #ED2;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

/* Index page review section */
.review-wrapper {
  border: 1px solid var(--brand-color);
  border-radius: 5px;
  width: 30vw;
}

.flickity-slider {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .review-wrapper {
    width: 80vw;
  }
} 

/* MultiCoverage.pug styles (reportal) */
.cov-opt-txt-duplicate.unset-width {
  min-width: unset !important;
}

.coverage-container {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1440px) {
  .cov-opt-txt-duplicate {
    margin-left: 72px;
  }
}

.unsupported-file-type-message {
  color: var(--brand-error)
}

/* Button style fix (reportal 9) */
#submitOrder {
  width: 180px !important;
}

@media screen and (max-width: 767px) {
#submitOrder {
  width: 100% !important;
  max-width: 100% !important;
}
}

/* Error / Success popup - My Account */
.my-account-content > .successpopup {
  position: unset;
  height: unset;
}

@media screen and (max-width: 767px) {
  .my-account-content > .successpopup {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .row {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.right-text {
  /* Float the div to the right */
  width: 30%;
  height: 35%; 
  border: 1px solid #ccc;
  padding: 20px;
  margin-left: 10px;
  margin-top: 10px;
  box-sizing: border-box;
  /* font-size: 18px; */
  flex: 1 0 40%;
}

.text-content {
  padding: 8px;
}


@media (min-width: 320px) {
  .form-block-registration.w-form {
    flex: 1 0 60%;
  }

  .right-text {
    flex: 1 0 40%;
    margin-top: 0;
    font-size: 14px;
    margin-left: 0px;
    height: 45%;
    padding: 0;
  }

  .li-1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  ol {
    margin-bottom: 0px;
  }

  .text-content {
    padding: 0px;
  }
  .body-container-registration {
    flex-wrap: wrap-reverse;
  }
  .main-content {
    flex-direction: column-reverse;
    /* flex-flow: row-reverse; */
  }
}

@media (min-width: 590px) {
  .form-block-registration.w-form {
    flex: 1 0 70%;
  }
    .right-text {
      flex: 1 0 30%;
      margin-top: 0;
      font-size: 14px;
      padding-left: 5px;
    }

    .li-1 {
      margin-top: 2px;
      margin-bottom: 2px;
    }
  
    ol {
      margin-bottom: 2px;
    }

    .text-content {
      padding: 1px;
    }
    .body-container-registration {
      flex-wrap: wrap;
    }
    .main-content {
      flex-flow: wrap;
    }
}

@media (min-width: 1000px) {
  .form-block-registration.w-form {
    flex: 1 0 70%;
  }

  .right-text {
    flex: 1 0 30%;
    margin-top: 0;
    font-size: 14px;
    height: 35%;
    margin: 10px;
  }

  .li-1 {
    margin-top: 6px;
    margin-bottom: 4px;
  }

  ol {
    margin-bottom: 6px;
  }

  .text-content {
    padding: 4px;
  }

  .body-container-registration {
    flex-wrap: wrap;
  }

  .main-content {
    flex-flow: wrap;
  }

}

.main-content {
  display: flex;
}

.form-block-registration.w-form{
  flex: 1 0 60%;
  box-sizing: border-box;
}

.body-container-registration {
  display:flex;
  margin-left: 15%;
  margin-right: auto;  
  /* flex-wrap: wrap; */
}

.li-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

ol {
  margin-bottom: 12px;
}
