input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

.gfield input[type=text], .gfield select {
  color: #3c3c3c !important;
  font-size: 18px !important;
  font-weight: 400;
  border: 1px solid #3c3c3c !important;
  width: 100% !important;
  border-radius: 4px !important;
  line-height: 1;
  height: 50px !important;
  padding: 5px 15px !important; }

.gform_wrapper .validation_error, .gform_wrapper .validation_message {
  color: red; }

.ginput_container {
  margin: 0 0 15px; }

.gform_heading {
  margin-bottom: 20px; }

.gform_heading .gform_title {
  font-size: 34px;
  margin-bottom: 10px; }

.gform_heading .gform_description {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4; }

.ginput_complex span {
  display: block;
  margin-bottom: 15px; }

@media screen and (min-width: 640px) {
  .ginput_complex .ginput_left, .ginput_complex .ginput_right {
    display: inline-block; }
  .ginput_left, .ginput_right {
    display: inline-block;
    width: 50%;
    padding-right: 0.5rem; }
  .ginput_right {
    padding-left: 0.5rem;
    padding-right: 0; } }

.button, .gform_wrapper button, .gform_wrapper .button, .gform_wrapper button:hover, .gform_wrapper .button:hover, .gform_wrapper .gform_page_footer .button.gform_next_button {
  font-family: 'Lato', 'prelosemibold', Helvetica, Roboto, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
  background-color: #e5714f;
  border-radius: 50px !important;
  padding: 15px 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .button:hover, .button:focus, .gform_wrapper button:hover, .gform_wrapper button:focus, .gform_wrapper .button:hover, .gform_wrapper .button:focus, .gform_wrapper button:hover:hover, .gform_wrapper button:hover:focus, .gform_wrapper .button:hover:hover, .gform_wrapper .button:hover:focus, .gform_wrapper .gform_page_footer .button.gform_next_button:hover, .gform_wrapper .gform_page_footer .button.gform_next_button:focus {
    background-color: #003287; }

.row {
  max-width: 1800px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.section-title {
  font-family: 'Roboto', 'prelosemibold', arial, sans-serif;
  color: #333;
  font-weight: 700;
  font-size: 44px;
  text-align: center;
  margin-bottom: 40px; }
  @media only screen and (max-width: 640px) {
    .section-title {
      font-size: 32px; } }

.section-subtitle {
  font-family: 'Roboto', 'prelosemibold', arial, sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 26px;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    .section-subtitle {
      font-size: 24px; } }

.section-content h3 {
  font-family: 'Roboto', 'prelosemibold', arial, sans-serif;
  color: #333;
  font-size: 42px !important;
  font-weight: 700;
  text-align: left !important;
  text-transform: none !important;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 640px) {
    .section-content h3 {
      font-size: 32px !important;
      text-align: center !important; } }

.section-content p {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem; }

.section-content .button {
  min-width: 250px;
  margin: 5px 0 0 !important; }
  @media only screen and (max-width: 640px) {
    .section-content .button {
      width: 100%;
      min-width: auto;
      margin: 15px 0 !important; } }

.improve-backyard {
  margin: 80px 0 100px; }
  @media only screen and (max-width: 640px) {
    .improve-backyard {
      margin: 40px 0; } }
  .improve-backyard img {
    padding: 0 !important; }
  .improve-backyard p:empty {
    display: none; }
  .improve-backyard__wrap {
    margin: -15px; }
    .improve-backyard__wrap .improve-backyard__item {
      width: calc(50% - 30px);
      margin: 15px; }
      @media only screen and (max-width: 640px) {
        .improve-backyard__wrap .improve-backyard__item {
          width: 100%; } }
  .improve-backyard__item {
    background-size: cover;
    background-position: center;
    padding-top: 28%;
    height: 100%;
    min-height: 200px;
    border-radius: 8px;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 1024px) {
      .improve-backyard__item {
        margin-bottom: 30px;
        height: auto; } }
    @media only screen and (max-width: 640px) {
      .improve-backyard__item {
        padding-top: 50%; } }
    .improve-backyard__item:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%); }
    .improve-backyard__item h4 {
      color: #fff;
      font-size: 30px;
      font-weight: 700;
      line-height: 1.2;
      text-transform: uppercase;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      margin: 20px 0;
      text-align: center; }
      @media only screen and (max-width: 640px) {
        .improve-backyard__item h4 {
          font-size: 24px; } }
  .improve-backyard__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }

.pool-maintenance {
  min-height: 750px;
  padding: 50px 0;
  background-size: cover;
  background-position: center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 640px) {
    .pool-maintenance {
      min-height: 500px; } }
  .pool-maintenance img {
    padding: 0 !important; }
  .pool-maintenance p:empty {
    display: none; }
  .pool-maintenance__box {
    max-width: 750px;
    background-color: rgba(255, 255, 255, 0.88);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    padding: 100px;
    margin: 0 0 0 auto; }
    @media only screen and (max-width: 768px) {
      .pool-maintenance__box {
        padding: 50px; } }
    @media only screen and (max-width: 640px) {
      .pool-maintenance__box {
        padding: 40px 20px; } }
    .pool-maintenance__box p {
      color: #333;
      font-size: 22px;
      font-weight: 600;
      line-height: 1.4; }
      @media only screen and (max-width: 640px) {
        .pool-maintenance__box p {
          font-size: 20px; } }
    .pool-maintenance__box .button {
      margin: 10px 0 0 !important; }

.inground-pools {
  margin: 100px 0; }
  @media only screen and (max-width: 1024px) {
    .inground-pools {
      margin: 50px 0; } }
  .inground-pools > .row {
    padding: 120px 50px;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 1500px) {
      .inground-pools > .row {
        padding: 120px 15px; } }
    @media only screen and (max-width: 1024px) {
      .inground-pools > .row {
        padding: 60px 0; } }
  .inground-pools img {
    padding: 0 !important; }
  .inground-pools p:empty {
    display: none; }
  .inground-pools br {
    display: none; }
  .inground-pools__content {
    max-width: 570px;
    margin: 0 auto; }
    @media only screen and (max-width: 1024px) {
      .inground-pools__content {
        max-width: none;
        text-align: center;
        margin-bottom: 30px; }
        .inground-pools__content h3 {
          text-align: center !important; } }
  .inground-pools__image {
    text-align: center; }
  .inground-pools .button {
    margin: 10px !important; }
    @media only screen and (max-width: 640px) {
      .inground-pools .button {
        margin: 10px 0 !important; } }

.hottub-upgrade {
  min-height: 700px;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 640px) {
    .hottub-upgrade {
      min-height: 500px; } }
  .hottub-upgrade img {
    padding: 0 !important; }
  .hottub-upgrade p:empty {
    display: none; }
  .hottub-upgrade__box {
    max-width: 840px;
    background-color: rgba(255, 255, 255, 0.88);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    text-align: center;
    padding: 100px 50px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .hottub-upgrade__box {
        padding: 50px; } }
    @media only screen and (max-width: 640px) {
      .hottub-upgrade__box {
        padding: 40px 20px; } }
    .hottub-upgrade__box h3 {
      text-align: center !important; }
    .hottub-upgrade__box p {
      color: #333;
      font-size: 22px;
      font-weight: 600;
      line-height: 1.4; }
      @media only screen and (max-width: 640px) {
        .hottub-upgrade__box p {
          font-size: 20px; } }
    .hottub-upgrade__box .button {
      margin: 10px 0 0 !important; }

.perfect-hottub {
  margin: 100px 0 120px; }
  @media only screen and (max-width: 1024px) {
    .perfect-hottub {
      margin: 60px 0; } }
  .perfect-hottub img {
    padding: 0 !important; }
  .perfect-hottub p:empty {
    display: none; }
  .perfect-hottub__image {
    height: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 1024px) {
      .perfect-hottub__image {
        padding-bottom: 50%; } }
  .perfect-hottub .gform_wrapper {
    background-color: #f7f8fa;
    width: 100%;
    margin: 0 auto;
    padding: 100px 10px;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .perfect-hottub .gform_wrapper {
        padding: 50px 10px; } }
    .perfect-hottub .gform_wrapper form {
      margin: 0; }
    .perfect-hottub .gform_wrapper input[type=text] {
      width: 100% !important;
      color: #06030c !important; }
    .perfect-hottub .gform_wrapper .gform_body {
      max-width: 450px;
      margin: 0 auto; }
      .perfect-hottub .gform_wrapper .gform_body label {
        color: #06030c;
        font-size: 20px;
        font-weight: 600; }
    .perfect-hottub .gform_wrapper .ginput_container {
      margin: 0; }
    .perfect-hottub .gform_wrapper .gfield_radio {
      display: inline-block;
      max-width: 100% !important;
      margin: 15px 0 !important; }
      .perfect-hottub .gform_wrapper .gfield_radio li {
        padding: 0; }
    .perfect-hottub .gform_wrapper .gfield_checkbox {
      display: inline-block;
      margin: 15px 0; }
      .perfect-hottub .gform_wrapper .gfield_checkbox li {
        border: none;
        margin-top: 0;
        width: auto; }
    .perfect-hottub .gform_wrapper .gf_page_steps,
    .perfect-hottub .gform_wrapper .gform_heading {
      display: none; }
    .perfect-hottub .gform_wrapper .gform_page_footer {
      margin: 10px 0 5px 0;
      padding: 0; }
      .perfect-hottub .gform_wrapper .gform_page_footer .button {
        min-width: 180px;
        margin: 5px !important; }
        @media only screen and (max-width: 640px) {
          .perfect-hottub .gform_wrapper .gform_page_footer .button {
            min-width: auto;
            width: 100%; } }
  .perfect-hottub ul.gform_fields.top_label li h3 {
    color: #333;
    font-size: 36px;
    line-height: 1.2;
    text-transform: none;
    padding: 0;
    margin-bottom: 15px; }
    @media only screen and (max-width: 640px) {
      .perfect-hottub ul.gform_fields.top_label li h3 {
        font-size: 26px; } }
  .perfect-hottub .gfield_checkbox input, .perfect-hottub .gfield_radio input {
    display: none; }
    .perfect-hottub .gfield_checkbox input:checked ~ label:before, .perfect-hottub .gfield_radio input:checked ~ label:before {
      background-color: #e5714f;
      border-color: #e5714f; }
    .perfect-hottub .gfield_checkbox input:checked ~ label:after, .perfect-hottub .gfield_radio input:checked ~ label:after {
      display: block; }
  .perfect-hottub .gfield_checkbox label, .perfect-hottub .gfield_radio label {
    width: auto;
    display: inline-block !important;
    position: relative;
    margin: 0 0 10px 0 !important;
    cursor: pointer;
    padding-left: 40px; }
    .perfect-hottub .gfield_checkbox label:before, .perfect-hottub .gfield_radio label:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 24px;
      width: 24px;
      background-color: #fff;
      border: 1px solid #707070;
      border-radius: 50%; }
    .perfect-hottub .gfield_checkbox label:after, .perfect-hottub .gfield_radio label:after {
      content: "";
      position: absolute;
      display: none;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 8px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white; }
    .perfect-hottub .gfield_checkbox label:hover:before, .perfect-hottub .gfield_radio label:hover:before {
      background-color: #ccc; }
  .perfect-hottub .gfield_checkbox label:before {
    border-radius: 0; }
  .perfect-hottub .gfield_checkbox label:after {
    left: 9px;
    top: 7px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: transparent; }

.pool-perfection {
  min-height: 650px;
  padding: 50px 0 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media only screen and (max-width: 640px) {
    .pool-perfection {
      min-height: 500px; } }
  .pool-perfection img {
    padding: 0 !important; }
  .pool-perfection p:empty {
    display: none; }
  .pool-perfection h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px; }
    @media only screen and (max-width: 640px) {
      .pool-perfection h1 {
        font-size: 48px;
        text-align: center; } }

/* Footer */
.icons {
  padding-top: 4rem;
  padding-bottom: 2rem; }

@media only screen and (max-width: 640px) {
  .icons {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

.icons p:empty {
  display: none; }

.icons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (max-width: 1024px) {
  .icons__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.icons__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 1rem;
  width: 100%;
  max-width: calc(1440px / 5);
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.icons__content:hover {
  background-color: #e5714f; }

@media only screen and (max-width: 640px) {
  .icons__content {
    border-bottom: 1px solid #0164a7;
    max-width: none;
    padding: 1rem 0; }
  .icons__content:last-child {
    border-bottom: 0; } }

.icons__content img {
  height: 75px;
  width: 75px;
  margin-bottom: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain; }

@media only screen and (max-width: 640px) {
  .icons__content img {
    display: none; } }

.icons__content .title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase; }

footer.footer-custom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#013472), to(#010c1a));
  background-image: -webkit-linear-gradient(top, #013472 0%, #010c1a 100%);
  background-image: -o-linear-gradient(top, #013472 0%, #010c1a 100%);
  background-image: linear-gradient(180deg, #013472 0%, #010c1a 100%);
  padding: 0;
  color: #fff; }

@media only screen and (max-width: 1024px) {
  .footer-custom__map {
    margin-top: 3rem; } }

.footer-custom__map iframe {
  width: 100%; }

.footer-custom__top {
  padding-top: 3rem;
  padding-bottom: 5rem; }

@media only screen and (max-width: 1024px) {
  .footer-custom__top {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem; } }

.footer-custom__top h3 {
  margin-bottom: 0.6rem;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700; }

.footer-custom__top p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 2rem; }

.footer-custom__top p:last-child {
  margin-bottom: 0; }

.footer-custom__top a {
  color: #ffda31 !important;
  font-weight: 600;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.footer-custom__top a:hover {
  color: #e5714f !important; }

.footer-custom__bottom {
  background-color: #013472;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem; }

.footer-custom__bottom .footer-custom__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (max-width: 1024px) {
  .footer-custom__bottom .footer-custom__bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.footer-custom__bottom .footer-custom__bottom-wrapper p {
  margin-bottom: 0; }

.footer-custom__bottom .social-button {
  margin: unset; }

@media only screen and (max-width: 1024px) {
  .footer-custom__bottom .social-button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #00426f;
    width: 100%; } }

@media only screen and (max-width: 1024px) {
  .footer-custom__copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center; } }

.footer-custom__copyright img {
  margin-top: -3px; }

/* Mobile Header */
div.mobile.nav #nav-toggle span, div.mobile.nav #nav-toggle span:before, div.mobile.nav #nav-toggle span:after {
  background: #e5714f; }

body div.mobile.nav header.mobile {
  height: 100px !important;
  margin: 0 !important;
  padding: 5px 10px;
  background-color: #fff !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

div.mobile.nav #nav-toggle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

div.mobile.nav #nav-toggle.active {
  position: absolute;
  float: none;
  margin: 0; }

div.mobile.nav header h1 {
  height: auto !important;
  margin: 0 !important; }

div.mobile.nav header h1 a {
  font-size: 0;
  height: 70px !important;
  width: auto !important;
  margin: 0; }

/* div.mobile.nav nav.mobile.nav {
  position: absolute;
  top: 0px;
  left: auto;
  right: 0;
  width: 100%;
  height: calc(100vh - 80px);
  overflow-x: hidden;
  min-width: auto;
  background-color: #fff; } */

div.mobile.nav nav.mobile.nav:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 15px;
  height: 100%;
  background-color: #222;
  opacity: 0.57; }

div.mobile.nav ul li {
  border: none;
  text-align: left;
  background-color: #fff; }

div.mobile.nav ul li.specials > a {
  color: #fff !important;
  background-color: #e5714f; }

div.mobile.nav ul li a {
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.7em !important;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

div.mobile.nav ul li ul li a {
  font-size: 18px; }

div.mobile.nav ul.utilities li a {
  font-size: 18px;
  text-transform: none; }

div.mobile.nav ul li .show-sub {
  font-size: 32px;
  line-height: 1;
  width: 50px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

div.mobile.nav ul li .hide-sub {
  background-color: #013472 !important;
	color: #fff;
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 0.8em;
  border: none;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

div.mobile.nav ul li .hide-sub i {
  font-size: 32px;
  margin-right: 20px; }

div.mobile.nav ul li .sub-menu {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

div.mobile.nav ul li .sub-menu.active {
  left: 0; }

div.mobile.nav ul:first-of-type li a:first-of-type {
  border-top: none; }

/* Mobile Header End*/
@media screen and (max-width: 991px) {
  .header-8 .cart-search-combo {
    padding: 0;
    margin: 0; } }

.header-8 .cart-search-combo a {
  color: #0073c2 !important; }

@media screen and (max-width: 991px) {
  .header-8 .cart-search-combo a {
    color: #013472 !important; } }

.header-8 .cart-search-combo a:focus, .header-8 .cart-search-combo a:hover {
  color: #013472 !important; }

@media screen and (max-width: 991px) {
  .header-8 .cart-search-combo .the-search-icon {
    font-size: 26px; } }

.header-8 .cart-search-combo .cart {
  font-size: 22px;
  margin: 0 0.5rem;
  display: inline-block;
  position: relative; }

@media screen and (max-width: 991px) {
  .header-8 .cart-search-combo .cart {
    font-size: 30px; }
  .header-8 .cart-search-combo .cart:before {
    display: none; } }

.header-8 .cart-search-combo .cart:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.5rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ccc;
  width: 1px;
  height: 18px; }

.header-8 .cart-search-combo .cart .the-cart-quantity {
  font-size: 8px;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 0;
  right: -5px;
  padding: 0.65em 0.35em;
  border-radius: 50%;
  line-height: 0; }

@media screen and (max-width: 991px) {
  .header-8 .cart-search-combo .cart .the-cart-quantity {
    top: 5px;
    right: -4px; } }

.header-8 div.form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none; }

.header-8 div.form-wrapper div.esc-form {
  width: auto;
  height: auto;
  position: absolute;
  top: 3em;
  right: 3em; }

.header-8 div.form-wrapper .close-search {
  background-color: white;
  color: #013472 !important;
  border: 1px solid white;
  font-size: 28px;
  position: relative;
  top: 0;
  right: 0;
  display: block;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.header-8 div.form-wrapper .close-search:focus, .header-8 div.form-wrapper .close-search:hover {
  color: #e5714f !important; }

.header-8 div.form-wrapper div.goSearch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;
  margin: 0;
  width: 100%;
  max-width: 700px;
  background: transparent;
  height: 65px;
  border-radius: 0;
  z-index: 1; }

.header-8 div.form-wrapper .popup-search-bar {
  width: 100%;
  margin: auto auto;
  background: #fff !important;
  border: 1px solid white;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  padding: 16px;
  border-radius: 5px;
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.header-8 div.form-wrapper div.goSearch input[type=Submit] {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  height: 64px;
  background-color: #013472;
  color: white;
  padding: 10px 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.header-8 div.form-wrapper div.goSearch input[type=Submit]:focus, .header-8 div.form-wrapper div.goSearch input[type=Submit]:hover {
  background-color: #e5714f; }

.w-full {
  width: 100%; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

@media screen and (min-width: 992px) {
  .md\:hidden {
    display: none; } }

.header8 header.desktop.nav {
  padding-bottom: 0; }

.header8 .header-text a,
.header8 .header-text2 a {
  color: #16398b !important;
  font-size: 20px;
  font-weight: 700; }

.header8 .header-text a:hover,
.header8 .header-text2 a:hover {
  color: #e5714f !important; }

@media only screen and (min-width: 1024px) {
  .header8 header h1 {
    width: 295px;
    height: 165px;
    border-radius: 50%;
    margin: -35px auto 0;
    background-color: #fff; }
  .header8 header h1 img {
    padding: 20px; } }

.dsShowcaseMenu-menu {
  background-color: #013472;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.dsShowcaseMenu {
  list-style: none;
  width: 100%;
  margin: 0; }

@media screen and (min-width: 992px) {
  .dsShowcaseMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

.dsShowcaseMenu-wrap {
  display: none;
  position: relative;
  width: 100%; }

@media screen and (min-width: 992px) {
  .dsShowcaseMenu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

.dsShowcaseMenu > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.dsShowcaseMenu > li.specials > a {
  background-color: #e5714f; }

.dsShowcaseMenu > li.specials > a:hover {
  color: #013472 !important;
  background-color: #fff; }

.dsShowcaseMenu > li.open > a {
  color: #013472 !important;
  background-color: #fff; }

.dsShowcaseMenu > li.open > .dsShowcaseSubMenu, .dsShowcaseMenu > li.open > .sub-menu {
  opacity: 1;
  visibility: visible; }

.dsShowcaseMenu > li:not(:last-of-type) > a:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 35px;
  background-color: #fff;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.dsShowcaseMenu > li:not(:last-of-type) > a:hover:after {
  opacity: 0; }

.dsShowcaseMenu > li:not(:last-of-type).open a:after {
  opacity: 0; }

.dsShowcaseMenu > li:last-child > .dsShowcaseSubMenu, .dsShowcaseMenu > li:last-child > .sub-menu {
  right: 0; }

.dsShowcaseMenu > li > a {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.8rem 0.5rem;
  display: block;
  text-align: center;
  position: relative;
  color: #fff !important;
  text-transform: uppercase; }

@media screen and (max-width: 1440px) {
  .dsShowcaseMenu > li > a {
    font-size: 1.25rem; } }

@media screen and (max-width: 1200px) {
  .dsShowcaseMenu > li > a {
    font-size: 1rem; } }

.dsShowcaseMenu > li > a:hover {
  color: #013472 !important;
  background-color: #fff; }

@media screen and (max-width: 991px) {
  .dsMobileMenuInner {
    position: relative; }
  .dsShowcaseMenu li ul {
    opacity: 0;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: -100%;
    z-index: 1; }
  .dsShowcaseMenu .open > ul {
    opacity: 1;
    top: 0; }
  .dsShowcaseMenu nav ul {
    list-style-type: none;
    margin: 0; }
  .dsShowcaseMenu .hide-sub-item {
    color: #fff;
    padding: 0.75rem 1.5rem;
    background-color: #013472;
    display: block;
    text-align: center;
    cursor: pointer; }
  .dsShowcaseMenu .hide-sub-item .hide-sub {
    color: #fff;
    font-size: 1.875rem;
    position: absolute;
    left: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    cursor: pointer;
    margin-top: -5px; }
  .dsShowcaseMenu .show-sub {
    color: #fff;
    font-size: 1.875rem;
    position: absolute;
    right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    cursor: pointer;
    margin-top: -52px; } }

@media screen and (min-width: 992px) {
  .dsShowcaseSubMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.dsShowcaseMenu .sub-menu, .dsShowcaseSubMenu {
  margin: 0;
  list-style-type: none; }

@media screen and (min-width: 992px) {
  .dsShowcaseMenu .sub-menu, .dsShowcaseSubMenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 999;
    padding: 2rem 1rem;
    background-color: #fff;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; } }

.dsShowcaseMenu .sub-menu li, .dsShowcaseSubMenu li {
  margin-bottom: 0.5rem; }

.dsShowcaseMenu .sub-menu li span, .dsShowcaseSubMenu li span {
  color: #000; }

.dsShowcaseMenu .sub-menu li span.hide-sub-item, .dsShowcaseSubMenu li span.hide-sub-item {
  margin-bottom: 0.5rem; }

@media screen and (min-width: 992px) {
  .dsShowcaseMenu .sub-menu li span.hide-sub-item, .dsShowcaseSubMenu li span.hide-sub-item {
    display: none; } }

.dsShowcaseMenu .sub-menu li span.show-sub-item, .dsShowcaseSubMenu li span.show-sub-item {
  font-family: 'prelobold', arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  display: inline-block; }

.dsShowcaseMenu .sub-menu li span.show-sub-item a, .dsShowcaseSubMenu li span.show-sub-item a {
  color: #000 !important; }

.dsShowcaseMenu .sub-menu li span.show-sub-item a:hover, .dsShowcaseSubMenu li span.show-sub-item a:hover {
  color: #e5714f !important; }

.dsShowcaseMenu .sub-menu li a, .dsShowcaseSubMenu li a {
  color: #013472 !important;
  font-size: 1.125rem;
  font-weight: 600; }

.dsShowcaseMenu .sub-menu li a:hover, .dsShowcaseSubMenu li a:hover {
  color: #e5714f !important; }

.dsShowcaseMenu .sub-menu li .list-none, .dsShowcaseSubMenu li .list-none {
  margin: 0;
  list-style-type: none; }

.dsShowcaseMenu .sub-menu li.bolder a, .dsShowcaseSubMenu li.bolder a {
  font-family: 'prelobold', arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000 !important; }

.dsShowcaseMenu .sub-menu li.bolder a:hover, .dsShowcaseSubMenu li.bolder a:hover {
  color: #013472 !important; }

.dsShowcaseMenu .sub-menu li.no-hover > a, .dsShowcaseMenu .sub-menu li.no-hover > span > a, .dsShowcaseSubMenu li.no-hover > a, .dsShowcaseSubMenu li.no-hover > span > a {
  cursor: default; }

.dsShowcaseMenu .sub-menu li.no-hover > a:hover, .dsShowcaseMenu .sub-menu li.no-hover > span > a:hover, .dsShowcaseSubMenu li.no-hover > a:hover, .dsShowcaseSubMenu li.no-hover > span > a:hover {
  color: inherit !important; }

@media screen and (min-width: 992px) {
  .dsShowcaseMenu .sub-menu > li, .dsShowcaseSubMenu > li {
    padding-left: 2rem;
    padding-right: 2rem; } }
