/* Text Elements */

h1.callout-heading {
  margin-bottom: 10px;
  padding-top: 0;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 2.625rem;
}

h1 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

h1.quote {
  margin-bottom: 0;
  padding-top: .3125rem;
  color: #065bee;
  font-size: 2.0625rem;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}

h1.quotes-heading {
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #000;
  font-weight: 300;
  font-variant: small-caps;
  font-size: 1.9375rem;
}

h1.citation {
  color: #065bee;
  font-weight: 400;
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
}

h1#price-copy-1 {
  padding-top: 3.125rem;
  font-size: 1.875rem;
}

h1.section-heading {
  margin-bottom: 10px;
  color: #4d4d4e;
  font-weight: 300;
  font-size: 30px;
}

h1#price-gold-copy-1 {
  color: #e200d6;
}

h1.price-title {
  color: #065bee;
  font-variant: small-caps;
  font-size: 2.0625rem;
}

h1 span.heading-text-1 {
  color: #02284d;
  font-family: 'Amatic SC', cursive;
}

h1.main-heading {
  color: #fff;
  font-variant: small-caps;
  font-size: 2.5rem;
}

h6.price {
  padding-top: 1.875rem;
  text-align: center;
  font-size: 3.125rem;
}

p.paragraph {
  color: #595959;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.dark-parargraph {
  margin-bottom: 1.25rem;
  color: #575757;
}

p.paragraph.footer-paragraph {
  margin-bottom: 2.25rem;
  padding-top: 0;
  color: #575757;
  font-style: italic;
  font-size: .8125rem;
}

p.paragraph.services-paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

p.paragraph span.paragraph-text-1 {
  color: #02284d;
  font-family: 'Hoefler Text', 'Baskerville old face', Garamond, 'Times New Roman', serif;
}

p.paragraph.intro-highlighted-paragraph {
  padding-bottom: 50px;
  color: #fff;
  opacity: .8;
}

a.link-text.menu-link {
  color: #fff;
  font-weight: 400;
  font-size: .8125rem;
  font-family: 'Roboto', sans-serif;
}

a.link-text.menu-link:hover {
  color: #5cf000;
  font-size: 1.1875rem;
}

/* Interaction Elements */

a.link-button.social-button {
  display: block;
  margin: 1.25rem auto 50px;
  padding: .625rem;
  max-width: 200px;
  width: 65%;
  border: .0625rem solid #5cf000;
  border-radius: 0;
  background-color: transparent;
  color: #212121;
  text-align: center;
  font-weight: 300;
  font-size: 1.1875rem;
  font-family: 'Roboto', sans-serif;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

a.link-button {
  font-family: 'Roboto', sans-serif;
}

a.link-button.appointment-button {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  max-width: 200px;
  border: .0625rem solid #e147d1;
  color: #fff;
  text-align: center;
  font-size: 17px;
}

a.link-button.social-button:hover {
  background-color: #5cf000;
}

a.link-button.appointment-button:hover {
  background-color: #e147d1;
}

/* Layout Elements */

body.body-1 {
  background-color: #ebebeb;
}

.container.price-row {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: none;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .66) 0%, rgba(29, 30, 33, .5) 100%), url('../images/background-1559472_1920.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .66) 0%, rgba(29, 30, 33, .5) 100%), url('../images/background-1559472_1920.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .66) 0%, rgba(29, 30, 33, .5) 100%), url('../images/background-1559472_1920.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, .66) 0%, rgba(29, 30, 33, .5) 100%), url('../images/background-1559472_1920.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: no-repeat, no-repeat;
}

.container.book-offer {
  padding-top: 90px;
  padding-bottom: 90px;
  max-width: none;
  background-color: #e200d6;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  opacity: .98;
}

.container.info {
  margin-top: 90px;
  margin-bottom: 90px;
}

.container.social {
  margin-top: 50px;
  margin-bottom: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fbfbfb;
}

.container.quotes-section {
  margin-top: 90px;
  margin-bottom: 50px;
}

.container.quote-cards-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.quote-card {
  margin: 20px auto;
  padding: 10px 20px 0;
  max-width: 400px;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
}

.container.price-container {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  max-width: 300px;
  border-radius: 10px;
  background-color: #fff;
}

.container.footer {
  background-color: #000;
}

.container.highlighted-heading {
  margin: 80px auto;
  max-width: 400px;
  background-color: transparent;
}

.container.top-bar-left {
  float: left;

  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.container#realeutatemenu {
  display: none;
}

.container.top-bar {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container.title-bar {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container.responsive-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: end;
  -ms-flex-align: end;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.header-region {
  min-width: 1.02vmax;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, rgba(58, 95, 154, 1) 0%, rgba(226, 231, 244, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(58, 95, 154, 1) 0%, rgba(226, 231, 244, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(58, 95, 154, 1) 0%, rgba(226, 231, 244, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(58, 95, 154, 1) 0%, rgba(226, 231, 244, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  margin-top: 0;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 30px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

div.responsive-picture.quote-picture {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 3.0625rem;
  width: 100%;
  border-radius: 300px;
}

.rule hr {
  border-top-width: .125rem;
  border-top-color: #fefefe;
}

.rule {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  width: 40%;
}

button#gold-button-copy-1 {
  background-color: #e200d6;
}

button.purchase-button {
  display: block;
  margin-right: auto;
  margin-bottom: -.8125rem;
  margin-left: auto;
  padding: .625rem 1.25rem;
  border-radius: 20px;
  background-color: #065bee;
  color: #fff;
  font-weight: 700;
}

ul.list-container.dropdown.menu {
  -ms-flex-pack: center;
  background-color: transparent;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

span.glyph.font-icon-menu {
  display: inline-block;
  clear: right;
  margin-right: 1%;
  color: #fff;
  vertical-align: middle;
  font-size: 1.5625rem;
  line-height: 0;
}

span.glyph.button.font-icon-menu {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  color: #02284d;
}

.rule.rule-1 hr {
  border-top-color: #02284d;
}

.rule.rule-2 hr {
  border-top-color: #02284d;
}

.rule.rule-3 hr {
  border-top-color: #02284d;
}

.rule.rule-4 hr {
  border-top-color: #02284d;
}

.rule.dark-rule hr {
  border-top-color: #000;
}

a.social-image {
  margin-right: 2%;
  margin-left: 0;
  background-color: #5cf000;
}

span.glyph.button.font-icon-menu:hover {
  color: #5cf000;
}

@media screen and (min-width: 12.5rem) {
  /* Text Elements */

  h1 span.heading-text-3 {
    color: #02284d;
    font-family: 'Caveat', cursive;
  }

  h1 span.heading-text-1 {
    font-family: 'Nothing You Could Do', cursive;
  }

  h1 span.heading-text-2 {
    color: #02284d;
  }

  h1 span.heading-text-4 {
    color: #000;
  }

  h1 span.heading-text-5 {
    color: #fff;
    font-size: 2.125rem;
    font-family: 'Acme', cursive;
  }

  h1 span.heading-text-6 {
    color: #000;
  }

  h1 span.heading-text-7 {
    color: #000;
  }

  h1 span.heading-text-8 {
    color: #000;
  }

  h1 span.heading-text-9 {
    color: #000;
  }

  h1 span.heading-text-10 {
    color: #000;
  }

  h1.section-heading {
    text-align: center;
    text-indent: -1px;
  }

  h1 span.heading-text-14 {
    color: #fdfdfd;
    font-size: 1.6875rem;
    font-family: 'Caveat', cursive;
    line-height: 1.26;
  }

  h1 span.heading-text-19 {
    color: #fff;
    font-size: 1.6875rem;
    font-family: 'Caveat', cursive;
  }

  h1 span.heading-text-20 {
    text-transform: none;
    font-variant: normal;
    font-size: 2.0625rem;
    font-family: 'Acme', cursive;
  }

  h6 span.heading-text-11 {
    font-size: 2.625rem;
  }

  h6 span.heading-text-12 {
    color: #02284d;
    font-variant: small-caps;
    font-size: 1.9375rem;
    font-family: 'Nothing You Could Do', cursive;
  }

  h6 span.heading-text-13 {
    font-size: 1.875rem;
  }

  h6.price {
    font-size: 3.12rem;
  }

  h6 strong.heading-text-15 {
    color: #ffdce6;
    font-variant: normal;
  }

  h6 span.heading-text-16 {
    color: #ffdce6;
  }

  h6 span.heading-text-17 {
    color: #0a0a0a;
    font-size: 1.875rem;
    font-family: 'Nothing You Could Do', cursive;
  }

  h6 strong.heading-text-18 {
    font-size: 2.625rem;
  }

  p.paragraph span.paragraph-text-2 {
    color: #02284d;
    font-size: 1.3125rem;
    font-family: 'Caveat', cursive;
  }

  p.paragraph span.paragraph-text-1 {
    font-family: 'Acme', cursive;
  }

  p.paragraph.services-paragraph {
    font-family: 'Roboto', cursive;
  }

  p.paragraph span.paragraph-text-3 {
    color: #02284d;
  }

  p.paragraph span.paragraph-text-4 {
    color: #02284d;
  }

  p.paragraph span.paragraph-text-5 {
    color: #02284d;
  }

  p.paragraph span.paragraph-text-6 {
    color: #02284d;
  }

  /* Interaction Elements */

  a.link-button.appointment-button {
    border-style: solid;
    border-color: #02284d;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(134, 164, 255, .92) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(134, 164, 255, .92) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(134, 164, 255, .92) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(134, 164, 255, .92) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;
    color: #02284d;

    background-blend-mode: normal;
  }

  a.link-button.social-button {
    border-color: #02284d;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(134, 164, 255, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(134, 164, 255, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(134, 164, 255, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(134, 164, 255, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;
    color: #02284d;

    background-blend-mode: normal;
  }

  a.link-button span.button-link-text-1 {
    font-style: normal;
    font-size: 1.1875rem;
    font-family: 'Nothing You Could Do', cursive;
  }

  a.link-button span.button-link-text-2 {
    font-family: 'Nothing You Could Do', cursive;
  }

  a.link-button.appointment-button:hover {
    background-color: #7416a9;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(134, 164, 255, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(134, 164, 255, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(134, 164, 255, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(134, 164, 255, .5) 100%);
  }

  a.link-button.social-button:hover {
    background-color: #7416a9;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #ffdce6;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.book-offer {
    background-color: #adcbfa;
  }

  .container.social {
    background-color: #adcbfa;
  }

  .container.info {
    background-color: transparent;
  }

  .container.header-region {
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, rgba(134, 164, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(134, 164, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(134, 164, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(134, 164, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  }

  .container.price-row {
    background-color: #ffdce6;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.quote-card {
    background-color: rgba(131, 45, 255, .15);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .9) 0%, rgba(177, 200, 255, .9) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .9) 0%, rgba(177, 200, 255, .9) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .9) 0%, rgba(177, 200, 255, .9) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(177, 200, 255, .9) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.price-container {
    background-color: #adcbfa;
  }

  .container.container-2 {
    background-color: #ffdce6;
  }

  .rule.dark-rule hr {
    border-top-color: #02284d;
  }

  div.responsive-picture.quote-picture {
    background-color: transparent;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  button.purchase-button {
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(171, 137, 221, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(171, 137, 221, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(171, 137, 221, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(171, 137, 221, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  button span.button-text-1 {
    color: #00162d;
  }

  button span.button-text-4 {
    color: #02284d;
  }

  a.social-image.social-button {
    background-color: #b79edd;
  }

  span.glyph.button.font-icon-menu {
    color: #ffdce6;
  }

  button.purchase-button:hover {
    background-color: #7416a9;
  }
}

@media screen and (min-width: 25.6875rem) {
  /* Layout Elements */

  .container.header-region {
    background-image: -webkit-linear-gradient(top, rgba(58, 95, 154, 1) 0%, rgba(226, 231, 244, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(58, 95, 154, 1) 0%, rgba(226, 231, 244, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(58, 95, 154, 1) 0%, rgba(226, 231, 244, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(58, 95, 154, 1) 0%, rgba(226, 231, 244, 1) 100%);
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.quotes-heading {
    padding-bottom: 3rem;
  }

  h1.callout-heading {
    margin-bottom: 10px;
  }

  h1 span.heading-text-1 {
    color: #02284d;
  }

  p.paragraph span.paragraph-text-1 {
    color: #02284d;
  }

  p.paragraph.intro-highlighted-paragraph {
    opacity: .84;
  }

  /* Interaction Elements */

  a.link-button.social-button {
    width: 40%;
  }

  /* Layout Elements */

  .container.book-offer {
    background-attachment: fixed, fixed;
    background-position: center top, center top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .container.quote-cards-holder {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.quote-card {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%;
  }

  .container.price-container {
    padding-right: 0;
    padding-left: 0;
    max-width: 400px;
    width: 30%;
  }

  .container.top-container-for-price-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.price-row {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.top-bar-left {
    padding-top: 0;
  }

  .container#realeutatemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.top-bar {
    background-color: transparent;
  }

  .container.title-bar {
    display: none;
  }

  .container.header-region {
    background-color: #000;
    background-image: -webkit-linear-gradient(top, rgba(58, 95, 154, 1) 0%, rgba(213, 222, 237, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(58, 95, 154, 1) 0%, rgba(213, 222, 237, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(58, 95, 154, 1) 0%, rgba(213, 222, 237, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(58, 95, 154, 1) 0%, rgba(213, 222, 237, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.social-container {
    margin-top: 0;
  }

  .container.container-2 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .rule.rule-3 hr {
    border-top-color: #02284d;
  }

  .rule.rule-2 hr {
    border-top-color: #02284d;
  }

  .rule.rule-1 hr {
    border-top-color: #02284d;
  }

  ul.list-container.dropdown.menu {
    background-color: transparent;
  }

  .rule.rule-4 hr {
    border-top-color: #02284d;
  }
}

@media screen and (min-width: 51.5rem) {
  /* Text Elements */

  h1.main-heading {
    opacity: 1;
  }

  p.paragraph span.paragraph-text-1 {
    color: #02284d;
    font-style: normal;
    font-variant: normal;
    font-size: 1.1875rem;
    font-family: 'Brush Script MT', cursive;
  }

  /* Layout Elements */

  .container.highlighted-heading {
    background-color: transparent;
    opacity: .95;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.callout-heading {
    padding-top: 0;
  }

  h1.quotes-heading {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  h1.section-heading {
    margin-bottom: 12px;
  }

  p.paragraph.footer-paragraph {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  /* Interaction Elements */

  a.link-button.social-button {
    width: 40%;
    text-transform: uppercase;
  }

  /* Layout Elements */

  .container.book-offer {
    background-attachment: fixed, fixed;
    background-position: center top, center top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .container.quote-cards-holder {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-bottom: 20px;
  }

  .container.price-row {
    padding-bottom: 70px;
    background-size: auto auto, cover;
    background-repeat: no-repeat, repeat;
  }

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.header-region {
    background-position: center center;
  }
}