/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.p3rd {
  width: 32.3%;
  min-width: 386px;
  /* padding-top: 100%; */
}
.p40p {
  width: 45%;
  margin: 10px .9% !important;
}
.p40p .product-shell {
  padding-top: 75%;
}
.p100p {
  width: 100%;
}
.p100p .product-shell {
  padding-top: 32.3%;
}
.product-shell {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px #afb4b5;
}
.product-header {
  position: absolute;
  top: 0;
  width: 100%;
}
.price-block {
  position: absolute;
  right: 0;
  width: 105px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0485c9;
  padding-right: 20px;
  white-space: nowrap;
}
.price-inner {
  color: #ffffff;
  font-weight: 400;
}
.ala {
  display: block;
  font-size: 14px;
  line-height: .9;
  letter-spacing: 1px;
}
.sign {
  font-size: 20px;
}
.dollars {
  margin-left: -3px;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
}
.price > span, .price > div {
  display: inline-block;
  vertical-align: middle;
}
.price-details {
  margin-left: -3px;
}
.price-details > span {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.price-details > span.extra {
  font-size: 13px;
}
.arrow-left {
  position: absolute;
  right: 125px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 71px solid transparent;
  border-right:61px solid #0485c9;
}
.product-name {
  width: 100%;
  min-height: 81px;
  text-align: left;
}
.product-name span {
  display: block;
  padding: 20px 165px 0 10px;
  color: #0485c9;
  font-weight: 400;
  font-size: 16px;
}

.p100p .product-name span {
  font-size: 18px;
}
.surcharge {
  width: 100%;
  text-align: right;
}
.surcharge span {
  display: block;
  color: #0485c9;
  font-weight: 400;
  font-size: 15px;
  padding-right: 10px;
}

.product-title {
  color: #0485c9;
}
.justify-space-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.p-tech-logo {
  position: absolute;
  width: 179px;
  height: 30px;
  top: 20px;
  left: 20px;
}
.coming-soon {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 20px;
  left: 20px;
}
.notice {
  font-weight: 400;
  font-size: 13px;
}
table.pricing-table {
  margin-top: 16px;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.pricing-table th {
  color: #0485c9;
  font-weight: 400;
}
.pricing-table tr th, .pricing-table tr td {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 6px;
}
.pricing-table tr th:last-of-type, .pricing-table tr td:last-of-type {
  border-right: 0;
}
.pricing-table tr:last-of-type th, .pricing-table tr:last-of-type td {
  border-bottom: 0;
}
.pricing-table a {
  color: #000000;
  text-decoration: none;
}
.pricing-table a:hover {
  color: #000000;
  text-decoration: underline;
}
.fifty-fifty > div{
  width: 49%;
}
.thirty-thirty > div{
  width: 32.3%;
}
.p66p {
  width: 66.15%;
}
.p66p .product-shell {
  padding-top: 48.8%;
}
.lady-bg {
  background-image: url('../img/lady-bg.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 75.53%;
  padding-bottom: 0;
}
.lady-bg .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
h1, h2 {
  color: #0066ff;
  font-size: 32px;
  font-weight: 700;
}
h3 {
  color: #011e55;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 2px;
}
h4 {
  color: #0066ff;
  font-size: 22px;
  font-weight: 700;
  margin: 10px auto 0;
}
h5 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 30px;
}
p {
  font-weight: 400;
  margin-top: 0;
  font-size: 16px;
}
.container p:last-of-type {
  margin-bottom: 0;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.bg-pale-blue {
  background-color: #e5f5f8;
}
img {
  width: 100%;
  max-width: 100%;
}
.divider img {
  width: auto;
}
section {
  padding: 40px 30px;
}
.mid-banner {
  border-bottom: 10px solid #ffffff;
}
.shadow {
  box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}
.circle {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  padding: 6px;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  border-radius: 50%;
  margin:0 6px 0;
}
.p-0 {padding: 0;}
.plr-0 {padding-left: 0;padding-right: 0;}
.plr-30 {padding-left: 30px;padding-right:30px;}
.ptb-0 {padding-top: 0;padding-bottom: 0;}
.m-0 {margin: 0;}
.mt-0 {margin-top: 0;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.divider {
  padding: 0;
}
.blue-white {
  background: linear-gradient(to bottom, #e2f4fd 50%, #ffffff 50%);
}
.white-blue {
  background: linear-gradient(to bottom, #ffffff 50%, #e2f4fd 50%);
}
.purple {background-color: #702d7e;}
.blue {background-color: #0451a5;}
.green {background-color: #40ae49;}
.yellow {background-color: #f8e910;}
.pink {background-color: #ed98c1;}
.gray {background-color: #98999a;}
.red {background-color: #d2232a;}
.brown {background-color: #64513d;}
.orange {background-color: #fdba31;}
p.bed-components {font-size: 18px;}
.btn {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.btn img {max-width: 220px;}
.btn:hover {opacity: .9;}
.social {
  width: 35px;
  margin-left: 4px;
}
.social-footer a{
  margin: 10px 6px;
  display: inline-block;
}

.footer {
  background-color: #1b355e;
  padding:30px 40px;
  color:#FFF;
}

.ft-logo {
  width: 369px;
}

p.ft-copy{
  font-size: 12px;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 4px;
}

p.ft-copy a {
  display: inline-block;
  font-size: 14px;
}

.footer-logo {
  margin-bottom: 20px;
}

ul.ft-copy{
  margin-top:0;
  padding-left:16px;
  font-size: 12px;
  line-height: 16px;
}

p.ft-copy a {
  color:#FFFFFF;
  text-decoration: none;
}
.logo-row {
  text-align: center;
  padding: 10px 0;
}
.logo-row img {
  max-width: 220px;
}
.hm {
  display: none;
}
.mb-0 {
  margin-bottom: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.product {
  margin: 10px 0;
}
.justify-center {
  justify-content: center;
}
.titles {
  background-color: #ffffff;
  padding: 60px 10px 30px;
}
ul.product-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.product-list a, .product-list li {
  color: #000000;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
  text-decoration: none;
}
.product-list a:hover {
  text-decoration: underline;
}
.product-image {
  background-color: #ffffff;
  padding: 2px;
  box-shadow: 0px 0px 8px #afb4b5;
}
.list-flex ul {
  width: 50%;
}
.mb-10 {
  margin-bottom: 10px;
}

@media (max-width:1260px) {
  .p66p {
    width: 60.15%;
  }
  .p66p .product-shell {
    padding-top: 0;
    height: 386px;
  }
}
@media (max-width:1048px) {
  .p66p {
    width: 790px;
    max-width: 100%;
    margin: 10px auto;
  }
}

@media (max-width:1020px) {
  .p100p .product-shell {
    padding-top: 40%;
  }
}

@media (max-width:991px) {
  .fifty-fifty > div, .thirty-thirty > div {
    width: 100%;
  }
}

@media (min-width:768px) {
  .hm {
    display: inline-block;
  }
  h1, h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 23px;
  }
  .pb-0 {padding-bottom: 0;}
  section {
    padding: 50px 40px;
  }
  img {
    width: auto;
    max-width: 100%;
  }
  .btn img {max-width: 100%;}
  .logo-row {
    text-align: center;
    padding: 20px 0;
  }
  .logo-row img {
    max-width: 300px;
  }
  .ft-row {
    display: flex;
    justify-content: space-between;
  }
  .container {
    width: 1200px;
    max-width: 100%;
  }
  p {
    font-size: 22px;
  }
  .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
  .justify-center {
    justify-content: center;
  }
  .two-col > div{
    width: 47%;
    max-width: 47%;
    min-width: 47%;
  }
  .two-col > .sixty {
    width: 53%;
    max-width: 53%;
    min-width: 53%;
  }
  .two-col > .forty {
    width: 41%;
    max-width: 41%;
    min-width: 41%;
  }
  .three-col {
  }
  .three-col > div {
    width: 29%;
    max-width: 29%;
    min-width: 29%;
  }
  .three-col > div:nth-child(2) {
    margin-top: 50px;
    width: 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .mw-50 {max-width: 50%;}
  .w-25p {
    width: 25%;
  }
}
@media (max-width:767px) {
  .mt-40-m {
    margin-top: 40px;
  }
  .mb-40-m {
    margin-bottom: 40px;
  }
  .wrap-reverse {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .wrap-reverse > div {
    width: 100% !important;
  }
  .social-footer {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer {
    padding: 30px 30px 50px;
  }
  .mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .titles img{
    max-height: 50px;
    width: auto;
  }
  .mb-30 {
    margin-bottom: 0;
  }
  .container .product:first-of-type {
    margin-top: 0;
  }
  .container .product:last-of-type {
    margin-bottom: 0;
  }
  .product {
    margin: 30px 0;
  }
  .list-flex ul {
    width: 100%;
  }
  .p3rd {
    min-width: auto;
  }
  .p3rd, .p40p {
    width: 100%;
    margin: 10px auto 30px !important;
  }
  .container .p3rd:last-of-type {
    margin-bottom: 10px !important;
  }
  .pricing-table tr td:first-of-type, .pricing-table tr th:first-of-type {
    width: 120px;
  }
  table.pricing-table {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .product-shell {
    padding-top: 75%;
    background-size: 75%;
  }
  .p-tech-logo {
    width: 135px;
    height: 23px;
  }
  .surcharge span {
    font-size: 12px;
  }
  h3 {
    font-size: 15px;
  }
  .product-list a, .product-list li {
    font-size: 16px;
  }
  .p100p .product-name span {
    font-size: 14px;
  }
  .product-name span {
    font-size: 13px;
  }
  .product-name {
    min-height: 60px;
  }
  .ala {
    font-size: 12px;
  }
  .dollars {
    font-size: 26px;
  }
  .sign {
    font-size: 16px;
  }
  .price-details > span {
    font-size: 13px;
  }
  .price-details > span.extra {
    font-size: 11px;
  }
  .arrow-left {
    border-bottom: 54px solid transparent;
    border-right: 54px solid #0485c9;
  }
  .price-block {
    height: 54px;
  }

}
