@charset "UTF-8";
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/* line 14, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_flexbox.scss */
.wrapper, .wrapper--block, .wrapper--small, .input--inline, .wrapper--internal, .topNav__list, .mediaSection, .marketingCallout, .marketingCallout__module, .articlePreview__list, .smartBriefWidget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    /* line 14, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_flexbox.scss */
    .wrapper, .wrapper--block, .wrapper--small, .input--inline, .wrapper--internal, .topNav__list, .mediaSection, .marketingCallout, .marketingCallout__module, .articlePreview__list, .smartBriefWidget {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

/* line 23, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_flexbox.scss */
.form--centered, .introSummary__module, .introSummary__module--subpage, .memberOption__subsection, .horiz__list ul li, .bio__list--item, .wrapper--internal .column, .mediaSection__text,
.mediaSection__media, .marketingCallout__module, .articlePreview__module, .footerNav__column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* line 27, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_flexbox.scss */
.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 3, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
.hidden {
  display: none; }

/* line 7, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF; }
  /* line 20, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }

/* line 33, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5; }

/* line 35, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
.alert-box.radius {
  border-radius: 3px; }

/* line 37, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
.alert-box.round {
  border-radius: 1000px; }

/* line 39, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF; }

/* line 43, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF; }

/* line 47, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f; }

/* line 51, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF; }

/* line 55, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f; }

/* line 59, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
.alert-box.alert-close {
  opacity: 0; }

/* line 62, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
.validation-summary-errors {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF; }

/* line 77, /mnt/hgfs/Git/Housewares/source/stylesheets/01-extends/_utilities.scss */
.tooltip-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f; }

/* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_general.scss */
* {
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* line 12, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_general.scss */
body {
  background-color: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: normal;
  color: #333333; }

/* line 21, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_general.scss */
.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (max-width: 768px) {
  /* line 28, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_general.scss */
  img {
    width: 100%; } }

/* line 34, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_general.scss */
hr {
  width: 100%;
  height: 1px;
  margin: 1em 0;
  display: block;
  background-color: #e3dfce;
  border: none; }

/* line 47, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_general.scss */
::-moz-selection {
  color: inherit;
  background: rgba(118, 148, 188, 0.2);
  text-shadow: none; }
::selection {
  color: inherit;
  background: rgba(118, 148, 188, 0.2);
  text-shadow: none; }

/* line 53, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_general.scss */
::-moz-selection {
  color: inherit;
  background: rgba(118, 148, 188, 0.2);
  text-shadow: none; }

/* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
.wrapper, .wrapper--block, .wrapper--small {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 980px) {
    /* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
    .wrapper, .wrapper--block, .wrapper--small {
      width: 95%; } }
  @media screen and (max-width: 500px) {
    /* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
    .wrapper, .wrapper--block, .wrapper--small {
      padding: 0 16px;
      text-align: center;
      width: 95%;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

/* line 24, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
.wrapper--block {
  display: block; }

/* line 29, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
.wrapper--section {
  padding: 32px 0; }
  @media (min-width: 41.25em) {
    /* line 29, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
    .wrapper--section {
      padding: 64px 0; } }
  /* line 34, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
  .wrapper--section + .wrapper--section {
    padding-top: 0; }

/* line 39, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
.wrapper--small {
  margin: 0 auto;
  padding: 16px; }

/* line 52, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
.l--masthead {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

/* line 56, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
.l--footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

/* line 60, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
.l--half, .articlePreview__module {
  width: 50%; }

/* line 64, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
.l--third {
  min-width: 250px; }
  @media screen and (min-width: 41.25em) {
    /* line 64, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
    .l--third {
      width: 33.333%; } }

/* line 72, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
.l--fourth {
  width: 25%; }

/* line 77, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
.l--sideBar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%; }
  @media (min-width: 41.25em) {
    /* line 77, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
    .l--sideBar {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px;
      width: 200px;
      margin-right: 4em; } }

@media (min-width: 41.25em) {
  /* line 91, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
  .twocolumnpage.sidebar-fixed .l--sideBar {
    top: 64px;
    position: fixed; }
  /* line 95, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
  .twocolumnpage.sidebar-fixed .textContent, .twocolumnpage.sidebar-fixed .textContent--centered {
    margin-left: 264px; } }
@media (min-width: 41.25em) {
  /* line 102, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
  .twocolumnpage.sidebar-bottom-sticky .l--sideBar {
    position: absolute;
    bottom: 64px;
    left: 0; }
  /* line 107, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
  .twocolumnpage.sidebar-bottom-sticky .textContent, .twocolumnpage.sidebar-bottom-sticky .textContent--centered {
    margin-left: 264px; } }

/* line 114, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
.twocolumnpage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative; }
  @media screen and (min-width: 650px) {
    /* line 114, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
    .twocolumnpage {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

/* line 125, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
.textContent, .textContent--centered {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 50em;
  -webkit-transition: none;
  transition: none; }

/* line 131, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
.textContent--centered {
  margin: 0 auto; }
  @media (max-width: 768px) {
    /* line 131, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
    .textContent--centered {
      padding-left: 20px;
      padding-right: 20px; } }

@media (max-width: 768px) {
  /* line 139, /mnt/hgfs/Git/Housewares/source/stylesheets/02-base/_layout.scss */
  .largeOnly {
    display: none; } }

/* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
.button, .button--primary, .button--secondary, input[type="submit"] {
  border: none;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
  line-height: 1;
  background: transparent;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-align: center;
  box-shadow: 0 2px rgba(84, 84, 84, 0.4);
  padding: .7em 1em;
  color: #fafafa;
  text-shadow: 0 1px rgba(84, 84, 84, 0.4);
  cursor: pointer;
  margin-bottom: 1em; }
  /* line 22, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
  .button:hover, .button--primary:hover, .button--secondary:hover, input[type="submit"]:hover, .button:focus, .button--primary:focus, .button--secondary:focus, input[type="submit"]:focus, .button:active, .button--primary:active, .button--secondary:active, input[type="submit"]:active {
    background-color: #547aab; }
  /* line 28, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
  .button:last-child, .button--primary:last-child, .button--secondary:last-child, input[type="submit"]:last-child {
    margin-bottom: 0; }
  /* line 32, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
  .button a, .button--primary a, .button--secondary a, input[type="submit"] a {
    color: #fff;
    display: block; }
    /* line 37, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
    .button a:hover, .button--primary a:hover, .button--secondary a:hover, input[type="submit"] a:hover, .button a:focus, .button--primary a:focus, .button--secondary a:focus, input[type="submit"] a:focus, .button a:active, .button--primary a:active, .button--secondary a:active, input[type="submit"] a:active {
      color: #fafafa; }
  @media screen and (max-width: 500px) {
    /* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
    .button, .button--primary, .button--secondary, input[type="submit"] {
      display: block;
      width: 100%; } }

/* line 50, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
button.button--primary a {
  color: red !important; }

/* line 59, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
.button--full {
  width: 100%; }

/* line 63, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
.button {
  color: #fff !important;
  background-color: #7694bc; }

/* line 68, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
.button--primary {
  color: #fff !important;
  background-color: #7694bc; }

/* line 74, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
.button--secondary {
  color: #fff !important;
  background-color: #c8bf9d; }
  /* line 79, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
  .button--secondary:hover, .button--secondary:focus, .button--secondary:active {
    background-color: #b6a97c; }

/* line 86, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
.button__center {
  margin: 30px auto 0 auto; }

/* line 94, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
.saveAs--tooltip {
  position: relative; }
  /* line 97, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
  .saveAs--tooltip:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    top: .25em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: solid transparent 1em;
    border-top-color: #7694bc;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none; }
  /* line 116, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
  .saveAs--tooltip:after {
    content: 'Right-Click "Save Link As"';
    position: absolute;
    z-index: 120;
    top: -1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: .75em;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    white-space: nowrap;
    text-transform: none;
    text-shadow: none;
    background-color: #7694bc;
    padding: .5em;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none; }
  /* line 140, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
  .saveAs--tooltip:hover:before {
    top: -.75em;
    opacity: 1;
    filter: alpha(opacity=100); }
  /* line 146, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
  .saveAs--tooltip:hover:after {
    top: -2.5em;
    opacity: 1;
    filter: alpha(opacity=100); }

/* line 156, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
.upload_helpers .button {
  background-image: none;
  background-color: #7694bc;
  color: #fafafa;
  height: auto; }
  /* line 161, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_buttons.scss */
  .upload_helpers .button span {
    background-image: none;
    color: #fff;
    text-shadow: none;
    font-size: 13px;
    height: auto; }

/* line 1, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_icons.scss */
.icon, .input--inline__icon {
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  width: 16px;
  height: 16px; }
  /* line 6, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_icons.scss */
  a .icon, a .input--inline__icon {
    fill: #7694bc; }
    /* line 9, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_icons.scss */
    a .icon:hover, a .input--inline__icon:hover, a .icon:focus, a .input--inline__icon:focus, a .icon:active, a .input--inline__icon:active {
      fill: #324967; }

/* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_links.scss */
a {
  text-decoration: none;
  color: #7694bc;
  cursor: pointer; }
  /* line 10, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_links.scss */
  a:hover, a:focus, a:active {
    color: #324967; }
  /* line 16, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_links.scss */
  img a {
    opacity: .8; }
    /* line 19, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_links.scss */
    img a:hover, img a:focus, img a:active {
      opacity: 1; }
  /* line 27, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_links.scss */
  .coverImage--dark a:hover, .marketingCallout a:hover, .centeredCallout a:hover, .coverImage--dark a:focus, .marketingCallout a:focus, .centeredCallout a:focus, .coverImage--dark a:active, .marketingCallout a:active, .centeredCallout a:active {
    color: #dde4ee; }

/* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
li {
  list-style-type: none; }

/* line 9, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
.bullet--list li {
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 1em; }
  /* line 14, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
  .bullet--list li:before {
    content: "• ";
    font-size: .75em; }

/* line 17, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
.bullet--list .detail--emphasis, .bullet--list .detail--emphasis--blue {
  text-align: left;
  margin-left: 1em;
  margin-bottom: .5em; }

/* line 23, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
.list__products {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 16px; }
  /* line 26, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
  .list__products span.number {
    display: none; }
  /* line 27, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
  .list__products li {
    margin-left: 30px;
    list-style-type: decimal; }

/* line 34, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
.flexList {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }
  /* line 39, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
  .flexList li {
    display: inline-block;
    width: 100%;
    padding: .25em 0; }
    /* line 43, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
    .flexList li:before {
      content: "• ";
      font-size: .75em; }
  @media (max-width: 768px) {
    /* line 34, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
    .flexList {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (max-width: 500px) {
    /* line 34, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
    .flexList {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

/* line 59, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
.flexList--gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 64, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
  .flexList--gallery li {
    display: block;
    width: 33%;
    padding: .5em;
    text-align: center; }
    /* line 70, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
    .flexList--gallery li img {
      display: block;
      margin: 0 auto;
      max-width: 80%;
      height: auto; }
    @media (max-width: 768px) {
      /* line 64, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
      .flexList--gallery li {
        width: 50%; } }
    @media (max-width: 500px) {
      /* line 64, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_lists.scss */
      .flexList--gallery li {
        width: 100%; } }

/* line 15, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.scale--1, h1, .wysiwyg h1, .header--subpage__heading, .header--subpage__heading_brown, .section__heading, .section--center .setion__heading--small, .trendingItems__heading, .mediaSection__heading, .marketingCallout__heading, .newsroom__heading {
  font-size: 2.188em;
  font-family: PT Sans, Helvetica, Arial, sans-serif;
  color: #7694bc;
  font-weight: 800;
  text-transform: uppercase; }

/* line 15, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.scale--2, h2, .wysiwyg h2 {
  font-size: 2.074em;
  font-family: PT Sans, Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 500; }

/* line 15, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.scale--3, h3, .wysiwyg h3, .introSummary__module--subpage .introSummary__heading, .gallery__heading, .marketingCallout__module--heading {
  font-size: 1.728em;
  font-family: PT Sans, Helvetica, Arial, sans-serif;
  color: #545454;
  font-weight: 500; }

/* line 15, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.scale--4, h4, .wysiwyg h4, .section__subheading, .newsroom__subheading, .introSummary__module--subpage .introSummary__paragraph {
  font-size: 1em;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 500; }

/* line 15, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.scale--5, .button, .button--primary, .button--secondary, input[type="submit"], h5, .wysiwyg h5, .footerNav__heading, .sideBar__heading, .section__link, .introSummary__link, .introSummary__link--small, .trendingItems--multi__row .trendingItems__module .trendingItems__link--small {
  font-size: 1em;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 800; }

/* line 15, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.scale--6, h6, .wysiwyg h6, .input__label, label, .gallery__label, .topNav__item, .topNav__mobileButton {
  font-size: 0.79rem;
  font-family: PT Sans, Helvetica, Arial, sans-serif;
  color: #787878;
  font-weight: 500;
  text-transform: uppercase; }

/* line 15, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.scale--7 {
  font-size: 0.549em;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: #787878;
  font-weight: 500; }

/* line 27, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
p {
  margin-bottom: 1em;
  line-height: 1.6; }

/* line 32, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.scale--1, h1, .wysiwyg h1, .header--subpage__heading, .header--subpage__heading_brown, .section__heading, .section--center .setion__heading--small, .trendingItems__heading, .mediaSection__heading, .marketingCallout__heading, .newsroom__heading {
  letter-spacing: 3px; }

/* line 42, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
h2 {
  font-weight: 800;
  margin-bottom: .5em;
  color: #4a4545; }

/* Blockquote */
/* line 50, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
blockquote {
  font-style: italic;
  border-left: 1px solid #787878;
  color: #787878;
  padding-left: 16px;
  margin-bottom: 16px; }

/* line 59, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
abbr {
  border-bottom: 1px dotted #787878;
  cursor: help; }

/* line 66, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.wysiwyg .flex--wrap {
  width: 100%;
  padding: 0; }
/* line 71, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.wysiwyg .wrapper--section {
  padding: 0; }
/* line 81, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.wysiwyg .background--cube, .wysiwyg .searchForm, .wysiwyg .background--triangle, .wysiwyg .home__keynotes {
  padding: 1em !important; }
/* line 85, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.wysiwyg h2 {
  font-weight: 800;
  margin-bottom: .5em;
  color: #4a4545; }
/* line 91, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.wysiwyg li {
  padding-left: 1em;
  margin-bottom: 0.25em; }
  /* line 95, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
  .wysiwyg li:before {
    content: '\2022';
    display: inline-block;
    margin-left: -1em;
    width: 1em; }
/* line 103, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.wysiwyg ul {
  margin-bottom: 1em;
  padding-left: 1.5em; }
/* line 108, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.wysiwyg header {
  margin-bottom: 1em; }
/* line 112, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.wysiwyg hr {
  width: 50%;
  border: 0;
  border-bottom: 1px solid #ededed;
  margin: 2em auto; }
/* line 119, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.wysiwyg h5 {
  color: #c8bf9d; }
/* line 123, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.wysiwyg .introSummary__module--subpage {
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    /* line 123, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
    .wysiwyg .introSummary__module--subpage {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1em;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
      /* line 132, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
      .wysiwyg .introSummary__module--subpage:last-child {
        margin-right: auto; } }

/* line 139, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.detail--emphasis, .detail--emphasis--blue {
  color: #c8bf9d;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: .5em; }

/* line 146, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_text.scss */
.detail--emphasis--blue {
  color: #7694bc; }

/* line 2, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_tables.scss */
table {
  background: #fafafa;
  border: solid 1px #ededed;
  border-width: 1px 0;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  /* line 9, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_tables.scss */
  table caption {
    background: transparent;
    color: #787878;
    font-size: 1rem;
    font-weight: bold; }
  /* line 15, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_tables.scss */
  table thead {
    background: #ededed; }
  /* line 19, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_tables.scss */
  table thead tr th,
  table tr th,
  table thead tr td {
    color: #333333;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 1.25rem 0.625rem 1rem; }
  /* line 27, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_tables.scss */
  table tfoot {
    background: #ededed; }
  /* line 30, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_tables.scss */
  table tr th,
  table tfoot tr th,
  table tfoot tr td {
    color: #333333;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  /* line 38, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_tables.scss */
  table tr th,
  table tr td {
    color: #333333;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left;
    border-bottom: 1px solid #ededed; }
  /* line 46, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_tables.scss */
  table tr.even,
  table tr.alt,
  table tr:nth-of-type(even) {
    background: #fafafa; }
  /* line 51, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_tables.scss */
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }
  /* line 61, /mnt/hgfs/Git/Housewares/source/stylesheets/03-atoms/_tables.scss */
  table .table--checkbox {
    text-align: center; }

/* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
input:focus,
textarea:focus {
  outline: 0; }

/* line 10, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.input--default, .input--full, input[type=text],
input[type=search],
input[type=url],
input[type=number],
input[type=password],
textarea, .input--split select, .input--split input {
  background: white;
  padding: 0.5em 0.65rem;
  font-size: 1em; }
  /* line 14, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .input--default *, .input--full *, input[type=text] *,
  input[type=search] *,
  input[type=url] *,
  input[type=number] *,
  input[type=password] *,
  textarea *, .input--split select *, .input--split input * {
    border: 0; }
    /* line 17, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
    .input--default *:focus, .input--full *:focus, input[type=text] *:focus,
    input[type=search] *:focus,
    input[type=url] *:focus,
    input[type=number] *:focus,
    input[type=password] *:focus,
    textarea *:focus, .input--split select *:focus, .input--split input *:focus {
      outline: 0; }

/* line 23, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.input__label, label {
  letter-spacing: 1px;
  color: #333333; }

/* line 28, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.label--hidden {
  display: none; }

/* line 31, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.form--header {
  margin-bottom: 1em; }

/* line 40, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.input--inline {
  padding: 1em 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-display: row;
  border: 1px solid #ededed;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/* line 63, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.form--full {
  width: 100%; }

/* line 67, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.form__group {
  margin-bottom: 1em;
  display: block; }
  /* line 70, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .form__group .form__group {
    width: 100%;
    padding: 0 2em; }
  /* line 74, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .form__group .form--inline {
    margin-top: 2em; }

/* line 79, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.form__group--inline {
  display: inline-block;
  width: 100%; }
  /* line 82, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .form__group--inline > * {
    float: left;
    margin: 0 1em 0.5em 0; }

/* line 89, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.form--inline label {
  width: 200px;
  text-align: right;
  margin-right: 20px;
  line-height: 1.3em;
  margin-top: 0.75em; }
/* line 96, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.form--inline .form__group {
  margin-bottom: 0; }
/* line 100, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.form--inline input[type=text],
.form--inline input[type=search],
.form--inline input[type=url],
.form--inline input[type=number],
.form--inline input[type=password],
.form--inline textarea {
  width: 100%; }
@media screen and (min-width: 768px) {
  /* line 112, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .form--inline input[type=text],
  .form--inline input[type=search],
  .form--inline input[type=url],
  .form--inline input[type=number],
  .form--inline input[type=password],
  .form--inline textarea {
    width: 400px;
    margin-right: 10px; } }
/* line 123, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.form--inline .form__group--perc input[type=text] {
  width: 100px !important; }
/* line 126, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.form--inline .form__group--perc label {
  width: 400px;
  text-align: left; }

/* line 141, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.input--inline .input--inline__input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80%;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    /* line 141, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
    .input--inline .input--inline__input {
      width: 93%; } }

/* line 152, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.input--inline__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1em; }

/* line 158, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.wrapper--loginPage {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 163, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.form--centered {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 32px;
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 3px rgba(0, 0, 0, 0.6);
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/* line 174, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
input::-webkit-input-placeholder,
::-webkit-input-placeholder {
  font-family: Georgia, "times new roman", Helvetica, Arial, serif;
  font-style: italic;
  text-transform: none;
  font-size: .825em;
  line-height: 1.5em; }
input::-moz-placeholder,
::-moz-placeholder {
  font-family: Georgia, "times new roman", Helvetica, Arial, serif;
  font-style: italic;
  text-transform: none;
  font-size: .825em;
  line-height: 1.5em; }
input:-ms-input-placeholder,
:-ms-input-placeholder {
  font-family: Georgia, "times new roman", Helvetica, Arial, serif;
  font-style: italic;
  text-transform: none;
  font-size: .825em;
  line-height: 1.5em; }
input::placeholder,
::placeholder {
  font-family: Georgia, "times new roman", Helvetica, Arial, serif;
  font-style: italic;
  text-transform: none;
  font-size: .825em;
  line-height: 1.5em; }

@media (min-width: 1100px) {
  /* line 188, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .topNav__item--search {
    margin-left: 3em; } }

/* line 193, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.masthead__search {
  position: relative; }
  /* line 195, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .masthead__search .input__search {
    margin-bottom: 0;
    padding-right: 40px;
    width: 11em; }
    @media screen and (min-width: 768px) {
      /* line 195, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
      .masthead__search .input__search {
        width: 12em; } }
  /* line 203, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .masthead__search .button__close {
    border: none;
    background: none;
    right: 10px;
    top: 8px;
    position: absolute;
    z-index: 111; }
    /* line 210, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
    .masthead__search .button__close:hover {
      cursor: pointer; }

/* line 216, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.searchBox.wrapper--small {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  -webkit-transition: none;
  transition: none; }
  /* line 222, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .searchBox.wrapper--small:after {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    border-bottom: 20px solid #e3dfce;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: none; }

/* line 233, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.searchBox--form {
  background-color: #e3dfce;
  padding: 20px; }
  /* line 237, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .searchBox--form .form--controls {
    display: inline-block; }
  /* line 241, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .searchBox--form button {
    background-color: transparent;
    border: none;
    margin: 0 5px;
    cursor: pointer; }
  /* line 247, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .searchBox--form .form__input {
    width: 50%; }
    /* line 249, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
    .searchBox--form .form__input label {
      margin-right: 10px; }
  /* line 253, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .searchBox--form .form__radio {
    width: 30%;
    min-width: 320px; }
  /* line 257, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .searchBox--form .form__buttons {
    min-width: 70px;
    float: right; }

/* line 263, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.input__search {
  font-size: 14px;
  font-family: Georgia, "times new roman", Helvetica, Arial, serif;
  font-style: italic;
  background: none;
  padding: 10px 10px 10px 15px;
  border: 2px solid #ccc; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/* line 280, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
form ol, form ul {
  list-style: none;
  margin-left: 0; }

/* line 285, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

/* line 291, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
label {
  display: block;
  padding-bottom: 0.5em; }

/* line 297, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0 1px 0; }

/* line 306, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
input,
textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 0.5em 0.65rem; }

/* line 313, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.input--full {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50em;
  margin: 0 auto 2em auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  /* line 322, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .input--full button {
    background: none;
    position: absolute;
    top: 50%;
    right: 1.5em;
    margin-top: -8px;
    cursor: pointer; }
    /* line 330, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
    .input--full button img {
      margin: 0 0 0 1em; }

/* line 336, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
input[type=text],
input[type=search],
input[type=url],
input[type=number],
input[type=password],
textarea {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-appearance: none; }

/* line 350, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.button, input[type="submit"] {
  background: #7694bc;
  color: #fff; }

/* line 356, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 1em;
  margin-bottom: 0.5em; }

/* line 363, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.radio,
.checkbox {
  width: 100%;
  display: inline-block; }
  /* line 367, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .radio label,
  .checkbox label {
    padding-left: 1.5em;
    padding-bottom: 0;
    margin: 0 0 0.75em; }
  /* line 372, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .radio input,
  .checkbox input {
    display: inline;
    margin: 0.125em 0.5em 0 0;
    float: left; }

/* line 379, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* line 384, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 388, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.help-block {
  font-size: 0.83em;
  color: #787878; }

/* line 393, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.field-container {
  margin-bottom: 1em; }

/* line 398, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.inline-form fieldset, .inline-form .inline-container {
  position: relative; }
/* line 402, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.inline-form input[type=submit], .inline-form button, .inline-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: auto; }
  /* line 409, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .inline-form input[type=submit]:hover, .inline-form input[type=submit]:focus, .inline-form button:hover, .inline-form button:focus, .inline-form .btn:hover, .inline-form .btn:focus {
    background: #787878;
    color: #fafafa; }

/* Validation */
/* line 417, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.input-validation-error {
  border-color: #f00; }

/* line 420, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.is-valid {
  border-color: #089e00; }

/* line 424, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.error__message {
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin: 1em 0 2em;
  color: #f00;
  background: #ffe0e0;
  border: 1px solid #f00; }

/*------------------------------------*\
    $SPECIFIC FORMS
\*------------------------------------*/
/* Search Form */
/* line 439, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.search-field {
  padding-right: 3em; }

/* line 442, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.inline-form .search-submit {
  background: none;
  padding: 0.78em 1em;
  border: 0;
  border-left: 1px solid #787878;
  color: #787878; }

/* line 451, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
label.question_header {
  font-weight: 600;
  text-align: left;
  width: 100%; }

/* line 457, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.person_header.form__group--inline,
.person_container.form__group--inline {
  margin-top: 10px;
  margin-bottom: 0; }
  /* line 461, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .person_header.form__group--inline > *,
  .person_container.form__group--inline > * {
    width: 100%; }
  @media screen and (min-width: 980px) {
    /* line 465, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
    .person_header.form__group--inline > *,
    .person_container.form__group--inline > * {
      float: left;
      margin: 0 0.5em 0.5em 0;
      width: 18.5%; }
    /* line 470, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
    .person_header.form__group--inline .person_salutation,
    .person_container.form__group--inline .person_salutation {
      width: 10%; } }

/* line 477, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.person_container.form__group--inline .person_role {
  font-size: 13px; }

/* line 486, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
.input--split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  /* line 489, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .input--split select, .input--split input {
    width: 100%;
    height: 3em;
    padding: .5em;
    display: block;
    border: 2px solid #ededed; }
  /* line 498, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .input--split label {
    text-align: left; }
  /* line 502, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .input--split .input--split__half {
    width: 50%; }
  /* line 506, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .input--split .input--split__large {
    width: 70%; }
  /* line 510, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .input--split .input--split__small {
    width: 30%; }
  /* line 514, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
  .input--split .input--split__half:first-child, .input--split .input--split__large:first-child, .input--split .input--split__small:first-child {
    margin-right: 1em; }
  @media (max-width: 500px) {
    /* line 486, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
    .input--split {
      display: block; }
      /* line 521, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
      .input--split .input--split__half, .input--split .input--split__large, .input--split .input--split__small {
        width: 100%; }
        /* line 524, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_forms.scss */
        .input--split .input--split__half:first-child, .input--split .input--split__large:first-child, .input--split .input--split__small:first-child {
          margin-right: 0;
          margin-bottom: 1em; } }

/* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header--subpage {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1200px;
  margin: 0 auto 0 auto;
  width: 100%;
  background-color: #FCFCFC;
  background-image: -webkit-linear-gradient(white, #FCFCFC);
  background-image: linear-gradient(white, #FCFCFC);
  position: relative;
  padding-top: 1em; }

/* line 20, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header--homepage {
  display: block;
  position: relative; }

/* line 25, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header--homepage__image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }

/* line 32, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header--subpage {
  background-size: cover;
  background-image: url("../images/landing-header.jpg"); }
  @media (min-width: 768px) {
    /* line 32, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
    .header--subpage {
      min-height: 600px; } }
  /* line 43, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
  .header--subpage p {
    margin-bottom: 0; }

/* line 48, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header--flush {
  margin-bottom: 0; }

/* line 52, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header--colorBar:before {
  content: '';
  display: block;
  background: url("../images/color-bar.jpg");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px; }

/* line 68, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header--homepage__intro, .header--subpage__intro {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  min-width: 800px;
  max-width: 900px;
  position: relative;
  padding: 32px; }
  /* line 77, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
  .header--homepage__intro .header--subpage__paragraph, .header--subpage__intro .header--subpage__paragraph,
  .header--homepage__intro .header--homepage__paragraph,
  .header--subpage__intro .header--homepage__paragraph {
    font-size: 1.31em;
    line-height: 1.61; }
    @media (max-width: 500px) {
      /* line 77, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
      .header--homepage__intro .header--subpage__paragraph, .header--subpage__intro .header--subpage__paragraph,
      .header--homepage__intro .header--homepage__paragraph,
      .header--subpage__intro .header--homepage__paragraph {
        font-size: 1em; } }
  @media screen and (max-width: 800px) {
    /* line 68, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
    .header--homepage__intro, .header--subpage__intro {
      padding: 40px 20px;
      min-width: 500px;
      width: 80%; } }
  @media screen and (max-width: 500px) {
    /* line 68, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
    .header--homepage__intro, .header--subpage__intro {
      font-size: 1em;
      width: 100%;
      min-width: 0; } }

/* line 100, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header--homepage__intro {
  padding-top: 0; }

/* line 105, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header--subpage__intro {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 4em; }
  @media (min-width: 768px) {
    /* line 105, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
    .header--subpage__intro {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  /* line 117, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
  .header--subpage__intro img {
    margin-bottom: 30px; }

/* line 122, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header--subpage__heading {
  text-transform: uppercase;
  color: #7694bc;
  margin-bottom: 16px;
  font-weight: 800; }

/* line 130, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header--subpage__heading_brown {
  text-transform: uppercase;
  color: #4a4545;
  margin-bottom: 16px;
  font-weight: 800; }

/* line 138, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header__callout {
  font-size: .875em;
  width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px;
  background-color: #e3dfce;
  color: #787878; }
  /* line 149, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
  .header__callout p {
    margin: 0; }
  /* line 152, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
  .header__callout a {
    padding: 0 20px;
    line-height: 1.1em;
    font-weight: 700; }

/* line 159, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.mainheader__callout__link img {
  width: auto; }

/* line 163, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header__calloutLink {
  border-right: 1px solid #787878; }

/* line 167, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
.header__calloutClose {
  padding: .5em;
  margin-left: 1em;
  margin-right: -.5em;
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-flex-basis: 40px;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px; }
  @media (max-width: 768px) {
    /* line 167, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
    .header__calloutClose {
      -webkit-box-flex: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      position: absolute;
      top: 20px;
      right: 20px; } }

/* line 184, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_headers.scss */
h3.header__subsection {
  text-align: center;
  font-size: 1.25em;
  font-weight: 800;
  color: #c8bf9d; }

/* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.form--centered, .introSummary__module, .introSummary__module--subpage, .memberOption__subsection, .horiz__list ul li, .bio__list--item, .wrapper--internal .column, .mediaSection__text,
.mediaSection__media, .marketingCallout__module, .articlePreview__module {
  margin: 0 16px 16px 0;
  width: 100%; }
  @media screen and (max-width: 500px) {
    /* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .form--centered, .introSummary__module, .introSummary__module--subpage, .memberOption__subsection, .horiz__list ul li, .bio__list--item, .wrapper--internal .column, .mediaSection__text,
    .mediaSection__media, .marketingCallout__module, .articlePreview__module {
      margin: 0 auto 16px auto;
      min-width: 0; } }

/* line 16, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.introSummary__module, .introSummary__module--subpage, .memberOption__subsection, .horiz__list ul li, .bio__list--item {
  border: 2px solid #ededed; }
  /* line 20, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .introSummary__module:hover, .introSummary__module--subpage:hover, .memberOption__subsection:hover, .horiz__list ul li:hover, .bio__list--item:hover, .introSummary__module:active, .introSummary__module--subpage:active, .memberOption__subsection:active, .horiz__list ul li:active, .bio__list--item:active, .introSummary__module:focus, .introSummary__module--subpage:focus, .memberOption__subsection:focus, .horiz__list ul li:focus, .bio__list--item:focus {
    border: 2px solid #7694bc; }

/* line 27, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.gallery__module, .trendingItems__module, .articlePreview {
  padding: 0;
  margin-right: 16px;
  width: 15em; }

/* line 33, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.module__text {
  padding: 1em; }

/* line 37, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.module__text--small p {
  font-size: .75em; }

/* line 45, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.introSummary__heading, .gallery__heading {
  margin-bottom: 1em; }

/* line 49, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.gallery__label {
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: .25em; }

/* line 56, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.introSummary__paragraph {
  margin-bottom: 1em; }

/* line 60, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.module__logo, .module__logo--prev {
  display: block;
  width: 50%;
  margin: 1em auto; }

/* line 66, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.module__logo--prev {
  width: 25%; }

/* line 72, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.video--centered iframe {
  margin: 0 auto; }
@media (max-width: 768px) {
  /* line 71, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .video--centered {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative; }
    /* line 82, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .video--centered iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

/* line 92, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.video--title {
  margin: 0 auto 2em auto;
  text-align: center;
  display: block; }
  @media (max-width: 659px) {
    /* line 92, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .video--title {
      margin: 2em 0 1em 0; } }

/* line 102, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.figure {
  margin-bottom: 2em; }
  /* line 105, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .figure img {
    margin-bottom: .5em;
    width: 100%; }

/* line 111, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.figcaption {
  font-family: Georgia, "times new roman", Helvetica, Arial, serif;
  color: #787878;
  font-style: italic;
  text-align: right; }

/* line 118, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.dropdown--wrapper {
  text-align: center; }

/* line 123, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.dropdown--box {
  display: inline-block;
  margin: 2em .5em;
  text-align: center;
  padding: 1em;
  border: 2px solid #ededed;
  background: #f2efe3; }
  /* line 131, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .dropdown--box:hover {
    border-color: #7694bc; }
  /* line 135, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .dropdown--box h2 {
    font-size: 1em;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: .5em; }
  /* line 142, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .dropdown--box select {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 50em;
    width: 100%;
    padding: 1em 2.5em 1em 1em;
    border: 1px solid #ededed;
    background-color: white;
    background-image: url("../images/icons/drop.svg");
    background-size: 1em auto;
    background-repeat: no-repeat;
    background-position: right 1em center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
    /* line 158, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .dropdown--box select:focus, .dropdown--box select:active {
      outline: none; }

/* line 164, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.home__keynotes .dropdown--box {
  background: white; }

/* line 174, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.wrapper--internal .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none; }
  /* line 180, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .wrapper--internal .column:last-child {
    margin-right: 0; }

/* line 186, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.searchForm--modules, .searchPage--modules {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 3em; }
  /* line 191, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .searchForm--modules .module--content, .searchPage--modules .module--content {
    width: 100%;
    background-color: white;
    border: solid 2px #ededed;
    padding: 1em;
    margin-right: 1em; }
    /* line 198, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .searchForm--modules .module--content h4, .searchPage--modules .module--content h4 {
      margin-bottom: .5em; }
    /* line 202, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .searchForm--modules .module--content a.module--link, .searchPage--modules .module--content a.module--link {
      display: block;
      margin-bottom: .5em; }
    /* line 207, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .searchForm--modules .module--content:last-child, .searchPage--modules .module--content:last-child {
      margin-right: 0; }
  @media (max-width: 500px) {
    /* line 186, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .searchForm--modules, .searchPage--modules {
      padding-top: 2em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      /* line 216, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
      .searchForm--modules .module--content, .searchPage--modules .module--content {
        margin: 0 0 1em 0; }
        /* line 219, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
        .searchForm--modules .module--content:last-child, .searchPage--modules .module--content:last-child {
          margin-bottom: 0; } }

/* line 226, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.searchPage--modules {
  padding: 1em 0;
  width: 60%;
  margin: 0 auto; }
  /* line 232, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .searchPage--modules .module--content {
    border: none; }
  @media (max-width: 500px) {
    /* line 226, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .searchPage--modules {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%; }
      /* line 240, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
      .searchPage--modules .module--content {
        margin: 0; } }

/* line 250, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.75);
  opacity: 1;
  position: fixed;
  z-index: 5000; }

/* line 257, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
.ui-dialog {
  position: fixed;
  width: 80% !important;
  max-width: 1400px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0;
  border: 2px solid #ededed;
  padding: 0;
  z-index: 10000; }
  @media (max-width: 768px) {
    /* line 257, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .ui-dialog {
      width: 80% !important; } }
  /* line 274, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .ui-dialog .ui-dialog-content {
    overflow: hidden; }
  /* line 278, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .ui-dialog .fixed_banner {
    position: fixed;
    top: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background-color: #ececec; }
    /* line 286, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .ui-dialog .fixed_banner img {
      float: left;
      height: 100%;
      width: auto;
      margin: 0 1em 0 .5em; }
    /* line 293, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .ui-dialog .fixed_banner h1 {
      line-height: 50px;
      font-size: 1.75em;
      float: left; }
      @media (max-width: 768px) {
        /* line 293, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
        .ui-dialog .fixed_banner h1 {
          display: none; } }
  /* line 304, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .ui-dialog .close {
    display: block;
    position: absolute;
    top: 13px;
    right: 13px;
    width: 0px;
    height: 24px;
    padding-left: 24px;
    overflow: hidden;
    background-image: url("/images/icons/icon_header_close.png");
    background-repeat: no-repeat;
    background-position: center; }
  /* line 318, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .ui-dialog .ui-widget-content a {
    color: #7694bc; }
  /* line 322, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .ui-dialog #LoginPanel, .ui-dialog #ModifyLoginPanel {
    position: relative;
    padding: 0; }
  /* line 327, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .ui-dialog .form_scroll {
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
    overflow: auto; }
  /* line 335, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .ui-dialog .form_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    /* line 339, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .ui-dialog .form_wrap .split_form {
      width: 50%;
      padding: 1em;
      margin: 0 auto; }
    /* line 345, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .ui-dialog .form_wrap .full_form {
      width: 100%;
      padding: 1em; }
    /* line 350, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .ui-dialog .form_wrap h2 {
      line-height: 1em; }
    /* line 354, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .ui-dialog .form_wrap label {
      text-align: left; }
    @media (max-width: 768px) {
      /* line 335, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
      .ui-dialog .form_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        /* line 361, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
        .ui-dialog .form_wrap .split_form {
          width: 100%; } }
  @media (max-width: 768px) {
    /* line 368, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .ui-dialog #create {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    /* line 372, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
    .ui-dialog #login {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  /* line 377, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .ui-dialog .form--inline input, .ui-dialog .form--inline select {
    width: 100% !important; }
  /* line 381, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_modules.scss */
  .ui-dialog .reqLabel:after {
    content: '*';
    color: red;
    font-size: 1.75em; }

/* line 7, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.topNav a {
  color: inherit;
  padding: 10px 0; }
  /* line 10, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .topNav a:hover, .topNav a:active, .topNav a:focus {
    color: #7694bc; }

/* line 18, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.topNav__list {
  text-align: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    /* line 18, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
    .topNav__list {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  /* line 30, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .topNav__list li .active,
  .topNav__list li.active {
    color: #7694bc; }

@media (max-width: 768px) {
  /* line 36, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .topnav__link {
    display: block; } }

/* line 42, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.topNav__item {
  font-size: 95%;
  margin: 10px 1.15em 10px;
  position: static; }
  /* line 48, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .topNav__item:last-of-type {
    margin-right: 0; }
  @media (max-width: 768px) {
    /* line 42, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
    .topNav__item {
      position: absolute;
      left: -99999em; } }

/* line 60, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.topNav.open .topNav__item {
  left: 0;
  width: 100%;
  position: static;
  margin: 0;
  padding: 8px 0; }

/* line 70, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.topNav__mobileButton {
  font-size: 150%;
  position: absolute;
  left: -99999em; }
  @media (max-width: 768px) {
    /* line 70, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
    .topNav__mobileButton {
      position: static;
      text-align: right; } }

@media (min-width: 768px) {
  /* line 89, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .topNav__item:hover .subNav {
    margin-left: -10px;
    text-indent: 0;
    display: block;
    left: auto;
    top: auto; } }
/* line 100, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.subNav {
  margin-top: 10px;
  padding: 0;
  display: inline-block;
  background-color: #ededed; }
  /* line 105, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .subNav li {
    float: right;
    padding: 10px; }
  @media (min-width: 768px) {
    /* line 100, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
    .subNav {
      position: absolute;
      z-index: 1111;
      left: 0;
      top: 1em;
      display: none;
      width: 200px;
      overflow: hidden;
      margin: 5px 0 0;
      padding-top: 5px; }
      /* line 119, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
      .subNav li {
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        float: none; }
        /* line 124, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
        .subNav li a {
          width: 100%;
          display: block;
          padding: 6px 30px 6px 10px;
          line-height: 1.3; }
          /* line 129, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
          .subNav li a:hover {
            background-color: whitesmoke; } }

/* line 140, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.footerNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 146, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .footerNav .wrapper--small {
    padding: 0;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (max-width: 750px) {
    /* line 140, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
    .footerNav {
      width: 100%; } }
  @media (max-width: 500px) {
    /* line 160, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
    .footerNav .wrapper--small {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }

/* line 166, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.footerNav__column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 1em;
  text-align: left;
  min-width: 7.5em;
  padding-right: 10px;
  width: 100%; }
  @media (min-width: 786px) {
    /* line 166, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
    .footerNav__column {
      width: 25%; } }
  /* line 177, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .footerNav__column a img {
    width: auto; }

/* line 184, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.footerNav__column--small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

/* line 188, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.footerNav__item {
  margin-bottom: .5em; }

/* line 192, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.footerNav__heading {
  text-transform: uppercase;
  margin-bottom: .5em; }
  /* line 196, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .footerNav__heading a {
    color: #4a4545; }

/* line 205, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.sideNav {
  border: 1px solid #ededed;
  background-color: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 212, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.sideBar__heading {
  font-size: 1.25em;
  color: #7694bc;
  margin-bottom: .5em; }

/* line 219, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.sideNav__item {
  border-bottom: 1px solid #ededed;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  /* line 223, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .sideNav__item:hover {
    background-color: whitesmoke; }
  /* line 227, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .sideNav__item.active .sideNav__link {
    background-color: #fff;
    color: #7694bc; }

/* line 234, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.sideNav__link {
  display: block;
  padding: 1em;
  color: #4a4545; }
  /* line 239, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .sideNav__link:hover {
    color: #7694bc; }

/* line 248, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3em; }

/* line 253, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

/* line 260, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.pagination__link {
  padding: 1em;
  display: block; }

/* line 265, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.pagination__item {
  max-width: 3.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border: solid 1px #ededed;
  background: #fafafa;
  font-size: .875em;
  font-weight: 800;
  color: #545454;
  text-shadow: 0px 1px 0px white; }
  /* line 275, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .pagination__item:first-of-type, .pagination__item:last-of-type {
    max-width: 6.5em; }
  /* line 280, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .pagination__item:hover {
    background: #ededed;
    color: #fafafa; }

/* line 286, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.pagination__item--current {
  border: none;
  background: #7694bc;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.8);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
  /* line 292, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .pagination__item--current a {
    color: #fafafa; }

/* line 301, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.breadcrumbs__list {
  padding: 1em 0; }

/* line 305, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.breadcrumbs__item, .breadcrumbs__item--current {
  display: inline-block; }
  /* line 310, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .breadcrumbs__item:last-of-type:after, .breadcrumbs__item--current:last-of-type:after {
    display: none; }
  /* line 315, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .breadcrumbs__item:after, .breadcrumbs__item--current:after {
    content: '\2192';
    padding: 0 0.25em 0 0.5em;
    color: #999; }

/* line 322, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.breadcrumbs__item--current {
  font-weight: 800; }

/* line 327, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.breadcrumbs__link {
  color: inherit; }
  /* line 330, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .breadcrumbs__link:hover {
    color: #c8bf9d; }

/* line 343, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.nav_container h4 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize; }

/* line 351, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.nav ul {
  margin-bottom: 20px; }
/* line 354, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.nav li {
  font-size: 13px;
  margin-bottom: 5px; }
/* line 358, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.nav .complete {
  color: #bbb; }
/* line 361, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.nav .active {
  font-weight: 700;
  color: #666; }

/* line 368, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
.nav_SD li a {
  padding-left: 20px;
  background: url("/content/images/icon_pending.png") left 2px no-repeat;
  background-size: 13px; }
  /* line 372, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_navigation.scss */
  .nav_SD li a.complete {
    background-image: url("/content/images/icon_complete.png"); }

/* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.coverImage, .coverImage--dark, .marketingCallout, .centeredCallout, .coverImage--light {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 auto;
  width: 100%; }

/* line 13, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.coverImage {
  height: 100%;
  background-size: cover; }

/* line 19, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.background--triangle, .home__keynotes {
  background: url("../images/triangle-background.jpg") repeat;
  background-color: #f2efe3; }
  /* line 23, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .background--triangle .section__heading, .home__keynotes .section__heading, .background--triangle .section--center .setion__heading--small, .section--center .background--triangle .setion__heading--small, .home__keynotes .section--center .setion__heading--small, .section--center .home__keynotes .setion__heading--small, .background--triangle .trendingItems__heading, .home__keynotes .trendingItems__heading, .background--triangle .mediaSection__heading, .home__keynotes .mediaSection__heading, .background--triangle .marketingCallout__heading, .home__keynotes .marketingCallout__heading, .background--triangle .newsroom__heading, .home__keynotes .newsroom__heading,
  .background--triangle .section__link,
  .home__keynotes .section__link,
  .background--triangle .introSummary__link,
  .home__keynotes .introSummary__link,
  .background--triangle .introSummary__link--small,
  .home__keynotes .introSummary__link--small,
  .background--triangle .trendingItems--multi__row .trendingItems__module .trendingItems__link--small,
  .trendingItems--multi__row .trendingItems__module .background--triangle .trendingItems__link--small,
  .home__keynotes .trendingItems--multi__row .trendingItems__module .trendingItems__link--small,
  .trendingItems--multi__row .trendingItems__module .home__keynotes .trendingItems__link--small {
    color: #c8bf9d; }

/* line 29, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.wrapper--section + .wrapper--section.home__keynotes {
  padding-top: 3em; }

/* line 33, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.wrapper.block--wrapper, .block--wrapper.wrapper--block, .block--wrapper.wrapper--small {
  display: block; }

/* line 37, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.background--triangle__tall {
  background: url("../images/triangle-background-2.jpg") center/140px repeat;
  padding-top: 3em !important; }
  /* line 41, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .background--triangle__tall .section__heading, .background--triangle__tall .section--center .setion__heading--small, .section--center .background--triangle__tall .setion__heading--small, .background--triangle__tall .trendingItems__heading, .background--triangle__tall .mediaSection__heading, .background--triangle__tall .marketingCallout__heading, .background--triangle__tall .newsroom__heading {
    color: #4a4545; }
  /* line 45, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .background--triangle__tall .section__subheading, .background--triangle__tall .newsroom__subheading {
    max-width: 80%;
    line-height: 1.6;
    margin-bottom: 1em; }
    @media (max-width: 768px) {
      /* line 45, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .background--triangle__tall .section__subheading, .background--triangle__tall .newsroom__subheading {
        max-width: 100%; } }
  /* line 55, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .background--triangle__tall .section__link, .background--triangle__tall .introSummary__link, .background--triangle__tall .introSummary__link--small, .background--triangle__tall .trendingItems--multi__row .trendingItems__module .trendingItems__link--small, .trendingItems--multi__row .trendingItems__module .background--triangle__tall .trendingItems__link--small {
    color: #c8bf9d;
    margin-bottom: 1em; }

/* line 60, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.wrapper-section.background--triangle__tall {
  padding-top: 3em !important; }

/* line 67, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.home__keynotes .section__heading, .home__keynotes .section--center .setion__heading--small, .section--center .home__keynotes .setion__heading--small, .home__keynotes .trendingItems__heading, .home__keynotes .mediaSection__heading, .home__keynotes .marketingCallout__heading, .home__keynotes .newsroom__heading {
  color: #c8bf9d; }
/* line 71, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.home__keynotes .home__keynotes--button {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 76, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.background--cube, .searchForm {
  background: url("../images/cube-background.jpg") repeat;
  background-color: white; }
  /* line 80, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .background--cube .section__heading, .searchForm .section__heading, .background--cube .section--center .setion__heading--small, .section--center .background--cube .setion__heading--small, .searchForm .section--center .setion__heading--small, .section--center .searchForm .setion__heading--small, .background--cube .trendingItems__heading, .searchForm .trendingItems__heading, .background--cube .mediaSection__heading, .searchForm .mediaSection__heading, .background--cube .marketingCallout__heading, .searchForm .marketingCallout__heading, .background--cube .newsroom__heading, .searchForm .newsroom__heading {
    color: #7694bc; }

/* line 85, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.background--beige {
  background-color: #f2efe3; }

/* line 89, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.coverImage--dark, .marketingCallout, .centeredCallout {
  color: #fafafa; }
  /* line 93, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .coverImage--dark:before, .marketingCallout:before, .centeredCallout:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(#333333, #324967);
    background-image: linear-gradient(#333333, #324967);
    opacity: .5; }

/* line 105, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.coverImage--light {
  color: #333333; }
  /* line 109, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .coverImage--light:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(#fafafa, #aba06d);
    background-image: linear-gradient(#fafafa, #aba06d);
    opacity: .5; }

/* line 125, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.section--center {
  text-align: center; }
  /* line 128, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .section--center .section__header, .section--center .trendingItems__header, .section--center .marketingCallout__header, .section--center .newsroom__header {
    margin: 0 auto 32px auto; }
  /* line 132, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .section--center .setion__heading--small {
    font-size: 1.5em;
    color: #c8bf9d; }
  /* line 138, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .section--center .wrapper, .section--center .wrapper--block, .section--center .wrapper--small {
    display: block;
    padding: 3em 0; }
  @media (max-width: 768px) {
    /* line 144, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .section--center img {
      width: auto; } }

/* line 150, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.section__header, .trendingItems__header, .marketingCallout__header, .newsroom__header {
  margin-bottom: 16px;
  width: 100%; }

/* line 163, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.subsection__heading {
  color: #7694bc;
  margin-bottom: .5em; }

/* line 168, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.section__link, .introSummary__link, .introSummary__link--small, .trendingItems--multi__row .trendingItems__module .trendingItems__link--small {
  text-transform: uppercase; }

/* line 181, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.introSummary__module, .introSummary__module--subpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #787878;
  background-color: white;
  text-align: center; }
  /* line 190, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .introSummary__module:last-child, .introSummary__module--subpage:last-child {
    margin-right: 0; }
  /* line 194, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .introSummary__module:hover, .introSummary__module--subpage:hover, .introSummary__module:active, .introSummary__module--subpage:active, .introSummary__module:focus, .introSummary__module--subpage:focus {
    color: #333333; }

/* line 201, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.introSummary__module--subpage {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  background: white; }
  /* line 207, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .introSummary__module--subpage .introSummary__heading {
    margin: 0;
    padding: 1em 1em .5em 1em;
    min-height: 3em; }
  /* line 214, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .introSummary__module--subpage .introSummary__subheading {
    font-size: .75em;
    font-style: italic;
    padding-bottom: 1em; }
  /* line 220, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .introSummary__module--subpage .introSummary__paragraph {
    padding: 0em 1em; }
  /* line 225, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .introSummary__module--subpage .module__image {
    width: 100%; }
  /* line 229, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .introSummary__module--subpage .module__video {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden; }
    /* line 237, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .introSummary__module--subpage .module__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  /* line 246, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .introSummary__module--subpage .module__text {
    padding: 0; }
    /* line 249, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .introSummary__module--subpage .module__text ul {
      margin: 0 1em;
      text-align: left; }
  @media (max-width: 768px) {
    /* line 201, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .introSummary__module--subpage {
      margin-left: auto;
      margin-right: auto;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }

/* line 266, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.introSummary__paragraph {
  font-size: .875em; }
  /* line 270, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .introSummary__paragraph a > img {
    width: auto; }

/* line 275, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.introSummary__link, .introSummary__link--small, .trendingItems--multi__row .trendingItems__module .trendingItems__link--small {
  color: #c8bf9d;
  padding: 1em 1em 2em 1em; }

/* line 281, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.introSummary__link--small {
  font-size: .75em;
  display: block;
  padding: .5em 1em;
  margin: .5em 0 1.5em 0; }
  /* line 288, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .introSummary__link--small:last-child {
    margin-bottom: 0; }

/* line 293, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.introSummary__image {
  width: 100%; }

/* line 297, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.introSummary.background--cube, .introSummary.searchForm {
  padding-top: 4em; }

/* line 314, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.gallery .button--secondary, .trendingItems .button--secondary, .newsroom .button--secondary {
  margin: 0 auto; }

/* line 319, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.gallery__label {
  margin-top: .25em; }

/* line 329, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.gallery__image, .articlePreview__image {
  margin-bottom: .5em;
  width: 100%; }

/* line 350, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.trendingItems__module {
  min-width: 0; }
  /* line 354, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .trendingItems__module:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    /* line 350, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .trendingItems__module {
      margin: 0 auto;
      width: 80%; }
      /* line 362, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .trendingItems__module:last-child {
        margin: 0 auto; } }

/* line 381, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.module--board, .module--audio {
  border: solid 2px #ededed;
  text-align: center;
  background: white; }

/* line 387, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.module--audio {
  padding: 0; }
  /* line 391, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .module--audio .module__text {
    padding-bottom: .5em; }
  /* line 395, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .module--audio h3, .module--audio h4, .module--audio h5, .module--audio h6, .module--audio p {
    margin: .75em 0 0 0; }
  /* line 399, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .module--audio h3 {
    font-size: 1em; }
  /* line 403, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .module--audio h4 {
    font-size: .75em;
    color: #7694bc;
    font-style: italic; }
  /* line 409, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .module--audio h5 {
    font-size: .75em;
    font-weight: 400;
    color: #787878; }
  /* line 415, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .module--audio p {
    font-size: .75em; }
  /* line 419, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .module--audio .force__left {
    text-align: left; }
  /* line 423, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .module--audio hr {
    width: 75%;
    margin: 0 auto; }
  /* line 428, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .module--audio audio {
    width: 100%;
    margin-bottom: 1em;
    background-color: #434343; }

/* line 435, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.trendingItems--multi__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  /* line 440, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .trendingItems--multi__row .trendingItems__module {
    width: 25%;
    margin: 0;
    padding: 0 .5em 1em .5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    /* line 449, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .trendingItems--multi__row .trendingItems__module.module--board, .trendingItems--multi__row .trendingItems__module.module--audio {
      width: 23%;
      margin: .5em 1%; }
      /* line 453, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .trendingItems--multi__row .trendingItems__module.module--board .gallery__headshot, .trendingItems--multi__row .trendingItems__module.module--audio .gallery__headshot {
        width: 150px;
        max-width: 100%;
        margin-bottom: 2em; }
    /* line 460, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .trendingItems--multi__row .trendingItems__module img {
      margin: .5em 0 0 0; }
    /* line 464, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .trendingItems--multi__row .trendingItems__module.module--audio {
      width: 48%;
      margin: .5em 1%;
      padding: .5em; }
      /* line 469, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .trendingItems--multi__row .trendingItems__module.module--audio img {
        margin: 0; }
    /* line 474, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .trendingItems--multi__row .trendingItems__module .gallery__label {
      font-size: .75em;
      font-style: italic; }
    /* line 479, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .trendingItems--multi__row .trendingItems__module .gallery__heading {
      font-size: 1em;
      font-weight: 800;
      margin: .5em 0; }
    /* line 485, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .trendingItems--multi__row .trendingItems__module .gallery__subheading {
      font-size: .75em;
      margin: 0;
      color: #7694bc;
      font-weight: 800; }
    /* line 492, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .trendingItems--multi__row .trendingItems__module .gallery__subtext {
      font-size: .65em; }
    /* line 496, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .trendingItems--multi__row .trendingItems__module .button--secondary {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      bottom: 0; }
    /* line 501, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .trendingItems--multi__row .trendingItems__module .trendingItems__link--small {
      font-size: .75em;
      display: block;
      padding: .5em 1em; }
      /* line 507, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .trendingItems--multi__row .trendingItems__module .trendingItems__link--small:hover {
        color: #7694bc; }
    @media (max-width: 768px) {
      /* line 440, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .trendingItems--multi__row .trendingItems__module {
        width: 50%; }
        /* line 515, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .trendingItems--multi__row .trendingItems__module.module--board, .trendingItems--multi__row .trendingItems__module.module--audio {
          width: 44%;
          margin: .5em 3%; }
        /* line 520, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .trendingItems--multi__row .trendingItems__module.module--audio {
          width: 100%;
          margin: .5em 0; } }
    @media (max-width: 500px) {
      /* line 440, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .trendingItems--multi__row .trendingItems__module {
        width: 100%; }
        /* line 529, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .trendingItems--multi__row .trendingItems__module.module--board, .trendingItems--multi__row .trendingItems__module.module--audio {
          width: 100%;
          margin: .5em 1em; } }

/* line 547, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.mediaSection {
  margin-top: 4em; }

/* line 552, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.mediaSection__heading {
  margin-bottom: .5em; }

@media screen and (min-width: 768px) {
  /* line 557, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .mediaSection__text,
  .mediaSection__media {
    min-width: 21.875em; } }

/* line 565, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.mediaSection__text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

/* line 569, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.mediaSection__paragraph {
  font-size: 1.25em;
  line-height: 1.6; }

/* line 574, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.mediaSection__media {
  max-width: 31.25em;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
  /* line 578, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .mediaSection__media img {
    width: 100%; }
  /* line 581, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .mediaSection__media iframe {
    width: 100%; }

/* line 587, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.mediaSection--reversed .mediaSection__media {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
/* line 591, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.mediaSection--reversed .mediaSection__text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 0 2em; }

/* line 597, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.background--triangle .mediaSection__heading, .home__keynotes .mediaSection__heading {
  color: #4a4545; }

/* line 615, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.marketingCallout {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: url("../images/marketing-background.jpg") center center no-repeat;
  background-size: cover;
  padding: 15em 0; }
  /* line 625, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .marketingCallout .wrapper, .marketingCallout .wrapper--block, .marketingCallout .wrapper--small {
    z-index: 1;
    position: relative; }
  @media screen and (max-width: 500px) {
    /* line 615, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .marketingCallout {
      padding: 0; } }

/* line 635, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.centeredCallout {
  padding: 5em 0 !important;
  background: url("../images/marketing-background.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  margin-bottom: 4em; }
  /* line 644, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .centeredCallout .wrapper, .centeredCallout .wrapper--block, .centeredCallout .wrapper--small {
    display: block;
    z-index: 3;
    position: relative; }

/* line 651, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.centeredCallout__iha {
  padding: 5em 0;
  padding-top: 5em !important;
  margin-bottom: 64px;
  background: url("../images/marketing-background-2.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  color: #fafafa; }
  /* line 661, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .centeredCallout__iha .section__heading, .centeredCallout__iha .section--center .setion__heading--small, .section--center .centeredCallout__iha .setion__heading--small, .centeredCallout__iha .trendingItems__heading, .centeredCallout__iha .mediaSection__heading, .centeredCallout__iha .marketingCallout__heading, .centeredCallout__iha .newsroom__heading {
    color: #c8bf9d; }
  /* line 665, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .centeredCallout__iha .button--primary {
    margin-right: 1em; }
    @media screen and (max-width: 768px) {
      /* line 665, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .centeredCallout__iha .button--primary {
        margin-top: 1em; } }
  /* line 673, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .centeredCallout__iha .wrapper, .centeredCallout__iha .wrapper--block, .centeredCallout__iha .wrapper--small {
    display: block;
    z-index: 3;
    position: relative; }

/* line 680, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.marketingCallout__heading {
  color: inherit;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 4.536em;
  letter-spacing: 5px; }

/* line 693, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.marketingCallout__module {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 250px; }

/* line 700, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.marketingCallout__module--heading {
  color: #e3dfce;
  margin-bottom: .5em; }

/* line 706, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.marketingCallout__link {
  font-weight: 800; }
  /* line 709, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .marketingCallout__link:after {
    content: '→'; }

/* line 717, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.simpleCallout {
  padding: 0;
  background: url("../images/inspired-home_callout.jpg") center;
  background-size: cover; }
  /* line 722, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .simpleCallout .wrapper, .simpleCallout .wrapper--block, .simpleCallout .wrapper--small {
    width: 100%; }
    /* line 725, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .simpleCallout .wrapper a, .simpleCallout .wrapper--block a, .simpleCallout .wrapper--small a {
      display: block;
      width: 100%;
      padding: 2em 3em; }

/* line 733, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.simpleCallout__heading {
  display: inline-block;
  color: #fafafa;
  font-size: 2em;
  text-transform: uppercase;
  background-color: #f78c75;
  padding: .5em;
  margin-top: .5em; }
  @media (max-width: 768px) {
    /* line 733, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .simpleCallout__heading {
      font-size: 1em; } }

/* line 747, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.simpleCallout__logo {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 2em; }
  @media (max-width: 500px) {
    /* line 747, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .simpleCallout__logo {
      text-align: center; } }
  /* line 757, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .simpleCallout__logo img {
    display: inline;
    width: 326px; }
    @media (max-width: 768px) {
      /* line 757, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .simpleCallout__logo img {
        width: 163px; } }

/* line 771, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.newsroom {
  position: relative; }
  /* line 775, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .newsroom .wrapper--section {
    position: relative;
    z-index: 100; }

/* line 783, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.newsroom.background--cube .newsroom__header h2, .newsroom.searchForm .newsroom__header h2 {
  color: #7694bc; }
/* line 787, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.newsroom.background--cube .newsroom__header h3, .newsroom.searchForm .newsroom__header h3 {
  color: #545454; }
/* line 792, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.newsroom.background--cube .articlePreview__list, .newsroom.searchForm .articlePreview__list {
  margin-right: 0; }

/* line 801, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.newsroom__heading {
  color: #4a4545; }

/* line 806, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.newsroom__subheading {
  margin-bottom: 1em; }

/* line 811, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.newsroomBlog {
  width: 100%; }

/* line 816, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.newsroomButton__container {
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 822, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.articlePreview__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    /* line 822, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .articlePreview__list {
      margin-right: 0; } }
  @media screen and (max-width: 500px) {
    /* line 822, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .articlePreview__list {
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

/* line 838, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.articlePreview__module {
  max-width: 20em; }

/* line 844, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.smartBriefWidget {
  width: calc(50% - 1.5em);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #faf9f5; }
  /* line 850, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .smartBriefWidget .smartBriefWidget__logo {
    width: 60%;
    height: auto;
    margin: 2em auto; }
  /* line 856, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .smartBriefWidget .feed {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  /* line 860, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .smartBriefWidget .introSummary__link, .smartBriefWidget .introSummary__link--small, .smartBriefWidget .trendingItems--multi__row .trendingItems__module .trendingItems__link--small, .trendingItems--multi__row .trendingItems__module .smartBriefWidget .trendingItems__link--small {
    padding-bottom: 1em;
    text-align: center; }
  /* line 865, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .smartBriefWidget .articlePreview {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1em; }
    /* line 871, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .smartBriefWidget .articlePreview:nth-child(2n+1) {
      background: #f5f3ea; }
    /* line 875, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .smartBriefWidget .articlePreview:hover, .smartBriefWidget .articlePreview:focus {
      background: #e3dfce; }
    /* line 879, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .smartBriefWidget .articlePreview img {
      margin-top: -1em;
      margin-left: -1em;
      margin-right: -1em;
      width: calc(100% + 2em); }
    /* line 886, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .smartBriefWidget .articlePreview .articlePreview__title {
      font-size: 1.3em; }
  @media (max-width: 768px) {
    /* line 844, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .smartBriefWidget {
      display: none; } }

/* line 896, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.smartBrief__logo {
  max-width: 400px;
  margin: 0 auto 2em auto; }

/* line 901, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.smartBrief {
  max-width: 800px;
  margin: 0 auto; }
  /* line 905, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .smartBrief .articlePreview {
    display: block;
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
    background: #faf9f5; }
    /* line 912, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .smartBrief .articlePreview:hover, .smartBrief .articlePreview:focus {
      background: #f2efe3; }

/* line 918, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.articlePreview {
  width: 50%; }
  @media screen and (max-width: 500px) {
    /* line 918, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .articlePreview {
      width: 100%;
      margin-top: 1em; } }

/* line 932, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.articlePreview__date {
  font-size: 1em;
  color: #333333;
  font-weight: 400;
  font-size: .85em; }

/* line 939, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.articlePreview__paragraph {
  color: #787878; }

/* line 943, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.articlePreview__break {
  border: 0;
  border-bottom: 2px solid #c8bf9d;
  margin: 8px 0;
  width: 5%; }
  @media screen and (max-width: 500px) {
    /* line 943, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .articlePreview__break {
      margin: 8px auto; } }

/* line 954, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.globe {
  position: absolute;
  top: -2em;
  right: 1em;
  z-index: 1;
  width: 300px;
  height: 300px; }
  @media (max-width: 768px) {
    /* line 954, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .globe {
      top: -1em;
      width: 150px;
      height: 150px; } }

/* line 977, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.searchForm .wrapper, .searchForm .wrapper--block, .searchForm .wrapper--small {
  padding: 0; }

/* line 986, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.memberOption__title h2 {
  color: #c8bf9d; }

/* line 992, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.memberOption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto 4em auto; }

/* line 997, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.memberOption__module {
  min-width: 15.625em;
  width: 35%;
  color: #4a4545;
  text-align: center;
  margin-right: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  /* line 1006, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .memberOption__module h2 {
    font-size: 1.25em;
    margin-bottom: 20px; }
  /* line 1011, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .memberOption__module h3 {
    font-size: 1em;
    margin-bottom: 10px; }
  /* line 1016, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .memberOption__module:hover, .memberOption__module:active, .memberOption__module:focus {
    z-index: 100; }
  @media (max-width: 768px) {
    /* line 997, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .memberOption__module {
      width: 100%;
      margin-bottom: 4em; }
      /* line 1026, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .memberOption__module:last-child {
        margin-bottom: none; } }

/* line 1032, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.memberOption__subsection {
  width: 100%;
  min-height: 350px;
  margin: 0;
  padding: 20px 20px 100px 20px;
  position: relative;
  text-align: left;
  color: #787878; }
  /* line 1042, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .memberOption__subsection li {
    font-size: .85em;
    line-height: 1.5em;
    margin-bottom: 10px; }
    /* line 1047, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .memberOption__subsection li:before {
      content: "• ";
      font-size: .75em; }
  /* line 1050, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .memberOption__subsection .button--primary {
    position: absolute;
    display: block;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 500px) {
      /* line 1050, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .memberOption__subsection .button--primary {
        bottom: 0; } }

/* line 1066, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.horiz__list {
  margin: 0;
  width: 100%; }
  @media screen and (max-width: 800px) {
    /* line 1066, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .horiz__list {
      padding: 0; } }
  /* line 1074, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .horiz__list ul {
    margin: 0;
    width: 100%;
    list-style-type: none; }
    /* line 1079, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .horiz__list ul h3 {
      text-align: center;
      font-size: 1.25em;
      font-weight: 800;
      font-style: italic;
      color: #c8bf9d;
      margin: 1em 0 .5em 0; }
    /* line 1088, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .horiz__list ul li {
      padding: 1em;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      /* line 1096, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .horiz__list ul li:before {
        content: none; }
      /* line 1100, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .horiz__list ul li .module__text {
        padding: 0;
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        /* line 1106, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .horiz__list ul li .module__text p {
          font-weight: 800;
          font-size: .75em;
          margin-top: 1em; }
      /* line 1113, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .horiz__list ul li .date__box {
        border: solid 2px #c8bf9d;
        margin-right: .5em; }
        /* line 1117, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .horiz__list ul li .date__box h3, .horiz__list ul li .date__box p {
          margin: 0;
          line-height: 1em;
          font-size: .75em;
          text-align: center; }
        /* line 1124, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .horiz__list ul li .date__box h3 {
          padding: .1em .25em;
          margin-bottom: .1em;
          color: white;
          background-color: #c8bf9d; }
      /* line 1132, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .horiz__list ul li p {
        margin: 0; }
      /* line 1136, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .horiz__list ul li img {
        max-height: 6em;
        max-width: 300px;
        width: auto; }
      /* line 1142, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .horiz__list ul li .button--secondary {
        margin-left: .5em; }
      /* line 1146, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .horiz__list ul li span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        /* line 1149, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .horiz__list ul li span .button--secondary {
          margin-bottom: .5em; }
      @media (max-width: 768px) {
        /* line 1088, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .horiz__list ul li {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: .5em; }
          /* line 1158, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
          .horiz__list ul li .module__text {
            text-align: center; }
          /* line 1162, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
          .horiz__list ul li p {
            margin-top: 0;
            margin-bottom: 1em; }
          /* line 1167, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
          .horiz__list ul li img {
            margin-bottom: 1em; }
          /* line 1171, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
          .horiz__list ul li .button--secondary {
            width: 100%;
            margin-left: 0;
            margin-top: .5em; }
          /* line 1177, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
          .horiz__list ul li span {
            width: 100%; }
            /* line 1180, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
            .horiz__list ul li span .button--secondary {
              margin-left: .5em; }
              /* line 1183, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
              .horiz__list ul li span .button--secondary:first-child {
                margin-left: 0; } }

/* line 1200, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.bio__list {
  width: 100%;
  display: block; }
  /* line 1204, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .bio__list.background--cube, .bio__list.searchForm, .bio__list.background--triangle, .bio__list.home__keynotes {
    padding: 1em; }

/* line 1209, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.bio__list--item {
  background-color: white;
  padding: 1em;
  text-align: left;
  display: inline-block; }
  /* line 1215, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .bio__list--item .bio__list--item {
    margin: .5em 0 0 0; }
  /* line 1219, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .bio__list--item h3 {
    margin: 0 0 .5em 0;
    color: #c8bf9d;
    font-size: 1.5em; }
  /* line 1225, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .bio__list--item h4 {
    margin: 0 0 .5em 0;
    color: #545454;
    font-size: .75em;
    font-style: italic; }
  /* line 1232, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .bio__list--item p {
    margin: 0; }
    /* line 1235, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .bio__list--item p.detail--emphasis, .bio__list--item p.detail--emphasis--blue {
      color: #c8bf9d;
      font-weight: 800;
      text-transform: uppercase;
      margin-top: .5em; }
  /* line 1243, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .bio__list--item:hover {
    border-color: #ededed; }

/* line 1248, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.bio__list--details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  text-align: left; }
  /* line 1254, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .bio__list--details span {
    font-size: .75em; }
  /* line 1258, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .bio__list--details img {
    width: 10em;
    margin: 0 2em 0 0; }
  @media (max-width: 768px) {
    /* line 1248, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .bio__list--details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
      /* line 1267, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .bio__list--details img {
        margin: 0 0 1em 0; } }

/* line 1277, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.briefcase--section {
  background-color: white;
  padding: 1em 0; }
  /* line 1281, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .briefcase--section .wrapper, .briefcase--section .wrapper--block, .briefcase--section .wrapper--small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 1288, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .briefcase--section ul {
    height: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  /* line 1294, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .briefcase--section li {
    margin-left: 1em;
    font-size: .8em; }
    /* line 1298, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .briefcase--section li:first-of-type {
      padding-right: 1em;
      border-right: solid 1px #787878; }
  /* line 1304, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .briefcase--section img {
    width: auto; }
  /* line 1308, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .briefcase--section a {
    font-weight: bold; }
  @media (max-width: 500px) {
    /* line 1313, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .briefcase--section .wrapper, .briefcase--section .wrapper--block, .briefcase--section .wrapper--small {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    /* line 1317, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .briefcase--section ul {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    /* line 1321, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .briefcase--section .button--wrapper {
      margin-top: 1em;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; } }

/* line 1331, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.searchSplit--section, .wrapper.searchSplit--section, .searchSplit--section.wrapper--block, .searchSplit--section.wrapper--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 1336, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .searchSplit--section .searchSplit--content, .wrapper.searchSplit--section .searchSplit--content, .searchSplit--section.wrapper--block .searchSplit--content, .searchSplit--section.wrapper--small .searchSplit--content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 75%;
    margin-right: 2em; }
    /* line 1341, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .searchSplit--section .searchSplit--content table, .searchSplit--section .searchSplit--content th, .searchSplit--section .searchSplit--content td, .wrapper.searchSplit--section .searchSplit--content table, .searchSplit--section.wrapper--block .searchSplit--content table, .searchSplit--section.wrapper--small .searchSplit--content table, .wrapper.searchSplit--section .searchSplit--content th, .searchSplit--section.wrapper--block .searchSplit--content th, .searchSplit--section.wrapper--small .searchSplit--content th, .wrapper.searchSplit--section .searchSplit--content td, .searchSplit--section.wrapper--block .searchSplit--content td, .searchSplit--section.wrapper--small .searchSplit--content td {
      border-collapse: collapse; }
    /* line 1345, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .searchSplit--section .searchSplit--content table, .wrapper.searchSplit--section .searchSplit--content table, .searchSplit--section.wrapper--block .searchSplit--content table, .searchSplit--section.wrapper--small .searchSplit--content table {
      width: 100%;
      background-color: white;
      border-color: #ededed;
      border: none; }
      /* line 1351, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .searchSplit--section .searchSplit--content table th, .wrapper.searchSplit--section .searchSplit--content table th, .searchSplit--section.wrapper--block .searchSplit--content table th, .searchSplit--section.wrapper--small .searchSplit--content table th {
        font-size: .75em;
        padding: .5em;
        background-color: #e3dfce;
        text-align: center; }
      /* line 1358, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .searchSplit--section .searchSplit--content table tr, .wrapper.searchSplit--section .searchSplit--content table tr, .searchSplit--section.wrapper--block .searchSplit--content table tr, .searchSplit--section.wrapper--small .searchSplit--content table tr {
        border-bottom: solid 2px #ededed; }
        /* line 1361, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content table tr:first-child, .searchSplit--section .searchSplit--content table tr:last-child, .wrapper.searchSplit--section .searchSplit--content table tr:first-child, .searchSplit--section.wrapper--block .searchSplit--content table tr:first-child, .searchSplit--section.wrapper--small .searchSplit--content table tr:first-child, .wrapper.searchSplit--section .searchSplit--content table tr:last-child, .searchSplit--section.wrapper--block .searchSplit--content table tr:last-child, .searchSplit--section.wrapper--small .searchSplit--content table tr:last-child {
          border-bottom: none; }
      /* line 1366, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .searchSplit--section .searchSplit--content table td, .wrapper.searchSplit--section .searchSplit--content table td, .searchSplit--section.wrapper--block .searchSplit--content table td, .searchSplit--section.wrapper--small .searchSplit--content table td {
        position: relative;
        padding: .5em;
        text-align: center; }
        /* line 1371, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content table td.searchName, .wrapper.searchSplit--section .searchSplit--content table td.searchName, .searchSplit--section.wrapper--block .searchSplit--content table td.searchName, .searchSplit--section.wrapper--small .searchSplit--content table td.searchName {
          text-align: left; }
        /* line 1375, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content table td.searchBooth, .wrapper.searchSplit--section .searchSplit--content table td.searchBooth, .searchSplit--section.wrapper--block .searchSplit--content table td.searchBooth, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBooth {
          width: 8em;
          background-color: #f9f9f9; }
          /* line 1379, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
          .searchSplit--section .searchSplit--content table td.searchBooth .boothDetail, .wrapper.searchSplit--section .searchSplit--content table td.searchBooth .boothDetail, .searchSplit--section.wrapper--block .searchSplit--content table td.searchBooth .boothDetail, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBooth .boothDetail {
            font-size: .75em; }
        /* line 1384, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content table td.searchPhoto, .searchSplit--section .searchSplit--content table td.searchVideo, .searchSplit--section .searchSplit--content table td.searchSpecial, .searchSplit--section .searchSplit--content table td.searchBriefcase, .wrapper.searchSplit--section .searchSplit--content table td.searchPhoto, .searchSplit--section.wrapper--block .searchSplit--content table td.searchPhoto, .searchSplit--section.wrapper--small .searchSplit--content table td.searchPhoto, .wrapper.searchSplit--section .searchSplit--content table td.searchVideo, .searchSplit--section.wrapper--block .searchSplit--content table td.searchVideo, .searchSplit--section.wrapper--small .searchSplit--content table td.searchVideo, .wrapper.searchSplit--section .searchSplit--content table td.searchSpecial, .searchSplit--section.wrapper--block .searchSplit--content table td.searchSpecial, .searchSplit--section.wrapper--small .searchSplit--content table td.searchSpecial, .wrapper.searchSplit--section .searchSplit--content table td.searchBriefcase, .searchSplit--section.wrapper--block .searchSplit--content table td.searchBriefcase, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBriefcase {
          text-align: center; }
          /* line 1387, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
          .searchSplit--section .searchSplit--content table td.searchPhoto img, .searchSplit--section .searchSplit--content table td.searchVideo img, .searchSplit--section .searchSplit--content table td.searchSpecial img, .searchSplit--section .searchSplit--content table td.searchBriefcase img, .wrapper.searchSplit--section .searchSplit--content table td.searchPhoto img, .searchSplit--section.wrapper--block .searchSplit--content table td.searchPhoto img, .searchSplit--section.wrapper--small .searchSplit--content table td.searchPhoto img, .wrapper.searchSplit--section .searchSplit--content table td.searchVideo img, .searchSplit--section.wrapper--block .searchSplit--content table td.searchVideo img, .searchSplit--section.wrapper--small .searchSplit--content table td.searchVideo img, .wrapper.searchSplit--section .searchSplit--content table td.searchSpecial img, .searchSplit--section.wrapper--block .searchSplit--content table td.searchSpecial img, .searchSplit--section.wrapper--small .searchSplit--content table td.searchSpecial img, .wrapper.searchSplit--section .searchSplit--content table td.searchBriefcase img, .searchSplit--section.wrapper--block .searchSplit--content table td.searchBriefcase img, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBriefcase img {
            width: 3em;
            height: 2.5em;
            border: solid 1px #ededed; }
          /* line 1393, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
          .searchSplit--section .searchSplit--content table td.searchPhoto a, .searchSplit--section .searchSplit--content table td.searchPhoto span, .searchSplit--section .searchSplit--content table td.searchVideo a, .searchSplit--section .searchSplit--content table td.searchVideo span, .searchSplit--section .searchSplit--content table td.searchSpecial a, .searchSplit--section .searchSplit--content table td.searchSpecial span, .searchSplit--section .searchSplit--content table td.searchBriefcase a, .searchSplit--section .searchSplit--content table td.searchBriefcase span, .wrapper.searchSplit--section .searchSplit--content table td.searchPhoto a, .searchSplit--section.wrapper--block .searchSplit--content table td.searchPhoto a, .searchSplit--section.wrapper--small .searchSplit--content table td.searchPhoto a, .wrapper.searchSplit--section .searchSplit--content table td.searchPhoto span, .searchSplit--section.wrapper--block .searchSplit--content table td.searchPhoto span, .searchSplit--section.wrapper--small .searchSplit--content table td.searchPhoto span, .wrapper.searchSplit--section .searchSplit--content table td.searchVideo a, .searchSplit--section.wrapper--block .searchSplit--content table td.searchVideo a, .searchSplit--section.wrapper--small .searchSplit--content table td.searchVideo a, .wrapper.searchSplit--section .searchSplit--content table td.searchVideo span, .searchSplit--section.wrapper--block .searchSplit--content table td.searchVideo span, .searchSplit--section.wrapper--small .searchSplit--content table td.searchVideo span, .wrapper.searchSplit--section .searchSplit--content table td.searchSpecial a, .searchSplit--section.wrapper--block .searchSplit--content table td.searchSpecial a, .searchSplit--section.wrapper--small .searchSplit--content table td.searchSpecial a, .wrapper.searchSplit--section .searchSplit--content table td.searchSpecial span, .searchSplit--section.wrapper--block .searchSplit--content table td.searchSpecial span, .searchSplit--section.wrapper--small .searchSplit--content table td.searchSpecial span, .wrapper.searchSplit--section .searchSplit--content table td.searchBriefcase a, .searchSplit--section.wrapper--block .searchSplit--content table td.searchBriefcase a, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBriefcase a, .wrapper.searchSplit--section .searchSplit--content table td.searchBriefcase span, .searchSplit--section.wrapper--block .searchSplit--content table td.searchBriefcase span, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBriefcase span {
            display: inline-block;
            width: 2em;
            height: 2em;
            background-repeat: no-repeat;
            background-position: center; }
        /* line 1402, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content table td.searchVideo span, .wrapper.searchSplit--section .searchSplit--content table td.searchVideo span, .searchSplit--section.wrapper--block .searchSplit--content table td.searchVideo span, .searchSplit--section.wrapper--small .searchSplit--content table td.searchVideo span {
          background-image: url("/images/icons/video.png"); }
        /* line 1406, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content table td.searchSpecial span, .wrapper.searchSplit--section .searchSplit--content table td.searchSpecial span, .searchSplit--section.wrapper--block .searchSplit--content table td.searchSpecial span, .searchSplit--section.wrapper--small .searchSplit--content table td.searchSpecial span {
          background-image: url("/images/icons/star.png"); }
        /* line 1410, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content table td.searchBriefcase a.add, .wrapper.searchSplit--section .searchSplit--content table td.searchBriefcase a.add, .searchSplit--section.wrapper--block .searchSplit--content table td.searchBriefcase a.add, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBriefcase a.add {
          background-image: url("/images/icons/briefcase-add.png"); }
        /* line 1414, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content table td.searchBriefcase a.remove, .wrapper.searchSplit--section .searchSplit--content table td.searchBriefcase a.remove, .searchSplit--section.wrapper--block .searchSplit--content table td.searchBriefcase a.remove, .searchSplit--section.wrapper--small .searchSplit--content table td.searchBriefcase a.remove {
          background-image: url("/images/icons/briefcase-x.png"); }
        /* line 1418, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content table td .notes--add, .searchSplit--section .searchSplit--content table td .notes--edit, .wrapper.searchSplit--section .searchSplit--content table td .notes--add, .searchSplit--section.wrapper--block .searchSplit--content table td .notes--add, .searchSplit--section.wrapper--small .searchSplit--content table td .notes--add, .wrapper.searchSplit--section .searchSplit--content table td .notes--edit, .searchSplit--section.wrapper--block .searchSplit--content table td .notes--edit, .searchSplit--section.wrapper--small .searchSplit--content table td .notes--edit {
          width: 0;
          height: 16px;
          padding-left: 16px;
          overflow: hidden;
          position: absolute;
          top: 50%;
          right: 8px;
          margin-top: -8px;
          background-size: 100% 100%; }
        /* line 1430, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content table td .notes--add, .wrapper.searchSplit--section .searchSplit--content table td .notes--add, .searchSplit--section.wrapper--block .searchSplit--content table td .notes--add, .searchSplit--section.wrapper--small .searchSplit--content table td .notes--add {
          background-image: url("/images/icons/note-add.png"); }
        /* line 1434, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content table td .notes--edit, .wrapper.searchSplit--section .searchSplit--content table td .notes--edit, .searchSplit--section.wrapper--block .searchSplit--content table td .notes--edit, .searchSplit--section.wrapper--small .searchSplit--content table td .notes--edit {
          background-image: url("/images/icons/note-save.png"); }
    /* line 1440, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .searchSplit--section .searchSplit--content .bio__list--item, .wrapper.searchSplit--section .searchSplit--content .bio__list--item, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item {
      position: relative; }
      /* line 1443, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .searchSplit--section .searchSplit--content .bio__list--item .briefcase__button, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .briefcase__button, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .briefcase__button, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .briefcase__button {
        position: absolute;
        top: 1em;
        right: 1em; }
        /* line 1448, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content .bio__list--item .briefcase__button a, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .briefcase__button a, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .briefcase__button a, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .briefcase__button a {
          display: block;
          width: 24px;
          height: 24px;
          background-repeat: no-repeat;
          background-position: center; }
        /* line 1457, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.plus a:after, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.plus a:after, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .briefcase__button.plus a:after, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .briefcase__button.plus a:after {
          content: 'Add to Briefcase';
          background-image: url("/images/icons/briefcase-add.png");
          color: white;
          position: absolute;
          z-index: 120;
          top: 0;
          right: 12px;
          font-size: .75em;
          font-weight: 400;
          font-style: italic;
          text-align: right;
          white-space: nowrap;
          text-transform: none;
          text-shadow: none;
          background-color: #ea7f1e;
          padding: 0 .5em;
          line-height: 24px;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          pointer-events: none; }
        /* line 1482, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.plus a:hover:after, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.plus a:hover:after, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .briefcase__button.plus a:hover:after, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .briefcase__button.plus a:hover:after {
          right: 32px;
          opacity: 1;
          filter: alpha(opacity=100); }
        /* line 1490, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.minus a:after, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.minus a:after, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .briefcase__button.minus a:after, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .briefcase__button.minus a:after {
          content: 'Remove from Briefcase';
          background-image: url("/images/icons/briefcase-x.png");
          color: white;
          position: absolute;
          z-index: 120;
          top: 0;
          right: 12px;
          font-size: .75em;
          font-weight: 400;
          font-style: italic;
          text-align: right;
          white-space: nowrap;
          text-transform: none;
          text-shadow: none;
          background-color: #ea7f1e;
          padding: 0 .5em;
          line-height: 24px;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          pointer-events: none; }
        /* line 1515, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.minus a:hover:after, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .briefcase__button.minus a:hover:after, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .briefcase__button.minus a:hover:after, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .briefcase__button.minus a:hover:after {
          right: 32px;
          opacity: 1;
          filter: alpha(opacity=100); }
      /* line 1523, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .searchSplit--section .searchSplit--content .bio__list--item h2, .wrapper.searchSplit--section .searchSplit--content .bio__list--item h2, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item h2, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item h2 {
        font-size: 2em;
        text-transform: uppercase;
        color: #c8bf9d; }
      /* line 1529, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules, .searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .searchForm--modules, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchForm--modules, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .searchPage--modules, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchPage--modules {
        padding: 2em 0; }
        /* line 1531, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules .section--center, .searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules .section--center, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules .section--center, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .searchForm--modules .section--center, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchForm--modules .section--center, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules .section--center, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .searchPage--modules .section--center, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchPage--modules .section--center {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        /* line 1537, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules h4, .searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules h4, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules h4, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .searchForm--modules h4, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchForm--modules h4, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules h4, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .searchPage--modules h4, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchPage--modules h4 {
          color: #787878; }
        /* line 1541, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules p, .searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules p, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchForm--modules p, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .searchForm--modules p, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchForm--modules p, .wrapper.searchSplit--section .searchSplit--content .bio__list--item .searchPage--modules p, .searchSplit--section.wrapper--block .searchSplit--content .bio__list--item .searchPage--modules p, .searchSplit--section.wrapper--small .searchSplit--content .bio__list--item .searchPage--modules p {
          font-size: .75em; }
  /* line 1548, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .searchSplit--section .searchSplit--search, .wrapper.searchSplit--section .searchSplit--search, .searchSplit--section.wrapper--block .searchSplit--search, .searchSplit--section.wrapper--small .searchSplit--search {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 25%; }
    /* line 1552, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .searchSplit--section .searchSplit--search .input--split, .wrapper.searchSplit--section .searchSplit--search .input--split, .searchSplit--section.wrapper--block .searchSplit--search .input--split, .searchSplit--section.wrapper--small .searchSplit--search .input--split {
      display: block; }
      /* line 1555, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .searchSplit--section .searchSplit--search .input--split .input--split__half, .searchSplit--section .searchSplit--search .input--split .input--split__large, .searchSplit--section .searchSplit--search .input--split .input--split__small, .wrapper.searchSplit--section .searchSplit--search .input--split .input--split__half, .searchSplit--section.wrapper--block .searchSplit--search .input--split .input--split__half, .searchSplit--section.wrapper--small .searchSplit--search .input--split .input--split__half, .wrapper.searchSplit--section .searchSplit--search .input--split .input--split__large, .searchSplit--section.wrapper--block .searchSplit--search .input--split .input--split__large, .searchSplit--section.wrapper--small .searchSplit--search .input--split .input--split__large, .wrapper.searchSplit--section .searchSplit--search .input--split .input--split__small, .searchSplit--section.wrapper--block .searchSplit--search .input--split .input--split__small, .searchSplit--section.wrapper--small .searchSplit--search .input--split .input--split__small {
        width: 100%; }
        /* line 1558, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--search .input--split .input--split__half:first-child, .searchSplit--section .searchSplit--search .input--split .input--split__large:first-child, .searchSplit--section .searchSplit--search .input--split .input--split__small:first-child, .wrapper.searchSplit--section .searchSplit--search .input--split .input--split__half:first-child, .searchSplit--section.wrapper--block .searchSplit--search .input--split .input--split__half:first-child, .searchSplit--section.wrapper--small .searchSplit--search .input--split .input--split__half:first-child, .wrapper.searchSplit--section .searchSplit--search .input--split .input--split__large:first-child, .searchSplit--section.wrapper--block .searchSplit--search .input--split .input--split__large:first-child, .searchSplit--section.wrapper--small .searchSplit--search .input--split .input--split__large:first-child, .wrapper.searchSplit--section .searchSplit--search .input--split .input--split__small:first-child, .searchSplit--section.wrapper--block .searchSplit--search .input--split .input--split__small:first-child, .searchSplit--section.wrapper--small .searchSplit--search .input--split .input--split__small:first-child {
          margin-right: 0;
          margin-bottom: 1em; }
    /* line 1565, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .searchSplit--section .searchSplit--search .searchForm--modules, .searchSplit--section .searchSplit--search .searchPage--modules, .wrapper.searchSplit--section .searchSplit--search .searchForm--modules, .searchSplit--section.wrapper--block .searchSplit--search .searchForm--modules, .searchSplit--section.wrapper--small .searchSplit--search .searchForm--modules, .wrapper.searchSplit--section .searchSplit--search .searchPage--modules, .searchSplit--section.wrapper--block .searchSplit--search .searchPage--modules, .searchSplit--section.wrapper--small .searchSplit--search .searchPage--modules {
      padding-top: 2em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      /* line 1569, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .searchSplit--section .searchSplit--search .searchForm--modules .module--content, .searchSplit--section .searchSplit--search .searchPage--modules .module--content, .wrapper.searchSplit--section .searchSplit--search .searchForm--modules .module--content, .searchSplit--section.wrapper--block .searchSplit--search .searchForm--modules .module--content, .searchSplit--section.wrapper--small .searchSplit--search .searchForm--modules .module--content, .wrapper.searchSplit--section .searchSplit--search .searchPage--modules .module--content, .searchSplit--section.wrapper--block .searchSplit--search .searchPage--modules .module--content, .searchSplit--section.wrapper--small .searchSplit--search .searchPage--modules .module--content {
        margin: 0 0 1em 0; }
        /* line 1572, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--search .searchForm--modules .module--content:last-child, .searchSplit--section .searchSplit--search .searchPage--modules .module--content:last-child, .wrapper.searchSplit--section .searchSplit--search .searchForm--modules .module--content:last-child, .searchSplit--section.wrapper--block .searchSplit--search .searchForm--modules .module--content:last-child, .searchSplit--section.wrapper--small .searchSplit--search .searchForm--modules .module--content:last-child, .wrapper.searchSplit--section .searchSplit--search .searchPage--modules .module--content:last-child, .searchSplit--section.wrapper--block .searchSplit--search .searchPage--modules .module--content:last-child, .searchSplit--section.wrapper--small .searchSplit--search .searchPage--modules .module--content:last-child {
          margin: 0; }
  @media (max-width: 768px) {
    /* line 1331, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
    .searchSplit--section, .wrapper.searchSplit--section, .searchSplit--section.wrapper--block, .searchSplit--section.wrapper--small {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      /* line 1582, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .searchSplit--section .searchSplit--content, .searchSplit--section .searchSplit--search, .wrapper.searchSplit--section .searchSplit--content, .searchSplit--section.wrapper--block .searchSplit--content, .searchSplit--section.wrapper--small .searchSplit--content, .wrapper.searchSplit--section .searchSplit--search, .searchSplit--section.wrapper--block .searchSplit--search, .searchSplit--section.wrapper--small .searchSplit--search {
        width: 100%;
        margin-right: 0; }
      /* line 1587, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .searchSplit--section .searchSplit--content, .wrapper.searchSplit--section .searchSplit--content, .searchSplit--section.wrapper--block .searchSplit--content, .searchSplit--section.wrapper--small .searchSplit--content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      /* line 1591, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
      .searchSplit--section .searchSplit--search, .wrapper.searchSplit--section .searchSplit--search, .searchSplit--section.wrapper--block .searchSplit--search, .searchSplit--section.wrapper--small .searchSplit--search {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 4em;
        position: relative; }
        /* line 1596, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--search .searchForm--modules, .searchSplit--section .searchSplit--search .searchPage--modules, .wrapper.searchSplit--section .searchSplit--search .searchForm--modules, .searchSplit--section.wrapper--block .searchSplit--search .searchForm--modules, .searchSplit--section.wrapper--small .searchSplit--search .searchForm--modules, .wrapper.searchSplit--section .searchSplit--search .searchPage--modules, .searchSplit--section.wrapper--block .searchSplit--search .searchPage--modules, .searchSplit--section.wrapper--small .searchSplit--search .searchPage--modules {
          display: none; }
        /* line 1600, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
        .searchSplit--section .searchSplit--search:after, .wrapper.searchSplit--section .searchSplit--search:after, .searchSplit--section.wrapper--block .searchSplit--search:after, .searchSplit--section.wrapper--small .searchSplit--search:after {
          content: "";
          position: absolute;
          bottom: 2em;
          left: 25%;
          right: 25%;
          height: 2px;
          background-color: white; } }

/* line 1618, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.l--contentArea {
  position: relative; }

/* line 1622, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.grey {
  line-height: 1em; }

/* line 1630, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.sideSearch {
  position: absolute;
  top: 340px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none; }
  /* line 1638, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .sideSearch .searchSplit--search {
    pointer-events: auto; }

/* line 1643, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.col > a {
  display: none; }

/* line 1647, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.exhibitor_head, .booth_no_head, .products_head, .videos_head, .briefcase_head {
  font-size: .75em;
  font-weight: bold;
  background-color: #e3dfce; }

/* line 1653, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.exhibitor_name {
  text-align: left !important;
  padding-left: 1em !important; }

/* line 1658, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.video_icon_2 {
  background-image: url("/images/icons/video.png");
  background-position: center;
  background-repeat: no-repeat; }

/* line 1664, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.specials_icon_2 {
  background-image: url("/images/icons/star.png");
  background-position: center;
  background-repeat: no-repeat; }

/* line 1670, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.add {
  display: inline-block;
  width: 0px;
  overflow: hidden;
  padding-left: 37px;
  background-image: url("/images/icons/briefcase-add.png");
  background-position: center;
  background-repeat: no-repeat; }

/* line 1680, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.smalltxt2 {
  font-size: .75em; }

@media (max-width: 768px) {
  /* line 1685, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .results-table {
    margin-top: 200px; }

  /* line 1689, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
  .searchSplit--search:after {
    display: none; } }
/* line 1694, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.searchPage--modules .emphasis {
  font-size: 1.5em; }

/* line 1698, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.lSPager {
  display: none; }

/* line 1702, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
.colhome {
  display: none; }

/* line 1706, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
#searchTypeText:after {
  content: ":"; }

/* line 1710, /mnt/hgfs/Git/Housewares/source/stylesheets/04-molecules/_sections.scss */
td.booth_N2 {
  background-color: #f8f8f8; }

/* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
.masthead {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ededed;
  position: relative; }
  @media screen and (min-width: 700px) {
    /* line 5, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
    .masthead {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

/* line 19, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
.masthead__logo {
  background-image: url("../images/logo.png");
  width: 80px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (max-width: 768px) {
    /* line 19, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
    .masthead__logo {
      position: absolute;
      top: 20px;
      left: 20px; } }
  @media screen and (min-width: 500px) {
    /* line 19, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
    .masthead__logo {
      width: 100px;
      background-size: cover; } }

/* line 39, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 54, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
.footerMain {
  background-color: #faf9f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  @media screen and (min-width: 550px) {
    /* line 54, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
    .footerMain {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

/* line 65, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
.footer__contact {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 1em;
  text-align: left;
  margin-right: 16px; }
  /* line 71, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
  .footer__contact p {
    margin-bottom: 0; }
  @media screen and (min-width: 850px) {
    /* line 65, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
    .footer__contact {
      margin-right: 48px; } }

/* line 80, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
.footer__contact__list {
  margin-bottom: 1em; }

/* line 84, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
.address__section {
  margin-bottom: 1em; }

/* line 88, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
.footer__logo {
  max-width: 200px;
  margin-bottom: 1em; }
  /* line 92, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
  .footer__logo img {
    width: 100%;
    fill: #333333; }
  @media screen and (min-width: 750px) {
    /* line 88, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
    .footer__logo {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

/* line 102, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
.footerSocial {
  display: block; }
  /* line 105, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
  .footerSocial ul {
    width: 100%;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    /* line 110, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
    .footerSocial ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      margin-right: 1em;
      border-radius: 20px;
      background-color: #7694bc; }
  @media (max-width: 500px) {
    /* line 123, /mnt/hgfs/Git/Housewares/source/stylesheets/05-organisms/_global.scss */
    .footerSocial ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/*--------------------------------------*/
/*-------CUSTOM STYLES START HERE-------*/
/*--------------------------------------*/

.video-player{
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  background: white;
  border: solid 2px #ededed;
}

.video-player .video-container{
  padding-bottom: 56.25%;
}

.video-player .video__title{
  font-size: 1.728em;
  color: #545454;
  font-weight: 600;
}

.video--main{
  display: flex;
  flex-direction: row;
}

.video-container{
  flex: 1;
  position: relative;
  padding-bottom: 37%;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-details{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 35%;
  padding-left: 24px;
}

.video-details--home{
  max-width: 600px;
  margin: 16px;
}

.video__title{
  margin: 0 0 8px 0;
  font-size: 1.5em;
  color: #c8bf9d;
  font-weight: 800;
  text-transform: uppercase;
}

.video__description{
  margin: 0 0 12px 0;
  font-size: 1em;
}

.video-details--home .video__title, .video-details--home .video__description{
  text-align: center;
}

.video-section-title{
  display: block;
  width: 100%;
  margin: 48px 8px 24px 8px;
  color: #7694bc;
  font-size: 2em;
  text-transform: uppercase;
}

ul.video-list{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -8px;
  padding: 0;
  list-style-type: none;
}

ul.video-list li{
  position: relative;
  flex-basis: calc(33% - 16px);
  margin: 8px;
  background: white;
  border: 2px solid #ededed;
  cursor: pointer;
}

ul.video-list li:hover{
  border-color: #7694bc;
}

ul.video-list li .image-wrapper{
  position: relative;
  min-height: 50px;
  background: #faf9f5;
}

ul.video-list li .image-wrapper:after{
  content: '▶';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 4em;
  background-color: rgba(118,148,188,0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity .1s ease;
}

ul.video-list li.active .image-wrapper:after{
  opacity: 1;
}

ul.video-list li img{
  width: 100%;
  height: auto;
}

ul.video-list li .video__title{
  margin: 12px 12px 8px 12px;
  font-size: 1em;
}

ul.video-list li .video__description{
  margin: 0 12px 12px 12px;
  font-size: .8em;
}

@media(max-width: 960px){
  .video--main{
    display: block;
  }

  .video-container{
    padding-bottom: 56.25%;
  }

  .video-details{
    width: 100%;
    padding: 12px 0 0 0;
  }
}

@media (max-width: 768px){
  ul.video-list li{
    flex-basis: calc(50% - 16px);
  }
}