/* Start Landing Page Styles */

.d-flex-centered {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-hr {
    border: .5px solid black;
}

.ad-top-billboard {
    width: 100%;
    display: block;
}

.landing-page-container {
    margin: 0px auto 0px;
}

.column-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.leftCol {
    width: 250px;
    padding: 0px 5px;
    background: url(../images/site/bg-grid.png) center 0 fixed;
}

.left-col-title {
    text-align: center;
    font-family: "Century Gothic", "Gill Sans", "Gill Sans MT", Lato, Calibri, sans-serif;
}

.left-col-links {
    display: flex;
    flex-direction: column;
}

.blue-bg-link, .red-bg-link {
    padding: 11px 0px !important;
    font: bold 14px Arial;
    color: white;
    margin-bottom: 13px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.blue-bg-link {
    background: #00020d url(/images/site/titlebar.png) repeat-x center left;
}

.red-bg-link {
    background: #00020d url(/images/site/titlebar-sub.png) repeat-x center left;
}

.left-col-links a:hover {
    color: white;
    text-decoration: none;
}

.rightCol {
    width: 769px;
    padding: 0 5px;
}

.why-choose-us-section {
    padding: 30px 0px 30px 15px;
    border-bottom: 1px solid black;
}

.section-red-title {
    font-family: "Century Gothic", "Gill Sans", "Gill Sans MT", Lato, Calibri, sans-serif;
    color: #A70303;
    font-size: 1.7em;
}

.why-choose-list {
    list-style: none;
    font-weight: 600;
    color: #a70303;
}

.why-choose-list-item {
    padding: 10px 0;
}

.why-choose-details {
    font-size: 15px;
    color: black;
}

.why-us-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.why-us-red-link {
    margin-top: 0!important;
    margin-right: 10px;
}

.why-us-blue-link, .why-us-red-link {
    padding: 11px 10px !important;
}

.list-items-bottom-border {
    border-bottom: 1px solid black;
}

.fa-check-circle {
    font-size: 18px!important;
}

.how-it-works-section {
    padding: 30px 0px 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how-it-works-title {
    text-align: center;
}

.how-sub-title {
    color: black;
    text-decoration: underline;
}

.how-it-works-column {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    text-align: center;
}

.how-it-works-icon {
    font-size: 60px;
    margin-bottom: 10px;
}

.how-it-works-button-cont {
    width: 50%;
}

.cta-section {
    padding: 30px 0px 10px 15px;
}

.cta-section-button-col {
    padding: 20px 0 0 0;
}

.custom-footer {
    font-family: "Century Gothic", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    text-align: center;
    padding: 8px 0px 0px 0px;
    font-size: 13px;
}

.custom-footer-copyright {
    color: #949aa3;
    margin-bottom: 0px;
}

.custom-footer-link {
    text-decoration: underline;
}

.custom-footer-link:hover {
    text-decoration: none;
}

@media screen and (min-width: 996px) {
    .alt-logo {
        display: none;
    }
    
    .landing-page-container {
        width: 1000px;
    }
    
    .contact-hours-alt {
        display: none;
    }
}

@media screen and (max-width: 995px) {
    .contact-hours {
        display: none;
    }
    
    .main-logo {
        display: none;
    }
    
    .column-row {
        flex-direction: column!important;
        align-items: center;
    }
    
    .rightCol, .leftCol, .top-banner-img, .banner-img, .how-it-works-row, .landing-page-header, .cta-section-row, .why-choose-buttons-container {
        width: 100%;
    }
    
    .left-col-contact {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    
    .contact-title, .contact-hr {
        display: none;
    }
    
    .rightCol {
        padding: 0;
    }
}

@media screen and (max-width: 700px) {
    .how-it-works-row {
        flex-direction: column;
        align-content: center;
    }
    
    .how-it-works-col-container {
        max-width: 100%;
        width: 100%;
    }
    
    .how-it-works-column {
        padding: 5px;
    }
    
    .how-it-works-title {
        margin-bottom: 30px;
    }
    
    .cta-section-row {
        flex-direction: column;
        align-content: center;
        text-align: center;
    }
    
    .cta-section {
        text-align: center;
    }
    
    .cta-section-button-col, .cta-section-text-col {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .why-choose-us-section, .how-it-works-section, .cta-section {
        padding: 30px 0px 30px 5px;
    }
}

@media screen and (max-width: 450px) {
    .why-us-links {
        flex-direction: column;
    }
    .why-us-red-link {
        margin-right: 0px!important;
    }
}

/* Start General Default Styles */

.inactive {
  display: none;
}

.margin-auto {
  margin: 0 auto;
}

body {
  background: url("/images/site/plan-center-nw-background.jpg");
}

.row.no-gutters .grid-box {
  padding: 0 15px;
}

@-webkit-keyframes bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}
@-moz-keyframes bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}
@keyframes bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}
/*** General Button Styles ***/
.button-container {
  display: inline-block;
  margin: 10px 10px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 2px;
  height: 45px;
  width: 200px;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.button-container .flipper {
  transition: all 0.5s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.button-container .flipper:hover .button.front {
  background-color: #62bec1;
  border-color: #62bec1;
}
.button-container .flipper:hover .button.back {
  background-color: #62bec1;
  border-color: #62bec1;
}
.button-container .button {
  height: 45px;
  width: 200px;
  border-radius: 3px;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-shadow: 1px 2px 4px -1px rgba(60, 60, 60, 0.64);
  box-shadow: 1px 2px 4px -1px rgba(60, 60, 60, 0.64);
}
.button-container .button i.fa {
  color: white;
  font-size: 35px;
  margin: auto;
  text-shadow: 0.5px 1px 2px #343a40;
}
.button-container .button.front {
  z-index: 10;
  text-transform: uppercase;
  font-size: 15px;
  color: white;
  text-align: center;
  background-color: #87bcde;
  border-color: #87bcde;
}
.button-container .button.back {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #87bcde;
  border-color: #87bcde;
}

/* --------------------------------
			3D-Flip
-------------------------------- */
.button-flip3d-vertical1 .flipper-flip3d-vertical1 {
  transform-origin: 100% 22.5px;
}
.button-flip3d-vertical1 .front {
  transform: translateZ(22.5px);
}
.button-flip3d-vertical1 .back {
  -webkit-transform: rotateX(90deg) translateZ(22.5px);
  -ms-transform: rotateX(90deg) translateZ(22.5px);
  transform: rotateX(90deg) translateZ(22.5px);
}
.button-flip3d-vertical1:hover .flipper-flip3d-vertical1 {
  transform: rotateX(-90deg);
}

.button-flip3d-vertical2 .flipper-flip3d-vertical2 {
  transform-origin: 100% 22.5px;
}
.button-flip3d-vertical2 .front {
  transform: translateZ(22.5px);
}
.button-flip3d-vertical2 .back {
  -webkit-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(22.5px);
  -ms-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(22.5px);
  transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(22.5px);
}
.button-flip3d-vertical2:hover .flipper-flip3d-vertical2 {
  transform: rotateX(90deg);
}

.bouncy {
  position: relative;
  animation: bouncy 5s linear infinite alternate;
}

.btn-custom {
  color: #fff;
  background-color: #87bcde;
  border-color: #87bcde;
}
.btn-custom:hover {
  background-color: #62bec1;
  border-color: #62bec1;
}

.hex-body-container {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hex-body-container .hex-body {
  width: 50%;
  background-color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.hex-container {
  width: 235px;
  height: 235px;
  position: relative;
  overflow: hidden;
}
.hex-container .hex-img {
  width: 290px;
  height: 290px;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.hex-container .hex-img.hex-img-one, .hex-container .hex-img.hex-img-two, .hex-container .hex-img.hex-img-three, .hex-container .hex-img.hex-img-four {
  background-size: 310px;
  background-position: center;
}
.hex-container .hex-img.hex-img-one {
  background-image: url("/images/site/images.png");
}
.hex-container .hex-img.hex-img-two {
  background-image: url("/images/site/images.png");
}
.hex-container .hex-img.hex-img-three {
  background-image: url("/images/site/images.png");
}
.hex-container .hex-img.hex-img-four {
  background-image: url("/images/site/images.png");
}
.hex-container .hex-img .hex-span {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: white;
  width: 230px;
  height: 230px;
  text-align: center;
  transition: all 0.6s linear 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hex-container .hex-img .hex-span h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  text-shadow: 1px 1px 5px black;
}
.hex-container .hex {
  position: absolute;
  transition: all 0.6s linear;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.hex-container .hex .hex-one, .hex-container .hex .hex-two {
  width: 370px;
  height: 370px;
  transition: all 0.6s linear;
  position: absolute;
  border: 100px solid white;
  left: 50%;
  top: 50%;
}
.hex-container .hex .hex-one {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hex-container .hex .hex-two {
  transform: translate(-50%, -50%);
}
.hex-container:hover .hex-img .hex-span {
  background-color: #4842424d;
}
.hex-container:hover .hex {
  transform: rotate(67.5deg);
}
.hex-container:hover .hex .hex-one, .hex-container:hover .hex .hex-two {
  width: 410px;
  height: 410px;
}

@media screen and (max-width: 918px) {
  .hex-body-container {
    flex-direction: column;
  }
  .hex-body-container .hex-body {
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .hex-body-container .hex-body {
    flex-direction: column;
  }
}
.card-deck {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.card-deck .card.num-of-col-4 {
  max-width: 23%;
  margin: 15px;
  min-width: 300px;
  width: 100%;
  flex: auto;
}
.card-deck .card img {
  max-width: 100%;
}

footer#footer-distributed {
  background: #343a40;
  color: #cfccd6;
}
footer#footer-distributed .footer-start-top {
  display: flex;
  padding: 30px 0;
}
footer#footer-distributed .footer-start-top > div {
  flex: 1 1 20%;
}

.contact-info li {
  margin-bottom: 1.5rem;
  display: flex;
}
.contact-info .contact-info-icon {
  margin-right: 1em;
  font-size: 1.5em;
}
.contact-info .contact-info-copy a {
  color: #87bcde;
  transition: all 0.2s ease-out;
}
.contact-info .contact-info-copy a:hover {
  color: #62bec1;
}

.map-container iframe#footer-company-location {
  width: 100%;
  height: 100%;
  padding: 0;
}

#siteMapAndLogo {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#siteMapAndLogo h3 {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #cfccd6;
}
#siteMapAndLogo #footer-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
#siteMapAndLogo #footer-links a {
  padding: 6px 15px;
  margin: 0 5px;
  border-radius: 12px;
  display: block;
  color: #87bcde;
  white-space: nowrap;
  transition: all 0.2s ease-out;
}
#siteMapAndLogo #footer-links a:hover {
  text-decoration: none;
  color: #62bec1;
}

#footer-site-information {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#footer-site-information .Address-and-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#NewsLetterSignUp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footercp {
  display: block;
  width: 100%;
  padding: 2px 10px;
}
.footercp::after {
  clear: both;
  content: " ";
  display: block;
}
.footercp .copyright {
  float: left;
}
.footercp .poweredby {
  float: right;
}
.footercp * p {
  margin: 0;
}
.footercp * p a {
  color: #87bcde;
}
.footercp * p a:hover {
  text-decoration: none;
  color: #62bec1;
}

@media screen and (max-width: 991px) {
  div#siteMapAndLogo {
    width: 100%;
    padding: 10px 20px;
  }

  div#NewsLetterSignUp {
    width: 100%;
    padding: 10px 20px;
  }

  div#footer-site-information {
    width: 100%;
    padding: 10px 20px;
  }

  iframe#footer-company-location {
    width: 85%;
  }
}
@media screen and (max-width: 500px) {
  .footer-start-top {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.navbar-color-new .navbar-brand {
  color: #62bec1;
}
.navbar-color-new .navbar-brand:hover, .navbar-color-new .navbar-brand:focus {
  color: #62bec1;
}
.navbar-color-new .navbar-nav .nav-link {
  color: #87bcde;
}
.navbar-color-new .navbar-nav .nav-link:hover, .navbar-color-new .navbar-nav .nav-link:focus {
  color: #62bec1;
}
.navbar-color-new .navbar-nav .show > .nav-link,
.navbar-color-new .navbar-nav .active > .nav-link,
.navbar-color-new .navbar-nav .nav-link.show,
.navbar-color-new .navbar-nav .nav-link.active {
  color: #62bec1;
}
.navbar-color-new .navbar-toggler {
  color: #87bcde;
}
.navbar-color-new .navbar-text {
  color: #87bcde;
  text-shadow: 2px 2px 2px white;
}
.navbar-color-new .navbar-text a {
  color: #62bec1;
}
.navbar-color-new .navbar-text a:hover, .navbar-color-new .navbar-text a:focus {
  color: #62bec1;
}

.dropdown-item {
  color: #87bcde;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #87bcde, 10%;
  background-color: #62bec1;
}
.dropdown-item.active, .dropdown-item:active {
  color: #87bcde, 10%;
  background-color: #62bec1;
}

.page-title-and-text {
  padding: 20px;
  border-radius: 20px;
}
.page-title-and-text .page-title, .page-title-and-text .page-text {
  width: 100%;
  color: #010400;
  padding: 0 20px;
}
.page-title-and-text .page-title *, .page-title-and-text .page-text * {
  margin: 0;
}
.page-title-and-text .page-title {
  text-align: right;
}
.page-title-and-text .page-title * {
  font-weight: bolder;
}

.header-cell {
  overflow: hidden;
}

.price, .total, .quantity {
  text-align: right;
}

.quantity {
  line-height: 0.1;
  border-bottom: 1px solid black;
}

.cart-totals, .cart-container, .cart-links {
  padding: 5px 15px;
  border-radius: 20px;
}

.cart-p-image {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.checkout-form-margin {
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
