/* Text Elements */

h1.h1 {
  font-weight: 700;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

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

p.paragraph.text {
  margin-top: 0;
  padding-top: .5rem;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  line-height: 1.3;
}

p.paragraph a.paragraph-text-5 {
  color: #d04820;
  font-style: italic;
}

p.paragraph span.paragraph-text-4 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-11 {
  color: #d04820;
  font-weight: 700;
}

p.paragraph span.paragraph-text-14 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-16 {
  color: #d04820;
  font-weight: 700;
}

p.paragraph span.paragraph-text-32 {
  font-weight: 700;
  font-style: italic;
}

p.paragraph span.paragraph-text-31 {
  font-weight: 700;
}

p.paragraph.text-1 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  line-height: 1.3;
}

p.paragraph.paragraph-3 {
  font-weight: 700;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

p.paragraph span {
  font-weight: 400;
  font-style: italic;
}

a.link-text.nav-item {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding: .8rem .6363636363636364rem .9rem;
  background-color: #fff;
  color: #d04820;
  text-align: center;
  text-transform: none;
  font-size: 1.25rem;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, 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 span.text-link-text-1 {
  font-style: italic;
}

a.link-text.nav-item:hover {
  background-color: #4b4b4b;
  color: #fdfdfd;
}

/* Layout Elements */

.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;
  box-shadow: none;
}

.container.button.mobile-menu-toggle {
  background-color: transparent;
}

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

a.responsive-picture.external {
  float: left;
  max-width: none;
}

div.responsive-picture.picture-1 {
  display: inline;
  float: none;
  margin-bottom: 0;
  margin-left: 5px;
  padding-bottom: 0;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.rule.menu-line hr {
  border-top-width: 3px;
  border-top-color: #000;
}

.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: 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;
}

a.responsive-picture.picture-link-1 {
  max-width: none;
}

div.responsive-picture.picture-3 {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 25rem) {
  /* Layout Elements */

  .container.button.mobile-menu-toggle {
    display: inline-block;

    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  div.responsive-picture.picture-1 {
    display: block;
    float: right;
    margin-left: 10px;
  }

  li.list-item-container.nav-wrapper {
    padding: .4rem;
  }
}

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

  h1.h1 {
    font-size: 30px;
  }

  p.paragraph.text {
    font-size: 20px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  }

  p.paragraph span.paragraph-text-11 {
    color: #d04820;
  }

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

  /* Layout Elements */

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

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

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

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

  a.responsive-picture.external {
    float: left;
    max-width: none;
    width: 50%;
  }

  div.responsive-picture.picture-1 {
    float: right;
    margin-left: 10px;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: .9375rem;

    -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;
  }

  div.responsive-picture.picture-3 {
    float: left;
    margin-right: 10px;
    margin-left: 0;
    padding-right: 0;
  }
}

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

  h1 span.heading-text-1 {
    font-style: italic;
  }

  h1.heading-1 {
    text-align: center;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  }

  h1 span.heading-text-2 {
    font-style: normal;
  }

  h1 span.heading-text-3 {
    font-style: normal;
  }

  h1 span.heading-text-4 {
    font-style: normal;
  }

  h1.heading-1.less-space {
    margin-bottom: 0;
    padding-top: 20px;
  }

  h1.h1 {
    line-height: 1.3;
  }

  h1 span.heading-text-5 {
    font-style: normal;
  }

  h1 span {
    font-style: normal;
  }

  h1 span.heading-text-7 {
    font-style: normal;
  }

  h1.h1.top {
    padding-top: 24px;
  }

  p.paragraph.text {
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    font-size: 1.2rem;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    line-height: 1.4;
  }

  p.paragraph span.paragraph-text-4 {
    font-weight: 700;
  }

  p.paragraph a.paragraph-text-5 {
    color: #d04820;
    font-style: italic;
  }

  p.paragraph span.paragraph-text-7 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-11 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-14 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-15 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-16 {
    font-weight: 700;
  }

  p.paragraph a.paragraph-text-17 {
    color: #d04820;
  }

  p.paragraph a.paragraph-text-18 {
    color: #d04820;
  }

  p.paragraph.text-1 {
    font-size: 18px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    line-height: 1.2;
  }

  p.paragraph span.paragraph-text-31 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-32 {
    font-weight: 700;
    font-style: italic;
  }

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

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

  p.paragraph.paragraph-3 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-9 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-19 {
    font-weight: 400;
    font-style: italic;
  }

  p.paragraph span {
    font-weight: 400;
    font-style: italic;
  }

  p.paragraph span.paragraph-text-2 {
    font-weight: 400;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
    font-size: 20px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  }

  p.paragraph.paragraph-4 {
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  }

  p.paragraph.paragraph-1 {
    margin-bottom: 0;
    text-align: justify;
    text-indent: 16px;
    font-size: 19px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    line-height: 1.4;
  }

  p.paragraph span.paragraph-text-10 {
    font-weight: 400;
    font-style: italic;
  }

  p.paragraph span.paragraph-text-20 {
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
  }

  p.paragraph span.paragraph-text-21 {
    font-weight: 400;
    font-style: italic;
  }

  p.paragraph span.paragraph-text-22 {
    font-weight: 400;
    font-style: italic;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 400;
    font-style: italic;
  }

  p.paragraph span.paragraph-text-23 {
    font-weight: 400;
    font-style: italic;
  }

  p.paragraph.paragraph-1.top {
    padding-top: 24px;
  }

  p.paragraph span.no {
    font-weight: 700;
  }

  p.paragraph span.yes {
    font-weight: 400;
    font-style: italic;
  }

  p.paragraph span.paragraph-text-3 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-24 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-25 {
    font-weight: 700;
    font-style: italic;
  }

  p.paragraph span.paragraph-text-26 {
    font-weight: 700;
    font-style: italic;
  }

  p.paragraph.smaller.text-1 {
    line-height: 1.2;
  }

  p.paragraph span.paragraph-text-27 {
    line-height: 1;
  }

  p.paragraph span.paragraph-text-28 {
    line-height: 1;
  }

  p.paragraph span.paragraph-text-6 {
    font-style: italic;
  }

  p.paragraph span.paragraph-text-8 {
    color: #d04820;
  }

  p.paragraph span.paragraph-text-29 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-30 {
    font-weight: 700;
  }

  p.paragraph b.paragraph-text-33 {
    font-style: italic;
  }

  p.paragraph span.paragraph-text-34 {
    font-weight: 700;
  }

  p.paragraph a.paragraph-text-35 {
    color: #d04820;
  }

  p.paragraph span.no.paragraph-text-3.yes {
    font-weight: 400;
  }

  a.link-text.nav-item {
    color: #d04820;
    text-transform: none;
    font-size: 1.3rem;
  }

  a.link-text span.text-link-text-1 {
    font-style: italic;
  }

  a.link-text.nav-item:hover {
    background-color: #ff0;
    color: #d04820;
  }

  a.link-text.nav-item:active {
    background-color: #ff0;
  }

  /* Interaction Elements */

  a.link-button.button {
    background-color: #830000;
  }

  a.link-button span.button-link-text-2 {
    font-style: italic;
  }

  /* Layout Elements */

  body.grid-1 {
    max-width: 1000px;
  }

  .container.column-1 {
    padding-top: 24px;
  }

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

  .container.column-1.column-type {
    padding-top: 0;
  }

  div.responsive-picture.picture-1 {
    float: right;
    margin-left: 15px;
    padding-left: 0;
    max-width: 250px;
  }

  div.responsive-picture.picture-2 {
    margin-top: 10px;
    max-width: none;
  }

  a.responsive-picture.external {
    display: inline-block;
    float: none;
    margin-top: 0;
    margin-right: 0;
    max-width: none;
    width: 50%;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .html-element.paypal {
    padding-bottom: 20px;
  }

  a.responsive-picture.picture-link-1 {
    max-width: none;
  }

  .html-element.html-element-1 {
    padding-top: 15px;
  }

  div.responsive-picture.picture-3 {
    padding-top: 4px;
  }
}