body {
    font-family: helrom, Helvetica, Arial, sans-serif;
    font-size: 15px;
}

#article2018.container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
}

#article2018 .row {
    margin-bottom: 2rem;
}

#article2018 *, ::before, ::after {
    box-sizing: border-box !important;
}

#article2018 #pciLockup {
    margin-bottom: 1em;
}

    #article2018 #pciLockup img {
        width: 100px;
        left: -10px;
        top: 7px !important;
    }

#article2018 h1.title,
#article2018 #lockupText h1.title,
#article2018 #lockupTitle h1 {
    font-family: "Helvetica Now Text W05 Regular", sans-serif; 
    font-style: italic;
    font-size: 52px;
    font-weight: normal;
    margin: 0 0 4px 0;
}

#article2018 #lockupImage {
    float: left;
    padding: 0 1rem 0 0;
    margin-top: 6px;
}

    #article2018 #lockupImage.orange {
        margin-top: 14px;
    }

#article2018 h2,
#article2018 #lockupText h2 {
    font-family: "Helvetica Now Text W05 Regular",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #1d2135;
    margin: 0;
    letter-spacing: 0.1px;
}

#article2018 .container p {
    font-size: 18px;
}

#article2018 .container .credit {
    font-size: 0.7rem;
    font-style: italic;
    margin-top: 1rem;
}

.italic {
    font-style: italic;
}

@media screen and (max-width: 995px) {
    #article2018 section#section-get-started h3 span {
        display: none !important;
    }

    section#section-get-started h3 {
        text-align: left;
    }
}

#article2018 section#section-get-started h3 {
    display: inline-block;
    position: relative;
    width: 100%;
}

    #article2018 section#section-get-started h3 span:first-child {
        display: inline-block;
        top: 6px;
    }

    #article2018 section#section-get-started h3 span {
        display: inline-block;
        font-size: 29px;
        line-height: 33px;
        position: absolute;
        bottom: 6px;
        padding-left: 10px;
    }


/**/
/* Social Media Wrapper Override */
/**/
#article2018 section.socialWrapper,
#pr-content section.socialWrapper {
    margin-bottom: -2rem;
}

#article2018 .socialWrapper,
#pr-content .socialWrapper {
    text-align: right;
}

#article2018 #myPantone_SocialNetworkLikeButtons ul,
#pr-content #myPantone_SocialNetworkLikeButtons ul {
    margin: 20px auto;
    padding: 0;
}

#article2018 header > a,
#pr-content header > a {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

#article2018 header section.socialWrapper,
#pr-content header section.socialWrapper {
    display: block;
    position: relative;
    margin-top: 1em;
    margin-left: -100px;
}

#article2018 header .socialWrapper #myPantone_SocialNetworkLikeButtons ul,
#pr-content header .socialWrapper #myPantone_SocialNetworkLikeButtons ul {
    display: inline-block;
    margin: 0;
    height: auto;
}

#article2018 #myPantone_SocialNetworkLikeButtons ul li,
#pr-content #myPantone_SocialNetworkLikeButtons ul li {
    padding: 0px 2px;
    min-width: auto;
    max-width: 100%;
    line-height: 1 !important;
}

a.underline {
    text-decoration: underline;
}


/**/
/* FAQ */
/**/
#article2018 .container.faq .content {
    margin: 1rem 0 2rem 0;
}

#article2018 .container.faq h1 {
    color: #1d2135;
    font-size: 49px;
    font-family: helvcnlt, helvetica, arial, sans-serif !important;
    margin: 0 0 -10px 0;
    font-weight: normal;
    padding-top: 10px;
}

#article2018 .container.faq.magento h1 {
    padding-top: 0;
    margin: -20px 0 20px;
}

#article2018 .container.faq h3 {
    font-family: helvmd, helvetica, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: .5em 0 -0.25rem 0;
    padding: 0.75em 0 0 0;
    font-size: 18px;
    line-height: 22px;
}

    #article2018 .container.faq h3.question {
        color: #444;
        cursor: pointer;
        padding: 8px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        transition: 0.4s;
        margin-bottom: 0;
        text-indent: -24px;
        margin-left: 24px;
    }

        #article2018 .container.faq h3.question:hover {
            background-color: #eee;
        }

#article2018 .container.faq p.answer,
#article2018 .container.faq div.answer {
    display: none;
    padding: 4px 18px 4px 34px;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
}

#article2018 .container.faq p {
    font-size: 16px;
    margin-bottom: 0;
}

#article2018 .container.faq li {
    font-size: 16px;
}

#article2018 .container.faq.magento p,
#article2018 .container.faq.magento ul,
#article2018 .container.faq.magento ol,
#article2018 .container.faq.magento li {
    font-size: 16px;
    font-family: Helvetica, "Microsoft JhengHei", Arial, sans-serif !important;
}


/**/
/* PCI Sign Up Form */
/**/
#section-get-started {
    background-color: #323233;
    color: #c9dadc;
    padding: 20px;
    overflow: hidden;
}

section {
    text-align: justify;
    display: inline-block;
    -ms-zoom: 1;
    zoom: 1;
}

#section-get-started textarea {
    height: 127px;
    width: 90%;
}

#section-get-started .col.left {
    width: 80%;
}

.col.left, .col.right {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

#section-get-started > div > * {
    margin: 0;
    padding: 0;
}

#section-get-started h3 {
    font-family: helvcnlt;
    font-size: 60px;
}

.form-header {
    color: #c9dadc !important;
}

section p {
    font-size: 14px;
}

#section-get-started > div > table {
    border-collapse: collapse;
}

#table11 {
    width: 100%;
}

#section-get-started tr {
    width: 100%;
}

article {
    font-family: helvrom;
}

aside, article {
    text-align: left;
}

@media screen and (max-width: 995px) {
    #section-get-started input[type="text"],
    aside td.conTxt > select.ddlState,
    aside td.conTxt > select.ddlCountry,
    #section-get-started textarea {
        width: 98% !important;
    }
}

#section-get-started input[type="text"] {
    padding-left: .5em;
}

div.radio label {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    background-color: transparent;
    color: #c9dadc;
    margin: -4px 0 0 0;
    width: 75%;
}

div.radio > * {
    color: #d7d7d7 !important;
}

#article2018 .conTxt,
#article .conTxt > select {
    min-width: 200px;
    column-span: 1;
}

/td.conTxt > select.ddlCountry {
    width: 62%;
}

/td.conTxt > select {
    min-width: 100px;
}

.contact {
    -moz-transition: all .3s ease,opacity .3s ease-in-out .3s;
    -ms-transition: all .3s ease,opacity .3s ease-in-out .3s;
    -o-transition: all .3s ease,opacity .3s ease-in-out .3s;
    -webkit-transition: all .3s ease,opacity .3s ease-in-out .3s;
    transition: all .3s ease,opacity .3s ease-in-out .3s;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-zoom: 1;
    zoom: 1;
    height: 25px;
    font-family: helvrom;
    font-size: 15px;
    width: 90%;
    vertical-align: top;
    margin: 8px auto;
    background-color: #c9dadc;
}

.antispam {
    position: absolute;
    left: -99999px;
}

aside article#section-get-started {
    width: 285px;
}

.col {
    padding-left: 0;
}

#section-get-started > div > table {
    margin-left: 0;
}

#section-get-started textarea {
    min-width: 240px;
}

aside button#btnPCISubmit {
    width: 90%;
}


/* Product Container */
section {
    border-bottom: 0 !important;
}

div#prodContainer {
    max-width: 1200px;
    margin: auto;
}

    div#prodContainer div.sectionTitle {
        font-size: 20px;
        margin-top: 20px;
    }

    div#prodContainer .productItem.tile {
        vertical-align: top;
    }

.tile.productItem {
    width: 22%;
}

    .tile.productItem .image {
        width: 100%;
        height: 288px;
    }

        .tile.productItem .image img {
            max-width: 288px;
        }

        .tile.productItem .image img {
            width: 100% !important;
        }

    .tile.productItem #prodDescrip h4, .price {
        font-size: 14px;
    }

.productContainer h4 {
    width: 100% !important;
}

.tile.productItem #prodDescrip h4, .price {
    font-size: 14px;
}

.tile.productItem #prodDescrip .price {
    font-family: helvrom;
    font-weight: normal;
    margin-top: 15px;
}

@media only screen and (max-width: 995px) {
    .tile.productItem {
        width: 45%;
    }
}

div#prodContainer {
    max-width: 1200px;
    margin: auto;
}

    div#prodContainer article.banner img {
        width: 100%;
    }

        div#prodContainer article.banner img.mobile-banner {
            display: none;
        }

    div#prodContainer h1 {
        font-family: "Helvetica Now Text W05 Regular"; 
        font-style: italic;
        margin-bottom: 0;
        padding-bottom: 5px;
        font-size: 40px;
        color: #333;
        font-weight: bold;
    }

    div#prodContainer div.sectionTitle {
        font-size: 20px;
        margin-top: 20px;
    }

    div#prodContainer .priceCut {
        display: inline-block;
        font-size: 12px;
    }

        div#prodContainer .priceCut .hdrprice {
            border-right: 1px solid #666;
            margin-right: 5px;
            padding-right: 5px;
            margin-top: 5px;
            color: #C00;
            position: relative;
            text-transform: uppercase;
            font-family: "Helvetica Now Text W05 Regular",Helvetica, Arial,sans-serif;
            font-weight: bold !important;
        }

    div#prodContainer .productItem.tile {
        vertical-align: top;
    }

    div#prodContainer article.banner {
        height: auto;
        background-image: none;
    }

.tile.productItem .image img {
    width: 100% !important;
}

section {
    border-bottom: 0 !important;
}

.productContainer h4 {
    width: 100% !important;
}

.tile.productItem #prodDescrip h4, .price {
    font-size: 14px;
}

.tile.productItem {
    width: 22%;
}

    .tile.productItem .image {
        width: 100%;
        height: 288px;
    }

        .tile.productItem .image img {
            max-width: 288px;
        }

    .tile.productItem .ribbon-wrapper {
        top: 10px;
    }

    .tile.productItem #prodDescrip .price {
        font-family: helvrom;
        font-weight: normal;
        margin-top: 15px;
    }

@media only screen and (max-width : 1200px) {
    div#prodContainer div.sectionTitle {
        margin-left: 20px;
    }

    .tile.productItem .image img {
        width: 100%;
    }

    .tile.productItem .image {
        height: 288px;
    }

    section.productContainer {
        width: 98%;
        margin: auto;
        display: block;
    }

    div#prodContainer h1 {
        margin-left: 5px;
    }
}

@media only screen and (max-width : 995px) {
    .tile.productItem {
        width: 45%;
    }

        .tile.productItem .image {
            height: 360px;
        }
}

@media only screen and (max-width : 780px) {
    .tile.productItem .image {
        height: 320px;
    }
}

@media only screen and (max-width : 700px) {
    .tile.productItem .image {
        height: 290px;
    }

    div#prodContainer h1 {
        font-size: 30px;
    }

    div#prodContainer article.banner img.mobile-banner {
        display: block;
    }

    div#prodContainer article.banner img.desktop-banner {
        display: none;
    }

    .tile.productItem #prodDescrip h4, .price {
        font-size: 14px;
    }

    .tile.productItem #prodDescrip h4 {
        font-family: helvhv;
    }

    section.productContainer {
        width: 95%;
    }
}

@media only screen and (max-width : 600px) {
    .tile.productItem .image {
        height: 250px;
    }
}

@media only screen and (max-width : 500px) {
    .tile.productItem .image {
        height: 200px;
    }
}

@media only screen and (max-width : 450px) {
    .tile.productItem .image {
        height: 180px;
    }
}

@media only screen and (max-width : 350px) {
    .tile.productItem .image {
        height: 130px;
    }
}

/**/
/**/
/* Magento Specific */
/**/
/**/
.nav-container ul li p {
    margin-bottom: 0 !important;
}

@media all and (min-width: 1200px) {
    #article2018.magento.container,
    #article2018.magento .container {
        width: 1200px;
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

#article2018.magento #pciLockup {
    margin-left: -12px;
}

#article2018.magento #lockupText h1.title,
#article2018.magento #lockupTitle h1 {
    font-family: "Helvetica Now Text W05 Regular",Arial,sans-serif;
}

#article2018.magento #lockupText h2 {
    font-family: "Helvetica Now Text W05 Regular",sans-serif;
    letter-spacing: 0.25px;
}

#article2018.magento a {
    font-weight: normal;
    font-family: helvetica, Arial, sans-serif;
}

#article2018.magento #lockupText a,
#article2018.magento #lockupText p.date {
    color: #333;
    font-size: 14px;
}

#article2018.magento p {
    font-size: 16px;
    font-family: Helvetica,"Microsoft JhengHei",sans-serif !important;
}

#article2018.magento #pciLockup img {
    margin-top: -6px;
    margin-left: 12px;
}


/**/
/* Product Container */
/**/
#article2018.magento div.prod-container {
    margin-bottom: 2rem;
}

    #article2018.magento div.prod-container a {
        color: #333;
    }

    #article2018.magento div.prod-container div.prod-title {
        font-size: 16px;
        font-weight: 600;
    }

    #article2018.magento div.prod-container div.prod-price {
        font-size: 16px;
    }

        #article2018.magento div.prod-container div.prod-price span {
            font-size: 0.9em;
        }

#article2018.magento div.prod-cta, span.prod-cta {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 600;
    color: #604c8d;
}

#article2018.magento div.prod-container {
    width: 275px;
    padding-top: 20px;
    float: left;
    padding-right: 20px;
}

#article2018.magento h2.product-title {
    padding-top: 10px;
}

#article2018.magento span.price {
    margin-top: -10px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    #article2018.magento div.product {
        padding-left: 20px;
        padding-right: 30px;
        width: 87%;
    }
}

@media screen and (max-width: 725px) {
    #article2018.magento div.product {
        padding-left: 53px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #article2018.magento div.product {
        width: 98%;
    }
}

/* Override Silk CSS and Bootstrap. */
@media only screen and (max-width: 767px) {
    .header-mobile .brand-box .branding .logo img {
        height: auto !important;
    }

    span.date {
        display: none !important;
    }

    .page-title {
        display: none !important;
    }

    .top-shop a,
    .top-nav-pencil-banner a {
        color: #000;
    }

    .top-nav-pencil-banner a {
        font-size: 15px;
    }

    .cms-links li,
    .breadcrumbs li {
        font-size: 14px;
    }

    . top-nav-pencil-banner .wrapper p {
        font-size: 16px;
        margin-bottom: 0;
    }
}

span.date {
    display: none;
}

.page-title {
    display: none;
}

.top-shop a,
.top-nav-pencil-banner a {
    color: #000;
}

.top-nav-pencil-banner a {
    font-size: 14px;
}

.cms-links li,
.breadcrumbs li {
    font-size: 14px;
}

body.cms-page-view .footer a {
    font-size: 1.5rem;
}

div.header-container div.top-nav-pencil-banner {
    padding-bottom: 6px;
}


/**/
/* Ooyala */
/**/
.ooyala {
    width: 100% !important;
}

.oo-player-container .oo-start-screen .oo-start-screen-linear-gradient {
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.05) 80%) !important;
}

@media all and (min-width: 1200px) {
    .ooyala {
        height: 675px !important;
    }
}

@media all and (max-width: 1199px) {
    .ooyala {
        height: 590px !important;
    }
}

@media all and (max-width: 991px) {
    .ooyala {
        height: 500px !important;
    }
}

@media all and (max-width: 768px) {
    .ooyala {
        height: 385px !important;
    }
}

@media all and (max-width: 575px) {
    .ooyala {
        height: 280px !important;
    }
}

@media all and (max-width: 410px) {
    .ooyala {
        height: 195px !important;
    }
}

/**/
/**/
/* PR Content (News) */
/**/
#pr-content .pr-head .pr-head-h1 {
    font-size: 1.6em;
    font-weight: bold;
}

#pr-content .pr-head {
    text-align: center;
    margin: 1em 0 1em 0;
}

#pr-content .pr-main-content .pr-content-h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: .25em 0 -.4em 0;
    letter-spacing: 0px;
}

#pr-content.customContainer.magento p {
    font-family: Helvetica, Arial, sans-serif;
}

#pr-content.customContainer.magento sup {
    font-size: 8px;
    vertical-align: text-top;
    top: 4px;
}

#pr-content.customContainer.magento h2 {
    margin: 0;
}

#pr-content.customContainer.magento a:link {
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: underline;
    color: #333;
    font-weight: normal;
}

div.go-back {
    display: inline-block;
    width: 100%;
    margin: 0px 5px 20px;
    text-align: left;
}

div.swatchContainer {
    display: inline-block;
    margin: 10px 0px;
    width: 100%;
}

div.swatchOuter {
    float: left;
    height: 40px;
    width: 30px;
    vertical-align: top;
    border: 1px #aaa solid;
}

div.colorSquare {
    width: 100%;
    height: 85%;
}

div.swatchInfo {
    float: left;
    margin-left: 10px;
    width: 85%;
    font-weight: bold;
}

div.swatchDesc {
    float: left;
    margin-left: 10px;
    width: 85%;
}

#pr-content .pr-head {
    text-align: center;
    margin-top: 15px;
}

    #pr-content .pr-head .pr-head-h1 {
        font-size: 1.6em;
        font-weight: bold;
    }

#pr-content .pr-main-content .pr-content-h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: .25em 0 -.4em 0;
    letter-spacing: 0px;
}

.pr-img, .pr-main-content {
    display: inline-block;
    width: 100%;
    margin-top: 1em;
}

.pr-img {
    text-align: center;
}

#pr-content ul {
    padding: 10px 10px 0px 10px;
    line-height: 20px;
    margin: 0px;
}

.mainContent {
    width: 100%;
    max-width: 920px;
}

div.pr-content {
    width: 100%;
    margin: auto;
}

div #pr-content div.pr-head {
    text-align: center;
    margin: 1em 0 1em 0;
}

div#pr-content div.pr-main-content .bold, div#pr-content li {
    font-weight: normal;
    line-height: 1.25;
}

div#pr-content div.pr-main-content .boldItalic {
    font-weight: bold;
    font-style: italic;
}

div#pr-content div.pr-main-content .byline {
    font-size: .9em;
}

#pr-content.magento *, #pr-content.magento::after, #pr-content.magento::before {
    box-sizing: border-box;
}

#pr-content.magento .indentGroup {
    margin: 10px 0 20px 40px;
}

div #pr-content.magento div.pr-head {
    margin: -20px auto 10px;
    ;
}

#pr-content.magento .pr-content-h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: .25em 0 -.4em 0;
    letter-spacing: 0px;
}