/* Text Elements */

a.link-text.title {
  color: #030506;
  font-weight: 600;
  font-size: 20px;

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

/* Layout Elements */

.container.nav-region {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}

.container.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

a.glyph.icon {
  color: #030506;
  font-size: 26px;
}

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

  h1 span.heading-text-3 {
    text-decoration: underline;
  }

  h1 span.heading-text-4 {
    text-decoration: underline;
  }

  h1 span.heading-text-5 {
    text-decoration: underline;
  }

  h1 span.heading-text-6 {
    text-decoration: underline;
  }

  h1 span.heading-text-9 {
    text-decoration: underline;
  }

  h1 span.heading-text-10 {
    text-decoration: underline;
  }

  h1.heading-1 {
    color: #970204;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
  }

  h2.heading-2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    font-size: 22px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.2;
  }

  h2 span.heading-text-1 {
    color: #970204;
    text-decoration: underline;
  }

  h2 span.heading-text-2 {
    color: #970204;
  }

  h4.NewFLPageHeadingH4 {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
    font-size: 12px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph a.paragraph-text-6 {
    color: #0a1c28;
    text-decoration: underline;
  }

  p.paragraph.FootTItle {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph span.paragraph-text-1-1 {
    text-decoration: underline;
  }

  ul.unorder-list.unordered-list-1 {
    list-style-type: none;
  }

  span.text-element.Phone {
    margin-bottom: 8px;
    color: #970204;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    font-size: 13px;
  }

  span.text-element.Email {
    margin-bottom: 2px;
    color: #970204;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    font-size: 15px;
  }

  span.text-element a.text-text-6 {
    color: #970204;
    text-decoration: underline;
    font-size: 1.25rem;
  }

  span.text-element a.text-text-7 {
    color: #970204;
    text-decoration: underline;
    font-size: 1.25rem;
  }

  span.text-element.FootTitle {
    text-align: center;
    font-weight: 600;
  }

  span.text-element.FootItem {
    margin-top: 4px;
    margin-bottom: 4px;
    text-decoration: underline;
    font-weight: 500;
    font-size: 13px;
  }

  span.text-element a.text-text-9 {
    color: #030506;
    text-decoration: underline;
  }

  span.text-element a.text-text-11 {
    color: #030506;
    text-decoration: underline;
  }

  span.text-element a.text-text-12 {
    color: #030506;
    text-decoration: underline;
  }

  span.text-element a.text-text-13 {
    color: #030506;
    text-decoration: underline;
  }

  span.text-element.BigPhone {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
  }

  span.text-element.ListHeading {
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
  }

  a.link-text.text-link-1 {
    padding-right: 8px;
    padding-left: 8px;
    max-width: 780px;
    color: #970204;
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  a.link-text.title {
    padding-left: 20px;
  }

  a.link-text.RMenu {
    color: #030506;
    font-weight: 600;
    font-size: 17px;
  }

  a.link-text.SMenu {
    color: #030506;
    text-decoration: underline;
    font-weight: 600;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #fff;
    background-image: url('../images-main/backgsyellowtan.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.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    max-width: 1000px;

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

  .container.FlFooterBox {
    background-color: #d8c597;
  }

  .container.FootLine3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    padding-bottom: 10px;
    max-width: 700px;

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

  .container.Social {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin: 10px auto 16px;
    max-width: 600px;

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

  .container.ContactNewBlock {
    margin: 20px 10px;
    min-width: 80px;
    max-width: none;
  }

  .container.FooterPhoneEmail {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    max-width: 750px;
    border-width: .0625rem;
    border-style: solid;
    border-radius: 10px;

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

  .container.FtContact {
    margin-right: 4px;
    margin-left: 4px;
    min-width: 90px;
  }

  .container.FootEmail {
    margin-right: 4px;
    margin-left: 4px;
    min-width: 110px;
  }

  .container.subnav-section {
    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.Contact23 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin: 20px auto;
    max-width: 640px;

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

  .container.ListingMulti {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 915px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.GroupList {
    display: block;
    margin: 4px auto 3px;
    padding-top: 3px;
    padding-right: 4px;
    padding-left: 4px;
    min-width: 359px;
    max-width: 450px;
    border-width: .125rem;
    border-style: solid;
    background-color: #fff;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  div.responsive-picture.PageHeader1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }

  a.responsive-picture.SMediaIcon {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 95px;
  }

  a.glyph.icon {
    padding-right: 20px;
  }

  li.list-item.ItemGroup1 {
    line-height: 23px;
  }

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

  .rule.rule-1 {
    margin-top: 9px;
    margin-bottom: 9px;
    max-width: 1200px;
  }
}

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

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

  h2.heading-2 {
    max-width: 900px;
    font-size: 31px;
  }

  h4.NewFLPageHeadingH4 {
    font-size: 36px;
  }

  p.paragraph.FootTItle {
    font-size: 18px;
  }

  span.text-element.Phone {
    font-size: 19px;
  }

  span.text-element.Email {
    font-size: 18px;
  }

  span.text-element a.text-text-6 {
    font-size: 1.4375rem;
  }

  span.text-element a.text-text-7 {
    font-size: 1.375rem;
  }

  span.text-element.FootTitle {
    font-size: 18px;
  }

  span.text-element.FootItem {
    font-size: 17px;
  }

  span.text-element.BigPhone {
    font-size: 18px;
  }

  span.text-element.ListHeading {
    font-size: 19px;
  }

  a.link-text.text-link-1 {
    font-size: 14px;
  }

  /* Layout Elements */

  .container.ContactNewBlock {
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .container.FtContact {
    margin-right: 35px;
    margin-left: 35px;
  }

  .container.Contact23 {
    max-width: 1000px;
  }

  .container.GroupList {
    min-width: 450px;
  }

  li.list-item.ItemGroup1 {
    font-size: 18px;
  }
}

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

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

  h2.heading-2 {
    max-width: 950px;
  }

  h4.NewFLPageHeadingH4 {
    font-size: 39px;
  }

  p.paragraph.FootTItle {
    font-size: 20px;
  }

  span.text-element.Phone {
    font-size: 24px;
  }

  span.text-element.Email {
    font-size: 23px;
  }

  span.text-element a.text-text-6 {
    font-size: 1.75rem;
  }

  span.text-element a.text-text-7 {
    font-size: 1.3125rem;
  }

  span.text-element.FootTitle {
    font-size: 20px;
  }

  span.text-element.FootItem {
    font-size: 20px;
  }

  span.text-element.ListHeading {
    font-size: 22px;
  }

  /* Layout Elements */

  body.body-1 {
    background-image: url('../images-main/backgsyellowtan.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.FooterPhoneEmail {
    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.FtContact {
    margin-right: 65px;
    margin-left: 65px;
  }

  li.list-item.ItemGroup1 {
    font-size: 20px;
  }
}