/* Text Elements */

h1.Title-FCC {
  color: #fff;
  font-size: 28px;
}

h2.tax-firm {
  color: #fff;
}

h2.phone {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
  background-color: #fff;
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  font-size: 26px;
}

h3.contingency {
  padding: 10px;
  border: .25rem double #1e4dae;
  color: #0a1228;
  text-align: justify;
}

h3.heading-1 {
  color: #1e4dae;
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
  font-style: italic;
  font-size: 21px;
}

h4.svc-hdg {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

h4.heading-black {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
}

h4.protest {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #8e0000;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

h4 a.heading-text-1 {
  text-decoration: underline;
}

h4 a.heading-text-2 {
  text-decoration: underline;
}

h4.about-joe {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  color: #fff;
  text-align: center;
  font-style: italic;
  font-size: 22px;
}

h4.speak-engagements {
  color: #8e0000;
  text-align: center;
  font-weight: 600;
}

h4.fee-heading {
  margin-top: 10px;
  color: #0a1228;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

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

p.paragraph.txt-body {
  margin: 20px 0;
  padding-bottom: 0;
  color: #000;
  font-size: 18px;
}

p.paragraph span.paragraph-text-1 {
  color: #8e0000;
  font-weight: 600;
}

p.paragraph span.paragraph-text-2 {
  color: #8e0000;
  font-weight: 600;
}

p.paragraph span.paragraph-text-3 {
  color: #8e0000;
  font-weight: 600;
}

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

p.paragraph.footer-para {
  margin-bottom: 0;
  padding: 10px;
  background-color: #dddbde;
}

p.paragraph.credentials {
  color: #fff;
  text-align: center;
}

p.paragraph.txt-fees {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  color: #000;
  font-size: 18px;
}

p.paragraph.clients {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 18px;
}

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

p.paragraph span.paragraph-text-5 {
  text-decoration: underline;
  font-weight: 600;
}

p.paragraph span.paragraph-text-6 {
  text-decoration: underline;
  font-weight: 600;
}

p.paragraph span.paragraph-text-7 {
  text-decoration: underline;
  font-weight: 600;
}

p.paragraph span.paragraph-text-8 {
  text-decoration: underline;
  font-weight: 600;
}

p.paragraph span.paragraph-text-9 {
  text-decoration: underline;
  font-weight: 600;
}

p.paragraph span.paragraph-text-10 {
  text-decoration: underline;
  font-weight: 600;
}

p.paragraph.tip-txt {
  margin: 20px auto;
  padding-bottom: 0;
  max-width: 1200px;
  color: #000;
  font-size: 18px;
}

a.link-text.nav-item {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding: .8rem .6363636363636364rem .9rem;
  background-color: #fff;
  color: rgba(37, 37, 37, .85);
  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.nav-item:hover {
  background-color: #1e4dae;
  color: #fdfdfd;
}

/* Layout Elements */

body.body-1 {
  background-image: -webkit-linear-gradient(top, rgba(30, 77, 174, 1) 0%, rgba(10, 18, 40, .9) 50%, rgba(30, 77, 174, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(30, 77, 174, 1) 0%, rgba(10, 18, 40, .9) 50%, rgba(30, 77, 174, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(30, 77, 174, 1) 0%, rgba(10, 18, 40, .9) 50%, rgba(30, 77, 174, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(30, 77, 174, 1) 0%, rgba(10, 18, 40, .9) 50%, rgba(30, 77, 174, 1) 100%);
  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.wrapper-slider {
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}

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

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  -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;
}

.container.wrapper-social {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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;
}

.container.wrapper-title-fcc {
  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;
  margin-top: 10px;
  margin-bottom: 20px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: 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;
}

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

.container.nav-col.sticky-container {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  background-color: #fff;
}

.container.wrapper-collage {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;

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

.container.wrapper-collage-sub {
  margin: 10px auto;
  padding-right: 0;
  max-width: 200px;
  border: .0625rem solid #fff;
}

.container.wrapper-body {
  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;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1400px;
  background-color: #dddbde;

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

.container.wrapper-tip {
  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;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  width: 35%;
  background-color: #dddbde;

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

.container.wrapper-tips {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1800px;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
          align-content: space-between;
}

.container.wrapper-available-speak {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 1200px;
  border: .25rem double #8e0000;
}

.container.wrapper-footer {
  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;
  margin-top: 0;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #dddbde;

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

.container.wrapper-about-head {
  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;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1800px;

  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.wrapper-sub-head-about {
  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;

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

.container.wrapper-fee-sub {
  margin-right: auto;
  margin-left: auto;
}

.container.wrapper-fee {
  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;
  margin-top: 10px;
  margin-bottom: 10px;
  border: .25rem double #1e4dae;

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

.container.wrapper-contingency {
  margin-right: auto;
  margin-left: auto;
}

.container.wrapper-client-list {
  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: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

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

.container.wrapper-joe-contact {
  margin-right: auto;
  margin-left: auto;
}

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

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

.html-element.slider {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}

a.responsive-picture.picture-link-1 {
  margin: 15px 20px;
  padding-right: 0;
  padding-left: 0;
  max-width: 50px;
  border: .125rem solid #fff;
  box-shadow: none;
}

div.responsive-picture.logo {
  margin-right: 20px;
  margin-left: 20px;
  max-width: 50px;
  box-shadow: none;
}

.rule.menu-line hr {
  border-top-width: 2px;
  border-top-color: #8e0000;
}

.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: 0 20px;
  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: 10px;

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

div.responsive-picture.collage-img {
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  max-width: 212px;
  width: auto;
}

div.responsive-picture.spirograph {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  max-width: 150px;
}

div.responsive-picture.joe-suit {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

div.responsive-picture.tax {
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  margin-left: 0;
  max-width: 650px;
  width: auto;
}

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

div.responsive-picture.fee-img {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

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

div.responsive-picture.joe-chair {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
}

a.responsive-picture.elite-link {
  margin: 20px auto;
  max-width: 250px;
  background-color: #dddbde;
}

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

  h1.Title-FCC {
    font-size: 36px;
  }

  h2.tax-firm {
    font-size: 26px;
  }

  h3.contingency {
    font-size: 19px;
  }

  h3.heading-1 {
    font-size: 21px;
  }

  h4.svc-hdg {
    font-size: 16px;
  }

  h4.about-joe {
    font-size: 24px;
  }

  h4.speak-engagements {
    font-size: 20px;
  }

  h4.fee-heading {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  p.paragraph.credentials {
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

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

  ul.unorder-list.unordered-list-1 {
    margin-right: 20px;
    margin-left: 20px;
  }

  a.link-text.nav-item {
    padding: 12px 8px 10px;
    font-size: 1.125rem;
  }

  /* Layout Elements */

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

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

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

  .container.wrapper-collage-sub {
    max-width: 212px;
  }

  .container.wrapper-tips {
    max-width: 800px;
  }

  .container.wrapper-about-head {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;

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

  .container.wrapper-sub-head-about {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: none;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -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.wrapper-fee {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-align: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.wrapper-fee-sub {
    padding-left: 10px;
    width: 70%;
  }

  .container.wrapper-client-list {
    -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;
  }

  .container.list {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 15px;

    -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.collage-img {
    max-width: 216px;
  }

  div.responsive-picture.joe-suit {
    width: auto;
  }

  div.responsive-picture.fee-img {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }

  div.responsive-picture.joe-chair {
    width: auto;
  }

  .html-element.form {
    min-width: 500px;
  }
}

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

  h2.phone {
    margin-right: auto;
    margin-left: auto;
  }

  h3.contingency {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
  }

  h3.heading-1 {
    font-size: 23px;
  }

  h4.svc-hdg {
    font-size: 22px;
  }

  h4.about-joe {
    font-size: 24px;
  }

  h4.fee-heading {
    font-size: 22px;
  }

  h4 a.heading-text-3 {
    font-weight: 600;
  }

  h4 a.heading-text-4 {
    font-weight: 600;
  }

  p.paragraph.paragraph-1 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  /* Layout Elements */

  .container.wrapper-header {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
            align-content: space-around;
  }

  .container.wrapper-title-fcc {
    margin-right: auto;
    margin-left: auto;
  }

  .container.wrapper-collage {
    margin-right: auto;
    margin-left: auto;
    max-width: 1800px;
  }

  .container.wrapper-collage-sub {
    max-width: 338px;
  }

  .container.wrapper-tips {
    margin-top: 20px;
    max-width: 800px;
  }

  .container.wrapper-body {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1400px;
    background-color: #dddbde;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.wrapper-tip {
    background-color: #dddbde;
  }

  .container.wrapper-available-speak {
    border: .25rem double #8e0000;
  }

  .container.nav-col.sticky-container {
    background-color: #fff;
  }

  .container.wrapper-footer {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -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.wrapper-fee {
    width: 48%;
  }

  .container.wrapper-contingency {
    width: 100%;
  }

  .container.wrapper-client-list {
    width: 90%;
  }

  .container.wrapper-joe-contact {
    padding-left: 60px;
    width: 50%;
  }

  .container.wrapper-form {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    width: 50%;
  }

  div.responsive-picture.collage-img {
    max-width: 340px;
  }

  li.list-item-container.nav-wrapper {
    padding: 8px;
  }

  ul.list-container.menu {
    padding: 0 15px;
  }

  div.responsive-picture.joe-chair {
    margin-bottom: 20px;
  }

  .html-element.form {
    margin-right: auto;
    margin-left: auto;
    min-width: 450px;
  }
}