/* Text Elements */

h1.heading-1 {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
  text-shadow: #000 2px 2px 5px;
  font-size: 46px;
}

h3 span.heading-text-1 {
  text-decoration: underline;
}

h3.tips_heading {
  padding-right: 5px;
  padding-left: 5px;
}

h3.heading_3 {
  color: #fff;
  text-align: center;
  text-shadow: #393c3f 2px 2px 5px;
  font-size: 21px;
}

h3.link_heading {
  color: #fe012c;
  text-decoration: underline;
  font-weight: 500;
  font-size: 20px;
}

h4.black.ctr.h4 {
  width: 100%;
  text-align: center;
}

p.paragraph.menu-toggle-text {
  margin-bottom: 0;
  font-size: 16px;
}

p.paragraph span.paragraph-text-1 {
  font-size: 1.125rem;
}

p.paragraph span.paragraph-text-3 {
  font-size: 1.5rem;
}

p.paragraph.paragraph-1 {
  background-color: transparent;
  text-align: center;
  font-size: 24px;
}

p.paragraph.paragraph-2 {
  padding: 10px;
  background-color: transparent;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

p.paragraph span.paragraph-text-7 {
  color: #2a50e5;
}

p.paragraph a.paragraph-text-4 {
  color: #2a50e5;
}

p.paragraph span.paragraph-text-8 {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  font-style: italic;
}

p.paragraph span.paragraph-text-9 {
  text-decoration: underline;
  font-weight: 600;
  font-style: italic;
}

p.paragraph span.paragraph-text-10 {
  text-decoration: underline;
  font-weight: 600;
  font-style: italic;
}

p.paragraph span.paragraph-text-11 {
  text-decoration: underline;
  font-weight: 600;
  font-style: italic;
}

a.link-text.nav-item {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding: .8rem .6363636363636364rem .9rem;
  background-color: #fff;
  color: #ff0c3b;
  text-align: center;
  text-transform: uppercase;
  text-shadow: #030000 1px 1px 2px;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  -webkit-transition-delay: .05s;
     -moz-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.link-text.link {
  color: #000;
  font-size: 18px;
}

a.link-text.tips {
  color: #fe012c;
  font-weight: 500;
  font-size: 20px;
}

a.link-text.nav-item:hover {
  background-color: transparent;
  color: #c10323;
}

a.link-text.link:hover {
  color: #24d3d2;
}

/* Layout Elements */

body.body-1 {
  background-color: transparent;
  background-image: url('../site_images/fg1aa.webp');
  background-attachment: fixed;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.header {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: end;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  max-height: none;
  height: auto;
  background-color: transparent;
  box-shadow: none;

  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.title {
  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-order: 2;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  padding-left: 0;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

.container.nav-col {
  position: static;
  margin-top: 0;
  background-color: transparent;
}

.container.mobile-menu-toggle {
  margin-bottom: 0;
  background-color: rgba(37, 37, 37, .7);
}

.container.menu-wrapper {
  z-index: 10;
  display: none;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  box-shadow: none;
}

.container.button.mobile-menu-toggle {
  position: relative;
  z-index: 1;
  background-color: #fe012c;
}

.container.nav-col.sticky-container {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  z-index: 1;
}

.container.index_txt_wrapper {
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, .7);
}

.container.index_body_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: transparent;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.buyer_help_wrapper {
  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: distribute;
  -ms-flex-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.calc_wrapper {
  text-align: center;
}

.container.tips_wrapper {
  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;
  float: left;
  margin-right: 3%;
  padding: 10px;
  border: .1875rem double #24d3d2;
  background-color: rgba(255, 255, 255, .5);
  text-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.contact_body_wrapper {
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, .7);
}

.container.links_body {
  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;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  max-width: 1200px;
  width: 100%;
  background-color: rgba(255, 255, 255, .7);

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.links_wrapper {
  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: start;
  -ms-flex-align: start;
  margin: 15px;
  min-width: 20px;
  background-color: transparent;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.links_body_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: transparent;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.sub-wrapper {
  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: start;
  -ms-flex-align: start;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.flag.wrapper {
  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-order: 2;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  margin-bottom: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  min-height: auto;
  max-width: 136px;
  width: 30.4%;
  height: auto;
  background-color: #59f2e9;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

.container.fl.flag.wrapper {
  -ms-flex-order: 0;
  background-color: transparent;

  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

.container.flag.ga.wrapper {
  -ms-flex-order: 1;
  background-color: transparent;

  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}

.container.window {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  height: 350px;
}

.container.orbit {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  min-width: 250px;
  max-width: 625px;
  width: 100%;
}

.container.search.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  max-width: 1200px;
  border: .375rem double #c10323;
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.rule.menu-line hr {
  border-top-width: 2px;
}

.rule.menu-line {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
}

ul.list-container.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: center;
  -ms-flex-align: stretch;
  padding: .25rem 1.25rem;
  background-color: transparent;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

li.list-item-container.nav-wrapper {
  position: relative;
  display: inline-block;
  padding: .625rem;

  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.html-element.calc {
  margin: 10px auto;
}

a.responsive-picture.ewdp-link {
  margin: 50px auto 20px;
  max-width: 250px;
  background-color: transparent;
}

a.responsive-picture.picture-link-1 {
  margin: 20px auto;
  max-width: 200px;
}

ul.list-container.orbit-container {
  height: auto;
}

div.responsive-picture.orbit-image {
  max-width: none;
}

div.responsive-picture.flag {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 5px;
  max-width: none;
  width: auto;
  box-shadow: none;
  -webkit-transition-delay: .25s;
     -moz-transition-delay: .25s;
       -o-transition-delay: .25s;
          transition-delay: .25s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 4s;
     -moz-transition-duration: 4s;
       -o-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
     -moz-transform: scaleX(1) scaleY(1) scaleZ(1);
          transform: scaleX(1) scaleY(1) scaleZ(1);
}

div.responsive-picture.flag.outofview {
  opacity: 0;
  -webkit-filter: opacity(.43);
          filter: opacity(.43);
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(90deg) rotateY(90deg) rotateZ(90deg);
     -moz-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(90deg) rotateY(90deg) rotateZ(90deg);
          transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(90deg) rotateY(90deg) rotateZ(90deg);
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 52px;
  }

  h3.tips_heading {
    font-size: 22px;
  }

  h3 span.heading-text-1 {
    font-size: 1.375rem;
  }

  p.paragraph.paragraph-2 {
    background-color: transparent;
  }

  a.link-text.nav-item {
    padding-right: .5rem;
    padding-bottom: .6666666666666666rem;
    padding-left: .5rem;
    font-size: 1.125rem;
  }

  /* Layout Elements */

  body.body-1 {
    background-image: url('../site_images/fg1aa.webp');
  }

  .container.mobile-menu-toggle {
    display: none;
  }

  .container.menu-wrapper {
    display: block;
  }

  .container.buyer_help_wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;

    -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-justify-content: space-around;
            justify-content: space-around;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.header {
    max-width: none;
  }

  .container.title {
    padding-left: 40px;
  }

  .container.index_txt_wrapper {
    background-color: rgba(255, 255, 255, .7);
  }

  .container.links_body {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.sub-wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.flag.wrapper {
    min-height: auto;
  }

  .container.orbit {
    min-width: 350px;
    width: auto;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: .25rem .9375rem;
    background-color: #fff;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  li.list-item-container.nav-wrapper {
    padding: .5rem;
    background-color: transparent;
  }

  a.responsive-picture.picture-link-1 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  p.paragraph.paragraph-2 {
    background-color: transparent;
  }

  p.paragraph a.paragraph-text-12 {
    font-weight: 600;
  }

  a.link-text.nav-item {
    font-size: 1.375rem;
  }

  a.link-text.link {
    color: #000;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: transparent;
    background-position: center top;
  }

  .container.header {
    -ms-flex-align: center;
    max-width: 1200px;
    max-height: 500px;
    height: auto;
    background-color: transparent;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.index_body_wrapper {
    background-color: transparent;
  }

  .container.links_body_wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    background-color: transparent;
  }

  .container.links_wrapper {
    background-color: transparent;
  }

  .container.links_body {
    -ms-flex-pack: distribute;
    width: 100%;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.title {
    -ms-flex-order: 1;
    width: 70%;

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }

  .container.flag.wrapper {
    min-height: auto;
    max-width: 250px;
    width: 15%;
    background-color: transparent;
  }

  .container.fl.flag.wrapper {
    -ms-flex-order: 0;

    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
  }

  .container.window {
    display: none;
    visibility: collapse;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.index_txt_wrapper {
    background-color: rgba(255, 255, 255, .5);
  }

  ul.list-container.menu {
    background-color: #fff;
  }

  div.responsive-picture.flag {
    -ms-flex-order: 2;

    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
}