/* Text Elements */

h1.page-title {
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding-top: 15px;
  padding-bottom: 26px;
  color: #383a3d;
  text-align: center;
  text-shadow: none;
  font-weight: 500;
  font-size: 2.77rem;
  font-family: 'Audiowide', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1;
}

h1 span.heading-text-3 {
  color: #b04335;
  font-family: 'Allerta Stencil', sans-serif;
}

h1 span.heading-text-2 {
  color: #1d1d1d;
  font-size: 2.1875rem;
  font-family: 'Audiowide', cursive;
}

h3.heading-3 {
  padding-bottom: 31px;
  color: #0a0a0a;
  text-align: center;
  font-weight: 500;
  font-family: 'Audiowide', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h3 span.heading-text-1 {
  font-family: 'Audiowide', cursive;
}

h3 span.heading-text-4 {
  font-weight: 500;
}

h4.sub-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  color: #b04335;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.26rem;
  font-family: 'Audiowide', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.2;
}

h4.heading-2 {
  text-align: center;
  font-family: 'Allerta Stencil', sans-serif;
}

p.paragraph.action-paragraph {
  max-width: 50rem;
  color: rgba(30, 30, 30, .8);
  text-align: left;
  font-size: 1rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.1;
}

p.paragraph span.paragraph-text-2 {
  color: #1d1d1d;
  font-weight: 400;
  font-size: .8125rem;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.38;
}

p.paragraph.paragraph-6 {
  text-align: center;
  line-height: 1.4;
}

p.paragraph span.paragraph-text-16 {
  font-size: .8125rem;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.5;
}

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

p.paragraph span.paragraph-text-10 {
  font-size: .875rem;
  font-family: Verdana, Geneva, sans-serif;
}

p.paragraph.paragraph-10 {
  padding-right: 25px;
  padding-left: 20px;
  text-align: left;
  line-height: 1.3;

  justify-self: center;
}

p.paragraph.paragraph-11 {
  margin-top: 8px;
  margin-bottom: 6px;
  margin-left: -15px;
  color: #b04335;
  line-height: 1.3;
}

p.paragraph span.paragraph-text-19 {
  font-size: .875rem;
  font-family: Verdana, Geneva, sans-serif;
}

p.paragraph span.paragraph-text-1 {
  font-size: .875rem;
  font-family: Verdana, Geneva, sans-serif;
}

p.paragraph span.paragraph-text-15 {
  font-size: .875rem;
}

p.paragraph.paragraph-14 {
  margin-top: 8px;
  margin-bottom: 6px;
  margin-left: -15px;
  color: #0a0a0a;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.3;
}

p.paragraph span.paragraph-text-3 {
  font-family: 'Audiowide', cursive;
}

p.paragraph.paragraph-1 {
  padding-top: 15px;
  color: #b04335;
  font-family: 'Audiowide', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.paragraph-2 {
  padding-top: 11px;
  color: #b04335;
  font-weight: 600;
  font-family: 'Audiowide', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

span.text-element.text-1 {
  position: relative;
  top: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

a.link-text.menu-link {
  color: #fff;
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
}

a.link-text.text-link-1 {
  background-color: #1d1d1d;
  color: #fff;
}

a.link-text.text-link-2 {
  display: inline-block;
  margin-right: 0;
  margin-left: 20px;
  color: #b04335;
  text-align: center;
}

a.link-text.text-link-1:hover {
  color: #d57063;
}

/* Layout Elements */

.container.hero-column {
  padding-right: 0;
  padding-left: 0;
  min-height: 25px;
}

.container.traval-impressions {
  padding-bottom: 2.5rem;
  border-right-width: .0625rem;
  border-right-style: solid;
  border-left-width: .0625rem;
  border-left-style: solid;
}

.container.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 4rem;
  font-size: 16px;

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

.container.book-column {
  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;
  text-align: center;

  -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-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.row-2 {
  min-height: 0;
  max-height: 100px;
  height: 38px;
  border-right-width: .0625rem;
  border-right-style: solid;
  border-left-width: .0625rem;
  border-left-style: solid;
}

.container.column-6 {
  margin-top: 58px;
  border-width: .0625rem;
  border-style: solid;
  background-image: url('../images/newsite%20images/background5.jpg');
  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.title-bar {
  display: block;
  background-color: #3c3939;
}

.container.top-bar-left {
  float: left;

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

.container.top-bar {
  background-color: #1d1d1d;
}

.container.column-8 {
  background-color: #3c3939;
}

.container.row-11 {
  position: fixed;
  top: 0;
  width: 100%;
}

.container#view-menu {
  display: none;
}

.container.row-11.sticky-container {
  z-index: 100;
}

.container.column-10 {
  min-height: 20px;
}

.container.row-12 {
  border-right-width: .0625rem;
  border-right-style: solid;
  border-left-width: .0625rem;
  border-left-style: solid;
}

.container.row-14 {
  border-right-width: .0625rem;
  border-right-style: solid;
  border-left-width: .0625rem;
  border-left-style: solid;
}

.container.row-9 {
  border-right-width: 0;
  border-right-style: none;
  border-left-width: 0;
  border-left-style: none;
}

.container.row-1 {
  border-right-width: .0625rem;
  border-right-style: solid;
  border-left-width: .0625rem;
  border-left-style: solid;
}

.container.row-3 {
  border-right-width: .0625rem;
  border-right-style: solid;
  border-left-width: .0625rem;
  border-left-style: solid;
}

.container.row-7 {
  border-right-width: .0625rem;
  border-right-style: solid;
  border-left-width: .0625rem;
  border-left-style: solid;
}

.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;
  float: left;

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

.container.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-5 {
  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;

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

.container.container-6 {
  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;

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

a.glyph.menu-link {
  display: inline-block;
  clear: right;
  margin-right: 1%;
  color: #fff;
  vertical-align: middle;
  font-size: 1.5625rem;
  line-height: 0;
}

ul.list-container.dropdown.menu {
  -ms-flex-pack: distribute;
  width: 100%;
  background-color: #1d1d1d;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

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

.rule.rule-1 hr {
  border-top-width: 3px;
}

div.responsive-picture.picture-2 {
  max-width: 20px;
  width: 130%;
}

a.responsive-picture.card-image {
  margin: .437rem auto;
  min-height: 0;
  max-width: 20.62rem;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 8px 0;
}

div.responsive-picture.picture-1 {
  position: relative;
  display: inline;
}

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

  h1.page-title {
    margin-top: .625rem;
    margin-bottom: .625rem;
    font-size: 3.25rem;
  }

  h4.sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.65rem;
  }

  p.paragraph.action-paragraph {
    margin-right: auto;
    margin-left: auto;
    max-width: 37.5rem;
  }

  p.paragraph.paragraph-6 {
    text-align: center;
    line-height: 1.4;
  }

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

  p.paragraph span.paragraph-text-16 {
    font-size: .875rem;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.58;
  }

  p.paragraph.paragraph-10 {
    display: inline;
    margin-right: -3px;
    padding-right: 51px;
    padding-left: 51px;
  }

  p.paragraph span.paragraph-text-15 {
    font-size: .875rem;
    font-family: Verdana, Geneva, sans-serif;
  }

  p.paragraph.paragraph-11 {
    line-height: 1.3;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: .875rem;
    font-family: Verdana, Geneva, sans-serif;
  }

  p.paragraph.paragraph-14 {
    line-height: 1.3;
  }

  p.paragraph.paragraph-1 {
    font-weight: 500;
    font-size: 18px;
  }

  a.link-text.text-link-2 {
    display: block;
    margin-left: 3px;
    text-align: center;
    white-space: nowrap;
    font-size: 19px;
  }

  a.link-text.text-link-1:hover {
    color: #d57063;
  }

  /* Layout Elements */

  .container.column-1 {
    min-height: 65px;
  }

  .container.book-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

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

  .container.hero-column {
    min-height: 25px;
  }

  .container.row-14 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.row-12 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  div.responsive-picture.picture-2 {
    float: right;
    max-width: 20px;
    max-height: 25px;
  }
}

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

  h1.page-title {
    text-shadow: none;
    font-weight: 600;
    font-size: 3.9rem;
  }

  h3.heading-3 {
    font-size: 21px;
    font-family: 'Audiowide', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph span.paragraph-text-2 {
    font-size: .9375rem;
    font-family: Verdana, Geneva, sans-serif;
  }

  p.paragraph.paragraph-6 {
    text-align: center;
    line-height: 1.4;
  }

  p.paragraph span.paragraph-text-12 {
    font-weight: 700;
    line-height: 1.4;
  }

  p.paragraph.paragraph-11 {
    margin-left: -26px;
  }

  p.paragraph.paragraph-10 {
    padding-right: 12px;
    padding-left: 9px;
  }

  p.paragraph.paragraph-14 {
    margin-left: -26px;
  }

  p.paragraph.paragraph-1 {
    font-weight: 500;
    font-size: 23px;
  }

  p.paragraph.paragraph-2 {
    font-weight: 600;
    font-size: 19px;
  }

  span.text-element.text-1 {
    top: 30px;
    font-size: 20px;
  }

  a.link-text.text-link-2 {
    margin-left: 0;
    font-size: 14px;
  }

  a.link-text.text-link-1:hover {
    color: #d57063;
  }

  /* Layout Elements */

  .container.column-1 {
    min-height: 4rem;
  }

  .container.row-1 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.row-2 {
    min-height: 65px;
    max-height: none;
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.traval-impressions {
    max-height: 310px;
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.row-3 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.row-4 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.title-bar {
    display: block;
  }

  .container.top-bar-left {
    padding-top: 0;
  }

  .container#view-menu {
    display: none;
  }

  .container.column-8 {
    border: .1875rem solid #b04335;
  }

  .container.row-11.sticky-container {
    position: -webkit-sticky;
    position:         sticky;
  }

  .container.row-7 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.row-12 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.row-14 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  div.responsive-picture.picture-2 {
    max-width: 40px;
    max-height: 35px;
    width: 40%;
  }

  div.responsive-picture.picture-1 {
    top: 14px;
  }
}

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

  h1.page-title {
    color: #0a0a0a;
    text-shadow: none;
    font-weight: 600;
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }

  h1 span.heading-text-3 {
    color: #b04335;
  }

  h3.heading-3 {
    font-family: 'Audiowide', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  h4.sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
  }

  p.paragraph.action-paragraph {
    margin-right: auto;
    margin-left: auto;
    max-width: 50rem;
    border-width: 0;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
  }

  p.paragraph span.paragraph-text-2 {
    font-size: 1rem;
    font-family: Verdana, Geneva, sans-serif;
  }

  p.paragraph.paragraph-6 {
    text-align: center;
    line-height: 1.2;
  }

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

  p.paragraph span.paragraph-text-16 {
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.44;
  }

  p.paragraph.paragraph-11 {
    margin-left: -27px;
  }

  p.paragraph.paragraph-14 {
    margin-left: -27px;
  }

  p.paragraph.paragraph-2 {
    font-weight: 600;
    font-size: 19px;
  }

  a.link-text.text-link-2 {
    font-weight: 500;
    font-size: 18px;
  }

  a.link-text.text-link-1 {
    background-color: #3c3939;
  }

  a.link-text.text-link-1:hover {
    color: #d57063;
    font-weight: 400;
    font-size: 16px;
  }

  /* Layout Elements */

  .container.row-3 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.row-2 {
    min-height: 30px;
    max-height: 100px;
  }

  .container.row-4 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.row-5 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.column-2 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-bottom-width: .0625rem;
    border-bottom-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.hero-column {
    min-height: 25px;
  }

  .container.row-7 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.top-bar-left {
    padding-top: 0;
    max-width: none;
  }

  .container.column-8 {
    position: static;
    right: 100px;
    left: 100px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    border: .1875rem solid #b04335;
  }

  .container.title-bar {
    position: -webkit-sticky;
    position:         sticky;
    display: none;
  }

  .container.row-11 {
    position: -webkit-sticky;
    position:         sticky;
  }

  .container#view-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.row-11.sticky-container {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    z-index: 100;
    min-width: 10px;
    max-width: 1200px;
    width: auto;
  }

  .container.top-bar {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    background-color: #3c3939;
  }

  .container.responsive-menu {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }

  .container.row-9 {
    max-height: none;
  }

  .container.traval-impressions {
    max-height: 290px;
  }

  .container.container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .rule.rule-1 hr {
    border-top-width: 1px;
  }

  ul.list-container.dropdown.menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    background-color: #3c3939;
  }

  div.responsive-picture.picture-2 {
    max-width: 40px;
    max-height: 35px;
    width: 40%;
  }

  div.responsive-picture.picture-1 {
    top: 14px;
    display: inline;

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

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

  h1.page-title {
    color: #0a0a0a;
    text-shadow: none;
    font-weight: 600;
  }

  h1 span.heading-text-3 {
    color: #b04335;
  }

  h3.heading-3 {
    color: #0a0a0a;
    font-weight: 500;
    font-family: 'Audiowide', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  h4.sub-title {
    text-shadow: none;
    font-weight: 500;
    font-size: 1.75rem;

    -webkit-text-stroke-width: 0;
  }

  p.paragraph.paragraph-10 {
    position: static;
    padding-right: 27px;
    padding-left: 23px;
    text-align: left;
  }

  p.paragraph.paragraph-11 {
    margin-left: -26px;
  }

  p.paragraph.paragraph-14 {
    margin-left: -26px;
  }

  p.paragraph.paragraph-2 {
    font-weight: 600;
    font-size: 24px;
  }

  span.text-element.text-1 {
    display: inline;

    grid-area: elementArea;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.link-text.text-link-2 {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    padding-left: 19px;
    text-align: center;
    font-weight: 500;
    line-height: 29px;
  }

  a.link-text.text-link-1 {
    background-color: #3c3939;
  }

  a.link-text.text-link-1:hover {
    color: #d57063;
  }

  /* Layout Elements */

  .container.column-7 {
    border-right-width: 0;
    border-right-style: none;
    border-left-width: 0;
    border-left-style: none;
  }

  .container.column-9 {
    border-right-width: 0;
    border-right-style: none;
  }

  .container.row-12 {
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.column-10 {
    min-height: 20px;
    max-height: 20px;
    border-right-width: .0625rem;
    border-right-style: solid;
    border-left-width: .0625rem;
    border-left-style: solid;
  }

  .container.row-14 {
    border-right-width: 0;
    border-right-style: none;
    border-left-width: 0;
    border-left-style: none;
  }

  .container.column-8 {
    border-color: #b04335;
    background-color: #3c3939;
  }

  .container.top-bar {
    background-color: #3c3939;
  }

  .container.container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-7 {
    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;

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

  .container.container-1 {
    border-width: .0625rem;
    border-style: solid;
  }

  .container.column-6 {
    background-image: url('../images/newsite%20images/background5.jpg');
    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;
  }

  .rule.rule-1 hr {
    border-top-width: 3px;
  }

  div.responsive-picture.picture-2 {
    min-width: 0;
    max-width: 40px;
    max-height: 35px;
    width: 40%;
  }

  li.list-item-container.menuitem {
    border-right-width: 0;
    border-right-style: none;
    border-left-width: 0;
    border-left-style: none;
  }

  .html-element.html-element-1 {
    border-bottom-width: .0625rem;
    border-bottom-style: solid;
  }

  ul.list-container.dropdown.menu {
    background-color: #3c3939;
  }

  div.responsive-picture.picture-1 {
    position: relative;
    top: 14px;
    display: inline;

    grid-area: elementArea;
    justify-self: center;
  }
}