.distiNotice {
    width: 100%;
    background: #DDD;
    padding: 10px;
    margin-bottom: 20px
}

.distiNotice p {
    margin-bottom: 0
}

.social-footer a {
    font-size: 16px
}

.social-footer .iconic {
    height: 24px;
    width: 24px;
    fill: #4e4e4f
}

.social-footer .youtube {
    margin-top: -16px;
    margin-bottom: -6px;
    width: 44px;
    height: 44px
}

.social-footer li {
    display: inline;
    margin-right: 12px
}

.footer-main .inner {
    max-width: 1200px
}

.InfoMessage a {
    color: #62a945
}

.mailchimp-subscribe .mc-field-group input {
    display: inline-block;
    width: 200px;
    margin-right: 20px
}

.mailchimp-subscribe .clear input {
    display: inline-block
}

.badges {
    width: 244px;
    margin: 0 auto
}

#DigiCertClickID_HSZL8X-B {
    width: 80px;
    display: inline-block;
    margin: 0 5px
}

#google-trusted-store {
    width: 144px;
    display: inline-block;
    margin: 0 5px
}

#import-tax-message {
    text-align: center;
    color: firebrick
}

#importTaxMessageCart {
    color: firebrick
}

#importTaxMessageCheckout {
    color: firebrick
}

#email-confirm-missing-message {
    color: firebrick;
    font-size: 18px
}

input.btn.Small:disabled {
    background: #7b7b7b;
    border-color: #A1A1A1;
    color: #D0D0D0
}

input.btn.Small:disabled:hover {
    background: #7b7b7b;
    border-color: #A1A1A1;
    color: #D0D0D0
}




/*Custom text styles */

.digi-h4 {
  font-family: myriad-pro,brandon-grotesque,Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #62a945;
  padding: 0 0;
}

.digi-h5 {
  font-family: myriad-pro,brandon-grotesque,Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #62a945;
  padding: 0 0;
}

/* Custom buttons in various colors */

.digi-btn-1-grn1 {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  width: 70px;
  font-family: myriad-pro,brandon-grotesque,Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white !important;
  background: #62a744;
  padding: 6px 10px 6px 10px;
  margin: 10px 10px;
}

.digi-btn-1-grn1:hover {
  background: #6bb34a;
  color: white !important;
  text-decoration: none;
}

.digi-btn-1-teal {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  width: 70px;
  font-family: myriad-pro,brandon-grotesque,Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white !important;
  background: #095c66;
  padding: 6px 10px 6px 10px;
  margin: 10px 10px;
}

.digi-btn-1-teal:hover {
  background: #0d727e;
  color: white !important;
  text-decoration: none;
}


/* Custom tables */

.digi-custom-table-1 {
    border-radius: 10px;
    border-collapse: collapse;
    background: #eee;
}

.digi-custom-table-1 th {
    padding: 10px;
}

.digi-custom-table-1 td {
    padding: 4px 10px;
}

.digi-custom-table-1 tr:nth-child(even) {
    background-color: #dfdfdf;
}

.digi-custom-table-1 tr:hover td {
    background-color: #fff;
}







.digi-press-table {
    border-collapse: collapse;
    background: #eee;
}

.digi-press-table th {
    padding: 10px;
}

.digi-press-table td {
    background: #ddd;
    padding: 4px 10px;
}

.digi-press-table td.image {
    background: #ddd;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 1px solid;
    border-right-color: #ededed;
    padding: 6px 6px;
    text-align: center;
    width: 220px;
}

.digi-press-table td.title {
    border-top-right-radius: 8px;
    background: #ddd;
    padding: 8px;
    border-bottom-width: 1px;
    border-bottom-color: #ededed;
    font-family: brandon-grotesque,Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-decoration: none;
    color: #62a945;
}

.digi-press-table td.description {
    background: #ddd;
    padding: 8px;
}

.digi-press-table td.action {
    border-bottom-right-radius: 8px;
    border-left: 1px solid;
    border-left-color: #ededed;
    padding: 0 0;
    background-color: #62a60a;
    text-align: center;
    font-family: brandon-grotesque,Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    width: 100px;
}

.digi-press-table td.action a {
    color: white;
}

.digi-press-table td.divider {
    padding: 0;
    height: 16px;
    line-height: 16px;
    background-color: #eee;
}

