/* Text Elements */

h2 {
  margin-bottom: 1.5rem;
  margin-left: 0;
  color: #404040;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  font-family: 'Anton', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
  line-height: 1.1;
}

h2.centered {
  padding-top: 10px;
  color: #dab325;
  text-align: center;
}

h2.heading-section {
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 5px;
  color: #c54841;
  text-align: center;
  font-size: 50px;
  line-height: .9;
}

h2.turquoise {
  color: #dab325;
  font-family: 'Anton', cursive;
}

h2.article-title {
  margin-bottom: 0;
  color: #c54841;
}

h2.centered.turquoise {
  color: #50b1a9;
}

h2.article-cover-title.centered.turquoise {
  color: #dab325;
  font-size: 30px;
}

h2.footer-large-text.ultra-large {
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  width: 100%;
  color: #dab325;
}

h2.sample-32-heading {
  color: #2f2f3e;
  font-size: 20px;
}

h2.shop-heading-cl {
  color: #c54841;
  font-weight: 300;
  font-size: 18px;
}

h2.shop-heading {
  font-size: 20px;
}

h2.heading-1 {
  margin-right: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  font-size: 26px;
}

h4 {
  color: #404040;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.25;
}

h4.article-body-h4 {
  width: 100%;
  color: #2f2f3e;
  font-weight: 700;
}

p.paragraph {
  margin-bottom: 1rem;
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.7;
}

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

p.paragraph span.uppercase-p {
  text-transform: uppercase;
  letter-spacing: .0625rem;
}

p.paragraph.heading-section {
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  width: 200px;
  color: #2f2f3e;
  text-align: center;
  font-size: 13px;
}

p.paragraph.light {
  color: #faf8f9;
}

p.paragraph span.uppercase-p-1 {
  text-transform: uppercase;
  letter-spacing: .0625rem;
}

p.paragraph.article-body {
  width: 100%;
  color: #767676;
}

p.paragraph.article-author {
  color: #2f2f3e;
}

p.paragraph.footer-copyright-text {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  color: #dab325;
  font-weight: 700;
  font-size: 12px;
}

p.paragraph.centered.white {
  color: #fff;
}

p.paragraph.quote-author {
  margin-bottom: 0;
  min-width: 100%;
  min-height: auto;
  text-align: right;
  font-style: italic;
  font-size: 12px;
}

p.paragraph.paragraph-1 {
  margin-top: 25px;
  color: #2f2f3e;
  text-align: center;
  font-size: 12px;
}

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

p.paragraph.footer-contact-info {
  margin-bottom: 10px;
  color: #8eb0b9;
  font-size: 16px;
  line-height: 1.5;
}

blockquote {
  border-left-width: 0;
  border-left-style: none;
  color: #404040;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

blockquote.sample-15-quote-text {
  color: #2f2f3e;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
}

a.link-text {
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-text.footer-contact-info {
  color: #8eb0b9;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: color;
     -moz-transition-property: color;
       -o-transition-property: color;
          transition-property: color;
}

a.link-text.nav-item {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding: 1.5rem .636364rem 1.3rem .6363636363636364rem;
  color: #50b1a9;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: .8rem;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, 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.article-link {
  display: block;
  color: #f2f2f2;
  text-align: center;
  font-weight: 700;
}

a.link-text.footer-contact-info:hover {
  color: #ababab;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: color;
     -moz-transition-property: color;
       -o-transition-property: color;
          transition-property: color;
}

/* Layout Elements */

.container.full-width-col {
  padding-right: 0;
  padding-left: 0;
}

.container.one-thousand-centered-cont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.container.six-hundred-centered-cont {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 600px;

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

.container.surrounding-padding-col {
  -ms-flex-pack: center;
  padding: 0;
  background-color: #f2f2f2;

  -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.sample-4-content-cont {
  margin: 10vw 10px;
  max-width: none;
}

.container.sample-4-left-col {
  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;
  width: 100%;

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

.container.twelve-hundred-centered-cont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.container.one-thousand-centered-cont.sample-41-content-cont {
  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.sample-42-text-cont {
  margin-top: 0;
  margin-bottom: 0;
}

.container.sample-43-heading-texts {
  width: 100%;
}

.container.sample-43-heading-img-cont {
  width: 50%;
}

.container.one-thousand-centered-cont.sample-47-content-cont {
  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;
  padding-right: 10px;
  padding-left: 10px;

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

.container.surrounding-padding-col-low {
  -ms-flex-pack: center;
  padding: 7vw 40px;

  -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.heading-section {
  margin: 0;
  min-width: 0;
  max-width: 100%;
}

.container.article-cover.full-width-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  padding-right: 10px;
  padding-left: 10px;
  height: 50vh;
  background-image: -webkit-linear-gradient(top, rgba(47, 47, 62, 1) 0%, rgba(0, 0, 0, .63) 75%), url('../img/LivingLarge_bzzt.png');
  background-image:    -moz-linear-gradient(top, rgba(47, 47, 62, 1) 0%, rgba(0, 0, 0, .63) 75%), url('../img/LivingLarge_bzzt.png');
  background-image:      -o-linear-gradient(top, rgba(47, 47, 62, 1) 0%, rgba(0, 0, 0, .63) 75%), url('../img/LivingLarge_bzzt.png');
  background-image:         linear-gradient(180deg, rgba(47, 47, 62, 1) 0%, rgba(0, 0, 0, .63) 75%), url('../img/LivingLarge_bzzt.png');
  background-attachment: scroll, fixed;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: darken, normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.footer-copyright.surrounding-padding-col-low {
  background-color: #111;
  background-image: url('../img/BleuGallery_fimage.png');
  background-attachment: scroll;
  background-position: center bottom;
  background-clip: border-box;
  background-origin: border-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.footer-contact-info.surrounding-padding-col {
  padding-top: 15px;
  background-color: #1e1e1e;
}

.container.footer-contact-info-cont {
  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-bottom: 20px;
  padding-right: 20px;
  width: 100%;

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

.container.heading-left-cont {
  display: block;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: 100%;
  width: 100%;
  background-color: #faf8f9;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: 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;
  grid-template-columns: none;
  grid-template-rows: none;
}

.container.heading-right-cont {
  margin-top: 0;
  padding-top: 0;
  min-width: 55px;
  min-height: 100vw;
  width: 100%;
  background-image: url('../img/owl_sm.png');
  background-attachment: scroll;
  background-position: center 0vh;
  background-clip: content-box;
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.freedom-right-cont {
  margin-right: auto;
  margin-left: auto;
  min-height: 300px;
  width: 100%;
  background-image: url('../img/Jim_hummingbirdsB.png');
  background-attachment: scroll;
  background-position: center top;
  background-clip: content-box;
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: default;

  background-blend-mode: normal;
}

.container.freedom-left-cont {
  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;
  width: 100%;
  background-color: #fff;

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

.container.freedom-text-cont {
  margin: 10vw 10px;
}

.container.freedom-cont.twelve-hundred-centered-cont {
  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.article-body-cont {
  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: end;
  -ms-flex-align: end;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -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-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.article-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: end;
  margin-bottom: 60px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.team-gallery-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  margin-bottom: 3vw;

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

.container.nav-container {
  position: relative;
  z-index: 100;
  max-width: 100%;
  background-color: #343434;
}

.container.header-container {
  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;
  background-color: #070707;

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

.container.welcome-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding: 10vh 40px;
  background-color: #f2f2f2;

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

.container.full-width-col.sample-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  background-image: -webkit-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 50%), url('../img/Fox_largePr.png');
  background-image:    -moz-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 50%), url('../img/Fox_largePr.png');
  background-image:      -o-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 50%), url('../img/Fox_largePr.png');
  background-image:         linear-gradient(180deg, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 50%), url('../img/Fox_largePr.png');
  background-attachment: scroll, scroll;
  background-position: left top, left 100%;
  background-clip: border-box, content-box;
  background-origin: padding-box, content-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal, normal;
}

.container.sample-21-texts-cont.second-texts {
  -ms-flex-order: 4;
  padding: 10px 0;

  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
          order: 4;
}

.container.first-img.sample-21-image-cont {
  -ms-flex-order: 1;
  background-image: url('../img/Elvis_bzzt.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
  background-blend-mode: normal;
}

.container.sample-21-texts-cont {
  padding: 40px 40px 25px;
  width: 100%;
  background-color: #fff;
}

.container.first-texts.sample-21-texts-cont {
  -ms-flex-order: 2;
  padding: 10px 0;
  background-color: #faf8f9;

  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

.container.sample-21-image-cont.second-img {
  -ms-flex-order: 3;
  background-image: url('../img/Buck2_bzzt.png');
  background-attachment: scroll;
  background-position: center top;
  background-clip: content-box;
  background-origin: content-box;
  background-size: cover;
  background-repeat: no-repeat;

  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
  background-blend-mode: normal;
}

.container.sample-21-image-cont {
  min-height: 250px;
  width: 100%;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.about-materials-cont.twelve-hundred-centered-cont {
  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.freedom-section {
  max-width: none;
  background-color: #f2f2f2;
}

.container.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  float: none;
  -ms-flex-align: center;
  background-color: #000;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
}

.container.subnav-container {
  z-index: 10;
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  max-width: 100%;
  background-color: #070707;
  box-shadow: none;

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

.container.sample-20.surrounding-padding-col {
  padding-top: 25px;
  padding-bottom: 10px;
  background-color: #2f2f3e;
}

.container.container-1 {
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 10px;
  min-height: 60px;
  max-width: none;
  width: auto;
  background-color: #000;
}

div.responsive-picture.sample-43-article-body-img {
  margin-top: 20px;
  margin-bottom: 35px;
  max-width: none;
  width: 99.9%;
}

div.responsive-picture.article-heading-img {
  margin: 10px auto 0;
  max-width: 200px;
}

div.responsive-picture.freedom-left-img {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  max-width: none;
  width: 300px;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

div.responsive-picture.team-gallery-img {
  position: static;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-right: 0;
  max-width: none;
  width: 48%;
}

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;

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

a.glyph.font-icon-link-1 {
  float: none;
  padding-top: 13px;
  padding-bottom: 5px;
  padding-left: 15px;
  min-height: 40px;
  color: #dab325;
  font-size: 30px;
  line-height: 35px;

  -webkit-text-stroke-color: #dab325;
}

div.responsive-picture.picture-2 {
  position: static;
  right: 40px;
  display: block;
  margin: 0 auto;
  padding-bottom: 0;
  min-height: auto;
  max-width: 75%;
  width: auto;
}

div.responsive-picture.picture-3 {
  margin-right: auto;
  margin-left: auto;
  max-width: 200px;
  width: 80%;
}

li.list-item.bullets {
  color: #c54841;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Roboto', cursive;
}

div.responsive-picture.picture-2 > picture > img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

div.responsive-picture.picture-4 > picture > img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

div.responsive-picture.picture-5 {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 300px;
}

div.responsive-picture.picture-4 {
  margin-right: auto;
  margin-left: auto;
  max-width: 200px;
  width: 150px;
}

div.responsive-picture.picture-1 {
  margin-right: 0;
  margin-left: auto;
  width: 175px;
}

li.list-item.list-item-1 {
  color: #8eb0b9;
}

li.list-item.list-item-2 {
  color: #8eb0b9;
}

li.list-item.list-item-4 {
  color: #8eb0b9;
}

li.list-item.list-item-3 {
  color: #8eb0b9;
}

div.responsive-picture.picture-6 {
  margin-right: auto;
  margin-left: auto;
  max-width: 100px;
  width: 50%;
}

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

  h2.heading-section {
    font-size: 60px;
  }

  h2.footer-large-text.ultra-large {
    color: #dab325;
  }

  h2.sample-32-heading {
    font-size: 25px;
  }

  p.paragraph.heading-section {
    text-align: center;
  }

  /* Layout Elements */

  .container.heading-right-cont {
    background-size: auto auto, cover;
  }

  .container.heading-section {
    margin: 0;
    width: 100%;
  }

  .container.sample-20.surrounding-padding-col {
    padding-top: 15px;
  }

  .container.article-cover.full-width-col {
    height: 60vh;
  }

  .container.full-width-col.sample-4 {
    background-image: -webkit-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 5%), url('../img/Fox_largePr.png');
    background-image:    -moz-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 5%), url('../img/Fox_largePr.png');
    background-image:      -o-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 5%), url('../img/Fox_largePr.png');
    background-image:         linear-gradient(180deg, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 5%), url('../img/Fox_largePr.png');
  }

  .container.surrounding-padding-col {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.one-thousand-centered-cont.sample-47-content-cont {
    padding-left: 10px;
  }

  div.responsive-picture.picture-4 {
    max-width: 100%;
    width: 250px;
  }

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

  div.responsive-picture.freedom-left-img {
    padding-top: 25px;
  }
}

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

  h2.heading-section {
    font-size: 80px;
  }

  h2.sample-32-heading {
    font-size: 30px;
  }

  /* Layout Elements */

  .container.sample-21-image-cont.second-img {
    min-height: 350px;
  }

  .container.full-width-col.sample-4 {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 30%), -webkit-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 5%), url('../img/Fox_largePr.png');
    background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 30%), -moz-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 5%), url('../img/Fox_largePr.png');
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 30%), -o-linear-gradient(top, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 5%), url('../img/Fox_largePr.png');
    background-image:         linear-gradient(90deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 30%), linear-gradient(180deg, rgba(7, 7, 7, 1) 0%, rgba(29, 30, 33, .46) 5%), url('../img/Fox_largePr.png');
    background-attachment: scroll, scroll, scroll;
    background-position: left top, left top, center 100%;
    background-clip: border-box, border-box, content-box;
    background-origin: padding-box, padding-box, content-box;
    background-size: auto auto, auto auto, cover;
    background-repeat: repeat, no-repeat, no-repeat;

    background-blend-mode: normal, normal, normal;
  }

  .container.heading-right-cont {
    min-height: 100vh;
    background-size: cover, cover;
  }

  .container.surrounding-padding-col {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.one-thousand-centered-cont.sample-47-content-cont {
    padding-left: 15px;
  }

  div.responsive-picture.picture-4 {
    max-width: 100%;
    width: 375px;
  }

  div.responsive-picture.picture-5 {
    width: 370px;
  }

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

  div.responsive-picture.freedom-left-img {
    padding-top: 65px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h2.ultra-large {
    font-size: 40px;
  }

  h2.heading-section {
    font-size: 70px;
  }

  h2.article-cover-title.centered.turquoise {
    font-size: 50px;
  }

  h2.sample-32-heading {
    margin-top: 25%;
    color: #2f2f3e;
    text-align: center;
    font-size: 24px;
  }

  h2.centered {
    color: #faf8f9;
  }

  h2.shop-heading-cl {
    font-weight: 300;
    font-size: 24px;
  }

  h2.shop-heading {
    font-size: 28px;
  }

  h2.footer-large-text.ultra-large {
    -webkit-text-stroke-color: #dab325;
  }

  h4 {
    font-size: 20px;
  }

  h4.article-body-h4 {
    width: 64%;
  }

  p.paragraph.heading-section {
    max-width: 100%;
    color: #2f2f3e;
    font-size: 15px;
  }

  p.paragraph.article-body {
    width: 64%;
    font-size: 16px;
  }

  p.paragraph {
    font-size: 15px;
  }

  p.paragraph.footer-copyright-text {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    font-weight: 700;
  }

  p.paragraph.light {
    color: #f2f2f2;
  }

  p.paragraph.centered {
    color: #faf8f9;
  }

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

  p.paragraph.quote-author {
    font-size: 12px;
  }

  p.paragraph.footer-contact-info {
    font-size: 18px;
  }

  blockquote.sample-15-quote-text {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 26px;
  }

  a.link-text.footer-contact-info {
    font-size: 18px;
  }

  a.link-text.nav-item {
    padding: 1.5rem 10px 1.2rem;
    color: #daa521;
    letter-spacing: 1px;
    font-size: .85rem;

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

  a.link-text.article-link {
    color: #f2f2f2;
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
    font-size: 22px;

    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 0;
  }

  a.link-text.nav-item:visited {
    color: #c54841;
  }

  a.link-text.nav-item:hover {
    color: #8eb0b9;
  }

  /* Layout Elements */

  .container.full-width-col {
    min-height: 50vh;
  }

  .container.sample-4-left-col {
    -ms-flex-align: end;
    min-height: 0;
    max-width: 1200px;
    width: 60%;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.sample-4-content-cont {
    max-width: 440px;
  }

  .container.one-thousand-centered-cont.sample-41-content-cont {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.sample-42-text-cont {
    margin-top: 0;
    margin-bottom: 0;
    width: 48%;
  }

  .container.sample-43-heading-img-cont {
    width: 32%;
  }

  .container.sample-43-heading-texts {
    width: 64%;
  }

  .container.surrounding-padding-col-low {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .container.article-cover.full-width-col {
    min-height: 0vh;
    height: 75vh;
    background-image: -webkit-linear-gradient(top, rgba(47, 47, 62, 1) 0%, rgba(0, 0, 0, .63) 75%), url('../img/LivingLarge.png');
    background-image:    -moz-linear-gradient(top, rgba(47, 47, 62, 1) 0%, rgba(0, 0, 0, .63) 75%), url('../img/LivingLarge.png');
    background-image:      -o-linear-gradient(top, rgba(47, 47, 62, 1) 0%, rgba(0, 0, 0, .63) 75%), url('../img/LivingLarge.png');
    background-image:         linear-gradient(180deg, rgba(47, 47, 62, 1) 0%, rgba(0, 0, 0, .63) 75%), url('../img/LivingLarge.png');
  }

  .container.footer-contact-info-cont {
    margin-bottom: 15px;
    width: 48%;
  }

  .container.heading-left-cont {
    -ms-flex-align: end;
    margin-right: auto;
    margin-left: auto;
    min-width: 0;
    min-height: 0;
    max-width: 500px;
    width: 50%;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    grid-template-columns: repeat(2 , auto);
  }

  .container.heading-right-cont {
    min-height: 400px;
    width: 50%;
    background-image: -webkit-linear-gradient(left, rgba(142, 176, 185, 0) 0%, rgba(7, 7, 7, 0) 10%), url('../img/blueBirds2.png');
    background-image:    -moz-linear-gradient(left, rgba(142, 176, 185, 0) 0%, rgba(7, 7, 7, 0) 10%), url('../img/blueBirds2.png');
    background-image:      -o-linear-gradient(left, rgba(142, 176, 185, 0) 0%, rgba(7, 7, 7, 0) 10%), url('../img/blueBirds2.png');
    background-image:         linear-gradient(90deg, rgba(142, 176, 185, 0) 0%, rgba(7, 7, 7, 0) 10%), url('../img/blueBirds2.png');
    background-attachment: scroll;
    background-position: center 0vh;
    background-clip: content-box;
    background-origin: content-box;
    background-size: cover, cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.freedom-right-cont {
    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;
    float: none;
    min-height: 400px;
    width: 300px;
    background-image: url('../img/Jim_hummingbirdsB.png');
    background-position: 100% center;
    background-size: contain;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    grid-area: auto/span 1/ auto /span 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.freedom-left-cont {
    min-height: 0;
    width: 50%;
  }

  .container.article-heading {
    -ms-flex-pack: justify;

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

  .container.freedom-text-cont {
    max-width: 400px;
  }

  .container.header-container {
    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;
    min-height: 0;
    width: 100%;
    background-color: #faf8f9;

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

  .container.first-img.sample-21-image-cont {
    -ms-flex-order: 2;
    background-image: url('../img/Elvis_bzzt.png');
    background-attachment: scroll;
    background-position: center center;
    background-clip: content-box;
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;

    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    background-blend-mode: normal;
  }

  .container.sample-21-texts-cont {
    width: 50%;
  }

  .container.first-texts.sample-21-texts-cont {
    -ms-flex-order: 1;

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }

  .container.sample-21-image-cont {
    width: 50%;
  }

  .container.subnav-container {
    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;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #070707;

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

  .container.nav-inner {
    display: none;
  }

  .container.welcome-section {
    position: relative;
    z-index: 101;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f2f2f2;
  }

  .container.heading-section {
    display: block;
    margin: 0 auto;
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  .container.sample-21-image-cont.second-img {
    background-image: url('../img/Buck2_bzzt.png');
    background-attachment: scroll;
    background-position: center top;
    background-clip: content-box;
    background-origin: content-box;
    background-size: cover;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.full-width-col.sample-4 {
    -ms-flex-pack: end;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 30%), -webkit-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(29, 30, 33, .3) 5%), url('../img/Fox_lgPr2.png');
    background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 30%), -moz-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(29, 30, 33, .3) 5%), url('../img/Fox_lgPr2.png');
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 30%), -o-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(29, 30, 33, .3) 5%), url('../img/Fox_lgPr2.png');
    background-image:         linear-gradient(90deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 30%), linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(29, 30, 33, .3) 5%), url('../img/Fox_lgPr2.png');
    background-attachment: scroll, scroll, scroll;
    background-position: left top, left top, center 0;
    background-clip: border-box, border-box, content-box;
    background-origin: padding-box, padding-box, content-box;
    background-size: auto auto, auto auto, cover;
    background-repeat: repeat, no-repeat, no-repeat;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    background-blend-mode: normal, normal, normal;
  }

  .container.sample-20.surrounding-padding-col {
    min-width: 10px;
    background-color: #2f2f3e;
  }

  .container.container-1 {
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }

  .container.freedom-cont.twelve-hundred-centered-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    min-height: 0;
    max-width: 800px;
    background-color: transparent;

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

  .container.freedom-section {
    background-color: #faf8f9;
  }

  .container.surrounding-padding-col {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.sample-21-texts-cont.second-texts {
    padding-left: 10px;
  }

  .container.one-thousand-centered-cont.sample-47-content-cont {
    margin-bottom: 0;
    padding-left: 15px;
  }

  div.responsive-picture.sample-43-article-body-img {
    width: 500px;
  }

  div.responsive-picture.team-gallery-img {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 23.5%;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;

    -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-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  li.list-item-container.nav-wrapper {
    padding-right: 0;
    background-color: transparent;
  }

  ul.list-container.medium-horizontal.menu {
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    min-width: 50%;
    max-width: 60%;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  div.responsive-picture.picture-3 {
    position: static;
    right: auto;
    margin-right: auto;
    width: 300px;
  }

  div.responsive-picture.picture-4 {
    max-width: 100%;
    width: 300px;
  }

  div.responsive-picture.picture-5 {
    max-width: 100%;
    width: 300%;
  }

  div.responsive-picture.picture-1 {
    max-width: 275px;
    width: 275px;
  }

  li.list-item.list-item-1 {
    color: #8eb0b9;
  }

  li.list-item.list-item-2 {
    color: #8eb0b9;
  }

  li.list-item.list-item-3 {
    color: #8eb0b9;
  }

  li.list-item.list-item-4 {
    color: #8eb0b9;
  }

  div.responsive-picture.article-heading-img {
    max-width: 350px;
  }

  div.responsive-picture.picture-6 {
    margin-bottom: 0;
  }

  div.responsive-picture.picture-2 > picture > img {
    -o-object-position: 90% 90%;
       object-position: 90% 90%;
  }

  div.responsive-picture.picture-2 {
    margin: 0 auto;
    max-width: 300px;
  }

  li.list-item.bullets {
    color: #c54841;
    font-weight: 600;
    font-size: 20px;
  }

  div.responsive-picture.picture-3 > picture > img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }

  div.responsive-picture.freedom-left-img {
    padding-top: 45px;
  }
}

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

  p.paragraph.heading-section {
    margin-bottom: 0;
  }

  /* Layout Elements */

  .container.full-width-col.sample-4 {
    background-position: left top, left top, center 0;
  }

  .container.surrounding-padding-col {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.sample-21-texts-cont.second-texts {
    padding-right: 0;
    padding-left: 10px;
    min-width: 10px;
  }

  .container.freedom-right-cont {
    width: 400px;
  }

  .container.one-thousand-centered-cont.sample-47-content-cont {
    padding-bottom: 15px;
    padding-left: 15px;
  }

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

  div.responsive-picture.picture-3 {
    max-width: 250px;
  }

  div.responsive-picture.freedom-left-img {
    padding-top: 85px;
  }
}

@media screen and (min-width: 63.3125rem) {
  div.responsive-picture.picture-2 {
    max-width: 350px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h2.ultra-large {
    font-size: 50px;
  }

  h2.heading-section {
    color: #c54841;
    font-size: 80px;
  }

  h2.sample-32-heading {
    margin: 10% 10px 24px;
    padding-bottom: 10px;
    color: #2f2f3e;
    text-align: right;
    font-size: 24px;
  }

  h4 {
    font-size: 24px;
  }

  p.paragraph span.uppercase-p {
    text-transform: uppercase;
    letter-spacing: .0625rem;
  }

  p.paragraph.heading-section {
    margin-bottom: 10px;
    width: 300px;
    color: #2f2f3e;
    font-size: 20px;
  }

  p.paragraph span.uppercase-p-1 {
    text-transform: uppercase;
    letter-spacing: .0625rem;
  }

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

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph.footer-contact-info {
    font-size: 24px;
  }

  blockquote.sample-15-quote-text {
    color: #2f2f3e;
  }

  a.link-text.footer-contact-info {
    font-size: 24px;
  }

  a.link-text.nav-item {
    padding-top: 1.2rem;
    padding-right: 28px;
    padding-left: 28px;
    border-top: .1875rem solid transparent;
    color: #dab325;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
  }

  a.link-text.nav-item:hover {
    border-top-color: #8eb0b9;
    color: #8eb0b9;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;

    -webkit-text-stroke-color: #8eb0b9;
  }

  /* Layout Elements */

  .container.sample-4-left-col {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
  }

  .container.surrounding-padding-col {
    margin-top: 0vh;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }

  .container.sample-20.surrounding-padding-col {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container.twelve-hundred-centered-cont {
    float: none;
  }

  .container.surrounding-padding-col-low {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .container.heading-section {
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    width: 100%;
  }

  .container.heading-right-cont {
    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;
    min-width: 0;
    min-height: 375px;
    width: 50%;
    background-image: url('../img/blueBirds2.png');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.footer-copyright.surrounding-padding-col-low {
    padding-bottom: 40px;
    border-top: .0625rem dotted #272727;
  }

  .container.sample-21-texts-cont {
    padding: 60px 60px 45px;
  }

  .container.about-materials-cont.twelve-hundred-centered-cont {
    background-color: #f2f2f2;
  }

  .container.sample-21-texts-cont.second-texts {
    padding-right: 0;
    padding-left: 10px;
    background-color: #fff;
  }

  .container.footer-contact-info.surrounding-padding-col {
    margin-bottom: 0;
    background-color: #1e1e1e;
  }

  .container.subnav-container {
    position: relative;
    z-index: 101;
    margin-right: auto;
    margin-left: auto;
  }

  .container.full-width-col.sample-4 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    min-height: auto;
    max-height: none;
    background-position: left top, 100% top;
  }

  .container.welcome-section {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #f2f2f2;
  }

  .container.freedom-right-cont {
    min-width: 0;
    width: 400px;
    background-image: url('../img/Jim_hummingbirdsB.png');
    background-attachment: scroll;
    background-position: 100% center;
    background-size: auto auto;

    grid-area: span 1/ auto / auto / auto;
  }

  .container.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-right: auto;
    margin-left: auto;
    min-width: 0;
    width: 100%;

    grid-template-columns: none;
    grid-template-rows: none;
  }

  .container.heading-left-cont {
    max-width: none;
    width: 50%;
  }

  .container.freedom-cont.twelve-hundred-centered-cont {
    float: none;
    clear: left;
    max-width: 1000px;
    max-height: none;
    background-color: #faf8f9;
  }

  .container.header-container {
    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;
    margin-right: auto;
    margin-left: auto;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    background-color: #faf8f9;

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

  .container.freedom-left-cont {
    display: grid;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: auto;
    background-color: transparent;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .container.freedom-section {
    min-width: 10px;
    min-height: auto;
    background-color: #f2f2f2;
  }

  .container.one-thousand-centered-cont.sample-41-content-cont {
    max-width: 1500px;
    width: 1000px;
  }

  .container.article-cover.full-width-col {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container.sample-21-image-cont.second-img {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.freedom-text-cont {
    margin-top: 45px;
  }

  .container.one-thousand-centered-cont.sample-47-content-cont {
    margin-bottom: 0;
  }

  .container.footer-contact-info-cont {
    padding-bottom: 15px;
  }

  .container.sample-42-text-cont {
    width: 48%;
  }

  li.list-item-container.nav-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 20;
       -moz-box-flex: 0;
        -ms-flex: 0 20;
            flex: 0 20;
  }

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

  div.responsive-picture.picture-5 {
    max-width: 100%;
  }

  div.responsive-picture.picture-4 {
    max-width: none;
    width: 400px;
  }

  li.list-item.bullets {
    color: #c54841;
    font-weight: 600;
    font-size: 20px;
  }

  div.responsive-picture.picture-2 {
    margin: 0 auto;
    max-width: 600px;
  }

  div.responsive-picture.picture-2 > picture > img {
    -o-object-position: center center;
       object-position: center center;
  }

  div.responsive-picture.freedom-left-img {
    display: block;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 75px;
    padding-bottom: 0;

    grid-area: auto /auto/ auto /auto;
  }
}