@charset "UTF-8";
/*! Theme: Peak v1.12.17 */
/* scss-combine:../../node_modules/normalize.scss/normalize */
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**  
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling  
 *    user zoom.
 */
/*** === font awesome.css === ***/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only, .slick-slide .home-carousel-image {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

/*** Custom - Responsive Tabs ****/
#responsiveTabs > ul {
  display: flex;
  margin: 0 10px;
  padding: 0;
  border-bottom: 1px solid #d5d5d5; }
  @media only screen and (max-width: 735px) {
    #responsiveTabs > ul {
      display: none; } }
  #responsiveTabs > ul li + li {
    margin-left: 5px; }
  #responsiveTabs > ul li {
    list-style: none;
    position: relative;
    width: 20%;
    display: flex;
    margin: 0;
    background: #f7f7f7; }
    #responsiveTabs > ul li:after {
      content: " ";
      border-bottom: 3px solid #5BA7CF;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      display: none; }
    #responsiveTabs > ul li:hover:after {
      display: block; }
    #responsiveTabs > ul li.active:after {
      content: " ";
      border-bottom: 3px solid #5BA7CF;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      display: block; }
    #responsiveTabs > ul li.active a {
      font-weight: 700; }
      #responsiveTabs > ul li.active a:after {
        display: block; }
    #responsiveTabs > ul li a {
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      color: #3B3A48;
      padding: 10px 15px;
      display: block;
      position: relative;
      font-family: 'Nunito Sans', sans-serif;
      transition: all ease-in 0.2s;
      width: 100%; }
      #responsiveTabs > ul li a:hover {
        text-decoration: none; }
        #responsiveTabs > ul li a:hover:after {
          display: inline-block; }

.tab-content.active .tab-heading {
  color: #5BA7D0;
  border-bottom-color: transparent; }
  .tab-content.active .tab-heading:after {
    content: "\f106";
    color: #5BA7D0; }

.tab-heading {
  display: none;
  border-bottom: 1px solid #d5d5d5;
  text-transform: uppercase;
  padding: 12px 30px 12px 10px;
  position: relative;
  font-size: 18px !important;
  cursor: pointer;
  margin: 0 !important;
  position: relative;
  /* iPhone-6 667 (Landscape) view */ }
  .tab-heading:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 12px;
    top: 12px;
    color: #d5d5d5; }
  .tab-heading .icon svg.remove {
    display: none; }
  @media only screen and (max-width: 767px) {
    .tab-heading {
      display: block; } }
  .tab-heading i {
    position: absolute;
    font-size: 16px;
    line-height: normal;
    top: 10px;
    right: 10px;
    left: auto;
    bottom: auto; }

.tab-content {
  padding: 15px 0;
  display: none;
  /* iPhone-6 667 (Landscape) view */ }
  .tab-content.active .tab-heading .icon .add {
    display: none; }
  .tab-content.active .tab-heading .icon .remove {
    display: block; }
  @media only screen and (max-width: 767px) {
    .tab-content {
      display: block;
      padding: 0; } }
  .tab-content.active {
    display: block; }
    @media only screen and (max-width: 767px) {
      .tab-content.active {
        padding: 0 0 15px; } }
    .tab-content.active .tab-inner {
      display: block;
      padding: 0; }
  .tab-content:last-child .tab-heading {
    border-bottom-color: transparent; }

.tab-inner {
  /* iPhone-6 667 (Landscape) view */ }
  @media only screen and (max-width: 735px) {
    .tab-inner {
      display: none; } }
  .tab-inner h4, .tab-inner .search-wrap .search-input, .search-wrap .tab-inner .search-input, .tab-inner .content-result h1, .content-result .tab-inner h1, .tab-inner .content-result .blog-items-list .post-title, .content-result .blog-items-list .tab-inner .post-title, .tab-inner .blog-items-list .content-result .post-title, .blog-items-list .content-result .tab-inner .post-title, .tab-inner .product-item-price {
    font-size: 40px;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 18px; }
  .tab-inner p {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 40px; }
  .tab-inner .button, .tab-inner .blog .post-read-more, .blog .tab-inner .post-read-more {
    margin: 0;
    padding: 17px 46px; }

.blue-tab {
  background: #D2F0FA; }

.tax-exempt-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-left: 12px solid #A3D246;
  padding-left: 12px; }
  @media screen and (max-width: 767px) {
    .tax-exempt-section {
      border-width: 8px;
      padding-left: 8px; } }
  .tax-exempt-section a {
    font-size: 14px; }
  .tax-exempt-section p {
    max-width: 75%;
    margin: 10px 0;
    padding-right: 5px;
    font-weight: bold; }
    @media screen and (max-width: 1279px) {
      .tax-exempt-section p {
        max-width: 67%; } }
    @media screen and (max-width: 374px) {
      .tax-exempt-section p {
        max-width: 61%; } }

.request-quote-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-left: 12px solid #A3D246;
  padding-left: 12px; }
  @media screen and (max-width: 767px) {
    .request-quote-section {
      border-width: 8px;
      padding-left: 8px; } }
  .request-quote-section a {
    font-size: 14px; }
  .request-quote-section p {
    max-width: 75%;
    margin: 10px 0;
    padding-right: 5px; }
    @media screen and (max-width: 1279px) {
      .request-quote-section p {
        max-width: 67%; } }
    @media screen and (max-width: 374px) {
      .request-quote-section p {
        max-width: 61%; } }

.mini-cart-contents .mini-cart-actions .button, .mini-cart-contents .mini-cart-actions .blog .post-read-more, .blog .mini-cart-contents .mini-cart-actions .post-read-more {
  width: calc(40% - 5px); }

.mini-cart-contents .request-quote-section {
  margin-top: 20px; }
  .mini-cart-contents .request-quote-section p {
    max-width: 69%; }

.mini-cart-contents .tax-exempt-section {
  margin-top: 20px; }
  .mini-cart-contents .tax-exempt-section p {
    font-weight: bold;
    max-width: 69%; }

.snap-chip .category-nav-list li a {
  background: #F7F7F7; }

/* Start ticket 10013 */
.epi2020 * {
  box-sizing: border-box; }

.epi_2020_banner {
  border: 1px solid #dcd9d9;
  padding: 20px; }

.page-content .epi2020 img {
  margin: 0; }

.epi2020 div.tabs {
  min-width: 120px;
  max-width: 1000px;
  padding: 30px;
  margin: 0 auto;
  background: #fff; }

.epi2020 label.tabs {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 15px;
  font-weight: 600;
  color: #222720;
  border: 1px solid transparent;
  font-size: 16px; }

.epi2020 input.tabs, .epi2020 .tabs_down {
  display: none; }

.epi2020 .tabs_down ul li {
  margin-bottom: 10px; }

.epi2020 input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #4698cb;
  border-bottom: 1px solid #fff; }

.epi2020 .tabs_down {
  padding: 20px;
  border: 1px solid #ddd; }

#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5, #tab6:checked ~ #content6, #tab7:checked ~ #content7, #tab8:checked ~ #content8 {
  display: block; }

.epi2020 table {
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0px; }

.epi2020 table td {
  padding: 0; }

.epi2020 #content2 td, .epi2020 #content4 td {
  vertical-align: top; }

.epi2020 .text_center {
  text-align: center; }

#content4 td img {
  width: 150px; }

.page .page-content .epi2020 * {
  color: #222720 !important; }

.custom_EpiCypher .breadcrumbs-container, .custom_Conference.Registration .page-header {
  display: none; }

/* added for COVID conference reschedule */
.epi_registration_headers h4, .epi_registration_headers .search-wrap .search-input, .search-wrap .epi_registration_headers .search-input, .epi_registration_headers .content-result h1, .content-result .epi_registration_headers h1, .epi_registration_headers .content-result .blog-items-list .post-title, .content-result .blog-items-list .epi_registration_headers .post-title, .epi_registration_headers .blog-items-list .content-result .post-title, .blog-items-list .content-result .epi_registration_headers .post-title, .epi_registration_headers .product-item-price {
  margin: .5rem 0;
  font-weight: 600; }

.epi_registration_headers h4:first-child, .epi_registration_headers .search-wrap .search-input:first-child, .search-wrap .epi_registration_headers .search-input:first-child, .epi_registration_headers .content-result h1:first-child, .content-result .epi_registration_headers h1:first-child, .epi_registration_headers .content-result .blog-items-list .post-title:first-child, .content-result .blog-items-list .epi_registration_headers .post-title:first-child, .epi_registration_headers .blog-items-list .content-result .post-title:first-child, .blog-items-list .content-result .epi_registration_headers .post-title:first-child, .epi_registration_headers .product-item-price:first-child {
  margin-top: 1.5rem; }

.epi_registration_headers h4:last-child, .epi_registration_headers .search-wrap .search-input:last-child, .search-wrap .epi_registration_headers .search-input:last-child, .epi_registration_headers .content-result h1:last-child, .content-result .epi_registration_headers h1:last-child, .epi_registration_headers .content-result .blog-items-list .post-title:last-child, .content-result .blog-items-list .epi_registration_headers .post-title:last-child, .epi_registration_headers .blog-items-list .content-result .post-title:last-child, .blog-items-list .content-result .epi_registration_headers .post-title:last-child, .epi_registration_headers .product-item-price:last-child {
  margin-bottom: 1.5rem; }

.epi_section_keynote_speaker {
  display: flex;
  flex-direction: row; }

.epi_section_keynote_speaker div {
  width: 50%; }

.epi_section_keynote_speaker div:first-child {
  padding-right: 2rem; }

@media screen and (max-width: 990px) {
  .epi2020 div.tabs {
    min-width: auto;
    max-width: none;
    padding: 50px 20px; }
  .site-header .main-nav-bar .navigation {
    width: 100%;
    padding: 0px;
    margin: 0px; } }

@media screen and (max-width: 767px) {
  .epi2020 label.tabs {
    padding: 10px 8px;
    font-size: 14px; }
  .epi2020 div.tabs {
    padding: 25px 0 0 0; }
  .epi2020 table {
    width: 100%; }
  .epi_section_keynote_speaker {
    flex-direction: column; }
  .epi_section_keynote_speaker div {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .epi2020 label.tabs {
    text-align: left;
    width: 100%; }
  .epi2020 #content4.tabs_down ul li {
    line-height: normal;
    height: 40px; }
  .epi_2020_banner {
    padding: 15px 15px 8px 15px; } }

/* End ticket 10013 */
.page .page-content .epi2020 a, .page .page-content .epi2020 a strong {
  color: #4698cb !important; }

.our-products-tabs .tabs-contents .tab-content .slick-slide {
  width: 100%; }

.our-products-tabs .tabs-contents.tabs_content {
  max-width: 1170px; }

.cut-run-cut-tag .tabs.product_tabs {
  clear: left; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/** 
 * Remove default margin.      

body { 
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .blog-items-list .post-title {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* scss-combine:../../node_modules/bc-baseline/baseline */
/* scss-combine:lib/extends */
.account-wrapper, .account-form-column-container, .account-item-details, .account-receipt-summaries, .account-downloads-gallery-thumbs, .account-invoice-addresses, .account-settings-form, .account-create-details,
.account-create-address, .form-field-date, .banners, .listing-header, .product-listing-grid .listing-wrapper, .product-quantity-submit .product-quantity-container, .form-field-rectangle, .form-field-swatch .form-field-control, .date-select-group, .product-tabs .tab-content-panel, .section, .footer-nav-wrap, .cart-totals, .cart-totals-item, .cart-additional-checkout-buttons, .shipping-calculator, .giftcard-form-theme .form-field {
  *zoom: 1; }
  .account-wrapper:before, .account-form-column-container:before, .account-item-details:before, .account-receipt-summaries:before, .account-downloads-gallery-thumbs:before, .account-invoice-addresses:before, .account-settings-form:before, .account-create-details:before,
  .account-create-address:before, .form-field-date:before, .banners:before, .listing-header:before, .product-listing-grid .listing-wrapper:before, .product-quantity-submit .product-quantity-container:before, .form-field-rectangle:before, .form-field-swatch .form-field-control:before, .date-select-group:before, .product-tabs .tab-content-panel:before, .section:before, .footer-nav-wrap:before, .cart-totals:before, .cart-totals-item:before, .cart-additional-checkout-buttons:before, .shipping-calculator:before, .giftcard-form-theme .form-field:before, .account-wrapper:after, .account-form-column-container:after, .account-item-details:after, .account-receipt-summaries:after, .account-downloads-gallery-thumbs:after, .account-invoice-addresses:after, .account-settings-form:after, .account-create-details:after,
  .account-create-address:after, .form-field-date:after, .banners:after, .listing-header:after, .product-listing-grid .listing-wrapper:after, .product-quantity-submit .product-quantity-container:after, .form-field-rectangle:after, .form-field-swatch .form-field-control:after, .date-select-group:after, .product-tabs .tab-content-panel:after, .section:after, .footer-nav-wrap:after, .cart-totals:after, .cart-totals-item:after, .cart-additional-checkout-buttons:after, .shipping-calculator:after, .giftcard-form-theme .form-field:after {
    display: table;
    content: ""; }
  .account-wrapper:after, .account-form-column-container:after, .account-item-details:after, .account-receipt-summaries:after, .account-downloads-gallery-thumbs:after, .account-invoice-addresses:after, .account-settings-form:after, .account-create-details:after,
  .account-create-address:after, .form-field-date:after, .banners:after, .listing-header:after, .product-listing-grid .listing-wrapper:after, .product-quantity-submit .product-quantity-container:after, .form-field-rectangle:after, .form-field-swatch .form-field-control:after, .date-select-group:after, .product-tabs .tab-content-panel:after, .section:after, .footer-nav-wrap:after, .cart-totals:after, .cart-totals-item:after, .cart-additional-checkout-buttons:after, .shipping-calculator:after, .giftcard-form-theme .form-field:after {
    clear: both; }

/* scss-combine:lib/mixins */
/* scss-combine:lib/text-inputs */
/* scss-combine:styles/general */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* bc edit  box-sizing: inherit;*/ }

a {
  text-decoration: none; }

h1, .blog-items-list .post-title,
h2,
.giftcard-header,
h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
h4,
.search-wrap .search-input,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
.product-item-price,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name,
h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.site-footer .footer-title,
.giftwrap-subtitle {
  line-height: 1.25; }

#tidio-chat .header.bgColor {
  background-color: #5d9cec !important; }

#tidio-chat {
  background-color: #5d9cec !important; }

#root.bgColor {
  background-color: #5d9cec !important; }

#root {
  background-color: #5d9cec !important; }

#root div {
  background-color: #5d9cec !important; }

#tidio-chat div {
  background-color: #5d9cec !important; }

#root.header.bgColor {
  background-color: #5d9cec !important; }

#root.div.header.bgColor {
  background-color: #5d9cec !important; }

#tidio-chat.header.bgColor {
  background-color: #5d9cec !important; }

#tidio-chat.bgColor {
  background-color: #5d9cec !important; }

@media (max-width: 600px) {
  #epi-pic-block {
    background-image: url("https://cdn7.bigcommerce.com/s-y9o92/product_images/uploaded_images/snap-panel-a.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    margin: -25px 18px 11px 6px; } }

@media (max-width: 600px) {
  #epi-pic-block1 {
    background-image: url("https://cdn7.bigcommerce.com/s-y9o92/product_images/uploaded_images/specificity-a.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 270px;
    margin: -25px 18px 11px 6px; } }

@media (max-width: 600px) {
  .epi-rNuc table {
    margin: 0px 0px 0px -120px; }
  .epi-rNuc td {
    padding: 16px 5px !important;
    font-size: 12px;
    text-align: left;
    padding: 7px; } }

/***Style the unordered list with the class 'epi-enlarge'***/
.epi-rNuc {
  padding-left: 150px; }

.epi-rNuc td {
  line-height: 1px;
  padding: 7px; }

.epi-rNuc th {
  text-transform: none; }

.epi-rNuc img {
  max-width: none;
  margin: 10px 10px 10px -105px;
  height: 85px;
  width: 109px; }

.epi-rNuc h2, .epi-rNuc .giftcard-header {
  font-size: 1rem;
  margin-top: -100px;
  margin-left: 20px; }

.epi-rNuc span {
  color: #4698cb;
  font-size: 1.75rem;
  margin-top: -100px; }

.epi-rNuc table {
  border-color: white; }

.epi-dn table {
  border-color: white; }

.epi-dn img {
  max-width: none;
  height: 100px;
  width: 150px;
  padding-bottom: 25px; }

.epi-dn h2, .epi-dn .giftcard-header {
  font-size: 1rem;
  margin-top: -100px; }

.epi-dn th {
  text-transform: none; }

.epi-dn span {
  color: #4698cb;
  font-size: 1.75rem;
  margin-top: -100px; }

.epi-db th {
  font-weight: 380;
  text-transform: none; }

@media only screen and (max-width: 600px) {
  .epi-table {
    width: 150%;
    padding-top: 20px; } }

@media only screen and (max-width: 600px) {
  .epi-table2 {
    padding-top: 15px;
    width: 110%; } }

@media only screen and (max-width: 600px) {
  .epi-table25 {
    padding-top: 15px;
    width: 150%; } }

@media only screen and (max-width: 600px) {
  .epi-table5 {
    padding-top: 20px;
    width: 0; } }

@media only screen and (max-width: 600px) {
  .epi-table3 {
    /* For mobile phones: */
    width: 150%;
    padding-top: 20px; } }

@media only screen and (max-width: 600px) {
  .epi-table4 {
    padding-top: 20px;
    width: 320px; } }

@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  [class*="epi-title"] {
    white-space: normal !important; } }

ul.epi-enlarge {
  list-style-type: none;
  /*remove the bullet point*/ }

ul.epi-enlarge li {
  display: inline-block;
  /*places the images in a line*/
  position: relative;
  /*allows precise positioning of the popup image when used with position:absolute - see support section */
  z-index: 0;
  /*resets the stack order of the list items - we'll increase in step 4. See support section for more info*/
  margin: 10px 40px 0 20px;
  /*space between the images*/ }

/***In the HTML in step one we placed the large image inside a <span>, now we move it off the page until it's required***/
ul.epi-enlarge span {
  position: absolute;
  /*see support section for more info on positioning*/
  left: -9999px;
  /*moves the span off the page, effectively hidding it from view*/ }

/***Note: This styling will apply to both the thumbnail and popup image, unless you override these styles in step five***/
ul.epi-enlarge img {
  /*give the thumbnails a frame*/
  background-color: #ffffff;
  /*frame colour*/
  padding: 6px;
  /*frame size*/
  /*add a drop shadow to the frame*/
  box-shadow: 0 0 6px rgba(132, 132, 132, 0.75);
  /*and give the corners a small curve*/
  border-radius: 4px;
  margin: 94px 20px 20px 20px;
  height: 275px; }

ul.epi-enlarge li:hover {
  z-index: 50;
  /*places the popups infront of the thumbnails, which we gave a z-index of 0 in step 1*/
  cursor: pointer;
  /*changes the cursor to a hand*/ }

/***We bring the large image back onto the page by reducing left from -9999px (set in step 2) to figures below***/
ul.epi-enlarge li:hover span {
  /*positions the <span> when the <li> (which contains the thumbnail) is hovered*/
  top: -300px;
  /*the distance from the bottom of the thumbnail to the top of the popup image*/
  left: -20px;
  /*distance from the left of the thumbnail to the left of the popup image*/ }

/***To make it look neater we used :nth-child to set a different left distance for each image***/
ul.epi-enlarge li:hover:nth-child(2) span {
  left: -100px; }

ul.epi-enlarge li:hover:nth-child(3) span {
  left: -200px; }

/***Override the styling of images set in step 3 to make the frame smaller and the background darker***/
ul.epi-enlarge span img {
  padding: 2px;
  /*size of the frame*/
  background: white;
  /*colour of the frame*/
  margin: 222px 164px 200px -500px;
  max-width: 1500px;
  height: 518px; }

/***Style the <span> containing the framed images and the caption***/
ul.epi-enlarge span {
  /**Style the frame**/
  padding: 10px;
  /*size of the frame*/
  /*background:#eae9d4;  */
  /*add a drop shadow to the frame
    -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);*/
  /*box-shadow: 0 0 20px rgba(0,0,0, .75);*/
  /*give the corners a curve*/
  border-radius: 8px;
  /**Style the caption**/
  font-family: "Droid Sans", sans-serif;
  /*Droid Sans is available from Google fonts*/
  font-size: 0.9em;
  text-align: center;
  color: #495a62; }

/* Styles the thumbnail */
a.epibox img {
  height: 275px;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 94px 20px 20px 20px; }

/* Styles the epibox, removes it from sight and adds the fade-in transition */
.epibox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  /*background: rgba(0,0,0,.7);*/
  background: #f7f7f7;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden; }

/* Styles the epibox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
.epibox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  transition: 0.5s ease-in-out; }

/* Styles the close link, adds the slide down transition */
a.epibox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  transition: 0.5s ease-in-out; }

/* Provides part of the "X" to eliminate an image from the close link */
a.epibox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  transform: rotate(45deg); }

/* Provides part of the "X" to eliminate an image from the close link */
a.epibox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  transform: rotate(-45deg); }

/* Uses the :target pseudo-class to perform the animations upon clicking the .epibox-target anchor */
.epibox-target:target {
  opacity: 1;
  top: 150px;
  bottom: 0;
  right: 16px;
  padding-top: 40px; }

.epibox-target:target img {
  max-height: 100%;
  max-width: 100%; }

.epibox-target:target a.epibox-close {
  /*top: 0px;*/
  top: 83px;
  right: 30%; }

img {
  max-width: 100%; }

.epi-img img {
  max-width: 1000%;
  padding-top: 100px;
  margin-bottom: -1em !important; }

.epi-img4 img {
  max-width: 75%;
  margin-left: 100px; }
  @media only screen and (max-width: 600px) {
    .epi-img4 img {
      max-width: 75%;
      margin-left: 30px; } }

@media only screen and (max-width: 600px) {
  .button.button-wide, .blog .post-read-more {
    padding-left: 0em;
    padding-right: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin: 62px 0px 0px 30px;
    padding-left: 1em !important;
    padding-right: 1em !important; } }

.epi-img2 img {
  max-width: 1000%; }

.epi-img1 img {
  width: 100%;
  height: 50%;
  margin-left: 100px; }
  @media only screen and (max-width: 600px) {
    .epi-img1 img {
      width: 100%;
      height: 50%;
      margin-left: 0px !important; } }

.epi-title {
  white-space: nowrap; }

.epi-hlm table {
  float: left;
  width: 49%;
  margin: 3px;
  border-color: white;
  padding-top: 10px; }

.epi-hlm tr {
  border: white;
  line-height: 0px; }

.epi-hlm a {
  font-color: #4698cb; }

.epi-hlm th {
  font-size: 12px;
  text-align: left;
  padding: 7px;
  font-weight: 400; }

.epi-hlm th {
  text-transform: none; }

.epi-hlm h2, .epi-hlm .giftcard-header {
  font-size: 1rem;
  margin: -112px 10px 10px 175px; }

.epi-ham table {
  float: left;
  width: 49%;
  margin: 5px;
  border-color: white;
  padding-top: 5px; }

.epi-ham tr {
  border: white;
  line-height: 0px; }

.epi-ham a {
  font-color: #4698cb; }

.epi-ham th {
  font-size: 12px;
  text-align: left;
  padding: 7px;
  font-weight: 400; }

.epi-ham th {
  text-transform: none; }

.epi-nhv table {
  float: left;
  width: 49%;
  margin: 5px;
  border-color: white; }

.epi-nhv tr {
  border: white;
  line-height: 0px; }

.epi-nhv a {
  font-color: #4698cb; }

.epi-nhv th {
  font-size: 14px;
  text-align: left;
  padding: 7px;
  font-weight: 400;
  text-transform: none; }

.epi-nhv th {
  text-transform: none; }

.epi-nhv img {
  height: 100px;
  width: 125px; }

.epi-nhv h2, .epi-nhv .giftcard-header {
  font-size: 1rem;
  /*  margin-top: -100px;*/ }

.epi-nhv span {
  color: #4698cb;
  font-size: 1.75rem;
  /*    margin-top: -100px; */ }

.epi-aa table {
  float: left;
  width: 49%;
  margin: 5px;
  border-color: white; }

.epi-aa tr {
  border: white;
  line-height: 0px; }

.epi-aa a {
  font-color: #4698cb; }

.epi-aa th {
  font-size: 14px;
  text-align: left;
  padding: 7px;
  font-weight: 400;
  text-transform: none; }

.epi-aa th {
  text-transform: none; }

.epi-aa img {
  height: 100px;
  width: 125px; }

.epi-aa h2, .epi-aa .giftcard-header {
  font-size: 1rem;
  /*  margin-top: -100px;*/ }

.epi-aa span {
  color: #4698cb;
  font-size: 1.75rem;
  /*    margin-top: -100px; */ }

.epi-mdn table {
  float: left;
  width: 49%;
  margin: 5px;
  border-color: white;
  margin-left: 60px; }

.epi-mdn tr {
  border: white;
  line-height: 0px; }

.epi-mdn a {
  font-color: #4698cb; }

.epi-mdn th {
  font-size: 15px;
  text-align: left;
  padding: 7px;
  text-transform: none;
  font-weight: 350; }

.epi-mdn th {
  text-transform: none; }

.epi-mdn img {
  max-width: none;
  margin: 10px 10px 10px -150px;
  height: 100px;
  width: 150px; }

.epi-mdn h2, .epi-mdn .giftcard-header {
  font-size: 1rem;
  margin-top: -100px;
  margin-left: 50px; }

.epi-mdn span {
  color: #4698cb;
  font-size: 1.75rem;
  /*    margin-top: -100px; */ }

@media (max-width: 600px) {
  .epi-dyn table {
    margin: 0px 0px 0px -120px; }
  .epi-dyn td {
    padding: 16px 5px !important;
    font-size: 12px;
    text-align: left;
    padding: 7px; } }

/***Style the unordered list with the class 'epi-enlarge'***/
.epi-dyn {
  padding-left: 150px; }

.epi-dyn td {
  line-height: 1px;
  padding: 7px; }

.epi-dyn th {
  text-transform: none; }

.epi-dyn img {
  max-width: none;
  margin: 10px 10px 10px -150px;
  height: 100px;
  width: 150px; }

.epi-dyn h2, .epi-dyn .giftcard-header {
  font-size: 1rem;
  margin-top: -100px; }

.epi-dyn span {
  color: #4698cb;
  font-size: 1.75rem;
  margin-top: -100px; }

.epi-dyn table {
  border-color: white; }

@media (max-width: 600px) {
  .epi-spike table {
    margin: 0px 0px 0px -120px; }
  .epi-spike td {
    padding: 16px 5px !important;
    font-size: 12px;
    text-align: left;
    padding: 7px; } }

@media (max-width: 600px) {
  .epi-dcypher table {
    margin: 0px 0px 0px -120px; }
  .epi-dcypher td {
    padding: 16px 5px !important;
    font-size: 12px;
    text-align: left;
    padding: 7px; } }

/***Style the unordered list with the class 'epi-enlarge'***/
.epi-dcypher {
  padding-left: 150px; }

.epi-dcypher td {
  line-height: 1px;
  text-transform: none;
  padding: 7px; }

.epi-dcypher th {
  text-transform: none; }

.epi-dcypher img {
  max-width: none;
  margin: 10px 10px 10px -130px;
  height: 85px;
  width: 130px; }

.epi-dcypher h2, .epi-dcypher .giftcard-header {
  font-size: 1rem;
  margin-top: -100px; }

.epi-dcypher span {
  color: #4698cb;
  font-size: 1.75rem;
  margin-top: -100px; }

.epi-dcypher table {
  border-color: white; }

.epi-spike {
  padding-left: 150px; }

.epi-spike td {
  line-height: 1px;
  text-transform: none;
  padding: 7px; }

.epi-spike th {
  text-transform: none; }

.epi-spike img {
  max-width: none;
  margin: 10px 10px 10px -130px;
  height: 85px;
  width: 130px; }

.epi-spike h2, .epi-spike .giftcard-header {
  font-size: 1rem;
  margin-top: -100px; }

.epi-spike span {
  color: #4698cb;
  font-size: 1.75rem;
  margin-top: -100px; }

.epi-spike table {
  border-color: white; }

@media (max-width: 600px) {
  .epi-verNuc table {
    margin: 0px 0px 0px -120px; }
  .epi-verNuc td {
    padding: 16px 5px !important;
    font-size: 12px;
    text-align: left;
    padding: 7px; } }

/***Style the unordered list with the class 'epi-enlarge'***/
.epi-verNuc {
  padding-left: 150px; }

.epi-verNuc td {
  line-height: 1px;
  padding: 7px; }

.epi-verNuc th {
  text-transform: none; }

.epi-verNuc img {
  max-width: none;
  margin: 10px 10px 10px -150px;
  height: 100px;
  width: 150px; }

.epi-verNuc h2, .epi-verNuc .giftcard-header {
  font-size: 1rem;
  margin-top: -100px; }

.epi-verNuc span {
  color: #4698cb;
  font-size: 1.75rem;
  margin-top: -100px; }

.epi-verNuc table {
  border-color: white; }

.epi-table2 td {
  border-left: none;
  border-top: none; }

.epi-table25 td {
  border-left: none;
  border-top: none; }

.epi-table22 td {
  border-left: none;
  border-top: none; }

.epi-table2 button {
  margin: 0px 10px 20px 0px; }

.epi-table25 button {
  margin: 0px 10px 20px 0px; }

.epi-table5 td {
  border-left: none;
  border-top: none; }

.epi-table5 button {
  margin: 0px 10px 20px 0px; }

.epi-img-shrink img {
  margin-bottom: -3em !important;
  width: 280px;
  margin-left: 130px; }

.epi-table3 table {
  border: none;
  margin-left: 100px; }

.epi-table3 td {
  border-left: none;
  padding: 15px; }

.epi-table3 th {
  border-left: none;
  border-top: none;
  border-bottom: none;
  background-color: orange;
  padding: 0px; }

.epi-table3 th b {
  color: white; }

.epi-table3 tr {
  line-height: 0px !important; }

.epi-table3 .button, .epi-table3 .blog .post-read-more, .blog .epi-table3 .post-read-more {
  font-size: 11px !important; }

.epi-table3 .page-content a {
  color: white !important; }

.epi-table3 a {
  color: white !important; }

.epi-table4 th {
  border-left: none;
  background-color: orange;
  line-height: 0px; }

.epi-table4 th b {
  color: white;
  font-size: 12px; }

.epi-table4 p {
  white-space: nowrap; }

.epi-nowrap {
  white-space: pre-wrap !important; }

.epi-table4 tr td p {
  font-size: 5px; }

.epi-div {
  margin-top: -70px;
  margin-left: -20px; }

.epi-div1 {
  margin-top: -80px;
  margin-left: -20px; }

.epi-div3 img {
  max-width: 1000%; }

.epi-ptm {
  padding-top: 50px; }

table.epi-table2 {
  border: none !important; }

table.epi-table25 {
  border: none !important; }

table.epi-table5 {
  border: none !important; }

table.epi-table22 {
  border: none !important; }

div.epi-img {
  width: 500%; }

ul,
ol,
dl {
  padding: 0;
  margin: 0; }

ul {
  list-style: outside none; }

ol {
  list-style: outside decimal; }

hr {
  height: 2px;
  border: 0; }

blockquote > *:first-child {
  margin-top: 0; }

blockquote > *:last-child {
  margin-bottom: 0; }

figure {
  margin: 0; }

iframe {
  max-width: 100%;
  border: 0; }

pre {
  padding: 1em;
  background: #fafafa; }

.show-for-sr, .sr-only, .slick-slide .home-carousel-image, .form-field-swatch .form-label-text, .blog-latest-posts .post-thumb img {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* scss-combine:styles/button */
.button, .blog .post-read-more {
  display: inline-block;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  .button + .button, .blog .post-read-more + .button, .blog .button + .post-read-more, .blog .post-read-more + .post-read-more {
    margin-left: 5px; }

/* scss-combine:styles/form */
.form-fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

.form-label {
  display: block; }

.form-label-text,
.form-label-text-inline {
  display: inline-block; }

.form-input, .navigation-mobile .search-input, .review-form .product-item-rating {
  display: block;
  border: 1px solid;
  border-color: inherit;
  border-radius: 0;
  box-sizing: border-box; }
  .form-input::-moz-placeholder, .navigation-mobile .search-input::-moz-placeholder, .review-form .product-item-rating::-moz-placeholder {
    opacity: 0.8; }
  .form-input::placeholder, .navigation-mobile .search-input::placeholder, .review-form .product-item-rating::placeholder {
    opacity: 0.8; }

textarea.form-input, .navigation-mobile textarea.search-input, .review-form textarea.product-item-rating {
  resize: vertical; }

input[type="color"].form-input, .navigation-mobile input.search-input[type="color"], .review-form input.product-item-rating[type="color"], input[type="date"].form-input, .navigation-mobile input.search-input[type="date"], .review-form input.product-item-rating[type="date"], input[type="datetime"].form-input, .navigation-mobile input.search-input[type="datetime"], .review-form input.product-item-rating[type="datetime"], input[type="datetime-local"].form-input, .navigation-mobile input.search-input[type="datetime-local"], .review-form input.product-item-rating[type="datetime-local"], input[type="email"].form-input, .navigation-mobile input.search-input[type="email"], .review-form input.product-item-rating[type="email"], input[type="month"].form-input, .navigation-mobile input.search-input[type="month"], .review-form input.product-item-rating[type="month"], input[type="number"].form-input, .navigation-mobile input.search-input[type="number"], .review-form input.product-item-rating[type="number"], input[type="password"].form-input, .navigation-mobile input.search-input[type="password"], .review-form input.product-item-rating[type="password"], input[type="search"].form-input, .navigation-mobile input.search-input[type="search"], .review-form input.product-item-rating[type="search"], input[type="tel"].form-input, .navigation-mobile input.search-input[type="tel"], .review-form input.product-item-rating[type="tel"], input[type="text"].form-input, .navigation-mobile input.search-input[type="text"], .review-form input.product-item-rating[type="text"], input[type="time"].form-input, .navigation-mobile input.search-input[type="time"], .review-form input.product-item-rating[type="time"], input[type="url"].form-input, .navigation-mobile input.search-input[type="url"], .review-form input.product-item-rating[type="url"], input[type="week"].form-input, .navigation-mobile input.search-input[type="week"], .review-form input.product-item-rating[type="week"], input:not([type]).form-input, .navigation-mobile input.search-input:not([type]), .review-form input.product-item-rating:not([type]), textarea.form-input, .navigation-mobile textarea.search-input, .review-form textarea.product-item-rating {
  -webkit-appearance: none; }

.form-inline .form-label-text {
  display: inline-block;
  vertical-align: middle; }

.form-inline .form-input, .form-inline .navigation-mobile .search-input, .navigation-mobile .form-inline .search-input, .form-inline .review-form .product-item-rating, .review-form .form-inline .product-item-rating {
  display: inline-block; }

/* scss-combine:styles/table */
table {
  margin: 1em 0;
  background: transparent;
  border: 1px solid;
  border-collapse: separate;
  border-top: 0;
  border-color: inherit; }
  table.table-clean {
    border: 0;
    border-radius: 0; }

td,
th {
  padding: 20px;
  /* border-top: 1px solid;*/
  border-top-color: inherit; }
  .table-clean td, .table-clean
  th {
    border: 0; }

th {
  font-weight: bold; }

td {
  /* border-left: 1px solid;*/
  border-left-color: inherit; }
  td:first-child {
    border-left: 0; }

/* scss-combine:../../node_modules/susy/sass/susy */
/* scss-combine:susy/language/susy */
/* scss-combine:../su */
/* scss-combine:su/utilities */
/* scss-combine:su/settings */
/* scss-combine:su/validation */
/* scss-combine:su/grid */
/* scss-combine:../output/float */
/* scss-combine:shared */
/* scss-combine:support */
/* scss-combine:support/support */
/* scss-combine:support/prefix */
/* scss-combine:support/background */
/* scss-combine:support/box-sizing */
/* scss-combine:support/rem */
/* scss-combine:support/clearfix */
/* scss-combine:shared/inspect */
/* scss-combine:shared/output */
/* scss-combine:shared/direction */
/* scss-combine:shared/background */
/* scss-combine:shared/container */
/* scss-combine:shared/margins */
/* scss-combine:shared/padding */
/* scss-combine:float/container */
/* scss-combine:float/span */
/* scss-combine:float/end */
/* scss-combine:float/isolate */
/* scss-combine:susy/settings */
/* scss-combine:susy/validation */
/* scss-combine:susy/grids */
/* scss-combine:susy/box-sizing */
/* scss-combine:susy/context */
/* scss-combine:susy/background */
/* scss-combine:susy/container */
/* scss-combine:susy/span */
/* scss-combine:susy/gutters */
/* scss-combine:susy/isolate */
/* scss-combine:susy/gallery */
/* scss-combine:susy/rows */
/* scss-combine:susy/margins */
/* scss-combine:susy/padding */
/* scss-combine:susy/bleed */
/* scss-combine:susy/breakpoint-plugin */
/* scss-combine:../../node_modules/slick-carousel/slick/slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.section.product-single .product-details-column .slick-list {
  height: 100% !important; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 1rem;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.section.product-single .product-details-column .slick-list .slick-slide {
  float: none;
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
  width: 100% !important; }

.slick-arrow.slick-hidden {
  display: none; }

/* scss-combine:../../node_modules/bc-tabs/dist/tabs */
.tab-title {
  display: inline-block;
  padding: 5px 10px;
  font-weight: normal; }
  .tab-title.active, .product-tabs .accordion-title.is-open {
    font-weight: bold; }

.tab-content-panel {
  display: none; }
  .tab-content-panel.active {
    display: block; }

/* scss-combine:../../node_modules/bc-modal/src/scss/modal */
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 980;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0; }
  .modal-overlay.animating, .modal-overlay.visible {
    display: block;
    transition: opacity 0.3s ease; }
  .modal-overlay.visible {
    opacity: 1; }

.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0; }
  .modal-wrapper.animating, .modal-wrapper.visible {
    display: block;
    transition: opacity 0.2s ease; }
  .modal-wrapper.animating-in {
    transition-delay: 0.1s; }
  .modal-wrapper.visible {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1; }

.modal {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

/* scss-combine:general/functions */
/* scss-combine:general/user-settings */
/* scss-combine:general/variables */
/* scss-combine:general/mixins */
/*----------  Layout  ----------*/
/*----------  Icons  ----------*/
/*----------  Theme Editor Settings  ----------*/
/* scss-combine:general/extends */
/*----------  Text treatments  ----------*/
body, .navigation-mobile .nav-mobile-panel-child .nav-mobile-item a, .compare-table-heading {
  font-family: "Nunito Sans";
  color: #9e9fa4;
  font-size: 15px;
  line-height: 1.666; }

th {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #333; }

.page-header {
  background-color: #f7f7f7;
  padding: 2.5rem 3.875rem;
  text-align: center; }

.section-title {
  text-align: center;
  color: #9e9fa4; }

.customer-links,
.currency-selector, .button-compare-toggle {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300; }

.link, .variation-preview-label, .blog-latest-posts .post-read-more, .giftcard-nav-item {
  padding-bottom: 2px;
  font-weight: 400;
  /* text-transform: uppercase;*/
  text-transform: lowercase;
  letter-spacing: 0.077em;
  font-size: 0.8125rem;
  text-decoration: underline; }
  .link:hover, .variation-preview-label:hover, .blog-latest-posts .post-read-more:hover, .giftcard-nav-item:hover {
    text-decoration: none;
    color: #898f94; }

.page-content ul,
.page-content ol,
.product-description ul,
.product-description ol,
.blog-content ul,
.blog-content ol {
  padding-left: 1.25em;
  margin-bottom: 2em; }
  .page-content ul li, .page-content ol li, .product-description ul li, .product-description ol li, .blog-content ul li, .blog-content ol li {
    margin-bottom: 1em; }

/*----------  Layout  ----------*/
.container, .product-tabs, .account-wrapper {
  padding-left: 15px;
  padding-right: 15px; }

.main-nav-bar .site-branding:before, .main-nav-bar .site-branding-link:before, .main-nav-bar .navigation:before, .search-button-wrap:before {
  /*content: " ";*/
  content: none;
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle; }

/*----------  Forms  ----------*/
.review-form, .form-contact-us {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f7f7f7;
  padding: 50px 15px;
  margin-top: 56px; }
  .review-form:after, .form-contact-us:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 768px) {
    .review-form, .form-contact-us {
      padding: 50px; } }

/*----------  Utils  ----------*/
.customer-links:after, .customer-utils .button-wishlist:after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 1px;
  height: 25px;
  margin-left: 18px;
  vertical-align: top;
  content: "";
  pointer-events: none;
  background-color: #dfdfdf;
  transform: translateY(-50%); }

.form-field-swatch .swatch-color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.top-bar .icon {
  display: inline-block;
  vertical-align: middle; }

.product-listing-grid .pagination, .login-modal .account-create .button, .login-modal .account-create .blog .post-read-more, .blog .login-modal .account-create .post-read-more {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.form-select-wrapper:after, .alert.alert-success .alert-dismiss, .alert.success .alert-dismiss, .alert.alert-error .alert-dismiss, .alert.error .alert-dismiss, .alert.alert-info .alert-dismiss, .alert.neutral .alert-dismiss, .selected-facet a:after, .account-wrapper .form-field-email .form-field-control:after, .account-wrapper .form-field-password .form-field-control:after, .login-modal .account-create-facts li:before, .account-create-facts li:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

.blog-latest-posts .post-thumb {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.form-input::-moz-placeholder, .navigation-mobile .search-input::-moz-placeholder, .review-form .product-item-rating::-moz-placeholder {
  padding-top: 2px;
  letter-spacing: 0.1em;
  color: #999ea3;
  text-transform: uppercase;
  font-size: 0.8125rem; }

.form-input::placeholder, .navigation-mobile .search-input::placeholder, .review-form .product-item-rating::placeholder, .review-form .rating-stars-label {
  padding-top: 2px;
  letter-spacing: 0.1em;
  color: #999ea3;
  text-transform: uppercase;
  font-size: 0.8125rem; }

/*----------  Button  ----------*/
.button.inverse:hover, .blog .inverse.post-read-more:hover, .mini-cart .button-checkout:hover {
  box-shadow: 0 0 0 1px white inset; }

.button.button-secondary.inverse, .login-modal .account-create .button.inverse, .login-modal .account-create .blog .inverse.post-read-more, .blog .login-modal .account-create .inverse.post-read-more, .blog .button-secondary.inverse.post-read-more {
  color: white;
  box-shadow: 0 0 0 1px white inset; }
  .button.button-secondary.inverse:hover, .login-modal .account-create .button.inverse:hover, .login-modal .account-create .blog .inverse.post-read-more:hover, .blog .login-modal .account-create .inverse.post-read-more:hover, .blog .button-secondary.inverse.post-read-more:hover {
    box-shadow: 0 0 0 1px transparent inset; }

/* scss-combine:core/account */
/* scss-combine:account/components/layout */
.account-wrapper {
  font-size: 15px; }

.account-nav,
.account-body {
  vertical-align: top; }

@media screen and (min-width: 620px) {
  .account-body {
    float: right;
    width: 65%;
    padding-left: 7.5px; } }

@media screen and (min-width: 900px) {
  .account-body {
    width: 75%; } }

.account-body > :first-child {
  margin-top: 0; }

.account-nav-hidden .account-body {
  float: none;
  width: 100%;
  padding-left: 0;
  margin-left: 0; }

@media screen and (max-width: 619px) {
  .account-nav {
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .account-nav {
    float: left;
    width: 35%;
    padding-right: 7.5px; } }

@media screen and (min-width: 900px) {
  .account-nav {
    width: 25%; } }

/* scss-combine:account/components/forms */
.account-wrapper .form-label-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px; }

.account-wrapper .form-field-checkbox .form-label-text,
.account-wrapper .form-field-radio .form-label-text {
  width: auto; }

.account-wrapper .form-field {
  margin-bottom: 7.5px; }

.account-wrapper .form-input, .account-wrapper .navigation-mobile .search-input, .navigation-mobile .account-wrapper .search-input, .account-wrapper .review-form .product-item-rating, .review-form .account-wrapper .product-item-rating {
  width: 100%; }
  .account-wrapper .form-input.account-form-half, .account-wrapper .navigation-mobile .account-form-half.search-input, .navigation-mobile .account-wrapper .account-form-half.search-input, .account-wrapper .review-form .account-form-half.product-item-rating, .review-form .account-wrapper .account-form-half.product-item-rating {
    width: 50%; }

.account-wrapper .form-actions {
  clear: both; }

@media screen and (min-width: 480px) {
  .account-form-column-container .form-field {
    float: left;
    width: 50%; }
    .account-form-column-container .form-field:nth-child(odd) {
      padding-right: 7.5px; }
    .account-form-column-container .form-field:nth-child(even) {
      padding-left: 7.5px; } }

/* scss-combine:account/components/table */
.account-wrapper table {
  width: 100%;
  margin-top: 7.5px;
  margin-bottom: 7.5px; }

.account-wrapper td,
.account-wrapper th {
  padding: 7.5px; }

.account-table-tight th,
.account-table-tight td {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf; }

/* scss-combine:account/components/list */
.account-items {
  margin-bottom: 15px; }

.account-item {
  position: relative;
  display: table;
  width: 100%;
  border-bottom: 1px solid #dfdfdf; }
  .account-item:first-of-type {
    border-top: 1px solid #dfdfdf; }

.account-item-thumbnail,
.account-item-body,
.account-item-badge,
.account-item-actions {
  padding-top: 7.5px;
  padding-bottom: 7.5px; }
  @media screen and (min-width: 400px) {
    .account-item-thumbnail,
    .account-item-body,
    .account-item-badge,
    .account-item-actions {
      display: table-cell;
      vertical-align: top; } }

.account-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

.account-item-thumbnail {
  min-width: 100px; }
  .account-item-thumbnail img {
    height: auto;
    max-width: 100px; }

.account-item-body {
  width: 100%; }
  @media screen and (min-width: 400px) {
    .account-item-thumbnail + .account-item-body {
      padding-left: 7.5px; } }

.account-item-title {
  margin-top: 3px;
  font-size: 15px; }
  .account-item-title a {
    color: inherit; }

.account-item-title-large {
  font-size: 18px; }

.account-item-description {
  margin-top: 0;
  margin-bottom: 5px;
  color: #5f5f5f; }

.account-item-details {
  font-size: 15px;
  color: #5f5f5f; }

.account-item-detail {
  float: left;
  margin-top: 7.5px;
  margin-right: 15px; }

.account-item-detail-title {
  display: block;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #bfbfbf;
  text-transform: uppercase; }

.account-item-badge,
.account-item-actions {
  white-space: nowrap; }

/* scss-combine:account/components/header */
.account-header {
  display: table;
  width: 100%;
  margin-bottom: 7.5px; }

.account-heading,
.account-toolbar {
  display: table-cell;
  vertical-align: baseline; }

.account-toolbar {
  text-align: right; }
  .account-toolbar * {
    display: inline; }

.account-tool {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0;
  background: transparent;
  margin-left: 10px;
  cursor: pointer;
  color: inherit;
  border: 0; }
  .account-tool:hover {
    color: #4698cb; }
  .account-tool:focus {
    outline: 0; }

/* scss-combine:account/components/navigation */
.account-nav-list {
  padding: 0;
  margin-bottom: 7.5px;
  list-style: none;
  border: 1px solid #dfdfdf;
  border-radius: 0; }

.account-nav-item {
  color: #4698cb;
  border-top: 1px solid #dfdfdf; }
  .account-nav-item:first-child {
    border-top: 0; }
  .account-nav-item.is-active {
    color: #9e9fa4;
    border-left: 3px solid #9e9fa4; }

.account-nav-link {
  display: block;
  padding: 15px;
  color: inherit; }

.account-nav-badge {
  float: right; }

/* scss-combine:account/components/pagination */
.account-wrapper .pagination {
  margin-top: 7.5px; }

/* scss-combine:account/components/card */
.account-card {
  background: #f5f5f5; }
  .account-card .form-input, .account-card .navigation-mobile .search-input, .navigation-mobile .account-card .search-input, .account-card .review-form .product-item-rating, .review-form .account-card .product-item-rating {
    background-color: white; }

.account-card {
  padding: 7.5px;
  margin: 7.5px 0;
  border-radius: 0; }

/* scss-combine:account/components/toggle */
.account-toggle-hidden {
  display: none; }

/* scss-combine:account/components/status */
.account-status {
  padding: 6px 10px 5px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background: #8e8e8e; }

/* scss-combine:account/components/shipments */
.account-shipments {
  margin-bottom: 15px; }

.account-shipments-table th,
.account-shipments-table td {
  padding: 10px 0;
  text-align: left; }

.account-shipments-table th {
  padding: 7.5px 0 0;
  border-top: 1px solid #dfdfdf; }

.account-wrapper .account-shipments-table {
  margin-top: 0;
  margin-bottom: 0; }

/* scss-combine:account/pages/address */
.account-page-add-address .account-content {
  padding-top: 7.5px;
  border-top: 1px solid #dfdfdf; }

.account-address-detail {
  display: block; }

.account-address-form {
  padding-top: 7.5px; }
  @media screen and (min-width: 900px) {
    .account-address-form .form-field {
      float: left;
      width: 50%;
      padding-right: 7.5px; }
      .account-address-form .form-field:nth-of-type(2n) {
        padding-right: 0;
        padding-left: 7.5px; }
      .account-address-form .form-field:nth-of-type(2n + 1) {
        clear: left; } }
  .account-address-form .form-actions {
    padding-top: 7.5px; }

/* scss-combine:account/pages/orders-receipt */
.account-page-orders-receipt .account-content {
  padding-top: 7.5px;
  border-top: 1px solid #dfdfdf; }

.account-receipt-summary {
  float: left;
  width: 33%;
  padding-right: 15px; }

.account-receipt-summary-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px; }

.account-receipt-summary-address {
  line-height: 1.5; }

.account-receipt-detail {
  margin-bottom: 5px; }

.account-receipt-detail-title {
  color: #929292; }

.account-receipt-comments {
  white-space: pre-line; }

.account-receipt-items {
  padding-top: 7.5px; }

.account-receipt-download {
  margin: 10px 0; }

.account-receipt-totals {
  display: table;
  width: 50%;
  margin-left: 50%; }

.account-receipt-total {
  display: table-row;
  margin-bottom: 7.5px; }

.account-receipt-total-title,
.account-receipt-total-value {
  display: table-cell;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-top: 1px solid #dfdfdf; }
  .account-receipt-total:first-of-type .account-receipt-total-title, .account-receipt-total:first-of-type
  .account-receipt-total-value {
    border-top: 0; }

.account-receipt-total-title {
  font-weight: normal;
  letter-spacing: 1px;
  color: #929292; }

.account-receipt-total-value {
  text-align: right; }

/* scss-combine:account/pages/recent-items */
/* scss-combine:account/pages/returns */
.account-return-table th {
  text-align: left; }
  .account-return-table th:last-of-type {
    text-align: right; }

.account-return-table .form-field {
  margin-bottom: 0; }

.account-return-fields {
  margin-top: 15px; }
  .account-return-fields .form-field-select {
    width: 50%; }

/* scss-combine:account/pages/wishlists */
.account-wishlists {
  margin-bottom: 30px; }

/* scss-combine:account/pages/messages */
.account-messages-table.table-clean {
  border-bottom: 1px solid #dfdfdf; }
  .account-messages-table.table-clean td {
    padding-right: 0;
    padding-left: 0;
    vertical-align: top;
    border-top: 1px solid #dfdfdf; }

.account-messages-table-date {
  width: 22%;
  text-align: right; }

.account-message-subject {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500; }
  .account-message-is-reply .account-message-subject:before {
    padding-right: 5px;
    content: "\21c9"; }
  .account-message-is-read .account-message-subject {
    color: #929292; }

.account-message-content {
  padding-right: 15px;
  font-size: 15px;
  line-height: 1.5;
  color: #5f5f5f;
  white-space: pre-line; }
  .account-message-is-read .account-message-content {
    color: #acacac; }

.account-message-date {
  color: #929292; }

.account-messages-form-subject {
  width: 50%; }

/* scss-combine:account/pages/download */
.account-download {
  padding: 7.5px 0 0;
  margin: 7.5px 0;
  border-top: 1px solid #dfdfdf; }

.account-download-title {
  margin: 0;
  font-size: 1em; }

.account-download-link {
  color: inherit;
  text-decoration: underline; }

.account-download-filename {
  font-size: 1.2em; }

.account-download-filesize {
  padding-left: 5px;
  font-weight: normal;
  color: #929292; }

.account-download-description {
  padding-top: 10px;
  padding-bottom: 10px; }

.account-download-expiry {
  font-size: 0.9em;
  color: #929292; }

.account-download-expiry-item {
  display: block;
  padding-bottom: 5px; }
  .account-download-expiry-item:last-of-type {
    padding-bottom: 0; }

.account-downloads-gallery-image {
  text-align: center; }

.account-downloads-gallery-thumbs {
  text-align: center; }

.account-downloads-gallery-thumb {
  display: inline-block;
  width: 10%;
  height: 10%;
  padding: 0 2px;
  vertical-align: middle;
  cursor: pointer; }
  .account-downloads-gallery-thumb img {
    width: 100%;
    height: auto; }

/* scss-combine:account/pages/invoice */
.account-invoice-date {
  margin-top: -20px;
  font-size: 15px; }

.account-invoice-addresses {
  margin-top: 15px;
  margin-bottom: 15px; }

.account-invoice-address {
  float: left;
  margin-right: 15px; }

.account-invoice-address-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px; }

.account-invoice-address-body {
  line-height: 1.5; }

.account-wrapper .account-invoice-table {
  margin-bottom: 0; }

.account-invoice-table th,
.account-invoice-table td {
  padding-right: 7.5px;
  text-align: left;
  vertical-align: top; }
  .account-invoice-table th:nth-of-type(0n + 3),
  .account-invoice-table td:nth-of-type(0n + 3) {
    width: 10%; }
  .account-invoice-table th:last-of-type,
  .account-invoice-table td:last-of-type {
    width: 160px;
    padding-right: 0;
    text-align: right; }

.account-invoice-table td:first-of-type {
  width: 85px; }

.account-invoice-item-thumbnail {
  width: 60px;
  height: auto; }

.account-invoice-item-name {
  margin-bottom: 5px;
  font-weight: bold; }

.account-invoice-total-title {
  font-weight: bold; }

.account-wrapper .account-invoice-totals {
  width: auto;
  margin-top: 0;
  margin-left: auto; }

.account-invoice-totals th,
.account-invoice-totals td {
  padding-right: 7.5px; }
  .account-invoice-totals th:last-of-type,
  .account-invoice-totals td:last-of-type {
    width: 160px;
    padding-right: 0;
    text-align: right; }

/* scss-combine:account/pages/settings */
.account-page-settings .alert:first-of-type {
  margin-top: 0; }

.account-page-settings .account-content {
  padding-top: 7.5px;
  border-top: 1px solid #dfdfdf; }

.account-settings-form {
  padding-top: 7.5px; }
  .account-settings-form .form-field {
    float: left;
    width: 50%;
    padding-right: 3.75px;
    vertical-align: top; }
    .account-settings-form .form-field:nth-of-type(2n + 0) {
      padding-right: 0;
      padding-left: 3.75px; }
  .account-settings-form .form-actions {
    padding-top: 7.5px; }

/* scss-combine:account/pages/auth-login */
.account-page-login .alert {
  max-width: 860px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto; }

.account-login-wrapper {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 620px) {
    .account-login-wrapper {
      display: table;
      width: 100%;
      table-layout: fixed; } }

.account-page-login .account-sub-heading {
  margin: 0 0 20px; }

@media screen and (min-width: 620px) {
  .account-login,
  .account-create {
    display: table-cell;
    vertical-align: top; } }

@media screen and (max-width: 619px) {
  .account-login {
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .account-login {
    padding: 7.5px 37.5px 7.5px 0; } }

.account-login-button {
  margin-right: 7.5px; }

.account-create {
  padding: 7.5px;
  background: #f5f5f5; }

.account-create-intro:empty {
  display: none; }

.account-create-facts {
  padding-left: 20px;
  margin-bottom: 30px;
  list-style: disc; }
  .account-create-facts li:empty {
    display: none; }

/* scss-combine:account/pages/auth-forgot */
.account-page-forgot .account-body {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none; }

.account-forgot-form {
  display: table;
  width: 100%;
  margin-top: 15px; }
  .account-forgot-form .form-field,
  .account-forgot-form .form-actions {
    display: table-cell;
    text-align: left;
    vertical-align: bottom; }
  .account-forgot-form .form-actions {
    width: 1px;
    padding-left: 10px; }

/* scss-combine:account/pages/auth-create */
.account-page-create .account-header {
  padding-bottom: 7.5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dfdfdf; }

.account-page-create .account-body {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }

.account-create-form .g-recaptcha > div {
  margin: 0 auto; }

@media screen and (min-width: 620px) {
  .account-create-form .form-field {
    float: left;
    width: 50%;
    padding-right: 7.5px; }
    .account-create-form .form-field:nth-of-type(2n) {
      padding-right: 0;
      padding-left: 7.5px; }
    .account-create-form .form-field:nth-of-type(2n + 1) {
      clear: left; } }

.account-create-details,
.account-create-address {
  padding-bottom: 7.5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dfdfdf; }

.account-create-form-actions {
  text-align: center; }

.account-create-captcha {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 619px) {
    .account-create-captcha {
      margin-bottom: 7.5px; } }
  @media screen and (min-width: 620px) {
    .account-create-captcha {
      margin-right: 7.5px; } }

/* scss-combine:account/pages/auth-created */
.account-page-created .account-body {
  float: none;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .account-page-created .account-body p {
    margin-bottom: 15px;
    line-height: 1.5; }
  .account-page-created .account-body em {
    font-family: monospace;
    font-style: normal;
    font-weight: bold;
    background: #f5f5f5; }

/* scss-combine:account/pages/auth-new-password */
.account-page-new-password .account-content {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto; }

.new-password-requirements {
  margin-bottom: 15px;
  text-align: center; }

/* scss-combine:account/pages/gift-certificate */
.giftcard-nav {
  padding: 30px;
  margin-bottom: 30px;
  text-align: center; }

.giftcard-nav-item {
  display: inline-block;
  margin: 0 1em;
  color: #4698cb; }
  .giftcard-nav-item.is-active {
    color: #5f5f5f; }

.giftcard-heading-container {
  margin-bottom: 30px;
  text-align: center; }

.giftcard-form-help-message {
  display: block;
  margin-top: 6px; }

.giftcard-form-preview iframe {
  width: 100%; }

.giftcard-single-theme {
  display: none; }

.giftcard-balance-container {
  max-width: 600px;
  margin: 0 auto; }

.form-giftcard-balance {
  position: relative; }
  .form-giftcard-balance .form-field-title {
    position: absolute;
    left: -9999px; }
  .form-giftcard-balance .form-field-control {
    display: block; }
    @media screen and (min-width: 615px) {
      .form-giftcard-balance .form-field-control {
        margin-right: calc(30% + 7.5px); } }
  @media screen and (min-width: 615px) {
    .form-giftcard-balance .form-actions {
      position: absolute;
      top: 0;
      right: 0;
      width: 30%; } }
  .form-giftcard-balance .button, .form-giftcard-balance .blog .post-read-more, .blog .form-giftcard-balance .post-read-more {
    width: 100%; }

.giftcard-redeem-steps {
  line-height: 1.5; }
  .giftcard-redeem-steps li {
    margin-bottom: 0.75em; }

/* scss-combine:core/unavailable */
.unavailable-container {
  display: table;
  text-align: center;
  width: 100%;
  height: 100vh;
  font-size: 14px; }
  @media (min-width: 400px) {
    .unavailable-container {
      font-size: 16px; } }

.unavailable-container-inner {
  display: table-cell;
  padding: 20px;
  vertical-align: middle; }

.unavailable-logo {
  margin-top: 0; }

.unavailable-heading {
  font-size: 1.5em; }

.unavailable-message {
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.875em; }

/* scss-combine:core/swatch */
.form-field-swatch .swatch-none .swatch {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .form-field-swatch .swatch-none .swatch svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/* scss-combine:modules/dropdown */
.dropdown {
  position: relative; }

.dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  max-height: calc(100vh - 112px);
  min-width: 100%;
  padding: 0.625rem;
  overflow: auto; }
  .dropdown-panel.animating, .dropdown-panel.visible {
    display: block; }
  .dropdown-panel.animating-in, .dropdown-panel.animating-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.3s ease; }
  .dropdown-panel.visible {
    opacity: 1;
    transform: translateY(0); }

.icon-arrow-down {
  display: inline-block;
  margin-top: -0.03em;
  margin-left: 0.5em;
  vertical-align: middle;
  transition: transform 0.3s ease; }
  .dropdown-open .icon-arrow-down {
    transform: rotate(-180deg); }
  .nav-mobile-panel-parent .nav-mobile-item-parent .icon-arrow-down {
    margin-top: -0.1rem; }

.tier-toggle {
  padding: 0.3125rem 0 !important;
  background: transparent; }

.tier-open > a {
  color: white; }

.tier-panel {
  position: static;
  display: none;
  padding: 0 0 0 0.625rem;
  margin: 0;
  overflow: hidden;
  background: transparent; }
  .tier-panel.tier-open {
    display: block; }
  .tier-panel.animating, .tier-panel.visible {
    display: block; }
  .tier-panel.animating-in, .tier-panel.animating-out {
    opacity: 0;
    transition: opacity 0.5s ease; }
  .tier-panel.visible {
    opacity: 1; }
  .tier-panel a {
    white-space: nowrap; }
    .main-dropdown .tier-panel a {
      line-height: 30px; }

/* scss-combine:modules/modal */
.modal-overlay {
  background-color: rgba(59, 58, 72, 0.95); }

.modal {
  margin-bottom: 5vw;
  width: 90%;
  max-width: 1230px;
  padding: 15px; }
  .loaded .modal {
    background-color: #fff; }
  .modal.modal-quick-shop {
    top: 5vw; }
  .modal .icon-spinner {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto; }

.button-modal-close, .search-wrap .button-search-close {
  position: absolute;
  top: 19px;
  right: 20px;
  color: white;
  background: none; }
  .visible .button-modal-close, .visible .search-wrap .button-search-close, .search-wrap .visible .button-search-close {
    position: fixed; }
  .button-modal-close:hover, .search-wrap .button-search-close:hover {
    color: #4698cb; }
  .button-modal-close .icon-close, .search-wrap .button-search-close .icon-close {
    width: 16px;
    height: 16px; }

.modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  background-color: #9e9fa4;
  color: white;
  transition: all 0.3s ease; }
  .modal-close:hover {
    background-color: #4698cb;
    color: white; }
  .modal-close .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/* scss-combine:modules/tabs */
/*.tabs {
  margin-bottom: 55px;
  font-size: 0;
  text-align: center;
}

.tab-title {
  padding: 0;
  font-size: $font-size;
  border: 2px solid $color-border;

  &:hover {
    color: contrast($color-nav-active, 100%);
    background-color: $color-accent;
    border-color: $color-accent;
  }

  &.active {
    color: contrast($color-nav-active, 100%, 60);
    background-color: $color-nav-active;
    border-color: $color-nav-active;
  }
*/
.tab-title {
  padding: 0;
  font-size: 15px;
  border: 2px solid #2199cb;
  /*&:first-child {
    border-radius: $border-radius;

    a { cursor: default; }

    &:not(:last-child) {
      border-radius: $border-radius 0 0 $border-radius;

      a { cursor: pointer; }
    }
  }

  &:last-child:not(:first-child) {
    border-radius: 0 $border-radius $border-radius 0;
  }*/ }
  .tab-title:hover {
    color: #ffffff;
    background-color: #2199cb;
    border-color: #2199cb; }
  .tab-title.active, .product-tabs .accordion-title.is-open {
    color: #ffffff;
    background-color: #2199cb;
    border-color: #2199cb; }
  .tab-title:not(:first-child) {
    margin-left: -1px; }
  .tab-title:first-child {
    border-radius: 0; }
    .tab-title:first-child a {
      cursor: default; }
    .tab-title:first-child:not(:last-child) {
      border-radius: 0; }
      .tab-title:first-child:not(:last-child) a {
        cursor: pointer; }
  .tab-title:last-child:not(:first-child) {
    border-radius: 0; }
  .tab-title a {
    display: block;
    min-width: 190px;
    padding: 14px;
    color: inherit; }
    .tab-title a:hover {
      color: inherit; }

.tabs-content {
  position: relative; }
  .tabs-content .icon-spinner {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px; }

.tab-content-panel.active ~ .icon-spinner {
  display: none; }

/* scss-combine:modules/baguetteBox */
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.4.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

#baguetteBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(59, 58, 72, 0.98);
  opacity: 0;
  transition: opacity 0.5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      height: 100%;
      margin: 0; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 90%;
      vertical-align: middle; }
    #baguetteBox-overlay .full-image figcaption {
      position: absolute;
      bottom: 0;
      display: block;
      width: 100%;
      padding-bottom: 16px;
      font-weight: 300;
      line-height: 1.8;
      text-align: center;
      white-space: normal; }
    #baguetteBox-overlay .full-image:before {
      display: inline-block;
      width: 1px;
      height: 50%;
      margin-right: -1px;
      content: ""; }

#baguetteBox-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease; }
  #baguetteBox-slider.bounce-from-right {
    animation: bounceFromRight 0.4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    animation: bounceFromLeft 0.4s ease-out; }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button {
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 1.6em;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 15%;
  outline: none;
  transition: background-color 0.4s ease; }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    top: 0;
    left: 0; }
    .baguetteBox-button svg g {
      stroke: white; }

.spinner:not(.button) {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px; }

.double-bounce1,
.double-bounce2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  animation: bounce 2s infinite ease-in-out; }

.double-bounce2 {
  animation-delay: -1s; }

@keyframes bounce {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/* scss-combine:modules/meganav */
.mega-nav-variant-container {
  display: block;
  max-width: 100%;
  min-width: 23.72881%;
  max-height: 31.25rem;
  text-align: center;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem; }
  .mega-nav-variant-container:after {
    content: " ";
    display: block;
    clear: both; }

.mega-nav-root-list,
.mega-nav-child-list {
  float: left;
  margin-right: 15px;
  vertical-align: top; }
  .mega-nav-root-list li,
  .mega-nav-child-list li {
    text-align: left;
    padding: 5px; }
    .mega-nav-root-list li:hover,
    .mega-nav-child-list li:hover {
      cursor: pointer; }
    .mega-nav-root-list li a,
    .mega-nav-child-list li a {
      color: white; }

.mega-nav-root-list {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  border-right: 1px solid #e6e6e6;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  height: 460px;
  letter-spacing: 0.077em;
  max-height: 460px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  text-transform: uppercase; }
  .mega-nav-root-list li {
    display: block; }
    .mega-nav-root-list li a {
      letter-spacing: normal; }
    .mega-nav-root-list li.active a {
      color: #4698cb; }
    .mega-nav-root-list li:hover a {
      color: white;
      text-decoration: underline; }

.mega-nav-child-container {
  display: block;
  float: left;
  max-width: 74.57627%;
  max-height: 25rem;
  padding-left: 1.875rem; }

.mega-nav-child-list-container {
  display: none; }
  .mega-nav-child-list-container.animating, .mega-nav-child-list-container.visible {
    display: block; }
  .mega-nav-child-list-container.animating {
    position: absolute; }
  .mega-nav-child-list-container.animating-in, .mega-nav-child-list-container.animating-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.3s ease; }
  .mega-nav-child-list-container.visible {
    opacity: 1;
    transform: translateY(0); }

.mega-nav-child-header {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  color: black;
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding: 0;
  text-align: left;
  width: 100%; }

.mega-nav-child-list-back {
  display: block;
  height: 1.25rem;
  margin-bottom: 0.9375rem;
  text-align: left;
  font-size: 12px;
  margin-left: -7px; }
  .mega-nav-child-list-back svg {
    margin-top: -3px;
    vertical-align: middle;
    transform: rotate(90deg) !important;
    color: black; }
    .mega-nav-child-list-back svg path {
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .mega-nav-child-list-back a {
    height: 100%;
    color: black;
    text-transform: uppercase;
    text-decoration: underline;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .mega-nav-child-list-back:hover a {
    text-decoration: none;
    color: #898f94; }
  .mega-nav-child-list-back:hover svg path {
    fill: #898f94; }

.mega-nav-child-list-inner-container {
  display: flex;
  height: 22.5rem; }

.mega-nav-child-list {
  display: flex;
  max-height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  float: left;
  font-family: "Roboto Slab", serif;
  font-size: 13px; }
  .mega-nav-child-list .mega-nav-child-item {
    align-self: baseline;
    margin-right: 3.75rem;
    min-height: 0;
    min-width: 0;
    padding: 5px 5px 5px 0;
    text-align: left; }
    .mega-nav-child-list .mega-nav-child-item a {
      color: #3b3b3b;
      font-size: 1rem;
      font-weight: lighter;
      padding: 0; }
    .mega-nav-child-list .mega-nav-child-item:hover > a {
      color: #898f94; }
    .mega-nav-child-list .mega-nav-child-item:hover .mega-nav-arrow svg path {
      fill: #898f94; }

.mega-nav-arrow {
  display: inline-block;
  height: 100%;
  margin-left: 0.125rem;
  margin-top: 3px;
  vertical-align: top;
  width: 0.8125rem; }
  .mega-nav-arrow .icon-arrow-down {
    transform: rotate(-90deg);
    vertical-align: middle; }
    .mega-nav-arrow .icon-arrow-down path {
      fill: #3b3b3b; }

/* scss-combine:modules/carousel */
/*----------  Carousel  ----------*/
.carousel {
  cursor: ew-resize;
  cursor: grab; }
  .js .carousel .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease; }
  .js .carousel.slick-initialized .carousel-item {
    opacity: 1; }
  .carousel .container, .carousel .product-tabs {
    position: relative; }
    @media screen and (max-width: 767px) {
      .carousel .container, .carousel .product-tabs {
        padding: 0; } }

.carousel-item {
  width: 100%; }
  .carousel-item > a {
    display: block; }

.carousel-item-image {
  width: 100%;
  height: 0;
  padding-bottom: 41.66667%;
  background-size: cover; }
  .ratio-natural .carousel-item-image {
    height: auto;
    padding-bottom: 0; }
  .ratio-3-1 .carousel-item-image {
    width: 100%;
    height: 0;
    padding-bottom: 33.33333%; }
  .ratio-16-9 .carousel-item-image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }

.ratio-natural .slick-slide .home-carousel-image {
  position: static !important;
  display: block;
  width: 100%;
  height: auto; }

.product-images-container .slick-slide {
  height: auto !important; }

.carousel-item-info {
  padding: 37px 0;
  text-align: center;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.2s ease-out;
  background-color: rgba(209, 209, 209, 0.8); }
  @media screen and (min-width: 768px) {
    .carousel-item-info {
      position: absolute;
      left: 45px;
      bottom: 0;
      width: 356px;
      height: 100px;
      /*padding: 25px 31px 32px;*/
      padding: 5px 31px 10px;
      text-align: left; } }
  .carousel-item-info.show {
    opacity: 1;
    transform: translate(0, 0); }
  .carousel-item-info .carousel-item-title {
    margin: 0;
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 40px;
    /*color: $color-carousel-title;*/
    color: #4698cb; }
  .carousel-item-info .carousel-item-caption {
    font-size: 24px;
    /*color: rgba($color-carousel-text, 0.75);*/
    color: #4698cb;
    line-height: 1.3em;
    margin-bottom: 0.5em; }
  .carousel-item-info .carousel-item-link {
    /*font-size: 13px;
    color: $color-accent;*/
    color: #3b3b3b;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase; }

.carousel-navigation-item {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 1rem;
  color: #4496f6;
  cursor: pointer;
  transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .carousel-navigation-item {
      display: none !important; } }
  .carousel-navigation-item.previous {
    left: 0; }
  .carousel-navigation-item.next {
    right: 0; }
  .carousel-navigation-item .icon {
    height: 24px;
    width: 15px; }

.slick-dots {
  position: absolute;
  top: 41.66667vw;
  left: 50%;
  transform: translateX(-50%) translateY(-34px);
  list-style: none;
  margin: 0 0 30px 0;
  line-height: 1;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .slick-dots {
      top: auto; } }
  .ratio-3-1 .slick-dots {
    top: 33.33333vw; }
  .ratio-16-9 .slick-dots {
    top: 56.25vw; }
  .slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #4496f6;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s ease; }
    .slick-dots li:hover {
      background-color: #4698cb;
      border-color: #4698cb; }
  .slick-dots .slick-active {
    border-color: #4698cb; }
  .slick-dots button {
    display: none; }

/* scss-combine:general/general */
/* General */
body {
  background-color: white; }
  body.scroll-locked {
    overflow: hidden; }

/* Links */
a {
  color: #4698cb;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  a:hover {
    color: #898f94; }

/* Headers */
h1, .blog-items-list .post-title,
h2,
.giftcard-header,
h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
h4,
.search-wrap .search-input,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
.product-item-price,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name,
h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.site-footer .footer-title,
.giftwrap-subtitle {
  line-height: 1.25; }
  h1 a, .blog-items-list .post-title a,
  h2 a,
  .giftcard-header a,
  h3 a,
  .section-title a,
  .listing-title a,
  .login-modal .account-sub-heading a,
  .auth-sub-heading a,
  h4 a,
  .search-wrap .search-input a,
  .content-result h1 a,
  .content-result .blog-items-list .post-title a,
  .blog-items-list .content-result .post-title a,
  .product-item-price a,
  h5 a,
  .bulk-pricing-block .product-details-heading a,
  .review-item-title a,
  .cart-table-header .cell a,
  .cart-item-info .product-name a,
  h6 a,
  .product-item-brand a,
  .product-details .product-brand a,
  .product-stock a,
  .site-footer .footer-title a,
  .giftwrap-subtitle a {
    color: inherit; }
    h1 a:hover, .blog-items-list .post-title a:hover,
    h2 a:hover,
    .giftcard-header a:hover,
    h3 a:hover,
    .section-title a:hover,
    .listing-title a:hover,
    .login-modal .account-sub-heading a:hover,
    .auth-sub-heading a:hover,
    h4 a:hover,
    .search-wrap .search-input a:hover,
    .content-result h1 a:hover,
    .content-result .blog-items-list .post-title a:hover,
    .blog-items-list .content-result .post-title a:hover,
    .product-item-price a:hover,
    h5 a:hover,
    .bulk-pricing-block .product-details-heading a:hover,
    .review-item-title a:hover,
    .cart-table-header .cell a:hover,
    .cart-item-info .product-name a:hover,
    h6 a:hover,
    .product-item-brand a:hover,
    .product-details .product-brand a:hover,
    .product-stock a:hover,
    .site-footer .footer-title a:hover,
    .giftwrap-subtitle a:hover {
      color: #4698cb; }

h1, .blog-items-list .post-title,
h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name {
  font-weight: 400; }

h1, .blog-items-list .post-title,
h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name {
  font-family: "Nunito Sans", sans-serif;
  color: #3b3a48; }


h2,
.giftcard-header,
h4,
.search-wrap .search-input,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
.product-item-price {
  font-family: "Nunito Sans";
  font-weight: 300;
  text-transform: none; }

h1, .blog-items-list .post-title {
  font-size: 2.25rem; }


h2,
.giftcard-header {
  font-size: 1.75rem; }


h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading {
  font-size: 1.5rem; }


h4,
.search-wrap .search-input,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
.product-item-price {
  font-size: 1.25rem; }


h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name {
  font-size: 1.0625rem; }


h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.site-footer .footer-title,
.giftwrap-subtitle {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.0625em;
  color: #3b3a48; }

/* Utility classes */
.text-center {
  text-align: center; }

.hidden {
  display: none; }

/* Basic elements */
hr {
  background: #dfdfdf;
  height: 1px; }

cite {
  color: #9e9fa4; }

img {
  max-width: 100%;
  height: auto; }
  img:not([src]) {
    visibility: hidden; }

svg {
  fill: currentColor; }

.list-bulleted {
  margin: 1em 0 1em 1.5em;
  list-style: disc; }

/* scss-combine:general/button */
/* Buttons */
button {
  border: 0; }

.button, .blog .post-read-more {
  padding: 1.0625em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3125;
  color: white;
  background-color: #2199cb;
  border-radius: 10px;
  box-shadow: 0 0 0 1px transparent inset;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .button:hover, .blog .post-read-more:hover {
    color: white;
    background-color: #2199cb; }
  .button.button-wide, .blog .post-read-more {
    padding-left: 3em;
    padding-right: 3em; }
  .button.button-small, .blog .button-small.post-read-more {
    padding: 0.25em 0.5em;
    font-size: 13px; }
  .button.button-short, .blog .button-short.post-read-more {
    padding: 0.75em 1.5em; }
  .button.button-secondary, .login-modal .account-create .button, .login-modal .account-create .blog .post-read-more, .blog .login-modal .account-create .post-read-more, .blog .button-secondary.post-read-more {
    color: white;
    background: #2199cb;
    box-shadow: 0 0 0 1px #2199cb inset; }
    .button.button-secondary:hover, .login-modal .account-create .button:hover, .login-modal .account-create .blog .post-read-more:hover, .blog .login-modal .account-create .post-read-more:hover, .blog .button-secondary.post-read-more:hover {
      color: white;
      background-color: #2199cb; }
  .button.button-tertiary, .blog .button-tertiary.post-read-more {
    color: white;
    background: #2199cb; }
    .button.button-tertiary:hover, .blog .button-tertiary.post-read-more:hover {
      color: #2199cb;
      box-shadow: 0 0 0 1px #2199cb inset;
      background-color: transparent; }
  .button:disabled, .blog .post-read-more:disabled, .button.button-disabled, .button.compare-submit.is-disabled, .blog .compare-submit.is-disabled.post-read-more, .blog .button-disabled.post-read-more {
    cursor: not-allowed;
    opacity: 0.6; }
  .button.spinner, .blog .spinner.post-read-more {
    position: relative; }
    .button.spinner.progress .button-text, .blog .spinner.progress.post-read-more .button-text {
      opacity: 0.1; }
  .button .icon-spinner, .blog .post-read-more .icon-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px; }

.button-group {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 374px) {
    .button-group {
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .button-group .addtocart-btn {
      width: 60%; } }
  @media screen and (max-width: 567px) {
    .button-group .addtocart-btn {
      width: 50%; } }
  @media screen and (max-width: 479px) {
    .button-group .addtocart-btn {
      width: auto; } }
  @media screen and (max-width: 374px) {
    .button-group .addtocart-btn {
      width: 100%; } }
  .button-group .addtocart-btn .button, .button-group .addtocart-btn .blog .post-read-more, .blog .button-group .addtocart-btn .post-read-more {
    background: #3d972f;
    border-radius: 30px;
    font-size: 18px;
    padding: 6px 20px;
    margin: 0 30px 0 0;
    text-transform: capitalize;
    line-height: normal;
    width: auto;
    z-index: auto !important; }
    @media screen and (max-width: 1023px) {
      .button-group .addtocart-btn .button, .button-group .addtocart-btn .blog .post-read-more, .blog .button-group .addtocart-btn .post-read-more {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .button-group .addtocart-btn .button, .button-group .addtocart-btn .blog .post-read-more, .blog .button-group .addtocart-btn .post-read-more {
        font-size: 18px; } }
    @media screen and (max-width: 479px) {
      .button-group .addtocart-btn .button, .button-group .addtocart-btn .blog .post-read-more, .blog .button-group .addtocart-btn .post-read-more {
        font-size: 14px;
        margin: 0 12px 0 0; } }
  .button-group .or-btn {
    margin: 0 10px 0 0; }
    @media screen and (max-width: 374px) {
      .button-group .or-btn {
        width: 100%;
        margin: 10px 0; } }
    .button-group .or-btn span {
      font-size: 16px;
      color: #333436;
      font-weight: 600; }
      @media screen and (max-width: 1023px) {
        .button-group .or-btn span {
          font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .button-group .purchase-agent-btn {
      width: 40%; } }
  @media screen and (max-width: 567px) {
    .button-group .purchase-agent-btn {
      width: 50%; } }
  @media screen and (max-width: 479px) {
    .button-group .purchase-agent-btn {
      width: auto; } }
  @media screen and (max-width: 374px) {
    .button-group .purchase-agent-btn {
      width: 100%; } }
  .button-group .purchase-agent-btn a {
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 2px solid #949597;
    color: #000;
    font-weight: 600;
    margin: 0 10px;
    padding: 0 0 5px; }
    @media screen and (max-width: 1023px) {
      .button-group .purchase-agent-btn a {
        font-size: 14px; } }
    @media screen and (max-width: 479px) {
      .button-group .purchase-agent-btn a {
        font-size: 14px; } }
    @media screen and (max-width: 374px) {
      .button-group .purchase-agent-btn a {
        margin: 0; } }
    .button-group .purchase-agent-btn a:hover {
      color: #888; }

.button-group-item {
  position: relative;
  float: left;
  height: 45px;
  min-width: 45px;
  padding: 12px;
  font-family: "Nunito Sans";
  font-size: 0.8125rem;
  line-height: 1;
  color: #9e9fa4;
  text-align: center;
  background-color: transparent;
  border: 2px solid #dfdfdf;
  transition: all 0.3s ease; }
  .button-group-item + .button-group-item {
    margin-left: -2px; }
  .button-group-item:hover {
    background-color: #4698cb;
    border-color: #4698cb;
    color: white; }
  .button-group-item:first-child {
    border-radius: 4px 0 0 4px; }
  .button-group-item:last-child {
    border-radius: 0 4px 4px 0; }
  .button-group-item.active {
    z-index: 1;
    color: white;
    background-color: #4e4d5b;
    border-color: #4e4d5b; }
  .button-group-item.disabled, .button-group-item.active {
    pointer-events: none;
    cursor: default; }
  .button-group-item .icon-grid-view {
    width: 16px;
    height: 16px; }
  .button-group-item .icon-list-view {
    width: 17px;
    height: 16px; }

/* scss-combine:general/form */
/*----------  Forms  ----------*/
.form-field, .account-wrapper .form-field {
  margin-bottom: 1.75rem; }

.form-label {
  font-weight: 400; }
  .form-label.checkbox .form-label-text {
    margin-bottom: 0; }

.form-input, .navigation-mobile .search-input, .review-form .product-item-rating {
  display: block;
  padding: 1.1875rem 1.0625rem 1.125rem;
  color: #898f94;
  border: 0;
  border-radius: 4px;
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .form-input:not([type="radio"]):not([type="checkbox"]):not(.quantity-input), .navigation-mobile .search-input:not([type="radio"]):not([type="checkbox"]):not(.quantity-input), .review-form .product-item-rating:not([type="radio"]):not([type="checkbox"]):not(.quantity-input) {
    box-shadow: 0 0 0 1px #dfdfdf inset; }
  .form-input:not(textarea):not([type="radio"]):not([type="checkbox"]), .navigation-mobile .search-input:not(textarea):not([type="radio"]):not([type="checkbox"]), .review-form .product-item-rating:not(textarea):not([type="radio"]):not([type="checkbox"]) {
    height: 3.4375rem; }
  .form-input:focus, .navigation-mobile .search-input:focus, .review-form .product-item-rating:focus {
    outline: none; }
  .form-input.form-input-short, .navigation-mobile .form-input-short.search-input, .review-form .form-input-short.product-item-rating {
    padding: 0.875rem 1.0625rem 0.8125rem;
    height: 2.8125rem; }

.form-radio,
.form-checkbox {
  display: inline-block;
  vertical-align: middle; }
  .form-radio + .form-label-text,
  .form-checkbox + .form-label-text {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 0.625rem;
    margin-left: 0.625rem; }

.form-select-wrapper {
  position: relative;
  display: block; }
  .form-select-wrapper:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%239e9fa4' version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M6.514 6.232l9.487 9.597 9.487-9.597c1.491-1.491 3.904-1.491 5.395 0 1.483 1.507 1.491 3.944 0 5.451l-12.19 12.306c-1.483 1.491-3.904 1.491-5.395 0l-12.182-12.306c-1.489-1.507-1.489-3.944 0.002-5.451 1.491-1.491 3.904-1.491 5.395 0z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    width: 9px;
    height: 6px;
    margin-top: -3px;
    pointer-events: none;
    content: ""; }
  .form-select-wrapper .form-select {
    width: 100%; }

.form-select {
  height: 3.4375rem;
  padding: 0 2.25rem 0 1.0625rem;
  background-color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.form-input-short {
    height: 2.8125rem;
    padding: 0 2.25rem 0 1.0625rem; }

.form-label-text,
.form-field-title {
  display: block;
  margin: 0 0.625rem 0.5rem 0;
  font-weight: normal; }

.form-field-title .required-text {
  display: none; }
  .form-required .form-field-title .required-text {
    display: inline-block; }

.input-group {
  display: table;
  width: 100%; }

.input-group-item {
  display: table-cell;
  vertical-align: top; }
  .input-group-item:first-child .button, .input-group-item:first-child .blog .post-read-more, .blog .input-group-item:first-child .post-read-more {
    border-radius: 4px 0 0 4px;
    margin-right: -2px; }
  .input-group-item:last-child .button, .input-group-item:last-child .blog .post-read-more, .blog .input-group-item:last-child .post-read-more {
    border-radius: 0 4px 4px 0;
    margin-left: -2px; }
  .input-group-item.form-field {
    width: 99%; }
  .input-group-item .form-input, .input-group-item .navigation-mobile .search-input, .navigation-mobile .input-group-item .search-input, .input-group-item .review-form .product-item-rating, .review-form .input-group-item .product-item-rating {
    width: 100%; }

.form-field-date .form-select-wrapper {
  float: left; }

.form-field-date .form-date-year {
  width: 44%; }

.form-field-date .form-date-month {
  width: 25%;
  margin-right: 3%;
  margin-left: 3%; }

.form-field-date .form-date-day {
  width: 25%; }

/*----------  Form Errors  ----------*/
.form-error {
  color: #ff5e5d;
  border: 1px solid #ff5e5d; }
  .form-error::-moz-placeholder {
    color: #fff6f6; }
  .form-error::placeholder {
    color: #fff6f6; }

.form-error-message {
  color: #ff5e5d; }

.form-inline-message {
  display: block;
  margin-top: 0.625rem;
  clear: left; }
  .form-field-invalid .form-inline-message {
    color: #ff5e5d; }

/* scss-combine:general/table */
/* Tables */
table {
  color: #9e9fa4;
  border-color: #dfdfdf; }

th {
  color: #898f94; }

/* scss-combine:general/alerts */
.alert {
  position: relative;
  padding: 1rem 2rem 1rem 1rem;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .alert.dismissed {
    opacity: 0; }
  .alert.hidden, .alert.alert-dynamic {
    display: none; }
  .alert.animating, .alert.visible {
    display: block; }
  .alert.animating-in, .alert.animating-out {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .alert.visible {
    transform: translateX(0);
    opacity: 1; }
  .alert .alert-dismiss {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 0.75rem;
    height: 0.75rem;
    line-height: 0;
    color: transparent;
    cursor: pointer; }
    .alert .alert-dismiss:hover {
      opacity: 1; }
  .alert.alert-success, .alert.success {
    background-color: #8bc53f; }
    .alert.alert-success .alert-dismiss, .alert.success .alert-dismiss {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23557925' width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73'/%3E%3C/svg%3E"); }
  .alert.alert-error, .alert.error {
    background-color: #ff5e5d; }
    .alert.alert-error .alert-dismiss, .alert.error .alert-dismiss {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23c30100' width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73'/%3E%3C/svg%3E"); }
  .alert.alert-info, .alert.neutral {
    background-color: #00529b; }
    .alert.alert-info .alert-dismiss, .alert.neutral .alert-dismiss {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23000102' width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73'/%3E%3C/svg%3E"); }
  .alert a:not(.alert-dismiss) {
    color: #fff;
    text-decoration: underline; }
    .alert a:not(.alert-dismiss):hover {
      text-decoration: none; }

/* scss-combine:general/global */
/*----------  Spinner  ----------*/
.loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8); }
  .loading-overlay .icon-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px; }

/*----------  Animations  ----------*/
.icon-spinner {
  width: 20px;
  height: 20px;
  animation: spin 0.75s linear infinite; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

/*----------  Page  ----------*/
.page-header .page-title {
  margin: 0 auto; }

.section-title {
  margin: 0 0 2.083em;
  font-size: 28px;
  text-align: left;
  color: #4698cb; }

section.products-featured.section {
  padding-top: 3em; }

.page-content ul,
.product-description ul,
.blog-content ul {
  list-style: disc; }

.page-content a,
.product-description a,
.blog-content a {
  color: #4698cb; }
  .page-content a:hover,
  .product-description a:hover,
  .blog-content a:hover {
    text-decoration: underline; }

.page-content img,
.product-description img,
.blog-content img {
  margin-bottom: 2em; }

.page-content .feedflare img,
.product-description .feedflare img,
.blog-content .feedflare img {
  margin-bottom: 0; }

.page-content .page-feed h6, .page-content .page-feed .product-item-brand, .page-content .page-feed .product-details .product-brand, .product-details .page-content .page-feed .product-brand, .page-content .page-feed .product-stock, .page-content .page-feed .site-footer .footer-title, .site-footer .page-content .page-feed .footer-title, .page-content .page-feed .giftwrap-subtitle,
.product-description .page-feed h6,
.product-description .page-feed .product-item-brand,
.product-description .page-feed .product-details .product-brand,
.product-details .product-description .page-feed .product-brand,
.product-description .page-feed .product-stock,
.product-description .page-feed .site-footer .footer-title,
.site-footer .product-description .page-feed .footer-title,
.product-description .page-feed .giftwrap-subtitle,
.blog-content .page-feed h6,
.blog-content .page-feed .product-item-brand,
.blog-content .page-feed .product-details .product-brand,
.product-details .blog-content .page-feed .product-brand,
.blog-content .page-feed .product-stock,
.blog-content .page-feed .site-footer .footer-title,
.site-footer .blog-content .page-feed .footer-title,
.blog-content .page-feed .giftwrap-subtitle {
  margin-top: 0; }

.page-content .page-feed li,
.product-description .page-feed li,
.blog-content .page-feed li {
  margin-bottom: 0; }

.page-content .blog-content-paragraph,
.product-description .blog-content-paragraph,
.blog-content .blog-content-paragraph {
  color: #222720;
  text-align: left; }

.page-content .blog-content-references,
.product-description .blog-content-references,
.blog-content .blog-content-references {
  font-size: 0.8rem; }

.page-content .blog-content-figure,
.product-description .blog-content-figure,
.blog-content .blog-content-figure {
  display: table;
  margin: 2rem auto; }

.page-content .blog-content-figure-caption,
.product-description .blog-content-figure-caption,
.blog-content .blog-content-figure-caption {
  font-size: 0.9rem;
  color: #666;
  text-align: left; }

.page-content .blog-ordered-list,
.product-description .blog-ordered-list,
.blog-content .blog-ordered-list {
  counter-reset: item;
  list-style-type: none; }

.page-content .blog-italic-heading,
.product-description .blog-italic-heading,
.blog-content .blog-italic-heading {
  font-style: italic; }

.page-content .blog-ordered-list > li,
.product-description .blog-ordered-list > li,
.blog-content .blog-ordered-list > li {
  display: block;
  padding-left: 2rem; }

.page-content .blog-ordered-list > li:before,
.product-description .blog-ordered-list > li:before,
.blog-content .blog-ordered-list > li:before {
  counter-increment: item;
  content: counter(item) ") ";
  position: absolute;
  margin-left: -3.5em;
  text-align: right;
  width: 3em; }

.page-content .blog-unordered-list > li,
.product-description .blog-unordered-list > li,
.blog-content .blog-unordered-list > li {
  margin-left: 2rem; }

.page-content .blog-content-button,
.product-description .blog-content-button,
.blog-content .blog-content-button {
  background-color: #4698cb; }
  .page-content .blog-content-button:hover,
  .product-description .blog-content-button:hover,
  .blog-content .blog-content-button:hover {
    text-decoration: none; }

.page-content .blog-table,
.product-description .blog-table,
.blog-content .blog-table {
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-right: none; }

.page-content .blog-table-header,
.product-description .blog-table-header,
.blog-content .blog-table-header {
  background-color: #4698cb;
  color: white;
  padding: 5px;
  border-top: 1px solid black;
  border-right: 1px solid black; }

.page-content .blog-table-data,
.product-description .blog-table-data,
.blog-content .blog-table-data {
  padding: 5px;
  color: #000000;
  border-top: 1px solid black;
  border-right: 1px solid black; }

@media only screen and (max-width: 768px) {
  .page-content .blog-table,
  .product-description .blog-table,
  .blog-content .blog-table {
    width: 100%; } }

@media only screen and (max-width: 567px) {
  .page-content .blog-table-data,
  .product-description .blog-table-data,
  .blog-content .blog-table-data {
    font-size: 12px; }
  .page-content .blog-table-header,
  .product-description .blog-table-header,
  .blog-content .blog-table-header {
    font-size: 14px; } }

/*----------  Pagination  ----------*/
.pagination-wrapper {
  margin: 5rem 0;
  text-align: center; }

.pagination .icon {
  position: relative;
  top: 0.125rem;
  width: 0.75rem;
  height: 0.625rem; }

.pagination .pagination-page-link {
  line-height: 1.0625rem; }

/*----------  Newsletter Signup  ----------*/
.newsletter-signup {
  background-color: #f7f7f7; }
  .newsletter-signup .container, .newsletter-signup .product-tabs {
    max-width: 616px; }
  .newsletter-signup .subscription-form {
    text-align: center; }
    @media screen and (min-width: 480px) {
      .newsletter-signup .subscription-form {
        display: flex;
        align-items: flex-start;
        justify-content: center; } }
  .newsletter-signup .form-field {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 480px) {
      .newsletter-signup .form-field {
        display: inline-block;
        flex: 2;
        width: auto;
        margin: 0 30px 0 0; } }
  .newsletter-signup .form-input, .newsletter-signup .navigation-mobile .search-input, .navigation-mobile .newsletter-signup .search-input, .newsletter-signup .review-form .product-item-rating, .review-form .newsletter-signup .product-item-rating {
    width: 100%; }
  .newsletter-signup .form-inline-message {
    text-align: left; }

/*----------  Banners  ----------*/
.banners {
  padding: 0 15px;
  text-align: center;
  background: #f7f7f7; }

.banners-bottom {
  background: white;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf; }

.banner {
  max-width: 1230px;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #dfdfdf; }
  .banner h1, .banner .blog-items-list .post-title, .blog-items-list .banner .post-title,
  .banner h2,
  .banner .giftcard-header,
  .banner h3,
  .banner .section-title,
  .banner .listing-title,
  .banner .login-modal .account-sub-heading,
  .login-modal .banner .account-sub-heading,
  .banner .auth-sub-heading,
  .banner h4,
  .banner .search-wrap .search-input,
  .search-wrap .banner .search-input,
  .banner .content-result h1,
  .content-result .banner h1,
  .banner .content-result .blog-items-list .post-title,
  .content-result .blog-items-list .banner .post-title,
  .banner .blog-items-list .content-result .post-title,
  .blog-items-list .content-result .banner .post-title,
  .banner .product-item-price,
  .banner h5,
  .banner .bulk-pricing-block .product-details-heading,
  .bulk-pricing-block .banner .product-details-heading,
  .banner .review-item-title,
  .banner .cart-table-header .cell,
  .cart-table-header .banner .cell,
  .banner .cart-item-info .product-name,
  .cart-item-info .banner .product-name,
  .banner h6,
  .banner .product-item-brand,
  .banner .product-details .product-brand,
  .product-details .banner .product-brand,
  .banner .product-stock,
  .banner .site-footer .footer-title,
  .site-footer .banner .footer-title,
  .banner .giftwrap-subtitle {
    color: inherit; }
  .banner a {
    text-decoration: underline; }
    .banner a:hover {
      color: #4698cb; }
  .banner:last-child {
    border-bottom: 0; }

/* scss-combine:components/mini-cart */
.mini-cart {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background-color: white;
  transition: transform 0.3s ease;
  box-shadow: 1px 0 0 0 #dfdfdf inset; }
  .no-js .mini-cart {
    overflow: auto; }

.mini-cart-inner {
  position: relative;
  top: 0; }

.mini-cart-top-bar .button-cart-close {
  position: absolute;
  top: 2.5rem;
  right: 1.5625rem;
  padding: 0;
  background: none; }
  .mini-cart-top-bar .button-cart-close .icon-close:hover {
    color: #4698cb; }

.mini-cart-contents > .icon-spinner {
  display: block;
  margin: 1.25rem auto; }

.mini-cart-title {
  font-size: 18px;
  text-align: center;
  font-family: "Nunito Sans";
  font-weight: 300;
  text-transform: none;
  margin: 0;
  padding: 2.5rem 0; }

.mini-cart-empty {
  text-align: center; }

.mini-cart-item, .compare-tab-item {
  position: relative;
  transition: background-color 0.3s ease; }
  .mini-cart-item:not(:last-of-type):after, .compare-tab-item:not(:last-of-type):after {
    display: block;
    width: calc(100% - 50px);
    height: 1px;
    margin-left: 25px;
    background-color: rgba(0, 0, 0, 0.05);
    content: ""; }
  .mini-cart-item:hover, .compare-tab-item:hover {
    background-color: #f2f2f2; }
    .mini-cart-item:hover:after, .compare-tab-item:hover:after {
      background-color: #f2f2f2; }
    .mini-cart-item:hover .mini-cart-item-actions, .compare-tab-item:hover .mini-cart-item-actions {
      opacity: 1; }
  .mini-cart-item.removing .mini-cart-item-wrap, .removing.compare-tab-item .mini-cart-item-wrap, .mini-cart-item.removing .compare-tab-item-wrap, .removing.compare-tab-item .compare-tab-item-wrap {
    pointer-events: none;
    opacity: 0.2; }
  .mini-cart-item a, .compare-tab-item a {
    color: inherit; }
  .mini-cart-item .icon-spinner, .compare-tab-item .icon-spinner {
    position: absolute;
    top: 25px;
    right: 25px; }

.mini-cart-item-wrap, .compare-tab-item-wrap {
  display: table;
  width: 100%;
  padding: 25px; }
  .mini-cart-item-wrap > *, .compare-tab-item-wrap > * {
    display: table-cell; }
  .mini-cart-item-wrap .giftcard-image, .compare-tab-item-wrap .giftcard-image {
    width: 75px; }

.mini-cart-item-thumb, .compare-tab-item-thumb {
  width: 75px;
  padding-bottom: 75px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }
  .thumbnail-cover .mini-cart-item-thumb, .thumbnail-cover .compare-tab-item-thumb {
    background-size: cover; }

.mini-cart-item-title, .compare-tab-item-title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase; }

.mini-cart-item-options {
  padding-top: 2px;
  padding-bottom: 2px; }
  .mini-cart-item-options .option-value {
    margin-right: 4px;
    color: #9e9fa4; }
    .mini-cart-item-options .option-value:not(:last-child):after {
      content: ","; }

.mini-cart-item-description, .compare-tab-item-description {
  vertical-align: middle;
  padding-left: 20px;
  width: 90%; }

.mini-cart-item-actions {
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .mini-cart-item-actions .link {
    margin-right: 14px; }

.mini-cart-item-price {
  text-align: right;
  vertical-align: bottom;
  opacity: 0.6; }
  .mini-cart-item-price .price-discounted {
    text-decoration: line-through; }

.mini-cart-footer {
  padding: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .mini-cart-footer .mini-cart-subtotal {
    float: right;
    font-size: 111%;
    vertical-align: middle; }

.mini-cart-footer-title {
  color: black; }

.mini-cart-actions .button, .mini-cart-actions .blog .post-read-more, .blog .mini-cart-actions .post-read-more {
  width: calc(50% - 5px); }
  .mini-cart-actions .button + .button, .mini-cart-actions .blog .post-read-more + .button, .blog .mini-cart-actions .post-read-more + .button, .mini-cart-actions .blog .button + .post-read-more, .blog .mini-cart-actions .button + .post-read-more, .mini-cart-actions .blog .post-read-more + .post-read-more, .blog .mini-cart-actions .post-read-more + .post-read-more {
    float: right; }

.mini-cart-actions .button-secondary:hover, .mini-cart-actions .login-modal .account-create .button:hover, .login-modal .account-create .mini-cart-actions .button:hover, .mini-cart-actions .login-modal .account-create .blog .post-read-more:hover, .login-modal .account-create .blog .mini-cart-actions .post-read-more:hover, .mini-cart-actions .blog .login-modal .account-create .post-read-more:hover, .blog .login-modal .account-create .mini-cart-actions .post-read-more:hover {
  box-shadow: 0 0 0 2px white inset; }

/* scss-combine:components/search */
/*----------  Search Form  ----------*/
.search-form {
  position: relative;
  max-width: 250px;
  margin: 1.375rem auto 0; }
  .search-form .search-input {
    width: 100%; }
  .search-form .button-search-submit {
    position: absolute;
    top: 50%;
    right: 15px;
    line-height: 0;
    color: #9e9fa4;
    background: none;
    transform: translateY(-50%); }
  .search-form .icon-search {
    width: 24px;
    height: 24px; }
  .search-form .form-inline-message {
    position: absolute;
    bottom: -3.125rem; }

.search-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
  background-color: rgba(59, 58, 72, 0.98);
  transform: translateY(-100%);
  transition: all 0.2s ease-out; }
  .search-wrap.search-open {
    top: 0;
    height: 100vh;
    opacity: 1;
    transform: translateY(0); }
  .search-wrap .icon {
    fill: currentColor; }
  .search-wrap .button-search-close:hover {
    color: #4698cb; }
  .search-wrap .search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 586px;
    padding-bottom: 0.625rem;
    transform: translate(-50%, -50%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .search-wrap .search-form .search-input.form-input, .search-wrap .search-form .navigation-mobile .search-input, .navigation-mobile .search-wrap .search-form .search-input, .search-wrap .search-form .review-form .search-input.product-item-rating, .review-form .search-wrap .search-form .search-input.product-item-rating {
      box-shadow: none; }
  .search-wrap .search-input {
    padding-right: 0;
    padding-left: 0;
    background: none;
    color: white; }
    .search-wrap .search-input::-moz-placeholder {
      color: white;
      text-transform: none;
      font-size: 1.25rem; }
    .search-wrap .search-input::placeholder {
      color: white;
      text-transform: none;
      font-size: 1.25rem; }
    .search-wrap .search-input:focus {
      outline: none; }
  .search-wrap .button-search-submit {
    top: 1.5625rem;
    color: white; }
  .search-wrap .form-field {
    margin: 0; }

.button-search-submit {
  float: right;
  right: 0;
  background: none; }
  .button-search-submit:hover, .button-search-submit:focus {
    color: #4698cb;
    outline: 0; }
  .button-search-submit .icon {
    width: 25px;
    height: 25px; }

/*----------  Search Page  ----------*/
.search .product-listing {
  padding-top: 0; }

/*
.tabs {
  margin-top: rem-calc(80);
}
*/
.content-results {
  margin-bottom: 5rem; }

.content-result {
  margin-bottom: 2.5rem; }

.content-results-pagination {
  text-align: center; }

/* scss-combine:components/navigation-mobile */
.nav-mobile-open .site-canvas {
  transform: none;
  padding-top: 3.5rem; }

.nav-mobile-open .top-bar {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%; }

.nav-mobile-open .button-mobile-nav-toggle .burger {
  transform: rotate(-45deg); }
  .nav-mobile-open .button-mobile-nav-toggle .burger:before {
    transform: rotate(90deg); }
  .nav-mobile-open .button-mobile-nav-toggle .burger:after {
    display: none; }

.button-mobile-nav-back,
.button-mobile-nav-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .button-mobile-nav-back.has-promo,
  .button-mobile-nav-toggle.has-promo {
    top: auto;
    bottom: 15px;
    transform: translateY(0); }

.button-mobile-nav-back {
  left: 20px;
  display: none; }
  .button-mobile-nav-back .icon {
    width: 9px;
    height: 14px; }
  .mobile-nav-open .button-mobile-nav-back {
    display: block; }

.button-mobile-nav-toggle {
  left: 10px;
  height: 28px; }
  @media screen and (min-width: 991px) {
    .button-mobile-nav-toggle {
      display: none; } }
  .button-mobile-nav-toggle:focus {
    outline: none; }
  .button-mobile-nav-toggle .burger {
    display: block;
    width: 16px;
    height: 2px;
    background: black;
    border-radius: 1px;
    transition: transform 0.2s ease; }
    .button-mobile-nav-toggle .burger:before, .button-mobile-nav-toggle .burger:after {
      display: block;
      height: 2px;
      width: 16px;
      border-radius: 1px;
      background: black;
      content: "";
      transition: transform 0.2s ease; }
    .button-mobile-nav-toggle .burger:before {
      transform: translateY(calc(-100% - 3px)); }
    .button-mobile-nav-toggle .burger:after {
      transform: translateY(3px); }

.button-mobile-nav-cart {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 28px;
  transform: translateY(-38%); }
  .button-mobile-nav-cart.has-promo {
    top: auto;
    bottom: 8%;
    transform: translateY(0); }
  @media screen and (min-width: 768px) {
    .button-mobile-nav-cart {
      display: none; } }
  .button-mobile-nav-cart a {
    display: block;
    height: 100%;
    vertical-align: middle;
    text-align: center; }
    .button-mobile-nav-cart a svg {
      fill: black; }

.navigation-mobile {
  position: fixed;
  z-index: 1000;
  top: 3.5rem;
  width: 100%;
  height: calc(100vh - 56px);
  display: none;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 990) {
    .navigation-mobile {
      display: none !important; } }
  .navigation-mobile.animating, .navigation-mobile.visible {
    display: block; }
  .navigation-mobile.animating-in, .navigation-mobile.animating-out {
    transform: translateX(-100%);
    transition: transform 0.3s ease; }
  .navigation-mobile.visible {
    transform: translateX(0);
    opacity: 1; }
  .navigation-mobile .search-form {
    position: relative;
    display: block;
    padding: 10px;
    max-width: none; }
  .navigation-mobile .search-input {
    width: 100%; }
  .navigation-mobile .button-search-submit {
    position: absolute;
    right: 27px;
    top: 38px;
    padding: 0;
    background: none; }
    .navigation-mobile .button-search-submit .icon-search {
      width: 16px;
      height: 16px; }
  .navigation-mobile a {
    padding: 9px 0; }
  .navigation-mobile .navigation {
    padding: 20px;
    float: none;
    border-bottom: 1px solid rgba(158, 159, 164, 0.1);
    transition: transform 0.2s ease; }
    .navigation-mobile .navigation li,
    .navigation-mobile .navigation a {
      display: block; }
    .navigation-mobile .navigation .parent > a {
      color: #d7d6de; }
  .navigation-mobile .nav-mobile-item,
  .navigation-mobile .nav-mobile-item a,
  .navigation-mobile .button-util,
  .navigation-mobile .currency-selector .dropdown-toggle,
  .navigation-mobile .children a {
    font-family: "Nunito Sans";
    font-size: 1rem;
    color: #9e9fa4;
    text-transform: uppercase; }
  .navigation-mobile .nav-mobile-panel-child .nav-mobile-item a {
    color: #d7d6de;
    text-transform: none; }
  .navigation-mobile .utils {
    padding: 20px; }
    .navigation-mobile .utils a {
      display: block; }
    .navigation-mobile .utils .mobile-account-utils {
      display: inline-block; }
  .navigation-mobile .icon-account,
  .navigation-mobile .icon-wishlist,
  .navigation-mobile .icon-cart {
    width: 18px;
    margin-right: 11px; }
  .navigation-mobile .dropdown-panel {
    position: static;
    padding-top: 0; }
  .navigation-mobile .currency-selector {
    margin-left: 0 !important; }
    .navigation-mobile .currency-selector .dropdown-toggle.top-bar-button {
      height: auto;
      padding-left: 0; }
    .navigation-mobile .currency-selector .dropdown-panel {
      background-color: transparent;
      padding-top: 0; }
  .navigation-mobile .icon-arrow-down {
    margin-top: -0.05rem;
    transform: rotate(270deg); }

.product-title {
  color: #4698cb; }

.product-price-line .price-value {
  color: #000000;
  font-size: 20px; }

.product-grid-item .product-price-line span, .account-product-item .product-price-line span {
  color: #9e9fa3;
  font-size: 18px;
  font-family: arial; }

.nav-mobile-container {
  position: relative;
  overflow: hidden; }

.nav-mobile-panel {
  width: 100%;
  transition: transform 0.5s ease; }
  .nav-mobile-panel.is-active {
    position: relative; }
  .nav-mobile-panel.is-right, .nav-mobile-panel.is-left {
    position: absolute;
    top: 0; }
  .nav-mobile-panel.is-right {
    transform: translateX(100%); }
  .nav-mobile-panel.is-left {
    transform: translateX(-100%); }
  .nav-mobile-panel.force-state {
    transition: none; }
  .nav-mobile-panel .nav-mobile-panel-title {
    margin-bottom: 0.5rem; }

/* scss-combine:components/products/product-listing */
@media screen and (max-width: 767px) {
  .product-listing.section {
    padding-top: 0; } }

/*----------  Category Banner  ----------*/
.category-banner .container, .category-banner .product-tabs {
  position: relative; }
  @media screen and (max-width: 767px) {
    .category-banner .container, .category-banner .product-tabs {
      background-color: #f7f7f7; } }

.category-banner-image {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner-ratio-smallest .category-banner-image {
    width: 100%;
    height: 0;
    padding-bottom: 12.5%; }
  .banner-ratio-small .category-banner-image {
    width: 100%;
    height: 0;
    padding-bottom: 16.66667%; }
  .banner-ratio-medium .category-banner-image {
    width: 100%;
    height: 0;
    padding-bottom: 25%; }

.category-banner-description {
  padding: 2.3125rem 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .category-banner-description {
      position: absolute;
      left: 15px;
      bottom: 0;
      width: 23.75rem;
      padding: 1.5625rem 1.9375rem 2rem;
      background-color: rgba(209, 209, 209, 0.8);
      color: black;
      text-align: left; } }

/*----------  Listing Header  ----------*/
.listing-header {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .listing-header {
      margin-left: -15px;
      margin-right: -15px;
      text-align: center;
      background-color: #f7f7f7; } }
  @media screen and (max-width: 767px) {
    .listing-header .listing-utils {
      display: none; } }

@media screen and (min-width: 768px) {
  .listing-title {
    color: #969994;
    float: left;
    font-size: 1.08rem;
    font-weight: 400;
    /*text-transform: uppercase;*/ } }

.listing-sidebar h1.listing-title, .listing-sidebar .blog-items-list .listing-title.post-title, .blog-items-list .listing-sidebar .listing-title.post-title {
  float: left;
  width: 100%; }

.listing-description {
  clear: left; }

.listing-utils {
  float: right; }
  .listing-utils .sorting,
  .listing-utils .button-group,
  .listing-utils .form-label,
  .listing-utils .form-select-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px; }
  .listing-utils .form-field {
    margin-bottom: 0;
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .listing-utils .button-group {
      display: none; } }

/*----------  Listing Grid  ----------*/
@media screen and (min-width: 768px) {
  .product-listing-grid {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .no-sidebar .product-listing-grid {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: right;
    margin-right: 0; } }

.js .product-listing-grid .listing-view {
  display: none; }

.product-listing-grid .listing-view.active {
  display: block; }

.product-listing-grid .product-grid-item, .product-listing-grid .account-product-item {
  margin-bottom: 3.75rem; }
  @media screen and (min-width: 480px) {
    .product-listing-grid .product-grid-item, .product-listing-grid .account-product-item {
      width: 49.15254%;
      float: left; }
      .product-listing-grid .product-grid-item:nth-child(2n + 1), .product-listing-grid .account-product-item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .product-listing-grid .product-grid-item:nth-child(2n + 2), .product-listing-grid .account-product-item:nth-child(2n + 2) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; } }
  @media screen and (min-width: 1024px) {
    .product-listing-grid .product-grid-item, .product-listing-grid .account-product-item {
      width: 32.20339%;
      float: left; }
      .product-listing-grid .product-grid-item:nth-child(3n + 1), .product-listing-grid .account-product-item:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .product-listing-grid .product-grid-item:nth-child(3n + 2), .product-listing-grid .account-product-item:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      .product-listing-grid .product-grid-item:nth-child(3n + 3), .product-listing-grid .account-product-item:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; } }
  @media screen and (min-width: 480px) {
    .no-sidebar .product-listing-grid .product-grid-item, .no-sidebar .product-listing-grid .account-product-item {
      width: 49.15254%;
      float: left; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(2n + 1), .no-sidebar .product-listing-grid .account-product-item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(2n + 2), .no-sidebar .product-listing-grid .account-product-item:nth-child(2n + 2) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; } }
  @media screen and (min-width: 768px) {
    .no-sidebar .product-listing-grid .product-grid-item, .no-sidebar .product-listing-grid .account-product-item {
      width: 32.20339%;
      float: left; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(3n + 1), .no-sidebar .product-listing-grid .account-product-item:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(3n + 2), .no-sidebar .product-listing-grid .account-product-item:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(3n + 3), .no-sidebar .product-listing-grid .account-product-item:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; } }
  @media screen and (min-width: 1024px) {
    .no-sidebar .product-listing-grid .product-grid-item, .no-sidebar .product-listing-grid .account-product-item {
      width: 23.72881%;
      float: left; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(4n + 1), .no-sidebar .product-listing-grid .account-product-item:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(4n + 2), .no-sidebar .product-listing-grid .account-product-item:nth-child(4n + 2) {
        margin-left: 25.42373%;
        margin-right: -100%;
        clear: none; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(4n + 3), .no-sidebar .product-listing-grid .account-product-item:nth-child(4n + 3) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(4n + 4), .no-sidebar .product-listing-grid .account-product-item:nth-child(4n + 4) {
        margin-left: 76.27119%;
        margin-right: -100%;
        clear: none; } }

.product-listing-grid .pagination {
  margin: 3.125rem 0 5rem; }

/*----------  Sidebar  ----------*/
@media screen and (min-width: 768px) {
  .listing-sidebar {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    padding-right: 30px; } }

.listing-sidebar .listing-utils {
  float: none;
  padding: 30px 15px;
  margin: 0 -0.9375rem;
  border-top: 1px solid #dfdfdf; }
  @media screen and (min-width: 768px) {
    .listing-sidebar .listing-utils {
      display: none; } }
  .listing-sidebar .listing-utils .sorting,
  .listing-sidebar .listing-utils .form-select-wrapper,
  .listing-sidebar .listing-utils .form-field {
    display: block;
    margin: 0; }
  .listing-sidebar .listing-utils .form-label {
    margin: 0 0 0.625rem; }
  .listing-sidebar .listing-utils .form-input, .listing-sidebar .listing-utils .navigation-mobile .search-input, .navigation-mobile .listing-sidebar .listing-utils .search-input, .listing-sidebar .listing-utils .review-form .product-item-rating, .review-form .listing-sidebar .listing-utils .product-item-rating {
    width: 100%; }

.faceted-search-toggle {
  position: relative;
  display: block;
  margin: 1.5em 0;
  text-decoration: none;
  cursor: pointer; }
  .faceted-search-toggle::before {
    position: absolute;
    top: -0.9375rem;
    right: -0.625rem;
    bottom: -0.9375rem;
    left: -0.625rem;
    content: ""; }
  @media screen and (min-width: 768px) {
    .faceted-search-toggle {
      display: none; }
      .faceted-search-toggle::before {
        display: none; } }
  .faceted-search-toggle.is-open .icon-plus {
    display: none; }

@media screen and (max-width: 767px) {
  .faceted-search {
    display: none; } }

.faceted-search.visible {
  display: block; }

.facet-list {
  margin-bottom: 3em; }

.facet-list-items {
  display: none; }
  .facet-list-items.is-open,
  .is-open .facet-list-items {
    display: block; }
  .facet-list-items .product-item-rating > .icon-star {
    cursor: not-allowed; }
  .facet-list-items .product-item-rating .selected-rating {
    font-family: "Nunito Sans";
    font-size: 0.9375rem;
    letter-spacing: 0.09375em;
    text-transform: uppercase; }
  .facet-list-items .product-item-rating .icon-star {
    width: 1.125rem;
    height: 1.125rem; }
  .facet-list-items .product-item-rating-facet:hover .icon-star {
    fill: #4e4d5b; }
  .facet-list-items .product-item-rating-facet.full .icon-star {
    fill: #4e4d5b; }

.facet-price {
  display: none; }
  .facet-price.is-open {
    display: block; }

.faceted-search-option-columns {
  display: none; }
  .is-open .faceted-search-option-columns.visible {
    display: block; }

.facet-list-title {
  position: relative;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  cursor: pointer; }
  .facet-list-title::before {
    position: absolute;
    top: -0.9375rem;
    right: -0.625rem;
    bottom: -0.9375rem;
    left: -0.625rem;
    content: ""; }
  @media screen and (min-width: 768px) {
    .facet-list-title {
      color: #46a8d2;
      font-size: 0.875rem;
      text-transform: lowercase; }
      .facet-list-title::before {
        display: none; } }

.facet-list-toggle {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  padding: 0;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #9e9fa4;
  color: #9e9fa4;
  position: relative;
  float: right;
  color: #9e9fa4;
  cursor: pointer; }
  .facet-list-toggle::before, .facet-list-toggle::after {
    position: absolute;
    display: block;
    background: #9e9fa4;
    content: ""; }
  .facet-list-toggle::before {
    top: 0.1875rem;
    left: 0.4375rem;
    width: 0.125rem;
    height: 0.625rem;
    transition: all 0.1s ease; }
    .is-open .facet-list-toggle::before {
      display: none; }
  .facet-list-toggle::after {
    top: 0.4375rem;
    left: 0.1875rem;
    width: 0.625rem;
    height: 0.125rem; }

.facet-item,
.facet-toggle-more {
  margin-bottom: 0.625rem;
  font-family: "Nunito Sans";
  font-size: 0.8125rem;
  letter-spacing: 0.0625em;
  color: #9e9fa4;
  text-transform: uppercase; }
  .facet-item a,
  .facet-toggle-more a {
    color: inherit; }
  .facet-item .icon,
  .facet-toggle-more .icon {
    width: 9px;
    height: 6px; }
  .facet-item.toggle-link-text-on,
  .facet-toggle-more.toggle-link-text-on {
    display: none; }

.listing-sidebar ul li.facet-item a {
  /*color: hsl(105, 2%, 39%); */
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.3em;
  /*text-transform: capitalize;*/
  text-transform: none; }

.facet-toggle-more {
  display: none; }
  .is-open .facet-toggle-more {
    display: block; }

.facet-default.is-open {
  display: block; }

.selected-facet {
  color: #4698cb;
  font-weight: bold; }
  .selected-facet a:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%234698cb' width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73'/%3E%3C/svg%3E");
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 0.3125rem;
    content: ""; }

.facet-remove {
  font-size: 0.8125rem; }

@media screen and (min-width: 1024px) {
  .facet-price {
    display: table;
    width: 100%;
    display: none; }
    .facet-price.is-open {
      display: block; } }

@media screen and (min-width: 480px) {
  .facet-price .form-actions {
    display: table-cell; } }

@media screen and (min-width: 768px) {
  .facet-price .form-actions {
    display: block;
    margin-top: 6%; } }

@media screen and (min-width: 1024px) {
  .facet-price .form-actions {
    display: table-cell;
    margin-top: 0;
    vertical-align: top; } }

.facet-price .button, .facet-price .blog .post-read-more, .blog .facet-price .post-read-more {
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (max-width: 1023px) and (min-width: 480px) {
    .facet-price .button, .facet-price .blog .post-read-more, .blog .facet-price .post-read-more {
      width: 94%; } }

.facet-price .form-field {
  display: table-cell;
  padding-right: 6%; }
  .facet-price .form-field .form-input, .facet-price .form-field .navigation-mobile .search-input, .navigation-mobile .facet-price .form-field .search-input, .facet-price .form-field .review-form .product-item-rating, .review-form .facet-price .form-field .product-item-rating {
    padding-left: 8%;
    padding-right: 8%;
    text-align: center;
    -moz-appearance: textfield; }
    .facet-price .form-field .form-input::-webkit-inner-spin-button, .facet-price .form-field .navigation-mobile .search-input::-webkit-inner-spin-button, .navigation-mobile .facet-price .form-field .search-input::-webkit-inner-spin-button, .facet-price .form-field .review-form .product-item-rating::-webkit-inner-spin-button, .review-form .facet-price .form-field .product-item-rating::-webkit-inner-spin-button, .facet-price .form-field .form-input::-webkit-outer-spin-button, .facet-price .form-field .navigation-mobile .search-input::-webkit-outer-spin-button, .navigation-mobile .facet-price .form-field .search-input::-webkit-outer-spin-button, .facet-price .form-field .review-form .product-item-rating::-webkit-outer-spin-button, .review-form .facet-price .form-field .product-item-rating::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.facet-price .form-input, .facet-price .navigation-mobile .search-input, .navigation-mobile .facet-price .search-input, .facet-price .review-form .product-item-rating, .review-form .facet-price .product-item-rating {
  width: 100%; }

.facet-price .icon-loop {
  position: relative;
  top: 1px;
  left: 1px;
  width: 1rem;
  height: 1rem; }

/* scss-combine:components/products/product-listing-item */
@media screen and (min-width: 768px) {
  .products-featured .container, .products-featured .product-tabs,
  .products-related .container,
  .products-related .product-tabs {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1330px; } }

.products-featured .product-grid-item, .products-featured .account-product-item,
.products-related .product-grid-item,
.products-related .account-product-item {
  margin-bottom: 3em; }
  @media screen and (min-width: 480px) {
    .products-featured .product-grid-item, .products-featured .account-product-item,
    .products-related .product-grid-item,
    .products-related .account-product-item {
      margin: 0 10px; } }

.products-featured .carousel-navigation-item,
.products-related .carousel-navigation-item {
  color: #9e9fa4; }
  .products-featured .carousel-navigation-item.previous,
  .products-related .carousel-navigation-item.previous {
    left: -50px; }
  .products-featured .carousel-navigation-item.next,
  .products-related .carousel-navigation-item.next {
    right: -50px; }

@media screen and (max-width: 767px) {
  .products-featured .tabs,
  .products-related .tabs {
    display: flex; } }

.products-featured .tab-title,
.products-related .tab-title {
  flex-basis: 50%; }
  @media screen and (max-width: 767px) {
    .products-featured .tab-title a,
    .products-related .tab-title a {
      min-width: 0;
      padding-left: 5px;
      padding-right: 5px; } }

.product-carousel {
  margin-bottom: 88px; }

.product-grid-item, .account-product-item {
  /*text-align: center;*/
  text-align: left;
  padding: 0 1em; }
  .product-grid-item .product-item-actions, .account-product-item .product-item-actions {
    position: absolute;
    top: -100%;
    width: 100%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out; }
    .product-grid-item .product-item-actions .button, .account-product-item .product-item-actions .button, .product-grid-item .product-item-actions .blog .post-read-more, .blog .product-grid-item .product-item-actions .post-read-more, .account-product-item .product-item-actions .blog .post-read-more, .blog .account-product-item .product-item-actions .post-read-more {
      display: block;
      width: 135px;
      margin: 0 auto 0.9375em;
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .product-grid-item .product-item-actions .button ~ .button, .account-product-item .product-item-actions .button ~ .button, .product-grid-item .product-item-actions .blog .post-read-more ~ .button, .blog .product-grid-item .product-item-actions .post-read-more ~ .button, .account-product-item .product-item-actions .blog .post-read-more ~ .button, .blog .account-product-item .product-item-actions .post-read-more ~ .button, .product-grid-item .product-item-actions .blog .button ~ .post-read-more, .blog .product-grid-item .product-item-actions .button ~ .post-read-more, .account-product-item .product-item-actions .blog .button ~ .post-read-more, .blog .account-product-item .product-item-actions .button ~ .post-read-more, .product-grid-item .product-item-actions .blog .post-read-more ~ .post-read-more, .blog .product-grid-item .product-item-actions .post-read-more ~ .post-read-more, .account-product-item .product-item-actions .blog .post-read-more ~ .post-read-more, .blog .account-product-item .product-item-actions .post-read-more ~ .post-read-more {
        margin-bottom: 0; }

.product-list-item {
  display: table;
  width: 100%; }
  .product-list-item:not(:last-child) {
    border-bottom: 1px solid #dfdfdf; }
  @media screen and (min-width: 768px) {
    .product-list-item .product-thumb-wrapper,
    .product-list-item .product-item-details,
    .product-list-item .product-item-actions {
      display: table-cell;
      vertical-align: middle; } }
  @media screen and (min-width: 768px) {
    .product-list-item .product-item-thumbnail {
      width: 176px;
      margin: 0; }
      .product-list-item .product-item-thumbnail img {
        max-height: 176px; } }
  .product-list-item .product-item-details {
    padding: 0 30px;
    width: 100%; }
  .product-list-item .product-item-actions {
    text-align: center; }
  .product-list-item .product-item-price {
    font-size: 1.25rem; }
  .product-list-item .product-price-line {
    margin-bottom: 0.625rem; }
  .product-list-item .tax-label {
    display: block; }
  .product-list-item .button, .product-list-item .blog .post-read-more, .blog .product-list-item .post-read-more {
    width: 100%;
    margin: 15px 0;
    white-space: nowrap; }
    .product-list-item .button + .button, .product-list-item .blog .post-read-more + .button, .blog .product-list-item .post-read-more + .button, .product-list-item .blog .button + .post-read-more, .blog .product-list-item .button + .post-read-more, .product-list-item .blog .post-read-more + .post-read-more, .blog .product-list-item .post-read-more + .post-read-more {
      margin: 0; }

.product-item-brand {
  color: #9e9fa4; }

.product-badge {
  position: absolute;
  top: 1.5625rem;
  right: 0;
  z-index: 1;
  padding: 0.875rem 1rem;
  font-weight: 700;
  letter-spacing: 0.066em;
  color: white;
  text-transform: uppercase;
  background-color: #4e4d5b;
  transition: transform 0.15s ease-in-out; }

.product-item-title {
  margin: 0.625rem 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #3b3a48;
  text-transform: none; }
  .product-item-title a {
    color: inherit; }

.product-item-thumbnail {
  position: relative;
  padding: 4%;
  margin-bottom: 1.8125rem;
  overflow: hidden;
  background-color: white;
  /*border: 1px solid $color-border;*/ }
  .product-item-thumbnail .product-item-thumbnail-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transition: all 0.3s ease-in-out; }
    .thumbnail-cover .product-item-thumbnail .product-item-thumbnail-image {
      background-size: cover; }
  .product-item-thumbnail a {
    display: block; }
  .product-item-thumbnail img {
    display: block;
    margin: 0 auto; }
  .product-item-thumbnail:hover .product-item-thumbnail-image {
    transform: scale(1.1); }
  .product-item-thumbnail:hover .product-item-mask {
    opacity: 1; }
  .product-item-thumbnail:hover .product-item-actions {
    top: 50%; }
  .product-item-thumbnail:hover .product-badge {
    transform: translateX(calc(100% + 1px)); }

.product-item-mask {
  position: absolute;
  /*top: 8%;
  right: 8%;
  bottom: 8%;
  left: 8%;*/
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  z-index: 1;
  background-color: rgba(205, 204, 202, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
  @media screen and (max-width: 767px) {
    .product-item-mask {
      display: none; } }

.product-item-rating {
  margin-top: 0;
  margin-bottom: 20px;
  color: #9e9fa4; }
  .product-item-rating .rating-title {
    margin-right: 9px;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Nunito Sans";
    font-size: 13px; }
  .product-item-rating .icon-star {
    width: 11px;
    height: 11px;
    opacity: 0.5;
    vertical-align: middle; }
    .product-item-rating .icon-star.full {
      fill: #4698cb; }
  .product-item-rating .full {
    color: #4698cb; }
    .product-item-rating .full .icon-star {
      opacity: 1; }

.product-item-price {
  text-transform: lowercase; }

.as-low-as-pricing {
  padding-right: 4px;
  font-size: 0.875rem; }

.price-tax-label {
  display: none; }

.price-rrp {
  text-decoration: line-through; }

.show-both-prices .price-tax-label {
  display: inline-block; }

.show-both-prices .price-without-tax {
  color: #9e9fa4; }

/* scss-combine:components/promo-grid */
.promo-grid-item {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  padding-top: 15%;
  background-color: #ddd; }

/* scss-combine:components/products/product-single-details */
.product-details {
  /* background-color: $color-background-secondary;*/ }
  @media screen and (max-width: 1023px) {
    .product-details .add-to-cart {
      padding-right: 5px;
      padding-left: 0px;
      width: 143%;
      margin-right: -38px; } }
  .modal .product-details {
    padding: 15px 0;
    background-color: transparent; }
  .product-details .breadcrumbs {
    margin-top: -2.5rem;
    margin-bottom: 2.5rem; }
  .product-details .product-title {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .product-details .product-title {
        margin: 0; } }
  .product-details .product-brand {
    display: block;
    margin-bottom: 1em;
    color: #9e9fa4; }
    .product-details .product-brand:hover {
      text-decoration: underline; }
  .product-details .product-price {
    font-size: 1.375rem; }
    @media screen and (min-width: 768px) {
      .product-details .product-price {
        font-size: 1.75rem; } }
  .product-details .price-rrp {
    opacity: 0.5; }
    .product-details .price-rrp + .price {
      float: left;
      margin-right: 0.25em; }
  .product-details .price-you-save {
    font-size: 15px; }
  .product-details .product-rating-block {
    margin-top: 0.625rem; }

.tax-label {
  font-size: 0.875rem; }

@media screen and (min-width: 768px) {
  .product-details-column {
    width: 48.72881%;
    float: left;
    margin-right: 1.69492%; }
    .product-details-column:last-child {
      float: right;
      margin-right: 0; } }

.product-single div.product-details-column {
  float: left;
  width: 100%;
  margin-right: 0; }

/*.product-description > table > tbody > tr > td, .product-description > table > tbody > tr > td > table {
  float: left !important;
  width: 100% !important;
}*/
.product-description > table > tbody > tr > td a img {
  margin-bottom: 0; }

.product-description table,
.product-description table tbody,
.product-description table tbody tr,
.product-description table tbody tr td table,
.product-description table tbody tr td table tbody,
.product-description table tbody tr td table tbody tr,
.product-description table tbody tr td table tbody tr td {
  border: medium none;
  padding: 0; }

.product-images-loader {
  padding: 3.125rem 0;
  text-align: center; }
  .product-images-loader.initialized {
    display: none; }

.product-details-column .breadcrumbs-container .breadcrumbs {
  margin: 0;
  padding: 0 0 1em;
  text-align: left; }

.product-details-column .breadcrumbs-container .breadcrumbs .breadcrumb-link,
.product-details-column .breadcrumbs-container .breadcrumbs .breadcrumb-label {
  font-weight: 700;
  text-transform: lowercase; }

.product-slides-wrap {
  background-color: transparent; }
  .js .product-slides-wrap {
    visibility: hidden; }
  .product-slides-wrap.slick-initialized {
    visibility: visible; }

.product-image {
  background-repeat: no-repeat; }
  .no-touchevents .product-image:hover img {
    opacity: 0 !important; }
  .product-image.no-zoom {
    background-position: 50% 50%;
    background-size: 100% auto; }
    .product-image.no-zoom img {
      opacity: 0; }
  .product-image img {
    display: block;
    width: 100%;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #fff; }

.product-images-pagination {
  overflow: hidden;
  margin: 1rem -0.375rem; }
  @media screen and (max-width: 767px) {
    .product-images-pagination {
      padding: 0 1.5rem; } }
  .product-images-pagination.pagination-has-arrows {
    padding: 0 1.5rem; }
  .product-images-pagination .pagination-item {
    margin: 0 0.375rem;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.2s ease; }
    .product-images-pagination .pagination-item:only-child {
      display: none; }
    .product-images-pagination .pagination-item:hover, .product-images-pagination .pagination-item:focus, .product-images-pagination .pagination-item.slick-current {
      outline: none;
      opacity: 1; }
  .product-images-pagination a {
    transition: opacity 0.2s ease; }
    .product-images-pagination a:hover {
      opacity: 0.8; }

.product-images-pagination-icon {
  position: absolute;
  top: calc(50% - 1rem);
  padding: 0.5rem;
  cursor: pointer;
  transition: 0.3s ease; }
  .product-images-pagination-icon svg {
    width: 1.125rem;
    height: 1.125rem; }
  .product-images-pagination-icon.slick-disabled {
    opacity: 0;
    cursor: default; }
  .product-images-pagination-icon.pagination-prev {
    left: -0.375rem; }
  .product-images-pagination-icon.pagination-next {
    right: -0.375rem; }

.total-reviews {
  color: #4698cb;
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 0.8125rem;
  margin-left: 0.35em; }

.product-description,
.product-stock {
  padding-bottom: 1em; }

.product-description-last .product-description {
  padding-top: 0; }

.product-description-last .product-stock {
  padding-top: 1em; }

.product-details-hidden {
  display: none; }

.product-quantity-toggle-wrapper {
  display: inline-block;
  margin-top: -0.3125rem;
  vertical-align: middle; }
  .product-quantity-toggle-wrapper .product-quantity-toggle {
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    padding: 0;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #9e9fa4;
    color: #9e9fa4;
    float: left;
    clear: left;
    line-height: 1;
    background-color: white;
    transition: color 0.3s ease, border-color 0.3s ease; }
    .product-quantity-toggle-wrapper .product-quantity-toggle:first-of-type {
      margin-bottom: 0.25rem; }
    .product-quantity-toggle-wrapper .product-quantity-toggle:hover {
      color: #4698cb;
      border-color: #4698cb; }
    .product-quantity-toggle-wrapper .product-quantity-toggle:focus {
      outline: none; }
  .product-quantity-toggle-wrapper .form-input[type="number"], .product-quantity-toggle-wrapper .navigation-mobile .search-input[type="number"], .navigation-mobile .product-quantity-toggle-wrapper .search-input[type="number"], .product-quantity-toggle-wrapper .review-form .product-item-rating[type="number"], .review-form .product-quantity-toggle-wrapper .product-item-rating[type="number"] {
    display: inline-block;
    width: 2.1875rem;
    padding: 0;
    font-family: "Nunito Sans";
    color: #9e9fa4;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    -moz-appearance: textfield; }
    .product-quantity-toggle-wrapper .form-input[type="number"]::-webkit-inner-spin-button, .product-quantity-toggle-wrapper .navigation-mobile .search-input[type="number"]::-webkit-inner-spin-button, .navigation-mobile .product-quantity-toggle-wrapper .search-input[type="number"]::-webkit-inner-spin-button, .product-quantity-toggle-wrapper .review-form .product-item-rating[type="number"]::-webkit-inner-spin-button, .review-form .product-quantity-toggle-wrapper .product-item-rating[type="number"]::-webkit-inner-spin-button, .product-quantity-toggle-wrapper .form-input[type="number"]::-webkit-outer-spin-button, .product-quantity-toggle-wrapper .navigation-mobile .search-input[type="number"]::-webkit-outer-spin-button, .navigation-mobile .product-quantity-toggle-wrapper .search-input[type="number"]::-webkit-outer-spin-button, .product-quantity-toggle-wrapper .review-form .product-item-rating[type="number"]::-webkit-outer-spin-button, .review-form .product-quantity-toggle-wrapper .product-item-rating[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
              appearance: none; }
    .product-quantity-toggle-wrapper .form-input[type="number"]:focus, .product-quantity-toggle-wrapper .navigation-mobile .search-input[type="number"]:focus, .navigation-mobile .product-quantity-toggle-wrapper .search-input[type="number"]:focus, .product-quantity-toggle-wrapper .review-form .product-item-rating[type="number"]:focus, .review-form .product-quantity-toggle-wrapper .product-item-rating[type="number"]:focus {
      border-bottom: 1px solid #9e9fa4; }
  .product-quantity-toggle-wrapper .icon {
    width: 10px;
    height: 10px;
    line-height: 0;
    pointer-events: none; }

/* new custom product template */
.product-custom-template {
  padding-top: 7em !important; }
  @media screen and (max-width: 767px) {
    .product-custom-template {
      padding-top: 2em !important; } }
  .product-custom-template .product-title {
    font-weight: 700;
    margin: 0 0 30px;
    color: #319acc; }
  .product-custom-template .product-options-container {
    margin: 0; }
  .product-custom-template .product-detail-custom {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .product-custom-template .product-detail-custom {
        flex-wrap: wrap; } }
    .product-custom-template .product-detail-custom .product-view {
      width: 30%; }
      @media screen and (max-width: 1023px) {
        .product-custom-template .product-detail-custom .product-view {
          width: 40%; } }
      @media screen and (max-width: 767px) {
        .product-custom-template .product-detail-custom .product-view {
          width: 100%;
          margin: 0 0 30px;
          text-align: center; } }
    .product-custom-template .product-detail-custom .product-details {
      width: 70%;
      padding-left: 65px; }
      @media screen and (max-width: 1023px) {
        .product-custom-template .product-detail-custom .product-details {
          width: 60%; } }
      @media screen and (max-width: 767px) {
        .product-custom-template .product-detail-custom .product-details {
          width: 100%;
          padding: 0; } }
      .product-custom-template .product-detail-custom .product-details .product-price-line .Type,
      .product-custom-template .product-detail-custom .product-details .product-price-line .Mol,
      .product-custom-template .product-detail-custom .product-details .product-price-line .Host,
      .product-custom-template .product-detail-custom .product-details .product-price-line .Epitope {
        display: none; }
    .product-custom-template .product-detail-custom .product-main-image {
      padding: 10px; }
      .product-custom-template .product-detail-custom .product-main-image img {
        max-height: 20rem; }
  .product-custom-template .product-quantity-submit .product-quantity-container {
    border: none; }
    .product-custom-template .product-quantity-submit .product-quantity-container .product-quantity {
      border: 1px solid #000;
      box-shadow: none;
      border-radius: 0;
      padding: 1px;
      width: 35px;
      height: 35px;
      font-size: 12px; }
  .product-custom-template .product-quantity-toggle-wrapper {
    margin-right: 15px; }
    .product-custom-template .product-quantity-toggle-wrapper .product-quantity-toggle {
      border: none;
      border-radius: 0;
      width: 15px;
      height: 15px; }

.product-custom-field-section {
  width: 28.5%;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .product-custom-field-section {
      width: 36.4%; } }
  @media screen and (max-width: 767px) {
    .product-custom-field-section {
      width: 100%; } }

.product-custom-field {
  width: 100%;
  background: #f7f8fa;
  margin: 30px 0;
  border: 1px solid #edeef0;
  padding: 20px; }
  .product-custom-field .customfield-item {
    display: flex;
    justify-content: space-between; }
    .product-custom-field .customfield-item .customfield-name {
      color: #000000;
      font-size: 20px;
      font-weight: 600; }
    .product-custom-field .customfield-item .customfield-value {
      color: #000000;
      font-size: 20px;
      font-weight: 400; }

.form-label.product-custom-form-label:hover {
  color: black; }

@media screen and (max-width: 850px) {
  .product-options-container label .form-label-text {
    font-size: 16px;
    margin: 0;
    margin-left: 0.625rem;
    vertical-align: middle; } }

.product-quantity-submit .product-quantity-container {
  padding: 30px 0;
  border-bottom: 1px solid #dfdfdf; }
  .product-quantity-submit .product-quantity-container .form-field {
    display: inline-block;
    margin-right: 2.5rem;
    margin-bottom: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; }

.product-quantity-submit .share-title,
.product-quantity-submit .share-buttons-nav {
  display: inline-block;
  vertical-align: middle; }

.product-quantity-submit .share-block {
  display: inline-block;
  margin-top: 13px;
  vertical-align: top; }

.product-quantity-submit .share-title {
  margin-right: 0.625rem;
  margin-bottom: 0; }

.product-quantity-submit .share-buttons {
  line-height: 0; }

.product-quantity-submit .product-quantity {
  width: 82px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none; }
  .product-quantity-submit .product-quantity::-webkit-inner-spin-button, .product-quantity-submit .product-quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.product-quantity-submit .add-to-cart {
  float: left;
  margin: 30px 0; }
  @media screen and (min-width: 1024px) {
    .product-quantity-submit .add-to-cart {
      margin: 30px 30px 30px 0; } }

.wishlist-form {
  position: relative;
  display: inline-block;
  padding: 30px 0; }
  @media screen and (max-width: 1023px) {
    .wishlist-form {
      width: 48%;
      text-align: right; } }

@media screen and (max-width: 1023px) {
  .button-wide.add-to-wishlist, .blog .add-to-wishlist.post-read-more {
    width: calc(100% - 5px);
    padding-right: 5px;
    padding-left: 5px; } }

.add-to-wishlists {
  position: absolute;
  top: 85%;
  display: none;
  padding: 1.0625em 2.7em;
  text-align: left;
  background-color: white; }
  @media screen and (max-width: 1023px) {
    .add-to-wishlists {
      padding-right: 1.5em;
      padding-left: 1.5em; } }
  .add-to-wishlists a {
    color: #9e9fa4; }
    .add-to-wishlists a:hover {
      color: #4698cb; }
  .add-to-wishlists.animating, .add-to-wishlists.visible {
    display: block; }
  .add-to-wishlists.animating-in {
    opacity: 0;
    transform: translateY(-15px);
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .add-to-wishlists.animating-out {
    opacity: 0;
    transition: opacity 0.2s ease; }
  .add-to-wishlists.visible {
    opacity: 1;
    transform: translateY(0); }
  .add-to-wishlists::before {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    content: "";
    transform: translateX(-50%); }

.product-message-area {
  margin-bottom: 1em;
  clear: both; }

.variation-preview {
  display: block; }

.variation-preview-thumb {
  width: 2.8125rem;
  height: 2.8125rem;
  background-size: cover; }

.variation-preview-thumb-wrap {
  display: inline-block;
  vertical-align: middle; }

.variation-preview-label {
  vertical-align: middle; }

.bulk-pricing-block {
  margin-bottom: 2em; }
  .bulk-pricing-block .product-details-heading {
    margin-bottom: 0; }

.quick-shop-details-lower.link {
  color: #9e9fa4;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }

.product-item-summary-link .quick-shop-details-lower.link {
  color: #4698cb;
  text-transform: none;
  font-size: 14px; }

/* scss-combine:components/products/product-options */
.product-options-container {
  margin: 30px 0 0; }
  .product-options-container .form-field {
    margin-bottom: 22px; }
    .product-options-container .form-field.input[type="color"], .product-options-container .form-field input[type="date"], .product-options-container .form-field input[type="datetime"], .product-options-container .form-field input[type="datetime-local"], .product-options-container .form-field input[type="email"], .product-options-container .form-field input[type="month"], .product-options-container .form-field input[type="number"], .product-options-container .form-field input[type="password"], .product-options-container .form-field input[type="search"], .product-options-container .form-field input[type="tel"], .product-options-container .form-field input[type="text"], .product-options-container .form-field input[type="time"], .product-options-container .form-field input[type="url"], .product-options-container .form-field input[type="week"], .product-options-container .form-field input:not([type]), .product-options-container .form-field textarea {
      width: 100%; }
    .product-options-container .form-field input[type="number"] {
      max-width: 25%; }
    .product-options-container .form-field .input-select {
      width: 100%; }
    .product-options-container .form-field textarea {
      height: auto;
      resize: vertical; }
  .product-options-container .form-select-wrapper {
    display: inline-block; }
  .product-options-container .form-field-title {
    display: block;
    margin-bottom: 0.625rem;
    margin-left: 0; }
  .product-options-container .required .form-label-text:after {
    content: "*"; }

.option-unavailable {
  opacity: 0.5; }

.form-field-title {
  display: block;
  margin-bottom: 10px;
  margin-left: 0; }
  .form-field-swatch .form-field-title {
    float: left; }

/* file */
.form-file-size,
.form-file-types {
  display: block;
  margin: 0.3125rem 0;
  font-size: 0.75rem; }

/* form feild rectangle */
.form-field-rectangle .rectangle {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0; }

.form-field-rectangle .rectangle-text {
  display: block;
  min-width: 45px;
  padding: 14px;
  font-size: 13px;
  font-family: "Nunito Sans";
  line-height: 1;
  text-align: center;
  background-color: white;
  border: 2px solid #dfdfdf;
  border-radius: 23px;
  transition: all 0.3s ease; }

.form-field-rectangle input[type="radio"] {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
  .form-field-rectangle input[type="radio"]:checked + .rectangle-text {
    color: #fff;
    background-color: #9e9fa4;
    border-color: #9e9fa4; }

/* colour swatch */
.swatch-value {
  font-style: normal;
  font-weight: normal;
  color: #d3d3d5; }

.form-field-swatch .form-field-control {
  clear: left; }

.form-field-swatch .swatch-wrap {
  position: relative;
  display: block;
  float: left;
  margin: 0 10px 10px 0; }
  @media screen and (max-width: 767px) {
    .form-field-swatch .swatch-wrap:first-child .swatch-pattern-expanded {
      left: -10px;
      transform: translateX(0); }
    .form-field-swatch .swatch-wrap:last-child .swatch-pattern-expanded {
      left: auto;
      transform: translateX(0); } }

.form-field-swatch .swatch {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 50%; }

.form-field-swatch .swatch-color {
  background-color: #eee;
  background-size: cover; }
  .form-field-swatch .swatch-color.secondary {
    left: 50%; }
  .form-field-swatch .swatch-color.tertiary {
    top: 50%;
    left: 50%; }

.form-field-swatch .swatch-radio {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
  .form-field-swatch .swatch-radio:checked + .swatch::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 13px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E6269C699-FBB7-4109-B1F3-15F8609CEA35%3C/title%3E%3Cpath d='M5.72 9.6325l-.3995.3995L.082 4.7936l2.1064-2.1063L5.62 6.1187 11.7704-.032l2.1064 2.1064L6.0192 9.932 5.72 9.6324z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
    content: "";
    transform: translate(-50%, -50%) scale(1); }

.swatch-pattern-expanded {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: 2;
  padding: 3px;
  border: 1px solid #dfdfdf;
  background: white;
  transform: translateX(-50%); }
  .swatch-pattern-expanded .swatch-pattern-image {
    display: block;
    width: 100px;
    height: 100px;
    max-width: none;
    background-size: cover; }

.swatch-wrap:hover .swatch-pattern-expanded {
  display: block; }

/* date input */
.date-select-group .form-select-wrapper {
  float: left; }

.date-select-group .month {
  width: 31%; }

.date-select-group .year {
  width: 31%; }

.date-select-group .day {
  width: 31%;
  margin-right: 3%;
  margin-left: 3%; }

/* product-picker input type  */
.product-picklist-item {
  position: relative;
  display: block;
  margin-bottom: -1px; }

.product-picklist-radio {
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -7px;
  line-height: 14px; }

.product-picklist-item-body {
  position: relative;
  display: table;
  width: 100%;
  min-height: 60px;
  padding: 6px 8px 6px 84px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px; }
  .product-picklist-item-body.picklist-none {
    padding-left: 36px; }
  .product-picklist-item-body:hover {
    z-index: 1; }
  [type="radio"]:checked ~ .product-picklist-item-body {
    z-index: 2; }

.product-picklist-image-wrap {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 34px;
  width: 40px;
  overflow: hidden; }

.product-picklist-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.product-picklist-label-text {
  display: table-cell;
  line-height: 1.4;
  vertical-align: middle; }

/* Tabs */
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

h1.tabs, .blog-items-list .tabs.post-title {
  padding: 50px 0;
  font-weight: 400;
  text-align: center; }

p.tabs {
  margin: 0 0 20px;
  line-height: 1.5; }

main.tabs {
  min-width: 120px;
  max-width: 900px;
  padding: 50px;
  margin: 0 auto;
  background: #fff; }

section.tabs {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd; }

input.tabs {
  display: none; }

label.tabs {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent; }

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }

label[for*="1"]:before {
  /* content: '\f1cb';*/ }

label[for*="2"]:before {
  /*content: '\f113';*/ }

label[for*="3"]:before {
  /* content: '\f110';*/ }

label[for*="4"]:before {
  /* content: '\f140';*/ }

label[for*="5"]:before {
  /* content: '\f140';*/ }

label[for*="6"]:before {
  /* content: '\f140';*/ }

label:hover {
  color: #888;
  cursor: pointer; }

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff; }

#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5, #tab6:checked ~ #content6, #tab7:checked ~ #content7, #tab8:checked ~ #content8 {
  display: block; }

@media screen and (max-width: 850px) {
  label {
    font-size: 0; }
  label:before {
    margin: 0;
    font-size: 18px; } }

@media screen and (max-width: 800px) {
  label {
    padding: 15px; } }

/* end tab */
/* scss-combine:components/products/product-single-tabs */
.product-tabs {
  border-bottom: 1px solid #dfdfdf; }
  @media screen and (max-width: 767px) {
    .product-tabs .tabs {
      display: none; } }
  .product-tabs .accordion-title {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    font-weight: bold;
    border-bottom: 2px solid #dfdfdf; }
    @media screen and (min-width: 768px) {
      .product-tabs .accordion-title {
        display: none; } }
    .product-tabs .accordion-title:first-of-type {
      border-top: 2px solid #dfdfdf; }
    .product-tabs .accordion-title.is-open .icon-minus {
      display: inline-block; }
    .product-tabs .accordion-title.is-open .icon-plus {
      display: none; }
    .product-tabs .accordion-title a {
      display: block;
      padding: 15px;
      color: inherit; }
    .product-tabs .accordion-title .icon {
      position: absolute;
      top: 1.25rem;
      right: 15px;
      width: 1rem;
      height: 1rem; }
    .product-tabs .accordion-title .icon-plus {
      display: inline-block; }
    .product-tabs .accordion-title .icon-minus {
      display: none; }
  @media screen and (max-width: 767px) {
    .product-tabs .tab-content-panel {
      padding: 30px 15px;
      margin-right: -15px;
      margin-left: -15px;
      border-bottom: 2px solid #dfdfdf; } }

.product-reviews-title {
  text-align: center; }

.review-item {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #dfdfdf; }
  .review-item:first-child {
    border-top: 0; }
  .review-item.hidden {
    display: none; }
  .review-item.animating, .review-item.visible {
    display: block; }
  .review-item.animating-in {
    opacity: 0;
    transform: translateX(-100px);
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .review-item.animating-out {
    opacity: 0;
    transition: opacity 0.2s ease; }
  .review-item.visible {
    opacity: 1;
    transform: translateX(0); }
  .review-item .product-item-rating {
    float: right; }

.review-author {
  margin-right: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #3b3a48; }

.review-date {
  font-family: "Nunito Sans";
  font-size: 0.8125rem;
  letter-spacing: 0.077em;
  color: #9e9fa4;
  text-transform: uppercase; }

.review-item-title {
  margin-bottom: 0; }

.review-item-body {
  margin: 0;
  font-weight: 300; }

.reviews-more-wrap {
  text-align: center; }

.reviews-show-more-link {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #4698cb; }
  .reviews-show-more-link:hover .icon-arrow-down {
    transform: scale(2); }
  .reviews-show-more-link .icon-arrow-down {
    display: block;
    width: 9px;
    height: 9px;
    margin: 11px auto 0;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.num-reviews::before {
  content: attr(data-num-reviews); }

.num-reviews[data-num-reviews="()"] {
  display: none; }

@media screen and (min-width: 768px) {
  .product-warranty {
    width: 44.91525%;
    float: left;
    margin-right: 1.69492%; } }

@media screen and (min-width: 768px) {
  .product-warranty + .product-details-blocks {
    width: 44.91525%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0; } }

.product-warranty .product-details-block {
  width: 100%; }

.product-details-block {
  margin-bottom: 2em;
  font-family: "Nunito Sans"; }
  @media screen and (min-width: 480px) {
    .product-details-block {
      width: 32.20339%;
      float: left; }
      .product-details-block:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .product-details-block:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      .product-details-block:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; } }

.product-details-name {
  font-weight: bold;
  text-transform: uppercase; }

.product-details-value {
  margin: 0.5em 0 0; }

.review-form {
  border-radius: 4px; }
  .review-form .form-input, .review-form .navigation-mobile .search-input, .navigation-mobile .review-form .search-input, .review-form .product-item-rating {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .review-form .rating-name,
    .review-form .rating-email,
    .review-form .rating-number {
      width: 47.0339%;
      float: left;
      margin-right: 1.69492%; } }
  @media screen and (min-width: 768px) {
    .review-form .rating-email {
      float: right;
      margin-right: 0; } }
  .review-form .rating-subject {
    clear: both; }
  .review-form .rating-stars-label {
    margin-right: 10px; }
  .review-form .icon-star-wrap {
    display: inline-block;
    transform: translateY(-1px); }
  .review-form .rating-stars-wrap {
    position: relative; }
  .review-form .product-item-rating {
    margin-bottom: 0;
    pointer-events: none;
    background-color: #fff; }
  .review-form .rating-stars {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0; }
  .review-form .icon-arrow-down {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 10px;
    height: 6px;
    transform: translateY(-50%); }
  .review-form #recaptcha_area {
    margin: 0 auto; }

.review-form-heading {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase; }

.form-submit-wrap {
  text-align: center; }

/* scss-combine:layout/layout */
.site-wrapper {
  width: 100%;
  overflow: hidden; }

.mini-cart-open .site-header,
.mini-cart-open .site-canvas,
.mini-cart-open .mini-cart {
  transform: translateX(-400px); }

.site-canvas {
  position: relative;
  /*padding-top: $topbar-height;*/
  padding-top: 7.6em !important;
  transition: transform 0.3s ease, padding 0.2s linear; }
  @media screen and (min-width: 768px) {
    .site-canvas {
      padding-top: 9.75rem; } }

.container, .product-tabs {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  /* &.container-small {
    max-width: 820px;
  }*/ }
  .container:after, .product-tabs:after {
    content: " ";
    display: block;
    clear: both; }

.section {
  padding: 5rem 0; }
  .section.error {
    text-align: center; }

.section.product-single {
  padding: 0; }

.site-canvas .on-canvas .main-content .section {
  padding-top: 1em; }

/* scss-combine:layout/header */
.site-header {
  font-family: "Nunito Sans";
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #dfdfdf;
  transition: transform 0.3s ease; }
  .site-header button {
    background: none; }

.cart-icon-header {
  width: 20px;
  margin-top: 4px; }

.top-bar {
  position: relative;
  z-index: 10;
  background-color: white;
  color: #9e9fa4; }
  .top-bar .icon {
    fill: currentColor; }
  .top-bar .container, .top-bar .product-tabs {
    display: table;
    width: 100%;
    max-width: 1230px;
    min-height: 3.5rem;
    vertical-align: middle; }
    @media screen and (max-width: 1023px) {
      .top-bar .container, .top-bar .product-tabs {
        max-height: 3.5rem;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (min-width: 768px) {
      .top-bar .container:after, .top-bar .product-tabs:after {
        display: block;
        border-bottom: 1px solid #dfdfdf;
        content: ""; } }

.top-bar-button {
  display: inline-block;
  vertical-align: top;
  height: 3.5rem;
  padding-top: 1.25rem;
  color: inherit; }
  .top-bar-button:focus {
    outline: none;
    color: #4698cb; }
  .top-bar-button:hover {
    color: #4698cb; }

.top-bar-left,
.top-bar-center,
.top-bar-right {
  display: table-cell;
  vertical-align: middle; }

.top-bar-left {
  white-space: nowrap; }
  @media screen and (max-width: 1023px) {
    .top-bar-left {
      padding-left: 15px; } }
  @media screen and (max-width: 767px) {
    .top-bar-left {
      display: none; } }

.top-bar-center {
  width: 100%; }
  .top-bar-center .site-branding {
    max-height: 6.25rem;
    margin: 0;
    font-size: 24px;
    line-height: 1;
    color: #9e9fa4;
    text-align: center;
    vertical-align: bottom; }
    .top-bar-center .site-branding .site-branding-logo {
      max-height: calc(6.25rem - 1rem);
      padding: 20px 0;
      vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .top-bar-center .site-branding {
        position: absolute;
        left: 50%;
        display: inline-block;
        margin-top: 0;
        text-align: left;
        transform: translate(-50%, -50%); } }
    @media screen and (min-width: 1024px) {
      .logo-align-left .top-bar-center .site-branding,
      .logo-align-right .top-bar-center .site-branding {
        display: none; } }
    .text-logo .top-bar-center .site-branding {
      margin-top: 0; }
    .long-logo-text .top-bar-center .site-branding {
      font-size: 16px; }

.top-bar-right {
  white-space: nowrap; }
  .logo-align-center .top-bar-right {
    width: 32.20339%; }
  .top-bar-right > * {
    white-space: normal; }
  @media screen and (max-width: 1023px) {
    .top-bar-right {
      padding-right: 15px; } }

.customer-links,
.currency-selector {
  display: inline-block;
  vertical-align: top; }

.customer-links {
  position: relative;
  margin-right: 1.25rem; }
  .no-currency-selector .customer-links:after {
    display: none; }
  .customer-links .icon-account {
    margin-right: 11px;
    width: 0.9375rem;
    height: 0.9375rem; }
  .customer-links .button-text {
    vertical-align: top; }

.currency-selector {
  margin-left: 0; }
  .currency-selector.accounts-enabled {
    margin-left: 0.375rem; }
    .currency-selector.accounts-enabled .top-bar-button {
      padding-left: 0.625rem; }
  .currency-selector .currency-selector-active {
    margin-right: 5px; }
  .currency-selector .top-bar-button {
    padding-right: 0.625rem; }
  .currency-selector .icon-arrow-down {
    margin: -0.3em 0 0 0.5em; }
  .currency-selector .dropdown-panel {
    background-color: white;
    padding: 10px; }
  .currency-selector .dropdown-menu-item {
    white-space: nowrap; }
    .currency-selector .dropdown-menu-item a {
      display: block;
      color: inherit; }
      .currency-selector .dropdown-menu-item a:hover {
        color: #4698cb; }

.currencies {
  width: 10px;
  padding-left: 10px;
  overflow: hidden;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.promo-message {
  font-family: "Nunito Sans";
  padding: 1rem 2rem 1rem 1rem;
  overflow: hidden;
  font-size: 0.8125rem;
  color: #9e9fa4;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  background-color: white; }
  @media screen and (max-width: 767px) {
    .promo-message {
      white-space: normal; } }
  .promo-message a {
    color: #9e9fa4;
    text-decoration: underline; }
    .promo-message a:hover {
      color: #4698cb;
      text-decoration: none; }
  .top-bar-center .promo-message {
    position: absolute;
    left: 50%;
    display: inline-block;
    padding: 0;
    margin-top: 0;
    text-align: left;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1023px) {
      .top-bar-center .promo-message {
        display: none; } }
  @media screen and (min-width: 1024px) {
    .logo-align-left .site-alerts .promo-message,
    .logo-align-right .site-alerts .promo-message {
      display: none; } }

.customer-utils {
  text-align: right; }
  @media screen and (max-width: 767px) {
    .customer-utils {
      display: none; } }
  .customer-utils .button-wishlist {
    margin-right: 2.375rem; }

.button-cart-toggle {
  padding-top: 0.6875rem;
  padding-left: 0;
  transition: color 0.3s ease; }
  @media screen and (max-width: 767px) {
    .button-cart-toggle {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); } }

.mini-cart-subtotal {
  font-family: "Nunito Sans";
  margin-right: 0.375rem;
  vertical-align: text-top;
  line-height: 1; }
  @media screen and (max-width: 1023px) {
    .mini-cart-subtotal {
      display: none; } }

/* Nav Bar */
.main-nav-bar {
  background-color: white;
  position: relative; }
  @media screen and (max-width: 989) {
    .main-nav-bar {
      display: none; } }
  .main-nav-bar > .container, .main-nav-bar > .product-tabs {
    display: block;
    width: 100%;
    max-width: 1230px;
    /*height: $navbar-height;*/
    height: auto;
    text-align: left;
    transition: height 0.2s linear;
    padding: 0.7em 0; }
    .compressed .main-nav-bar > .container, .compressed .main-nav-bar > .product-tabs {
      /* height: $topbar-height;*/
      height: auto;
      padding: 0; }
  .main-nav-bar .site-branding {
    display: inline-block;
    width: 15.25424%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
    .logo-align-right .main-nav-bar .site-branding {
      float: right;
      margin: 0;
      padding-right: 6px;
      text-align: right; }
    .main-nav-bar .site-branding .logo-align-left {
      float: left; }
    .logo-align-center .main-nav-bar .site-branding {
      display: none; }
    @media screen and (max-width: 1023px) {
      .main-nav-bar .site-branding {
        display: none; } }
  .main-nav-bar .site-branding-link {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: calc(100% - 1rem); }
    .logo-align-right .main-nav-bar .site-branding-link {
      width: auto; }
    .compressed .main-nav-bar .site-branding-link {
      height: calc(100% - 1rem);
      padding-top: 5px; }
  .main-nav-bar .site-branding-logo {
    max-height: 100%;
    vertical-align: middle;
    padding: 10px 0; }
    .compressed .main-nav-bar .site-branding-logo {
      width: 85%;
      padding: 0.25em 0; }
  .main-nav-bar .site-branding-title {
    display: inline-block;
    font-size: 24px;
    line-height: 1.1;
    vertical-align: middle;
    overflow-wrap: break-word;
    word-break: break-all; }
  .main-nav-bar .navigation {
    display: inline-block;
    /*vertical-align: top;*/
    vertical-align: middle;
    height: 100%;
    /*margin-left: gutter();*/
    margin-left: 0;
    text-align: center;
    /*width: span(8);*/
    width: 80.102%; }
    .logo-align-right .main-nav-bar .navigation {
      float: left;
      margin-left: 0;
      text-align: left;
      max-width: 75%;
      width: auto; }
      @media screen and (max-width: 1023px) {
        .logo-align-right .main-nav-bar .navigation {
          max-width: none;
          width: 100%;
          float: none;
          text-align: left; } }
      .logo-align-right .logo-align-right .main-nav-bar .navigation .enforce-max-width {
        max-width: 95%; }
      .logo-align-right .main-nav-bar .navigation ul li:first-child .top-level-nav-link:first-child {
        padding-left: 0; }
    .logo-align-center .main-nav-bar .navigation {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0;
      width: auto; }
    .logo-align-center .main-nav-bar .navigation > .button-search-toggle {
      display: none; }
    .main-nav-bar .navigation .button-search-toggle {
      height: 100%;
      vertical-align: middle; }
      .main-nav-bar .navigation .button-search-toggle svg {
        vertical-align: middle;
        margin-top: -3px; }
    @media screen and (max-width: 1023px) {
      .main-nav-bar .navigation {
        width: 91.52542%;
        height: 100%;
        margin-left: -0.75rem; } }
    .main-nav-bar .navigation > ul {
      display: inline-block; }
      .logo-align-right .main-nav-bar .navigation > ul {
        max-width: 95%; }
      .main-nav-bar .navigation > ul > li {
        display: inline-block;
        margin-right: 1.5rem; }
        .main-nav-bar .navigation > ul > li.dropdown > a {
          padding: 1rem 0.75rem; }
        .main-nav-bar .navigation > ul > li:not(.dropdown), .main-nav-bar .navigation > ul > li:not(:last-child) {
          /*margin-right: rem-calc(24);*/
          margin-right: 0.84rem; }
      .main-nav-bar .navigation > ul li:nth-last-child(n + 10),
      .main-nav-bar .navigation > ul li:nth-last-child(n + 10) ~ li {
        margin-right: 0; }
        @media screen and (max-width: 1198px) {
          .main-nav-bar .navigation > ul li:nth-last-child(n + 10),
          .main-nav-bar .navigation > ul li:nth-last-child(n + 10) ~ li {
            margin-right: 0.625rem; } }
  .main-nav-bar .top-level-nav-link {
    padding: 1rem 0;
    display: block;
    color: #3b3b3b;
    font-size: 0.8125rem;
    letter-spacing: 0.077em;
    text-transform: uppercase;
    transition: color 0.3s linear, background-color 0.3s linear, padding 0.2s linear, height 0.2s linear; }
    @media screen and (min-width: 1230px) {
      .main-nav-bar .top-level-nav-link {
        /* padding: rem-calc(16 $main-nav-spacing);*/
        padding: 1rem 0.5rem; } }
    .main-nav-bar .top-level-nav-link:hover:not(.pages) {
      color: #4698cb; }
    .main-nav-bar .top-level-nav-link.pages span:hover {
      color: #4698cb; }
  .main-nav-bar .dropdown-open > a {
    color: white;
    /*background-color: rgba($color-nav-active, 0.97);*/
    background-color: #1f231e; }
    .main-nav-bar .dropdown-open > a:hover {
      color: white; }
  .main-nav-bar .dropdown-panel {
    text-align: left;
    /*background-color: rgba($color-nav-active, 0.97);*/
    background-color: #1f231e; }

.site-header .navigation > ul > li > .dropdown-panel > .navigation > ul > li > a {
  text-transform: capitalize; }

.site-branding {
  font-weight: 300;
  font-size: 32px;
  color: #3b3b3b;
  font-family: inherit; }
  .site-branding a {
    color: inherit;
    text-transform: uppercase;
    text-decoration: none; }

.simple-list .navigation {
  float: none;
  width: 100%;
  padding: 0 0.625rem;
  margin: 0;
  text-align: left; }
  .simple-list .navigation .top-level-nav-link {
    padding: 0.3125rem 0;
    white-space: nowrap; }
  .simple-list .navigation .parent {
    display: block;
    width: 100%; }
  .simple-list .navigation ul ul {
    width: 100%;
    margin-left: 0.625rem; }

.simple-list .parent > a {
  font-family: "Nunito Sans";
  /*font-size: rem-calc(17);*/
  font-size: 0.8125rem;
  color: white; }

.nav-page .dropdown-panel {
  min-width: calc(100% + 15px);
  white-space: nowrap;
  line-height: 1.3;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 30px; }
  .navigation-mobile .nav-page .dropdown-panel {
    white-space: normal; }
  .nav-page .dropdown-panel li:not(:last-child) {
    margin-bottom: 15px; }
    .navigation-mobile .nav-page .dropdown-panel li:not(:last-child) {
      margin-bottom: 0; }
  .nav-page .dropdown-panel ul {
    margin-top: 0.625rem;
    margin-bottom: 15px; }

.mega-nav {
  position: static; }
  .mega-nav.dropdown-open > a {
    height: 4.8125rem;
    padding-bottom: 39px; }
    .multi-row .mega-nav.dropdown-open > a {
      height: auto;
      padding-bottom: 1rem; }
    .compressed .mega-nav.dropdown-open > a {
      padding-bottom: 16px;
      height: 3.4375rem; }

.mega-nav-panel {
  left: 0;
  width: 100vw;
  max-height: calc(100vh - 9.75rem);
  padding: 2.5rem 0.9375rem 0 0;
  overflow-y: auto;
  text-align: center;
  transition: top 0.2s linear; }
  .mega-nav-panel .container, .mega-nav-panel .product-tabs {
    max-height: 100%; }
  .multi-row .mega-nav-panel {
    top: 53px; }
  .compressed .mega-nav-panel {
    top: 3.4375rem; }

.mega-nav-list {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-direction: row; }
  .mega-nav-list.wrap-cols {
    flex-wrap: wrap; }
    .mega-nav-list.wrap-cols:after {
      flex: auto;
      content: ""; }
  .mega-nav-list a {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: white; }
    .mega-nav-list a:hover {
      text-decoration: underline; }
  .mega-nav-list .parent {
    display: inline-block;
    padding: 0 0.9375rem;
    margin-bottom: 1.5rem;
    text-align: left;
    vertical-align: top;
    white-space: nowrap; }
    .mega-nav-list .parent > a {
      font-family: "Nunito Sans";
      font-size: 1.0625rem; }
  .mega-nav-list .children a {
    opacity: 0.5; }
  .mega-nav-list ul ul {
    margin-top: -0.75rem;
    margin-bottom: 0.75rem;
    margin-left: 0.9375rem; }
    .mega-nav-list ul ul a {
      margin-bottom: 0;
      font-family: "Nunito Sans";
      font-weight: 300; }
  .mega-nav-list ul ul ul {
    margin-top: 0; }
  .mega-nav-list .tier-panel {
    padding: 0; }
  .mega-nav-list .tier-open > a {
    opacity: 1; }
  .mega-nav-list .tier-toggle {
    padding-top: 0 !important; }

.search-button-wrap {
  float: right;
  height: 100%;
  text-align: right;
  padding: 1.3em 0 1em; }
  @media screen and (max-width: 1023px) {
    .search-button-wrap {
      width: 6.77966%;
      color: #3b3b3b; } }
  .search-button-wrap .button-search-toggle {
    vertical-align: middle;
    color: black; }
    .search-button-wrap .button-search-toggle:hover {
      color: #4698cb; }
    .search-button-wrap .button-search-toggle:focus {
      outline: none;
      color: #4698cb; }

.breadcrumbs {
  margin-top: 2.5rem;
  margin-bottom: 1.5625rem;
  text-align: center; }
  .page-header .breadcrumbs,
  .product-listing .breadcrumbs {
    margin-top: 0; }

.breadcrumb {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: normal;
  letter-spacing: 0.077em;
  text-transform: uppercase; }
  .breadcrumb:not(:last-child)::after {
    content: "/"; }
  .breadcrumb a:hover {
    text-decoration: underline; }

.breadcrumb-label {
  color: #3b3a48; }
  .breadcrumb-label:not(.breadcrumb-link) {
    color: #9e9fa4; }

.product-listing-desktop-breadcrumbs {
  display: none; }
  @media screen and (min-width: 768px) {
    .product-listing-desktop-breadcrumbs {
      display: block; } }

.product-listing-mobile-breadcrumbs {
  display: block; }
  @media screen and (min-width: 768px) {
    .product-listing-mobile-breadcrumbs {
      display: none; } }

/* scss-combine:layout/footer */
.site-footer {
  background-color: white;
  color: rgba(78, 77, 91, 0.5);
  font-weight: 300;
  font-size: 14px;
  border-top: 1px solid rgba(26, 26, 26, 0.1); }
  .site-footer a {
    color: inherit; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .footer-title {
    color: #4e4d5b;
    margin-top: 40px; }
  .site-footer .container, .site-footer .product-tabs {
    padding-top: 35px; }
  @media screen and (min-width: 768px) {
    .site-footer .footer-nav {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%; } }
  @media screen and (min-width: 1024px) {
    .site-footer .footer-nav {
      width: 15.25424%;
      float: left;
      margin-right: 1.69492%; } }
  .site-footer .footer-nav li {
    margin-bottom: 0.5rem; }
  .site-footer .footer-nav table {
    border: none;
    font-size: 12px;
    color: rgba(78, 77, 91, 0.5);
    font-weight: 300;
    text-align: left; }
  .site-footer .footer-nav th {
    padding: 10px; }
  .site-footer .navigation ul ul {
    margin-left: 1em; }
    .site-footer .navigation ul ul li {
      line-height: 1.75; }
  .site-footer .footer-info {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
    padding-right: 5%; }
  @media screen and (max-width: 1023px) {
    .site-footer .footer-social {
      clear: both;
      padding-top: 3em; } }
  @media screen and (min-width: 1024px) {
    .site-footer .footer-social {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%;
      float: right;
      margin-right: 0; } }
  .site-footer .footer-social a {
    color: inherit; }
    .site-footer .footer-social a:hover {
      text-decoration: none;
      color: #4e4d5b; }
  .site-footer .social-media-link {
    display: inline-block;
    margin-right: 1.25rem; }
  .site-footer .bottom-bar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-top: 1px solid rgba(26, 26, 26, 0.1);
    text-align: center; }

.footer-nav-wrap {
  padding-bottom: 57px; }

.button-top {
  position: fixed;
  right: 12px;
  bottom: 0;
  z-index: 1000;
  width: 45px;
  height: 45px;
  color: white;
  opacity: 0;
  background-color: #4698cb;
  border-radius: 4px;
  transform: translateY(100%);
  transition: transform 0.2s ease-out, background-color 0.2s ease, color 0.2s ease; }
  @media screen and (min-width: 768px) {
    .button-top {
      right: 38px; } }
  .button-top:hover {
    background-color: #9e9fa4;
    color: white; }
  .button-top.show {
    opacity: 1;
    bottom: 12px;
    transform: translateY(0); }
    @media screen and (min-width: 768px) {
      .button-top.show {
        /*bottom: 27px;*/
        bottom: 50px; } }
    .mini-cart-open .button-top.show {
      right: 438px; }
  .button-top .icon {
    width: 16px;
    height: 10px; }

.footer-payment-icons-list {
  margin-top: 30px; }
  .footer-payment-icons-list li {
    display: inline-block;
    width: 50px;
    margin: 42px 5px; }
    .show-credits .footer-payment-icons-list li {
      margin: 12px 5px 0; }
  .footer-payment-icons-list svg {
    max-width: 80%; }

.footer-site-copyright,
.footer-theme-credits {
  display: block;
  color: #4e4d5b;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.077em;
  text-transform: uppercase; }

.footer-site-copyright {
  margin-top: 42px; }

.footer-theme-credits {
  margin-bottom: 42px; }

/* scss-combine:pages/home */
/*----------  Home Products  ----------*/
.products-new {
  background-color: #f7f7f7; }
  .products-new .product-grid-item, .products-new .account-product-item {
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 480px) {
      .products-new .product-grid-item, .products-new .account-product-item {
        width: 49.15254%;
        float: left;
        margin-bottom: 0; }
        .products-new .product-grid-item:nth-child(2n + 1), .products-new .account-product-item:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .products-new .product-grid-item:nth-child(2n + 2), .products-new .account-product-item:nth-child(2n + 2) {
          margin-left: 50.84746%;
          margin-right: -100%;
          clear: none; }
        .products-new .product-grid-item:first-child, .products-new .account-product-item:first-child, .products-new .product-grid-item:nth-child(2), .products-new .account-product-item:nth-child(2) {
          margin-bottom: 2.5rem; } }
    @media screen and (min-width: 768px) {
      .products-new .product-grid-item, .products-new .account-product-item {
        width: 23.72881%;
        float: left;
        margin-bottom: 0; }
        .products-new .product-grid-item:nth-child(4n + 1), .products-new .account-product-item:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .products-new .product-grid-item:nth-child(4n + 2), .products-new .account-product-item:nth-child(4n + 2) {
          margin-left: 25.42373%;
          margin-right: -100%;
          clear: none; }
        .products-new .product-grid-item:nth-child(4n + 3), .products-new .account-product-item:nth-child(4n + 3) {
          margin-left: 50.84746%;
          margin-right: -100%;
          clear: none; }
        .products-new .product-grid-item:nth-child(4n + 4), .products-new .account-product-item:nth-child(4n + 4) {
          margin-left: 76.27119%;
          margin-right: -100%;
          clear: none; } }

.products-featured {
  padding-bottom: 0; }

/*----------  Brand List  ----------*/
.brand-list {
  display: none;
  padding-bottom: 40px;
  background-color: white;
  text-align: center; }
  .brand-list .brand-link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 39px;
    transition: opacity 0.3s ease; }
    @media screen and (min-width: 768px) {
      .brand-list .brand-link {
        margin-left: 30px;
        margin-right: 30px; } }
    .brand-list .brand-link:hover {
      opacity: 0.8; }
  .brand-list .brand-logo {
    max-height: 40px; }

/*----------  Blog Recent Posts  ----------*/
.blog-latest-posts {
  background-color: #f7f7f7; }
  .blog-latest-posts .post {
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      .blog-latest-posts .post {
        width: 32.20339%;
        float: left;
        margin-bottom: 0; }
        .blog-latest-posts .post:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .blog-latest-posts .post:nth-child(3n + 2) {
          margin-left: 33.89831%;
          margin-right: -100%;
          clear: none; }
        .blog-latest-posts .post:nth-child(3n + 3) {
          margin-left: 67.79661%;
          margin-right: -100%;
          clear: none; } }
  .blog-latest-posts .post-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 75.26316%; }
  .blog-latest-posts .post-title {
    margin-bottom: 0; }
  .blog-latest-posts .post-read-more {
    display: inline-block;
    margin-top: 20px;
    color: #4698cb; }

h1.product-title, .blog-items-list .product-title.post-title,
h1.product-title a,
.blog-items-list .product-title.post-title a {
  font-size: 1.55rem; }

/*----------  Newsletter  ----------*/
.default .newsletter-signup {
  background-color: white; }

/* scss-combine:pages/compare */
/*----------  Top-bar Tab  ----------*/
.compare-wrap {
  position: relative;
  display: none;
  height: 3.5rem;
  vertical-align: top; }
  .compare-wrap.compare-active {
    display: inline-block; }
  .compare-wrap:hover .compare-tab {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0); }

.button-compare-toggle {
  position: relative;
  height: 3.5rem;
  padding-top: 0.375rem;
  padding-right: 2.9375rem;
  line-height: 0; }

.compare-items-count {
  position: absolute;
  top: 17px;
  right: 15px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: white;
  text-align: center;
  background-color: #4698cb;
  border-radius: 50%; }

.compare-tab {
  position: absolute;
  top: 100%;
  left: 3px;
  width: 410px;
  height: 90vh;
  padding: 30px 0;
  overflow: scroll;
  text-align: center;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -15px);
  transition: all 0.3s ease; }
  @media screen and (min-width: 1024px) {
    .compare-tab {
      left: 50%; } }

.compare-items-list {
  margin-top: 15px; }

.compare-tab-item {
  display: none; }
  .compare-tab-item.animating, .compare-tab-item.visible {
    display: block; }
  .compare-tab-item.animating-in, .compare-tab-item.animating-out {
    transform: translateY(-10%);
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.3s ease; }
  .compare-tab-item.visible {
    transform: translateY(0);
    opacity: 1; }

.compare-tab-item-description {
  padding-right: 15px;
  text-align: left; }

.compare-tab-item-price {
  color: #4698cb;
  font-weight: 300;
  font-size: 20px; }

.compare-tab-item-remove {
  position: absolute;
  top: 30px;
  right: 30px;
  line-height: 0;
  cursor: pointer; }
  .compare-tab-item-remove .icon-close {
    width: 10px;
    height: 10px;
    pointer-events: none; }

.compare-submit {
  margin-top: 15px; }

/*----------  Compare Grid Item  ----------*/
.product-item-compare .icon-check-mark {
  display: none;
  width: 12px;
  height: 8px;
  margin-right: 5px; }

.product-item-compare .input-checkbox:checked + .form-label-text .icon-check-mark {
  display: inline-block; }

.product-item-compare .form-label-text {
  margin: 0; }

/*----------  Compare Page  ----------*/
.compare-content {
  margin-bottom: 200px; }
  @media screen and (max-width: 767px) {
    .compare-content {
      overflow-x: auto; } }

.compare-table {
  text-align: center;
  border-color: transparent; }
  .compare-table .product-item-thumbnail {
    display: inline-block;
    width: 100%; }
  .compare-table .product-item-thumbnail-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
    .thumbnail-cover .compare-table .product-item-thumbnail-image {
      background-size: cover; }

.compare-row {
  border-top-color: #dfdfdf; }
  .compare-row:first-child {
    border-color: transparent; }

.compare-table-heading {
  width: 20%;
  padding-left: 0;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  vertical-align: top; }

.compare-table-cell {
  min-width: 230px;
  vertical-align: top; }

.compare-remove {
  display: block;
  margin-top: 15px; }

/* scss-combine:pages/cart */
.cart .link {
  font-size: 0.75rem;
  cursor: pointer; }

@media screen and (min-width: 768px) {
  .cart-table-header,
  .cart-item {
    display: table;
    width: 100%; } }

@media screen and (min-width: 768px) {
  .cart-table-header .cell,
  .cart-item .cell {
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle; } }

.cart-table-header .cell:last-child,
.cart-item .cell:last-child {
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .cart-table-header .cell:last-child,
    .cart-item .cell:last-child {
      text-align: right; } }

.cart-empty {
  text-align: center; }

/*----------  Cart Table Header  ----------*/
.cart-table-header {
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdfdf; }
  @media screen and (max-width: 767px) {
    .cart-table-header {
      display: none; } }
  .cart-table-header .cell {
    color: #3b3a48; }

@media screen and (min-width: 768px) {
  .cart-item-options {
    width: 20%; } }

@media screen and (min-width: 1024px) {
  .cart-item-options {
    width: 30%; } }

@media screen and (min-width: 768px) {
  .cart-item-quantity,
  .cart-item-price {
    width: 15%; } }

@media screen and (min-width: 1024px) {
  .cart-item-quantity,
  .cart-item-price {
    width: 10%; } }

/*----------  Cart Table Items  ----------*/
.cart-item {
  padding: 1.5625rem 0;
  border-bottom: 1px solid #dfdfdf; }
  @media screen and (max-width: 767px) {
    .cart-item {
      position: relative; } }
  @media screen and (max-width: 767px) {
    .cart-item .cell {
      margin-bottom: 1em; } }

.cart-item-info {
  margin-bottom: 15px; }
  @media screen and (min-width: 480px) {
    .cart-item-info {
      margin-bottom: 24px; } }
  @media screen and (min-width: 768px) {
    .cart-item-info {
      width: 50%;
      margin-bottom: 0; } }
  .cart-item-info .product-brand {
    font-weight: bold; }
  .cart-item-info .product-name {
    margin-bottom: 0.35em;
    display: block; }

.cart-item-info-wrap {
  display: table;
  width: 100%; }

.cart-item-image,
.cart-item-text {
  display: table-cell;
  vertical-align: middle; }

.cart-item-image {
  width: 100px;
  border: 1px solid #dfdfdf; }
  .cart-item-image img {
    display: block; }

.cart-item-text {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 480px) {
    .cart-item-text {
      padding-left: 30px; } }

.cart-item-actions .link {
  margin-right: 0.5rem; }

.cart-label {
  margin-right: 0.3125rem;
  color: #3b3a48; }
  @media screen and (min-width: 768px) {
    .cart-item-quantity .cart-label,
    .cart-item-price .cart-label {
      display: none; } }

.quantity-control {
  display: inline-block; }
  .quantity-control .button-control-action {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    padding: 0;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #9e9fa4;
    color: #9e9fa4;
    line-height: 0;
    background-color: transparent;
    transition: color 0.3s ease, border-color 0.3s ease; }
    .quantity-control .button-control-action:hover {
      color: #4698cb;
      border-color: #4698cb; }
    .quantity-control .button-control-action:focus {
      outline: none; }
  .quantity-control .form-input[type="number"], .quantity-control .navigation-mobile .search-input[type="number"], .navigation-mobile .quantity-control .search-input[type="number"], .quantity-control .review-form .product-item-rating[type="number"], .review-form .quantity-control .product-item-rating[type="number"] {
    display: inline-block;
    width: 2.1875rem;
    padding: 0;
    font-family: "Nunito Sans";
    color: #9e9fa4;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    -moz-appearance: textfield; }
    .quantity-control .form-input[type="number"]::-webkit-inner-spin-button, .quantity-control .navigation-mobile .search-input[type="number"]::-webkit-inner-spin-button, .navigation-mobile .quantity-control .search-input[type="number"]::-webkit-inner-spin-button, .quantity-control .review-form .product-item-rating[type="number"]::-webkit-inner-spin-button, .review-form .quantity-control .product-item-rating[type="number"]::-webkit-inner-spin-button, .quantity-control .form-input[type="number"]::-webkit-outer-spin-button, .quantity-control .navigation-mobile .search-input[type="number"]::-webkit-outer-spin-button, .navigation-mobile .quantity-control .search-input[type="number"]::-webkit-outer-spin-button, .quantity-control .review-form .product-item-rating[type="number"]::-webkit-outer-spin-button, .review-form .quantity-control .product-item-rating[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
              appearance: none; }
    .quantity-control .form-input[type="number"]:focus, .quantity-control .navigation-mobile .search-input[type="number"]:focus, .navigation-mobile .quantity-control .search-input[type="number"]:focus, .quantity-control .review-form .product-item-rating[type="number"]:focus, .review-form .quantity-control .product-item-rating[type="number"]:focus {
      border-bottom: 1px solid #9e9fa4; }
  .quantity-control .icon {
    width: 10px;
    height: 10px;
    line-height: 0;
    pointer-events: none; }

@media screen and (min-width: 768px) {
  .cart-item-price {
    position: relative; } }

.cart-item-price .price-discounted {
  text-decoration: line-through; }

.cart-item-update {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .needs-updating .cart-item-update {
    visibility: visible;
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .cart-item-update {
      position: absolute;
      right: 0; } }

.cart-item-remove {
  position: absolute;
  top: 1.5625rem;
  right: 0; }
  @media screen and (min-width: 768px) {
    .cart-item-remove {
      top: 0; } }
  @media screen and (min-width: 1440px) {
    .cart-item-remove {
      top: 50%;
      right: -3.3125rem;
      transform: translateY(-50%); } }
  .cart-item-remove .icon {
    width: 12px;
    height: 12px; }

/*----------  Gift Wrapping  ----------*/
.giftwrapping-detail {
  color: #9e9fa4;
  font-family: "Nunito Sans";
  font-size: 0.875rem; }

.giftwrap-modal {
  max-width: 49.3125rem;
  padding: 5vw;
  background-color: white;
  border-radius: 4px; }
  .giftwrap-modal .form-field-title {
    margin-left: 0;
    display: block; }
  .giftwrap-modal .form-radio + .form-label-text {
    font-weight: 300; }
  .giftwrap-modal .form-input:not(.form-radio), .giftwrap-modal .navigation-mobile .search-input:not(.form-radio), .navigation-mobile .giftwrap-modal .search-input:not(.form-radio), .giftwrap-modal .review-form .product-item-rating:not(.form-radio), .review-form .giftwrap-modal .product-item-rating:not(.form-radio) {
    width: 100%; }

.giftwrap-subtitle,
.giftwrap-title {
  text-align: center; }

.giftwrap-title {
  margin-top: 0; }

.giftwrap-subtitle {
  margin-bottom: 1.5em;
  color: #9e9fa4; }

.giftwrap-form .form-actions {
  text-align: center; }

.giftwrap-form .button + .button, .giftwrap-form .blog .post-read-more + .button, .blog .giftwrap-form .post-read-more + .button, .giftwrap-form .blog .button + .post-read-more, .blog .giftwrap-form .button + .post-read-more, .giftwrap-form .blog .post-read-more + .post-read-more, .blog .giftwrap-form .post-read-more + .post-read-more {
  margin-left: 1.5em; }

/*----------  Cart Totals  ----------*/
@media screen and (min-width: 768px) {
  .cart-totals-column {
    width: 45%;
    float: left;
    margin-right: 1.69492%; } }

@media screen and (min-width: 1024px) {
  .cart-totals-column {
    width: 35%;
    float: left;
    margin-right: 1.69492%; } }

@media screen and (min-width: 768px) {
  .cart-totals-column:last-child {
    float: right;
    margin-right: 0; } }

.cart-totals-item {
  padding: 1.625rem 0;
  border-bottom: 1px solid #dfdfdf; }
  .cart-totals-item .link {
    float: right;
    clear: right; }
  .cart-totals-item .cart-total-item + .link span {
    display: none; }
  .cart-totals-item .cart-total-item + .link:before {
    content: attr(data-change-text); }

.cart-total-label {
  font-weight: normal; }

.cart-total-item {
  float: right; }
  .cart-total-item.grand-total {
    font-weight: bold;
    color: #3b3a48; }

.list-bulleted .link {
  display: block; }

@media screen and (max-width: 479px) {
  .cart-actions .button, .cart-actions .blog .post-read-more, .blog .cart-actions .post-read-more {
    display: block;
    margin: 2rem 0; } }

@media screen and (min-width: 480px) {
  .cart-actions {
    display: table;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    border-spacing: 2rem 2rem;
    margin: 2rem 0 0 -2rem; }
    .cart-actions .button, .cart-actions .blog .post-read-more, .blog .cart-actions .post-read-more {
      display: table-cell;
      width: 50%;
      padding-right: 0;
      padding-left: 0; } }

.cart-additional-checkout-buttons {
  text-align: center; }
  .cart-additional-checkout-buttons p {
    float: none !important; }
  .cart-additional-checkout-buttons form {
    clear: both; }
  .cart-additional-checkout-buttons > * {
    margin-bottom: 0.9375rem; }
  .cart-additional-checkout-buttons:last-child {
    margin-bottom: 0; }

.apple-pay-checkout-button {
  display: none;
  box-sizing: border-box;
  min-width: 11rem;
  height: 2.8125rem;
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: 50% 55%;
  border-radius: 5px;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-color: black; }
  .apple-pay-supported .apple-pay-checkout-button {
    display: inline-block; }

.coupon-code {
  border: 0; }

.form-coupon {
  position: relative; }

.coupons-active {
  margin-bottom: 0; }

.shipping-calculator {
  display: none;
  margin-top: 1.75rem; }
  .shipping-calculator.visible {
    display: block; }
  .shipping-calculator .shipping-zip {
    float: left; }
  .shipping-calculator .get-shipping-quotes {
    float: right; }
  .shipping-calculator .form-select-wrapper [type="text"] + :after {
    display: none; }
  .shipping-calculator [name="shipping-state"] {
    width: 100%; }

.shipping-quotes {
  clear: both; }

.shipping-quote-item {
  cursor: pointer;
  margin-left: 2px; }
  .shipping-quote-item:hover {
    color: #4698cb; }
  .shipping-quote-item .form-label-text {
    margin-bottom: 0; }
    .shipping-quote-item .form-label-text .ups-shipping-badge {
      vertical-align: middle;
      margin-top: -2px;
      margin-left: 3px;
      margin-right: 3px; }

.form-gift-certificate {
  display: none;
  margin-top: 1.75rem; }
  .form-gift-certificate.visible {
    display: block; }

/* scss-combine:pages/account */
.account-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .account-wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .account-wrapper .form-field-email .form-field-control,
  .account-wrapper .form-field-password .form-field-control {
    position: relative;
    display: block; }
    .account-wrapper .form-field-email .form-field-control:after,
    .account-wrapper .form-field-password .form-field-control:after {
      position: absolute;
      right: 1.0625rem;
      bottom: 1.25rem;
      display: block;
      content: ""; }
  .account-wrapper .form-field-email .form-field-control:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%239e9fa4' version='1.1' xmlns='http://www.w3.org/2000/svg' width='43' height='32' viewBox='0 0 43 32'%3E%3Cpath d='M40 0h-37.333c-1.475 0-2.667 1.192-2.667 2.667v26.667c0 1.475 1.192 2.667 2.667 2.667h37.333c1.475 0 2.667-1.192 2.667-2.667v-26.667c0-1.475-1.192-2.667-2.667-2.667v0zM37.333 5.333v0.176l-16 12.445-16-12.445v-0.176h32zM5.333 26.667v-14.4l14.363 11.171c0.48 0.376 1.059 0.563 1.637 0.563s1.157-0.187 1.637-0.563l14.363-11.171v14.4h-32z'%3E%3C/path%3E%3C/svg%3E");
    width: 16px;
    height: 12px; }
  .account-wrapper .form-field-password .form-field-control:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%239e9fa4' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32'%3E%3Cpath d='M22 12h-2v-4c0-4.418-3.582-8-8-8s-8 3.582-8 8v4h-2c-1.106 0-2 0.894-2 2v16c0 1.106 0.894 2 2 2h20c1.106 0 2-0.894 2-2v-16c0-1.106-0.894-2-2-2v0zM8 8c0-2.208 1.792-4 4-4s4 1.792 4 4v4h-8v-4zM4 16h16v12h-16v-12z'%3E%3C/path%3E%3Cpath d='M12 24c1.106 0 2-0.894 2-2s-0.894-2-2-2c-1.106 0-2 0.894-2 2s0.894 2 2 2z'%3E%3C/path%3E%3C/svg%3E");
    width: 12px;
    height: 16px; }
  .account-wrapper .form-select-wrapper {
    position: relative;
    display: block;
    height: 3.4375rem;
    padding: 1.1875rem 1.0625rem 1.125rem;
    color: #898f94;
    border: 0;
    border-radius: 4px;
    transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .account-wrapper .form-select-wrapper select {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }

.account-login .account-button-secondary {
  margin-left: 1.25rem; }

/*----------  Auth Modal  ----------*/
.login-modal .modal-title {
  margin: 0;
  color: white;
  text-align: center; }

.login-modal .account-sub-heading {
  text-align: center; }

.login-modal .account-login-wrapper {
  display: block;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .login-modal .account-login-wrapper {
      display: flex;
      align-items: stretch;
      justify-content: space-between; } }

.login-modal .account-login,
.login-modal .account-create {
  display: block;
  border-radius: 4px; }

.login-modal .account-login {
  background-color: white; }
  @media screen and (max-width: 767px) {
    .login-modal .account-login {
      margin-bottom: 30px; } }

.login-modal .account-button-secondary {
  padding: 0 0 3px;
  background-color: transparent;
  color: white;
  border-radius: 0;
  border-bottom: 1px solid; }

.login-modal .account-create {
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: transparent; }
  .login-modal .account-create .account-sub-heading {
    color: white; }
  .login-modal .account-create .button, .login-modal .account-create .blog .post-read-more, .blog .login-modal .account-create .post-read-more {
    color: white;
    border-color: white; }

.login-modal .account-create-facts li:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='white' version='1.1' xmlns='http://www.w3.org/2000/svg' width='44' height='32' viewBox='0 0 44 32'%3E%3Cpath d='M41.186 1.67c-1.936-1.937-5.075-1.937-7.011 0l-17.239 17.237-8.472-8.472c-1.935-1.937-5.076-1.937-7.011 0s-1.936 5.075 0 7.011l11.978 11.979c0.968 0.969 2.237 1.452 3.506 1.452s2.538-0.483 3.506-1.452l20.744-20.744c1.937-1.936 1.937-5.075 0.001-7.011z'%3E%3C/path%3E%3C/svg%3E"); }

.login-modal .account-page-forgot .account-body {
  position: relative;
  max-width: 42.75rem;
  margin: 0 auto;
  padding: 5vw;
  background-color: white;
  border-radius: 4px; }
  .login-modal .account-page-forgot .account-body .account-sub-heading {
    display: none; }

.login-register-block,
.forgot-password-block {
  display: none; }
  .login-register-block.animating, .login-register-block.visible,
  .forgot-password-block.animating,
  .forgot-password-block.visible {
    display: block; }
  .login-register-block.animating-in,
  .forgot-password-block.animating-in {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .login-register-block.animating-out,
  .forgot-password-block.animating-out {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .login-register-block.visible,
  .forgot-password-block.visible {
    opacity: 1;
    transform: translateX(0); }

/*----------  Login  ----------*/
.account-login-wrapper {
  max-width: none; }

.account-login,
.account-create {
  width: 100%;
  padding: 30px; }
  @media screen and (min-width: 768px) {
    .account-login,
    .account-create {
      width: 47.0339%;
      padding: 2vw; } }
  @media screen and (min-width: 1024px) {
    .account-login,
    .account-create {
      padding: 5vw; } }

.auth-sub-heading {
  margin-top: 0;
  text-align: center; }

.auth-login-form .button, .auth-login-form .blog .post-read-more, .blog .auth-login-form .post-read-more,
.auth-login-form .auth-button-alt {
  display: inline-block;
  width: 47.0339%; }

.auth-login-form .auth-button-alt {
  text-align: right;
  text-decoration: underline; }

.account-create-facts {
  padding-left: 0;
  font-family: "Nunito Sans";
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  list-style: none; }
  .account-create-facts li {
    margin-bottom: 0.5em; }
    .account-create-facts li:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%239e9fa4' version='1.1' xmlns='http://www.w3.org/2000/svg' width='44' height='32' viewBox='0 0 44 32'%3E%3Cpath d='M41.186 1.67c-1.936-1.937-5.075-1.937-7.011 0l-17.239 17.237-8.472-8.472c-1.935-1.937-5.076-1.937-7.011 0s-1.936 5.075 0 7.011l11.978 11.979c0.968 0.969 2.237 1.452 3.506 1.452s2.538-0.483 3.506-1.452l20.744-20.744c1.937-1.936 1.937-5.075 0.001-7.011z'%3E%3C/path%3E%3C/svg%3E");
      display: inline-block;
      width: 13px;
      height: 13px;
      margin-right: 0.9375rem;
      content: ""; }

/*----------  Forgot Password  ----------*/
.auth-forgot-password-message {
  text-align: center; }

.auth-forgot-password .form {
  display: table;
  width: 100%; }

.auth-forgot-password .form-field,
.auth-forgot-password .form-actions {
  display: table-cell;
  vertical-align: bottom; }

.auth-forgot-password .form-actions {
  width: 33%;
  text-align: right; }

/*----------  Nav  ----------*/
.account-nav-list {
  text-transform: uppercase;
  border: 0; }

.account-nav-item {
  color: inherit;
  border: 0; }
  .account-nav-item.is-active {
    border: 0;
    color: #4698cb; }

.account-nav-link {
  padding: 0.625rem 0; }

/*----------  Products  ----------*/
.account-product-item {
  margin-bottom: 3rem; }
  @media screen and (min-width: 480px) {
    .account-product-item {
      width: 49.15254%;
      float: left; }
      .account-product-item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .account-product-item:nth-child(2n + 2) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; } }
  @media screen and (min-width: 1024px) {
    .account-product-item {
      width: 32.20339%;
      float: left; }
      .account-product-item:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .account-product-item:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      .account-product-item:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; } }

/* scss-combine:pages/blog */
/*----------  Blog Index  ----------*/
.blog .post-thumb {
  background: none !important; }

.blog-items-list .post {
  max-width: 40.3125rem;
  padding-bottom: 5rem;
  margin: 5rem auto 0;
  border-bottom: 1px solid #dfdfdf;
  /* &:last-child {
      border: 0;
    } */ }

.blog-items-list .post-thumb {
  margin-bottom: 1rem; }

.blog-items-list .post-title,
.blog-items-list .post-meta {
  text-align: center; }

.blog-items-list .post-title {
  margin-top: 0;
  margin-bottom: 1rem; }

.blog-items-list .post-summary {
  margin-bottom: 30px;
  text-align: center; }

.blog-items-list .post-summary-actions {
  text-align: center; }

.blog-items-list .share-buttons-nav {
  display: inline-block;
  margin-top: 1.875rem; }
  @media screen and (min-width: 480px) {
    .blog-items-list .share-buttons-nav {
      margin-top: 0;
      margin-left: 1.875rem; } }

.post-thumb,
.featured-image-container {
  display: block; }
  .post-thumb img,
  .featured-image-container img {
    width: 100%; }

.post .icon-calendar,
.post .icon-avatar {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transform: translateY(-1px); }

.post-meta {
  font-weight: 400;
  font-size: 0.6875rem;
  letter-spacing: 0.09em;
  color: #9e9fa4;
  text-transform: uppercase; }
  .post-meta > * {
    vertical-align: middle; }

.post-date {
  margin-right: 38px; }

/*----------  Blog Single  ----------*/
.blog-content {
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .blog-content {
      padding: 0; } }

.blog-post-single .post-header {
  background-color: transparent; }

.blog-post-single .post-meta {
  margin-bottom: 0; }

.blog-post-single .post-main {
  max-width: 40.3125rem;
  margin: 0 auto; }

.blog-post-single .post-footer {
  margin-bottom: 10rem;
  text-align: center; }
  .blog-post-single .post-footer .post-tags,
  .blog-post-single .post-footer .share-buttons-nav {
    margin-top: 5rem; }

.post-tag {
  padding: 0.625rem;
  margin-right: 6px;
  background-color: #f7f7f7;
  border-radius: 4px;
  transition: all 0.3s ease; }
  .post-tag:before {
    content: "#"; }
  .post-tag:hover {
    color: #202021;
    background-color: #c6c6c6; }

/*----------  Share Buttons  ----------*/
.share-buttons {
  line-height: 0; }

.social-link {
  display: inline-block;
  margin-right: 0.625rem;
  vertical-align: middle; }
  .social-link a {
    color: #9e9fa4; }
    .social-link a:hover {
      color: #4698cb; }
  .social-link .icon {
    width: 28px;
    height: 14px; }

.fb-like iframe {
  max-width: none; }

/* scss-combine:pages/brands */
.brand-items-list {
  font-size: 0; }

.brand-item {
  display: inline-block;
  width: 50%;
  padding: 15px;
  font-size: 15px;
  text-align: center;
  vertical-align: bottom; }
  @media screen and (min-width: 768px) {
    .brand-item {
      width: 25%; } }
  .brand-item a {
    position: relative;
    display: block;
    padding: 50% 0;
    color: inherit;
    border: 1px solid #dfdfdf;
    transition: all 0.6s ease-out; }
    .brand-item a:hover {
      background-color: #3b3a48;
      color: white;
      transition: all 0.3s ease-out; }
    .brand-item a .brand-name {
      position: absolute;
      max-width: 75%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.brand-item-title {
  font-family: "Nunito Sans";
  text-transform: uppercase;
  margin: 0; }

/* scss-combine:pages/contact-us */
.form-contact-us .form-input, .form-contact-us .navigation-mobile .search-input, .navigation-mobile .form-contact-us .search-input, .form-contact-us .review-form .product-item-rating, .review-form .form-contact-us .product-item-rating {
  width: 100%; }

.form-contact-us .form-actions {
  text-align: center; }

/* scss-combine:pages/gift-certificates */
@media screen and (min-width: 768px) {
  .giftcard-sidebar {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    padding-right: 30px; } }

.giftcard-content {
  padding-bottom: 5rem; }
  @media screen and (min-width: 768px) {
    .giftcard-content {
      width: 74.57627%;
      float: left;
      margin-right: 1.69492%;
      float: right;
      margin-right: 0; } }
  .giftcard-content .giftcard-subheading {
    margin: 1.5em 0; }

.giftcard-nav {
  margin-bottom: 3rem;
  text-align: left; }

.giftcard-header {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #dfdfdf; }

.giftcard-nav-item {
  margin: 0 0.5rem 0.625rem;
  text-decoration: none;
  color: #9e9fa4; }
  .giftcard-nav-item.is-active {
    color: #4698cb; }

.giftcertificates .giftcard-body {
  padding: 3.125rem 4.5rem;
  background-color: #f7f7f7; }

.giftcard-body .form-input:not(.form-radio), .giftcard-body .navigation-mobile .search-input:not(.form-radio), .navigation-mobile .giftcard-body .search-input:not(.form-radio), .giftcard-body .review-form .product-item-rating:not(.form-radio), .review-form .giftcard-body .product-item-rating:not(.form-radio) {
  width: 100%; }

.giftcard-body .giftcard-heading,
.giftcard-body .giftcard-subheading {
  display: none; }

.giftcard-form-preview iframe {
  width: 100%; }

.form-giftcard-balance {
  display: table;
  width: 100%; }
  .form-giftcard-balance .form-field,
  .form-giftcard-balance .form-actions {
    display: table-cell;
    vertical-align: bottom; }
  .form-giftcard-balance .form-field {
    width: 90%;
    padding-right: 1.875rem; }

.giftcard-balance-container {
  margin: 0; }

.giftcard-form-theme .form-field-control {
  overflow: hidden; }

.giftcard-form-theme .form-label {
  width: 32.20339%;
  float: left; }
  .giftcard-form-theme .form-label:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .giftcard-form-theme .form-label:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none; }
  .giftcard-form-theme .form-label:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none; }

.giftcard-form-actions {
  text-align: center; }

@media screen and (min-width: 768px) {
  #giftcard-amount {
    width: calc(50% - 8px); } }

@media screen and (min-width: 768px) {
  .giftcard-form-help-message {
    float: left;
    position: relative;
    top: -40px;
    margin-left: calc(50% + 10px); } }

.giftcard-redeem-steps {
  margin-left: 1em; }

/* scss-combine:pages/sitemap */
.sitemap-group {
  display: inline-block;
  width: 33%;
  margin-bottom: 50px;
  padding: 0 15px;
  vertical-align: top; }
  @media screen and (max-width: 1023px) {
    .sitemap-group {
      width: 32%; }
      .sitemap-group:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 479px) {
    .sitemap-group {
      width: 100%; } }

.sitemap-title {
  font-size: 16px; }

.sitemap-showall {
  display: block;
  margin-top: 15px;
  font-weight: 600; }

/* scss-combine:pages/resources/protocols */
.cutana_image {
  width: 15rem; }

.cutana_form_header {
  text-align: center;
  padding-top: 3rem; }

.cutana_sub_heading {
  text-decoration: underline;
  margin-bottom: 0.25rem; }

.cutana_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 15rem; }

.cutana_content > p {
  margin: 0; }

.cutana_main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  padding-top: 3rem; }

@media only screen and (max-width: 767px) {
  .cutana_main {
    flex-direction: column;
    align-items: center; } }

.product-listing.section .product-item-summary-list,
.product-listing.section .product-item-summary-link,
.product-grid .product-item-details .product-item-price .product-price-line {
  display: none; }

.product-listing-category-breadcrumbs {
  float: left;
  padding: 1em 0 0;
  width: 65%; }

.product-listing-category-breadcrumbs .breadcrumbs li a span {
  color: #3a3947;
  font-weight: 700;
  text-transform: lowercase; }

.product-listing-category-breadcrumbs .breadcrumbs li.is-active span {
  font-weight: 700;
  text-transform: lowercase; }

.product-sort-select label.form-label {
  color: #95838f;
  font-weight: 700; }

.navigation li.nav-page.dropdown .dropdown-panel ul li a,
.navigation li.dropdown .dropdown-panel .navigation ul li ul.tier-panel li a {
  color: white; }

.navigation li.nav-page.dropdown .dropdown-panel ul li a:hover,
.navigation li.dropdown .dropdown-panel .navigation ul li ul.tier-panel li a:hover {
  color: #5da8d0; }

.product_datasheet_tab_list {
  float: left;
  text-align: center;
  width: 100%; }

.product_datasheet_tab_list span span a:nth-child(4n + 1) {
  margin-left: 0; }

.product_datasheet_tab_list span span a:nth-child(4n + 4) {
  margin-right: 0; }

.product_datasheet_tab_list span span a {
  border: 1px solid #5da8d0;
  border-radius: 7px;
  color: #5da8d0;
  float: left;
  font-size: 15px;
  margin: 0.3em;
  max-width: 190px;
  padding: 1em 0;
  width: 100%; }

.product-item-summary-list {
  line-height: 1.3em; }

.page .page-content p,
.page .page-content p span,
.page .page-content p span strong,
.page .page-content ul li span {
  font-size: 16px !important;
  color: #9e9fa3 !important; }

.page .page-content p .careers-page-text-content {
  font-size: 18px !important; }

.page .page-content ul li .careers-page-text-content {
  font-size: 18px !important; }

.page .page-content span strong {
  font-size: 18px !important;
  color: #3b3b3b !important; }

.product-item-details h5.product-item-title a, .product-item-details .bulk-pricing-block .product-item-title.product-details-heading a, .bulk-pricing-block .product-item-details .product-item-title.product-details-heading a, .product-item-details .product-item-title.review-item-title a, .product-item-details .cart-table-header .product-item-title.cell a, .cart-table-header .product-item-details .product-item-title.cell a, .product-item-details .cart-item-info .product-item-title.product-name a, .cart-item-info .product-item-details .product-item-title.product-name a {
  font-size: 20px;
  font-weight: 400; }

.products-related.section {
  padding: 3rem 0 5em; }

.accordionCSS {
  overflow: visible !important; }

.accordionCSS h3, .accordionCSS .section-title, .accordionCSS .listing-title, .accordionCSS .login-modal .account-sub-heading, .login-modal .accordionCSS .account-sub-heading, .accordionCSS .auth-sub-heading {
  float: left;
  width: 100%; }

.accordionCSS h3 span img, .accordionCSS .section-title span img, .accordionCSS .listing-title span img, .accordionCSS .login-modal .account-sub-heading span img, .login-modal .accordionCSS .account-sub-heading span img, .accordionCSS .auth-sub-heading span img {
  margin: 0; }

.accordionCSS h3, .accordionCSS .section-title, .accordionCSS .listing-title, .accordionCSS .login-modal .account-sub-heading, .login-modal .accordionCSS .account-sub-heading, .accordionCSS .auth-sub-heading {
  background-color: transparent;
  border: 1px solid #5da8d0;
  border-radius: 7px;
  float: left;
  margin: 1em 0 0;
  padding: 0.5em 1.5em;
  font-size: 20px;
  width: 100%;
  position: relative;
  cursor: pointer; }

.accordionCSS h3 a, .accordionCSS .section-title a, .accordionCSS .listing-title a, .accordionCSS .login-modal .account-sub-heading a, .login-modal .accordionCSS .account-sub-heading a, .accordionCSS .auth-sub-heading a {
  color: #3a3947;
  text-decoration: none; }

.accordionCSS h3::before, .accordionCSS .section-title::before, .accordionCSS .listing-title::before, .accordionCSS .login-modal .account-sub-heading::before, .login-modal .accordionCSS .account-sub-heading::before, .accordionCSS .auth-sub-heading::before {
  border-bottom: 7px solid transparent;
  border-left: 10px solid #2494eb;
  border-top: 7px solid transparent;
  content: "";
  display: block;
  height: 15px;
  left: 10px;
  position: absolute;
  top: 32%;
  width: 15px;
  transition: all 0.5s ease; }

.accordionCSS h3:hover::before, .accordionCSS .section-title:hover::before, .accordionCSS .listing-title:hover::before, .accordionCSS .login-modal .account-sub-heading:hover::before, .login-modal .accordionCSS .account-sub-heading:hover::before, .accordionCSS .auth-sub-heading:hover::before {
  transform: rotate(90deg);
  border-left-color: #3a3947; }

.accordionCSS h3:hover, .accordionCSS .section-title:hover, .accordionCSS .listing-title:hover, .accordionCSS .login-modal .account-sub-heading:hover, .login-modal .accordionCSS .account-sub-heading:hover, .accordionCSS .auth-sub-heading:hover,
.accordionCSS h3:hover span,
.accordionCSS .section-title:hover span,
.accordionCSS .listing-title:hover span,
.accordionCSS .login-modal .account-sub-heading:hover span,
.login-modal .accordionCSS .account-sub-heading:hover span,
.accordionCSS .auth-sub-heading:hover span,
.accordionCSS h3:hover span strong,
.accordionCSS .section-title:hover span strong,
.accordionCSS .listing-title:hover span strong,
.accordionCSS .login-modal .account-sub-heading:hover span strong,
.login-modal .accordionCSS .account-sub-heading:hover span strong,
.accordionCSS .auth-sub-heading:hover span strong,
.accordionCSS h3:hover strong,
.accordionCSS .section-title:hover strong,
.accordionCSS .listing-title:hover strong,
.accordionCSS .login-modal .account-sub-heading:hover strong,
.login-modal .accordionCSS .account-sub-heading:hover strong,
.accordionCSS .auth-sub-heading:hover strong {
  color: #2394ea !important; }

.accordionCSS h3.highlight::before, .accordionCSS .highlight.section-title::before, .accordionCSS .highlight.listing-title::before, .accordionCSS .login-modal .highlight.account-sub-heading::before, .login-modal .accordionCSS .highlight.account-sub-heading::before, .accordionCSS .highlight.auth-sub-heading::before {
  border-left-color: #3a3947;
  content: "";
  transform: rotate(90deg); }

.accordionCSS h3.highlight, .accordionCSS .highlight.section-title, .accordionCSS .highlight.listing-title, .accordionCSS .login-modal .highlight.account-sub-heading, .login-modal .accordionCSS .highlight.account-sub-heading, .accordionCSS .highlight.auth-sub-heading,
.accordionCSS h3.highlight span,
.accordionCSS .highlight.section-title span,
.accordionCSS .highlight.listing-title span,
.accordionCSS .login-modal .highlight.account-sub-heading span,
.login-modal .accordionCSS .highlight.account-sub-heading span,
.accordionCSS .highlight.auth-sub-heading span,
.accordionCSS h3.highlight span strong,
.accordionCSS .highlight.section-title span strong,
.accordionCSS .highlight.listing-title span strong,
.accordionCSS .login-modal .highlight.account-sub-heading span strong,
.login-modal .accordionCSS .highlight.account-sub-heading span strong,
.accordionCSS .highlight.auth-sub-heading span strong,
.accordionCSS h3.highlight strong,
.accordionCSS .highlight.section-title strong,
.accordionCSS .highlight.listing-title strong,
.accordionCSS .login-modal .highlight.account-sub-heading strong,
.login-modal .accordionCSS .highlight.account-sub-heading strong,
.accordionCSS .highlight.auth-sub-heading strong {
  color: #2394ea !important;
  border-radius: 7px 7px 0px 0px; }

.accordionCSS .show_contet {
  display: none; }

.accordionCSS > span > span {
  padding: 0 20px !important; }

.show_contet {
  /*background-color: hsl(204, 24%, 96%);*/
  border: 1px solid #5da8d0;
  border-radius: 0 0 7px 7px;
  float: left;
  width: 100%; }

.accordionCSS h3 span span, .accordionCSS .section-title span span, .accordionCSS .listing-title span span, .accordionCSS .login-modal .account-sub-heading span span, .login-modal .accordionCSS .account-sub-heading span span, .accordionCSS .auth-sub-heading span span {
  padding: 0 0 0 20px !important; }

.accordionCSS > h3:first-child, .accordionCSS > .section-title:first-child, .accordionCSS > .listing-title:first-child, .login-modal .accordionCSS > .account-sub-heading:first-child, .accordionCSS > .auth-sub-heading:first-child {
  margin-top: 0; }

#accordion3 {
  overflow: visible !important; }

#accordion3 h3, #accordion3 .section-title, #accordion3 .listing-title, #accordion3 .login-modal .account-sub-heading, .login-modal #accordion3 .account-sub-heading, #accordion3 .auth-sub-heading {
  float: left;
  width: 100%; }

#accordion3 h3 span img, #accordion3 .section-title span img, #accordion3 .listing-title span img, #accordion3 .login-modal .account-sub-heading span img, .login-modal #accordion3 .account-sub-heading span img, #accordion3 .auth-sub-heading span img {
  margin: 0; }

#accordion3 h3, #accordion3 .section-title, #accordion3 .listing-title, #accordion3 .login-modal .account-sub-heading, .login-modal #accordion3 .account-sub-heading, #accordion3 .auth-sub-heading {
  background-color: transparent;
  border: 1px solid #5da8d0;
  border-radius: 7px;
  float: left;
  margin: 1em 0 0;
  padding: 0.5em 1.5em;
  font-size: 20px;
  width: 100%;
  position: relative;
  cursor: pointer; }

#accordion3 h3 a, #accordion3 .section-title a, #accordion3 .listing-title a, #accordion3 .login-modal .account-sub-heading a, .login-modal #accordion3 .account-sub-heading a, #accordion3 .auth-sub-heading a {
  color: #3a3947;
  text-decoration: none; }

#accordion3 h3::before, #accordion3 .section-title::before, #accordion3 .listing-title::before, #accordion3 .login-modal .account-sub-heading::before, .login-modal #accordion3 .account-sub-heading::before, #accordion3 .auth-sub-heading::before {
  border-bottom: 7px solid transparent;
  border-left: 10px solid #2494eb;
  border-top: 7px solid transparent;
  content: "";
  display: block;
  height: 15px;
  left: 10px;
  position: absolute;
  top: 32%;
  width: 15px;
  transition: all 0.5s ease; }

#accordion3 h3:hover::before, #accordion3 .section-title:hover::before, #accordion3 .listing-title:hover::before, #accordion3 .login-modal .account-sub-heading:hover::before, .login-modal #accordion3 .account-sub-heading:hover::before, #accordion3 .auth-sub-heading:hover::before {
  transform: rotate(90deg);
  border-left-color: #3a3947; }

#accordion3 h3:hover, #accordion3 .section-title:hover, #accordion3 .listing-title:hover, #accordion3 .login-modal .account-sub-heading:hover, .login-modal #accordion3 .account-sub-heading:hover, #accordion3 .auth-sub-heading:hover,
#accordion3 h3:hover span,
#accordion3 .section-title:hover span,
#accordion3 .listing-title:hover span,
#accordion3 .login-modal .account-sub-heading:hover span,
.login-modal #accordion3 .account-sub-heading:hover span,
#accordion3 .auth-sub-heading:hover span,
#accordion3 h3:hover span strong,
#accordion3 .section-title:hover span strong,
#accordion3 .listing-title:hover span strong,
#accordion3 .login-modal .account-sub-heading:hover span strong,
.login-modal #accordion3 .account-sub-heading:hover span strong,
#accordion3 .auth-sub-heading:hover span strong,
#accordion3 h3:hover strong,
#accordion3 .section-title:hover strong,
#accordion3 .listing-title:hover strong,
#accordion3 .login-modal .account-sub-heading:hover strong,
.login-modal #accordion3 .account-sub-heading:hover strong,
#accordion3 .auth-sub-heading:hover strong {
  color: #2394ea !important; }

#accordion3 h3.highlight::before, #accordion3 .highlight.section-title::before, #accordion3 .highlight.listing-title::before, #accordion3 .login-modal .highlight.account-sub-heading::before, .login-modal #accordion3 .highlight.account-sub-heading::before, #accordion3 .highlight.auth-sub-heading::before {
  border-left-color: #3a3947;
  content: "";
  transform: rotate(90deg); }

#accordion3 h3.highlight, #accordion3 .highlight.section-title, #accordion3 .highlight.listing-title, #accordion3 .login-modal .highlight.account-sub-heading, .login-modal #accordion3 .highlight.account-sub-heading, #accordion3 .highlight.auth-sub-heading,
#accordion3 h3.highlight span,
#accordion3 .highlight.section-title span,
#accordion3 .highlight.listing-title span,
#accordion3 .login-modal .highlight.account-sub-heading span,
.login-modal #accordion3 .highlight.account-sub-heading span,
#accordion3 .highlight.auth-sub-heading span,
#accordion3 h3.highlight span strong,
#accordion3 .highlight.section-title span strong,
#accordion3 .highlight.listing-title span strong,
#accordion3 .login-modal .highlight.account-sub-heading span strong,
.login-modal #accordion3 .highlight.account-sub-heading span strong,
#accordion3 .highlight.auth-sub-heading span strong,
#accordion3 h3.highlight strong,
#accordion3 .highlight.section-title strong,
#accordion3 .highlight.listing-title strong,
#accordion3 .login-modal .highlight.account-sub-heading strong,
.login-modal #accordion3 .highlight.account-sub-heading strong,
#accordion3 .highlight.auth-sub-heading strong {
  color: #2394ea !important;
  border-radius: 7px 7px 0px 0px; }

#accordion3 .show_contet {
  display: none; }

#accordion3 > span > span {
  padding: 0 20px !important; }

.show_contet {
  /*background-color: hsl(204, 24%, 96%);*/
  border: 1px solid #5da8d0;
  border-radius: 0 0 7px 7px;
  float: left;
  width: 100%; }

#accordion3 h3 span span, #accordion3 .section-title span span, #accordion3 .listing-title span span, #accordion3 .login-modal .account-sub-heading span span, .login-modal #accordion3 .account-sub-heading span span, #accordion3 .auth-sub-heading span span {
  padding: 0 0 0 20px !important; }

.show_contet table,
.show_contet table tbody,
.show_contet table tbody tr,
.show_contet table tbody tr td {
  border: medium none; }

.global-distributors-con > h2, .global-distributors-con > .giftcard-header {
  float: left;
  width: 100%; }

#accordion3 > h3:first-child, #accordion3 > .section-title:first-child, #accordion3 > .listing-title:first-child, .login-modal #accordion3 > .account-sub-heading:first-child, #accordion3 > .auth-sub-heading:first-child {
  margin-top: 0; }

.subNavs {
  float: left;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.subNavs > ul {
  margin: 0;
  padding: 0; }

.subNavs > ul li {
  display: inline-block;
  padding: 0.5em 1em;
  position: relative; }

.subNavs > ul li::after {
  background-color: #5da8d0;
  content: "";
  height: 50%;
  position: absolute;
  right: 0;
  top: 0.9em;
  transform: rotate(25deg);
  width: 2px; }

.subNavs > ul li:last-child::after {
  content: none; }

.press_releases_content .show_contet,
.careers_content .show_contet {
  padding: 2em; }

.press_releases_content .show_contet img {
  margin: 0; }

.in-the-news-con table,
.about-management-con table,
.about-scientific-founders table {
  border: medium none;
  width: 100% !important; }

.in-the-news-con table tr,
.in-the-news-con table tr td,
.about-management-con table tr,
.about-management-con table tr td,
.about-scientific-founders table tr,
.about-scientific-founders table tr td {
  border: medium none; }

.about-management-con td p span strong,
.about-scientific-founders td p span strong {
  float: left;
  width: 100%; }

.about-management-con td > p,
.about-scientific-founders td > p {
  margin-top: 0; }

.subNavs ul li.subNavsactive a {
  color: #898f94;
  cursor: none; }

.main-nav-bar .navigation .parent-all {
  display: none; }

.site-header .main-nav-bar .navigation > .enforce-max-width > li:nth-child(9) {
  display: none; }

.site-footer .footer-nav-page .navigation ul li {
  display: none; }

.site-footer .footer-nav-page .navigation ul {
  display: flex;
  flex-direction: column; }

.site-footer .footer-nav-page .navigation ul li:nth-child(17),
.site-footer .footer-nav-page .navigation ul li:nth-child(20),
.site-footer .footer-nav-page .navigation ul li:nth-child(22),
.site-footer .footer-nav-page .navigation ul li:nth-child(23),
.site-footer .footer-nav-page .navigation ul li:nth-child(24),
.site-footer .footer-nav-page .navigation ul li:nth-child(25),
.site-footer .footer-nav-page .navigation ul li:nth-child(26) {
  display: block; }

.site-footer .footer-nav-page .navigation ul li:nth-child(17) {
  order: 17; }

.site-footer .footer-nav-page .navigation ul li:nth-child(17) a {
  display: block;
  overflow: hidden;
  text-overflow: unset;
  white-space: nowrap;
  width: 215px; }

.site-footer .footer-nav-page .navigation ul li:nth-child(20) {
  order: 23; }

.site-footer .footer-nav-page .navigation ul li:nth-child(23) {
  order: 20; }

.site-footer .footer-nav-page .navigation ul li:nth-child(22) {
  order: 22; }

.site-footer .footer-nav-page .navigation ul li:nth-child(24) {
  order: 24; }

.site-footer .footer-nav-page .navigation ul li:nth-child(25) {
  order: 25; }

.site-footer .footer-nav-page .navigation ul li:nth-child(26) {
  order: 26; }

.request_quote_page table,
.request_quote_page table tr,
.request_quote_page table tr td {
  border: medium none; }

.request_quote_page .ss-form {
  width: 100%; }

.request_quote_page .ss-form > div {
  float: left;
  margin-bottom: 1em;
  width: 100%; }

.request_quote_page .ss-form > div > span.ss-q-title,
.request_quote_page .ss-form > label#ssTestLabel {
  float: left;
  width: 100%;
  font-weight: 700; }

.request_quote_page .ss-form > div > input,
.request_quote_page .ss-form > div > select,
.request_quote_page .ss-form > div > textarea,
.request_quote_page .ss-form > input#ssTestValue {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0.7em 1em;
  float: left;
  width: 100%; }

.request_quote_page .ss-form > div > textarea {
  height: 45px; }

.ss-q-submit {
  background-color: #4497ca;
  border: medium none;
  border-radius: 7px;
  color: white;
  font-weight: 700;
  margin: 2em auto;
  padding: 1em 3em;
  text-transform: uppercase;
  width: auto; }

.site-header .container, .site-header .product-tabs {
  padding-left: 7px; }

.bottom-related-products ul {
  list-style: outside none none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }

.bottom-related-products ul li {
  float: left;
  width: 33%;
  padding: 0 1em; }

.leftSection > img {
  padding-top: 40px; }

.leftSection {
  float: left;
  width: 50%; }

.rightSection {
  float: left;
  width: 50%; }

.rightSection li {
  margin-bottom: 0px !important; }

.bottom-related-products ul li {
  text-align: center; }

.bottom-related-products ul li:first-child {
  padding-left: 0; }

.bottom-related-products ul li:last-child {
  padding-right: 0; }

.bottom-related-products ul li img {
  height: 150px;
  margin: 0 auto;
  vertical-align: middle;
  width: auto; }

.bottom-related-products p {
  text-align: left; }

.leftbarimage {
  float: left;
  width: 100%; }

.chromatin_contact_cta {
  float: left;
  margin: 1em 0 2.5em;
  width: 100%;
  text-align: right; }

.chromatin_contact_cta a.chromatin_contact_cta_link {
  background-color: #96d600;
  color: white;
  cursor: pointer;
  font-weight: 700;
  padding: 0.8em 2em;
  transition: all 0.5s ease 0s;
  text-decoration: none; }

.chromatin_contact_cta a.chromatin_contact_cta_link:hover {
  background-color: #5da8d0; }

.footer-col.footer-info > p {
  margin: 0; }

.category .product-listing .container .listing-header .listing-description, .category .product-listing .product-tabs .listing-header .listing-description {
  display: none; }

/* ----------- Responsive Style Start ----------------- */
@media (max-width: 1023px) {
  .site-header .container, .site-header .product-tabs {
    padding-left: 0px; }
  /*.top-bar { background-color: rgba(0, 0, 0, 0.52); } */
  .top-bar-center .site-branding .site-branding-logo {
    display: none; } }

@media (max-width: 767px) {
  .bottom-related-products ul li {
    padding: 0;
    text-align: center;
    width: 100%; }
  .bottom-related-products p {
    text-align: center; }
  .leftSection,
  .rightSection {
    float: left;
    width: 100%; }
  .leftSection {
    text-align: center; }
  .chromatin_contact_cta {
    margin: 1em 0 2.5em;
    width: 100%;
    text-align: center; } }

@media only screen and (max-width: 768px) {
  table {
    margin: 1em 0;
    background: transparent;
    border: 1px solid;
    border-collapse: separate;
    border-top: 0;
    border-color: inherit;
    /*margin-left: 0px !important;*/
    width: 100%; }
  td.break {
    float: left;
    line-height: 22px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 175px;
    vertical-align: top;
    border-top: 1px solid #dfdfdf; } }

@media only screen and (max-width: 768px) {
  .epi-table3 {
    margin: 1em 0;
    background: transparent;
    border-collapse: separate;
    border-top: 0;
    border-color: inherit;
    margin-left: 0px !important;
    width: 90% !important; }
  .epi-table3 tr {
    /*display: block;*/
    margin-bottom: -50px;
    line-height: 1 !important; }
  .epi-table3 td.break {
    /*  float: left;
  line-height: 22px;
        padding-right: 0;
    padding-left: 107px;
    vertical-align: top;*/
    border-top: 0px solid #ffffff;
    padding-bottom: 21px;
    margin: -10px 0px 0px -121px; }
  .epi-table3 td.break1 {
    /*  float: left;
  line-height: 22px;
        padding-right: 0;
    padding-left: 107px;
    vertical-align: top;*/
    border-top: 0px solid #ffffff;
    padding-bottom: 21px;
    margin: -10px 0px 0px -121px; } }

/* ----------- Responsive Style End ----------------- */
/*** MICHAEL'S EDITS ***/
.site-footer .footer-social {
  display: none; }

/********************** 18-07-2019  **********************************/
/*************** Page-Nucleosomes *******************/
.nucleosomes-pg {
  padding-bottom: 75px; }

.pg-nucleosomes {
  max-width: 1230px;
  margin: 0 auto; }

.page-heading.nucleosomes-title {
  text-transform: none;
  color: #312b39;
  font-weight: 600;
  margin: 0;
  font-size: 32px;
  line-height: 35px;
  font-family: "Nunito Sans", sans-serif; }
  @media only screen and (min-width: 801px) and (max-width: 990px) {
    .page-heading.nucleosomes-title {
      margin: 50px 0 0; } }
  @media screen and (max-width: 767px) {
    .page-heading.nucleosomes-title {
      font-size: 25px;
      line-height: 30px;
      margin: 0 0 15px; } }

.nucleosomes-heading-text {
  padding: 15px 0;
  border: 2px solid #f7f7f7;
  margin: 0 0 85px; }
  @media screen and (max-width: 1023px) {
    .nucleosomes-heading-text {
      margin: 0 0 60px; } }
  @media screen and (max-width: 767px) {
    .nucleosomes-heading-text {
      padding: 10px;
      margin: 0 0 40px; } }
  .nucleosomes-heading-text p {
    font-size: 16px;
    max-width: 945px;
    margin: 0 auto;
    line-height: 22px;
    color: #888;
    text-align: center; }
    .nucleosomes-heading-text p a {
      color: #4698cb; }

.nucleosomes-heading {
  padding: 13px 0 0;
  text-align: center; }
  .nucleosomes-heading .nucleosomes-heading-inner {
    background: #f7f7f7;
    padding: 39px 0 39px;
    margin-bottom: 28px; }
    @media screen and (max-width: 767px) {
      .nucleosomes-heading .nucleosomes-heading-inner {
        padding: 27px 0 10px; } }
    .nucleosomes-heading .nucleosomes-heading-inner .breadcrumbs {
      margin-top: 0; }
      @media screen and (max-width: 767px) {
        .nucleosomes-heading .nucleosomes-heading-inner .breadcrumbs {
          margin-bottom: 10px; } }
  @media screen and (max-width: 1023px) {
    .nucleosomes-heading {
      padding: 13px 0 0; } }
  @media screen and (max-width: 767px) {
    .nucleosomes-heading {
      padding: 0; } }

.nucleosomes-content + .nucleosomes-content {
  border-top: 1px solid #d5d5d5;
  padding-top: 79px;
  margin-top: 73px; }
  @media screen and (max-width: 1023px) {
    .nucleosomes-content + .nucleosomes-content {
      padding-top: 39px;
      margin-top: 33px; } }

.nucleosomes-content {
  display: flex; }
  @media screen and (max-width: 1023px) {
    .nucleosomes-content {
      flex-wrap: wrap; } }
  .nucleosomes-content .nucleosomes-video {
    width: 400px;
    max-height: 200px;
    margin: auto; }
    @media screen and (max-width: 1023px) {
      .nucleosomes-content .nucleosomes-video {
        margin-bottom: 1.5rem;
        width: 350px; } }
  .nucleosomes-content .nucleosomes-img {
    width: 285px;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .nucleosomes-content .nucleosomes-img img {
        margin: 0; } }
    @media screen and (max-width: 1279px) {
      .nucleosomes-content .nucleosomes-img {
        width: 250px; } }
    @media screen and (max-width: 1023px) {
      .nucleosomes-content .nucleosomes-img {
        width: 300px;
        margin: 0 auto; } }
    .nucleosomes-content .nucleosomes-img.left-img {
      text-align: left; }
      @media screen and (max-width: 1023px) {
        .nucleosomes-content .nucleosomes-img.left-img {
          text-align: center; } }
  .nucleosomes-content .nucleosomes-text {
    width: calc(100% - 285px);
    padding-left: 45px; }
    @media screen and (max-width: 1279px) {
      .nucleosomes-content .nucleosomes-text {
        width: calc(100% - 250px);
        padding-left: 25px; } }
    @media screen and (max-width: 1023px) {
      .nucleosomes-content .nucleosomes-text {
        width: 100%;
        padding-left: 0; } }
    .nucleosomes-content .nucleosomes-text h3, .nucleosomes-content .nucleosomes-text .section-title, .nucleosomes-content .nucleosomes-text .listing-title, .nucleosomes-content .nucleosomes-text .login-modal .account-sub-heading, .login-modal .nucleosomes-content .nucleosomes-text .account-sub-heading, .nucleosomes-content .nucleosomes-text .auth-sub-heading {
      color: #3b3a48;
      font-size: 24px;
      line-height: 28px;
      text-transform: none;
      padding-left: 10px;
      margin: 0 0 30px;
      font-family: "Nunito Sans", sans-serif; }
      @media screen and (max-width: 1023px) {
        .nucleosomes-content .nucleosomes-text h3, .nucleosomes-content .nucleosomes-text .section-title, .nucleosomes-content .nucleosomes-text .listing-title, .nucleosomes-content .nucleosomes-text .login-modal .account-sub-heading, .login-modal .nucleosomes-content .nucleosomes-text .account-sub-heading, .nucleosomes-content .nucleosomes-text .auth-sub-heading {
          margin: 0 0 20px; } }
      @media screen and (max-width: 767px) {
        .nucleosomes-content .nucleosomes-text h3, .nucleosomes-content .nucleosomes-text .section-title, .nucleosomes-content .nucleosomes-text .listing-title, .nucleosomes-content .nucleosomes-text .login-modal .account-sub-heading, .login-modal .nucleosomes-content .nucleosomes-text .account-sub-heading, .nucleosomes-content .nucleosomes-text .auth-sub-heading {
          font-size: 20px;
          line-height: 24px; } }
      .nucleosomes-content .nucleosomes-text h3 span, .nucleosomes-content .nucleosomes-text .section-title span, .nucleosomes-content .nucleosomes-text .listing-title span, .nucleosomes-content .nucleosomes-text .login-modal .account-sub-heading span, .login-modal .nucleosomes-content .nucleosomes-text .account-sub-heading span, .nucleosomes-content .nucleosomes-text .auth-sub-heading span {
        color: #4698cb;
        display: inline-block;
        font-size: 32px;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          .nucleosomes-content .nucleosomes-text h3 span, .nucleosomes-content .nucleosomes-text .section-title span, .nucleosomes-content .nucleosomes-text .listing-title span, .nucleosomes-content .nucleosomes-text .login-modal .account-sub-heading span, .login-modal .nucleosomes-content .nucleosomes-text .account-sub-heading span, .nucleosomes-content .nucleosomes-text .auth-sub-heading span {
            font-size: 25px; } }
        @media screen and (max-width: 567px) {
          .nucleosomes-content .nucleosomes-text h3 span, .nucleosomes-content .nucleosomes-text .section-title span, .nucleosomes-content .nucleosomes-text .listing-title span, .nucleosomes-content .nucleosomes-text .login-modal .account-sub-heading span, .login-modal .nucleosomes-content .nucleosomes-text .account-sub-heading span, .nucleosomes-content .nucleosomes-text .auth-sub-heading span {
            font-size: 22px; } }
    .nucleosomes-content .nucleosomes-text h3.sub-heading-list, .nucleosomes-content .nucleosomes-text .sub-heading-list.section-title, .nucleosomes-content .nucleosomes-text .sub-heading-list.listing-title, .nucleosomes-content .nucleosomes-text .login-modal .sub-heading-list.account-sub-heading, .login-modal .nucleosomes-content .nucleosomes-text .sub-heading-list.account-sub-heading, .nucleosomes-content .nucleosomes-text .sub-heading-list.auth-sub-heading {
      margin-top: 30px; }
    .nucleosomes-content .nucleosomes-text h3.sub-heading-list:first-child, .nucleosomes-content .nucleosomes-text .sub-heading-list.section-title:first-child, .nucleosomes-content .nucleosomes-text .sub-heading-list.listing-title:first-child, .nucleosomes-content .nucleosomes-text .login-modal .sub-heading-list.account-sub-heading:first-child, .login-modal .nucleosomes-content .nucleosomes-text .sub-heading-list.account-sub-heading:first-child, .nucleosomes-content .nucleosomes-text .sub-heading-list.auth-sub-heading:first-child {
      margin-top: 0; }
    .nucleosomes-content .nucleosomes-text .nucleosomes-offer {
      padding-left: 10px; }
      .nucleosomes-content .nucleosomes-text .nucleosomes-offer p {
        text-transform: uppercase;
        color: #888888 !important;
        font-size: 18px !important;
        line-height: 30px;
        font-weight: 600;
        margin: 0 0 46px;
        font-family: "Nunito Sans", sans-serif; }
        @media screen and (max-width: 767px) {
          .nucleosomes-content .nucleosomes-text .nucleosomes-offer p {
            font-size: 16px !important;
            line-height: 24px;
            margin: 0 0 25px; } }
        .nucleosomes-content .nucleosomes-text .nucleosomes-offer p span {
          color: #ff9000 !important;
          font-size: 18px !important;
          font-weight: 700; }
          @media screen and (max-width: 767px) {
            .nucleosomes-content .nucleosomes-text .nucleosomes-offer p span {
              font-size: 16px !important; } }
    .nucleosomes-content .nucleosomes-text > ul {
      margin: 0;
      list-style: none;
      padding: 0; }
      .nucleosomes-content .nucleosomes-text > ul li {
        margin: 0; }
        .nucleosomes-content .nucleosomes-text > ul li .text-num {
          display: flex;
          justify-content: space-between;
          padding: 0 10px; }
          .nucleosomes-content .nucleosomes-text > ul li .text-num:hover {
            text-decoration: none;
            background: #f5f5f5; }
          .nucleosomes-content .nucleosomes-text > ul li .text-num .text-content {
            color: #666666 !important;
            font-size: 16px !important;
            line-height: 22px;
            padding: 4px 0;
            margin: 0; }
            @media screen and (max-width: 767px) {
              .nucleosomes-content .nucleosomes-text > ul li .text-num .text-content {
                line-height: 20px;
                width: calc(100% - 80px);
                padding: 4px 0; } }
          .nucleosomes-content .nucleosomes-text > ul li .text-num .sku-num {
            font-size: 16px !important;
            line-height: 22px;
            padding: 4px 0;
            color: #4698cb !important;
            min-width: 70px;
            text-align: right; }
            @media screen and (max-width: 767px) {
              .nucleosomes-content .nucleosomes-text > ul li .text-num .sku-num {
                padding-left: 10px;
                line-height: 20px;
                text-align: right;
                width: 80px;
                padding: 4px 0; } }
    .nucleosomes-content .nucleosomes-text .nucleosomes-inner-text {
      padding-left: 10px; }
      .nucleosomes-content .nucleosomes-text .nucleosomes-inner-text h5, .nucleosomes-content .nucleosomes-text .nucleosomes-inner-text .bulk-pricing-block .product-details-heading, .bulk-pricing-block .nucleosomes-content .nucleosomes-text .nucleosomes-inner-text .product-details-heading, .nucleosomes-content .nucleosomes-text .nucleosomes-inner-text .review-item-title, .nucleosomes-content .nucleosomes-text .nucleosomes-inner-text .cart-table-header .cell, .cart-table-header .nucleosomes-content .nucleosomes-text .nucleosomes-inner-text .cell, .nucleosomes-content .nucleosomes-text .nucleosomes-inner-text .cart-item-info .product-name, .cart-item-info .nucleosomes-content .nucleosomes-text .nucleosomes-inner-text .product-name {
        font-size: 16px;
        font-weight: 700;
        margin: 35px 0 6px;
        font-family: "Nunito Sans", sans-serif; }
      .nucleosomes-content .nucleosomes-text .nucleosomes-inner-text p {
        font-size: 16px;
        line-height: 30px;
        color: #666;
        font-family: "Nunito Sans", sans-serif; }
        @media screen and (max-width: 767px) {
          .nucleosomes-content .nucleosomes-text .nucleosomes-inner-text p {
            line-height: 25px; } }
        .nucleosomes-content .nucleosomes-text .nucleosomes-inner-text p a {
          color: #4698cb; }

.rspv-tab {
  display: flex;
  justify-content: space-between; }
  .rspv-tab ul {
    list-style: none;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-width: 50%;
    column-width: 50%;
    width: 100%;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .rspv-tab ul {
        -moz-column-count: 1;
        column-count: 1;
        max-width: 100%;
        margin: 0; } }
    @media screen and (max-width: 567px) {
      .rspv-tab ul li + li {
        margin-top: 3px; } }
    .rspv-tab ul li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0;
      box-sizing: border-box; }
      @media screen and (max-width: 666px) {
        .rspv-tab ul li {
          width: 100%;
          padding: 0; } }
      .rspv-tab ul li .text-num {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 10px; }
        .rspv-tab ul li .text-num:hover {
          text-decoration: none;
          background: #f5f5f5; }
        .rspv-tab ul li .text-num .text-content {
          color: #666666 !important;
          font-size: 16px !important;
          line-height: 22px;
          padding: 4px 0;
          margin: 0; }
          @media screen and (max-width: 767px) {
            .rspv-tab ul li .text-num .text-content {
              line-height: 20px;
              width: calc(100% - 80px);
              padding: 4px 0; } }
        .rspv-tab ul li .text-num .sku-num {
          font-size: 16px !important;
          line-height: 22px;
          padding: 4px 0;
          color: #4698cb !important;
          min-width: 70px;
          text-align: right; }
          @media screen and (max-width: 767px) {
            .rspv-tab ul li .text-num .sku-num {
              padding-left: 10px;
              line-height: 20px;
              text-align: right;
              width: 80px;
              padding: 4px 0; } }

/***** Custom Category *****/
.product-listing-grid.full-width {
  width: 100%; }
  .product-listing-grid.full-width .product-list-item .product-item-thumbnail {
    width: 310px;
    box-sizing: border-box;
    padding: 0; }
    @media screen and (max-width: 1023px) {
      .product-listing-grid.full-width .product-list-item .product-item-thumbnail {
        width: 215px; } }
    .product-listing-grid.full-width .product-list-item .product-item-thumbnail .product-item-thumbnail-image {
      padding-bottom: 70%;
      background-size: cover; }
  .product-listing-grid.full-width .product-list-item .product-item-details {
    padding-left: 0;
    padding-right: 135px; }
    @media screen and (max-width: 1023px) {
      .product-listing-grid.full-width .product-list-item .product-item-details {
        padding-right: 25px; } }
    .product-listing-grid.full-width .product-list-item .product-item-details .product-item-title {
      margin: 0 0 7px; }
      .product-listing-grid.full-width .product-list-item .product-item-details .product-item-title a {
        font-size: 24px;
        font-weight: 600;
        color: #3b3a48; }
        .product-listing-grid.full-width .product-list-item .product-item-details .product-item-title a:hover {
          color: #4698cb; }
    .product-listing-grid.full-width .product-list-item .product-item-details .product-price-line {
      margin: 0 0 17px; }
      .product-listing-grid.full-width .product-list-item .product-item-details .product-price-line .price-value {
        font-size: 20px;
        line-height: 20px;
        font-weight: 600; }
    .product-listing-grid.full-width .product-list-item .product-item-details .product-description {
      color: #666;
      font-size: 16px;
      line-height: 22px; }
  .product-listing-grid.full-width .product-list-item .product-item-actions .product-price-line .price-value {
    color: #4698cb;
    font-weight: 600;
    font-size: 18px; }

.product-listing.snap-chip .listing-header {
  padding: 0 0 60px;
  background: none;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 0 60px; }

.category-main {
  display: flex; }
  .category-main .snap-chik-img {
    width: 310px;
    text-align: center; }

.snap-chik-content .custom-btns-block {
  display: flex;
  padding: 3px 0 0; }
  @media screen and (max-width: 479px) {
    .snap-chik-content .custom-btns-block {
      flex-wrap: wrap; } }
  .snap-chik-content .custom-btns-block .button.snap-chip-custom-btn, .snap-chik-content .custom-btns-block .blog .snap-chip-custom-btn.post-read-more, .blog .snap-chik-content .custom-btns-block .snap-chip-custom-btn.post-read-more {
    border-radius: 5px;
    width: 33.33%;
    font-size: 20px;
    line-height: 24px;
    padding: 23px 15px;
    background: #5ba7cf; }
    .snap-chik-content .custom-btns-block .button.snap-chip-custom-btn:hover, .snap-chik-content .custom-btns-block .blog .snap-chip-custom-btn.post-read-more:hover, .blog .snap-chik-content .custom-btns-block .snap-chip-custom-btn.post-read-more:hover {
      background: #2199cb; }
    @media screen and (max-width: 1279px) {
      .snap-chik-content .custom-btns-block .button.snap-chip-custom-btn, .snap-chik-content .custom-btns-block .blog .snap-chip-custom-btn.post-read-more, .blog .snap-chik-content .custom-btns-block .snap-chip-custom-btn.post-read-more {
        font-size: 18px;
        padding: 11px 15px;
        line-height: 24px; } }
    @media screen and (max-width: 1023px) {
      .snap-chik-content .custom-btns-block .button.snap-chip-custom-btn, .snap-chik-content .custom-btns-block .blog .snap-chip-custom-btn.post-read-more, .blog .snap-chik-content .custom-btns-block .snap-chip-custom-btn.post-read-more {
        font-size: 14px;
        line-height: 18px;
        padding: 15px; } }
    @media screen and (max-width: 666px) {
      .snap-chik-content .custom-btns-block .button.snap-chip-custom-btn, .snap-chik-content .custom-btns-block .blog .snap-chip-custom-btn.post-read-more, .blog .snap-chik-content .custom-btns-block .snap-chip-custom-btn.post-read-more {
        padding: 10px; } }
    @media screen and (max-width: 567px) {
      .snap-chik-content .custom-btns-block .button.snap-chip-custom-btn, .snap-chik-content .custom-btns-block .blog .snap-chip-custom-btn.post-read-more, .blog .snap-chik-content .custom-btns-block .snap-chip-custom-btn.post-read-more {
        margin: 8px 0 0; } }
    @media screen and (max-width: 479px) {
      .snap-chik-content .custom-btns-block .button.snap-chip-custom-btn, .snap-chik-content .custom-btns-block .blog .snap-chip-custom-btn.post-read-more, .blog .snap-chik-content .custom-btns-block .snap-chip-custom-btn.post-read-more {
        width: 100%; } }

.snap-chik-content .button.snap-chip-custom-btn + .button.snap-chip-custom-btn, .snap-chik-content .blog .snap-chip-custom-btn.post-read-more + .button.snap-chip-custom-btn, .blog .snap-chik-content .snap-chip-custom-btn.post-read-more + .button.snap-chip-custom-btn, .snap-chik-content .blog .button.snap-chip-custom-btn + .snap-chip-custom-btn.post-read-more, .blog .snap-chik-content .button.snap-chip-custom-btn + .snap-chip-custom-btn.post-read-more, .snap-chik-content .blog .snap-chip-custom-btn.post-read-more + .snap-chip-custom-btn.post-read-more, .blog .snap-chik-content .snap-chip-custom-btn.post-read-more + .snap-chip-custom-btn.post-read-more {
  margin-left: 26px; }
  @media screen and (max-width: 1023px) {
    .snap-chik-content .button.snap-chip-custom-btn + .button.snap-chip-custom-btn, .snap-chik-content .blog .snap-chip-custom-btn.post-read-more + .button.snap-chip-custom-btn, .blog .snap-chik-content .snap-chip-custom-btn.post-read-more + .button.snap-chip-custom-btn, .snap-chik-content .blog .button.snap-chip-custom-btn + .snap-chip-custom-btn.post-read-more, .blog .snap-chik-content .button.snap-chip-custom-btn + .snap-chip-custom-btn.post-read-more, .snap-chik-content .blog .snap-chip-custom-btn.post-read-more + .snap-chip-custom-btn.post-read-more, .blog .snap-chik-content .snap-chip-custom-btn.post-read-more + .snap-chip-custom-btn.post-read-more {
      margin-left: 8px; } }
  @media screen and (max-width: 479px) {
    .snap-chik-content .button.snap-chip-custom-btn + .button.snap-chip-custom-btn, .snap-chik-content .blog .snap-chip-custom-btn.post-read-more + .button.snap-chip-custom-btn, .blog .snap-chik-content .snap-chip-custom-btn.post-read-more + .button.snap-chip-custom-btn, .snap-chik-content .blog .button.snap-chip-custom-btn + .snap-chip-custom-btn.post-read-more, .blog .snap-chik-content .button.snap-chip-custom-btn + .snap-chip-custom-btn.post-read-more, .snap-chik-content .blog .snap-chip-custom-btn.post-read-more + .snap-chip-custom-btn.post-read-more, .blog .snap-chik-content .snap-chip-custom-btn.post-read-more + .snap-chip-custom-btn.post-read-more {
      margin-left: 0;
      margin-top: 10px;
      width: 100%; } }

.snap-chik-content h2, .snap-chik-content .giftcard-header {
  margin: 0 0 15px;
  color: #4698cb;
  font-size: 32px;
  font-weight: 600; }

.snap-chik-content p {
  margin: 0 0 38px;
  color: #888;
  font-size: 18px;
  line-height: 27px; }
  @media screen and (max-width: 767px) {
    .snap-chik-content p {
      font-size: 16px;
      line-height: 22px; } }

.snap-chik-content h5, .snap-chik-content .bulk-pricing-block .product-details-heading, .bulk-pricing-block .snap-chik-content .product-details-heading, .snap-chik-content .review-item-title, .snap-chik-content .cart-table-header .cell, .cart-table-header .snap-chik-content .cell, .snap-chik-content .cart-item-info .product-name, .cart-item-info .snap-chik-content .product-name {
  font-size: 24px;
  color: #3b3a48;
  margin: 0 0 11px;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .snap-chik-content h5, .snap-chik-content .bulk-pricing-block .product-details-heading, .bulk-pricing-block .snap-chik-content .product-details-heading, .snap-chik-content .review-item-title, .snap-chik-content .cart-table-header .cell, .cart-table-header .snap-chik-content .cell, .snap-chik-content .cart-item-info .product-name, .cart-item-info .snap-chik-content .product-name {
      font-size: 18px;
      margin: 0 0 8px; } }

.snap-chik-content ul {
  margin: 0 0 38px;
  padding-left: 25px; }
  .snap-chik-content ul li {
    position: relative;
    color: #666;
    font-size: 16px;
    line-height: 29px; }
    @media screen and (max-width: 767px) {
      .snap-chik-content ul li {
        line-height: 24px; } }
    .snap-chik-content ul li:after {
      height: 7px;
      width: 7px;
      content: " ";
      position: absolute;
      top: 11px;
      left: -20px;
      background: #ff9000;
      border-radius: 50%; }
      @media screen and (max-width: 767px) {
        .snap-chik-content ul li:after {
          top: 8px; } }

.snap-chik-content .category-nav-list {
  display: flex;
  padding: 0;
  margin: 20px 0 44px; }
  @media screen and (max-width: 767px) {
    .snap-chik-content .category-nav-list {
      margin: 12px 0 30px; } }
  @media screen and (max-width: 479px) {
    .snap-chik-content .category-nav-list {
      flex-wrap: wrap; } }
  .snap-chik-content .category-nav-list li + li {
    margin-left: 30px; }
    @media screen and (max-width: 1023px) {
      .snap-chik-content .category-nav-list li + li {
        margin-left: 10px; } }
    @media screen and (max-width: 479px) {
      .snap-chik-content .category-nav-list li + li {
        margin-top: 8px;
        margin-left: 0px; } }
  .snap-chik-content .category-nav-list li {
    text-align: center;
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .snap-chik-content .category-nav-list li {
        padding: 0 5px;
        box-sizing: border-box; } }
    @media screen and (max-width: 479px) {
      .snap-chik-content .category-nav-list li {
        width: 100%; } }
    .snap-chik-content .category-nav-list li:after {
      display: none; }
    .snap-chik-content .category-nav-list li a {
      color: #ff9000;
      font-size: 20px;
      font-weight: 600;
      text-transform: none;
      line-height: 27px;
      border: 2px solid #f7f7f7;
      padding: 20px 35px;
      border-radius: 4px;
      display: inline-block; }
      @media screen and (max-width: 1279px) {
        .snap-chik-content .category-nav-list li a {
          font-size: 16px;
          line-height: 18px;
          padding: 12px 20px; } }
      @media screen and (max-width: 767px) {
        .snap-chik-content .category-nav-list li a {
          padding: 12px 10px; } }
      @media screen and (max-width: 479px) {
        .snap-chik-content .category-nav-list li a {
          font-size: 14px;
          width: 100%;
          box-sizing: border-box; } }
      .snap-chik-content .category-nav-list li a:hover {
        color: #4698cb; }

.category-main-details {
  display: flex; }
  @media screen and (max-width: 767px) {
    .category-main-details {
      flex-wrap: wrap; } }
  .category-main-details .category-image {
    width: 310px;
    padding: 15px 25px 25px;
    box-sizing: border-box;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .category-main-details .category-image {
        width: 215px; } }
    @media screen and (max-width: 767px) {
      .category-main-details .category-image {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .category-main-details .category-image img {
        max-height: 20rem; } }
  .category-main-details .category-description {
    width: calc(100% - 310px); }
    @media screen and (max-width: 1023px) {
      .category-main-details .category-description {
        width: calc(100% - 215px); } }
    @media screen and (max-width: 767px) {
      .category-main-details .category-description {
        width: 100%;
        text-align: left; } }
    .category-main-details .category-description .listing-title {
      display: block;
      font-size: 32px;
      color: #4698cb;
      float: none;
      margin: 8px 0 20px; }
      @media screen and (max-width: 767px) {
        .category-main-details .category-description .listing-title {
          font-size: 25px;
          margin: 0 0 12px; } }

.product-listing-grid.description-hide > p {
  display: none; }

.snap-chip-breadcrumb {
  padding: 30px 0 0;
  margin: 0 0 29px; }
  @media screen and (max-width: 767px) {
    .snap-chip-breadcrumb {
      padding: 0; } }
  .snap-chip-breadcrumb .breadcrumbs {
    text-align: left; }
    .snap-chip-breadcrumb .breadcrumbs .breadcrumb .breadcrumb-link {
      font-weight: 700;
      text-transform: none; }

/**** Reponsive Header-bu for mozila (Solved) ****/
@media screen and (max-width: 767px) {
  .top-bar {
    height: 56px; } }

.customer-utils .button-wishlist:after {
  top: 30px; }

@media screen and (max-width: 767px) {
  .site-canvas {
    padding-top: 3em !important; } }

.page .page-content .epi-table3-new td p {
  color: #666666 !important; }

.page .page-content .epi-table3-new td a span {
  color: #4698cb !important; }

@media only screen and (max-width: 768px) {
  .epi-table3-new {
    width: 100% !important; } }

@media only screen and (max-width: 767px) {
  .epi-table3-new {
    overflow-x: auto; } }

.epi-table3-new table {
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .epi-table3-new table {
      min-width: 700px; } }
  @media screen and (max-width: 666px) {
    .epi-table3-new table {
      min-width: 500px; } }

.epi-table3-new table table {
  border: 0; }

.epi-table3-new table td table {
  padding: 10px 0; }

.epi-table3-new th {
  background-color: #5ca7cf;
  text-align: left;
  text-transform: capitalize; }

.epi-table3-new th,
.epi-table3-new td {
  padding: 5px 22px;
  width: 25%; }
  .epi-table3-new th.blank-space,
  .epi-table3-new td.blank-space {
    padding: 0;
    width: 10px; }

.epi-table3-new tr tr td {
  border-bottom: 1px solid #e8e8e8; }

.epi-table3-new tr tr:hover {
  background: #f7f7f7; }
  .epi-table3-new tr tr:hover td a span {
    text-decoration: underline; }

.epi-table3-new tr tr:last-child td {
  border-bottom: 0; }

/* Start Ticket 10015 */
.product-listing-grid.full-width .product-list-item .product-item-thumbnail {
  padding: 0 15px 0 0; }

.product-listing-grid.full-width .product-list-item .product-item-thumbnail .product-item-thumbnail-image {
  background-size: auto 100%; }

/* End */
/* Start Ticket 1009 */
p.post-meta span.pdate time.post-date {
  margin: 0px; }

.blog .page-title {
  color: #222720; }

body .blog-items-list .post-title {
  color: #4698cb;
  font-weight: 700;
  height: 75px;
  overflow: hidden; }

.blog-items-list .post {
  max-width: 100%;
  width: 33.33%;
  float: left;
  padding: 0 30px;
  margin: 40px 0; }

body .blog-items-list .post-title {
  font-size: 20px;
  text-align: left; }

.blog-items-list .post-summary {
  text-align: left; }

.post-read-more {
  float: left; }

.blog-items-list .post:nth-child(3n + 1) {
  clear: left; }

.blog .post-read-more {
  float: none;
  padding: 13px 20px;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  border-radius: 53px;
  line-height: 16px;
  background: #4698cb; }

.blog .blog-items-list .post-thumb {
  margin-bottom: 1rem;
  display: block;
  height: 180px; }

.blog .blog-items-list .post-thumb img {
  max-height: 180px; }

.blog .blog-items-list .post-summary {
  margin-bottom: 20px;
  height: 120px;
  overflow: hidden;
  font-size: 18px;
  color: #000;
  font-weight: 500; }

.blog .blog-items-list .share-buttons-nav {
  margin: 15px 0px; }

.blog .post-meta span.pauthor {
  display: block;
  margin: 10px 0px 0px;
  height: 36px;
  overflow: hidden; }

.blog label.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.blog .search-form .button-search-submit {
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 0;
  color: #9e9fa4;
  background: 0 0;
  transform: translateY(-50%); }

.blog .button-search-submit .icon-search {
  width: 24px;
  height: 24px; }

.blog_news {
  width: 100%; }

.site-canvas .on-canvas .blog_news section.newsletter-signup.section {
  padding: 30px 0px 35px; }

.blog_news .section-title {
  margin: 0px 0px 15px;
  text-transform: capitalize; }

.blog_news .button, .blog_news .blog .post-read-more, .blog .blog_news .post-read-more {
  border-radius: 53px; }

.blog_search .search-form input.search-input {
  padding: 13px 46px 14px 17px; }

.post-meta > span > * {
  vertical-align: middle; }

.blog main.main-content * {
  box-sizing: border-box; }

.blog main.main-content .pagination-wrapper {
  float: left;
  width: 100%; }

.blog .post-read-more:hover,
.blog .button:hover,
.blog .post-read-more:hover {
  background: #9e9fa4 !important;
  box-shadow: none; }

@media screen and (max-width: 767px) {
  .blog-items-list .post {
    padding: 0;
    width: 50%; }
  .blog-items-list .post:nth-child(3n + 1) {
    clear: none; } }

@media screen and (max-width: 479px) {
  .Conference-registration-outer iframe {
    height: 2000px; }
  .blog-items-list .post {
    width: 100%; }
  .blog-items-list .post:last-child {
    border: 0px; } }

.blog_tag select#blogtag {
  width: 100%;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #3b3a48;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: auto;
  padding: 8px 20px;
  font-size: 18px; }

.blog_tag .blog-sort-tag:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #3b3a48;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  pointer-events: none; }

form.blog-sort-tag {
  position: relative; }

.blog_search {
  width: 50%;
  display: inline-block;
  float: left;
  padding-left: 50px; }

.blog_tag {
  width: 300px;
  display: inline-block;
  float: left; }

.blog_search .search-form {
  width: 100%;
  margin: 0;
  max-width: 490px;
  float: left; }

.blog_search .search-form .form-field {
  margin: 0; }

.blog_search .search-form input.search-input {
  padding: 10px 46px 10px 17px;
  height: auto;
  color: #3b3a48; }

.blog .page-title {
  margin: 0 0 20px; }

.search_drop_down_container {
  width: 100%;
  display: inline-block; }

.cart-item-text span.Product-SKU {
  color: #3b3a48;
  display: block; }

.mini-cart-item-description .Product-SKU, .compare-tab-item-description .Product-SKU {
  display: block; }

.animation-element.first-load .rotate-animation {
  animation: none !important; }

.page .page-content .epi2020 p {
  color: #222720 !important; }

.custom_EpiCypher .breadcrumbs-container, .custom_Conference.Registration .page-header {
  display: none; }

.page .page-content .epi2020 p.epi_title {
  font-size: 24px !important;
  margin: 0;
  padding: 0; }

.page .custom_Conference .page-content p {
  color: #222720 !important; }

.custom_EpiCypher header.page-header {
  background: transparent;
  padding: 40px 15px 0 0; }

@media screen and (max-width: 991px) {
  .blog-items-list .post {
    padding: 0px 10px; } }

@media screen and (max-width: 767px) {
  .blog_tag {
    width: 50%; }
  body.blog .page-header {
    padding: 40px 15px; }
  .blog_news .button.button-wide, .blog_news .blog .post-read-more, .blog .blog_news .post-read-more {
    margin: 0;
    padding: 17px 48px !important; }
  .blog-items-list .post {
    margin: 20px 0px; }
  body .blog-items-list .post-title {
    font-size: 18px; }
  .blog .blog-items-list .post-summary {
    font-size: 16px;
    height: 105px; }
  .blog-items-list .post:nth-child(2n + 1) {
    clear: left; } }

@media screen and (max-width: 479px) {
  .blog_search .search-form {
    max-width: 100%; }
  .blog_search,
  .blog_tag {
    width: 100%;
    padding: 0px; }
  .blog_tag {
    margin: 0 0 15px; }
  .dropdown-toggle.top-level-nav-link .icon-arrow-down {
    display: none; }
  .site-header .main-nav-bar .navigation > ul > li.blue-dropdown > a.dropdown-toggle.top-level-nav-link {
    font-size: 0;
    background: url(https://www.epicypher.com/content/chat.svg);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-repeat: no-repeat;
    width: 25px;
    background-size: contain;
    padding: 0;
    height: 20px;
    border-radius: 0px; }
  body .site-header .main-nav-bar .navigation > ul > li.blue-dropdown,
  body .site-header .main-nav-bar .navigation > ul {
    width: auto; }
  .main-nav-bar .navigation > ul,
  .site-header .main-nav-bar .navigation > ul,
  .site-header .main-nav-bar .navigation,
  .main-nav-bar {
    line-height: 0; }
  body .site-header .main-nav-bar .navigation > ul > li.nav-page .dropdown-panel {
    min-width: 260px;
    left: auto;
    right: 0; } }

/* End Ticket 1009 */
* {
  outline: none; }

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

body {
  margin: 0;
  font-size: 18px;
  color: #000000;
  font-weight: 500; }

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

/*Mixin*/
.container, .product-tabs {
  max-width: 1170px; }

.row {
  margin-right: -15px;
  margin-left: -15px;
  clear: both; }
  .row:before {
    display: block;
    content: " "; }
  .row:after {
    display: block;
    content: "";
    clear: both; }

.page-heading {
  text-align: center;
  font-size: 28px;
  color: #000000; }
  @media screen and (min-width: 767px) {
    .page-heading {
      font-size: 30px; } }
  @media screen and (min-width: 991px) {
    .page-heading {
      font-size: 34px; } }

.section-icon {
  text-align: center; }
  .section-icon.overlap img {
    margin-top: -36px; }
  .section-icon .page-heading {
    margin-top: -3px;
    margin-bottom: 8px; }
  .section-icon .subtitle {
    font-size: 16px;
    max-width: 820px;
    margin: 0 auto 29px;
    line-height: 22px; }
    @media screen and (min-width: 767px) {
      .section-icon .subtitle {
        font-size: 18px;
        line-height: 28px; } }
    @media screen and (min-width: 991px) {
      .section-icon .subtitle {
        font-size: 18px; } }
    @media screen and (min-width: 1024px) {
      .section-icon .subtitle {
        font-size: 16px; } }
  .section-icon a {
    color: #e47113;
    font-size: 20px;
    line-height: 25px; }
    @media screen and (min-width: 991px) {
      .section-icon a {
        font-size: 23px; } }
    .section-icon a:hover, .section-icon a:focus {
      color: #9e9fa4; }

/*Home Page*/
.site-canvas {
  padding-top: 114px !important; }
  @media (max-width: 767px) {
    .site-canvas {
      padding-top: 56px !important; } }

#agile-form .agile-group .agile-field.agile-button-field .agile-button {
  background-color: #4698cb; }

/*Header*/
.site-header .container, .site-header .product-tabs {
  padding-left: 15px; }

.site-header .top-bar {
  display: block; }
  @media (min-width: 1240px) {
    .site-header .top-bar .container, .site-header .top-bar .product-tabs {
      min-height: 34px; } }
  .site-header .top-bar .container .top-bar-left, .site-header .top-bar .product-tabs .top-bar-left,
  .site-header .top-bar .container .top-bar-right,
  .site-header .top-bar .product-tabs .top-bar-right {
    display: none; }
  @media (max-width: 1023px) {
    .site-header .top-bar .top-bar-center .site-branding .site-branding-logo {
      display: inline-block;
      padding: 30px 0 15px; } }
  @media (max-width: 767px) {
    .site-header .top-bar .top-bar-center .site-branding .site-branding-logo {
      padding: 10px 0 35px; } }

.site-header.compressed .container, .site-header.compressed .product-tabs {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1240px) {
    .site-header.compressed .container, .site-header.compressed .product-tabs {
      padding: 0; } }

.site-header .main-nav-bar .site-branding {
  width: 15%; }

.site-header .main-nav-bar .navigation {
  width: auto;
  display: block;
  width: calc(100% - 16%);
  padding-left: 0px; }
  @media (min-width: 1024px) {
    .site-header .main-nav-bar .navigation {
      width: calc(100% - 16%);
      text-align: center;
      display: inline-block;
      padding-left: 50px; } }
  .site-header .main-nav-bar .navigation > ul {
    position: relative; }
    .site-header .main-nav-bar .navigation > ul > li {
      margin-right: 0; }
      @media (min-width: 1060px) {
        .site-header .main-nav-bar .navigation > ul > li {
          margin-right: 5px; } }
      @media (min-width: 1100px) {
        .site-header .main-nav-bar .navigation > ul > li {
          margin-right: 10px; } }
      @media (min-width: 1200px) {
        .site-header .main-nav-bar .navigation > ul > li {
          margin-right: 12px; } }
      .site-header .main-nav-bar .navigation > ul > li:last-child {
        margin-right: 0;
        margin-left: 4px;
        position: static;
        max-width: 148px;
        width: 100%;
        text-align: center; }
        .site-header .main-nav-bar .navigation > ul > li:last-child a {
          color: #ffffff;
          background: #4698cb;
          border-radius: 53px;
          font-size: 13px;
          line-height: 16px;
          text-transform: capitalize;
          padding: 8px 0;
          font-weight: 500; }
          @media (min-width: 1024px) {
            .site-header .main-nav-bar .navigation > ul > li:last-child a {
              font-size: 15px;
              padding: 13px 0; } }
          .site-header .main-nav-bar .navigation > ul > li:last-child a:hover, .site-header .main-nav-bar .navigation > ul > li:last-child a:focus {
            color: #ffffff;
            background: #9e9fa4; }
      @media (max-width: 850px) and (min-width: 768px) {
        .site-header .main-nav-bar .navigation > ul > li > a {
          padding-right: 5px;
          padding-left: 5px; } }
    .site-header .main-nav-bar .navigation > ul > li.blue-dropdown {
      margin-right: 0;
      margin-left: 4px;
      position: static;
      max-width: 148px;
      width: 100%;
      text-align: center; }
      @media (max-width: 850px) {
        .site-header .main-nav-bar .navigation > ul > li.blue-dropdown {
          max-width: 115px; } }
      .site-header .main-nav-bar .navigation > ul > li.blue-dropdown > a {
        color: #ffffff;
        background: #4698cb;
        position: relative;
        z-index: 9999;
        border-radius: 53px;
        font-size: 13px;
        line-height: 16px;
        text-transform: capitalize;
        padding: 8px 6px;
        font-weight: 500;
        white-space: nowrap; }
        @media (min-width: 1024px) {
          .site-header .main-nav-bar .navigation > ul > li.blue-dropdown > a {
            font-size: 15px;
            padding: 13px 0; } }
        .site-header .main-nav-bar .navigation > ul > li.blue-dropdown > a:hover {
          color: #ffffff;
          background: #9e9fa4; }
      .site-header .main-nav-bar .navigation > ul > li.blue-dropdown.dropdown-open > a {
        color: #ffffff;
        background: #9e9fa4; }

.site-header .main-nav-bar .search-button-wrap {
  position: relative;
  float: none;
  display: inline-block;
  padding: 17px 0;
  margin: 0 15px;
  width: 29px; }
  .site-header .main-nav-bar .search-button-wrap .button-search-toggle svg {
    vertical-align: middle; }

.top-bar-button.button-cart-toggle {
  width: 25px;
  line-height: normal;
  padding: 0px 0;
  float: right;
  line-height: 0;
  margin: 0;
  height: auto; }

.mini-cart-subtotal {
  display: none; }

/*Main Banner*/
.main-banner {
  background: transparent url("https://www.epicypher.com/content/Hero_HomePage.jpg") right center/cover no-repeat;
  background-position-x: 40%;
  padding: 70px 15px 55px; }
  @media screen and (min-width: 768px) {
    .main-banner {
      padding-top: 105px;
      text-align: left;
      background-position-x: 40%; } }
  @media screen and (min-width: 991px) {
    .main-banner {
      background-position-x: right; } }
  @media screen and (min-width: 1024px) {
    .main-banner {
      padding-top: 160px;
      padding-bottom: 105px; } }
  .main-banner .main-banner-content {
    max-width: 1160px;
    margin: 0 auto;
    color: #fff; }
  .main-banner .main-banner-title {
    font-size: 21px;
    font-weight: 900;
    line-height: 60px; }
    @media screen and (min-width: 550px) {
      .main-banner .main-banner-title {
        font-size: 36px; } }
    @media screen and (min-width: 991px) {
      .main-banner .main-banner-title {
        font-size: 40px; } }
  .main-banner .main-banner-subtitle {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px; }
    @media screen and (min-width: 550px) {
      .main-banner .main-banner-subtitle {
        font-size: 26px; } }
    @media screen and (min-width: 991px) {
      .main-banner .main-banner-subtitle {
        font-size: 30px;
        margin-bottom: 30px; } }
    @media screen and (min-width: 1024px) {
      .main-banner .main-banner-subtitle {
        margin-bottom: 57px; } }
  .main-banner p {
    font-size: 14px;
    line-height: 18px; }
    @media screen and (min-width: 500px) {
      .main-banner p {
        line-height: 24px;
        font-size: 16px;
        margin-right: auto;
        margin-left: auto;
        max-width: 65%; } }
    @media screen and (min-width: 768px) {
      .main-banner p {
        font-size: 18px;
        margin: 0 0 15px; } }
    @media screen and (min-width: 991px) {
      .main-banner p {
        max-width: 555px;
        font-size: 23px; } }
  .main-banner .main-banner-action {
    clear: both;
    text-align: center;
    display: inline-block; }
    .main-banner .main-banner-action:before {
      display: block;
      content: " "; }
    .main-banner .main-banner-action:after {
      display: block;
      content: "";
      clear: both; }
    @media screen and (min-width: 991px) {
      .main-banner .main-banner-action {
        max-width: 395px;
        padding-top: 15px; } }
  .main-banner .main-button {
    padding: 1px 35px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    display: inline-block;
    margin: 10px 0; }
    @media screen and (min-width: 768px) {
      .main-banner .main-button {
        margin: 15px 0;
        padding: 6px 45px;
        border-radius: 25px;
        font-size: 18px; } }
    @media screen and (min-width: 991px) {
      .main-banner .main-button {
        padding: 12px 52px;
        border-radius: 30px;
        font-size: 21px; } }
    .main-banner .main-button.button-products {
      color: #ffffff;
      background: #309b42;
      margin-right: 8px; }
      .main-banner .main-button.button-products:hover, .main-banner .main-button.button-products:focus {
        color: #ffffff;
        background: #9e9fa4;
        text-decoration: none; }
    .main-banner .main-button.button-services {
      color: #ffffff;
      background: #e87722;
      margin-left: 7px; }
      .main-banner .main-button.button-services:hover, .main-banner .main-button.button-services:focus {
        color: #ffffff;
        background: #9e9fa4; }
  .main-banner .main-button-link {
    font-size: 16px;
    line-height: 25px;
    clear: both;
    color: #fff;
    margin: 10px 0;
    display: inline-block;
    border-bottom: 2px solid; }
    .main-banner .main-button-link:before {
      display: block;
      content: " "; }
    .main-banner .main-button-link:after {
      display: block;
      content: "";
      clear: both; }
    @media screen and (min-width: 768px) {
      .main-banner .main-button-link {
        margin: 15px 0;
        font-size: 18px; } }

/*Aboutus Banner*/
.aboutus-banner {
  background: transparent url("../img/about-bg.png") right/auto 100% no-repeat;
  padding-bottom: 70px; }
  .aboutus-banner .section-icon {
    padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .aboutus-banner .video-col {
      padding-right: 20px;
      width: 50%;
      float: left; } }
  .aboutus-banner .video-col .video-block {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center; }
    .aboutus-banner .video-col .video-block iframe {
      display: none; }
    .aboutus-banner .video-col .video-block.is-active iframe {
      display: block; }
    .aboutus-banner .video-col .video-block > img {
      /*position: absolute;*/ }
    .aboutus-banner .video-col .video-block .video-icon {
      position: absolute; }
  .aboutus-banner .aboutus-content-col {
    padding-top: 45px;
    padding-left: 40px;
    margin-top: -2px; }
    @media screen and (min-width: 768px) {
      .aboutus-banner .aboutus-content-col {
        padding-top: 0;
        width: 70%;
        float: left;
        padding-left: 20px; } }
    .aboutus-banner .aboutus-content-col .page-heading {
      margin-top: 0;
      margin-bottom: 15px;
      text-align: left; }
    .aboutus-banner .aboutus-content-col p {
      line-height: 1.66; }
    .aboutus-banner .aboutus-content-col p + p {
      margin-top: 26px; }
    .aboutus-banner .aboutus-content-col .button-aboutus {
      color: #ffffff;
      background: #4698cb;
      font-size: 16px;
      padding: 10px 18px;
      border-radius: 21px;
      display: inline-block;
      margin-top: 5px; }
      .aboutus-banner .aboutus-content-col .button-aboutus:hover, .aboutus-banner .aboutus-content-col .button-aboutus:focus {
        color: #ffffff;
        background: #9e9fa4; }

/*About Us Page*/
.page .about-us .about-us-ref {
  color: #4698cb !important;
  margin-left: 5%;
  margin-right: 5%; }

.page .about-us .about-us-paragraph {
  font-size: 18px;
  color: black !important; }

.page .about-us .pub-head {
  font-size: 18px;
  color: black !important; }

.page .about-us .about-us-main {
  border-bottom: 1px solid #dfdfdf; }

/*Our Technology Banner*/
.our-technology-banner {
  background: #f2f3f8;
  padding-top: 49px;
  padding-bottom: 90px; }
  .our-technology-banner .page-heading {
    margin-top: -3px;
    margin-bottom: 8px; }
  .our-technology-banner .our-technology-wrap .our-technology-col {
    padding: 15px;
    margin: 30px 15px;
    border-radius: 6px;
    border: 3px solid #e8e8e8;
    background: #ffffff;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .our-technology-banner .our-technology-wrap .our-technology-col {
        width: 385px;
        margin-right: auto;
        margin-left: auto; } }
    @media screen and (min-width: 991px) {
      .our-technology-banner .our-technology-wrap .our-technology-col {
        margin: 15px;
        float: left;
        width: calc(33.33% - 30px); } }
    @media screen and (max-width: 990px) {
      .our-technology-banner .our-technology-wrap .our-technology-col:last-child {
        margin-bottom: 0; } }
    .our-technology-banner .our-technology-wrap .our-technology-col h3, .our-technology-banner .our-technology-wrap .our-technology-col .section-title, .our-technology-banner .our-technology-wrap .our-technology-col .listing-title, .our-technology-banner .our-technology-wrap .our-technology-col .login-modal .account-sub-heading, .login-modal .our-technology-banner .our-technology-wrap .our-technology-col .account-sub-heading, .our-technology-banner .our-technology-wrap .our-technology-col .auth-sub-heading {
      color: #369acb;
      font-size: 20px;
      font-weight: 700;
      margin-top: 4px;
      margin-bottom: 15px; }
      @media screen and (min-width: 991px) {
        .our-technology-banner .our-technology-wrap .our-technology-col h3, .our-technology-banner .our-technology-wrap .our-technology-col .section-title, .our-technology-banner .our-technology-wrap .our-technology-col .listing-title, .our-technology-banner .our-technology-wrap .our-technology-col .login-modal .account-sub-heading, .login-modal .our-technology-banner .our-technology-wrap .our-technology-col .account-sub-heading, .our-technology-banner .our-technology-wrap .our-technology-col .auth-sub-heading {
          margin-bottom: 31px;
          min-height: 50px; } }
    .our-technology-banner .our-technology-wrap .our-technology-col p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 20px;
      font-weight: 500; }
      @media screen and (min-width: 991px) {
        .our-technology-banner .our-technology-wrap .our-technology-col p {
          font-size: 18px;
          line-height: 28px;
          min-height: 196px;
          margin-bottom: 30px; } }
      @media screen and (min-width: 991px) {
        .our-technology-banner .our-technology-wrap .our-technology-col p {
          min-height: 84px; } }
      @media screen and (min-width: 1024px) {
        .our-technology-banner .our-technology-wrap .our-technology-col p {
          min-height: 113px; } }
      @media screen and (min-width: 1050px) {
        .our-technology-banner .our-technology-wrap .our-technology-col p {
          min-height: 84px; } }
    .our-technology-banner .our-technology-wrap .our-technology-col a.Learn_more {
      color: #ffffff;
      background: #309b42;
      font-size: 18px;
      line-height: 20px;
      padding: 6px 14px;
      border-radius: 16px;
      display: inline-block;
      margin-bottom: 25px; }
      .our-technology-banner .our-technology-wrap .our-technology-col a.Learn_more:hover, .our-technology-banner .our-technology-wrap .our-technology-col a.Learn_more:focus {
        color: #ffffff;
        background: #9e9fa4;
        text-decoration: none; }

/*Our Products*/
.our-products .container, .our-products .product-tabs {
  max-width: 1075px; }

.our-products-tabs {
  padding-bottom: 65px; }
  .our-products-tabs .tabs.tabs-product-reference {
    margin-bottom: 0; }
  .our-products-tabs .tabs {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center; }
    .our-products-tabs .tabs .tab {
      display: block;
      margin-left: 10px;
      margin-right: 10px; }
      @media screen and (min-width: 768px) {
        .our-products-tabs .tabs .tab {
          display: inline-block; } }
      @media screen and (min-width: 991px) {
        .our-products-tabs .tabs .tab {
          padding-top: 10px;
          margin-left: 15px;
          margin-right: 15px; } }
      .our-products-tabs .tabs .tab:first-child {
        margin-left: 0; }
      .our-products-tabs .tabs .tab:last-child {
        margin-right: 0; }
      .our-products-tabs .tabs .tab.is-active .tab-title {
        border-bottom: 3px solid #309b42; }
        @media screen and (min-width: 991px) {
          .our-products-tabs .tabs .tab.is-active .tab-title {
            border-bottom: 3px solid #309b42; } }
      .our-products-tabs .tabs .tab .tab-title {
        font-size: 16px;
        font-weight: bold;
        border: none;
        color: #000;
        line-height: 34px; }
        @media screen and (min-width: 991px) {
          .our-products-tabs .tabs .tab .tab-title {
            font-size: 23px; } }
        .our-products-tabs .tabs .tab .tab-title:hover, .our-products-tabs .tabs .tab .tab-title:focus {
          background: transparent; }
  .our-products-tabs .tabs-contents {
    padding: 15px 0 15px;
    margin: 0 auto;
    max-width: calc(100% - 90px); }
    @media screen and (min-width: 768px) {
      .our-products-tabs .tabs-contents {
        max-width: calc(100% - 120px); } }
    @media screen and (min-width: 991px) {
      .our-products-tabs .tabs-contents {
        padding-bottom: 25px; } }
    @media screen and (min-width: 1300px) {
      .our-products-tabs .tabs-contents {
        max-width: inherit; } }
    .our-products-tabs .tabs-contents .tab-content {
      position: relative;
      padding: 0;
      display: none; }
      .our-products-tabs .tabs-contents .tab-content.is-active {
        display: block; }
      @media screen and (min-width: 500px) {
        .our-products-tabs .tabs-contents .tab-content.slick-slider:after {
          background: transparent url("../img/slidershadow.png") center/auto 1px repeat-y;
          content: "";
          height: 100%;
          width: 20px;
          display: block;
          position: absolute;
          top: 0;
          right: -3px;
          bottom: 0; } }
      .our-products-tabs .tabs-contents .tab-content .product-list-item {
        padding: 15px 0 15px;
        margin-right: 15px;
        border-radius: 6px;
        border: 3px solid #e8e8e8;
        background: #ffffff;
        overflow: hidden;
        max-width: 230px;
        text-align: center;
        display: inline-block; }
        @media screen and (min-width: 375px) {
          .our-products-tabs .tabs-contents .tab-content .product-list-item {
            max-width: 285px; } }
        @media screen and (min-width: 410px) {
          .our-products-tabs .tabs-contents .tab-content .product-list-item {
            max-width: 320px;
            text-align: left; } }
        @media screen and (min-width: 500px) {
          .our-products-tabs .tabs-contents .tab-content .product-list-item {
            max-width: 385px;
            margin-right: 19px; } }
        .our-products-tabs .tabs-contents .tab-content .product-list-item .product-thumb-wrapper {
          display: block; }
          .our-products-tabs .tabs-contents .tab-content .product-list-item .product-thumb-wrapper .product-item-thumbnail {
            margin: 0 auto;
            width: 235px; }
        .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details {
          padding: 0;
          display: block;
          padding-left: 15px;
          padding-right: 15px; }
          @media screen and (min-width: 500px) {
            .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details {
              padding-right: 23px;
              padding-left: 23px; } }
          .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details .product-item-title a {
            font-size: 20px;
            line-height: 20px;
            font-weight: 700;
            display: inline-block; }
            @media screen and (min-width: 500px) {
              .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details .product-item-title a {
                min-height: 45px;
                font-size: 18px; } }
          .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details .product-description {
            font-size: 14px;
            line-height: 20px; }
            @media screen and (min-width: 500px) {
              .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details .product-description {
                min-height: 100px;
                font-size: 18px; } }
        .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-actions {
          display: block;
          padding-top: 5px;
          padding-left: 15px;
          padding-right: 15px; }
          @media screen and (min-width: 500px) {
            .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-actions {
              padding-right: 24px;
              padding-left: 24px; } }
          .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-actions .button-view {
            display: inline-block;
            color: #ffffff;
            background: #309b42;
            font-size: 18px;
            line-height: 20px;
            padding: 6px 27px;
            width: auto;
            border-radius: 16px;
            margin: 0; }
            .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-actions .button-view:hover, .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-actions .button-view:focus {
              color: #ffffff;
              background: #9e9fa4;
              text-decoration: none; }
        .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-brand,
        .our-products-tabs .tabs-contents .tab-content .product-list-item .product-price-line,
        .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-rating,
        .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-price,
        .our-products-tabs .tabs-contents .tab-content .product-list-item .add-to-cart,
        .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-compare {
          display: none; }
      .our-products-tabs .tabs-contents .tab-content .slick-arrow {
        background: transparent url("../img/arrow.png") center/cover no-repeat;
        width: 25px;
        height: 25px;
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        padding: 0;
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none; }
        @media screen and (min-width: 768px) {
          .our-products-tabs .tabs-contents .tab-content .slick-arrow {
            width: 50px;
            height: 50px; } }
        .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-prev {
          left: -30px;
          background: transparent url("../img/arrow.png") center/cover no-repeat;
          width: 25px;
          height: 25px;
          font-size: 0;
          line-height: 0;
          position: absolute;
          top: 50%;
          display: block;
          padding: 0;
          transform: translate(0, -50%);
          cursor: pointer;
          color: transparent;
          border: none;
          outline: none; }
          @media screen and (min-width: 768px) {
            .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-prev {
              left: -60px; } }
        .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-next {
          transform: rotateY(180deg);
          width: 25px;
          height: 25px;
          font-size: 0;
          line-height: 0;
          position: absolute;
          top: 50%;
          display: block;
          padding: 0;
          transform: translate(0, -50%);
          cursor: pointer;
          color: transparent;
          border: none;
          outline: none;
          right: -30px;
          margin-top: -12px; }
          @media screen and (min-width: 500px) {
            .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-next {
              right: -30px; } }
          @media screen and (min-width: 768px) {
            .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-next {
              margin-top: -25px;
              right: -60px; } }

.our-products-tabs .tabs-contents .tab-content .slick-prev {
  left: -30px;
  background: transparent url("../img/arrow.png") center/cover no-repeat;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none; }
  @media screen and (min-width: 768px) {
    .our-products-tabs .tabs-contents .tab-content .slick-prev {
      left: -60px; } }

.our-products-tabs .tabs-contents .tab-content .button, .our-products-tabs .tabs-contents .tab-content .blog .post-read-more, .blog .our-products-tabs .tabs-contents .tab-content .post-read-more {
  display: inline-block;
  color: #ffffff;
  background: #309b42;
  font-size: 18px;
  line-height: 20px;
  padding: 6px 27px;
  width: auto;
  border-radius: 16px;
  margin: 0; }
  .our-products-tabs .tabs-contents .tab-content .button:hover, .our-products-tabs .tabs-contents .tab-content .blog .post-read-more:hover, .blog .our-products-tabs .tabs-contents .tab-content .post-read-more:hover, .our-products-tabs .tabs-contents .tab-content .button:focus, .our-products-tabs .tabs-contents .tab-content .blog .post-read-more:focus, .blog .our-products-tabs .tabs-contents .tab-content .post-read-more:focus {
    color: #ffffff;
    background: #9e9fa4;
    text-decoration: none; }

.our-products-tabs .tabs-contents .tab-content .slick-next {
  background: transparent url("../img/arrow.png") center/cover no-repeat;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  transform: translate(0, -50%) rotateY(180deg);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  right: -60px;
  margin-top: -12px; }

/*Our Services*/
.our-services {
  padding-bottom: 105px;
  clear: both; }
  .our-services:before {
    display: block;
    content: " "; }
  .our-services:after {
    display: block;
    content: "";
    clear: both; }
  .our-services .our-services-image {
    width: 100%;
    height: auto; }
  .our-services .our-services-wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .our-services .our-services-wrap .our-services-col {
      padding: 5px 15px; }
      @media screen and (min-width: 768px) {
        .our-services .our-services-wrap .our-services-col {
          width: 50%;
          padding: 15px; } }
      .our-services .our-services-wrap .our-services-col h3, .our-services .our-services-wrap .our-services-col .section-title, .our-services .our-services-wrap .our-services-col .listing-title, .our-services .our-services-wrap .our-services-col .login-modal .account-sub-heading, .login-modal .our-services .our-services-wrap .our-services-col .account-sub-heading, .our-services .our-services-wrap .our-services-col .auth-sub-heading {
        color: #3e9ac8;
        font-size: 22px;
        font-weight: 900;
        margin-bottom: 13px; }
      .our-services .our-services-wrap .our-services-col p {
        font-size: 16px;
        line-height: 20px; }
        @media screen and (min-width: 768px) {
          .our-services .our-services-wrap .our-services-col p {
            font-size: 18px; } }
      .our-services .our-services-wrap .our-services-col a {
        font-size: 18px;
        line-height: 20px;
        color: #ffffff;
        background: #e87722;
        padding: 6px 14px;
        border-radius: 16px;
        display: inline-block;
        margin-top: 5px; }
        .our-services .our-services-wrap .our-services-col a:hover, .our-services .our-services-wrap .our-services-col a:focus {
          color: #ffffff;
          background: #9e9fa4; }

/*Our Thoughts*/
.our-thoughts {
  padding-top: 0;
  background: #f2f3f8; }
  .our-thoughts .container, .our-thoughts .product-tabs {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 1024px) {
      .our-thoughts .container, .our-thoughts .product-tabs {
        padding-left: 35px;
        padding-right: 35px; } }
    .our-thoughts .container .row, .our-thoughts .product-tabs .row {
      margin-left: -15px;
      margin-right: -15px; }
      @media screen and (min-width: 1024px) {
        .our-thoughts .container .row, .our-thoughts .product-tabs .row {
          margin-left: -35px;
          margin-right: -35px; } }
  .our-thoughts .latest-posts {
    padding-top: 25px;
    padding-bottom: 35px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .our-thoughts .latest-posts .post {
      width: 100%;
      padding: 0 15px;
      padding-bottom: 35px; }
      @media screen and (min-width: 768px) {
        .our-thoughts .latest-posts .post {
          width: 33.33%; } }
      @media screen and (min-width: 1024px) {
        .our-thoughts .latest-posts .post {
          padding: 0 35px; } }
      .our-thoughts .latest-posts .post .post-thumb {
        background-size: cover;
        background-position: center;
        min-height: 180px; }
        .our-thoughts .latest-posts .post .post-thumb img {
          opacity: 0; }
      .our-thoughts .latest-posts .post .post-meta {
        margin: 14px 0; }
        @media screen and (min-width: 1100px) {
          .our-thoughts .latest-posts .post .post-meta {
            padding-left: 38px; } }
        .our-thoughts .latest-posts .post .post-meta .icon-calendar,
        .our-thoughts .latest-posts .post .post-meta .post-date {
          display: none; }
        .our-thoughts .latest-posts .post .post-meta .icon-avatar {
          color: #000000;
          width: 31px;
          height: 31px;
          margin-right: 3px; }
          @media screen and (min-width: 800px) {
            .our-thoughts .latest-posts .post .post-meta .icon-avatar {
              margin-right: 8px; } }
        .our-thoughts .latest-posts .post .post-meta .post-author {
          font-size: 12px;
          color: #000;
          line-height: 25px; }
          @media screen and (min-width: 991px) {
            .our-thoughts .latest-posts .post .post-meta .post-author {
              font-size: 14px; } }
      .our-thoughts .latest-posts .post .post-title {
        font-size: 16px;
        font-weight: bold;
        color: #4698cb;
        line-height: 24px;
        margin-top: 15px;
        margin-bottom: 12px; }
        @media screen and (min-width: 768px) {
          .our-thoughts .latest-posts .post .post-title {
            min-height: 72px; } }
        @media screen and (min-width: 850px) {
          .our-thoughts .latest-posts .post .post-title {
            min-height: 48px; } }
        @media screen and (min-width: 1024px) {
          .our-thoughts .latest-posts .post .post-title {
            font-size: 20px;
            line-height: 27px;
            margin-bottom: 19px;
            min-height: 54px; } }
        .our-thoughts .latest-posts .post .post-title a {
          display: inline-block; }
          .our-thoughts .latest-posts .post .post-title a:hover, .our-thoughts .latest-posts .post .post-title a:focus {
            color: #9e9fa4; }
      .our-thoughts .latest-posts .post .post-summary {
        font-size: 15px;
        line-height: 22px;
        color: #000;
        padding-bottom: 20px; }
      .our-thoughts .latest-posts .post .post-summary-actions .post-read-more {
        color: #ffffff;
        background: #4698cb;
        font-size: 16px;
        line-height: 20px;
        padding: 6px 16px;
        display: inline-block;
        border-radius: 16px; }
        .our-thoughts .latest-posts .post .post-summary-actions .post-read-more:hover, .our-thoughts .latest-posts .post .post-summary-actions .post-read-more:focus {
          color: #ffffff;
          background: #9e9fa4; }
        @media screen and (min-width: 1024px) {
          .our-thoughts .latest-posts .post .post-summary-actions .post-read-more {
            font-size: 18px; } }

/*Footer*/
.site-footer {
  color: #ffffff;
  background-color: #4698cb; }
  .site-footer .container, .site-footer .product-tabs {
    padding-top: 32px; }
  .site-footer .footer-social {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 29px; }
    .site-footer .footer-social .footer-title {
      display: none; }
    .site-footer .footer-social .social-media-link {
      margin-right: 10px;
      margin-left: 10px; }
    .site-footer .footer-social a:hover, .site-footer .footer-social a:focus {
      color: #9e9fa4; }
    .site-footer .footer-social svg {
      width: 26px;
      height: 26px; }
  .site-footer .footer-nav-wrap {
    padding-bottom: 42px; }
  .site-footer .footer-nav-page {
    clear: both;
    margin: 0;
    width: 100%;
    float: none;
    border-top: 2px solid #ffffff; }
    .site-footer .footer-nav-page:before {
      display: block;
      content: " "; }
    .site-footer .footer-nav-page:after {
      display: block;
      content: "";
      clear: both; }
    .site-footer .footer-nav-page .footer-title {
      font-size: 22px;
      line-height: 27px;
      text-align: center;
      color: #ffffff;
      margin-top: 36px;
      margin-bottom: 30px; }
    .site-footer .footer-nav-page .navigation ul {
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
      max-width: 575px;
      margin: auto; }
      @media screen and (min-width: 500px) {
        .site-footer .footer-nav-page .navigation ul {
          -moz-flex-direction: row;
          -o-flex-direction: row;
          flex-direction: row;
          flex-wrap: wrap; } }
      .site-footer .footer-nav-page .navigation ul li {
        display: block;
        list-style-type: none;
        margin-bottom: 5px; }
        @media screen and (min-width: 500px) {
          .site-footer .footer-nav-page .navigation ul li {
            width: 50%;
            margin-bottom: 16px; } }
        .site-footer .footer-nav-page .navigation ul li a {
          font-size: 12px;
          line-height: 20px;
          font-weight: 300;
          text-transform: uppercase; }
          .site-footer .footer-nav-page .navigation ul li a:hover, .site-footer .footer-nav-page .navigation ul li a:focus {
            color: #9e9fa4; }
  .site-footer .bottom-bar {
    border-top: 2px solid #ffffff; }
  .site-footer .footer-site-copyright {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 900;
    margin-top: 32px;
    margin-bottom: 44px; }

/*Blog Post Single*/
.blog-post-single {
  max-width: 900px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif; }
  @media screen and (min-width: 768px) {
    .blog-post-single {
      margin-top: 45px; } }
  .blog-post-single .post-main {
    max-width: inherit; }
  .blog-post-single .page-header {
    text-align: left;
    padding: 8px 0 30px; }
    @media screen and (min-width: 768px) {
      .blog-post-single .page-header {
        padding: 43px 0 60px; } }
    .blog-post-single .page-header .page-title {
      color: #000;
      font-size: 34px;
      line-height: 44px;
      font-weight: 400;
      font-family: Arial, Helvetica, sans-serif; }
      @media screen and (min-width: 768px) {
        .blog-post-single .page-header .page-title {
          font-size: 45px;
          line-height: 55px; } }
    .blog-post-single .page-header .post-meta {
      font-size: 14px;
      color: #a5a4a4;
      padding-top: 7px; }
      @media screen and (min-width: 768px) {
        .blog-post-single .page-header .post-meta {
          font-size: 14px;
          padding-top: 15px; } }
      .blog-post-single .page-header .post-meta .icon-calendar,
      .blog-post-single .page-header .post-meta .icon-avatar {
        color: #959393;
        width: 24px;
        height: 24px;
        margin-right: 5px; }
        @media screen and (min-width: 768px) {
          .blog-post-single .page-header .post-meta .icon-calendar,
          .blog-post-single .page-header .post-meta .icon-avatar {
            height: 31px;
            width: 31px;
            margin-right: 10px; } }
      @media screen and (max-width: 700px) {
        .blog-post-single .page-header .post-meta .pdate,
        .blog-post-single .page-header .post-meta .pauthor {
          display: block;
          margin-bottom: 5px; } }
  .blog-post-single .blog-content {
    font-size: 18px;
    line-height: 28px;
    padding: 0; }
    .blog-post-single .blog-content .ptb25:first-child {
      padding-top: 0; }
    .blog-post-single .blog-content .col-wrap {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      .blog-post-single .blog-content .col-wrap .two-col {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
        @media screen and (max-width: 767px) {
          .blog-post-single .blog-content .col-wrap .two-col {
            width: 100%; }
            .blog-post-single .blog-content .col-wrap .two-col:first-child {
              margin-bottom: 30px; }
            .blog-post-single .blog-content .col-wrap .two-col img {
              display: block;
              margin: 0 auto; } }
    .blog-post-single .blog-content .ornage-blockquote {
      border-left: 7px solid #fbb94e;
      font-weight: 400;
      padding: 15px 0 15px 30px;
      font-size: 18px; }
      .blog-post-single .blog-content .ornage-blockquote span {
        font-weight: 600;
        font-size: 18px; }
    .blog-post-single .blog-content img {
      margin-bottom: 0; }
    .blog-post-single .blog-content h1, .blog-post-single .blog-content .blog-items-list .post-title, .blog-items-list .blog-post-single .blog-content .post-title {
      color: #000;
      font-family: Arial, Helvetica, sans-serif; }
    .blog-post-single .blog-content .post-h1 {
      font-weight: 500;
      line-height: 36px;
      font-size: 30px;
      margin-top: 20px;
      margin-bottom: 25px; }
      @media screen and (min-width: 767px) {
        .blog-post-single .blog-content .post-h1 {
          font-size: 33px; } }
    .blog-post-single .blog-content .blockquote {
      background: #f5f5f5;
      font-size: 31px;
      line-height: 41px;
      position: relative;
      padding: 85px 15px 30px 15px;
      text-align: center;
      font-weight: bold; }
      @media screen and (min-width: 767px) {
        .blog-post-single .blog-content .blockquote {
          text-align: left;
          font-weight: 500;
          padding: 45px 15px 50px 155px;
          font-size: 36px;
          line-height: 46px; } }
      .blog-post-single .blog-content .blockquote:before {
        content: "“";
        color: #52a2d3;
        font-size: 130px;
        line-height: 140px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center; }
        @media screen and (min-width: 767px) {
          .blog-post-single .blog-content .blockquote:before {
            font-size: 380px;
            line-height: 390px;
            right: inherit; } }
    .blog-post-single .blog-content .title-and-icon {
      padding: 16px 15px 25px;
      border: 3px solid #ededed; }
      .blog-post-single .blog-content .title-and-icon .section-icon img {
        max-width: 60px; }
      .blog-post-single .blog-content .title-and-icon .section-icon .heading {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        margin: 15px 0 36px; }
        @media screen and (min-width: 767px) {
          .blog-post-single .blog-content .title-and-icon .section-icon .heading {
            font-weight: 500;
            font-size: 33px; } }
      .blog-post-single .blog-content .title-and-icon .section-icon .title-action {
        color: #ffffff;
        background: #309b42;
        padding: 8px 31px;
        display: inline-block;
        font-size: 21px;
        line-height: 36px;
        border-radius: 25px;
        background: #a1d249; }
        .blog-post-single .blog-content .title-and-icon .section-icon .title-action:hover, .blog-post-single .blog-content .title-and-icon .section-icon .title-action:focus {
          color: #ffffff;
          background: #9e9fa4;
          text-decoration: none; }
  .blog-post-single .post-footer {
    margin-bottom: 50px; }
    .blog-post-single .post-footer .post-tags {
      margin: 0;
      clear: both; }
      .blog-post-single .post-footer .post-tags:before {
        display: block;
        content: " "; }
      .blog-post-single .post-footer .post-tags:after {
        display: block;
        content: "";
        clear: both; }
      .blog-post-single .post-footer .post-tags .post-tag {
        background: #f7f7f7;
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 6px; }
        .blog-post-single .post-footer .post-tags .post-tag:hover, .blog-post-single .post-footer .post-tags .post-tag:focus {
          color: #ffffff;
          background: #9e9fa4; }
    .blog-post-single .post-footer .share-buttons-nav {
      display: none; }

.post-meta > span > * {
  vertical-align: middle; }

.text-left {
  text-align: left; }

.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.mt0 {
  margin-top: 0; }

.font-grey {
  color: #878282; }

.font-size-20 {
  font-size: 18px;
  line-height: 25px; }

/*Request More Information*/
.request-more-information {
  margin: auto;
  display: flex;
  justify-content: center; }

.request-more-information-contact-info {
  margin: 16px;
  padding-left: 100px; }

.request-more-information-contact-info a {
  color: #4698cb; }

.request-more-info {
  background: transparent url("../img/request-more-info-bg.png") right center/auto 100% no-repeat;
  padding-top: 60px;
  padding-bottom: 25px; }
  .request-more-info .content-col,
  .request-more-info .form-col {
    padding: 20px 15px; }
    @media screen and (min-width: 767px) {
      .request-more-info .content-col,
      .request-more-info .form-col {
        width: 50%;
        float: left; } }
  .request-more-info .content-col p {
    line-height: 27px;
    color: #000000;
    font-size: 16px; }
    @media screen and (min-width: 1024px) {
      .request-more-info .content-col p {
        font-size: 16px; } }
    .request-more-info .content-col p:not(:first-child) {
      margin-top: 27px; }
  .request-more-info .content-col .request-more-call {
    display: inline-block;
    font-size: 25px;
    line-height: 27px;
    font-weight: 900;
    color: #4698cb;
    margin-top: 7px; }
    .request-more-info .content-col .request-more-call:hover, .request-more-info .content-col .request-more-call:focus {
      color: #9e9fa4; }

@media screen and (max-width: 767px) {
  .request-more-information {
    flex-direction: column-reverse;
    align-items: center; }
  .request-more-information-contact-info {
    padding-left: 0px; }
  .request-more-info:first-child {
    margin: auto; } }

/* Request a Quote */
.request-a-quote {
  margin: auto;
  display: flex;
  justify-content: center; }

.request-a-quote:first-child {
  margin-left: 32px; }

.request-a-quote-customer-service-info {
  margin: 16px;
  padding-left: 100px; }

.request-a-quote-customer-service-info a {
  color: #4698cb; }

@media screen and (max-width: 767px) {
  .request-a-quote {
    flex-direction: column-reverse;
    align-items: center; }
  .request-a-quote-customer-service-info {
    flex-direction: column-reverse;
    padding-left: 0px; }
  .request-a-quote:first-child {
    margin: auto; } }

/* Request Technical Support */
.request-technical-support {
  margin: auto;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center; }

.request-technical-support-contact-info {
  margin: 16px;
  padding-left: 100px; }

.request-technical-support-contact-info a {
  color: #4698cb; }

@media screen and (max-width: 929px) {
  .request-technical-support {
    flex-direction: column-reverse;
    align-items: center; }
  .request-technical-support-contact-info {
    flex-direction: column-reverse;
    padding-left: 0px; }
  .request-technical-support:first-child {
    margin: auto; } }

/* Desktop QA */
.main-nav-bar .top-level-nav-link {
  font-weight: 500;
  font-size: 14px; }

.site-header {
  border-bottom: 0; }

.site-header .container, .site-header .product-tabs {
  padding-bottom: 8px; }

.listing-utils .button-group .button-group-item.active {
  background-color: #4698cb;
  border-color: #4698cb; }

.mega-nav.dropdown-open > a {
  height: auto; }

.site-header .main-nav-bar .navigation > ul {
  position: static;
  width: 100%; }

.site-header .main-nav-bar .navigation > ul > li.mega-nav .dropdown-panel {
  top: 72px; }

.compressed.site-header .main-nav-bar .navigation > ul > li.mega-nav .dropdown-panel {
  top: 61px; }

.our-technology-wrap .our-technology-col > h3, .our-technology-wrap .our-technology-col > .section-title, .our-technology-wrap .our-technology-col > .listing-title, .our-technology-wrap .login-modal .our-technology-col > .account-sub-heading, .login-modal .our-technology-wrap .our-technology-col > .account-sub-heading, .our-technology-wrap .our-technology-col > .auth-sub-heading {
  padding: 0px; }

.our-technology-banner .our-technology-wrap .our-technology-col p,
.our-technology-banner .our-technology-wrap .our-technology-col {
  text-align: left; }

.our-technology-banner .our-technology-wrap .our-technology-col span {
  display: block;
  text-align: center; }

.our-thoughts .latest-posts .post .post-meta .icon-avatar {
  display: none; }

.our-thoughts .latest-posts .post .post-meta .post-author {
  text-transform: none;
  display: none; }

.site-footer .footer-nav-page .navigation ul li a {
  font-size: 12px;
  font-weight: 300; }

.blog_post .main-nav-bar {
  border-bottom: 2px solid #dddddd; }

.blog_post .site-header .main-nav-bar {
  border-bottom: 0px; }

.blog-post-single .page-header .post-meta .icon-avatar {
  display: none; }

.button:hover, .blog .post-read-more:hover {
  background: #9e9fa4 !important;
  box-shadow: none; }

.button.button-tertiary:hover, .blog .button-tertiary.post-read-more:hover {
  color: #fff;
  background: #9e9fa4 !important;
  border-color: #9e9fa4;
  box-shadow: none; }

@media only screen and (min-width: 767px) {
  .mega-nav-list {
    display: block;
    -moz-columns: 2;
         columns: 2;
    padding: 0; } }

@media screen and (max-width: 1100px) and (min-width: 990px) {
  .navigation > ul {
    float: right; } }

@media only screen and (max-width: 767px) {
  .blog-post-single .blog-content .col-wrap.Reverse {
    flex-direction: column-reverse; } }

/**/
.mega-nav-list .parent.has-children.tier-dropdown > a {
  background: #4b9acb;
  padding: 0 13px;
  width: 100%;
  margin: 0 0 12px;
  pointer-events: none; }

.mega-nav-list .parent {
  margin-bottom: 21px; }

.mega-nav-list .children a {
  opacity: 1;
  color: #000;
  line-height: normal;
  margin-bottom: 0px; }

.site-header .main-nav-bar .navigation > ul > li.mega-nav .dropdown-panel .container, .site-header .main-nav-bar .navigation > ul > li.mega-nav .dropdown-panel .product-tabs {
  background: #fff;
  padding-top: 2.5rem;
  max-width: 875px; }

.mega-nav-list .parent {
  padding: 0 48px 0 0;
  width: 100%; }

.mega-nav-list.wrap-cols {
  padding: 0px; }

.main-nav-bar .dropdown-panel {
  padding-top: 0;
  background-color: transparent;
  width: 875px;
  position: absolute;
  left: 0;
  float: none;
  background: #fff;
  top: 100%;
  padding: 0px; }

.main-nav-bar .blue-dropdown .dropdown-panel {
  padding-top: 0;
  background-color: transparent;
  width: 875px;
  position: absolute;
  left: -165px;
  float: none;
  background: #fff;
  top: 130%;
  padding: 0px; }
  @media (max-width: 850px) {
    .main-nav-bar .blue-dropdown .dropdown-panel {
      left: -200px; } }

.main-nav-bar .dropdown-panel > .container, .main-nav-bar .dropdown-panel > .product-tabs {
  padding: 0px 30px 15px 15px; }

body .dropdown.mega-nav.dropdown-open .container, body .dropdown.mega-nav.dropdown-open .product-tabs {
  margin: 0 auto; }

.site-header .main-nav-bar .navigation > ul > li.mega-nav .dropdown-panel {
  top: 100%;
  min-width: auto;
  width: 815px; }

.main-nav-bar .dropdown-open > a {
  color: #000;
  background-color: transparent;
  position: relative; }

.main-nav-bar .dropdown-open > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #309b42; }

.main-nav-bar .dropdown-open.blue-dropdown > a::after {
  content: "";
  position: absolute;
  top: 45px;
  right: 15px;
  left: 15px;
  height: 4px;
  background: #309b42; }
  @media (max-width: 1023px) {
    .main-nav-bar .dropdown-open.blue-dropdown > a::after {
      top: 35px; } }

.nav-page.dropdown.dropdown-open {
  position: static; }

.main-nav-bar .navigation > ul {
  position: relative; }

.site-header .main-nav-bar .navigation > ul {
  position: relative; }

.navigation li.dropdown .dropdown-panel .navigation ul li ul.tier-panel li a,
.navigation li.nav-page.dropdown .dropdown-panel ul li a {
  color: #000; }

.compressed.site-header .main-nav-bar .navigation > ul > li.mega-nav .dropdown-panel {
  top: 50px; }

/*
.site-header.compressed .container{
    padding: 0 15px;
} */
/*blog*/
.blog-items-list .post {
  max-width: 100%;
  width: 33.33%;
  float: left;
  padding: 0 30px;
  margin: 40px 0; }

body .blog-items-list .post-title {
  font-size: 20px;
  text-align: left; }

.blog-items-list .post-summary {
  text-align: left; }

.post-read-more {
  float: left; }

.blog-items-list .post:nth-child(3n + 1) {
  clear: left; }

.blog .post-read-more {
  float: none;
  padding: 13px 20px;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  border-radius: 53px;
  line-height: 16px;
  background: #4698cb; }

.blog .blog-items-list .post-thumb {
  margin-bottom: 1rem;
  display: block;
  height: 180px; }

.blog .blog-items-list .post-thumb img {
  max-height: 180px; }

.blog .blog-items-list .post-summary {
  margin-bottom: 20px;
  height: 120px;
  overflow: hidden; }

.blog .blog-items-list .share-buttons-nav {
  margin: 15px 0px; }

.blog .post-meta span.pauthor {
  display: block;
  margin: 10px 0px 0px; }

.blog label.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.blog .search-form .button-search-submit {
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 0;
  color: #9e9fa4;
  background: 0 0;
  transform: translateY(-50%); }

.blog .button-search-submit .icon-search {
  width: 24px;
  height: 24px; }

.blog_news {
  width: 100%; }

.site-canvas .on-canvas .blog_news section.newsletter-signup.section {
  padding: 30px 0px 35px; }

.blog_news .section-title {
  margin: 0px 0px 15px;
  text-transform: capitalize; }

.blog_news .button, .blog_news .blog .post-read-more, .blog .blog_news .post-read-more {
  border-radius: 53px; }

.blog_search .search-form input.search-input {
  padding: 13px 46px 14px 17px; }

.site-header .main-nav-bar .navigation > ul > li.nav-page {
  position: relative;
  vertical-align: middle; }

.site-header .main-nav-bar .navigation > ul > li.nav-page .dropdown-panel {
  width: auto;
  min-width: 300px; }

@media only screen and (max-width: 1199px) {
  body .site-header .main-nav-bar .navigation {
    width: 86%;
    padding-left: 0px; }
  .site-header .main-nav-bar .search-button-wrap {
    width: auto;
    margin: 0; }
  .our-technology-col:last-child > span {
    min-height: 192px; }
  .site-header .main-nav-bar .navigation > ul > li:last-child a {
    font-size: 14px;
    padding: 12px 0; }
  .site-header .main-nav-bar .navigation > ul > li:last-child {
    max-width: 114px; }
  .site-header .main-nav-bar .site-branding {
    width: 13%; } }

@media only screen and (max-width: 1023px) {
  .site-header .main-nav-bar .navigation {
    width: 100%;
    display: inline-block;
    margin-left: 0; }
  .site-header .container, .site-header .product-tabs {
    padding: 0 10px; }
  .mega-nav-list .parent {
    padding: 0; }
  .site-header .main-nav-bar .navigation > ul > li.mega-nav .dropdown-panel .container, .site-header .main-nav-bar .navigation > ul > li.mega-nav .dropdown-panel .product-tabs {
    padding-left: 15px;
    padding-right: 15px; }
  .search-button-wrap .button-search-toggle {
    line-height: 0; }
  .site-branding a {
    display: inline-block; }
  .site-header .top-bar .top-bar-center .site-branding .site-branding-logo {
    display: inline-block;
    padding: 0;
    max-height: 40px; }
  .top-bar-center .site-branding {
    margin: 10px 0;
    transform: translateX(-50%);
    position: relative; }
  .site-header .top-bar .container, .site-header .top-bar .product-tabs {
    padding: 0 15px; } }

@media screen and (max-width: 769px) {
  .top-bar-center .site-branding {
    transform: none; } }

@media screen and (min-width: 767px) {
  .megamenu_bg_black {
    background-color: rgba(34, 50, 96, 0.5); }
  .bg_blue .megamenu_bg_black {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media screen and (max-width: 767px) {
  .blog-items-list .post {
    padding: 0;
    width: 50%; }
  .blog-items-list .post:nth-child(3n + 1) {
    clear: none; }
  .top-bar-center .site-branding {
    margin: 0px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute; } }

@media screen and (max-width: 479px) {
  .Conference-registration-outer iframe {
    height: 2000px; }
  .blog-items-list .post {
    width: 100%; }
  .blog-items-list .post:last-child {
    border: 0px; } }

/* .animation-element.in-view .rotate-animation{
  animation: rotation 2s linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
} */
/**/
.blog_tag select#blogtag {
  width: 100%;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #3b3a48;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: auto;
  padding: 8px 20px; }

.blog_tag .blog-sort-tag:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #3b3a48;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  pointer-events: none; }

form.blog-sort-tag {
  position: relative; }

.blog_search {
  width: 50%;
  display: inline-block;
  float: left;
  padding-left: 50px; }

.blog_tag {
  width: 300px;
  display: inline-block;
  float: left; }

.blog_search .search-form {
  width: 100%;
  margin: 0;
  max-width: 490px;
  float: left; }

.blog_search .search-form .form-field {
  margin: 0; }

.blog_search .search-form input.search-input {
  padding: 10px 46px 10px 17px;
  height: auto;
  color: #3b3a48; }

.blog .page-title {
  margin: 0 0 20px; }

.search_drop_down_container {
  width: 100%;
  display: inline-block; }

.cart-item-text span.Product-SKU {
  color: #3b3a48;
  display: block; }

.mini-cart-item-description .Product-SKU, .compare-tab-item-description .Product-SKU {
  display: block; }

.animation-element.first-load .rotate-animation {
  animation: none !important; }

.Featured-Blog-top h2, .Featured-Blog-top .giftcard-header {
  font-weight: 400;
  color: #3b3a48; }

.Featured-Blog-top .content {
  padding: 0 15px; }

.Featured-Blog-inner .images img {
  width: 100%;
  display: none; }

.Featured-Blog-top .images {
  min-height: 614px;
  background: url(https://cdn11.bigcommerce.com/s-wmt2z0hjzd/product_images/uploaded_images/blueimage-banner.jpg) right center/cover; }

@media screen and (max-width: 991px) {
  .blog-items-list .post {
    padding: 0px 10px; } }

@media screen and (max-width: 767px) {
  .blog_tag {
    width: 50%; }
  body.blog .page-header {
    padding: 40px 15px; }
  .blog_news .button.button-wide, .blog_news .blog .post-read-more, .blog .blog_news .post-read-more {
    margin: 0;
    padding: 17px 48px !important; }
  .blog-items-list .post {
    margin: 20px 0px; }
  body .blog-items-list .post-title {
    font-size: 18px; }
  .blog .blog-items-list .post-summary {
    font-size: 16px;
    height: 105px; } }

@media screen and (max-width: 479px) {
  .blog_search .search-form {
    max-width: 100%; }
  .blog_search,
  .blog_tag {
    width: 100%;
    padding: 0px; }
  .blog_tag {
    margin: 0 0 15px; } }

/* Start Ticket10012 */
.blog .page-title {
  color: #222720; }

body .blog-items-list .post-title {
  color: #4698cb;
  font-weight: 700; }

.site-footer .footer-nav-page .navigation ul li {
  list-style-type: none; }

.main-banner .main-banner-title {
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.main-banner .main-banner-subtitle {
  font-size: 30px;
  font-weight: 700; }

.main-banner .main-button {
  font-size: 20px;
  font-weight: 600; }

.common_margin {
  float: left;
  width: 100%;
  margin: -100px 0 0 0; }

.main-banner .main-banner-subtitle {
  font-style: normal; }

.aboutus-banner .aboutus-content-col .page-heading {
  font-weight: 300;
  font-size: 34px; }

.aboutus-banner .aboutus-content-col p {
  font-size: 18px;
  font-weight: 500; }

.product-list-item .product-item-actions {
  text-align: left; }

.our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details .product-item-title a, .our-services .our-services-wrap .our-services-col h3, .our-services .our-services-wrap .our-services-col .section-title, .our-services .our-services-wrap .our-services-col .listing-title, .our-services .our-services-wrap .our-services-col .login-modal .account-sub-heading, .login-modal .our-services .our-services-wrap .our-services-col .account-sub-heading, .our-services .our-services-wrap .our-services-col .auth-sub-heading,
.our-thoughts .latest-posts .post .post-title {
  font-size: 20px;
  font-weight: 700; }

.our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details .product-description,
.our-services .our-services-wrap .our-services-col p,
.our-thoughts .latest-posts .post .post-summary {
  font-size: 16px;
  font-weight: 500; }

.our-thoughts .latest-posts .post .post-summary {
  height: 130px; }

.our-thoughts .latest-posts .post .post-meta {
  padding-left: 0; }

.our-thoughts .latest-posts .post {
  text-align: left; }

.site-footer .footer-nav-page .navigation > ul {
  float: left;
  width: 25%; }

.site-footer .footer-nav-page .navigation > ul > li {
  width: 100%;
  display: block; }

.site-footer .footer-nav-page {
  border-top: 0;
  position: relative; }

.site-footer .footer-nav-page .navigation > ul.footer-social-media {
  width: 100%; }

.site-footer .footer-nav-page .navigation > ul.footer-social-media li {
  width: auto; }

.site-footer .footer-nav-page .navigation.text_right {
  text-align: right;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0; }

.site-footer .footer-nav-wrap {
  padding-bottom: 0px; }

.our-products-tabs .tabs-contents.is-active .tab-content {
  display: block; }

@media screen and (max-width: 1199px) {
  .main-banner .main-banner-title {
    font-size: 60px;
    margin: 0 0 10px;
    line-height: normal; }
  .main-banner .main-banner-subtitle {
    margin-bottom: 10px;
    line-height: normal; }
  .aboutus-banner .aboutus-content-col .page-heading {
    font-size: 30px; }
  .our-products-tabs .tabs-contents .tab-content .product-list-item {
    text-align: left; }
  .main-nav-bar .navigation > ul > li.dropdown > a {
    padding: 1rem 10px; } }

@media screen and (min-width: 990px) {
  .site-header .main-nav-bar .navigation ul li,
  .button-mobile-nav-cart {
    display: none; } }

@media screen and (max-width: 990px) {
  .site-header .main-nav-bar .navigation {
    width: 100%; }
  body .main-nav-bar .navigation > ul > li.nav-page.dropdown {
    display: inline-block; }
  .button-mobile-nav-cart {
    display: none; }
  .site-header .main-nav-bar .navigation {
    width: auto; }
  li.nav-page.dropdown.hide.blue-dropdown.show {
    margin: 0; }
  .site-header .main-nav-bar .container, .site-header .main-nav-bar .product-tabs {
    display: inline-block;
    width: auto;
    padding-right: 0; }
  .site-footer .footer-nav-page .navigation > ul {
    width: 50%;
    margin: 0 0 20px 0; }
  .main-banner .main-banner-title {
    font-size: 50px; }
  .main-banner .main-banner-subtitle {
    font-size: 26px; }
  .main-banner .main-button {
    font-size: 18px; }
  .aboutus-banner .aboutus-content-col .page-heading {
    font-size: 28px; }
  .Featured-Blog-top .images {
    min-height: 400px; } }

@media screen and (max-width: 800px) {
  .main-nav-bar {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: auto;
    z-index: 9999;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
  .site-header .main-nav-bar .navigation > ul {
    width: 120px; }
  body .main-nav-bar .navigation > ul > li.nav-page.dropdown {
    display: none; } }

@media screen and (max-width: 767px) {
  .main-banner .main-banner-title {
    font-size: 22px;
    line-height: 22px; }
  .main-banner .main-banner-subtitle {
    font-size: 17px; }
  .main-banner .main-button {
    font-size: 14px;
    padding: 0px 20px; }
  .main-banner {
    padding: 25px 15px 15px;
    background-size: 100%; }
  .aboutus-banner .aboutus-content-col .page-heading {
    font-size: 25px; }
  .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details .product-item-title a, .our-services .our-services-wrap .our-services-col h3, .our-services .our-services-wrap .our-services-col .section-title, .our-services .our-services-wrap .our-services-col .listing-title, .our-services .our-services-wrap .our-services-col .login-modal .account-sub-heading, .login-modal .our-services .our-services-wrap .our-services-col .account-sub-heading, .our-services .our-services-wrap .our-services-col .auth-sub-heading,
  .our-thoughts .latest-posts .post .post-title {
    font-size: 18px; }
  .our-products-tabs .tabs-contents1 .tab-content .product-list-item .product-item-details .product-description,
  .our-services .our-services-wrap .our-services-col p,
  .our-thoughts .latest-posts .post .post-summary {
    font-size: 16px; }
  .Featured-Blog-top .images {
    min-height: 240px; }
  .mobile-nav-open .button-mobile-nav-back {
    display: block !important; } }

@media screen and (max-width: 479px) {
  .site-footer .footer-nav-page .navigation.text_right {
    width: 50%;
    position: static; }
  .site-footer .footer-nav-page .navigation > ul.footer-social-media li {
    display: inline-block;
    margin: 0 5px 0 0; }
  .site-footer .footer-nav-page .navigation > ul.footer-social-media {
    display: block; }
  .main-banner .main-banner-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900; }
  .main-banner .main-banner-subtitle {
    font-size: 22px;
    font-weight: 900; }
  .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details .product-item-title a, .our-services .our-services-wrap .our-services-col h3, .our-services .our-services-wrap .our-services-col .section-title, .our-services .our-services-wrap .our-services-col .listing-title, .our-services .our-services-wrap .our-services-col .login-modal .account-sub-heading, .login-modal .our-services .our-services-wrap .our-services-col .account-sub-heading, .our-services .our-services-wrap .our-services-col .auth-sub-heading,
  .our-thoughts .latest-posts .post .post-title {
    font-size: 17px; }
  .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details .product-description,
  .our-services .our-services-wrap .our-services-col p,
  .our-thoughts .latest-posts .post .post-summary {
    font-size: 15px; }
  .main-banner {
    background-size: cover; } }

/* End Ticket10012 */
.rotate-animation {
  visibility: hidden !important; }

.our-technology-banner img.rotate-animation {
  display: none; }

/* Start ticket 10014 */
.Service_page .container.container-small, .Service_page .container-small.product-tabs {
  margin: 0 auto;
  padding: 0;
  max-width: 100%; }

.Service_page_banner {
  position: relative;
  margin-bottom: 2em;
  line-height: 0; }

.Service_page_banner .page-title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

.ProductDescriptionContainer {
  display: none; }

.ProductDescription.current {
  display: block; }

.have_question_left {
  max-width: 690px;
  float: left; }
  .have_question_left .links-list-header {
    font-weight: 500; }
  .have_question_left .links-list-link {
    font-size: 1.25rem; }
    .have_question_left .links-list-link:hover {
      color: #9e9fa4;
      text-decoration: none; }

.have_question .have_question_right a {
  background: #4698cb;
  color: #fff;
  text-transform: capitalize;
  padding: 9px 24px;
  border-radius: 53px;
  margin: 5px 0 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 600; }

.have_question .have_question_right a:hover {
  color: #fff;
  background: #9e9fa4;
  text-decoration: none; }

.have_question_right {
  max-width: 300px;
  float: right; }

.Service_page .page-content .have_question_left p {
  color: #000 !important;
  margin: 0; }

.have_question {
  clear: left;
  width: 100%;
  display: inline-block;
  margin: 50px 0; }

.have_question_right {
  max-width: 300px;
  float: right;
  border-left: 3px solid #ffb85c;
  padding-left: 32px; }

.have_question_right h3, .have_question_right .section-title, .have_question_right .listing-title, .have_question_right .login-modal .account-sub-heading, .login-modal .have_question_right .account-sub-heading, .have_question_right .auth-sub-heading {
  font-size: 30px;
  margin: 0 0 17px;
  font-weight: 600;
  color: #000;
  line-height: 28px;
  color: #232720;
  text-transform: capitalize;
  font-family: "Nunito Sans", sans-serif; }

.Service_page .page-content .have_question_right p {
  color: #000 !important;
  max-width: 230px; }

.Service_page .page-content .have_question_right a,
.main-button a {
  background: #4698cb;
  color: #fff;
  text-transform: capitalize;
  padding: 9px 24px;
  border-radius: 53px;
  margin: 5px 0 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 600; }

.Service_page .main-button {
  text-align: center;
  margin: 25px 0 0; }

.Service_page .other_services .sub_heading {
  margin: 16px 0 12px; }

.Service_page .page-content .have_question_right a:hover,
.main-button a:hover {
  color: #fff;
  background: #9e9fa4;
  text-decoration: none; }

.Service_page_main .container, .Service_page_main .product-tabs {
  margin: 0 auto;
  padding: 0;
  max-width: 1060px; }

.service_accordion h2, .service_accordion .giftcard-header {
  text-align: center; }

.sub-title1 {
  position: relative;
  margin: 0; }

.sub-title1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 3px;
  background: #525051;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

.sub-title1:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 3px;
  height: 20px;
  background: #525051;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

.current .sub-title1:before {
  display: none; }

.Service_page .sub_heading {
  font-size: 34px;
  text-align: center;
  font-weight: 300;
  margin: 0; }

.service_accordion .sub_heading {
  padding: 0 0 13px;
  border-bottom: 2px solid #525051; }

.service_accordion h3.sub-title1, .service_accordion .sub-title1.section-title, .service_accordion .sub-title1.listing-title, .service_accordion .login-modal .sub-title1.account-sub-heading, .login-modal .service_accordion .sub-title1.account-sub-heading, .service_accordion .sub-title1.auth-sub-heading {
  text-align: left;
  border-bottom: 2px solid #525051;
  font-size: 21px;
  padding: 16px 0 15px;
  font-weight: 300;
  color: #000; }

.prodAccordionContent {
  padding: 10px 20px; }

.prodAccordionContent__icon {
  width: 2rem;
  min-width: 2rem; }

.prodAccordionContent__svg-pdf {
  fill: #9e2a2b; }

.prodAccordionContent__svg-background {
  fill: #ffffff; }

.prodAccordionContent ul {
  margin: 0; }

.Service_page .page-content p {
  color: #000 !important;
  font-size: 16px;
  font-weight: 500; }

.Service_page .page-content li {
  margin: 0 0 3px;
  color: #000 !important;
  font-size: 16px;
  font-weight: 500; }

.other_services ul {
  margin: 0 -10px;
  padding: 0;
  list-style: none; }

.Service_page .page-content .other_services ul li {
  width: 50%;
  padding: 6px 10px;
  float: left;
  text-align: center;
  position: relative;
  margin: 0; }

.other_services {
  clear: left;
  width: 100%;
  display: inline-block;
  margin: 43px 0 0; }

.Service_page .our-products-tabs .tabs .tab.is-active .tab-title {
  border-bottom: 5px solid #21963b; }

.Service_page .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-actions {
  text-align: center; }

.Service_page .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-actions .button-view {
  background: #95d600; }

.Service_page_banner img {
  width: 100%;
  margin: 0; }

.Service_page .page-content .other_services ul li h3, .Service_page .page-content .other_services ul li .section-title, .Service_page .page-content .other_services ul li .listing-title, .Service_page .page-content .other_services ul li .login-modal .account-sub-heading, .login-modal .Service_page .page-content .other_services ul li .account-sub-heading, .Service_page .page-content .other_services ul li .auth-sub-heading {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 34px;
  width: 100%;
  margin: 0;
  z-index: 2; }

.Service_page .page-content .other_services ul li h3 a, .Service_page .page-content .other_services ul li .section-title a, .Service_page .page-content .other_services ul li .listing-title a, .Service_page .page-content .other_services ul li .login-modal .account-sub-heading a, .login-modal .Service_page .page-content .other_services ul li .account-sub-heading a, .Service_page .page-content .other_services ul li .auth-sub-heading a {
  color: #fff; }

.Service_page .page-content .other_services ul li img {
  margin: 0;
  width: 100%; }

.Service_page .site-canvas .on-canvas .main-content .section {
  padding-bottom: 67px; }

.Service_page .animation-element.first-load .rotate-animation {
  display: none; }

.other_services_inner {
  position: relative; }

.other_services_inner a.all_link {
  position: absolute;
  font-size: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8px;
  background: #4698cb;
  z-index: 1;
  opacity: 0.8; }

.Service_page .page-content .other_services ul li h3 a, .Service_page .page-content .other_services ul li .section-title a, .Service_page .page-content .other_services ul li .listing-title a, .Service_page .page-content .other_services ul li .login-modal .account-sub-heading a, .login-modal .Service_page .page-content .other_services ul li .account-sub-heading a, .Service_page .page-content .other_services ul li .auth-sub-heading a {
  font-size: 25px; }

@media only screen and (max-width: 1500px) {
  .Service_page_banner .page-title {
    font-size: 40px; }
  .Service_page .page-content .other_services ul li h3, .Service_page .page-content .other_services ul li .section-title, .Service_page .page-content .other_services ul li .listing-title, .Service_page .page-content .other_services ul li .login-modal .account-sub-heading, .login-modal .Service_page .page-content .other_services ul li .account-sub-heading, .Service_page .page-content .other_services ul li .auth-sub-heading {
    max-width: 370px;
    font-size: 25px; } }

@media only screen and (max-width: 1199px) {
  .Service_page_main .container, .Service_page_main .product-tabs {
    padding: 0 15px;
    max-width: 100%; }
  .Service_page_banner .page-title {
    font-size: 30px; }
  .Service_page .page-content .other_services ul li h3 a, .Service_page .page-content .other_services ul li .section-title a, .Service_page .page-content .other_services ul li .listing-title a, .Service_page .page-content .other_services ul li .login-modal .account-sub-heading a, .login-modal .Service_page .page-content .other_services ul li .account-sub-heading a, .Service_page .page-content .other_services ul li .auth-sub-heading a {
    font-size: 20px; }
  .Service_page .page-content .other_services ul li h3, .Service_page .page-content .other_services ul li .section-title, .Service_page .page-content .other_services ul li .listing-title, .Service_page .page-content .other_services ul li .login-modal .account-sub-heading, .login-modal .Service_page .page-content .other_services ul li .account-sub-heading, .Service_page .page-content .other_services ul li .auth-sub-heading {
    max-width: 300px;
    font-size: 20px; }
  .have_question {
    margin: 0 0 30px; }
  .Service_page .site-canvas .on-canvas .main-content .section {
    padding-bottom: 30px; } }

@media only screen and (max-width: 990px) {
  .have_question_left {
    max-width: 64%;
    padding: 0 30px 0 0; }
  .Service_page_banner .page-title {
    font-size: 25px; }
  .Service_page .page-content .have_question_left p {
    line-height: normal; }
  .product-description img {
    margin-bottom: 15px; }
  .sub-title1:after {
    width: 16px;
    right: 1px; }
  .sub-title1:before {
    height: 16px; }
  .Service_page .page-content .other_services ul li h3 a, .Service_page .page-content .other_services ul li .section-title a, .Service_page .page-content .other_services ul li .listing-title a, .Service_page .page-content .other_services ul li .login-modal .account-sub-heading a, .login-modal .Service_page .page-content .other_services ul li .account-sub-heading a, .Service_page .page-content .other_services ul li .auth-sub-heading a {
    font-size: 18px; }
  .Service_page .common_margin {
    margin: 0; }
  .Service_page .section {
    padding-bottom: 25px; }
  .Service_page .sub_heading {
    font-size: 32px; }
  .other_services {
    margin: 20px 0 0; }
  .Service_page .sub_heading {
    font-size: 31px; } }

@media only screen and (max-width: 767px) {
  .main-button a {
    font-size: 16px;
    padding: 5px 16px; }
  .have_question_left {
    max-width: 100%;
    width: 100%;
    padding-bottom: 20px; }
  .have_question .have_question_right {
    width: 100%;
    max-width: 100%;
    border: none;
    padding-left: 0; }
  .Service_page .sub_heading {
    font-size: 28px; }
  .service_accordion h3.sub-title1, .service_accordion .sub-title1.section-title, .service_accordion .sub-title1.listing-title, .service_accordion .login-modal .sub-title1.account-sub-heading, .login-modal .service_accordion .sub-title1.account-sub-heading, .service_accordion .sub-title1.auth-sub-heading {
    padding: 10px 0;
    font-size: 19px; }
  .Service_page .page-content .other_services ul li h3 a, .Service_page .page-content .other_services ul li .section-title a, .Service_page .page-content .other_services ul li .listing-title a, .Service_page .page-content .other_services ul li .login-modal .account-sub-heading a, .login-modal .Service_page .page-content .other_services ul li .account-sub-heading a, .Service_page .page-content .other_services ul li .auth-sub-heading a {
    font-size: 16px;
    letter-spacing: normal; }
  .Service_page .page-content .have_question_right p {
    max-width: 100%;
    width: 100%; }
  .Service_page_banner .page-title {
    font-size: 22px;
    padding: 0 20px; } }

@media only screen and (max-width: 479px) {
  .Service_page .page-content .other_services ul li {
    width: 100%; }
  .Service_page_banner .page-title {
    font-size: 18px; }
  .Service_page .sub_heading {
    font-size: 26px; }
  .our-products-tabs .tabs-contents {
    max-width: calc(100% - 20px); }
  .our-products-tabs .tabs-contents .tab-content .product-list-item {
    margin-right: 15px; }
  .our-products-tabs .tabs-contents .tab-content .slick-next {
    background-size: contain;
    width: 30px;
    height: 30px;
    right: -15px; }
  .our-products-tabs .tabs-contents .tab-content .slick-prev {
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -15px; } }

/* End ticket 10014 */
.mega-nav-panel {
  max-height: calc(100vh - 7rem);
  overflow: hidden; }

.mega-nav-list .parent {
  font-size: 16px;
  line-height: 24px; }

.button-mobile-nav-toggle {
  padding-right: 0; }

.mobile-nav-open .button-mobile-nav-back {
  margin: -2px 0 0 15px; }

.nav-page.dropdown.hide {
  display: none; }

li.nav-page.dropdown.hide.blue-dropdown.show {
  display: inline-block; }

li.nav-page.dropdown.blue-dropdown {
  display: none; }

@media only screen and (min-width: 1199px) {
  .site-header .main-nav-bar .navigation > ul li.nav-page:last-child {
    display: inline-block;
    vertical-align: middle;
    margin: -8px 0 0 0; }
  .site-header .main-nav-bar .navigation > ul > li:last-child {
    width: auto; }
  .site-header .container, .site-header .product-tabs {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    padding: 6px 0; }
  .main-nav-bar .navigation > ul,
  .site-header .main-nav-bar .navigation > ul {
    padding: 0;
    display: block; }
  .site-header .main-nav-bar .navigation {
    width: 84%;
    padding-left: 0; }
  li.nav-page.cart_menu {
    vertical-align: middle;
    margin: -6px 0.625rem 0 0; }
  .main-nav-bar .navigation > ul > li.dropdown > a {
    padding: 14px 5px; }
  .site-header .main-nav-bar .search-button-wrap {
    padding: 0px; }
  .site-header .main-nav-bar .navigation > ul > li.search-button-wrap {
    display: inline-block;
    padding: 17px 0;
    margin: 0 15px;
    width: 29px; } }

@media screen and (max-width: 1024px) {
  .main-nav-bar .navigation > ul,
  .site-header .main-nav-bar .navigation > ul {
    position: static; }
  .site-header .main-nav-bar .navigation > ul > li.mega-nav .dropdown-panel {
    width: 100%; } }

@media only screen and (max-width: 1199px) {
  .page-content .Service_page_banner img {
    margin: 0; }
  .Service_page_banner {
    margin-bottom: 2rem;
    line-height: 0; } }

@media only screen and (max-width: 990px) {
  .site-header.logo-align-left {
    min-height: 60px; }
  .cart-icon-header {
    vertical-align: middle;
    display: inline-block;
    margin: 1px 8px 0 0; }
  .aboutus-banner,
  .request-more-info {
    background: none; }
  #banner_1 .section-icon.overlap,
  .site-header .main-nav-bar .navigation > ul > li.nav-page.nav-page.cart_menu,
  .site-header .main-nav-bar .navigation > ul > li.search-button-wrap,
  .site-header .main-nav-bar .navigation ul li.dropdown.mega-nav {
    display: none; }
  .aboutus-banner {
    padding-bottom: 50px; }
  .aboutus-banner .aboutus-content-col .page-heading {
    margin-top: 20px; }
  .navigation-mobile .nav-mobile-item a,
  .nav-mobile-panel .nav-mobile-panel-title,
  .navigation-mobile .utils a {
    color: #222720; }
  .navigation-mobile .nav-mobile-panel-child .nav-mobile-item a {
    color: #9e9fa4; }
  .site-header .main-nav-bar .navigation > ul > li.mega-nav .dropdown-panel {
    width: auto;
    right: -33px; } }

@media only screen and (min-width: 767px) {
  .our-products-tabs .tabs-contents.tabs_content {
    min-height: 470px; } }

.site-header .main-nav-bar .navigation ul li,
.site-header .main-nav-bar .navigation ul li.nav-page.dropdown.blue-dropdown.show {
  display: inline-block; }

.site-header .main-nav-bar .navigation ul li,
.site-header .main-nav-bar .navigation ul li.nav-page.dropdown.blue-dropdown.show {
  margin-right: 0; }

@media only screen and (max-width: 1199px) {
  .site-header .main-nav-bar .navigation ul li,
  .site-header .main-nav-bar .navigation ul li.nav-page.dropdown.blue-dropdown.show {
    margin-right: 3px; } }

.compressed .mega-nav.dropdown-open > a {
  height: auto; }

.site-header .main-nav-bar .navigation ul li.nav-page.dropdown li,
.site-header .main-nav-bar .navigation ul li .children li {
  display: block; }

.site-header .main-nav-bar .navigation ul li.nav-page.dropdown.blue-dropdown,
.site-header .main-nav-bar .navigation ul li.nav-page.dropdown.hide {
  display: none; }

@media screen and (min-device-width: 990px) and (max-device-width: 1199px) {
  .site-header .main-nav-bar .top-level-nav-link {
    font-size: 12px;
    letter-spacing: 0.05em; }
  .top-bar-button.button-cart-toggle {
    margin: 2px 0 0;
    float: none; }
  .site-header .container, .site-header .product-tabs {
    padding: 0 15px; }
  .site-canvas {
    padding-top: 102px !important; }
  .site-header .main-nav-bar .site-branding {
    width: 13%; } }

@media screen and (min-device-width: 767px) and (max-device-width: 990px) {
  .site-header .main-nav-bar .navigation {
    width: 100%;
    padding: 0px; }
  .site-header .main-nav-bar .search-button-wrap,
  .top-bar-button.button-cart-toggle {
    margin: 0px; }
  .main-nav-bar .navigation > ul > li.dropdown > a {
    padding: 14px 8px;
    font-size: 13px; }
  .site-canvas {
    padding-top: 60px !important; }
  .site-header .main-nav-bar .search-button-wrap {
    display: none; } }

@media only screen and (max-width: 767px) {
  .our-products-tabs .tabs .tab {
    margin-left: 0;
    margin-right: 0; }
  .our-technology-banner .our-technology-wrap .our-technology-col {
    width: 385px;
    margin: 30px auto;
    overflow: hidden; }
  .button-top .icon.icon-arrow-up {
    margin: 0; }
  .our-thoughts .latest-posts .post {
    max-width: 400px;
    margin: 0 auto 30px; }
  .aboutus-banner .aboutus-content-col .page-heading {
    margin-top: 0px; } }

@media only screen and (max-width: 535px) {
  .our-products-tabs .tabs-contents .tab-content .product-list-item .product-thumb-wrapper {
    border: 3px solid #e8e8e8;
    border-bottom: 0; }
  .our-products-tabs .tabs-contents .tab-content .product-list-item {
    border: 0;
    margin-right: 0;
    padding: 0px; }
  .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details {
    border: 3px solid #e8e8e8;
    border-top: 0;
    padding-bottom: 15px; }
  .product-item-title {
    margin-top: 0; }
  .our-products-tabs .tabs-contents {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  .our-products-tabs .tabs-contents .tab-content .slick-next {
    margin: 0px; } }

@media screen and (min-width: 1024px) {
  .site-header .top-bar .container, .site-header .top-bar .product-tabs {
    min-height: 17px; }
  .site-header.compressed section.top-bar .container, .site-header.compressed section.top-bar .product-tabs {
    display: none; }
  .site-header.compressed {
    padding-bottom: 5px; }
  .site-canvas .on-canvas .main-content .section {
    padding-top: 0; }
  .main-banner .main-button {
    margin: 0; }
  .bg_blue .megamenu_bg_black {
    display: block !important;
    position: absolute;
    top: 114px;
    left: 0;
    right: 0;
    bottom: 0; } }

@media screen and (min-width: 500px) {
  .our-products-tabs .tabs-contents .tab-content .product-list-item {
    max-width: 290px;
    min-height: 440px; } }

.pauthor {
  display: block;
  margin: 15px 0 0; }

.our-technology-banner .our-technology-wrap .our-technology-col span a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out; }

.our-technology-banner .our-technology-wrap .our-technology-col span a img {
  transition: all 0.3s ease-in-out; }

.product-item-thumbnail .product-item-thumbnail-image {
  padding-bottom: 75%; }

/*
.epidyne_img {
    max-height: 300px; margin: 30px auto 0; margin-bottom: 0px; display: block;
}
.epidyne_heading {
    text-align: center; color: #4698CB; font-weight: 700; font-size: 50px; margin: 0;
} */
@media screen and (max-width: 767px) {
  .epidyne_heading {
    font-size: 30px;
    margin: 0 auto; } }

@media screen and (max-width: 479px) {
  .epidyne_heading {
    font-size: 25px;
    margin: 0 auto; }
  .our-products-tabs .tabs-contents .tab-content .product-list-item .product-thumb-wrapper .product-item-thumbnail {
    width: auto; }
  .our-technology-wrap .row {
    margin-right: 0;
    margin-left: 0; }
  .our-technology-banner .our-technology-wrap .our-technology-col {
    width: auto;
    max-width: 385px; } }

.carousel {
  display: none; }

header.cart-header.page-header {
  margin: 0px 0px 30px; }

.epidyne_heading {
  text-align: center;
  color: #4698cb;
  font-weight: 700;
  margin: 0; }

.epidyne_img {
  max-height: 350px;
  margin: 0 auto;
  display: block; }

.main-nav-bar .navigation > ul > li.dropdown > a {
  padding: 0px 5px; }

@media screen and (max-width: 1199px) {
  .site-header .main-nav-bar .navigation > ul li.nav-page:last-child {
    position: relative;
    display: inline-block; }
  .main-nav-bar .navigation > ul,
  .site-header .main-nav-bar .navigation > ul {
    position: relative;
    padding-right: 0; }
  .top-bar-button.button-cart-toggle {
    right: 15px; }
  .cart-icon-header {
    margin-top: -2px; }
  .main-nav-bar .navigation > ul > li.dropdown > a {
    padding: 0px; } }

.site-footer .footer-nav-page .navigation ul li a:focus {
  color: #fff; }

@media screen and (min-width: 1500px) {
  .Service_page .page-content .other_services ul li h3, .Service_page .page-content .other_services ul li .section-title, .Service_page .page-content .other_services ul li .listing-title, .Service_page .page-content .other_services ul li .login-modal .account-sub-heading, .login-modal .Service_page .page-content .other_services ul li .account-sub-heading, .Service_page .page-content .other_services ul li .auth-sub-heading {
    padding: 0px 10px; } }

.custom_Invited.Speaker.Registration .breadcrumbs-container {
  display: none; }

.custom_Invited.Speaker.Registration .page-header, .custom_Internal.Registration .page-header {
  background: transparent;
  padding: 0 15px;
  max-width: 1170px;
  margin: 0 auto; }

.custom_Invited.Speaker.Registration .page-content.cms-page {
  height: 1800px;
  overflow: hidden;
  position: relative; }

.Speaker_registration + iframe {
  height: 100%; }

.page .page-content .Speaker_registration p, .page .page-content .internal_epicypher p {
  color: #222720 !important;
  font-size: 16px !important; }

.custom_Invited.Speaker.Registration .page-title {
  margin: 0.67em 0 0;
  text-align: left; }

.custom_Internal.Registration .page-title {
  margin: 0.67em 0 0;
  text-align: left;
  font-size: 30px;
  font-weight: 600; }

.page .page-content .epi-table3 p {
  padding: 16px 0 0; }

.main-banner .main-button.button-products:focus,
.our-technology-banner .our-technology-wrap .our-technology-col a.Learn_more:focus, .our-products-tabs .tabs-contents .tab-content .button:focus, .our-products-tabs .tabs-contents .tab-content .blog .post-read-more:focus, .blog .our-products-tabs .tabs-contents .tab-content .post-read-more:focus {
  background: #21963b; }

.main-banner .main-button.button-services:focus,
.our-services .our-services-wrap .our-services-col a:focus {
  background: #e47113; }

.cut_tag_banner .main-button.button-learn-more {
  background: #4698cb;
  margin-right: 1rem; }

.site-header .main-nav-bar .navigation > ul > li:last-child a:focus,
.aboutus-banner .aboutus-content-col .button-aboutus:focus,
.our-thoughts .latest-posts .post .post-summary-actions .post-read-more:focus {
  background: #4698cb; }

.custom_EpiCypher.Biological.Clinical header.page-header {
  max-width: 1170px; }

#emf-li-22 .emf-div-field {
  display: none; }

@media only screen and (max-width: 990px) and (min-width: 767px) {
  .main-nav-bar .navigation > ul > li.dropdown > a {
    padding: 14px 0px;
    font-size: 13px;
    letter-spacing: 0; }
  .mobile-nav-open .button-mobile-nav-back {
    display: block !important; } }

/*Ticket 10021 start*/
.breadcrumbs-container {
  display: none; }

/*Ticket 10021 End*/
/*All technology page styling*/
/*QA 10022 - QA 10023*/
.related_pro_sec {
  width: 100%;
  float: left; }

.related_pro_sec .product-listing-grid {
  width: 100%;
  float: left; }

.related_pro_sec a.ViewBtn {
  display: inline-block !important; }

.cut_page .container.container-small, .cut_page .container-small.product-tabs {
  margin: 0 auto;
  padding: 0;
  max-width: 100%; }

.cut_page_main .container, .cut_page_main .product-tabs {
  margin: 0 auto;
  padding: 0;
  max-width: 1060px; }

.cut_page .page-content,
.cut_page .page-content h2,
.cut_page .page-content .giftcard-header {
  font-family: "Nunito Sans", sans-serif; }

.page .cut_page .page-content p {
  color: #000 !important;
  font-size: 18px !important; }

.cut_page .page-content img {
  margin-bottom: 0; }

.product-grid-item, .account-product-item {
  padding: 0; }

.cut_tag_banner {
  float: left;
  width: 100%;
  position: relative; }

.back-img {
  float: left;
  width: 100%; }

.back-img img {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #f4f4f4;
  border-top: 1px solid #f4f4f4; }

.cut-and-run .back-img img {
  border-bottom: none; }

.cut-and-run .back-img.cutana-kit-img {
  padding-left: 60%; }

.cut_tag_banner .banner-cont {
  float: left;
  width: 100%; }

.cut_tag_banner .banner-cont-inner {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate(0%, -50%); }

.cut_tag_banner .banner-cont-inner h1, .cut_tag_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .cut_tag_banner .banner-cont-inner .post-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  color: #232720;
  text-align: left;
  font-family: "Nunito Sans", sans-serif;
  text-transform: none; }

.cut_tag_banner .banner-cont-inner a {
  padding: 1px 25px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  display: inline-block;
  margin: 10px 0; }
  @media screen and (min-width: 768px) {
    .cut_tag_banner .banner-cont-inner a {
      margin: 15px 0;
      padding: 6px 45px;
      border-radius: 25px;
      font-size: 18px; } }
  @media screen and (min-width: 991px) {
    .cut_tag_banner .banner-cont-inner a {
      padding: 12px 52px;
      border-radius: 30px;
      font-size: 21px; } }
  .cut_tag_banner .banner-cont-inner a.button-products {
    color: #ffffff;
    background: #309b42;
    margin-right: 8px; }
    .cut_tag_banner .banner-cont-inner a.button-products:hover, .cut_tag_banner .banner-cont-inner a.button-products:focus {
      color: #ffffff;
      background: #9e9fa4;
      text-decoration: none; }
  .cut_tag_banner .banner-cont-inner a.button-services {
    color: #ffffff;
    background: #e87722;
    margin-left: 7px; }
    .cut_tag_banner .banner-cont-inner a.button-services:hover, .cut_tag_banner .banner-cont-inner a.button-services:focus {
      color: #ffffff;
      background: #9e9fa4; }

.cut_tag_banner .banner-cont-inner a:hover {
  text-decoration: none;
  background-color: #9e9fa4; }

.have_ques {
  float: left;
  width: 100%;
  padding: 66px 0 8px; }

.have_ques_left {
  width: 70%;
  max-width: 100%;
  float: left; }

.have_ques_left h2, .have_ques_left .giftcard-header {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
  color: #4698cb;
  margin: 0 0 14px 0; }

.have_ques_left p {
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  max-width: 744px; }

.have_ques_right {
  width: 30%;
  max-width: 293px;
  float: right;
  border-left: 3px solid #ffb85c;
  padding-left: 38px; }

.have_ques_right h3, .have_ques_right .section-title, .have_ques_right .listing-title, .have_ques_right .login-modal .account-sub-heading, .login-modal .have_ques_right .account-sub-heading, .have_ques_right .auth-sub-heading {
  font-size: 30px;
  margin: 0 0 17px;
  font-weight: 600;
  color: #000;
  line-height: 28px;
  color: #232720;
  text-transform: capitalize;
  font-family: "Nunito Sans", sans-serif; }

.have_ques_right p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 15px; }

.have_ques_right a {
  background: #4698cb;
  color: #fff;
  text-transform: capitalize;
  padding: 5px 16px 5px 18px;
  border-radius: 53px;
  margin: 5px 0 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 600; }

.have_ques_right a:hover {
  color: #fff;
  background: #9e9fa4;
  text-decoration: none; }

.have_ques_bottom {
  float: left;
  width: 100%;
  padding-top: 22px; }

.cut-and-tag .have_ques_bottom {
  padding-top: 25px; }

.have_ques_bottom ul {
  float: left;
  width: 100%;
  padding-left: 0; }

.have_ques_bottom ul li {
  float: left;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
  width: 100%;
  position: relative;
  padding-left: 49px;
  margin-bottom: 0; }

.have_ques_bottom ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 26px;
  height: 25px;
  background: url(https://www.epicypher.com/content/right-icon.png); }

.chart-section {
  float: left;
  width: 100%; }

.chart-section .chart-inner {
  float: left;
  width: 100%;
  text-align: center; }

.chart-section .chart-inner .chart-img {
  display: block;
  width: 100%;
  position: absolute;
  padding: 30px; }

.chart-section .chart-inner .chart-img img {
  max-width: 100%;
  height: auto; }

.chart-section .chart-inner .back {
  background-color: #e5e5e5;
  margin-top: 300px; }

.chart-section .chart-inner .chart-con {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 278px;
  padding-bottom: 43px; }

.chart-section .chart-inner .chart-con p {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #000; }

.Video-section {
  float: left;
  width: 100%;
  padding: 72px 0 0 0; }

.Video-section .Video-inner {
  float: left;
  width: 100%;
  text-align: center; }

.Video-section .Video-inner .video {
  display: block;
  width: 100%;
  position: absolute; }

.Video-section .Video-inner .video .Video-img img {
  max-width: 100%;
  height: auto; }

.cut-and-tag .Video-section .Video-inner .video .Video-img img {
  max-height: 422px; }

.Video-section .Video-inner .video iframe {
  min-height: 422px; }

.Video-section .Video-inner .back {
  background-color: #4698cb;
  margin-top: 163px; }

.Video-section .Video-inner .Video-con {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
  padding-top: 278px;
  padding-bottom: 45px; }

.Video-section .Video-inner .Video-con p {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #000; }

.cut-and-run .Video-section .Video-inner .Video-con p,
.cut-and-tag .Video-section .Video-inner .Video-con p {
  color: #fff !important; }

.cut_tag_work {
  float: left;
  width: 100%;
  padding: 105px 0 96px; }

.cut_tag_work .cut_tag_work_inner {
  float: left;
  width: 100%; }

.cut_tag_work .cut_tag_work_inner.cutana_work_inner {
  text-align: center; }

.cut_tag_work .cut_tag_work_inner .cut_tag_work_img {
  float: left;
  max-width: 40%;
  width: 375px;
  padding: 0 15px; }

.cut_tag_work .cut_tag_work_inner .cut_tag_work_img.run_page {
  display: flex;
  flex-direction: column;
  align-items: center; }

.cut_tag_work .cut_tag_work_inner .cut_tag_work_img img {
  max-width: 100%;
  height: auto;
  cursor: zoom-in; }

.cut_tag_work .cut_tag_work_inner .cut_tag_work_img .imglink {
  text-decoration: none; }

.cut_tag_work .cut_tag_work_inner .cut_tag_work_img.run_page .imglink {
  max-width: 17rem; }

.cut_tag_work .cut_tag_work_inner .cut_tag_work_img .imglink span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  margin: 70px 0 0 0; }

.cut-and-run .cut_tag_work .cut_tag_work_inner .cut_tag_work_img .imglink span {
  margin: 0 auto; }

.cut_tag_work .cut_tag_work_inner .cut_tag_work_img .imglink span:before {
  content: "";
  left: 0;
  top: -2px;
  background: url(https://www.epicypher.com/content/zoom-icon.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px; }

.cut_tag_work .cut_tag_work_inner .cut_tag_work_cont {
  float: right;
  width: 60%;
  padding: 0 15px 0 77px; }

.cut_tag_work .cut_tag_work_inner .cut_tag_work_cont h2, .cut_tag_work .cut_tag_work_inner .cut_tag_work_cont .giftcard-header {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 28px;
  color: #4698cb;
  margin: 0 0 19px 0; }

.cut_tag_work .cut_tag_work_inner .cut_tag_work_cont p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin-bottom: 29px; }

.tech_generatessec {
  float: left;
  width: 100%; }

.tech_generatessec .generat-inner {
  float: left;
  width: 100%;
  text-align: center; }

.tech_generatessec .generat-inner .generat-title h2, .tech_generatessec .generat-inner .generat-title .giftcard-header {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
  margin: 0 0 59px 0;
  color: #232720; }

.cut-and-run .tech_generatessec .generat-inner .generat-title h2, .cut-and-run .tech_generatessec .generat-inner .generat-title .giftcard-header {
  margin: 0 0 34px; }

.tech_generatessec .generat-inner .generat-img {
  display: block;
  width: 100%;
  position: absolute; }

.tech_generatessec .generat-inner .generat-img img {
  max-width: 100%;
  height: auto; }

.tech_generatessec .generat-inner .generat-img .cut-run-signal-to-noise {
  padding: 1rem;
  background-color: white;
  max-height: 500px; }

.tech_generatessec .generat-inner .back {
  float: left;
  width: 100%;
  background-color: #e5e5e5;
  margin-top: 326px; }

.tech_generatessec .generat-inner .back.kit-back {
  background-color: #4698cb;
  color: white; }

.tech_generatessec .generat-inner .back.kit-back .generat-con p {
  color: white !important; }

.tech_generatessec .generat-inner .generat-con {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 809px;
  margin: 0px auto 0;
  padding-top: 198px;
  padding-bottom: 29px; }

.tech_generatessec .generat-inner .kit-back .generat-con {
  max-width: 950px; }

.cut-and-run .tech_generatessec .generat-inner .generat-con {
  padding-top: 185px; }

.tech_generatessec .generat-inner .generat-con p {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  color: #3d3d3d !important; }

.cells-to-seqsec {
  display: inline-block;
  width: 100%;
  padding: 86px 0; }

.cut-and-run .cells-to-seqsec {
  padding: 116px 0 86px 0; }

.cells-to-seqsec .cells-to-seq-inner {
  margin: auto;
  width: 1000px;
  text-align: center; }

.cells-to-seqsec .cells-to-seq-inner .cells-to-seq-title h2, .cells-to-seqsec .cells-to-seq-inner .cells-to-seq-title .giftcard-header {
  display: block;
  font-size: 35px;
  font-weight: 600;
  line-height: 41px;
  color: #232720;
  margin: 0 0 34px 0; }

.cells-to-seqsec .cells-to-seq-inner .cells-to-seq-img {
  display: block;
  width: 100%;
  padding: 0 30px; }

.cells-to-seqsec .cells-to-seq-inner .cells-to-seq-img img {
  max-width: 100%;
  height: auto; }

.cells-to-seqsec .cells-to-seq-inner .cells-to-seq-img .cut-run-timeline {
  padding-top: 1.5rem; }

.cuttag_assays {
  float: left;
  width: 100%;
  padding: 39px 0; }

.cuttag_assays .cuttag_assays_inner {
  float: left;
  width: 100%;
  text-align: center; }

.cuttag_assays .cuttag_assays_inner .cuttag_assays_title h2, .cuttag_assays .cuttag_assays_inner .cuttag_assays_title .giftcard-header {
  display: block;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  color: #232720;
  margin: 0 0 70px 0; }

.cut-and-tag .cuttag_assays .cuttag_assays_inner .cuttag_assays_title h2, .cut-and-tag .cuttag_assays .cuttag_assays_inner .cuttag_assays_title .giftcard-header {
  margin: 0 0 64px; }

.cuttag_assays .cuttag_assays_inner .cuttag_assays_box {
  display: block;
  width: 100%;
  position: absolute; }

.cuttag_assays_box .assays_box_inner {
  float: left;
  width: 100%; }

.cuttag_assays_box .assays_box_inner .box-a-out {
  padding: 0 13px;
  display: inline-block;
  vertical-align: top; }

.cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a {
  max-width: 335px;
  min-height: 500px;
  background-color: #fff;
  box-shadow: 0 1px 6px -3px #000; }

.cuttag_assays_box .assays_box_inner.run .box-a-out .assays_box_a {
  max-width: 333px;
  min-height: 550px; }

.cut-and-tag .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a {
  min-height: 540px; }

.cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_aimg {
  display: block;
  width: 100%;
  padding: 17px 0 26px 0;
  min-height: 1px; }

.cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_aimg img {
  max-width: 100%;
  height: 260px; }

.cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon {
  display: inline-block;
  width: 100%;
  padding: 0 20px; }

.cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon h3, .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .section-title, .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .listing-title, .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .login-modal .account-sub-heading, .login-modal .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .account-sub-heading, .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .auth-sub-heading {
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  color: #4698cb;
  text-align: left;
  margin: 0 0 21px 0;
  text-transform: none; }

.cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  text-align: left; }

.cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon a {
  text-decoration: none; }

.cuttag_assays_box .assays_box_inner .box-c-out {
  padding: 0 13px;
  display: inline-block;
  vertical-align: top; }

.cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c {
  max-width: 333px;
  min-height: 500px;
  background-color: #fff;
  box-shadow: 0 1px 6px -3px #000; }

.cuttag_assays_box .assays_box_inner.run .box-c-out .assays_box_c {
  max-width: 333px;
  min-height: 550px; }

.cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_cimg {
  display: block;
  width: 100%;
  padding: 31px 0 38px 0;
  min-height: 1px; }

.cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_cimg img {
  max-width: 100%;
  height: auto; }

.cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon {
  display: inline-block;
  width: 100%;
  padding: 0 25px; }

.cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon h3, .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .section-title, .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .listing-title, .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .login-modal .account-sub-heading, .login-modal .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .account-sub-heading, .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .auth-sub-heading {
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  color: #4698cb;
  text-align: left;
  margin: 0 0 21px 0;
  text-transform: none; }

.cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  text-align: left; }

.cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon a {
  text-decoration: none; }

.cuttag_assays_box .assays_box_inner .box-b-out {
  padding: 0 13px;
  display: inline-block;
  vertical-align: top; }

.cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b {
  max-width: 343px;
  min-height: 500px;
  background-color: #fff;
  box-shadow: 0 1px 6px -3px #000;
  margin-bottom: 20px; }

.cuttag_assays_box .assays_box_inner.run .box-b-out .assays_box_b {
  max-width: 333px;
  min-height: 550px; }

.cut-and-tag .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b {
  min-height: 540px; }

.cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bimg {
  display: block;
  width: 100%;
  padding: 40px 0 60px 0;
  min-height: 1px; }

.cut-and-tag .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bimg {
  padding: 40px 0 53px 0;
  min-height: 1px; }

.cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bimg img {
  max-width: 100%;
  height: auto; }

.cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon {
  display: inline-block;
  width: 100%;
  padding: 0 25px; }

.cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon h3, .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .section-title, .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .listing-title, .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .login-modal .account-sub-heading, .login-modal .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .account-sub-heading, .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .auth-sub-heading {
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  color: #4698cb;
  text-align: left;
  margin: 0 0 21px 0;
  text-transform: none; }

.cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  text-align: left; }

.cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon a {
  text-decoration: none; }

.cuttag_assays .cuttag_assays_inner .back {
  background-color: #e5e5e5;
  min-height: 350px;
  margin-top: 367px; }

.cut-and-tag .cuttag_assays .cuttag_assays_inner .back {
  margin-top: 361px; }

.cut-and-tag .cuttag_assays .cuttag_assays_inner .back .back-content {
  height: 350px; }

.cuttag_assays .cuttag_assays_inner .generat-con {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 810px;
  margin: 0px auto 0;
  padding-top: 253px;
  padding-bottom: 34px; }

.cuttag_proto {
  float: left;
  width: 100%;
  padding: 84px 0; }

.cuttag_proto .cuttag_proto_title {
  font-size: 35px;
  font-weight: 600;
  line-height: 41px;
  color: #232720;
  text-align: center; }

.cuttag_proto .cuttag_proto_inner {
  float: left;
  width: 100%; }

.cuttag_proto .cuttag_proto_inner .cuttag_proto_cont {
  float: left;
  width: 65%;
  max-width: 719px;
  padding: 0 15px; }

.cuttag_proto .cuttag_proto_inner .cuttag_proto_cont h2, .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont .giftcard-header {
  display: block;
  font-size: 35px;
  font-weight: 600;
  line-height: 41px;
  color: #4698cb;
  margin: 0 0 22px 0; }

.cuttag_proto .cuttag_proto_inner .cuttag_proto_cont p {
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  color: #000;
  margin-bottom: 15px; }

.cuttag_proto .cuttag_proto_inner .cuttag_proto_cont.kit h2, .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont.kit .giftcard-header {
  font-size: 28px; }

.cuttag_proto .cuttag_proto_inner .cuttag_proto_cont ul {
  float: left;
  width: 100%;
  padding-left: 0;
  margin: 18px 0 33px 0;
  list-style: none; }

.cuttag_proto .cuttag_proto_inner .cuttag_proto_cont ul li {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px; }

.cuttag_proto .cuttag_proto_inner .cuttag_proto_cont ul li:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 12px;
  width: 8px;
  height: 8px;
  background: url(https://www.epicypher.com/content/disc.png); }

.cuttag_proto .cuttag_proto_inner .cuttag_proto_img {
  float: right;
  width: 35%;
  padding: 0 15px;
  text-align: center; }

.cuttag_proto .cuttag_proto_inner .cuttag_proto_img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto 0; }

.cuttag_proto .cuttag_proto_inner .cuttag_proto_img a {
  background: #4698cb;
  color: #fff;
  text-transform: capitalize;
  padding: 5px 36px 5px 38px;
  border-radius: 53px;
  margin: 41px 0 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 600; }

.cuttag_proto .cuttag_proto_inner .cuttag_proto_img a:hover {
  color: #fff;
  background: #9e9fa4;
  text-decoration: none; }

.cuttag_proto .cuttag_proto_inner .cuttag_proto_img iframe {
  max-height: 180px;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.cuttag_proto .cuttag_proto_inner .cuttag_proto_img .cuttag_proto_video img {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.have-que {
  float: left;
  width: 100%; }

.have-que .have-que-inner {
  float: left;
  width: 100%;
  text-align: center; }

.have-que .have-que-inner h2, .have-que .have-que-inner .giftcard-header {
  display: block;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  color: #232720;
  margin: 0 0 13px 0; }

.have-que .have-que-inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  margin-bottom: 15px; }

.have-que .have-que-inner a {
  background: #4698cb;
  color: #fff;
  text-transform: capitalize;
  padding: 4px 20px 6px;
  border-radius: 53px;
  margin: 10px 0 19px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600; }

.have-que .have-que-inner a:hover {
  color: #fff;
  background: #9e9fa4;
  text-decoration: none; }

.have-que .have-que-inner #agileform3 .agile-field {
  display: block; }

.have-que .have-que-inner #agileform3 .agile-field.agile-field-xlarge.agile-height-default {
  text-align: left; }

.have-que .have-que-inner #agileform3 .agile-field.agile-button-field .agile-button {
  background-color: #4698cb;
  border: none; }

.related_pro_sec {
  float: left;
  width: 100%;
  padding: 0 0 130px; }

.related_pro_sec .related-title h2, .related_pro_sec .related-title .giftcard-header {
  display: block;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  color: #232720;
  margin: 10px 0 62px 0;
  text-align: center; }

.related_pro_sec .product-listing-grid .listing-wrapper {
  padding: 0 54px; }

.related_pro_sec .product-listing-grid .listing-wrapper .product-grid-item, .related_pro_sec .product-listing-grid .listing-wrapper .account-product-item {
  max-width: 329px;
  float: left;
  padding: 15px 0;
  margin-right: 19px;
  margin-bottom: 0;
  border-radius: 6px;
  border: 3px solid #e8e8e8;
  background: #fff;
  overflow: hidden;
  max-width: 290px;
  text-align: left;
  display: inline-block;
  margin-right: 12px;
  margin-left: 0; }

.related_pro_sec .product-listing-grid .listing-wrapper .product-item-thumbnail {
  margin: 0 auto;
  width: 235px; }

.related_pro_sec .product-listing-grid .listing-wrapper .product-item-details {
  padding-right: 23px;
  padding-left: 23px;
  display: block;
  width: 100%; }

.related_pro_sec .product-listing-grid .listing-wrapper .product-item-title {
  font-family: "Nunito Sans", sans-serif;
  text-transform: none;
  line-height: 19px;
  height: 39px;
  overflow: hidden; }

.related_pro_sec .product-listing-grid .listing-wrapper .product-item-title a {
  font-size: 20px;
  font-weight: 700; }

.related_pro_sec .product-listing-grid .listing-wrapper .product-item-title a {
  text-decoration: none; }

.related_pro_sec .product-listing-grid .listing-wrapper .product-item-price,
.related_pro_sec .product-listing-grid .listing-wrapper .product-price-line,
.related_pro_sec .product-listing-grid .listing-wrapper .product-item-rating {
  display: none; }

.related_pro_sec .product-listing-grid .listing-wrapper .product-description {
  font-size: 16px;
  font-weight: 500;
  height: 80px;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: "Nunito Sans", sans-serif; }

.related_pro_sec .product-listing-grid .listing-wrapper a.ViewBtn {
  text-transform: capitalize;
  display: inline-block;
  color: #fff;
  background: #21963b;
  font-size: 18px;
  line-height: 20px;
  padding: 6px 27px;
  width: auto;
  border-radius: 16px;
  margin: 0; }

.related_pro_sec .product-listing-grid .listing-wrapper a.ViewBtn:hover {
  text-decoration: none;
  background: #9e9fa4; }

.related_pro_sec .product-listing-grid .listing-wrapper .slick-prev {
  left: -6px;
  background: url(../img/arrow.png) center/cover no-repeat;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  z-index: 1; }

.related_pro_sec .product-listing-grid .listing-wrapper .slick-next {
  background: url(../img/arrow.png) center/cover no-repeat;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  transform: translate(0, -50%) rotateY(180deg);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  right: 2px;
  z-index: 1; }

/* ticket 10028 */
.cut-run-cut-tag .cut_tag_banner .banner-cont-inner a {
  padding: 12px 32px; }

.cut-run-cut-tag .tech_reference_section .spikein_reference_title h2, .cut-run-cut-tag .tech_reference_section .spikein_reference_title .giftcard-header {
  color: #4698cb; }

.cut-run-cut-tag .cut_tag_work .cut_tag_work_inner .cut_tag_work_img.run_page .imglink {
  max-width: 30rem; }

.cut-run-cut-tag .back-img img {
  border: 0; }

.cut-run-cut-tag .related-title {
  width: 100%;
  float: left; }

.cut-run-cut-tag .related-title h2, .cut-run-cut-tag .related-title .giftcard-header {
  margin: 10px 0 22px 0;
  display: block;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  color: #232720;
  text-align: center; }

.cut-run-cut-tag .tabs.product_tabs {
  margin-bottom: 0; }

.cut-run-cut-tag .our-products-tabs .tabs-contents.tabs_content {
  max-width: 1170px;
  padding: 0; }

.cut-run-cut-tag .our-products-tabs .tabs-contents .productGrid {
  padding: 0 54px; }

.cut-run-cut-tag .product-item-title {
  height: 40px;
  overflow: hidden; }

.cut-run-cut-tag .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details .product-description {
  min-height: 84px;
  height: 84px;
  overflow: hidden; }

.cut-run-cut-tag .our-products-tabs .tabs-contents .ViewBtn {
  display: inline-block !important;
  text-transform: capitalize;
  color: #fff;
  background: #21963b;
  font-size: 18px;
  line-height: 20px;
  padding: 6px 27px;
  width: auto;
  border-radius: 16px;
  margin: 7px 0 0; }

.cut-run-cut-tag .our-products-tabs .tabs-contents .ViewBtn:hover {
  background: #9e9fa4;
  text-decoration: none; }

.cut-run-cut-tag .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-prev,
.cut-run-cut-tag .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-next {
  height: 50px;
  width: 50px; }

.cut-run-cut-tag .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-prev {
  left: -6px; }

.cut-run-cut-tag .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-next {
  transform: rotateY(180deg);
  right: 2px; }

.cut-run-cut-tag .cut_tag_banner .banner-cont-inner .main-button-links-header-large {
  display: block; }

.cut-run-cut-tag .cut_tag_banner .banner-cont-inner .main-button-links-header-small {
  display: none; }

.cut-run-cut-tag .our-products-tabs .tabs .tab.is-active .tab-title {
  background: transparent; }

.cut-run-cut-tag .our-products-tabs .tabs .tab .tab-title:hover {
  text-decoration: none; }

.cut-run-cut-tag .our-products-tabs .tabs-contents .tab-content .product-list-item .product-item-details .product-item-title a:hover {
  text-decoration: none; }

.cut-run-cut-tag .Video-section {
  padding-top: 0; }

.cut-run-cut-tag .Video-section .Video-inner .Video-con p {
  color: #fff !important; }

.cut-run-cut-tag .Video-section .Video-inner .Video-con {
  padding-top: 338px;
  max-width: 975px; }

.cut-run-cut-tag .Video-section .Video-inner .Video-con__link {
  text-decoration: underline;
  color: white; }

.cut-run-cut-tag .cut_tag_work .cut_tag_work_inner .cut_tag_work_img {
  max-width: 80%;
  width: 50%; }

.cut-run-cut-tag .cut_tag_work .cut_tag_work_inner .cut_tag_work_img > img {
  cursor: auto; }

.cut-run-cut-tag.cut_page .page-content h2.title_orange, .cut-run-cut-tag.cut_page .page-content .title_orange.giftcard-header {
  margin: 0 0 4px 0;
  display: inline-block;
  width: auto; }

.cut-run-cut-tag.cut_page .page-content h2.title_green, .cut-run-cut-tag.cut_page .page-content .title_green.giftcard-header {
  margin: 0 0 4px 0;
  display: inline-block;
  width: auto; }

.cut-run-cut-tag .cut_tag_work_inner > h2, .cut-run-cut-tag .cut_tag_work_inner > .giftcard-header {
  text-align: center;
  font-weight: 600;
  margin: -40px 0 30px; }

.cut-run-cut-tag .title_green {
  color: #95d600;
  font-weight: 600;
  display: block;
  margin: 15px 0 10px;
  width: 100%; }

.cut-run-cut-tag .title_orange {
  color: #ffb819;
  font-weight: 600;
  display: block;
  margin: 15px 0 10px;
  width: 100%; }

.cut-run-cut-tag .title_green > span,
.cut-run-cut-tag .title_orange > span {
  font-weight: 700; }

.cut-run-cut-tag .cut_tag_work_inner p {
  padding: 0 40px 0 0; }

.cut-run-cut-tag .cut_tag_work .cut_tag_work_inner .cut_tag_work_img .imglink span {
  margin: 10px 0 0; }

.cut-run-cut-tag .tech_generatessec .generat-inner .generat-img {
  position: static;
  max-width: 1170px;
  margin: 0 auto; }

.cut-run-cut-tag .tech_generatessec .generat-inner .generat-img img {
  padding: 0 14%;
  z-index: 1;
  max-height: 600px; }

.cut-run-cut-tag .generat-title {
  position: relative;
  z-index: 9; }

.cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out {
  width: 50%;
  float: left;
  max-width: 80%;
  margin: auto;
  padding: 0 15px; }

.cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box_aimg img {
  max-height: 150px; }

.cut-run-cut-tag .cuttag_assays_box .assays_box_inner {
  float: none;
  max-width: 955px;
  margin: auto; }

.cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .cuttag_assays_a {
  background: #fff;
  padding: 16px; }

.cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .box_acon {
  text-align: left; }

.cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .cuttag_assays_a h2, .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .cuttag_assays_a .giftcard-header {
  font-weight: 700; }

.cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .box_acon ul,
.cut-run-cut-tag .tech_reference_section ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .box_acon ul li,
.cut-run-cut-tag .tech_reference_section ul li {
  position: relative;
  padding-left: 15px;
  margin: 0; }

.cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .box_acon ul li:before,
.cut-run-cut-tag .tech_reference_section ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  height: 5px;
  width: 5px;
  background: #95d600; }

.cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .cutana_cut_tag_box .box_acon ul li:before,
.cut-run-cut-tag .tech_reference_section ul.reference_section_cuttag li:before {
  background: #ffb819; }

.cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .shop_cutrun_tag {
  padding: 3px 15px;
  background: #309b42;
  color: #fff;
  border-radius: 50px;
  margin: 10px 9px 20px;
  line-height: normal;
  display: inline-block; }

.cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .shop_cutrun_tag:hover,
.cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .learn_cutrun_tag:hover {
  background: #9e9fa4;
  text-decoration: none; }

.cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .learn_cutrun_tag {
  padding: 3px 15px;
  background: #4698cb;
  color: #fff;
  border-radius: 50px;
  margin: 10px 9px 20px;
  line-height: normal;
  display: inline-block; }

.cut-run-cut-tag .tech_reference_section h2, .cut-run-cut-tag .tech_reference_section .giftcard-header,
.cut-run-cut-tag .tech_reference_section h3,
.cut-run-cut-tag .tech_reference_section .section-title,
.cut-run-cut-tag .tech_reference_section .listing-title,
.cut-run-cut-tag .tech_reference_section .login-modal .account-sub-heading,
.login-modal .cut-run-cut-tag .tech_reference_section .account-sub-heading,
.cut-run-cut-tag .tech_reference_section .auth-sub-heading {
  color: #4698cb; }


.cut-run-cut-tag .tech_reference_section h3,
.cut-run-cut-tag .tech_reference_section .section-title,
.cut-run-cut-tag .tech_reference_section .listing-title,
.cut-run-cut-tag .tech_reference_section .login-modal .account-sub-heading,
.login-modal .cut-run-cut-tag .tech_reference_section .account-sub-heading,
.cut-run-cut-tag .tech_reference_section .auth-sub-heading {
  font-weight: 700;
  margin: 26px 0 0; }

.view_publication {
  padding: 8px 0;
  height: 43px;
  border-radius: 43px;
  font-size: 20px;
  width: 230px;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fff !important;
  background: #4698cb;
  margin: 18px auto 20px; }

.view_publication:hover {
  background: #9e9fa4;
  text-decoration: none !important; }

.cut-run-cut-tag .cuttag_assays .cuttag_assays_inner .back {
  margin-top: 353px; }

/* end 10028 */
@media only screen and (max-width: 1199px) {
  /* start 10028 */
  .cut-run-cut-tag .cut_tag_work_inner > h2, .cut-run-cut-tag .cut_tag_work_inner > .giftcard-header {
    margin: 0 0 26px; }
  .cut-run-cut-tag .Video-section .Video-inner .Video-con {
    max-width: 795px; }
  .cut-run-cut-tag .Video-section .Video-inner .video .Video-img img {
    max-width: 800px; }
  .cut-run-cut-tag .Video-section .Video-inner .back {
    margin-top: 85px; }
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner {
    max-width: 88%; }
  .cut-run-cut-tag .cuttag_assays .cuttag_assays_inner .back {
    margin-top: 440px; }
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .cuttag_assays_a {
    min-height: 597px; }
  /* end 10028 */
  .cut_tag_banner .banner-cont-inner h1, .cut_tag_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .cut_tag_banner .banner-cont-inner .post-title {
    font-size: 40px;
    line-height: 50px; }
  .have_ques {
    padding: 50px 0 10px; }
  .have_ques_left {
    max-width: 68%; }
  .have_ques_bottom {
    padding-top: 10px; }
  .page .cut_page .page-content p {
    font-size: 16px !important;
    line-height: 26px; }
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont ul li {
    font-size: 16px; }
  .cut_tag_work {
    padding: 50px 0; }
  .cut_tag_work .cut_tag_work_inner .cut_tag_work_cont {
    padding: 0 15px; }
  .tech_generatessec .generat-inner .generat-title h2, .tech_generatessec .generat-inner .generat-title .giftcard-header, .cuttag_assays .cuttag_assays_inner .cuttag_assays_title h2, .cuttag_assays .cuttag_assays_inner .cuttag_assays_title .giftcard-header {
    margin: 0 0 25px 0;
    padding: 0 15px; }
  .Video-section {
    padding: 50px 0 0 0; }
  .cells-to-seqsec {
    padding: 50px 0 20px 0; }
  .cut-and-run .cells-to-seqsec {
    padding: 50px 0; }
  .cuttag_assays {
    padding: 30px 0; }
  .cuttag_assays .cuttag_assays_inner .back {
    min-height: 200px;
    margin-top: 365px; }
  .cut-and-tag .cuttag_assays .cuttag_assays_inner .back {
    margin-top: 400px; }
  .cuttag_proto {
    padding: 50px 0; }
  .related_pro_sec {
    padding: 0 0 50px; }
  .related_pro_sec .related-title h2, .related_pro_sec .related-title .giftcard-header {
    margin: 10px 0 30px; }
  .chart-section .chart-inner .chart-con {
    max-width: 530px; }
  .cuttag_assays .cuttag_assays_inner .cuttag_assays_box {
    position: static; }
  .cuttag_assays_box .assays_box_inner.run .box-a-out .assays_box_a {
    max-width: 290px;
    min-height: 570px; }
  .cuttag_assays_box .assays_box_inner.run .box-b-out .assays_box_b {
    max-width: 290px;
    min-height: 570px; }
  .cuttag_assays_box .assays_box_inner.run .box-c-out .assays_box_c {
    max-width: 320px;
    min-height: 570px; } }

@media only screen and (min-width: 991px) {
  .chart-section .chart-inner .chart-img img {
    max-width: 940px;
    margin: auto; } }

@media only screen and (max-width: 991px) {
  .cut-run-cut-tag .tech_generatessec .generat-inner .generat-img img {
    padding: 0 6%; }
  .cut_tag_banner .banner-cont-inner h1, .cut_tag_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .cut_tag_banner .banner-cont-inner .post-title {
    font-size: 32px;
    line-height: 40px; }
  .have_ques_left h2, .have_ques_left .giftcard-header, .cut_tag_work .cut_tag_work_inner .cut_tag_work_cont h2, .cut_tag_work .cut_tag_work_inner .cut_tag_work_cont .giftcard-header, .tech_generatessec .generat-inner .generat-title h2, .tech_generatessec .generat-inner .generat-title .giftcard-header {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px 0; }
  .have_ques_right h3, .have_ques_right .section-title, .have_ques_right .listing-title, .have_ques_right .login-modal .account-sub-heading, .login-modal .have_ques_right .account-sub-heading, .have_ques_right .auth-sub-heading {
    font-size: 24px;
    line-height: 1; }
  .have_ques_right {
    max-width: 293px;
    padding-left: 20px; }
  .have_ques_right a,
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_img a,
  .have-que .have-que-inner a {
    font-size: 16px; }
  .have_ques_bottom ul li {
    font-size: 22px;
    line-height: 40px; }
  .cut_tag_work .cut_tag_work_inner .cut_tag_work_cont p {
    margin-bottom: 15px; }
  .cut-and-run .cut_tag_work .cut_tag_work_inner .cut_tag_work_img .imglink span {
    margin: 0 0 0 30px; }
  .chart-section .chart-inner .chart-img {
    position: static;
    padding: 0 15px; }
  .chart-section .chart-inner .back {
    margin-top: -140px; }
  .tech_generatessec .generat-inner .generat-img {
    padding: 0 15px;
    position: static; }
  .Video-section .Video-inner .video {
    padding: 0 15px;
    position: static; }
  .Video-section .Video-inner .back {
    margin-top: -253px; }
  .tech_generatessec .generat-inner .back {
    margin-top: -200px; }
  .cut-and-run .tech_generatessec .generat-inner .back {
    margin-top: -180px; }
  .chart-section .chart-inner .chart-con {
    max-width: 530px;
    padding-top: 140px;
    padding-bottom: 10px; }
  .tech_generatessec .generat-inner .generat-con {
    max-width: 620px;
    padding-top: 200px;
    padding-bottom: 10px; }
  .tech_generatessec .generat-inner .kit-back .generat-con {
    max-width: 95%; }
  .cells-to-seqsec .cells-to-seq-inner .cells-to-seq-title h2, .cells-to-seqsec .cells-to-seq-inner .cells-to-seq-title .giftcard-header, .cuttag_assays .cuttag_assays_inner .cuttag_assays_title h2, .cuttag_assays .cuttag_assays_inner .cuttag_assays_title .giftcard-header {
    font-size: 30px;
    line-height: 1;
    padding: 0 15px; }
  .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a,
  .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c {
    width: 320px;
    min-height: 440px; }
  .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b {
    width: 343px;
    min-height: 440px; }
  .cut-and-tag .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b {
    min-height: 460px; }
  .cut-and-tag .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a {
    min-height: 460px; }
  .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_aimg {
    padding: 10px 0 20px 0; }
  .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon {
    padding: 0 15px; }
  .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon h3, .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .section-title, .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .listing-title, .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .login-modal .account-sub-heading, .login-modal .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .account-sub-heading, .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .auth-sub-heading, .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon h3, .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .section-title, .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .listing-title, .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .login-modal .account-sub-heading, .login-modal .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .account-sub-heading, .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .auth-sub-heading, .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon h3, .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .section-title, .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .listing-title, .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .login-modal .account-sub-heading, .login-modal .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .account-sub-heading, .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .auth-sub-heading {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 10px 0; }
  .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon p,
  .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon p,
  .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon p {
    line-height: 20px; }
  .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_cimg {
    padding: 20px 0 37px 0; }
  .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon {
    padding: 0 15px; }
  .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bimg {
    padding: 50px 0 70px 0; }
  .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon {
    padding: 0 15px; }
  .cut-and-tag .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bimg {
    padding: 50px 0 50px 0; }
  .cuttag_assays_box .assays_box_inner.run .box-a-out .assays_box_a,
  .cuttag_assays_box .assays_box_inner.run .box-b-out .assays_box_b,
  .cuttag_assays_box .assays_box_inner.run .box-c-out .assays_box_c {
    max-width: 220px;
    min-height: 550px; }
  .cuttag_assays .cuttag_assays_inner .back,
  .cut-and-tag .cuttag_assays .cuttag_assays_inner .back {
    min-height: 150px;
    margin-top: 350px; }
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont h2, .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont .giftcard-header {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px; }
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont.kit h2, .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont.kit .giftcard-header {
    font-size: 22px; }
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_img img {
    margin: 80px auto 0; }
  .have-que .have-que-inner h2, .have-que .have-que-inner .giftcard-header {
    font-size: 30px;
    line-height: 1; }
  .related_pro_sec .product-listing-grid .listing-wrapper {
    padding: 0 70px; }
  .related_pro_sec .related-title h2, .related_pro_sec .related-title .giftcard-header {
    font-size: 30px;
    line-height: 1; }
  .cut-and-tag .cuttag_assays .cuttag_assays_inner .cuttag_assays_title h2, .cut-and-tag .cuttag_assays .cuttag_assays_inner .cuttag_assays_title .giftcard-header {
    margin: 0 0 30px; }
  .cells-to-seqsec .cells-to-seq-inner {
    width: 100%; }
  /* start 10028 */
  .cut-run-cut-tag .cut_tag_banner .banner-cont-inner a.button-products {
    padding: 4px 25px; }
  .cut-run-cut-tag .Video-section .Video-inner .video .Video-img img {
    max-width: 100%; }
  .cut-run-cut-tag .Video-section .Video-inner .Video-con {
    padding-top: 140px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner {
    max-width: 100%; }
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .cuttag_assays_a {
    padding: 15px; }
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .cuttag_assays_a .giftcard-header, .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .cuttag_assays_a h2, .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .cuttag_assays_a .giftcard-header {
    font-size: 22px;
    margin: 0; }
  .cut-run-cut-tag .cuttag_assays .cuttag_assays_inner .back {
    margin-top: 450px;
    padding-bottom: 50px; }
  .cut-run-cut-tag .Video-section .Video-inner .back {
    margin-top: -135px; }
  .cut-run-cut-tag.cut_page .page-content h2.title_green, .cut-run-cut-tag.cut_page .page-content .title_green.giftcard-header, .cut-run-cut-tag.cut_page .page-content h2.title_orange, .cut-run-cut-tag.cut_page .page-content .title_orange.giftcard-header {
    margin: 0 0 5px; }
  .cut-run-cut-tag .cut_tag_work_inner h3.title_green, .cut-run-cut-tag .cut_tag_work_inner .title_green.section-title, .cut-run-cut-tag .cut_tag_work_inner .title_green.listing-title, .cut-run-cut-tag .cut_tag_work_inner .login-modal .title_green.account-sub-heading, .login-modal .cut-run-cut-tag .cut_tag_work_inner .title_green.account-sub-heading, .cut-run-cut-tag .cut_tag_work_inner .title_green.auth-sub-heading,
  .cut-run-cut-tag .cut_tag_work_inner h3.title_orange,
  .cut-run-cut-tag .cut_tag_work_inner .title_orange.section-title,
  .cut-run-cut-tag .cut_tag_work_inner .title_orange.listing-title,
  .cut-run-cut-tag .cut_tag_work_inner .login-modal .title_orange.account-sub-heading,
  .login-modal .cut-run-cut-tag .cut_tag_work_inner .title_orange.account-sub-heading,
  .cut-run-cut-tag .cut_tag_work_inner .title_orange.auth-sub-heading {
    text-align: center; }
  .cut-run-cut-tag .related-title h2, .cut-run-cut-tag .related-title .giftcard-header {
    font-size: 30px;
    margin: 0px 0 16px 0; }
  .cut-run-cut-tag .our-products-tabs .tabs-contents .productGrid {
    padding: 0 70px; }
  .cut-run-cut-tag .our-products-tabs .tabs .tab {
    margin-bottom: 0; }
  .cut-run-cut-tag .our-products-tabs .tabs .tab .tab-title {
    font-size: 20px; }
  .related_pro_sec .product-listing-grid .listing-wrapper .slick-prev {
    left: 0; }
  .cut-run-cut-tag .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-next {
    right: 0; }
  .cut-run-cut-tag .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-prev {
    left: 0; }
  /* end 10028 */ }

@media screen and (min-device-width: 811px) and (max-device-width: 812px) {
  .cut-run-cut-tag .back-img {
    padding-top: 50px; }
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out {
    padding: 0 30px; } }

@media screen and (max-width: 852px) {
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .box_acon {
    min-height: 400px; } }

@media only screen and (max-width: 767px) {
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .box_acon {
    min-height: auto; }
  /* start 10028 */
  .cut-run-cut-tag .cut_tag_work .cut_tag_work_inner .cut_tag_work_img .imglink span {
    margin: 10px auto 0; }
  .cut-run-cut-tag .cuttag_assays .cuttag_assays_inner .back {
    margin-top: 600px; }
  .cut-run-cut-tag .our-products-tabs .tabs .tab .tab-title {
    font-size: 16px; }
  .cut-run-cut-tag .tabs.product_tabs {
    padding: 0 0 20px; }
  .page .cut_page.cut-run-cut-tag .tech_reference_section .container, .page .cut_page.cut-run-cut-tag .tech_reference_section .product-tabs {
    margin-bottom: 20px; }
  .cut-run-cut-tag .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-next,
  .cut-run-cut-tag .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-prev {
    height: 30px;
    width: 30px;
    z-index: 9;
    background-color: #fff; }
  .cut-run-cut-tag .related-title h2, .cut-run-cut-tag .related-title .giftcard-header {
    font-size: 25px;
    margin: 0px 0 12px 0; }
  .cut-run-cut-tag .our-products-tabs .tabs-contents .productGrid {
    padding: 0 55px; }
  .cut-run-cut-tag .our-products-tabs .tabs .tab {
    display: inline-block; }
  .cut-run-cut-tag .cut_tag_work_inner p {
    padding: 0;
    text-align: center; }
  .cut-run-cut-tag .cut_tag_banner .banner-cont-inner h1, .cut-run-cut-tag .cut_tag_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .cut-run-cut-tag .cut_tag_banner .banner-cont-inner .post-title {
    margin: 0; }
  .cut-run-cut-tag .cut_tag_banner .banner-cont-inner a.button-products {
    padding: 0px 17px;
    max-width: 53%;
    margin: 6px 0 0;
    line-height: 24px; }
  .cut-run-cut-tag .cut_tag_banner .banner-cont-inner .main-button-links-header-large {
    display: none; }
  .cut-run-cut-tag .cut_tag_banner .banner-cont-inner .main-button-links-header-small {
    display: block; }
  .cut-run-cut-tag .cut_tag_banner .cut_tag_banner .banner-cont-inner h1, .cut-run-cut-tag .cut_tag_banner .cut_tag_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .cut-run-cut-tag .cut_tag_banner .cut_tag_banner .banner-cont-inner .post-title {
    margin: 0; }
  .cut-run-cut-tag .Video-section .Video-inner .Video-con {
    padding-top: 140px; }
  .cut-run-cut-tag .cut_tag_work_inner > h2, .cut-run-cut-tag .cut_tag_work_inner > .giftcard-header {
    font-size: 24px; }
  .cut-run-cut-tag .cut_tag_work .cut_tag_work_inner .cut_tag_work_img {
    max-width: 100%;
    width: 100%;
    padding: 0 0 20px; }
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out {
    width: 100%;
    float: none;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
    margin: 0 0 30px; }
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .cuttag_assays_a {
    padding: 15px;
    min-height: 100%;
    box-shadow: 0 1px 6px -3px #000; }
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .box_acon ul li,
  .cut-run-cut-tag .tech_reference_section ul li {
    font-size: 14px; }
  .view_publication {
    height: 33px;
    font-size: 16px;
    padding: 3px;
    line-height: 28px;
    margin: 10px auto 0; }
  .cut-run-cut-tag .cuttag_assays .cuttag_assays_inner .back {
    display: none; }
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .shop_cutrun_tag,
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .learn_cutrun_tag {
    margin-bottom: 0; }
  .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .cuttag_assays_a .giftcard-header, .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .cuttag_assays_a h2, .cut-run-cut-tag .cuttag_assays_box .assays_box_inner .box-a-out .cuttag_assays_a .giftcard-header {
    font-size: 26px;
    font-weight: 700; }
  /* end 10028 */
  .cut_tag_banner .banner-cont-inner h1, .cut_tag_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .cut_tag_banner .banner-cont-inner .post-title {
    font-size: 26px;
    line-height: 32px; }
  .have_ques {
    padding: 30px 0; }
  .have_ques_left {
    max-width: 100%;
    width: 100%; }
  .have_ques_left h2, .have_ques_left .giftcard-header, .cut_tag_work .cut_tag_work_inner .cut_tag_work_cont h2, .cut_tag_work .cut_tag_work_inner .cut_tag_work_cont .giftcard-header, .tech_generatessec .generat-inner .generat-title h2, .tech_generatessec .generat-inner .generat-title .giftcard-header {
    font-size: 26px; }
  .have_ques_bottom ul {
    margin-bottom: 0; }
  .have_ques_right {
    border-left: none;
    max-width: 100%;
    width: 100%;
    padding-left: 0; }
  .page .cut_page .page-content p {
    font-size: 14px !important;
    line-height: 24px; }
  .have_ques_right h3, .have_ques_right .section-title, .have_ques_right .listing-title, .have_ques_right .login-modal .account-sub-heading, .login-modal .have_ques_right .account-sub-heading, .have_ques_right .auth-sub-heading {
    font-size: 20px;
    margin-bottom: 10px; }
  .have_ques_right p {
    margin-bottom: 10px; }
  .have_ques_bottom {
    padding-bottom: 25px;
    padding-top: 0; }
  .have_ques_bottom ul li {
    font-size: 18px;
    line-height: 40px;
    padding-left: 35px; }
  .chart-section .chart-inner .back {
    margin-top: -95px; }
  .chart-section .chart-inner .chart-con {
    max-width: 460px;
    padding-top: 100px;
    padding-bottom: 10px; }
  .Video-section {
    padding: 30px 0 0 0; }
  .Video-section .Video-inner .back {
    margin-top: -140px; }
  .Video-section .Video-inner .Video-con {
    max-width: 460px;
    padding: 150px 15px 10px 15px; }
  .Video-section .Video-inner .video iframe {
    min-height: 280px;
    max-height: 280px; }
  .cut_tag_work {
    padding: 30px 0; }
  .cut_tag_work .cut_tag_work_inner .cut_tag_work_img {
    width: 100%;
    max-width: 100%;
    padding: 5rem;
    text-align: center; }
  .cut_tag_work .cut_tag_work_inner .cut_tag_work_img .imglink span {
    margin: 15px auto;
    max-width: 200px; }
  .cut-and-run .cut_tag_work .cut_tag_work_inner .cut_tag_work_img .imglink span {
    margin: 0 auto 30px;
    max-width: 200px; }
  .cut_tag_work .cut_tag_work_inner .cut_tag_work_cont {
    width: 100%;
    padding: 0; }
  .tech_generatessec .generat-inner .generat-con {
    max-width: 520px;
    padding: 200px 15px 10px 15px; }
  .cells-to-seqsec {
    padding: 30px 0; }
  .cut-and-run .cells-to-seqsec {
    padding: 30px 0 20px; }
  .cells-to-seqsec .cells-to-seq-inner .cells-to-seq-title h2, .cells-to-seqsec .cells-to-seq-inner .cells-to-seq-title .giftcard-header, .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont h2, .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont .giftcard-header, .have-que .have-que-inner h2, .have-que .have-que-inner .giftcard-header {
    font-size: 25px; }
  .cuttag_proto {
    padding: 30px 0; }
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont {
    width: 100%;
    padding: 0; }
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont ul {
    margin: 10px 0 20px; }
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont ul li {
    font-size: 14px;
    line-height: 24px; }
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_img {
    width: 100%;
    padding: 0; }
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_img img {
    margin: 20px auto 0; }
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_img a {
    margin: 30px 0 0; }
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_img a.cuttag_proto_img_link {
    margin-top: 0px; }
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_img iframe {
    max-height: 400px; }
  .cuttag_assays .cuttag_assays_inner .cuttag_assays_title h2, .cuttag_assays .cuttag_assays_inner .cuttag_assays_title .giftcard-header {
    font-size: 25px; }
  .cuttag_assays_box .assays_box_inner .box-a-out,
  .cuttag_assays_box .assays_box_inner .box-b-out,
  .cuttag_assays_box .assays_box_inner .box-c-out {
    width: 100%;
    min-height: auto;
    margin: 0 0 20px 0; }
  .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a,
  .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b,
  .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c {
    width: 100%;
    max-width: 100%; }
  .cuttag_assays_box .assays_box_inner.run .box-a-out .assays_box_a,
  .cuttag_assays_box .assays_box_inner.run .box-b-out .assays_box_b,
  .cuttag_assays_box .assays_box_inner.run .box-c-out .assays_box_c {
    width: 100%;
    max-width: 100%;
    min-height: auto; }
  .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bimg {
    padding: 20px 0 63px 0; }
  .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_cimg {
    padding: 20px 0 63px 0; }
  .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_aimg {
    padding: 17px 0 26px 0; }
  .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon h3, .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .section-title, .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .listing-title, .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .login-modal .account-sub-heading, .login-modal .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .account-sub-heading, .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .auth-sub-heading {
    font-size: 20px;
    line-height: 26px; }
  .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon h3, .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .section-title, .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .listing-title, .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .login-modal .account-sub-heading, .login-modal .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .account-sub-heading, .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .auth-sub-heading {
    font-size: 20px;
    line-height: 26px; }
  .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_bcon h3, .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_bcon .section-title, .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_bcon .listing-title, .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_bcon .login-modal .account-sub-heading, .login-modal .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_bcon .account-sub-heading, .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_bcon .auth-sub-heading {
    font-size: 20px;
    line-height: 26px; }
  .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon,
  .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon,
  .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon {
    padding: 0px 15px 1px;
    margin-bottom: 0; }
  .related_pro_sec .product-listing-grid .listing-wrapper {
    padding: 0 55px; }
  .related_pro_sec .product-listing-grid .listing-wrapper .slick-next,
  .related_pro_sec .product-listing-grid .listing-wrapper .slick-prev {
    width: 30px;
    height: 30px; }
  .related_pro_sec .product-listing-grid .listing-wrapper .slick-prev {
    left: 0px;
    background-color: #fff;
    border-radius: 50%; }
  .related_pro_sec .product-listing-grid .listing-wrapper .slick-next {
    right: 0;
    background-color: #fff;
    border-radius: 50%; }
  .related_pro_sec .related-title h2, .related_pro_sec .related-title .giftcard-header {
    margin: 10px 0 20px;
    font-size: 25px; }
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont ul li::before {
    top: 8px; }
  .cut-run-cut-tag .our-products-tabs .tabs .tab {
    margin: 0 4px 0 0; } }

@media only screen and (max-width: 479px) {
  /* start 10028 */
  .cut-run-cut-tag .cut_tag_work .cut_tag_work_inner .cut_tag_work_img .imglink span {
    margin: 10px auto 0; }
  .cut-run-cut-tag .tech_reference_section .spikein_reference_title h2, .cut-run-cut-tag .tech_reference_section .spikein_reference_title .giftcard-header {
    margin: 0 0 20px; }
  .cut-run-cut-tag .cut_tag_work_inner h3.title_green, .cut-run-cut-tag .cut_tag_work_inner .title_green.section-title, .cut-run-cut-tag .cut_tag_work_inner .title_green.listing-title, .cut-run-cut-tag .cut_tag_work_inner .login-modal .title_green.account-sub-heading, .login-modal .cut-run-cut-tag .cut_tag_work_inner .title_green.account-sub-heading, .cut-run-cut-tag .cut_tag_work_inner .title_green.auth-sub-heading,
  .cut-run-cut-tag .cut_tag_work_inner h3.title_orange,
  .cut-run-cut-tag .cut_tag_work_inner .title_orange.section-title,
  .cut-run-cut-tag .cut_tag_work_inner .title_orange.listing-title,
  .cut-run-cut-tag .cut_tag_work_inner .login-modal .title_orange.account-sub-heading,
  .login-modal .cut-run-cut-tag .cut_tag_work_inner .title_orange.account-sub-heading,
  .cut-run-cut-tag .cut_tag_work_inner .title_orange.auth-sub-heading {
    margin: 20px 0 10px; }
  .cut-run-cut-tag .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-next {
    right: 0px; }
  .cut-run-cut-tag .our-products-tabs .tabs-contents .tab-content .slick-arrow.slick-prev {
    left: 0; }
  .page .cut_page.cut-run-cut-tag .tech_reference_section .container, .page .cut_page.cut-run-cut-tag .tech_reference_section .product-tabs {
    margin-bottom: 16px; }
  .cut-run-cut-tag .our-products-tabs .tabs .tab .tab-title {
    font-size: 13px;
    line-height: normal; }
  .cut-run-cut-tag .related-title h2, .cut-run-cut-tag .related-title .giftcard-header {
    font-size: 22px;
    margin: 0px; }
  .cut-run-cut-tag .our-products-tabs .tabs-contents .productGrid {
    padding: 0 20px; }
  .our-products-tabs .tabs-contents .tab-content .product-list-item {
    margin-right: 12px;
    max-width: 250px; }
  .cut-run-cut-tag .Video-section .Video-inner .back {
    margin-top: -80px; }
  .cut-run-cut-tag .Video-section .Video-inner .Video-con {
    padding-top: 100px; }
  .cut-run-cut-tag .cut_tag_work_inner h2.title_green, .cut-run-cut-tag .cut_tag_work_inner .title_green.giftcard-header {
    font-size: 1.5rem; }
  .cut-run-cut-tag .cut_tag_work_inner h3.title_green, .cut-run-cut-tag .cut_tag_work_inner .title_green.section-title, .cut-run-cut-tag .cut_tag_work_inner .title_green.listing-title, .cut-run-cut-tag .cut_tag_work_inner .login-modal .title_green.account-sub-heading, .login-modal .cut-run-cut-tag .cut_tag_work_inner .title_green.account-sub-heading, .cut-run-cut-tag .cut_tag_work_inner .title_green.auth-sub-heading,
  .cut-run-cut-tag .cut_tag_work_inner h3.title_orange,
  .cut-run-cut-tag .cut_tag_work_inner .title_orange.section-title,
  .cut-run-cut-tag .cut_tag_work_inner .title_orange.listing-title,
  .cut-run-cut-tag .cut_tag_work_inner .login-modal .title_orange.account-sub-heading,
  .login-modal .cut-run-cut-tag .cut_tag_work_inner .title_orange.account-sub-heading,
  .cut-run-cut-tag .cut_tag_work_inner .title_orange.auth-sub-heading {
    font-size: 18px; }
  /* end 10028 */
  .cut_tag_banner .banner-cont-inner h1, .cut_tag_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .cut_tag_banner .banner-cont-inner .post-title {
    font-size: 20px;
    line-height: 1; }
  .cut_tag_banner .back-img img {
    opacity: 0.4; }
  .page .cut_page .page-content p {
    line-height: 20px; }
  .have_ques_left h2, .have_ques_left .giftcard-header, .cut_tag_work .cut_tag_work_inner .cut_tag_work_cont h2, .cut_tag_work .cut_tag_work_inner .cut_tag_work_cont .giftcard-header, .tech_generatessec .generat-inner .generat-title h2, .tech_generatessec .generat-inner .generat-title .giftcard-header, .cells-to-seqsec .cells-to-seq-inner .cells-to-seq-title h2, .cells-to-seqsec .cells-to-seq-inner .cells-to-seq-title .giftcard-header, .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont h2, .cuttag_proto .cuttag_proto_inner .cuttag_proto_cont .giftcard-header, .have-que .have-que-inner h2, .have-que .have-que-inner .giftcard-header, .cuttag_assays .cuttag_assays_inner .cuttag_assays_title h2, .cuttag_assays .cuttag_assays_inner .cuttag_assays_title .giftcard-header {
    font-size: 22px; }
  .have_ques_right a,
  .cuttag_proto .cuttag_proto_inner .cuttag_proto_img a,
  .have-que .have-que-inner a {
    font-size: 14px; }
  .have_ques_bottom ul li {
    font-size: 16px;
    line-height: 30px; }
  .have_ques_bottom ul li::before {
    top: 3px; }
  .chart-section .chart-inner .back {
    margin-top: -100px; }
  .chart-section .chart-inner .chart-con {
    max-width: 484px;
    padding: 100px 15px 1px 15px; }
  .Video-section .Video-inner .video iframe {
    min-height: 160px;
    max-height: 160px; }
  .Video-section .Video-inner .back {
    margin-top: -80px; }
  .Video-section .Video-inner .Video-con {
    max-width: 460px;
    padding: 90px 15px 10px 15px; }
  .page .cut_page .page-content p br {
    display: none; }
  .cuttag_assays_box .assays_box_inner .box-a-out,
  .cuttag_assays_box .assays_box_inner .box-b-out,
  .cuttag_assays_box .assays_box_inner .box-c-out {
    width: 100%;
    min-height: auto;
    margin: 0 0 20px 0; }
  .cuttag_assays .cuttag_assays_inner .back,
  .cut-and-tag .cuttag_assays .cuttag_assays_inner .back {
    display: none; }
  .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a,
  .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b,
  .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c {
    min-height: auto; }
  .cuttag_assays_box .assays_box_inner .box-a-out .assays_box_a .box_aimg,
  .cuttag_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bimg,
  .cuttag_assays_box .assays_box_inner .box-c-out .assays_box_c .box_cimg {
    padding: 15px 0; }
  .tech_generatessec .generat-inner .back,
  .cut-and-run .tech_generatessec .generat-inner .back {
    margin-top: -100px; }
  .tech_generatessec .generat-inner .generat-con {
    padding: 100px 15px 10px 15px; }
  .cut-and-run .tech_generatessec .generat-inner .generat-con {
    padding-top: 100px; }
  .related_pro_sec .related-title h2, .related_pro_sec .related-title .giftcard-header {
    font-size: 22px; }
  .related_pro_sec .product-listing-grid .listing-wrapper {
    padding: 0 20px; }
  .related_pro_sec .product-listing-grid .listing-wrapper .account-product-item, .related_pro_sec .product-listing-grid .listing-wrapper .product-grid-item, .related_pro_sec .product-listing-grid .listing-wrapper .account-product-item {
    max-width: 250px; }
  .cut_tag_work .cut_tag_work_inner .cut_tag_work_img {
    padding: 0; } }

/*QA 10025*/
.spike-in .section {
  padding: 5rem 0 57px 0; }

.spike_in_banner {
  float: left;
  width: 100%;
  position: relative; }

.spike_in_banner .back-img {
  float: left;
  width: 100%; }

.spike_in_banner .back-img img {
  width: 100%;
  height: auto;
  border-top: none;
  border-bottom: none; }

.spike_in_banner .banner-cont {
  float: left;
  width: 100%; }

.spike_in_banner .banner-cont-inner {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate(0%, -50%); }

.spike_in_banner .banner-cont-inner h1, .spike_in_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .spike_in_banner .banner-cont-inner .post-title {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  color: #232720;
  text-align: left;
  font-family: "Nunito Sans", sans-serif;
  text-transform: none; }

.spike_in_banner .banner-cont-inner a {
  padding: 1px 25px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  display: inline-block;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .spike_in_banner .banner-cont-inner a {
      padding: 6px 45px;
      border-radius: 25px;
      font-size: 18px; } }
  @media screen and (min-width: 991px) {
    .spike_in_banner .banner-cont-inner a {
      padding: 12px 52px;
      border-radius: 30px;
      font-size: 21px; } }
  .spike_in_banner .banner-cont-inner a.button-products {
    color: #ffffff;
    background: #309b42;
    margin-right: 8px;
    font-weight: 600; }
    .spike_in_banner .banner-cont-inner a.button-products:hover, .spike_in_banner .banner-cont-inner a.button-products:focus {
      color: #ffffff;
      background: #9e9fa4;
      text-decoration: none; }
  .spike_in_banner .banner-cont-inner a.button-services {
    color: #ffffff;
    background: #e87722;
    margin-left: 7px; }
    .spike_in_banner .banner-cont-inner a.button-services:hover, .spike_in_banner .banner-cont-inner a.button-services:focus {
      color: #ffffff;
      background: #9e9fa4; }

.spike_in_banner .banner-cont-inner a:hover {
  text-decoration: none;
  background-color: #9e9fa4; }

.spike-in .have_ques {
  float: left;
  width: 100%;
  padding: 85px 0 18px; }

.spike-in .have_ques_left {
  width: 70%;
  max-width: 100%;
  float: left; }

.spike-in .have_ques_left h2, .spike-in .have_ques_left .giftcard-header {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
  color: #4698cb;
  margin: 0 0 14px 0; }

.spike-in .have_ques_left p {
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  max-width: 760px;
  -webkit-hyphens: auto;
          hyphens: auto; }

.spike-in .have_ques_right {
  width: 30%;
  max-width: 293px;
  float: right;
  border-left: 3px solid #ffb85c;
  padding-left: 38px; }

.spike-in .have_ques_right h3, .spike-in .have_ques_right .section-title, .spike-in .have_ques_right .listing-title, .spike-in .have_ques_right .login-modal .account-sub-heading, .login-modal .spike-in .have_ques_right .account-sub-heading, .spike-in .have_ques_right .auth-sub-heading {
  font-size: 30px;
  margin: 0 0 17px;
  font-weight: 600;
  color: #000;
  line-height: 28px;
  color: #232720;
  text-transform: capitalize;
  font-family: "Nunito Sans", sans-serif; }

.spike-in .have_ques_right p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 15px; }

.spike-in .have_ques_right a {
  background: #4698cb;
  color: #fff;
  text-transform: capitalize;
  padding: 5px 16px 5px 18px;
  border-radius: 53px;
  margin: 12px 0 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 600; }

.spike-in .have_ques_right a:hover {
  color: #fff;
  background: #9e9fa4;
  text-decoration: none; }

.spike-in .have_ques_bottom {
  float: left;
  width: 100%;
  padding-top: 23px; }

.spike-in .have_ques_bottom ul {
  float: left;
  width: 100%;
  padding-left: 0; }

.spike-in .have_ques_bottom ul li {
  float: left;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
  width: 100%;
  position: relative;
  padding-left: 49px;
  margin-bottom: 0; }

.spike-in .have_ques_bottom ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 26px;
  height: 25px;
  background: url(https://www.epicypher.com/content/right-icon.png); }

.spike-in .Video-section {
  float: left;
  width: 100%;
  padding: 26px 0 0 0; }

.spike-in .Video-section .Video-inner {
  float: left;
  width: 100%;
  text-align: center; }

.spike-in .Video-section .Video-inner .video {
  display: block;
  width: 100%;
  position: absolute; }

.spike-in .Video-section .Video-inner .video .Video-img img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 1px 5px -3px #000; }

.spike-in .Video-section .Video-inner .video iframe {
  min-height: 422px; }

.spike-in .Video-section .Video-inner .back {
  background-color: #4698cb;
  margin-top: 160px; }

.spike-in .Video-section .Video-inner .Video-con {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 784px;
  margin: 0 auto;
  padding-top: 274px;
  padding-bottom: 44px; }

.spike-in .Video-section .Video-inner .Video-con p {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  color: #000; }

.spike-in .Video-section .Video-inner .Video-con p {
  color: #fff !important; }

.spike_in_work {
  float: left;
  width: 100%;
  padding: 104px 0 45px; }

.spike_in_work .spike_in_work_inner {
  float: left;
  width: 100%;
  margin: 0 -15px; }

.spike_in_work .spike_in_work_inner .spike_in_work_img {
  float: left;
  width: 40%;
  padding: 0 15px; }

.spike_in_work .spike_in_work_inner .spike_in_work_img img {
  max-width: 100%;
  height: auto;
  cursor: zoom-in; }

.spike_in_work .spike_in_work_inner .spike_in_work_img .imglink {
  text-decoration: none; }

.spike_in_work .spike_in_work_inner .spike_in_work_img .imglink span {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #2d2d2d; }

.spike_in_work .spike_in_work_inner .spike_in_work_img .imglink span:before {
  content: "";
  left: -36px;
  top: -2px;
  background: url(https://www.epicypher.com/content/zoom-icon.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute; }

.spike_in_work .spike_in_work_inner .spike_in_work_cont {
  float: right;
  width: 60%;
  padding: 0 15px 0 61px; }

.spike_in_work .spike_in_work_inner .spike_in_work_cont h2, .spike_in_work .spike_in_work_inner .spike_in_work_cont .giftcard-header {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 28px;
  color: #4698cb;
  margin: 0 0 29px 0; }

.spike_in_work .spike_in_work_inner .spike_in_work_cont p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin-bottom: 29px;
  -webkit-hyphens: auto;
          hyphens: auto; }

.spike_in_experiment {
  float: left;
  width: 100%;
  padding: 64px 0 0; }

.spike_in_experiment h2, .spike_in_experiment .giftcard-header {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
  color: #232720;
  margin: 0;
  text-align: center; }

.spike_in_experiment .spikein_experi {
  float: left;
  width: 100%; }

.spike_in_experiment .spikein_experi.experi-a {
  padding: 57px 0 0; }

.spike_in_experiment .spikein_experi.experi-b {
  padding: 72px 0 0; }

.spike_in_experiment .spikein_experi.experi-c {
  padding: 94px 0 0; }

.spike_in_experiment .spikein_experi .spikein_experi_inner {
  float: left;
  width: 100%; }

.spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont {
  float: left;
  width: 65%;
  max-width: 610px;
  padding: 0 15px; }

.spike_in_experiment .spikein_experi.experi-c .spikein_experi_inner .spikein_experi_cont {
  float: left;
  width: 65%;
  max-width: 570px;
  padding: 0 15px; }

.spike_in_experiment .spikein_experi.experi-b.kit-methods .spikein_experi_inner .spikein_experi_cont {
  float: right;
  width: 55%; }

.spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont h2, .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont .giftcard-header {
  display: block;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  line-height: 28px;
  color: #4698cb;
  margin: 0 0 21px 0; }

.spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin-bottom: 15px;
  -webkit-hyphens: auto;
          hyphens: auto; }

.spike_in_experiment .spikein_experi.experi-c .spikein_experi_inner .spikein_experi_cont p {
  margin-bottom: 28px; }

.spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont ul {
  float: left;
  width: 100%;
  padding-left: 0;
  margin: 18px 0 33px 16px;
  list-style: none; }

.spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont ul li {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  position: relative;
  padding-left: 40px; }

.spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont ul li:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 12px;
  width: 8px;
  height: 8px;
  background: url(https://www.epicypher.com/content/disc.png); }

/*.spike_in_experiment .spikein_experi.experi-a .spikein_experi_inner .spikein_experi_cont ul li:nth-child(1):before{content: "";position: absolute;left: -9px;top: 4px;width: 24px;height: 23px;background: url(https://www.epicypher.com/content/loop-c.png);}
.spike_in_experiment .spikein_experi.experi-a .spikein_experi_inner .spikein_experi_cont ul li:nth-child(2):before{content: "";position: absolute;left: -5px;top: 4px;width: 18px;height: 17px;background: url(https://www.epicypher.com/content/loop-b.png);}
.spike_in_experiment .spikein_experi.experi-a .spikein_experi_inner .spikein_experi_cont ul li:nth-child(3):before{content: "";position: absolute;left: -5px;top: 4px;width: 18px;height: 17px;background: url(https://www.epicypher.com/content/loop-a.png);}
.spike_in_experiment .spikein_experi.experi-a .spikein_experi_inner .spikein_experi_cont ul li:nth-child(4):before{content: "";position: absolute;left: -9px;top: 4px;width: 24px;height: 23px;background: url(https://www.epicypher.com/content/loop-c.png);}
.spike_in_experiment .spikein_experi.experi-b .spikein_experi_inner .spikein_experi_cont ul li:nth-child(1):before{content: "";position: absolute;left: -5px;top: 4px;width: 18px;height: 17px;background: url(https://www.epicypher.com/content/loop-a.png);}
.spike_in_experiment .spikein_experi.experi-b .spikein_experi_inner .spikein_experi_cont ul li:nth-child(2):before{content: "";position: absolute;left: -5px;top: 4px;width: 18px;height: 17px;background: url(https://www.epicypher.com/content/loop-b.png);}
.spike_in_experiment .spikein_experi.experi-b .spikein_experi_inner .spikein_experi_cont ul li:nth-child(3):before{content: "";position: absolute;left: -5px;top: 4px;width: 18px;height: 17px;background: url(https://www.epicypher.com/content/loop-a.png);}
.spike_in_experiment .spikein_experi.experi-b .spikein_experi_inner .spikein_experi_cont ul li:nth-child(4):before{content: "";position: absolute;left: -9px;top: 4px;width: 24px;height: 23px;background: url(https://www.epicypher.com/content/loop-d.png);}*/
.spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_img {
  float: right;
  width: 35%;
  padding: 0 15px;
  text-align: center; }

.spike_in_experiment .spikein_experi.experi-b.kit-methods .spikein_experi_inner .spikein_experi_img {
  float: left;
  width: 45%; }

.spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_img .imglink {
  text-decoration: none; }

.spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_img .imglink img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto 0;
  cursor: zoom-in; }

.spike_in_experiment .spikein_experi.experi-c .spikein_experi_inner .spikein_experi_img .imglink img {
  margin: 0 auto; }

.spike_in_experiment .spikein_experi.experi-a.kit-methods .spikein_experi_inner .spikein_experi_img .imglink img {
  margin: 0 auto; }

.spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_img .imglink span {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 10px auto 0;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #2d2d2d; }

.spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_img .imglink span:before {
  content: "";
  left: -36px;
  top: -2px;
  background: url(https://www.epicypher.com/content/zoom-icon.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute; }

.spikein_assays {
  float: left;
  width: 100%;
  padding: 106px 0 63px 0; }

.spikein_assays .spikein_assays_inner {
  float: left;
  width: 100%;
  text-align: center; }

.spikein_assays .spikein_assays_inner .spikein_assays_title h2, .spikein_assays .spikein_assays_inner .spikein_assays_title .giftcard-header {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
  color: #232720;
  margin: 0 0 60px 0; }

.cut-and-tag .spikein_assays .spikein_assays_inner .spikein_assays_title h2, .cut-and-tag .spikein_assays .spikein_assays_inner .spikein_assays_title .giftcard-header {
  margin: 0 0 64px; }

.tech_reference_section {
  width: 100%;
  float: left; }

.tech_reference_section .spikein_reference_title h2, .tech_reference_section .spikein_reference_title .giftcard-header {
  text-align: center;
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
  color: #232720;
  margin: 0 0 30px 0; }

.spikein_assays .spikein_assays_inner .spikein_assays_box {
  display: block;
  width: 100%;
  position: absolute; }

.spikein_assays_box .assays_box_inner {
  float: left;
  width: 100%; }

.spikein_assays_box .assays_box_inner .box-a-out {
  padding: 0 14px;
  display: inline-block;
  vertical-align: top; }

.spikein_assays_box .assays_box_inner .box-a-out .assays_box_a {
  max-width: 317px;
  min-height: 450px;
  background-color: #fff;
  box-shadow: 0 1px 6px -3px #000; }

.spikein_assays_box .assays_box_inner .box-a-out .assays_box_a.kit {
  min-height: 480px; }

.spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_aimg {
  display: block;
  width: 100%;
  padding: 0px 0 0px 0;
  min-height: 1px; }

.spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_aimg img {
  max-width: 100%;
  height: auto; }

.spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon {
  display: inline-block;
  width: 100%;
  padding: 0 17px; }

.spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon h3, .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .section-title, .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .listing-title, .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .login-modal .account-sub-heading, .login-modal .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .account-sub-heading, .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .auth-sub-heading {
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #4698cb;
  text-align: left;
  margin: 0 0 19px 0;
  text-transform: none; }

.spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  text-align: left;
  -webkit-hyphens: auto;
          hyphens: auto; }

.spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon a {
  text-decoration: none; }

.spikein_assays_box .assays_box_inner .box-b-out {
  padding: 0 14px;
  display: inline-block;
  vertical-align: top; }

.spikein_assays_box .assays_box_inner .box-b-out .assays_box_b {
  max-width: 317px;
  min-height: 450px;
  background-color: #fff;
  box-shadow: 0 1px 6px -3px #000; }

.spikein_assays_box .assays_box_inner .box-b-out .assays_box_b.kit {
  min-height: 480px; }

.spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bimg {
  display: block;
  width: 100%;
  padding: 1px 0 0px 0;
  min-height: 1px; }

.spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bimg img {
  max-width: 100%;
  height: auto; }

.spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon {
  display: inline-block;
  width: 100%;
  padding: 0 17px; }

.spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon h3, .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .section-title, .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .listing-title, .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .login-modal .account-sub-heading, .login-modal .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .account-sub-heading, .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .auth-sub-heading {
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #4698cb;
  text-align: left;
  margin: 0 0 19px 0;
  text-transform: none; }

.spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  text-align: left;
  -webkit-hyphens: auto;
          hyphens: auto; }

.spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon a {
  text-decoration: none; }

.spikein_assays_box .assays_box_inner .box-c-out {
  padding: 0 14px;
  display: inline-block;
  vertical-align: top; }

.spikein_assays_box .assays_box_inner .box-c-out .assays_box_c {
  max-width: 317px;
  min-height: 450px;
  background-color: #fff;
  box-shadow: 0 1px 6px -3px #000; }

.spikein_assays_box .assays_box_inner .box-c-out .assays_box_c.kit {
  min-height: 480px; }

.spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_cimg {
  display: block;
  width: 100%;
  padding: 8px 15px 11px;
  min-height: 1px; }

.spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_cimg.kit {
  padding: 8px 68px 11px; }

.spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_cimg img {
  max-width: 100%;
  height: auto; }

.spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon {
  display: inline-block;
  width: 100%;
  padding: 0 17px; }

.spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon h3, .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .section-title, .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .listing-title, .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .login-modal .account-sub-heading, .login-modal .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .account-sub-heading, .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .auth-sub-heading {
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #4698cb;
  text-align: left;
  margin: 0 0 19px 0;
  text-transform: none; }

.spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  text-align: left;
  -webkit-hyphens: auto;
          hyphens: auto; }

.spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon a {
  text-decoration: none; }

.spikein_assays .spikein_assays_inner .back {
  background-color: #e5e5e5;
  min-height: 250px;
  margin-top: 324px; }

.spikein_assays .spikein_assays_inner .generat-con {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 810px;
  margin: 0px auto 0;
  padding-top: 253px;
  padding-bottom: 34px; }

.spike-in .related_pro_sec {
  float: left;
  width: 100%;
  padding: 0 0 57px; }

.spike-in .related_pro_sec .related-title h2, .spike-in .related_pro_sec .related-title .giftcard-header {
  margin: 10px 0 36px 0; }

.spike-in .related_pro_sec ul.product_tabs li.tab .tab-title {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  line-height: 25px;
  border: none;
  text-decoration: none; }

.spike-in .related_pro_sec ul.product_tabs li.tab .tab-title {
  background-color: inherit; }

.spike-in .related_pro_sec ul.product_tabs li.tab.is-active .tab-title {
  border-bottom: 3px solid #21963b; }

.custom_Spike-In .spike-in .related_pro_sec ul.product_tabs {
  margin: 0;
  padding: 0;
  text-align: center; }

.spike-in .related_pro_sec ul.product_tabs li {
  display: inline-block;
  padding: 0 20px; }

.spike-in .related_pro_sec .tabs_content {
  float: left;
  width: 100%;
  padding: 2.1rem 0; }

.spike-in .related_pro_sec .tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }

.spike-in .related_pro_sec .tab-content.has-jsContent.is-active {
  height: auto;
  overflow: visible;
  padding: 0;
  visibility: visible; }

.page .custom_Spike-In .have-que .have-que-inner form {
  padding-top: 15px; }

.page .custom_Spike-In .have-que .have-que-inner p {
  font-size: 14px !important;
  line-height: 20px; }

.cut_run_kit_buy_button {
  display: inline-flex;
  justify-content: center;
  width: 100%; }

.cut_run_kit_buy_button .cut_run_kit_button_img {
  color: white;
  background-color: #21963b;
  padding: 0.8rem 3.3rem;
  border-radius: 2rem;
  margin: 0.2rem;
  font-size: 1.3rem;
  text-align: center; }

.cut_run_kit_buy_button .cut_run_kit_button_img:hover {
  text-decoration: none;
  background: #9e9fa4; }

.page .cut_page .tech_reference_section .container, .page .cut_page .tech_reference_section .product-tabs {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 3rem; }

.page .cut_page .tech_reference_section p {
  margin-bottom: 0px; }

.page .cut_page .tech_reference_section p a {
  color: #4698cb !important;
  font-weight: 700; }

.page .cut_page .tech_reference_section ul a {
  color: #4698cb !important;
  font-weight: 600; }

.page .cut_page .tech_reference_section .reference_section_sub {
  padding-left: 50px;
  color: #4698cb !important; }

/* antibody style */
.related_pro_sec {
  float: left;
  width: 100%;
  padding: 0 0 57px; }

.related_pro_sec .related-title h2, .related_pro_sec .related-title .giftcard-header {
  margin: 10px 0 36px 0; }

.experiment_section .antibody_experiment_cont a {
  color: #4698cb; }

.related_pro_sec ul.product_tabs li.tab .tab-title {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  line-height: 25px;
  border: none;
  text-decoration: none; }

.related_pro_sec ul.product_tabs li.tab .tab-title {
  background-color: inherit; }

.related_pro_sec ul.product_tabs li.tab.is-active .tab-title {
  border-bottom: 3px solid #21963b; }

.custom_Spike-In .related_pro_sec ul.product_tabs {
  margin: 0;
  padding: 0;
  text-align: center; }

.related_pro_sec ul.product_tabs li {
  display: inline-block;
  padding: 0 20px; }

.related_pro_sec .tabs_content {
  float: left;
  width: 100%;
  padding: 2.1rem 0; }

.related_pro_sec .tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }

.related_pro_sec .tab-content.has-jsContent.is-active {
  height: auto;
  overflow: visible;
  padding: 0;
  visibility: visible; }

/* Video Section antibodies */
.antibody .Video-section {
  float: left;
  width: 100%;
  padding: 26px 0 0 0; }

.antibody .Video-section .Video-inner {
  float: left;
  width: 100%;
  text-align: center; }

.antibody .Video-section .Video-inner .video {
  display: block;
  width: 100%;
  position: absolute; }

.antibody .Video-section .Video-inner .video .Video-img img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 1px 5px -3px #000; }

.antibody .Video-section .Video-inner .video iframe {
  min-height: 422px; }

.antibody .Video-section .Video-inner .back {
  background-color: #4698cb;
  margin-top: 160px; }

.antibody .Video-section .Video-inner .Video-con {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 784px;
  margin: 0 auto;
  padding-top: 274px;
  padding-bottom: 44px; }

.antibody .Video-section .Video-inner .Video-con p {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  color: #000; }

.antibody .Video-section .Video-inner .Video-con p {
  color: #fff !important; }

/* Antibody Assays */
.antibody_assays {
  float: left;
  width: 100%;
  padding: 106px 0 63px 0; }

.antibody_assays .antibody_assays_inner {
  float: left;
  width: 100%;
  text-align: center; }

.antibody_assays .antibody_assays_inner .antibody_assays_title h2, .antibody_assays .antibody_assays_inner .antibody_assays_title .giftcard-header {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
  color: #232720;
  margin: 0 0 60px 0; }

.cut-and-tag .antibody_assays .antibody_assays_inner .antibody_assays_title h2, .cut-and-tag .antibody_assays .antibody_assays_inner .antibody_assays_title .giftcard-header {
  margin: 0 0 64px; }

.antibody_assays .antibody_assays_inner .antibody_assays_box {
  display: block;
  width: 100%;
  position: absolute; }

.antibody_assays_box .assays_box_inner {
  float: left;
  width: 100%; }

.antibody_assays_box .assays_box_inner .box-a-out {
  padding: 0 14px;
  display: inline-block;
  vertical-align: top; }

.antibody_assays_box .assays_box_inner .box-a-out .assays_box_a {
  max-width: 317px;
  min-height: 450px;
  background-color: #fff;
  box-shadow: 0 1px 6px -3px #000; }

.antibody_assays_box .assays_box_inner .box-a-out .assays_box_a.kit {
  min-height: 480px; }

.antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_aimg {
  display: block;
  width: 100%;
  padding: 0px 0 0px 0;
  min-height: 1px; }

.antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_aimg img {
  max-width: 100%;
  height: auto; }

.antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon {
  display: inline-block;
  width: 100%;
  padding: 0 17px; }

.antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon h3, .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .section-title, .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .listing-title, .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .login-modal .account-sub-heading, .login-modal .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .account-sub-heading, .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .auth-sub-heading {
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #4698cb;
  text-align: left;
  margin: 0 0 19px 0;
  text-transform: none; }

.antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  text-align: left;
  -webkit-hyphens: auto;
          hyphens: auto; }

.antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon a {
  text-decoration: none; }

.antibody_assays_box .assays_box_inner .box-b-out {
  padding: 0 14px;
  display: inline-block;
  vertical-align: top; }

.antibody_assays_box .assays_box_inner .box-b-out .assays_box_b {
  max-width: 317px;
  min-height: 450px;
  background-color: #fff;
  box-shadow: 0 1px 6px -3px #000; }

.antibody_assays_box .assays_box_inner .box-b-out .assays_box_b.kit {
  min-height: 480px; }

.antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bimg {
  display: block;
  width: 100%;
  padding: 1px 0 0px 0;
  min-height: 1px; }

.antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bimg img {
  max-width: 100%;
  height: auto; }

.antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon {
  display: inline-block;
  width: 100%;
  padding: 0 17px; }

.antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon h3, .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .section-title, .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .listing-title, .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .login-modal .account-sub-heading, .login-modal .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .account-sub-heading, .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .auth-sub-heading {
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #4698cb;
  text-align: left;
  margin: 0 0 19px 0;
  text-transform: none; }

.antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  text-align: left;
  -webkit-hyphens: auto;
          hyphens: auto; }

.antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon a {
  text-decoration: none; }

.antibody_assays_box .assays_box_inner .box-c-out {
  padding: 0 14px;
  display: inline-block;
  vertical-align: top; }

.antibody_assays_box .assays_box_inner .box-c-out .assays_box_c {
  max-width: 317px;
  min-height: 450px;
  background-color: #fff;
  box-shadow: 0 1px 6px -3px #000; }

.antibody_assays_box .assays_box_inner .box-c-out .assays_box_c.kit {
  min-height: 480px; }

.antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_cimg {
  display: block;
  width: 100%;
  padding: 8px 15px 11px;
  min-height: 1px; }

.antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_cimg.kit {
  padding: 8px 68px 11px; }

.antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_cimg img {
  max-width: 100%;
  height: auto; }

.antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon {
  display: inline-block;
  width: 100%;
  padding: 0 17px; }

.antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon h3, .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .section-title, .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .listing-title, .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .login-modal .account-sub-heading, .login-modal .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .account-sub-heading, .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .auth-sub-heading {
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #4698cb;
  text-align: left;
  margin: 0 0 19px 0;
  text-transform: none; }

.antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  text-align: left;
  -webkit-hyphens: auto;
          hyphens: auto; }

.antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon a {
  text-decoration: none; }

.antibody_assays .antibody_assays_inner .back {
  background-color: #e5e5e5;
  min-height: 250px;
  margin-top: 324px; }

.antibody_assays .antibody_assays_inner .generat-con {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 810px;
  margin: 0px auto 0;
  padding-top: 253px;
  padding-bottom: 34px; }

/* TOP BANNER */
.top_banner {
  float: left;
  width: 100%;
  position: relative; }

.top_banner .back-img {
  float: left;
  width: 100%; }

.top_banner .back-img img {
  width: 100%;
  height: auto;
  border-top: none;
  border-bottom: none; }

.top_banner .banner-cont {
  float: left;
  width: 100%; }

.top_banner .banner-cont-inner {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate(0%, -50%); }

.top_banner .banner-cont-inner h1, .top_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .top_banner .banner-cont-inner .post-title {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  color: #232720;
  text-align: left;
  font-family: "Nunito Sans", sans-serif;
  text-transform: none; }

.top_banner .banner-cont-inner a {
  padding: 1px 25px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  display: inline-block;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .top_banner .banner-cont-inner a {
      padding: 6px 45px;
      border-radius: 25px;
      font-size: 18px; } }
  @media screen and (min-width: 991px) {
    .top_banner .banner-cont-inner a {
      padding: 12px 52px;
      border-radius: 30px;
      font-size: 21px; } }
  .top_banner .banner-cont-inner a.button-products {
    color: #ffffff;
    background: #309b42;
    margin-right: 8px;
    font-weight: 600; }
    .top_banner .banner-cont-inner a.button-products:hover, .top_banner .banner-cont-inner a.button-products:focus {
      color: #ffffff;
      background: #9e9fa4;
      text-decoration: none; }
  .top_banner .banner-cont-inner a.button-services {
    color: #ffffff;
    background: #e87722;
    margin-left: 7px; }
    .top_banner .banner-cont-inner a.button-services:hover, .top_banner .banner-cont-inner a.button-services:focus {
      color: #ffffff;
      background: #9e9fa4; }

/* antibody how_it_works */
.how_it_works {
  float: left;
  width: 100%;
  padding: 104px 0 45px; }

.how_it_works .how_it_works_inner {
  float: left;
  width: 100%;
  margin: 0 -15px; }

.how_it_works .how_it_works_inner .how_it_works_img {
  float: left;
  width: 40%;
  padding: 0 15px; }

.how_it_works .how_it_works_inner .how_it_works_img img {
  max-width: 100%;
  height: auto;
  cursor: zoom-in; }

.how_it_works .how_it_works_inner .how_it_works_img .imglink span {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #2d2d2d; }

.how_it_works .how_it_works_inner .how_it_works_img .imglink span:before {
  content: "";
  left: -36px;
  top: -2px;
  background: url(https://www.epicypher.com/content/zoom-icon.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute; }

.how_it_works .how_it_works_inner .how_it_works_cont {
  float: right;
  width: 60%;
  padding: 0 15px 0 61px; }

.how_it_works .how_it_works_inner .how_it_works_cont h2, .how_it_works .how_it_works_inner .how_it_works_cont .giftcard-header {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 28px;
  color: #4698cb;
  margin: 0 0 29px 0; }

.how_it_works .how_it_works_inner .how_it_works_cont p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin-bottom: 29px;
  -webkit-hyphens: auto;
          hyphens: auto; }

.top_banner .banner-cont-inner a:hover {
  text-decoration: none;
  background-color: #9e9fa4; }

.Video-section .video_caption_ref {
  color: #ffffff; }

/* Table */
.antibody_table_header {
  font-weight: 600;
  font-size: 32px;
  text-align: center; }

.antibody_table_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 64px;
  max-width: 1200px; }

/* Experiment Section */
.experiment_section {
  max-width: 1170px;
  margin: auto;
  width: 100%;
  padding: 64px 0 0; }

.experiment_section_header {
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 32px;
  padding: 32px;
  text-align: center;
  max-width: 1000px;
  margin: auto; }

.experiment_section_exp {
  display: flex; }

.antibody_experiment_cont {
  padding: 0 48px;
  padding-bottom: 16px; }

.experiment_section_break {
  margin-bottom: 32px; }

.antibody_experiment_header {
  color: #4698cb;
  font-weight: 600; }

.antibody_experiment_img_1 {
  padding: 0 48px; }

.antibody_experiment_img_2 {
  padding: 0 36px; }

.antibody_experiment_img .imglink:hover {
  text-decoration: none; }

.antibody_experiment_img .imglink span {
  padding-bottom: 32px;
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #2d2d2d; }

.antibody_experiment_img .imglink span:before {
  content: "";
  left: -36px;
  top: -2px;
  background: url(https://www.epicypher.com/content/zoom-icon.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute; }

.antibody_experiment_img span::before {
  content: "";
  left: 0;
  top: -2px;
  background: url(https://www.epicypher.com/content/zoom-icon.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px; }

.antibody_experiment_img .imgLink.spotlight {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 10px auto 0;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #2d2d2d; }

.tabs.product_tabs {
  text-align: center; }

/* Antibody Product Table */
a.antibody_related_products_link {
  color: #4698cb; }

.antibody_accordion_content {
  padding: 0; }

.table_set_tabs button {
  padding: 15px 0;
  height: 100px; }

.antibody_product_table table {
  margin-left: auto;
  margin-right: auto;
  border-style: none;
  width: 90%;
  font-size: 22px; }

.antibody_product_table th {
  background-color: orange;
  color: white;
  padding: 0 5px; }

th.antibodies_table_catalog {
  text-align: right; }

.antibody_table_products_row:hover {
  text-decoration: none;
  background: #f5f5f5; }

.antibody_product_table td {
  padding: 0 10px 0 5px !important; }

.antibody_product_table a {
  color: #4698cb; }

td.antibody_table_products_row_name {
  color: #666666; }

td.antibody_table_products_row_type {
  color: #666666; }

td.antibody_table_products_link {
  text-align: right; }

td.antibody_table_products_name_thermo {
  color: #9e9fa3; }

td.antibody_table_products_type_thermo {
  color: #9e9fa3; }

td.antibody_table_products_link_thermo a {
  color: #9e9fa3; }

td.antibody_table_products_link_thermo {
  text-align: right; }

/* End Antibody Product Table */
@media only screen and (max-width: 1199px) {
  .page .cut_page .page-content p {
    font-size: 16px !important;
    line-height: 26px; }
  .spike_in_banner .banner-cont-inner h1, .spike_in_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .spike_in_banner .banner-cont-inner .post-title {
    font-size: 40px;
    line-height: 50px; }
  .spike-in .have_ques {
    padding: 50px 0 20px; }
  .spike-in .have_ques_right {
    max-width: 263px;
    padding-left: 25px; }
  .spike-in .have_ques_bottom {
    padding-top: 0; }
  .spike-in .Video-section {
    padding: 20px 0 0 0; }
  .spike-in .Video-section .Video-inner .Video-con {
    max-width: 686px; }
  .spike_in_work {
    padding: 50px 0; }
  .spike_in_experiment {
    padding: 50px 0 0; }
  .spike_in_experiment .spikein_experi.experi-a,
  .spike_in_experiment .spikein_experi.experi-b,
  .spike_in_experiment .spikein_experi.experi-c {
    padding: 50px 0 0; }
  .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont ul li {
    font-size: 16px; }
  /* Antibodies style */
  .antibody .Video-section {
    padding: 20px 0 0 0; }
  .antibody .Video-section .Video-inner .Video-con {
    max-width: 686px; }
  .antibody_table_image {
    max-width: 100%; }
  /* GENERAL */
  .top_banner .banner-cont-inner h1, .top_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .top_banner .banner-cont-inner .post-title {
    font-size: 40px;
    line-height: 50px; }
  .how_it_works {
    padding: 50px 0; }
  .experiment_section {
    padding: 50px 0 0; }
  .experiment_section .spikein_experi.experi-a,
  .experiment_section .spikein_experi.experi-b,
  .experiment_section .spikein_experi.experi-c {
    padding: 50px 0 0; }
  .experiment_section .spikein_experi .spikein_experi_inner .spikein_experi_cont ul li {
    font-size: 16px; }
  .antibody_experiment_section_list {
    font-size: 16px; } }

@media only screen and (max-width: 1064px) {
  .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a,
  .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b,
  .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c {
    max-width: 290px; }
  .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a,
  .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b,
  .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c {
    max-width: 290px; } }

@media only screen and (max-width: 991px) {
  .spike_in_banner .banner-cont-inner h1, .spike_in_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .spike_in_banner .banner-cont-inner .post-title {
    font-size: 32px;
    line-height: 40px; }
  .spike-in .have_ques {
    padding: 30px 0 10px; }
  .spike-in .have_ques_left {
    max-width: 68%; }
  .spike-in .have_ques_left h2, .spike-in .have_ques_left .giftcard-header {
    font-size: 28px;
    line-height: 1; }
  .spike-in .have_ques_right h3, .spike-in .have_ques_right .section-title, .spike-in .have_ques_right .listing-title, .spike-in .have_ques_right .login-modal .account-sub-heading, .login-modal .spike-in .have_ques_right .account-sub-heading, .spike-in .have_ques_right .auth-sub-heading {
    font-size: 24px;
    line-height: 1; }
  .spike-in .have_ques_right a {
    font-size: 16px;
    margin: 0px; }
  .spike-in .have_ques_bottom ul li {
    font-size: 22px;
    line-height: 40px; }
  .spike-in .Video-section .Video-inner .Video-con {
    padding-top: 240px;
    padding-bottom: 20px; }
  .spike-in .Video-section .Video-inner .video iframe {
    min-height: 375px;
    max-height: 375px; }
  .spike_in_work {
    padding: 30px 0; }
  .spike_in_work .spike_in_work_inner {
    margin: 0; }
  .spike_in_work .spike_in_work_inner .spike_in_work_cont {
    padding: 0 15px 0 30px; }
  .spike_in_work .spike_in_work_inner .spike_in_work_cont h2, .spike_in_work .spike_in_work_inner .spike_in_work_cont .giftcard-header, .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont h2, .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont .giftcard-header {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px; }
  .spike_in_work .spike_in_work_inner .spike_in_work_cont p {
    margin-bottom: 15px; }
  .spike_in_experiment {
    padding: 20px 0 0; }
  .spike_in_experiment h2, .spike_in_experiment .giftcard-header {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px; }
  .spike_in_experiment .spikein_experi.experi-a {
    padding: 10px 0 0; }
  .spike_in_experiment .spikein_experi.experi-b,
  .spike_in_experiment .spikein_experi.experi-c {
    padding: 30px 0 0; }
  .spike_in_experiment .spikein_experi.experi-c .spikein_experi_inner .spikein_experi_cont p {
    margin-bottom: 15px; }
  .spikein_assays .spikein_assays_inner .spikein_assays_title h2, .spikein_assays .spikein_assays_inner .spikein_assays_title .giftcard-header {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 30px; }
  .tech_reference_section .spikein_reference_title h2, .tech_reference_section .spikein_reference_title .giftcard-header {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 10px; }
  .spikein_assays {
    padding: 30px 0; }
  .spikein_assays_box .assays_box_inner {
    padding: 0 15px; }
  .spikein_assays_box .assays_box_inner .box-a-out,
  .spikein_assays_box .assays_box_inner .box-b-out,
  .spikein_assays_box .assays_box_inner .box-c-out {
    padding: 0 6px; }
  .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a,
  .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b,
  .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c {
    max-width: 230px;
    min-height: 400px; }
  .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a.kit,
  .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b.kit {
    max-width: 225px;
    min-height: 440px; }
  .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c.kit {
    max-width: 240px;
    min-height: 440px; }
  .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon h3, .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .section-title, .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .listing-title, .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .login-modal .account-sub-heading, .login-modal .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .account-sub-heading, .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .auth-sub-heading, .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon h3, .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .section-title, .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .listing-title, .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .login-modal .account-sub-heading, .login-modal .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .account-sub-heading, .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .auth-sub-heading, .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon h3, .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .section-title, .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .listing-title, .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .login-modal .account-sub-heading, .login-modal .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .account-sub-heading, .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .auth-sub-heading {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 15px 0; }
  .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon,
  .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon,
  .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon {
    padding: 0 15px; }
  .spikein_assays .spikein_assays_inner .back {
    margin-top: 230px; }
  .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c .box_cimg.kit {
    padding: 8px 52px 11px; }
  .spike-in .related_pro_sec {
    padding: 0 0 33px; }
  .spike-in .related_pro_sec .tabs_content {
    padding: 0.8rem 0; }
  .spike-in .related_pro_sec .related-title h2, .spike-in .related_pro_sec .related-title .giftcard-header {
    margin: 10px 0 15px; }
  .spike-in .related_pro_sec ul.product_tabs li {
    padding: 0 10px; }
  .spike-in .related_pro_sec ul.product_tabs li.tab .tab-title {
    font-size: 16px; }
  /* antibodies */
  .related_pro_sec {
    padding: 0 0 33px; }
  .related_pro_sec .tabs_content {
    padding: 0.8rem 0; }
  .related_pro_sec .related-title h2, .related_pro_sec .related-title .giftcard-header {
    margin: 10px 0 15px; }
  .related_pro_sec ul.product_tabs li {
    padding: 0 10px; }
  .spike-in .related_pro_sec ul.product_tabs li.tab .tab-title {
    font-size: 16px; }
  .antibody .Video-section .Video-inner .Video-con {
    padding-top: 240px;
    padding-bottom: 20px; }
  .antibody .Video-section .Video-inner .video iframe {
    min-height: 375px;
    max-height: 375px; }
  .antibody_assays .antibody_assays_inner .antibody_assays_title h2, .antibody_assays .antibody_assays_inner .antibody_assays_title .giftcard-header {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 30px; }
  .antibody_assays {
    padding: 30px 0; }
  .antibody_assays_box .assays_box_inner {
    padding: 0 15px; }
  .antibody_assays_box .assays_box_inner .box-a-out,
  .antibody_assays_box .assays_box_inner .box-b-out,
  .antibody_assays_box .assays_box_inner .box-c-out {
    padding: 0 6px; }
  .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a,
  .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b,
  .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c {
    max-width: 230px;
    min-height: 400px; }
  .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a.kit,
  .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b.kit {
    max-width: 225px;
    min-height: 440px; }
  .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c.kit {
    max-width: 240px;
    min-height: 440px; }
  .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon h3, .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .section-title, .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .listing-title, .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .login-modal .account-sub-heading, .login-modal .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .account-sub-heading, .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon .auth-sub-heading, .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon h3, .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .section-title, .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .listing-title, .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .login-modal .account-sub-heading, .login-modal .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .account-sub-heading, .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon .auth-sub-heading, .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon h3, .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .section-title, .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .listing-title, .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .login-modal .account-sub-heading, .login-modal .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .account-sub-heading, .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon .auth-sub-heading {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 15px 0; }
  .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a .box_acon,
  .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b .box_bcon,
  .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_ccon {
    padding: 0 15px; }
  .antibody_assays .antibody_assays_inner .back {
    margin-top: 230px; }
  .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c .box_cimg.kit {
    padding: 8px 52px 11px; }
  /* GENERAL */
  .top_banner .banner-cont-inner h1, .top_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .top_banner .banner-cont-inner .post-title {
    font-size: 32px;
    line-height: 40px; }
  .how_it_works {
    padding: 30px 0; }
  .how_it_works .how_it_works_inner {
    margin: 0; }
  .how_it_works .how_it_works_inner .how_it_works_cont {
    padding: 0 15px 0 30px; }
  .how_it_works .how_it_works_inner .how_it_works_cont h2, .how_it_works .how_it_works_inner .how_it_works_cont .giftcard-header,
  .experiment_section .spikein_experi .spikein_experi_inner .spikein_experi_cont h2,
  .experiment_section .spikein_experi .spikein_experi_inner .spikein_experi_cont .giftcard-header {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px; }
  .how_it_works .how_it_works_inner .how_it_works_cont p {
    margin-bottom: 15px; }
  .experiment_section {
    padding: 20px 0 0; }
  .experiment_section h2, .experiment_section .giftcard-header {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px; }
  .experiment_section .spikein_experi.experi-a {
    padding: 10px 0 0; }
  .experiment_section .spikein_experi.experi-b,
  .experiment_section .spikein_experi.experi-c {
    padding: 30px 0 0; }
  .experiment_section .spikein_experi.experi-c .spikein_experi_inner .spikein_experi_cont p {
    margin-bottom: 15px; } }

@media only screen and (max-width: 784px) {
  .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a {
    max-width: 220px; }
  .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b {
    max-width: 220px; }
  .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c {
    max-width: 220px; }
  .spikein_assays_box .assays_box_inner .box-a-out {
    max-width: 230px; }
  .spikein_assays_box .assays_box_inner .box-b-out {
    max-width: 230px; }
  .spikein_assays_box .assays_box_inner .box-c-out {
    max-width: 230px; } }

@media only screen and (max-width: 767px) {
  .spike-in .section {
    padding: 5rem 0 15px 0; }
  .page .cut_page .page-content p {
    font-size: 14px !important; }
  .spike_in_banner .banner-cont-inner h1, .spike_in_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .spike_in_banner .banner-cont-inner .post-title {
    font-size: 26px;
    line-height: 32px; }
  .spike-in .have_ques_left,
  .spike-in .have_ques_right {
    max-width: 100%;
    width: 100%; }
  .spike-in .have_ques_right {
    border-left: none;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 0; }
  .spike-in .have_ques_left h2, .spike-in .have_ques_left .giftcard-header {
    font-size: 24px; }
  .spike-in .have_ques_right h3, .spike-in .have_ques_right .section-title, .spike-in .have_ques_right .listing-title, .spike-in .have_ques_right .login-modal .account-sub-heading, .login-modal .spike-in .have_ques_right .account-sub-heading, .spike-in .have_ques_right .auth-sub-heading {
    font-size: 22px; }
  .spike_in_work {
    padding: 30px 0 0; }
  .spike_in_work .spike_in_work_inner .spike_in_work_img {
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center; }
  .spike_in_work .spike_in_work_inner .spike_in_work_cont {
    padding: 0;
    width: 100%; }
  .spike-in .Video-section .Video-inner .Video-con {
    max-width: 540px;
    padding-top: 130px; }
  .spike-in .Video-section .Video-inner .video iframe {
    min-height: 280px;
    max-height: 280px; }
  .spike-in .Video-section .Video-inner .video .Video-img img {
    width: 637px;
    min-height: 280px;
    max-height: 280px; }
  .spike_in_work .spike_in_work_inner .spike_in_work_cont h2, .spike_in_work .spike_in_work_inner .spike_in_work_cont .giftcard-header, .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont h2, .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont .giftcard-header, .spike_in_experiment h2, .spike_in_experiment .giftcard-header, .spikein_assays .spikein_assays_inner .spikein_assays_title h2, .spikein_assays .spikein_assays_inner .spikein_assays_title .giftcard-header, .tech_reference_section .spikein_reference_title h2, .tech_reference_section .spikein_reference_title .giftcard-header {
    font-size: 26px; }
  .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont,
  .spike_in_experiment .spikein_experi.experi-c .spikein_experi_inner .spikein_experi_cont,
  .spike_in_experiment .spikein_experi.experi-b.kit-methods .spikein_experi_inner .spikein_experi_cont {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_img,
  .spike_in_experiment .spikein_experi.experi-b.kit-methods .spikein_experi_inner .spikein_experi_img {
    width: 100%;
    padding: 0; }
  .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_img .imglink img {
    margin: 10px auto; }
  .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont ul {
    margin: 18px 0 15px 0px; }
  .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont ul li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px; }
  .spikein_assays .spikein_assays_inner .spikein_assays_box {
    position: static; }
  .spikein_assays_box .assays_box_inner .box-a-out,
  .spikein_assays_box .assays_box_inner .box-b-out,
  .spikein_assays_box .assays_box_inner .box-c-out {
    padding: 0 0 20px 0; }
  .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a,
  .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b,
  .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c {
    max-width: 360px;
    min-height: 380px;
    width: 100%;
    margin: 0 auto; }
  .spikein_assays_box .assays_box_inner .box-a-out .assays_box_a.kit,
  .spikein_assays_box .assays_box_inner .box-b-out .assays_box_b.kit,
  .spikein_assays_box .assays_box_inner .box-c-out .assays_box_c.kit {
    max-width: 360px;
    min-height: 380px;
    width: 100%;
    margin: 0 auto; }
  .spikein_assays .spikein_assays_inner .back {
    display: none; }
  .cut_run_kit_buy_button .cut_run_kit_button_img {
    padding: 0.7rem 3rem;
    border-radius: 1.8rem;
    font-size: 1.1rem; }
  .page .cut_page .tech_reference_section .container, .page .cut_page .tech_reference_section .product-tabs {
    padding-left: 20px;
    padding-right: 20px; }
  /* Antibody */
  .antibody .Video-section .Video-inner .Video-con {
    max-width: 540px;
    padding-top: 130px; }
  .antibody .Video-section .Video-inner .video iframe {
    min-height: 280px;
    max-height: 280px; }
  .antibody .Video-section .Video-inner .video .Video-img img {
    width: 637px;
    min-height: 280px;
    max-height: 280px; }
  .antibody_experiment_section_list {
    font-size: 14px; }
  /* GENERAL */
  .top_banner .banner-cont-inner h1, .top_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .top_banner .banner-cont-inner .post-title {
    font-size: 26px;
    line-height: 32px; }
  .how_it_works {
    padding: 30px 0 0; }
  .how_it_works .how_it_works_inner .how_it_works_img {
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center; }
  .how_it_works .how_it_works_inner .how_it_works_cont {
    padding: 0;
    width: 100%; }
  .experiment_section_exp {
    display: block; }
  .antibody_assays .antibody_assays_inner .antibody_assays_box {
    position: static; }
  .antibody_assays_box .assays_box_inner .box-a-out,
  .antibody_assays_box .assays_box_inner .box-b-out,
  .antibody_assays_box .assays_box_inner .box-c-out {
    padding: 0 0 20px 0; }
  .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a,
  .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b,
  .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c {
    max-width: 360px;
    min-height: 380px;
    width: 100%;
    margin: 0 auto; }
  .antibody_assays_box .assays_box_inner .box-a-out .assays_box_a.kit,
  .antibody_assays_box .assays_box_inner .box-b-out .assays_box_b.kit,
  .antibody_assays_box .assays_box_inner .box-c-out .assays_box_c.kit {
    max-width: 360px;
    min-height: 380px;
    width: 100%;
    margin: 0 auto; }
  .antibody_assays .antibody_assays_inner .back {
    display: none; }
  .table_set_tabs button {
    width: 420px;
    border-radius: 10px;
    margin: 5px;
    margin-left: auto;
    margin-right: auto; }
  .antibody_product_table table {
    padding: 0;
    font-size: 18px; } }

@media only screen and (max-width: 479px) {
  .spike_in_banner .banner-cont-inner h1, .spike_in_banner .banner-cont-inner .blog-items-list .post-title, .blog-items-list .spike_in_banner .banner-cont-inner .post-title {
    font-size: 20px;
    line-height: 1; }
  .spike-in .have_ques_left h2, .spike-in .have_ques_left .giftcard-header {
    font-size: 22px; }
  .spike-in .have_ques_bottom ul li {
    font-size: 16px;
    line-height: 36px; }
  .spike-in .Video-section .Video-inner .video iframe {
    min-height: 160px;
    max-height: 160px; }
  .spike-in .Video-section .Video-inner .video .Video-img img {
    width: 384px;
    min-height: 160px;
    max-height: 160px; }
  .spike-in .Video-section .Video-inner .back {
    margin-top: 40px; }
  .spike-in .Video-section .Video-inner .Video-con p {
    line-height: 20px; }
  .spike_in_work .spike_in_work_inner .spike_in_work_cont h2, .spike_in_work .spike_in_work_inner .spike_in_work_cont .giftcard-header, .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont h2, .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont .giftcard-header, .spike_in_experiment h2, .spike_in_experiment .giftcard-header, .spikein_assays .spikein_assays_inner .spikein_assays_title h2, .spikein_assays .spikein_assays_inner .spikein_assays_title .giftcard-header, .tech_reference_section .spikein_reference_title h2, .tech_reference_section .spikein_reference_title .giftcard-header {
    font-size: 24px; }
  .spike-in .related_pro_sec ul.product_tabs li {
    margin-bottom: 0; }
  .page .custom_Spike-In div#agileform_div {
    padding: 0px 15px; }
  .page .custom_Spike-In div#agileform3 {
    width: 100%; }
  .page .custom_Spike-In #agileform_div .agile-field {
    width: 90% !important; }
  .page .custom_Spike-In .have-que .have-que-inner #agileform3 .agile-field.agile-field-xlarge.agile-height-default {
    width: 100% !important;
    padding: 0px !important; }
  .cut_run_kit_buy_button .cut_run_kit_button_img {
    padding: 0.5rem 2rem;
    border-radius: 1.5rem;
    font-size: 1rem; }
  .related_pro_sec ul.product_tabs li {
    margin-bottom: 0; }
  /* Antibody */
  .antibody .Video-section .Video-inner .video iframe {
    min-height: 160px;
    max-height: 160px; }
  .antibody .Video-section .Video-inner .video .Video-img img {
    width: 384px;
    min-height: 160px;
    max-height: 160px; }
  .antibody .Video-section .Video-inner .back {
    margin-top: 40px; }
  .antibody .Video-section .Video-inner .Video-con p {
    line-height: 20px; }
  .antibody_product_table table {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px; }
  /* GENERAL */
  .how_it_works .how_it_works_inner .how_it_works_cont h2, .how_it_works .how_it_works_inner .how_it_works_cont .giftcard-header, .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont h2, .spike_in_experiment .spikein_experi .spikein_experi_inner .spikein_experi_cont .giftcard-header, .spike_in_experiment h2, .spike_in_experiment .giftcard-header, .antibody_assays .antibody_assays_inner .antibody_assays_title h2, .antibody_assays .antibody_assays_inner .antibody_assays_title .giftcard-header,
  .spikein_reference_section .spikein_reference_title h2,
  .spikein_reference_section .spikein_reference_title .giftcard-header {
    font-size: 24px; } }

@media only screen and (max-width: 479px) {
  .page .custom_Spike-In #agileform_div .agile-field {
    width: 85% !important; } }

@media only screen and (max-width: 320px) {
  .cut-run-cut-tag .cut_tag_banner .banner-cont-inner a.button-products {
    font-size: 13px; } }

/* product reference links */
.references-elisa-capture-kit {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

.references-recombinant-human {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

/* new privacy page */
.privacy_policy__header {
  text-align: center; }

.privacy_policy_content__inner_paragraph {
  padding-left: 40px; }

.privacy_policy_content__item {
  font-size: 16px;
  margin-left: 40px; }

.page-content .privacy_policy_content__item {
  margin-bottom: 0; }

/* Added specially to go around `!important` color issue */
.page .privacy_policy p {
  color: black !important; }

@media only screen and (max-width: 1023px) and (min-width: 990px) {
  body .site-header .main-nav-bar .navigation {
    width: 100%; } }

@media only screen and (max-width: 991px) and (min-width: 801px) {
  .button-mobile-nav-toggle {
    display: none; }
  #banner_1 .section-icon.overlap, .site-header .main-nav-bar .container, .site-header .main-nav-bar .product-tabs,
  .site-header .main-nav-bar .product-tabs {
    display: block; }
  .site-header .main-nav-bar .navigation ul li.dropdown.mega-nav,
  .site-header .main-nav-bar .navigation > ul > li.search-button-wrap,
  .site-header .main-nav-bar .navigation > ul > li.nav-page.nav-page.cart_menu {
    display: inline-block; }
  body .site-header .main-nav-bar .navigation {
    width: 100%; }
  .main-nav-bar .navigation > ul li:nth-last-child(n + 10),
  .main-nav-bar .navigation > ul li:nth-last-child(n + 10) ~ li {
    margin-right: 8px; }
  .site-header .main-nav-bar .navigation > ul > li.mega-nav .dropdown-panel {
    right: 0;
    overflow-y: scroll; } }

/* 2021 EpiCypher Conference Page */
.conference-table-2021 {
  width: 100%; }

.conference-table-2021-mobile {
  display: none;
  border: none;
  width: 100%; }

.conference-table-2021-mobile thead td {
  text-align: center; }

.conference-table-2021-mobile td {
  font-size: 14px;
  border-top: 1px solid #6b6e79;
  padding: 10px; }

.conference-table-2021-mobile td {
  font-family: Arial; }

@media only screen and (max-width: 670px) {
  .conference-table-2021-mobile {
    display: table; }
  .conference-table-2021 {
    display: none; } }

/** END CONFERENCE PAGE **/
.Service_page_main .have_ques_left p {
  line-height: 26px; }

/* All product description styling */
.form-field-title .required-text {
  display: none !important; }

.form-label {
  padding-left: 2rem; }

.form-label-text {
  margin: 0;
  margin-left: 0 !important; }

.product-general-info {
  display: flex;
  justify-content: flex-start;
  gap: 8rem;
  padding: 1.5rem 15px 0 15px; }

.product-general-info .product-general-info__list-left {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1rem; }

.product-general-info .product-general-info__list-right {
  list-style-type: none;
  margin-bottom: 1rem; }

.product-general-info .product-general-info__list-item {
  margin: 0; }

.product-droppdown .product-droppdown__section-description {
  padding: 1.25rem 0; }

.product-droppdown .product-droppdown__section-description-specific {
  display: block;
  padding: 1.25rem 0; }

.product-droppdown .product-table__data {
  padding: 0.5rem;
  color: black; }

.product-tech-info__line-item {
  display: flex;
  flex-direction: row; }

.product-tech-info__line-item-left {
  width: 25%; }

.product-tech-info__line-item-right {
  width: 75%; }

.product-documents {
  padding-bottom: 0.5rem; }

.brnodisplay {
  display: none; }

.product-description .product-documents__img {
  margin-bottom: 0; }

.product-documents__info {
  padding-left: 1rem;
  color: black; }

.product-documents__icon {
  width: 2rem;
  min-width: 2rem; }

.product-documents__svg-pdf {
  fill: #9e2a2b; }

.product-documents__svg-link {
  fill: #ffb819; }

.product-documents__svg-excel {
  fill: #309b42; }

.product-documents__svg-txt {
  fill: #222720; }

.product-documents__svg-background {
  fill: #ffffff; }

.product-description .product-documents__link:hover {
  text-decoration: none; }

.product-documents__link {
  height: auto;
  display: flex;
  align-items: center; }

@media only screen and (max-width: 1024px) {
  .product-general-info .product-general-info__list-left {
    width: 40%; } }

@media only screen and (max-width: 768px) {
  .product-general-info .product-general-info__list-left {
    width: 50%; }
  .product-general-info .product-general-info__list-right {
    width: 50%;
    padding-left: 0; } }

@media only screen and (max-width: 670px) {
  .product-tech-info__line-item {
    flex-direction: column;
    padding-bottom: 16px; }
  .product-tech-info__line-item:last-child {
    padding-bottom: 0; }
  .product-tech-info__line-item-left {
    width: 100%; }
  .product-tech-info__line-item-right {
    width: 100%; } }

/* Image Slideshow Styles */
.image-picker__left .image-picker__main-content_active {
  display: block; }

.image-picker__left > * {
  display: none; }

.image-picker {
  display: flex;
  flex-direction: row; }

.image-picker__left {
  width: 75%;
  display: flex; }

.image-picker__right {
  width: 25%;
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  margin-left: 2rem;
  text-align: center;
  overflow-y: scroll;
  position: relative; }

.image-picker__span-content {
  font-size: 16px; }

.image-picker__header-content {
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin-bottom: 22px; }

.image-picker__left-arrow,
.image-picker__right-arrow {
  background: transparent;
  z-index: auto !important; }

.image-picker__svg-left,
.image-picker__svg-right {
  color: #4698cb;
  pointer-events: none; }

.image-picker__main-image {
  max-height: 300px; }

.product-description .image-picker__main-image {
  margin: 0; }

.image-picker__main-image-caption {
  color: black;
  padding-top: 0.75rem; }

.product-description .image-picker__main-image-link {
  display: flex;
  flex-direction: column; }

.product-description .image-picker__main-image-link:hover {
  text-decoration: none; }

.image-picker__side-image {
  margin: 0;
  padding: 10px; }

.product-description .image-picker__side-image {
  margin: 0;
  padding: 5px;
  width: 100%; }

.image-picker__side-image_active {
  border: 2px solid #4698cb; }

.image-picker__gallery {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px; }

@media only screen and (max-width: 670px) {
  .image-picker {
    flex-direction: column; }
  .image-picker__left {
    width: 100%;
    display: flex; }
  .image-picker__right {
    width: 100%;
    margin: 0; }
  .image-picker__gallery {
    position: relative;
    display: flex;
    height: 150px;
    padding: 0; }
  .product-description .image-picker__side-image {
    margin: 5px;
    width: auto; } }

@media only screen and (max-width: 479px) {
  .product-general-info {
    flex-direction: column;
    gap: 0; }
  .product-general-info .product-general-info__list-left {
    width: 100%;
    margin-bottom: 0; }
  .product-general-info .product-general-info__list-right {
    width: 100%; }
  .image-picker__span-content {
    font-size: 15px; } }

/* End Image Slideshow Styles */
.page .page-content .reference-page-paragraph {
  color: black !important; }

/* Icon styling after March 22 2021 */
.our-products-tabs .product_tabs_product-references {
  margin-bottom: 0px; }

/* special case style for limited space between list items */
.blog-content .blog-content-list-item {
  margin-bottom: 0px; }

.blog-content .blog-content-unordered-list {
  margin-bottom: 0; }

/* Antibodies List Landing Page Styles May 10th */
.tab-inner .rspv-tab ul li .text-num .external-sku-content {
  color: #9e9fa3 !important; }

.rspv-tab ul.tab-list-single {
  -moz-column-count: 1;
       column-count: 1; }

.page .antibodies-inner-text .antibodies-target-table-legend {
  color: #666666 !important;
  margin-bottom: 0; }

.page .antibodies-inner-text .antibodies-target-table-footer {
  color: #666666 !important; }

.antibodies-custom-page {
  padding: 0px 0px 50px 70px; }

.antibodies-image {
  float: left;
  margin-bottom: 0px !important; }

.antibodies-title {
  padding: 25px 0px 0px 40px;
  color: #5ba7d0;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: none; }

/* Tablet Size */
@media only screen and (max-width: 718px) {
  .antibodies-custom-page {
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    flex-direction: column; }
  .antibodies-title {
    padding: 0px 0px 20px 0px; } }

/* About Us Landing Page Styles June 29th */
.about-us__overlay {
  display: none;
  height: 100%;
  width: 100%;
  transition: 0.1s ease; }

.about-us__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  align-items: stretch; }

.about-us__column:hover .about-us__overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.about-us__column:hover .about-us__card#card-1 {
  display: none; }

.page .page-content .about-us__text {
  color: black;
  font-size: 14px;
  text-align: left; }

.about-us__overlay .about-us__button {
  display: flex;
  align-items: flex-start; }

.button, .blog .post-read-more {
  padding: 6px 14px;
  border-radius: 16px; }

.page .page-content .about-us__author {
  display: flex;
  justify-content: flex-start;
  padding-top: 2.5rem !important;
  margin-bottom: 0;
  color: #000000 !important; }

.page .page-content .about-us__journal {
  display: flex;
  justify-content: flex-start;
  color: #000000 !important; }

.page .page-content .about-us__description {
  padding-top: 12px;
  padding-bottom: 3rem;
  display: flex;
  text-align: left;
  color: #4398cb !important; }

.page .page-content .about-us__view-more {
  display: flex;
  color: #4398cb !important;
  margin-bottom: 0; }

.about-us__column {
  padding: 1rem 2rem 1rem 0; }

.about-us__column:nth-child(3n + 3) {
  padding-right: 1rem; }

.about-us__card-wrapper {
  height: 490px;
  border: 2.5px solid #4398cb;
  text-align: center;
  border-radius: 7px;
  padding: 16px;
  background: url("https://www.epicypher.com/content/images/epicypher-logo.png");
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 105% 105%; }

.about-us__card-wrapper:hover {
  border: 2.5px solid #b3cfe6;
  text-align: center;
  border-radius: 7px;
  padding: 16px;
  background: url("https://www.epicypher.com/content/images/epicypher-logo.png");
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 105% 105%; }

.about-us__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

hr {
  height: 2px;
  margin: 3rem 0; }

.page .page-content .bottom-section-url {
  color: black !important; }

/* Small Desktop  */
@media screen and (max-width: 992px) {
  .about-us__column {
    padding: 1rem; }
  .about-us__card-wrapper {
    background-position: 104% 104%; }
  .about-us__card-wrapper:hover {
    background-position: 104% 104%; } }

@media screen and (max-width: 768px) {
  .about-us__card-wrapper {
    background-position: 103% 103%; }
  .about-us__card-wrapper:hover {
    background-position: 103% 103%; } }

@media screen and (max-width: 644px) {
  .about-us__card-wrapper {
    background-size: 25%;
    background-position: 103% 103%; }
  .about-us__card-wrapper:hover {
    background-size: 25%;
    background-position: 103% 103%; } }

@media screen and (max-width: 378px) {
  .about-us__card-wrapper {
    background-size: 25%;
    background-position: 102% 102%; }
  .about-us__card-wrapper:hover {
    background-size: 25%;
    background-position: 102% 102%; } }

/* About Us Landing Page Styles June 30th */
.have_ques {
  padding-bottom: 4rem; }

.services-section {
  display: flex;
  padding-bottom: 3rem;
  padding-top: 3rem;
  flex-wrap: wrap; }

.services-section-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-width: 30%; }

.services-page__button {
  padding: 5px 16px 5px 18px;
  /* margin-top: 2rem; */
  border-radius: 28px;
  background-color: #3d972f;
  max-width: 200px;
  max-height: 43px; }

.button, .blog .post-read-more {
  padding: 6px 30px;
  border-radius: 16px; }

.page .page-content .text-left {
  color: black !important; }

.page .page-content .service-image {
  float: left;
  -o-object-fit: fill;
     object-fit: fill;
  margin-right: 3rem; }

.blog-content img,
.page-content img,
.product-description img {
  margin-bottom: 0; }

.page .page-content .services-title {
  color: #4698cb !important;
  font-size: 1.5rem !important; }

.services-description {
  flex: auto; }

@media only screen and (max-width: 856px) {
  .services-section {
    justify-content: center;
    text-align: center; }
  .services-section-right {
    align-items: center; }
  .page .page-content .service-image {
    margin-bottom: 2rem; }
  .services-page__button {
    padding: 5px 16px 5px 18px;
    font-size: 14px;
    font-weight: 600; } }

.internal_epicypher h3, .internal_epicypher .section-title, .internal_epicypher .listing-title, .internal_epicypher .login-modal .account-sub-heading, .login-modal .internal_epicypher .account-sub-heading, .internal_epicypher .auth-sub-heading {
  margin-top: 5px;
  font-weight: 600; }

.epicypher-table td:before {
  display: none !important; }

@media only screen and (max-width: 1024px) {
  .epicypher-table td {
    position: relative !important;
    padding-left: 15px !important;
    white-space: inherit !important; } }

@media only screen and (max-width: 578px) {
  .epicypher-table td {
    display: flex; } }

.epicypher-table th {
  display: inherit !important;
  display: table-cell !important; }

@media only screen and (max-width: 1024px) {
  .epicypher-table th {
    display: inherit !important;
    display: table-cell !important; } }
