﻿#breach {
  position: fixed;
  margin-left: -370px;
  left: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  border: 2px solid #50341f;
  background-color: #FFFFFF;
  padding: 5px;
  width: 740px;
  font-weight: bold;
  color: #000;
  top: 100px;
  z-index: 999999;
  box-shadow: 4px 4px 10px #50341f; }

a {
  color: #C54D19;
  text-decoration: none;
  font-weight: normal; }

a:hover,
a:focus {
  color: #C54D19;
  text-decoration: underline;
  font-weight: normal; }

body {
  background-color: #1A100A;
  color: #333;
  font-family: "Open Sans Regular";
  font-size: 14px; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1, h2, h3 {
  font-family: "Amatic Bold";
  margin: 0;
  text-transform: lowercase; }

h1 {
  color: #282129;
  font-size: 65px;
  line-height: 50px;
  margin-top: -5px; }
  h1 span {
    font-size: 57px; }
  h1 sup {
    font-size: 30px;
    top: -10px;
    vertical-align: middle; }

h2 {
  color: #7A814B;
  font-size: 55px;
  line-height: 45px;
  margin-top: -6px; }
  h2 span {
    font-size: 49px; }

h3 {
  color: #C54D19;
  font-size: 55px;
  line-height: 50px;
  margin-top: -9px; }

h4 {
  color: #7A814B;
  font-size: 22px;
  font-family: "Open Sans Semibold";
  letter-spacing: 0.05em;
  text-transform: uppercase; }

h5 {
  color: #282129;
  font-family: "Open Sans Semibold";
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase; }

@media all and (min-width: 480px) {
  h1 {
    font-size: 75px;
    line-height: 60px; }
    h1 span {
      font-size: 64px; }
    h1 sup {
      font-size: 35px; }
  h2 {
    font-size: 60px;
    line-height: 50px;
    margin-top: -7px; }
    h2 span {
      font-size: 54px; } }

@media all and (min-width: 768px) {
  h1 {
    font-size: 80px;
    line-height: 70px;
    margin-top: -15px; }
    h1 span {
      font-size: 68px; } }

@media all and (min-width: 992px) {
  h1 {
    font-size: 90px;
    line-height: 75px;
    margin-top: -13px; }
    h1 span {
      font-size: 78px; }
    h1 sup {
      font-size: 42px; }
  h2 {
    font-size: 70px;
    line-height: 60px;
    margin-top: -10px; }
    h2 span {
      font-size: 64px; }
  h3 {
    font-size: 60px;
    line-height: 50px;
    margin-top: -9px; } }

@media all and (max-width: 1025px) {
  #masthead ul.nav li:last-child ul.dropdown-menu {
    right: 0;
    left: auto; } }

ol li {
  margin-bottom: 10px; }

ul {
  list-style: square; }
  ul li {
    margin: .3em 0;
    line-height: 1.35em;
    color: #817844; }
    ul li .bulletPointGray {
      color: #333; }

ul.no-bullet > li {
  background: none;
  padding-left: 0; }

.no-bullet {
  background: none; }

ol {
  list-style-type: none;
  counter-reset: ol-counter;
  padding-left: 25px; }
  ol li:before {
    content: counter(ol-counter) ".";
    counter-increment: ol-counter;
    color: #C54D19;
    float: left;
    margin-left: -25px;
    width: 1em; }
  ol li:first-child {
    margin-top: 0; }
  ol li:last-child {
    margin-bottom: 0; }
  ol li {
    margin: 15px 0; }

p {
  margin: 0; }

section {
  position: relative; }

@media all and (min-width: 480px) {
  body {
    font-size: 16px; }
  ul li {
    background-position-y: 7px; } }

.img-hero-header {
  color: #FAF7E6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-shadow: 4px 4px 4px #000;
  width: 225px;
  height: 120px;
  text-align: center; }

/*** DEPRECATE AFTER FIXING HOME PAGE */
.background-media {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover; }

.header-prefix {
  color: #282129;
  margin-bottom: 10px;
  font-family: "Open Sans Light";
  font-size: 22px;
  line-height: 18px;
  text-transform: uppercase; }

@media all and (min-width: 480px) {
  .header-prefix {
    margin-bottom: 15px; } }

@media all and (min-width: 992px) {
  .header-prefix {
    margin-bottom: 20px; } }

.page-header {
  margin: 30px 0;
  position: relative;
  text-align: center;
  padding-bottom: 0;
  border-bottom: none; }

.copy-margin {
  margin: 20px 0; }

.legal-copy {
  font-family: "Open Sans Regular";
  font-size: 12px;
  text-align: left;
  color: #282129;
  line-height: 18px; }

.hero-background-container {
  height: 200px; }

.text-color-olive {
  color: #7A814B !important; }

.home-parallax img,
.recipe-parallax img,
.parallax img {
  width: 100%; }

.recipe-parallax {
  width: 100%; }

@media all and (max-width: 1200px) {
  .featured-recipe-parallax img {
    max-width: none;
    width: auto; } }

@media all and (min-width: 200px) {
  .home-parallax img {
    max-width: none;
    width: auto;
    height: 100%; } }

@media all and (min-width: 420px) {
  .home-parallax img {
    max-width: none;
    width: 100%;
    height: auto; } }

@media all and (min-width: 480px) {
  .hero-background-container {
    height: 340px; }
  .home-parallax img {
    max-width: none;
    width: auto;
    height: 100%; }
  .img-hero-header {
    width: 295px;
    height: 200px; } }

@media all and (min-width: 680px) {
  .home-parallax img {
    width: 100%;
    height: auto; } }

@media all and (min-width: 768px) {
  .background-media-small {
    -moz-transition: background-position 0.2s;
    -o-transition: background-position 0.2s;
    -webkit-transition: background-position 0.2s;
    transition: background-position 0.2s; }
  .hero-background-container {
    height: 0;
    padding-bottom: 40%;
    width: 100%; }
  .img-hero-header {
    width: 510px;
    height: 70px; } }

.clr-left {
  clear: left; }

.clr-right {
  clear: right; }

.clr-both {
  clear: both; }

@media all and (max-width: 767px) {
  .clr-left-xs {
    clear: left; }
  .clr-right-xs {
    clear: right; }
  .clr-both-xs {
    clear: both; } }

@media all and (min-width: 768px) and (max-width: 991px) {
  .clr-left-sm {
    clear: left; }
  .clr-right-sm {
    clear: right; }
  .clr-both-sm {
    clear: both; } }

@media all and (min-width: 992px) and (max-width: 1199px) {
  .clr-left-md {
    clear: left; }
  .clr-right-md {
    clear: right; }
  .clr-both-md {
    clear: both; } }

@media all and (min-width: 1200px) {
  .clr-left-lg {
    clear: left; }
  .clr-right-lg {
    clear: right; }
  .clr-both-lg {
    clear: both; } }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.align-center {
  text-align: center !important; }

.bg-light {
  background-color: #FAF7E6; }

.bg-md {
  background-color: #F5DDAF; }

.bg-dark {
  background-color: #1A100A; }

.bg-olive {
  /*  background: $COLOR_OLIVE url('../images/green-layout-bg.png') 0 0 no-repeat;
    background-size: cover;
      */ }
  .bg-olive .row {
    background-color: #FAF7E6;
    padding: 30px 0; }
  .bg-olive .row.no-padding {
    padding: 0; }
  .bg-olive .row.dark {
    background-color: #F5DDAF; }

.bg-beige {
  background: #F5DDAF url("images/tan-layout-bg.png") 0 0 no-repeat;
  background-size: cover; }
  .bg-beige .row {
    background-color: #FAF7E6;
    padding: 30px 0; }
  .bg-beige .row.no-padding {
    padding: 0; }

.bg-olive-no-bg {
  background: #7A814B; }

.bg-light-brown {
  background: #50341f; }

.bg-product-data {
  background: #FAF7E6 url("images/light-layout-bg.png") 0 0 no-repeat;
  background-size: cover; }

.bold {
  font-family: "Open Sans Bold";
  font-weight: normal; }

.bold-italic {
  font-family: "Open Sans Bold Italic"; }

.extra-bold {
  font-family: "Open Sans Extra Bold"; }

.extra-bold-italic {
  font-family: "Open Sans Extra Bold Italic"; }

.italic {
  font-family: "Open Sans Italic";
  font-style: normal; }

.light {
  font-family: "Open Sans Light"; }

.light-italic {
  font-family: "Open Sans Light Italic"; }

.semibold {
  font-family: "Open Sans Semibold"; }

.semibold-italic {
  font-family: "Open Sans Semibold Italic"; }

.title-case {
  text-transform: none !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

@media all and (min-width: 480px) {
  .padding-top-xs {
    padding-top: 0; }
  .padding-bottom-xs {
    padding-bottom: 0; }
  .padding-top-sm, .padding-top-md, .padding-top-lg {
    padding-top: 30px; }
  .padding-bottom-sm, .padding-bottom-md, .padding-bottom-lg {
    padding-bottom: 30px; } }

@media all and (min-width: 768px) {
  .padding-top-xs, .padding-top-sm {
    padding-top: 0; }
  .padding-bottom-xs, .padding-bottom-sm {
    padding-bottom: 0; }
  .padding-top-md, .padding-top-lg {
    padding-top: 30px; }
  .padding-bottom-md, .padding-bottom-lg {
    padding-bottom: 30px; } }

@media all and (min-width: 1024px) {
  .padding-top-md, .padding-top-xs, .padding-top-sm {
    padding-top: 0; }
  .padding-bottom-md, .padding-bottom-xs, .padding-bottom-sm {
    padding-bottom: 0; }
  .padding-top-lg {
    padding-top: 30px; }
  .padding-bottom-lg {
    padding-bottom: 30px; } }

@media all and (max-width: 768px) {
  .no-padding-left-mobile {
    padding-left: 0 !important; }
  .no-padding-right-mobile {
    padding-right: 0 !important; }
  .no-padding-mobile {
    padding: 0 !important; } }

.button {
  background-color: #50341f;
  display: inline-block;
  margin: 5px 0;
  padding: 7px 25px;
  color: #FAF7E6 !important;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer; }

.button:hover {
  background-color: #7A814B;
  text-decoration: none; }

.button-beige,
.button-olive {
  text-transform: uppercase;
  padding: 7px 25px;
  margin: 5px 0;
  display: inline-block; }

.button-olive:hover {
  color: #F5DDAF; }

.button-beige:hover {
  color: #1A100A; }

.button-beige {
  color: #7A814B;
  background-color: #FAF7E6; }

.button-olive {
  color: #FAF7E6;
  background-color: #7A814B; }

.container-margin {
  padding-top: 20px;
  padding-bottom: 20px; }

.container-content {
  margin: 0 auto;
  position: relative;
  text-align: center; }

.transparent-container {
  background: rgba(255, 255, 255, 0.3);
  padding: 15px;
  margin-bottom: 30px; }

.light-container {
  background: #FAF7E6;
  padding: 15px;
  margin-bottom: 30px !important; }

.header,
.header-small {
  font-family: "Amatic Bold";
  text-transform: lowercase; }
  .header sup,
  .header-small sup {
    font-size: 0.3em;
    position: relative;
    top: -1.5em;
    vertical-align: baseline; }

.header {
  color: #FAF7E6;
  font-size: 70px;
  line-height: 55px; }

.header-small {
  color: #C54D19;
  display: block;
  font-size: 60px;
  line-height: 50px;
  letter-spacing: 0.05em;
  margin-bottom: 15px; }
  .header-small span {
    font-size: 60px; }

@media all and (min-width: 480px) {
  .header {
    font-size: 90px;
    line-height: 95px; }
  .header-small {
    font-size: 70px;
    line-height: 55px;
    margin-bottom: 30px; } }

@media all and (min-width: 768px) {
  .container-margin {
    padding-top: 40px;
    padding-bottom: 40px; } }

.seperator,
.olive-seperator {
  background-color: #282129;
  height: 1px;
  margin: 10px 0;
  width: 100%; }

.product-seperator {
  margin: 25px 0 !important; }

.olive-seperator {
  background-color: #7A814B; }

.nutrition-seperator {
  margin: 5px 0; }

.seperator-short {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 75%; }

@media alla and (min-width: 480px) {
  .seperator,
  .olive-seperator {
    margin: 15px 0; }
  .product-seperator {
    margin: 25px 0; } }

@media all and (min-width: 992px) {
  .seperator {
    margin: 20px 0; } }

.navbar-brand .sfimageWrp {
  height: 100%; }
  .navbar-brand .sfimageWrp img {
    /*max-height: 70% !important;*/ }

.navbar-wrapper {
  height: 60px; }
  .navbar-wrapper #masthead {
    background-color: #FAF7E6;
    position: fixed;
    min-height: 60px;
    z-index: 1000;
    -webkit-transition: -webkit-box-shadow .5s,opacity .3s,min-height .4s, height .4s;
    -moz-transition: -moz-box-shadow .5s,opacity .3s,min-height .4s, height .4s;
    -o-transition: -o-box-shadow .5s,opacity .3s,min-height .4s, height .4s;
    transition: box-shadow .5s,opacity .3s,min-height .4s, height .4s;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    width: 100%;
    top: 0;
    left: 0;
    border: 0;
    -webkit-backface-visibility: hidden; }
    .navbar-wrapper #masthead .container {
      position: relative;
      z-index: 3; }
    .navbar-wrapper #masthead .navbar-brand {
      font-weight: 700;
      font-size: 24px;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
      position: relative;
      text-shadow: none;
      -moz-transition: height .4s,width .4s,line-height .4s;
      -o-transition: height .4s,width .4s,line-height .4s;
      -webkit-transition: height .4s,width .4s,line-height .4s;
      transition: height .4s,width .4s,line-height .4s;
      white-space: nowrap;
      -webkit-backface-visibility: hidden;
      padding: 0;
      line-height: 60px;
      height: 50px; }
    .navbar-wrapper #masthead .navbar-toggle {
      width: 44px;
      height: 34px;
      background: 0 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 0;
      margin-right: 0;
      margin-top: 14px;
      margin-bottom: 14px;
      -moz-transition: all .4s;
      -o-transition: all .4s;
      -webkit-transition: all .4s;
      transition: all .4s; }
    .navbar-wrapper #masthead .nav {
      min-height: 60px; }
    .navbar-wrapper #masthead .nav > li,
    .navbar-wrapper #masthead .nav > li li {
      margin: 0;
      line-height: 1em; }
    .navbar-wrapper #masthead .nav > li > a {
      background-color: transparent;
      color: #50341f;
      font-style: normal;
      padding-bottom: 23px;
      padding-top: 23px;
      position: relative;
      text-shadow: none;
      text-transform: uppercase;
      transition: all .4s;
      -moz-transition: all .4s;
      -o-transition: all .4s;
      -webkit-transition: all .4s;
      border-bottom: 1px solid #50341f; }
    .navbar-wrapper #masthead .nav > li:last-child > a {
      border-bottom: none; }
    .navbar-wrapper #masthead .nav > li.open > a {
      background-color: #ece5d2; }
    .navbar-wrapper #masthead .nav > li > a.current-page {
      background-color: #ece5d2; }
    .navbar-wrapper #masthead .nav > li > a:before {
      opacity: 0;
      transition: opacity .35s;
      -moz-transition: opacity .35s;
      -o-transition: opacity .35s;
      -webkit-transition: opacity .35s; }
    .navbar-wrapper #masthead .nav > li > a:before,
    .navbar-wrapper #masthead .nav > li > a.current-page:before {
      background-color: #1A100A;
      bottom: -1px;
      content: "";
      height: 5px;
      left: -1px;
      position: absolute;
      right: -1px;
      z-index: 100; }
    .navbar-wrapper #masthead .nav > li > a.current-page:before,
    .navbar-wrapper #masthead .nav > li > a:hover:before,
    .navbar-wrapper #masthead .nav > li.open > a:before {
      opacity: 0; }
    .navbar-wrapper #masthead .nav > li > a:hover {
      color: #1A100A;
      background-color: #ece5d2;
      text-decoration: none !important; }
    .navbar-wrapper #masthead .nav > li img {
      display: none; }
    .navbar-wrapper #masthead .nav > li.dropdown-toggle img {
      display: inline-block;
      margin-left: 2px;
      margin-right: -5px; }
    .navbar-wrapper #masthead .dropdown-menu {
      background-color: #50341f;
      border: 0;
      top: 100%;
      left: 0;
      padding: 0;
      right: auto;
      display: block;
      overflow: hidden;
      height: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-transition: height 0.4s;
      -o-transition: height 0.4s;
      -webkit-transition: height 0.4s;
      transition: height 0.4s;
      min-width: 100%; }
      .navbar-wrapper #masthead .dropdown-menu li + li {
        border-top: 1px solid #866b56; }
      .navbar-wrapper #masthead .dropdown-menu li a {
        color: #FAF7E6;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        transition: all 0.25s; }
      .navbar-wrapper #masthead .dropdown-menu li a.current-subpage,
      .navbar-wrapper #masthead .dropdown-menu li a:hover {
        background: #857263;
        color: #e3c12c;
        text-decoration: none; }
    .navbar-wrapper #masthead .icon-bar {
      background-color: #282129; }
  .navbar-wrapper #masthead.open {
    min-height: 40px; }
    .navbar-wrapper #masthead.open .navbar-nav > li > a {
      padding-top: 13px;
      padding-bottom: 13px; }
    .navbar-wrapper #masthead.open .navbar-brand {
      line-height: 50px;
      height: 45px; }
    .navbar-wrapper #masthead.open .navbar-toggle {
      margin-top: 10px;
      margin-bottom: 10px; }

@media all and (min-width: 480px) {
  .navbar-wrapper {
    height: 90px; }
    .navbar-wrapper #masthead {
      min-height: 90px; }
      .navbar-wrapper #masthead .nav > li > a {
        padding-top: 35px;
        padding-bottom: 35px; }
      .navbar-wrapper #masthead .navbar-brand {
        height: 80px;
        line-height: 85px; }
      .navbar-wrapper #masthead .navbar-toggle {
        margin-top: 28px;
        margin-bottom: 28px; }
      .navbar-wrapper #masthead .nav {
        min-height: 90px; }
    .navbar-wrapper #masthead.open {
      min-height: 70px; }
      .navbar-wrapper #masthead.open .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 25px; }
      .navbar-wrapper #masthead.open .navbar-brand {
        line-height: 70px;
        height: 70px; }
      .navbar-wrapper #masthead.open .navbar-toggle {
        margin-top: 18px;
        margin-bottom: 18px; } }

@media all and (min-width: 768px) {
  .navbar-wrapper #masthead {
    padding: 0 15px; }
    .navbar-wrapper #masthead .nav-wrapper {
      width: 755px;
      padding-left: 15px;
      padding-right: 15px;
      margin-right: auto;
      margin-left: auto; }
    .navbar-wrapper #masthead .nav > li > a {
      border-left: 1px solid #d3d0c1;
      border-bottom: none; }
    .navbar-wrapper #masthead .nav > li:last-child {
      border-right: 1px solid #d3d0c1; }
  .navbar-wrapper #masthead.open {
    height: 70px; }
  .nav > li > a.current-page:before {
    opacity: 1 !important; }
  .nav > li > a:hover,
  .nav > li.open > a:hover {
    background-color: #ece5d2; }
  .navbar-collapse.open {
    border-bottom: none !important; } }

@media all and (min-width: 992px) {
  .navbar-wrapper #masthead .nav-wrapper {
    width: 970px; } }

@media all and (min-width: 768px) and (max-width: 991px) {
  .nav > li > a {
    padding: 10px;
    font-size: 14px; } }

@media all and (min-width: 1200px) {
  .navbar-wrapper #masthead .nav-wrapper {
    width: 1170px; } }

.collapse {
  display: block;
  visibility: visible; }

.navbar-collapse {
  height: 1px;
  -moz-transition: 0.25s height;
  -o-transition: 0.25s height;
  -webkit-transition: 0.25s height;
  transition: 0.25s height; }

.navbar-collapse.open {
  height: auto;
  border-bottom: 3px solid #50341f; }

@media all and (max-width: 767px) {
  .navbar-wrapper #masthead .navbar-brand,
  .navbar-wrapper #masthead.open .navbar-brand {
    margin-left: 15px; }
  .navbar-wrapper #masthead .navbar-toggle,
  .navbar-wrapper #masthead.open .navbar-toggle {
    margin-right: 15px; }
  .navbar-wrapper #masthead .navbar-collapse,
  .navbar-wrapper #masthead.open .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden; }
  .navbar-wrapper #masthead .nav > li > a,
  .navbar-wrapper #masthead.open .nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px; }
  .navbar-wrapper #masthead .nav > li > a.open:before,
  .navbar-wrapper #masthead.open .nav > li > a.open:before {
    opacity: 0; }
  .navbar-wrapper #masthead .dropdown-menu,
  .navbar-wrapper #masthead.open .dropdown-menu {
    position: relative;
    width: 100%; } }

@media all and (max-width: 767px) {
  #masthead .dropdown-menu,
  #masthead.open .dropdown-menu {
    position: relative; }
    #masthead .dropdown-menu li a,
    #masthead.open .dropdown-menu li a {
      padding-left: 25px !important; }
  #masthead .navbar-collapse,
  #masthead.open .navbar-collapse {
    max-height: none !important; }
  #masthead .navbar-nav,
  #masthead.open .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }
    #masthead .navbar-nav li a,
    #masthead.open .navbar-nav li a {
      padding-left: 0; }
    #masthead .navbar-nav li a:hover,
    #masthead.open .navbar-nav li a:hover {
      text-decoration: underline; }
    #masthead .navbar-nav li a:hover:before,
    #masthead.open .navbar-nav li a:hover:before {
      opacity: 0 !important; } }

#footer {
  color: #FAF7E6;
  font-size: 13px;
  padding: 10px 5px;
  text-transform: uppercase; }
@media all and (max-width: 550px) {
    #footer {
	    height: 150px;
	    padding-top: 0;
    }
}


  #footer .footer-container {
    position: relative; }
@media all and (max-width: 1600px) and (min-width: 991px) {
    .footer-container {
        font-size: 12px;
    }
}


  #footer a {
    color: #FAF7E6; }
  #footer ul {
    margin-bottom: 0;
    padding-left: 0; }
    #footer ul li {
      display: inline-block;
      margin: 0 5px; }
    #footer ul li.social-badge {
      margin: 0 2px 0 4px;
      white-space: nowrap; }
      #footer ul li.social-badge a:hover {
        text-decoration: none; }
      #footer ul li.social-badge .facebook {
        background: url("images/facebook-logo.png") 0 0 no-repeat;
        display: block;
        height: 10px;
        width: 4px; }
      #footer ul li.social-badge .twitter {
        background: url("images/twitter-logo.png") 0 0 no-repeat;
        display: block;
        height: 10px;
        width: 14px; }
      #footer ul li.social-badge img {
        max-height: 12px;
        margin-top: -4px; }
      #footer ul li.social-badge svg {
        width: 20px;
        height: 20px;
        margin-left: 10px;
        fill: #FAF7E6;
        margin-bottom: -4px; }

.footer-nav {
  margin: 0 auto;
  width: 230px;
  line-height: 22px; }

.footer-copyright {
  margin-top: 5px; }

.footer-copyright,
.footer-nav {
  text-align: center; }
  
  .footer-nav {
  padding-top: 20px !important; }

@media all and (min-width: 380px) {
  .footer-nav {
    width: 90%; } }

@media all and (min-width: 768px) {
  .footer-nav {
    width: 100%;
    padding-top: 20px !important;
    line-height: normal;
    white-space: nowrap; } }

@media all and (min-width: 992px) {
  #footer {
    padding: 0;
    line-height: 50px;
    min-height: 50px; }
   }



@media all and (min-width: 1280px) {
  #footer {
    font-size: 15px; }
    #footer ul li {
      margin: 0 10px; }
    #footer ul li.social-badge {
      margin-right: 10px; } }

ul.faq {
  padding-left: 23px; }

.faq-container {
  min-height: 400px; }

.faq-categories-container {
  padding-bottom: 0;
  padding-top: 0; }

.faq-categories {
  margin: 0 auto;
  text-align: center; }
  .faq-categories .faq-selector.active span {
    background-color: #7A814B;
    cursor: default; }
  .faq-categories .faq-category-selector:first-child {
    margin-left: 0; }
  .faq-categories .faq-category-selector {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-left: 0; }
    .faq-categories .faq-category-selector img {
      display: none; }
    .faq-categories .faq-category-selector a span {
      cursor: pointer;
      background-color: #50341f;
      color: #FAF7E6;
      font-size: 12px;
      display: block;
      height: auto;
      padding: 8px 0;
      letter-spacing: 0.075em;
      line-height: 15px;
      text-transform: uppercase;
      text-align: center;
      transition: 0.5s background-color;
      -moz-transition: 0.5s background-color;
      -o-transition: 0.5s background-color;
      -webkit-transition: 0.5s background-color; }
    .faq-categories .faq-category-selector a:hover,
    .faq-categories .faq-category-selector a:active,
    .faq-categories .faq-category-selector a:visited,
    .faq-categories .faq-category-selector a:focus {
      text-decoration: none; }
    .faq-categories .faq-category-selector a:hover span,
    .faq-categories .faq-category-selector a.selected span {
      background-color: #7A814B; }
  .faq-categories .faq-category-selector + .faq-category-selector {
    margin-top: 1px; }

@media all and (min-width: 768px) {
  .faq-categories .faq-category-selector {
    width: 14%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 2%; }
    .faq-categories .faq-category-selector a span {
      height: 45px; }
  .faq-categories .faq-category-selector img {
    display: block; }
  .faq-categories .faq-category-selector + .faq-category-selector {
    margin-top: 30px; } }

@media all and (min-width: 992px) {
  .faq-categories .faq-category-selector a span {
    font-size: 16px; } }

.faqContent li.faq-q {
  padding-left: 22px;
  margin-left: -22px; }

.faq-q:first-child {
  margin-top: 0; }

.faq-q {
  background: transparent url(/CSS/images/list-closed.png) no-repeat scroll left top;
  text-transform: uppercase;
  color: #7A814B;
  font-weight: bold;
  font-size: 1.25em;
  cursor: pointer;
  margin-top: 20px;
  list-style: none; }

.faq-q.open {
  background: transparent url(/CSS/images/list-open.png) no-repeat scroll left top; }

.faq-a {
  margin-top: 10px;
  color: #282129;
  font-size: 1em;
  list-style: none;
  display: none; }

.home-parallax {
  height: 100%;
  overflow: hidden; }

.static-text-content {
  padding: 30px; }
  .static-text-content .transparent-container {
    margin-bottom: 0;
    padding: 30px; }
    .static-text-content .transparent-container p {
      margin-bottom: 15px; }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*#region DASH TOUT*/
#dash-tout {
  background-color: #7b8548;
  color: #ffffff; }
  #dash-tout .container {
    width: 980px; }
  #dash-tout img {
    display: inline-block; }
  #dash-tout a.dashText {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Amatic Bold";
    font-size: 51px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    float: right;
    position: relative;
    padding-bottom: 6px; }
  #dash-tout a.dashText:hover {
    text-decoration: underline; }
  #dash-tout .dashArrow {
    width: 18px;
    height: auto;
    margin-left: 3px; }
  #dash-tout .dashText {
    opacity: 0; }
  #dash-tout .dashButton {
    opacity: 0;
    margin-top: 20px; }

@media (min-width: 320px) {
  #dash-tout .container {
    width: 100%;
    padding: 0 5px; }
  #dash-tout a.dashText {
    font-size: 23px;
    width: 74%;
    line-height: 28px;
    margin: 10px 0; }
  #dash-tout .dashArrow {
    width: 10px; }
  #dash-tout a.dashText.dash-link br {
    display: none; }
  #dash-tout .dashButton {
    margin-top: 28px;
    width: 22%;
    height: auto;
    margin-right: 2%; } }

@media (min-width: 420px) {
  #dash-tout .container {
    width: 100%;
    padding: 0 10px; }
  #dash-tout a.dashText {
    font-size: 29px;
    width: 76%;
    line-height: 34px;
    margin: 10px 0; }
  #dash-tout .dashArrow {
    width: 12px; }
  #dash-tout .dashButton {
    margin-top: 28px;
    width: 22%;
    height: auto;
    margin-right: 2%; } }

@media (min-width: 480px) {
  #dash-tout .container {
    width: 100%; }
  #dash-tout a.dashText {
    font-size: 34px;
    width: 74%;
    line-height: 34px;
    margin: 10px 0; }
  #dash-tout .dashArrow {
    width: 12px; }
  #dash-tout .dashButton {
    margin-top: 28px;
    width: 22%;
    height: auto;
    margin-right: 2%; } }

@media (min-width: 640px) {
  #dash-tout .container {
    width: 640px; }
  #dash-tout a.dashText {
    font-size: 32px;
    line-height: 34px;
    margin-top: 15px;
    width: auto; }
  #dash-tout .dashArrow {
    width: 13px; }
  #dash-tout a.dashText.dash-link br {
    display: block; }
  #dash-tout .dashButton {
    margin-top: 10px;
    width: 120px;
    height: auto;
    margin-right: 0; } }

@media (min-width: 768px) {
  #dash-tout .container {
    width: 685px; }
  #dash-tout a.dashText {
    font-size: 35px;
    line-height: 38px;
    margin-top: 12px; }
  #dash-tout .dashArrow {
    width: 18px; }
  #dash-tout .dashButton {
    margin-top: 10px;
    width: 119px; } }

@media (min-width: 992px) {
  #dash-tout .container {
    width: 780px; }
  #dash-tout a.dashText {
    font-size: 41px;
    line-height: 41px;
    margin-top: 23px; }
  #dash-tout .dashButton {
    margin-top: 20px;
    width: 145px; } }

@media (min-width: 1200px) {
  #dash-tout .container {
    width: 945px; }
  #dash-tout a.dashText {
    font-size: 51px;
    line-height: 51px;
    margin-top: 14px; }
  #dash-tout .dashButton {
    margin-top: 10px;
    width: 155px; } }

/*@media (min-width: 1600px) {
    #dash-tout {
        .container {
            width: 980px;
        }

        a.dashText {
            font-size: 51px;
        }

        .dashButton {
            margin-top: 20px;
            width: 145px;
        }
    }
}*/
/*#endregion*/


