/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset calendarWin2k1Css 
 Path: js/calendar/calendar-win2k-1.css 
*/ 

/* The main calendar widget.  DIV containing a table. */.calendar {  position: relative;  display: none;  border-top: 2px solid #fff;  border-right: 2px solid #000;  border-bottom: 2px solid #000;  border-left: 2px solid #fff;  font-size: 11px;  color: #000;  cursor: default;  background: #d4d0c8;  font-family: tahoma,verdana,sans-serif;}.calendar table {  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;  font-size: 11px;  color: #000;  cursor: default;  background: #d4d0c8;  font-family: tahoma,verdana,sans-serif;}/* Header part -- contains navigation buttons and day names. */.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */  text-align: center;  padding: 1px;  border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff;}.calendar .nav {  background: transparent url("../../../js/calendar/menuarrow.gif") no-repeat 100% 100%;}.calendar thead .title { /* This holds the current "month, year" */  font-weight: bold;  padding: 1px;  border: 1px solid #000;  background: #848078;  color: #fff;  text-align: center;}.calendar thead .headrow { /* Row <TR> containing navigation buttons */}.calendar thead .daynames { /* Row <TR> containing the day names */}.calendar thead .name { /* Cells <TD> containing the day names */  border-bottom: 1px solid #000;  padding: 2px;  text-align: center;  background: #f4f0e8;}.calendar thead .weekend { /* How a weekend day name shows in header */  color: #f00;}.calendar thead .hilite { /* How do the buttons in header appear when hover */  border-top: 2px solid #fff;  border-right: 2px solid #000;  border-bottom: 2px solid #000;  border-left: 2px solid #fff;  padding: 0px;  background-color: #e4e0d8;}.calendar thead .active { /* Active (pressed) buttons in header */  padding: 2px 0px 0px 2px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;  background-color: #c4c0b8;}/* The body part -- contains all the days in month. */.calendar tbody .day { /* Cells <TD> containing month days dates */  width: 2em;  text-align: right;  padding: 2px 4px 2px 2px;}.calendar tbody .day.othermonth {  font-size: 80%;  color: #aaa;}.calendar tbody .day.othermonth.oweekend {  color: #faa;}.calendar table .wn {  padding: 2px 3px 2px 2px;  border-right: 1px solid #000;  background: #f4f0e8;}.calendar tbody .rowhilite td {  background: #e4e0d8;}.calendar tbody .rowhilite td.wn {  background: #d4d0c8;}.calendar tbody td.hilite { /* Hovered cells <TD> */  padding: 1px 3px 1px 1px;  border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff;}.calendar tbody td.active { /* Active (pressed) cells <TD> */  padding: 2px 2px 0px 2px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;}.calendar tbody td.selected { /* Cell showing selected date */  font-weight: bold;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;  padding: 2px 2px 0px 2px;  background: #e4e0d8;}.calendar tbody td.weekend { /* Cells showing weekend days */  color: #f00;}.calendar tbody td.today { /* Cell showing today date */  font-weight: bold;  color: #00f;}.calendar tbody .disabled { color: #999; }.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */  visibility: hidden;}.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */  display: none;}/* The footer part -- status bar and "Close" button */.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */}.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */  background: #f4f0e8;  padding: 1px;  border: 1px solid #000;  background: #848078;  color: #fff;  text-align: center;}.calendar tfoot .hilite { /* Hover style for buttons in footer */  border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff;  padding: 1px;  background: #e4e0d8;}.calendar tfoot .active { /* Active (pressed) style for buttons in footer */  padding: 2px 0px 0px 2px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;}/* Combo boxes (menus that display months/years for direct selection) */.calendar .combo {  position: absolute;  display: none;  width: 4em;  top: 0px;  left: 0px;  cursor: default;  border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff;  background: #e4e0d8;  font-size: 90%;  padding: 1px;  z-index: 100;}.calendar .combo .label,.calendar .combo .label-IEfix {  text-align: center;  padding: 1px;}.calendar .combo .label-IEfix {  width: 4em;}.calendar .combo .active {  background: #c4c0b8;  padding: 0px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;}.calendar .combo .hilite {  background: #048;  color: #fea;}.calendar td.time {  border-top: 1px solid #000;  padding: 1px 0px;  text-align: center;  background-color: #f4f0e8;}.calendar td.time .hour,.calendar td.time .minute,.calendar td.time .ampm {  padding: 0px 3px 0px 4px;  border: 1px solid #889;  font-weight: bold;  background-color: #fff;}.calendar td.time .ampm {  text-align: center;}.calendar td.time .colon {  padding: 0px 2px 0px 3px;  font-weight: bold;}.calendar td.time span.hilite {  border-color: #000;  background-color: #766;  color: #fff;}.calendar td.time span.active {  border-color: #f00;  background-color: #000;  color: #0f0;}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset pixAjaxSuiteCss 
 Path: skin/designcenter/pixafy/module/pixajaxsuite.scss 
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/module/pixajaxsuite.scss
==================================================
**/
#pix-fe .link-quickview.button {
  display: none;
}
#pix-fe .zoey-product .link-quickview {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 50%;
  margin-left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -16px;
}
#pix-fe .zoey-product .link-quickview .loader {
  position: static;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 4px;
  display: none;
}
#pix-fe .zoey-product.loading .link-quickview .loader {
  display: inline-block;
}
#pix-fe .zoey-product.loading .quick-view-loader-container .quickview-loading-graphic {
  display: inline-block;
  width: 20px;
}
#pix-fe .zoey-product.loading .quick-view-loader-container .quickview-loading-graphic + .link-quickview {
  display: none;
}
#pix-fe .zoey-product:not(.loading) .quick-view-loader-container .quickview-loading-graphic {
  display: none;
}
#pix-fe .zoey-product:not(.loading) .quick-view-loader-container .link-quickview {
  display: inline-block;
  position: static;
  top: auto;
  bottom: initial;
  left: initial;
  margin-left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  margin-top: 0;
}
#pix-fe.media-d .zoey-product:hover .link-quickview {
  display: inline-block;
}
#pix-fe.media-d .zoey-product.loading .link-quickview {
  display: inline-block;
}
#pix-fe #pixajaxsuite-modal #pixajaxsuite-modal-close {
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  font-size: 16px;
}
#pix-fe #pixajaxsuite-modal .loader-image {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
#pix-fe .desigcenter-quickview {
  text-align: left;
}
#pix-fe .desigcenter-quickview .product-name {
  margin-bottom: 20px;
}
#pix-fe .desigcenter-quickview .product-name h1 {
  font-size: 24px;
  font-weight: normal;
}
#pix-fe .desigcenter-quickview .product-shop .short-description {
  font-size: 14px;
  color: #333;
  padding-bottom: 26px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1.5;
  margin-bottom: 10px;
  clear: both;
}
#pix-fe .desigcenter-quickview .product-shop .short-description-content {
  max-height: 150px;
  overflow: hidden;
}
#pix-fe .desigcenter-quickview .product-shop .view-more-link-wrapper {
  margin-top: 10px;
}
#pix-fe .desigcenter-quickview .product-shop .extra-info .availability {
  font-size: 12px;
  color: #333;
  padding-bottom: 20px;
}
#pix-fe .desigcenter-quickview .product-shop .product-essentials-attribute-group .label {
  margin-right: 5px;
}
#pix-fe .desigcenter-quickview .product-shop .product-essentials-attribute-group .label:after {
  content: ':';
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .price-info .price-box {
  font-size: 17px;
  color: #333;
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .price-info .price-box .regular-price .price, #pix-fe .desigcenter-quickview .product-essential .product-shop .price-info .price-box .old-price .price, #pix-fe .desigcenter-quickview .product-essential .product-shop .price-info .price-box .special-price .price {
  font-size: inherit;
  color: inherit;
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .product-options .tooltip {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  background: none;
  border: none;
  vertical-align: top;
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .product-options .tooltip:before {
  display: none;
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .product-options .tooltip i.icon-tooltip {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  background: rgba(51, 51, 51, 1);
  color: rgba(255, 255, 255, 1);
  width: 15px;
  border-radius: 50%;
  line-height: 14px;
  height: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
  font-style: normal;
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .product-options .tooltip i.icon-tooltip:before {
  content: '';
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .product-options .tooltip:not(:hover) .content {
  display: none;
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .product-options .tooltip .content {
  width: 220px;
  padding: 20px;
  position: absolute;
  z-index: 999;
  left: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(204, 204, 204, 1);
  background-color: rgba(255, 255, 255, 1);
  color: rgba(68, 68, 68, 1);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-box {
  padding-top: 10px;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-cart {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: none;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .qty-wrapper {
  margin-bottom: 0;
  margin-right: 0;
  min-height: 30px;
  width: 100%;
  padding: 0;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .qty-wrapper .qty {
  height: 30px;
  width: 100%;
  border: 1px solid #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  padding-top: 35px;
  width: 100%;
  min-height: 40px;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-links {
  display: block;
  text-align: center;
  margin-top: 0;
  margin-right: 15px;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-links li {
  font-size: 10px;
  display: inline-block;
  float: none;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-links li a {
  display: inline-block;
  padding: 2px 7px 2px 0;
  margin-left: 7px;
  border-right: 1px solid #ccc;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-links li:first-child a {
  margin-left: 0;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-links li:last-child a {
  border-right: 0;
}
#pix-fe .desigcenter-quickview .more-views .product-image-thumbs li {
  padding: 15px 0 0 0;
  display: inline-block;
}
#pix-fe .desigcenter-quickview .more-views .product-image-thumbs li a {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#pix-fe .desigcenter-quickview .more-views .product-image-thumbs li.disabled {
  display: none;
}
#pix-fe .desigcenter-quickview .zoey-zoom-container-parent {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#pix-fe .desigcenter-quickview .zoey-zoom-container-parent .zoomContainer {
  position: static !important;
}
#pix-fe .desigcenter-quickview .zoey-zoom-container-parent .zoomContainer .zoomWindowContainer > div {
  background-color: transparent;
}
#pix-fe .desigcenter-quickview .product-image {
  border: none;
}
#pix-fe .desigcenter-quickview .or, #pix-fe .desigcenter-quickview .separator {
  display: none;
}
#pix-fe .desigcenter-quickview .add-to-links {
  width: 100%;
}
#pix-fe .desigcenter-quickview .product-image-gallery .gallery-image {
  display: none;
}
#pix-fe .desigcenter-quickview .product-image-gallery .gallery-image.visible {
  display: block;
}
#pix-fe .desigcenter-quickview .product-view .product-shop .price-info {
  width: 100%;
  max-width: initial;
  padding-left: 0;
  text-align: left;
}
#pix-fe .desigcenter-quickview .product-view .product-shop .price-box {
  text-align: left;
}
#pix-fe .desigcenter-quickview .block-related, #pix-fe .desigcenter-quickview .box-up-sell {
  display: none;
}
#pix-fe .desigcenter-quickview .more-views.carousel {
  position: relative;
  overflow: hidden;
}
#pix-fe .desigcenter-quickview .more-views.carousel .carousel-container {
  position: absolute;
}
#pix-fe .desigcenter-quickview .more-views.carousel .carousel-next-button, #pix-fe .desigcenter-quickview .more-views.carousel .carousel-prev-button {
  display: block;
  position: absolute;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
#pix-fe .desigcenter-quickview .more-views.carousel .carousel-next-button:before, #pix-fe .desigcenter-quickview .more-views.carousel .carousel-prev-button:before {
  font-family: 'pixafy-fe-default';
}
#pix-fe .desigcenter-quickview .more-views.carousel.horizontal .carousel-next-button, #pix-fe .desigcenter-quickview .more-views.carousel.horizontal .carousel-prev-button {
  height: 100%;
  width: 20px;
}
#pix-fe .desigcenter-quickview .more-views.carousel.horizontal .carousel-next-button:before, #pix-fe .desigcenter-quickview .more-views.carousel.horizontal .carousel-prev-button:before {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  font-size: 25px;
  margin-top: -11px;
  width: 100%;
}
#pix-fe .desigcenter-quickview .more-views.carousel.horizontal .carousel-next-button {
  right: 0;
}
#pix-fe .desigcenter-quickview .more-views.carousel.horizontal .carousel-prev-button {
  left: 0;
}
#pix-fe .desigcenter-quickview .more-views.carousel.vertical .carousel-next-button, #pix-fe .desigcenter-quickview .more-views.carousel.vertical .carousel-prev-button {
  width: 100%;
  height: 20px;
}
#pix-fe .desigcenter-quickview .more-views.carousel.vertical .carousel-next-button:before, #pix-fe .desigcenter-quickview .more-views.carousel.vertical .carousel-prev-button:before {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 25px;
}
#pix-fe .desigcenter-quickview .more-views.carousel.vertical .carousel-next-button {
  bottom: 0;
}
#pix-fe .desigcenter-quickview .more-views.carousel.vertical .carousel-prev-button {
  top: 0;
}
#pix-fe .desigcenter-quickview .more-views.carousel:hover .carousel-next-button, #pix-fe .desigcenter-quickview .more-views.carousel:hover .carousel-prev-button {
  opacity: 1;
}
#pix-fe .desigcenter-quickview .more-views .carousel-next-button, #pix-fe .desigcenter-quickview .more-views .carousel-prev-button {
  display: none;
}
#pix-fe .desigcenter-quickview .more-views img {
  width: 75px;
  height: 75px;
}
#pix-fe .desigcenter-quickview-drawer {
  width: 360px;
  max-width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999999;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  transition: right 0.3s;
}
#pix-fe .desigcenter-quickview-drawer .product-view {
  padding: 20px 30px;
}
#pix-fe .desigcenter-quickview-drawer .product-view > .row {
  margin-right: 0;
  margin-left: 0;
}
#pix-fe .desigcenter-quickview-drawer .product-view > .row > [class*="col-xs-"] {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
#pix-fe .desigcenter-quickview-drawer > .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
}
#pix-fe .desigcenter-quickview-drawer.active {
  right: 0;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset configurableSwatchesCss 
 Path: skin/designcenter/default/sass/swatches.css 
*/ 

#pix-fe .configurable-swatch-list:after,#pix-fe .product-options .swatch-attr:after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden}#pix-fe .product-options .swatch-attr{float:none;display:block;clear:both;border:0}#pix-fe .product-options dt.swatch-attr label{display:block}#pix-fe .configurable-swatch-list{margin-left:-3px;zoom:1;clear:both}#pix-fe .configurable-swatch-list li{display:inline-block;vertical-align:top;zoom:1;margin:0 0 0 3px}#pix-fe .block-layered-nav dd .configurable-swatch-list li{margin:0 0 0 3px}#pix-fe .swatch-link,#pix-fe .swatch-label{font-size:14px;text-align:center;text-decoration:none;box-sizing:content-box}#pix-fe .swatch-link{display:inline-block;margin:0 0 7px;padding:2px}#pix-fe .block-layered-nav dd .swatch-link{padding:0}#pix-fe .block-layered-nav dd .swatch-link:not(.has-image) .swatch-label,#pix-fe .block-layered-nav dd .swatch-link .count{padding:2px;line-height:1em;float:left}#pix-fe .currently .swatch-link{display:inline-block;margin:0 0 0 10px}#pix-fe .swatch-label{margin:0;white-space:nowrap;background:transparent;border:1px solid;float:left}#pix-fe .swatch-label img{float:left}#pix-fe .swatch-link:hover{cursor:pointer}#pix-fe .currently .swatch-link:hover{cursor:default}#pix-fe .swatch-link .x{display:none !important;text-indent:-999em;position:absolute;left:0;right:0;top:0;bottom:0;background:url("https://cfrouting.zoeysite.com/cdn-cgi/image/format=auto,fit=scale-down,quality=70https://www.1-800-bakery.com/skin/frontend/base/default/images/bg_x.png") center no-repeat transparent;z-index:10}#pix-fe .configurable-swatch-list .not-available .x{display:block}#pix-fe .configurable-swatch-list .not-available .swatch-link{border-color:#EDEDED;position:relative}#pix-fe .configurable-swatch-list .not-available .swatch-label{color:#aaa;background:#fff}#pix-fe .swatch-link.has-image .swatch-label{position:relative;padding:0}#pix-fe .swatch-link.has-image img{display:inline-block}#pix-fe .configurable-swatch-list .not-available .swatch-link.has-image img{opacity:0.4;filter:alpha(opacity=40)}#pix-fe .configurable-swatch-list .hover .swatch-link,#pix-fe .configurable-swatch-list .selected .swatch-link,#pix-fe .swatch-link:hover{border-color:#44f}#pix-fe .currently .swatch-link:hover{border-color:#bbbbbb}#pix-fe .configurable-swatch-list .selected .swatch-link{outline:1px solid black;-webkit-box-shadow:0 0 2px 2px #999;-moz-box-shadow:0 0 2px 2px #999;box-shadow:0 0 2px 2px #999}#pix-fe .configurable-swatch-list .wide-swatch .swatch-label{padding:0 6px}#pix-fe .configurable-swatch-container{display:inline-block;vertical-align:middle}#pix-fe .configurable-swatch-container .swatch-link{display:inline-block;margin:0}#pix-fe .configurable-swatch-container.not-available .swatch-label{color:#aaa;background:#fff}#pix-fe .configurable-swatch-container.not-available .swatch-link{border-color:#EDEDED;position:relative}#pix-fe .configurable-swatch-container.not-available .swatch-link.has-image img{opacity:0.4;filter:alpha(opacity=40)}#pix-fe .configurable-swatch-container.not-available .x{display:block}#pix-fe .configurable-swatch-container.hover .swatch-link,#pix-fe .configurable-swatch-container.selected .swatch-link,#pix-fe .configurable-swatch-container .swatch-link:hover{border-color:#44f}#pix-fe .configurable-swatch-container.selected .swatch-link{outline:1px solid black;-webkit-box-shadow:0 0 2px 2px #999;-moz-box-shadow:0 0 2px 2px #999;box-shadow:0 0 2px 2px #999}#pix-fe .configurable-swatch-container.wide-swatch .swatch-label{padding:0 6px}#pix-fe .configurable-swatch-box{background:none !important}#pix-fe .configurable-swatch-box select.swatch-select{display:none}#pix-fe .configurable-swatch-box .validation-advice{margin:0 0 5px;background:#D91A00;padding:2px 5px !important;font-weight:bold;color:#fff !important;float:left;display:block;border-radius:3px}#pix-fe .availability.out-of-stock span{color:#636363}#pix-fe .add-to-cart button.out-of-stock{background-position:-80px -362px;cursor:default}#pix-fe .product-options dd .input-box{width:auto;height:auto}#pix-fe .product-options .select-label{display:none}#pix-fe .product-options dt.swatch-attr .select-label{font-size:12px}#pix-fe .product-options dt.swatch-attr .select-label{display:inline;font-weight:normal;padding-left:5px}#pix-fe .zoey-product-simple.swatch-loading .zoey-product-image:after{content:'';background:url("../default/images/opc-ajax-loader.gif") no-repeat center;background-size:30px;position:absolute;top:0;bottom:0;left:0;right:0}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_HYxBDoAgDAT/0nBUufuWXkgtkURaQjlIjH8XvM3MJvuAa70w7EBmsICzSkNKukPs6ElzUWFphr6qNvQnh4Mr+pwkUaijRP3nKWsilcHW+sXbfHw/ 
 Path: skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/style.css 
 Parent uid: cp_5aa957c0610ae849347403
*/ 

@font-face {  font-family: 'cart-icons';  src:  url("https://www.1-800-bakery.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.eot?cijgpj");  src:  url("https://www.1-800-bakery.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.eot?cijgpj#iefix") format('embedded-opentype'),    url("https://www.1-800-bakery.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.woff?cijgpj") format('woff'),    url("https://www.1-800-bakery.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.ttf?cijgpj") format('truetype'),    url("https://www.1-800-bakery.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.svg?cijgpj#cart-icons") format('svg');  font-weight: normal;  font-style: normal;}[class^="cart-icon-"]:before, [class*=" cart-icon-"]:before {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'cart-icons' !important;  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  /* Better Font Rendering =========== */  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}.cart-icon-purse:before {  content: "\e906";}.cart-icon-bag-black:before {  content: "\e900";}.cart-icon-bag-thin:before {  content: "\e901";}.cart-icon-shopping-bag-round:before {  content: "\e908";}.cart-icon-shopping-bag:before {  content: "\e909";}.cart-icon-grocery:before {  content: "\e90a";}.cart-icon-shopping-bag-full:before {  content: "\e90b";}.cart-icon-basket:before {  content: "\e902";}.cart-icon-cart-black:before {  content: "\e903";}.cart-icon-cart-mesh:before {  content: "\e904";}.cart-icon-cart-thin:before {  content: "\e905";}.cart-icon-cart:before {  content: "\e82f";}.cart-icon-shopping-cart:before {  content: "\e90c";}.cart-icon-cart-thin-2:before {  content: "\e90d";}.cart-icon-cart-full:before {  content: "\e90e";}.cart-icon-calculator:before {  content: "\e927";}.cart-icon-calculator2:before {  content: "\e907";}.cart-icon-cargo-truck:before {  content: "\e90f";}.cart-icon-cargo-truck-round:before {  content: "\e910";}.cart-icon-cargo-truck-left:before {  content: "\e911";}.cart-icon-cargo-truck-fast:before {  content: "\e912";}.cart-icon-cargo-truck-outline-fast:before {  content: "\e913";}.cart-icon-cargo-truck-thin-fast:before {  content: "\e914";}.cart-icon-ship:before {  content: "\e915";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L0M1ITU1KL4nPzkzJzUmP0C4pSi1NLdI30ikH6awE= 
 Path: skin/designcenter/pixafy/components/root/header_mobile/preset-2.scss 
 Parent uid: cp_5aa957c0610ae849347403
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header_mobile/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-account-links-mobile .title {
  color: rgba(85,34,20,1);
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-account-links-mobile .title {
  font-family: Montserrat;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 12px;
}
#pix-fe .cp-5aa957c0610ae849347403 {
  width: 100%;
  z-index: 10 !important;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-styled-select, #pix-fe .cp-5aa957c0610ae849347403 .zoey-styled-select.default {
  background: transparent;
  color: inherit;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-styled-select select, #pix-fe .cp-5aa957c0610ae849347403 .zoey-styled-select.default select {
  background: transparent;
  padding: 0 20px 0 6px;
  height: 30px;
  border: 0;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-styled-select select:not(:-webkit-autofill), #pix-fe .cp-5aa957c0610ae849347403 .zoey-styled-select.default select:not(:-webkit-autofill), #pix-fe .cp-5aa957c0610ae849347403 .zoey-styled-select select:not(:hover), #pix-fe .cp-5aa957c0610ae849347403 .zoey-styled-select.default select:not(:hover), #pix-fe .cp-5aa957c0610ae849347403 .zoey-styled-select select:not(:focus), #pix-fe .cp-5aa957c0610ae849347403 .zoey-styled-select.default select:not(:focus) {
  background: transparent;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-top-menu .img-container {
  display: none;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-language-currency {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-language-currency.language-and-currency > div {
  width: 50%;
  float: left;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-language-currency.language-and-currency > div:first-child {
  border-right-style: solid;
  border-right-width: 1px;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-language-currency.language-and-currency:before, #pix-fe .cp-5aa957c0610ae849347403 .zoey-header-language-currency.language-and-currency:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-language-currency:not(.language-and-currency) > div {
  width: 100%;
  float: none;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-language-currency > div {
  padding: 0 10px;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-language-currency select {
  width: 100%;
  color: inherit;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-cart .zoey-header-cart-trigger > .label {
  display: none;
}
#pix-fe .cp-5aa957c0610ae849347403 #header-cart-mobile, #pix-fe .cp-5aa957c0610ae849347403 #header-cart-mobile-b2bquote {
  display: none;
}
#pix-fe .cp-5aa957c0610ae849347403 #header-cart-mobile.active, #pix-fe .cp-5aa957c0610ae849347403 #header-cart-mobile-b2bquote.active {
  display: block;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-search .form-search button {
  border: 0 !important;
  font-size: 14px;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-account-links-content-mobile > li > a, #pix-fe .cp-5aa957c0610ae849347403 .zoey-nav-primary > li > a {
  font-size: 14px !important;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-account-links-content-mobile ul.level0, #pix-fe .cp-5aa957c0610ae849347403 .zoey-nav-primary ul.level0 {
  background-color: #f7f7f7;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-account-links-content-mobile li.parent.level0 > a .toggle-menu-element:after, #pix-fe .cp-5aa957c0610ae849347403 .zoey-nav-primary li.parent.level0 > a .toggle-menu-element:after {
  font-size: 24px !important;
}
#pix-fe .cp-5aa957c0610ae849347403 .icon-close {
  display: none;
  color: inherit;
  margin-right: 8px;
  font-size: 20px;
  position: absolute;
  top: -5px;
  left: -1px;
}
#pix-fe:not(.zoey-has-mobile-header) .cp-5aa957c0610ae849347403, #pix-fe.media-d .cp-5aa957c0610ae849347403, #pix-fe.media-t .cp-5aa957c0610ae849347403 {
  display: none;
}
#pix-fe.modal-body-content .cp-5aa957c0610ae849347403 {
  display: block;
  overflow: hidden;
}
#pix-fe .cp-5aa957c0610ae849347403 {
  min-width: 100px;
  position: relative;
  background-color: rgba(255, 255, 255, 1);
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-language-currency {
  border-bottom-color: rgba(204, 204, 204, 1);
  color: rgba(51, 51, 51, 1);
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-language-currency > div {
  border-right-color: rgba(204, 204, 204, 1);
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-logo {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 1);
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-logo .pix-logo {
  display: inline-block;
  width: auto;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-logo .pix-logo img {
  height: 65px;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-color: #ccc;
  color: rgba(51, 51, 51, 1);
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links ul:before, #pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links ul:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links ul li {
  flex-grow: 1;
  border-right: 1px solid #ccc;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  cursor: pointer;
  border-color: rgba(204, 204, 204, 1);
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links ul li:last-child {
  border-right: 0;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links.with-b2b ul li {
  width: 25%;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #efefef;
  overflow: auto;
  height: 100%;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content:not(.active) {
  display: none;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu:not(.active), #pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-search:not(.active), #pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-cart:not(.active), #pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-cart-b2bquote:not(.active) {
  display: none;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-search {
  width: 100%;
  padding: 20px;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-search .search-container {
  position: relative;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-search input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  padding: 20px 40px 20px 10px;
  position: relative;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-search input, #pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-search input:focus {
  border: 1px solid #ccc;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-search button {
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: transparent;
  color: #999;
  font-size: 15px;
  margin-top: -8px;
  padding: 0;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-cart, #pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-cart-b2bquote {
  width: 100%;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-cart .zoey-header-cart-trigger, #pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-cart-b2bquote .zoey-header-cart-trigger {
  display: none;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-cart > * > div, #pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-cart-b2bquote > * > div {
  display: block;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-cart .minicart-actions a, #pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-cart-b2bquote .minicart-actions a {
  margin-top: 5px;
  padding: 20px;
  display: block;
  width: 100%;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-cart .minicart-actions a.cat-link, #pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-cart-b2bquote .minicart-actions a.cat-link {
  background: #f8f8f8;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu {
  padding: 10px 20px;
  width: 100%;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu nav {
  width: 100%;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu:before, #pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary > li > a {
  background-color: transparent;
  color: #333;
  padding: 20px;
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #ccc;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary > li > a:hover {
  text-decoration: none;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary li.parent > a {
  padding-right: 70px;
  position: relative;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary li.parent > a > .toggle-menu-element {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary li.parent > a > .toggle-menu-element:after {
  content: '+';
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 30px;
  line-height: 0.7em;
  text-align: center;
  margin-top: -12px;
  margin-right: -8px;
  font-weight: lighter;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary li.parent.active > a > .toggle-menu-element:after {
  content: '-';
  margin-right: -5px;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary ul {
  display: block;
  padding: 0 0 0 10px;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary ul.level0 {
  padding: 10px 0 10px 10px;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary ul li > a {
  display: block;
  padding: 10px;
  font-size: 16px;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary ul li > a:hover {
  text-decoration: none;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-account-links-mobile {
  padding-top: 30px;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-account-links-content-mobile li a {
  font-size: 16px;
  padding: 10px;
  display: block;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-account-links-content-mobile li a:hover {
  text-decoration: none;
}
#pix-fe .cp-5aa957c0610ae849347403 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-account-links-content-mobile ul {
  padding-left: 10px;
}
#pix-fe .cp-5aa957c0610ae849347403 #header-cart-mobile, #pix-fe .cp-5aa957c0610ae849347403 #header-cart-mobile-b2bquote {
  position: static;
  background: none;
  display: block;
}
#pix-fe .cp-5aa957c0610ae849347403 .cart-icon-cargo-truck:before, #pix-fe .cp-5aa957c0610ae849347403 .cart-icon-cargo-truck-fast:before, #pix-fe .cp-5aa957c0610ae849347403 .cart-icon-cargo-truck-round:before, #pix-fe .cp-5aa957c0610ae849347403 .cart-icon-cargo-truck-outline-fast:before, #pix-fe .cp-5aa957c0610ae849347403 .cart-icon-cargo-truck-left:before, #pix-fe .cp-5aa957c0610ae849347403 .cart-icon-cargo-truck-thin-fast:before {
  font-size: 1.2em;
  vertical-align: sub;
}
#pix-fe.zoey-core-header-mobile-preset2-active {
  overflow: hidden;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c0610ae849347403
*/ 

#pix-fe #cp-5aa957c0610ae849347403.pix-design-component {
    z-index: 3;
}
#pix-fe.media-dt #cp-5aa957c0610ae849347403.pix-design-component {
    z-index: 3;
}
#pix-fe.media-d #cp-5aa957c0610ae849347403.pix-design-component {
    z-index: 3;
}
#pix-fe.media-tm #cp-5aa957c0610ae849347403.pix-design-component {
    z-index: 3;
}
#pix-fe.media-t #cp-5aa957c0610ae849347403.pix-design-component {
    z-index: 3;
}
#pix-fe.media-m #cp-5aa957c0610ae849347403.pix-design-component {
    clear: left;
    z-index: 3;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L0M1ITU1KLYvSLSypzUov1ikHaagE= 
 Path: skin/designcenter/pixafy/components/root/header/styles.scss 
 Parent uid: cp_5aa957c067390959548850
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/styles.scss
==================================================
**/
#pix-fe .cp-5aa957c067390959548850 > .component-content > .group-background-image-container {
  position: relative;
  background-color: rgba(255,255,255,1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa957c067390959548850 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5aa957c067390959548850 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5aa957c067390959548850 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa957c067390959548850 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa957c067390959548850 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa957c067390959548850 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.media-t .cp-5aa957c067390959548850 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5aa957c067390959548850 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.pix-designcenter-admin .cp-5aa957c067390959548850 .group-background-image-container:not(.full-width-element):empty, #pix-fe.pix-designcenter-admin .cp-5aa957c067390959548850 .group-background-image-container > .full-width-content-element:empty {
  min-height: 150px;
}
#pix-fe.zoey-has-mobile-header.media-m .cp-5aa957c067390959548850 {
  display: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa957c067390959548850
*/ 

#pix-fe #cp-5aa957c067390959548850.pix-design-component {
    margin-left: -1050%;
    clear: left;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#pix-fe #cp-5aa957c067390959548850.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-dt #cp-5aa957c067390959548850.pix-design-component {
    z-index: 3;
}
#pix-fe.media-d #cp-5aa957c067390959548850.pix-design-component {
    margin-left: -1050%;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    clear: left;
}
#pix-fe.media-d #cp-5aa957c067390959548850.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-tm #cp-5aa957c067390959548850.pix-design-component {
    z-index: 3;
}
#pix-fe.media-t #cp-5aa957c067390959548850.pix-design-component {
    z-index: 3;
}
#pix-fe.media-m #cp-5aa957c067390959548850.pix-design-component {
    z-index: 3;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L0k/JTgOIFRanFqSW6RnrFIG21AA== 
 Path: skin/designcenter/pixafy/components/root/body/preset-2.scss 
 Parent uid: cp_5aa957c0baf99014334823
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/body/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container, #pix-fe .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container {
  position: relative;
  min-height: 400px;
  background-color: rgba(255,255,255,1);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container > .full-width-content-element, #pix-fe .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 20px 20px 50px 20px;
}
#pix-fe .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container .pix-grid:before, #pix-fe .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container .pix-grid:before, #pix-fe .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container .pix-grid:after, #pix-fe .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container .pix-grid:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container .after-body, #pix-fe .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container .after-body {
  clear: both;
}
#pix-fe.media-t .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container, #pix-fe.media-t .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container > .full-width-content-element, #pix-fe.media-t .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 5px 5px 5px 5px;
}
#pix-fe.media-m .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container, #pix-fe.media-m .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-m .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-m .cp-5aa957c0baf99014334823 > .component-content > .group-background-image-container > .full-width-content-element, #pix-fe.media-m .cp-5aa957c0baf99014334823 > .product-view > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa957c0baf99014334823
*/ 

#pix-fe #cp-5aa957c0baf99014334823.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
    clear: none;
}
#pix-fe.media-dt #cp-5aa957c0baf99014334823.pix-design-component {
    z-index: 1;
}
#pix-fe.media-d #cp-5aa957c0baf99014334823.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
    clear: none;
}
#pix-fe.media-tm #cp-5aa957c0baf99014334823.pix-design-component {
    z-index: 1;
}
#pix-fe.media-t #cp-5aa957c0baf99014334823.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
}
#pix-fe.media-m #cp-5aa957c0baf99014334823.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L004BkalGMfkFRanFqia6RXjFIYy0A 
 Path: skin/designcenter/pixafy/components/root/footer/preset-2.scss 
 Parent uid: cp_5aa957c0f161a274803881
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/footer/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa957c0f161a274803881 > .component-content > .group-background-image-container {
  background-color: rgba(0,130,26,.12);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: ;
}
#pix-fe .cp-5aa957c0f161a274803881 > .component-content > .group-background-image-container:empty {
  min-height: 150px;
}
#pix-fe .cp-5aa957c0f161a274803881 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5aa957c0f161a274803881 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 15px 15px 15px 15px;
}
#pix-fe.media-t .cp-5aa957c0f161a274803881 > .component-content > .group-background-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe.media-t .cp-5aa957c0f161a274803881 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5aa957c0f161a274803881 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa957c0f161a274803881 > .component-content > .group-background-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe.media-m .cp-5aa957c0f161a274803881 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-m .cp-5aa957c0f161a274803881 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa957c0f161a274803881
*/ 

#pix-fe #cp-5aa957c0f161a274803881.pix-design-component {
    margin-left: -1100%;
    clear: left;
    z-index: 2;
}
#pix-fe.media-dt #cp-5aa957c0f161a274803881.pix-design-component {
    z-index: 2;
}
#pix-fe.media-d #cp-5aa957c0f161a274803881.pix-design-component {
    margin-left: -1100%;
    z-index: 2;
    clear: left;
}
#pix-fe.media-tm #cp-5aa957c0f161a274803881.pix-design-component {
    z-index: 2;
}
#pix-fe.media-t #cp-5aa957c0f161a274803881.pix-design-component {
    z-index: 2;
}
#pix-fe.media-m #cp-5aa957c0f161a274803881.pix-design-component {
    margin-left: -1100%;
    z-index: 2;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i0uKMgti9MuLEgsKUoti9AuKUotTS3QN9YpBWmsB 
 Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss 
 Parent uid: cp_5aa957c06cb3a462129352
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa957c06cb3a462129352 {
  width: 300px;
  min-height: 5px;
  border-style: solid;
  border-width: 0 0px 0 0;
  border-color: rgba(255,255,255,1);
  padding: 0 !important;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa957c06cb3a462129352 > .component-content > .group-background-image-container {
  position: relative;
  background-color: rgba(207,16,45,1);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa957c06cb3a462129352 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa957c06cb3a462129352 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5aa957c06cb3a462129352 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa957c06cb3a462129352 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa957c06cb3a462129352 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa957c06cb3a462129352 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa957c06cb3a462129352 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa957c06cb3a462129352 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa957c06cb3a462129352 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa957c06cb3a462129352 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa957c06cb3a462129352 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa957c06cb3a462129352 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa957c06cb3a462129352 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa957c06cb3a462129352 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa957c06cb3a462129352
*/ 

#pix-fe #cp-5aa957c06cb3a462129352.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe #cp-5aa957c06cb3a462129352.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 31px
}
#pix-fe.media-d #cp-5aa957c06cb3a462129352.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c06cb3a462129352.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 31px
}
#pix-fe.media-tm #cp-5aa957c06cb3a462129352.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c06cb3a462129352.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i0uKMgti9MuLEgsKUoti9AuKUotTS3SN9YpBWmsB 
 Path: skin/designcenter/pixafy/components/strip/wrapper/preset-3.scss 
 Parent uid: cp_5aa957c093cd0323936323
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/strip/wrapper/preset-3.scss
==================================================
**/
#pix-fe .cp-5aa957c093cd0323936323 {
  width: 300px;
  min-height: 5px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: rgba(240,240,240,1);
  padding: 0 !important;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa957c093cd0323936323 > .component-content > .group-background-image-container {
  position: relative;
  background-color: rgba(0,130,26,.08);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa957c093cd0323936323 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa957c093cd0323936323 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 0 0 0px;
}
#pix-fe .cp-5aa957c093cd0323936323 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa957c093cd0323936323 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa957c093cd0323936323 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa957c093cd0323936323 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa957c093cd0323936323 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa957c093cd0323936323 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa957c093cd0323936323 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa957c093cd0323936323 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa957c093cd0323936323 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa957c093cd0323936323 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa957c093cd0323936323 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa957c093cd0323936323 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa957c093cd0323936323
*/ 

#pix-fe #cp-5aa957c093cd0323936323.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c093cd0323936323.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-tm #cp-5aa957c093cd0323936323.pix-design-component {
    margin-top: 0.984375px;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c093cd0323936323.pix-design-component {
    margin-top: 0.984375px;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_6261f90c6f373832367013
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-6261f90c6f373832367013 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-6261f90c6f373832367013 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-6261f90c6f373832367013 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-6261f90c6f373832367013 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-6261f90c6f373832367013 > .component-content > .group-background-image-container:before, #pix-fe .cp-6261f90c6f373832367013 > .component-content > .group-background-image-container:after, #pix-fe .cp-6261f90c6f373832367013 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-6261f90c6f373832367013 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-6261f90c6f373832367013 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-6261f90c6f373832367013 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-6261f90c6f373832367013 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-6261f90c6f373832367013 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-6261f90c6f373832367013 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-6261f90c6f373832367013 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-6261f90c6f373832367013 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-6261f90c6f373832367013 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_6261f90c6f373832367013
*/ 

#pix-fe #cp-6261f90c6f373832367013.pix-design-component {
    width: 99.95321842609243%;
    margin-left: -1049.9904974928%;
    margin-top: 0px;
    clear: left;
}
#pix-fe #cp-6261f90c6f373832367013.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 155.99609375px
}
#pix-fe.media-d #cp-6261f90c6f373832367013.pix-design-component {
    width: 99.95321842609243%;
    margin-left: -1049.9904974928%;
    margin-top: 0px;
    clear: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#pix-fe.media-d #cp-6261f90c6f373832367013.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 155.99609375px
}
#pix-fe.media-tm #cp-6261f90c6f373832367013.pix-design-component {
    clear: left;
}
#pix-fe.media-t #cp-6261f90c6f373832367013.pix-design-component {
    width: 99.6189024390244%;
    margin-left: -1099.5934959349593%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-m #cp-6261f90c6f373832367013.pix-design-component {
    width: 100%;
    margin-top: 0px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i0uKMgti9MuLEgsKUoti9AuKUotTS3QN9YpBWmsB 
 Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss 
 Parent uid: cp_5aa957c133c59520775479
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa957c133c59520775479 {
  width: 300px;
  min-height: 5px;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  padding: 0 !important;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa957c133c59520775479 > .component-content > .group-background-image-container {
  position: relative;
  background-color: rgba(207,16,45,1);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa957c133c59520775479 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa957c133c59520775479 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5aa957c133c59520775479 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa957c133c59520775479 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa957c133c59520775479 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa957c133c59520775479 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa957c133c59520775479 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa957c133c59520775479 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa957c133c59520775479 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa957c133c59520775479 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa957c133c59520775479 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 10px 10px 10px 10px;
}
#pix-fe.media-m .cp-5aa957c133c59520775479 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa957c133c59520775479 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa957c133c59520775479 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa957c133c59520775479
*/ 

#pix-fe #cp-5aa957c133c59520775479.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 8.9609375px;
    clear: left;
    z-index: 1;
}
#pix-fe #cp-5aa957c133c59520775479.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 42.4px
}
#pix-fe.media-d #cp-5aa957c133c59520775479.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 8.9609375px;
    z-index: 1;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c133c59520775479.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 42.4px
}
#pix-fe.media-tm #cp-5aa957c133c59520775479.pix-design-component {
    clear: left;
}
#pix-fe.media-t #cp-5aa957c133c59520775479.pix-design-component {
    margin-top: 9px;
    clear: left;
    width: 100%;
    margin-left: -1102.0325203252032%;
}
#pix-fe.media-m #cp-5aa957c133c59520775479.pix-design-component {
    width: 100%;
    margin-left: -1103.329861111111%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 15.109375px;
}
#pix-fe.media-m #cp-5aa957c133c59520775479.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 78px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0jfSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss 
 Parent uid: cp_5aa957c073ad8799488743
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa957c073ad8799488743 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa957c073ad8799488743 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204,204,204,0);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa957c073ad8799488743 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa957c073ad8799488743 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5aa957c073ad8799488743 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa957c073ad8799488743 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa957c073ad8799488743 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa957c073ad8799488743 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa957c073ad8799488743 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa957c073ad8799488743 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa957c073ad8799488743 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa957c073ad8799488743 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa957c073ad8799488743 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa957c073ad8799488743 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa957c073ad8799488743 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa957c073ad8799488743 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa957c073ad8799488743
*/ 

#pix-fe #cp-5aa957c073ad8799488743.pix-design-component {
    width: 61.5%;
    margin-left: -1099.5%;
    margin-top: 6px;
    clear: left;
}
#pix-fe #cp-5aa957c073ad8799488743.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-d #cp-5aa957c073ad8799488743.pix-design-component {
    width: 61.5%;
    margin-left: -1099.5%;
    margin-top: 6px;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c073ad8799488743.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-tm #cp-5aa957c073ad8799488743.pix-design-component {
    margin-top: 6px;
    clear: left;
    width: 99.49951171875%;
    margin-left: -1099.49951171875%;
}
#pix-fe.media-tm #cp-5aa957c073ad8799488743.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-5aa957c073ad8799488743.pix-design-component {
    margin-top: 6px;
    clear: left;
    width: 99.49951171875%;
    margin-left: -1099.49951171875%;
}
#pix-fe.media-t #cp-5aa957c073ad8799488743.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0jfSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss 
 Parent uid: cp_5aa957c081099458866152
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa957c081099458866152 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa957c081099458866152 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204,204,204,0);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa957c081099458866152 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa957c081099458866152 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5aa957c081099458866152 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa957c081099458866152 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa957c081099458866152 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa957c081099458866152 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa957c081099458866152 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa957c081099458866152 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa957c081099458866152 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa957c081099458866152 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa957c081099458866152 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 0 0 0;
}
#pix-fe.media-m .cp-5aa957c081099458866152 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa957c081099458866152 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa957c081099458866152 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa957c081099458866152
*/ 

#pix-fe #cp-5aa957c081099458866152.pix-design-component {
    width: 38%;
    margin-left: -1038%;
    margin-top: 0px;
    clear: none;
}
#pix-fe #cp-5aa957c081099458866152.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-d #cp-5aa957c081099458866152.pix-design-component {
    width: 38%;
    margin-left: -1038%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5aa957c081099458866152.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-tm #cp-5aa957c081099458866152.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 2.984375px;
    clear: left;
}
#pix-fe.media-tm #cp-5aa957c081099458866152.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-5aa957c081099458866152.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 2.984375px;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c081099458866152.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_62620cbf8bbb2739136894
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-62620cbf8bbb2739136894 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-62620cbf8bbb2739136894 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-62620cbf8bbb2739136894 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-62620cbf8bbb2739136894 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-62620cbf8bbb2739136894 > .component-content > .group-background-image-container:before, #pix-fe .cp-62620cbf8bbb2739136894 > .component-content > .group-background-image-container:after, #pix-fe .cp-62620cbf8bbb2739136894 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-62620cbf8bbb2739136894 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-62620cbf8bbb2739136894 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-62620cbf8bbb2739136894 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-62620cbf8bbb2739136894 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-62620cbf8bbb2739136894 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-62620cbf8bbb2739136894 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-62620cbf8bbb2739136894 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-62620cbf8bbb2739136894 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-62620cbf8bbb2739136894 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_62620cbf8bbb2739136894
*/ 

#pix-fe #cp-62620cbf8bbb2739136894.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0.5078125px;
    clear: left;
}
#pix-fe.media-d #cp-62620cbf8bbb2739136894.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0.5078125px;
    clear: left;
}
#pix-fe.media-tm #cp-62620cbf8bbb2739136894.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-tm #cp-62620cbf8bbb2739136894.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-62620cbf8bbb2739136894.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-t #cp-62620cbf8bbb2739136894.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0jfSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss 
 Parent uid: cp_5aa957c104036598608929
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa957c104036598608929 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa957c104036598608929 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa957c104036598608929 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa957c104036598608929 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 10px 0 0;
}
#pix-fe .cp-5aa957c104036598608929 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa957c104036598608929 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa957c104036598608929 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa957c104036598608929 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa957c104036598608929 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa957c104036598608929 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa957c104036598608929 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa957c104036598608929 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa957c104036598608929 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa957c104036598608929 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa957c104036598608929 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa957c104036598608929 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa957c104036598608929
*/ 

#pix-fe #cp-5aa957c104036598608929.pix-design-component {
    width: 13.4025399543379%;
    margin-left: -1099.8037956621004%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c104036598608929.pix-design-component {
    width: 13.4025399543379%;
    margin-left: -1099.8037956621004%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-tm #cp-5aa957c104036598608929.pix-design-component {
}
#pix-fe.media-tm #cp-5aa957c104036598608929.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-5aa957c104036598608929.pix-design-component {
    margin-top: 0px;
    clear: left;
    width: 23.467652809657398%;
    margin-left: -1099.8034089943042%;
}
#pix-fe.media-t #cp-5aa957c104036598608929.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-m #cp-5aa957c104036598608929.pix-design-component {
    width: 100%;
    margin-top: 0px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0jfSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss 
 Parent uid: cp_6261fa8a6f38d481338861
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss
==================================================
**/
#pix-fe .cp-6261fa8a6f38d481338861 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-6261fa8a6f38d481338861 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-6261fa8a6f38d481338861 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-6261fa8a6f38d481338861 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 10px 0 0;
}
#pix-fe .cp-6261fa8a6f38d481338861 > .component-content > .group-background-image-container:before, #pix-fe .cp-6261fa8a6f38d481338861 > .component-content > .group-background-image-container:after, #pix-fe .cp-6261fa8a6f38d481338861 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-6261fa8a6f38d481338861 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-6261fa8a6f38d481338861 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-6261fa8a6f38d481338861 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-6261fa8a6f38d481338861 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-6261fa8a6f38d481338861 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-6261fa8a6f38d481338861 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-6261fa8a6f38d481338861 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-6261fa8a6f38d481338861 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-6261fa8a6f38d481338861 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_6261fa8a6f38d481338861
*/ 

#pix-fe #cp-6261fa8a6f38d481338861.pix-design-component {
    width: 19.719130517503807%;
    margin-left: -1085.80075152207%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-d #cp-6261fa8a6f38d481338861.pix-design-component {
    width: 19.719130517503807%;
    margin-left: -1085.80075152207%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-tm #cp-6261fa8a6f38d481338861.pix-design-component {
}
#pix-fe.media-tm #cp-6261fa8a6f38d481338861.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-6261fa8a6f38d481338861.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 30.736206749978745%;
    margin-left: -1073.2738095238096%;
}
#pix-fe.media-t #cp-6261fa8a6f38d481338861.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-m #cp-6261fa8a6f38d481338861.pix-design-component {
    width: 100%;
    margin-top: 0px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0jfSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss 
 Parent uid: cp_5aa957c11132f892415459
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa957c11132f892415459 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa957c11132f892415459 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa957c11132f892415459 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa957c11132f892415459 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 10px 10px 10px 10px;
}
#pix-fe .cp-5aa957c11132f892415459 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa957c11132f892415459 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa957c11132f892415459 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa957c11132f892415459 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa957c11132f892415459 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa957c11132f892415459 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa957c11132f892415459 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa957c11132f892415459 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa957c11132f892415459 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa957c11132f892415459 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa957c11132f892415459 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa957c11132f892415459 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa957c11132f892415459
*/ 

#pix-fe #cp-5aa957c11132f892415459.pix-design-component {
    width: 29.570966514459666%;
    margin-left: -1066.089944824962%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5aa957c11132f892415459.pix-design-component {
    width: 29.570966514459666%;
    margin-left: -1066.089944824962%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-tm #cp-5aa957c11132f892415459.pix-design-component {
}
#pix-fe.media-tm #cp-5aa957c11132f892415459.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-5aa957c11132f892415459.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 41.67623055343025%;
    margin-left: -1041.6326530612246%;
}
#pix-fe.media-t #cp-5aa957c11132f892415459.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-m #cp-5aa957c11132f892415459.pix-design-component {
    width: 100%;
    clear: left;
    margin-top: 7px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_6261f9ef6f387869690086
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-6261f9ef6f387869690086 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-6261f9ef6f387869690086 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-6261f9ef6f387869690086 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-6261f9ef6f387869690086 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 10px 0 10px;
}
#pix-fe .cp-6261f9ef6f387869690086 > .component-content > .group-background-image-container:before, #pix-fe .cp-6261f9ef6f387869690086 > .component-content > .group-background-image-container:after, #pix-fe .cp-6261f9ef6f387869690086 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-6261f9ef6f387869690086 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-6261f9ef6f387869690086 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-6261f9ef6f387869690086 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-6261f9ef6f387869690086 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-6261f9ef6f387869690086 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-6261f9ef6f387869690086 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-6261f9ef6f387869690086 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-6261f9ef6f387869690086 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-6261f9ef6f387869690086 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_6261f9ef6f387869690086
*/ 

#pix-fe #cp-6261f9ef6f387869690086.pix-design-component {
    width: 21.765601217656013%;
    margin-left: -1036.5617865296804%;
    margin-top: 1.5px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-d #cp-6261f9ef6f387869690086.pix-design-component {
    width: 21.765601217656013%;
    margin-left: -1036.5617865296804%;
    margin-top: 1.5px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-t #cp-6261f9ef6f387869690086.pix-design-component {
    margin-top: 28.5px;
    clear: left;
    margin-left: -1060.8843537414966%;
    width: 21.765280965740033%;
}
#pix-fe.media-m #cp-6261f9ef6f387869690086.pix-design-component {
    width: 100%;
    clear: left;
    margin-top: 0px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_6261fb1b6f393978310619
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-6261fb1b6f393978310619 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-6261fb1b6f393978310619 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-6261fb1b6f393978310619 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-6261fb1b6f393978310619 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 10px 0 10px;
}
#pix-fe .cp-6261fb1b6f393978310619 > .component-content > .group-background-image-container:before, #pix-fe .cp-6261fb1b6f393978310619 > .component-content > .group-background-image-container:after, #pix-fe .cp-6261fb1b6f393978310619 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-6261fb1b6f393978310619 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-6261fb1b6f393978310619 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-6261fb1b6f393978310619 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-6261fb1b6f393978310619 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-6261fb1b6f393978310619 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-6261fb1b6f393978310619 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-6261fb1b6f393978310619 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-6261fb1b6f393978310619 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-6261fb1b6f393978310619 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_6261fb1b6f393978310619
*/ 

#pix-fe #cp-6261fb1b6f393978310619.pix-design-component {
    width: 14.79499619482496%;
    margin-left: -1014.794996194825%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-d #cp-6261fb1b6f393978310619.pix-design-component {
    width: 14.79499619482496%;
    margin-left: -1014.794996194825%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-tm #cp-6261fb1b6f393978310619.pix-design-component {
}
#pix-fe.media-tm #cp-6261fb1b6f393978310619.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-6261fb1b6f393978310619.pix-design-component {
    margin-top: 19px;
    clear: left;
    width: 19.2574173255122%;
    margin-left: -1059.6598639455783%;
}
#pix-fe.media-t #cp-6261fb1b6f393978310619.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-m #cp-6261fb1b6f393978310619.pix-design-component {
    width: 100%;
    margin-top: 0px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
    display: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa957c1379a3540585303
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa957c1379a3540585303 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa957c1379a3540585303 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa957c1379a3540585303 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c1379a3540585303 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c1379a3540585303 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c1379a3540585303 h1, #pix-fe .cp-5aa957c1379a3540585303 h2, #pix-fe .cp-5aa957c1379a3540585303 h3, #pix-fe .cp-5aa957c1379a3540585303 h4, #pix-fe .cp-5aa957c1379a3540585303 h5 {
  text-align: left;
}
#pix-fe .cp-5aa957c1379a3540585303 h1 a, #pix-fe .cp-5aa957c1379a3540585303 h2 a, #pix-fe .cp-5aa957c1379a3540585303 h3 a, #pix-fe .cp-5aa957c1379a3540585303 h4 a, #pix-fe .cp-5aa957c1379a3540585303 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa957c1379a3540585303 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa957c1379a3540585303 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c1379a3540585303 b, #pix-fe .cp-5aa957c1379a3540585303 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa957c1379a3540585303 em, #pix-fe .cp-5aa957c1379a3540585303 i {
  font-style: italic;
}
#pix-fe .cp-5aa957c1379a3540585303 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa957c1379a3540585303 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c1379a3540585303 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c1379a3540585303 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-5aa957c1379a3540585303 h1, #pix-fe .cp-5aa957c1379a3540585303 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c1379a3540585303 h1 p, #pix-fe .cp-5aa957c1379a3540585303 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c1379a3540585303 h2, #pix-fe .cp-5aa957c1379a3540585303 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c1379a3540585303 h2 p, #pix-fe .cp-5aa957c1379a3540585303 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c1379a3540585303 h3, #pix-fe .cp-5aa957c1379a3540585303 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c1379a3540585303 h3 p, #pix-fe .cp-5aa957c1379a3540585303 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c1379a3540585303 h4, #pix-fe .cp-5aa957c1379a3540585303 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c1379a3540585303 h4 p, #pix-fe .cp-5aa957c1379a3540585303 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c1379a3540585303 h5, #pix-fe .cp-5aa957c1379a3540585303 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c1379a3540585303 h5 p, #pix-fe .cp-5aa957c1379a3540585303 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c1379a3540585303 h6, #pix-fe .cp-5aa957c1379a3540585303 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c1379a3540585303 h6 p, #pix-fe .cp-5aa957c1379a3540585303 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c1379a3540585303 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa957c1379a3540585303 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c1379a3540585303 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c1379a3540585303 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c1379a3540585303 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c1379a3540585303 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-5aa957c1379a3540585303 strong a, #pix-fe .cp-5aa957c1379a3540585303 b a, #pix-fe .cp-5aa957c1379a3540585303 strong p, #pix-fe .cp-5aa957c1379a3540585303 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa957c1379a3540585303 [style*='color'] a, #pix-fe .cp-5aa957c1379a3540585303 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa957c1379a3540585303 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa957c1379a3540585303 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa957c1379a3540585303 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c1379a3540585303 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c1379a3540585303 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c1379a3540585303
*/ 

#pix-fe #cp-5aa957c1379a3540585303.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 11px;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c1379a3540585303.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 11px;
}
#pix-fe.media-t #cp-5aa957c1379a3540585303.pix-design-component {
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-m #cp-5aa957c1379a3540585303.pix-design-component {
    width: 100%;
    clear: left;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 9px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa957c077209157517453
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa957c077209157517453 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa957c077209157517453 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa957c077209157517453 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c077209157517453 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c077209157517453 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c077209157517453 h1, #pix-fe .cp-5aa957c077209157517453 h2, #pix-fe .cp-5aa957c077209157517453 h3, #pix-fe .cp-5aa957c077209157517453 h4, #pix-fe .cp-5aa957c077209157517453 h5 {
  text-align: left;
}
#pix-fe .cp-5aa957c077209157517453 h1 a, #pix-fe .cp-5aa957c077209157517453 h2 a, #pix-fe .cp-5aa957c077209157517453 h3 a, #pix-fe .cp-5aa957c077209157517453 h4 a, #pix-fe .cp-5aa957c077209157517453 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa957c077209157517453 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa957c077209157517453 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c077209157517453 b, #pix-fe .cp-5aa957c077209157517453 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa957c077209157517453 em, #pix-fe .cp-5aa957c077209157517453 i {
  font-style: italic;
}
#pix-fe .cp-5aa957c077209157517453 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa957c077209157517453 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c077209157517453 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c077209157517453 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-5aa957c077209157517453 h1, #pix-fe .cp-5aa957c077209157517453 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c077209157517453 h1 p, #pix-fe .cp-5aa957c077209157517453 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c077209157517453 h2, #pix-fe .cp-5aa957c077209157517453 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c077209157517453 h2 p, #pix-fe .cp-5aa957c077209157517453 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c077209157517453 h3, #pix-fe .cp-5aa957c077209157517453 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c077209157517453 h3 p, #pix-fe .cp-5aa957c077209157517453 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c077209157517453 h4, #pix-fe .cp-5aa957c077209157517453 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c077209157517453 h4 p, #pix-fe .cp-5aa957c077209157517453 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c077209157517453 h5, #pix-fe .cp-5aa957c077209157517453 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c077209157517453 h5 p, #pix-fe .cp-5aa957c077209157517453 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c077209157517453 h6, #pix-fe .cp-5aa957c077209157517453 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c077209157517453 h6 p, #pix-fe .cp-5aa957c077209157517453 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c077209157517453 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa957c077209157517453 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c077209157517453 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c077209157517453 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c077209157517453 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c077209157517453 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-5aa957c077209157517453 strong a, #pix-fe .cp-5aa957c077209157517453 b a, #pix-fe .cp-5aa957c077209157517453 strong p, #pix-fe .cp-5aa957c077209157517453 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa957c077209157517453 [style*='color'] a, #pix-fe .cp-5aa957c077209157517453 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa957c077209157517453 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa957c077209157517453 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa957c077209157517453 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c077209157517453 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c077209157517453 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c077209157517453
*/ 

#pix-fe #cp-5aa957c077209157517453.pix-design-component {
    width: 55.3%;
    margin-left: -1098.1%;
    margin-top: 0px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa957c077209157517453.pix-design-component {
    width: 55.3%;
    margin-left: -1098.1%;
    margin-top: 0px;
    min-height: 0;
}
#pix-fe.media-tm #cp-5aa957c077209157517453.pix-design-component {
    margin-top: 0px;
    clear: left;
    width: 67.6312292358804%;
    margin-left: -1099.9651162790697%;
}
#pix-fe.media-t #cp-5aa957c077209157517453.pix-design-component {
    margin-top: 0px;
    clear: left;
    width: 67.6312292358804%;
    margin-left: -1099.9651162790697%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa957c07cf8f224726773
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa957c07cf8f224726773 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa957c07cf8f224726773 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa957c07cf8f224726773 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c07cf8f224726773 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c07cf8f224726773 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c07cf8f224726773 h1, #pix-fe .cp-5aa957c07cf8f224726773 h2, #pix-fe .cp-5aa957c07cf8f224726773 h3, #pix-fe .cp-5aa957c07cf8f224726773 h4, #pix-fe .cp-5aa957c07cf8f224726773 h5 {
  text-align: left;
}
#pix-fe .cp-5aa957c07cf8f224726773 h1 a, #pix-fe .cp-5aa957c07cf8f224726773 h2 a, #pix-fe .cp-5aa957c07cf8f224726773 h3 a, #pix-fe .cp-5aa957c07cf8f224726773 h4 a, #pix-fe .cp-5aa957c07cf8f224726773 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa957c07cf8f224726773 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa957c07cf8f224726773 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c07cf8f224726773 b, #pix-fe .cp-5aa957c07cf8f224726773 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa957c07cf8f224726773 em, #pix-fe .cp-5aa957c07cf8f224726773 i {
  font-style: italic;
}
#pix-fe .cp-5aa957c07cf8f224726773 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa957c07cf8f224726773 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c07cf8f224726773 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c07cf8f224726773 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-5aa957c07cf8f224726773 h1, #pix-fe .cp-5aa957c07cf8f224726773 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c07cf8f224726773 h1 p, #pix-fe .cp-5aa957c07cf8f224726773 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c07cf8f224726773 h2, #pix-fe .cp-5aa957c07cf8f224726773 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c07cf8f224726773 h2 p, #pix-fe .cp-5aa957c07cf8f224726773 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c07cf8f224726773 h3, #pix-fe .cp-5aa957c07cf8f224726773 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c07cf8f224726773 h3 p, #pix-fe .cp-5aa957c07cf8f224726773 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c07cf8f224726773 h4, #pix-fe .cp-5aa957c07cf8f224726773 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c07cf8f224726773 h4 p, #pix-fe .cp-5aa957c07cf8f224726773 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c07cf8f224726773 h5, #pix-fe .cp-5aa957c07cf8f224726773 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c07cf8f224726773 h5 p, #pix-fe .cp-5aa957c07cf8f224726773 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c07cf8f224726773 h6, #pix-fe .cp-5aa957c07cf8f224726773 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c07cf8f224726773 h6 p, #pix-fe .cp-5aa957c07cf8f224726773 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c07cf8f224726773 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa957c07cf8f224726773 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c07cf8f224726773 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c07cf8f224726773 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c07cf8f224726773 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c07cf8f224726773 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-5aa957c07cf8f224726773 strong a, #pix-fe .cp-5aa957c07cf8f224726773 b a, #pix-fe .cp-5aa957c07cf8f224726773 strong p, #pix-fe .cp-5aa957c07cf8f224726773 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa957c07cf8f224726773 [style*='color'] a, #pix-fe .cp-5aa957c07cf8f224726773 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa957c07cf8f224726773 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa957c07cf8f224726773 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa957c07cf8f224726773 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c07cf8f224726773 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c07cf8f224726773 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c07cf8f224726773
*/ 

#pix-fe #cp-5aa957c07cf8f224726773.pix-design-component {
    width: 34%;
    margin-left: -1034.3%;
    margin-top: 0px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa957c07cf8f224726773.pix-design-component {
    width: 34%;
    margin-left: -1034.3%;
    margin-top: 0px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-tm #cp-5aa957c07cf8f224726773.pix-design-component {
    width: 24.231210791750378%;
    margin-left: -1027.443724629956%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-t #cp-5aa957c07cf8f224726773.pix-design-component {
    width: 24.231210791750378%;
    margin-left: -1027.443724629956%;
    margin-top: 0px;
    clear: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSL85MzE3PiczLzsoGiBUWpxakluqZ6xSADagE= 
 Path: skin/designcenter/pixafy/components/global/social_links/preset-5.scss 
 Parent uid: cp_5aa957c08422a622950885
*/ 

/**================================================== Zoey SCSS File File Path: skin/designcenter/pixafy/components/global/social_links/preset-5.scss==================================================**/#pix-fe .cp-5aa957c08422a622950885 {  width: 230px;}#pix-fe .cp-5aa957c08422a622950885 .social-link {  margin: 0;  padding: 0 5%;  border-right: 0 solid #333;}#pix-fe .cp-5aa957c08422a622950885 .social-link:last-child {  border: 0;  padding-right: 0 !important;}#pix-fe .cp-5aa957c08422a622950885 .social-link:first-child {  padding-left: 0 !important;}#pix-fe .cp-5aa957c08422a622950885 .social-link:hover {  text-decoration: none;}#pix-fe .cp-5aa957c08422a622950885 .social-link[title="Tumblr"] {  display: none;}#pix-fe .cp-5aa957c08422a622950885 .force-show-social.social-block {  display: block !important;  visibility: visible !important;}#pix-fe .cp-5aa957c08422a622950885 .force-show-social.social-block .social-link:not([title="Tumblr"]) {  display: inline-block !important;  visibility: visible !important;}#pix-fe .cp-5aa957c08422a622950885 .force-show-social.social-block .social-link:not([title="Tumblr"]) [class^="social-icon-"] {  display: inline !important;  visibility: visible !important;}@font-face {  font-family: 'social-icons-2';  src: url("../pixafy/components/global/social_links/fonts/social-icons-2/fonts/social-icons-2_jpos.eot");  src: url("../pixafy/components/global/social_links/fonts/social-icons-2/fonts/social-icons-2_asdf-iefix.eot") format('embedded-opentype'), url("../pixafy/components/global/social_links/fonts/social-icons-2/fonts/social-icons-2_jpos.woff") format('woff'), url("../pixafy/components/global/social_links/fonts/social-icons-2/fonts/social-icons-2_jpos.ttf") format('truetype'), url("../pixafy/components/global/social_links/fonts/social-icons-2/fonts/social-icons-2_jpos-social-icons-2.svg") format('svg');  font-weight: normal;  font-style: normal;}#pix-fe [class^="social-icon-"]:before, #pix-fe [class*=" social-icon-"]:before {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'social-icons-2';  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  /* Better Font Rendering =========== */  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}#pix-fe .social-icon-facebook:before {  content: "\e900";}#pix-fe .social-icon-google-plus:before {  content: "\e901";}#pix-fe .social-icon-instagram:before {  content: "\e902";}#pix-fe .social-icon-pinterest:before {  content: "\e903";}#pix-fe .social-icon-twitter:before {  content: "\e904";}#pix-fe .social-icon-youtube:before {  content: "\e905";}#pix-fe .cp-5aa957c08422a622950885 {  width: 200px;}#pix-fe .cp-5aa957c08422a622950885 .social-block {  border: 0px solid #ccc;  border-color: rgba(204,204,204,0);  border-width: ;  background-color: rgba(255, 255, 255, 0);  padding: 0px;  text-align: center;}#pix-fe .cp-5aa957c08422a622950885 .social-link {  border-right: 0px solid #333;  padding-left: 5%;  padding-right: 5%;  color: #fffaff;  font-size: 16px;  border-right-width: ;  border-right-color: rgba(51,51,51,.03);}#pix-fe .cp-5aa957c08422a622950885 .social-link i:before {  font-family: 'social-icons-2';  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}#pix-fe .cp-5aa957c08422a622950885 .social-link:hover {  color: #fff0ab;}#pix-fe .cp-5aa957c08422a622950885 .social-icon-facebook:before {  content: "\e900";}#pix-fe .cp-5aa957c08422a622950885 .social-icon-google-plus:before {  content: "\e901";}#pix-fe .cp-5aa957c08422a622950885 .social-icon-instagram:before {  content: "\e902";}#pix-fe .cp-5aa957c08422a622950885 .social-icon-pintrest:before, #pix-fe .cp-5aa957c08422a622950885 .social-icon-pinterest:before {  content: "\e903";}#pix-fe .cp-5aa957c08422a622950885 .social-icon-twitter:before {  content: "\e904";}#pix-fe .cp-5aa957c08422a622950885 .social-icon-youtube:before, #pix-fe .cp-5aa957c08422a622950885 .social-icon-you-tube:before {  content: "\e905";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c08422a622950885
*/ 

#pix-fe #cp-5aa957c08422a622950885.pix-design-component {
    width: 44.69843018452217%;
    margin-left: -1096.2027259332024%;
    margin-top: 6px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa957c08422a622950885.pix-design-component {
    width: 44.69843018452217%;
    margin-left: -1096.2027259332024%;
    margin-top: 6px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-tm #cp-5aa957c08422a622950885.pix-design-component {
    width: 28.856274477806785%;
    margin-left: -1100%;
    margin-top: 7px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c08422a622950885.pix-design-component {
    width: 28.856274477806785%;
    margin-left: -1100%;
    margin-top: 7px;
    min-height: 0;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3QN9YpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-1.scss 
 Parent uid: cp_5aa957c088f75547724958
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa957c088f75547724958 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-5aa957c088f75547724958 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-5aa957c088f75547724958 {
  width: 300px;
  border-style: solid;
  border-width: ;
  border-color: #ccc;
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c088f75547724958
*/ 

#pix-fe #cp-5aa957c088f75547724958.pix-design-component {
    width: 4.715566571804523%;
    margin-left: -1051.2002701375245%;
    margin-top: 2px;
    clear: none;
}
#pix-fe.media-d #cp-5aa957c088f75547724958.pix-design-component {
    width: 4.715566571804523%;
    margin-left: -1051.2002701375245%;
    margin-top: 2px;
    clear: none;
}
#pix-fe.media-tm #cp-5aa957c088f75547724958.pix-design-component {
    margin-top: 5.515625px;
    clear: none;
    width: 2.3621083550913835%;
    margin-left: -1070.1570680628272%;
}
#pix-fe.media-t #cp-5aa957c088f75547724958.pix-design-component {
    margin-top: 5.515625px;
    clear: none;
    width: 2.3621083550913835%;
    margin-left: -1070.1570680628272%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset iconFontAccount 
 Path: skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/style.css 
 Parent uid: cp_5aa957c08dd46169661607
*/ 

@font-face {  font-family: 'account-icons';  src:  url("../pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons_pbgcwp.eot");  src:  url("../pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons_pbgcwp.eot#iefix") format('embedded-opentype'),    url("../pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons_pbgcwp.woff") format('woff'),    url("../pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons_pbgcwp.ttf") format('truetype'),    url("../pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons_pbgcwp-account-icons.svg") format('svg');  font-weight: normal;  font-style: normal;}[class^="account-icon-"]:before, [class*=" account-icon-"]:before {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'account-icons' !important;  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  /* Better Font Rendering =========== */  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}.account-icon-1:before {  content: "\e900";}.account-icon-2:before {  content: "\e901";}.account-icon-3:before {  content: "\e902";}.account-icon-4:before {  content: "\e903";}.account-icon-5:before {  content: "\e904";}.account-icon-outline-thick:before {  content: "\e7ff";}.account-icon-avatar:before {  content: "\e905";}.account-icon-user:before {  content: "\e906";}.account-icon-users:before {  content: "\e907";}.account-icon-users-2:before {  content: "\e908";}.account-icon-user-circle-thin:before {  content: "\e909";}.account-icon-user-circle:before {  content: "\e90a";}.account-icon-user-square:before {  content: "\e90b";}.account-icon-user-folder:before {  content: "\e90c";}.account-icon-user-calendar:before {  content: "\e90d";}.account-icon-user-bubble:before {  content: "\e90e";}.account-icon-building:before {  content: "\e90f";}.account-icon-horizontal-lines-long:before {  content: "\e910";}.account-icon-horizontal-lines-short:before {  content: "\e911";}.account-icon-horizontal-dotted-line:before {  content: "\e912";}.account-icon-vertical-dotted-line:before {  content: "\e913";}.account-icon-cog:before {  content: "\e914";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L0M1ITU1KLYvRL8gviczLzsoESBUWpxakluuZ6xSAzagE= 
 Path: skin/designcenter/pixafy/components/root/header/top_links/preset-7.scss 
 Parent uid: cp_5aa957c08dd46169661607
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/top_links/preset-7.scss
==================================================
**/
#pix-fe .cp-5aa957c08dd46169661607 .zoey-account-links {
  position: relative;
}
#pix-fe .cp-5aa957c08dd46169661607 .zoey-account-links .zoey-account-links-content {
  top: 100%;
  left: 0;
}
#pix-fe .cp-5aa957c08dd46169661607 .zoey-account-link {
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  display: block;
}
#pix-fe .cp-5aa957c08dd46169661607 .zoey-account-link.display-icon .label {
  display: none;
}
#pix-fe .cp-5aa957c08dd46169661607 .zoey-account-link.display-title .icon {
  display: none;
}
#pix-fe .cp-5aa957c08dd46169661607 .zoey-account-link:hover {
  text-decoration: none;
}
#pix-fe ul.zoey-account-links-content {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: rgba(255,255,255,1);
  position: absolute;
  min-width: 150px;
  z-index: 9;
  -webkit-box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
}
#pix-fe ul.zoey-account-links-content li {
  text-align: left;
  padding: 5px 0 5px 0;
}
#pix-fe ul.zoey-account-links-content li a {
  color: ;
  font-size: 12px;
  font-weight: ;
  text-transform: ;
  text-decoration: ;
  font-style: ;
}
#pix-fe ul.zoey-account-links-content li a:hover {
  color: ;
}
#pix-fe ul.zoey-account-links-content li:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c08dd46169661607 {
  min-width: 20px;
}
#pix-fe .cp-5aa957c08dd46169661607 .zoey-account-links {
  background-color: rgba(28,118,156,1);
  padding: 6px 0 6px 0;
}
#pix-fe .cp-5aa957c08dd46169661607 .zoey-account-links:hover {
  background-color: rgba(28,118,156,.8);
}
#pix-fe .cp-5aa957c08dd46169661607 .zoey-account-links .zoey-account-link {
  padding: 3px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
#pix-fe .cp-5aa957c08dd46169661607 .zoey-account-links .zoey-account-link .account-icon {
  display: none;
}
#pix-fe .cp-5aa957c08dd46169661607 .zoey-account-links .zoey-account-link .label {
  margin-top: 5px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}
#pix-fe .cp-5aa957c08dd46169661607 .zoey-account-links .zoey-account-link:hover {
  color: #fff;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c08dd46169661607
*/ 

#pix-fe #cp-5aa957c08dd46169661607.pix-design-component {
    width: 33.49857706784174%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1035.3296905697446%;
    margin-top: 0px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa957c08dd46169661607.pix-design-component {
    width: 33.49857706784174%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1035.3296905697446%;
    margin-top: 0px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-tm #cp-5aa957c08dd46169661607.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 31.051117819843345%;
    margin-left: -1031.3122144255874%;
}
#pix-fe.media-t #cp-5aa957c08dd46169661607.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 31.051117819843345%;
    margin-left: -1031.3122144255874%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_62620e438bbc1832935140
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-62620e438bbc1832935140 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-62620e438bbc1832935140 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-62620e438bbc1832935140 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-62620e438bbc1832935140 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-62620e438bbc1832935140 > .component-content > .group-background-image-container:before, #pix-fe .cp-62620e438bbc1832935140 > .component-content > .group-background-image-container:after, #pix-fe .cp-62620e438bbc1832935140 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-62620e438bbc1832935140 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-62620e438bbc1832935140 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-62620e438bbc1832935140 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-62620e438bbc1832935140 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-62620e438bbc1832935140 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-62620e438bbc1832935140 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-62620e438bbc1832935140 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-62620e438bbc1832935140 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-62620e438bbc1832935140 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_62620e438bbc1832935140
*/ 

#pix-fe #cp-62620e438bbc1832935140.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 4.015625px;
    clear: left;
}
#pix-fe.media-d #cp-62620e438bbc1832935140.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 4.015625px;
    clear: left;
}
#pix-fe.media-tm #cp-62620e438bbc1832935140.pix-design-component {
    margin-top: 1.5px;
    width: 100%;
    margin-left: -1100%;
    clear: left;
}
#pix-fe.media-tm #cp-62620e438bbc1832935140.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-62620e438bbc1832935140.pix-design-component {
    margin-top: 1.5px;
    width: 100%;
    margin-left: -1100%;
    clear: left;
}
#pix-fe.media-t #cp-62620e438bbc1832935140.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa957c106e82884378896
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa957c106e82884378896 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa957c106e82884378896 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa957c106e82884378896 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c106e82884378896 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c106e82884378896 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c106e82884378896 h1, #pix-fe .cp-5aa957c106e82884378896 h2, #pix-fe .cp-5aa957c106e82884378896 h3, #pix-fe .cp-5aa957c106e82884378896 h4, #pix-fe .cp-5aa957c106e82884378896 h5 {
  text-align: left;
}
#pix-fe .cp-5aa957c106e82884378896 h1 a, #pix-fe .cp-5aa957c106e82884378896 h2 a, #pix-fe .cp-5aa957c106e82884378896 h3 a, #pix-fe .cp-5aa957c106e82884378896 h4 a, #pix-fe .cp-5aa957c106e82884378896 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa957c106e82884378896 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa957c106e82884378896 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c106e82884378896 b, #pix-fe .cp-5aa957c106e82884378896 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa957c106e82884378896 em, #pix-fe .cp-5aa957c106e82884378896 i {
  font-style: italic;
}
#pix-fe .cp-5aa957c106e82884378896 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa957c106e82884378896 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c106e82884378896 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c106e82884378896 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-5aa957c106e82884378896 h1, #pix-fe .cp-5aa957c106e82884378896 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c106e82884378896 h1 p, #pix-fe .cp-5aa957c106e82884378896 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c106e82884378896 h2, #pix-fe .cp-5aa957c106e82884378896 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c106e82884378896 h2 p, #pix-fe .cp-5aa957c106e82884378896 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c106e82884378896 h3, #pix-fe .cp-5aa957c106e82884378896 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c106e82884378896 h3 p, #pix-fe .cp-5aa957c106e82884378896 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c106e82884378896 h4, #pix-fe .cp-5aa957c106e82884378896 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c106e82884378896 h4 p, #pix-fe .cp-5aa957c106e82884378896 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c106e82884378896 h5, #pix-fe .cp-5aa957c106e82884378896 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c106e82884378896 h5 p, #pix-fe .cp-5aa957c106e82884378896 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c106e82884378896 h6, #pix-fe .cp-5aa957c106e82884378896 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c106e82884378896 h6 p, #pix-fe .cp-5aa957c106e82884378896 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c106e82884378896 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa957c106e82884378896 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c106e82884378896 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c106e82884378896 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c106e82884378896 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c106e82884378896 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-5aa957c106e82884378896 strong a, #pix-fe .cp-5aa957c106e82884378896 b a, #pix-fe .cp-5aa957c106e82884378896 strong p, #pix-fe .cp-5aa957c106e82884378896 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa957c106e82884378896 [style*='color'] a, #pix-fe .cp-5aa957c106e82884378896 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa957c106e82884378896 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa957c106e82884378896 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa957c106e82884378896 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c106e82884378896 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c106e82884378896 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c106e82884378896
*/ 

#pix-fe #cp-5aa957c106e82884378896.pix-design-component {
    width: 99.94394169936734%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c106e82884378896.pix-design-component {
    width: 99.94394169936734%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-m #cp-5aa957c106e82884378896.pix-design-component {
    width: 100%;
    margin-top: 0;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa957c10aec9153775533
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa957c10aec9153775533 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa957c10aec9153775533 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa957c10aec9153775533 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c10aec9153775533 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c10aec9153775533 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c10aec9153775533 h1, #pix-fe .cp-5aa957c10aec9153775533 h2, #pix-fe .cp-5aa957c10aec9153775533 h3, #pix-fe .cp-5aa957c10aec9153775533 h4, #pix-fe .cp-5aa957c10aec9153775533 h5 {
  text-align: left;
}
#pix-fe .cp-5aa957c10aec9153775533 h1 a, #pix-fe .cp-5aa957c10aec9153775533 h2 a, #pix-fe .cp-5aa957c10aec9153775533 h3 a, #pix-fe .cp-5aa957c10aec9153775533 h4 a, #pix-fe .cp-5aa957c10aec9153775533 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa957c10aec9153775533 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa957c10aec9153775533 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c10aec9153775533 b, #pix-fe .cp-5aa957c10aec9153775533 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa957c10aec9153775533 em, #pix-fe .cp-5aa957c10aec9153775533 i {
  font-style: italic;
}
#pix-fe .cp-5aa957c10aec9153775533 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa957c10aec9153775533 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c10aec9153775533 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c10aec9153775533 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-5aa957c10aec9153775533 h1, #pix-fe .cp-5aa957c10aec9153775533 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c10aec9153775533 h1 p, #pix-fe .cp-5aa957c10aec9153775533 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c10aec9153775533 h2, #pix-fe .cp-5aa957c10aec9153775533 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c10aec9153775533 h2 p, #pix-fe .cp-5aa957c10aec9153775533 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c10aec9153775533 h3, #pix-fe .cp-5aa957c10aec9153775533 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c10aec9153775533 h3 p, #pix-fe .cp-5aa957c10aec9153775533 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c10aec9153775533 h4, #pix-fe .cp-5aa957c10aec9153775533 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c10aec9153775533 h4 p, #pix-fe .cp-5aa957c10aec9153775533 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c10aec9153775533 h5, #pix-fe .cp-5aa957c10aec9153775533 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c10aec9153775533 h5 p, #pix-fe .cp-5aa957c10aec9153775533 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c10aec9153775533 h6, #pix-fe .cp-5aa957c10aec9153775533 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c10aec9153775533 h6 p, #pix-fe .cp-5aa957c10aec9153775533 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c10aec9153775533 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa957c10aec9153775533 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c10aec9153775533 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c10aec9153775533 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c10aec9153775533 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c10aec9153775533 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-5aa957c10aec9153775533 strong a, #pix-fe .cp-5aa957c10aec9153775533 b a, #pix-fe .cp-5aa957c10aec9153775533 strong p, #pix-fe .cp-5aa957c10aec9153775533 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa957c10aec9153775533 [style*='color'] a, #pix-fe .cp-5aa957c10aec9153775533 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa957c10aec9153775533 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa957c10aec9153775533 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa957c10aec9153775533 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c10aec9153775533 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c10aec9153775533 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c10aec9153775533
*/ 

#pix-fe #cp-5aa957c10aec9153775533.pix-design-component {
    width: 99.95307996514512%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c10aec9153775533.pix-design-component {
    width: 99.95307996514512%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-m #cp-5aa957c10aec9153775533.pix-design-component {
    width: 100%;
    margin-top: 17px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa957c1140dd574274686
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa957c1140dd574274686 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa957c1140dd574274686 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa957c1140dd574274686 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c1140dd574274686 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c1140dd574274686 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c1140dd574274686 h1, #pix-fe .cp-5aa957c1140dd574274686 h2, #pix-fe .cp-5aa957c1140dd574274686 h3, #pix-fe .cp-5aa957c1140dd574274686 h4, #pix-fe .cp-5aa957c1140dd574274686 h5 {
  text-align: left;
}
#pix-fe .cp-5aa957c1140dd574274686 h1 a, #pix-fe .cp-5aa957c1140dd574274686 h2 a, #pix-fe .cp-5aa957c1140dd574274686 h3 a, #pix-fe .cp-5aa957c1140dd574274686 h4 a, #pix-fe .cp-5aa957c1140dd574274686 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa957c1140dd574274686 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa957c1140dd574274686 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c1140dd574274686 b, #pix-fe .cp-5aa957c1140dd574274686 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa957c1140dd574274686 em, #pix-fe .cp-5aa957c1140dd574274686 i {
  font-style: italic;
}
#pix-fe .cp-5aa957c1140dd574274686 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa957c1140dd574274686 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c1140dd574274686 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c1140dd574274686 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-5aa957c1140dd574274686 h1, #pix-fe .cp-5aa957c1140dd574274686 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c1140dd574274686 h1 p, #pix-fe .cp-5aa957c1140dd574274686 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c1140dd574274686 h2, #pix-fe .cp-5aa957c1140dd574274686 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c1140dd574274686 h2 p, #pix-fe .cp-5aa957c1140dd574274686 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c1140dd574274686 h3, #pix-fe .cp-5aa957c1140dd574274686 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c1140dd574274686 h3 p, #pix-fe .cp-5aa957c1140dd574274686 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c1140dd574274686 h4, #pix-fe .cp-5aa957c1140dd574274686 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c1140dd574274686 h4 p, #pix-fe .cp-5aa957c1140dd574274686 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c1140dd574274686 h5, #pix-fe .cp-5aa957c1140dd574274686 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c1140dd574274686 h5 p, #pix-fe .cp-5aa957c1140dd574274686 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c1140dd574274686 h6, #pix-fe .cp-5aa957c1140dd574274686 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c1140dd574274686 h6 p, #pix-fe .cp-5aa957c1140dd574274686 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c1140dd574274686 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa957c1140dd574274686 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c1140dd574274686 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c1140dd574274686 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c1140dd574274686 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c1140dd574274686 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-5aa957c1140dd574274686 strong a, #pix-fe .cp-5aa957c1140dd574274686 b a, #pix-fe .cp-5aa957c1140dd574274686 strong p, #pix-fe .cp-5aa957c1140dd574274686 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa957c1140dd574274686 [style*='color'] a, #pix-fe .cp-5aa957c1140dd574274686 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa957c1140dd574274686 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa957c1140dd574274686 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa957c1140dd574274686 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c1140dd574274686 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c1140dd574274686 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c1140dd574274686
*/ 

#pix-fe #cp-5aa957c1140dd574274686.pix-design-component {
    width: 100%;
    margin-left: -1099.8897744615906%;
    margin-top: 0px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa957c1140dd574274686.pix-design-component {
    width: 100%;
    margin-left: -1099.8897744615906%;
    margin-top: 0px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c1140dd574274686.pix-design-component {
    margin-top: 0px;
}
#pix-fe.media-m #cp-5aa957c1140dd574274686.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa957c117497257110275
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa957c117497257110275 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa957c117497257110275 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa957c117497257110275 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c117497257110275 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c117497257110275 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c117497257110275 h1, #pix-fe .cp-5aa957c117497257110275 h2, #pix-fe .cp-5aa957c117497257110275 h3, #pix-fe .cp-5aa957c117497257110275 h4, #pix-fe .cp-5aa957c117497257110275 h5 {
  text-align: left;
}
#pix-fe .cp-5aa957c117497257110275 h1 a, #pix-fe .cp-5aa957c117497257110275 h2 a, #pix-fe .cp-5aa957c117497257110275 h3 a, #pix-fe .cp-5aa957c117497257110275 h4 a, #pix-fe .cp-5aa957c117497257110275 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa957c117497257110275 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa957c117497257110275 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c117497257110275 b, #pix-fe .cp-5aa957c117497257110275 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa957c117497257110275 em, #pix-fe .cp-5aa957c117497257110275 i {
  font-style: italic;
}
#pix-fe .cp-5aa957c117497257110275 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa957c117497257110275 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c117497257110275 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c117497257110275 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-5aa957c117497257110275 h1, #pix-fe .cp-5aa957c117497257110275 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c117497257110275 h1 p, #pix-fe .cp-5aa957c117497257110275 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c117497257110275 h2, #pix-fe .cp-5aa957c117497257110275 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c117497257110275 h2 p, #pix-fe .cp-5aa957c117497257110275 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c117497257110275 h3, #pix-fe .cp-5aa957c117497257110275 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c117497257110275 h3 p, #pix-fe .cp-5aa957c117497257110275 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c117497257110275 h4, #pix-fe .cp-5aa957c117497257110275 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c117497257110275 h4 p, #pix-fe .cp-5aa957c117497257110275 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c117497257110275 h5, #pix-fe .cp-5aa957c117497257110275 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c117497257110275 h5 p, #pix-fe .cp-5aa957c117497257110275 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c117497257110275 h6, #pix-fe .cp-5aa957c117497257110275 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c117497257110275 h6 p, #pix-fe .cp-5aa957c117497257110275 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c117497257110275 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa957c117497257110275 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c117497257110275 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c117497257110275 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c117497257110275 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c117497257110275 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-5aa957c117497257110275 strong a, #pix-fe .cp-5aa957c117497257110275 b a, #pix-fe .cp-5aa957c117497257110275 strong p, #pix-fe .cp-5aa957c117497257110275 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa957c117497257110275 [style*='color'] a, #pix-fe .cp-5aa957c117497257110275 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa957c117497257110275 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa957c117497257110275 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa957c117497257110275 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c117497257110275 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c117497257110275 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c117497257110275
*/ 

#pix-fe #cp-5aa957c117497257110275.pix-design-component {
    width: 100%;
    margin-left: -1099.8897744615906%;
    margin-top: 5.25px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa957c117497257110275.pix-design-component {
    width: 100%;
    margin-left: -1099.8897744615906%;
    margin-top: 5.25px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c117497257110275.pix-design-component {
    margin-top: 5px;
}
#pix-fe.media-m #cp-5aa957c117497257110275.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_LcyxCoAgFAXQf3k4Ru7NLf2DECq3CEzFq1RE/15D41nOLapeGTKIJ6UTxeI/5O20y2W0T3tOEbHS6DUkZ4PREQcDakWZ2Rx92RyMdpbo+SeNmOL4RYsNxPMC 
 Path: skin/designcenter/pixafy/components/global/newsletter_subscribe/base.scss 
 Parent uid: cp_5aa957c11d943036777972
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/newsletter_subscribe/base.scss
==================================================
**/
#pix-fe .zoey-core-newsletter-subscribe input, #pix-fe .zoey-core-newsletter-subscribe input[type=email] {
  width: 100%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcxBCoAgEAXQuwwuK6FlZxFCZYrAdPBPlER3r5Zv824y2oRpoghQRwY1fpDt8ktzNpZdSuascHZNJfjkbOYTiVW5zjgCYt0COyuVwdqPA/7oeQE= 
 Path: skin/designcenter/pixafy/components/global/newsletter_subscribe/preset-2.scss 
 Parent uid: cp_5aa957c11d943036777972
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/newsletter_subscribe/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa957c11d943036777972 form {
  display: block;
  width: 100%;
  position: relative;
}
#pix-fe .cp-5aa957c11d943036777972 form input {
  display: block;
  width: 100%;
  padding-top: 4px;
  max-height: none;
  height: 30px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  lineq-height: 1;
  color: rgba(51,51,51,1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221,221,221,1);
  background-color: rgba(255,255,255,1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa957c11d943036777972 form input:focus {
  border-color: rgba(204,204,204,1);
}
#pix-fe .cp-5aa957c11d943036777972 form input:-webkit-autofill {
  background-color: rgba(255,255,255,1);
}
#pix-fe .cp-5aa957c11d943036777972 form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 15px;
  max-height: 100%;
  height: auto;
  line-height: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  background-color: rgba(230,161,41,1);
  color: #fff;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
#pix-fe .cp-5aa957c11d943036777972 form button:hover {
  background-color: rgba(217,189,50,.8);
  color: #333;
}
#pix-fe.media-t .cp-5aa957c11d943036777972 form input {
  font-size: ;
}
#pix-fe.media-t .cp-5aa957c11d943036777972 form button {
  font-size: ;
}
#pix-fe.media-m .cp-5aa957c11d943036777972 form input {
  font-size: ;
}
#pix-fe.media-m .cp-5aa957c11d943036777972 form button {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c11d943036777972
*/ 

#pix-fe #cp-5aa957c11d943036777972.pix-design-component {
    width: 100%;
    margin-left: -1099.8897744615906%;
    margin-top: 12.98828125px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa957c11d943036777972.pix-design-component {
    width: 100%;
    margin-left: -1099.8897744615906%;
    margin-top: 12.98828125px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c11d943036777972.pix-design-component {
    margin-top: 0px;
}
#pix-fe.media-m #cp-5aa957c11d943036777972.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvQzSnKBZHFJZU6qXjFIVy0A 
 Path: skin/designcenter/pixafy/components/global/html/style.scss 
 Parent uid: cp_5aa957c12eeb1180289018
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/html/style.scss
==================================================
**/
#pix-fe .cp-5aa957c12eeb1180289018 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .zoey-core-html {
  width: 300px;
}
#pix-fe .zoey-core-html > .component-content {
  min-height: 10px;
}
#pix-fe .zoey-core-html .html-content * {
  max-width: 100%;
}
#pix-fe .cp-5aa957c12eeb1180289018 h1, #pix-fe .cp-5aa957c12eeb1180289018 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c12eeb1180289018 h2, #pix-fe .cp-5aa957c12eeb1180289018 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c12eeb1180289018 h3, #pix-fe .cp-5aa957c12eeb1180289018 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c12eeb1180289018 h4, #pix-fe .cp-5aa957c12eeb1180289018 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c12eeb1180289018 h5, #pix-fe .cp-5aa957c12eeb1180289018 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c12eeb1180289018 h6, #pix-fe .cp-5aa957c12eeb1180289018 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c12eeb1180289018 p {
  margin-bottom: 10px;
}
#pix-fe .cp-5aa957c12eeb1180289018 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c12eeb1180289018 a {
  font-size: inherit;
  font-weight: inherit;
}
#pix-fe .cp-5aa957c12eeb1180289018 strong a, #pix-fe .cp-5aa957c12eeb1180289018 b a, #pix-fe .cp-5aa957c12eeb1180289018 strong p, #pix-fe .cp-5aa957c12eeb1180289018 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa957c12eeb1180289018 [style*='color'] a, #pix-fe .cp-5aa957c12eeb1180289018 [color] a, #pix-fe .cp-5aa957c12eeb1180289018 [style*='color'] p, #pix-fe .cp-5aa957c12eeb1180289018 [color] p {
  color: inherit;
}
#pix-fe .cp-5aa957c12eeb1180289018 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa957c12eeb1180289018 li {
  color: rgba(85,34,20,1);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c12eeb1180289018
*/ 

#pix-fe #cp-5aa957c12eeb1180289018.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c12eeb1180289018.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c12eeb1180289018.pix-design-component {
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-m #cp-5aa957c12eeb1180289018.pix-design-component {
    width: 100%;
    margin-top: 14px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
    display: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvQzSnKBZHFJZU6qXjFIVy0A 
 Path: skin/designcenter/pixafy/components/global/html/style.scss 
 Parent uid: cp_5aa957c126ebb071093134
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/html/style.scss
==================================================
**/
#pix-fe .cp-5aa957c126ebb071093134 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .zoey-core-html {
  width: 300px;
}
#pix-fe .zoey-core-html > .component-content {
  min-height: 10px;
}
#pix-fe .zoey-core-html .html-content * {
  max-width: 100%;
}
#pix-fe .cp-5aa957c126ebb071093134 h1, #pix-fe .cp-5aa957c126ebb071093134 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c126ebb071093134 h2, #pix-fe .cp-5aa957c126ebb071093134 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c126ebb071093134 h3, #pix-fe .cp-5aa957c126ebb071093134 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c126ebb071093134 h4, #pix-fe .cp-5aa957c126ebb071093134 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c126ebb071093134 h5, #pix-fe .cp-5aa957c126ebb071093134 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c126ebb071093134 h6, #pix-fe .cp-5aa957c126ebb071093134 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c126ebb071093134 p {
  margin-bottom: 10px;
}
#pix-fe .cp-5aa957c126ebb071093134 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c126ebb071093134 a {
  font-size: inherit;
  font-weight: inherit;
}
#pix-fe .cp-5aa957c126ebb071093134 strong a, #pix-fe .cp-5aa957c126ebb071093134 b a, #pix-fe .cp-5aa957c126ebb071093134 strong p, #pix-fe .cp-5aa957c126ebb071093134 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa957c126ebb071093134 [style*='color'] a, #pix-fe .cp-5aa957c126ebb071093134 [color] a, #pix-fe .cp-5aa957c126ebb071093134 [style*='color'] p, #pix-fe .cp-5aa957c126ebb071093134 [color] p {
  color: inherit;
}
#pix-fe .cp-5aa957c126ebb071093134 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa957c126ebb071093134 li {
  color: rgba(85,34,20,1);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c126ebb071093134
*/ 

#pix-fe #cp-5aa957c126ebb071093134.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c126ebb071093134.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c126ebb071093134.pix-design-component {
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-m #cp-5aa957c126ebb071093134.pix-design-component {
    width: 100%;
    margin-top: 20px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_62620d028bbb5432950708
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-62620d028bbb5432950708 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-62620d028bbb5432950708 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-62620d028bbb5432950708 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-62620d028bbb5432950708 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 5px 20px 5px 20px;
}
#pix-fe .cp-62620d028bbb5432950708 > .component-content > .group-background-image-container:before, #pix-fe .cp-62620d028bbb5432950708 > .component-content > .group-background-image-container:after, #pix-fe .cp-62620d028bbb5432950708 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-62620d028bbb5432950708 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-62620d028bbb5432950708 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-62620d028bbb5432950708 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-62620d028bbb5432950708 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-62620d028bbb5432950708 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-62620d028bbb5432950708 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-62620d028bbb5432950708 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-62620d028bbb5432950708 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-62620d028bbb5432950708 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_62620d028bbb5432950708
*/ 

#pix-fe #cp-62620d028bbb5432950708.pix-design-component {
    width: 29.771920787545785%;
    margin-left: -1100%;
    margin-top: 0.43402862548828125px;
    clear: left;
}
#pix-fe.media-d #cp-62620d028bbb5432950708.pix-design-component {
    width: 29.771920787545785%;
    margin-left: -1100%;
    margin-top: 0.43402862548828125px;
    clear: left;
}
#pix-fe.media-tm #cp-62620d028bbb5432950708.pix-design-component {
    margin-top: 0.4296875px;
    clear: left;
    width: 46.307373046875%;
    margin-left: -1100%;
}
#pix-fe.media-tm #cp-62620d028bbb5432950708.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-62620d028bbb5432950708.pix-design-component {
    margin-top: 0.4296875px;
    clear: left;
    width: 46.307373046875%;
    margin-left: -1100%;
}
#pix-fe.media-t #cp-62620d028bbb5432950708.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_62620d3b8bbb8124699001
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-62620d3b8bbb8124699001 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-62620d3b8bbb8124699001 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-62620d3b8bbb8124699001 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-62620d3b8bbb8124699001 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 10px 10px 10px 10px;
}
#pix-fe .cp-62620d3b8bbb8124699001 > .component-content > .group-background-image-container:before, #pix-fe .cp-62620d3b8bbb8124699001 > .component-content > .group-background-image-container:after, #pix-fe .cp-62620d3b8bbb8124699001 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-62620d3b8bbb8124699001 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-62620d3b8bbb8124699001 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-62620d3b8bbb8124699001 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-62620d3b8bbb8124699001 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-62620d3b8bbb8124699001 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-62620d3b8bbb8124699001 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-62620d3b8bbb8124699001 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-62620d3b8bbb8124699001 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-62620d3b8bbb8124699001 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_62620d3b8bbb8124699001
*/ 

#pix-fe #cp-62620d3b8bbb8124699001.pix-design-component {
    width: 14.968036280358854%;
    margin-left: -1061.1052651356463%;
    margin-top: 3.93402099609375px;
    clear: none;
}
#pix-fe #cp-62620d3b8bbb8124699001.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 96.98611450195312px
}
#pix-fe.media-d #cp-62620d3b8bbb8124699001.pix-design-component {
    width: 14.968036280358854%;
    margin-left: -1061.1052651356463%;
    margin-top: 3.93402099609375px;
    clear: none;
}
#pix-fe.media-d #cp-62620d3b8bbb8124699001.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 96.98611450195312px
}
#pix-fe.media-tm #cp-62620d3b8bbb8124699001.pix-design-component {
    width: 28.8726806640625%;
    margin-left: -1031.4666748046875%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-tm #cp-62620d3b8bbb8124699001.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 79.578125px
}
#pix-fe.media-t #cp-62620d3b8bbb8124699001.pix-design-component {
    width: 28.8726806640625%;
    margin-left: -1031.4666748046875%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-t #cp-62620d3b8bbb8124699001.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 79.578125px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_62620d8c8bbbe648200057
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-62620d8c8bbbe648200057 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-62620d8c8bbbe648200057 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-62620d8c8bbbe648200057 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-62620d8c8bbbe648200057 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 10px 20px 10px 10px;
}
#pix-fe .cp-62620d8c8bbbe648200057 > .component-content > .group-background-image-container:before, #pix-fe .cp-62620d8c8bbbe648200057 > .component-content > .group-background-image-container:after, #pix-fe .cp-62620d8c8bbbe648200057 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-62620d8c8bbbe648200057 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-62620d8c8bbbe648200057 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-62620d8c8bbbe648200057 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-62620d8c8bbbe648200057 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-62620d8c8bbbe648200057 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-62620d8c8bbbe648200057 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-62620d8c8bbbe648200057 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-62620d8c8bbbe648200057 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-62620d8c8bbbe648200057 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_62620d8c8bbbe648200057
*/ 

#pix-fe #cp-62620d8c8bbbe648200057.pix-design-component {
    width: 38.896520146520146%;
    margin-left: -1039.6763392857142%;
    margin-top: 0.4166717529296875px;
    clear: none;
}
#pix-fe.media-d #cp-62620d8c8bbbe648200057.pix-design-component {
    width: 38.896520146520146%;
    margin-left: -1039.6763392857142%;
    margin-top: 0.4166717529296875px;
    clear: none;
}
#pix-fe.media-tm #cp-62620d8c8bbbe648200057.pix-design-component {
    margin-top: 0px;
    clear: left;
    width: 99.55342610677084%;
    margin-left: -1100%;
}
#pix-fe.media-tm #cp-62620d8c8bbbe648200057.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-62620d8c8bbbe648200057.pix-design-component {
    margin-top: 0px;
    clear: left;
    width: 99.55342610677084%;
    margin-left: -1100%;
}
#pix-fe.media-t #cp-62620d8c8bbbe648200057.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_62620ea28bbc4223475453
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-62620ea28bbc4223475453 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-62620ea28bbc4223475453 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-62620ea28bbc4223475453 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-62620ea28bbc4223475453 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-62620ea28bbc4223475453 > .component-content > .group-background-image-container:before, #pix-fe .cp-62620ea28bbc4223475453 > .component-content > .group-background-image-container:after, #pix-fe .cp-62620ea28bbc4223475453 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-62620ea28bbc4223475453 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-62620ea28bbc4223475453 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-62620ea28bbc4223475453 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-62620ea28bbc4223475453 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-62620ea28bbc4223475453 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-62620ea28bbc4223475453 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-62620ea28bbc4223475453 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-62620ea28bbc4223475453 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-62620ea28bbc4223475453 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_62620ea28bbc4223475453
*/ 

#pix-fe #cp-62620ea28bbc4223475453.pix-design-component {
    width: 21.138343217197924%;
    margin-left: -1034.1850444773906%;
    margin-top: 0px;
    clear: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-dt #cp-62620ea28bbc4223475453.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-d #cp-62620ea28bbc4223475453.pix-design-component {
    width: 21.138343217197924%;
    margin-left: -1034.1850444773906%;
    margin-top: 0px;
    clear: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-tm #cp-62620ea28bbc4223475453.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-t #cp-62620ea28bbc4223475453.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-m #cp-62620ea28bbc4223475453.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_Fcs7DoAwCADQu5COKnH1LCxNxU+ihQCDjfHu6viGd0OKpgwTFHfoILmVD7pfeWmERU6VyjWc0ESCcOM8sxEesgqhGjtHPw7+9+cF 
 Path: skin/designcenter/pixafy/components/root/header/logo/preset-1.scss 
 Parent uid: cp_5aa957c0984ce786533503
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/logo/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa957c0984ce786533503 {
  width: 10%;
  width: 100px;
  height: auto;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  padding: 0 0 0 0;
}
#pix-fe .cp-5aa957c0984ce786533503 a {
  display: block;
  height: auto;
}
#pix-fe .cp-5aa957c0984ce786533503 a img {
  display: block;
  width: 100%;
  height: auto;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c0984ce786533503
*/ 

#pix-fe #cp-5aa957c0984ce786533503.pix-design-component {
    width: 99.62470146707608%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c0984ce786533503.pix-design-component {
    width: 99.62470146707608%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-tm #cp-5aa957c0984ce786533503.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c0984ce786533503.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3RN9IpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss 
 Parent uid: cp_61b0dbc5ad166004699807
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss
==================================================
**/
#pix-fe .cp-61b0dbc5ad166004699807 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-61b0dbc5ad166004699807 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-61b0dbc5ad166004699807 {
  padding: 0px;
  outline-width: 0px;
  outline-color: rgba(242,242,242,1);
  outline-offset: -0px;
  outline-style: solid;
  width: 500px;
}
#pix-fe .cp-61b0dbc5ad166004699807 .zoey-component-placement-height {
  padding-bottom: 45%;
  overflow: hidden;
  position: relative;
}
#pix-fe .cp-61b0dbc5ad166004699807 .zoey-component-placement-height img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-padding.html 
 Parent uid: cp_61b0dbc5ad166004699807
*/ 

#pix-fe #cp-61b0dbc5ad166004699807.pix-design-component {
    width: 99.75434138077087%;
    margin-left: -1100%;
    margin-top: 7.984375px;
    clear: left;
    min-height: 0;
}
#pix-fe #cp-61b0dbc5ad166004699807.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 28.33%
}
#pix-fe.media-d #cp-61b0dbc5ad166004699807.pix-design-component {
    width: 99.75434138077087%;
    margin-left: -1100%;
    margin-top: 7.984375px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-61b0dbc5ad166004699807.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 28.33%
}
#pix-fe.media-tm #cp-61b0dbc5ad166004699807.pix-design-component {
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-t #cp-61b0dbc5ad166004699807.pix-design-component {
    margin-top: 0px;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa957c09e687035064758
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa957c09e687035064758 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa957c09e687035064758 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa957c09e687035064758 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c09e687035064758 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c09e687035064758 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c09e687035064758 h1, #pix-fe .cp-5aa957c09e687035064758 h2, #pix-fe .cp-5aa957c09e687035064758 h3, #pix-fe .cp-5aa957c09e687035064758 h4, #pix-fe .cp-5aa957c09e687035064758 h5 {
  text-align: left;
}
#pix-fe .cp-5aa957c09e687035064758 h1 a, #pix-fe .cp-5aa957c09e687035064758 h2 a, #pix-fe .cp-5aa957c09e687035064758 h3 a, #pix-fe .cp-5aa957c09e687035064758 h4 a, #pix-fe .cp-5aa957c09e687035064758 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa957c09e687035064758 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa957c09e687035064758 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c09e687035064758 b, #pix-fe .cp-5aa957c09e687035064758 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa957c09e687035064758 em, #pix-fe .cp-5aa957c09e687035064758 i {
  font-style: italic;
}
#pix-fe .cp-5aa957c09e687035064758 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa957c09e687035064758 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c09e687035064758 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c09e687035064758 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-5aa957c09e687035064758 h1, #pix-fe .cp-5aa957c09e687035064758 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c09e687035064758 h1 p, #pix-fe .cp-5aa957c09e687035064758 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c09e687035064758 h2, #pix-fe .cp-5aa957c09e687035064758 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa957c09e687035064758 h2 p, #pix-fe .cp-5aa957c09e687035064758 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c09e687035064758 h3, #pix-fe .cp-5aa957c09e687035064758 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c09e687035064758 h3 p, #pix-fe .cp-5aa957c09e687035064758 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c09e687035064758 h4, #pix-fe .cp-5aa957c09e687035064758 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c09e687035064758 h4 p, #pix-fe .cp-5aa957c09e687035064758 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c09e687035064758 h5, #pix-fe .cp-5aa957c09e687035064758 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c09e687035064758 h5 p, #pix-fe .cp-5aa957c09e687035064758 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c09e687035064758 h6, #pix-fe .cp-5aa957c09e687035064758 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa957c09e687035064758 h6 p, #pix-fe .cp-5aa957c09e687035064758 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa957c09e687035064758 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa957c09e687035064758 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa957c09e687035064758 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa957c09e687035064758 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa957c09e687035064758 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa957c09e687035064758 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-5aa957c09e687035064758 strong a, #pix-fe .cp-5aa957c09e687035064758 b a, #pix-fe .cp-5aa957c09e687035064758 strong p, #pix-fe .cp-5aa957c09e687035064758 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa957c09e687035064758 [style*='color'] a, #pix-fe .cp-5aa957c09e687035064758 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa957c09e687035064758 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa957c09e687035064758 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa957c09e687035064758 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa957c09e687035064758 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa957c09e687035064758 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c09e687035064758
*/ 

#pix-fe #cp-5aa957c09e687035064758.pix-design-component {
    width: 99.32565980699918%;
    margin-left: -1100%;
    margin-top: 1.9921875px;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c09e687035064758.pix-design-component {
    width: 99.32565980699918%;
    margin-left: -1100%;
    margin-top: 1.9921875px;
    clear: left;
}
#pix-fe.media-tm #cp-5aa957c09e687035064758.pix-design-component {
    margin-top: 1.9921875px;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c09e687035064758.pix-design-component {
    margin-top: 1.9921875px;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcwxDoAwCEDRu5COaicXz8LSIMYOLQQYbIx3V8f/hn9DiqEMG5A7TJDc6AutVzkGZpKm0rmHYzaRwHxy2dkwt9orFftEjZ1jXhf/F88L 
 Path: skin/designcenter/pixafy/components/root/header/minicart/preset-5.scss 
 Parent uid: cp_5aa957c0a1be1771095963
*/ 

/**================================================== Zoey SCSS File File Path: skin/designcenter/pixafy/components/root/header/minicart/preset-5.scss==================================================**/#pix-fe .ui-drawer-title .block-subtitle {  margin-bottom: 0;}#pix-fe .ui-drawer-title .minicart-subtitle {  display: inline-block;  max-width: 100%;  line-height: 1.1;}#pix-fe .ui-drawer-title .skip-link-close {  display: none;}#pix-fe .ui-drawer-content .zoey-minicart-drawer-content {  height: 100%;}#pix-fe .ui-drawer-content .zoey-minicart-drawer-content .minicart-wrapper {  height: 100%;}#pix-fe .ui-drawer-content .zoey-minicart-drawer-content .minicart-wrapper .mini-cart-frame {  height: 100%;}#pix-fe .ui-drawer-content .zoey-minicart-drawer-content .minicart-wrapper .mini-cart-content {  height: 100%;  display: grid;  grid-template-rows: auto 1fr auto;}#pix-fe .ui-drawer-content .zoey-minicart-drawer-content .minicart-wrapper .mini-products-list {  max-height: none;  border-top: 0;}#pix-fe .ui-drawer-content .zoey-minicart-drawer-content .zoey-mini-cart-content-body {  overflow: auto;}#pix-fe .mini-products-list .product-image {  display: block;}#pix-fe .mini-products-list .product-image img {  width: 80px;  height: 80px;}#pix-fe .mini-products-list .product-details > div {  margin-top: 5px;}#pix-fe .mini-products-list .product-details > .product-image-container {  margin-top: 0;}#pix-fe .mini-products-list .product-details .product-name {  margin: 0 0 6px 0;}#pix-fe .mini-products-list .product-details .item-options {  font-size: 12px;}#pix-fe .mini-products-list .product-details .item-options dt {  font-style: normal;  margin: 3px 0;}#pix-fe .mini-products-list .product-details .item-options dd {  margin: 3px 0;  padding-left: 0;}#pix-fe .mini-products-list .product-details .item-options dd.downloadable-item {  padding-right: 5px;}#pix-fe .mini-products-list li {  margin-bottom: 10px;  clear: both;}#pix-fe .mini-products-list li:after {  content: '';  display: table;  clear: both;}#pix-fe .zoey-minicart-content-container {  position: absolute;  z-index: 200;  top: 40px;  right: 0;  width: 400px;  background: white;}@media only screen and (min-width: 771px) {  #pix-fe .zoey-minicart-content-container {    /*background: #FBFBFB;*/  }  #pix-fe .zoey-minicart-content-container.skip-active {    display: block;    position: absolute;    z-index: 200;    top: 40px;    right: 0;    width: 320px;    background: white;  }}#pix-fe .zoey-minicart-content-container .minicart-wrapper {  position: relative;  clear: both;  /*&:before {   background-color: #FFFFFF;   opacity: 0.9;   z-index: 2;   }*/  /*&:before,   &:after {   content: '';   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   display: none;   }*/}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-cart-frame {  height: 100%;  overflow: auto;  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  box-shadow: 0 2px 10px rgba(0, 0, 0, .5);}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-products-list {  max-height: 260px;  overflow-y: auto;}#pix-fe .zoey-minicart-content-container .mini-cart-content .skip-link-close {  position: absolute;  top: 0;  right: 0;}#pix-fe .zoey-minicart-content-container .info-wrapper {  margin-bottom: 0.5em;}#pix-fe .zoey-minicart-content-container .info-wrapper th {  text-transform: uppercase;  padding-right: 10px;}#pix-fe .zoey-minicart-content-container .info-wrapper td {  color: rgba(230,161,41,1);  clear: right;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty-wrapper td {  height: 33px;  line-height: 33px;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty {  padding-left: 4px;  padding-right: 4px;  margin-right: 2px;  width: 30px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button {  opacity: 0;  -webkit-transition-property: opacity;  -moz-transition-property: opacity;  -o-transition-property: opacity;  transition-property: opacity;  -webkit-transition-duration: 100ms;  -moz-transition-duration: 100ms;  -o-transition-duration: 100ms;  transition-duration: 100ms;  margin-top: -1px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button[disabled] {  cursor: default;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button.visible {  opacity: 1;}#pix-fe .zoey-minicart-content-container .jcarousel-control-prev, #pix-fe .zoey-minicart-content-container .jcarousel-control-next {  display: none;}#pix-fe .minicart-wrapper.loading .minicart-loader {  display: block;}#pix-fe .minicart-wrapper .minicart-loader {  background-color: #fff;  opacity: 0.9;  z-index: 2;  background-image: url("https://www.1-800-bakery.com/skin/designcenter/pixafy/components/root/header/images/opc-ajax-loader.gif");  background-repeat: no-repeat;  background-position: center;  background-size: 30px;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  display: none;}#pix-fe .minicart-wrapper .minicart-loader .minicart-loader-text {  position: absolute;  bottom: 50%;  left: 0;  right: 0;  width: 100%;  margin-bottom: 40px;  text-align: center;  font-size: 12px;}#pix-fe .minicart-wrapper .block-subtitle {  font-size: 12px;  font-weight: bold;  line-height: 1.4;  padding: 8px 0 5px 10px;  border-bottom: 1px solid #eee;  margin-bottom: 0;  min-height: 28px;  position: relative;}#pix-fe .minicart-wrapper .block-subtitle .close {  position: absolute;  top: 8px;  right: 10px;  text-transform: lowercase;  cursor: pointer;  font-weight: normal;}#pix-fe .minicart-wrapper .mini-products-list {  border-top: 1px solid #eee;  border-bottom: 1px solid #eee;}#pix-fe .minicart-wrapper .mini-products-list > li {  padding: 10px 35px 10px 10px;  border-top: 1px solid #eee;  border-bottom: none;  position: relative;  margin-bottom: 0;}#pix-fe .minicart-wrapper .mini-products-list > li.first {  border-top: none;  border-bottom: none;}#pix-fe .minicart-wrapper .mini-products-list > li.parent-item {  border-top: none;  text-align: left;  background: #f7f7f7;  padding-left: 10px;  font-weight: bold;  width: 100%;}#pix-fe .minicart-wrapper .mini-products-list > li.parent-item .btn-cancel {  position: absolute;  top: 50%;  right: 10px;  margin-top: -6px;}#pix-fe .minicart-wrapper .mini-products-list > li.child-item {  border-top: none;  border-bottom: none;}#pix-fe .minicart-wrapper .mini-products-list > li.child-item.parent-product-type-configurable .product-name {  display: none;}#pix-fe .minicart-wrapper .mini-products-list > li .product-details {  position: relative;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel {  position: absolute;  right: 10px;  top: 15px;  display: none;  letter-spacing: 0;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove, #pix-fe .minicart-wrapper .mini-products-list .btn-cancel.show {  display: block;}#pix-fe .minicart-wrapper .mini-products-list .btn-edit {  display: inline-block;  margin-top: 10px;}#pix-fe .minicart-wrapper .subtotal {  text-align: right;  font-weight: 600;  font-size: 16px;  padding: 10px 35px 5px;}#pix-fe .minicart-wrapper .subtotal .label {  color: #000;  margin-right: 20px;}#pix-fe .minicart-wrapper .minicart-message {  display: none;}#pix-fe .minicart-wrapper .minicart-message li {  padding: 10px 10px 10px 45px;  position: relative;  min-height: 34px;}#pix-fe .minicart-wrapper .minicart-message li:before {  position: absolute;  left: 10px;  top: 50%;  margin-top: -10px;  border-radius: 50%;  width: 20px;  height: 20px;}#pix-fe .minicart-wrapper .minicart-actions {  padding: 0 20px;  margin-top: 0;  margin-bottom: 15px;  overflow: hidden;  position: relative;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button {  min-width: 145px;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button.font-sm {  font-size: 12px;}#pix-fe .minicart-wrapper .minicart-actions .paypal-logo .paypal-or {  line-height: 1.6;}#pix-fe .minicart-wrapper .mini-cart-content .empty {  padding: 50px 20px;  text-align: center;}#pix-fe .minicart-wrapper .continue-shopping-block {  text-align: center;  padding: 10px 5px 30px;}#pix-fe .minicart-wrapper .continue-shopping-block a {  cursor: pointer;}#pix-fe.checkout-cart-index .minicart-wrapper .mini-products-list .btn-cancel, #pix-fe.checkout-onepage-index .minicart-wrapper .mini-products-list .btn-cancel {  display: block;}#pix-fe.checkout-cart-index .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove, #pix-fe.checkout-onepage-index .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove {  display: none;}#pix-fe #header-cart-mobile {  display: none;}#pix-fe #header-cart-mobile.active {  display: block;}#pix-fe #header-cart-mobile .minicart-wrapper .minicart-loader {  position: fixed;  top: initial;}#pix-fe.media-m #header-cart {  display: none;}#pix-fe.zoey-has-mobile-header.media-m .zoey-header-mobile-cart #header-cart-mobile {  color: #000;}#pix-fe .zoey-header-cart .zoey-header-cart-trigger {  text-decoration: none;}#pix-fe .zoey-minicart-content-container {  position: absolute;  z-index: 200;  top: 40px;  right: 0;  width: 400px;  background: white;}@media only screen and (min-width: 771px) {  #pix-fe .zoey-minicart-content-container {    /*background: #FBFBFB;*/  }  #pix-fe .zoey-minicart-content-container.skip-active {    display: block;    position: absolute;    z-index: 200;    top: 40px;    right: 0;    width: 320px;    background: white;  }}#pix-fe .zoey-minicart-content-container .minicart-wrapper {  position: relative;  clear: both;  /*&:before {   background-color: #FFFFFF;   opacity: 0.9;   z-index: 2;   }*/  /*&:before,   &:after {   content: '';   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   display: none;   }*/}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-cart-frame {  height: 100%;  overflow: auto;  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  box-shadow: 0 2px 10px rgba(0, 0, 0, .5);}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-products-list {  max-height: 260px;  overflow-y: auto;}#pix-fe .zoey-minicart-content-container .mini-cart-content .skip-link-close {  position: absolute;  top: 0;  right: 0;}#pix-fe .zoey-minicart-content-container .info-wrapper {  margin-bottom: 0.5em;}#pix-fe .zoey-minicart-content-container .info-wrapper th {  text-transform: uppercase;  padding-right: 10px;}#pix-fe .zoey-minicart-content-container .info-wrapper td {  clear: right;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty-wrapper td {  height: 33px;  line-height: 33px;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty {  padding-left: 4px;  padding-right: 4px;  margin-right: 2px;  width: 30px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button {  opacity: 0;  -webkit-transition-property: opacity;  -moz-transition-property: opacity;  -o-transition-property: opacity;  transition-property: opacity;  -webkit-transition-duration: 100ms;  -moz-transition-duration: 100ms;  -o-transition-duration: 100ms;  transition-duration: 100ms;  margin-top: -1px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button[disabled] {  cursor: default;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button.visible {  opacity: 1;}#pix-fe .zoey-minicart-content-container .jcarousel-control-prev, #pix-fe .zoey-minicart-content-container .jcarousel-control-next {  display: none;}#pix-fe .minicart-wrapper.loading .minicart-loader {  display: block;}#pix-fe .minicart-wrapper .minicart-loader {  background-color: #fff;  opacity: 0.9;  z-index: 2;  background-image: url("../default/images/opc-ajax-loader.gif");  background-repeat: no-repeat;  background-position: center;  background-size: 30px;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  display: none;}#pix-fe .minicart-wrapper .minicart-loader .minicart-loader-text {  position: absolute;  bottom: 50%;  left: 0;  right: 0;  width: 100%;  margin-bottom: 40px;  text-align: center;  font-size: 12px;}#pix-fe .minicart-wrapper .block-subtitle {  font-size: 12px;  font-weight: bold;  line-height: 1.4;  padding: 8px 0 5px 10px;  border-bottom: 1px solid #eee;  margin-bottom: 0;  min-height: 28px;  position: relative;}#pix-fe .minicart-wrapper .block-subtitle .close {  position: absolute;  top: 8px;  right: 10px;  text-transform: lowercase;  cursor: pointer;  font-weight: normal;}#pix-fe .minicart-wrapper .block-subtitle .minicart-subtitle {  max-width: 100%;  padding-right: 50px;  display: inline-block;}#pix-fe .minicart-wrapper .mini-products-list {  border-top: 1px solid #eee;  border-bottom: 1px solid #eee;}#pix-fe .minicart-wrapper .mini-products-list > li {  padding: 10px 35px 10px 10px;  border-bottom: 1px solid #eee;  position: relative;  margin-bottom: 0;}#pix-fe .minicart-wrapper .mini-products-list > li.last {  border: none;}#pix-fe .minicart-wrapper .mini-products-list > li .product-details {  position: relative;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel {  position: absolute;  right: 10px;  top: 15px;  display: none;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove, #pix-fe .minicart-wrapper .mini-products-list .btn-cancel.show {  display: block;}#pix-fe .minicart-wrapper .mini-products-list .btn-edit {  display: inline-block;  margin-top: 10px;}#pix-fe .minicart-wrapper .subtotal {  text-align: right;  font-weight: 600;  font-size: 16px;  padding: 10px 35px 5px;}#pix-fe .minicart-wrapper .subtotal .label {  color: #000;  margin-right: 20px;}#pix-fe .minicart-wrapper .minicart-message {  display: none;}#pix-fe .minicart-wrapper .minicart-message li {  padding: 10px 10px 10px 45px;  position: relative;  min-height: 34px;}#pix-fe .minicart-wrapper .minicart-message li:before {  position: absolute;  left: 10px;  top: 50%;  margin-top: -10px;  border-radius: 50%;  width: 20px;  height: 20px;}#pix-fe .minicart-wrapper .minicart-actions {  padding: 0 20px;  margin-top: 0;  margin-bottom: 15px;  overflow: hidden;  position: relative;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button {  min-width: 145px;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button.font-sm {  font-size: 12px;}#pix-fe .minicart-wrapper .minicart-actions .paypal-logo .paypal-or {  line-height: 1.6;}#pix-fe .minicart-wrapper .mini-cart-content .empty {  padding: 50px 20px;  text-align: center;}#pix-fe .minicart-wrapper .continue-shopping-block {  text-align: center;  padding: 10px 5px 30px;}#pix-fe .minicart-wrapper .continue-shopping-block a {  cursor: pointer;}#pix-fe .minicart-wrapper .checkout-types.minicart {  text-align: center;}#pix-fe .minicart-wrapper .checkout-types.minicart li {  margin-top: 10px;}#pix-fe .minicart-wrapper .checkout-types.minicart li .button {  min-width: 50%;  font-weight: bold;}#pix-fe .minicart-wrapper .checkout-types.minicart li.button-group .button {  min-width: 100%;  width: 100%;}#pix-fe .minicart-wrapper .checkout-types.minicart .paypal-logo a {  display: block;}#pix-fe .minicart-wrapper .checkout-types.minicart .paypal-logo a img {  display: inline-block;}#pix-fe .minicart-wrapper .checkout-types.minicart img {  display: inline-block;}#pix-fe .checkout-information-minicart {  padding: 10px;}#pix-fe .cp-5aa957c0a1be1771095963 {  min-width: 20px;}#pix-fe .cp-5aa957c0a1be1771095963 .zoey-header-cart {  background-color: rgba(255, 255, 255, 0);  padding: 3px 5px 3px 3px;}#pix-fe .cp-5aa957c0a1be1771095963 .zoey-header-cart .zoey-header-cart-trigger {  text-decoration: none;  cursor: pointer;  display: block;  width: 100%;  font-size: 16px;  text-align: right;  color: rgb(207,16,45);}#pix-fe .cp-5aa957c0a1be1771095963 .zoey-header-cart .zoey-header-cart-trigger .cart-icon {  position: relative;  font-size: 1.6em;  text-align: center;  display: inline-block;  vertical-align: top;}#pix-fe .cp-5aa957c0a1be1771095963 .zoey-header-cart .zoey-header-cart-trigger .label {  font-style: normal;  font-weight: normal;  text-transform: none;}#pix-fe .cp-5aa957c0a1be1771095963 .zoey-header-cart .zoey-header-cart-trigger > .count, #pix-fe .cp-5aa957c0a1be1771095963 .zoey-header-cart .zoey-header-cart-trigger > .label {  display: inline-block;  vertical-align: top;  margin-top: 5px;}#pix-fe .cp-5aa957c0a1be1771095963 .zoey-header-cart .zoey-header-cart-trigger:hover {  color: #348fb3;}#pix-fe .cp-5aa957c0a1be1771095963 .zoey-header-cart .zoey-header-cart-content {  display: none;}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c0a1be1771095963
*/ 

#pix-fe #cp-5aa957c0a1be1771095963.pix-design-component {
    width: 32.70259272177653%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1032.6894502228827%;
    margin-top: 15.984375px;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c0a1be1771095963.pix-design-component {
    width: 32.70259272177653%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1032.6894502228827%;
    margin-top: 15.984375px;
    clear: left;
}
#pix-fe.media-tm #cp-5aa957c0a1be1771095963.pix-design-component {
    width: 70.09150794360488%;
    margin-left: -1070.2137172493965%;
    margin-top: 11.9921875px;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c0a1be1771095963.pix-design-component {
    width: 70.09150794360488%;
    margin-left: -1070.2137172493965%;
    margin-top: 11.9921875px;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_5aa957c0a6563162424916
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa957c0a6563162424916 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa957c0a6563162424916 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: rgba(207,72,27,0.72);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: rgba(241,199,186,1);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa957c0a6563162424916 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa957c0a6563162424916 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0px 10px 0px 10px;
}
#pix-fe .cp-5aa957c0a6563162424916 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa957c0a6563162424916 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa957c0a6563162424916 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa957c0a6563162424916 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa957c0a6563162424916 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa957c0a6563162424916 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa957c0a6563162424916 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa957c0a6563162424916 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa957c0a6563162424916 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 0 0 0;
}
#pix-fe.media-m .cp-5aa957c0a6563162424916 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa957c0a6563162424916 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa957c0a6563162424916 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa957c0a6563162424916
*/ 

#pix-fe #cp-5aa957c0a6563162424916.pix-design-component {
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1100%;
    margin-top: 6.875px;
    clear: left;
}
#pix-fe.media-dt #cp-5aa957c0a6563162424916.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-d #cp-5aa957c0a6563162424916.pix-design-component {
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1100%;
    margin-top: 6.875px;
    clear: left;
}
#pix-fe.media-tm #cp-5aa957c0a6563162424916.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    margin-left: -1100%;
    margin-top: 7.015625px;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c0a6563162424916.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    margin-left: -1100%;
    margin-top: 7.015625px;
    clear: left;
}
#pix-fe.media-m #cp-5aa957c0a6563162424916.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_6261ec2a6f2c3879220762
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-6261ec2a6f2c3879220762 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-6261ec2a6f2c3879220762 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-6261ec2a6f2c3879220762 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-6261ec2a6f2c3879220762 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 7px 10px 2px 20px;
}
#pix-fe .cp-6261ec2a6f2c3879220762 > .component-content > .group-background-image-container:before, #pix-fe .cp-6261ec2a6f2c3879220762 > .component-content > .group-background-image-container:after, #pix-fe .cp-6261ec2a6f2c3879220762 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-6261ec2a6f2c3879220762 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-6261ec2a6f2c3879220762 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-6261ec2a6f2c3879220762 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-6261ec2a6f2c3879220762 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-6261ec2a6f2c3879220762 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-6261ec2a6f2c3879220762 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 0 0 0;
}
#pix-fe.media-m .cp-6261ec2a6f2c3879220762 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-6261ec2a6f2c3879220762 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-6261ec2a6f2c3879220762 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_6261ec2a6f2c3879220762
*/ 

#pix-fe #cp-6261ec2a6f2c3879220762.pix-design-component {
    width: 99.81391832759097%;
    margin-left: -1050.0835913762776%;
    margin-top: 0.0000045019531285106495px;
    clear: left;
}
#pix-fe.media-d #cp-6261ec2a6f2c3879220762.pix-design-component {
    width: 99.81391832759097%;
    margin-left: -1050.0835913762776%;
    margin-top: 0.0000045019531285106495px;
    clear: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#pix-fe.media-tm #cp-6261ec2a6f2c3879220762.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 3px;
    clear: left;
}
#pix-fe.media-tm #cp-6261ec2a6f2c3879220762.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-6261ec2a6f2c3879220762.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 3px;
    clear: left;
}
#pix-fe.media-t #cp-6261ec2a6f2c3879220762.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_6262000f8b372328921457
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-6262000f8b372328921457 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-6262000f8b372328921457 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-6262000f8b372328921457 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-6262000f8b372328921457 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 7px 10px 7px 10px;
}
#pix-fe .cp-6262000f8b372328921457 > .component-content > .group-background-image-container:before, #pix-fe .cp-6262000f8b372328921457 > .component-content > .group-background-image-container:after, #pix-fe .cp-6262000f8b372328921457 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-6262000f8b372328921457 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-6262000f8b372328921457 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-6262000f8b372328921457 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-6262000f8b372328921457 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-6262000f8b372328921457 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-6262000f8b372328921457 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 0 5px 0;
}
#pix-fe.media-m .cp-6262000f8b372328921457 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-6262000f8b372328921457 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-6262000f8b372328921457 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_6262000f8b372328921457
*/ 

#pix-fe #cp-6262000f8b372328921457.pix-design-component {
    width: 99.81912867110334%;
    margin-left: -1050.098804451406%;
    margin-top: 0.1041717529296875px;
    clear: left;
    z-index: 2;
}
#pix-fe.media-d #cp-6262000f8b372328921457.pix-design-component {
    width: 99.81912867110334%;
    margin-left: -1050.098804451406%;
    margin-top: 0.1041717529296875px;
    clear: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
#pix-fe.media-tm #cp-6262000f8b372328921457.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 3px;
    clear: left;
}
#pix-fe.media-tm #cp-6262000f8b372328921457.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-6262000f8b372328921457.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 3px;
    clear: left;
}
#pix-fe.media-t #cp-6262000f8b372328921457.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_6261e8736f2b4233154467
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-6261e8736f2b4233154467 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-6261e8736f2b4233154467 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-6261e8736f2b4233154467 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261e8736f2b4233154467 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261e8736f2b4233154467 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261e8736f2b4233154467 h1, #pix-fe .cp-6261e8736f2b4233154467 h2, #pix-fe .cp-6261e8736f2b4233154467 h3, #pix-fe .cp-6261e8736f2b4233154467 h4, #pix-fe .cp-6261e8736f2b4233154467 h5 {
  text-align: left;
}
#pix-fe .cp-6261e8736f2b4233154467 h1 a, #pix-fe .cp-6261e8736f2b4233154467 h2 a, #pix-fe .cp-6261e8736f2b4233154467 h3 a, #pix-fe .cp-6261e8736f2b4233154467 h4 a, #pix-fe .cp-6261e8736f2b4233154467 h5 a {
  font: inherit;
}
#pix-fe .cp-6261e8736f2b4233154467 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-6261e8736f2b4233154467 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261e8736f2b4233154467 b, #pix-fe .cp-6261e8736f2b4233154467 strong {
  font-weight: bold;
}
#pix-fe .cp-6261e8736f2b4233154467 em, #pix-fe .cp-6261e8736f2b4233154467 i {
  font-style: italic;
}
#pix-fe .cp-6261e8736f2b4233154467 u {
  text-decoration: underline;
}
#pix-fe .cp-6261e8736f2b4233154467 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261e8736f2b4233154467 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261e8736f2b4233154467 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-6261e8736f2b4233154467 h1, #pix-fe .cp-6261e8736f2b4233154467 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261e8736f2b4233154467 h1 p, #pix-fe .cp-6261e8736f2b4233154467 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-6261e8736f2b4233154467 h2, #pix-fe .cp-6261e8736f2b4233154467 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261e8736f2b4233154467 h2 p, #pix-fe .cp-6261e8736f2b4233154467 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-6261e8736f2b4233154467 h3, #pix-fe .cp-6261e8736f2b4233154467 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261e8736f2b4233154467 h3 p, #pix-fe .cp-6261e8736f2b4233154467 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-6261e8736f2b4233154467 h4, #pix-fe .cp-6261e8736f2b4233154467 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261e8736f2b4233154467 h4 p, #pix-fe .cp-6261e8736f2b4233154467 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-6261e8736f2b4233154467 h5, #pix-fe .cp-6261e8736f2b4233154467 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261e8736f2b4233154467 h5 p, #pix-fe .cp-6261e8736f2b4233154467 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-6261e8736f2b4233154467 h6, #pix-fe .cp-6261e8736f2b4233154467 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261e8736f2b4233154467 h6 p, #pix-fe .cp-6261e8736f2b4233154467 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-6261e8736f2b4233154467 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-6261e8736f2b4233154467 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261e8736f2b4233154467 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261e8736f2b4233154467 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261e8736f2b4233154467 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261e8736f2b4233154467 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-6261e8736f2b4233154467 strong a, #pix-fe .cp-6261e8736f2b4233154467 b a, #pix-fe .cp-6261e8736f2b4233154467 strong p, #pix-fe .cp-6261e8736f2b4233154467 b p {
  font-weight: inherit;
}
#pix-fe .cp-6261e8736f2b4233154467 [style*='color'] a, #pix-fe .cp-6261e8736f2b4233154467 [color] a {
  color: inherit;
}
#pix-fe .cp-6261e8736f2b4233154467 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-6261e8736f2b4233154467 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-6261e8736f2b4233154467 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261e8736f2b4233154467 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261e8736f2b4233154467 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_6261e8736f2b4233154467
*/ 

#pix-fe #cp-6261e8736f2b4233154467.pix-design-component {
    width: 13.516119313046099%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-6261e8736f2b4233154467.pix-design-component {
    width: 13.516119313046099%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-tm #cp-6261e8736f2b4233154467.pix-design-component {
    margin-top: 0px;
    clear: left;
    width: 17.551676432291664%;
    margin-left: -1098.6979166666667%;
}
#pix-fe.media-t #cp-6261e8736f2b4233154467.pix-design-component {
    margin-top: 0px;
    clear: left;
    width: 17.551676432291664%;
    margin-left: -1098.6979166666667%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_6261ecb96f2c9349747827
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-6261ecb96f2c9349747827 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-6261ecb96f2c9349747827 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-6261ecb96f2c9349747827 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261ecb96f2c9349747827 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261ecb96f2c9349747827 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261ecb96f2c9349747827 h1, #pix-fe .cp-6261ecb96f2c9349747827 h2, #pix-fe .cp-6261ecb96f2c9349747827 h3, #pix-fe .cp-6261ecb96f2c9349747827 h4, #pix-fe .cp-6261ecb96f2c9349747827 h5 {
  text-align: left;
}
#pix-fe .cp-6261ecb96f2c9349747827 h1 a, #pix-fe .cp-6261ecb96f2c9349747827 h2 a, #pix-fe .cp-6261ecb96f2c9349747827 h3 a, #pix-fe .cp-6261ecb96f2c9349747827 h4 a, #pix-fe .cp-6261ecb96f2c9349747827 h5 a {
  font: inherit;
}
#pix-fe .cp-6261ecb96f2c9349747827 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-6261ecb96f2c9349747827 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261ecb96f2c9349747827 b, #pix-fe .cp-6261ecb96f2c9349747827 strong {
  font-weight: bold;
}
#pix-fe .cp-6261ecb96f2c9349747827 em, #pix-fe .cp-6261ecb96f2c9349747827 i {
  font-style: italic;
}
#pix-fe .cp-6261ecb96f2c9349747827 u {
  text-decoration: underline;
}
#pix-fe .cp-6261ecb96f2c9349747827 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261ecb96f2c9349747827 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261ecb96f2c9349747827 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-6261ecb96f2c9349747827 h1, #pix-fe .cp-6261ecb96f2c9349747827 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261ecb96f2c9349747827 h1 p, #pix-fe .cp-6261ecb96f2c9349747827 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-6261ecb96f2c9349747827 h2, #pix-fe .cp-6261ecb96f2c9349747827 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261ecb96f2c9349747827 h2 p, #pix-fe .cp-6261ecb96f2c9349747827 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-6261ecb96f2c9349747827 h3, #pix-fe .cp-6261ecb96f2c9349747827 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ecb96f2c9349747827 h3 p, #pix-fe .cp-6261ecb96f2c9349747827 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-6261ecb96f2c9349747827 h4, #pix-fe .cp-6261ecb96f2c9349747827 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ecb96f2c9349747827 h4 p, #pix-fe .cp-6261ecb96f2c9349747827 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-6261ecb96f2c9349747827 h5, #pix-fe .cp-6261ecb96f2c9349747827 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ecb96f2c9349747827 h5 p, #pix-fe .cp-6261ecb96f2c9349747827 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-6261ecb96f2c9349747827 h6, #pix-fe .cp-6261ecb96f2c9349747827 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ecb96f2c9349747827 h6 p, #pix-fe .cp-6261ecb96f2c9349747827 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-6261ecb96f2c9349747827 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-6261ecb96f2c9349747827 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261ecb96f2c9349747827 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261ecb96f2c9349747827 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261ecb96f2c9349747827 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261ecb96f2c9349747827 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-6261ecb96f2c9349747827 strong a, #pix-fe .cp-6261ecb96f2c9349747827 b a, #pix-fe .cp-6261ecb96f2c9349747827 strong p, #pix-fe .cp-6261ecb96f2c9349747827 b p {
  font-weight: inherit;
}
#pix-fe .cp-6261ecb96f2c9349747827 [style*='color'] a, #pix-fe .cp-6261ecb96f2c9349747827 [color] a {
  color: inherit;
}
#pix-fe .cp-6261ecb96f2c9349747827 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-6261ecb96f2c9349747827 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-6261ecb96f2c9349747827 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261ecb96f2c9349747827 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261ecb96f2c9349747827 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_6261ecb96f2c9349747827
*/ 

#pix-fe #cp-6261ecb96f2c9349747827.pix-design-component {
    width: 13.516119313046099%;
    margin-left: -1086.497137692076%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-d #cp-6261ecb96f2c9349747827.pix-design-component {
    width: 13.516119313046099%;
    margin-left: -1086.497137692076%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-tm #cp-6261ecb96f2c9349747827.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 13.515218098958334%;
    margin-left: -1079.0364583333333%;
}
#pix-fe.media-t #cp-6261ecb96f2c9349747827.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 13.515218098958334%;
    margin-left: -1079.0364583333333%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_6261ede96f2e4981705272
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-6261ede96f2e4981705272 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-6261ede96f2e4981705272 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-6261ede96f2e4981705272 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261ede96f2e4981705272 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261ede96f2e4981705272 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261ede96f2e4981705272 h1, #pix-fe .cp-6261ede96f2e4981705272 h2, #pix-fe .cp-6261ede96f2e4981705272 h3, #pix-fe .cp-6261ede96f2e4981705272 h4, #pix-fe .cp-6261ede96f2e4981705272 h5 {
  text-align: left;
}
#pix-fe .cp-6261ede96f2e4981705272 h1 a, #pix-fe .cp-6261ede96f2e4981705272 h2 a, #pix-fe .cp-6261ede96f2e4981705272 h3 a, #pix-fe .cp-6261ede96f2e4981705272 h4 a, #pix-fe .cp-6261ede96f2e4981705272 h5 a {
  font: inherit;
}
#pix-fe .cp-6261ede96f2e4981705272 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-6261ede96f2e4981705272 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261ede96f2e4981705272 b, #pix-fe .cp-6261ede96f2e4981705272 strong {
  font-weight: bold;
}
#pix-fe .cp-6261ede96f2e4981705272 em, #pix-fe .cp-6261ede96f2e4981705272 i {
  font-style: italic;
}
#pix-fe .cp-6261ede96f2e4981705272 u {
  text-decoration: underline;
}
#pix-fe .cp-6261ede96f2e4981705272 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261ede96f2e4981705272 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261ede96f2e4981705272 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-6261ede96f2e4981705272 h1, #pix-fe .cp-6261ede96f2e4981705272 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261ede96f2e4981705272 h1 p, #pix-fe .cp-6261ede96f2e4981705272 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-6261ede96f2e4981705272 h2, #pix-fe .cp-6261ede96f2e4981705272 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261ede96f2e4981705272 h2 p, #pix-fe .cp-6261ede96f2e4981705272 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-6261ede96f2e4981705272 h3, #pix-fe .cp-6261ede96f2e4981705272 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ede96f2e4981705272 h3 p, #pix-fe .cp-6261ede96f2e4981705272 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-6261ede96f2e4981705272 h4, #pix-fe .cp-6261ede96f2e4981705272 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ede96f2e4981705272 h4 p, #pix-fe .cp-6261ede96f2e4981705272 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-6261ede96f2e4981705272 h5, #pix-fe .cp-6261ede96f2e4981705272 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ede96f2e4981705272 h5 p, #pix-fe .cp-6261ede96f2e4981705272 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-6261ede96f2e4981705272 h6, #pix-fe .cp-6261ede96f2e4981705272 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ede96f2e4981705272 h6 p, #pix-fe .cp-6261ede96f2e4981705272 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-6261ede96f2e4981705272 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-6261ede96f2e4981705272 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261ede96f2e4981705272 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261ede96f2e4981705272 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261ede96f2e4981705272 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261ede96f2e4981705272 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-6261ede96f2e4981705272 strong a, #pix-fe .cp-6261ede96f2e4981705272 b a, #pix-fe .cp-6261ede96f2e4981705272 strong p, #pix-fe .cp-6261ede96f2e4981705272 b p {
  font-weight: inherit;
}
#pix-fe .cp-6261ede96f2e4981705272 [style*='color'] a, #pix-fe .cp-6261ede96f2e4981705272 [color] a {
  color: inherit;
}
#pix-fe .cp-6261ede96f2e4981705272 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-6261ede96f2e4981705272 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-6261ede96f2e4981705272 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261ede96f2e4981705272 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261ede96f2e4981705272 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_6261ede96f2e4981705272
*/ 

#pix-fe #cp-6261ede96f2e4981705272.pix-design-component {
    width: 13.51605343611339%;
    margin-left: -1072.9727960776847%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-d #cp-6261ede96f2e4981705272.pix-design-component {
    width: 13.51605343611339%;
    margin-left: -1072.9727960776847%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-tm #cp-6261ede96f2e4981705272.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 16.249593098958336%;
    margin-left: -1062.0086669921875%;
}
#pix-fe.media-t #cp-6261ede96f2e4981705272.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 16.249593098958336%;
    margin-left: -1062.0086669921875%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_6261ee1f6f2ed297435232
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-6261ee1f6f2ed297435232 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-6261ee1f6f2ed297435232 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-6261ee1f6f2ed297435232 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261ee1f6f2ed297435232 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261ee1f6f2ed297435232 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h1, #pix-fe .cp-6261ee1f6f2ed297435232 h2, #pix-fe .cp-6261ee1f6f2ed297435232 h3, #pix-fe .cp-6261ee1f6f2ed297435232 h4, #pix-fe .cp-6261ee1f6f2ed297435232 h5 {
  text-align: left;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h1 a, #pix-fe .cp-6261ee1f6f2ed297435232 h2 a, #pix-fe .cp-6261ee1f6f2ed297435232 h3 a, #pix-fe .cp-6261ee1f6f2ed297435232 h4 a, #pix-fe .cp-6261ee1f6f2ed297435232 h5 a {
  font: inherit;
}
#pix-fe .cp-6261ee1f6f2ed297435232 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-6261ee1f6f2ed297435232 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261ee1f6f2ed297435232 b, #pix-fe .cp-6261ee1f6f2ed297435232 strong {
  font-weight: bold;
}
#pix-fe .cp-6261ee1f6f2ed297435232 em, #pix-fe .cp-6261ee1f6f2ed297435232 i {
  font-style: italic;
}
#pix-fe .cp-6261ee1f6f2ed297435232 u {
  text-decoration: underline;
}
#pix-fe .cp-6261ee1f6f2ed297435232 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261ee1f6f2ed297435232 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261ee1f6f2ed297435232 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h1, #pix-fe .cp-6261ee1f6f2ed297435232 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h1 p, #pix-fe .cp-6261ee1f6f2ed297435232 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h2, #pix-fe .cp-6261ee1f6f2ed297435232 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h2 p, #pix-fe .cp-6261ee1f6f2ed297435232 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h3, #pix-fe .cp-6261ee1f6f2ed297435232 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h3 p, #pix-fe .cp-6261ee1f6f2ed297435232 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h4, #pix-fe .cp-6261ee1f6f2ed297435232 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h4 p, #pix-fe .cp-6261ee1f6f2ed297435232 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h5, #pix-fe .cp-6261ee1f6f2ed297435232 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h5 p, #pix-fe .cp-6261ee1f6f2ed297435232 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h6, #pix-fe .cp-6261ee1f6f2ed297435232 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee1f6f2ed297435232 h6 p, #pix-fe .cp-6261ee1f6f2ed297435232 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee1f6f2ed297435232 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-6261ee1f6f2ed297435232 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261ee1f6f2ed297435232 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261ee1f6f2ed297435232 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261ee1f6f2ed297435232 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261ee1f6f2ed297435232 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-6261ee1f6f2ed297435232 strong a, #pix-fe .cp-6261ee1f6f2ed297435232 b a, #pix-fe .cp-6261ee1f6f2ed297435232 strong p, #pix-fe .cp-6261ee1f6f2ed297435232 b p {
  font-weight: inherit;
}
#pix-fe .cp-6261ee1f6f2ed297435232 [style*='color'] a, #pix-fe .cp-6261ee1f6f2ed297435232 [color] a {
  color: inherit;
}
#pix-fe .cp-6261ee1f6f2ed297435232 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-6261ee1f6f2ed297435232 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-6261ee1f6f2ed297435232 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261ee1f6f2ed297435232 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261ee1f6f2ed297435232 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_6261ee1f6f2ed297435232
*/ 

#pix-fe #cp-6261ee1f6f2ed297435232.pix-design-component {
    width: 13.515388571907033%;
    margin-left: -1059.2739040964777%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-d #cp-6261ee1f6f2ed297435232.pix-design-component {
    width: 13.515388571907033%;
    margin-left: -1059.2739040964777%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-tm #cp-6261ee1f6f2ed297435232.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 15.858968098958334%;
    margin-left: -1041.8172200520833%;
}
#pix-fe.media-t #cp-6261ee1f6f2ed297435232.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 15.858968098958334%;
    margin-left: -1041.8172200520833%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_6261ee876f2f6905729811
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-6261ee876f2f6905729811 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-6261ee876f2f6905729811 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-6261ee876f2f6905729811 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261ee876f2f6905729811 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261ee876f2f6905729811 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261ee876f2f6905729811 h1, #pix-fe .cp-6261ee876f2f6905729811 h2, #pix-fe .cp-6261ee876f2f6905729811 h3, #pix-fe .cp-6261ee876f2f6905729811 h4, #pix-fe .cp-6261ee876f2f6905729811 h5 {
  text-align: left;
}
#pix-fe .cp-6261ee876f2f6905729811 h1 a, #pix-fe .cp-6261ee876f2f6905729811 h2 a, #pix-fe .cp-6261ee876f2f6905729811 h3 a, #pix-fe .cp-6261ee876f2f6905729811 h4 a, #pix-fe .cp-6261ee876f2f6905729811 h5 a {
  font: inherit;
}
#pix-fe .cp-6261ee876f2f6905729811 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-6261ee876f2f6905729811 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261ee876f2f6905729811 b, #pix-fe .cp-6261ee876f2f6905729811 strong {
  font-weight: bold;
}
#pix-fe .cp-6261ee876f2f6905729811 em, #pix-fe .cp-6261ee876f2f6905729811 i {
  font-style: italic;
}
#pix-fe .cp-6261ee876f2f6905729811 u {
  text-decoration: underline;
}
#pix-fe .cp-6261ee876f2f6905729811 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261ee876f2f6905729811 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261ee876f2f6905729811 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-6261ee876f2f6905729811 h1, #pix-fe .cp-6261ee876f2f6905729811 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261ee876f2f6905729811 h1 p, #pix-fe .cp-6261ee876f2f6905729811 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee876f2f6905729811 h2, #pix-fe .cp-6261ee876f2f6905729811 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261ee876f2f6905729811 h2 p, #pix-fe .cp-6261ee876f2f6905729811 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee876f2f6905729811 h3, #pix-fe .cp-6261ee876f2f6905729811 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee876f2f6905729811 h3 p, #pix-fe .cp-6261ee876f2f6905729811 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee876f2f6905729811 h4, #pix-fe .cp-6261ee876f2f6905729811 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee876f2f6905729811 h4 p, #pix-fe .cp-6261ee876f2f6905729811 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee876f2f6905729811 h5, #pix-fe .cp-6261ee876f2f6905729811 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee876f2f6905729811 h5 p, #pix-fe .cp-6261ee876f2f6905729811 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee876f2f6905729811 h6, #pix-fe .cp-6261ee876f2f6905729811 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee876f2f6905729811 h6 p, #pix-fe .cp-6261ee876f2f6905729811 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee876f2f6905729811 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-6261ee876f2f6905729811 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261ee876f2f6905729811 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261ee876f2f6905729811 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261ee876f2f6905729811 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261ee876f2f6905729811 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-6261ee876f2f6905729811 strong a, #pix-fe .cp-6261ee876f2f6905729811 b a, #pix-fe .cp-6261ee876f2f6905729811 strong p, #pix-fe .cp-6261ee876f2f6905729811 b p {
  font-weight: inherit;
}
#pix-fe .cp-6261ee876f2f6905729811 [style*='color'] a, #pix-fe .cp-6261ee876f2f6905729811 [color] a {
  color: inherit;
}
#pix-fe .cp-6261ee876f2f6905729811 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-6261ee876f2f6905729811 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-6261ee876f2f6905729811 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261ee876f2f6905729811 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261ee876f2f6905729811 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_6261ee876f2f6905729811
*/ 

#pix-fe #cp-6261ee876f2f6905729811.pix-design-component {
    width: 17.72420443587271%;
    margin-left: -1045.4496142719383%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-d #cp-6261ee876f2f6905729811.pix-design-component {
    width: 17.72420443587271%;
    margin-left: -1045.4496142719383%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-tm #cp-6261ee876f2f6905729811.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 22.6715087890625%;
    margin-left: -1023.6979166666666%;
}
#pix-fe.media-t #cp-6261ee876f2f6905729811.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 22.6715087890625%;
    margin-left: -1023.6979166666666%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_6261ee946f2fc831426313
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-6261ee946f2fc831426313 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-6261ee946f2fc831426313 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-6261ee946f2fc831426313 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261ee946f2fc831426313 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261ee946f2fc831426313 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261ee946f2fc831426313 h1, #pix-fe .cp-6261ee946f2fc831426313 h2, #pix-fe .cp-6261ee946f2fc831426313 h3, #pix-fe .cp-6261ee946f2fc831426313 h4, #pix-fe .cp-6261ee946f2fc831426313 h5 {
  text-align: left;
}
#pix-fe .cp-6261ee946f2fc831426313 h1 a, #pix-fe .cp-6261ee946f2fc831426313 h2 a, #pix-fe .cp-6261ee946f2fc831426313 h3 a, #pix-fe .cp-6261ee946f2fc831426313 h4 a, #pix-fe .cp-6261ee946f2fc831426313 h5 a {
  font: inherit;
}
#pix-fe .cp-6261ee946f2fc831426313 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-6261ee946f2fc831426313 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261ee946f2fc831426313 b, #pix-fe .cp-6261ee946f2fc831426313 strong {
  font-weight: bold;
}
#pix-fe .cp-6261ee946f2fc831426313 em, #pix-fe .cp-6261ee946f2fc831426313 i {
  font-style: italic;
}
#pix-fe .cp-6261ee946f2fc831426313 u {
  text-decoration: underline;
}
#pix-fe .cp-6261ee946f2fc831426313 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261ee946f2fc831426313 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261ee946f2fc831426313 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-6261ee946f2fc831426313 h1, #pix-fe .cp-6261ee946f2fc831426313 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261ee946f2fc831426313 h1 p, #pix-fe .cp-6261ee946f2fc831426313 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee946f2fc831426313 h2, #pix-fe .cp-6261ee946f2fc831426313 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261ee946f2fc831426313 h2 p, #pix-fe .cp-6261ee946f2fc831426313 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee946f2fc831426313 h3, #pix-fe .cp-6261ee946f2fc831426313 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee946f2fc831426313 h3 p, #pix-fe .cp-6261ee946f2fc831426313 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee946f2fc831426313 h4, #pix-fe .cp-6261ee946f2fc831426313 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee946f2fc831426313 h4 p, #pix-fe .cp-6261ee946f2fc831426313 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee946f2fc831426313 h5, #pix-fe .cp-6261ee946f2fc831426313 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee946f2fc831426313 h5 p, #pix-fe .cp-6261ee946f2fc831426313 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee946f2fc831426313 h6, #pix-fe .cp-6261ee946f2fc831426313 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee946f2fc831426313 h6 p, #pix-fe .cp-6261ee946f2fc831426313 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee946f2fc831426313 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-6261ee946f2fc831426313 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261ee946f2fc831426313 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261ee946f2fc831426313 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261ee946f2fc831426313 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261ee946f2fc831426313 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-6261ee946f2fc831426313 strong a, #pix-fe .cp-6261ee946f2fc831426313 b a, #pix-fe .cp-6261ee946f2fc831426313 strong p, #pix-fe .cp-6261ee946f2fc831426313 b p {
  font-weight: inherit;
}
#pix-fe .cp-6261ee946f2fc831426313 [style*='color'] a, #pix-fe .cp-6261ee946f2fc831426313 [color] a {
  color: inherit;
}
#pix-fe .cp-6261ee946f2fc831426313 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-6261ee946f2fc831426313 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-6261ee946f2fc831426313 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261ee946f2fc831426313 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261ee946f2fc831426313 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_6261ee946f2fc831426313
*/ 

#pix-fe #cp-6261ee946f2fc831426313.pix-design-component {
    width: 13.514192413966338%;
    margin-left: -1027.4298908882083%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-d #cp-6261ee946f2fc831426313.pix-design-component {
    width: 13.514192413966338%;
    margin-left: -1027.4298908882083%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-tm #cp-6261ee946f2fc831426313.pix-design-component {
    margin-top: 8px;
    clear: left;
    width: 16.63818359375%;
    margin-left: -1070.1822916666667%;
}
#pix-fe.media-t #cp-6261ee946f2fc831426313.pix-design-component {
    margin-top: 8px;
    clear: left;
    width: 16.63818359375%;
    margin-left: -1070.1822916666667%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_6261ee9d6f302261420026
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-6261ee9d6f302261420026 li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-6261ee9d6f302261420026 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-6261ee9d6f302261420026 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261ee9d6f302261420026 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261ee9d6f302261420026 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261ee9d6f302261420026 h1, #pix-fe .cp-6261ee9d6f302261420026 h2, #pix-fe .cp-6261ee9d6f302261420026 h3, #pix-fe .cp-6261ee9d6f302261420026 h4, #pix-fe .cp-6261ee9d6f302261420026 h5 {
  text-align: left;
}
#pix-fe .cp-6261ee9d6f302261420026 h1 a, #pix-fe .cp-6261ee9d6f302261420026 h2 a, #pix-fe .cp-6261ee9d6f302261420026 h3 a, #pix-fe .cp-6261ee9d6f302261420026 h4 a, #pix-fe .cp-6261ee9d6f302261420026 h5 a {
  font: inherit;
}
#pix-fe .cp-6261ee9d6f302261420026 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-6261ee9d6f302261420026 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261ee9d6f302261420026 b, #pix-fe .cp-6261ee9d6f302261420026 strong {
  font-weight: bold;
}
#pix-fe .cp-6261ee9d6f302261420026 em, #pix-fe .cp-6261ee9d6f302261420026 i {
  font-style: italic;
}
#pix-fe .cp-6261ee9d6f302261420026 u {
  text-decoration: underline;
}
#pix-fe .cp-6261ee9d6f302261420026 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261ee9d6f302261420026 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261ee9d6f302261420026 li {
  color: rgba(85,34,20,1);
  margin-left: 2em;
}
#pix-fe .cp-6261ee9d6f302261420026 h1, #pix-fe .cp-6261ee9d6f302261420026 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261ee9d6f302261420026 h1 p, #pix-fe .cp-6261ee9d6f302261420026 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee9d6f302261420026 h2, #pix-fe .cp-6261ee9d6f302261420026 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-6261ee9d6f302261420026 h2 p, #pix-fe .cp-6261ee9d6f302261420026 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee9d6f302261420026 h3, #pix-fe .cp-6261ee9d6f302261420026 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee9d6f302261420026 h3 p, #pix-fe .cp-6261ee9d6f302261420026 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee9d6f302261420026 h4, #pix-fe .cp-6261ee9d6f302261420026 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee9d6f302261420026 h4 p, #pix-fe .cp-6261ee9d6f302261420026 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee9d6f302261420026 h5, #pix-fe .cp-6261ee9d6f302261420026 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee9d6f302261420026 h5 p, #pix-fe .cp-6261ee9d6f302261420026 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee9d6f302261420026 h6, #pix-fe .cp-6261ee9d6f302261420026 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-6261ee9d6f302261420026 h6 p, #pix-fe .cp-6261ee9d6f302261420026 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-6261ee9d6f302261420026 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-6261ee9d6f302261420026 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-6261ee9d6f302261420026 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-6261ee9d6f302261420026 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-6261ee9d6f302261420026 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-6261ee9d6f302261420026 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Montserrat;
}
#pix-fe .cp-6261ee9d6f302261420026 strong a, #pix-fe .cp-6261ee9d6f302261420026 b a, #pix-fe .cp-6261ee9d6f302261420026 strong p, #pix-fe .cp-6261ee9d6f302261420026 b p {
  font-weight: inherit;
}
#pix-fe .cp-6261ee9d6f302261420026 [style*='color'] a, #pix-fe .cp-6261ee9d6f302261420026 [color] a {
  color: inherit;
}
#pix-fe .cp-6261ee9d6f302261420026 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-6261ee9d6f302261420026 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-6261ee9d6f302261420026 ul {
  list-style: disc outside;
}
#pix-fe .cp-6261ee9d6f302261420026 ol {
  list-style: decimal outside;
}
#pix-fe .cp-6261ee9d6f302261420026 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_6261ee9d6f302261420026
*/ 

#pix-fe #cp-6261ee9d6f302261420026.pix-design-component {
    width: 13.840743531775937%;
    margin-left: -1013.8610782167677%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-d #cp-6261ee9d6f302261420026.pix-design-component {
    width: 13.840743531775937%;
    margin-left: -1013.8610782167677%;
    margin-top: 0px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-tm #cp-6261ee9d6f302261420026.pix-design-component {
    width: 21.242268880208336%;
    margin-left: -1048.3937581380208%;
    margin-top: 8px;
    clear: none;
}
#pix-fe.media-t #cp-6261ee9d6f302261420026.pix-design-component {
    width: 21.242268880208336%;
    margin-left: -1048.3937581380208%;
    margin-top: 8px;
    clear: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcwxCoAwDADAv4SOapwcfEtASo3o0CY0ESzi39XxlrsheFOGGZIZdBCspg96XHFrhEmySuHiRlhFnHDnuHIldNElczkJtbKx9+M02H88Lw== 
 Path: skin/designcenter/pixafy/components/root/header/top_menu/preset-06.scss 
 Parent uid: cp_5aa957c0a9233366378318
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/top_menu/preset-06.scss
==================================================
**/
#pix-fe .cp-5aa957c0a9233366378318 .component-content {
  height: 100%;
}
#pix-fe .cp-5aa957c0a9233366378318 #zoey-nav {
  display: block;
  height: 100%;
}
#pix-fe .cp-5aa957c0a9233366378318 .zoey-nav-primary li:hover {
  z-index: 9;
}
#pix-fe .cp-5aa957c0a9233366378318 a {
  text-decoration: none;
}
#pix-fe .cp-5aa957c0a9233366378318 {
  min-width: 100px;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary {
  list-style: none;
  position: relative;
  background-color: rgba(252,253,246,1);
  text-align: left;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary li.level-top {
  position: relative;
  text-transform: none;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary li.level-top:not(.hidden) {
  display: inline-block;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary li.level-top:not(:hover) ul.level0, #pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary li.level-top:not(:hover) .sub-menu-container {
  display: none;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary li.level-top > a {
  display: block;
  background-color: rgba(252,253,246,1);
  color: rgb(207,72,27);
  font-size: 17px;
  font-style: ;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px 7px 10px;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary li.level-top:hover > a {
  color: #fff;
  background-color: rgba(207,16,45,1);
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary li.level-top.align-menu-right ul.level0 {
  right: 0;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary li.level-top:not(.align-menu-right) ul.level0 {
  left: 0;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary li.level-top.align-menu-center ul.level0 {
  right: -50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary li.level-top.align-menu-full ul.level0 {
  position: fixed;
  left: 0;
  width: 100%;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary li.level-top:not(.align-menu-right):not(.align-menu-center):not(.align-menu-full) ul.level0 {
  left: 0;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul {
  text-align: left;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0 {
  position: absolute;
  top: 100%;
  width: 600px;
  display: block;
  background-color: rgba(252,253,246,1);
  padding: 5px 20px 15px 20px;
  -webkit-box-shadow: 0 0 6px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 0 6px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 6px 0px rgba(51, 51, 51, 0.5);
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level1 > a {
  display: block;
  background-color: rgba(252,253,246,1);
  color: rgb(207,72,27);
  font-size: 16px;
  text-align: ;
  font-style: ;
  font-weight: bold;
  text-transform: none;
  padding: 15px 10px 5px 10px;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level1:hover > a {
  background-color: rgba(255,255,255,0);
  color: rgba(230,161,41,1);
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 {
  font-size: 14px;
  text-align: ;
  font-style: ;
  font-weight: bold;
  text-transform: none;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 > a {
  display: block;
  vertical-align: middle;
  color: rgba(85,34,20,1);
  background-color: rgba(252,253,246,1);
  padding: 4px 4px 4px 4px;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 > a:hover {
  text-decoration: underline;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 > a:before {
  content: '>';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2:hover > a {
  color: rgba(230,161,41,1);
  background-color: rgba(255, 255, 255, 0);
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 ul {
  display: none;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0:before, #pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary:before, #pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable li.level-top.open > a {
  color: #fff;
  background-color: rgba(207,16,45,1);
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable li.level-top.open ul.level0, #pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable li.level-top.open .sub-menu-container {
  display: block;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable li.level-top:not(.open) ul.level0, #pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable li.level-top:not(.open) .sub-menu-container {
  display: none;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable ul.level0 li.level1.open > a {
  background-color: rgba(255,255,255,0);
  color: rgba(230,161,41,1);
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable li.level2.open > a {
  color: rgba(230,161,41,1);
  background-color: rgba(255, 255, 255, 0);
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary.left-to-right ul.level0 li.level1 {
  float: left;
  width: 33.3333%;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary.left-to-right ul.level0 li.level1:nth-child(3n+1) {
  clear: left;
}
#pix-fe .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-wrap {
  height: 100%;
}
#pix-fe.media-t .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary li.level-top > a {
  font-size: 12px;
}
#pix-fe.media-t .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level1 > a {
  font-size: ;
}
#pix-fe.media-t .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 {
  font-size: ;
}
#pix-fe.media-m .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary li.level-top > a {
  font-size: ;
}
#pix-fe.media-m .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level1 > a {
  font-size: ;
}
#pix-fe.media-m .cp-5aa957c0a9233366378318.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c0a9233366378318
*/ 

#pix-fe #cp-5aa957c0a9233366378318.pix-design-component {
    width: 81.71853736465297%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa957c0a9233366378318.pix-design-component {
    width: 81.71853736465297%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-tm #cp-5aa957c0a9233366378318.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 9px;
    clear: left;
}
#pix-fe.media-t #cp-5aa957c0a9233366378318.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 9px;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_JcwxCoAwDEDRu4SOanbPkqXElBa0KU0Hi3h3rY6PD/8C13oRWIHNYAJnlV+UdPrQCVmPollyM8Kq2gij+E0qoYmvHAmDfvHnnFjzUOu7LON4Pw== 
 Path: skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/style.css 
 Parent uid: cp_5aa957c0b0af3761570932
*/ 

@font-face {    font-family: 'search-icons';    src:    url("../pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons_bun46l.eot");    src:    url("../pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons_asdfa-iefix.eot") format('embedded-opentype'),        url("../pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons_bun46l.woff") format('woff'),        url("../pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons_bun46l.ttf") format('truetype'),        url("../pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons_bun46l-search-icons.svg") format('svg');    font-weight: normal;    font-style: normal;}#pix-fe [class^="search-icon"]:before,#pix-fe [class*=" search-icon"]:before {    /* use !important to prevent issues with browser extensions that change fonts */    font-family: 'search-icons' !important;    speak: none;    font-style: normal;    font-weight: normal;    font-variant: normal;    text-transform: none;    line-height: 1;    /* Better Font Rendering =========== */    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}.icon-search1:before {    content: "\e900";}.icon-search2:before {    content: "\e901";}.icon-search3:before {    content: "\e902";}.icon-search4:before {    content: "\e903";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcwxDoAwCADAv5COKouTb2FpEKODhQCDjfHv6njL3VCym8ACHAEDlHD+YMdVt07Iepo2aRmErpqEu9RVnDCkOu+E5hKS4zzFHzwv 
 Path: skin/designcenter/pixafy/components/root/header/search/preset-4.scss 
 Parent uid: cp_5aa957c0b0af3761570932
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/search/preset-4.scss
==================================================
**/
#pix-fe .cp-5aa957c0b0af3761570932 {
  position: relative;
  width: auto;
}
#pix-fe .cp-5aa957c0b0af3761570932 .form-search {
  font-size: 12px;
}
#pix-fe .cp-5aa957c0b0af3761570932 .form-search .search-container {
  position: relative;
  overflow: hidden;
}
#pix-fe .cp-5aa957c0b0af3761570932 .form-search .search-container .search-input {
  border: 0;
  color: inherit;
  font-size: inherit;
  width: 100%;
  height: 30px;
  padding-right: 40px;
}
#pix-fe .cp-5aa957c0b0af3761570932 .form-search .icon-search {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  background-color: inherit;
  color: inherit;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#pix-fe .cp-5aa957c0b0af3761570932 .form-search:after, #pix-fe .cp-5aa957c0b0af3761570932 .form-search:before {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa957c0b0af3761570932 {
  min-width: 100px;
}
#pix-fe .cp-5aa957c0b0af3761570932 .form-search {
  color: #fff;
  font-size: 17px;
}
#pix-fe .cp-5aa957c0b0af3761570932 .form-search .search-container {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231,231,231,1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa957c0b0af3761570932 .form-search .search-container .search-input {
  background-color: rgba(114,207,37,1);
}
#pix-fe .cp-5aa957c0b0af3761570932 .form-search .icon-search {
  background-color: rgba(51,51,51,0);
  color: #ededed;
}
#pix-fe.media-t .cp-5aa957c0b0af3761570932 .form-search {
  font-size: ;
}
#pix-fe.media-m .cp-5aa957c0b0af3761570932 .form-search {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa957c0b0af3761570932
*/ 

#pix-fe #cp-5aa957c0b0af3761570932.pix-design-component {
    width: 17.229749718951542%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1017.2727272727273%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5aa957c0b0af3761570932.pix-design-component {
    width: 17.229749718951542%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1017.2727272727273%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-tm #cp-5aa957c0b0af3761570932.pix-design-component {
    margin-top: 7.984375px;
    clear: left;
    width: 98.30729166666666%;
    margin-left: -1099.3489583333333%;
}
#pix-fe.media-t #cp-5aa957c0b0af3761570932.pix-design-component {
    margin-top: 7.984375px;
    clear: left;
    width: 98.30729166666666%;
    margin-left: -1099.3489583333333%;
}