/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    /* resize: vertical; */
    resize: none;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Nest CSS Grid v1.3 by Ferenc, 2014
   ========================================================================== */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /* Apply natural box layout model to all elements */ *behavior: url(/resources/sites/80_site/assets/boxsizing.htc); /* Then use box-sizing polyfill for <=IE7 */ }

html, body { display: block; float: left; width: 100%; height: 100%; margin: 0; padding: 0; }

img { -ms-interpolation-mode: bicubic; padding: 0; margin: 0; } /* Smooth image scaling for older IE */

section, nav, article, aside, h1, h2, h3, h4, h5, h6, hgroup, header, footer, address, main, p, hr, pre, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div, img, iframe, video, canvas, map, area, svg, table, form, fieldset, input, button, select, textarea, keygen, details, summary  { display: block; float: left; width: 100%; } /* Default float left and 100% width of parent for all section and grouping elements according to Mozilla Developer Network HTML5 element list plus img,iframe,video,canvas,map,area,svg,table,form,fieldset,input,button,select,textarea,keygen,details,summary */

table { display: table; }

nav, article, aside, hgroup, header, footer, address, main, div  { margin: 0; padding: 0px; } /* Define the default margin and padding around layout content holder elements */

/* Bump down sections */
section { padding: 150px 0 0 0 !important; margin: 0; }

#page { position: relative !important; clear: both; z-index: 0; background-color: #fff; padding-top: 90px; width: 100%; min-width: 1024px; /*height: 100%;*/ margin: 0; padding: 0;overflow-x: hidden; }
body.home #page { padding-top: 0; }
/* Set global BKGD IMG */
#page { background-image: url('/resources/sites/80_site/images/snowflake background.png'); background-size: cover; background-repeat: repeat; background-color: white; }
.page-inner { clear: both; width: 100%; min-height: 540px; }

.container { clear: both; padding: 0; }
.wrapper { float: none; width: 1020px; margin: 0 auto; padding: 0; } /* Define the content width (% or px) of the website here. Adjust responsive queries for specific resolutions */
.container-inner { float: left; width: 1020px; margin: 0; padding: 0 20px 0 20px; }
.grid { padding: 15px; }
.fill { padding: 40px; }
.table { float: none; position: relative; display: table; width: 100%; height: 100%; }
.table-cell { float: none; position: relative; display: table-cell; vertical-align: middle; text-align: center; width: 100%; height: 100%; }

.nest { margin: 0; padding: 0; } /* For columns that contain nested layouts. Eliminates double padding */

.full { width: 100% } .one-half, .half { width: 50%; } .two-halves, .two-halfs { width: 100% } .one-third, .third { width: 33.3333333333%; } .two-thirds { width: 66.6666666666%; } .three-thirds { width: 100% } .one-fourth, .fourth { width: 25%; } .two-fourths { width: 50%; } .three-fourths { width: 75%; } .four-fourths { width: 100% } .one-fifth, .fifth { width: 20%; } .two-fifths { width: 40%; } .three-fifths { width: 60%; } .four-fifths { width: 80%; } .five-fifths { width: 100% } .one-sixth, .sixth { width: 16.6666666666%; } .two-sixths { width: 33.3333333333%; } .three-sixths { width: 50%; } .four-sixths { width: 66.6666666666%; } .five-sixths { width: 83.3333333333%; } .six-sixths { width: 100%; } .one-seventh, .seventh { width: 14.2857142857%; } .two-sevenths { width: 28.5714285714%; } .three-sevenths { width: 42.8571428571%; } .four-sevenths { width: 57.1428571428%; } .five-sevenths { width: 71.4285714285%; } .six-sevenths { width: 85.7142857142%; } .seven-sevenths { width: 100%; } .one-eighth, .eighth { width: 12.5%; } .two-eighths { width: 25%; } .three-eighths { width: 37.5%; } .four-eighths { width: 50%; } .five-eighths { width: 62.5%; } .six-eighths { width: 75%; } .seven-eighths { width: 87.5%; } .eight-eighths { width: 100%; } .one-ninth, .ninth { width: 11.1111111111%; } .two-ninths { width: 22.2222222222%; } .three-ninths { width: 33.3333333333%; } .four-ninths { width: 44.4444444444%; } .five-ninths { width: 55.5555555555%; } .six-ninths { width: 66.6666666666%; } .seven-ninths { width: 77.7777777777%; } .eight-ninths { width: 88.8888888888%; } .nine-ninths { width: 100%; } .one-tenth, .tenth { width: 10%; } .two-tenths { width: 20%; } .three-tenths { width: 30%; } .four-tenths { width: 40%; } .five-tenths { width: 50%; } .six-tenths { width: 60%; } .seven-tenths { width: 70%; } .eight-tenths { width: 80%; } .nine-tenths { width: 90%; } .ten-tenths { width: 100%; } .one-eleventh, .eleventh { width: 9.0909090909%; } .two-elevenths { width: 18.1818181818%; } .three-elevenths { width: 27.2727272727%; } .four-elevenths { width: 36.3636363636%; } .five-elevenths { width: 45.4545454545%; } .six-elevenths { width: 54.5454545454%; } .seven-elevenths { width: 63.6363636363%; } .eight-elevenths { width: 72.7272727272%; } .nine-elevenths { width: 81.8181818181%; } .ten-elevenths { width: 90.9090909090%; } .eleven-elevenths { width: 100%; } .one-twelfth, .twelfth, .twelveth, .one-twelveth { width: 8.3333333333%; } .two-twelfths, .two-twelveths { width: 16.6666666666%; } .three-twelfths, .three-twelveths { width: 25%; } .four-twelfths, .four-twelveths { width: 33.3333333333%; } .five-twelfths, .five-twelveths { width: 41.6666666666%; } .six-twelfths, .six-twelveths { width: 50%; } .seven-twelfths, .seven-twelveths { width: 58.3333333333%; } .eight-twelfths, .eigth-twelveths { width: 66.6666666666%; } .nine-twelfths, .nine-twelveths { width: 75%; } .ten-twelfths, .ten-twelveths { width: 83.3333333333%; } .eleven-twelfths, .eleven-twelveths { width: 91.6666666666%; } .twelve-twelfths, .twelve-twelveths { width: 100%; } /* Classes for percentage based layout widths */


/*global NEW 2020*/
.page-title-parent.container { margin-top: 100px; }

/* ==========================================================================
   Custom Styles for TBG Holiday PrintStore
   ========================================================================== */

/* Ionicons, v1.4.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/helloimben  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons */
@font-face{font-family:"Ionicons";src:url('/resources/sites/80_site/assets/ionicons.eot?v=1.4.0');src:url('/resources/sites/80_site/assets/ionicons.eot?v=1.4.0#iefix') format("embedded-opentype"),url('/resources/sites/80_site/assets/ionicons.ttf?v=1.4.0') format("truetype"),url('/resources/sites/80_site/assets/ionicons.woff?v=1.4.0') format("woff"),url('/resources/sites/80_site/assets/ionicons.svg?v=1.4.0#Ionicons') format("svg");font-weight:normal;font-style:normal}.ion,.ion-loading-a,.ion-loading-b,.ion-loading-c,.ion-loading-d,.ion-looping,.ion-refreshing,.ion-ios7-reloading,.ionicons,.ion-alert,.ion-alert-circled,.ion-android-add,.ion-android-add-contact,.ion-android-alarm,.ion-android-archive,.ion-android-arrow-back,.ion-android-arrow-down-left,.ion-android-arrow-down-right,.ion-android-arrow-up-left,.ion-android-arrow-up-right,.ion-android-battery,.ion-android-book,.ion-android-calendar,.ion-android-call,.ion-android-camera,.ion-android-chat,.ion-android-checkmark,.ion-android-clock,.ion-android-close,.ion-android-contact,.ion-android-contacts,.ion-android-data,.ion-android-developer,.ion-android-display,.ion-android-download,.ion-android-dropdown,.ion-android-earth,.ion-android-folder,.ion-android-forums,.ion-android-friends,.ion-android-hand,.ion-android-image,.ion-android-inbox,.ion-android-information,.ion-android-keypad,.ion-android-lightbulb,.ion-android-locate,.ion-android-location,.ion-android-mail,.ion-android-microphone,.ion-android-mixer,.ion-android-more,.ion-android-note,.ion-android-playstore,.ion-android-printer,.ion-android-promotion,.ion-android-reminder,.ion-android-remove,.ion-android-search,.ion-android-send,.ion-android-settings,.ion-android-share,.ion-android-social,.ion-android-social-user,.ion-android-sort,.ion-android-star,.ion-android-stopwatch,.ion-android-storage,.ion-android-system-back,.ion-android-system-home,.ion-android-system-windows,.ion-android-timer,.ion-android-trash,.ion-android-volume,.ion-android-wifi,.ion-archive,.ion-arrow-down-a,.ion-arrow-down-b,.ion-arrow-down-c,.ion-arrow-expand,.ion-arrow-graph-down-left,.ion-arrow-graph-down-right,.ion-arrow-graph-up-left,.ion-arrow-graph-up-right,.ion-arrow-left-a,.ion-arrow-left-b,.ion-arrow-left-c,.ion-arrow-move,.ion-arrow-resize,.ion-arrow-return-left,.ion-arrow-return-right,.ion-arrow-right-a,.ion-arrow-right-b,.ion-arrow-right-c,.ion-arrow-shrink,.ion-arrow-swap,.ion-arrow-up-a,.ion-arrow-up-b,.ion-arrow-up-c,.ion-at,.ion-bag,.ion-battery-charging,.ion-battery-empty,.ion-battery-full,.ion-battery-half,.ion-battery-low,.ion-beaker,.ion-beer,.ion-bluetooth,.ion-bookmark,.ion-briefcase,.ion-bug,.ion-calculator,.ion-calendar,.ion-camera,.ion-card,.ion-chatbox,.ion-chatbox-working,.ion-chatboxes,.ion-chatbubble,.ion-chatbubble-working,.ion-chatbubbles,.ion-checkmark,.ion-checkmark-circled,.ion-checkmark-round,.ion-chevron-down,.ion-chevron-left,.ion-chevron-right,.ion-chevron-up,.ion-clipboard,.ion-clock,.ion-close,.ion-close-circled,.ion-close-round,.ion-cloud,.ion-code,.ion-code-download,.ion-code-working,.ion-coffee,.ion-compass,.ion-compose,.ion-connection-bars,.ion-contrast,.ion-disc,.ion-document,.ion-document-text,.ion-drag,.ion-earth,.ion-edit,.ion-egg,.ion-eject,.ion-email,.ion-eye,.ion-eye-disabled,.ion-female,.ion-filing,.ion-film-marker,.ion-flag,.ion-flash,.ion-flash-off,.ion-flask,.ion-folder,.ion-fork,.ion-fork-repo,.ion-forward,.ion-game-controller-a,.ion-game-controller-b,.ion-gear-a,.ion-gear-b,.ion-grid,.ion-hammer,.ion-headphone,.ion-heart,.ion-help,.ion-help-buoy,.ion-help-circled,.ion-home,.ion-icecream,.ion-icon-social-google-plus,.ion-icon-social-google-plus-outline,.ion-image,.ion-images,.ion-information,.ion-information-circled,.ion-ionic,.ion-ios7-alarm,.ion-ios7-alarm-outline,.ion-ios7-albums,.ion-ios7-albums-outline,.ion-ios7-arrow-back,.ion-ios7-arrow-down,.ion-ios7-arrow-forward,.ion-ios7-arrow-left,.ion-ios7-arrow-right,.ion-ios7-arrow-thin-down,.ion-ios7-arrow-thin-left,.ion-ios7-arrow-thin-right,.ion-ios7-arrow-thin-up,.ion-ios7-arrow-up,.ion-ios7-at,.ion-ios7-at-outline,.ion-ios7-bell,.ion-ios7-bell-outline,.ion-ios7-bolt,.ion-ios7-bolt-outline,.ion-ios7-bookmarks,.ion-ios7-bookmarks-outline,.ion-ios7-box,.ion-ios7-box-outline,.ion-ios7-briefcase,.ion-ios7-briefcase-outline,.ion-ios7-browsers,.ion-ios7-browsers-outline,.ion-ios7-calculator,.ion-ios7-calculator-outline,.ion-ios7-calendar,.ion-ios7-calendar-outline,.ion-ios7-camera,.ion-ios7-camera-outline,.ion-ios7-cart,.ion-ios7-cart-outline,.ion-ios7-chatboxes,.ion-ios7-chatboxes-outline,.ion-ios7-chatbubble,.ion-ios7-chatbubble-outline,.ion-ios7-checkmark,.ion-ios7-checkmark-empty,.ion-ios7-checkmark-outline,.ion-ios7-circle-filled,.ion-ios7-circle-outline,.ion-ios7-clock,.ion-ios7-clock-outline,.ion-ios7-close,.ion-ios7-close-empty,.ion-ios7-close-outline,.ion-ios7-cloud,.ion-ios7-cloud-download,.ion-ios7-cloud-download-outline,.ion-ios7-cloud-outline,.ion-ios7-cloud-upload,.ion-ios7-cloud-upload-outline,.ion-ios7-cloudy,.ion-ios7-cloudy-night,.ion-ios7-cloudy-night-outline,.ion-ios7-cloudy-outline,.ion-ios7-cog,.ion-ios7-cog-outline,.ion-ios7-compose,.ion-ios7-compose-outline,.ion-ios7-contact,.ion-ios7-contact-outline,.ion-ios7-copy,.ion-ios7-copy-outline,.ion-ios7-download,.ion-ios7-download-outline,.ion-ios7-drag,.ion-ios7-email,.ion-ios7-email-outline,.ion-ios7-eye,.ion-ios7-eye-outline,.ion-ios7-fastforward,.ion-ios7-fastforward-outline,.ion-ios7-filing,.ion-ios7-filing-outline,.ion-ios7-film,.ion-ios7-film-outline,.ion-ios7-flag,.ion-ios7-flag-outline,.ion-ios7-folder,.ion-ios7-folder-outline,.ion-ios7-gear,.ion-ios7-gear-outline,.ion-ios7-glasses,.ion-ios7-glasses-outline,.ion-ios7-heart,.ion-ios7-heart-outline,.ion-ios7-help,.ion-ios7-help-empty,.ion-ios7-help-outline,.ion-ios7-infinite,.ion-ios7-infinite-outline,.ion-ios7-information,.ion-ios7-information-empty,.ion-ios7-information-outline,.ion-ios7-ionic-outline,.ion-ios7-keypad,.ion-ios7-keypad-outline,.ion-ios7-lightbulb,.ion-ios7-lightbulb-outline,.ion-ios7-location,.ion-ios7-location-outline,.ion-ios7-locked,.ion-ios7-locked-outline,.ion-ios7-medkit,.ion-ios7-medkit-outline,.ion-ios7-mic,.ion-ios7-mic-off,.ion-ios7-mic-outline,.ion-ios7-minus,.ion-ios7-minus-empty,.ion-ios7-minus-outline,.ion-ios7-monitor,.ion-ios7-monitor-outline,.ion-ios7-moon,.ion-ios7-moon-outline,.ion-ios7-more,.ion-ios7-more-outline,.ion-ios7-musical-note,.ion-ios7-musical-notes,.ion-ios7-navigate,.ion-ios7-navigate-outline,.ion-ios7-paperplane,.ion-ios7-paperplane-outline,.ion-ios7-partlysunny,.ion-ios7-partlysunny-outline,.ion-ios7-pause,.ion-ios7-pause-outline,.ion-ios7-people,.ion-ios7-people-outline,.ion-ios7-person,.ion-ios7-person-outline,.ion-ios7-personadd,.ion-ios7-personadd-outline,.ion-ios7-photos,.ion-ios7-photos-outline,.ion-ios7-pie,.ion-ios7-pie-outline,.ion-ios7-play,.ion-ios7-play-outline,.ion-ios7-plus,.ion-ios7-plus-empty,.ion-ios7-plus-outline,.ion-ios7-pricetag,.ion-ios7-pricetag-outline,.ion-ios7-printer,.ion-ios7-printer-outline,.ion-ios7-rainy,.ion-ios7-rainy-outline,.ion-ios7-recording,.ion-ios7-recording-outline,.ion-ios7-redo,.ion-ios7-redo-outline,.ion-ios7-refresh,.ion-ios7-refresh-empty,.ion-ios7-refresh-outline,.ion-ios7-reload,.ion-ios7-rewind,.ion-ios7-rewind-outline,.ion-ios7-search,.ion-ios7-search-strong,.ion-ios7-skipbackward,.ion-ios7-skipbackward-outline,.ion-ios7-skipforward,.ion-ios7-skipforward-outline,.ion-ios7-snowy,.ion-ios7-speedometer,.ion-ios7-speedometer-outline,.ion-ios7-star,.ion-ios7-star-outline,.ion-ios7-stopwatch,.ion-ios7-stopwatch-outline,.ion-ios7-sunny,.ion-ios7-sunny-outline,.ion-ios7-telephone,.ion-ios7-telephone-outline,.ion-ios7-thunderstorm,.ion-ios7-thunderstorm-outline,.ion-ios7-time,.ion-ios7-time-outline,.ion-ios7-timer,.ion-ios7-timer-outline,.ion-ios7-trash,.ion-ios7-trash-outline,.ion-ios7-undo,.ion-ios7-undo-outline,.ion-ios7-unlocked,.ion-ios7-unlocked-outline,.ion-ios7-upload,.ion-ios7-upload-outline,.ion-ios7-videocam,.ion-ios7-videocam-outline,.ion-ios7-volume-high,.ion-ios7-volume-low,.ion-ios7-wineglass,.ion-ios7-wineglass-outline,.ion-ios7-world,.ion-ios7-world-outline,.ion-ipad,.ion-iphone,.ion-ipod,.ion-jet,.ion-key,.ion-knife,.ion-laptop,.ion-leaf,.ion-levels,.ion-lightbulb,.ion-link,.ion-load-a,.ion-load-b,.ion-load-c,.ion-load-d,.ion-location,.ion-locked,.ion-log-in,.ion-log-out,.ion-loop,.ion-magnet,.ion-male,.ion-man,.ion-map,.ion-medkit,.ion-mic-a,.ion-mic-b,.ion-mic-c,.ion-minus,.ion-minus-circled,.ion-minus-round,.ion-model-s,.ion-monitor,.ion-more,.ion-music-note,.ion-navicon,.ion-navicon-round,.ion-navigate,.ion-no-smoking,.ion-nuclear,.ion-paper-airplane,.ion-paperclip,.ion-pause,.ion-person,.ion-person-add,.ion-person-stalker,.ion-pie-graph,.ion-pin,.ion-pinpoint,.ion-pizza,.ion-plane,.ion-play,.ion-playstation,.ion-plus,.ion-plus-circled,.ion-plus-round,.ion-pound,.ion-power,.ion-pricetag,.ion-pricetags,.ion-printer,.ion-radio-waves,.ion-record,.ion-refresh,.ion-reply,.ion-reply-all,.ion-search,.ion-settings,.ion-share,.ion-shuffle,.ion-skip-backward,.ion-skip-forward,.ion-social-android,.ion-social-android-outline,.ion-social-apple,.ion-social-apple-outline,.ion-social-bitcoin,.ion-social-bitcoin-outline,.ion-social-buffer,.ion-social-buffer-outline,.ion-social-designernews,.ion-social-designernews-outline,.ion-social-dribbble,.ion-social-dribbble-outline,.ion-social-dropbox,.ion-social-dropbox-outline,.ion-social-facebook,.ion-social-facebook-outline,.ion-social-freebsd-devil,.ion-social-github,.ion-social-github-outline,.ion-social-googleplus,.ion-social-googleplus-outline,.ion-social-hackernews,.ion-social-hackernews-outline,.ion-social-linkedin,.ion-social-linkedin-outline,.ion-social-pinterest,.ion-social-pinterest-outline,.ion-social-reddit,.ion-social-reddit-outline,.ion-social-rss,.ion-social-rss-outline,.ion-social-skype,.ion-social-skype-outline,.ion-social-tumblr,.ion-social-tumblr-outline,.ion-social-tux,.ion-social-twitter,.ion-social-twitter-outline,.ion-social-vimeo,.ion-social-vimeo-outline,.ion-social-windows,.ion-social-windows-outline,.ion-social-wordpress,.ion-social-wordpress-outline,.ion-social-yahoo,.ion-social-yahoo-outline,.ion-social-youtube,.ion-social-youtube-outline,.ion-speakerphone,.ion-speedometer,.ion-spoon,.ion-star,.ion-stats-bars,.ion-steam,.ion-stop,.ion-thermometer,.ion-thumbsdown,.ion-thumbsup,.ion-trash-a,.ion-trash-b,.ion-umbrella,.ion-unlocked,.ion-upload,.ion-usb,.ion-videocamera,.ion-volume-high,.ion-volume-low,.ion-volume-medium,.ion-volume-mute,.ion-waterdrop,.ion-wifi,.ion-wineglass,.ion-woman,.ion-wrench,.ion-xbox{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-spin,.ion-loading-a,.ion-loading-b,.ion-loading-c,.ion-loading-d,.ion-looping,.ion-refreshing,.ion-ios7-reloading{-webkit-animation:spin 1s infinite linear;-moz-animation:spin 1s infinite linear;-o-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.ion-loading-a{-webkit-animation-timing-function:steps(8, start);-moz-animation-timing-function:steps(8, start);animation-timing-function:steps(8, start)}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-contact:before{content:"\f2c6"}.ion-android-alarm:before{content:"\f2c8"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down-left:before{content:"\f2cb"}.ion-android-arrow-down-right:before{content:"\f2cc"}.ion-android-arrow-up-left:before{content:"\f2cd"}.ion-android-arrow-up-right:before{content:"\f2ce"}.ion-android-battery:before{content:"\f2cf"}.ion-android-book:before{content:"\f2d0"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkmark:before{content:"\f2d5"}.ion-android-clock:before{content:"\f2d6"}.ion-android-close:before{content:"\f2d7"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-data:before{content:"\f2da"}.ion-android-developer:before{content:"\f2db"}.ion-android-display:before{content:"\f2dc"}.ion-android-download:before{content:"\f2dd"}.ion-android-dropdown:before{content:"\f2de"}.ion-android-earth:before{content:"\f2df"}.ion-android-folder:before{content:"\f2e0"}.ion-android-forums:before{content:"\f2e1"}.ion-android-friends:before{content:"\f2e2"}.ion-android-hand:before{content:"\f2e3"}.ion-android-image:before{content:"\f2e4"}.ion-android-inbox:before{content:"\f2e5"}.ion-android-information:before{content:"\f2e6"}.ion-android-keypad:before{content:"\f2e7"}.ion-android-lightbulb:before{content:"\f2e8"}.ion-android-locate:before{content:"\f2e9"}.ion-android-location:before{content:"\f2ea"}.ion-android-mail:before{content:"\f2eb"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-mixer:before{content:"\f2ed"}.ion-android-more:before{content:"\f2ee"}.ion-android-note:before{content:"\f2ef"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-printer:before{content:"\f2f1"}.ion-android-promotion:before{content:"\f2f2"}.ion-android-reminder:before{content:"\f2f3"}.ion-android-remove:before{content:"\f2f4"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-social:before{content:"\f2fa"}.ion-android-social-user:before{content:"\f2f9"}.ion-android-sort:before{content:"\f2fb"}.ion-android-star:before{content:"\f2fc"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-storage:before{content:"\f2fe"}.ion-android-system-back:before{content:"\f2ff"}.ion-android-system-home:before{content:"\f300"}.ion-android-system-windows:before{content:"\f301"}.ion-android-timer:before{content:"\f302"}.ion-android-trash:before{content:"\f303"}.ion-android-volume:before{content:"\f304"}.ion-android-wifi:before{content:"\f305"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-at:before{content:"\f10f"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bookmark:before{content:"\f26b"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-flag:before{content:"\f279"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-flask:before{content:"\f138"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-game-controller-a:before{content:"\f13b"}.ion-game-controller-b:before{content:"\f13c"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-icon-social-google-plus:before{content:"\f146"}.ion-icon-social-google-plus-outline:before{content:"\f145"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios7-alarm:before{content:"\f14d"}.ion-ios7-alarm-outline:before{content:"\f14c"}.ion-ios7-albums:before{content:"\f14f"}.ion-ios7-albums-outline:before{content:"\f14e"}.ion-ios7-arrow-back:before{content:"\f150"}.ion-ios7-arrow-down:before{content:"\f151"}.ion-ios7-arrow-forward:before{content:"\f152"}.ion-ios7-arrow-left:before{content:"\f153"}.ion-ios7-arrow-right:before{content:"\f154"}.ion-ios7-arrow-thin-down:before{content:"\f27e"}.ion-ios7-arrow-thin-left:before{content:"\f27f"}.ion-ios7-arrow-thin-right:before{content:"\f280"}.ion-ios7-arrow-thin-up:before{content:"\f281"}.ion-ios7-arrow-up:before{content:"\f155"}.ion-ios7-at:before{content:"\f157"}.ion-ios7-at-outline:before{content:"\f156"}.ion-ios7-bell:before{content:"\f159"}.ion-ios7-bell-outline:before{content:"\f158"}.ion-ios7-bolt:before{content:"\f15b"}.ion-ios7-bolt-outline:before{content:"\f15a"}.ion-ios7-bookmarks:before{content:"\f15d"}.ion-ios7-bookmarks-outline:before{content:"\f15c"}.ion-ios7-box:before{content:"\f15f"}.ion-ios7-box-outline:before{content:"\f15e"}.ion-ios7-briefcase:before{content:"\f283"}.ion-ios7-briefcase-outline:before{content:"\f282"}.ion-ios7-browsers:before{content:"\f161"}.ion-ios7-browsers-outline:before{content:"\f160"}.ion-ios7-calculator:before{content:"\f285"}.ion-ios7-calculator-outline:before{content:"\f284"}.ion-ios7-calendar:before{content:"\f163"}.ion-ios7-calendar-outline:before{content:"\f162"}.ion-ios7-camera:before{content:"\f165"}.ion-ios7-camera-outline:before{content:"\f164"}.ion-ios7-cart:before{content:"\f167"}.ion-ios7-cart-outline:before{content:"\f166"}.ion-ios7-chatboxes:before{content:"\f169"}.ion-ios7-chatboxes-outline:before{content:"\f168"}.ion-ios7-chatbubble:before{content:"\f16b"}.ion-ios7-chatbubble-outline:before{content:"\f16a"}.ion-ios7-checkmark:before{content:"\f16e"}.ion-ios7-checkmark-empty:before{content:"\f16c"}.ion-ios7-checkmark-outline:before{content:"\f16d"}.ion-ios7-circle-filled:before{content:"\f16f"}.ion-ios7-circle-outline:before{content:"\f170"}.ion-ios7-clock:before{content:"\f172"}.ion-ios7-clock-outline:before{content:"\f171"}.ion-ios7-close:before{content:"\f2bc"}.ion-ios7-close-empty:before{content:"\f2bd"}.ion-ios7-close-outline:before{content:"\f2bb"}.ion-ios7-cloud:before{content:"\f178"}.ion-ios7-cloud-download:before{content:"\f174"}.ion-ios7-cloud-download-outline:before{content:"\f173"}.ion-ios7-cloud-outline:before{content:"\f175"}.ion-ios7-cloud-upload:before{content:"\f177"}.ion-ios7-cloud-upload-outline:before{content:"\f176"}.ion-ios7-cloudy:before{content:"\f17a"}.ion-ios7-cloudy-night:before{content:"\f308"}.ion-ios7-cloudy-night-outline:before{content:"\f307"}.ion-ios7-cloudy-outline:before{content:"\f179"}.ion-ios7-cog:before{content:"\f17c"}.ion-ios7-cog-outline:before{content:"\f17b"}.ion-ios7-compose:before{content:"\f17e"}.ion-ios7-compose-outline:before{content:"\f17d"}.ion-ios7-contact:before{content:"\f180"}.ion-ios7-contact-outline:before{content:"\f17f"}.ion-ios7-copy:before{content:"\f182"}.ion-ios7-copy-outline:before{content:"\f181"}.ion-ios7-download:before{content:"\f184"}.ion-ios7-download-outline:before{content:"\f183"}.ion-ios7-drag:before{content:"\f185"}.ion-ios7-email:before{content:"\f187"}.ion-ios7-email-outline:before{content:"\f186"}.ion-ios7-eye:before{content:"\f189"}.ion-ios7-eye-outline:before{content:"\f188"}.ion-ios7-fastforward:before{content:"\f18b"}.ion-ios7-fastforward-outline:before{content:"\f18a"}.ion-ios7-filing:before{content:"\f18d"}.ion-ios7-filing-outline:before{content:"\f18c"}.ion-ios7-film:before{content:"\f18f"}.ion-ios7-film-outline:before{content:"\f18e"}.ion-ios7-flag:before{content:"\f191"}.ion-ios7-flag-outline:before{content:"\f190"}.ion-ios7-folder:before{content:"\f193"}.ion-ios7-folder-outline:before{content:"\f192"}.ion-ios7-gear:before{content:"\f195"}.ion-ios7-gear-outline:before{content:"\f194"}.ion-ios7-glasses:before{content:"\f197"}.ion-ios7-glasses-outline:before{content:"\f196"}.ion-ios7-heart:before{content:"\f199"}.ion-ios7-heart-outline:before{content:"\f198"}.ion-ios7-help:before{content:"\f19c"}.ion-ios7-help-empty:before{content:"\f19a"}.ion-ios7-help-outline:before{content:"\f19b"}.ion-ios7-infinite:before{content:"\f19e"}.ion-ios7-infinite-outline:before{content:"\f19d"}.ion-ios7-information:before{content:"\f1a1"}.ion-ios7-information-empty:before{content:"\f19f"}.ion-ios7-information-outline:before{content:"\f1a0"}.ion-ios7-ionic-outline:before{content:"\f1a2"}.ion-ios7-keypad:before{content:"\f1a4"}.ion-ios7-keypad-outline:before{content:"\f1a3"}.ion-ios7-lightbulb:before{content:"\f287"}.ion-ios7-lightbulb-outline:before{content:"\f286"}.ion-ios7-location:before{content:"\f1a6"}.ion-ios7-location-outline:before{content:"\f1a5"}.ion-ios7-locked:before{content:"\f1a8"}.ion-ios7-locked-outline:before{content:"\f1a7"}.ion-ios7-medkit:before{content:"\f289"}.ion-ios7-medkit-outline:before{content:"\f288"}.ion-ios7-mic:before{content:"\f1ab"}.ion-ios7-mic-off:before{content:"\f1a9"}.ion-ios7-mic-outline:before{content:"\f1aa"}.ion-ios7-minus:before{content:"\f1ae"}.ion-ios7-minus-empty:before{content:"\f1ac"}.ion-ios7-minus-outline:before{content:"\f1ad"}.ion-ios7-monitor:before{content:"\f1b0"}.ion-ios7-monitor-outline:before{content:"\f1af"}.ion-ios7-moon:before{content:"\f1b2"}.ion-ios7-moon-outline:before{content:"\f1b1"}.ion-ios7-more:before{content:"\f1b4"}.ion-ios7-more-outline:before{content:"\f1b3"}.ion-ios7-musical-note:before{content:"\f1b5"}.ion-ios7-musical-notes:before{content:"\f1b6"}.ion-ios7-navigate:before{content:"\f1b8"}.ion-ios7-navigate-outline:before{content:"\f1b7"}.ion-ios7-paperplane:before{content:"\f1ba"}.ion-ios7-paperplane-outline:before{content:"\f1b9"}.ion-ios7-partlysunny:before{content:"\f1bc"}.ion-ios7-partlysunny-outline:before{content:"\f1bb"}.ion-ios7-pause:before{content:"\f1be"}.ion-ios7-pause-outline:before{content:"\f1bd"}.ion-ios7-people:before{content:"\f1c0"}.ion-ios7-people-outline:before{content:"\f1bf"}.ion-ios7-person:before{content:"\f1c2"}.ion-ios7-person-outline:before{content:"\f1c1"}.ion-ios7-personadd:before{content:"\f1c4"}.ion-ios7-personadd-outline:before{content:"\f1c3"}.ion-ios7-photos:before{content:"\f1c6"}.ion-ios7-photos-outline:before{content:"\f1c5"}.ion-ios7-pie:before{content:"\f28b"}.ion-ios7-pie-outline:before{content:"\f28a"}.ion-ios7-play:before{content:"\f1c8"}.ion-ios7-play-outline:before{content:"\f1c7"}.ion-ios7-plus:before{content:"\f1cb"}.ion-ios7-plus-empty:before{content:"\f1c9"}.ion-ios7-plus-outline:before{content:"\f1ca"}.ion-ios7-pricetag:before{content:"\f28d"}.ion-ios7-pricetag-outline:before{content:"\f28c"}.ion-ios7-printer:before{content:"\f1cd"}.ion-ios7-printer-outline:before{content:"\f1cc"}.ion-ios7-rainy:before{content:"\f1cf"}.ion-ios7-rainy-outline:before{content:"\f1ce"}.ion-ios7-recording:before{content:"\f1d1"}.ion-ios7-recording-outline:before{content:"\f1d0"}.ion-ios7-redo:before{content:"\f1d3"}.ion-ios7-redo-outline:before{content:"\f1d2"}.ion-ios7-refresh:before{content:"\f1d6"}.ion-ios7-refresh-empty:before{content:"\f1d4"}.ion-ios7-refresh-outline:before{content:"\f1d5"}.ion-ios7-reload:before,.ion-ios7-reloading:before{content:"\f28e"}.ion-ios7-rewind:before{content:"\f1d8"}.ion-ios7-rewind-outline:before{content:"\f1d7"}.ion-ios7-search:before{content:"\f1da"}.ion-ios7-search-strong:before{content:"\f1d9"}.ion-ios7-skipbackward:before{content:"\f1dc"}.ion-ios7-skipbackward-outline:before{content:"\f1db"}.ion-ios7-skipforward:before{content:"\f1de"}.ion-ios7-skipforward-outline:before{content:"\f1dd"}.ion-ios7-snowy:before{content:"\f309"}.ion-ios7-speedometer:before{content:"\f290"}.ion-ios7-speedometer-outline:before{content:"\f28f"}.ion-ios7-star:before{content:"\f1e0"}.ion-ios7-star-outline:before{content:"\f1df"}.ion-ios7-stopwatch:before{content:"\f1e2"}.ion-ios7-stopwatch-outline:before{content:"\f1e1"}.ion-ios7-sunny:before{content:"\f1e4"}.ion-ios7-sunny-outline:before{content:"\f1e3"}.ion-ios7-telephone:before{content:"\f1e6"}.ion-ios7-telephone-outline:before{content:"\f1e5"}.ion-ios7-thunderstorm:before{content:"\f1e8"}.ion-ios7-thunderstorm-outline:before{content:"\f1e7"}.ion-ios7-time:before{content:"\f292"}.ion-ios7-time-outline:before{content:"\f291"}.ion-ios7-timer:before{content:"\f1ea"}.ion-ios7-timer-outline:before{content:"\f1e9"}.ion-ios7-trash:before{content:"\f1ec"}.ion-ios7-trash-outline:before{content:"\f1eb"}.ion-ios7-undo:before{content:"\f1ee"}.ion-ios7-undo-outline:before{content:"\f1ed"}.ion-ios7-unlocked:before{content:"\f1f0"}.ion-ios7-unlocked-outline:before{content:"\f1ef"}.ion-ios7-upload:before{content:"\f1f2"}.ion-ios7-upload-outline:before{content:"\f1f1"}.ion-ios7-videocam:before{content:"\f1f4"}.ion-ios7-videocam-outline:before{content:"\f1f3"}.ion-ios7-volume-high:before{content:"\f1f5"}.ion-ios7-volume-low:before{content:"\f1f6"}.ion-ios7-wineglass:before{content:"\f294"}.ion-ios7-wineglass-outline:before{content:"\f293"}.ion-ios7-world:before{content:"\f1f8"}.ion-ios7-world-outline:before{content:"\f1f7"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before,.ion-loading-a:before{content:"\f29a"}.ion-load-b:before,.ion-loading-b:before{content:"\f29b"}.ion-load-c:before,.ion-loading-c:before{content:"\f29c"}.ion-load-d:before,.ion-loading-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before,.ion-looping:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before,.ion-refreshing:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-umbrella:before{content:"\f2b7"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}

/* Simple Line Icons */
@font-face { font-family: 'Simple-Line-Icons'; src:url('/resources/sites/80_site/assets/Simple-Line-Icons.eot'); src:url('/resources/sites/80_site/assets/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'), url('/resources/sites/80_site/assets/Simple-Line-Icons.woff') format('woff'), url('/resources/sites/80_site/assets/Simple-Line-Icons.ttf') format('truetype'), url('/resources/sites/80_site/assets/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg'); font-weight: normal; font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before { font-family: 'Simple-Line-Icons'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/* Use the following CSS code if you want to have a class per icon */
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users { font-family: 'Simple-Line-Icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } 
.icon-user-female:before { content: "\e000"; } .icon-user-follow:before { content: "\e002"; } .icon-user-following:before { content: "\e003"; } .icon-user-unfollow:before { content: "\e004"; } .icon-trophy:before { content: "\e006"; } .icon-screen-smartphone:before { content: "\e010"; } .icon-screen-desktop:before { content: "\e011"; } .icon-plane:before { content: "\e012"; } .icon-notebook:before { content: "\e013"; } .icon-moustache:before { content: "\e014"; } .icon-mouse:before { content: "\e015"; } .icon-magnet:before { content: "\e016"; } .icon-energy:before { content: "\e020"; } .icon-emoticon-smile:before { content: "\e021"; } .icon-disc:before { content: "\e022"; } .icon-cursor-move:before { content: "\e023"; } .icon-crop:before { content: "\e024"; } .icon-credit-card:before { content: "\e025"; } .icon-chemistry:before { content: "\e026"; } .icon-user:before { content: "\e005"; } .icon-speedometer:before { content: "\e007"; } .icon-social-youtube:before { content: "\e008"; } .icon-social-twitter:before { content: "\e009"; } .icon-social-tumblr:before { content: "\e00a"; } .icon-social-facebook:before { content: "\e00b"; } .icon-social-dropbox:before { content: "\e00c"; } .icon-social-dribbble:before { content: "\e00d"; } .icon-shield:before { content: "\e00e"; } .icon-screen-tablet:before { content: "\e00f"; } .icon-magic-wand:before { content: "\e017"; } .icon-hourglass:before { content: "\e018"; } .icon-graduation:before { content: "\e019"; } .icon-ghost:before { content: "\e01a"; } .icon-game-controller:before { content: "\e01b"; } .icon-fire:before { content: "\e01c"; } .icon-eyeglasses:before { content: "\e01d"; } .icon-envelope-open:before { content: "\e01e"; } .icon-envelope-letter:before { content: "\e01f"; } .icon-bell:before { content: "\e027"; } .icon-badge:before { content: "\e028"; } .icon-anchor:before { content: "\e029"; } .icon-wallet:before { content: "\e02a"; } .icon-vector:before { content: "\e02b"; } .icon-speech:before { content: "\e02c"; } .icon-puzzle:before { content: "\e02d"; } .icon-printer:before { content: "\e02e"; } .icon-present:before { content: "\e02f"; } .icon-playlist:before { content: "\e030"; } .icon-pin:before { content: "\e031"; } .icon-picture:before { content: "\e032"; } .icon-map:before { content: "\e033"; } .icon-layers:before { content: "\e034"; } .icon-handbag:before { content: "\e035"; } .icon-globe-alt:before { content: "\e036"; } .icon-globe:before { content: "\e037"; } .icon-frame:before { content: "\e038"; } .icon-folder-alt:before { content: "\e039"; } .icon-film:before { content: "\e03a"; } .icon-feed:before { content: "\e03b"; } .icon-earphones-alt:before { content: "\e03c"; } .icon-earphones:before { content: "\e03d"; } .icon-drop:before { content: "\e03e"; } .icon-drawer:before { content: "\e03f"; } .icon-docs:before { content: "\e040"; } .icon-directions:before { content: "\e041"; } .icon-direction:before { content: "\e042"; } .icon-diamond:before { content: "\e043"; } .icon-cup:before { content: "\e044"; } .icon-compass:before { content: "\e045"; } .icon-call-out:before { content: "\e046"; } .icon-call-in:before { content: "\e047"; } .icon-call-end:before { content: "\e048"; } .icon-calculator:before { content: "\e049"; } .icon-bubbles:before { content: "\e04a"; } .icon-briefcase:before { content: "\e04b"; } .icon-book-open:before { content: "\e04c"; } .icon-basket-loaded:before { content: "\e04d"; } .icon-basket:before { content: "\e04e"; } .icon-bag:before { content: "\e04f"; } .icon-action-undo:before { content: "\e050"; } .icon-action-redo:before { content: "\e051"; } .icon-wrench:before { content: "\e052"; } .icon-umbrella:before { content: "\e053"; } .icon-trash:before { content: "\e054"; } .icon-tag:before { content: "\e055"; } .icon-support:before { content: "\e056"; } .icon-size-fullscreen:before { content: "\e057"; } .icon-size-actual:before { content: "\e058"; } .icon-shuffle:before { content: "\e059"; } .icon-share-alt:before { content: "\e05a"; } .icon-share:before { content: "\e05b"; } .icon-rocket:before { content: "\e05c"; } .icon-question:before { content: "\e05d"; } .icon-pie-chart:before { content: "\e05e"; } .icon-pencil:before { content: "\e05f"; } .icon-note:before { content: "\e060"; } .icon-music-tone-alt:before { content: "\e061"; } .icon-music-tone:before { content: "\e062"; } .icon-microphone:before { content: "\e063"; } .icon-loop:before { content: "\e064"; } .icon-logout:before { content: "\e065"; } .icon-login:before { content: "\e066"; } .icon-list:before { content: "\e067"; } .icon-like:before { content: "\e068"; } .icon-home:before { content: "\e069"; } .icon-grid:before { content: "\e06a"; } .icon-graph:before { content: "\e06b"; } .icon-equalizer:before { content: "\e06c"; } .icon-dislike:before { content: "\e06d"; } .icon-cursor:before { content: "\e06e"; } .icon-control-start:before { content: "\e06f"; } .icon-control-rewind:before { content: "\e070"; } .icon-control-play:before { content: "\e071"; } .icon-control-pause:before { content: "\e072"; } .icon-control-forward:before { content: "\e073"; } .icon-control-end:before { content: "\e074"; } .icon-calendar:before { content: "\e075"; } .icon-bulb:before { content: "\e076"; } .icon-bar-chart:before { content: "\e077"; } .icon-arrow-up:before { content: "\e078"; } .icon-arrow-right:before { content: "\e079"; } .icon-arrow-left:before { content: "\e07a"; } .icon-arrow-down:before { content: "\e07b"; } .icon-ban:before { content: "\e07c"; } .icon-bubble:before { content: "\e07d"; } .icon-camcorder:before { content: "\e07e"; } .icon-camera:before { content: "\e07f"; } .icon-check:before { content: "\e080"; } .icon-clock:before { content: "\e081"; } .icon-close:before { content: "\e082"; } .icon-cloud-download:before { content: "\e083"; } .icon-cloud-upload:before { content: "\e084"; } .icon-doc:before { content: "\e085"; } .icon-envelope:before { content: "\e086"; } .icon-eye:before { content: "\e087"; } .icon-flag:before { content: "\e088"; } .icon-folder:before { content: "\e089"; } .icon-heart:before { content: "\e08a"; } .icon-info:before { content: "\e08b"; } .icon-key:before { content: "\e08c"; } .icon-link:before { content: "\e08d"; } .icon-lock:before { content: "\e08e"; } .icon-lock-open:before { content: "\e08f"; } .icon-magnifier:before { content: "\e090"; } .icon-magnifier-add:before { content: "\e091"; } .icon-magnifier-remove:before { content: "\e092"; } .icon-paper-clip:before { content: "\e093"; } .icon-paper-plane:before { content: "\e094"; } .icon-plus:before { content: "\e095"; } .icon-pointer:before { content: "\e096"; } .icon-power:before { content: "\e097"; } .icon-refresh:before { content: "\e098"; } .icon-reload:before { content: "\e099"; } .icon-settings:before { content: "\e09a"; } .icon-star:before { content: "\e09b"; } .icon-symbol-female:before { content: "\e09c"; } .icon-symbol-male:before { content: "\e09d"; } .icon-target:before { content: "\e09e"; } .icon-volume-1:before { content: "\e09f"; } .icon-volume-2:before { content: "\e0a0"; } .icon-volume-off:before { content: "\e0a1"; } .icon-users:before { content: "\e001"; }


 /*Mark Pro - Regular*/
    @font-face {
        font-family:'FontFontMarkPro';
            src: url('/resources/sites/80_site/assets/FontFontMarkPro.woff') format('woff');
            font-weight: normal;
            font-style: normal;
    }


    /*Mark Pro - Medium*/
    @font-face {
        font-family:'FontFontMarkProMedium';
            src: url('/resources/sites/80_site/assets/FontFontMarkProMedium.woff') format('woff');
            font-weight: normal;
            font-style: normal;
    }

    /*Mark Pro - Bold*/
    @font-face {
        font-family:'FontFontMarkProBold';
            src: url('/resources/sites/80_site/assets/FontFontMarkProBold.woff') format('woff');
            font-weight: normal;
            font-style: normal;
    }


body { font-family: 'FontFontMarkPro',Helvetica,sans-serif; font-size: 14px; line-height: 24px; font-weight: 300; color: #333; background-color: #111; }


p { margin-top: 0; margin-bottom: 14px; }

/* Global Link Styles */
a { text-decoration: none; color: #009adf; 
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a:hover { cursor: pointer; opacity: 0.6; }
a, a:hover, a:active, a:focus, a:visited { outline: none !important; }

/* Global Button Styles */
button, 
button.secondary,
a.button, 
a.button.secondary,  
a.addToCart, 
#checkoutButtonDiv a, 
a.button.continueShopping, 
#submitOrderButtonDiv a, 
td.code button.secondary,  
ul.accountLinks li.signout a, 
#home-enter a {
    display: block;
    float: left;
    width: 100%;    
    text-align: center;
    padding: 0 10px 0 10px;
	line-height: 28px;
    font-weight: normal;
	height: 45px;
	background-color: #009adf;
	font-family: 'FontFontMarkPro',Helvetica,sans-serif;
	font-style: normal;
	color: #fff;
	letter-spacing: 0px;
	border: 2px solid #009adf;
	-khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}

/* Global Button Hover Styles */
button:hover, 
button.secondary:hover,
a.button:hover, 
a.button.secondary:hover,  
a.addToCart:hover, 
#checkoutButtonDiv a:hover, 
a.button.continueShopping:hover, 
#submitOrderButtonDiv a:hover, 
td.code button.secondary:hover, 
ul.accountLinks li.signout a:hover, 
#home-enter a:hover {
	background-color: transparent;
	color: #009adf;
	height: 45px;
	padding: 0 10px 0 10px;
	border: 2px solid #009adf;
}

/* Global Button Active Styles */
button:active, 
button.secondary:active, 
a.button:active, 
a.button.secondary:active, 
a.addToCart:active, 
#checkoutButtonDiv a:active, 
a.button.continueShopping:active, 
#submitOrderButtonDiv a:active, 
td.code button.secondary:active, 
#checkout ol.checkoutProcess li.complete a:active,
ul.accountLinks li.signout a:active, 
#home-enter a:active {
	outline: none !important;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

/* Global Button Visited Styles */
button:visited, 
button.secondary:visited, 
a.button:visited, 
a.button.secondary:visited, 
a.addToCart:visited, 
#checkoutButtonDiv a:visited, 
.getQuotesButton button:visited, 
a.button.continueShopping:visited, 
#submitOrderButtonDiv a:visited, 
td.code button.secondary:visited, 
#checkout ol.checkoutProcess li.complete a:visited,
ul.accountLinks li.signout a:visited, 
#home-enter a:visited {
	outline: none !important;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

/* Larger Buttons */
a.addToCart, 
#product .quoteContinue button,  
#submitOrderButtonDiv a, 
#shipping button, 
button.cartCheckout, 
#checkoutButtonDiv a, 
#home-enter a {
	font-size: 16px;
	line-height: 48px;
	height: 50px;
	-khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

/* Larger Buttons Hover Styles */
a.addToCart:hover, 
#product .quoteContinue button:hover,  
#submitOrderButtonDiv a:hover, 
#shipping button:hover, 
button.cartCheckout:hover, 
#checkoutButtonDiv a:hover, 
#home-enter a:hover {
	font-size: 16px;
	line-height: 48px;
	height: 50px;
	-khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

/* Alternate Color Buttons - #1 */
.product button, 
.product button.secondary, 
.product a.addToCart, 
.product #checkoutButtonDiv a, 
#shipping button, 
.continueShoppingLink a.button.continueShopping {
	background-color: #009adf;
    border: 1px solid #009adf;
}
.product button:hover, 
.product button.secondary:hover, 
.product a.addToCart:hover, 
.product #checkoutButtonDiv a:hover, 
#shipping button:hover, 
.continueShoppingLink a.button.continueShopping:hover{
	background-color: transparent;
    color: #009adf;
    border: 2px solid #009adf;
}

/* Special Case Buttons */
button.cancel { background-color: transparent; color: #009adf; }
button.cancel:hover { background-color: #009adf; color: #fff; }
.panelButtons button.cancel { margin-right: 0; margin-bottom: 10px; }

/* Global Header Styles */
body.checkout h1, body.thank-you h1 { text-align: center; }
h1, h2, h3, h4, h5, h6 { font-family: 'FontFontMarkProBold',Helvetica,sans-serif; font-weight: 700; margin: 0; padding: 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #c30e2e; -webkit-transition: color 0.2s linear; -moz-transition: color 0.2s linear; -o-transition: color 0.2s linear; transition: color 0.2s linear; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #eb0028; }
h1 { font-size: 30px; line-height: 36px; }
h2 { font-size: 25px; line-height: 31px; }
h3 { font-size: 22px; line-height: 28px; }
h4 { font-size: 18px; line-height: 24px; }
h5 { font-size: 16px; line-height: 22px; }
h6 { font-size: 14px; line-height: 20px; }

/* Global Select Box Styles - Some styles from Zurb Foundation */
select {
	width: 100%;
	-webkit-appearance: none !important;
	height: 30px;
	line-height: 18px;
	padding: 5px 20px 5px 10px;
	font-size: 12px;
	border: solid 1px #c30e2e;
	-khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow: 0px 0px 0px 0px #c30e2e; -webkit-box-shadow: 0px 0px 0px 0px #c30e2e; box-shadow: 0px 0px 0px 0px #c30e2e;
	background: #ffffff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9Ii01IDAgMTYgMyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtNSAwIDE2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBvbHlnb24gcG9pbnRzPSIxLDAgLTIsMyAtNSwwICIvPg0KPC9zdmc+DQo=") no-repeat 100% 50%;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;
}
select:hover {
	cursor: pointer;
	border: solid 1px #c30e2e;
	-moz-box-shadow: 0px 0px 5px 0px #c30e2e; -webkit-box-shadow: 0px 0px 5px 0px #c30e2e; box-shadow: 0px 0px 5px 0px #c30e2e;
	background: #ffffff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9Ii01IDAgMTYgMyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtNSAwIDE2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBvbHlnb24gcG9pbnRzPSIxLDAgLTIsMyAtNSwwICIvPg0KPC9zdmc+DQo=") no-repeat 100% 50%;
}
@-moz-document url-prefix() {
    select { background: #ffffff; padding-right: 10px; }
    select:hover { background: #ffffff; }
}
select:focus {
	border: solid 1px #c30e2e;
	outline: none !important;
	-moz-box-shadow: 0px 0px 5px 0px #c30e2e; -webkit-box-shadow: 0px 0px 5px 0px #c30e2e; box-shadow: 0px 0px 5px 0px #c30e2e;
}

/* Global Input Styles */
input {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 18px;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #444;
	color: #999;
	-moz-box-shadow: 0px 0px 0px 0px #c30e2e; -webkit-box-shadow: 0px 0px 0px 0px #c30e2e; box-shadow: 0px 0px 0px 0px #c30e2e;
	-khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;
}
input:focus {
	outline: none !important;
	border: solid 1px #c30e2e;
	color: #c30e2e;
	-moz-box-shadow: 0px 0px 5px 0px #c30e2e; -webkit-box-shadow: 0px 0px 5px 0px #c30e2e; box-shadow: 0px 0px 5px 0px #c30e2e;
	-khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

/* Global Text Area Styles */
textarea, 
textarea.jobNotes,
table.formFields td textarea {
	display: block;
	width: 100%;
	height: auto;
	min-height: 80px;
	line-height: 18px;
	font-size: 12px;
	margin: 0;
	padding: 5px 20px 5px 10px;
	border: solid 1px #c30e2e;
	color: #999;
	-moz-box-shadow: 0px 0px 0px 0px #c30e2e; -webkit-box-shadow: 0px 0px 0px 0px #c30e2e; box-shadow: 0px 0px 0px 0px #c30e2e;
	-khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;
}
textarea:focus {
	outline: none !important;
	border: solid 1px #c30e2e;
	color: #c30e2e;
	-moz-box-shadow: 0px 0px 5px 0px #c30e2e; -webkit-box-shadow: 0px 0px 5px 0px #c30e2e; box-shadow: 0px 0px 5px 0px #c30e2e;
	-khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

/* Global Checkbox Styles */
input[type="checkbox"] {
	width: auto;
	height: auto;
	line-height: normal;
}
input[type="checkbox"]:hover {
	cursor: pointer;
}

/* Global Radio Input Styles */
input[type="radio"] {
	width: auto;
	height: auto;
	line-height: normal;
}
input[type="radio"]:hover {
	cursor: pointer;
}

/* Global Preloaders - Default #fff */
span.preloader, .fill .activeOrderList span.preloader {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: center;
	width: 100%;
	padding: 20px 0 20px 0;
	height: 90px;
	margin: 0;
	background: url(/resources/sites/80_site/images/preloader-fff.gif) 50% 50% no-repeat;
}
span.preloader img, #product span.preloader img {
	display: inline-block;
	float: none;
	margin: 0 auto;
	height: 50px;
	width: 50px !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;
}
/* Preloaders inside .fill */
.fill span.preloader, 
#signInFields span.preloader, 
#registerFields span.preloader, 
#shipping span.preloader {
	background-image: url(/resources/sites/80_site/images/preloader-fff.gif);
}
/* Preloaders #c30e2e */
#signInFields span.preloader {
	background-image: url(/resources/sites/80_site/images/preloader-269dd8.gif);
}
/* Preloaders #ddd */
#checkout-process .fill .genericContainer.accountCreation span.preloader, 
#checkout-process .fill .genericContainer.shippingService span.preloader, 
#checkout-process .fill .shipTo span.preloader, 
#checkout-process .fill #shipFromAddress span.preloader, 
#checkout-process .fill .billTo span.preloader {
	background-image: url(/resources/sites/80_site/images/preloader-ddd.gif);
}

/* Matt */
input[type="checkbox"] { margin-right: 5px; }
#cartPageDetail img, .fill img, .orderDetailWindow img { width: auto; }
#alertPanelContent ol { padding: 0 0 0 20px; }
#alertPanelContent ol li { display: list-item; }
tr.selectedService { background: #F6F7F8; }
table.formFields tr.short td select { display: inline; float: none; }
.orderDetailWindow div { padding: 0 0 20px 0; }
.theOrderDetails { width: 500px; }
.theOrderActivities { width: 370px; }
.orderDetailSection { width: 380px; }
.orderDetailWindow div.activityLog { padding: 10px; }
.orderDetailWindow div.theActivity { padding: 0; }
.orderDetailWindow div.actionArea { padding: 10px 15px; }
.orderDetailWindow .actionArea table div { padding: 0; }
.stockItemList * { vertical-align: top; }
header.order #cart span.el-icon-shopping-cart { display: none; }
#product #product-details div.prodDescription { padding-bottom: 10px; }
/* end Matt */

/* Base Theme Styles (Layout, Global Colors, etc. ) */
.container-inner { position: relative; background-color: transparent; }

body.login-register #page { background-color: #fff; background-image: none; }

.fill { -khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #fff;  }

.fill .page-title { padding: 0 0 20px 0; }
.page-title { padding-top: 40px; }

.process .fill { position: absolute;  }
/* Protect Fancy Box Styles */
#fancybox-wrap { padding: 0; }
#fancybox-wrap, #fancybox-wrap * { box-sizing: content-box; float: none; }
#fancybox-inner * { box-sizing: border-box; float: left; }

/* Header Styles */
header { position: fixed; z-index: 99; background-color: #fff; }

/* Header Account Styles */
#header-account { display: none; margin: 0; padding: 0; width: 100%; height: 40px; background-color: #f7f7f7;  }
#header-account #accountMenu { height: 40px; }

/* Header Menu Styles */
#header-menu { position: relative; background-color: #fff; height: 100px; -moz-box-shadow: 0 0px 3px 0 rgba(0,0,0,0.5); -webkit-box-shadow: 0 0px 3px 0 rgba(0,0,0,0.5); box-shadow: 0 0px 3px 0 rgba(0,0,0,0.5); }

/* Header Logo Styles */
#logo { position: relative; width: auto; margin: 0; padding: 0; background-color: #000; }
#logo h1 { display: block; float: left; margin: 0; padding: 0; }
#logo h1 a { position: relative; display: block; float: left; height: 100px; width: auto; margin: 0; padding: 25px 38px 0 25px; overflow: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
#logo h1 a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
#logo h1 a img { height: auto; width: 225px; }
#logo h1 a span { position: absolute; display: block; top: -500px; }

/* Header Nav Main Menu Styles */
#nav-main { width: auto; }
#nav_main-menu { display: block; float: left; list-style: none; padding: 0; margin: 0 0 0 20px; }
#nav_main-menu li { display: block; float: left; clear: none; width: auto; padding: 0; margin: 0; }
#nav_main-menu li a { position: relative; display: block; float: left; height: 100px; line-height: 100px; color: #333; text-decoration: none; padding: 0 20px 0 20px; margin: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
#nav_main-menu li a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }

/* Header Cart Styles */
#cart { position: relative; float: right; width: auto; height: 100px; overflow: hidden; }
#cart a { display: block; width: auto; height: 100px; line-height: 100px; font-family:'FontFontMarkPro','Helvetica Neue',Helvetica,sans-serif; text-transform: none; font-size: 12px; color: #000; text-decoration: none; padding: 0 20px 0 20px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
#cart a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
#cart a span { display: block; float: left; height: 100px; line-height: 100px; } 
#cart a span.ion { font-size: 26px; font-weight: normal; padding: 0 10px 0 0; }
#hide-cart { visibility: hidden; position: absolute; top: -500px; }
#hide-cart #cartButton { display: none; }

/* Header Toggle Account Button */
#toggle-my-account { display: block; float: right; height: 100px; line-height: 100px; padding: 0 20px 0 20px; font-family:'FontFontMarkPro','Helvetica Neue',Helvetica,sans-serif; text-transform: none; font-size: 12px; color: #000; text-decoration: none; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
#toggle-my-account:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
#toggle-my-account span { display: block; float: left; height: 100px; line-height: 100px; }
#toggle-my-account span.icon-user { font-size: 20px; padding: 0 5px 0 0; }

/* Header Account Sign In and Account Links */
#signin { float: right; width: auto; height: 60px; padding-right: 20px; }
#signin .signInField { float: left; clear: none; width: auto; height: 60px; margin: 0; padding: 15px 0 0 0; }
#signin .signInField.un input { -khtml-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; color: #fff; -moz-transition: none; -webkit-transition: none; -o-transition: all 0 none; transition: none; }
#signin .signInField.un input:focus { color: #c30e2e; }
#signin .signInField.pw { display: none; }
#signin .signInField.submit a { -khtml-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; background-color: #fff; color: #c30e2e; border: 1px solid #fff; }
#signin .signInField.submit a:hover { background-color: #eb0028; color: #fff; border: 1px solid #eb0028; }
#signin .rememberMe { display: none; }
#header-account .ifNotSignedIn p { display: block; float: right; width: auto; height: 60px; line-height: 60px; margin: 0; padding: 0 10px 0 0; color: #fff; }
ul.userAccountMenu, ul.userAccountMenu ul { display: block; list-style: none; width: auto; height: 60px; }
ul.userAccountMenu { float: right; margin: 0 20px 0 0; padding: 0; width: auto; }
ul.userAccountMenu li, ul.accountLinks li, ul.userAccountMenu li a, ul.userAccountMenu li a { display: block; float: left; width: auto; height: 40px; line-height: 40px; font-size: 12px; color: #333; text-decoration: none; }
.userFullName { display: block; float: left; width: auto; height: 40px; line-height: 40px; margin: 0; padding: 0; font-weight: 900; }
ul.accountLinks { padding-left: 10px; }
ul.accountLinks li a { border: none; padding: 0 10px 0 10px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
ul.accountLinks li a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; }
ul.accountLinks li.signout a { margin: 5px 0 0 10px; background-color: #009adf; color: #fff; border: 1px solid #009adf; font-weight: 200; height: auto; }
ul.accountLinks li.signout a:hover { background-color: transparent; color: #009adf; border: 1px solid #009adf; height: auto; }

/* Login Styles */
.login-form-wrapper { background-color: #ffffff; padding: 40px; box-shadow: 0px 0px 6px rgba(0,0,0,0.2); }

.login-register #nav-main { display: none; }
.login-register #cart { display: none; }
.login-register #toggle-my-account { display: none; }
#login-form { height: 500px; background-image: url('/resources/sites/80_site/images/snowflake background.png'); background-repeat: repeat; background-color: white; }
#login-form .container-inner { height: 500px; }
#login-form h1 { text-align: left; padding: 0; margin-bottom: 24px; font-size: 38px; line-height: 40px; }
#login-form #signInFields { }
#login-form #signInFields input { width: 70%; height: 40px; line-height: 18px; padding: 10px; font-size: 15px; border-color: #666; -khtml-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; -moz-transition: none; -webkit-transition: none; -o-transition: all 0 none; transition: none; }
#login-form #signInFields input:focus { border-color: #fff; }
#login-form #signInFields button { width: 30%; height: 40px; padding: 0; font-size: 18px; line-height: 38px; box-shadow: 0px 4px 6px rgba(0,0,0,0.2); -khtml-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; background-color: #000; color: #fff; border: 1px solid #000; }
#login-form #signInFields button:hover { height: 40px; padding: 0; background-color: #333; color: #fff; border: 1px solid #333; }
#login-form p { text-align: left; padding: 0; margin-top: 22px; }
#login-hero { height: 250px; background-color: #fff; }
#login-hero .two-thirds { position: relative; float: right; }
#login-hero .two-thirds img { position: absolute; width: auto; top: -450px; right: -527px; width: 1200px; }

/* Username and Password Field on login */
#LOGINUSERNAMEEF, #LOGINPASSWORDEF { width: 80% !important; }

/* Hiding the Remember Me button */
#signInFields table.formFields tbody tr:nth-child(3) { display: none; }

/* Home Page Styles */
body.home #page, body.home #home, body.home #home-enter, body.home #home-enter .container-inner { position: absolute; height: 100%; }
/*#home-enter .one-third { padding: 0 60px 0 20px; }
#home-enter .two-thirds { padding: 0 20px 0 60px; border-left: 2px solid #666; }
#home-enter .two-thirds .one-half:first-child { padding-right: 40px; }
#home-enter .container-inner { min-height: 500px; }
#home-enter h1 { text-align: left; padding: 0; margin-bottom: 10px; font-family:'FontFontMarkPro','Helvetica Neue',Helvetica,sans-serif; font-size: 60px; line-height: 72px; }
#home-enter p { text-align: left; }
#home-enter a { text-align: center; margin: 0; width: 100%; padding: 0; -khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #000; color: #fff; border: 1px solid #000; }
#home-enter a:hover { padding: 0; background-color: #333; color: #fff; border: 1px solid #333; }*/


/*Home styles - NEW 2020*/
.home-banner.container { 
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f6f6f6;
   /* padding-top: 130px; */
}
/* -- Home thumbnail list -- */
.home-thumbs.home-thumbs-products.container { margin-bottom: 50px; }
/*.home-thumbs ul { list-style: none; display: block; clear: both; float: left; width: 100%; margin: 0; padding: 0; }*/
.home-thumbs ul {
    list-style: none;
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: none;
    border: none;
}

.home-thumbs ul li { display: block; float: left; clear: none; width: 50%; list-style: none; margin: 0; padding: 20px; }
.home-thumbs ul li a { display: block; float: left; clear: none; width: 100%; margin: 0; padding: 0px; border: 0px; background-color: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.home-thumbs ul li a:hover { background-color: #eee; }

.home-thumbs ul li a img {
    width: 100%;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    }
.home-thumbs ul li a .home-thumb-name {
    display: none;
    position: relative;
    top: 0;
    height: 40px;
    overflow: hidden;
    line-height: 18px;
    margin: 18px 0 0 0;
    padding: 2px 10px 2px 10px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/* Help Page Styles */
#page-help ol, #page-help ol li { list-style: none; display: block; float: left; margin: 0; padding: 0 0 20px 0; }



    /* ==========================================================================
		Category Styles 
	    ====================================================================== */

	/* -- Category Pages -- */
    #category .resultCount { display: none; }
	#category .resultsPageBreak { display: none; }
		

	
	/* -- GLOBAL: Product Thumbnail Lists category template and search results -- */
	.aProductResult { display: block; float: left; clear: none; width: 33.3333333333%; list-style: none; margin: 0; padding: 20px; }
	.aProductResult .productThumb { padding: 0; margin: 0; }
	.aProductResult .productThumb a { position: relative; display: block; float: left; clear: none; text-align: center; width: 100%; height: auto; margin: 0; padding: 20px; background-color: #fff; border-color: #d8d8d8; border-width: 1px 1px 0 1px; border-style: solid;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
    
    /* -- Category Hero Image -- */
    .category-hero-image img { height: 300px; width: 100%; /*object-fit: cover;*/ margin: 20px 0; }
    
	
	/* -- Product thumbnail image -- */
	.aProductResult .productThumb img { position: relative; display: inline-block; float: none; width: auto; max-width: 100%; max-height: 300px; height: auto; padding-bottom: 5px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; /* Fix shake on CSS Transition */ -webkit-transform: translateZ(0); -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	/* -- Product Name -- */
	.aProductResult .productName { padding: 0; margin: 0; border-width: 0 1px 1px 1px; border-style: solid; border-color: #d8d8d8; }
	.aProductResult:hover .productName {  }
	.aProductResult .productName a { display: block; float: left; width: 100%; position: relative; overflow: hidden; margin: 0; height: 60px; line-height: 17px; padding: 0 20px 0 20px; text-align: right; background-color: #ffffff;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	/* -- Product results Excerpt -- */
	.aProductResult .productExcerpt { display: none; }
	
	/* -- entire thumb hover -- */
	.aProductResult:hover { opacity: 0.6; }
    
    /* -- Category List View Template --*/
    body#category.listView category-product-list { margin-top: 40px; }
    body#category.listView .aProductResult { padding: 0; }
    body#category.listView .aProductResult .productName { border: none; }
    body#category.listView .aProductResult .productName a { text-align: left; }


/* ===============================Product Styles 
================================================*/
    
    /* Product Containter */
    #product .container-inner { margin: 40px; border: 1px solid; background-color: #ffffff; }
    
    /* Product title */
    #product .page-title.grid { padding: 28px 28px 0 28px; }
    #product .page-title img { width: 70px; height: auto; float: left; }
    #product .page-title h1 { display: block; float: left; width: auto; height: 70px; font-size: 30px; line-height: 70px; color: #c30e2e; }
    
    /* Product left column */
    #product img { max-width: 100%; width: auto; height: auto; }
    #product-image { padding: 0 0 28px 0; }

    #product-image img { width: 100%; height: auto; -khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
    #product-description ul { display: block; float: left; width: 100%; list-style: none; margin: 28px 0 14px 0; padding: 0; }
    #product-description ul li { position: relative; display: table; float: left; width: 100%; height: auto; padding: 10px 10px 10px 40px; margin: 0 0 14px 0; background-color: #fff; font-size: 14px; line-height: 24px; -khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
    #product-description ul li .table-cell { text-align: left; }
    #product-description ul li:nth-child(odd) { background-color:#f5f5f5; }
    #product-description ul li:nth-child(even) { background-color:#fff; }
    #product-description ul li span.icon { display: block; position: absolute; top: 7px; left: 11px; width: 30px; height: 30px; line-height: 30px; font-size: 30px; text-align: center; }
    
    /* Product configurator general */
    #product-details.fill { padding: 40px 22px 40px 40px; }
    
    /* Product configurator titles and labels */
    #product .configurator-title { font-size: 28px; line-height: 30px; margin-bottom: 14px; }
    #calculator h3, #lfCalculator h3, #product #quantity label { display: block; float: left; margin: 14px 0 14px 0; width: 100%; font-size: 18px; padding-left: 0; background-position: 0 0; background-repeat: no-repeat; }
    #product #quantity label { width: auto; margin: 28px 0 10px 0; }
    #productionSettings { display: none; }
    #product label.config { display: block; float: left; clear: left; width: 100%; height: auto; line-height: 18px; margin: 0; }
    #product a.quoteHelp { position: absolute; top: 0px; right: 18px; display: block; width: 18px; height: 18px; line-height: 18px; margin: 0; padding: 0; background-image: url(/resources/sites/80_site/images/product-configurator-help-icon.png) !important; background-repeat: no-repeat; background-position: 0 0; }
    #product #quantity a.quoteHelp { top: 24px; }
    #product a.quoteHelp:hover { background-position: 0 -18px; }

    /* Product configurator input defaults */
    #product #calculator select, #product #lfCalculator select, #product #calculator input, #product #lfCalculator input, #product .noEdit { margin: 5px 0 5px 0; }
    #product #calculator legend, #product #lfCalculator legend { display: none; }
    #product .focus { background-color: transparent; }
    #product .noEdit { border: 1px solid #666; padding: 0 10px 0 10px; height: 30px; line-height: 28px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
    #product .op { padding: 14px; background-color: #eee; -khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
    #product .optionWrapperOn { width: 100%; padding: 0 18px 10px 0; position: relative; }
    
    /* Product configurator small format input adjustments */
    #product #calculator #paper .optionWrapperOn { width: 50%; }
    #product #calculator #inks .optionWrapperOn { width: 50%; }
    #product #calculator #finishingOptions .optionWrapperOn { width: 50%; }
    
    /* Product configurator large format input adjustments */
    #product #lfCalculator #operationsDiv .optionWrapperOn { width: 50%; }

    /* Product configurator fix custom dimension input options */
    #product #dimensions .customDimensions { line-height: 30px; font-size: 16px; }
    #product #dimensions .customDimensions input { width: 46%; float: right; }
    #product #dimensions .customDimensions input:first-child { float: left; margin-right: 10px; }

    /* Product configurator fix quantity multi versions */
    #product #quantity .optionWrapperOn .optionWrapperOn { padding: 0 0 10px 0; }
    #product #quantity .optionWrapperOn .optionWrapperOn input { width: 48%; float: right; }
    #product #quantity .optionWrapperOn .optionWrapperOn input.versionName { float: left; clear: left; }
    #product #quantity a.deleteVersion, #product #quantity a.addVersion { display: block; float: left; clear: left; width: auto; margin: 0 0 0 5px; padding: 0 0 0 20px; font-size: 12px; height: 18px; line-height: 18px; color: #c30e2e; }
    #product #quantity a.deleteVersion:hover, #product #quantity a.addVersion:hover { color: #eb0028; }
    #product .changeFocusButton { margin-left: 0; margin-right: 0; left: 0; }
    #product .changeFocusButton button { margin-left: 0; margin-right: 0; margin-bottom: 20px; left: 0; }
    #quantityFocus button { margin: 10px 0 10px 0; }
    
    /* Product configurator links */
    #product a.togglePreset { display: block; float: left; clear: left; width: auto; margin: 0; padding: 0; }
    
    /* Product configurator price */
    #theQuote { margin-top: 28px; }
    #theQuote h3 { display: none; }
    #theQuote table { width: 100%; font-size: 14px; line-height: 24px; color: #666; margin-bottom: 14px; font-weight: normal; letter-spacing: 0px; }
    #theQuote table tr.productPrice.discounted { font-size: 30px; line-height: 32px; color: #eb0028; }
    #theQuote table th { font-weight: normal; }
    #theQuote table th:after { content: ":"; }
    #theQuote table td { font-weight: normal; padding-right: 18px; }
    #theQuote tr { border: none; }
    
    /* Product configurator Continue Button */
    #product .quoteContinue { padding-right: 18px; }
    #product .quoteContinue button { position: relative; margin-top: 20px; }
    
    /* Product configurator validation */
    #product #product-details #validationMessagesDiv { padding: 0; }
    #product #validationMessagesDiv ul { margin: 0 0 20px 0; padding: 0; }
    #product #stockCalculator #validationMessagesDiv ul.validationInfoMessage { display:none; } /* Hide validation messages on stock products, like backordering... but show still displays error messages */
    #product #validationMessagesDiv ul li { margin: 0 0 10px 0; padding: 20px 20px 20px 40px; background-position: 13px 18px; background-color: #ddd; }
    
    /* Product configurator tip modals */
    #product #product-details #tipViewPanel, #tipViewPanel { padding: 38px; overflow: scroll; border: 1px solid #ddd; -khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
    .closeQuoteTipPanel { position: relative; height: 0px; margin: 0; padding: 0; width: 100%; overflow: visible; }
    .closeQuoteTipPanel a.closeQuoteTips { position: absolute; top: -23px; right: -23px; width: 22px; height: 22px; border: none; -khtml-border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; background: transparent url(/resources/sites/80_site/images/modal-close.png) 0 0 no-repeat; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
    .closeQuoteTipPanel a.closeQuoteTips:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
    .quoteTipContent { padding: 5px; }
    
    /* Product launch custom modal links */
    #product a.cta { display: block; float: left; width: auto; height: 25px; line-height: 25px; font-size: 25px; margin: 14px 0 28px 0; padding: 0; font-family: 'ArialW01-RoundedExtraBo','Proxima N W01 Bold','Helvetica Neue',Helvetica,sans-serif; color: #eb0028; letter-spacing: 1px; }
    #product a.cta:hover { color: #eb0028; }
    
    /* Product custom modals */
    .custom-modal { display: none; position: fixed; z-index: 9999; width: 100%; height: 100%; }
    .custom-modal .overlay { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #383a3a; background-color: rgba(56, 58, 58, 0.9); }
    .custom-modal img, .custom-modal .fill img { width: 100%; height: auto; }
    .custom-modal .fill { position: relative; left: 50%; margin-left: -460px; width: 920px; padding: 28px; }
    .close-custom-modal { position: absolute; top: 15px; right: 25px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
    .close-custom-modal:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
    .custom-modal .custom-modal-title { padding: 0 28px 14px 0; }
    .custom-modal .custom-modal-title h3 { display: block; float: left; text-align: left; width: 100%; font-size: 30px; line-height: 30px; height: 50px; border-bottom: 4px solid #fff; color: #8c8b8d; }
    .custom-modal p { text-align: left; font-family: 'Arial W01 Rounded','Proxima N W01 Reg','Helvetica Neue',Helvetica,sans-serif; font-size: 16px; line-height: 25px; color: #717173; }
    .custom-modal .custom-modal-content { display: none; }
    .custom-modal .custom-modal-content.default { display: block; }
    .custom-modal a.cta { display: block; float: left; text-align: left; width: auto; height: 25px; line-height: 25px; font-size: 25px; margin: 28px 0 0 0; padding: 0; font-family: 'ArialW01-RoundedExtraBo','Proxima N W01 Bold','Helvetica Neue',Helvetica,sans-serif; color: #eb0028; letter-spacing: 1px; }
    .custom-modal a.cta:hover { color: #eb0028; }
    

/*===========================================CONTENT PAGES
==========================================================*/
/*contact form*/
table.formFields { width: 100%; }
table.formFields tr { width: 100%; }
table.formFields tr th { width: 100%; float: left; }
table.formFields tr td { width: 100%; }

/*contact success message*/
#contact-form-success-message { 
    display: none; 
    background: #f7f7f7;
    text-align: center;
    padding: 30px;
}

/*contact form*/

#contact button { width: 500px; float: right; margin: 0 0 50px 0; }

/* Shipping Widget */
#shipping { display: none; }
#shipping h3 { margin-bottom: 28px; }
#shipping p { font-size: 16px; line-height: 25px; }
#shipping #shippingCalcWidget { text-align: left; margin: 0 0 14px 0; }
#shipping .shippingCalcInputs { background-color: transparent; padding: 0; }
#shipping .shippingCalcInputs label.countryText, #shipping .shippingCalcInputs label.zipText { display: block; float: left; text-align: left; width: 50%; margin: 0 0 20px 0; padding: 0; height: 38px; line-height: 38px; color: #717173; font-size: 18px; font-family: 'Arial W01 Rounded','Proxima N W01 Reg','Helvetica Neue',Helvetica,sans-serif; letter-spacing: 1px; }
#shipping .shippingCalcInputs .countryDD, #shipping .shippingCalcInputs .zipEF { display: block; float: left; width: 50%; margin: 0 0 20px 0; padding: 0;  }
#shipping .shippingCalcEstimates { text-align: left; }
#shipping span.preloader { background-image: url(/resources/sites/80_site/images/preloader-f6f6f3.gif); }

/* =================================Personalize eDocs - More styles in edocs CSS file 
    ==================================================================================*/
#personalizeEditorDiv { padding: 0 !important; }
#personalize .fill { padding: 50px; }
#personalize .page-title { padding: 0; margin-bottom: 10px; }

/* ===================================================================Cart Page 
    =========================================================================== */
#cartPageDetail { min-height: 0; }
#cartPageDetail table.cart tr, #cartPageDetail table.cart tr td { border: none; }
#cartPageDetail table.cart tr.cartControls td { padding: 0; }
td.code label { display: block; float: left; width: auto; padding: 14px 0 7px 0; }
td.code input { display: block; float: left; clear: left; width: 150px; }
td.code button.secondary { width: auto; }
.continueShoppingLink { display: none; margin: 14px 0 0 0; }
.continueShoppingLink a.button.continueShopping { width: auto; }
#shopping-cart button.cartCheckout { margin-top: 20px; }
a.c-item-duplicate {display: none;}
.holiday-hours { text-align: center; font-size: 18px; padding: 10px; color: #000; margin: 10px 0; }

/* Account Page */
#my-account h3 { margin: 0 0 14px 0; }
#my-account .my-account-form h3 { margin: 28px 0 14px 0; }

/* Checkout Page */
#checkout { padding: 40px 0 0 0; }
#checkout-progress .fill { margin: 0; padding: 20px 0px 20px 20px; }
/*#checkout ol.checkoutProcess { margin: 0; padding: 0; }
#checkout ol.checkoutProcess li { width: 25%; padding: 0 20px 0 0; border: none; background-color: transparent; }
#checkout ol.checkoutProcess li span { display: block; width: 100%; height: 30px; line-height: 29px; border-width: 0 0 1px 0; border-style: solid; border-color: #999; padding: 0; font-size: 12px; letter-spacing: 0px; color: #999; font-family: 'FontFontMarkPro','Helvetica Neue',Helvetica,sans-serif; text-transform: none; font-weight: 700; text-decoration: none; }
#checkout ol.checkoutProcess li.current span { border-color: #c30e2e; color: #c30e2e; }*/
#checkout-summary h3 { margin: 0 0 14px 0; }
#checkout-summary table.cart tr, #checkout-summary table.cart tr td { border: none; }
#checkout-process h3 { margin-bottom: 14px; }
#checkout-process .accountCreation { margin-bottom: 28px; }
#checkout-process select.addressSelector { width: 100%; }
#checkout-process a.addAddress, #checkout-process a.editOrderInfo { display: block; float: left; clear: left; margin: 5px 0 14px 0; }
#checkout-process button.cancel { margin-top: 10px; }
#checkout-process .blindShipControl { margin: 0 0 28px 0; display: none; }
#checkout-process .genericContainer { margin: 0 0 28px 0; }
#saturdayDelivery { display: none !important; }
#checkout .container-inner { background: #ffffff; margin: 50px 0; }




/*--------Checkout steps Navigation-------*/
    ol.checkoutProcess, ol.checkoutProcess li, ol.checkoutProcess li a, ol.checkoutProcess li span { list-style: none; display: block; float: left; width: 100%; margin: 0; padding: 0; }
	ol.checkoutProcess li, ol.checkoutProcess li.current { position: relative; width: 33.333%; background-color: transparent; border: none; }
	ol.checkoutProcess li a, ol.checkoutProcess li span { position: relative; overflow: hidden; padding-top: 7rem; height: 8em; font-size: 1em; font-weight: 200; text-align: center; color: #999999; text-transform: uppercase; letter-spacing: 0.05em; }
	ol.checkoutProcess li a:before, ol.checkoutProcess li span:before { position: absolute; top: 0.9em; left: 50%; margin-left: -1.7em; display: block; width: 3.1em; height: 3.1em; line-height: 3em; font-size: 1.3em; font-weight: 100; color: #999999; border: 2px solid #cccccc; background-color: #fff; -khtml-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
	
	ol.checkoutProcess li.step1 span:before { content: "1"; }
	ol.checkoutProcess li.step2 span:before { content: "2"; }
	ol.checkoutProcess li.step3 span:before { content: "3"; }
	ol.checkoutProcess li.step4 span:before { content: "3"; }
	ol.checkoutProcess li.complete a:before { content: "\f122"; color: #009adf; border-color: #009adf; margin-left: -0.7em; font-size: 3em; line-height: 1.4em; width: 1.3em; height: 1.3em; top: 0.4em; font-family:"Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
	    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
	}
	
	ol.checkoutProcess li.complete a:hover:before { opacity: 0.6; }
	ol.checkoutProcess li.step1.complete:hover:before, ol.checkoutProcess li.step2.complete:hover:before, ol.checkoutProcess li.step3.complete:hover:before { opacity: 0.6; }
	ol.checkoutProcess li.complete:before:hover { opacity: 0.6; }
	ol.checkoutProcess li a:after, ol.checkoutProcess li span:after { position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 3em; line-height: 2em; letter-spacing: 0.1em;}
	ol.checkoutProcess li.step1 a:after, ol.checkoutProcess li.step1 span:after { content: "Account"; }
	ol.checkoutProcess li.step2 a:after, ol.checkoutProcess li.step2 span:after { content: "Shipping"; }
	ol.checkoutProcess li.step3 a:after, ol.checkoutProcess li.step3 span:after { content: "Payment"; }
	ol.checkoutProcess li.step4 a:after, ol.checkoutProcess li.step4 span:after { content: "Submit"; }
	
	ol.checkoutProcess li.current a, ol.checkoutProcess li.current span { color: #999999; }
	ol.checkoutProcess li.step1.current:before, ol.checkoutProcess li.step2.current:before, ol.checkoutProcess li.step3.current:before { background-color: #cccccc; }
	ol.checkoutProcess li.step1.current span:before, ol.checkoutProcess li.step2.current span:before, ol.checkoutProcess li.step3.current span:before, ol.checkoutProcess li.step4.current span:before { color: #009adf; border-color: #009adf; }
	ol.checkoutProcess li.step1.current span:after, ol.checkoutProcess li.step2.current span:after, ol.checkoutProcess li.step3.current span:after, li.step4.current span:after { color: #999999; }
	
	ol.checkoutProcess li.complete a, ol.checkoutProcess li.complete span { color: #009adf;
	    -webkit-transition: color 0.2s linear; -moz-transition: color 0.2s linear; -o-transition: color 0.2s linear; transition: color 0.2s linear;
	}
	ol.checkoutProcess li.complete a:hover, ol.checkoutProcess li.complete span:hover { opacity: 0.6; }
	ol.checkoutProcess li.step1:before, ol.checkoutProcess li.step2:before, ol.checkoutProcess li.step3:before { content: " "; box-sizing: border-box; background-color: #cccccc; border-left: 22px solid #fff; border-right: 22px solid #fff; position: absolute; top: 3em; left: 50%; display: block; width: 100%; height: 0.3em; overflow: hidden; }
	ol.checkoutProcess li.step1.complete:before, ol.checkoutProcess li.step2.complete:before, ol.checkoutProcess li.step3.complete:before { background-color: #009adf; }
    
    /*-- Hiding Shipping Options --*/
    tr#SHIPPINGSERVICE_30, tr#SHIPPINGSERVICE_27, tr#SHIPPINGSERVICE_34, tr#SHIPPINGSERVICE_24, tr#SHIPPINGSERVICE_25, tr#SHIPPINGSERVICE_26 { display: none; }
	/*--------END Checkout steps Navigation--------*/




/* Global Modal Styles */
#alertPanelOverlay, #savePanelOverlay, confirmPanelOverlay { background-color: #383a3a; background-color: rgba(56, 58, 58, 0.9); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; filter: alpha(opacity=100) !important; -moz-opacity: 1 !important; -khtml-opacity: 1 !important; opacity: 1 !important; }
#alertPanel, #savePanel, #confirmPanel { background-color: #fff; padding: 38px; border: 1px solid #ddd; -khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
#alertPanel a.close, #savePanel a.close { position: absolute; top: 14px; right: 14px; width: 22px; height: 22px; border: none; -khtml-border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; background: transparent url(/resources/sites/80_site/images/modal-close.png) 0 0 no-repeat; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
#alertPanel a.close:hover, #savePanel a.close:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
#alertPanel .panelContent, #savePanelContent, #confirmPanel .panelContent { padding: 0; }
#alertPanel .panelButtons, #savePanelButtons, #passwordContent button, #confirmPanel .panelButtons { margin: 14px 0 0 0; padding: 0; }
#alertPanel h2, #savePanel h2, #alertPanel h3, #savePanel h3, #confirmPanel h2, #confirmPanel h3 { margin-bottom: 14px; border-color: #fff; }
.panel.alert h2 { color: #eb0028; }

table.formFields td input { width: 100%; }
table.formFields tr.short td input { width: 48%; margin-right: 0; }
table.formFields tr.short td input:first-child { margin-right: 4%; }

 /* Thank You Page */
#thank-you-receipt h1 { margin-bottom: 28px; }
#thank-you-receipt h2 { margin-bottom: 14px; }
#thank-you-receipt p { margin: 0; }
#thank-you-receipt p a { color: #666; }
#thank-you-receipt p a:hover { color: #999; }
#thank-you-receipt h3 { margin-top: 28px; }
#thank-you-receipt .genericContainer { background-color: #ddd; -khtml-border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; padding: 28px; }
#thank-you-details { float: right; }

/* Order List Page */
#order-list .orderHeader { height: auto; padding: 0; margin: 0 0 14px 0; background-image: url(); background-color: #eee; }
#order-list .orderHeader div { width: auto; margin: 0; padding: 20px; }
#order-list .orderDetailWindow { background-image: url(); border: 1px solid #e1e1e1; background-color: #fff; padding: 0; }
#order-list .orderDetailWindow .theOrderDetails { padding: 28px; }
#order-list .orderDetailWindow .theOrderActivities { padding: 28px; }
#order-list .orderDetailWindow .theOrderDetails a.printInvoice { float: left; }
.theOrderActivities button.secondary { display: block; width: 100%; text-transform: uppercase; text-align: center; background-color: #cccd00; color: #fff; border: solid 2px #cccd00; font-family: 'FontFontMarkPro','Helvetica Neue',Helvetica,sans-serif; padding: 6px; font-size: 12px; line-height: 12px; height: 24px; border: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.theOrderActivities button.secondary:hover { background-color: #fff; color: #cccd00; }
.activeOrderList h3:first-child { margin-bottom: 20px; }

/* ===================================================Upload Job Page 
======================================================================= */
section#upload-job { padding: 90px 0 0 0; }
#upload-job .fill h2, #upload-job .fill h3 { margin-bottom: 14px; }
#upload-job .uploadAddToCart { margin-top: 20px; padding: 0; height: auto; }

/* Print Job Order Details Page */
#print-job-name .fill { margin-bottom: 0; }
#print-job h3 { margin-bottom: 28px; }
.activityLogTitle { font-size: 22px; }

/* Global Print File Notes */
#printFilesDiv .theNote { position: relative; width: 100%; margin: 0; padding: 28px; background-position: 10px 10px; }
#printFilesDiv .theNote .cancelAction { position: absolute; top: 10px; right: 10px; width: 14px; height: auto; margin: 0; padding: 0; }
#printFilesDiv input.fileNoteInput { width: 100%; }
#printFilesDiv .fileRow { padding: 4px; -khtml-border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; }
#uploadPrintFileDiv { padding: 28px 28px 14px 28px; -khtml-border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; }



/* ========================================Footer Styles 
    ========================================================*/
footer { position: relative; background-color: #111; color: #fff; padding: 0 0 10px 0; }

/* -- footer content --*/
.footer-content { border-bottom: 1px solid #333333; }
footer p { font-size: 12px; color: #fff; }

/* -- Footer copyright --*/
#footer-copyright p { text-align: left; }

/* -- Footer Logo --*/
footer .logo-wrapper {
    width: 100%;
}

footer .logo-sp { 
    display: block; 
    position: absolute;
    right: 0;
    height: 30px; 
    width: 153px; 
    margin: 0 12px 0 8px; 
    padding: 0; 
    background-image: url(/resources/sites/80_site/images/powered-by-smartpress-storefronts-logo-white.png); 
    background-image: url(/resources/sites/80_site/images/powered-by-smartpress-storefronts-logo-white.svg), none; 
    background-position: 0 50%; 
    background-repeat: no-repeat; 
    -webkit-background-size: 100% auto; 
    -moz-background-size: 100% auto; 
    -o-background-size: 100% auto; 
    background-size: 100% auto; 
    -ms-behavior: url(/resources/sites/80_site/assets/backgroundsize.min.htc); 
}
footer .logo-sp span { display: block; visibility: hidden; font-size: 0; width: 0; overflow: hidden; text-indent: -9999px; }

    /* -- Store Credit -- */
    #storeCredit {
        position: relative;
        margin-bottom: 20px;
    }
    #storeCredit-bd .creditAmount.creditAmount_balance {
        position: absolute;
        top: 4px;
        text-align: right;
    }
    .creditBtn_removeCredit {
        font-size: 0 !important;
        height: 23px;
        max-height: 23px;
        width: 23px;
        margin-left: 5px;
        border-radius: 50%;
        border: none;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='512px' id='Layer_1' style='enable-background:new 0 0 512 512%3B' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath d='M256 33C132.3 33 32 133.3 32 257c0 123.7 100.3 224 224 224c123.7 0 224-100.3 224-224C480 133.3 379.7 33 256 33z M364.3 332.5c1.5 1.5 2.3 3.5 2.3 5.6c0 2.1-0.8 4.2-2.3 5.6l-21.6 21.7c-1.6 1.6-3.6 2.3-5.6 2.3c-2 0-4.1-0.8-5.6-2.3L256 289.8 l-75.4 75.7c-1.5 1.6-3.6 2.3-5.6 2.3c-2 0-4.1-0.8-5.6-2.3l-21.6-21.7c-1.5-1.5-2.3-3.5-2.3-5.6c0-2.1 0.8-4.2 2.3-5.6l75.7-76 l-75.9-75c-3.1-3.1-3.1-8.2 0-11.3l21.6-21.7c1.5-1.5 3.5-2.3 5.6-2.3c2.1 0 4.1 0.8 5.6 2.3l75.7 74.7l75.7-74.7 c1.5-1.5 3.5-2.3 5.6-2.3c2.1 0 4.1 0.8 5.6 2.3l21.6 21.7c3.1 3.1 3.1 8.2 0 11.3l-75.9 75L364.3 332.5z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: cover;
        background-color: transparent;
        position: absolute;
        top: 50px;
        right: 10px;
    }
    .creditAmount.creditAmout_used {
        display: flex;
        flex-direction: row;
        align-items: center;
        background: #f7f7f7;
        padding: 10px 40px 10px 10px;
    }
    .creditAmount.creditAmout_used span { font-weight: bold; }
    .creditAmount.creditAmout_used span:first-child { text-transform: uppercase; }
    .creditAmount.creditAmout_used {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .creditBtn_removeCredit:hover { border: none; }
    .storeCredit-bd-actions {
        display: flex;
        flex-direction: row;
        padding: 10px;
        box-sizing: border-box;
    }
    .storeCredit-bd-actions .creditBtn + .creditBtn { margin-left: 10px; }
    .creditAmount.creditAmount_remaining { text-align: right; }
    .creditAmount.creditAmount_remaining span,
    .creditAmount.creditAmount_balance span { font-weight: bold; }
    #storeCredit .formFields,
    #storeCredit .formFields tbody, #storeCredit .formFields tr {
        display: flex;
        flex-direction: row;
    }
    #storeCredit .formFields tr:last-child th { display: none; }
    #storeCredit .formFields tr th td { display: flex; }
    #storeCredit .formFields tr td {
        display: flex;
        align-items: self-end;
    }
    #storeCredit .formFields tr:last-child { margin-left: 10px; }
    #storeCredit .formFields tbody { width: 100%; }
    #storeCredit .formFields tr {
        width: 50%;
        align-self: baseline;
    }
    #cancelStoreCredit { margin-left: 10px; }
    #storeCredit .formFields tr td input { padding-right: 5px; }

/* ==========================================================================
   Lovely IE Styling
   ========================================================================== */

input[type=text]::-ms-clear { display: none; }

html[data-useragent*='MSIE 10.0'] {
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries for Responsive Design
   ========================================================================== */

/* Medium desktop */
@media only screen and (max-width: 1025px) {
    
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}