/*
 * Animations
 *
 */

.slide {
    -webkit-transition: all linear 0.25s;
    opacity: 1;
}

.slide.ng-hide-add, .slide.ng-hide-remove {
    display: inline-block !important;
}

.slide.ng-hide-add, .slide-ng-hide-remove {
    -webkit-transition: all linear 0.25s;
    transition: all linear 0.25s;
}

.slide.ng-hide {
    width: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
}

/*
 * Social media icons
 * f - Facebook
 * g - Google
 * h - Skype
 * i - LinkedIn
 * l - Twitter
 * p - Pinterest
 * r - RSS
 */

@font-face {
    font-family: social;
    src: url(/static/fonts/socialico.otf);
}

@font-face {
    font-family: 'ffgbodoni';
    src: url(/static/fonts/bodopc.ttf) format('truetype'),
    url(/static/fonts/bodopc.woff) format('woff'),;
}

@font-face {
    font-family: 'museosans';
    src: url(/static/fonts/MuseoSans_500-webfont.eot);
    src: url(/static/fonts/MuseoSans_500-webfont.eot?#iefix) format('embedded-opentype'),
    url(/static/fonts/MuseoSans_500-webfont.woff2) format('woff2'),
    url(/static/fonts/MuseoSans_500-webfont.woff) format('woff'),
    url(/static/fonts/MuseoSans_500-webfont.ttf) format('truetype'),
    url(/static/fonts/MuseoSans_500-webfont.svg#museo_sans500) format('svg');
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

b {
    font-weight: bold;
}

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2014 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris Font Foundry
 * License URL: http://www.fontspring.com/licenses/exljbris/webfont
 *
 *
 */

[data-social-icon] {
    color: #343740;
    font-size: 40px;
}

[data-social-icon]:before {
    color: #343740;
    font-size: 40px;
    font-family: social !important;
    content: attr(data-social-icon);
}

a[data-social-icon] {
    font-weight: normal !important;
}

a[data-social-icon]:hover {
    text-decoration: none;
}

a[data-social-icon=l]:hover:before,
.fa-twitter:hover:before {
    color: #55acee; /* Twitter */
}

a[data-social-icon=f]:hover:before,
.fa-facebook:hover:before {
    color: #3b5998; /* Facebook */
}

a[data-social-icon=g]:hover:before,
.fa-youtube:hover:before,
.fa-google-plus:hover:before {
    color: #d3402b; /* Google */
}

a[data-social-icon=\f16d]:hover:before,
.fa-instagram:hover:before {
    color: #125688; /* Instagram */
}

.fa-rss:hover:before {
    color: #ff6600;
}

div.social-media-right {
    float: right;
    margin: 0 5px;
}

.social-media-icons {
    float: right;
    font-size: 18px;
    letter-spacing: 1px;
    padding: .65em 0 0;
}

img.icon {
    display: inline !important;
}

/*
 * Colors
 *
 */

.in-stock {
    color: #ededed;
}

.not-yet-available {
    background-color: #ccc;
}

.out-of-stock {
    background-color: #ccc !important;
}

.concept {
    background-color: #5a045b !important;
    color: #ededed;
}

.in-dev {
    background-color: #530003 !important;
    color: #ededed;
}

.at-print {
    background-color: #b25e05 !important;
    color: #ededed;
}

.on-boat {
    background-color: #96810c !important;
    color: #ededed;
}

.shipping {
    background-color: #61822b !important;
    color: #ededed;
}

.in-stores {
    background-color: #6cadbf;
    color: #ededed;
}

.awaiting-reprint {
    background-color: #84171b;
    color: #ededed;
}

.out-of-print {
    background-color: #390607;
    color: #ededed;
}

.lcg {
    background-color: #730000 !important;
}

.lcg.light {
    background-color: #930000 !important
}

.board {
    background-color: #00509f !important;
}

.board.light {
    background-color: #0070bf !important;
}

.mini {
    background-color: #416221 !important;
}

.mini.light {
    background-color: #618241 !important;
}

.organized-play {
    background-color: #781ca3 !important;
}

.organized-play.light {
    background-color: #8633ac !important;
}

/*
 * Generic rules
 *
 */

html, body {
    color: #343740;
    font-family: "Noto Sans", "helvetica", "arial", "sans-serif";
    font-size: small;
    font-weight: 300;
}

body {
    background: #ededed;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

a {
    text-decoration: none;
    color: #093156;
}

a:hover {
    color: #5da2bf;
    text-decoration: none;
}

a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans", "helvetica", "arial", "sans-serif";
}

h1 {
    font-weight: normal;
    margin: 5px 0;
}

h2 {
    font-weight: normal;
    margin: 13px 0;
}

h3 {
    font-weight: normal;
    font-size: 18px;
}

h4 {
    color: #093156;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}

p {
    font-size: 15px;
    margin: 10px 0;
    line-height: 21px;
}

ul {
    margin: 0px;
}

img {
    padding: 0;
    margin: 0;
}

p a, li a {
    text-decoration: underline;
}

p a:hover, li a:hover {
    text-decoration: underline;
}

select.unstyled, input.unstyled {
    background: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
}

table {
    border: none;
    font-size: 14px;
    width: 100%;
}

th {
    background-color: #393740;
    border: 1px solid #393740;
    color: #fff;
    padding: 10px;
}

td {
    border: 1px solid #ccc;
    padding: 10px;
}

tr {
    margin: 5px 0;
}

li {
    font-size: 14px;
}

hr {
    height: 1px;
    background: #63646e;
    border: 0;
}

/*
 * Global styles
 *
 */

div#content {
    margin: 0 auto;
    margin-bottom: 150px;
    min-height: 550px;
}

div#content:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

div#spinner-container {
    background-color: rgba(235, 235, 235, .9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

img#spinner {
    display: block;
    margin: auto;
}

div.section {
    border-bottom: 1px solid #343740;
}

div.right-sidebar {
    background-color: #e0e0e0;
    float: right;
    margin-left: 2%;
    margin-top: 10px;
    width: 27%;
}

div.right-sidebar h1 {
    border-bottom: 5px double #343740;
    color: #343740;
    font-size: 1.5em;
    margin: 0 0 10px;
    padding: 10px;
}

div.right-sidebar p {
    padding-left: 10px;
    padding-right: 10px;
}

div.right-sidebar > .news-list-item {
    margin: 0 0 1.25em;
}

a.link-button {
    /** background: #dcdcdc; **/
    display: inline-block;
    padding: .5em;
}

a.link-button:hover {
    background: #093156;
    color: #f5fbfe;
    text-decoration: none;
}

a.link-button:active {
    background: #093156;
}

a.link-button.active {
    background: #093156;
    color: #f5fbf3;
}

select.unstyled {
    -webkit-appearance: auto;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.fix-to-top {
    position: fixed;
    z-index: 200;
}

.centered {
    margin-right: auto;
    margin-left: auto;
    width: 85%;
    max-width: 1055px;
}

.fixed-at-top {
    position: fixed;
    z-index: 200;
}

/*
 * Pagination styles
 *
 */

.pagination {
    font-size: 1.5em;
    margin-bottom: 20px;
    padding: 5px 20px;
    text-align: center;
}

div.pagination .pagination-label {
    color: #343740;
    display: block;
    margin: .5em 0;
}

.pagination .fa {
    padding: 0 0 0 .25em;
}

div.pagination a {
    background-color: #343740;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin: .1em 0 0 .25em;
    padding: 5px 15px;
}

div.pagination a.active {
    background-color: #5da2bf;
}

div.pagination a.active:hover {
    background-color: #5da2bf;
    color: #fff;
}

div.pagination a:hover {
    background-color: #ccc;
    color: #093156;
}

div.pagination a.current-page {
    background-color: #5da2bf;
    font-weight: normal;
}

/*
 * Utility styles
 *
 */

.trademark {
    font-size: x-small;
    position: relative;
    top: -6px;
}

.no-padmar {
    padding: 0 !important;
    margin: 0 !important;
}

.cardcrop {
    border-radius: 10px;
    box-shadow: 3px 3px 5px #ccc;
    margin: 10px;
}

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

.twoup {
    text-align: center;
}

.threeup {
    text-align: center;
}

.textbox {
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    float: right;
    margin: 10px;
    padding: 10px;
}

.sidebyside {
    border: 1px solid #ccc;
    clear: both;
    width: 100%;
}

.sidebyside div {
    padding: 10px;
}

.sidebyside div:first-child {
    float: left;
}

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

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.padding {
    padding: 10px;
}

.parallel-boxes {
    margin: 20px 0;
    overflow: auto;
    width: 100%;
}

.parallel-boxes div {
    border: 1px solid #ccc;
    padding: 10px;
    width: 45%;
}

.parallel-boxes div:first-child {
    float: left;
}

.parallel-boxes div:last-child {
    float: right;
}

a.card-preview img {
    max-width: 200px;
}

p.caption {
    color: #63656e;
    font-size: small !important;
    line-height: inherit !important;
}

/*
 * Header styles
 *
 */

div#mobile-menu {
    display: none;
    background-color: rgba(237, 237, 237, 0.90);
}

div#primary-nav {
    background-color: rgba(237, 237, 237, 0.90);
    box-sizing: border-box;
    font-family: "Noto Sans", "helvetica", "arial", "sans-serif";
    min-height: 55px;
    margin: 0;
    padding: 0;
}

.forum_username {
    font-size: 14px;
}

.forum_status {
    font-size: 11px;
    font-weight: bold;
}

div#top-nav-search-container {

    margin: 0 auto;
    position: relative;
    width: 924px;
    z-index: 250;

    /** ORIGINAL
    background-color: rgba(237, 237, 237, 0.90);
    position: fixed;
    left: 781px;
    top: 55px;
    z-index: 250;
    **/
}

input#top-nav-search {
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
    height: 25px;
    margin: 0;
    padding: 7px;
    width: 75%;

}

.top-nav-search-wrap {
    background-color: #343740;
    float: right;
    margin-left: 700px;
    margin-top: 55px;
    padding: 0;
    position: fixed;
    width: 240px;

    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
}

input#top-nav-submit {
    border: none;
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    float: right;
    font-size: 18px;
    height: 39px;
    padding: 5px;
    width: 19%;

    background: -webkit-linear-gradient(#5da2bf, #569ab7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5da2bf, #569ab7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5da2bf, #569ab7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5da2bf, #569ab7); /* Standard syntax */
}

input#top-nav-submit:hover {
    background-color: #63656e;
}

input#top-nav-submit:active {
    background-color: #63656e;
}

a#logo-link {
    border: none;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin-right: 1px;
    padding: 5px 9px 0 0;
    position: relative;
    text-decoration: none;
}

ul#more-menu {
    background-color: rgba(237, 237, 237, 0.90);
    list-style-type: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

ul#more-menu li {
    font-size: 12px;
    display: inline-block;
    padding: .25em .75em;
    position: relative;
    top: -.25em;
}

ul#more-menu li a:hover {
    text-decoration: none;
    color: #5da2bf;
}

i.top-icon {
    float: right;
    font-size: 24px;
    background: #494948;
    color: #fff;
    padding: 5px;
}

.icon-container {
    float: right;
    margin: 12px 1px 0 3px;
}

i.top-nav-button:hover {
    background: #5da2bf;
    cursor: pointer;
}

i.mobile-menu-button {
    cursor: pointer;
}

.primary-nav-item {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-size: 20px;
    font-family: "Noto Sans", "helvetica", "arial", "sans-serif";
    margin-top: 10px;
    padding: 3px 10px 0;
    position: relative;
}

a.primary-nav-item.active {
    border-bottom: 3px solid #5da2bf;
    color: #5da2bf;
}

a.primary-nav-item.active:hover {

}

a.primary-nav-item:hover {
    text-decoration: none;
    color: #5da2bf;
}

span.primary-nav-item {
    border-color: #093156;
}

/*
 * Footer styles
 *
 */

div#footer {
    background: #000000;
    bottom: 0px;
    color: #f5fbfe;
    margin-top: 10px;
    min-height: 20px;
    padding-top: 20px;
    width: 100%;
}

#footer p {
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 10px;
}

.social-media-foot {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
}

.social-media-foot a {
    color: #e0e0e0;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #5da2bf;
}

/*
 * Search styles
 *
 */

div.search {
    min-height: 600px;
}

form#search-form {
    clear: both;
}

div#facets-container {
    background-color: #ffffff;
    border-top: 1px solid #343740;
    box-sizing: border-box;
    clear: both;
    color: #343740;
    display: inline-block;
    float: left;
    margin: 0;
    margin-bottom: 5px;
    padding: 7px 10px;
    width: 100%;
}

div#facets a {
    font-size: 13pt;
    margin-left: .5em;
}

div#facets a:first-child {
    margin-left: 0;
}

div#facets a.active {
    font-weight: normal;
}

span.search-status {
    font-size: 9pt;
    margin: 0;
    margin-top: 2px;
}

form#search-form input, form#search-form select {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-sizing: border-box;
    color: #fff;

    margin: 0;
}

form#search-form input {
    box-sizing: border-box;
    color: #343740;
    font-family: "helvetica", "arial", "sans-serif";
    font-size: 16pt;
    font-weight: 300;
    margin: .25em 0 .5em 0;
    padding: 10px;
    width: 100%;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

form#search-form select {
    background-color: #5da2bf;
    color: #fff;
    cursor: pointer;
    font-size: 11pt;
    height: 44px;
    margin: 0 0.25em;
    padding: 5px;
    text-align: center;
    -webkit-appearance: initial;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

form#search-form select#results-type {
    border: none;
    border-right: 1px solid #a0a0a0;
}

form#search-form select#page-size {

}

.search-sort-results {
    margin-top: 10px;
}

p#sort-control {
    background-color: #353640;
    color: #ffffff;
    font-size: 14pt;
    margin: 0;
    padding: .25em 20px;
}

p#sort-control select {
    vertical-align: middle;
}

a.search-result {
    border-bottom: 1px dotted;
    box-sizing: border-box;
    display: block;
    font-size: 18pt;
    height: 82px;
    margin: 0;
    padding: .5em 20px .5em 0;
    text-decoration: none;
}

a.search-result:hover {
    background-color: #fff;
}

a.search-result:active {
    background-color: #bebebe;
}

a.search-result img {
    display: block;
    float: left;
    max-height: 80px;
}

.result-coltext {
    float: left;
    width: 20%;
}

.search-sort-options {
    float: none;
}

a.search-result div.result-text {
    float: left;
    text-align: left;
    vertical-align: middle;
    width: 60%;
}

a.search-result p {
    margin: 0;
    padding: 0 10px;
}

a.search-result p.result-line-one {
    font-size: 14pt;
}

a.search-result p.result-line-two {
    font-size: 14pt;
}

a.search-result p.result-line-three {
    color: #63656e;
    font-size: 14px;
    margin-top: .15em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

a.search-result p.result-line-three p {
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

a.search-result div.price {
    float: right;
    font-size: 14pt;
    text-align: left;
    min-width: 75px;
}

a.search-result div.date {
    float: right;
    font-size: 14pt;
    text-align: center;
    width: 3em;
}

/*
 * Breadcrumb styles
 *
 */

div.breadcrumbs-container {
    background-color: rgba(237, 237, 237, 0.9);
    min-height: 22px;
    white-space: nowrap;
    overflow: hidden;
}

.breadcrumbs li {
    font-size: 10px;
}

div.fixed.breadcrumbs-container {
    margin: 0 7.5%;
    visibility: hidden;
    width: 85%;
}

ul.breadcrumbs {
    background-color: inherit;
    box-sizing: border-box;
    font-size: 10px;
    list-style-position: inside;
    list-style-type: none;
    padding: 0;
    width: 100%;

}

ul.breadcrumbs li {
    background-color: inherit;
    border-left: 1px solid #343740;
    cursor: pointer;
    display: inline-block;
    float: left;
    /** padding: .5em 1.5em; **/
}

ul.breadcrumbs li:first-child {
    border-left: none;
}

ul.breadcrumbs li:hover {

}

ul.breadcrumbs li:last-child {
    color: #000;
    cursor: default;
    font-weight: bold;
}

ul.breadcrumbs li:last-child p {
    font-size: 10px;
    margin: 0;
    display: inline-block;
    line-height: 14px;
}

ul.breadcrumbs li a {
    color: #63656e;
    text-decoration: none;
}

ul.breadcrumbs .separator {
    display: none;
}

.breadcrumbs span.active {
    display: inline-block;
    padding: 0.5em;
}

/*
 * Login page
 *
 */
form#login-form {
    background-color: #fafafa;
    margin: 2em auto;
    padding: 1em;
    width: 20%;
}

/*
 * Minisite
 *
 */

div#minisite {
    margin: 0 auto;
}

div.legal {
    clear: both;
    padding-top: 50px;
}

.legal p {
    color: #63656e;
    font-size: 10px;
}

/*
 * Bxslider fixes
 *
 */

ul.bxslider li {
    left: 0px;
}

/*
 * Feature plugin
 *
 */

div.carousel {
    box-sizing: border-box;
    left: 0px;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
}

div.feature {
    position: relative;
}

div.background-carousel {
    width: 100%;
}

div.feature-grid {
    height: 100%;
}

div.feature-grid-item {
    box-sizing: border-box;
    display: table-cell;
    float: left;
    margin: 10px 0.75% 0;
    padding: 0;
}

div.feature-grid-item img {
    width: 100%;
}

img.carousel-img {
    left: 0px;
    margin: 0 auto !important;
    max-width: 100% !important;
    max-height: 375px;
    position: static;
    width: initial !important;
}

div.feature-grid-item-meta {
    border-top: 1px solid #093156;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

/** News Archive/Posts **/

iframe#original-content {
    border: none;
    height: 500px;
    overflow: hidden;
    width: 100%;
}

/*
 * Recent news plugin
 *
 */

.unpublished {
    background-color: rgba(245, 200, 200, .85);
}

a#more-news {
    background-color: #343740;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
}

.front-page-news a#more-news {
    margin-top: 10px;
}

a:hover#more-news {
    background-color: #093156;
}

div.recent-news {
    padding: 0 10px 10px;
    text-align: center;
}

div.front-page-news {
    padding: 0;
    text-align: center;
}

div.hidden-news {
    display: none;
}

div.news-list-item-container {
}

.news-list-item-row {
    clear: both;
}

.news-list-item {
    display: inline-block;
    float: left;
    height: 225px;
    margin: 10px 0 0 0;
    padding: 0 .75%;
    text-align: left;
}

div.right-sidebar .news-list-item {
    border-bottom: 1px solid #63646e;
}

div.news-list-item:first-child {
    padding-left: 0;
}

div.news-list-item:last-child {
    padding-right: 0;
}

div.news-item-meta {
    font-size: 10px;
    overflow: hidden;
    padding: 0 0 0.5em 0;
}

span.news-item-date {
    color: #63656e;
    float: left;
}

span.meta-productline a {
    border-bottom: 1px dotted;
}

div.news-list-item img {
    display: block;
    width: 100%;
}

div.news-list-item span.title {
    display: block;
    font-size: 18px;
    font-family: "Noto Sans", "helvetica", "arial", "sans-serif";
    letter-spacing: .5px;
    margin: 7px 0 3px;
}

div.news-list-item p {
    color: #63656e;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    line-height: 21px;
    width: 100%;
}

/** Related news **/

a.relnews-title {
    background-color: none;
    color: #093156;
    font-family: "Noto Sans", "helvetica", "arial", "sans-serif";
    width: 100%;
}

.relnews-block {
    margin: 10px;
}

.relnews-leadin p {
    color: #63656e !important;
}

.empty-news-msg {
    font-size: 18px;
    padding: 1em;
}

/*
 * Minisite
 *
 */

/*
 * Sections
 *
 */

#scroll-to-top {
    color: #a8a8a8;
    cursor: pointer;
    font-size: 35px;
    position: fixed;
    right: .75em;
    top: 1.75em;
}

#scroll-to-top:hover {
    color: #b6b6b6;
    cursor: pointer;
    text-decoration: none;
}

#scroll-to-top:active {
    color: #9a9a9a;
}

div.section-menu-container-container {
    /* What an embarassing name! */
    min-height: 30px;
    position: static;
}

div.section-menu-container {
    background-color: rgba(237, 237, 237, 0.9);
    display: table;
    font-size: 14px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}

div.section-menu-container > div:nth-child(2) > a {
    border-top: 1px solid #ccc;
}

div.fixed.section-menu-container {
    display: table;
    margin-left: 7.5%;
    min-height: 30px;
    position: fixed;
    visibility: hidden;
}

div.section-menu {
    background-color: #343740;
    display: table-row;
}

div.section-menu a {
    color: #fff;
    display: table-cell;
    border-right: 1px solid #ededed;
    padding: 5px;
}

div.section-menu > a:first-child {
    border-left: none;
}

div.section-menu > a:last-child {
    border-right: none;
}

h1.section-plugin {
    clear: both;
    font-family: "Noto Sans", "helvetica", "arial", "sans-serif";
    padding-left: 0;
    margin: 15px 0;
}

h2.section-plugin {
    background-color: #e0e0e0;
    clear: both;
    font-weight: 300;
    padding: 15px;
}

/*
 * Truncated text plugin
 *
 */

div.truncated-text {
    display: none;
}

a.truncated-text-button {
    background-color: #343740;
    clear: both;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 20px 0;
    padding: 5px;
    text-align: center;
}

#technical-data a.truncated-text-button {
    background-color: #343740;
    margin: 5px 0;
}

#technical-data a.truncated-text-button:hover {
    background-color: #093156;
}

/*
 * Product line page
 *
 */

p.flavortext {
    color: #63656e;
    padding: 16px 24px;
}

.cardsleeve-number {
    color: #fff;
    text-shadow: 1px 1px #000, -1px -1px #000, -1px 1px #000, 1px -1px #000,
    1px 1px 2px rgba(53, 53, 53, 1);
}

.hashtag {
    color: #343740;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 5px;
    white-space: nowrap;
}

/*
.product-feature {
  display: block;
  width: 100%;
}
*/

#product-header {
    margin-top: 1em;
}

#product-main {
    box-sizing: border-box;
    float: left;
    width: 65%;
}

#product-sidebar {
    box-sizing: border-box;
    float: left;
    margin-left: 3%;
    width: 28%;
}

#product-sidebar-left {
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    margin-top: 10px;
    width: 300px;
}

.product-sidebar-img {
    max-height: 300px;
    width: 100%;
    padding-bottom: 10px;
}

.product-status-image {
    float: right;
    height: 24px;
    padding: 6px;
    margin: 5px 5px 0 0;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.carousel-img-container.product {
    height: 300px;
}

.carousel-img.product {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#purchase-info {
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    padding: 5px;
}

#price {
    color: #fff;
    display: block;
    font-size: 18px;
    min-width: 73px;
}

#stock {
    display: block;
    font-size: 10px;
}

#buy-now {
    display: block;
    padding: 10px;
    text-align: center;
}

span#buy-now {
    font-size: 17px;
}

.cart-value {
    position: absolute;
    float: right;
    right: 0px;
    dispaly: inline;
    background-color: brown;
    border-radius: 0 0 0 5px;
    color: white;
    padding: 0 2px;
    font-weight: bold;
    width: 12px;
    text-align: center;
}

.out-stock {
    background: #e0e0e0;
    border-radius: 5px;
    color: #7e7e7e;
    font-size: 23px;
    float: left;
    height: 30px;
    margin: 3px 0;
    padding: 5px 5px 5px 7px
}

.out-stock i.fa {
    float: left;
    padding: 4px 5px 0 0;
}

.out-stock span {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.out-stock:hover {
    color: #990000;
}

input#product-quantity {
    border: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 17px;
    padding: 12px 0 11px 0;
    text-align: center;
    width: 15%;
}

a#buy-now {
    background: #e0e0e0;
    border-radius: 5px;
    color: #343740;
    font-size: 23px;
    float: left;
    height: 30px;
    margin: 3px 0;
    padding: 5px 5px 5px 7px;
    position: absolute;
    /**
      background-color: #343740;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      font-size: 17px;
      width: 85%;
      **/
}

a#buy-now:hover {
    color: #5da2bf;
}

a#buy-now:active {

}

#technical-data {
    font-size: 13px;
    line-height: 1.5em;
}

#technical-data h3 {
    border-bottom: 1px solid #c2c2c2;
    margin: 0 0 5px;
    padding: 5px 0;
    text-align: center;
}

/** RELATED PRODUCT PLUGIN / PRODUCT ACCORDION ENTRY **/

div.product {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 5px 10px;
}

.store-item-upper {
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    height: 135px;
}

.sidebar .store-item-upper {
    background-color: #ededed;
    border: 1px solid #ccc;
    height: auto;
    text-align: center;
}

.product-thumb {
    float: left;
    height: 135px;
    max-height: 300px;
    max-width: 300px;
}

.sidebar .product-thumb {
    float: none;
    height: auto;
    margin: 0 auto;
}

.product-thumb img {
    max-height: 125px;
    padding: 5px 10px 5px 5px;
}

.sidebar .product-thumb img {
    max-height: 200px;
    padding: 10px 0;
}

.sidebar .product-name-box {
    height: auto;
    margin: 0;
    overflow: none;
    padding: 0 5px 10px;
    text-overflow: none;
}

.product-name-box {
    height: 80px;
    padding: 10px 5px 10px 0;
}

.product-link {
    font-family: "Noto Sans", "helvetica", "arial", "sans-serif";
    font-size: 16px;
    padding-bottom: 5px;
}

.sidebar .product-link p, .product-link p {
    display: inline;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.product-details {
    font-size: 12px;
    height: 20px;
    margin-left: 125px;
    padding: 10px 10px 0;
    text-align: right;
}

.product-details a {
    color: #63656e;
    border-bottom: 1px dotted;
}

.product-details a:hover {
    color: #5da2bf;
    border-bottom: 1px dotted;
}

.store-item-lower {
    background: #fff;
    height: 46px;
    width: 100% !important;
}

.product-retail {
    background-color: #343740;
    color: #fff;
    font-size: 18px;
    height: 100%;
    /**padding: 3px 6px 0;**/
}

.product-retail:hover {
    background-color: #4e515a;
}

.product-retail:active {
    background-color: #1b1e27;
}

.store-quantity {
    background-color: brown;
    box-sizing: border-box;
    border-radius: 0 0 0 5px;
    border-bottom: 1px solid brown;
    border-left: 1px solid brown;
    color: white;
    float: right;
    position: relative;
    padding: 0 3px;
    font-size: 14px;
    width: 1.5em;
    text-align: center;
    /* display: none; */
    /* width: 0px; */
    z-index: 10;
}

.store-price {
    float: left;
    margin-left: 5px;
    text-align: left;
    width: 90%;
}

.store-message {
    background-color: brown;
    border-radius: 0 7px 0 0;
    border-top: 1px solid #952626;
    border-right: 1px solid #952626;
    border-bottom: none;
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    padding: 3px 1em 1px 5px;
    position: relative;
    text-align: left;
}

.store-message.buyable, .store-message.holiday-sale {
    background-color: green;
    border-top: 1px solid #007000;
    border-right: 1px solid #007000;
}

.store-message.b2b-store, .store-message.preorder {
    background-color: #6db7d6;
    border-top: 1px solid #5da7c6;

    border-right: 1px solid #5da7c6;
}

.store-icon {
    color: white;
    font-size: 35px !important;
    float: right;
    position: relative;
    bottom: 0.5em;
    right: 12.5%;
}

.store-icon-out {
    color: white;
    font-size: 35px !important;
    float: right;
    position: relative;
    bottom: 0.5em;
    right: 10px;
}

.product-outofstock {
    background: #e0e0e0;
    border-radius: 5px;
    color: #7e7e7e;
    font-family: helvetica, arial, sans-serif;
    font-size: 20px;
    float: left;
    margin: 5px 0;
    padding: 3px 6px 3px 4px;
}

.product-outofstock span {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.product-outofstock i.fa {
    float: left;
    padding: 4px 5px 0 0;
}

a.product-outofstock:hover {
    color: #990000;
}

.product-addtocart {
    float: right;
    height: 30px;
    margin: -2px 16px -5px 7px;
    display: inline-block;
    right: 12px;
}

.product-addtocart-bar {
    background: #343740;
    cursor: pointer;
    height: 46px;
    width: 100%;
}

.product-addtocart-button {
    background: #343740;
}

.product-addtocart-button:hover {
    background: #ff0000;
}

.cart-contents {
    background: #63646e;
    border-radius: 0 0 5px 5px;
    color: #fff;
    display: block;
    float: left;
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    left: 25px;
    padding: 1px 5px;
    position: relative;
    z-index: 1;
}

.cart-contents span {
    text-shadow: 1px 1px #000, -1px -1px #000, -1px 1px #000, 1px -1px #000, 1px 1px 2px rgba(53, 53, 53, 1);
}

a svg:hover #stock-in {
    fill: #5da2bf;
}

a svg:hover #stock-out {
    fill: #990000;
}

a svg #shopping-cart {
    fill: #fff;
}

.product-status {
    float: right;
    height: 40px;
}

.product-status-name {
    float: right;
    padding: 12px 0;
}

/** END RELATED PRODUCT PLUGIN / PRODUCT ACCORDION ENTRY **/

span.key {
    clear: left;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
}

span.val {
    float: right;
}

h1.product-name {
    color: #343740;
    font-weight: 300;
    margin: 0;
    padding: .5em 0 .125em 0;
}

h1.product-name p {
    color: #343740;
    font-size: 26px;
    font-weight: 300;
    line-height: 38px;
    margin: 0;
    padding: .5em 0 .125em 0;
}

hr.product-hr {
    clear: both;
    color: #717379;
}

.product-fulfillment-partners {
    padding-top: 5px;
}

.product-fulfillment-partners img {
    float: left;
    width: 50%;
}

div.stats-container {
    border-bottom: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    clear: both;
    display: table;
    margin: 1em 0 0 0;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}

.stat {
    border-left: 1px solid #c2c2c2;
    box-sizing: border-box;
    color: #63656e;
    display: table-cell;
    font-family: "Noto Sans", "helvetica", "arial", "sans-serif";
    font-size: 16px;
    padding: 1em;
}

.stat:first-child {
    border-left: none;
}

.stat img {
    margin: 0 .5em;
    max-width: 50px;
    vertical-align: middle;
    width: 40%;
}

.stat span {
    vertical-align: sub;
}

.cardsleeve-container {
    background-color: #0b4d84;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.cardsleeve-container a {
    color: #fff;
}

.cardsleeve-container a:hover {
    text-decoration: underline;
}

.cardsleeve-boxes {
    padding-top: 10px;
}

.cardsleeve-label {
    font-weight: normal;
    padding: 10px;
    text-transform: uppercase;
}

.cardsleeve-label span {
    color: #ffffff;
}

.sleeve {
    border-radius: 7px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    height: 30px;
    margin: 0 7px 5px 0;
    padding: 2px 0 0 0;
    text-align: center;
    width: 30px;
}

.red {
    background-color: #be5c5f;
    border: 1px solid #a21d21;
}
div.sleeve.red:hover {
  background-color: #d87679;
  border-color: #bc373b;
}
div.sleeve.red:active {
  background-color: #a54346;
  border-color: #890408;
}

.orange {
    background-color: #feb25a;
    border: 1px solid #f7931e;
}
div.sleeve.orange:hover {
  background-color: #ffcc74;
  border-color: #ffad38;
}
div.sleeve.orange:active {
  background-color: #e59941;
  border-color: #de7a05;
}

.yellow {
    background-color: #ffed92;
    border: 1px solid #f4dd68;
}
div.sleeve.yellow:hover {
  background-color: #fffa9f;
  border-color: #ffea75;
}
div.sleeve.yellow:active {
  background-color: #f2e085;
  border-color: #e7d05b;
}

.green {
    background-color: #a4d78e;
    border: 1px solid #8ac86f;
}
div.sleeve.green:hover {
  background-color: #bef1a8;
  border-color: #a4e289;
}
div.sleeve.green:active {
  background-color: #8bbe75;
  border-color: #71af56;
}

.blue {
    background-color: #62c7ed;
    border: 1px solid #00aeef;
}
div.sleeve.blue:hover {
  background-color: #7ce1ff;
  border-color: #1ac8ff;
}
div.sleeve.blue:active {
  background-color: #49aed4;
  border-color: #0095d6;
}

.purple {
    background-color: #b191cb;
    border: 1px solid #8860a8;
}
div.sleeve.purple:hover {
  background-color: #cbabe5;
  border-color: #a27ac2;
}
div.sleeve.purple:active {
  background-color: #9878b2;
  border-color: #6f478f;
}

.gray {
    background-color: #cbcccd;
    border: 1px solid #b8bbbd;
}
div.sleeve.gray:hover {
  background-color: #e5e6e7;
  border-color: #d2d5d7;
}
div.sleeve.gray:active {
  background-color: #b2b3b4;
  border-color: #9fa2a4;
}

/*
 * Support items
 *
 */

a.support-item {
    display: block;
    font-size: 18px;
    padding: .75em;
}

a.support-item:hover {
    text-decoration: none;
    background-color: #d5d5d5;
}

a.support-item:active {
    background-color: #bebebe;
}

div.support-item-container span {
    display: block;
}

span.subtitle {
    font-size: 14px;
    font-style: italic;
}

span.date {
    font-size: 12px;
}

span.file-size {
    float: right;
    font-size: 16px;
    position: relative;
    top: .5em;
}

/*
 * Recent Products
 *
 */

ul.recent-products {
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 10px;
    padding: 0 10px;
}

ul.recent-products li {
    border-bottom: 1px dashed #ccc;
}

ul.recent-products img {
    max-height: 40px;
    max-width: 40px;
    float: left;
    margin: 0 .5em .5em 0;
}

ul.recent-products p {
    clear: right;
    margin: 0;
}

ul.recent-products .date {
    font-size: 10px;
}

ul.recent-products a {
    display: block;
    padding-top: 10px;
    position: relative;
    text-decoration: none;
}

ul.recent-products a:hover {
    text-decoration: none;
}

ul.recent-products a:active {
    background-color: #bebebe;
}

/*
 * Upcoming
 *
 */

#upcoming-container {
    margin-bottom: 75px;
}

.upcoming-item {
    border-bottom: 1px solid #093156;
    position: relative;
}

.upcoming-item:first-child {
    border-top: 1px solid #343740;
}

.upcoming-upper:after,
.upcoming-item:after {
    content:'';
    display: table;
    clear: both;
}

.upcoming-upper {
    padding: 10px 10px 20px;
}

.upcoming-lower {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.upcoming-item .color {
    border-radius: 10px 0 0 0;
    float: right;
    height: 40px;
    width: 100%;
}

.upcoming-thumb {
}

.upcoming-item img {
    float: left;
    max-height: 125px;
    margin-right: 1em;
}

img.upcoming-status {
    padding: 10px 5px 10px 10px;
    height: 20px;
    margin: 0;
}

.status-info {
    box-sizing: border-box;
    display: block;
    float: left;
    height: 100%;
    margin: 0;
    padding: .75em 0 .75em 5px;

}

.status-info:hover {
    text-decoration: none;
    background-color: #343740;
}

.status-info:active {
    background-color: #bebebe;
}

div.spacer {
    background-color: #ffffff;
    float: left;
    height: 34px;
    width: 60%;
}

span.product, span.collection {
    display: block;
    margin-bottom: 5px;
}

span.product {
    font-size: 18px;
}

span.status {
    font-family: "Noto Sans", "helvetica", "arial", "sans-serif";
    font-size: 14px;
    height: 20px;
    padding: 0 4px;
    vertical-align: middle;
}

.upcoming-status-text {
    color: #343740;
    float: right;
    padding: 12px 0;
}

.upcoming-status {
    color: #fff;
    float: left;
    padding: 10px 5px;
}

span.collection {
    font-size: 14px;
}

span.expected-by {
    font-size: 12px;
}

span.last-updated {
    font-size: 12px;
}

span.reprint {
    color: #b70000;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

a.preorder {
  color: #00b700;
  cursor: pointer;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}

a.preorder:hover {
  color: #00cd00;
}

select.upcoming-category {
    width: 20%;
}

select.upcoming-status {
    width: 15%;
}

select.upcoming-desc {
    width: 8%;
}

/*
 * More
 *
 */

div.npm-container {
    height: 100%;
    padding-top: 30px;
}

li.npm-list {
    display: inline;
    list-style-type: none;
    padding-right: 10px;
}

div.npm-list {
    float: left;
    margin: 10px 5px;
    width: 32.235%;
}

.npm-img {
    width: 100%;
}

.npm-text {
    background-color: #093156;
    color: #fff;
    font-family: "Noto Sans", "helvetica", "arial", "sans-serif";
    padding: 10px;
    text-align: left;
}

.npm-text a {
    color: #fff;
}

.npm-text a:hover {
    color: #fff;
    text-decoration: underline;
}

.corner-flair {
    width: 0px;
    height: 0px;
    border-top: 20px solid rgb(237, 237, 237);
    border-left: 20px solid transparent;
    margin: 4px 4px 0px 0px;
    float: right;
}

/*
 * Wrapped Video styles
 *
 */

img.frame {
    display: block;
    position: absolute;
    z-index: 0;
}

iframe.video {
    position: absolute;
    z-index: 10;
}

/*
 * Embedded blog post styles
 *
 */

div.embedded-blog-post {
    box-sizing: border-box;
    font-size: 14px;
    padding: 0;
}

div.embedded-blog-post h2 {
    margin: 0;
}

div.blog-post-preview {
    height: 100px;
    overflow: hidden;
}

/*
 * Add to cart
 *
 */

a.add-cart {
    cursor: pointer;
}

div.modal {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(237, 237, 237, 0.90);
    z-index: 1000;
}

div.modal span {
    font-size: 17px;
}

div.modal a {
    display: inline-block;
    margin-top: 10px;
}

div.modal > div {
    /*
     * For centering a position: fixed; element, see
     * http://stackoverflow.com/questions/2005954/
     */
    box-shadow: 5px 5px 5px 0 rgba(75, 75, 75, .5);
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    max-width: 100%;
    padding: 1em;
    position: fixed;
    text-align: center;
    top: 40%;
    width: 500px;
}

div.modal div.success {
    color: #468847;
    background-color: #dff0d8;
    border: 2px solid #d6e9c6;
}

div.modal div.choice {
    color: #b98847;
    background-color: #f2f0da;
    border: 2px solid #eee9cf;
}

div.modal div.choice article {
    float: left;
    width: 49%;
}

div.modal div.choice article button {
    background-color: #000000;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    height: 88px;
    width: 100%;
}

div.modal div.choice article a {
    box-sizing: border-box;
    margin: 0;
    padding: 0 2px;
    width: 50%;
}

div.modal div.error, div.modal div.failure {
    color: #b94a48;
    background-color: #f2dede;
    border: 2px solid #eed3d7;
}

#cart-link .fa.fa-shopping-cart {
    letter-spacing: 5px;
}

#cart-link span {
    font-family: helvetica, arial, sans-serif;
    letter-spacing: normal;
}

/*
 * Other stuff
 *
 */

.centered-vertically {
    display: block;
    position: relative;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.page {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
}

.navbar-left {
    padding-top: 2em;
    float: left;
    font-variant: small-caps;
}

.navbar-right {
    float: right;
    padding-top: 15px;
}

#header img {
    height: 100%;
    margin: 0 auto;
}

#header p {
    color: #FFF;
    font-size: medium;
    margin: 0px;
    padding: 11px;
}

.main-split {
    height: 100%
}

.main-full {
    height: 100%
}

.sidebar {
    float: left;
    width: 120px;
}

.sidebar a {

    /**
    display: block;
    color: #FFF;
    background-color: #353640;
    width: 110px;
    **/
    padding: 5px 0;
    text-decoration: none;

}

.sidebar a:hover {
    color: #5da2bf;
}

.active a {
    background-color: #e6e6e6;
    color: #000;
    display: block;
    font-weight: bold;
}

#sub-active a {
    font-weight: bold;
    color: #92ccfd;
    display: block;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar li {
    text-align: right;

}

.sidebar li + li {

}

.sidebar h4 {
    margin: 7px 0
}

.sidebar p {
    display: block;
    font-size: small;
    padding: 0 0 5px 0;
    margin: auto;
}

.sidebar-bg {
    background: #353640;
    color: #FFF;
}

.content-full {
    background-color: #e6e6e6;
    float: right;
    min-height: 800px;
    width: 960px;
}

/* About */

.layout img {
    margin: 300px 0px 0px 470px;
    position: fixed;
}

.slider-ref {
    background-color: #00509f;
    color: #FFF;
    display: block;
    float: left;
    position: fixed;
    padding-top: 0;
    height: 20px;
    padding: 5px 10px;
    margin-top: 390px;
}

.slider-ref a {
    font-style: italic;
    text-decoration: underline;
}

#footer p {
    font-size: x-small;
    padding: 10px;
}

/* SVG Logo Image */
.svg-logo-text:hover {
    fill: #5da2bf;

}

/* Collection */

.collection-header {
    background-color: #e0e0e0;
    cursor: pointer;
    font-weight: 300;
    margin: 5px 0;
    padding: 15px;
}

h1.collection-header .fa {
    padding-top: 5px;
}

h2.collection-header .fa {
    padding-top: 3px;
}

/* Generic Minisite */

.text-accordion-content {
    padding: 0 25px;
}

h1.section-plugin {
    border-bottom: 1px solid #343740;
    color: #343740;
    padding: 5px 0;
}

/* Showcase section */

#showcase-page-section {
    background-color: #343740;
    border: 1px solid #000;
    color: #FFF;
    margin-bottom: 10px;
    padding: 7px;
}

#showcase-page-section a {
    color: #fff;
}

/* Gallery */
.gallery-container {
    height: 200px;
    overflow: hidden;
}

.gallery-thumb {
    display: inline;
    max-width: 33%;
    max-height: 200px;
}

/* PRODUCTS CATALOG */
.display-toggle {
    float: right;
    font-size: 20px;
    padding: 10px 20px 0;
}

.display-toggle a {
    color: #ccc;
}

.display-toggle a.active {
    color: #093156;
}

/* Collection page social icons */

.social-icons-container {
    background: #343740;
    padding: 10px 0;
}

.social-icons-container .hashtag {
    color: #fff;
    float: none;
}

.social-icons-graphics {
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
}

.social-icons-graphics div {
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 0 3px;
}

.social-icons-graphics a {
    color: #343740;
    padding: 0 5px;
}

/* Approval status display */

.cms_toolbar-item-text {
    padding: 2px 10px 2px 15px;
}

.cms_toolbar-item-text i.fa {
    padding: .33em .75em 0 0;
}

/*
 * Basket
 *
 */

/*
 * BugHerd
 *
 */

div#send-feedback {
    background-color: #ededed;
    border-left: 1px solid #343740;
    border-top: 1px solid #343740;
    border-top-left-radius: 5px;
    color: #343740;
    cursor: pointer;
    float: right;
    padding: .5em;
    position: relative;
    bottom: initial;
    right: initial;
}

div#send-feedback:hover {
    background-color: #ffffff;
}

div#send-feedback:active {
    background-color: #d5d5d5;
}

/*
 * Individual Product Listings
 *
 */

.blog-content .prodlist a {
    text-decoration: underline;
}

.prodlist-container:first-child {
    border-top: 1px solid #ccc;
}

.blog-content .prodlist p, .blog-content .prodlist li {
    font-size: 13px;
    line-height: 20px;
}

.blog-content .prodlist p, .blog-content .prodlist h1 {
    padding: 0 20px;
}

.blog-content .prodlist h1 {
    margin-top: 0;
}

.blog-content .prodlist .flavortext {
    padding: 0 40px;
}

.prodlist {
    border-bottom: 1px solid #ccc;
    clear: both;
    padding: 20px 0;
}

.prodlist-img {
    float: left;
    width: 25%;
}

div.blog-content .prodlist-img img {

    max-width: 100%;
    vertical-align: top;
}

.prodlist-desc {
    float: left;
    width: 75%;
}

/*
 * Individual Product Listings
 *
 */

.blog-content .prodlist a {
  text-decoration: underline;
}

.prodlist-container:first-child {
  border-top: 1px solid #ccc;
}

.blog-content .prodlist p, .blog-content .prodlist li {
  font-size: 12px;
  line-height: 20px;
}

.blog-content .prodlist p, .blog-content .prodlist h1 {
  padding: 0 20px;
}

.blog-content .prodlist h1 {
  margin-top: 0;
}

.prodlist {
  border-bottom: 1px solid #ccc;
  clear: both;
  padding: 20px 0;
}

.prodlist-img {
  float: left;
  width: 25%;
}

div.blog-content .prodlist-img img {
  
  max-width: 100%;
  vertical-align: top;
}

.prodlist-desc {
  float: left;
  width: 75%;
}

.arkhamcursor {
  cursor: url(https://images-cdn.fantasyflightgames.com/filer_public/27/73/277307a4-ae6f-4b4b-98e0-1d9d9c5e363e/arkham_cursor.png), zoom-in;
}

.preorder-button {
  display: block;
  background: #5da2bf;
  color: #ffffff;
  font-size: 16px;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}

a.preorder-button:hover {
    color: #ffffff;
    opacity: .9;
}

#upcoming .preorder-button {
    display: inline-block;
    margin-top: 20px;
}


