/* Interaction Elements */

a.link-button.navbutton {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding-top: 3px;
  width: 100px;
  border: 4px solid #371400;
  border-radius: 7px;
  background-color: #b65508;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

a.link-button.navbutton:hover {
  background-color: #371400;
}

/* Layout Elements */

body.body {
  padding-right: 5px;
  padding-left: 5px;
  min-width: 500px;
  max-width: 1200px;
  border-right: 1px solid #4b2c20;
  border-left: 1px solid #4b2c20;
  background-color: #f6efdd;
}

div.responsive-picture.picture-1 {
  display: inline-block;
  max-width: 1200px;
}

.container-grid.PageButtonContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: end;

  -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-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

@media screen and (min-width: 200px) {
  /* Text Elements */

  h1.heading-1 {
    margin: 0 auto;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  }

  p.paragraph a.Link {
    color: #00f;
    text-decoration: underline;
    font-weight: 700;
  }

  p.paragraph span.boldtext {
    color: #371400;
    font-weight: 700;
  }

  p.paragraph span.plaintext {
    color: #371400;
  }

  p.paragraph.tiptext {
    margin: 9px 5px 0;
    color: #371400;
  }

  p.paragraph.TipTitle {
    color: #371400;
    font-weight: 700;
  }

  /* Interaction Elements */

  a.link-button.navbutton.threeline {
    height: 65px;
    border-top-color: #f0a568;
    border-right-color: #4f2a0d;
    border-bottom-color: #4f2a0d;
    border-left-color: #f0a568;
    border-radius: 0;
    font-size: 12px;
  }

  a.link-button.OneLine.navbutton {
    padding-top: 18px;
    height: 65px;
    border-top-color: #f0a568;
    border-right-color: #4f2a0d;
    border-bottom-color: #4f2a0d;
    border-left-color: #f0a568;
    border-radius: 0;
    font-size: 12px;
  }

  a.link-button.TwoLine.navbutton {
    padding-top: 13px;
    height: 65px;
    border-top-color: #f0a568;
    border-right-color: #4f2a0d;
    border-bottom-color: #4f2a0d;
    border-left-color: #f0a568;
    border-radius: 0;
    font-size: 12px;
  }

  /* Layout Elements */

  body.body {
    height: 400%;
  }

  .container-grid.PageButtonContainer {
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 204px) {
  /* Text Elements */

  p.paragraph.tiptext {
    font-size: 22px;
  }

  p.paragraph.TipTitle {
    font-size: 22px;
  }

  p.paragraph.paragraph-1 {
    font-size: 18px;
  }

  /* Interaction Elements */

  a.link-button.navbutton {
    width: 75px;
    height: 65px;
    border-top-color: #f0a568;
    border-right-color: #4f2a0d;
    border-bottom-color: #4f2a0d;
    border-left-color: #f0a568;
    font-size: 12px;
  }

  a.link-button.TwoLine.navbutton {
    margin-top: 1px;
    margin-right: 1px;
  }

  a.link-button.navbutton.threeline {
    margin-top: 1px;
    margin-right: 1px;
  }

  a.link-button.OneLine.navbutton {
    margin-top: 1px;
    margin-right: 1px;
  }

  a.link-button.TwoLine.navbutton:hover {
    border-top-color: #4f2a0d;
    border-right-color: #f0a568;
    border-bottom-color: #f0a568;
    border-left-color: #4f2a0d;
    background-color: #7d3e0d;
  }

  a.link-button.navbutton.threeline:hover {
    border-top-color: #4f2a0d;
    border-right-color: #f0a568;
    border-bottom-color: #f0a568;
    border-left-color: #4f2a0d;
    background-color: #7d3e0d;
  }

  a.link-button.OneLine.navbutton:hover {
    margin-right: 1px;
    border-top-color: #4f2a0d;
    border-right-color: #f0a568;
    border-bottom-color: #f0a568;
    border-left-color: #4f2a0d;
    background-color: #7d3e0d;
  }

  /* Layout Elements */

  body.body {
    height: 400%;
  }

  li.list-item.listtip {
    font-size: 18px;
  }

  div.responsive-picture.picture-1 {
    display: block;
  }

  .container-grid.container-2 {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.picture-2 {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.picture-3 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 302px) {
  /* Text Elements */

  h1.heading-1 {
    text-align: center;
    font-size: 24px;
  }

  h2.heading-2 {
    margin-right: auto;
    margin-left: auto;
    color: #371400;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
  }

  h2 span.link {
    color: #00f;
  }

  h2 a.Link.heading-text-1 {
    color: #00f;
  }

  p.paragraph.returntext {
    padding-top: 5px;
    padding-bottom: 6px;
    color: #00f;
    text-decoration: underline;
    font-weight: 700;
  }

  p.paragraph.TipTitle {
    color: #371400;
    font-weight: 700;
    font-size: 22px;
  }

  p.paragraph.Copyright {
    text-align: center;
    font-size: 16px;
  }

  p.paragraph.tiptext {
    margin-right: 0;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
    color: #371400;
    font-size: 22px;
  }

  p.paragraph.paragraph-1 {
    color: #371400;
    font-size: 22px;
  }

  /* Interaction Elements */

  a.link-button.navbutton.threeline {
    margin-right: 0;
    margin-left: 0;
    padding: 0 0 4px;
    width: 80px;
    height: 67px;
    border-top-color: #f0a568;
    border-right-color: #4f2a0d;
    border-bottom-color: #4f2a0d;
    border-left-color: #f0a568;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
  }

  a.link-button.OneLine.navbutton {
    margin-right: 0;
    margin-left: 0;
    padding-top: 16px;
    width: 80px;
    height: 67px;
    border-top-color: #f0a568;
    border-right-color: #4f2a0d;
    border-bottom-color: #4f2a0d;
    border-left-color: #f0a568;
    border-radius: 0;
    font-size: 14px;
  }

  a.link-button.TwoLine.navbutton {
    margin-right: 0;
    margin-left: 0;
    padding-top: 9px;
    width: 80px;
    height: 67px;
    border-top-color: #f0a568;
    border-right-color: #4f2a0d;
    border-bottom-color: #4f2a0d;
    border-left-color: #f0a568;
    border-radius: 0;
    font-size: 14px;
  }

  a.link-button.navbutton {
    border-top-color: #f0a568;
    border-right-color: #4f2a0d;
    border-bottom-color: #4f2a0d;
    border-left-color: #f0a568;
    border-radius: 0;
    font-size: 14px;
  }

  /* Layout Elements */

  body.body {
    min-width: 400px;
  }

  .container-grid.PageButtonContainer {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.titlepic {
    padding-right: 2px;
    padding-left: 2px;
  }

  .container-grid.container-1 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .container-grid.container-2 {
    padding-right: 0;
    padding-left: 5px;
  }

  li.list-item.listtip {
    font-size: 18px;
  }
}

@media screen and (min-width: 481px) {
  /* Text Elements */

  h1.heading-1 {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #371400;
    text-align: center;
    font-size: 22px;

    -webkit-text-stroke-color: #371400;
  }

  p.paragraph span.boldtext {
    font-weight: 700;
  }

  p.paragraph.paragraph-1 {
    color: #371400;
    font-size: 18px;
  }

  p.paragraph span.boldtest {
    font-weight: 700;
  }

  p.paragraph a.Link {
    color: #00f;
    text-decoration: underline;
    font-weight: 700;
  }

  p.paragraph a.Link:hover {
    color: #7c7cee;
  }

  /* Interaction Elements */

  a.link-button.TwoLine.navbutton {
    margin-right: 0;
    margin-left: 0;
    padding-top: 6px;
    width: 80px;
    height: 67px;
    border-top-color: #f0a568;
    border-right-color: #4f2a0d;
    border-bottom-color: #4f2a0d;
    border-left-color: #f0a568;
    border-radius: 0;
    font-size: 14px;
  }

  a.link-button.navbutton.threeline {
    margin-right: 0;
    margin-left: 0;
    width: 80px;
    height: 67px;
    border-top-color: #f0a568;
    border-right-color: #4f2a0d;
    border-bottom-color: #4f2a0d;
    border-left-color: #f0a568;
    font-size: 14px;
  }

  a.link-button.OneLine.navbutton {
    margin-top: 1px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 13px;
    width: 80px;
    height: 67px;
    border-top-color: #f0a568;
    border-right-color: #371400;
    border-bottom-color: #371400;
    border-left-color: #f0a568;
    border-radius: 0;
    font-size: 14px;
  }

  a.link-button.navbutton {
    padding-top: 0;
    width: 75px;
    height: 53px;
    border-top-color: #f0a568;
    border-right-color: #4f2a0d;
    border-bottom-color: #4f2a0d;
    border-left-color: #f0a568;
    border-radius: 0;
    font-size: 11px;
  }

  a.link-button.OneLine {
    width: 200px;
    height: 100px;
  }

  /* Layout Elements */

  body.body {
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    min-width: 400px;
  }

  .container-grid.PageButtonContainer {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-right: 15px;
    padding-left: 15px;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -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-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container-grid.PageTitls {
    margin-right: 25px;
    margin-left: 25px;
    padding-right: 0;
  }

  .container-grid.PageText {
    margin-top: 5px;
    margin-left: 5px;
    padding-right: 6px;
    padding-left: 7px;
  }

  .container-grid.footer {
    margin-top: 5px;
    margin-left: 5px;
    padding-right: 6px;
    padding-left: 7px;
  }

  div.responsive-video.video-platform-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 70%;
  }

  li.list-item.listtip {
    color: #371400;
  }

  li.list-item span.boldlist {
    font-weight: 700;
  }

  .container-grid.container-2 {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.picture-2 {
    max-width: 215px;
  }
}

@media screen and (min-width: 585px) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    font-size: 20px;
  }

  /* Interaction Elements */

  a.link-button.OneLine.navbutton {
    margin-top: 1px;
  }

  /* Layout Elements */

  body.body {
    padding-top: 0;
    height: 400%;
  }

  .container-grid.container-2 {
    padding-left: 0;
  }

  div.responsive-picture.picture-2 {
    max-width: 250px;
  }
}

@media screen and (min-width: 768px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 26px;
  }

  /* Interaction Elements */

  a.link-button.navbutton.threeline {
    width: 80px;
    height: 61px;
    font-size: 13px;
  }

  a.link-button.TwoLine.navbutton {
    width: 80px;
    height: 61px;
    font-size: 13px;
  }

  a.link-button.OneLine.navbutton {
    margin-top: 1px;
    padding-top: 16px;
    width: 80px;
    height: 61px;
    font-size: 13px;
  }

  a.link-button.navbutton {
    width: 80px;
    height: 61px;
    font-size: 13px;
  }

  .container-grid.PageButtonContainer {
    -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;
  }

  div.responsive-picture.picture-2 {
    max-width: 300px;
  }
}

@media screen and (min-width: 818px) {
  /* Text Elements */

  h1.heading-1 {
    text-align: center;
  }

  p.paragraph.tiptext {
    padding-right: 10px;
    padding-left: 10px;
  }

  /* Interaction Elements */

  a.link-button.OneLine.navbutton {
    margin-top: 1px;
  }

  a.link-button.navbutton.threeline:hover {
    background-color: #f0a568;
  }

  a.link-button.OneLine.navbutton:hover {
    background-color: #f0a568;
  }

  a.link-button.TwoLine.navbutton:hover {
    background-color: #f0a568;
  }

  /* Layout Elements */

  body.body {
    height: 400%;
  }

  .container-grid.PageButtonContainer {
    -ms-flex-pack: center;
    -ms-flex-align: stretch;
    padding-right: 0;
    padding-left: 0;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    -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;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container-grid.titlepic {
    padding-right: 2px;
  }

  div.responsive-picture.picture-2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
  }
}

@media screen and (min-width: 992px) {
  /* Text Elements */

  h1.heading-1 {
    padding-top: 6px;
    padding-bottom: 0;
  }

  h2.heading-2 {
    margin-top: 3px;
    color: #371400;
  }

  h2 span.link {
    color: #00f;
  }

  p.paragraph.tiptext {
    display: inline;
  }

  /* Interaction Elements */

  a.link-button.navbutton.threeline {
    padding-top: 0;
    padding-bottom: 0;
    width: 100px;
    height: 67px;
    font-size: 14px;
  }

  a.link-button.navbutton {
    width: 90px;
    height: 67px;
    font-size: 14px;
  }

  a.link-button.OneLine.navbutton {
    padding-top: 18px;
    width: 100px;
    height: 67px;
    font-size: 14px;
  }

  a.link-button.TwoLine.navbutton {
    padding-top: 10px;
    width: 100px;
    height: 67px;
    font-size: 14px;
  }

  /* Layout Elements */

  body.body {
    height: 300%;
    border-right-width: 0;
    border-left-width: 0;
  }

  div.responsive-picture.picture-1 {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 30px;
  }

  h2.heading-2 {
    font-size: 24px;
  }

  p.paragraph.tiptext {
    font-size: 22px;
  }

  p.paragraph.PPINST {
    text-align: center;
    font-size: 18px;
  }

  p.paragraph.TipTitle {
    font-size: 22px;
  }

  /* Interaction Elements */

  a.link-button.OneLine.navbutton {
    padding-top: 18px;
    padding-bottom: 0;
    width: 119px;
    height: 70px;
  }

  a.link-button.navbutton.threeline {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 119px;
    height: 70px;
  }

  a.link-button.TwoLine.navbutton {
    padding-top: 10px;
    width: 119px;
    height: 70px;
  }

  a.link-button.navbutton.threeline:hover {
    border-top-color: #4f2a0d;
    border-right-color: #f0a568;
    border-bottom-color: #f0a568;
    border-left-color: #4f2a0d;
    background-color: #7d3e0d;
  }

  a.link-button.OneLine.navbutton:hover {
    border-top-color: #4f2a0d;
    border-right-color: #f0a568;
    border-bottom-color: #f0a568;
    border-left-color: #4f2a0d;
    background-color: #7d3e0d;
  }

  a.link-button.TwoLine.navbutton:hover {
    border-top-color: #4f2a0d;
    border-right-color: #f0a568;
    border-bottom-color: #f0a568;
    border-left-color: #4f2a0d;
    background-color: #7d3e0d;
  }

  /* Layout Elements */

  body.body {
    height: 4020px;
  }

  .container-grid.PageButtonContainer {
    -ms-flex-pack: center;
    -ms-flex-align: start;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .html-element.html-element-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  li.list-item.listtip {
    font-size: 18px;
  }
}

@media screen and (min-width: 1292px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 30px;
  }

  h2.heading-2 {
    font-size: 24px;
  }

  p.paragraph.tiptext {
    font-size: 24px;
  }

  p.paragraph.TipTitle {
    font-size: 24px;
  }

  p.paragraph.paragraph-1 {
    font-size: 24px;
  }

  p.paragraph.PPINST {
    font-size: 24px;
  }

  p.paragraph.Copyright {
    font-size: 16px;
  }

  /* Interaction Elements */

  a.link-button.OneLine.navbutton {
    margin-top: 1px;
  }

  /* Layout Elements */

  body.body.ourstory {
    max-width: 900px;
    background-color: #f6efdd;
  }

  li.list-item.listtip {
    font-size: 20px;
  }
}