/* Text Elements */

h1.main-heading {
  position: relative;
  top: 18vmin;
  right: auto;
  bottom: auto;
  float: none;
  clear: none;
  margin-top: 0;
  margin-bottom: 4px;
  padding: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 100;
  font-size: 32px;
  font-family: Papyrus, fantasy;
  line-height: 1.1;
}

h1 span.pink-h {
  color: #ca6ccd;
}

h1.main-heading.main-heading-Jim {
  top: 3%;
  text-transform: none;
  font-size: 36px;
  font-family: 'Special Elite', cursive;
}

h1.hero-heading {
  color: #331416;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 24px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.1;
}

h1.Horizontal-Bar-Jim {
  color: #331416;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 24px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.1;
}

h3.news-header {
  margin-bottom: 10px;
  color: #333;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 24px;
  font-family: 'Roboto Condensed', cursive;
  line-height: 1.1;
}

h3.news-header.sub-heading {
  margin-top: 10px;
  font-weight: 400;
  font-family: 'Roboto Condensed', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
}

h4.team-name {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  color: #e09503;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
}

h6.contact-heading {
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
}

p.paragraph.highlighted-img-p {
  margin: 15px auto 10px;
  max-width: 750px;
  color: #451115;
  text-align: center;
  font-style: italic;
  font-size: 15px;
  font-family: 'Hoefler Text', 'Baskerville old face', Garamond, 'Times New Roman', serif;
}

p.paragraph.generic {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 800px;
  color: #555;
  text-align: center;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
}

p.paragraph.news-p {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  max-width: 800px;
  font-size: 15px;
}

p.paragraph.header-paragraph {
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-family: 'Roboto', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;

  background-blend-mode: normal;
}

p.paragraph.Purchase-Paragraph-Jim {
  margin-bottom: 6px;
  padding-bottom: 5px;
  max-width: 800px;
  color: #555;
  text-align: center;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
}

ul.unorder-list.dropdown-menu {
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  min-width: 135px;
  background-color: #ddd;
}

a.link-text.footer-nav-link {
  padding: 5px 15px;
  color: #aaa;
}

a.link-text span.text-link-text-1 {
  font-family: 'Roboto', sans-serif;
}

/* Interaction Elements */

a.link-button.btn-cstm {
  margin: 3px;
}

a.link-button.btn.btn-center.btn-cstm.btn-primary {
  position: -webkit-sticky;
  position:         sticky;
  right: auto;
  left: auto;
  display: block;
  float: none;
  margin: 5px auto;
  padding-right: 12px;
  max-width: 350px;
  border-radius: 6px;
  font-size: 18px;
}

a.link-button.btn.btn-cstm.btn-primary {
  display: block;
  float: none;
}

a.link-button.btn.btn-center.btn-cstm.btn-primary:hover {
  -webkit-transform: scaleX(1.02) scaleY(1.02) scaleZ(1.02);
     -moz-transform: scaleX(1.02) scaleY(1.02) scaleZ(1.02);
          transform: scaleX(1.02) scaleY(1.02) scaleZ(1.02);
}

/* Layout Elements */

body.body-1 {
  position: static;
  min-height: auto;
}

li.list-item.nav-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #333;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 21px;
}

a.glyph.btn.dropdown-toggle {
  padding: 6px 12px;
  border: .125rem solid #331416;
  background-color: #121212;
  color: #f2f2f2;
  font-size: 24px;
  line-height: 1.43;
}

.container-grid.copyright-section {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #151515;
}

.container-grid.footer-section {
  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;
  padding: 10px 15px;
  background-color: #151515;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-grid.head-container {
  display: grid;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Stolen_Backdrop.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Stolen_Backdrop.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Stolen_Backdrop.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Stolen_Backdrop.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  grid-template-columns: none;
  grid-template-rows: none;
}

.container-grid.heading-highlight {
  margin-right: auto;
  margin-left: auto;
  padding: 25vw 5vw;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.information-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 5vw;
  padding-bottom: 3vw;
  max-width: 1200px;
}

li.list-item a.list-item-text-1 {
  color: #3b3b3b;
}

.container-grid.strategy-image-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-height: 350px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, scroll;
  background-position: left top, 0 0;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, 100% 100%;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container-grid.about-us-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-grid.team-text {
  padding-top: 15px;
}

.container-grid.team-members {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -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-grid.member-container {
  margin-right: auto;
  margin-left: auto;
  padding: 50px 15px;
  max-width: 250px;
}

div.responsive-picture.team-picture {
  margin-right: auto;
  margin-left: auto;
}

.container-grid.strategy-holder {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}

.container-grid.strategy-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;
  -ms-flex-pack: center;
  margin-right: auto;
  margin-left: auto;
  padding: 5vw 5% 2vw;

  -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-grid.info-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 5vw;
  padding-bottom: 3vw;
  max-width: 1200px;
}

.container-grid.map-region {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.container-grid.address-container {
  padding-top: 15px;
}

span.glyph.contact-icon {
  padding-top: 20px;
  color: #6ca6ed;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
}

.container-grid.contact-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.container-grid.contact-section {
  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-grid.news-section {
  margin: 5vw auto;
  max-width: 1400px;
}

.container-grid.news-container {
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  max-width: 1400px;
}

div.responsive-picture.news-img {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: none;
  width: 75%;
}

.container-grid.container-1 {
  float: none;
}

a.responsive-picture.logo_pix {
  max-width: 150px;

  grid-area: elementArea;
}

div.responsive-picture.picture-5 {
  margin: 0 auto 20px;
  max-width: none;
  width: 75%;
}

a.responsive-picture.picture-link-1 {
  max-width: 600px;
}

.container-grid.head-container.head-container-Jim {
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Backdrop2.png');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Backdrop2.png');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Backdrop2.png');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Backdrop2.png');
  background-attachment: scroll, scroll;
  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: multiply, normal;
}

.container-grid.container-2 {
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .72) 100%), url('../images/Graphics/Backdrop1.png');
  background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .72) 100%), url('../images/Graphics/Backdrop1.png');
  background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .72) 100%), url('../images/Graphics/Backdrop1.png');
  background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .72) 100%), url('../images/Graphics/Backdrop1.png');
  background-attachment: scroll, scroll;
  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, repeat;

  background-blend-mode: multiply, normal;
}

.container-grid.container-3 {
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Backdrop3.png');
  background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Backdrop3.png');
  background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Backdrop3.png');
  background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Backdrop3.png');
  background-attachment: scroll, scroll;
  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: multiply, normal;
}

.container-grid.container-4 {
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Backdrop0.png');
  background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Backdrop0.png');
  background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Backdrop0.png');
  background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Backdrop0.png');
  background-attachment: scroll, scroll;
  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, repeat;

  background-blend-mode: multiply, normal;
}

.container-grid.PourOverImage-Jim.strategy-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.FrenchPressImage-Jim.strategy-image-container {
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

div.responsive-picture.picture-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  width: auto;
}

.container-grid.Nav-Jims.nav-container {
  background-image: -webkit-linear-gradient(250deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, .73) 60%), url('../images/Graphics/Header_Backdrop2.png');
  background-image:    -moz-linear-gradient(250deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, .73) 60%), url('../images/Graphics/Header_Backdrop2.png');
  background-image:      -o-linear-gradient(250deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, .73) 60%), url('../images/Graphics/Header_Backdrop2.png');
  background-image:         linear-gradient(200deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, .73) 60%), url('../images/Graphics/Header_Backdrop2.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;

  background-blend-mode: multiply, normal;
  grid-area: auto /span 3/ auto / auto;
}

.container-grid.mosaic-section-1 {
  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;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 16px;
  min-height: auto;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(43, 31, 0, 1) 55%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Coffee_Bean_Background_FCPlus.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(43, 31, 0, 1) 55%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Coffee_Bean_Background_FCPlus.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(43, 31, 0, 1) 55%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Coffee_Bean_Background_FCPlus.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(43, 31, 0, 1) 55%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Coffee_Bean_Background_FCPlus.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: repeat, repeat;

  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  grid-area: area-6;
  background-blend-mode: normal, normal;
}

div.responsive-picture.picture-1 {
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 300px;
}

div.responsive-picture.picture-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 300px;
}

div.responsive-picture.picture-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 300px;
}

a.responsive-picture.picture-link-2 {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 300px;
}

a.responsive-picture.picture-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 300px;
}

a.responsive-picture.picture-link-4 {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 300px;
}

.container-grid.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding: 0;
  background-image: -webkit-radial-gradient(rgba(113, 108, 108, 1) 40%, rgba(250, 203, 81, 1) 45%, rgba(65, 0, 4, 1) 50%), url('../images/Graphics/Beans_Closeup_400x300.jpg');
  background-image:    -moz-radial-gradient(rgba(113, 108, 108, 1) 40%, rgba(250, 203, 81, 1) 45%, rgba(65, 0, 4, 1) 50%), url('../images/Graphics/Beans_Closeup_400x300.jpg');
  background-image:      -o-radial-gradient(rgba(113, 108, 108, 1) 40%, rgba(250, 203, 81, 1) 45%, rgba(65, 0, 4, 1) 50%), url('../images/Graphics/Beans_Closeup_400x300.jpg');
  background-image:         radial-gradient(rgba(113, 108, 108, 1) 40%, rgba(250, 203, 81, 1) 45%, rgba(65, 0, 4, 1) 50%), url('../images/Graphics/Beans_Closeup_400x300.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: multiply, normal;
}

a.responsive-picture.picture-link-5 {
  margin: 30px auto 60px;
  max-width: 500px;
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  h1.main-heading {
    position: static;
    top: 0vmin;
    margin-bottom: 10px;
    padding: 0;
    letter-spacing: 12px;
    font-size: 40px;
  }

  h1.main-heading.main-heading-Jim {
    font-size: 48px;
  }

  h1.Horizontal-Bar-Jim {
    margin-bottom: 6px;
  }

  h3.news-header {
    padding-top: 12px;
  }

  h3.news-header:hover {
    font-weight: 700;
    -webkit-transition-delay: .01s;
       -moz-transition-delay: .01s;
         -o-transition-delay: .01s;
            transition-delay: .01s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .07s;
       -moz-transition-duration: .07s;
         -o-transition-duration: .07s;
            transition-duration: .07s;
    -webkit-transition-property: all;
       -moz-transition-property: all;
         -o-transition-property: all;
            transition-property: all;
    -webkit-transform: translateX(1px) translateY(1px) translateZ(1px) scaleX(1.03) scaleY(1.03) scaleZ(1.03);
       -moz-transform: translateX(1px) translateY(1px) translateZ(1px) scaleX(1.03) scaleY(1.03) scaleZ(1.03);
            transform: translateX(1px) translateY(1px) translateZ(1px) scaleX(1.03) scaleY(1.03) scaleZ(1.03);
  }

  p.paragraph.generic {
    padding-right: 10px;
    padding-left: 10px;
  }

  p.paragraph.header-paragraph {
    font-size: 18px;
  }

  p.paragraph.Purchase-Paragraph-Jim {
    position: static;
    right: 50%;
    display: block;
    float: none;
    clear: none;
    margin: 0 auto 6px;
    padding-bottom: 0;
    max-width: none;
    vertical-align: middle;
  }

  /* Interaction Elements */

  a.link-button.btn.btn-center.btn-cstm.btn-primary {
    max-width: 350px;
    font-size: 19px;
  }

  .container-grid.news-container {
    padding-top: 0;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .container-grid.team-members {
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  a.glyph.btn.dropdown-toggle {
    position: -webkit-sticky;
    position:         sticky;
    top: auto;
    bottom: auto;
    float: right;
    margin-top: 2%;
    margin-bottom: 0;
    padding: 7px 16px;
    min-width: 0;
    width: auto;
    border: .125rem ridge #331416;
    vertical-align: top;
  }

  a.responsive-picture.picture-link-1 {
    margin-right: auto;
    margin-left: auto;
  }

  .container-grid.custom-sd-two-cols {
    margin-bottom: 40px;
  }

  .container-grid.Nav-Jims.nav-container {
    border: .0625rem ridge #451115;
  }

  .rule.rule-1 {
    margin: 3px auto;
    padding: 2px 0;
    width: 80%;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1.main-heading {
    letter-spacing: 15px;
    font-size: 56px;
  }

  h1.main-heading.main-heading-Jim {
    font-size: 60px;
  }

  h1.hero-heading {
    letter-spacing: 4px;
    font-size: 30px;
  }

  h1.Horizontal-Bar-Jim {
    letter-spacing: 4px;
    font-size: 30px;
  }

  p.paragraph.highlighted-img-p {
    font-size: 16px;
  }

  p.paragraph.generic {
    font-size: 16px;
    line-height: 24px;
  }

  p.paragraph.Purchase-Paragraph-Jim {
    font-size: 19px;
    line-height: 24px;
  }

  /* Interaction Elements */

  a.link-button.btn.btn-center.btn-cstm.btn-primary {
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 375px;
    width: auto;
    font-size: 21px;
  }

  .container-grid.member-container {
    max-width: 300px;
  }

  .container-grid.strategy-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1200px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
  }

  .container-grid.strategy-container {
    padding: 5vw 5%;
    min-height: auto;
    max-width: 50%;
  }

  .container-grid.strategy-image-container {
    min-height: 25vh;
    max-width: 50%;
    width: 100%;
    background-image: url('../images/Merch_Images/27oz_Plastic_FrenchPress.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid#right-way {
    -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-grid.news-container {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  .container-grid#right-way-copy-1 {
    -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;
  }

  a.glyph.btn.dropdown-toggle {
    min-width: 100px;
    min-height: 50px;
    border-width: .1875rem;
  }

  a.responsive-picture.logo_pix {
    max-width: 175px;
  }

  .container-grid#right-way-copy-2 {
    -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-grid.No-Backgroupnd-Jim {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.PourOverImage-Jim.strategy-image-container {
    background-image: url('../images/Merch_Images/12oz_OXO_Pourover2.png');
  }

  div.responsive-picture.picture-2 {
    margin-right: 0vmax;
    margin-bottom: 11px;
    margin-left: 0vmin;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  h1.main-heading {
    letter-spacing: 18px;
    font-size: 70px;
    font-family: Papyrus, fantasy;
  }

  h1 span.heading-text-1 {
    text-decoration: underline;
    font-weight: 500;
  }

  h1.Underline-Jim.hero-heading {
    font-weight: 500;
  }

  h1.main-heading.main-heading-Jim {
    font-size: 80px;
  }

  h1.hero-heading {
    margin-bottom: 10px;
  }

  h1.Horizontal-Bar-Jim {
    margin-bottom: 10px;
  }

  p.paragraph.header-paragraph {
    font-size: 24px;
  }

  p.paragraph.generic {
    padding-bottom: 20px;
  }

  p.paragraph.Purchase-Paragraph-Jim {
    font-size: 21px;
  }

  ul.unorder-list.dropdown-menu {
    position: static;
    bottom: auto;
    z-index: 1000;
    min-width: 135px;
  }

  /* Interaction Elements */

  a.link-button.btn.btn-cstm.btn-primary {
    display: block;
    visibility: visible;
    border-radius: 7px;
    font-size: 20px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
  }

  a.link-button.btn.btn-center.btn-cstm.btn-primary {
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: 390px;
  }

  /* Layout Elements */

  body.body-1 {
    display: block;
  }

  .container-grid.strategy-image-container {
    min-height: 30vh;
  }

  .container-grid.head-container {
    background-color: #f00;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
    grid-auto-flow: row;
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .container-grid.nav-container {
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }

  div.responsive-picture.team-picture {
    display: block;
    width: 100%;
  }

  .container-grid.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: 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;
    grid-area: auto / auto / auto / auto;
  }

  a.glyph.btn.dropdown-toggle {
    min-width: 115px;
    min-height: 50px;
    border: .1875rem ridge #451115;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.heading-highlight {
    display: grid;
  }

  li.list-item.nav-item {
    position: static;
  }

  a.responsive-picture.logo_pix {
    max-width: 200px;
  }

  .container-grid.news-section {
    margin-top: 5px;
  }

  .container-grid.head-container.head-container-Jim {
    background-color: transparent;
  }

  .container-grid.Nav-Jims.nav-container {
    padding-top: 0;
    min-width: 0;
    border: .125rem solid #331416;
    background-repeat: repeat, repeat-x;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  h1.main-heading {
    letter-spacing: 20px;
    font-size: 100px;
  }

  h1.Underline-Jim.hero-heading {
    text-decoration: underline;
  }

  h1.main-heading.main-heading-Jim {
    font-size: 100px;
  }

  h1.hero-heading {
    color: #331416;
  }

  h1.Horizontal-Bar-Jim {
    color: #331416;
  }

  h3.news-header.sub-heading {
    padding-top: 8px;
    font-family: 'Roboto Condensed', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-2 {
    font-style: italic;
  }

  p.paragraph.header-paragraph {
    font-size: 40px;
  }

  p.paragraph span.paragraph-text-3 {
    font-style: italic;
  }

  p.paragraph.Purchase-Paragraph-Jim {
    font-size: 23px;
  }

  /* Interaction Elements */

  a.link-button.btn.btn-center.btn-cstm.btn-primary {
    max-width: 410px;
    font-size: 24px;
  }

  li.list-item a.list-item-text-1 {
    color: #3b3b3b;
  }

  .container-grid.strategy-image-container {
    min-height: 35vh;
  }

  .container-grid.team-members {
    -ms-flex-pack: start;
    margin-right: auto;
    margin-left: auto;
    width: 100%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  a.glyph.btn.dropdown-toggle {
    position: relative;
    right: 0vmax;
    display: block;
    -ms-flex-order: 3;
    float: right;
    clear: both;
    overflow: auto;
    margin: 2% auto 0;
    padding: 12px 18px;
    min-width: 150px;
    max-width: none;
    width: auto;
    border-width: .25rem;
    font-size: 26px;

    grid-area: elementArea;
    justify-self: right;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 2;
       -moz-box-flex: 0;
        -ms-flex: 0 2;
            flex: 0 2;
  }

  .container-grid.nav-container {
    -ms-flex-order: 1;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Coffee_Bean_Background_FCPlus.jpg');
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Coffee_Bean_Background_FCPlus.jpg');
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Coffee_Bean_Background_FCPlus.jpg');
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/Graphics/Coffee_Bean_Background_FCPlus.jpg');
    background-attachment: scroll, fixed;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, contain;
    background-repeat: repeat, no-repeat;

    grid-area: elementArea;
    justify-self: start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    background-blend-mode: overlay, normal;
  }

  .container-grid.heading-highlight {
    position: relative;
    display: block;
    visibility: visible;
    margin-right: auto;
    background-color: transparent;
    background-attachment: scroll, local;
    background-size: auto auto, cover;
    vertical-align: middle;
  }

  .container-grid.head-container {
    visibility: visible;
    background-size: cover, cover;
  }

  .container-grid.head-container.head-container-Jim {
    background-color: transparent;
  }

  div.responsive-picture.picture-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .container-grid.Nav-Jims.nav-container {
    -ms-flex-order: 0;

    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
    grid-area: auto;
    justify-self: auto;
  }
}