@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:700|Source+Sans+Pro:400,300,700);
* {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 700; }

.badge {
  font-weight: 700; }
  .badge--white {
    background: white;
    color: #27506F; }

.header__info .phone {
  font-weight: 700; }

.button {
  font-family: "Merriweather Sans", "Helvetica", "Arial", sans-serif; }

.button--theme--primary {
  color: white;
  background: #e21836;
  border-color: #e21836; }
  .button--theme--primary:link {
    color: white; }
  .button--theme--primary:visited {
    color: white; }
  .button--theme--primary:hover {
    color: white;
    opacity: .9; }
  .button--theme--primary:active {
    color: white;
    opacity: .8; }

.button--theme--secondary {
  color: #6C7D8A;
  background: white;
  border-color: #6C7D8A; }
  .button--theme--secondary:link {
    color: #6C7D8A; }
  .button--theme--secondary:visited {
    color: #6C7D8A; }
  .button--theme--secondary:hover {
    color: white;
    background: #6C7D8A; }
  .button--theme--secondary:active {
    color: white;
    opacity: .8; }

.button--theme--negative {
  color: white;
  background: #0054a3;
  border-color: #0054a3; }
  .button--theme--negative:link {
    color: white; }
  .button--theme--negative:visited {
    color: white; }
  .button--theme--negative:hover {
    color: white;
    opacity: .9; }
  .button--theme--negative:active {
    color: white;
    opacity: .8; }

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #6C7D8A; }

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel {
  color: #ff0000; }

table {
  border-collapse: collapse;
  width: 100%; }
  table tbody tr:nth-child(even) td {
    background-color: #C1C8CE; }
  table th {
    font-weight: bolder;
    border: 1px solid #C1C8CE; }
  table td {
    border: 1px solid #C1C8CE; }

.table--pricing {
  border: 1px solid #0054a3; }
  .table--pricing thead tr {
    background-color: #0054a3;
    color: white; }
  .table--pricing th::after {
    border-top-color: #0054a3; }
  .table--pricing tbody tr:nth-child(even) {
    background-color: #C1C8CE; }

.header--site {
  color: white; }
  .header--site .nav-list li {
    margin-bottom: 8px; }
    @media (min-width: 480px) {
      .header--site .nav-list li {
        margin-bottom: initial; } }
  .header--site .nav-list a {
    color: white; }
    .header--site .nav-list a:visited {
      color: white; }
    .header--site .nav-list a:hover {
      color: #e21836; }
    .header--site .nav-list a:active {
      color: white; }

.header__info {
  color: #999999; }
  .header__info .phone {
    color: #e21836; }
  .header__info .search-form .button {
    background: none;
    border: none; }
  .header__info .search-form i.fa {
    color: #e21836; }

@media (min-width: 960px) {
  .logo-space {
    width: calc(99.9% * 1/4 - (16px - 16px * 1/4)); }
  .logo-space:nth-child(1n){
    float: left;
    margin-right: 16px;
    clear: none; }
  .logo-space:last-child{
    margin-right: 0; }
  .logo-space:nth-child(4n){
    margin-right: 0;
    float: right; }
  .logo-space:nth-child(4n + 1){
    clear: both; } }

.logo-space img {
  max-height: 60px; }

@media (min-width: 960px) {
  .header__info {
    width: calc(99.9% * 3/4 - (16px - 16px * 3/4)); }
  .header__info:nth-child(1n){
    float: left;
    margin-right: 16px;
    clear: none; }
  .header__info:last-child{
    margin-right: 0; }
  .header__info:nth-child(4n){
    margin-right: 0;
    float: right; }
  .header__info:nth-child(4n + 1){
    clear: both; } }

.header__info .phone {
  font-size: 1em; }

.header__info .search-form input[type="text"] {
  height: 1.5em; }

.header__info .search-form .button {
  margin-top: 0;
  padding: 0 .25em;
  margin-bottom: 0;
  margin-left: 8px; }

.footer--site {
  background: #0054a3; }
  .footer--site h3 {
    color: #e21836;
    text-shadow: 0 0 2px black; }
  .footer--site .nav-list a {
    color: #F0ECEC; }
    .footer--site .nav-list a:visited {
      color: #F0ECEC; }
    .footer--site .nav-list a:hover {
      color: #e21836; }
    .footer--site .nav-list a:active {
      color: #e21836; }
  .footer--site .search-form .button {
    background: none;
    border: none; }
    .footer--site .search-form .button i.fa {
      color: #e21836;
      text-shadow: 0 0 2px black; }

.footer__info label {
  color: #e21836; }

.footer__info .cc-list {
  color: white; }

.footer__info .social-list {
  color: white; }
  .footer__info .social-list:visited {
    color: white; }
  .footer__info .social-list:hover {
    color: white; }
  .footer__info .social-list:active {
    color: white; }
  .footer__info .social-list a .fa {
    color: white; }
  .footer__info .social-list a.facebook {
    background: #45619D; }
  .footer__info .social-list a.twitter {
    background: #28A9E0; }
  .footer__info .social-list a.linkedin {
    background: #1A85BC; }

.sidebar--main {
  color: #404040;
  background: #F0ECEC; }

.sidebar__header {
  border-bottom: 1px solid #C1C8CE; }

.nav--sidebar .nav-list a {
  color: #404040; }
  .nav--sidebar .nav-list a:visited {
    color: #404040; }
  .nav--sidebar .nav-list a:hover {
    color: #404040; }
  .nav--sidebar .nav-list a:active {
    color: #404040; }

.nav--sidebar .nav-list li + li {
  border-top: 1px solid #C1C8CE; }

.homepage .featured-products {
  color: #404040; }
  .homepage .featured-products__header h2 {
    color: #404040; }

.checkout .progress-bar li.complete {
  border-color: #669ec9; }
  .checkout .progress-bar li.complete::after {
    border-top-color: #669ec9; }

.checkout .progress-bar li.active {
  border-color: #27506F; }
  .checkout .progress-bar li.active::after {
    border-top-color: #27506F; }

.checkout .order-overview {
  background: #eee;
  border: 1px dashed #ccc;
  padding: .75em;
  border-radius: 3px; }
  .checkout .order-overview .button--theme--primary {
    background: #27506F;
    border-color: #27506F; }
    .checkout .order-overview .button--theme--primary:hover {
      background: #20425c; }

.checkout dd, .checkout dt {
  line-height: 1.8; }

.cart__item + .cart__item {
  border-top: 1px solid #C1C8CE; }

.cart dl dt {
  color: #0054a3; }

.cart__pricing {
  border-top: 2px dashed #C1C8CE; }

.cart .quantity select {
  border-color: #0054a3; }

.saved-carts__title {
  margin-bottom: 16px; }

.bundle {
  border-radius: 5px; }
  .bundle__item + .bundle__item {
    border-top: 1px solid #999; }
  .bundle__item.unconfigured .status {
    color: #b71c1c; }
  .bundle__item.unconfigured a.status {
    color: #b71c1c; }
    .bundle__item.unconfigured a.status:link {
      color: #b71c1c; }
    .bundle__item.unconfigured a.status:visited {
      color: #b71c1c; }
    .bundle__item.unconfigured a.status:hover {
      color: #5f0e0e; }
    .bundle__item.unconfigured a.status:active {
      color: #b71c1c; }
  .bundle__item.configured .status {
    color: #64dd17; }
  .bundle__item.configured a.status {
    color: #64dd17; }
    .bundle__item.configured a.status:link {
      color: #64dd17; }
    .bundle__item.configured a.status:visited {
      color: #64dd17; }
    .bundle__item.configured a.status:hover {
      color: #3a810d; }
    .bundle__item.configured a.status:active {
      color: #64dd17; }
  .bundle__item.configured .img-wrap::before {
    color: #9ef06a;
    text-shadow: -1px 1px 2px black;
    opacity: .75;
    font-size: 4em; }
  .bundle .bundle-wrap {
    background: #eee;
    border: 1px solid #999;
    border-radius: 5px; }
  .bundle .item__text {
    background: none;
    border: none;
    padding: 0; }

.bundle-figure {
  width: calc(99.9% * 1 - (16px - 16px * 1)); }

.bundle-figure:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }

.bundle-figure:last-child{
  margin-right: 0; }

.bundle-figure:nth-child(NaNn){
  margin-right: 0;
  float: right; }

.bundle-figure:nth-child(NaNn + 1){
  clear: both; }
  .bundle-figure__name {
    width: calc(99.9% * 1 - (16px - 16px * 1));
    font-size: .8em;
    margin-bottom: 8px;
    font-weight: bolder; }
  .bundle-figure__name:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }
  .bundle-figure__name:last-child{
  margin-right: 0; }
  .bundle-figure__name:nth-child(NaNn){
  margin-right: 0;
  float: right; }
  .bundle-figure__name:nth-child(NaNn + 1){
  clear: both; }
  .bundle-figure__label {
    width: calc(99.9% * 1 - (16px - 16px * 1));
    font-size: .8em;
    margin-bottom: .25em; }
  .bundle-figure__label:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }
  .bundle-figure__label:last-child{
  margin-right: 0; }
  .bundle-figure__label:nth-child(NaNn){
  margin-right: 0;
  float: right; }
  .bundle-figure__label:nth-child(NaNn + 1){
  clear: both; }
  .bundle-figure__description {
    width: calc(99.9% * 1 - (16px - 16px * 1));
    font-size: .8em; }
  .bundle-figure__description:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }
  .bundle-figure__description:last-child{
  margin-right: 0; }
  .bundle-figure__description:nth-child(NaNn){
  margin-right: 0;
  float: right; }
  .bundle-figure__description:nth-child(NaNn + 1){
  clear: both; }
  .bundle-figure .img-wrap {
    display: none; }
    @media (min-width: 480px) {
      .bundle-figure .img-wrap {
        width: calc(99.9% * 1/3 - (16px - 16px * 1/3));
        display: block; }
      .bundle-figure .img-wrap:nth-child(1n){
    float: left;
    margin-right: 16px;
    clear: none; }
      .bundle-figure .img-wrap:last-child{
    margin-right: 0; }
      .bundle-figure .img-wrap:nth-child(3n){
    margin-right: 0;
    float: right; }
      .bundle-figure .img-wrap:nth-child(3n + 1){
    clear: both; } }
  .bundle-figure figcaption {
    display: block; }
    @media (min-width: 480px) {
      .bundle-figure figcaption {
        width: calc(99.9% * 2/3 - (16px - 16px * 2/3)); }
      .bundle-figure figcaption:nth-child(1n){
    float: left;
    margin-right: 16px;
    clear: none; }
      .bundle-figure figcaption:last-child{
    margin-right: 0; }
      .bundle-figure figcaption:nth-child(3n){
    margin-right: 0;
    float: right; }
      .bundle-figure figcaption:nth-child(3n + 1){
    clear: both; } }
  .bundle-figure-content {
    min-height: 350px; }
  .bundle-figure-body {
    min-height: 350px !important; }
  .bundle-figure-footer .button {
    padding: .5em !important;
    font-size: .8em; }
    @media (min-width: 480px) {
      .bundle-figure-footer .button {
        font-size: 1em; } }

.address-management {
  line-height: 1.4; }
  .address-management .address {
    border: 1px solid #999; }
  .address-management .address__status {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #999; }
  .address-management .address-tag.default {
    background: #0054a3;
    color: white; }
  .address-management .badge {
    border-radius: 8px;
    padding: 4px 8px;
    border: 1px solid #999;
    font-size: .8em;
    line-height: 1.4;
    display: inline; }
  .address-management .button.button--text {
    font-size: .8em; }
  .address-management .filters .form {
    width: auto; }

.oh-search a:link {
  color: #2685ff; }

.oh-search a:visited {
  color: #2685ff; }

.oh-search a:hover {
  color: #005fd9; }

.oh-search a:active {
  color: #2685ff; }

.oh-search__fields {
  border: 1px solid #dedede;
  font-size: .8em; }

.oh-search__order-details {
  border-top: 8px solid #dedede;
  border-bottom: 8px solid #dedede; }
  .oh-search__order-details tr td {
    text-align: left;
    background: #dedede !important;
    line-height: 1.4;
    border: none; }
    @media (min-width: 480px) {
      .oh-search__order-details tr td {
        text-align: center; }
        .oh-search__order-details tr td:not(:first-child) {
          border-left: 1px solid #ababab !important; } }

.oh-search__cart .item__controls {
  border: none; }

.oh-search__cart .item__pricing {
  text-align: left; }

.oh-search__cart .item__text {
  border: none;
  background: none; }

.oh-search__cart .name h2 {
  font-size: 1.2rem; }

.oh-search .cart__item + * {
  border-top: 1px solid #999; }

.customer-reports .reports {
  border: 1px solid #0054a3; }

.customer-reports .report.active .report-label {
  border: none !important;
  background: #eee; }

.customer-reports .report:not(:last-child) .report-label {
  border-bottom: 1px solid black; }

.customer-reports .report-header {
  background: #0054a3;
  color: white;
  cursor: pointer; }

.customer-reports .report-fields {
  background: #eee;
  border: 1px solid #ccc; }

.customer-reports .field label {
  font-size: .8em;
  line-height: 1.4; }

.login__box .form-area {
  background-color: #C1C8CE; }

.login__box h1 {
  color: #0054a3; }

.login__box a {
  color: #27506F; }
  .login__box a:link {
    color: #27506F; }
  .login__box a:visited {
    color: #27506F; }
  .login__box a:hover {
    color: #0054a3; }
  .login__box a:active {
    color: #0054a3; }

.login__box .datum.check {
  margin-bottom: 16px;
  width: calc(99.9% * 1 - (16px - 16px * 1)); }

.login__box .datum.check:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }

.login__box .datum.check:last-child{
  margin-right: 0; }

.login__box .datum.check:nth-child(NaNn){
  margin-right: 0;
  float: right; }

.login__box .datum.check:nth-child(NaNn + 1){
  clear: both; }
  .login__box .datum.check input[type="checkbox"] {
    display: inline;
    float: left;
    clear: none; }
  .login__box .datum.check label {
    display: inline;
    float: left;
    clear: none;
    width: calc(99.9% * 0 - (16px - 16px * 0));
    width: auto;
    padding-left: 1em; }
  .login__box .datum.check label:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }
  .login__box .datum.check label:last-child{
  margin-right: 0; }
  .login__box .datum.check label:nth-child(NaNn){
  margin-right: 0;
  float: right; }
  .login__box .datum.check label:nth-child(NaNn + 1){
  clear: both; }

.login__box .swap-pane a {
  background: #6C7D8A;
  color: white; }
  .login__box .swap-pane a.current {
    color: #6C7D8A;
    background: #C1C8CE; }

.order-view .shipment {
  border: 1px solid #C1C8CE;
  padding: 1em;
  border-radius: 3px; }

.order-view h2, .order-view h3 {
  padding-bottom: .25em;
  border-bottom: 1px solid #C1C8CE; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: solid;
  border-color: #27506F;
  border-width: 1px 1px 1px 1px;
  border-radius: 0;
  background: white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAoElEQVRYhe2Ruw3CQBBEh08VJ8qYHCE5ohWqoArknD4Q+VIGF9CESYxEgM67awTJvHhv3pMOEEII8WcWUwckdwC2yf2rmV1aB2vHyBlASQbcAWxaB0vHyBHAkJAP49smq6mDWuutlPIAsIfjy97kBzPrZweMERaIeMlPnm1XQCAiJA8FOCLC8nBAIyIlTwV8iEBWPhuSHcnu52IhhBDf5AnKb0MADAWrtAAAAABJRU5ErkJggg==") right center no-repeat;
  padding: 0 2em 0 .25em; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone {
  border: 2px dashed #0054a3;
  padding: 16px; }

.dropzone, .dropzone * {
  box-sizing: border-box;
  position: relative; }

.dropzone {
  position: relative;
  display: inline-block; }

.dropzone .dz-preview {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  padding: 16px; }

.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  max-width: 120px; }

.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0; }

.dropzone .dz-preview .dz-error-message {
  display: none; }

.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block; }

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 54px;
  height: 58px;
  left: 0;
  margin-left: 0; }

.dropzone {
  width: calc(99.9% * 1/1 - (16px - 16px * 1/1));
  min-height: 150px; }

.dropzone:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }

.dropzone:last-child{
  margin-right: 0; }

.dropzone:nth-child(1n){
  margin-right: 0;
  float: right; }

.dropzone:nth-child(1n + 1){
  clear: both; }

.dz-message {
  font-size: 1.2rem;
  display: block;
  width: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .6; }

.fileDropzone .dz-image {
  display: none; }

.fileDropzone .dz-details {
  display: inherit; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #0054a3; }

.dropzone .dz-preview .dz-error-message {
  color: #ff0000; }

.dropzone .dz-preview .dz-progress {
  border: 1px solid #C1C8CE; }

.dz-message {
  color: #0054a3; }

.dz-details {
  display: none; }

.dropzone.non-image .dz-details {
  display: block; }

body {
  color: #292123; }

main {
  background: #7fa9d1; }

.wrap--white {
  background: #fff; }

.wrap--secondary {
  background: #0054a3; }

.wrap--background {
  background: white; }

.account-details .form {
  display: inline-block;
  width: 100%; }
  .account-details .form + .form {
    border-top: 1px solid #C1C8CE;
    padding-top: 24px;
    margin-top: 16px; }

.homepage-callout figcaption {
  color: #292123; }
  @media (min-width: 960px) {
    .homepage-callout figcaption {
      text-shadow: 0 0 3px #292123; } }

table.table--ogrid thead tr {
  color: #292123; }
  table.table--ogrid thead tr th {
    border-bottom: 1px solid #292123; }

.configure__finish {
  border-top: 1px solid #292123; }

.featured-products__header {
  width: calc(99.9% * 1 - (16px - 16px * 1));
  margin-top: 16px; }

.featured-products__header:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }

.featured-products__header:last-child{
  margin-right: 0; }

.featured-products__header:nth-child(NaNn){
  margin-right: 0;
  float: right; }

.featured-products__header:nth-child(NaNn + 1){
  clear: both; }

.featured-products {
  width: calc(99.9% * 1 - (16px - 16px * 1));
  padding-top: 16px;
  padding-bottom: 16px; }

.featured-products:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }

.featured-products:last-child{
  margin-right: 0; }

.featured-products:nth-child(NaNn){
  margin-right: 0;
  float: right; }

.featured-products:nth-child(NaNn + 1){
  clear: both; }

.featured-product {
  padding: 0;
  margin-bottom: 48px;
  width: calc(99.9% * 1 - (16px - 16px * 1)); }

.featured-product:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }

.featured-product:last-child{
  margin-right: 0; }

.featured-product:nth-child(NaNn){
  margin-right: 0;
  float: right; }

.featured-product:nth-child(NaNn + 1){
  clear: both; }
  @media (min-width: 480px) {
    .featured-product {
      width: calc(99.9% * 1/2 - (16px - 16px * 1/2)); }
    .featured-product:nth-child(1n){
    float: left;
    margin-right: 16px;
    clear: none; }
    .featured-product:last-child{
    margin-right: 0; }
    .featured-product:nth-child(2n){
    margin-right: 0;
    float: right; }
    .featured-product:nth-child(2n + 1){
    clear: both; } }
  @media (min-width: 960px) {
    .featured-product {
      width: calc(99.9% * 1/4 - (16px - 16px * 1/4)); }
    .featured-product:nth-child(1n){
    float: left;
    margin-right: 16px;
    clear: none; }
    .featured-product:last-child{
    margin-right: 0; }
    .featured-product:nth-child(4n){
    margin-right: 0;
    float: right; }
    .featured-product:nth-child(4n + 1){
    clear: both; } }
  .featured-product .img-wrap {
    width: calc(99.9% * 1 - (16px - 16px * 1));
    overflow: hidden;
    height: 300px;
    position: relative;
    position: relative;
    margin-bottom: 16px; }
  .featured-product .img-wrap:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }
  .featured-product .img-wrap:last-child{
  margin-right: 0; }
  .featured-product .img-wrap:nth-child(NaNn){
  margin-right: 0;
  float: right; }
  .featured-product .img-wrap:nth-child(NaNn + 1){
  clear: both; }
  .featured-product .img-wrap > *{
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, 0); }
    @media (min-width: 960px) {
      .featured-product .img-wrap {
        height: 100px; } }
    .featured-product .img-wrap a {
      width: 100%;
      display: block;
      margin: 0 auto;
      position: relative;
      height: 100%; }
  .featured-product img {
    max-width: 90%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 960px) {
      .featured-product img {
        max-height: 116px; } }
  .featured-product h3 {
    width: calc(99.9% * 1 - (16px - 16px * 1));
    margin-bottom: .5em;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: .5em; }
  .featured-product h3:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }
  .featured-product h3:last-child{
  margin-right: 0; }
  .featured-product h3:nth-child(NaNn){
  margin-right: 0;
  float: right; }
  .featured-product h3:nth-child(NaNn + 1){
  clear: both; }
    @media (min-width: 960px) {
      .featured-product h3 {
        height: 3.6em; } }
  .featured-product figcaption {
    width: calc(99.9% * 1 - (16px - 16px * 1));
    text-align: center; }
  .featured-product figcaption:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }
  .featured-product figcaption:last-child{
  margin-right: 0; }
  .featured-product figcaption:nth-child(NaNn){
  margin-right: 0;
  float: right; }
  .featured-product figcaption:nth-child(NaNn + 1){
  clear: both; }
    .featured-product figcaption .featured-product__message {
      width: calc(99.9% * 1 - (16px - 16px * 1));
      font-size: .8em;
      line-height: 1.2;
      margin-top: 0;
      margin-bottom: 16px; }
    .featured-product figcaption .featured-product__message:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }
    .featured-product figcaption .featured-product__message:last-child{
  margin-right: 0; }
    .featured-product figcaption .featured-product__message:nth-child(NaNn){
  margin-right: 0;
  float: right; }
    .featured-product figcaption .featured-product__message:nth-child(NaNn + 1){
  clear: both; }
      @media (min-width: 960px) {
        .featured-product figcaption .featured-product__message {
          height: 2.4em; } }
    .featured-product figcaption a.button {
      margin: 0 auto; }

.product__info {
  width: calc(99.9% * 1 - (16px - 16px * 1)); }

.product__info:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }

.product__info:last-child{
  margin-right: 0; }

.product__info:nth-child(NaNn){
  margin-right: 0;
  float: right; }

.product__info:nth-child(NaNn + 1){
  clear: both; }

.product__title {
  width: calc(99.9% * 1 - (16px - 16px * 1));
  height: 3.3em; }

.product__title:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }

.product__title:last-child{
  margin-right: 0; }

.product__title:nth-child(NaNn){
  margin-right: 0;
  float: right; }

.product__title:nth-child(NaNn + 1){
  clear: both; }

.product__copy {
  width: calc(99.9% * 1 - (16px - 16px * 1));
  height: 2.8em; }

.product__copy:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }

.product__copy:last-child{
  margin-right: 0; }

.product__copy:nth-child(NaNn){
  margin-right: 0;
  float: right; }

.product__copy:nth-child(NaNn + 1){
  clear: both; }

.product__cta {
  width: calc(99.9% * 1 - (16px - 16px * 1));
  margin-top: 8px; }

.product__cta:nth-child(1n){
  float: left;
  margin-right: 16px;
  clear: none; }

.product__cta:last-child{
  margin-right: 0; }

.product__cta:nth-child(NaNn){
  margin-right: 0;
  float: right; }

.product__cta:nth-child(NaNn + 1){
  clear: both; }
