﻿.space-xxs {
  width: 100%;
  margin: 5px;
}

.space-xs {
  width: 100%;
  margin: 10px;
}

.space-sm {
  width: 100%;
  margin: 20px;
}

.space-md {
  width: 100%;
  margin: 30px;
}

.space-lg {
  width: 100%;
  margin: 40px;
}

.space-xl {
  width: 100%;
  margin: 50px;
}

.container-md {
  max-width: 1200px;
}

.modal-content .modal-header {
  display: inline !important;
}

.privacy-bar {
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff;
  text-align: center;
  background: #305fa3;
  padding: 5px;
  font-size: 12px;
  font-family: "Arial", Helvetica, Helvetica Neue, sans-serif;
  font-weight: 300;
}
.privacy-bar a {
  color: #fff !important;
}

.overlay-on {
  transition: 0.6s;
  position: fixed;
  z-index: 999;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.skip-to-content-link {
  z-index: -1;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 10%;
  text-align: center;
  color: #007bff;
  text-decoration: none;
  background-color: #fff;
  opacity: 0;
  left: -100%;
}

.skip-to-content-link:focus {
  z-index: 999;
  left: 0;
  opacity: 1;
}

#pshome .aspnetValidator {
  color: #ff3333 !important;
  font-weight: bold;
}
#pshome .ErrorHighlighted {
  border: solid 1px red;
}
#pshome .container {
  max-width: 1700px;
}
#pshome .btn-costco-blue {
  color: #fff;
  background-color: #3071A9;
}
#pshome .btn-big {
  position: relative;
  z-index: 998;
  font-size: 28px;
  background-color: #3071A9;
  color: #fff;
  border-radius: 5px;
  display: block;
  padding: 25px 0;
  margin-bottom: -100px;
}
@media (min-width: 992px) {
  #pshome .btn-big {
    margin-bottom: -150px;
    padding: 25px 50px;
    font-size: 30px;
    display: inline-block;
  }
}
#pshome .row-max-width {
  max-width: 1200px;
}
#pshome .section-one {
  padding: 5rem 0;
  position: relative;
  background-position: 25% 60%;
  background-size: 1000px auto;
  min-height: 500px;
  background-size: length;
  background-repeat: no-repeat;
}
#pshome .section-one.webp {
  background-image: url("../../../images/pshome/hero2.webp");
}
#pshome .section-one.no-webp {
  background-image: url("../../../images/pshome/hero2.png");
}
@media (min-width: 992px) {
  #pshome .section-one {
    padding: 1rem 0;
    background-size: cover;
    background-position: 50% 50%;
  }
}
#pshome .section-one h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  #pshome .section-one h1 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  #pshome .section-one h1 {
    margin-top: 80px;
  }
}
#pshome .section-one h1 span {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}
#pshome .section-one h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  display: none;
}
@media (min-width: 992px) {
  #pshome .section-one h3 {
    display: inline-block;
  }
}
#pshome .section-one .arrow-img {
  position: relative;
  height: 125px;
  width: auto;
  float: right;
  z-index: 999;
  transform: rotate(-90deg) scaleX(-1);
  margin-top: 20px;
  left: 40px;
}
@media (min-width: 992px) {
  #pshome .section-one .arrow-img {
    margin-top: -50px;
    left: 0px;
    transform: rotate(0deg);
    height: inherit;
    display: inline-block;
  }
}
#pshome .section-one .form {
  margin-top: 80px;
  position: relative;
  z-index: 999;
  padding: 25px 15px;
  max-width: 730px;
  background: #EFEFEF;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#pshome .section-one .form .custom-select {
  position: relative;
  padding: 0.5rem 0.75rem !important;
  height: 65px;
  font-size: 20px;
  background-size: 20px 20px, 20px 20px;
}
#pshome .section-one .form input::placeholder {
  font-size: 20px;
}
#pshome .section-one .form .form-control {
  height: 65px;
  padding: 0.5rem 0.75rem !important;
  opacity: 1 !important;
  background: #fff !important;
}
#pshome .section-one .form .form-group {
  margin-bottom: 10px !important;
}
#pshome .section-one .form .btn-form {
  font-size: 20px;
  background-color: #3071A9;
  padding: 15px 25px;
}
#pshome .section-one .svg-white {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  fill: #fff;
  stroke: #fff;
  stroke-width: 5px;
  display: none;
}
@media (min-width: 992px) {
  #pshome .section-one .svg-white {
    height: 150px;
    display: block;
  }
}
#pshome .section-one .svg-grey {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  fill: #C0C7CD;
  display: none;
}
@media (min-width: 992px) {
  #pshome .section-one .svg-grey {
    height: 140px;
    display: block;
  }
}
#pshome .mobile-hero {
  padding: 50px 15px 50px 15px;
  background-color: #000;
  color: #fff;
}
#pshome .mobile-hero h3 {
  font-size: 20px;
  margin-bottom: 50px;
}
#pshome .mobile-hero .btn-big {
  margin-bottom: -100px;
}
#pshome .mobile-form {
  margin-top: -30px;
}
#pshome .mobile-form input, #pshome .mobile-form select {
  height: 50px;
}
#pshome .mobile-form input[type=checkbox] {
  height: 18px;
}
#pshome .mobile-form .input-group-append {
  display: block;
  width: 100%;
}
#pshome .mobile-form .zip-input {
  width: 100%;
}
#pshome .mobile-form .ps-register {
  border-radius: 3px;
  padding: 15px 20px;
  display: block;
  width: 100%;
  margin-top: 15px;
  background-color: #3071A9;
}
#pshome .section-two {
  padding: 4rem 0 3rem;
  position: relative;
  z-index: 9;
  background: #C0C7CD;
}
@media (min-width: 992px) {
  #pshome .section-two {
    padding: 4rem 0 9rem;
  }
}
#pshome .section-two h1 {
  margin: 50px 0;
  font-size: 35px;
}
@media (min-width: 992px) {
  #pshome .section-two h1 {
    margin: 0 0 50px 0;
    font-size: 50px;
  }
}
#pshome .section-two .card-bg-image {
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  padding: 20px;
}
#pshome .section-two .card-bg-image-one.webp {
  background-image: linear-gradient(rgba(47, 72, 88, 0.8), rgba(47, 72, 88, 0.9)), url("../../../images/pshome/service01-2.webp");
}
#pshome .section-two .card-bg-image-one.no-webp {
  background-image: linear-gradient(rgba(47, 72, 88, 0.8), rgba(47, 72, 88, 0.9)), url("../../../images/pshome/service01-2.png");
}
#pshome .section-two .card-bg-image-two.webp {
  background-image: linear-gradient(rgba(47, 72, 88, 0.8), rgba(47, 72, 88, 0.9)), url("../../../images/pshome/service01.webp");
}
#pshome .section-two .card-bg-image-two.no-webp {
  background-image: linear-gradient(rgba(47, 72, 88, 0.8), rgba(47, 72, 88, 0.9)), url("../../../images/pshome/service01.png");
}
#pshome .section-two .card-bg-image-three.webp {
  background-image: linear-gradient(rgba(47, 72, 88, 0.8), rgba(47, 72, 88, 0.9)), url("../../../images/pshome/service01-1.webp");
}
#pshome .section-two .card-bg-image-three.no-webp {
  background-image: linear-gradient(rgba(47, 72, 88, 0.8), rgba(47, 72, 88, 0.9)), url("../../../images/pshome/service01-1.png");
}
#pshome .section-two .check-circle {
  border-radius: 50%;
  border: 2px solid #fff;
  height: 70px;
  width: 70px;
  line-height: 70px;
  margin: 10px auto 10px;
  background-color: #2F4858;
  font-size: 25px;
}
#pshome .section-two .card {
  border: 0;
  max-width: 400px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #pshome .section-two .card {
    margin-bottom: 20px;
  }
}
#pshome .section-two .card P {
  font-weight: 500;
  font-size: 18px;
  display: block;
  margin: 5px 0;
  line-height: 50px;
}
#pshome .section-two .card P i {
  color: #2F4858;
  margin: 0 5px 0 10px;
}
#pshome .section-two .card a {
  padding: 5px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  background-color: #2F4858;
  color: #fff;
  text-decoration: none;
}
#pshome .section-two .card a:hover {
  cursor: pointer;
}
#pshome .section-two .card p:not(:last-of-type) {
  border-bottom: 1px solid #000;
}
#pshome .section-two svg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  fill: #fff;
  height: 150px;
  display: none;
}
@media (min-width: 992px) {
  #pshome .section-two svg {
    height: 140px;
    display: block;
  }
}
#pshome .section-three {
  padding: 4rem 0 3rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media (min-width: 992px) {
  #pshome .section-three {
    padding: 4rem 0 9rem;
  }
}
#pshome .section-three h1 {
  font-size: 40px;
  margin-bottom: 60px;
  margin-top: 50px;
}
@media (min-width: 992px) {
  #pshome .section-three h1 {
    margin-top: 0px;
    font-size: 50px;
  }
}
#pshome .section-three p {
  font-size: 20px;
  margin-bottom: 50px;
}
#pshome .section-three .icon-circle {
  margin: 0 auto;
  line-height: 90px;
  height: 90px;
  width: 90px;
  font-size: 30px;
  color: #2F4858;
  border: 2px solid #2F4858;
  border-radius: 50%;
  margin-bottom: 25px;
}
#pshome .section-three svg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  fill: #C0C7CD;
  display: none;
}
@media (min-width: 992px) {
  #pshome .section-three svg {
    height: 140px;
    display: block;
  }
}
#pshome .section-four {
  overflow: hidden;
  padding-top: 5rem;
  position: relative;
  z-index: 2;
  background: #C0C7CD;
  padding-bottom: 2rem;
}
#pshome .section-four h1 {
  font-size: 30px;
}
@media (min-width: 992px) {
  #pshome .section-four h1 {
    font-size: 50px;
  }
}
#pshome .section-four h3 {
  margin-bottom: 25px;
  font-size: 18px;
}
@media (min-width: 992px) {
  #pshome .section-four h3 {
    font-size: 22px;
  }
}
#pshome .section-four .swiper-wrap {
  position: relative;
}
#pshome .section-four .swiper-container {
  width: 100%;
  height: 100%;
}
#pshome .section-four .swiper-slide {
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#pshome .section-four .swiper-nav {
  position: absolute;
  left: 50%;
}
#pshome .section-four .swiper-button-prev, #pshome .section-four .swiper-button-next {
  color: #202020;
  height: 40px;
  width: 40px;
  background-color: #fff;
}
#pshome .section-four .swiper-button-prev:focus, #pshome .section-four .swiper-button-next:focus {
  outline: none;
}
#pshome .section-four .swiper-button-prev::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 18px;
}
#pshome .section-four .swiper-button-next::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-size: 18px;
}
#pshome .section-four .review-card {
  background-color: #2F4858;
  width: 100%;
  min-height: 340px;
}
#pshome .section-four .review-card .review-author {
  text-align: center;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #fff;
}
#pshome .section-four .review-card .review-stars {
  color: #FFDD00;
  font-size: 22px;
  margin-top: 50px;
}
#pshome .section-four .review-card .review-comment {
  padding: 0px 20px 10px 20px;
  background-color: #2F4858;
  color: #fff;
}
#pshome .section-four .testimonial-disclaimer {
  margin-bottom: 2rem;
}
#pshome .section-four .btn-big {
  margin-bottom: -488px;
}
#pshome .section-five {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  padding: 10rem 0;
}
#pshome .section-five.webp {
  background-image: url("../../../images/pshome/img01.webp");
}
#pshome .section-five.no-webp {
  background-image: url("../../../images/pshome/img01.png");
}
#pshome .section-five h1 {
  color: #fff;
  font-size: 30px;
  margin: 100px 0 20px 0;
}
@media (min-width: 992px) {
  #pshome .section-five h1 {
    font-size: 35px;
  }
}
#pshome .section-five h3 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 20px;
  margin-right: 30px;
}
#pshome .section-five p {
  color: #fff;
  font-size: 20px;
}
#pshome .section-five p a {
  color: #3071A9;
}
#pshome .section-five .btn-big {
  margin-bottom: 0;
}
#pshome .section-five svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  fill: #C0C7CD;
  display: none;
}
@media (min-width: 992px) {
  #pshome .section-five svg {
    height: 200px;
    display: block;
  }
}
#pshome .slide-out-right {
  visibility: hidden;
  transition-duration: 0.6s;
  position: fixed;
  z-index: 999;
  right: -100%;
  top: 0;
  height: 100%;
  width: calc(100% - 70px);
  background-color: #fff;
}
@media (min-width: 992px) {
  #pshome .slide-out-right {
    width: 80%;
  }
}
#pshome .slide-out-right .slide-out-close {
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: #fff;
  text-align: center;
  left: -60px;
  top: 10px;
  z-index: 999;
  cursor: pointer;
}
@media (min-width: 992px) {
  #pshome .slide-out-right .slide-out-close {
    background-color: #2F4858;
  }
}
#pshome .slide-out-right .slide-out-close i {
  font-size: 30px;
  line-height: 60px;
  color: #000;
}
@media (min-width: 992px) {
  #pshome .slide-out-right .slide-out-close i {
    color: #fff;
  }
}
#pshome .slide-out-right .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: flex;
}
#pshome .slide-out-right .content .content-left {
  min-height: 900px;
  width: 40%;
  background-color: #2F4858;
  color: #fff;
  display: none;
  position: relative;
  text-align: center;
  padding: 4rem;
}
@media (min-width: 992px) {
  #pshome .slide-out-right .content .content-left {
    display: flex;
    flex-direction: column;
  }
}
#pshome .slide-out-right .content .content-left .arrow-right {
  position: absolute;
  right: -25px;
  top: calc(50% - 60px);
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 25px solid #2F4858;
  z-index: 999;
}
#pshome .slide-out-right .content .content-left h1 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #pshome .slide-out-right .content .content-left h1 {
    font-size: 50px;
  }
}
#pshome .slide-out-right .content .content-left p {
  font-size: 20px;
  margin-bottom: 50px;
}
#pshome .slide-out-right .content .content-left .icon-circle {
  background-color: #fff;
  margin: 0 auto;
  line-height: 70px;
  height: 70px;
  width: 70px;
  font-size: 35px;
  color: #2F4858;
  border: 2px solid #2F4858;
  border-radius: 50%;
  margin-bottom: 15px;
}
#pshome .slide-out-right .content .content-right {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  display: block;
  padding: 2rem;
}
@media (min-width: 992px) {
  #pshome .slide-out-right .content .content-right {
    width: 60%;
  }
}
#pshome .slide-out-right .content .content-right .form .btn-form {
  background-color: #3071A9;
}
#pshome .slide-out-right .content .content-right .form .btn-formhover {
  cursor: pointer;
}
#pshome .slide-out-right .content .content-right .form-max-width {
  max-width: 500px;
  margin: 0 auto;
}
#pshome .slide-out-right .content .content-right .card-container {
  border: 1px solid #ddd;
  margin-bottom: 1rem;
  display: block;
}
#pshome .slide-out-right .content .content-right .card-head {
  background-color: #D6D6D6;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
}
#pshome .slide-out-right .content .content-right .card-body {
  padding: 15px;
  font-size: 16px;
  min-height: 150px;
}
#pshome .slide-out-right .content .content-right .card-body ul {
  padding-left: 15px;
}
#pshome .slide-out-right .content .content-right .card-cta {
  display: block;
  padding: 20px;
  color: #fff;
  background-color: #0060A9;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
#pshome .slide-out-right .content .content-right .btn-print {
  color: #fff;
  background-color: #3071A9;
}
#pshome .slide-out-right .content .content-right .input-group-append {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #pshome .slide-out-right .content .content-right .input-group-append {
    display: initial;
    width: initial;
  }
}
#pshome .slide-out-right .content .content-right .ps-register {
  margin-top: 15px;
  border-radius: 6px;
  display: block !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  #pshome .slide-out-right .content .content-right .ps-register {
    margin-top: initial;
    border-radius: 0px;
    display: initial;
    width: initial;
  }
}
#pshome .on {
  right: 0 !important;
  visibility: visible;
}
#pshome .mobile-hide {
  display: none;
}
@media (min-width: 992px) {
  #pshome .mobile-hide {
    display: block;
  }
}

#moreServices {
  background-color: #152F46;
}
#moreServices h2 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0px;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  #moreServices h2 {
    font-size: 36px;
  }
}
#moreServices p {
  text-align: center;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #fff;
}
#moreServices .card {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  max-width: 300px;
  margin: 20px auto;
}
#moreServices .card .card-body {
  padding: 10px;
  background-color: #fff;
  min-height: inherit;
}
@media (min-width: 768px) {
  #moreServices .card .card-body {
    min-height: 200px;
  }
}
#moreServices .card .card-body h3 {
  margin-top: 5px;
  font-size: 22px;
  letter-spacing: 0px;
  color: #303030;
}
#moreServices .card .card-body p {
  text-align: left;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0px;
  color: #303030;
}
#moreServices .card a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 25px 0;
  font-size: 20px;
  background-color: #3071A9;
}
#moreServices .card a:hover {
  text-decoration: none;
}
