html {
    font-size: 62.5%
}

body {
    background: #FFF;
    color: #6d6e71;
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3
}

a {
    color: #1C6383;
    text-decoration: none;
    line-height: inherit
}

    a:focus, a:hover {
        color: #6BA2B8;
        cursor: pointer;
        text-decoration: none
    }

        a:focus img, a:hover img {
            border: none
        }

    a.blackTxt {
        color: #444
    }

        a.blackTxt:hover {
            color: #6BA2B8
        }

    a.darkBlue {
        color: #00467f
    }

.blackTxt {
    color: #444
}

p {
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    margin: 10px 0
}

    p.clearP {
        line-height: 1;
        margin: 0
    }

address {
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #353535;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5
}

h1 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: .5px
}

h2 {
    font-size: 28px;
    font-size: 2.8rem;
    color: #444
}

h3 {
    font-size: 20px;
    font-size: 2rem
}

h4 {
    font-size: 20px;
    font-size: 2rem;
    color: #444
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Lato", sans-serif;
    font-weight: 700
}

h6 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    font-style: italic;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: italic
}

    h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
        padding: 0 0 15px 0;
        color: #6ba2b9;
        font-family: 'Arvo', sans-serif;
        font-size: 24px;
        font-size: 2.4rem
    }

hr {
    border: solid #ccc;
    border-width: 1px 0 0;
    clear: both;
    margin: 25px 0;
    height: 0
}

ul li, ul li ul li {
    list-style-type: disc
}

ol li, ol li ol li {
    list-style-type: decimal
}

.fa {
    margin-right: 5px
}

@media only screen and (max-width:1024px) {
    h1.footerMenuHeadline {
        line-height: 1.4
    }

    h2.subsiteName {
        font-size: 15px;
        font-size: 1.5rem
    }

    h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
        padding: 0 0 10px 0
    }
}

@media only screen and (max-width:768px) {
    h2.tabHeadline {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.7;
        margin-bottom: 0
    }

    body {
        font-size: 14px;
        font-size: 1.4rem
    }

    footer.pageFooter address p {
        font-size: 11px;
        font-size: 1.1rem
    }

    footer.pageFooter .copyright {
        padding: 10px !important;
        margin-left: -10px;
        margin-right: -10px
    }
}

@media only screen and (max-width:640px) {
    h1 {
        font-size: 24px;
        font-size: 2.4rem;
        margin-top: 10px
    }

    h2 {
        margin-bottom: 15px
    }

    h1.documentsH1 {
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: 25px
    }

    h1.ctaHeadline {
        font-size: 20px;
        font-size: 2rem
    }

    h2.alphaList {
        font-size: 16px;
        font-size: 1.6rem
    }

    h3.heroSubheadline {
        margin-bottom: 0
    }

    input, textarea {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media only screen and (max-width:320px) {
    h1.podTitle {
        font-size: 18px;
        font-size: 1.8rem
    }

    h3.heroSubheadline {
        font-size: 25px !important;
        font-size: 2.5rem !important
    }
}

.clearfix {
    *zoom: 1;
    clear: both
}

    .clearfix:after, .clearfix:before {
        content: " ";
        display: table
    }

    .clearfix:after {
        clear: both
    }

.hidden {
    display: none
}

ol.no-bullets, ol.no-bullets li, ul.no-bullets, ul.no-bullets li {
    list-style-type: none
}

.clear-ul, .clearUL {
    margin: 0;
    padding: 0
}

ul.inline-list > li, ul.list-inline > li {
    float: left
}

    ul.inline-list > li:last-child, ul.list-inline > li:last-child {
        margin-right: 0
    }

ol.padding-y-10 li, ul.padding-y-10 li {
    margin-bottom: 10px
}

    ol.padding-y-10 li:last-child, ul.padding-y-10 li:last-child {
        margin-bottom: 0
    }

ol.clearOL {
    margin: 0 0 0 20px
}

.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

    .videoContainer embed, .videoContainer iframe, .videoContainer object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.marginBottom15 {
    margin-bottom: 15px
}

.no-padding-right {
    padding-right: 0 !important
}

.left, .pull-left {
    float: left
}

.pull-right, .right {
    float: right
}

.left img, .pull-left img, img.left, img.pull-left {
    padding: 0 15px 10px 0
}

.pull-right img, .right img, img.right img.pull-right {
    padding: 0 0 15px 10px
}

.topPadding {
    margin-top: 40px
}

.required {
    color: #ff0000
}

.semiBold {
    font-weight: 600
}

.italicBold {
    font-weight: 700;
    font-style: italic
}

.vcard.semiBold {
    font-weight: 600
}

.notice {
    font-size: 15px;
    font-size: 1.5rem
}

.padding-top-15 {
    padding-top: 15px
}

.padding-bottom-15 {
    padding-bottom: 15px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-left-60 {
    padding-left: 60px
}

.padding-right-60 {
    padding-right: 60px
}

.noMargin-bottom {
    margin-bottom: 0
}

.highlight, .notification {
    color: #FF4F4F;
    font-weight: 600
}

.error {
    color: #FF0000
}

.CustLogon {
    color: #000000
}

.sectionLogo {
    display: block;
    margin: 0 auto 50px auto
}

.introText {
    margin: 30px 0;
    font-size: 19px;
    font-size: 1.9rem;
    font-family: 'Lato', sans-serif;
    color: #6d6e71;
    line-height: 1.5
}

.boxOutline {
    border: 2px solid #bbbbbb;
    padding: 15px;
    margin: 30px 0 50px 0;
    position: relative
}

.stitches {
    border: 2px dashed #66686a
}

.rounded {
    border-radius: 5px
}

figure.boxOutline {
    margin: 0 0 40px 0;
    border: 1px solid #66686a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px
}

figure figcaption {
    padding: 10px 0
}

.sectionTitle {
    text-align: center;
    color: #FFF;
    background: #6ba2b8;
    border-radius: 5px;
    padding: 5px 3px;
    width: 99.5%;
    margin: 0 auto 40px auto;
    font-family: 'Arvo', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 3px
}

    .sectionTitle.noMargin-bottom {
        margin: 0 auto
    }

.quiltingBG {
    background: url(/images/quilting_contentBG_noStitches.png) repeat;
    background-size: contain
}

    .quiltingBG.noMargin {
        margin-left: -30px
    }

.quiltingBG-padding {
    padding: 30px
}

.padding-30 {
    padding: 30px
}

.whiteBG {
    background: #FFF
}

.whiteBG-padding {
    padding: 20px
}

.whiteBG-margin {
    margin-left: 25px
}

.center {
    text-align: center
}

.dividerDashed {
    margin: 20px 30px
}

.sectionContent {
    padding: 0 50px 30px 50px
}

    .sectionContent.paddingSm {
        padding: 15px 20px 60px 65px
    }

@media (max-width:1200px) {
    .quiltingBG.noMargin {
        margin-left: -10px
    }
}

@media (max-width:1024px) {
    .medium-no-padding {
        padding: 0 !important
    }

    .left img, .pull-left img, img.left, img.pull-left {
        padding: 0 10px 0px 0
    }

    .medium-full-width {
        width: 100%
    }

    .medium-margin-bottom-10 {
        margin-bottom: 10px
    }

    .sectionTitle {
        width: 100%;
        margin: 0 auto 25px auto
    }

    .sectionContent {
        padding: 0 25px 25px 25px
    }

        .sectionContent.paddingSm {
            padding: 15px 15px 30px 15px
        }

    .quiltingBG.noMargin {
        margin-left: -10px
    }

    .quiltingBG-padding {
        padding: 15px
    }
}

@media (max-width:640px) {
    .mobile-no-padding {
        padding: 0 !important
    }

    .mobile-no-pull {
        float: none;
        width: 100%
    }

        .mobile-no-pull .left img, .mobile-no-pull .pull-left img, .mobile-no-pull .pull-right img, .mobile-no-pull .right img, .mobile-no-pull img.left, .mobile-no-pull img.pull-left, .mobile-no-pull img.pull-right, .mobile-no-pull img.right {
            float: none;
            width: 100%;
            margin: 0 0 5px 0
        }

    .mobile-padding-x {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .mobile-padding-y {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .mobile-padding-right {
        padding-right: 10px !important
    }

    .mobile-semibold {
        font-weight: 600
    }

    .mobile-16px {
        font-size: 16px;
        font-size: 1.6rem
    }

    .mobile-no-padding-top {
        padding-top: 0
    }

    .mobile-margin-bottom-10 {
        margin-bottom: 10px
    }

    .mobile-padding-bottom-10 {
        padding-bottom: 10px
    }

    .padding-top-15 {
        padding-top: 10px
    }

    .margin-top-15 {
        margin-top: 15px
    }

    .mobile-full-width {
        width: 100%
    }

    .introText {
        margin: 0 10px 10px 10px;
        font-size: 16px;
        font-size: 1.6rem
    }

    .dividerDashed {
        margin: 0
    }

    .quiltingBG-padding {
        padding: 10px
    }

    .sectionContent {
        padding: 0 10px 25px 10px
    }

    .whiteBG-margin {
        margin-left: 10px
    }
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

script {
    display: none !important
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

    a:focus {
        outline: thin dotted
    }

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

select {
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -webkit-transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
    transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
    -o-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

embed, img, object {
    max-width: 100%;
    height: auto
}

embed, object {
    height: 100%
}

img {
    -ms-interpolation-mode: bicubic
}

.left {
    float: left
}

.right {
    float: right
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

em, i {
    font-style: italic;
    line-height: inherit
}

b, strong {
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

dl, ol, ul {
    margin-bottom: 12.5px;
    list-style-position: outside;
    font-family: inherit
}

ol, ul {
    margin-left: 21px;
    padding: 0
}

    ul li ol, ul li ul {
        margin-left: 30px;
        margin-bottom: 0;
        margin-top: 10px
    }

    ul.no-bullet {
        list-style: none
    }

ol {
    margin-left: 14px
}

    ol li ol, ol li ul {
        margin-left: 30px;
        margin-bottom: 10px;
        margin-top: 10px
    }

dl dt {
    margin-bottom: 3px;
    font-weight: 600
}

dl dd {
    margin-bottom: 7.5px
}

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222222;
    border-bottom: 1px dotted #dddddd;
    cursor: help
}

abbr {
    text-transform: none
}

blockquote {
    margin: 0 0 12.5px;
    padding: 5.625px 12.5px 0 11.875px;
    border-left: 1px solid #dddddd
}

    blockquote cite {
        display: block;
        font-size: 8.125px;
        color: #633c9a
    }

        blockquote cite:before {
            content: "\2014 \0020"
        }

        blockquote cite a, blockquote cite a:visited {
            color: #633c9a
        }

    blockquote, blockquote p {
        line-height: 1.6;
        color: #222
    }

.clearfix {
    *zoom: 1;
    clear: both
}

    .clearfix:after, .clearfix:before {
        content: " ";
        display: table
    }

    .clearfix:after {
        clear: both
    }

.hidden, .hide {
    display: none
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: auto;
    max-width: 100%
}

input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    -webkit-appearance: none;
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    font-size: 1.6rem;
    padding: 8px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -webkit-transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
    transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
    -o-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s
}

    input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
        -webkit-box-shadow: 0 0 5px #999999;
        -moz-box-shadow: 0 0 5px #999999;
        box-shadow: 0 0 5px #999999;
        border-color: #999999
    }

    input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
        background: #fafafa;
        border-color: #999999;
        outline: none
    }

    input[type=date][disabled], input[type=datetime][disabled], input[type=datetime-local][disabled], input[type=email][disabled], input[type=month][disabled], input[type=number][disabled], input[type=password][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=text][disabled], input[type=time][disabled], input[type=url][disabled], input[type=week][disabled], textarea[disabled] {
        background-color: #dddddd
    }

    input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=email].radius, input[type=month].radius, input[type=number].radius, input[type=password].radius, input[type=search].radius, input[type=tel].radius, input[type=text].radius, input[type=time].radius, input[type=url].radius, input[type=week].radius, textarea.radius {
        -webkit-border-radius: 0px;
        border-radius: 0px
    }

select {
    height: auto;
    padding: 3.5px 0
}

input[type=checkbox], input[type=file], input[type=radio], select {
    margin: 0 0 5px 0
}

    input[type=checkbox] + label, input[type=radio] + label {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: baseline;
        position: relative;
        top: -1px
    }

input[type=file] {
    width: 100%
}

input[type=password] {
    letter-spacing: 1px
}

fieldset {
    border: solid 1px #dddddd;
    padding: 0;
    margin: 0 0 5px 0
}

    fieldset legend {
        font-weight: 600;
        background: white;
        padding: 0 1.875px;
        margin: 0;
        margin-left: -1.875px
    }

.row {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto
}

.rightCol {
    padding-left: 30px
}

.large-1 {
    width: 8.33333%
}

.large-2 {
    width: 16.66667%
}

.large-3 {
    width: 25%
}

.large-4 {
    width: 33.33333%
}

.large-5 {
    width: 41.66667%
}

.large-6 {
    width: 50%
}

.large-7 {
    width: 58.33333%
}

.large-8 {
    width: 66.66667%
}

.large-9 {
    width: 75%
}

.large-10 {
    width: 83.33333%
}

.large-11 {
    width: 91.66667%
}

.large-12 {
    width: 100%
}

.offset-1 {
    margin-left: 40px
}

.column, .columns {
    float: left;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .column:last-child, .columns:last-child {
        padding-right: 0
    }

ul.block-grid-3 li {
    width: 33%
}

ul.block-grid-4 li {
    width: 25%
}

.show-for-small-only, .show-on-small-only {
    display: none
}

.swapCols {
    float: left
}

    .swapCols .mainPageContent, .swapCols .middleCol {
        float: right
    }

    .swapCols .sidebarLeft {
        padding-right: 30px
    }

@media only screen and (max-width:1200px) {
    .mainPageContent {
        padding: 0 10px
    }

    .sidebarRight, .sidebarRight.column:last-child, .sidebarRight.columns:last-child {
        padding-right: 10px
    }

    .column:last-child, .columns:last-child {
        padding: 0 10px
    }
}

@media only screen and (max-width:1024px) {
    .medium-1 {
        width: 8.33333%
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-3 {
        width: 25%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-6 {
        width: 50%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-9 {
        width: 75%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-12 {
        width: 100%
    }

        .medium-12.column, .medium-12.columns {
            float: none
        }

    .column, .columns {
        padding: 0 10px
    }

    .swapCols .sidebarLeft {
        padding-right: 10px
    }

    .no-padding-left-medium {
        padding-left: 0
    }

    .medium-no-padding-x {
        padding-left: 0;
        padding-right: 0
    }

    .medium-no-padding-left {
        padding-left: 0
    }

    .medium-no-padding-right {
        padding-right: 0
    }
}

@media only screen and (max-width:640px) {
    .small-1 {
        width: 8.33333%
    }

    .small-2 {
        width: 16.66667%
    }

    .small-3 {
        width: 25%
    }

    .small-4 {
        width: 33.33333%
    }

    .small-5 {
        width: 41.66667%
    }

    .small-6 {
        width: 50%
    }

    .small-7 {
        width: 58.33333%
    }

    .small-8 {
        width: 66.66667%
    }

    .small-9 {
        width: 75%
    }

    .small-10 {
        width: 83.33333%
    }

    .small-11 {
        width: 91.66667%
    }

    .small-12 {
        width: 100%
    }

        .small-12.column, .small-12.columns {
            float: none;
            margin-bottom: 10px;
            clear: both
        }

    .column:last-child, .columns:last-child {
        padding: 0
    }

    .show-for-medium-down, .show-for-small-only, .show-on-small-only {
        display: block
    }

    .hide-for-small-only, .hide-on-mobile, .hide-on-small, .hide-on-small-only {
        display: none !important
    }

    .column, .columns {
        padding: 0;
        margin: 0
    }

    .mobile-padding {
        padding: 0 10px
    }

    .mobile-no-padding-x {
        padding-left: 0;
        padding-right: 0
    }

    .mobile-no-padding-left {
        padding-left: 0
    }

    .mobile-no-padding-right {
        padding-right: 0
    }

    .mainContent {
        padding: 0 10px;
        height: auto !important
    }
}

header {
    padding: 10px 0 0 0;
    position: relative
}

    header .logoRow {
        padding: 20px 0;
        position: relative;
        text-align: left
    }

    header .logo {
        display: inline-block;
        margin: 0 0 0 35px;
        border-radius: 20px
    }

        header .logo span {
            text-indent: -9999px;
            display: block;
            height: 0
        }

    header .socialIcons {
        position: absolute;
        right: 0;
        top: 18px
    }

    header .headerBG {
        background: url(/images/headerBG_quilting.jpg) no-repeat left;
        background-size: cover
    }

@media (max-width:1200px) {
    header .logo {
        float: none
    }

    header .socialIcons {
        right: 10px
    }
}

@media (max-width:1024px) {
    header .socialIcons {
        position: relative;
        float: right;
        top: 10px;
        padding: 10px
    }
}

@media (max-width:900px) {
    header .logoRow {
        background: none
    }

    header .logo {
        margin-left: 10px
    }

    header .socialIcons {
        float: none;
        top: 10px;
        left: 10px;
        padding: 10px;
        margin-bottom: 20px
    }
}

@media (max-width:640px) {
    header .logoRow {
        padding: 0 10px
    }

    header .socialIcons {
        position: relative;
        right: 0;
        left: 0;
        top: 10px;
        padding: 10px;
        clear: both
    }

    header .logo {
        float: right;
        width: 75%;
        margin-top: 15px
    }

        header .logo img {
            float: right
        }
}

footer {
    border-top: 6px solid #4e4e53
}

    footer.homepageFooter {
        margin-top: 30px
    }

        footer.homepageFooter .footerBG {
            height: auto
        }

    footer .footerBG {
        background: url(../images/wallpaper.jpg) repeat;
        min-height: 50px;
        background-size: cover
    }

    footer .copyrightRow {
        padding: 15px 0;
        background: #4e4e53;
        color: #FFF
    }

        footer .copyrightRow .copyright {
            color: #FFF;
            text-align: left;
            font-size: 11px;
            font-size: 1.1rem;
            font-family: 'Montserrat', sans-serif
        }

            footer .copyrightRow .copyright a {
                color: #A96807
            }

                footer .copyrightRow .copyright a:hover {
                    color: #D2A563
                }

    footer .disclaimer {
        font-family: 'Arvo', sans-serif;
        font-size: 13px;
        font-size: 1.3rem;
        color: #FFF;
        text-align: right
    }

    footer .newsPreview {
        border: 3px solid #66686a;
        padding: 15px;
        margin: -20px 0 30px 100px;
        background: #FFF;
        display: inline-block;
        width: 330px;
        color: #56565a;
        font-size: 12px;
        font-size: 1.2rem
    }

        footer .newsPreview a {
            color: #56565a
        }

            footer .newsPreview a:hover {
                color: #6BA2B8
            }

        footer .newsPreview h1 {
            display: inline-block;
            float: left;
            font-family: 'Lato', sans-serif;
            font-size: 25px;
            font-size: 2.5rem;
            color: #56565a;
            letter-spacing: 7px
        }

        footer .newsPreview .icons {
            float: right
        }

            footer .newsPreview .icons li {
                padding: 5px;
                font-size: 23px;
                font-size: 2.3rem
            }

                footer .newsPreview .icons li:hover {
                    background: #56565a
                }

                    footer .newsPreview .icons li:hover a {
                        color: #d3ead7
                    }

        footer .newsPreview .post {
            margin-bottom: 20px
        }

            footer .newsPreview .post:after {
                content: '--------';
                color: #56565a;
                font-size: 12px;
                font-size: 1.2rem;
                padding-top: 10px;
                margin-bottom: 20px
            }

            footer .newsPreview .post:last-child:after {
                display: none
            }

        footer .newsPreview .joinList {
            text-align: center
        }

            footer .newsPreview .joinList a {
                color: #56565a;
                font-size: 11px;
                font-size: 1.1rem;
                font-family: 'Montserrat', sans-serif
            }

                footer .newsPreview .joinList a:hover {
                    color: #6BA2B8
                }

@media (max-width:640px) {
    footer .footerBG {
        padding: 0 10px
    }

    footer .newsPreview {
        margin: -20px 0 30px 0;
        width: 100%
    }

    footer .copyrightRow {
        padding: 15px 10px 5px 10px
    }

    footer .disclaimer {
        text-align: left
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px)
    }

    .owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.utilityNav {
    background: #a5dae7;
    padding: 5px 0;
    font-family: 'Lato', sans-serif
}

    .utilityNav .employeeOwned {
        color: #56565a;
        float: left;
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 1px
    }

    .utilityNav .utilityLinks {
        float: right
    }

        .utilityNav .utilityLinks ul {
            margin: 0
        }

        .utilityNav .utilityLinks li {
            list-style-type: none;
            display: inline-block;
            color: #ccc
        }

            .utilityNav .utilityLinks li a {
                color: #717272;
                font-size: 14px;
                font-size: 1.4rem
            }

                .utilityNav .utilityLinks li a:hover {
                    color: #000
                }

            .utilityNav .utilityLinks li:after {
                content: '|';
                padding-left: 5px;
                margin-right: 10px;
                color: #717272
            }

            .utilityNav .utilityLinks li:last-child:after {
                display: none
            }

    .utilityNav.B2B {
        background: #6ba2b8
    }

        .utilityNav.B2B .employeeOwned {
            color: #FFF;
            font-family: 'Arvo', sans-serif
        }

        .utilityNav.B2B .utilityLinks li {
            font-family: 'Lato', sans-serif;
            font-weight: 600;
            color: #FFF
        }

            .utilityNav.B2B .utilityLinks li a {
                color: #FFF
            }

                .utilityNav.B2B .utilityLinks li a:hover {
                    color: #000
                }

            .utilityNav.B2B .utilityLinks li:after {
                color: #FFF
            }

            .utilityNav.B2B .utilityLinks li.cart {
                background: #FFF;
                color: #6ba2b8;
                padding: 0 5px
            }

                .utilityNav.B2B .utilityLinks li.cart a {
                    color: #6ba2b8
                }

                    .utilityNav.B2B .utilityLinks li.cart a:hover {
                        color: #000
                    }

    .utilityNav.ink-arrow-b2b {
        background: #56565a;
        padding: 15px 0
    }

        .utilityNav.ink-arrow-b2b .utilityLinks li a {
            color: #9FCCAC;
            padding: 5px
        }

            .utilityNav.ink-arrow-b2b .utilityLinks li a:hover {
                color: #FFF
            }

        .utilityNav.ink-arrow-b2b .utilityLinks li.cart a {
            color: #56566a
        }

        .utilityNav.ink-arrow-b2b .utilityLinks li.cart:hover {
            background: #FFF
        }

        .utilityNav.ink-arrow-b2b .employeeOwned {
            color: #9FCCAC
        }

@media (max-width:1200px) {
    .utilityNav {
        padding: 5px 10px
    }

        .utilityNav.ink-arrow-b2b {
            padding: 15px 10px
        }
}

@media (max-width:640px) {
    .utilityNav .utilityLinks {
        float: none;
        clear: left
    }

        .utilityNav .utilityLinks li a {
            font-size: 10px;
            font-size: 1rem
        }
}

.pageWrapper {
    left: 0px;
    position: relative;
    -webkit-transition: left .5s ease;
    -webkit-transition: left .5s eas;
    -o-transition: left .5s eas;
    transition: left .5s eas
}

.openNav .pageWrapper {
    left: 80%;
    -webkit-transition: left .5s ease;
    -o-transition: left .5s ease;
    transition: left .5s ease
}

.mobileMenuIcon {
    color: #111839;
    position: absolute;
    top: 17px;
    font-size: 40px;
    font-size: 4rem
}

    .mobileMenuIcon:hover {
        opacity: .8;
        cursor: pointer
    }

.menuWrapper {
    text-align: center;
    border: none
}

    .menuWrapper .openNavLogo {
        display: none;
        height: 120px;
        padding: 10px 10px 15px 10px;
        background: #E0E0E0
    }

        .menuWrapper .openNavLogo.cart {
            height: 60px
        }

.openNav .openNavLogo {
    display: block
}

.mobileCartLogos {
    float: right;
    width: 85%
}

.openNavCartLogos .item {
    width: 40%
}

    .openNavCartLogos .item:first-child {
        float: left
    }

    .openNavCartLogos .item:last-child {
        float: right
    }

.ak-menu {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    background: #FFF
}

    .ak-menu .topLevel, .ak-menu .topLevel > a {
        color: #717272;
        letter-spacing: 2px;
        font-size: 34px;
        font-size: 3.4rem;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        font-size: 1.1rem
    }

        .ak-menu .topLevel:hover, .ak-menu .topLevel > a:hover {
            color: #6ba2b9
        }

        .ak-menu .topLevel .amp, .ak-menu .topLevel > a .amp {
            position: relative;
            top: 4px
        }

    .ak-menu ul {
        display: inline-block;
        float: right;
        position: initial;
        top: 2px
    }

    .ak-menu li {
        margin: 0;
        font-family: 'Arvo', sans-serif;
        padding: 17px 0
    }

        .ak-menu li:after {
            content: '|';
            font-family: 'Amatic SC', cursive;
            font-size: 13px;
            font-size: 1.3rem;
            padding-left: 10px;
            margin-right: 10px
        }

        .ak-menu li:first-child:before {
            content: '|';
            padding-left: 30px;
            margin-right: 30px;
            font-size: 34px;
            font-family: 'Amatic SC', cursive
        }

        .ak-menu li:first-child:before, .ak-menu li:last-child:after {
            display: none
        }

        .ak-menu li:hover .topLevel, .ak-menu li:hover .topLevel a {
            color: #6ba2b9
        }

        .ak-menu li .desktopArrow {
            font-size: 12px;
            font-size: 1.2rem
        }

        .ak-menu li.open {
            cursor: pointer
        }

            .ak-menu li.open .topLevel {
                color: #6ba2b9
            }

            .ak-menu li.open > a {
                color: #BE3805
            }

            .ak-menu li.open .desktopArrow {
                visibility: visible
            }

        .ak-menu li .desktopArrow {
            visibility: hidden;
            font-size: 20px;
            font-size: 2rem;
            margin-top: -3px
        }

        .ak-menu li:hover .desktopArrow {
            visibility: visible
        }

        .ak-menu li .mobileArrow {
            display: none
        }

        .ak-menu li.fabrics {
            position: absolute;
            left: 35px
        }

            .ak-menu li.fabrics:after {
                display: none
            }

.ak-subMenu {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 2;
    width: auto;
    min-width: 150px;
    background: #56565a
}

    .ak-subMenu ul {
        word-wrap: break-word;
        /*max-width: 170px;*/
        margin: 0;
        display: none
    }

    .ak-subMenu li {
        padding: 7px;
        margin: 0;
        font-size: 28px;
        font-size: 2.8rem
    }

        .ak-subMenu li:after, .ak-subMenu li:first-child:before {
            display: none
        }

    .ak-subMenu a {
        color: #FFF
    }

        .ak-subMenu a:hover {
            color: #E0815D
        }

        .ak-subMenu a:hover {
            color: #6ba2b9
        }

@media (max-width:1200px) {
    .menuWrapper {
        text-align: left
    }

    .ak-menu ul {
        float: none;
        position: relative;
        top: 0
    }

    .ak-menu li {
        padding: 5px 0
    }

        .ak-menu li.fabrics {
            position: relative;
            left: 0
        }

            .ak-menu li.fabrics:after {
                display: inline-block;
                content: '|'
            }

        .ak-menu li .desktopArrow {
            display: none
        }

        .ak-menu li:hover .desktopArrow {
            display: none
        }
}

.ak-linkList-menu.open .ak-subMenu {
    display: block
}

    .ak-linkList-menu.open .ak-subMenu ul {
        display: block;
        float: none;
        padding: 0 10px
    }

    .ak-linkList-menu.open .ak-subMenu li {
        border-bottom: 1px solid #757474;
        font-size: 13px;
        font-size: 1.3rem;
        text-align: left
    }

        .ak-linkList-menu.open .ak-subMenu li:last-child {
            border-bottom: none
        }

.ak-multi-linkList-menu .ak-menu-section {
    color: #231f20
}

    .ak-multi-linkList-menu .ak-menu-section:hover {
        color: #be3805
    }

.ak-multi-linkList-menu.open .ak-subMenu {
    display: block
}

    .ak-multi-linkList-menu.open .ak-subMenu > ul {
        display: block
    }

        .ak-multi-linkList-menu.open .ak-subMenu > ul li {
            position: relative;
            border-bottom: 1px solid #ccc
        }

            .ak-multi-linkList-menu.open .ak-subMenu > ul li:last-child {
                border-bottom: none
            }

            .ak-multi-linkList-menu.open .ak-subMenu > ul li.open > ul {
                display: block
            }

            .ak-multi-linkList-menu.open .ak-subMenu > ul li ul {
                position: absolute;
                left: 100%;
                right: -100%;
                top: 0;
                background: #B9B6B6
            }

                .ak-multi-linkList-menu.open .ak-subMenu > ul li ul a {
                    color: #231f20
                }

                    .ak-multi-linkList-menu.open .ak-subMenu > ul li ul a:hover {
                        color: #be3805
                    }

.ak-no-subMenu.open, .ak-no-subMenu.open a {
    color: #BE3805
}

.ak-mega-menu.open .ak-subMenu {
    display: block;
    padding: 10px
}

.ak-mega-menu.open .ak-mega-col {
    display: block
}

    .ak-mega-menu.open .ak-mega-col ul {
        display: block
    }

.ak-mega-menu ul {
    margin-bottom: 20px;
    margin-left: 10px;
    max-width: inherit
}

    .ak-mega-menu ul > li {
        margin-bottom: 10px
    }

        .ak-mega-menu ul > li > a {
            color: #231f20;
            font-size: 12px;
            font-size: 1.2rem
        }

            .ak-mega-menu ul > li > a:hover {
                color: #be3805
            }

.ak-mega-menu .button {
    width: 100%;
    margin-bottom: 10px;
    color: #FFF
}

.ak-subMenu.megaCols3 .ak-mega-col {
    width: 33.33%
}

.ak-subMenu.megaCols2 .ak-mega-col {
    width: 50%
}

.ak-subMenu.megaCols1 .ak-mega-col {
    width: 100%
}

.ak-mega-col {
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #ccc;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .ak-mega-col:last-child {
        padding-right: 0;
        border-right: none
    }

    .ak-mega-col:first-child {
        padding-left: 0
    }

    .ak-mega-col .ak-mega-headline {
        color: #222;
        font-size: 14px;
        font-size: 1.4rem
    }

@media (max-width:1200px) {
    .ak-menu .topLevel, .ak-menu .topLevel > a {
        font-size: 12px;
        font-size: 1.2rem
    }

    .ak-menu li:after {
        padding-left: 10px;
        margin-right: 10px;
        font-size: 20px
    }

    .ak-menu li:first-child:before {
        padding-left: 10px;
        margin-right: 10px;
        font-size: 20px
    }
}

@media (max-width:640px) {
    .menuWrapper {
        position: absolute;
        left: -80%;
        top: 0;
        z-index: 100;
        width: 80%;
        height: 100%;
        background: #1F1F1F
    }

        .menuWrapper .openNavLogo .logo {
            width: inherit
        }

    .ak-menu li:hover .desktopArrow {
        visibility: hidden
    }

    .ak-menu {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .ak-menu > ul > li {
            margin-right: 0;
            display: block;
            width: 100%;
            padding: 0;
            margin-bottom: 0;
            border-bottom: 1px solid #767880;
            background: #1F1F1F;
            text-align: left
        }

            .ak-menu > ul > li:after, .ak-menu > ul > li:before {
                display: none
            }

            .ak-menu > ul > li.fabrics:after {
                display: none
            }

            .ak-menu > ul > li a {
                padding: 0 0 0 10px;
                display: block
            }

            .ak-menu > ul > li.open {
                background: #1F1F1F
            }

                .ak-menu > ul > li.open .topLevel {
                    color: #BE3805
                }

                .ak-menu > ul > li.open .desktopArrow {
                    display: none
                }

                .ak-menu > ul > li.open > .topLevel > .mobileArrow {
                    margin-left: -5px;
                    margin-right: 5px
                }

                .ak-menu > ul > li.open a {
                    color: #BE3805
                }

            .ak-menu > ul > li .mobileArrow {
                display: block;
                display: inline-block;
                font-size: 24px;
                margin-right: 7px;
                position: relative;
                top: 0
            }

                .ak-menu > ul > li .mobileArrow.open {
                    margin-left: -2px
                }

        .ak-menu .topLevel {
            color: #FFF;
            display: block;
            padding: 8px 15px;
            cursor: pointer;
            font-size: 20px;
            font-size: 2rem
        }

            .ak-menu .topLevel > a {
                color: #FFF;
                display: inline-block;
                padding: 0 10px 0 20px;
                cursor: pointer;
                font-size: 20px;
                font-size: 2rem
            }

    .ak-subMenu {
        position: relative;
        max-width: 100%;
        padding: 0;
        background: #f1f1f1
    }

        .ak-subMenu ul {
            max-width: 100%
        }

    .ak-linkList-menu.open .ak-subMenu li:hover {
        background: #ddd
    }

    .ak-menu-section {
        display: block;
        color: #222;
        padding-left: 10px;
        font-size: 13px;
        font-size: 1.3rem
    }

    .ak-no-subMenu a {
        display: inline-block;
        padding-left: 10px
    }

    .ak-multi-linkList-menu.open .ak-subMenu > ul li {
        margin: 0;
        padding: 3px 0
    }

        .ak-multi-linkList-menu.open .ak-subMenu > ul li ul {
            position: relative;
            left: 0;
            padding: 0;
            background: #B9B6B6
        }

            .ak-multi-linkList-menu.open .ak-subMenu > ul li ul a {
                color: #e73f00;
                padding: 0 10px 0 30px;
                line-height: 1.3
            }

                .ak-multi-linkList-menu.open .ak-subMenu > ul li ul a:hover {
                    color: #be3805
                }

    .ak-mega-menu {
        position: relative;
        top: inherit;
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0
    }

        .ak-mega-menu .ak-subMenu.megaCols3 .ak-mega-col {
            width: 100%
        }

        .ak-mega-menu .ak-subMenu.megaCols2 .ak-mega-col {
            width: 100%
        }

        .ak-mega-menu .ak-subMenu.megaCols1 .ak-mega-col {
            width: 100%
        }

        .ak-mega-menu .ak-mega-headline {
            color: #222
        }

        .ak-mega-menu.open .ak-mega-col ul {
            display: none
        }

            .ak-mega-menu.open .ak-mega-col ul.open {
                display: block
            }

    .ak-mega-col {
        padding-right: 0;
        padding-left: 0;
        float: none;
        border-right: none;
        width: 100%;
        max-width: 100%;
        height: auto !important
    }

        .ak-mega-col .mobileArrow {
            margin-right: 12px
        }

        .ak-mega-col .ak-mega-headline {
            color: #222
        }

            .ak-mega-col .ak-mega-headline.open .mobileArrow {
                margin-left: -5px
            }

        .ak-mega-col ul {
            display: none;
            margin-bottom: 0px;
            border-bottom: none
        }

            .ak-mega-col ul li {
                margin-bottom: 0
            }

                .ak-mega-col ul li a {
                    display: inline-block;
                    padding: 5px 10px;
                    line-height: 1.5;
                    color: #e73f00
                }

                    .ak-mega-col ul li a:hover {
                        color: #be3805
                    }

                .ak-mega-col ul li:last-child {
                    padding-bottom: 5px
                }

        .ak-mega-col:last-child h2:last-child {
            border-bottom: none
        }
}

.sidebar {
    border-right: 2px dashed #d6d5d4;
    padding: 0 0 0 10px
}

    .sidebar .sideBanner {
        margin: 10px 0
    }

nav.leftNav ul {
    margin: 30px
}

nav.leftNav li {
    list-style-type: none;
    margin-bottom: 30px;
    letter-spacing: 3.3px;
    font-family: 'Arvo', serif;
    font-size: 14px;
    font-size: 1.4rem
}

    nav.leftNav li a {
        color: #56565a;
        font-size: 13px;
        font-size: 1.3rem
    }

        nav.leftNav li a:hover {
            color: #6BA2B8
        }

    nav.leftNav li.current a {
        color: #a5dae7
    }

        nav.leftNav li.current a:hover {
            color: #a5dae7
        }

@media (max-width:640px) {
    .sidebar {
        height: auto !important;
        border-right: none;
        padding: 0 10px;
        margin: 0
    }

    nav.leftNav ul {
        margin: 30px 0
    }

        nav.leftNav ul li {
            text-align: center;
            border-bottom: 1px solid #ccc;
            padding-bottom: 10px;
            margin-bottom: 15px
        }

    .sideBanner {
        margin: 0 auto;
        text-align: center;
        padding: 20px 10px
    }
}

.breadcrumbs {
    color: #6d6e71;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
    padding: 5px 0 10px 0
}

    .breadcrumbs a {
        color: #6d6e71
    }

        .breadcrumbs a:hover {
            color: #6BA2B8
        }

    .breadcrumbs li:after {
        content: '/';
        padding-left: 3px;
        margin-right: 5px
    }

    .breadcrumbs li:last-child:after {
        display: none
    }

@media (max-width:640px) {
    .breadcrumbs {
        font-size: 10px;
        font-size: 1rem
    }
}

.pagination {
    text-align: center
}

    .pagination li {
        list-style-type: none;
        display: inline-block;
        border: 1px solid #56565a;
        padding: 3px 7px;
        margin-right: 5px;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        color: #6d6e71
    }

        .pagination li a {
            color: #6d6e71
        }

            .pagination li a:hover {
                color: #a5dae7
            }

@media (max-width:640px) {
    .pagination {
        margin-top: 10px
    }
}

input {
    font-family: 'Lato', sans-serif
}

.styled-input {
    position: relative
}

    .styled-input input {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #FFF;
        padding: 5px 20px;
        width: 100%;
        height: 30px;
        font-family: 'Lato', sans-serif
    }

    .styled-input .searchIcon {
        position: absolute;
        right: 0;
        background: #a5dae7;
        color: #FFF;
        font-size: 24px;
        padding: 5px;
        height: 43px
    }

        .styled-input .searchIcon:hover {
            opacity: .8
        }

        .styled-input .searchIcon .icon {
            position: relative;
            left: 2px
        }

.B2B .styled-input .searchIcon {
    background: #6ca2b8
}

select.styledArrow {
    height: 43px;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
    background: url(/images/dropdownArrow3.png) no-repeat right #FFF;
    font-family: 'Lato', sans-serif
}

.B2B select.styledArrow {
    background: url(/images/dropdownArrow4.png) no-repeat right #FFF
}

.styled-select {
    width: 100%;
    height: 34px;
    overflow: hidden;
    background: url(../images/dropdownArrow.png) no-repeat 95% transparent
}

    .styled-select select {
        background: transparent;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 34px;
        -webkit-appearance: none;
        font-family: 'Lato', sans-serif
    }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    opacity: 1
}

@media (max-width:640px) {
    .styled-input input, input {
        font-size: 16px;
        font-size: 1.6rem
    }

    .styled-input .searchIcon {
        padding: 3px 7px;
        font-size: 16px
    }

        .styled-input .searchIcon .icon {
            top: 8px
        }
}

.button {
    padding: 10px;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: 'Lato', sans-serif;
    letter-spacing: 3.2px;
    display: inline-block
}

    .button.grey {
        background: #56565a;
        color: #FFF
    }

        .button.grey:hover {
            opacity: .8
        }

        .button.grey.stitches {
            -webkit-box-shadow: 0 0 0 4px #56565a, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
            box-shadow: 0 0 0 4px #56565a, 2px 1px 6px 4px rgba(10, 10, 0, 0.5)
        }

    .button.lightGrey {
        background: #b3b4b3;
        color: #FFF
    }

        .button.lightGrey:hover {
            opacity: .8
        }

        .button.lightGrey.stitches {
            -webkit-box-shadow: 0 0 0 4px #56565a, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
            box-shadow: 0 0 0 4px #56565a, 2px 1px 6px 4px rgba(10, 10, 0, 0.5)
        }

    .button.blue {
        background: #a5dae7;
        color: #FFF
    }

        .button.blue:hover {
            background: #6FA9B7
        }

        .button.blue.stitches {
            -webkit-box-shadow: 0 0 0 4px #a5dae7, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
            box-shadow: 0 0 0 4px #a5dae7, 2px 1px 6px 4px rgba(10, 10, 0, 0.5)
        }

    .button.blue2 {
        background: #6ba2b8;
        color: #FFF
    }

        .button.blue2:hover {
            background: #6FA9B7
        }

        .button.blue2.stitches {
            -webkit-box-shadow: 0 0 0 4px #6ba2b8, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
            box-shadow: 0 0 0 4px #6ba2b8, 2px 1px 6px 4px rgba(10, 10, 0, 0.5)
        }

    .button.stitches {
        border: 1px dashed #737574
    }

    .button.rounded {
        border-radius: 5px
    }

    .button.wide {
        padding: 10px 60px
    }

.B2B .button.blue {
    background: #6ba2b8
}

    .B2B .button.blue:hover {
        background: #6FA9B7
    }

    .B2B .button.blue.stitches {
        -webkit-box-shadow: 0 0 0 4px #6ba2b8, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
        box-shadow: 0 0 0 4px #6ba2b8, 2px 1px 6px 4px rgba(10, 10, 0, 0.5)
    }

.centeredBtn {
    position: absolute;
    bottom: -21px;
    width: auto;
    text-align: center;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px
}

    .centeredBtn a {
        color: #FFF;
        display: inline-block;
        background: #6d6f71;
        padding: 10px 20px
    }

        .centeredBtn a:hover {
            color: #6BA2B8;
            opacity: 1 !important
        }

@media (max-width:640px) {
    .button {
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem
    }
}

.owl-carousel .owl-controls .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 20px
}

    .owl-carousel .owl-controls .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        border: 2px solid #FFF;
        display: inline-block;
        border-radius: 25px;
        margin-right: 10px
    }

        .owl-carousel .owl-controls .owl-dots .owl-dot.active {
            background: #9fccac
        }

.owl-carousel .owl-controls .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%
}

    .owl-carousel .owl-controls .owl-nav .owl-next .rightArrow, .owl-carousel .owl-controls .owl-nav .owl-prev .leftArrow {
        position: absolute;
        background: url(../images/sprites.png);
        background-repeat: no-repeat;
        width: 49px;
        height: 50px;
        display: inline-block;
        z-index: 3
    }

        .owl-carousel .owl-controls .owl-nav .owl-next .rightArrow:hover, .owl-carousel .owl-controls .owl-nav .owl-prev .leftArrow:hover {
            cursor: pointer;
            opacity: .8
        }

    .owl-carousel .owl-controls .owl-nav .owl-prev .leftArrow {
        left: -75px;
        background-position: 0 -141px
    }

    .owl-carousel .owl-controls .owl-nav .owl-next .rightArrow {
        right: -75px;
        background-position: -55px -141px
    }

.sliderMargin {
    margin: 0 75px
}

h3.sliderTitle {
    font-family: 'Lato', sans-serif;
    color: #6ba2b9;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 75px
}

.heroSlider {
    position: relative
}

    .heroSlider.B2B .caption {
        background: #6ba2b8
    }

        .heroSlider.B2B .caption .title {
            font-family: 'Arvo', serif
        }

        .heroSlider.B2B .caption .title2 {
            font-family: 'Arvo', serif;
            color: #a5dae7
        }

    .heroSlider .caption {
        position: absolute;
        background: #a5dae7;
        right: 80px;
        left: inherit;
        top: 90px;
        color: #414042;
        padding: 25px 35px;
        text-transform: uppercase;
        font-family: 'Lato', sans-serif;
        font-size: 35px;
        font-size: 3.5rem;
        text-transform: none;
        border: 2px solid #FFF;
        max-width: 357px
    }

        .heroSlider .caption:after, .heroSlider .caption:before {
            display: none
        }

        .heroSlider .caption:before {
            width: 0;
            height: 0;
            position: absolute;
            right: -35px;
            content: "";
            border-top: 35px solid #fff;
            border-right: 35px solid transparent;
            top: 0
        }

        .heroSlider .caption:after {
            width: 0;
            height: 0;
            position: absolute;
            right: -35px;
            content: "";
            border-bottom: 35px solid #fff;
            border-right: 35px solid transparent;
            top: 53%
        }

        .heroSlider .caption .title {
            color: #FFF;
            font-family: 'Arvo', serif;
            font-size: 64px;
            font-size: 6.4rem;
            line-height: 1
        }

        .heroSlider .caption .title2 {
            font-family: 'archerMedium', sans-serif;
            font-size: 64px;
            font-size: 6.4rem;
            color: #6ba2b9;
            line-height: 1;
            position: relative;
            top: -11px;
            left: 28px
        }

        .heroSlider .caption .divider {
            border: 1px dashed #FFF;
            margin: 10px auto 20px auto;
            text-align: center;
            width: 35%
        }

        .heroSlider .caption .blurb {
            color: #FFF;
            font-size: 16px;
            font-size: 1.6rem;
            font-family: 'Arvo', sans-serif;
            text-align: center
        }

    .heroSlider .owl-item img {
        padding-bottom: 45px
    }

    .heroSlider .owl-controls .owl-dots {
        bottom: 60px
    }

        .heroSlider .owl-controls .owl-dots .owl-dot {
            background: #FFF;
            border: none
        }

            .heroSlider .owl-controls .owl-dots .owl-dot.active {
                background: #4e4e53
            }

@media (max-width:1024px) {
    .heroSlider .caption {
        padding: 10px;
        top: inherit;
        bottom: 0;
        text-align: center
    }

        .heroSlider .caption .title {
            font-size: 35px;
            font-size: 3.5rem;
            display: inline-block
        }

        .heroSlider .caption .title2 {
            font-size: 35px;
            font-size: 3.5rem;
            top: 0;
            left: 0;
            display: inline-block
        }

        .heroSlider .caption .divider {
            margin: 15px auto 10px auto
        }

        .heroSlider .caption .blurb {
            font-size: 13px;
            font-size: 1.3rem
        }
}

.linesSlider {
    margin-bottom: 30px
}

    .linesSlider .caption {
        background: #FFF;
        position: absolute;
        bottom: 20%;
        padding: 5px 0;
        text-align: center;
        color: #9fccac;
        width: 100%;
        font-size: 23px;
        font-size: 2.3rem;
        font-family: 'Lato', sans-serif
    }

.moreFabricsSlider .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px dashed #a4a2a1
}

.moreFabricsSlider a {
    color: #56565a;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center
}

.moreFabricsSlider .caption {
    padding: 5px 0 10px 0
}

.moreFabricsSlider .addToCart {
    border: none;
    margin-top: 0;
    border-top: 2px dashed #66686a;
    padding-top: 5px
}

    .moreFabricsSlider .addToCart ul {
        width: 85%
    }

    .moreFabricsSlider .addToCart li .optionTitle {
        width: 65%
    }

    .moreFabricsSlider .addToCart li .quantity {
        width: 35%
    }

.twoRowSlider .item {
    border: none
}

    .twoRowSlider .item .fabricItem {
        margin-bottom: 20px;
        border: 1px solid #a4a2a1
    }

    .twoRowSlider .item a:hover {
        opacity: .8
    }

.twoRowSlider.owl-carousel .owl-controls .owl-nav {
    top: 43%
}

.sliderDivider {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px dashed #b3b4b3
}

.fabricSliderWrapper .sliderMargin {
    margin: 0 90px
}

.fabricSlider {
    margin-bottom: 30px
}

    .fabricSlider .caption {
        background: #717271;
        position: relative;
        top: -20px;
        width: 97%;
        margin: 0 auto;
        color: #FFF;
        text-align: center;
        padding: 10px;
        font-family: 'Arvo', sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 2px;
        -webkit-box-shadow: 0px 0px 5px 0px white;
        -moz-box-shadow: 0px 0px 5px 0px white;
        box-shadow: 0px 0px 5px 0px white
    }

    .fabricSlider .owl-controls .owl-nav .owl-prev .leftArrow {
        left: -60px
    }

    .fabricSlider .owl-controls .owl-nav .owl-next .rightArrow {
        right: -60px
    }

.projectsSlider .item {
    padding: 7px 15px 20px 15px;
    border: 2px dashed #a2a0a0
}

.projectsSlider .caption {
    color: #6d6e71;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 10px
}

@media (max-width:640px) {
    .heroSlider .owl-item img {
        padding-bottom: 0
    }

    .heroSlider .caption {
        position: relative;
        top: 0;
        right: 0;
        bottom: inherit;
        max-width: 100%;
        padding: 5px
    }

        .heroSlider .caption .title {
            font-size: 35px;
            font-size: 3.5rem;
            display: inline-block
        }

        .heroSlider .caption .title2 {
            font-size: 35px;
            font-size: 3.5rem;
            top: 0;
            left: 0;
            display: inline-block
        }

        .heroSlider .caption .divider {
            margin: 15px auto 10px auto
        }

        .heroSlider .caption .blurb {
            font-size: 13px;
            font-size: 1.3rem
        }

    .heroSlider .owl-controls .owl-dots {
        bottom: inherit;
        left: inherit;
        top: 10px;
        right: 10px
    }

    .fabricSlider .caption {
        position: relative;
        top: 0;
        width: 100%;
        font-size: 9px;
        font-size: 0.9rem;
        padding: 5px
    }

    h3.sliderTitle {
        margin-left: 0;
        text-align: center
    }
}

.searchBox {
    position: relative;
    border: 2px dashed #4c4f53
}

.searchModule {
    background: #717271;
    padding: 20px;
    margin: 20px 0 30px 0;
    border: 2px dashed #9da69e;
    -webkit-box-shadow: 0 0 0 4px #717271, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
    box-shadow: 0 0 0 4px #717271, 2px 1px 6px 4px rgba(10, 10, 0, 0.5)
}

    .searchModule .searchLogo {
        margin: 0 auto 20px auto;
        display: block
    }

    .searchModule .searchBox {
        margin-bottom: 30px
    }

    .searchModule .item {
        border-bottom: 2px dashed #FFF;
        padding: 5px 0
    }

        .searchModule .item:first-child {
            border-top: 2px dashed #FFF
        }

    .searchModule select {
        width: 100%;
        background: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        font-size: 1.4rem;
        color: #9FCCAC;
        letter-spacing: 2px
    }

        .searchModule select option {
            color: #000
        }

    .searchModule .styled-input input {
        height: 43px
    }

        .searchModule .styled-input input::-webkit-input-placeholder {
            text-align: center
        }

        .searchModule .styled-input input:-moz-placeholder {
            text-align: center
        }

        .searchModule .styled-input input::-moz-placeholder {
            text-align: center
        }

        .searchModule .styled-input input:-ms-input-placeholder {
            text-align: center
        }

    .searchModule.ink-arrow-b2b {
        background: #9FCCAC
    }

        .searchModule.ink-arrow-b2b select {
            color: #56565a
        }

        .searchModule.ink-arrow-b2b .styled-input .searchIcon {
            background: #56565a
        }

.socialIcons {
    padding: 10px 15px;
/*    border: 1px dashed #56565a;*/
    border-radius: 20px;
    display: inline-block;
/*    background: white*/
}

    .socialIcons .emailBox {
        position: relative;
        border: 1px solid #68a1b7;
        margin-bottom: 5px;
        margin-top: 5px
    }

        .socialIcons .emailBox input {
            padding: 0 20px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 85%;
            height: 23px;
            float: left;
            padding-bottom: 0;
            outline: none;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .socialIcons .emailBox .emailIcon {
            position: absolute;
            right: 0;
            padding: 5px;
            background: url(../images/sprites.png);
            background-repeat: no-repeat;
            background-position: 0 -110px;
            height: 23px;
            width: 34px
        }

            .socialIcons .emailBox .emailIcon:hover {
                opacity: .8
            }

    .socialIcons li {
        margin-right: 12px
    }

        .socialIcons li:last-child {
            margin-right: 0
        }

        .socialIcons li.twitter a {
            background-position: -38px -110px
        }

        .socialIcons li.facebook a {
            background-position: -75px -110px
        }

        .socialIcons li.instagram a {
            background-position: -110px -110px
        }

        .socialIcons li.pinterest a {
            background-position: -146px -110px
        }

        .socialIcons li.vimeo a {
            background-position: -213px -110px
        }

        .socialIcons li.blog a {
            background-position: -181px -110px
        }

        .socialIcons li a {
            background: url(../images/sprites.png);
            background-repeat: no-repeat;
            display: block;
            width: 30px;
            height: 27px
        }

            .socialIcons li a:hover {
                opacity: .8
            }

    .socialIcons.noDashes {
        border: none
    }

    .socialIcons .socialText {
        float: left;
        margin-right: 10px
    }

    .socialIcons .socialButtons {
        float: left
    }

    .socialIcons .socialHeadline {
        font-family: 'archerMedium', sans-serif;
        font-size: 30px;
        font-size: 3rem;
        color: #a5dae7;
    }

    .socialIcons .socialSubheadline {
        font-family: 'Lato', sans-serif;
        font-family: 300;
        font-size: 10px;
        font-size: 1rem;
        color: #56565a
    }

.heroRow .socialIcons ul {
    margin-bottom: 15px
}

.heroRow .socialIcons li {
    margin-right: 12px
}

    .heroRow .socialIcons li:last-child {
        margin-right: 0
    }

    .heroRow .socialIcons li.twitter a {
        background-position: 0 -73px
    }

    .heroRow .socialIcons li.facebook a {
        background-position: -40px -73px
    }

    .heroRow .socialIcons li.instagram a {
        background-position: -80px -73px
    }

    .heroRow .socialIcons li.pinterest a {
        background-position: -120px -73px
    }

    .heroRow .socialIcons li.vimeo a {
        background-position: -160px -73px
    }

    .heroRow .socialIcons li.blog a {
        background-position: -199px -73px
    }

    .heroRow .socialIcons li a {
        background: url(../images/sprites.png);
        background-repeat: no-repeat;
        width: 32px;
        height: 30px;
        display: block
    }

.heroRow .socialIcons .emailBox .emailIcon {
    background-position: -244px 0;
    width: 42px;
    height: 31px
}

.heroRow .socialIcons .emailBox input {
    height: 31px
}

@media (max-width:640px) {
    .socialIcons li {
        margin-bottom: 10px
    }
}

.pageTitleBG {
    background: url(/images/wallpaper.jpg) repeat;
    position: relative;
    min-height: 140px;
    margin-bottom: 30px;
    background-size: cover
}

    .pageTitleBG.headerBG1 {
        background: url(/images/contentImages/HeaderBG1.jpg) repeat;
        background-size: cover
    }

    .pageTitleBG.headerBG2 {
        background: url(/images/contentImages/HeaderBG2.jpg) repeat;
        background-size: cover
    }

    .pageTitleBG.headerBG3 {
        background: url(/images/contentImages/HeaderBG3.jpg) repeat;
        background-size: cover
    }

    .pageTitleBG.headerBG4 {
        background: url(/images/contentImages/HeaderBG4.jpg) repeat;
        background-size: cover
    }

    .pageTitleBG .pageTitle {
        position: absolute;
        bottom: -20px;
        background: #a5dae7;
        text-align: center;
        margin-left: 35px;
        padding: 0 100px;
        border: 2px solid #FFF
    }

        .pageTitleBG .pageTitle h1 {
            font-family: 'Arvo', sans-serif;
            font-size: 33px;
            font-size: 3.3rem;
            color: #FFF;
            border-bottom: 2px dashed #FFF;
            display: inline-block;
            padding: 0 15px
        }

.B2B .pageTitleBG .pageTitle {
    background: #6ba2b8
}

@media (max-width:1024px) {
    .pageTitleBG .pageTitle h1 {
        font-size: 35px;
        font-size: 3.5rem
    }
}

@media (max-width:640px) {
    .pageTitleBG {
        min-height: 110px
    }

        .pageTitleBG .pageTitle {
            margin-left: 0;
            padding: 0 20px;
            left: 10px;
            right: 10px
        }

            .pageTitleBG .pageTitle h1 {
                font-size: 25px;
                font-size: 2.5rem
            }
}

.findFabric {
    margin: 0;
    padding: 0
}

    .findFabric .fabricTiles {
        padding-left: 60px
    }

    .findFabric .filters {
        padding-right: 60px
    }

.fabricTiles .tile {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    padding-right: 20px;
    position: relative;
    float: left;
    margin-bottom: 50px;
    min-height: 300px
}

    .fabricTiles .tile:hover {
        opacity: .8
    }

    .fabricTiles .tile .caption {
        position: relative;
        background: #717271;
        top: -11px;
        width: 97%;
        left: 0;
        color: #FFF;
        padding: 5px 10px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Arvo', sans-serif;
        font-size: 8px;
        font-size: 0.8rem;
        margin: 0 auto;
        letter-spacing: 2px;
        -webkit-box-shadow: 0px 0px 5px 0px white;
        -moz-box-shadow: 0px 0px 5px 0px white;
        box-shadow: 0px 0px 5px 0px white
    }

        .fabricTiles .tile .caption:after, .fabricTiles .tile .caption:before {
            display: none
        }

        .fabricTiles .tile .caption:before {
            width: 0;
            height: 0;
            position: absolute;
            right: -15px;
            content: "";
            border-top: 15px solid #fff;
            border-right: 16px solid transparent;
            top: 0
        }

        .fabricTiles .tile .caption:after {
            width: 0;
            height: 0;
            position: absolute;
            right: -15px;
            content: "";
            border-bottom: 15px solid #fff;
            border-right: 15px solid transparent;
            top: 48%
        }

    .fabricTiles .tile:nth-child(odd) {
    }

.fabricTiles:last-child {
    padding-right: 0
}

.filters .filter {
    width: 85%;
    margin: 0 auto 20px auto;
    border: 2px solid #b0b2b4
}

.filters input, .filters select {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    color: #6d6e71;
    padding: 5px 50px 5px 5px;
    height: 43px
}

.filters .searchAllBtn a {
    text-align: center;
    display: block;
    margin-top: 25px
}

.filters ::-webkit-input-placeholder {
    color: #6d6e71
}

.filters :-moz-placeholder {
    color: #6d6e71
}

.filters ::-moz-placeholder {
    color: #6d6e71
}

.filters :-ms-input-placeholder {
    color: #6d6e71
}

.searchAllFabrics {
    width: 80%;
    margin: 0 auto
}

    .searchAllFabrics .button {
        font-family: 'Arvo', sans-serif;
        font-size: 15px;
        font-size: 1.5rem
    }

@media (max-width:1024px) {
    .findFabric {
        padding: 15px
    }

        .findFabric .filters {
            padding-right: 0
        }

        .findFabric .fabricTiles {
            padding-left: 0
        }

            .findFabric .fabricTiles .tile .caption {
                top: 60%
            }
}

@media (max-width:640px) {
    .findFabric {
        margin: 30px 10px 100px 10px;
        padding: 15px
    }

    .fabricTiles .tile {
        float: none;
        width: 100%;
        margin-bottom: 25px;
        padding-right: 0;
        border: none
    }

        .fabricTiles .tile img {
            display: block;
            margin: 0 auto
        }

        .fabricTiles .tile .caption {
            top: 75%
        }

    .filters .filter {
        width: 100%;
        margin: 0 auto 10px auto
    }
}

.fabricFilters {
    width: 100%;
    margin: 25px auto 0 auto
}

    .fabricFilters.fullWidth {
        width: 100%
    }

    .fabricFilters .filter {
        width: 100%
    }

    .fabricFilters .button {
        display: block;
        text-align: center;
        height: 46px
    }

    .fabricFilters h1 {
        color: #6ba2b9;
        font-family: 'Arvo', sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        padding-left: 30px
    }

    .fabricFilters .centerFilters {
        width: 60%;
        margin: 0 auto;
        display: block
    }

.fabricDetailWrapper {
    padding: 10px 0;
    margin-bottom: 20px
}

.fabricDetail .mainFabImg {
    margin: 0 0 10px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

    .fabricDetail .mainFabImg .caption {
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        bottom: 0;
        padding: 5px 0 0 0;
        width: 100%;
        height: 31px
    }

        .fabricDetail .mainFabImg .caption .ruler {
            width: 100%;
            position: absolute;
            bottom: 0
        }

.colorOptions {
    margin-left: 50px
}

    .colorOptions span {
        float: left;
        margin-right: 10px
    }

    .colorOptions ul {
        position: relative;
        top: 2px
    }

    .colorOptions li {
        border-radius: 25px;
        width: 15px;
        height: 15px;
        margin-right: 10px
    }

        .colorOptions li:hover {
            opacity: .8
        }

        .colorOptions li a {
            display: block
        }

        .colorOptions li.blue {
            background: #28517d
        }

        .colorOptions li.red {
            background: #ed464e
        }

        .colorOptions li.orange {
            background: #f99f1c
        }

        .colorOptions li.green {
            background: #dcc624
        }

.fabricInfo h1 {
    font-family: 'Lato', sans-serif;
    font-family: '600';
    font-size: 14px;
    font-size: 1.4rem;
    color: #4e4f53;
    padding: 0 0 10px 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1.2
}

.fabricInfo h2 {
    font-family: 'Arvo', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    color: #6ba2b9;
    padding: 0 0 10px 0;
    letter-spacing: 6px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2
}

.fabricInfo p {
    color: #6d6e71;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: 'Lato', sans-serif;
    line-height: 1.8
}

    .fabricInfo p.description {
        padding-bottom: 45px
    }

.addToCart {
    border: 2px dashed #66686a;
    color: #56565a;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 50px
}

    .addToCart .itemTitle {
        border-bottom: 2px dashed #717271;
        padding: 5px 0;
        margin-bottom: 10px;
        color: #6ba2b9
    }

    .addToCart ul {
        width: 60%;
        text-align: left;
        display: inline-block;
        margin: 0
    }

    .addToCart li {
        list-style-type: none;
        border-bottom: 2px solid #cccac9;
        padding-bottom: 5px;
        margin-bottom: 5px
    }

        .addToCart li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0
        }

        .addToCart li .optionTitle {
            float: left;
            position: relative;
            top: 7px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 75%
        }

        .addToCart li .quantity {
            float: right;
            width: 60%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

    .addToCart .quantity {
        width: 60%
    }

    .addToCart .button.submitToCart {
        display: block;
        margin: 20px;
        position: relative;
        z-index: 2
    }

@media (max-width:1024px) {
    .fabricFilters .centerFilters {
        width: 100%
    }
}

@media (max-width:640px) {
    .fabricFilters {
        width: 100%
    }

        .fabricFilters .button.stitches {
            height: auto;
            margin-top: 15px
        }

        .fabricFilters.fullWidth {
            margin-bottom: 30px
        }

    .fabricDetail .mainFabImg {
        width: 100%;
        margin: 0 0 10px 0
    }

    .colorOptions {
        margin-left: 0
    }

    .fabricInfo h2 {
        padding: 0
    }

    .fabricInfo p.description {
        padding-bottom: 0
    }

    .addToCart {
        margin-top: 20px
    }
}

.ideaGallery {
    padding: 10px 35px 20px 70px
}

    .ideaGallery .idea {
        float: left;
        width: 25%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 35px 35px 0
    }

        .ideaGallery .idea .ideaBox {
            border: 3px solid #222c39;
            padding: 5px
        }

            .ideaGallery .idea .ideaBox img {
                display: block;
                margin: 0 auto 10px auto;
                height: 100px
            }

            .ideaGallery .idea .ideaBox .divider {
                background: url(/images/ideaDivider.png) repeat-x;
                display: block;
                width: 100%;
                height: 4px;
                margin: 5px 0
            }

            .ideaGallery .idea .ideaBox .caption {
                text-align: center;
                color: #0b1c2b;
                font-size: 16px;
                font-size: 1.6rem;
                font-family: 'Amatic SC', cursive;
                font-weight: 700;
                letter-spacing: 2.3px
            }

@media (max-width:1024px) {
    .ideaGallery {
        padding: 10px
    }

        .ideaGallery .idea {
            width: 50%;
            padding: 0 15px 15px 0
        }

            .ideaGallery .idea:nth-child(2n) {
                padding: 0 0 15px 0
            }
}

@media (max-width:640px) {
    .ideaGallery {
        padding: 10px 10px 30px 10px
    }

        .ideaGallery .idea:nth-child(2n) {
            padding: 0 0 15px 0
        }
}

.eventList {
    padding: 0 30px;
    position: relative
}

    .eventList h1 {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: 'Arvo', sans-serif;
        color: #6ba2b9;
        letter-spacing: 4px;
        margin: 0 0 15px 0;
        display: block;
        text-align: left;
        font-weight: 600
    }

        .eventList h1:hover {
            opacity: 1 !important
        }

    .eventList .eventTitle {
        color: #231f20;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        margin: 0
    }

    .eventList .eventDate {
        font-family: 'Lato', sans-serif;
        font-weight: 500
    }

    .eventList a {
        color: #6ba2b9;
        font-family: 'Lato', sans-serif;
        font-weight: 500
    }

        .eventList a:hover {
            color: #6BA2B8
        }

    .eventList .eventGroup {
        width: 50%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 30px;
        margin-bottom: 20px
    }

        .eventList .eventGroup:nth-child(2n) {
            padding-right: 0
        }

        .eventList .eventGroup article {
            margin-bottom: 20px;
            padding-left: 35px
        }

            .eventList .eventGroup article:last-child {
                margin-bottom: 0
            }

@media (max-width:1024px) {
    .eventsWrapper {
        margin: 30px 10px
    }

    .eventList {
        padding: 0 15px
    }

        .eventList .eventGroup article {
            padding-left: 10px
        }
}

@media (max-width:640px) {
    .eventList {
        padding: 0 10px
    }

        .eventList h1 {
            margin: 0 0 10px 0
        }

        .eventList article {
            padding-left: 25px;
            margin-bottom: 10px
        }

        .eventList .eventGroup {
            float: none;
            width: 100%;
            margin-bottom: 30px;
            height: auto !important
        }
}

.newsPreview {
    padding: 0;
    background: #FFF
}

    .newsPreview .newsList article:nth-child(odd) {
        clear: none
    }

.newsList {
    padding: 0 110px
}

    .newsList article {
        padding: 0 10px;
        margin-bottom: 35px
    }

        .newsList article:nth-child(odd) {
            clear: both
        }

    .newsList .photo {
        position: relative;
        padding-right: 10px;
        float: left;
        width: 40%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .newsList .photo .dateBox {
            position: absolute;
            left: -10px;
            top: 10px;
            background: #717271;
            color: #FFF;
            font-family: 'Lato', sans-serif;
            font-size: 10px;
            font-size: 1rem;
            text-align: center;
            padding: 3px
        }

    .newsList .blurb {
        color: #717271;
        font-size: 11px;
        font-size: 1.1rem;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        float: left;
        width: 60%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 20px;
        word-wrap: break-word
    }

        .newsList .blurb:hover {
            color: #6BA2B8
        }

    .newsList .newsItem > a:hover img {
        opacity: .8
    }

    .newsList .newsItem > a:hover {
        color: #6BA2B8
    }

@media (max-width:1200px) {
    .newsList {
        padding: 20px
    }
}

@media (max-width:640px) {
    .newsList {
        padding: 10px
    }

        .newsList .dateBox {
            top: 0;
            left: 0;
            position: relative
        }

        .newsList .photo {
            float: none;
            margin-bottom: 10px;
            width: 100%
        }

            .newsList .photo img {
                display: block;
                margin: 0 auto
            }

        .newsList .blurb {
            float: none;
            text-align: center;
            width: 100%
        }

        .newsList .dateBox {
            top: 0
        }

    .newsPreview .newsItem {
        margin-bottom: 30px;
        height: auto !important;
        padding: 0 10px
    }

    .newsPreview .dateBox {
        top: 0;
        left: 0;
        position: relative
    }

    .newsPreview .photo {
        float: none;
        margin-bottom: 10px;
        width: 100%
    }

        .newsPreview .photo img {
            display: block;
            margin: 0 auto
        }

    .newsPreview .blurb {
        float: none;
        text-align: center;
        width: 100%
    }

    .newsPreview .dateBox {
        top: 0
    }
}

.mediaWrapper {
    padding: 0 20px 40px 20px
}

    .mediaWrapper article:last-child {
        padding-right: 0
    }

    .mediaWrapper img {
        margin-bottom: 5px
    }

    .mediaWrapper .caption, .mediaWrapper .caption p {
        color: #231f20;
        font-family: 'Lato', sans-serif;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1
    }

    .mediaWrapper .mediaItem {
        margin-bottom: 20px
    }

        .mediaWrapper .mediaItem > a img:hover {
            opacity: .8
        }

@media (max-width:1024px) {
    .mediaWrapper .mediaItem {
        text-align: center;
        margin-bottom: 30px
    }
}

.blockTilesWrapper .blockTiles .tile {
    margin-bottom: 35px
}

.blockTilesWrapper .tileBox {
    padding: 15px 20px
}

    .blockTilesWrapper .tileBox img {
        margin-bottom: 50px
    }

    .blockTilesWrapper .tileBox .caption, .blockTilesWrapper .tileBox .caption p {
        color: #6d6e71;
        font-familly: 'Arvo', sans-serif;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1
    }

.blockTilesWrapper.projectSheets .tileBox {
    padding: 10px;
    min-height: 200px;
}

    .blockTilesWrapper.projectSheets .tileBox img {
        margin-bottom: 0
    }

    .blockTilesWrapper.projectSheets .tileBox .caption, .blockTilesWrapper.projectSheets .tileBox .caption p {
        font-size: 10px;
        font-size: 1rem;
        font-family: 'Lato', sans-serif;
        margin: 3px 0
    }

.blockTilesWrapper a:hover {
    opacity: .8
}

@media (max-width:1024px) {
    .blockTilesWrapper h1 {
        padding: 0 0 0 10px
    }

    .blockTilesWrapper .blockTiles .tile {
        text-align: center
    }

    .blockTilesWrapper.projectSheets .tileBox .caption p {
        font-size: 16px;
        font-size: 1.6rem
    }

    .blockTilesWrapper .tileBox img {
        margin-bottom: 15px
    }
}

@media (max-width:640px) {
    .blockTilesWrapper h1 {
        padding: 0 0 15px 10px
    }

    .blockTilesWrapper.projectSheets .tileBox {
        text-align: center
    }

        .blockTilesWrapper.projectSheets .tileBox img {
            display: block;
            margin: 0 auto
        }
}

.storeLocator .locatorFilter {
    text-align: center;
    margin: 0 auto 20px auto
}

.storeLocator .address input {
    float: left;
    margin-right: 5px
}

    .storeLocator .address input.address {
        width: 20%
    }

    .storeLocator .address input.zip {
        width: 5%
    }

.storeLocator .radiusFilter {
    display: inline-block;
    margin-right: 5px;
    width: 40%
}

    .storeLocator .radiusFilter label {
        margin-right: 5px
    }

    .storeLocator .radiusFilter select {
        width: 60%
    }

.storeLocator .submitBtn {
    display: inline-block
}

.ourTeamWrapper {
    padding: 30px
}

.ourTeam {
    padding: 20px 30px;
    margin-left: 20px;
    font-size: 19px;
    font-size: 1.9rem
}

    .ourTeam figure {
        padding: 20px 15px;
        margin-bottom: 40px
    }

@media (max-width:1024px) {
    .ourTeam {
        padding: 15px
    }
}

@media (max-width:640px) {
    .ourTeam {
        padding: 10px
    }
}

.designerWrapper .profile {
    padding-top: 25px
}

    .designerWrapper .profile .photos {
        margin-bottom: 30px;
        position: relative
    }

        .designerWrapper .profile .photos .designerPhoto {
            float: left;
            width: 72%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding-right: 20px
        }

        .designerWrapper .profile .photos .designerLogoWrapper {
            position: absolute;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            right: 0;
            bottom: 0;
            width: 27%
        }

    .designerWrapper .profile .bio {
        font-size: 20px;
        font-size: 2rem
    }

        .designerWrapper .profile .bio h2 {
            color: #6ba2b9;
            font-family: 'Lato', sans-serif;
            font-size: 23px;
            font-size: 2.3rem;
            margin: 0
        }

.designers .owl-carousel .owl-controls .owl-nav .owl-prev .leftArrow {
    left: -60px
}

.designers .owl-carousel .owl-controls .owl-nav .owl-next .rightArrow {
    right: -60px
}

.storeManager {
    color: #6ba2b9;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1
}

    .storeManager a {
        color: #6ba2b9
    }

    .storeManager .manager {
        margin-bottom: 20px
    }

    .storeManager p {
        margin: 0
    }

    .storeManager h2 {
        color: #6ba2b9;
        margin: 0;
        font-family: 'Lato', sans-serif;
        font-size: 19px;
        font-size: 1.9rem
    }

@media (max-width:1024px) {
    .designerWrapper .profile {
        padding: 25px 0
    }

        .designerWrapper .profile .photos {
            margin-bottom: 20px
        }
}

.licenseWrapper .profile {
    padding-top: 25px
}

    .licenseWrapper .profile .photos {
        margin-bottom: 75px;
        position: relative
    }

        .licenseWrapper .profile .photos .licenseLogo {
            margin: 0 auto;
            display: block
        }

    .licenseWrapper .profile .bio {
        font-size: 20px;
        font-size: 2rem
    }

        .licenseWrapper .profile .bio h2 {
            color: #6ba2b9;
            font-family: 'Lato', sans-serif;
            font-size: 23px;
            font-size: 2.3rem;
            margin: 0
        }

.license .owl-carousel .owl-controls .owl-nav .owl-prev .leftArrow {
    left: -60px
}

.license .owl-carousel .owl-controls .owl-nav .owl-next .rightArrow {
    right: -60px
}

@media (max-width:1024px) {
    .licenseWrapper .profile {
        padding: 25px 0
    }

        .licenseWrapper .profile .photos {
            margin-bottom: 20px
        }
}

.rightScroll {
    height: 500px;
    overflow: auto;
    border-left: 2px dashed #d6d5d4
}

    .rightScroll ul {
        margin: 0
    }

    .rightScroll li {
        margin-bottom: 10px;
        list-style-type: none
    }

        .rightScroll li:hover {
            background: #a5dae7
        }

        .rightScroll li a {
            color: #6d6e71;
            font-family: 'Lato', sans-serif;
            font-size: 15px;
            font-size: 1.5rem;
            padding-left: 15px;
            display: block
        }

            .rightScroll li a:hover {
                color: #6d6e71
            }

@media (max-width:1200px) {
    .rightScroll {
        border: 2px dashed #d6d5d4;
        height: 300px;
        margin-top: 20px
    }

        .rightScroll ul {
            padding: 10px
        }

        .rightScroll li a {
            padding-left: 0
        }
}

.basicTiles {
    margin-bottom: 30px
}

    .basicTiles li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33%;
        padding-right: 10px;
        margin-bottom: 10px;
        position: relative;
        float: left
    }

        .basicTiles li:hover {
            opacity: .8
        }

        .basicTiles li .caption {
            background: #717271;
            position: relative;
            top: -20px;
            width: 97%;
            margin: 0 auto;
            color: #FFF;
            text-align: center;
            padding: 10px;
            font-family: 'Arvo', sans-serif;
            font-size: 9px;
            font-size: 0.9rem;
            letter-spacing: 2px;
            -webkit-box-shadow: 0px 0px 5px 0px white;
            -moz-box-shadow: 0px 0px 5px 0px white;
            box-shadow: 0px 0px 5px 0px white
        }

        .basicTiles li.stitchTiles {
            padding-right: 25px
        }

            .basicTiles li.stitchTiles .stitches {
                padding: 15px
            }

            .basicTiles li.stitchTiles img {
                width: 100%;
                margin: 0 auto;
                margin-bottom: 30px
            }

            .basicTiles li.stitchTiles .info {
                color: #6d6e71;
                font-size: 11px
            }

                .basicTiles li.stitchTiles .info p {
                    margin: 0
                }

@media (max-width:1024px) {
    .basicTiles li {
        width: 50%;
        text-align: center;
        margin-bottom: 10px
    }
}

@media (max-width:640px) {
    .basicTiles {
        padding: 0 10px
    }

        .basicTiles li {
            width: 100%;
            float: none;
            height: auto !important
        }

            .basicTiles li.stitchTiles {
                padding-right: 0
            }
}

.libraryTiles {
    padding-left: 15px
}

    .libraryTiles li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        margin-bottom: 10px;
        position: relative;
        float: left;
        padding-right: 20px
    }

        .libraryTiles li .stitches {
            border: 2px dashed #ccc;
            padding: 10px
        }

        .libraryTiles li:hover {
            opacity: .8
        }

        .libraryTiles li img {
            margin-bottom: 50px
        }

        .libraryTiles li .caption {
            font-family: 'Lato', sans-serif;
            font-size: 12px;
            font-size: 1.2rem;
            color: #6d6e71
        }

            .libraryTiles li .caption p {
                line-height: 1;
                margin: 5px 0
            }

@media (max-width:1024px) {
    .libraryTiles li {
        width: 50%;
        text-align: center;
        margin-bottom: 10px
    }

        .libraryTiles li img {
            margin-bottom: 15px
        }

        .libraryTiles li .caption {
            font-size: 16px;
            font-size: 1.6rem
        }
}

@media (max-width:640px) {
    .libraryTiles li {
        width: 100%;
        float: none;
        height: auto !important;
        margin-bottom: 25px
    }

        .libraryTiles li .caption {
            font-size: 14px;
            font-size: 1.4rem
        }
}

.pageBanner {
    padding-bottom: 20px
}

.cart .quiltingLogo {
    float: left
}

.cart .inkLogo {
    float: right
}

.cart .mainContent {
    margin-top: 50px
}

.cart .sidebar {
    border-right: none
}

.cart .leftSidebar h2 {
    color: #6ba2b9;
    font-family: 'Arvo', serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    letter-spacing: 3px
}

.cart .leftSidebar ul {
    margin: 0 0 30px 0
}

.cart .leftSidebar li {
    list-style-type: none;
    margin-bottom: 15px
}

    .cart .leftSidebar li:last-child {
        margin-bottom: 0
    }

.cart .leftSidebar .leftNav a {
    font-size: 11px;
    font-size: 1.1rem;
    color: #56565a;
    font-weight: 700
}

    .cart .leftSidebar .leftNav a:hover {
        color: #6BA2B8
    }

.cart .leftSidebar .profile h3 {
    color: #56565a;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0
}

.cart .leftSidebar .profile p {
    margin: 0
}

.cart .leftSidebar .profile a {
    color: #56565a
}

    .cart .leftSidebar .profile a:hover {
        color: #6BA2B8
    }

.cart .rightSidebar {
    padding-left: 0
}

    .cart .rightSidebar a {
        margin-bottom: 10px;
        display: block
    }

        .cart .rightSidebar a:hover {
            opacity: .8
        }

.cart .shoppingCart {
    padding: 0 20px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .cart .shoppingCart .cartBorder {
        border: 2px solid #a9abad;
        margin-bottom: 100px
    }

    .cart .shoppingCart h1 {
        font-size: 50px;
        font-size: 5rem;
        font-family: 'Arvo', sans-serif;
        color: #b2b3b2;
        text-align: center
    }

    .cart .shoppingCart thead {
        background: none;
        border-bottom: 2px solid #979a9c;
        color: #6ba2b9;
        font-size: 12px;
        font-size: 1.2rem
    }

        .cart .shoppingCart thead th:first-child {
            padding: 4px 4px 4px 16px
        }

    .cart .shoppingCart tbody tr:nth-child(odd) td {
        background: none
    }

    .cart .shoppingCart tbody tr:nth-child(2n) td {
        background: none
    }

    .cart .shoppingCart td {
        border-right: 2px solid #979a9c;
        background: none;
        vertical-align: top
    }

        .cart .shoppingCart td:last-child {
            border-right: none
        }

    .cart .shoppingCart .photo {
        width: 100px;
        float: left;
        margin-bottom: 15px
    }

    .cart .shoppingCart .info {
        margin-left: 110px;
        font-family: 'Lato', sans-serif
    }

        .cart .shoppingCart .info .title {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 700
        }

        .cart .shoppingCart .info .name {
            font-size: 12px;
            font-size: 1.2rem;
            margin-bottom: 30px
        }

    .cart .shoppingCart .updateCartWrapper {
        border-bottom: 2px solid #979a9c;
        border-top: 2px solid #979a9c;
        margin: 20px 10px;
        padding: 20px 0
    }

        .cart .shoppingCart .updateCartWrapper .updateCart {
            float: right;
            width: 30%
        }

            .cart .shoppingCart .updateCartWrapper .updateCart a {
                display: block
            }

                .cart .shoppingCart .updateCartWrapper .updateCart a.button {
                    text-align: center;
                    margin-bottom: 10px
                }

                .cart .shoppingCart .updateCartWrapper .updateCart a.udpateQty {
                    font-size: 11px;
                    font-size: 1.1rem;
                    color: #6d6e71;
                    margin-left: 10px;
                    width: 55%
                }

                    .cart .shoppingCart .updateCartWrapper .updateCart a.udpateQty:hover {
                        color: #6BA2B8
                    }

    .cart .shoppingCart .promo {
        border-bottom: 2px solid #979a9c;
        margin: 20px 10px;
        padding-bottom: 20px
    }

        .cart .shoppingCart .promo input {
            height: 42px;
            margin-right: 10px;
            width: 35%
        }

    .cart .shoppingCart .wholesale {
        border-bottom: 2px solid #979a9c;
        margin: 20px 10px;
        padding: 0 0 20px 10px;
        font-size: 12px;
        font-size: 1.2rem
    }

        .cart .shoppingCart .wholesale h2 {
            float: left;
            color: #6ba2b9;
            font-weight: 700;
            display: inline-block;
            font-size: 12px;
            font-size: 1.2rem
        }

        .cart .shoppingCart .wholesale .weight {
            float: right;
            color: #6d6e71;
            padding-right: 15px
        }

    .cart .shoppingCart .shippingInfo {
        margin: 20px 10px;
        padding: 0 10px;
        font-size: 12px;
        font-size: 1.2rem
    }

        .cart .shoppingCart .shippingInfo h2 {
            float: left;
            color: #6ba2b9;
            font-weight: 700;
            font-size: 12px;
            font-size: 1.2rem
        }

        .cart .shoppingCart .shippingInfo address {
            clear: both
        }

            .cart .shoppingCart .shippingInfo address p {
                margin: 0
            }

        .cart .shoppingCart .shippingInfo .estShipping {
            float: left;
            font-weight: 700;
            font-size: 14px;
            font-size: 1.4rem;
            margin-bottom: 35px
        }

        .cart .shoppingCart .shippingInfo .shippingCost {
            float: right
        }

        .cart .shoppingCart .shippingInfo .total {
            float: left;
            font-weight: 700;
            font-size: 14px;
            font-size: 1.4rem;
            clear: left
        }

        .cart .shoppingCart .shippingInfo .totalCost {
            float: right
        }

    .cart .shoppingCart .orderConfirmation {
        margin: 0 10px 50px 10px
    }

        .cart .shoppingCart .orderConfirmation .button {
            float: right
        }

@media (max-width:640px) {
    .cart .leftSidebar, .cart .middleCol, .cart .rightSidebar {
        height: auto !important
    }

        .cart .leftSidebar li {
            text-align: left
        }

    .cart .rightSidebar {
        text-align: center
    }

    .cart .shoppingCart {
        padding: 0 0 20px 0
    }

        .cart .shoppingCart .cartBorder {
            margin-bottom: 0
        }

        .cart .shoppingCart h1 {
            font-size: 16px;
            font-size: 1.6rem
        }

        .cart .shoppingCart .photo {
            width: 100%;
            float: none
        }

        .cart .shoppingCart .info {
            margin-left: 0
        }

            .cart .shoppingCart .info .name {
                margin: 5px 0
            }

        .cart .shoppingCart tbody tr.oddRow {
            background: #dfe6f1
        }

        .cart .shoppingCart .updateCartWrapper {
            float: none;
            width: 100%;
            margin: 0;
            padding: 20px 10px
        }

            .cart .shoppingCart .updateCartWrapper .updateCart {
                float: none;
                width: 100%
            }

        .cart .shoppingCart .promo input {
            width: 100%;
            margin-bottom: 10px
        }

        .cart .shoppingCart .promo a {
            width: 100%
        }

        .cart .shoppingCart .wholesale h2 {
            float: none;
            width: 100%;
            display: block;
            margin-bottom: 5px
        }

        .cart .shoppingCart .wholesale .weight {
            float: none
        }
}
