@charset "UTF-8";
@-webkit-keyframes moveleft {
  0%, 100% {
    transform: translate(0, 0);
  }
  20%, 80% {
    transform: translate(-170px, 0);
  }
}
@-moz-keyframes moveleft {
  0%, 100% {
    transform: translate(0, 0);
  }
  20%, 80% {
    transform: translate(-170px, 0);
  }
}
@-o-keyframes moveleft {
  0%, 100% {
    transform: translate(0, 0);
  }
  20%, 80% {
    transform: translate(-170px, 0);
  }
}
@keyframes moveleft {
  0%, 100% {
    transform: translate(0, 0);
  }
  20%, 80% {
    transform: translate(-170px, 0);
  }
}
@-webkit-keyframes moveup {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  1% {
    transform: translate(0, 40px);
  }
  70% {
    transform: translate(0, -10px);
  }
  85% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes moveup {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  1% {
    transform: translate(0, 40px);
  }
  70% {
    transform: translate(0, -10px);
  }
  85% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes moveup {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  1% {
    transform: translate(0, 40px);
  }
  70% {
    transform: translate(0, -10px);
  }
  85% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes moveup {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  1% {
    transform: translate(0, 40px);
  }
  70% {
    transform: translate(0, -10px);
  }
  85% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.btn,
.sc-payment-btn {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 1em 2.4em;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-top: 1.8em;
}
@media (max-width: 768px) {
  .btn,
  .sc-payment-btn {
    display: block;
    margin: 1em 0 !important;
    width: 100% !important;
  }
}

.sc-payment-btn, .btn-orange {
  background-color: #fb7f06;
}

.btn-grey {
  background-color: #99b9ce;
}

.sc-payment-btn {
  cursor: pointer;
}

.share {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  font-style: italic;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  opacity: 0;
  transition: all 0.2s ease-out;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fb7f06;
  z-index: 999;
  padding: 1em 1.5em;
  -webkit-animation: moveup .7s ease 1s;
  -moz-animation: moveup .7s ease 1s;
  -ms-animation: moveup .7s ease 1s;
  -o-animation: moveup .7s ease 1s;
  animation: moveup .7s ease 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.share:hover {
  right: 0;
}
.share a {
  text-decoration: none;
}
.share a svg {
  vertical-align: bottom;
}
.share a img {
  vertical-align: sub;
}
@media (max-width: 768px) {
  .share {
    display: none;
  }
}

label {
  display: none;
}

input, textarea {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #e2e2e2;
  color: #555758;
  margin-bottom: 1em;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: button;
  border-radius: 0;
}

.cta {
  padding: 1em 0 1em 1em;
  margin-right: 1.5em;
  background: #fff3e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff3e7 0%, #fee6ce 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff3e7), color-stop(100%, #fee6ce));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff3e7 0%, #fee6ce 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff3e7 0%, #fee6ce 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff3e7 0%, #fee6ce 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff3e7 0%, #fee6ce 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3e7', endColorstr='#fee6ce',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #f9a870;
  color: #444;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: relative;
}
.cta img {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 12px;
}
.cta:after {
  content: " ";
  padding: 1em 1.5em;
  margin-left: 1em;
  background: #fb7f06;
  color: #fff;
}
@media (max-width: 768px) {
  .cta {
    display: block;
    font-size: .65em;
    margin-bottom: 1em;
    position: relative;
  }
  .cta:after {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.orange {
  color: #fb7f06;
}

.bold {
  font-weight: bold;
}

h2 {
  font-family: "Kreon", "Times New Roman", Times, serif;
  text-align: center;
  font-size: 2.2em;
  margin: 0 0 .5em 0;
  padding-top: 1.5em;
  line-height: 1.1;
  color: #005084;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.8em;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

h2.blog-single {
  font-size: 3em;
  color: #444;
  margin: 0.25em 0;
}
@media (max-width: 768px) {
  h2.blog-single {
    font-size: 1.7em;
    padding-top: .5em;
  }
}

h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 1px;
}

h3.black {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
  font-size: 1em;
  margin: 0 0 .2em 0;
  letter-spacing: 0;
}

h3.strike {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #999;
  font-size: .9em;
}
h3.strike:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  z-index: -1;
}
h3.strike span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}

h3.strike.thin {
  color: #000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
h3.strike.thin:before {
  border-top: 1px solid #999;
  width: 40%;
}
@media (max-width: 768px) {
  h3.strike.thin {
    font-size: .9em;
  }
  h3.strike.thin:before {
    width: 90%;
  }
}

h3 {
  color: #333;
  font-size: 1.5em;
  margin-bottom: .5em;
}
h3.kreon {
  font-family: "Kreon", "Times New Roman", Times, serif;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1em;
  }
}

h3.subcat {
  color: #555758;
  position: relative;
  z-index: 1;
  font-size: 1.3em;
  margin-right: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  h3.subcat {
    margin-right: 0;
  }
}
h3.subcat:before {
  border-top: 1px solid #555758;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
h3.subcat span {
  background: #fff;
  padding: 0 15px;
}

h3.subcat.limited-width:before {
  max-width: 400px;
}

h3.border-above {
  border-top: 1px solid #e2e2e2;
  padding-top: 1.5em;
}

h3.single-title {
  font-size: 1.8em !important;
  margin-top: 0.25em;
  letter-spacing: 0;
  margin-bottom: 0.25em !important;
  text-transform: none !important;
}

h3.multiple-title {
  margin-top: 0.25em;
  margin-bottom: 0.25em !important;
  text-transform: none !important;
}

h3.ital {
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  font-size: 1.25em;
}

h3.ital.grey {
  color: #444;
  margin-top: 0.25em;
}

h4 {
  margin: 2em 0 .3em 0;
}

h4.kreon {
  font-family: "Kreon", "Times New Roman", Times, serif;
  color: #444;
  font-size: 1.5em;
  margin: 0.25em 0 0 0;
}

h4.open-sans {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #444;
  font-size: 1.1em;
  font-weight: normal;
  margin: 0.75em 0 0 0;
}

h4.topic {
  color: #999;
  font-weight: 600;
  margin-top: 1em;
  text-transform: uppercase;
}
h4.topic a {
  color: #999;
}

h5.ital {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.1em;
  margin: 0 0 0.5em 0;
  color: #444;
}

p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  font-size: 1.1em;
  color: #444;
}
@media (max-width: 768px) {
  p {
    font-size: 1em;
  }
}

footer p {
  color: #fff;
  margin-bottom: 2em;
}

p.black-text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

p.bigitalic {
  width: 75%;
  margin: 0 auto 2em auto;
  font-size: 1.35em;
  line-height: 1.4;
  display: block;
  text-align: center;
  font-style: italic;
}
@media (max-width: 768px) {
  p.bigitalic {
    font-size: 1em;
  }
}

.no-titlecase {
  text-transform: none;
}

h3.blue {
  color: #005084 !important;
  font-family: "Kreon", "Times New Roman", Times, serif;
  font-size: 1.7em;
}

@media (max-width: 768px) {
  .grey-box h3, .blue-box h3 {
    font-size: .8em;
  }
  .grey-box p, .blue-box p {
    font-size: .5em;
    line-height: 1.3;
  }
}

a {
  color: #3d9ccc;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

ul.orange-check {
  list-style-image: url("/wp-content/themes/livinggoods/img/general/icons/list-checker.png");
  margin: 0;
  font-size: 1em;
}
ul.orange-check li {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
ul.orange-check li span {
  font-weight: 700;
  display: block;
}

ul.dotted-list {
  list-style: initial;
  font-weight: bold;
  margin-left: 2em;
}

ul.orange-arrow li {
  background-image: url("/wp-content/themes/livinggoods/img/general/icons/png/orange-arrow.png");
  background-repeat: no-repeat;
  line-height: 54px;
  padding-left: 47px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
ul.orange-arrow li span {
  font-weight: 700;
}
ul.orange-arrow.small-bold li {
  line-height: 25px;
  font-size: 1em;
  font-weight: bold;
  background-size: 25px;
}

nav {
  text-align: center;
}
nav a {
  color: #fff;
  font-family: 'Open Sans', serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

.smaller nav a {
  letter-spacing: 0;
}

ul.mobile-submenu li {
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

article {
  color: #000;
}
article .title {
  font-family: "Kreon", "Times New Roman", Times, serif;
  font-size: 1.8em;
  text-transform: none;
}
article .subtitle {
  color: #555758;
  display: block;
  font-style: italic;
  font-size: 1.1em;
  margin-top: .4em;
  overflow: hidden;
  margin-bottom: 1.5em;
}

ul.children li {
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
}
ul.children li a {
  color: #3d9ccc;
}

.italic {
  font-style: italic;
}

.slideshow-wide {
  font-family: "Kreon", "Times New Roman", Times, serif;
  color: #fff;
  font-size: 2.2em;
  line-height: 1.3;
}

#slideshow-blue blockquote {
  display: block;
  margin-top: 2.3em;
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  border: 0;
}
#slideshow-blue blockquote:before, #slideshow-blue blockquote:after {
  display: none;
}
#slideshow-blue cite {
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: 1em;
  font-size: .4em;
  text-transform: uppercase;
  font-style: normal;
}
#slideshow-blue cite .bold {
  font-weight: 700;
  font-size: 1.1em;
}
@media (max-width: 1024px) {
  #slideshow-blue blockquote {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  #slideshow-blue blockquote {
    font-size: .7em;
  }
}

blockquote {
  padding: .5em 0;
  border-top: 1px solid #005084;
  margin: 1em 0;
  border-bottom: 1px solid #005084;
  color: #005084;
  font-size: 2em;
  font-family: Kreon;
  text-align: center;
}
blockquote:before {
  content: "\201C";
  font-family: Georgia;
}
blockquote:after {
  content: "\201D";
  font-family: Georgia;
}

.big-blue-text {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.big-blue-text p {
  font-size: 1.7em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #005084;
}
.big-blue-text p span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .big-blue-text p {
    display: block !important;
    padding: 0 1em;
    text-align: center;
  }
}
.big-blue-text.wide {
  max-width: 960px;
}
.big-blue-text.border {
  padding: 1em 0;
  border-top: 1px solid #99b9ce;
  border-bottom: 1px solid #99b9ce;
}

.bottom-text {
  margin-left: 2em;
}
.bottom-text a {
  color: #333;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 600;
}
.bottom-text a:after {
  background: url("/wp-content/themes/livinggoods/img/general/icons/arrow-blue-small.png") no-repeat;
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0 0 -.1em .3em;
}
@media (max-width: 768px) {
  .bottom-text a:after {
    content: ">";
    width: auto;
    height: auto;
    background: none;
    margin: auto;
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .bottom-text {
    font-size: .8em;
  }
}
@media (max-width: 768px) {
  .bottom-text {
    margin-top: 0;
  }
  .bottom-text a {
    margin-top: 0 !important;
    margin-bottom: 10px;
    width: 90%;
  }
}

.inline-icons span {
  color: #999;
  font-size: .8em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.inline-icons .partner {
  color: #005084;
  font-size: 1em;
}

.bottom-bar {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
}

.iframe-caption, .caption {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #444;
  font-size: 1.15em;
}

.justified-gallery a {
  position: relative;
}
.justified-gallery a .caption {
  font-size: 1em;
  font-style: normal;
  position: absolute;
  background: #005084;
  display: inline-block;
  width: 240px;
  color: #fff;
  left: 0;
  bottom: 5px;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.justified-gallery a:hover .caption {
  opacity: .9;
}

footer h3 {
  color: #fff;
  font-size: 1em;
  text-transform: capitalize;
}

.heavy {
  font-weight: 600;
}

.slideshow-wide {
  padding: 0;
  margin: 0;
  background-size: cover;
}
.slideshow-wide .slidesjs-container {
  width: 90% !important;
  margin: 0 auto;
}
.slideshow-wide .slidesjs-navigation {
  color: #fff;
  text-decoration: none;
  font-family: Lucida;
  font-size: 1.3em;
  position: absolute;
  top: 35%;
  left: 1%;
}
@media (max-width: 768px) {
  .slideshow-wide .slidesjs-navigation {
    left: 5%;
    top: 45%;
  }
}
.slideshow-wide .slidesjs-next {
  right: 1%;
  left: auto;
}
@media (max-width: 768px) {
  .slideshow-wide .slidesjs-next {
    right: 5%;
  }
}
.slideshow-wide .slidesjs-control {
  width: 80% !important;
  margin: 0 auto;
  list-style: none;
}

.slidesjs-pagination {
  margin: 0 auto 1em auto;
  display: block;
  width: 100%;
  transform: translateX(45%);
  -webkit-transform: translateX(45%);
  -ms-transform: translateX(45%);
}
.slidesjs-pagination li a {
  display: block;
  width: 13px;
  margin-right: 10px;
  height: 0;
  padding-top: 13px;
  background-image: url(/wp-content/themes/livinggoods/img/general/icons/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active, .slidesjs-pagination li a:hover {
  background-position: 0 -13px;
}

.slideshow-home {
  margin-top: -150px;
}
.slideshow-home span {
  position: absolute;
  width: 350px;
  right: 3%;
  margin-top: 19%;
}
@media (max-width: 1111px) {
  .slideshow-home span {
    font-size: .8em;
    margin-top: 20%;
  }
  .slideshow-home span a {
    margin-top: 1em;
    display: inline-block;
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .slideshow-home .slidesjs-slide {
    top: 150px;
  }
  .slideshow-home .slidesjs-control {
    width: 100% !important;
  }
  .slideshow-home .slidesjs-navigation {
    top: 25%;
  }
}
@media (max-width: 768px) {
  .slideshow-home {
    margin-top: -5px;
    height: 400px;
  }
  .slideshow-home .slidesjs-slide {
    top: 150px;
  }
  .slideshow-home .slidesjs-pagination {
    display: none;
  }
  .slideshow-home span .btn {
    width: 195px !important;
  }
}
@media (max-width: 430px) {
  .slideshow-home {
    background-image: url(/wp-content/themes/livinggoods/img/home/top-banner-mobile.jpg) !important;
    margin-top: -87px;
    background-position: 0 -100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
  }
  .slideshow-home span {
    width: 90%;
    margin: 0;
    font-size: .9em;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
    line-height: 1.1;
  }
  .slideshow-home .slidesjs-container {
    margin-top: 4em;
    height: 400px !important;
  }
}

#slideshow-blue {
  position: relative;
}
#slideshow-blue #next, #slideshow-blue #prev {
  top: 45%;
}
@media (max-width: 768px) {
  #slideshow-blue {
    height: 380px;
  }
  #slideshow-blue .slidesjs-pagination {
    display: none;
  }
  #slideshow-blue #next, #slideshow-blue #prev {
    top: 30%;
  }
  #slideshow-blue .mobile-centered {
    margin-top: 4em !important;
  }
}

@media (max-width: 768px) {
  #slideshow-blue .slidesjs-container, #slideshow-blue .slidesjs-control {
    height: 380px !important;
  }
  #slideshow-blue .slidesjs-container blockquote, #slideshow-blue .slidesjs-control blockquote {
    margin-top: 1em;
    font-size: .6em;
  }
  #slideshow-blue .slidesjs-container blockquote cite, #slideshow-blue .slidesjs-control blockquote cite {
    font-size: .5em;
  }
}

/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0px;
}

[class*='col-'] {
  float: left;
  padding-right: 20px;
  /* column-space */
}

.grid {
  width: 100%;
  max-width: 1140px;
  min-width: 755px;
  margin: 0 auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding-top: 20px;
  padding-left: 20px;
  /* grid-space to left */
  padding-right: 0px;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
  float: right;
}

/* Content Columns */
.col-1-1 {
  width: 100%;
}

.col-3-4 {
  width: 75%;
}

.col-2-3, .col-8-12 {
  width: 66.66%;
}

.col-1-2, .col-6-12 {
  width: 50%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-4-5 {
  width: 80%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

/* Pushing blocks */
.push-2-3, .push-8-12 {
  margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
  margin-left: 50%;
}

.push-1-3, .push-4-12 {
  margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
  margin-left: 25%;
}

.push-1-5 {
  margin-left: 20%;
}

.push-1-6, .push-2-12 {
  margin-left: 16.667%;
}

.push-1-7 {
  margin-left: 14.28%;
}

.push-1-8 {
  margin-left: 12.5%;
}

.push-1-9 {
  margin-left: 11.1%;
}

.push-1-10 {
  margin-left: 10%;
}

.push-1-11 {
  margin-left: 9.09%;
}

.push-1-12 {
  margin-left: 8.33%;
}

@media handheld, only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 10px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }

  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    /* column-space */
  }

  /* Mobile Layout */
  [class*='mobile-col-'] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    /* column-space */
    padding-bottom: 0px;
  }

  .mobile-col-1-1 {
    width: 100%;
  }

  .mobile-col-2-3, .mobile-col-8-12 {
    width: 66.66%;
  }

  .mobile-col-1-2, .mobile-col-6-12 {
    width: 50%;
  }

  .mobile-col-1-3, .mobile-col-4-12 {
    width: 33.33%;
  }

  .mobile-col-1-4, .mobile-col-3-12 {
    width: 25%;
  }

  .mobile-col-1-5 {
    width: 20%;
  }

  .mobile-col-1-6, .mobile-col-2-12 {
    width: 16.667%;
  }

  .mobile-col-1-7 {
    width: 14.28%;
  }

  .mobile-col-1-8 {
    width: 12.5%;
  }

  .mobile-col-1-9 {
    width: 11.1%;
  }

  .mobile-col-1-10 {
    width: 10%;
  }

  .mobile-col-1-11 {
    width: 9.09%;
  }

  .mobile-col-1-12 {
    width: 8.33%;
  }

  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%;
  }

  .mobile-col-10-12 {
    width: 83.333%;
  }

  .mobile-col-9-12 {
    width: 75%;
  }

  .mobile-col-5-12 {
    width: 41.66%;
  }

  .mobile-col-7-12 {
    width: 58.33%;
  }

  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}
body {
  margin-top: 160px;
}
body.notop {
  margin-top: 0;
}
@media (max-width: 768px) {
  body {
    margin-top: 80px;
  }
}

.space {
  display: block;
  height: 20px;
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.section {
  padding: 4em 0 4em 0;
}
.section.ivory {
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .section {
    padding: 1.4em;
  }
}

img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

p {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 1em;
  line-height: 1.5;
}
p.center {
  text-align: center;
}
p.italic {
  font-style: italic;
  font-size: 1.25em;
}
@media (max-width: 768px) {
  p.italic {
    margin: 0 10px 30px 10px;
  }
}

@media (max-width: 768px) {
  .clear-mobile-only {
    clear: both;
  }
}
@media (max-width: 768px) {
  img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

iframe {
  max-width: 960px;
  width: 100%;
}
iframe.twitter-follow-button-rendered {
  height: auto !important;
}
iframe.twitter-follow-button {
  height: 20px !important;
}
@media (max-width: 768px) {
  iframe {
    height: auto;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 54.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .videoWrapper {
    padding-bottom: 52.25%;
  }
}

article {
  display: block;
}

aside {
  float: right;
  width: 30%;
}

.body-container {
  max-width: 960px;
  margin: 20px auto 100px auto;
}
.body-container.blog {
  margin-top: 170px;
}
@media (max-width: 768px) {
  .body-container {
    margin: 20px 0;
    padding: 10px;
  }
  .body-container.blog {
    margin-top: 0;
  }
}
.body-container.submenu {
  margin: 0 auto 100px auto;
}
@media (max-width: 768px) {
  .body-container.submenu {
    margin: 0 auto;
  }
}

.grid {
  padding: 0;
}

.two-columns-with-image-and-text {
  padding: 1.5em 0;
}
.two-columns-with-image-and-text .grid {
  padding-top: 0;
}
.two-columns-with-image-and-text img {
  max-width: 200px;
}
@media (max-width: 768px) {
  .two-columns-with-image-and-text {
    background: #f5f5f5;
  }
}

.limited, .limited-more {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .limited, .limited-more {
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .limited + a.back, .limited-more + a.back {
    padding-top: 20px;
    display: block;
  }
}

.hero {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .hero {
    margin-top: 100px;
    padding-bottom: 30px;
  }
}

.limited-more {
  max-width: 660px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .limited-more {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.clear {
  clear: both;
}

.separator {
  border-top: 1px solid #e2e2e2;
  margin: 1em 0;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border {
  border: 0 !important;
}

@media (max-width: 768px) {
  .no-bgonmobile {
    background: #fff !important;
  }
}

.divider {
  border-top: 1px solid #e2e2e2;
  margin-top: 3em;
}

.blue-bg {
  padding: 1em 0;
  background-color: #005084;
  color: #fff;
}
.blue-bg p {
  color: #fff;
}

#map-canvas {
  height: 400px;
  margin: 0;
  padding: 0;
}

.labels {
  color: #005084;
  background-color: white;
  font-family: "Kreon", "Times New Roman", Times, serif;
  font-size: 14px;
  text-align: center;
  padding: .3em;
  border: 1px solid #e2e2e2;
  white-space: nowrap;
}

.grey-bg {
  background-color: #f1f1f1;
}
.grey-bg.border {
  border-top: 1px solid #bfbfbf;
}

.iframe-caption, .caption {
  background: #d5d5d5;
  padding: .5em .5em .5em .7em;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .iframe-caption, .caption {
    display: none;
  }
}

.caption {
  background-color: #F2F2F2;
  margin-top: -5px;
}

.pseudoclear {
  overflow: hidden;
}

.bordered-grey {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 1.25em;
  margin-right: 20px;
  width: auto !important;
}

.float-left {
  float: left;
}

.big-buffer {
  height: 6em;
}

@media (max-width: 768px) {
  .grey-mobile {
    background-color: #eee;
    margin: 0;
  }
}

.photos {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .photos {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .main-video {
    min-height: 250px !important;
  }
}

.search-navigation {
  padding-bottom: 2em;
}
.search-navigation .alignleft,
.search-navigation .alignright {
  display: inline-block;
}
.search-navigation .alignleft {
  padding-right: 1em;
}

.small-image {
  width: 30%;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  header.smaller nav {
    text-align: left;
  }
}
header.smaller .header-bar {
  top: -75px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  box-shadow: none;
}
header.smaller nav {
  text-align: right;
  padding-left: 1em;
  top: 0;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media (max-width: 769px) and (max-width: 1240px) {
  header.smaller nav {
    min-width: 1024px;
    text-align: left;
  }
}
header.smaller nav #plain-menu {
  margin-right: 280px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
header.smaller nav li {
  padding: 1.15em .4em;
}
header.smaller nav li a {
  text-transform: capitalize;
}
header.smaller nav .logo-small {
  display: inline-block;
  height: 48px;
}
header.smaller nav .smaller-version {
  display: inline-block;
}
@media (max-width: 1134px) {
  header.smaller nav {
    text-align: left;
  }
  header.smaller nav ul {
    margin-right: 0;
    font-size: .9em;
  }
  header.smaller nav .smaller-version {
    padding: 6px;
  }
  header.smaller nav ul.children.sticky.sticky {
    top: 50px !important;
  }
}

.smaller-version {
  display: none;
  background: #fb7f06;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 10px 5px 10px 5px;
}
.smaller-version img, .smaller-version div {
  display: inline-block;
  padding: 0 4px;
}

.logo-small {
  margin-bottom: -16px;
  height: 0;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media (max-width: 1024px) {
  .logo-small {
    display: none;
  }
}

.header-bar {
  background: #005084;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 5px black;
}
.header-bar .logo {
  padding: 5px 15px;
}
@media (max-width: 1024px) {
  .header-bar .logo {
    width: initial;
    height: 42px;
  }
}
.header-bar div {
  display: inline;
}
.header-bar h2 {
  color: #fff;
  margin: 0 0 .5em 0;
  padding-top: 0;
  font-family: 'Open Sans';
  font-size: .8em;
  letter-spacing: 1px;
}
.header-bar .search, .header-bar .social {
  background: #156ca0;
  float: left;
  height: 100%;
  margin-right: 1px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.header-bar .search:hover, .header-bar .search.active, .header-bar .social:hover, .header-bar .social.active {
  background: #c3dce8;
}
.header-bar .search {
  width: 57px;
  padding: 20px 10px;
}
.header-bar .social {
  padding: 10px;
}
.header-bar .email {
  background: #fb7f06;
  float: left;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.header-bar .email:hover, .header-bar .email.active {
  background: #c3dce8;
}
.header-bar .email img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 1024px) {
  .header-bar {
    z-index: 999;
    text-align: center;
  }
  .header-bar .icon-menu {
    z-index: 999;
    height: 0;
  }
  .header-bar .icon-menu a {
    display: none;
  }
  .header-bar .icon-menu .email-bar.active {
    display: block;
    text-align: left;
  }
  .header-bar .icon-menu .social-bar.active {
    display: block;
  }
  .header-bar .icon-menu .social-bar.active a {
    display: inline-block;
    width: 10%;
  }
}

.search-bar, .social-bar, .email-bar, .share-mobile {
  position: absolute;
  top: 75px;
  width: 337px;
  background: #c3dce8;
  padding: 25px;
  right: -357px;
  z-index: 999;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.search-bar input, .social-bar input, .email-bar input, .share-mobile input {
  margin: 0;
}
.search-bar input.btn-grey, .social-bar input.btn-grey, .email-bar input.btn-grey, .share-mobile input.btn-grey {
  width: 80px;
  padding: 10px;
  border: 0;
  margin-left: 10px;
  cursor: pointer;
}
.search-bar.active, .social-bar.active, .email-bar.active, .share-mobile.active {
  right: 0;
}
@media (max-width: 1024px) {
  .search-bar, .social-bar, .email-bar, .share-mobile {
    width: 100%;
    right: -2000px;
    top: 78px;
  }
}

.share-mobile {
  padding-top: 23px;
  top: 0;
  margin-top: -2px;
}
.share-mobile.home {
  top: 70px;
}
.share-mobile.partner-page {
  margin-top: -62px;
}

.search-bar input {
  width: 180px;
}

.email-bar .submit {
  float: right;
  margin-top: 5px;
}
.email-bar form {
  margin-top: 1em;
}
.email-bar input[type=text], .email-bar input[type=email] {
  width: 100%;
  margin-bottom: 5px;
  clear: both;
}

.share-mobile h2 {
  padding-top: 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .share-mobile h2 {
    margin-left: 0 !important;
  }
}
.share-mobile img {
  width: 10%;
  display: inline-block;
}

nav {
  background: #005084;
  opacity: 1;
  z-index: 50;
  position: fixed;
  width: 100%;
  top: 75px;
}
@media (max-width: 1024px) {
  nav {
    z-index: 100;
    opacity: .9;
    top: 42px;
  }
}
nav ul {
  display: inline;
  list-style: none;
  padding: 0;
}
nav ul li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 1em;
}
nav ul li.current_page_item, nav ul li.current_page_ancestor {
  background: #156ca0;
}
@media (max-width: 1024px) {
  nav ul li {
    padding: 1em .2em;
  }
}

ul.children {
  background: #f5f5f5;
  width: 100%;
  text-align: center;
}
ul.children.sticky {
  top: 54px;
  margin-top: 0;
  position: fixed;
}
ul.children li {
  padding: 1em;
}
ul.children li a {
  text-transform: none;
  font-weight: 400 !important;
}
ul.children li.active, ul.children li.current_page_item {
  border-bottom: 4px solid #3d9ccc;
  background: #f5f5f5;
}
@media (max-width: 1024px) {
  ul.children li.active, ul.children li.current_page_item {
    border-bottom: none;
    background: none;
  }
}
@media (max-width: 1024px) {
  ul.children {
    padding: 0;
    width: 100%;
    background: none;
    -webkit-overflow-scrolling: touch;
  }
}

ul.mobile-submenu {
  display: none;
  margin: 0;
  width: 85%;
  position: relative;
  float: right;
}
@media (max-width: 1024px) {
  ul.mobile-submenu {
    display: inline-block;
    display: flex;
  }
}
ul.mobile-submenu li {
  flex-grow: 1;
  cursor: pointer;
  text-align: center;
  padding: 10px 6px;
  margin: 0;
  width: 32%;
  font-size: 12px;
  border-left: 1px solid #156ca0;
}
ul.mobile-submenu li.active {
  background-color: #156ca0;
}

.mobmenu-toggle {
  display: none;
}

.mobile-menu-toggle {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

@media (max-width: 1024px) {
  .mobmenu-toggle,
  .mobile-menu-toggle-button,
  .mobile-toggleable-menu {
    top: 42px;
    position: fixed;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .mobmenu-toggle ul.children,
  .mobile-menu-toggle-button ul.children,
  .mobile-toggleable-menu ul.children {
    display: none;
  }
  .mobmenu-toggle ul.children a,
  .mobile-menu-toggle-button ul.children a,
  .mobile-toggleable-menu ul.children a {
    background-image: none !important;
  }
  .mobmenu-toggle ul.children.unhide,
  .mobile-menu-toggle-button ul.children.unhide,
  .mobile-toggleable-menu ul.children.unhide {
    display: block;
    margin-left: 20px;
  }
  .mobmenu-toggle li.page_item_has_children.current_page_item ul.children, .mobmenu-toggle li.page_item_has_children.current_page_parent ul.children,
  .mobile-menu-toggle-button li.page_item_has_children.current_page_item ul.children,
  .mobile-menu-toggle-button li.page_item_has_children.current_page_parent ul.children,
  .mobile-toggleable-menu li.page_item_has_children.current_page_item ul.children,
  .mobile-toggleable-menu li.page_item_has_children.current_page_parent ul.children {
    display: block;
    margin-left: 20px;
    position: relative;
    top: 0;
    left: 0;
  }
  .mobmenu-toggle li.page_item_has_children.current_page_item ul.children li.current_page_item, .mobmenu-toggle li.page_item_has_children.current_page_parent ul.children li.current_page_item,
  .mobile-menu-toggle-button li.page_item_has_children.current_page_item ul.children li.current_page_item,
  .mobile-menu-toggle-button li.page_item_has_children.current_page_parent ul.children li.current_page_item,
  .mobile-toggleable-menu li.page_item_has_children.current_page_item ul.children li.current_page_item,
  .mobile-toggleable-menu li.page_item_has_children.current_page_parent ul.children li.current_page_item {
    background-color: #005084;
  }
  .mobmenu-toggle li.page_item_has_children.current_page_item ul.children li.current_page_item a, .mobmenu-toggle li.page_item_has_children.current_page_parent ul.children li.current_page_item a,
  .mobile-menu-toggle-button li.page_item_has_children.current_page_item ul.children li.current_page_item a,
  .mobile-menu-toggle-button li.page_item_has_children.current_page_parent ul.children li.current_page_item a,
  .mobile-toggleable-menu li.page_item_has_children.current_page_item ul.children li.current_page_item a,
  .mobile-toggleable-menu li.page_item_has_children.current_page_parent ul.children li.current_page_item a {
    color: #fb7f06;
  }
  .mobmenu-toggle li.page_item_has_children.current_page_item ul.children li.current_page_item a:hover, .mobmenu-toggle li.page_item_has_children.current_page_item ul.children li.current_page_item a:focus, .mobmenu-toggle li.page_item_has_children.current_page_parent ul.children li.current_page_item a:hover, .mobmenu-toggle li.page_item_has_children.current_page_parent ul.children li.current_page_item a:focus,
  .mobile-menu-toggle-button li.page_item_has_children.current_page_item ul.children li.current_page_item a:hover,
  .mobile-menu-toggle-button li.page_item_has_children.current_page_item ul.children li.current_page_item a:focus,
  .mobile-menu-toggle-button li.page_item_has_children.current_page_parent ul.children li.current_page_item a:hover,
  .mobile-menu-toggle-button li.page_item_has_children.current_page_parent ul.children li.current_page_item a:focus,
  .mobile-toggleable-menu li.page_item_has_children.current_page_item ul.children li.current_page_item a:hover,
  .mobile-toggleable-menu li.page_item_has_children.current_page_item ul.children li.current_page_item a:focus,
  .mobile-toggleable-menu li.page_item_has_children.current_page_parent ul.children li.current_page_item a:hover,
  .mobile-toggleable-menu li.page_item_has_children.current_page_parent ul.children li.current_page_item a:focus {
    background-color: #005084 !important;
    color: #fb7f06 !important;
  }
  .mobmenu-toggle li.page_item_has_children a,
  .mobile-menu-toggle-button li.page_item_has_children a,
  .mobile-toggleable-menu li.page_item_has_children a {
    background: url(/wp-content/themes/livinggoods/img/general/icons/blue-arrow-down.png) no-repeat 80% 10px;
  }
  .mobmenu-toggle li.page_item_has_children a.down,
  .mobile-menu-toggle-button li.page_item_has_children a.down,
  .mobile-toggleable-menu li.page_item_has_children a.down {
    background: url(/wp-content/themes/livinggoods/img/general/icons/blue-arrow-up.png) no-repeat 80% 10px;
  }
  .mobmenu-toggle li.current_page_item a,
  .mobile-menu-toggle-button li.current_page_item a,
  .mobile-toggleable-menu li.current_page_item a {
    color: #005084;
  }
  .mobmenu-toggle li.current_page_item a:hover, .mobmenu-toggle li.current_page_item a:focus,
  .mobile-menu-toggle-button li.current_page_item a:hover,
  .mobile-menu-toggle-button li.current_page_item a:focus,
  .mobile-toggleable-menu li.current_page_item a:hover,
  .mobile-toggleable-menu li.current_page_item a:focus {
    background-color: #005084 !important;
    color: #fb7f06 !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .mobmenu-toggle li.current_page_item,
  .mobile-menu-toggle-button li.current_page_item,
  .mobile-toggleable-menu li.current_page_item {
    background-color: #f5f5f5;
  }
}

@media (max-width: 1024px) {
  .mobmenu-toggle {
    left: 0;
    margin: 0;
    display: inline-block;
    width: 15%;
    z-index: 999;
  }

  .mobmenu-toggle:hover {
    cursor: pointer;
  }

  .mobile-toggleable-menu {
    margin: 0;
    width: 85%;
    height: 100%;
    max-height: 100%;
    min-height: 600px;
    z-index: 998;
    overflow: overlay;
    top: 78px;
  }

  .mobile-toggleable-menu.mobile-left {
    left: -105%;
  }

  .mobile-menu-toggle-button:checked ~ .mobmenu-toggle.mobile-left {
    left: 0;
    right: auto;
  }

  .mobile-menu-toggle-button:checked + .mobile-toggleable-menu.mobile-left {
    width: 85% !important;
    left: 0;
    padding-top: 1em;
  }

  .mobile-menu-toggle-button:checked ~ .mobmenu-toggle {
    background-color: #d9e9f3;
    color: #005084;
    -webkit-transform: rotate(-180deg);
  }

  /* OPTIONAL THEMING */
  .mobile-toggleable-menu {
    background-color: #d9e9f3;
    color: #005084;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
  }

  .mobmenu-toggle {
    background-color: #005084;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
  }

  .mobile-toggleable-menu li,
  .mobile-toggleable-menu ul.children li {
    display: block;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: 30px;
  }

  .mobile-toggleable-menu li a,
  .mobile-toggleable-menu ul.children li a {
    height: 100%;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    color: #005084;
    padding: 0 20px;
  }

  .mobile-toggleable-menu li a:hover {
    background-color: #005084 !important;
    color: #fb7f06 !important;
  }

  .mobile-toggleable-menu .current_page_ancestor {
    background-color: #d9e9f3;
  }

  .mobmenu-toggle:hover {
    background-color: #d9e9f3;
    color: #005084;
  }
}
.mobile-toggleable-menu li ul.children {
  display: none;
}
.mobile-toggleable-menu li.current_page_item ul.children, .mobile-toggleable-menu li.current_page_ancestor ul.children {
  display: inline-block;
  position: fixed;
  top: 129px;
  left: 0;
}
.mobile-toggleable-menu li.current_page_item ul.children.sticky, .mobile-toggleable-menu li.current_page_ancestor ul.children.sticky {
  top: 54px !important;
  z-index: 99;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.mobile-toggleable-menu li.current_page_item ul.children li a, .mobile-toggleable-menu li.current_page_ancestor ul.children li a {
  letter-spacing: normal;
}

.white-subnav {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  position: fixed;
  top: 69px;
  background-color: #f5f5f5;
  z-index: 999;
  text-align: center;
  width: 100%;
}
.white-subnav a {
  display: inline-block;
  color: #156ca0;
  padding: 10px 5px;
}
.white-subnav a.active {
  border-bottom: 2px solid #156ca0;
}

footer {
  background: #313334;
  color: #fff;
  padding: 1em;
}
footer a {
  color: #fff;
}
footer h3 {
  margin-bottom: 0;
}
footer ul {
  margin: 0;
}
@media (max-width: 768px) {
  footer .btn {
    width: 58% !important;
  }
}

.footer-content {
  max-width: 960px;
  margin: 0 auto;
}

#mc_embed_signup {
  padding: 0 0 1em 0;
}
#mc_embed_signup .field, #mc_embed_signup .submit {
  display: inline-block;
  height: 42px;
}
@media (max-width: 768px) {
  #mc_embed_signup {
    margin-top: 1em;
  }
  #mc_embed_signup .submit {
    display: block;
    padding-top: .5em;
  }
  #mc_embed_signup .field {
    margin-bottom: 10px;
  }
}
#mc_embed_signup input {
  background: #313334;
  color: #fff;
  margin-right: 1em;
}
#mc_embed_signup #mc-embedded-subscribe {
  height: 42px;
  background: #555758;
  border: none;
  padding: .8em 1.5em;
  margin-top: 1em;
}
#mc_embed_signup #mc-embedded-subscribe:hover {
  cursor: pointer;
}

.bottom-links {
  padding-top: 1em;
}
.bottom-links a {
  text-decoration: none;
  padding-bottom: .5em;
  display: block;
}
.bottom-links a:hover {
  text-decoration: underline;
}

.copyright {
  clear: both;
  padding-top: 2em;
  text-align: left;
  font-size: 12px;
  display: block;
}

.big-blue-text p {
  display: inline;
  margin: 0;
}

.box {
  max-width: 760px;
  margin: .2em auto;
  padding: .5em;
  border-top: 1px solid #99b9ce;
  border-bottom: 1px solid #99b9ce;
}
@media (max-width: 768px) {
  .box {
    border: 0;
    display: inline;
  }
  .box .text-left, .box .text-right {
    float: none;
  }
}

.inline-icons {
  text-align: center;
  clear: both;
  margin-top: 1.2em;
}
.inline-icons img {
  margin-bottom: -25px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .inline-icons img {
    margin: .2em auto 0 auto;
    width: 100%;
  }
}
.inline-icons .partner {
  margin-top: 2em;
  margin-left: 3em;
  display: inline-block;
}

.value-proposition {
  max-width: 1200px;
  margin: 0 auto;
}
.value-proposition .proposition {
  width: 24%;
  display: inline-block;
  float: left;
}
.value-proposition .proposition .bottom-text a {
  margin-top: 10px;
  display: inline-block;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .value-proposition .proposition {
    width: 100%;
    float: none;
  }
  .value-proposition .proposition img {
    width: 90%;
    margin: 0 auto;
  }
  .value-proposition .proposition .bottom-text {
    margin-left: 0;
    text-align: center;
  }
  .value-proposition .proposition .bottom-text a {
    font-size: 1.3em;
  }
}

.rounded-image {
  display: inline-block;
  background-size: cover;
  height: 16em;
  max-width: 16em;
  width: 100%;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 1024px) {
  .rounded-image {
    height: 12em;
    width: 12em;
  }
}
@media (max-width: 768px) {
  .rounded-image {
    height: 15em;
    width: 15em;
    margin: .5em auto;
    display: block;
  }
}

.as-featured {
  margin: 2em 0 3em 0;
  text-align: center;
}

.featured-in {
  display: table;
  height: 82px;
  width: 100%;
  max-width: 863px;
  margin-left: auto;
  margin-right: auto;
}
.featured-in .featured-cell {
  display: table-cell;
}
.featured-in .featured-cell.featured-cell-01 {
  width: 16.57010428737%;
}
.featured-in .featured-cell.featured-cell-02 {
  width: 22.016222479722%;
}
.featured-in .featured-cell.featured-cell-03 {
  width: 27.230590961761%;
}
.featured-in .featured-cell.featured-cell-04 {
  width: 17.728852838934%;
}
.featured-in .featured-cell.featured-cell-05 {
  width: 16.454229432213%;
}
@media (max-width: 768px) {
  .featured-in .featured-cell {
    width: 49% !important;
    display: inline-block;
    margin: 1em auto 0 auto;
  }
}
.featured-in .featured-cell a {
  max-width: 100%;
  text-align: center;
  display: block;
  height: 82px;
  margin: 0 auto;
}
.featured-in .featured-cell a.featured-01 {
  background: url(/wp-content/themes/livinggoods/img/home/featured-in.png) no-repeat center 0;
}
.featured-in .featured-cell a.featured-02 {
  background: url(/wp-content/themes/livinggoods/img/home/featured-in.png) no-repeat center 25%;
}
.featured-in .featured-cell a.featured-03 {
  background: url(/wp-content/themes/livinggoods/img/home/featured-in.png) no-repeat center 50%;
}
.featured-in .featured-cell a.featured-04 {
  background: url(/wp-content/themes/livinggoods/img/home/featured-in.png) no-repeat center 75%;
}
.featured-in .featured-cell a.featured-05 {
  background: url(/wp-content/themes/livinggoods/img/home/featured-in.png) no-repeat center 100%;
}

.blog img {
  height: auto;
}
.blog img.attachment-post-thumbnail, .blog img.size-full {
  width: 100%;
}
.blog img.float-left {
  float: left;
  margin-right: 1em;
}
.blog img.float-right {
  float: left;
  margin-left: 1em;
}
.blog.single img {
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}
.blog.single img:after {
  content: '';
  clear: both;
}
.blog.single h3 {
  max-width: 850px;
}
.blog.single p {
  max-width: 960px;
  margin-left: 0;
}
.blog.single ul {
  margin-left: 20px;
}
.blog.single ul li {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 5px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.blog-row [class*='col-']:last-child {
  padding-right: 0;
}

ul.sidebar {
  background-color: #f5f5f5;
  font-family: "Kreon", "Times New Roman", Times, serif;
  margin-top: 0;
}
ul.sidebar li {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  padding: 0.75em 0.5em 0.75em 0;
  margin: 0 0.75em 0 1em;
  position: relative;
}
ul.sidebar li.header {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fb7f06;
}
ul.sidebar li:last-child {
  border-bottom: none;
}
ul.sidebar a {
  color: #444;
  text-transform: uppercase;
}
ul.sidebar a:after {
  content: url(/wp-content/themes/livinggoods/img/general/icons/grey-arrow-grey.png);
  float: right;
}
@media (max-width: 768px) {
  ul.sidebar a:after {
    position: absolute;
    top: 0.85em;
    right: -5px;
  }
}
ul.sidebar a.active {
  color: #999;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1.5em;
  margin-bottom: 2em;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 1.5em;
  margin-top: 2em;
}

a.readmore, a.moretag {
  color: #fb7f06;
  font-weight: 700;
  font-size: 0.8em;
}

.byline {
  text-transform: uppercase;
  color: #999;
  font-size: 0.85em;
}
.byline a {
  font-weight: 600;
}
.byline .byline-social {
  float: right;
}
.byline .byline-social a {
  margin: 0 0.5em;
}
.byline .byline-social .tweet {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(/wp-content/themes/livinggoods/img/general/icons/tweet.png);
}
.byline .byline-social .fb-post {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(/wp-content/themes/livinggoods/img/general/icons/fb-post.png);
}

.byline.single {
  line-height: 37px;
  height: 37px;
  vertical-align: middle;
  margin-bottom: 1em;
}
.byline.single a {
  font-weight: 700;
}

.author-block {
  display: inline-block;
}
@media (max-width: 768px) {
  .author-block {
    display: block;
  }
}

.social-single {
  float: right;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
@media (max-width: 768px) {
  .social-single {
    display: none;
  }
}
.social-single span {
  display: inline-block;
  margin-top: 7px;
  margin-right: 0.5em;
  vertical-align: top;
}
.social-single a {
  margin: 0 0.25em;
}
.social-single .email {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(/wp-content/themes/livinggoods/img/general/icons/single-email.png);
}
.social-single .fb-post {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(/wp-content/themes/livinggoods/img/general/icons/single-facebook.png);
}
.social-single .tweet {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(/wp-content/themes/livinggoods/img/general/icons/single-twitter.png);
}
.social-single .linkedin {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(/wp-content/themes/livinggoods/img/general/icons/single-linkedin.png);
}

a.back {
  font-weight: 700;
}
a.back:before {
  content: url(/wp-content/themes/livinggoods/img/general/icons/blue-arrow-down.png);
  display: inline-block;
  margin-right: 0.5em;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

ul.orange-check {
  display: inline-block;
  padding-left: 4em;
}
@media (max-width: 768px) {
  ul.orange-check {
    padding-left: 2em;
  }
}

.contactus {
  margin-top: -30px;
}
.contactus ul.orange-check li {
  line-height: 1;
  margin-bottom: 0;
}

p.black-text {
  float: left;
}

.checks {
  width: 800px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .checks {
    width: auto;
  }
}

.contact-us {
  margin: 3em 0 2em 0;
  display: block;
}
.contact-us input {
  width: 95%;
}
.contact-us textarea {
  width: 95%;
  min-height: 152px;
}
@media (max-width: 768px) {
  .contact-us .col-1-2 {
    padding: 0;
    margin: 0;
  }
  .contact-us input, .contact-us textarea {
    width: 100%;
  }
}
.contact-us .btn-orange {
  width: auto;
  float: right;
  margin-right: 5%;
}

.address {
  margin-left: 1.5em;
}
@media (max-width: 768px) {
  .address {
    margin: 0 0 4em 0;
    text-align: center;
  }
}

.inquiries {
  padding: 1em 0 3em 0;
  display: block;
}
.inquiries .bar {
  border-left: 1px solid #e2e2e2;
  height: 160px;
  padding-left: 2em;
}
@media (max-width: 768px) {
  .inquiries .bar {
    border: none;
    height: auto;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .inquiries {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .social-single {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}
.round-map {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mission-values {
  background: #eef9ff;
  margin-top: -18px;
}
.mission-values .body-container {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .mission-values .body-container {
    padding-top: 60px;
    margin-top: 0;
  }
  .mission-values .bigitalic {
    width: 100%;
  }
}

.white-box.mission {
  margin-top: 0;
}

.background-image-bottom {
  background-size: cover;
  height: 800px;
}
@media (max-width: 768px) {
  .background-image-bottom {
    height: 220px;
  }
}

.white-box {
  background: #fff;
  padding: 3em 7em;
  margin: 3em 0;
  margin-bottom: 50px;
  box-shadow: 0 0 5px #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .white-box {
    padding: .5em 1em;
  }
}

@media (max-width: 768px) {
  .grey-boxes {
    padding: 0;
  }
  .grey-boxes div[class^="col"] {
    width: 50%;
    float: left;
    padding: 2%;
    display: inline-block;
  }
  .grey-boxes div[class^="col"] .grey-box, .grey-boxes div[class^="col"] .blue-box {
    margin: 0;
  }
}

.grey-box, .blue-box {
  background: #f5f5f5;
  margin: 1.2em;
  height: 780px;
  position: relative;
}
.grey-box p, .blue-box p, .grey-box h3, .blue-box h3 {
  padding-left: 30px;
  padding-right: 30px;
}
.grey-box img, .blue-box img {
  width: 100%;
}
.grey-box .bottom-bar, .blue-box .bottom-bar {
  background: #d9e9f3;
  color: #3d9ccc;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: .7em;
  text-align: right;
}
.grey-box .bottom-bar img, .blue-box .bottom-bar img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 5px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .grey-box, .blue-box {
    background: #fff;
    box-shadow: 0px 0px 5px #999;
    height: 300px;
  }
  .grey-box p, .blue-box p, .grey-box h3, .blue-box h3 {
    margin: 5px 0;
    padding: 0 5px;
  }
  .grey-box .bottom-bar, .blue-box .bottom-bar {
    font-size: .7em;
    padding: .5em 0;
    line-height: 2;
  }
  .grey-box .bottom-bar img, .blue-box .bottom-bar img {
    width: 16px;
  }
  .grey-box .bottom-bar span, .blue-box .bottom-bar span {
    position: absolute;
    right: 35px;
    bottom: 14px;
    height: 18px;
  }
}

#map-canvas {
  margin: 4em 0 3em 0;
}

@media (max-width: 768px) {
  .who-we-are {
    background-color: #eee;
  }
}
.who-we-are.staff {
  margin-bottom: 0;
}
.who-we-are.staff .col-1-3 {
  margin-bottom: 3em;
  z-index: 100;
  position: relative;
}
.who-we-are.staff .col-1-3 .staff-card.active img {
  display: none;
}
@media (max-width: 768px) {
  .who-we-are.staff .col-1-3 .staff-card.active {
    /*transform*/
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
.who-we-are.staff .staff-card {
  position: relative;
}
.who-we-are.staff .staff-card.active div.staff-back {
  display: block;
}
.who-we-are.staff .staff-card div {
  width: 100%;
  position: absolute;
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card div {
    width: 100%;
    position: relative;
  }
}
.who-we-are.staff .staff-card div.staff-back {
  background-color: #d9e9f3;
  height: 100%;
  padding: 1em;
  display: none;
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card div.staff-back {
    display: block;
  }
}
.who-we-are.staff .staff-card div.staff-back .staff-content-mobile {
  left: 15px;
  width: 270px;
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card div.staff-back .staff-content-mobile {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card div.staff-back {
    background-color: white;
    height: auto;
    padding: 0;
    /*transform*/
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card div.staff-back h4 {
    display: none;
  }
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card div.staff-back p {
    padding: 0 0.5em 1em;
  }
}
.who-we-are.staff .staff-card .read-more {
  background-image: url(/wp-content/themes/livinggoods/img/who-we-are/staff/flip.png);
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 0.85em;
  color: #3d9ccc;
  background-position: 100% -2px;
  bottom: -653px;
  float: right;
  text-align: right;
  margin-right: 5px;
  padding-right: 40px;
  min-height: 24px;
  min-width: 33px;
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card .read-more {
    display: none;
  }
}
.who-we-are.staff .staff-card .staff-back .read-more {
  bottom: 7px;
  right: 5px;
}
.who-we-are.staff .staff-description {
  top: 224px;
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-description {
    top: 0;
  }
}
.who-we-are.staff, .who-we-are.board {
  max-width: 960px;
}
.who-we-are.staff h1, .who-we-are.board h1 {
  padding-bottom: 3em;
}
.who-we-are.staff h3, .who-we-are.board h3 {
  clear: both;
}
@media (max-width: 768px) {
  .who-we-are.staff h3.subcat span, .who-we-are.board h3.subcat span {
    background-color: #eee;
    font-size: 0.7em;
  }
}
@media (max-width: 768px) {
  .who-we-are.staff h4.kreon, .who-we-are.board h4.kreon {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .who-we-are.staff h5.ital, .who-we-are.board h5.ital {
    font-size: 0.7em;
  }
}
.who-we-are.staff .col-1-3, .who-we-are.board .col-1-3 {
  display: inline-block;
}
@media (max-width: 768px) {
  .who-we-are.staff .col-1-3, .who-we-are.board .col-1-3 {
    width: 100%;
    background-color: white;
    padding: 0 !important;
    margin-bottom: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  }
}
.who-we-are.staff .staff-card, .who-we-are.board .staff-card {
  min-height: 660px;
  position: relative;
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card, .who-we-are.board .staff-card {
    min-height: 0 !important;
    margin-bottom: -5px;
  }
}
.who-we-are.staff .staff-card .staff-img, .who-we-are.board .staff-card .staff-img {
  width: 300px;
  height: 224px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card .staff-img, .who-we-are.board .staff-card .staff-img {
    width: 33.3%;
    display: inline-block;
    height: auto;
  }
}
.who-we-are.staff .staff-card .staff-img img, .who-we-are.board .staff-card .staff-img img {
  width: 100%;
  height: auto;
  position: relative;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&l…3 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card .staff-img img, .who-we-are.board .staff-card .staff-img img {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    transform: translateY(0%);
  }
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card .staff-description, .who-we-are.board .staff-card .staff-description {
    vertical-align: middle;
    padding-left: 0.5em;
    padding-top: 0.5em;
    display: inline-block;
    width: 65%;
    font-size: .9em;
    vertical-align: top;
  }
}
.who-we-are.staff .staff-card p, .who-we-are.board .staff-card p {
  color: #444;
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card p, .who-we-are.board .staff-card p {
    padding: 0.5em 1em;
  }
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card p.hide, .who-we-are.board .staff-card p.hide {
    display: none;
  }
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card .staff-content, .who-we-are.board .staff-card .staff-content {
    display: none;
  }
}
.who-we-are.staff .staff-card .staff-content-mobile p, .who-we-are.board .staff-card .staff-content-mobile p {
  font-size: 1em;
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-card .staff-content-mobile.hide, .who-we-are.board .staff-card .staff-content-mobile.hide {
    display: none;
  }
}
.who-we-are.staff .board-readmore, .who-we-are.board .board-readmore {
  display: none !important;
}
.who-we-are.staff .staff-readmore,
.who-we-are.staff .board-readmore, .who-we-are.board .staff-readmore,
.who-we-are.board .board-readmore {
  display: none;
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-readmore,
  .who-we-are.staff .board-readmore, .who-we-are.board .staff-readmore,
  .who-we-are.board .board-readmore {
    display: block;
    position: relative;
    color: #3d9ccc;
    padding-bottom: 0;
    font-size: 0.75em;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-readmore:before,
  .who-we-are.staff .board-readmore:before, .who-we-are.board .staff-readmore:before,
  .who-we-are.board .board-readmore:before {
    content: "READ MORE";
  }
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-readmore.down:before,
  .who-we-are.staff .board-readmore.down:before, .who-we-are.board .staff-readmore.down:before,
  .who-we-are.board .board-readmore.down:before {
    content: "READ LESS";
  }
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-readmore.down:after,
  .who-we-are.staff .board-readmore.down:after, .who-we-are.board .staff-readmore.down:after,
  .who-we-are.board .board-readmore.down:after {
    display: inline-block;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
}
.who-we-are.staff .staff-readmore:after,
.who-we-are.staff .board-readmore:after, .who-we-are.board .staff-readmore:after,
.who-we-are.board .board-readmore:after {
  margin-left: 0.5em;
}
@media (max-width: 768px) {
  .who-we-are.staff .staff-readmore:after,
  .who-we-are.staff .board-readmore:after, .who-we-are.board .staff-readmore:after,
  .who-we-are.board .board-readmore:after {
    content: url(/wp-content/themes/livinggoods/img/general/icons/blue-arrow-down.png);
  }
}
.who-we-are.staff .staff-readless, .who-we-are.board .staff-readless {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.who-we-are.staff .staff-readless:after, .who-we-are.board .staff-readless:after {
  content: url(/wp-content/themes/livinggoods/img/general/icons/flip-arrow.png);
  margin-left: 0.5em;
}

.board-member {
  min-height: 275px;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .board-member {
    min-height: 0 !important;
    width: 100%;
    margin-top: 2em;
    margin-bottom: -5px;
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  }
}
.board-member p {
  overflow: hidden;
}
@media (max-width: 768px) {
  .board-member p {
    padding: 0.5em 1em;
    overflow: visible;
    clear: both;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .board-member p.hide {
    display: none;
  }
}

.board-img {
  display: inline-block;
  float: left;
  margin-right: 2em;
}
@media (max-width: 768px) {
  .board-img {
    margin-right: 0;
    width: 33%;
    float: none !important;
  }
}
.board-img img {
  width: 255px;
  height: 235px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .board-img img {
    width: 100%;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
  }
}

@media (max-width: 768px) {
  .board-description {
    display: inline-block;
    float: right;
    width: 66%;
    vertical-align: top;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (max-width: 768px) {
  .board-advisor-wrapper {
    width: 100%;
    background-color: white;
    padding: 1.5em 2em 0;
    margin-bottom: 4em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  }
}
.board-advisor-wrapper .board-advisor {
  padding-bottom: 0.25em;
}
@media (max-width: 768px) {
  .board-advisor-wrapper .board-advisor h4.kreon {
    padding-top: 0.25em;
  }
}
.board-advisor-wrapper .board-advisor.last {
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .board-advisor-wrapper .board-advisor.last {
    padding-bottom: 2em;
  }
}

.career {
  max-width: 960px;
  margin: 0 auto;
  background-color: white;
}
.career h2 {
  max-width: 560px;
  margin: 1.5em auto 0.5em;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .career h2 {
    font-size: 2.4em;
  }
}
.career h5 {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .career .career-top .col-1-2 {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .career .career-top .col-1-2 img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .career .career-top .col-1-2 p {
    padding: 0 1.5em;
  }
}

.career-video {
  display: inline-block;
}

.career-intro {
  display: inline-block;
  float: right;
  margin-left: 1.5em;
  max-width: 495px;
}

.careers-listing-wrapper {
  max-width: 995px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .careers-listing-wrapper {
    margin: 0 10px;
    padding-bottom: 0.25em;
  }
}
@media (max-width: 768px) {
  .careers-listing-wrapper .col-1-3 {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.careers-listing, .video-item {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 300px;
  min-height: 402px;
  padding: 0.5em 1.5em;
  margin-bottom: 2em;
  position: relative;
}
@media (max-width: 768px) {
  .careers-listing, .video-item {
    max-width: none !important;
    min-height: 0;
    padding: 0.5em;
  }
}
@media (max-width: 768px) {
  .careers-listing h4.kreon, .video-item h4.kreon {
    font-size: 1em;
    margin-top: 0.5em;
  }
}
@media (max-width: 768px) {
  .careers-listing h5.kreon.ital, .video-item h5.kreon.ital {
    font-size: 0.83em;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .careers-listing p, .video-item p {
    line-height: normal;
    font-size: 0.75em;
  }
}

.learn-more {
  color: #3d9ccc;
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .learn-more {
    position: relative;
    float: right;
    clear: left;
    bottom: 0;
    right: 0;
    font-size: 0.75em;
  }
}
.learn-more span {
  position: relative;
  right: 0px;
  bottom: 4px;
}
.learn-more:after {
  content: url(/wp-content/themes/livinggoods/img/general/icons/blue-arrow.png);
  margin-left: 0.5em;
  display: inline-block;
}
@media (max-width: 768px) {
  .learn-more:after {
    width: 23px;
    height: 23px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}

.career-tiles {
  max-width: 995px;
  margin: 0 auto;
  padding: 2em 0;
  overflow: hidden;
  display: block;
  margin-bottom: .1em;
}
@media (max-width: 768px) {
  .career-tiles {
    margin-left: 10px;
    padding: 10px 0;
  }
}
.career-tiles .cell img {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  position: relative;
}
.career-tiles .col2 {
  width: 50%;
  float: left;
  height: 640px;
}
@media (max-width: 768px) {
  .career-tiles .col2 {
    height: auto;
    width: 100%;
  }
}
.career-tiles .col2 .height1:last-child {
  margin-top: 13px;
}
@media (max-width: 768px) {
  .career-tiles .col2 .height1:last-child {
    margin-right: 10px;
  }
}
.career-tiles .col2 .height2:first-child {
  height: 66%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .career-tiles .col2 .height2:first-child {
    height: auto;
    margin-right: 10px;
  }
}
.career-tiles .col2 .height2:last-child {
  margin-right: 10px;
  clear: both;
}
@media (max-width: 768px) {
  .career-tiles .col2 .height2:last-child {
    margin-bottom: 10px;
  }
}
.career-tiles .col2 .col2 {
  margin-left: 0;
  margin-right: 0;
  float: left;
  width: 100%;
}
.career-tiles .col2 .col2 .cell {
  float: left;
  width: 50%;
  clear: none;
  padding-right: 10px;
  margin-bottom: 10px;
}
.career-tiles .col2 .col2 .vertical-center-wrapper {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.career-tiles .col2 .height1 {
  height: 33%;
  clear: both;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .career-tiles .col2 .height1 {
    margin-bottom: 0;
    height: auto;
  }
}
.career-tiles .inline-image {
  vertical-align: middle;
  display: table-cell;
  position: relative;
}
.career-tiles .inline-text {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-right: 20px;
}
.career-tiles .inline-text p {
  color: white;
}
.career-tiles .inline-text p.link:after {
  content: url(/wp-content/themes/livinggoods/img/general/icons/white-arrow.png);
  margin-left: 0.5em;
}
.career-tiles .inline-text h2.kreon {
  color: white;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  margin-top: 0;
}
@media (max-width: 768px) {
  .career-tiles .inline-text h2.kreon {
    padding-top: 0;
  }
}
.career-tiles .vertical-center-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.career-tiles .bottom-line {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .career-tiles .bottom-line {
    margin-top: 0;
  }
}
.career-tiles .bottom-grid {
  height: 160px;
}
.career-tiles .bottom-grid:last-of-type {
  padding-right: 0;
}
@media (max-width: 768px) {
  .career-tiles .bottom-grid:last-of-type {
    padding-right: 5px !important;
  }
}
@media (max-width: 768px) {
  .career-tiles .bottom-grid {
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 768px) {
  .career-tiles .grid-pad {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 768px) {
  .measuring-impact {
    background-color: #f1f1f1;
  }
}
@media (max-width: 768px) {
  .measuring-impact h3 {
    font-size: .9em;
    margin-left: 10px;
  }
  .measuring-impact footer h3 {
    margin-left: 0;
  }
}

.impact-wrapper {
  margin: 0 auto;
  max-width: 760px;
  background-color: white;
}
@media (max-width: 768px) {
  .impact-wrapper {
    padding: 0 10px;
    max-width: none;
  }
}
.impact-wrapper h2 {
  max-width: 600px;
  margin: 0 auto;
}
.impact-wrapper p {
  text-align: center;
  margin: 1em auto 2.5em;
}
@media (max-width: 768px) {
  .impact-wrapper p {
    margin-bottom: 0;
    padding-bottom: 1em;
  }
}

.impact-wrap {
  clear: both;
}
@media (max-width: 1250px) {
  .impact-wrap {
    min-width: 1250px;
  }
}
@media (max-width: 768px) {
  .impact-wrap {
    min-width: 100%;
  }
}
.impact-wrap .impact-text {
  font-size: .8em;
}
@media (max-width: 768px) {
  .impact-wrap .impact-text {
    font-size: 1em;
  }
  .impact-wrap .impact-text h3 {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .impact-wrap {
    display: table;
  }
}
@media (max-width: 768px) {
  .impact-wrap .col-1-2 {
    width: 100%;
    float: none !important;
  }
}
@media (max-width: 768px) {
  .impact-wrap .col-1-2 {
    display: table-header-group;
  }
}
@media (max-width: 768px) {
  .impact-wrap [class*='notched-'] {
    display: table-footer-group;
    margin-bottom: 0;
  }
}

.notched-right {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 45%, 95% 50%, 100% 55%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 45%, 95% 50%, 100% 55%, 100% 100%, 0% 100%);
  padding-right: 0;
}
.notched-right.white {
  background-color: white;
}
.notched-right img {
  float: right;
  width: 100%;
}
@media (max-width: 768px) {
  .notched-right {
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 45% 0%, 50% 5%, 55% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 40% 0%, 50% 10%, 60% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.notched-left {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 55%, 5% 50%, 0% 45%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 45%, 95% 50%, 100% 55%, 100% 100%, 0% 100%);
  padding-right: 0;
}
.notched-left.white {
  background-color: white;
}
.notched-left img {
  float: left;
  width: 100%;
}
@media (max-width: 768px) {
  .notched-left {
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 45% 0%, 50% 5%, 55% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 40% 0%, 50% 10%, 60% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media (max-width: 768px) {
  .health-impacts .notched-left, .health-impacts .notched-right {
    clip-path: none;
    -webkit-clip-path: none;
  }
}

.impact-text {
  max-width: 560px;
  margin: 1em 2em 2em 3em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .impact-text {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 20px;
  }
}
.impact-text.right {
  margin-right: 0;
}
.impact-text ul {
  margin: 0  0 2em 0;
}
.impact-text ul li {
  background: url("/wp-content/themes/livinggoods/img/general/icons/check-orange.png") no-repeat left top;
  padding: 4px 0px 12px 35px;
  list-style: none;
  margin: 0;
}

.arrow-big {
  font-weight: 600;
  float: left;
}
.arrow-big:after {
  content: url(/wp-content/themes/livinggoods/img/general/icons/arrow-blue-big.png);
  padding-right: 2em;
}
@media (max-width: 768px) {
  .arrow-big:after {
    display: none;
  }
}

a.arrow-big {
  float: left;
}
a.arrow-big:after {
  content: '';
}

.arrow {
  font-weight: 600;
}
.arrow:before {
  content: url(/wp-content/themes/livinggoods/img/general/icons/arrow-blue-big.png);
  float: right;
  margin-left: 0.5em;
  padding-right: 2em;
}
@media (max-width: 768px) {
  .arrow:before {
    display: none;
  }
}

.vert-wrapper {
  display: table;
}
.vert-wrapper .vert-inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1.25em;
  padding-right: 3em;
}
@media (max-width: 768px) {
  .vert-wrapper .vert-inner {
    padding-right: 0;
  }
}

.vert-center {
  margin: 3em 0 0 3em;
}
@media (max-width: 768px) {
  .vert-center {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .big-blue-text .limited, .big-blue-text .limited-more {
    font-size: 1.2em;
  }
}

.products {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .products .blue-box {
    height: initial;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .products {
    width: 100%;
  }
}

@media (max-width: 768px) {
  p {
    margin: 10px;
  }
}

.awards .partner {
  width: 80%;
  float: none;
  margin: 0 auto 1em auto;
}
.awards .partner p.italic {
  font-size: 1.2em;
}
.awards .partner p.italic span {
  font-size: .8em;
}
.awards .partner .content {
  width: 64%;
}
@media (max-width: 768px) {
  .awards .partner .content {
    width: 100%;
    position: relative;
    display: block;
    font-size: 1em;
  }
}
.awards .partner .logo {
  width: 35%;
  height: 195px;
  padding-top: 30px;
}
.awards .partner .logo img {
  max-width: 280px;
}
@media (max-width: 768px) {
  .awards .partner .logo img {
    max-width: 1000px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .awards .partner .logo {
    display: block;
    width: 100%;
    height: initial;
  }
}
@media (max-width: 768px) {
  .awards .partner {
    display: block;
    width: 100%;
    max-width: 500px;
  }
}

.blue-box {
  margin: 1.5em;
  height: 450px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.blue-box h3 {
  color: #fff;
  font-size: 1.2em;
  padding: .5em;
  margin: -2.2em 0 0 0;
  background: #005084;
  opacity: .8;
}
@media (max-width: 768px) {
  .blue-box h3 {
    margin: 0;
  }
}

.pdf-preview {
  padding: 2em 0;
}
.pdf-preview img {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  margin: 2em auto;
}

.what-we-do-summary .partner-box p {
  font-size: .8em;
}
.what-we-do-summary .partner-box p.bold {
  font-size: 1em;
  margin-bottom: .3em;
}

.two-grey-col {
  max-width: 960px;
  margin: 0 auto 2em auto;
  width: 100%;
  border: 1px solid #bfbfbf;
  background: #f4f5f5;
}
.two-grey-col .col {
  width: 49%;
  display: inline-block;
  float: left;
}
.two-grey-col .col .text {
  padding: 0 2.5em;
}
.two-grey-col .col:nth-of-type(1) {
  border-right: 1px solid #bfbfbf;
}
@media (max-width: 768px) {
  .two-grey-col .col {
    float: none;
    width: 100%;
  }
}
.two-grey-col .col .three-icons {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .two-grey-col .col .three-icons {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .two-grey-col .col {
    width: 100%;
  }
  .two-grey-col .col img {
    margin: 0 auto;
    width: 100%;
  }
}

.big-blue-bottom-background {
  padding: 2em 0;
  background-size: cover;
}
.big-blue-bottom-background h2 {
  color: #fff;
}
.big-blue-bottom-background blockquote {
  border: 0;
  margin-top: 1em;
  color: #fff;
}
.big-blue-bottom-background blockquote:before, .big-blue-bottom-background blockquote:after {
  content: none;
}
@media (max-width: 768px) {
  .big-blue-bottom-background blockquote {
    font-size: 1.3em;
  }
}
.big-blue-bottom-background blockquote cite {
  padding-top: 1em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: .7em;
  display: block;
}

.white-divider {
  border-top: 1px solid #fff;
  width: 250px;
  margin: 0 auto;
}

.container-image-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .container-image-links img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .container-image-links img {
    height: 100%;
  }
}
.container-image-links .content {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .container-image-links .content {
    font-size: 0.8em;
    margin-top: 0.75em;
  }
}
@media (max-width: 768px) {
  .container-image-links .content {
    font-size: 0.8em;
    margin-top: 0.75em;
  }
}
.container-image-links .content a:before {
  margin-top: -1em;
}

.partner {
  padding-right: 17px;
  margin-bottom: 1em;
}
.partner img {
  float: left;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .partner {
    box-shadow: 0px 0px 5px #d1d1d1;
    width: 90%;
    padding-right: 0;
    display: block;
    margin: 1em auto;
  }
}

.funders {
  padding: 0;
}
.funders .bigitalic {
  width: 90%;
}

.awards .partner-box {
  background: #f5f5f5;
  min-height: auto;
  display: table;
}
.awards .partner-box .logo {
  display: table-cell;
  vertical-align: middle;
  padding-top: 0;
  height: 100%;
  float: none;
}
@media (max-width: 768px) {
  .awards .partner-box .logo {
    display: table-header-group;
  }
}
.awards .partner-box .content {
  display: table-cell;
  min-height: auto;
  width: auto;
}
@media (max-width: 768px) {
  .awards .partner-box .content {
    display: table-header-group;
  }
}

.partner-box {
  background: #fff;
  border: 1px solid #d1d1d1;
  min-height: 410px;
}
.partner-box.home {
  min-height: auto;
}
.partner-box .logo {
  float: left;
  width: 40%;
  height: 160px;
  background: #fff;
  padding-top: 30px;
}
.partner-box .logo.centered {
  text-align: center;
}
.partner-box .logo.centered img {
  float: none;
}
.partner-box .logo img {
  width: 100%;
}
.partner-box p.italic {
  font-size: 1.1em;
}
.partner-box .content {
  float: right;
  padding: 1em;
  background-color: #f5f5f5;
  width: 60%;
  min-height: 450px;
}
.partner-box .content span {
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: .9em;
  margin-top: .5em;
}
.partner-box .content span.title {
  font-weight: normal;
  margin-top: 0;
  font-style: normal;
}
@media (max-width: 768px) {
  .partner-box {
    background: #fff;
    min-height: 200px;
  }
  .partner-box .logo {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 0;
  }
  .partner-box .content {
    float: right;
    font-size: .5em;
    width: 50%;
    min-height: 198px;
  }
}

.partner-box {
  min-height: 0 !important;
}

.news-container {
  width: 65%;
  float: left;
}
@media (max-width: 768px) {
  .news-container {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media (max-width: 768px) {
  .news-container h2 {
    margin-bottom: 1em !important;
  }
}

article {
  border-bottom: 1px solid #e2e2e2;
  padding: 2em 0 0 0;
  clear: both;
  min-height: 175px;
}
@media (max-width: 768px) {
  article {
    border-bottom: none;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fbf9fa;
    box-shadow: 1px 1px 5px #999999;
    /* margin: 0 10px 10px; */
    margin-bottom: 1.5em;
  }
}
article .article-thumbnail-wrapper {
  float: left;
  margin-right: 1em;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  article .article-thumbnail-wrapper {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-color: white;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
}
article .article-thumbnail {
  border: 1px solid #e2e2e2;
  width: 122px;
  height: 122px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  article .article-thumbnail {
    border: none;
    width: auto;
    height: 160px;
    display: block;
  }
}
article .article-thumbnail img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-height: 120px;
  max-width: 120px;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 768px) {
  article .article-thumbnail img {
    max-height: 140px;
    max-width: 90%;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  article .title {
    font-size: 1.4em;
    text-transform: none;
    font-weight: 600;
    line-height: 1.3;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }
}
@media (max-width: 768px) {
  article .subtitle {
    font-size: 1.1em;
    padding-left: 1.35em;
    padding-right: 1.35em;
    padding-bottom: 1.75em;
  }
}

aside {
  background: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 1em;
  margin-left: 5%;
}
@media (max-width: 768px) {
  aside {
    width: 100%;
    clear: both;
    margin-left: 0 !important;
    box-shadow: 1px 1px 5px #999999;
    margin-bottom: 1em;
  }
}
aside > h3:not(:first-child) {
  margin-top: 0em;
}
@media (max-width: 768px) {
  aside > h3:not(:first-child) {
    margin-top: 0;
  }
}
aside h3 {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: .5em;
}
aside h3.tweets {
  border: none;
  display: inline-block;
  margin: 1em 1em 0 0;
}
aside .twitter-timeline {
  border-top: 1px solid #e2e2e2 !important;
}

.video-item {
  min-height: 200px;
  border: none;
  padding: .5em 0;
}
.video-item h4 {
  height: 90px;
}
.video-item img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-video {
  min-height: 300px;
}

.email-signup {
  background: #eeede9;
}

.partner-container {
  margin: 140px auto 100px auto;
}
@media (max-width: 768px) {
  .partner-container {
    margin-bottom: 0;
  }
}
.partner-container ul.orange-arrow li {
  line-height: 36px;
}
.partner-container ul.orange-check {
  font-weight: bold;
}
.partner-container ul.orange-check li {
  margin-bottom: 0.75em;
}
.partner-container ul.orange-check span {
  font-weight: normal;
  display: inline;
}
.partner-container ul.padded {
  padding-left: 2em;
  font-weight: normal;
}
@media (max-width: 768px) {
  .partner-container ul.padded {
    padding-left: 1em;
  }
}
.partner-container p span {
  font-weight: bold;
}
.partner-container h2 {
  margin-bottom: 0.5em !important;
}
.partner-container .callout {
  background-color: #d9e9f3;
  padding: 1.5em 2em 0.5em;
  width: 85%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 1.5em auto 1em;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .partner-container .callout {
    width: 100%;
  }
}
.partner-container .callout.bottom-padded {
  padding-bottom: 2em;
}
.partner-container .callout h3 {
  color: white;
  background-color: #156ca0;
  margin: -1em -1.35em 1.5em;
  padding-left: 1em;
  line-height: 2em;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 768px) {
  .partner-container .callout h3 {
    padding-left: 0.75em;
    padding-right: 0.75em;
    margin: -1.5em -2em 0.75em;
  }
}
@media (max-width: 768px) {
  .partner-container .callout ul.orange-check {
    padding-left: 0.5em;
    padding-top: 0;
    padding-right: 0;
  }
}
.partner-container h3.strike {
  font-weight: normal;
}
.partner-container h3.strike:before {
  width: 20%;
}
.partner-container h3.strike span {
  background: #f5f5f5;
}

.partnership-visit-text {
  max-width: 480px;
  float: right;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .partnership-visit-text {
    padding-right: 0;
  }
}

.partnerships-box {
  border: 1px solid rgba(0, 0, 0, 0.14);
  width: 392px;
  min-height: 665px;
  margin: 1em auto 2em;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .partnerships-box {
    width: 100%;
    min-height: 0;
  }
}
.partnerships-box p {
  padding: 1em 1.5em;
}
.partnerships-box p span {
  font-weight: bold;
}

.donate {
  margin-top: -160px;
  background: #eef9ff;
}
@media (max-width: 768px) {
  .donate {
    margin-top: -125px;
  }
}
.donate .body-container {
  margin-top: 0;
  padding-top: 120px;
  margin-bottom: 0;
}
.donate .body-container .col-1-2 {
  width: 48%;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .donate .body-container .col-1-2 {
    width: 100%;
  }
}
.donate .body-container .col-1-2.last {
  margin-left: 2%;
  margin-right: 0;
}
@media (max-width: 768px) {
  .donate .body-container .col-1-2.last {
    margin-left: 0;
    margin-top: 1.5em;
  }
}
.donate .body-container .btn {
  cursor: pointer;
}
@media (max-width: 768px) {
  .donate .body-container .btn {
    text-align: center;
    float: none;
  }
}
@media (max-width: 768px) {
  .donate .body-container .btn.right {
    float: none;
  }
}
.donate .body-container form .lh {
  position: relative;
}
.donate .body-container form .input-wrapper {
  margin-bottom: 1em;
}
.donate .body-container form input[type="text"] {
  height: 3rem;
  font-size: 1.2rem;
  color: #369ff4;
  line-height: 1.3;
  padding: 0.75rem 0.5rem;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  border: solid 1px #c1c1ba;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: none;
}
.donate .body-container form ::-webkit-input-placeholder {
  color: #3d9ccc;
}
.donate .body-container form :-moz-placeholder {
  /* Firefox 18- */
  color: #3d9ccc;
}
.donate .body-container form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3d9ccc;
}
.donate .body-container form :-ms-input-placeholder {
  color: #3d9ccc;
}
.donate .body-container form small.error {
  display: none;
  text-align: left;
}
.donate .body-container form .sc-uea-container {
  position: relative;
}
.donate .body-container form .sc-form-group label {
  font-weight: normal;
}
.donate .body-container form .sc-uea-currency-before {
  color: #333232;
  font-size: 0.9rem;
  top: 0.35rem;
  position: absolute;
  z-index: 1;
  font-weight: 500;
  line-height: 1rem;
  padding: 0.75rem 0.5rem 0.55rem;
  left: 0;
}
.donate .body-container form .sc-uea-currency-before ~ input {
  padding-left: 1.5rem;
}
.donate .body-container form .payment .icn,
.donate .body-container form .sc-payment-btn .icn {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}
.donate .body-container form .payment .credit-card,
.donate .body-container form .sc-payment-btn .credit-card {
  background-image: url(/wp-content/themes/livinggoods/img/donate/credit-card.svg);
  width: 1.55rem;
  margin-left: 0.4rem;
}
.donate .body-container form .payment .paypal,
.donate .body-container form .sc-payment-btn .paypal {
  background-image: url(/wp-content/themes/livinggoods/img/donate/paypal.svg);
  width: 3.15rem;
  margin-left: 0.3rem;
}
.donate .body-container form #paypalButton {
  margin-top: -81px;
}
.donate .body-container form input[type=text]::-webkit-inner-spin-button,
.donate .body-container form input[type=text]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.donate .body-container form input[type=text] {
  -moz-appearance: textfield;
}
.donate .body-container label {
  display: inline-block;
}
.donate .body-container .hidden {
  display: none !important;
  visibility: hidden !important;
}
@media (max-width: 768px) {
  .donate .body-container {
    padding-top: 90px;
    margin-top: 0;
  }
  .donate .bigitalic {
    width: 100%;
  }
}

.background-image-bottom {
  background-size: cover;
  height: 800px;
}
@media (max-width: 768px) {
  .background-image-bottom {
    height: 220px;
  }
}

.white-box {
  background: #fff;
  padding: 0 2em 2em;
  margin: 3em 0;
  margin-bottom: 50px;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .white-box {
    padding: .5em 1em;
    margin-bottom: 0;
  }
}

button {
  border: none;
}

.donate-buttons {
  margin: 2em 0 2em;
}
@media (max-width: 768px) {
  .donate-buttons {
    text-align: center;
  }
}

iframe.stripe_checkout_app {
  max-width: none;
}

.vex-content {
  background: #fff;
  z-index: 999;
  position: relative;
  text-align: center;
  display: table;
  width: auto;
  margin: 2.5rem auto;
  height: auto;
}
.vex-content .title {
  border-bottom: solid 1px #e9eae4;
  text-align: left;
  margin: 0;
  padding: 1.25rem 0 1.25rem 2rem;
}
.vex-content .inner {
  padding: 2rem;
  display: inline-block;
}
.vex-content .inner.donate-by-check {
  width: 45rem;
}
@media (max-width: 768px) {
  .vex-content .inner.donate-by-check {
    width: auto;
  }
}
.vex-content .inner.donate-by-check p {
  font-size: 0.8rem;
}
.vex-content .inner .columns.large-4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
@media (max-width: 768px) {
  .vex-content .inner .columns.large-4 {
    width: 100%;
  }
}
.vex-content .inner .columns.large-4:last-child {
  margin-right: 0;
}

.vex-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.6rem;
  cursor: pointer;
  color: #333232;
  font-weight: 900;
}

html {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 16px;
}

.right {
  float: right;
}

.icon-menu {
  height: 75px;
}

/*# sourceMappingURL=style.css.map */



/* Carousel 4-7-18 */

* {box-sizing:border-box}

body.carousel-page {
  margin-top: 120px;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  max-height: 600px;
  height: 600px;
}

.slideshow-container span {
  position: absolute;
  width: 350px;
  right: 6%;
  bottom: 10%;
}

.slideshow-container img, .mySlides {
  max-height: 600px;
}

.slideshow-container p {
  max-width: 100%;
  width: 100%;
}

/* Hide the images by default */
.mySlides {
    display: none;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.slide1 {
  background-image: url('/wp-content/uploads/2018/04/slide1b.jpg');
}

.slide2 {
  background-image: url('/wp-content/uploads/2018/04/audacious_1c.jpg');
}

.slide3 {
  background-image: url('/wp-content/uploads/2018/04/audacious_1e.jpg');
}

.slide4 {
  background-image: url('/wp-content/uploads/2018/06/audacious_g.jpg');
}

.slideshow-container .slide3 span, .slideshow-container .slide4 span {
    position: absolute;
    width: 350px;
	width: 44%;
    right: 11%;
	right: 3%;
    bottom: 10%;
	bottom: 7%;
	text-align: center;
	font-size: 1.9vw;
}

@media (max-width: 700px) {
  	.slide4 {
  		background-image: url('/wp-content/uploads/2018/04/ap_1c.jpg');
		background-size: contain;
		background-color: #000;
  	}

	.slideshow-container .slide4 span {
		width: 90%;
		right: 5%;
		font-size: 4.9vw;
		line-height: 1.4;
	}

	.slide4 .btn {
		width: 75% !important;
		margin: 1em auto !important;
	}
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.0s;
  animation-name: fade;
  animation-duration: 1.0s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Slide In Animation */

.slidein {
  -webkit-animation-name: slidein;
  -webkit-animation-duration: 0.5s;
  animation-name: slidein;
  animation-duration: 0.5s;
}

@-webkit-keyframes slidein {
  from {margin-left: 100%}
  to {margin-left: 0%}
}

@keyframes slidein {
  from {margin-left: 100%}
  to {margin-left: 0%}
}

.slide4 {
  background-image: url('/wp-content/uploads/2018/06/audacious_g.jpg');
}

/* Funders Page */

.galleryid-109, #gallery-1 {
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.galleryid-109 img, #gallery-1 img {
    border: 0px solid #cfcfcf !important;
}


/* Staff Bios */

.who-we-are.staff .staff-card .staff-content-mobile p, .who-we-are.board .staff-card .staff-content-mobile p {
    font-size: 1em;
    font-family: "Calibri";
    line-height: 1.3;
}
