/* Text Elements */

h1.header_title {
  margin: 0 auto;
  padding-top: 0;
  max-width: 500px;
  border-bottom-width: .125rem;
  border-bottom-style: solid;
  text-align: center;
  letter-spacing: 1px;
  font-size: 53px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1;
}

h1.reviewpage_header {
  margin: 17px 30px 30px;
  padding-top: 10px;
  padding-bottom: 18px;
  border-bottom-width: .125rem;
  border-bottom-style: solid;
  text-align: center;
  font-size: 24px;
}

h5.heading-2 {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-right: 6px;
  max-width: 500px;
  text-align: right;
}

h5.reviewpara_header {
  background-color: rgba(0, 0, 0, .19);
  text-align: center;
  font-size: 18px;
}

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

p.paragraph.indexpara_1 {
  margin-right: 3%;
  margin-bottom: 13px;
  margin-left: 3%;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  line-height: 1.7;
}

p.paragraph.indexpara_2 {
  margin-top: 19px;
  margin-right: 3%;
  margin-left: 3%;
  font-style: italic;
  font-size: 15px;
}

p.paragraph.indexpara_3 {
  margin-right: 3%;
  margin-bottom: 13px;
  margin-left: 3%;
  font-size: 14px;
}

p.paragraph.copywright_txt {
  margin-right: 3%;
  margin-bottom: 13px;
  margin-left: 3%;
  font-size: 12px;
}

p.paragraph.indexcopy_1 {
  color: #000;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

p.paragraph.paragraph-1 {
  text-align: center;
}

span.text-element.copyrighttxt {
  margin-top: 15px;
  width: 25%;
  color: #ff9000;
  font-size: 12px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-text.nav-item {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding: .8rem .6363636363636364rem .9rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: 'Ropa Sans', 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.footerlink {
  float: right;
  margin-top: 13px;
  margin-right: 2%;
  max-width: 130px;
  color: #ff9000;
  text-decoration: underline;
  font-style: italic;
  font-size: 12px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

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

/* Layout Elements */

body.body-1 {
  background-color: #000;
}

.container.container-1 {
  padding-right: 0;
  padding-left: 0;
  min-height: 0;
  max-width: 1200px;
  height: auto;
  background-color: #fff;
  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.nav-col {
  position: static;
  margin-top: 0;
  background-color: #000;
}

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

.container.header_cont {
  padding-top: 53px;
  padding-right: 15px;
  padding-left: 15px;
  min-width: 10px;
  min-height: 180px;
  max-width: none;
  height: auto;
  background-image: url('../images/header_bg.png');
  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.footer {
  margin-top: 3px;
  margin-bottom: 26px;
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px solid #ff9000;
  border-right: 1px solid #ff9000;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #ff9000;
  background-color: #000;
}

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

.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;
  visibility: visible;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  padding: 1.25rem;
  background-color: #000;

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

div.responsive-picture.indexpage_pic {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  max-width: 300px;
  border-width: .0625rem;
  border-style: solid;
}

div.responsive-picture.indexpage_pic.left {
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-width: .125rem;
}

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

.rule.rule_line {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.rule.rule_line hr {
  border-top-color: #000;
}

a.glyph.font-icon-link-1 {
  position: fixed;
  right: 60px;
  bottom: 100px;
  padding: 12px 16px;
  border-width: .125rem;
  border-style: solid;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, .17);
  color: #ff9000;
  text-shadow: rgba(0, 0, 0, .86) 2px 2px 5px;
  font-size: 24px;

  -webkit-text-stroke-width: 3px;
}

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

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

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

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

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